File tree 30 files changed +347
-17
lines changed
client-config-service/src
client-database-migration-service/src
client-elastic-load-balancing/src
client-elastic-load-balancing-v2/src
client-lex-model-building-service/src
client-lex-runtime-service/src
client-resource-groups/src
client-sagemaker-runtime/src
client-service-catalog-appregistry/src
client-service-quotas/src
codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen
30 files changed +347
-17
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,14 @@ const partitionHash: PartitionHash = {
200
200
hostname : "acm-pca.{region}.amazonaws.com" ,
201
201
tags : [ "fips" ] ,
202
202
} ,
203
+ {
204
+ hostname : "acm-pca-fips.{region}.api.aws" ,
205
+ tags : [ "dualstack" , "fips" ] ,
206
+ } ,
207
+ {
208
+ hostname : "acm-pca.{region}.api.aws" ,
209
+ tags : [ "dualstack" ] ,
210
+ } ,
203
211
] ,
204
212
} ,
205
213
} ;
Original file line number Diff line number Diff line change @@ -115,6 +115,14 @@ const partitionHash: PartitionHash = {
115
115
hostname : "fips.batch.{region}.amazonaws.com" ,
116
116
tags : [ "fips" ] ,
117
117
} ,
118
+ {
119
+ hostname : "batch-fips.{region}.api.aws" ,
120
+ tags : [ "dualstack" , "fips" ] ,
121
+ } ,
122
+ {
123
+ hostname : "batch.{region}.api.aws" ,
124
+ tags : [ "dualstack" ] ,
125
+ } ,
118
126
] ,
119
127
} ,
120
128
"aws-cn" : {
@@ -179,6 +187,14 @@ const partitionHash: PartitionHash = {
179
187
hostname : "batch.{region}.amazonaws.com" ,
180
188
tags : [ "fips" ] ,
181
189
} ,
190
+ {
191
+ hostname : "batch-fips.{region}.api.aws" ,
192
+ tags : [ "dualstack" , "fips" ] ,
193
+ } ,
194
+ {
195
+ hostname : "batch.{region}.api.aws" ,
196
+ tags : [ "dualstack" ] ,
197
+ } ,
182
198
] ,
183
199
} ,
184
200
} ;
Original file line number Diff line number Diff line change @@ -187,6 +187,14 @@ const partitionHash: PartitionHash = {
187
187
hostname : "monitoring.{region}.amazonaws.com" ,
188
188
tags : [ "fips" ] ,
189
189
} ,
190
+ {
191
+ hostname : "monitoring-fips.{region}.api.aws" ,
192
+ tags : [ "dualstack" , "fips" ] ,
193
+ } ,
194
+ {
195
+ hostname : "monitoring.{region}.api.aws" ,
196
+ tags : [ "dualstack" ] ,
197
+ } ,
190
198
] ,
191
199
} ,
192
200
} ;
Original file line number Diff line number Diff line change @@ -187,6 +187,14 @@ const partitionHash: PartitionHash = {
187
187
hostname : "config.{region}.amazonaws.com" ,
188
188
tags : [ "fips" ] ,
189
189
} ,
190
+ {
191
+ hostname : "config-fips.{region}.api.aws" ,
192
+ tags : [ "dualstack" , "fips" ] ,
193
+ } ,
194
+ {
195
+ hostname : "config.{region}.api.aws" ,
196
+ tags : [ "dualstack" ] ,
197
+ } ,
190
198
] ,
191
199
} ,
192
200
} ;
Original file line number Diff line number Diff line change @@ -213,6 +213,14 @@ const partitionHash: PartitionHash = {
213
213
hostname : "dms.{region}.amazonaws.com" ,
214
214
tags : [ "fips" ] ,
215
215
} ,
216
+ {
217
+ hostname : "dms-fips.{region}.api.aws" ,
218
+ tags : [ "dualstack" , "fips" ] ,
219
+ } ,
220
+ {
221
+ hostname : "dms.{region}.api.aws" ,
222
+ tags : [ "dualstack" ] ,
223
+ } ,
216
224
] ,
217
225
} ,
218
226
} ;
Original file line number Diff line number Diff line change @@ -217,6 +217,14 @@ const partitionHash: PartitionHash = {
217
217
hostname : "rds.{region}.amazonaws.com" ,
218
218
tags : [ "fips" ] ,
219
219
} ,
220
+ {
221
+ hostname : "rds-fips.{region}.api.aws" ,
222
+ tags : [ "dualstack" , "fips" ] ,
223
+ } ,
224
+ {
225
+ hostname : "rds.{region}.api.aws" ,
226
+ tags : [ "dualstack" ] ,
227
+ } ,
220
228
] ,
221
229
} ,
222
230
} ;
Original file line number Diff line number Diff line change @@ -210,6 +210,14 @@ const partitionHash: PartitionHash = {
210
210
hostname : "dynamodb.{region}.amazonaws.com" ,
211
211
tags : [ "fips" ] ,
212
212
} ,
213
+ {
214
+ hostname : "dynamodb-fips.{region}.api.aws" ,
215
+ tags : [ "dualstack" , "fips" ] ,
216
+ } ,
217
+ {
218
+ hostname : "dynamodb.{region}.api.aws" ,
219
+ tags : [ "dualstack" ] ,
220
+ } ,
213
221
] ,
214
222
} ,
215
223
} ;
Original file line number Diff line number Diff line change @@ -327,6 +327,14 @@ const partitionHash: PartitionHash = {
327
327
hostname : "ecr-fips.{region}.amazonaws.com" ,
328
328
tags : [ "fips" ] ,
329
329
} ,
330
+ {
331
+ hostname : "api.ecr-fips.{region}.api.aws" ,
332
+ tags : [ "dualstack" , "fips" ] ,
333
+ } ,
334
+ {
335
+ hostname : "api.ecr.{region}.api.aws" ,
336
+ tags : [ "dualstack" ] ,
337
+ } ,
330
338
] ,
331
339
} ,
332
340
"aws-cn" : {
@@ -400,6 +408,14 @@ const partitionHash: PartitionHash = {
400
408
hostname : "ecr-fips.{region}.amazonaws.com" ,
401
409
tags : [ "fips" ] ,
402
410
} ,
411
+ {
412
+ hostname : "api.ecr-fips.{region}.api.aws" ,
413
+ tags : [ "dualstack" , "fips" ] ,
414
+ } ,
415
+ {
416
+ hostname : "api.ecr.{region}.api.aws" ,
417
+ tags : [ "dualstack" ] ,
418
+ } ,
403
419
] ,
404
420
} ,
405
421
} ;
Original file line number Diff line number Diff line change @@ -115,6 +115,14 @@ const partitionHash: PartitionHash = {
115
115
hostname : "fips.eks.{region}.amazonaws.com" ,
116
116
tags : [ "fips" ] ,
117
117
} ,
118
+ {
119
+ hostname : "eks-fips.{region}.api.aws" ,
120
+ tags : [ "dualstack" , "fips" ] ,
121
+ } ,
122
+ {
123
+ hostname : "eks.{region}.api.aws" ,
124
+ tags : [ "dualstack" ] ,
125
+ } ,
118
126
] ,
119
127
} ,
120
128
"aws-cn" : {
@@ -179,6 +187,14 @@ const partitionHash: PartitionHash = {
179
187
hostname : "eks.{region}.amazonaws.com" ,
180
188
tags : [ "fips" ] ,
181
189
} ,
190
+ {
191
+ hostname : "eks-fips.{region}.api.aws" ,
192
+ tags : [ "dualstack" , "fips" ] ,
193
+ } ,
194
+ {
195
+ hostname : "eks.{region}.api.aws" ,
196
+ tags : [ "dualstack" ] ,
197
+ } ,
182
198
] ,
183
199
} ,
184
200
} ;
Original file line number Diff line number Diff line change @@ -187,6 +187,14 @@ const partitionHash: PartitionHash = {
187
187
hostname : "elasticloadbalancing.{region}.amazonaws.com" ,
188
188
tags : [ "fips" ] ,
189
189
} ,
190
+ {
191
+ hostname : "elasticloadbalancing-fips.{region}.api.aws" ,
192
+ tags : [ "dualstack" , "fips" ] ,
193
+ } ,
194
+ {
195
+ hostname : "elasticloadbalancing.{region}.api.aws" ,
196
+ tags : [ "dualstack" ] ,
197
+ } ,
190
198
] ,
191
199
} ,
192
200
} ;
Original file line number Diff line number Diff line change @@ -187,6 +187,14 @@ const partitionHash: PartitionHash = {
187
187
hostname : "elasticloadbalancing.{region}.amazonaws.com" ,
188
188
tags : [ "fips" ] ,
189
189
} ,
190
+ {
191
+ hostname : "elasticloadbalancing-fips.{region}.api.aws" ,
192
+ tags : [ "dualstack" , "fips" ] ,
193
+ } ,
194
+ {
195
+ hostname : "elasticloadbalancing.{region}.api.aws" ,
196
+ tags : [ "dualstack" ] ,
197
+ } ,
190
198
] ,
191
199
} ,
192
200
} ;
Original file line number Diff line number Diff line change @@ -176,6 +176,14 @@ const partitionHash: PartitionHash = {
176
176
hostname : "elasticache.{region}.amazonaws.com" ,
177
177
tags : [ "fips" ] ,
178
178
} ,
179
+ {
180
+ hostname : "elasticache-fips.{region}.api.aws" ,
181
+ tags : [ "dualstack" , "fips" ] ,
182
+ } ,
183
+ {
184
+ hostname : "elasticache.{region}.api.aws" ,
185
+ tags : [ "dualstack" ] ,
186
+ } ,
179
187
] ,
180
188
} ,
181
189
} ;
Original file line number Diff line number Diff line change @@ -200,6 +200,14 @@ const partitionHash: PartitionHash = {
200
200
hostname : "elasticmapreduce.{region}.amazonaws.com" ,
201
201
tags : [ "fips" ] ,
202
202
} ,
203
+ {
204
+ hostname : "elasticmapreduce-fips.{region}.api.aws" ,
205
+ tags : [ "dualstack" , "fips" ] ,
206
+ } ,
207
+ {
208
+ hostname : "elasticmapreduce.{region}.api.aws" ,
209
+ tags : [ "dualstack" ] ,
210
+ } ,
203
211
] ,
204
212
} ,
205
213
} ;
Original file line number Diff line number Diff line change @@ -187,6 +187,14 @@ const partitionHash: PartitionHash = {
187
187
hostname : "guardduty.{region}.amazonaws.com" ,
188
188
tags : [ "fips" ] ,
189
189
} ,
190
+ {
191
+ hostname : "guardduty-fips.{region}.api.aws" ,
192
+ tags : [ "dualstack" , "fips" ] ,
193
+ } ,
194
+ {
195
+ hostname : "guardduty.{region}.api.aws" ,
196
+ tags : [ "dualstack" ] ,
197
+ } ,
190
198
] ,
191
199
} ,
192
200
} ;
Original file line number Diff line number Diff line change @@ -123,6 +123,14 @@ const partitionHash: PartitionHash = {
123
123
hostname : "identitystore.{region}.amazonaws.com" ,
124
124
tags : [ "fips" ] ,
125
125
} ,
126
+ {
127
+ hostname : "identitystore-fips.{region}.api.aws" ,
128
+ tags : [ "dualstack" , "fips" ] ,
129
+ } ,
130
+ {
131
+ hostname : "identitystore.{region}.api.aws" ,
132
+ tags : [ "dualstack" ] ,
133
+ } ,
126
134
] ,
127
135
} ,
128
136
} ;
Original file line number Diff line number Diff line change @@ -77,6 +77,14 @@ const partitionHash: PartitionHash = {
77
77
hostname : "models-fips.lex.{region}.amazonaws.com" ,
78
78
tags : [ "fips" ] ,
79
79
} ,
80
+ {
81
+ hostname : "models.lex-fips.{region}.api.aws" ,
82
+ tags : [ "dualstack" , "fips" ] ,
83
+ } ,
84
+ {
85
+ hostname : "models.lex.{region}.api.aws" ,
86
+ tags : [ "dualstack" ] ,
87
+ } ,
80
88
] ,
81
89
} ,
82
90
"aws-cn" : {
@@ -141,6 +149,14 @@ const partitionHash: PartitionHash = {
141
149
hostname : "models-fips.lex.{region}.amazonaws.com" ,
142
150
tags : [ "fips" ] ,
143
151
} ,
152
+ {
153
+ hostname : "models.lex-fips.{region}.api.aws" ,
154
+ tags : [ "dualstack" , "fips" ] ,
155
+ } ,
156
+ {
157
+ hostname : "models.lex.{region}.api.aws" ,
158
+ tags : [ "dualstack" ] ,
159
+ } ,
144
160
] ,
145
161
} ,
146
162
} ;
Original file line number Diff line number Diff line change @@ -77,6 +77,14 @@ const partitionHash: PartitionHash = {
77
77
hostname : "runtime-fips.lex.{region}.amazonaws.com" ,
78
78
tags : [ "fips" ] ,
79
79
} ,
80
+ {
81
+ hostname : "runtime.lex-fips.{region}.api.aws" ,
82
+ tags : [ "dualstack" , "fips" ] ,
83
+ } ,
84
+ {
85
+ hostname : "runtime.lex.{region}.api.aws" ,
86
+ tags : [ "dualstack" ] ,
87
+ } ,
80
88
] ,
81
89
} ,
82
90
"aws-cn" : {
@@ -141,6 +149,14 @@ const partitionHash: PartitionHash = {
141
149
hostname : "runtime-fips.lex.{region}.amazonaws.com" ,
142
150
tags : [ "fips" ] ,
143
151
} ,
152
+ {
153
+ hostname : "runtime.lex-fips.{region}.api.aws" ,
154
+ tags : [ "dualstack" , "fips" ] ,
155
+ } ,
156
+ {
157
+ hostname : "runtime.lex.{region}.api.aws" ,
158
+ tags : [ "dualstack" ] ,
159
+ } ,
144
160
] ,
145
161
} ,
146
162
} ;
Original file line number Diff line number Diff line change @@ -217,6 +217,14 @@ const partitionHash: PartitionHash = {
217
217
hostname : "rds.{region}.amazonaws.com" ,
218
218
tags : [ "fips" ] ,
219
219
} ,
220
+ {
221
+ hostname : "rds-fips.{region}.api.aws" ,
222
+ tags : [ "dualstack" , "fips" ] ,
223
+ } ,
224
+ {
225
+ hostname : "rds.{region}.api.aws" ,
226
+ tags : [ "dualstack" ] ,
227
+ } ,
220
228
] ,
221
229
} ,
222
230
} ;
Original file line number Diff line number Diff line change @@ -217,6 +217,14 @@ const partitionHash: PartitionHash = {
217
217
hostname : "rds.{region}.amazonaws.com" ,
218
218
tags : [ "fips" ] ,
219
219
} ,
220
+ {
221
+ hostname : "rds-fips.{region}.api.aws" ,
222
+ tags : [ "dualstack" , "fips" ] ,
223
+ } ,
224
+ {
225
+ hostname : "rds.{region}.api.aws" ,
226
+ tags : [ "dualstack" ] ,
227
+ } ,
220
228
] ,
221
229
} ,
222
230
} ;
Original file line number Diff line number Diff line change @@ -187,6 +187,14 @@ const partitionHash: PartitionHash = {
187
187
hostname : "resource-groups.{region}.amazonaws.com" ,
188
188
tags : [ "fips" ] ,
189
189
} ,
190
+ {
191
+ hostname : "resource-groups-fips.{region}.api.aws" ,
192
+ tags : [ "dualstack" , "fips" ] ,
193
+ } ,
194
+ {
195
+ hostname : "resource-groups.{region}.api.aws" ,
196
+ tags : [ "dualstack" ] ,
197
+ } ,
190
198
] ,
191
199
} ,
192
200
} ;
You can’t perform that action at this time.
0 commit comments