aws-partitions 1.1050.0 → 1.1057.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +35 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +0 -1
- data/partitions.json +614 -56
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 89d55baef7e4150bf17256efacce08c1a9522fe015f495de11aeef105a80c9e0
|
4
|
+
data.tar.gz: 5e59db92a4cb11bfc544d9dca0b693f6faf882a0c76921386df6376493ea69e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d1d499f67bbb6542440b835cde40981518b9c9e3a55ad6eb29fa76976364d418558a751b7c05b83ebad987b86bb48dd1ccd0ba8959ab1c89c6630f24cdaa88b
|
7
|
+
data.tar.gz: 2111251ec48517446d9162f98febe9fce0d20766cd5d7604253e4459eebe028550fbf07fa0f11d2634cf24107633c4a8f652d794ffce1893ebe62f0b6adc9eef
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,41 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1057.0 (2025-02-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1056.0 (2025-02-26)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1055.0 (2025-02-25)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.1054.0 (2025-02-21)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.1053.0 (2025-02-20)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
29
|
+
1.1052.0 (2025-02-18)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
33
|
+
|
34
|
+
1.1051.0 (2025-02-17)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
38
|
+
|
4
39
|
1.1050.0 (2025-02-11)
|
5
40
|
------------------
|
6
41
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1057.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -386,7 +386,6 @@ module Aws
|
|
386
386
|
'EMRServerless' => 'emr-serverless',
|
387
387
|
'ElastiCache' => 'elasticache',
|
388
388
|
'ElasticBeanstalk' => 'elasticbeanstalk',
|
389
|
-
'ElasticInference' => 'api.elastic-inference',
|
390
389
|
'ElasticLoadBalancing' => 'elasticloadbalancing',
|
391
390
|
'ElasticLoadBalancingV2' => 'elasticloadbalancing',
|
392
391
|
'ElasticTranscoder' => 'elastictranscoder',
|
data/partitions.json
CHANGED
@@ -580,12 +580,15 @@
|
|
580
580
|
"eu-central-1" : { },
|
581
581
|
"eu-central-2" : { },
|
582
582
|
"eu-north-1" : { },
|
583
|
+
"eu-south-1" : { },
|
584
|
+
"eu-south-2" : { },
|
583
585
|
"eu-west-1" : { },
|
584
586
|
"eu-west-2" : { },
|
585
587
|
"eu-west-3" : { },
|
586
588
|
"sa-east-1" : { },
|
587
589
|
"us-east-1" : { },
|
588
590
|
"us-east-2" : { },
|
591
|
+
"us-west-1" : { },
|
589
592
|
"us-west-2" : { }
|
590
593
|
}
|
591
594
|
},
|
@@ -1147,28 +1150,6 @@
|
|
1147
1150
|
}
|
1148
1151
|
}
|
1149
1152
|
},
|
1150
|
-
"api.elastic-inference" : {
|
1151
|
-
"endpoints" : {
|
1152
|
-
"ap-northeast-1" : {
|
1153
|
-
"hostname" : "api.elastic-inference.ap-northeast-1.amazonaws.com"
|
1154
|
-
},
|
1155
|
-
"ap-northeast-2" : {
|
1156
|
-
"hostname" : "api.elastic-inference.ap-northeast-2.amazonaws.com"
|
1157
|
-
},
|
1158
|
-
"eu-west-1" : {
|
1159
|
-
"hostname" : "api.elastic-inference.eu-west-1.amazonaws.com"
|
1160
|
-
},
|
1161
|
-
"us-east-1" : {
|
1162
|
-
"hostname" : "api.elastic-inference.us-east-1.amazonaws.com"
|
1163
|
-
},
|
1164
|
-
"us-east-2" : {
|
1165
|
-
"hostname" : "api.elastic-inference.us-east-2.amazonaws.com"
|
1166
|
-
},
|
1167
|
-
"us-west-2" : {
|
1168
|
-
"hostname" : "api.elastic-inference.us-west-2.amazonaws.com"
|
1169
|
-
}
|
1170
|
-
}
|
1171
|
-
},
|
1172
1153
|
"api.fleethub.iot" : {
|
1173
1154
|
"endpoints" : {
|
1174
1155
|
"ap-northeast-1" : { },
|
@@ -3068,7 +3049,9 @@
|
|
3068
3049
|
"endpoints" : {
|
3069
3050
|
"ap-northeast-1" : { },
|
3070
3051
|
"ap-northeast-2" : { },
|
3052
|
+
"ap-northeast-3" : { },
|
3071
3053
|
"ap-south-1" : { },
|
3054
|
+
"ap-south-2" : { },
|
3072
3055
|
"ap-southeast-1" : { },
|
3073
3056
|
"ap-southeast-2" : { },
|
3074
3057
|
"bedrock-ap-northeast-1" : {
|
@@ -3083,12 +3066,24 @@
|
|
3083
3066
|
},
|
3084
3067
|
"hostname" : "bedrock.ap-northeast-2.amazonaws.com"
|
3085
3068
|
},
|
3069
|
+
"bedrock-ap-northeast-3" : {
|
3070
|
+
"credentialScope" : {
|
3071
|
+
"region" : "ap-northeast-3"
|
3072
|
+
},
|
3073
|
+
"hostname" : "bedrock.ap-northeast-3.amazonaws.com"
|
3074
|
+
},
|
3086
3075
|
"bedrock-ap-south-1" : {
|
3087
3076
|
"credentialScope" : {
|
3088
3077
|
"region" : "ap-south-1"
|
3089
3078
|
},
|
3090
3079
|
"hostname" : "bedrock.ap-south-1.amazonaws.com"
|
3091
3080
|
},
|
3081
|
+
"bedrock-ap-south-2" : {
|
3082
|
+
"credentialScope" : {
|
3083
|
+
"region" : "ap-south-2"
|
3084
|
+
},
|
3085
|
+
"hostname" : "bedrock.ap-south-2.amazonaws.com"
|
3086
|
+
},
|
3092
3087
|
"bedrock-ap-southeast-1" : {
|
3093
3088
|
"credentialScope" : {
|
3094
3089
|
"region" : "ap-southeast-1"
|
@@ -3119,6 +3114,12 @@
|
|
3119
3114
|
},
|
3120
3115
|
"hostname" : "bedrock.eu-central-2.amazonaws.com"
|
3121
3116
|
},
|
3117
|
+
"bedrock-eu-north-1" : {
|
3118
|
+
"credentialScope" : {
|
3119
|
+
"region" : "eu-north-1"
|
3120
|
+
},
|
3121
|
+
"hostname" : "bedrock.eu-north-1.amazonaws.com"
|
3122
|
+
},
|
3122
3123
|
"bedrock-eu-west-1" : {
|
3123
3124
|
"credentialScope" : {
|
3124
3125
|
"region" : "eu-west-1"
|
@@ -3173,12 +3174,24 @@
|
|
3173
3174
|
},
|
3174
3175
|
"hostname" : "bedrock-runtime.ap-northeast-2.amazonaws.com"
|
3175
3176
|
},
|
3177
|
+
"bedrock-runtime-ap-northeast-3" : {
|
3178
|
+
"credentialScope" : {
|
3179
|
+
"region" : "ap-northeast-3"
|
3180
|
+
},
|
3181
|
+
"hostname" : "bedrock-runtime.ap-northeast-3.amazonaws.com"
|
3182
|
+
},
|
3176
3183
|
"bedrock-runtime-ap-south-1" : {
|
3177
3184
|
"credentialScope" : {
|
3178
3185
|
"region" : "ap-south-1"
|
3179
3186
|
},
|
3180
3187
|
"hostname" : "bedrock-runtime.ap-south-1.amazonaws.com"
|
3181
3188
|
},
|
3189
|
+
"bedrock-runtime-ap-south-2" : {
|
3190
|
+
"credentialScope" : {
|
3191
|
+
"region" : "ap-south-2"
|
3192
|
+
},
|
3193
|
+
"hostname" : "bedrock-runtime.ap-south-2.amazonaws.com"
|
3194
|
+
},
|
3182
3195
|
"bedrock-runtime-ap-southeast-1" : {
|
3183
3196
|
"credentialScope" : {
|
3184
3197
|
"region" : "ap-southeast-1"
|
@@ -3209,6 +3222,12 @@
|
|
3209
3222
|
},
|
3210
3223
|
"hostname" : "bedrock-runtime.eu-central-2.amazonaws.com"
|
3211
3224
|
},
|
3225
|
+
"bedrock-runtime-eu-north-1" : {
|
3226
|
+
"credentialScope" : {
|
3227
|
+
"region" : "eu-north-1"
|
3228
|
+
},
|
3229
|
+
"hostname" : "bedrock-runtime.eu-north-1.amazonaws.com"
|
3230
|
+
},
|
3212
3231
|
"bedrock-runtime-eu-west-1" : {
|
3213
3232
|
"credentialScope" : {
|
3214
3233
|
"region" : "eu-west-1"
|
@@ -3302,6 +3321,7 @@
|
|
3302
3321
|
"ca-central-1" : { },
|
3303
3322
|
"eu-central-1" : { },
|
3304
3323
|
"eu-central-2" : { },
|
3324
|
+
"eu-north-1" : { },
|
3305
3325
|
"eu-west-1" : { },
|
3306
3326
|
"eu-west-2" : { },
|
3307
3327
|
"eu-west-3" : { },
|
@@ -3780,6 +3800,12 @@
|
|
3780
3800
|
"tags" : [ "dualstack" ]
|
3781
3801
|
} ]
|
3782
3802
|
},
|
3803
|
+
"ap-southeast-7" : {
|
3804
|
+
"variants" : [ {
|
3805
|
+
"hostname" : "cloudcontrolapi.ap-southeast-7.api.aws",
|
3806
|
+
"tags" : [ "dualstack" ]
|
3807
|
+
} ]
|
3808
|
+
},
|
3783
3809
|
"ca-central-1" : {
|
3784
3810
|
"variants" : [ {
|
3785
3811
|
"hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com",
|
@@ -3912,6 +3938,12 @@
|
|
3912
3938
|
"tags" : [ "dualstack" ]
|
3913
3939
|
} ]
|
3914
3940
|
},
|
3941
|
+
"mx-central-1" : {
|
3942
|
+
"variants" : [ {
|
3943
|
+
"hostname" : "cloudcontrolapi.mx-central-1.api.aws",
|
3944
|
+
"tags" : [ "dualstack" ]
|
3945
|
+
} ]
|
3946
|
+
},
|
3915
3947
|
"sa-east-1" : {
|
3916
3948
|
"variants" : [ {
|
3917
3949
|
"hostname" : "cloudcontrolapi.sa-east-1.api.aws",
|
@@ -9814,6 +9846,12 @@
|
|
9814
9846
|
} ]
|
9815
9847
|
},
|
9816
9848
|
"ap-southeast-5" : { },
|
9849
|
+
"ap-southeast-7" : {
|
9850
|
+
"variants" : [ {
|
9851
|
+
"hostname" : "firehose.ap-southeast-7.api.aws",
|
9852
|
+
"tags" : [ "dualstack" ]
|
9853
|
+
} ]
|
9854
|
+
},
|
9817
9855
|
"ca-central-1" : {
|
9818
9856
|
"variants" : [ {
|
9819
9857
|
"hostname" : "firehose.ca-central-1.api.aws",
|
@@ -9920,6 +9958,12 @@
|
|
9920
9958
|
"tags" : [ "dualstack" ]
|
9921
9959
|
} ]
|
9922
9960
|
},
|
9961
|
+
"mx-central-1" : {
|
9962
|
+
"variants" : [ {
|
9963
|
+
"hostname" : "firehose.mx-central-1.api.aws",
|
9964
|
+
"tags" : [ "dualstack" ]
|
9965
|
+
} ]
|
9966
|
+
},
|
9923
9967
|
"sa-east-1" : {
|
9924
9968
|
"variants" : [ {
|
9925
9969
|
"hostname" : "firehose.sa-east-1.api.aws",
|
@@ -11203,7 +11247,19 @@
|
|
11203
11247
|
"ap-southeast-4" : { },
|
11204
11248
|
"ap-southeast-5" : { },
|
11205
11249
|
"ca-central-1" : { },
|
11206
|
-
"ca-west-1" : {
|
11250
|
+
"ca-west-1" : {
|
11251
|
+
"variants" : [ {
|
11252
|
+
"hostname" : "guardduty-fips.ca-west-1.amazonaws.com",
|
11253
|
+
"tags" : [ "fips" ]
|
11254
|
+
} ]
|
11255
|
+
},
|
11256
|
+
"ca-west-1-fips" : {
|
11257
|
+
"credentialScope" : {
|
11258
|
+
"region" : "ca-west-1"
|
11259
|
+
},
|
11260
|
+
"deprecated" : true,
|
11261
|
+
"hostname" : "guardduty-fips.ca-west-1.amazonaws.com"
|
11262
|
+
},
|
11207
11263
|
"eu-central-1" : { },
|
11208
11264
|
"eu-central-2" : { },
|
11209
11265
|
"eu-north-1" : { },
|
@@ -17118,6 +17174,12 @@
|
|
17118
17174
|
"tags" : [ "dualstack" ]
|
17119
17175
|
} ]
|
17120
17176
|
},
|
17177
|
+
"eu-south-2" : {
|
17178
|
+
"variants" : [ {
|
17179
|
+
"hostname" : "polly.eu-south-2.api.aws",
|
17180
|
+
"tags" : [ "dualstack" ]
|
17181
|
+
} ]
|
17182
|
+
},
|
17121
17183
|
"eu-west-1" : {
|
17122
17184
|
"variants" : [ {
|
17123
17185
|
"hostname" : "polly.eu-west-1.api.aws",
|
@@ -17751,6 +17813,12 @@
|
|
17751
17813
|
"ca-west-1" : {
|
17752
17814
|
"variants" : [ {
|
17753
17815
|
"tags" : [ "dualstack" ]
|
17816
|
+
}, {
|
17817
|
+
"hostname" : "ram-fips.ca-west-1.amazonaws.com",
|
17818
|
+
"tags" : [ "fips" ]
|
17819
|
+
}, {
|
17820
|
+
"hostname" : "ram-fips.ca-west-1.api.aws",
|
17821
|
+
"tags" : [ "dualstack", "fips" ]
|
17754
17822
|
} ]
|
17755
17823
|
},
|
17756
17824
|
"eu-central-1" : {
|
@@ -17800,6 +17868,13 @@
|
|
17800
17868
|
"deprecated" : true,
|
17801
17869
|
"hostname" : "ram-fips.ca-central-1.amazonaws.com"
|
17802
17870
|
},
|
17871
|
+
"fips-ca-west-1" : {
|
17872
|
+
"credentialScope" : {
|
17873
|
+
"region" : "ca-west-1"
|
17874
|
+
},
|
17875
|
+
"deprecated" : true,
|
17876
|
+
"hostname" : "ram-fips.ca-west-1.amazonaws.com"
|
17877
|
+
},
|
17803
17878
|
"fips-us-east-1" : {
|
17804
17879
|
"credentialScope" : {
|
17805
17880
|
"region" : "us-east-1"
|
@@ -19262,6 +19337,184 @@
|
|
19262
19337
|
"us-east-1" : { }
|
19263
19338
|
}
|
19264
19339
|
},
|
19340
|
+
"route53profiles" : {
|
19341
|
+
"endpoints" : {
|
19342
|
+
"af-south-1" : {
|
19343
|
+
"variants" : [ {
|
19344
|
+
"hostname" : "route53profiles.af-south-1.api.aws",
|
19345
|
+
"tags" : [ "dualstack" ]
|
19346
|
+
} ]
|
19347
|
+
},
|
19348
|
+
"ap-east-1" : {
|
19349
|
+
"variants" : [ {
|
19350
|
+
"hostname" : "route53profiles.ap-east-1.api.aws",
|
19351
|
+
"tags" : [ "dualstack" ]
|
19352
|
+
} ]
|
19353
|
+
},
|
19354
|
+
"ap-northeast-1" : {
|
19355
|
+
"variants" : [ {
|
19356
|
+
"hostname" : "route53profiles.ap-northeast-1.api.aws",
|
19357
|
+
"tags" : [ "dualstack" ]
|
19358
|
+
} ]
|
19359
|
+
},
|
19360
|
+
"ap-northeast-2" : {
|
19361
|
+
"variants" : [ {
|
19362
|
+
"hostname" : "route53profiles.ap-northeast-2.api.aws",
|
19363
|
+
"tags" : [ "dualstack" ]
|
19364
|
+
} ]
|
19365
|
+
},
|
19366
|
+
"ap-northeast-3" : {
|
19367
|
+
"variants" : [ {
|
19368
|
+
"hostname" : "route53profiles.ap-northeast-3.api.aws",
|
19369
|
+
"tags" : [ "dualstack" ]
|
19370
|
+
} ]
|
19371
|
+
},
|
19372
|
+
"ap-south-1" : {
|
19373
|
+
"variants" : [ {
|
19374
|
+
"hostname" : "route53profiles.ap-south-1.api.aws",
|
19375
|
+
"tags" : [ "dualstack" ]
|
19376
|
+
} ]
|
19377
|
+
},
|
19378
|
+
"ap-south-2" : {
|
19379
|
+
"variants" : [ {
|
19380
|
+
"hostname" : "route53profiles.ap-south-2.api.aws",
|
19381
|
+
"tags" : [ "dualstack" ]
|
19382
|
+
} ]
|
19383
|
+
},
|
19384
|
+
"ap-southeast-1" : {
|
19385
|
+
"variants" : [ {
|
19386
|
+
"hostname" : "route53profiles.ap-southeast-1.api.aws",
|
19387
|
+
"tags" : [ "dualstack" ]
|
19388
|
+
} ]
|
19389
|
+
},
|
19390
|
+
"ap-southeast-2" : {
|
19391
|
+
"variants" : [ {
|
19392
|
+
"hostname" : "route53profiles.ap-southeast-2.api.aws",
|
19393
|
+
"tags" : [ "dualstack" ]
|
19394
|
+
} ]
|
19395
|
+
},
|
19396
|
+
"ap-southeast-3" : {
|
19397
|
+
"variants" : [ {
|
19398
|
+
"hostname" : "route53profiles.ap-southeast-3.api.aws",
|
19399
|
+
"tags" : [ "dualstack" ]
|
19400
|
+
} ]
|
19401
|
+
},
|
19402
|
+
"ap-southeast-4" : {
|
19403
|
+
"variants" : [ {
|
19404
|
+
"hostname" : "route53profiles.ap-southeast-4.api.aws",
|
19405
|
+
"tags" : [ "dualstack" ]
|
19406
|
+
} ]
|
19407
|
+
},
|
19408
|
+
"ca-central-1" : {
|
19409
|
+
"variants" : [ {
|
19410
|
+
"hostname" : "route53profiles.ca-central-1.api.aws",
|
19411
|
+
"tags" : [ "dualstack" ]
|
19412
|
+
} ]
|
19413
|
+
},
|
19414
|
+
"ca-west-1" : {
|
19415
|
+
"variants" : [ {
|
19416
|
+
"hostname" : "route53profiles.ca-west-1.api.aws",
|
19417
|
+
"tags" : [ "dualstack" ]
|
19418
|
+
} ]
|
19419
|
+
},
|
19420
|
+
"eu-central-1" : {
|
19421
|
+
"variants" : [ {
|
19422
|
+
"hostname" : "route53profiles.eu-central-1.api.aws",
|
19423
|
+
"tags" : [ "dualstack" ]
|
19424
|
+
} ]
|
19425
|
+
},
|
19426
|
+
"eu-central-2" : {
|
19427
|
+
"variants" : [ {
|
19428
|
+
"hostname" : "route53profiles.eu-central-2.api.aws",
|
19429
|
+
"tags" : [ "dualstack" ]
|
19430
|
+
} ]
|
19431
|
+
},
|
19432
|
+
"eu-north-1" : {
|
19433
|
+
"variants" : [ {
|
19434
|
+
"hostname" : "route53profiles.eu-north-1.api.aws",
|
19435
|
+
"tags" : [ "dualstack" ]
|
19436
|
+
} ]
|
19437
|
+
},
|
19438
|
+
"eu-south-1" : {
|
19439
|
+
"variants" : [ {
|
19440
|
+
"hostname" : "route53profiles.eu-south-1.api.aws",
|
19441
|
+
"tags" : [ "dualstack" ]
|
19442
|
+
} ]
|
19443
|
+
},
|
19444
|
+
"eu-south-2" : {
|
19445
|
+
"variants" : [ {
|
19446
|
+
"hostname" : "route53profiles.eu-south-2.api.aws",
|
19447
|
+
"tags" : [ "dualstack" ]
|
19448
|
+
} ]
|
19449
|
+
},
|
19450
|
+
"eu-west-1" : {
|
19451
|
+
"variants" : [ {
|
19452
|
+
"hostname" : "route53profiles.eu-west-1.api.aws",
|
19453
|
+
"tags" : [ "dualstack" ]
|
19454
|
+
} ]
|
19455
|
+
},
|
19456
|
+
"eu-west-2" : {
|
19457
|
+
"variants" : [ {
|
19458
|
+
"hostname" : "route53profiles.eu-west-2.api.aws",
|
19459
|
+
"tags" : [ "dualstack" ]
|
19460
|
+
} ]
|
19461
|
+
},
|
19462
|
+
"eu-west-3" : {
|
19463
|
+
"variants" : [ {
|
19464
|
+
"hostname" : "route53profiles.eu-west-3.api.aws",
|
19465
|
+
"tags" : [ "dualstack" ]
|
19466
|
+
} ]
|
19467
|
+
},
|
19468
|
+
"il-central-1" : {
|
19469
|
+
"variants" : [ {
|
19470
|
+
"hostname" : "route53profiles.il-central-1.api.aws",
|
19471
|
+
"tags" : [ "dualstack" ]
|
19472
|
+
} ]
|
19473
|
+
},
|
19474
|
+
"me-central-1" : {
|
19475
|
+
"variants" : [ {
|
19476
|
+
"hostname" : "route53profiles.me-central-1.api.aws",
|
19477
|
+
"tags" : [ "dualstack" ]
|
19478
|
+
} ]
|
19479
|
+
},
|
19480
|
+
"me-south-1" : {
|
19481
|
+
"variants" : [ {
|
19482
|
+
"hostname" : "route53profiles.me-south-1.api.aws",
|
19483
|
+
"tags" : [ "dualstack" ]
|
19484
|
+
} ]
|
19485
|
+
},
|
19486
|
+
"sa-east-1" : {
|
19487
|
+
"variants" : [ {
|
19488
|
+
"hostname" : "route53profiles.sa-east-1.api.aws",
|
19489
|
+
"tags" : [ "dualstack" ]
|
19490
|
+
} ]
|
19491
|
+
},
|
19492
|
+
"us-east-1" : {
|
19493
|
+
"variants" : [ {
|
19494
|
+
"hostname" : "route53profiles.us-east-1.api.aws",
|
19495
|
+
"tags" : [ "dualstack" ]
|
19496
|
+
} ]
|
19497
|
+
},
|
19498
|
+
"us-east-2" : {
|
19499
|
+
"variants" : [ {
|
19500
|
+
"hostname" : "route53profiles.us-east-2.api.aws",
|
19501
|
+
"tags" : [ "dualstack" ]
|
19502
|
+
} ]
|
19503
|
+
},
|
19504
|
+
"us-west-1" : {
|
19505
|
+
"variants" : [ {
|
19506
|
+
"hostname" : "route53profiles.us-west-1.api.aws",
|
19507
|
+
"tags" : [ "dualstack" ]
|
19508
|
+
} ]
|
19509
|
+
},
|
19510
|
+
"us-west-2" : {
|
19511
|
+
"variants" : [ {
|
19512
|
+
"hostname" : "route53profiles.us-west-2.api.aws",
|
19513
|
+
"tags" : [ "dualstack" ]
|
19514
|
+
} ]
|
19515
|
+
}
|
19516
|
+
}
|
19517
|
+
},
|
19265
19518
|
"route53resolver" : {
|
19266
19519
|
"defaults" : {
|
19267
19520
|
"protocols" : [ "https" ]
|
@@ -20818,6 +21071,12 @@
|
|
20818
21071
|
"tags" : [ "dualstack" ]
|
20819
21072
|
} ]
|
20820
21073
|
},
|
21074
|
+
"ap-southeast-7" : {
|
21075
|
+
"variants" : [ {
|
21076
|
+
"hostname" : "securityhub.ap-southeast-7.api.aws",
|
21077
|
+
"tags" : [ "dualstack" ]
|
21078
|
+
} ]
|
21079
|
+
},
|
20821
21080
|
"ca-central-1" : {
|
20822
21081
|
"variants" : [ {
|
20823
21082
|
"hostname" : "securityhub.ca-central-1.api.aws",
|
@@ -20924,6 +21183,12 @@
|
|
20924
21183
|
"tags" : [ "dualstack" ]
|
20925
21184
|
} ]
|
20926
21185
|
},
|
21186
|
+
"mx-central-1" : {
|
21187
|
+
"variants" : [ {
|
21188
|
+
"hostname" : "securityhub.mx-central-1.api.aws",
|
21189
|
+
"tags" : [ "dualstack" ]
|
21190
|
+
} ]
|
21191
|
+
},
|
20927
21192
|
"sa-east-1" : {
|
20928
21193
|
"variants" : [ {
|
20929
21194
|
"hostname" : "securityhub.sa-east-1.api.aws",
|
@@ -23448,6 +23713,7 @@
|
|
23448
23713
|
"il-central-1" : { },
|
23449
23714
|
"me-central-1" : { },
|
23450
23715
|
"me-south-1" : { },
|
23716
|
+
"mx-central-1" : { },
|
23451
23717
|
"sa-east-1" : { },
|
23452
23718
|
"us-east-1" : {
|
23453
23719
|
"variants" : [ {
|
@@ -24278,24 +24544,90 @@
|
|
24278
24544
|
} ]
|
24279
24545
|
},
|
24280
24546
|
"endpoints" : {
|
24281
|
-
"af-south-1" : {
|
24282
|
-
|
24283
|
-
|
24284
|
-
|
24285
|
-
|
24286
|
-
|
24287
|
-
"ap-
|
24547
|
+
"af-south-1" : {
|
24548
|
+
"variants" : [ {
|
24549
|
+
"hostname" : "transcribe.af-south-1.api.aws",
|
24550
|
+
"tags" : [ "dualstack" ]
|
24551
|
+
} ]
|
24552
|
+
},
|
24553
|
+
"ap-east-1" : {
|
24554
|
+
"variants" : [ {
|
24555
|
+
"hostname" : "transcribe.ap-east-1.api.aws",
|
24556
|
+
"tags" : [ "dualstack" ]
|
24557
|
+
} ]
|
24558
|
+
},
|
24559
|
+
"ap-northeast-1" : {
|
24560
|
+
"variants" : [ {
|
24561
|
+
"hostname" : "transcribe.ap-northeast-1.api.aws",
|
24562
|
+
"tags" : [ "dualstack" ]
|
24563
|
+
} ]
|
24564
|
+
},
|
24565
|
+
"ap-northeast-2" : {
|
24566
|
+
"variants" : [ {
|
24567
|
+
"hostname" : "transcribe.ap-northeast-2.api.aws",
|
24568
|
+
"tags" : [ "dualstack" ]
|
24569
|
+
} ]
|
24570
|
+
},
|
24571
|
+
"ap-south-1" : {
|
24572
|
+
"variants" : [ {
|
24573
|
+
"hostname" : "transcribe.ap-south-1.api.aws",
|
24574
|
+
"tags" : [ "dualstack" ]
|
24575
|
+
} ]
|
24576
|
+
},
|
24577
|
+
"ap-southeast-1" : {
|
24578
|
+
"variants" : [ {
|
24579
|
+
"hostname" : "transcribe.ap-southeast-1.api.aws",
|
24580
|
+
"tags" : [ "dualstack" ]
|
24581
|
+
} ]
|
24582
|
+
},
|
24583
|
+
"ap-southeast-2" : {
|
24584
|
+
"variants" : [ {
|
24585
|
+
"hostname" : "transcribe.ap-southeast-2.api.aws",
|
24586
|
+
"tags" : [ "dualstack" ]
|
24587
|
+
} ]
|
24588
|
+
},
|
24288
24589
|
"ca-central-1" : {
|
24289
24590
|
"variants" : [ {
|
24290
24591
|
"hostname" : "fips.transcribe.ca-central-1.amazonaws.com",
|
24291
24592
|
"tags" : [ "fips" ]
|
24593
|
+
}, {
|
24594
|
+
"hostname" : "transcribe-fips.ca-central-1.api.aws",
|
24595
|
+
"tags" : [ "dualstack", "fips" ]
|
24596
|
+
}, {
|
24597
|
+
"hostname" : "transcribe.ca-central-1.api.aws",
|
24598
|
+
"tags" : [ "dualstack" ]
|
24599
|
+
} ]
|
24600
|
+
},
|
24601
|
+
"eu-central-1" : {
|
24602
|
+
"variants" : [ {
|
24603
|
+
"hostname" : "transcribe.eu-central-1.api.aws",
|
24604
|
+
"tags" : [ "dualstack" ]
|
24605
|
+
} ]
|
24606
|
+
},
|
24607
|
+
"eu-north-1" : {
|
24608
|
+
"variants" : [ {
|
24609
|
+
"hostname" : "transcribe.eu-north-1.api.aws",
|
24610
|
+
"tags" : [ "dualstack" ]
|
24611
|
+
} ]
|
24612
|
+
},
|
24613
|
+
"eu-west-1" : {
|
24614
|
+
"variants" : [ {
|
24615
|
+
"hostname" : "transcribe.eu-west-1.api.aws",
|
24616
|
+
"tags" : [ "dualstack" ]
|
24617
|
+
} ]
|
24618
|
+
},
|
24619
|
+
"eu-west-2" : {
|
24620
|
+
"variants" : [ {
|
24621
|
+
"hostname" : "transcribe.eu-west-2.api.aws",
|
24622
|
+
"tags" : [ "dualstack" ]
|
24623
|
+
} ]
|
24624
|
+
},
|
24625
|
+
"eu-west-3" : {
|
24626
|
+
"variants" : [ {
|
24627
|
+
"hostname" : "transcribe.eu-west-3.api.aws",
|
24628
|
+
"tags" : [ "dualstack" ]
|
24292
24629
|
} ]
|
24293
24630
|
},
|
24294
|
-
"eu-central-1" : { },
|
24295
|
-
"eu-north-1" : { },
|
24296
|
-
"eu-west-1" : { },
|
24297
|
-
"eu-west-2" : { },
|
24298
|
-
"eu-west-3" : { },
|
24299
24631
|
"fips-ca-central-1" : {
|
24300
24632
|
"credentialScope" : {
|
24301
24633
|
"region" : "ca-central-1"
|
@@ -24331,30 +24663,64 @@
|
|
24331
24663
|
"deprecated" : true,
|
24332
24664
|
"hostname" : "fips.transcribe.us-west-2.amazonaws.com"
|
24333
24665
|
},
|
24334
|
-
"me-south-1" : {
|
24335
|
-
|
24666
|
+
"me-south-1" : {
|
24667
|
+
"variants" : [ {
|
24668
|
+
"hostname" : "transcribe.me-south-1.api.aws",
|
24669
|
+
"tags" : [ "dualstack" ]
|
24670
|
+
} ]
|
24671
|
+
},
|
24672
|
+
"sa-east-1" : {
|
24673
|
+
"variants" : [ {
|
24674
|
+
"hostname" : "transcribe.sa-east-1.api.aws",
|
24675
|
+
"tags" : [ "dualstack" ]
|
24676
|
+
} ]
|
24677
|
+
},
|
24336
24678
|
"us-east-1" : {
|
24337
24679
|
"variants" : [ {
|
24338
24680
|
"hostname" : "fips.transcribe.us-east-1.amazonaws.com",
|
24339
24681
|
"tags" : [ "fips" ]
|
24682
|
+
}, {
|
24683
|
+
"hostname" : "transcribe-fips.us-east-1.api.aws",
|
24684
|
+
"tags" : [ "dualstack", "fips" ]
|
24685
|
+
}, {
|
24686
|
+
"hostname" : "transcribe.us-east-1.api.aws",
|
24687
|
+
"tags" : [ "dualstack" ]
|
24340
24688
|
} ]
|
24341
24689
|
},
|
24342
24690
|
"us-east-2" : {
|
24343
24691
|
"variants" : [ {
|
24344
24692
|
"hostname" : "fips.transcribe.us-east-2.amazonaws.com",
|
24345
24693
|
"tags" : [ "fips" ]
|
24694
|
+
}, {
|
24695
|
+
"hostname" : "transcribe-fips.us-east-2.api.aws",
|
24696
|
+
"tags" : [ "dualstack", "fips" ]
|
24697
|
+
}, {
|
24698
|
+
"hostname" : "transcribe.us-east-2.api.aws",
|
24699
|
+
"tags" : [ "dualstack" ]
|
24346
24700
|
} ]
|
24347
24701
|
},
|
24348
24702
|
"us-west-1" : {
|
24349
24703
|
"variants" : [ {
|
24350
24704
|
"hostname" : "fips.transcribe.us-west-1.amazonaws.com",
|
24351
24705
|
"tags" : [ "fips" ]
|
24706
|
+
}, {
|
24707
|
+
"hostname" : "transcribe-fips.us-west-1.api.aws",
|
24708
|
+
"tags" : [ "dualstack", "fips" ]
|
24709
|
+
}, {
|
24710
|
+
"hostname" : "transcribe.us-west-1.api.aws",
|
24711
|
+
"tags" : [ "dualstack" ]
|
24352
24712
|
} ]
|
24353
24713
|
},
|
24354
24714
|
"us-west-2" : {
|
24355
24715
|
"variants" : [ {
|
24356
24716
|
"hostname" : "fips.transcribe.us-west-2.amazonaws.com",
|
24357
24717
|
"tags" : [ "fips" ]
|
24718
|
+
}, {
|
24719
|
+
"hostname" : "transcribe-fips.us-west-2.api.aws",
|
24720
|
+
"tags" : [ "dualstack", "fips" ]
|
24721
|
+
}, {
|
24722
|
+
"hostname" : "transcribe.us-west-2.api.aws",
|
24723
|
+
"tags" : [ "dualstack" ]
|
24358
24724
|
} ]
|
24359
24725
|
}
|
24360
24726
|
}
|
@@ -24536,22 +24902,88 @@
|
|
24536
24902
|
"protocols" : [ "https" ]
|
24537
24903
|
},
|
24538
24904
|
"endpoints" : {
|
24539
|
-
"ap-east-1" : {
|
24540
|
-
|
24541
|
-
|
24542
|
-
|
24543
|
-
|
24544
|
-
|
24545
|
-
"
|
24546
|
-
|
24547
|
-
|
24548
|
-
|
24549
|
-
|
24550
|
-
|
24905
|
+
"ap-east-1" : {
|
24906
|
+
"variants" : [ {
|
24907
|
+
"hostname" : "translate.ap-east-1.api.aws",
|
24908
|
+
"tags" : [ "dualstack" ]
|
24909
|
+
} ]
|
24910
|
+
},
|
24911
|
+
"ap-northeast-1" : {
|
24912
|
+
"variants" : [ {
|
24913
|
+
"hostname" : "translate.ap-northeast-1.api.aws",
|
24914
|
+
"tags" : [ "dualstack" ]
|
24915
|
+
} ]
|
24916
|
+
},
|
24917
|
+
"ap-northeast-2" : {
|
24918
|
+
"variants" : [ {
|
24919
|
+
"hostname" : "translate.ap-northeast-2.api.aws",
|
24920
|
+
"tags" : [ "dualstack" ]
|
24921
|
+
} ]
|
24922
|
+
},
|
24923
|
+
"ap-south-1" : {
|
24924
|
+
"variants" : [ {
|
24925
|
+
"hostname" : "translate.ap-south-1.api.aws",
|
24926
|
+
"tags" : [ "dualstack" ]
|
24927
|
+
} ]
|
24928
|
+
},
|
24929
|
+
"ap-southeast-1" : {
|
24930
|
+
"variants" : [ {
|
24931
|
+
"hostname" : "translate.ap-southeast-1.api.aws",
|
24932
|
+
"tags" : [ "dualstack" ]
|
24933
|
+
} ]
|
24934
|
+
},
|
24935
|
+
"ap-southeast-2" : {
|
24936
|
+
"variants" : [ {
|
24937
|
+
"hostname" : "translate.ap-southeast-2.api.aws",
|
24938
|
+
"tags" : [ "dualstack" ]
|
24939
|
+
} ]
|
24940
|
+
},
|
24941
|
+
"ca-central-1" : {
|
24942
|
+
"variants" : [ {
|
24943
|
+
"hostname" : "translate.ca-central-1.api.aws",
|
24944
|
+
"tags" : [ "dualstack" ]
|
24945
|
+
} ]
|
24946
|
+
},
|
24947
|
+
"eu-central-1" : {
|
24948
|
+
"variants" : [ {
|
24949
|
+
"hostname" : "translate.eu-central-1.api.aws",
|
24950
|
+
"tags" : [ "dualstack" ]
|
24951
|
+
} ]
|
24952
|
+
},
|
24953
|
+
"eu-north-1" : {
|
24954
|
+
"variants" : [ {
|
24955
|
+
"hostname" : "translate.eu-north-1.api.aws",
|
24956
|
+
"tags" : [ "dualstack" ]
|
24957
|
+
} ]
|
24958
|
+
},
|
24959
|
+
"eu-west-1" : {
|
24960
|
+
"variants" : [ {
|
24961
|
+
"hostname" : "translate.eu-west-1.api.aws",
|
24962
|
+
"tags" : [ "dualstack" ]
|
24963
|
+
} ]
|
24964
|
+
},
|
24965
|
+
"eu-west-2" : {
|
24966
|
+
"variants" : [ {
|
24967
|
+
"hostname" : "translate.eu-west-2.api.aws",
|
24968
|
+
"tags" : [ "dualstack" ]
|
24969
|
+
} ]
|
24970
|
+
},
|
24971
|
+
"eu-west-3" : {
|
24972
|
+
"variants" : [ {
|
24973
|
+
"hostname" : "translate.eu-west-3.api.aws",
|
24974
|
+
"tags" : [ "dualstack" ]
|
24975
|
+
} ]
|
24976
|
+
},
|
24551
24977
|
"us-east-1" : {
|
24552
24978
|
"variants" : [ {
|
24553
24979
|
"hostname" : "translate-fips.us-east-1.amazonaws.com",
|
24554
24980
|
"tags" : [ "fips" ]
|
24981
|
+
}, {
|
24982
|
+
"hostname" : "translate-fips.us-east-1.api.aws",
|
24983
|
+
"tags" : [ "dualstack", "fips" ]
|
24984
|
+
}, {
|
24985
|
+
"hostname" : "translate.us-east-1.api.aws",
|
24986
|
+
"tags" : [ "dualstack" ]
|
24555
24987
|
} ]
|
24556
24988
|
},
|
24557
24989
|
"us-east-1-fips" : {
|
@@ -24565,6 +24997,12 @@
|
|
24565
24997
|
"variants" : [ {
|
24566
24998
|
"hostname" : "translate-fips.us-east-2.amazonaws.com",
|
24567
24999
|
"tags" : [ "fips" ]
|
25000
|
+
}, {
|
25001
|
+
"hostname" : "translate-fips.us-east-2.api.aws",
|
25002
|
+
"tags" : [ "dualstack", "fips" ]
|
25003
|
+
}, {
|
25004
|
+
"hostname" : "translate.us-east-2.api.aws",
|
25005
|
+
"tags" : [ "dualstack" ]
|
24568
25006
|
} ]
|
24569
25007
|
},
|
24570
25008
|
"us-east-2-fips" : {
|
@@ -24578,6 +25016,12 @@
|
|
24578
25016
|
"variants" : [ {
|
24579
25017
|
"hostname" : "translate-fips.us-west-1.amazonaws.com",
|
24580
25018
|
"tags" : [ "fips" ]
|
25019
|
+
}, {
|
25020
|
+
"hostname" : "translate-fips.us-west-1.api.aws",
|
25021
|
+
"tags" : [ "dualstack", "fips" ]
|
25022
|
+
}, {
|
25023
|
+
"hostname" : "translate.us-west-1.api.aws",
|
25024
|
+
"tags" : [ "dualstack" ]
|
24581
25025
|
} ]
|
24582
25026
|
},
|
24583
25027
|
"us-west-1-fips" : {
|
@@ -24591,6 +25035,12 @@
|
|
24591
25035
|
"variants" : [ {
|
24592
25036
|
"hostname" : "translate-fips.us-west-2.amazonaws.com",
|
24593
25037
|
"tags" : [ "fips" ]
|
25038
|
+
}, {
|
25039
|
+
"hostname" : "translate-fips.us-west-2.api.aws",
|
25040
|
+
"tags" : [ "dualstack", "fips" ]
|
25041
|
+
}, {
|
25042
|
+
"hostname" : "translate.us-west-2.api.aws",
|
25043
|
+
"tags" : [ "dualstack" ]
|
24594
25044
|
} ]
|
24595
25045
|
},
|
24596
25046
|
"us-west-2-fips" : {
|
@@ -27738,13 +28188,21 @@
|
|
27738
28188
|
"credentialScope" : {
|
27739
28189
|
"region" : "cn-north-1"
|
27740
28190
|
},
|
27741
|
-
"hostname" : "cn.transcribe.cn-north-1.amazonaws.com.cn"
|
28191
|
+
"hostname" : "cn.transcribe.cn-north-1.amazonaws.com.cn",
|
28192
|
+
"variants" : [ {
|
28193
|
+
"hostname" : "transcribe.cn-north-1.api.amazonwebservices.com.cn",
|
28194
|
+
"tags" : [ "dualstack" ]
|
28195
|
+
} ]
|
27742
28196
|
},
|
27743
28197
|
"cn-northwest-1" : {
|
27744
28198
|
"credentialScope" : {
|
27745
28199
|
"region" : "cn-northwest-1"
|
27746
28200
|
},
|
27747
|
-
"hostname" : "cn.transcribe.cn-northwest-1.amazonaws.com.cn"
|
28201
|
+
"hostname" : "cn.transcribe.cn-northwest-1.amazonaws.com.cn",
|
28202
|
+
"variants" : [ {
|
28203
|
+
"hostname" : "transcribe.cn-northwest-1.api.amazonwebservices.com.cn",
|
28204
|
+
"tags" : [ "dualstack" ]
|
28205
|
+
} ]
|
27748
28206
|
}
|
27749
28207
|
}
|
27750
28208
|
},
|
@@ -31855,6 +32313,22 @@
|
|
31855
32313
|
"isRegionalized" : false,
|
31856
32314
|
"partitionEndpoint" : "aws-us-gov-global"
|
31857
32315
|
},
|
32316
|
+
"route53profiles" : {
|
32317
|
+
"endpoints" : {
|
32318
|
+
"us-gov-east-1" : {
|
32319
|
+
"variants" : [ {
|
32320
|
+
"hostname" : "route53profiles.us-gov-east-1.api.aws",
|
32321
|
+
"tags" : [ "dualstack" ]
|
32322
|
+
} ]
|
32323
|
+
},
|
32324
|
+
"us-gov-west-1" : {
|
32325
|
+
"variants" : [ {
|
32326
|
+
"hostname" : "route53profiles.us-gov-west-1.api.aws",
|
32327
|
+
"tags" : [ "dualstack" ]
|
32328
|
+
} ]
|
32329
|
+
}
|
32330
|
+
}
|
32331
|
+
},
|
31858
32332
|
"route53resolver" : {
|
31859
32333
|
"endpoints" : {
|
31860
32334
|
"us-gov-east-1" : {
|
@@ -32945,12 +33419,24 @@
|
|
32945
33419
|
"variants" : [ {
|
32946
33420
|
"hostname" : "fips.transcribe.us-gov-east-1.amazonaws.com",
|
32947
33421
|
"tags" : [ "fips" ]
|
33422
|
+
}, {
|
33423
|
+
"hostname" : "transcribe-fips.us-gov-east-1.api.aws",
|
33424
|
+
"tags" : [ "dualstack", "fips" ]
|
33425
|
+
}, {
|
33426
|
+
"hostname" : "transcribe.us-gov-east-1.api.aws",
|
33427
|
+
"tags" : [ "dualstack" ]
|
32948
33428
|
} ]
|
32949
33429
|
},
|
32950
33430
|
"us-gov-west-1" : {
|
32951
33431
|
"variants" : [ {
|
32952
33432
|
"hostname" : "fips.transcribe.us-gov-west-1.amazonaws.com",
|
32953
33433
|
"tags" : [ "fips" ]
|
33434
|
+
}, {
|
33435
|
+
"hostname" : "transcribe-fips.us-gov-west-1.api.aws",
|
33436
|
+
"tags" : [ "dualstack", "fips" ]
|
33437
|
+
}, {
|
33438
|
+
"hostname" : "transcribe.us-gov-west-1.api.aws",
|
33439
|
+
"tags" : [ "dualstack" ]
|
32954
33440
|
} ]
|
32955
33441
|
}
|
32956
33442
|
}
|
@@ -33024,6 +33510,12 @@
|
|
33024
33510
|
"variants" : [ {
|
33025
33511
|
"hostname" : "translate-fips.us-gov-west-1.amazonaws.com",
|
33026
33512
|
"tags" : [ "fips" ]
|
33513
|
+
}, {
|
33514
|
+
"hostname" : "translate-fips.us-gov-west-1.api.aws",
|
33515
|
+
"tags" : [ "dualstack", "fips" ]
|
33516
|
+
}, {
|
33517
|
+
"hostname" : "translate.us-gov-west-1.api.aws",
|
33518
|
+
"tags" : [ "dualstack" ]
|
33027
33519
|
} ]
|
33028
33520
|
},
|
33029
33521
|
"us-gov-west-1-fips" : {
|
@@ -33437,8 +33929,32 @@
|
|
33437
33929
|
},
|
33438
33930
|
"config" : {
|
33439
33931
|
"endpoints" : {
|
33440
|
-
"us-iso-east-1" : {
|
33441
|
-
|
33932
|
+
"fips-us-iso-east-1" : {
|
33933
|
+
"credentialScope" : {
|
33934
|
+
"region" : "us-iso-east-1"
|
33935
|
+
},
|
33936
|
+
"deprecated" : true,
|
33937
|
+
"hostname" : "config-fips.us-iso-east-1.c2s.ic.gov"
|
33938
|
+
},
|
33939
|
+
"fips-us-iso-west-1" : {
|
33940
|
+
"credentialScope" : {
|
33941
|
+
"region" : "us-iso-west-1"
|
33942
|
+
},
|
33943
|
+
"deprecated" : true,
|
33944
|
+
"hostname" : "config-fips.us-iso-west-1.c2s.ic.gov"
|
33945
|
+
},
|
33946
|
+
"us-iso-east-1" : {
|
33947
|
+
"variants" : [ {
|
33948
|
+
"hostname" : "config-fips.us-iso-east-1.c2s.ic.gov",
|
33949
|
+
"tags" : [ "fips" ]
|
33950
|
+
} ]
|
33951
|
+
},
|
33952
|
+
"us-iso-west-1" : {
|
33953
|
+
"variants" : [ {
|
33954
|
+
"hostname" : "config-fips.us-iso-west-1.c2s.ic.gov",
|
33955
|
+
"tags" : [ "fips" ]
|
33956
|
+
} ]
|
33957
|
+
}
|
33442
33958
|
}
|
33443
33959
|
},
|
33444
33960
|
"datapipeline" : {
|
@@ -33835,7 +34351,19 @@
|
|
33835
34351
|
},
|
33836
34352
|
"medialive" : {
|
33837
34353
|
"endpoints" : {
|
33838
|
-
"us-iso-east-1" : {
|
34354
|
+
"fips-us-iso-east-1" : {
|
34355
|
+
"credentialScope" : {
|
34356
|
+
"region" : "us-iso-east-1"
|
34357
|
+
},
|
34358
|
+
"deprecated" : true,
|
34359
|
+
"hostname" : "medialive-fips.us-iso-east-1.c2s.ic.gov"
|
34360
|
+
},
|
34361
|
+
"us-iso-east-1" : {
|
34362
|
+
"variants" : [ {
|
34363
|
+
"hostname" : "medialive-fips.us-iso-east-1.c2s.ic.gov",
|
34364
|
+
"tags" : [ "fips" ]
|
34365
|
+
} ]
|
34366
|
+
}
|
33839
34367
|
}
|
33840
34368
|
},
|
33841
34369
|
"mediapackage" : {
|
@@ -34419,7 +34947,19 @@
|
|
34419
34947
|
},
|
34420
34948
|
"config" : {
|
34421
34949
|
"endpoints" : {
|
34422
|
-
"us-isob-east-1" : {
|
34950
|
+
"fips-us-isob-east-1" : {
|
34951
|
+
"credentialScope" : {
|
34952
|
+
"region" : "us-isob-east-1"
|
34953
|
+
},
|
34954
|
+
"deprecated" : true,
|
34955
|
+
"hostname" : "config-fips.us-isob-east-1.sc2s.sgov.gov"
|
34956
|
+
},
|
34957
|
+
"us-isob-east-1" : {
|
34958
|
+
"variants" : [ {
|
34959
|
+
"hostname" : "config-fips.us-isob-east-1.sc2s.sgov.gov",
|
34960
|
+
"tags" : [ "fips" ]
|
34961
|
+
} ]
|
34962
|
+
}
|
34423
34963
|
}
|
34424
34964
|
},
|
34425
34965
|
"directconnect" : {
|
@@ -34652,7 +35192,19 @@
|
|
34652
35192
|
},
|
34653
35193
|
"medialive" : {
|
34654
35194
|
"endpoints" : {
|
34655
|
-
"us-isob-east-1" : {
|
35195
|
+
"fips-us-isob-east-1" : {
|
35196
|
+
"credentialScope" : {
|
35197
|
+
"region" : "us-isob-east-1"
|
35198
|
+
},
|
35199
|
+
"deprecated" : true,
|
35200
|
+
"hostname" : "medialive-fips.us-isob-east-1.sc2s.sgov.gov"
|
35201
|
+
},
|
35202
|
+
"us-isob-east-1" : {
|
35203
|
+
"variants" : [ {
|
35204
|
+
"hostname" : "medialive-fips.us-isob-east-1.sc2s.sgov.gov",
|
35205
|
+
"tags" : [ "fips" ]
|
35206
|
+
} ]
|
35207
|
+
}
|
34656
35208
|
}
|
34657
35209
|
},
|
34658
35210
|
"mediapackage" : {
|
@@ -35644,6 +36196,12 @@
|
|
35644
36196
|
"us-isof-south-1" : { }
|
35645
36197
|
}
|
35646
36198
|
},
|
36199
|
+
"schemas" : {
|
36200
|
+
"endpoints" : {
|
36201
|
+
"us-isof-east-1" : { },
|
36202
|
+
"us-isof-south-1" : { }
|
36203
|
+
}
|
36204
|
+
},
|
35647
36205
|
"secretsmanager" : {
|
35648
36206
|
"endpoints" : {
|
35649
36207
|
"us-isof-east-1" : {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-partitions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1057.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-27 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|