Skip to content

Commit 3d82c4e

Browse files
authored
feat(clients): update clients as of 2021/11/11 (#3015)
1 parent f13cac0 commit 3d82c4e

File tree

516 files changed

+37388
-7165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

516 files changed

+37388
-7165
lines changed

Diff for: clients/client-accessanalyzer/src/endpoints.ts

+8
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@ const partitionHash: PartitionHash = {
162162
hostname: "access-analyzer.{region}.c2s.ic.gov",
163163
tags: [],
164164
},
165+
{
166+
hostname: "access-analyzer-fips.{region}.c2s.ic.gov",
167+
tags: ["fips"],
168+
},
165169
],
166170
},
167171
"aws-iso-b": {
@@ -172,6 +176,10 @@ const partitionHash: PartitionHash = {
172176
hostname: "access-analyzer.{region}.sc2s.sgov.gov",
173177
tags: [],
174178
},
179+
{
180+
hostname: "access-analyzer-fips.{region}.sc2s.sgov.gov",
181+
tags: ["fips"],
182+
},
175183
],
176184
},
177185
"aws-us-gov": {

Diff for: clients/client-account/src/endpoints.ts

+8
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ const partitionHash: PartitionHash = {
100100
hostname: "account.{region}.c2s.ic.gov",
101101
tags: [],
102102
},
103+
{
104+
hostname: "account-fips.{region}.c2s.ic.gov",
105+
tags: ["fips"],
106+
},
103107
],
104108
},
105109
"aws-iso-b": {
@@ -110,6 +114,10 @@ const partitionHash: PartitionHash = {
110114
hostname: "account.{region}.sc2s.sgov.gov",
111115
tags: [],
112116
},
117+
{
118+
hostname: "account-fips.{region}.sc2s.sgov.gov",
119+
tags: ["fips"],
120+
},
113121
],
114122
},
115123
"aws-us-gov": {

Diff for: clients/client-acm-pca/src/endpoints.ts

+8
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ const partitionHash: PartitionHash = {
168168
hostname: "acm-pca.{region}.c2s.ic.gov",
169169
tags: [],
170170
},
171+
{
172+
hostname: "acm-pca-fips.{region}.c2s.ic.gov",
173+
tags: ["fips"],
174+
},
171175
],
172176
},
173177
"aws-iso-b": {
@@ -178,6 +182,10 @@ const partitionHash: PartitionHash = {
178182
hostname: "acm-pca.{region}.sc2s.sgov.gov",
179183
tags: [],
180184
},
185+
{
186+
hostname: "acm-pca-fips.{region}.sc2s.sgov.gov",
187+
tags: ["fips"],
188+
},
181189
],
182190
},
183191
"aws-us-gov": {

Diff for: clients/client-acm/src/endpoints.ts

+8
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@ const partitionHash: PartitionHash = {
162162
hostname: "acm.{region}.c2s.ic.gov",
163163
tags: [],
164164
},
165+
{
166+
hostname: "acm-fips.{region}.c2s.ic.gov",
167+
tags: ["fips"],
168+
},
165169
],
166170
},
167171
"aws-iso-b": {
@@ -172,6 +176,10 @@ const partitionHash: PartitionHash = {
172176
hostname: "acm.{region}.sc2s.sgov.gov",
173177
tags: [],
174178
},
179+
{
180+
hostname: "acm-fips.{region}.sc2s.sgov.gov",
181+
tags: ["fips"],
182+
},
175183
],
176184
},
177185
"aws-us-gov": {

Diff for: clients/client-alexa-for-business/src/endpoints.ts

+8
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ const partitionHash: PartitionHash = {
7878
hostname: "a4b.{region}.c2s.ic.gov",
7979
tags: [],
8080
},
81+
{
82+
hostname: "a4b-fips.{region}.c2s.ic.gov",
83+
tags: ["fips"],
84+
},
8185
],
8286
},
8387
"aws-iso-b": {
@@ -88,6 +92,10 @@ const partitionHash: PartitionHash = {
8892
hostname: "a4b.{region}.sc2s.sgov.gov",
8993
tags: [],
9094
},
95+
{
96+
hostname: "a4b-fips.{region}.sc2s.sgov.gov",
97+
tags: ["fips"],
98+
},
9199
],
92100
},
93101
"aws-us-gov": {

Diff for: clients/client-amp/src/endpoints.ts

+8
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ const partitionHash: PartitionHash = {
7878
hostname: "aps.{region}.c2s.ic.gov",
7979
tags: [],
8080
},
81+
{
82+
hostname: "aps-fips.{region}.c2s.ic.gov",
83+
tags: ["fips"],
84+
},
8185
],
8286
},
8387
"aws-iso-b": {
@@ -88,6 +92,10 @@ const partitionHash: PartitionHash = {
8892
hostname: "aps.{region}.sc2s.sgov.gov",
8993
tags: [],
9094
},
95+
{
96+
hostname: "aps-fips.{region}.sc2s.sgov.gov",
97+
tags: ["fips"],
98+
},
9199
],
92100
},
93101
"aws-us-gov": {

Diff for: clients/client-amplify/src/endpoints.ts

+8
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ const partitionHash: PartitionHash = {
7878
hostname: "amplify.{region}.c2s.ic.gov",
7979
tags: [],
8080
},
81+
{
82+
hostname: "amplify-fips.{region}.c2s.ic.gov",
83+
tags: ["fips"],
84+
},
8185
],
8286
},
8387
"aws-iso-b": {
@@ -88,6 +92,10 @@ const partitionHash: PartitionHash = {
8892
hostname: "amplify.{region}.sc2s.sgov.gov",
8993
tags: [],
9094
},
95+
{
96+
hostname: "amplify-fips.{region}.sc2s.sgov.gov",
97+
tags: ["fips"],
98+
},
9199
],
92100
},
93101
"aws-us-gov": {

Diff for: clients/client-amplifybackend/src/endpoints.ts

+8
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ const partitionHash: PartitionHash = {
7878
hostname: "amplifybackend.{region}.c2s.ic.gov",
7979
tags: [],
8080
},
81+
{
82+
hostname: "amplifybackend-fips.{region}.c2s.ic.gov",
83+
tags: ["fips"],
84+
},
8185
],
8286
},
8387
"aws-iso-b": {
@@ -88,6 +92,10 @@ const partitionHash: PartitionHash = {
8892
hostname: "amplifybackend.{region}.sc2s.sgov.gov",
8993
tags: [],
9094
},
95+
{
96+
hostname: "amplifybackend-fips.{region}.sc2s.sgov.gov",
97+
tags: ["fips"],
98+
},
9199
],
92100
},
93101
"aws-us-gov": {

Diff for: clients/client-api-gateway/src/endpoints.ts

+8
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ const partitionHash: PartitionHash = {
7878
hostname: "apigateway.{region}.c2s.ic.gov",
7979
tags: [],
8080
},
81+
{
82+
hostname: "apigateway-fips.{region}.c2s.ic.gov",
83+
tags: ["fips"],
84+
},
8185
],
8286
},
8387
"aws-iso-b": {
@@ -88,6 +92,10 @@ const partitionHash: PartitionHash = {
8892
hostname: "apigateway.{region}.sc2s.sgov.gov",
8993
tags: [],
9094
},
95+
{
96+
hostname: "apigateway-fips.{region}.sc2s.sgov.gov",
97+
tags: ["fips"],
98+
},
9199
],
92100
},
93101
"aws-us-gov": {

Diff for: clients/client-apigatewaymanagementapi/src/endpoints.ts

+8
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ const partitionHash: PartitionHash = {
7878
hostname: "execute-api.{region}.c2s.ic.gov",
7979
tags: [],
8080
},
81+
{
82+
hostname: "execute-api-fips.{region}.c2s.ic.gov",
83+
tags: ["fips"],
84+
},
8185
],
8286
},
8387
"aws-iso-b": {
@@ -88,6 +92,10 @@ const partitionHash: PartitionHash = {
8892
hostname: "execute-api.{region}.sc2s.sgov.gov",
8993
tags: [],
9094
},
95+
{
96+
hostname: "execute-api-fips.{region}.sc2s.sgov.gov",
97+
tags: ["fips"],
98+
},
9199
],
92100
},
93101
"aws-us-gov": {

Diff for: clients/client-apigatewayv2/src/endpoints.ts

+8
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ const partitionHash: PartitionHash = {
7878
hostname: "apigateway.{region}.c2s.ic.gov",
7979
tags: [],
8080
},
81+
{
82+
hostname: "apigateway-fips.{region}.c2s.ic.gov",
83+
tags: ["fips"],
84+
},
8185
],
8286
},
8387
"aws-iso-b": {
@@ -88,6 +92,10 @@ const partitionHash: PartitionHash = {
8892
hostname: "apigateway.{region}.sc2s.sgov.gov",
8993
tags: [],
9094
},
95+
{
96+
hostname: "apigateway-fips.{region}.sc2s.sgov.gov",
97+
tags: ["fips"],
98+
},
9199
],
92100
},
93101
"aws-us-gov": {

Diff for: clients/client-app-mesh/src/endpoints.ts

+8
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ const partitionHash: PartitionHash = {
7878
hostname: "appmesh.{region}.c2s.ic.gov",
7979
tags: [],
8080
},
81+
{
82+
hostname: "appmesh-fips.{region}.c2s.ic.gov",
83+
tags: ["fips"],
84+
},
8185
],
8286
},
8387
"aws-iso-b": {
@@ -88,6 +92,10 @@ const partitionHash: PartitionHash = {
8892
hostname: "appmesh.{region}.sc2s.sgov.gov",
8993
tags: [],
9094
},
95+
{
96+
hostname: "appmesh-fips.{region}.sc2s.sgov.gov",
97+
tags: ["fips"],
98+
},
9199
],
92100
},
93101
"aws-us-gov": {

Diff for: clients/client-appconfig/src/endpoints.ts

+8
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ const partitionHash: PartitionHash = {
7878
hostname: "appconfig.{region}.c2s.ic.gov",
7979
tags: [],
8080
},
81+
{
82+
hostname: "appconfig-fips.{region}.c2s.ic.gov",
83+
tags: ["fips"],
84+
},
8185
],
8286
},
8387
"aws-iso-b": {
@@ -88,6 +92,10 @@ const partitionHash: PartitionHash = {
8892
hostname: "appconfig.{region}.sc2s.sgov.gov",
8993
tags: [],
9094
},
95+
{
96+
hostname: "appconfig-fips.{region}.sc2s.sgov.gov",
97+
tags: ["fips"],
98+
},
9199
],
92100
},
93101
"aws-us-gov": {

Diff for: clients/client-appflow/src/endpoints.ts

+8
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ const partitionHash: PartitionHash = {
7878
hostname: "appflow.{region}.c2s.ic.gov",
7979
tags: [],
8080
},
81+
{
82+
hostname: "appflow-fips.{region}.c2s.ic.gov",
83+
tags: ["fips"],
84+
},
8185
],
8286
},
8387
"aws-iso-b": {
@@ -88,6 +92,10 @@ const partitionHash: PartitionHash = {
8892
hostname: "appflow.{region}.sc2s.sgov.gov",
8993
tags: [],
9094
},
95+
{
96+
hostname: "appflow-fips.{region}.sc2s.sgov.gov",
97+
tags: ["fips"],
98+
},
9199
],
92100
},
93101
"aws-us-gov": {

Diff for: clients/client-appintegrations/src/endpoints.ts

+8
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ const partitionHash: PartitionHash = {
7878
hostname: "app-integrations.{region}.c2s.ic.gov",
7979
tags: [],
8080
},
81+
{
82+
hostname: "app-integrations-fips.{region}.c2s.ic.gov",
83+
tags: ["fips"],
84+
},
8185
],
8286
},
8387
"aws-iso-b": {
@@ -88,6 +92,10 @@ const partitionHash: PartitionHash = {
8892
hostname: "app-integrations.{region}.sc2s.sgov.gov",
8993
tags: [],
9094
},
95+
{
96+
hostname: "app-integrations-fips.{region}.sc2s.sgov.gov",
97+
tags: ["fips"],
98+
},
9199
],
92100
},
93101
"aws-us-gov": {

Diff for: clients/client-application-auto-scaling/src/endpoints.ts

+8
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ const partitionHash: PartitionHash = {
7878
hostname: "application-autoscaling.{region}.c2s.ic.gov",
7979
tags: [],
8080
},
81+
{
82+
hostname: "application-autoscaling-fips.{region}.c2s.ic.gov",
83+
tags: ["fips"],
84+
},
8185
],
8286
},
8387
"aws-iso-b": {
@@ -88,6 +92,10 @@ const partitionHash: PartitionHash = {
8892
hostname: "application-autoscaling.{region}.sc2s.sgov.gov",
8993
tags: [],
9094
},
95+
{
96+
hostname: "application-autoscaling-fips.{region}.sc2s.sgov.gov",
97+
tags: ["fips"],
98+
},
9199
],
92100
},
93101
"aws-us-gov": {

Diff for: clients/client-application-discovery-service/src/endpoints.ts

+8
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ const partitionHash: PartitionHash = {
7878
hostname: "discovery.{region}.c2s.ic.gov",
7979
tags: [],
8080
},
81+
{
82+
hostname: "discovery-fips.{region}.c2s.ic.gov",
83+
tags: ["fips"],
84+
},
8185
],
8286
},
8387
"aws-iso-b": {
@@ -88,6 +92,10 @@ const partitionHash: PartitionHash = {
8892
hostname: "discovery.{region}.sc2s.sgov.gov",
8993
tags: [],
9094
},
95+
{
96+
hostname: "discovery-fips.{region}.sc2s.sgov.gov",
97+
tags: ["fips"],
98+
},
9199
],
92100
},
93101
"aws-us-gov": {

Diff for: clients/client-application-insights/src/endpoints.ts

+8
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ const partitionHash: PartitionHash = {
9797
hostname: "applicationinsights.{region}.c2s.ic.gov",
9898
tags: [],
9999
},
100+
{
101+
hostname: "applicationinsights-fips.{region}.c2s.ic.gov",
102+
tags: ["fips"],
103+
},
100104
],
101105
},
102106
"aws-iso-b": {
@@ -107,6 +111,10 @@ const partitionHash: PartitionHash = {
107111
hostname: "applicationinsights.{region}.sc2s.sgov.gov",
108112
tags: [],
109113
},
114+
{
115+
hostname: "applicationinsights-fips.{region}.sc2s.sgov.gov",
116+
tags: ["fips"],
117+
},
110118
],
111119
},
112120
"aws-us-gov": {

0 commit comments

Comments
 (0)