From 9c3e847429f742c2099e414830da3a7a638ea705 Mon Sep 17 00:00:00 2001 From: Dave Johnson Date: Fri, 17 Dec 2021 11:32:04 -0500 Subject: [PATCH 1/2] Add AWS Uplink URL. --- studio-docs/source/data-privacy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/studio-docs/source/data-privacy.md b/studio-docs/source/data-privacy.md index 9b8fedd13..f1db958cb 100644 --- a/studio-docs/source/data-privacy.md +++ b/studio-docs/source/data-privacy.md @@ -31,6 +31,7 @@ All data sent to Apollo Studio is sent to an endpoint with one of the following | `https://operations.api.apollographql.com` | Apollo Server with the [operation registry plugin](https://www.apollographql.com/docs/studio/operation-registry/) (v0.4.1+) | | `https://storage-secrets.api.apollographql.com` | Apollo Server with Apollo Gateway (v0.16.0-v0.33.0) with [managed federation](https://www.apollographql.com/docs/federation/managed-federation/overview/), or with the [operation registry plugin](https://www.apollographql.com/docs/studio/operation-registry/) (v0.4.1+) | | `https://uplink.api.apollographql.com` | Apollo Server with Apollo Gateway (v0.34.0+) with [managed federation](https://www.apollographql.com/docs/federation/managed-federation/overview/) | +| `https://aws.uplink.api.apollographql.com` | Apollo Server with Apollo Gateway (v0.34.0+) with [managed federation](https://www.apollographql.com/docs/federation/managed-federation/overview/) | | **Active legacy URLs** | | `https://engine-report.apollodata.com` | Metrics reporting from Apollo Server (v2.0-2.17.x) | | `https://edge-server-reporting.api.apollographql.com` | Schema registration via schema reporting in Apollo Server (v2.15.0-2.17.x) | From 94f0999c88c53d7a9d2990a38d437c16d6aeef3b Mon Sep 17 00:00:00 2001 From: "David M. Johnson" Date: Fri, 17 Dec 2021 12:34:03 -0500 Subject: [PATCH 2/2] Update studio-docs/source/data-privacy.md Co-authored-by: Trevor Scheer --- studio-docs/source/data-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/studio-docs/source/data-privacy.md b/studio-docs/source/data-privacy.md index f1db958cb..5c8b7f906 100644 --- a/studio-docs/source/data-privacy.md +++ b/studio-docs/source/data-privacy.md @@ -31,7 +31,7 @@ All data sent to Apollo Studio is sent to an endpoint with one of the following | `https://operations.api.apollographql.com` | Apollo Server with the [operation registry plugin](https://www.apollographql.com/docs/studio/operation-registry/) (v0.4.1+) | | `https://storage-secrets.api.apollographql.com` | Apollo Server with Apollo Gateway (v0.16.0-v0.33.0) with [managed federation](https://www.apollographql.com/docs/federation/managed-federation/overview/), or with the [operation registry plugin](https://www.apollographql.com/docs/studio/operation-registry/) (v0.4.1+) | | `https://uplink.api.apollographql.com` | Apollo Server with Apollo Gateway (v0.34.0+) with [managed federation](https://www.apollographql.com/docs/federation/managed-federation/overview/) | -| `https://aws.uplink.api.apollographql.com` | Apollo Server with Apollo Gateway (v0.34.0+) with [managed federation](https://www.apollographql.com/docs/federation/managed-federation/overview/) | +| `https://aws.uplink.api.apollographql.com` | Apollo Server with Apollo Gateway (v0.45.0+) with [managed federation](https://www.apollographql.com/docs/federation/managed-federation/overview/) | | **Active legacy URLs** | | `https://engine-report.apollodata.com` | Metrics reporting from Apollo Server (v2.0-2.17.x) | | `https://edge-server-reporting.api.apollographql.com` | Schema registration via schema reporting in Apollo Server (v2.15.0-2.17.x) |