aws-partitions 1.883.0 → 1.896.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 +65 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- data/partitions.json +522 -177
- 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: 44af9e770f39b368b2bd3e766afad8c2594d4f722e7fabb25fcf7f585502175e
|
|
4
|
+
data.tar.gz: 834235977a42baf9257cad4655e95d815c6457d6cca08d60528a5b39f2797d4c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9e581824cb5b7f789a65b53674687811a3e0a845f0109314602dcbc04df12307d8a4540625c98b31b6d174c2d0fd027b7fc514d73473df405856d6ebfd69d957
|
|
7
|
+
data.tar.gz: 10248630c141e031c0174936a1e2f4ce74830fc0e2c1758ce6e7401c0817d31f6a9dff4b6b332da2314d512a47d98831d05128cfdce251537c7d76730c7db7f5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,71 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.896.0 (2024-03-08)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.895.0 (2024-02-29)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.894.0 (2024-02-19)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Added support for enumerating regions for `Aws::Chatbot`.
|
|
18
|
+
|
|
19
|
+
1.893.0 (2024-02-16)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
23
|
+
|
|
24
|
+
1.892.0 (2024-02-15)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Added support for enumerating regions for `Aws::Artifact`.
|
|
28
|
+
|
|
29
|
+
1.891.0 (2024-02-14)
|
|
30
|
+
------------------
|
|
31
|
+
|
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
33
|
+
|
|
34
|
+
1.890.0 (2024-02-13)
|
|
35
|
+
------------------
|
|
36
|
+
|
|
37
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
38
|
+
|
|
39
|
+
1.889.0 (2024-02-09)
|
|
40
|
+
------------------
|
|
41
|
+
|
|
42
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
43
|
+
|
|
44
|
+
1.888.0 (2024-02-07)
|
|
45
|
+
------------------
|
|
46
|
+
|
|
47
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
48
|
+
|
|
49
|
+
1.887.0 (2024-02-02)
|
|
50
|
+
------------------
|
|
51
|
+
|
|
52
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
53
|
+
|
|
54
|
+
1.886.0 (2024-02-01)
|
|
55
|
+
------------------
|
|
56
|
+
|
|
57
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
58
|
+
|
|
59
|
+
1.885.0 (2024-01-31)
|
|
60
|
+
------------------
|
|
61
|
+
|
|
62
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
63
|
+
|
|
64
|
+
1.884.0 (2024-01-29)
|
|
65
|
+
------------------
|
|
66
|
+
|
|
67
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
68
|
+
|
|
4
69
|
1.883.0 (2024-01-19)
|
|
5
70
|
------------------
|
|
6
71
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.896.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -270,6 +270,7 @@ module Aws
|
|
|
270
270
|
'ApplicationCostProfiler' => 'application-cost-profiler',
|
|
271
271
|
'ApplicationDiscoveryService' => 'discovery',
|
|
272
272
|
'ApplicationInsights' => 'applicationinsights',
|
|
273
|
+
'Artifact' => 'artifact',
|
|
273
274
|
'Athena' => 'athena',
|
|
274
275
|
'AuditManager' => 'auditmanager',
|
|
275
276
|
'AugmentedAIRuntime' => 'a2i-runtime.sagemaker',
|
|
@@ -288,6 +289,7 @@ module Aws
|
|
|
288
289
|
'BillingConductor' => 'billingconductor',
|
|
289
290
|
'Braket' => 'braket',
|
|
290
291
|
'Budgets' => 'budgets',
|
|
292
|
+
'Chatbot' => 'chatbot',
|
|
291
293
|
'Chime' => 'chime',
|
|
292
294
|
'ChimeSDKIdentity' => 'identity-chime',
|
|
293
295
|
'ChimeSDKMediaPipelines' => 'media-pipelines-chime',
|
data/partitions.json
CHANGED
|
@@ -349,6 +349,12 @@
|
|
|
349
349
|
"tags" : [ "fips" ]
|
|
350
350
|
} ]
|
|
351
351
|
},
|
|
352
|
+
"ca-west-1" : {
|
|
353
|
+
"variants" : [ {
|
|
354
|
+
"hostname" : "acm-pca-fips.ca-west-1.amazonaws.com",
|
|
355
|
+
"tags" : [ "fips" ]
|
|
356
|
+
} ]
|
|
357
|
+
},
|
|
352
358
|
"eu-central-1" : { },
|
|
353
359
|
"eu-central-2" : { },
|
|
354
360
|
"eu-north-1" : { },
|
|
@@ -364,6 +370,13 @@
|
|
|
364
370
|
"deprecated" : true,
|
|
365
371
|
"hostname" : "acm-pca-fips.ca-central-1.amazonaws.com"
|
|
366
372
|
},
|
|
373
|
+
"fips-ca-west-1" : {
|
|
374
|
+
"credentialScope" : {
|
|
375
|
+
"region" : "ca-west-1"
|
|
376
|
+
},
|
|
377
|
+
"deprecated" : true,
|
|
378
|
+
"hostname" : "acm-pca-fips.ca-west-1.amazonaws.com"
|
|
379
|
+
},
|
|
367
380
|
"fips-us-east-1" : {
|
|
368
381
|
"credentialScope" : {
|
|
369
382
|
"region" : "us-east-1"
|
|
@@ -2246,10 +2259,58 @@
|
|
|
2246
2259
|
"eu-central-1" : { },
|
|
2247
2260
|
"eu-west-1" : { },
|
|
2248
2261
|
"eu-west-2" : { },
|
|
2249
|
-
"us-east-1" : {
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2262
|
+
"us-east-1" : {
|
|
2263
|
+
"variants" : [ {
|
|
2264
|
+
"hostname" : "auditmanager-fips.us-east-1.amazonaws.com",
|
|
2265
|
+
"tags" : [ "fips" ]
|
|
2266
|
+
} ]
|
|
2267
|
+
},
|
|
2268
|
+
"us-east-1-fips" : {
|
|
2269
|
+
"credentialScope" : {
|
|
2270
|
+
"region" : "us-east-1"
|
|
2271
|
+
},
|
|
2272
|
+
"deprecated" : true,
|
|
2273
|
+
"hostname" : "auditmanager-fips.us-east-1.amazonaws.com"
|
|
2274
|
+
},
|
|
2275
|
+
"us-east-2" : {
|
|
2276
|
+
"variants" : [ {
|
|
2277
|
+
"hostname" : "auditmanager-fips.us-east-2.amazonaws.com",
|
|
2278
|
+
"tags" : [ "fips" ]
|
|
2279
|
+
} ]
|
|
2280
|
+
},
|
|
2281
|
+
"us-east-2-fips" : {
|
|
2282
|
+
"credentialScope" : {
|
|
2283
|
+
"region" : "us-east-2"
|
|
2284
|
+
},
|
|
2285
|
+
"deprecated" : true,
|
|
2286
|
+
"hostname" : "auditmanager-fips.us-east-2.amazonaws.com"
|
|
2287
|
+
},
|
|
2288
|
+
"us-west-1" : {
|
|
2289
|
+
"variants" : [ {
|
|
2290
|
+
"hostname" : "auditmanager-fips.us-west-1.amazonaws.com",
|
|
2291
|
+
"tags" : [ "fips" ]
|
|
2292
|
+
} ]
|
|
2293
|
+
},
|
|
2294
|
+
"us-west-1-fips" : {
|
|
2295
|
+
"credentialScope" : {
|
|
2296
|
+
"region" : "us-west-1"
|
|
2297
|
+
},
|
|
2298
|
+
"deprecated" : true,
|
|
2299
|
+
"hostname" : "auditmanager-fips.us-west-1.amazonaws.com"
|
|
2300
|
+
},
|
|
2301
|
+
"us-west-2" : {
|
|
2302
|
+
"variants" : [ {
|
|
2303
|
+
"hostname" : "auditmanager-fips.us-west-2.amazonaws.com",
|
|
2304
|
+
"tags" : [ "fips" ]
|
|
2305
|
+
} ]
|
|
2306
|
+
},
|
|
2307
|
+
"us-west-2-fips" : {
|
|
2308
|
+
"credentialScope" : {
|
|
2309
|
+
"region" : "us-west-2"
|
|
2310
|
+
},
|
|
2311
|
+
"deprecated" : true,
|
|
2312
|
+
"hostname" : "auditmanager-fips.us-west-2.amazonaws.com"
|
|
2313
|
+
}
|
|
2253
2314
|
}
|
|
2254
2315
|
},
|
|
2255
2316
|
"autoscaling" : {
|
|
@@ -3199,6 +3260,7 @@
|
|
|
3199
3260
|
"eu-west-1" : { },
|
|
3200
3261
|
"eu-west-2" : { },
|
|
3201
3262
|
"eu-west-3" : { },
|
|
3263
|
+
"me-central-1" : { },
|
|
3202
3264
|
"me-south-1" : { },
|
|
3203
3265
|
"sa-east-1" : { },
|
|
3204
3266
|
"us-east-1" : { },
|
|
@@ -5802,6 +5864,12 @@
|
|
|
5802
5864
|
"tags" : [ "fips" ]
|
|
5803
5865
|
} ]
|
|
5804
5866
|
},
|
|
5867
|
+
"ca-west-1" : {
|
|
5868
|
+
"variants" : [ {
|
|
5869
|
+
"hostname" : "ec2-fips.ca-west-1.amazonaws.com",
|
|
5870
|
+
"tags" : [ "fips" ]
|
|
5871
|
+
} ]
|
|
5872
|
+
},
|
|
5805
5873
|
"eu-central-1" : { },
|
|
5806
5874
|
"eu-central-2" : { },
|
|
5807
5875
|
"eu-north-1" : { },
|
|
@@ -5822,6 +5890,13 @@
|
|
|
5822
5890
|
"deprecated" : true,
|
|
5823
5891
|
"hostname" : "ec2-fips.ca-central-1.amazonaws.com"
|
|
5824
5892
|
},
|
|
5893
|
+
"fips-ca-west-1" : {
|
|
5894
|
+
"credentialScope" : {
|
|
5895
|
+
"region" : "ca-west-1"
|
|
5896
|
+
},
|
|
5897
|
+
"deprecated" : true,
|
|
5898
|
+
"hostname" : "ec2-fips.ca-west-1.amazonaws.com"
|
|
5899
|
+
},
|
|
5825
5900
|
"fips-us-east-1" : {
|
|
5826
5901
|
"credentialScope" : {
|
|
5827
5902
|
"region" : "us-east-1"
|
|
@@ -6409,6 +6484,12 @@
|
|
|
6409
6484
|
"tags" : [ "fips" ]
|
|
6410
6485
|
} ]
|
|
6411
6486
|
},
|
|
6487
|
+
"ca-west-1" : {
|
|
6488
|
+
"variants" : [ {
|
|
6489
|
+
"hostname" : "elasticfilesystem-fips.ca-west-1.amazonaws.com",
|
|
6490
|
+
"tags" : [ "fips" ]
|
|
6491
|
+
} ]
|
|
6492
|
+
},
|
|
6412
6493
|
"eu-central-1" : {
|
|
6413
6494
|
"variants" : [ {
|
|
6414
6495
|
"hostname" : "elasticfilesystem-fips.eu-central-1.amazonaws.com",
|
|
@@ -6541,6 +6622,13 @@
|
|
|
6541
6622
|
"deprecated" : true,
|
|
6542
6623
|
"hostname" : "elasticfilesystem-fips.ca-central-1.amazonaws.com"
|
|
6543
6624
|
},
|
|
6625
|
+
"fips-ca-west-1" : {
|
|
6626
|
+
"credentialScope" : {
|
|
6627
|
+
"region" : "ca-west-1"
|
|
6628
|
+
},
|
|
6629
|
+
"deprecated" : true,
|
|
6630
|
+
"hostname" : "elasticfilesystem-fips.ca-west-1.amazonaws.com"
|
|
6631
|
+
},
|
|
6544
6632
|
"fips-eu-central-1" : {
|
|
6545
6633
|
"credentialScope" : {
|
|
6546
6634
|
"region" : "eu-central-1"
|
|
@@ -7107,6 +7195,7 @@
|
|
|
7107
7195
|
"eu-central-1" : { },
|
|
7108
7196
|
"eu-north-1" : { },
|
|
7109
7197
|
"eu-south-1" : { },
|
|
7198
|
+
"eu-south-2" : { },
|
|
7110
7199
|
"eu-west-1" : { },
|
|
7111
7200
|
"eu-west-2" : { },
|
|
7112
7201
|
"eu-west-3" : { },
|
|
@@ -8320,6 +8409,7 @@
|
|
|
8320
8409
|
"ap-southeast-3" : { },
|
|
8321
8410
|
"ap-southeast-4" : { },
|
|
8322
8411
|
"ca-central-1" : { },
|
|
8412
|
+
"ca-west-1" : { },
|
|
8323
8413
|
"eu-central-1" : { },
|
|
8324
8414
|
"eu-central-2" : { },
|
|
8325
8415
|
"eu-north-1" : { },
|
|
@@ -8587,6 +8677,7 @@
|
|
|
8587
8677
|
"ap-southeast-3" : { },
|
|
8588
8678
|
"ap-southeast-4" : { },
|
|
8589
8679
|
"ca-central-1" : { },
|
|
8680
|
+
"ca-west-1" : { },
|
|
8590
8681
|
"eu-central-1" : { },
|
|
8591
8682
|
"eu-central-2" : { },
|
|
8592
8683
|
"eu-north-1" : { },
|
|
@@ -10609,6 +10700,7 @@
|
|
|
10609
10700
|
"ap-southeast-3" : { },
|
|
10610
10701
|
"ap-southeast-4" : { },
|
|
10611
10702
|
"ca-central-1" : { },
|
|
10703
|
+
"ca-west-1" : { },
|
|
10612
10704
|
"eu-central-1" : { },
|
|
10613
10705
|
"eu-central-2" : { },
|
|
10614
10706
|
"eu-north-1" : { },
|
|
@@ -11154,27 +11246,152 @@
|
|
|
11154
11246
|
},
|
|
11155
11247
|
"logs" : {
|
|
11156
11248
|
"endpoints" : {
|
|
11157
|
-
"af-south-1" : {
|
|
11158
|
-
|
|
11159
|
-
|
|
11160
|
-
|
|
11161
|
-
|
|
11162
|
-
|
|
11163
|
-
"ap-
|
|
11164
|
-
|
|
11165
|
-
|
|
11166
|
-
|
|
11167
|
-
|
|
11168
|
-
|
|
11169
|
-
"
|
|
11170
|
-
|
|
11171
|
-
|
|
11172
|
-
|
|
11173
|
-
|
|
11174
|
-
|
|
11175
|
-
"
|
|
11176
|
-
|
|
11177
|
-
|
|
11249
|
+
"af-south-1" : {
|
|
11250
|
+
"variants" : [ {
|
|
11251
|
+
"hostname" : "logs.af-south-1.api.aws",
|
|
11252
|
+
"tags" : [ "dualstack" ]
|
|
11253
|
+
} ]
|
|
11254
|
+
},
|
|
11255
|
+
"ap-east-1" : {
|
|
11256
|
+
"variants" : [ {
|
|
11257
|
+
"hostname" : "logs.ap-east-1.api.aws",
|
|
11258
|
+
"tags" : [ "dualstack" ]
|
|
11259
|
+
} ]
|
|
11260
|
+
},
|
|
11261
|
+
"ap-northeast-1" : {
|
|
11262
|
+
"variants" : [ {
|
|
11263
|
+
"hostname" : "logs.ap-northeast-1.api.aws",
|
|
11264
|
+
"tags" : [ "dualstack" ]
|
|
11265
|
+
} ]
|
|
11266
|
+
},
|
|
11267
|
+
"ap-northeast-2" : {
|
|
11268
|
+
"variants" : [ {
|
|
11269
|
+
"hostname" : "logs.ap-northeast-2.api.aws",
|
|
11270
|
+
"tags" : [ "dualstack" ]
|
|
11271
|
+
} ]
|
|
11272
|
+
},
|
|
11273
|
+
"ap-northeast-3" : {
|
|
11274
|
+
"variants" : [ {
|
|
11275
|
+
"hostname" : "logs.ap-northeast-3.api.aws",
|
|
11276
|
+
"tags" : [ "dualstack" ]
|
|
11277
|
+
} ]
|
|
11278
|
+
},
|
|
11279
|
+
"ap-south-1" : {
|
|
11280
|
+
"variants" : [ {
|
|
11281
|
+
"hostname" : "logs.ap-south-1.api.aws",
|
|
11282
|
+
"tags" : [ "dualstack" ]
|
|
11283
|
+
} ]
|
|
11284
|
+
},
|
|
11285
|
+
"ap-south-2" : {
|
|
11286
|
+
"variants" : [ {
|
|
11287
|
+
"hostname" : "logs.ap-south-2.api.aws",
|
|
11288
|
+
"tags" : [ "dualstack" ]
|
|
11289
|
+
} ]
|
|
11290
|
+
},
|
|
11291
|
+
"ap-southeast-1" : {
|
|
11292
|
+
"variants" : [ {
|
|
11293
|
+
"hostname" : "logs.ap-southeast-1.api.aws",
|
|
11294
|
+
"tags" : [ "dualstack" ]
|
|
11295
|
+
} ]
|
|
11296
|
+
},
|
|
11297
|
+
"ap-southeast-2" : {
|
|
11298
|
+
"variants" : [ {
|
|
11299
|
+
"hostname" : "logs.ap-southeast-2.api.aws",
|
|
11300
|
+
"tags" : [ "dualstack" ]
|
|
11301
|
+
} ]
|
|
11302
|
+
},
|
|
11303
|
+
"ap-southeast-3" : {
|
|
11304
|
+
"variants" : [ {
|
|
11305
|
+
"hostname" : "logs.ap-southeast-3.api.aws",
|
|
11306
|
+
"tags" : [ "dualstack" ]
|
|
11307
|
+
} ]
|
|
11308
|
+
},
|
|
11309
|
+
"ap-southeast-4" : {
|
|
11310
|
+
"variants" : [ {
|
|
11311
|
+
"hostname" : "logs.ap-southeast-4.api.aws",
|
|
11312
|
+
"tags" : [ "dualstack" ]
|
|
11313
|
+
} ]
|
|
11314
|
+
},
|
|
11315
|
+
"ca-central-1" : {
|
|
11316
|
+
"variants" : [ {
|
|
11317
|
+
"hostname" : "logs-fips.ca-central-1.amazonaws.com",
|
|
11318
|
+
"tags" : [ "fips" ]
|
|
11319
|
+
}, {
|
|
11320
|
+
"hostname" : "logs.ca-central-1.api.aws",
|
|
11321
|
+
"tags" : [ "dualstack" ]
|
|
11322
|
+
} ]
|
|
11323
|
+
},
|
|
11324
|
+
"ca-west-1" : {
|
|
11325
|
+
"variants" : [ {
|
|
11326
|
+
"hostname" : "logs-fips.ca-west-1.amazonaws.com",
|
|
11327
|
+
"tags" : [ "fips" ]
|
|
11328
|
+
}, {
|
|
11329
|
+
"hostname" : "logs.ca-west-1.api.aws",
|
|
11330
|
+
"tags" : [ "dualstack" ]
|
|
11331
|
+
} ]
|
|
11332
|
+
},
|
|
11333
|
+
"eu-central-1" : {
|
|
11334
|
+
"variants" : [ {
|
|
11335
|
+
"hostname" : "logs.eu-central-1.api.aws",
|
|
11336
|
+
"tags" : [ "dualstack" ]
|
|
11337
|
+
} ]
|
|
11338
|
+
},
|
|
11339
|
+
"eu-central-2" : {
|
|
11340
|
+
"variants" : [ {
|
|
11341
|
+
"hostname" : "logs.eu-central-2.api.aws",
|
|
11342
|
+
"tags" : [ "dualstack" ]
|
|
11343
|
+
} ]
|
|
11344
|
+
},
|
|
11345
|
+
"eu-north-1" : {
|
|
11346
|
+
"variants" : [ {
|
|
11347
|
+
"hostname" : "logs.eu-north-1.api.aws",
|
|
11348
|
+
"tags" : [ "dualstack" ]
|
|
11349
|
+
} ]
|
|
11350
|
+
},
|
|
11351
|
+
"eu-south-1" : {
|
|
11352
|
+
"variants" : [ {
|
|
11353
|
+
"hostname" : "logs.eu-south-1.api.aws",
|
|
11354
|
+
"tags" : [ "dualstack" ]
|
|
11355
|
+
} ]
|
|
11356
|
+
},
|
|
11357
|
+
"eu-south-2" : {
|
|
11358
|
+
"variants" : [ {
|
|
11359
|
+
"hostname" : "logs.eu-south-2.api.aws",
|
|
11360
|
+
"tags" : [ "dualstack" ]
|
|
11361
|
+
} ]
|
|
11362
|
+
},
|
|
11363
|
+
"eu-west-1" : {
|
|
11364
|
+
"variants" : [ {
|
|
11365
|
+
"hostname" : "logs.eu-west-1.api.aws",
|
|
11366
|
+
"tags" : [ "dualstack" ]
|
|
11367
|
+
} ]
|
|
11368
|
+
},
|
|
11369
|
+
"eu-west-2" : {
|
|
11370
|
+
"variants" : [ {
|
|
11371
|
+
"hostname" : "logs.eu-west-2.api.aws",
|
|
11372
|
+
"tags" : [ "dualstack" ]
|
|
11373
|
+
} ]
|
|
11374
|
+
},
|
|
11375
|
+
"eu-west-3" : {
|
|
11376
|
+
"variants" : [ {
|
|
11377
|
+
"hostname" : "logs.eu-west-3.api.aws",
|
|
11378
|
+
"tags" : [ "dualstack" ]
|
|
11379
|
+
} ]
|
|
11380
|
+
},
|
|
11381
|
+
"fips-ca-central-1" : {
|
|
11382
|
+
"credentialScope" : {
|
|
11383
|
+
"region" : "ca-central-1"
|
|
11384
|
+
},
|
|
11385
|
+
"deprecated" : true,
|
|
11386
|
+
"hostname" : "logs-fips.ca-central-1.amazonaws.com"
|
|
11387
|
+
},
|
|
11388
|
+
"fips-ca-west-1" : {
|
|
11389
|
+
"credentialScope" : {
|
|
11390
|
+
"region" : "ca-west-1"
|
|
11391
|
+
},
|
|
11392
|
+
"deprecated" : true,
|
|
11393
|
+
"hostname" : "logs-fips.ca-west-1.amazonaws.com"
|
|
11394
|
+
},
|
|
11178
11395
|
"fips-us-east-1" : {
|
|
11179
11396
|
"credentialScope" : {
|
|
11180
11397
|
"region" : "us-east-1"
|
|
@@ -11203,32 +11420,64 @@
|
|
|
11203
11420
|
"deprecated" : true,
|
|
11204
11421
|
"hostname" : "logs-fips.us-west-2.amazonaws.com"
|
|
11205
11422
|
},
|
|
11206
|
-
"il-central-1" : {
|
|
11207
|
-
|
|
11208
|
-
|
|
11209
|
-
|
|
11423
|
+
"il-central-1" : {
|
|
11424
|
+
"variants" : [ {
|
|
11425
|
+
"hostname" : "logs.il-central-1.api.aws",
|
|
11426
|
+
"tags" : [ "dualstack" ]
|
|
11427
|
+
} ]
|
|
11428
|
+
},
|
|
11429
|
+
"me-central-1" : {
|
|
11430
|
+
"variants" : [ {
|
|
11431
|
+
"hostname" : "logs.me-central-1.api.aws",
|
|
11432
|
+
"tags" : [ "dualstack" ]
|
|
11433
|
+
} ]
|
|
11434
|
+
},
|
|
11435
|
+
"me-south-1" : {
|
|
11436
|
+
"variants" : [ {
|
|
11437
|
+
"hostname" : "logs.me-south-1.api.aws",
|
|
11438
|
+
"tags" : [ "dualstack" ]
|
|
11439
|
+
} ]
|
|
11440
|
+
},
|
|
11441
|
+
"sa-east-1" : {
|
|
11442
|
+
"variants" : [ {
|
|
11443
|
+
"hostname" : "logs.sa-east-1.api.aws",
|
|
11444
|
+
"tags" : [ "dualstack" ]
|
|
11445
|
+
} ]
|
|
11446
|
+
},
|
|
11210
11447
|
"us-east-1" : {
|
|
11211
11448
|
"variants" : [ {
|
|
11212
11449
|
"hostname" : "logs-fips.us-east-1.amazonaws.com",
|
|
11213
11450
|
"tags" : [ "fips" ]
|
|
11451
|
+
}, {
|
|
11452
|
+
"hostname" : "logs.us-east-1.api.aws",
|
|
11453
|
+
"tags" : [ "dualstack" ]
|
|
11214
11454
|
} ]
|
|
11215
11455
|
},
|
|
11216
11456
|
"us-east-2" : {
|
|
11217
11457
|
"variants" : [ {
|
|
11218
11458
|
"hostname" : "logs-fips.us-east-2.amazonaws.com",
|
|
11219
11459
|
"tags" : [ "fips" ]
|
|
11460
|
+
}, {
|
|
11461
|
+
"hostname" : "logs.us-east-2.api.aws",
|
|
11462
|
+
"tags" : [ "dualstack" ]
|
|
11220
11463
|
} ]
|
|
11221
11464
|
},
|
|
11222
11465
|
"us-west-1" : {
|
|
11223
11466
|
"variants" : [ {
|
|
11224
11467
|
"hostname" : "logs-fips.us-west-1.amazonaws.com",
|
|
11225
11468
|
"tags" : [ "fips" ]
|
|
11469
|
+
}, {
|
|
11470
|
+
"hostname" : "logs.us-west-1.api.aws",
|
|
11471
|
+
"tags" : [ "dualstack" ]
|
|
11226
11472
|
} ]
|
|
11227
11473
|
},
|
|
11228
11474
|
"us-west-2" : {
|
|
11229
11475
|
"variants" : [ {
|
|
11230
11476
|
"hostname" : "logs-fips.us-west-2.amazonaws.com",
|
|
11231
11477
|
"tags" : [ "fips" ]
|
|
11478
|
+
}, {
|
|
11479
|
+
"hostname" : "logs.us-west-2.api.aws",
|
|
11480
|
+
"tags" : [ "dualstack" ]
|
|
11232
11481
|
} ]
|
|
11233
11482
|
}
|
|
11234
11483
|
}
|
|
@@ -11281,6 +11530,7 @@
|
|
|
11281
11530
|
"eu-central-1" : { },
|
|
11282
11531
|
"eu-north-1" : { },
|
|
11283
11532
|
"eu-south-1" : { },
|
|
11533
|
+
"eu-south-2" : { },
|
|
11284
11534
|
"eu-west-1" : { },
|
|
11285
11535
|
"eu-west-2" : { },
|
|
11286
11536
|
"eu-west-3" : { },
|
|
@@ -11299,6 +11549,7 @@
|
|
|
11299
11549
|
"fips-us-west-2" : {
|
|
11300
11550
|
"deprecated" : true
|
|
11301
11551
|
},
|
|
11552
|
+
"il-central-1" : { },
|
|
11302
11553
|
"sa-east-1" : { },
|
|
11303
11554
|
"us-east-1" : {
|
|
11304
11555
|
"variants" : [ {
|
|
@@ -11567,9 +11818,12 @@
|
|
|
11567
11818
|
"endpoints" : {
|
|
11568
11819
|
"ap-northeast-1" : { },
|
|
11569
11820
|
"ap-northeast-2" : { },
|
|
11821
|
+
"ap-northeast-3" : { },
|
|
11570
11822
|
"ap-south-1" : { },
|
|
11571
11823
|
"ap-southeast-1" : { },
|
|
11572
11824
|
"ap-southeast-2" : { },
|
|
11825
|
+
"ap-southeast-4" : { },
|
|
11826
|
+
"ca-central-1" : { },
|
|
11573
11827
|
"eu-central-1" : { },
|
|
11574
11828
|
"eu-north-1" : { },
|
|
11575
11829
|
"eu-west-1" : { },
|
|
@@ -12763,8 +13017,10 @@
|
|
|
12763
13017
|
"ap-southeast-2" : { },
|
|
12764
13018
|
"ca-central-1" : { },
|
|
12765
13019
|
"eu-central-1" : { },
|
|
13020
|
+
"eu-north-1" : { },
|
|
12766
13021
|
"eu-west-1" : { },
|
|
12767
13022
|
"eu-west-2" : { },
|
|
13023
|
+
"sa-east-1" : { },
|
|
12768
13024
|
"us-east-1" : { },
|
|
12769
13025
|
"us-east-2" : { },
|
|
12770
13026
|
"us-west-1" : { },
|
|
@@ -13286,6 +13542,13 @@
|
|
|
13286
13542
|
}
|
|
13287
13543
|
}
|
|
13288
13544
|
},
|
|
13545
|
+
"private-networks" : {
|
|
13546
|
+
"endpoints" : {
|
|
13547
|
+
"us-east-1" : { },
|
|
13548
|
+
"us-east-2" : { },
|
|
13549
|
+
"us-west-2" : { }
|
|
13550
|
+
}
|
|
13551
|
+
},
|
|
13289
13552
|
"profile" : {
|
|
13290
13553
|
"endpoints" : {
|
|
13291
13554
|
"af-south-1" : { },
|
|
@@ -14108,49 +14371,109 @@
|
|
|
14108
14371
|
"sa-east-1" : { },
|
|
14109
14372
|
"us-east-1" : {
|
|
14110
14373
|
"variants" : [ {
|
|
14111
|
-
"hostname" : "redshift-fips.us-east-1.amazonaws.com",
|
|
14374
|
+
"hostname" : "redshift-fips.us-east-1.amazonaws.com",
|
|
14375
|
+
"tags" : [ "fips" ]
|
|
14376
|
+
} ]
|
|
14377
|
+
},
|
|
14378
|
+
"us-east-2" : {
|
|
14379
|
+
"variants" : [ {
|
|
14380
|
+
"hostname" : "redshift-fips.us-east-2.amazonaws.com",
|
|
14381
|
+
"tags" : [ "fips" ]
|
|
14382
|
+
} ]
|
|
14383
|
+
},
|
|
14384
|
+
"us-west-1" : {
|
|
14385
|
+
"variants" : [ {
|
|
14386
|
+
"hostname" : "redshift-fips.us-west-1.amazonaws.com",
|
|
14387
|
+
"tags" : [ "fips" ]
|
|
14388
|
+
} ]
|
|
14389
|
+
},
|
|
14390
|
+
"us-west-2" : {
|
|
14391
|
+
"variants" : [ {
|
|
14392
|
+
"hostname" : "redshift-fips.us-west-2.amazonaws.com",
|
|
14393
|
+
"tags" : [ "fips" ]
|
|
14394
|
+
} ]
|
|
14395
|
+
}
|
|
14396
|
+
}
|
|
14397
|
+
},
|
|
14398
|
+
"redshift-serverless" : {
|
|
14399
|
+
"endpoints" : {
|
|
14400
|
+
"ap-northeast-1" : { },
|
|
14401
|
+
"ap-northeast-2" : { },
|
|
14402
|
+
"ap-south-1" : { },
|
|
14403
|
+
"ap-southeast-1" : { },
|
|
14404
|
+
"ap-southeast-2" : { },
|
|
14405
|
+
"ca-central-1" : {
|
|
14406
|
+
"variants" : [ {
|
|
14407
|
+
"hostname" : "redshift-serverless-fips.ca-central-1.amazonaws.com",
|
|
14408
|
+
"tags" : [ "fips" ]
|
|
14409
|
+
} ]
|
|
14410
|
+
},
|
|
14411
|
+
"eu-central-1" : { },
|
|
14412
|
+
"eu-north-1" : { },
|
|
14413
|
+
"eu-west-1" : { },
|
|
14414
|
+
"eu-west-2" : { },
|
|
14415
|
+
"eu-west-3" : { },
|
|
14416
|
+
"fips-ca-central-1" : {
|
|
14417
|
+
"credentialScope" : {
|
|
14418
|
+
"region" : "ca-central-1"
|
|
14419
|
+
},
|
|
14420
|
+
"deprecated" : true,
|
|
14421
|
+
"hostname" : "redshift-serverless-fips.ca-central-1.amazonaws.com"
|
|
14422
|
+
},
|
|
14423
|
+
"fips-us-east-1" : {
|
|
14424
|
+
"credentialScope" : {
|
|
14425
|
+
"region" : "us-east-1"
|
|
14426
|
+
},
|
|
14427
|
+
"deprecated" : true,
|
|
14428
|
+
"hostname" : "redshift-serverless-fips.us-east-1.amazonaws.com"
|
|
14429
|
+
},
|
|
14430
|
+
"fips-us-east-2" : {
|
|
14431
|
+
"credentialScope" : {
|
|
14432
|
+
"region" : "us-east-2"
|
|
14433
|
+
},
|
|
14434
|
+
"deprecated" : true,
|
|
14435
|
+
"hostname" : "redshift-serverless-fips.us-east-2.amazonaws.com"
|
|
14436
|
+
},
|
|
14437
|
+
"fips-us-west-1" : {
|
|
14438
|
+
"credentialScope" : {
|
|
14439
|
+
"region" : "us-west-1"
|
|
14440
|
+
},
|
|
14441
|
+
"deprecated" : true,
|
|
14442
|
+
"hostname" : "redshift-serverless-fips.us-west-1.amazonaws.com"
|
|
14443
|
+
},
|
|
14444
|
+
"fips-us-west-2" : {
|
|
14445
|
+
"credentialScope" : {
|
|
14446
|
+
"region" : "us-west-2"
|
|
14447
|
+
},
|
|
14448
|
+
"deprecated" : true,
|
|
14449
|
+
"hostname" : "redshift-serverless-fips.us-west-2.amazonaws.com"
|
|
14450
|
+
},
|
|
14451
|
+
"us-east-1" : {
|
|
14452
|
+
"variants" : [ {
|
|
14453
|
+
"hostname" : "redshift-serverless-fips.us-east-1.amazonaws.com",
|
|
14112
14454
|
"tags" : [ "fips" ]
|
|
14113
14455
|
} ]
|
|
14114
14456
|
},
|
|
14115
14457
|
"us-east-2" : {
|
|
14116
14458
|
"variants" : [ {
|
|
14117
|
-
"hostname" : "redshift-fips.us-east-2.amazonaws.com",
|
|
14459
|
+
"hostname" : "redshift-serverless-fips.us-east-2.amazonaws.com",
|
|
14118
14460
|
"tags" : [ "fips" ]
|
|
14119
14461
|
} ]
|
|
14120
14462
|
},
|
|
14121
14463
|
"us-west-1" : {
|
|
14122
14464
|
"variants" : [ {
|
|
14123
|
-
"hostname" : "redshift-fips.us-west-1.amazonaws.com",
|
|
14465
|
+
"hostname" : "redshift-serverless-fips.us-west-1.amazonaws.com",
|
|
14124
14466
|
"tags" : [ "fips" ]
|
|
14125
14467
|
} ]
|
|
14126
14468
|
},
|
|
14127
14469
|
"us-west-2" : {
|
|
14128
14470
|
"variants" : [ {
|
|
14129
|
-
"hostname" : "redshift-fips.us-west-2.amazonaws.com",
|
|
14471
|
+
"hostname" : "redshift-serverless-fips.us-west-2.amazonaws.com",
|
|
14130
14472
|
"tags" : [ "fips" ]
|
|
14131
14473
|
} ]
|
|
14132
14474
|
}
|
|
14133
14475
|
}
|
|
14134
14476
|
},
|
|
14135
|
-
"redshift-serverless" : {
|
|
14136
|
-
"endpoints" : {
|
|
14137
|
-
"ap-northeast-1" : { },
|
|
14138
|
-
"ap-northeast-2" : { },
|
|
14139
|
-
"ap-south-1" : { },
|
|
14140
|
-
"ap-southeast-1" : { },
|
|
14141
|
-
"ap-southeast-2" : { },
|
|
14142
|
-
"ca-central-1" : { },
|
|
14143
|
-
"eu-central-1" : { },
|
|
14144
|
-
"eu-north-1" : { },
|
|
14145
|
-
"eu-west-1" : { },
|
|
14146
|
-
"eu-west-2" : { },
|
|
14147
|
-
"eu-west-3" : { },
|
|
14148
|
-
"us-east-1" : { },
|
|
14149
|
-
"us-east-2" : { },
|
|
14150
|
-
"us-west-1" : { },
|
|
14151
|
-
"us-west-2" : { }
|
|
14152
|
-
}
|
|
14153
|
-
},
|
|
14154
14477
|
"rekognition" : {
|
|
14155
14478
|
"endpoints" : {
|
|
14156
14479
|
"ap-northeast-1" : { },
|
|
@@ -14339,96 +14662,26 @@
|
|
|
14339
14662
|
}
|
|
14340
14663
|
},
|
|
14341
14664
|
"resource-explorer-2" : {
|
|
14342
|
-
"defaults" : {
|
|
14343
|
-
"dnsSuffix" : "api.aws",
|
|
14344
|
-
"variants" : [ {
|
|
14345
|
-
"dnsSuffix" : "api.aws",
|
|
14346
|
-
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
14347
|
-
"tags" : [ "fips" ]
|
|
14348
|
-
} ]
|
|
14349
|
-
},
|
|
14350
14665
|
"endpoints" : {
|
|
14351
|
-
"
|
|
14352
|
-
|
|
14353
|
-
},
|
|
14354
|
-
"ap-
|
|
14355
|
-
|
|
14356
|
-
},
|
|
14357
|
-
"ap-
|
|
14358
|
-
|
|
14359
|
-
},
|
|
14360
|
-
"
|
|
14361
|
-
|
|
14362
|
-
},
|
|
14363
|
-
"
|
|
14364
|
-
|
|
14365
|
-
},
|
|
14366
|
-
"
|
|
14367
|
-
|
|
14368
|
-
},
|
|
14369
|
-
"
|
|
14370
|
-
"hostname" : "resource-explorer-2.ap-south-2.api.aws"
|
|
14371
|
-
},
|
|
14372
|
-
"ap-southeast-1" : {
|
|
14373
|
-
"hostname" : "resource-explorer-2.ap-southeast-1.api.aws"
|
|
14374
|
-
},
|
|
14375
|
-
"ap-southeast-2" : {
|
|
14376
|
-
"hostname" : "resource-explorer-2.ap-southeast-2.api.aws"
|
|
14377
|
-
},
|
|
14378
|
-
"ap-southeast-3" : {
|
|
14379
|
-
"hostname" : "resource-explorer-2.ap-southeast-3.api.aws"
|
|
14380
|
-
},
|
|
14381
|
-
"ap-southeast-4" : {
|
|
14382
|
-
"hostname" : "resource-explorer-2.ap-southeast-4.api.aws"
|
|
14383
|
-
},
|
|
14384
|
-
"ca-central-1" : {
|
|
14385
|
-
"hostname" : "resource-explorer-2.ca-central-1.api.aws"
|
|
14386
|
-
},
|
|
14387
|
-
"eu-central-1" : {
|
|
14388
|
-
"hostname" : "resource-explorer-2.eu-central-1.api.aws"
|
|
14389
|
-
},
|
|
14390
|
-
"eu-central-2" : {
|
|
14391
|
-
"hostname" : "resource-explorer-2.eu-central-2.api.aws"
|
|
14392
|
-
},
|
|
14393
|
-
"eu-north-1" : {
|
|
14394
|
-
"hostname" : "resource-explorer-2.eu-north-1.api.aws"
|
|
14395
|
-
},
|
|
14396
|
-
"eu-south-1" : {
|
|
14397
|
-
"hostname" : "resource-explorer-2.eu-south-1.api.aws"
|
|
14398
|
-
},
|
|
14399
|
-
"eu-west-1" : {
|
|
14400
|
-
"hostname" : "resource-explorer-2.eu-west-1.api.aws"
|
|
14401
|
-
},
|
|
14402
|
-
"eu-west-2" : {
|
|
14403
|
-
"hostname" : "resource-explorer-2.eu-west-2.api.aws"
|
|
14404
|
-
},
|
|
14405
|
-
"eu-west-3" : {
|
|
14406
|
-
"hostname" : "resource-explorer-2.eu-west-3.api.aws"
|
|
14407
|
-
},
|
|
14408
|
-
"il-central-1" : {
|
|
14409
|
-
"hostname" : "resource-explorer-2.il-central-1.api.aws"
|
|
14410
|
-
},
|
|
14411
|
-
"me-central-1" : {
|
|
14412
|
-
"hostname" : "resource-explorer-2.me-central-1.api.aws"
|
|
14413
|
-
},
|
|
14414
|
-
"me-south-1" : {
|
|
14415
|
-
"hostname" : "resource-explorer-2.me-south-1.api.aws"
|
|
14416
|
-
},
|
|
14417
|
-
"sa-east-1" : {
|
|
14418
|
-
"hostname" : "resource-explorer-2.sa-east-1.api.aws"
|
|
14419
|
-
},
|
|
14420
|
-
"us-east-1" : {
|
|
14421
|
-
"hostname" : "resource-explorer-2.us-east-1.api.aws"
|
|
14422
|
-
},
|
|
14423
|
-
"us-east-2" : {
|
|
14424
|
-
"hostname" : "resource-explorer-2.us-east-2.api.aws"
|
|
14425
|
-
},
|
|
14426
|
-
"us-west-1" : {
|
|
14427
|
-
"hostname" : "resource-explorer-2.us-west-1.api.aws"
|
|
14428
|
-
},
|
|
14429
|
-
"us-west-2" : {
|
|
14430
|
-
"hostname" : "resource-explorer-2.us-west-2.api.aws"
|
|
14431
|
-
}
|
|
14666
|
+
"ap-northeast-1" : { },
|
|
14667
|
+
"ap-northeast-2" : { },
|
|
14668
|
+
"ap-northeast-3" : { },
|
|
14669
|
+
"ap-south-1" : { },
|
|
14670
|
+
"ap-southeast-1" : { },
|
|
14671
|
+
"ap-southeast-2" : { },
|
|
14672
|
+
"ap-southeast-3" : { },
|
|
14673
|
+
"ca-central-1" : { },
|
|
14674
|
+
"eu-central-1" : { },
|
|
14675
|
+
"eu-north-1" : { },
|
|
14676
|
+
"eu-west-1" : { },
|
|
14677
|
+
"eu-west-2" : { },
|
|
14678
|
+
"eu-west-3" : { },
|
|
14679
|
+
"me-south-1" : { },
|
|
14680
|
+
"sa-east-1" : { },
|
|
14681
|
+
"us-east-1" : { },
|
|
14682
|
+
"us-east-2" : { },
|
|
14683
|
+
"us-west-1" : { },
|
|
14684
|
+
"us-west-2" : { }
|
|
14432
14685
|
}
|
|
14433
14686
|
},
|
|
14434
14687
|
"resource-groups" : {
|
|
@@ -14537,6 +14790,7 @@
|
|
|
14537
14790
|
"ap-southeast-3" : { },
|
|
14538
14791
|
"ap-southeast-4" : { },
|
|
14539
14792
|
"ca-central-1" : { },
|
|
14793
|
+
"ca-west-1" : { },
|
|
14540
14794
|
"eu-central-1" : { },
|
|
14541
14795
|
"eu-central-2" : { },
|
|
14542
14796
|
"eu-north-1" : { },
|
|
@@ -16835,10 +17089,16 @@
|
|
|
16835
17089
|
},
|
|
16836
17090
|
"sms-voice" : {
|
|
16837
17091
|
"endpoints" : {
|
|
17092
|
+
"af-south-1" : { },
|
|
16838
17093
|
"ap-northeast-1" : { },
|
|
17094
|
+
"ap-northeast-2" : { },
|
|
17095
|
+
"ap-northeast-3" : { },
|
|
16839
17096
|
"ap-south-1" : { },
|
|
17097
|
+
"ap-south-2" : { },
|
|
16840
17098
|
"ap-southeast-1" : { },
|
|
16841
17099
|
"ap-southeast-2" : { },
|
|
17100
|
+
"ap-southeast-3" : { },
|
|
17101
|
+
"ap-southeast-4" : { },
|
|
16842
17102
|
"ca-central-1" : {
|
|
16843
17103
|
"variants" : [ {
|
|
16844
17104
|
"hostname" : "sms-voice-fips.ca-central-1.amazonaws.com",
|
|
@@ -16846,8 +17106,13 @@
|
|
|
16846
17106
|
} ]
|
|
16847
17107
|
},
|
|
16848
17108
|
"eu-central-1" : { },
|
|
17109
|
+
"eu-central-2" : { },
|
|
17110
|
+
"eu-north-1" : { },
|
|
17111
|
+
"eu-south-1" : { },
|
|
17112
|
+
"eu-south-2" : { },
|
|
16849
17113
|
"eu-west-1" : { },
|
|
16850
17114
|
"eu-west-2" : { },
|
|
17115
|
+
"eu-west-3" : { },
|
|
16851
17116
|
"fips-ca-central-1" : {
|
|
16852
17117
|
"credentialScope" : {
|
|
16853
17118
|
"region" : "ca-central-1"
|
|
@@ -16862,6 +17127,20 @@
|
|
|
16862
17127
|
"deprecated" : true,
|
|
16863
17128
|
"hostname" : "sms-voice-fips.us-east-1.amazonaws.com"
|
|
16864
17129
|
},
|
|
17130
|
+
"fips-us-east-2" : {
|
|
17131
|
+
"credentialScope" : {
|
|
17132
|
+
"region" : "us-east-2"
|
|
17133
|
+
},
|
|
17134
|
+
"deprecated" : true,
|
|
17135
|
+
"hostname" : "sms-voice-fips.us-east-2.amazonaws.com"
|
|
17136
|
+
},
|
|
17137
|
+
"fips-us-west-1" : {
|
|
17138
|
+
"credentialScope" : {
|
|
17139
|
+
"region" : "us-west-1"
|
|
17140
|
+
},
|
|
17141
|
+
"deprecated" : true,
|
|
17142
|
+
"hostname" : "sms-voice-fips.us-west-1.amazonaws.com"
|
|
17143
|
+
},
|
|
16865
17144
|
"fips-us-west-2" : {
|
|
16866
17145
|
"credentialScope" : {
|
|
16867
17146
|
"region" : "us-west-2"
|
|
@@ -16869,12 +17148,28 @@
|
|
|
16869
17148
|
"deprecated" : true,
|
|
16870
17149
|
"hostname" : "sms-voice-fips.us-west-2.amazonaws.com"
|
|
16871
17150
|
},
|
|
17151
|
+
"il-central-1" : { },
|
|
17152
|
+
"me-central-1" : { },
|
|
17153
|
+
"me-south-1" : { },
|
|
17154
|
+
"sa-east-1" : { },
|
|
16872
17155
|
"us-east-1" : {
|
|
16873
17156
|
"variants" : [ {
|
|
16874
17157
|
"hostname" : "sms-voice-fips.us-east-1.amazonaws.com",
|
|
16875
17158
|
"tags" : [ "fips" ]
|
|
16876
17159
|
} ]
|
|
16877
17160
|
},
|
|
17161
|
+
"us-east-2" : {
|
|
17162
|
+
"variants" : [ {
|
|
17163
|
+
"hostname" : "sms-voice-fips.us-east-2.amazonaws.com",
|
|
17164
|
+
"tags" : [ "fips" ]
|
|
17165
|
+
} ]
|
|
17166
|
+
},
|
|
17167
|
+
"us-west-1" : {
|
|
17168
|
+
"variants" : [ {
|
|
17169
|
+
"hostname" : "sms-voice-fips.us-west-1.amazonaws.com",
|
|
17170
|
+
"tags" : [ "fips" ]
|
|
17171
|
+
} ]
|
|
17172
|
+
},
|
|
16878
17173
|
"us-west-2" : {
|
|
16879
17174
|
"variants" : [ {
|
|
16880
17175
|
"hostname" : "sms-voice-fips.us-west-2.amazonaws.com",
|
|
@@ -19769,7 +20064,10 @@
|
|
|
19769
20064
|
"wisdom" : {
|
|
19770
20065
|
"endpoints" : {
|
|
19771
20066
|
"ap-northeast-1" : { },
|
|
20067
|
+
"ap-northeast-2" : { },
|
|
20068
|
+
"ap-southeast-1" : { },
|
|
19772
20069
|
"ap-southeast-2" : { },
|
|
20070
|
+
"ca-central-1" : { },
|
|
19773
20071
|
"eu-central-1" : { },
|
|
19774
20072
|
"eu-west-2" : { },
|
|
19775
20073
|
"fips-us-east-1" : {
|
|
@@ -19779,7 +20077,10 @@
|
|
|
19779
20077
|
"deprecated" : true
|
|
19780
20078
|
},
|
|
19781
20079
|
"ui-ap-northeast-1" : { },
|
|
20080
|
+
"ui-ap-northeast-2" : { },
|
|
20081
|
+
"ui-ap-southeast-1" : { },
|
|
19782
20082
|
"ui-ap-southeast-2" : { },
|
|
20083
|
+
"ui-ca-central-1" : { },
|
|
19783
20084
|
"ui-eu-central-1" : { },
|
|
19784
20085
|
"ui-eu-west-2" : { },
|
|
19785
20086
|
"ui-us-east-1" : { },
|
|
@@ -20677,6 +20978,12 @@
|
|
|
20677
20978
|
"cn-northwest-1" : { }
|
|
20678
20979
|
}
|
|
20679
20980
|
},
|
|
20981
|
+
"inspector2" : {
|
|
20982
|
+
"endpoints" : {
|
|
20983
|
+
"cn-north-1" : { },
|
|
20984
|
+
"cn-northwest-1" : { }
|
|
20985
|
+
}
|
|
20986
|
+
},
|
|
20680
20987
|
"internetmonitor" : {
|
|
20681
20988
|
"defaults" : {
|
|
20682
20989
|
"dnsSuffix" : "api.amazonwebservices.com.cn",
|
|
@@ -20889,6 +21196,12 @@
|
|
|
20889
21196
|
}
|
|
20890
21197
|
}
|
|
20891
21198
|
},
|
|
21199
|
+
"network-firewall" : {
|
|
21200
|
+
"endpoints" : {
|
|
21201
|
+
"cn-north-1" : { },
|
|
21202
|
+
"cn-northwest-1" : { }
|
|
21203
|
+
}
|
|
21204
|
+
},
|
|
20892
21205
|
"oam" : {
|
|
20893
21206
|
"endpoints" : {
|
|
20894
21207
|
"cn-north-1" : { },
|
|
@@ -20979,6 +21292,11 @@
|
|
|
20979
21292
|
}
|
|
20980
21293
|
}
|
|
20981
21294
|
},
|
|
21295
|
+
"quicksight" : {
|
|
21296
|
+
"endpoints" : {
|
|
21297
|
+
"cn-north-1" : { }
|
|
21298
|
+
}
|
|
21299
|
+
},
|
|
20982
21300
|
"ram" : {
|
|
20983
21301
|
"endpoints" : {
|
|
20984
21302
|
"cn-north-1" : { },
|
|
@@ -21008,24 +21326,6 @@
|
|
|
21008
21326
|
"cn-north-1" : { }
|
|
21009
21327
|
}
|
|
21010
21328
|
},
|
|
21011
|
-
"resource-explorer-2" : {
|
|
21012
|
-
"defaults" : {
|
|
21013
|
-
"dnsSuffix" : "api.amazonwebservices.com.cn",
|
|
21014
|
-
"variants" : [ {
|
|
21015
|
-
"dnsSuffix" : "api.amazonwebservices.com.cn",
|
|
21016
|
-
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
21017
|
-
"tags" : [ "fips" ]
|
|
21018
|
-
} ]
|
|
21019
|
-
},
|
|
21020
|
-
"endpoints" : {
|
|
21021
|
-
"cn-north-1" : {
|
|
21022
|
-
"hostname" : "resource-explorer-2.cn-north-1.api.amazonwebservices.com.cn"
|
|
21023
|
-
},
|
|
21024
|
-
"cn-northwest-1" : {
|
|
21025
|
-
"hostname" : "resource-explorer-2.cn-northwest-1.api.amazonwebservices.com.cn"
|
|
21026
|
-
}
|
|
21027
|
-
}
|
|
21028
|
-
},
|
|
21029
21329
|
"resource-groups" : {
|
|
21030
21330
|
"endpoints" : {
|
|
21031
21331
|
"cn-north-1" : { },
|
|
@@ -23243,6 +23543,12 @@
|
|
|
23243
23543
|
"us-gov-west-1" : { }
|
|
23244
23544
|
}
|
|
23245
23545
|
},
|
|
23546
|
+
"emr-serverless" : {
|
|
23547
|
+
"endpoints" : {
|
|
23548
|
+
"us-gov-east-1" : { },
|
|
23549
|
+
"us-gov-west-1" : { }
|
|
23550
|
+
}
|
|
23551
|
+
},
|
|
23246
23552
|
"es" : {
|
|
23247
23553
|
"endpoints" : {
|
|
23248
23554
|
"fips" : {
|
|
@@ -24926,24 +25232,6 @@
|
|
|
24926
25232
|
}
|
|
24927
25233
|
}
|
|
24928
25234
|
},
|
|
24929
|
-
"resource-explorer-2" : {
|
|
24930
|
-
"defaults" : {
|
|
24931
|
-
"dnsSuffix" : "api.aws",
|
|
24932
|
-
"variants" : [ {
|
|
24933
|
-
"dnsSuffix" : "api.aws",
|
|
24934
|
-
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
24935
|
-
"tags" : [ "fips" ]
|
|
24936
|
-
} ]
|
|
24937
|
-
},
|
|
24938
|
-
"endpoints" : {
|
|
24939
|
-
"us-gov-east-1" : {
|
|
24940
|
-
"hostname" : "resource-explorer-2.us-gov-east-1.api.aws"
|
|
24941
|
-
},
|
|
24942
|
-
"us-gov-west-1" : {
|
|
24943
|
-
"hostname" : "resource-explorer-2.us-gov-west-1.api.aws"
|
|
24944
|
-
}
|
|
24945
|
-
}
|
|
24946
|
-
},
|
|
24947
25235
|
"resource-groups" : {
|
|
24948
25236
|
"defaults" : {
|
|
24949
25237
|
"variants" : [ {
|
|
@@ -25539,6 +25827,13 @@
|
|
|
25539
25827
|
},
|
|
25540
25828
|
"sms-voice" : {
|
|
25541
25829
|
"endpoints" : {
|
|
25830
|
+
"fips-us-gov-east-1" : {
|
|
25831
|
+
"credentialScope" : {
|
|
25832
|
+
"region" : "us-gov-east-1"
|
|
25833
|
+
},
|
|
25834
|
+
"deprecated" : true,
|
|
25835
|
+
"hostname" : "sms-voice-fips.us-gov-east-1.amazonaws.com"
|
|
25836
|
+
},
|
|
25542
25837
|
"fips-us-gov-west-1" : {
|
|
25543
25838
|
"credentialScope" : {
|
|
25544
25839
|
"region" : "us-gov-west-1"
|
|
@@ -25546,6 +25841,12 @@
|
|
|
25546
25841
|
"deprecated" : true,
|
|
25547
25842
|
"hostname" : "sms-voice-fips.us-gov-west-1.amazonaws.com"
|
|
25548
25843
|
},
|
|
25844
|
+
"us-gov-east-1" : {
|
|
25845
|
+
"variants" : [ {
|
|
25846
|
+
"hostname" : "sms-voice-fips.us-gov-east-1.amazonaws.com",
|
|
25847
|
+
"tags" : [ "fips" ]
|
|
25848
|
+
} ]
|
|
25849
|
+
},
|
|
25549
25850
|
"us-gov-west-1" : {
|
|
25550
25851
|
"variants" : [ {
|
|
25551
25852
|
"hostname" : "sms-voice-fips.us-gov-west-1.amazonaws.com",
|
|
@@ -26263,6 +26564,16 @@
|
|
|
26263
26564
|
}
|
|
26264
26565
|
}
|
|
26265
26566
|
},
|
|
26567
|
+
"api.pricing" : {
|
|
26568
|
+
"defaults" : {
|
|
26569
|
+
"credentialScope" : {
|
|
26570
|
+
"service" : "pricing"
|
|
26571
|
+
}
|
|
26572
|
+
},
|
|
26573
|
+
"endpoints" : {
|
|
26574
|
+
"us-iso-east-1" : { }
|
|
26575
|
+
}
|
|
26576
|
+
},
|
|
26266
26577
|
"api.sagemaker" : {
|
|
26267
26578
|
"endpoints" : {
|
|
26268
26579
|
"us-iso-east-1" : { }
|
|
@@ -26294,6 +26605,12 @@
|
|
|
26294
26605
|
"us-iso-west-1" : { }
|
|
26295
26606
|
}
|
|
26296
26607
|
},
|
|
26608
|
+
"arc-zonal-shift" : {
|
|
26609
|
+
"endpoints" : {
|
|
26610
|
+
"us-iso-east-1" : { },
|
|
26611
|
+
"us-iso-west-1" : { }
|
|
26612
|
+
}
|
|
26613
|
+
},
|
|
26297
26614
|
"athena" : {
|
|
26298
26615
|
"endpoints" : {
|
|
26299
26616
|
"us-iso-east-1" : { }
|
|
@@ -26352,6 +26669,13 @@
|
|
|
26352
26669
|
},
|
|
26353
26670
|
"datasync" : {
|
|
26354
26671
|
"endpoints" : {
|
|
26672
|
+
"fips-us-iso-east-1" : {
|
|
26673
|
+
"credentialScope" : {
|
|
26674
|
+
"region" : "us-iso-east-1"
|
|
26675
|
+
},
|
|
26676
|
+
"deprecated" : true,
|
|
26677
|
+
"hostname" : "datasync-fips.us-iso-east-1.c2s.ic.gov"
|
|
26678
|
+
},
|
|
26355
26679
|
"fips-us-iso-west-1" : {
|
|
26356
26680
|
"credentialScope" : {
|
|
26357
26681
|
"region" : "us-iso-west-1"
|
|
@@ -26359,6 +26683,12 @@
|
|
|
26359
26683
|
"deprecated" : true,
|
|
26360
26684
|
"hostname" : "datasync-fips.us-iso-west-1.c2s.ic.gov"
|
|
26361
26685
|
},
|
|
26686
|
+
"us-iso-east-1" : {
|
|
26687
|
+
"variants" : [ {
|
|
26688
|
+
"hostname" : "datasync-fips.us-iso-east-1.c2s.ic.gov",
|
|
26689
|
+
"tags" : [ "fips" ]
|
|
26690
|
+
} ]
|
|
26691
|
+
},
|
|
26362
26692
|
"us-iso-west-1" : {
|
|
26363
26693
|
"variants" : [ {
|
|
26364
26694
|
"hostname" : "datasync-fips.us-iso-west-1.c2s.ic.gov",
|
|
@@ -27060,6 +27390,16 @@
|
|
|
27060
27390
|
}
|
|
27061
27391
|
}
|
|
27062
27392
|
},
|
|
27393
|
+
"api.pricing" : {
|
|
27394
|
+
"defaults" : {
|
|
27395
|
+
"credentialScope" : {
|
|
27396
|
+
"service" : "pricing"
|
|
27397
|
+
}
|
|
27398
|
+
},
|
|
27399
|
+
"endpoints" : {
|
|
27400
|
+
"us-isob-east-1" : { }
|
|
27401
|
+
}
|
|
27402
|
+
},
|
|
27063
27403
|
"api.sagemaker" : {
|
|
27064
27404
|
"endpoints" : {
|
|
27065
27405
|
"us-isob-east-1" : { }
|
|
@@ -27083,6 +27423,11 @@
|
|
|
27083
27423
|
"us-isob-east-1" : { }
|
|
27084
27424
|
}
|
|
27085
27425
|
},
|
|
27426
|
+
"arc-zonal-shift" : {
|
|
27427
|
+
"endpoints" : {
|
|
27428
|
+
"us-isob-east-1" : { }
|
|
27429
|
+
}
|
|
27430
|
+
},
|
|
27086
27431
|
"autoscaling" : {
|
|
27087
27432
|
"defaults" : {
|
|
27088
27433
|
"protocols" : [ "http", "https" ]
|
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.896.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: 2024-
|
|
11
|
+
date: 2024-03-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|