Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2022-08-30
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 30, 2022
1 parent 1782c8c commit 59043d3
Show file tree
Hide file tree
Showing 308 changed files with 689 additions and 13 deletions.
1 change: 1 addition & 0 deletions clients/client-accessanalyzer/src/endpoints.ts
Expand Up @@ -87,6 +87,7 @@ const partitionHash: PartitionHash = {
"fips-us-east-2",
"fips-us-west-1",
"fips-us-west-2",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-account/src/endpoints.ts
Expand Up @@ -43,6 +43,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-acm-pca/src/endpoints.ts
Expand Up @@ -85,6 +85,7 @@ const partitionHash: PartitionHash = {
"fips-us-east-2",
"fips-us-west-1",
"fips-us-west-2",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-acm/src/endpoints.ts
Expand Up @@ -83,6 +83,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-alexa-for-business/src/endpoints.ts
Expand Up @@ -23,6 +23,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-amp/src/endpoints.ts
Expand Up @@ -23,6 +23,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-amplify/src/endpoints.ts
Expand Up @@ -23,6 +23,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-amplifybackend/src/endpoints.ts
Expand Up @@ -23,6 +23,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-amplifyuibuilder/src/endpoints.ts
Expand Up @@ -23,6 +23,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
49 changes: 48 additions & 1 deletion clients/client-api-gateway/src/endpoints.ts
Expand Up @@ -2,7 +2,48 @@
import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolver";
import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types";

const regionHash: RegionHash = {};
const regionHash: RegionHash = {
"ca-central-1": {
variants: [
{
hostname: "apigateway-fips.ca-central-1.amazonaws.com",
tags: ["fips"],
},
],
},
"us-east-1": {
variants: [
{
hostname: "apigateway-fips.us-east-1.amazonaws.com",
tags: ["fips"],
},
],
},
"us-east-2": {
variants: [
{
hostname: "apigateway-fips.us-east-2.amazonaws.com",
tags: ["fips"],
},
],
},
"us-west-1": {
variants: [
{
hostname: "apigateway-fips.us-west-1.amazonaws.com",
tags: ["fips"],
},
],
},
"us-west-2": {
variants: [
{
hostname: "apigateway-fips.us-west-2.amazonaws.com",
tags: ["fips"],
},
],
},
};

const partitionHash: PartitionHash = {
aws: {
Expand All @@ -23,6 +64,12 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"fips-ca-central-1",
"fips-us-east-1",
"fips-us-east-2",
"fips-us-west-1",
"fips-us-west-2",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-apigatewaymanagementapi/src/endpoints.ts
Expand Up @@ -23,6 +23,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
49 changes: 48 additions & 1 deletion clients/client-apigatewayv2/src/endpoints.ts
Expand Up @@ -2,7 +2,48 @@
import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolver";
import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types";

const regionHash: RegionHash = {};
const regionHash: RegionHash = {
"ca-central-1": {
variants: [
{
hostname: "apigateway-fips.ca-central-1.amazonaws.com",
tags: ["fips"],
},
],
},
"us-east-1": {
variants: [
{
hostname: "apigateway-fips.us-east-1.amazonaws.com",
tags: ["fips"],
},
],
},
"us-east-2": {
variants: [
{
hostname: "apigateway-fips.us-east-2.amazonaws.com",
tags: ["fips"],
},
],
},
"us-west-1": {
variants: [
{
hostname: "apigateway-fips.us-west-1.amazonaws.com",
tags: ["fips"],
},
],
},
"us-west-2": {
variants: [
{
hostname: "apigateway-fips.us-west-2.amazonaws.com",
tags: ["fips"],
},
],
},
};

const partitionHash: PartitionHash = {
aws: {
Expand All @@ -23,6 +64,12 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"fips-ca-central-1",
"fips-us-east-1",
"fips-us-east-2",
"fips-us-west-1",
"fips-us-west-2",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-app-mesh/src/endpoints.ts
Expand Up @@ -216,6 +216,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-appconfig/src/endpoints.ts
Expand Up @@ -40,6 +40,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-appconfigdata/src/endpoints.ts
Expand Up @@ -23,6 +23,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-appflow/src/endpoints.ts
Expand Up @@ -23,6 +23,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-appintegrations/src/endpoints.ts
Expand Up @@ -23,6 +23,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-application-auto-scaling/src/endpoints.ts
Expand Up @@ -23,6 +23,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
Expand Up @@ -23,6 +23,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-application-insights/src/endpoints.ts
Expand Up @@ -42,6 +42,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-applicationcostprofiler/src/endpoints.ts
Expand Up @@ -23,6 +23,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-apprunner/src/endpoints.ts
Expand Up @@ -51,6 +51,7 @@ const partitionHash: PartitionHash = {
"fips-us-east-1",
"fips-us-east-2",
"fips-us-west-2",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-appstream/src/endpoints.ts
Expand Up @@ -49,6 +49,7 @@ const partitionHash: PartitionHash = {
"eu-west-2",
"eu-west-3",
"fips",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-appsync/src/endpoints.ts
Expand Up @@ -23,6 +23,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-athena/src/endpoints.ts
Expand Up @@ -76,6 +76,7 @@ const partitionHash: PartitionHash = {
"fips-us-east-2",
"fips-us-west-1",
"fips-us-west-2",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-auditmanager/src/endpoints.ts
Expand Up @@ -23,6 +23,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-auto-scaling-plans/src/endpoints.ts
Expand Up @@ -23,6 +23,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-auto-scaling/src/endpoints.ts
Expand Up @@ -23,6 +23,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-backup-gateway/src/endpoints.ts
Expand Up @@ -23,6 +23,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-backup/src/endpoints.ts
Expand Up @@ -23,6 +23,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-backupstorage/src/endpoints.ts
Expand Up @@ -23,6 +23,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-batch/src/endpoints.ts
Expand Up @@ -76,6 +76,7 @@ const partitionHash: PartitionHash = {
"fips-us-east-2",
"fips-us-west-1",
"fips-us-west-2",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-billingconductor/src/endpoints.ts
Expand Up @@ -34,6 +34,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-braket/src/endpoints.ts
Expand Up @@ -23,6 +23,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-budgets/src/endpoints.ts
Expand Up @@ -43,6 +43,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions clients/client-chime-sdk-identity/src/endpoints.ts
Expand Up @@ -32,6 +32,7 @@ const partitionHash: PartitionHash = {
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down

0 comments on commit 59043d3

Please sign in to comment.