aws-partitions 1.845.0 → 1.853.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 +40 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -1
- data/partitions.json +218 -10
- 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: 24ff65fa511f9393a9fadf671b6392222f888a64d3ff1754e11258cb37c43604
|
4
|
+
data.tar.gz: f9d45ef61272f702f2f3e803d1ceca55292f3f70397d058175ee66908cd1c849
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d3eb62f4b3c1e9e43871fa80fc320e9410eca55c311a93c7eb3343664f7d80e3874c1d48f611d55d4d68eb11708a8b4957c8d5daab885f74c462c9ed6b6b40ee
|
7
|
+
data.tar.gz: c27a2f61a36fa9490fccfd4ed28351770e1419f6c42c12e4245c31ff665c643928b9d8b56631a0f2fcb45ec1371cc7d5cbfef2d792c19a4193aa2f8104461da2
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,46 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.853.0 (2023-11-17)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::TrustedAdvisor`.
|
8
|
+
|
9
|
+
1.852.0 (2023-11-16)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.851.0 (2023-11-15)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.850.0 (2023-11-14)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.849.0 (2023-11-13)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
29
|
+
1.848.0 (2023-11-08)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
33
|
+
|
34
|
+
1.847.0 (2023-11-07)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
38
|
+
|
39
|
+
1.846.0 (2023-11-06)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
43
|
+
|
4
44
|
1.845.0 (2023-11-03)
|
5
45
|
------------------
|
6
46
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.853.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -453,7 +453,6 @@ module Aws
|
|
453
453
|
'MTurk' => 'mturk-requester',
|
454
454
|
'MWAA' => 'airflow',
|
455
455
|
'MachineLearning' => 'machinelearning',
|
456
|
-
'Macie' => 'macie',
|
457
456
|
'Macie2' => 'macie2',
|
458
457
|
'MainframeModernization' => 'm2',
|
459
458
|
'ManagedBlockchain' => 'managedblockchain',
|
@@ -588,6 +587,7 @@ module Aws
|
|
588
587
|
'TranscribeStreamingService' => 'transcribestreaming',
|
589
588
|
'Transfer' => 'transfer',
|
590
589
|
'Translate' => 'translate',
|
590
|
+
'TrustedAdvisor' => 'trustedadvisor',
|
591
591
|
'VPCLattice' => 'vpc-lattice',
|
592
592
|
'VerifiedPermissions' => 'verifiedpermissions',
|
593
593
|
'VoiceID' => 'voiceid',
|
data/partitions.json
CHANGED
@@ -1050,11 +1050,18 @@
|
|
1050
1050
|
"endpoints" : {
|
1051
1051
|
"af-south-1" : { },
|
1052
1052
|
"ap-northeast-1" : { },
|
1053
|
+
"ap-northeast-2" : { },
|
1054
|
+
"ap-northeast-3" : { },
|
1053
1055
|
"ap-south-1" : { },
|
1054
1056
|
"ap-southeast-1" : { },
|
1055
1057
|
"ap-southeast-2" : { },
|
1058
|
+
"ap-southeast-4" : { },
|
1059
|
+
"ca-central-1" : { },
|
1056
1060
|
"eu-central-1" : { },
|
1061
|
+
"eu-north-1" : { },
|
1057
1062
|
"eu-west-1" : { },
|
1063
|
+
"eu-west-3" : { },
|
1064
|
+
"sa-east-1" : { },
|
1058
1065
|
"us-east-1" : { },
|
1059
1066
|
"us-east-2" : { },
|
1060
1067
|
"us-west-2" : { }
|
@@ -1760,10 +1767,13 @@
|
|
1760
1767
|
"apprunner" : {
|
1761
1768
|
"endpoints" : {
|
1762
1769
|
"ap-northeast-1" : { },
|
1770
|
+
"ap-south-1" : { },
|
1763
1771
|
"ap-southeast-1" : { },
|
1764
1772
|
"ap-southeast-2" : { },
|
1765
1773
|
"eu-central-1" : { },
|
1766
1774
|
"eu-west-1" : { },
|
1775
|
+
"eu-west-2" : { },
|
1776
|
+
"eu-west-3" : { },
|
1767
1777
|
"fips-us-east-1" : {
|
1768
1778
|
"credentialScope" : {
|
1769
1779
|
"region" : "us-east-1"
|
@@ -2198,7 +2208,12 @@
|
|
2198
2208
|
"ap-southeast-2" : { },
|
2199
2209
|
"ap-southeast-3" : { },
|
2200
2210
|
"ap-southeast-4" : { },
|
2201
|
-
"ca-central-1" : {
|
2211
|
+
"ca-central-1" : {
|
2212
|
+
"variants" : [ {
|
2213
|
+
"hostname" : "autoscaling-fips.ca-central-1.amazonaws.com",
|
2214
|
+
"tags" : [ "fips" ]
|
2215
|
+
} ]
|
2216
|
+
},
|
2202
2217
|
"eu-central-1" : { },
|
2203
2218
|
"eu-central-2" : { },
|
2204
2219
|
"eu-north-1" : { },
|
@@ -2207,14 +2222,69 @@
|
|
2207
2222
|
"eu-west-1" : { },
|
2208
2223
|
"eu-west-2" : { },
|
2209
2224
|
"eu-west-3" : { },
|
2225
|
+
"fips-ca-central-1" : {
|
2226
|
+
"credentialScope" : {
|
2227
|
+
"region" : "ca-central-1"
|
2228
|
+
},
|
2229
|
+
"deprecated" : true,
|
2230
|
+
"hostname" : "autoscaling-fips.ca-central-1.amazonaws.com"
|
2231
|
+
},
|
2232
|
+
"fips-us-east-1" : {
|
2233
|
+
"credentialScope" : {
|
2234
|
+
"region" : "us-east-1"
|
2235
|
+
},
|
2236
|
+
"deprecated" : true,
|
2237
|
+
"hostname" : "autoscaling-fips.us-east-1.amazonaws.com"
|
2238
|
+
},
|
2239
|
+
"fips-us-east-2" : {
|
2240
|
+
"credentialScope" : {
|
2241
|
+
"region" : "us-east-2"
|
2242
|
+
},
|
2243
|
+
"deprecated" : true,
|
2244
|
+
"hostname" : "autoscaling-fips.us-east-2.amazonaws.com"
|
2245
|
+
},
|
2246
|
+
"fips-us-west-1" : {
|
2247
|
+
"credentialScope" : {
|
2248
|
+
"region" : "us-west-1"
|
2249
|
+
},
|
2250
|
+
"deprecated" : true,
|
2251
|
+
"hostname" : "autoscaling-fips.us-west-1.amazonaws.com"
|
2252
|
+
},
|
2253
|
+
"fips-us-west-2" : {
|
2254
|
+
"credentialScope" : {
|
2255
|
+
"region" : "us-west-2"
|
2256
|
+
},
|
2257
|
+
"deprecated" : true,
|
2258
|
+
"hostname" : "autoscaling-fips.us-west-2.amazonaws.com"
|
2259
|
+
},
|
2210
2260
|
"il-central-1" : { },
|
2211
2261
|
"me-central-1" : { },
|
2212
2262
|
"me-south-1" : { },
|
2213
2263
|
"sa-east-1" : { },
|
2214
|
-
"us-east-1" : {
|
2215
|
-
|
2216
|
-
|
2217
|
-
|
2264
|
+
"us-east-1" : {
|
2265
|
+
"variants" : [ {
|
2266
|
+
"hostname" : "autoscaling-fips.us-east-1.amazonaws.com",
|
2267
|
+
"tags" : [ "fips" ]
|
2268
|
+
} ]
|
2269
|
+
},
|
2270
|
+
"us-east-2" : {
|
2271
|
+
"variants" : [ {
|
2272
|
+
"hostname" : "autoscaling-fips.us-east-2.amazonaws.com",
|
2273
|
+
"tags" : [ "fips" ]
|
2274
|
+
} ]
|
2275
|
+
},
|
2276
|
+
"us-west-1" : {
|
2277
|
+
"variants" : [ {
|
2278
|
+
"hostname" : "autoscaling-fips.us-west-1.amazonaws.com",
|
2279
|
+
"tags" : [ "fips" ]
|
2280
|
+
} ]
|
2281
|
+
},
|
2282
|
+
"us-west-2" : {
|
2283
|
+
"variants" : [ {
|
2284
|
+
"hostname" : "autoscaling-fips.us-west-2.amazonaws.com",
|
2285
|
+
"tags" : [ "fips" ]
|
2286
|
+
} ]
|
2287
|
+
}
|
2218
2288
|
}
|
2219
2289
|
},
|
2220
2290
|
"autoscaling-plans" : {
|
@@ -3348,9 +3418,13 @@
|
|
3348
3418
|
"ap-east-1" : { },
|
3349
3419
|
"ap-northeast-1" : { },
|
3350
3420
|
"ap-northeast-2" : { },
|
3421
|
+
"ap-northeast-3" : { },
|
3351
3422
|
"ap-south-1" : { },
|
3423
|
+
"ap-south-2" : { },
|
3352
3424
|
"ap-southeast-1" : { },
|
3353
3425
|
"ap-southeast-2" : { },
|
3426
|
+
"ap-southeast-3" : { },
|
3427
|
+
"ap-southeast-4" : { },
|
3354
3428
|
"ca-central-1" : {
|
3355
3429
|
"variants" : [ {
|
3356
3430
|
"hostname" : "codepipeline-fips.ca-central-1.amazonaws.com",
|
@@ -3361,6 +3435,7 @@
|
|
3361
3435
|
"eu-central-2" : { },
|
3362
3436
|
"eu-north-1" : { },
|
3363
3437
|
"eu-south-1" : { },
|
3438
|
+
"eu-south-2" : { },
|
3364
3439
|
"eu-west-1" : { },
|
3365
3440
|
"eu-west-2" : { },
|
3366
3441
|
"eu-west-3" : { },
|
@@ -3399,6 +3474,8 @@
|
|
3399
3474
|
"deprecated" : true,
|
3400
3475
|
"hostname" : "codepipeline-fips.us-west-2.amazonaws.com"
|
3401
3476
|
},
|
3477
|
+
"il-central-1" : { },
|
3478
|
+
"me-central-1" : { },
|
3402
3479
|
"me-south-1" : { },
|
3403
3480
|
"sa-east-1" : { },
|
3404
3481
|
"us-east-1" : {
|
@@ -3786,6 +3863,12 @@
|
|
3786
3863
|
},
|
3787
3864
|
"hostname" : "compute-optimizer.ap-south-1.amazonaws.com"
|
3788
3865
|
},
|
3866
|
+
"ap-south-2" : {
|
3867
|
+
"credentialScope" : {
|
3868
|
+
"region" : "ap-south-2"
|
3869
|
+
},
|
3870
|
+
"hostname" : "compute-optimizer.ap-south-2.amazonaws.com"
|
3871
|
+
},
|
3789
3872
|
"ap-southeast-1" : {
|
3790
3873
|
"credentialScope" : {
|
3791
3874
|
"region" : "ap-southeast-1"
|
@@ -3798,6 +3881,18 @@
|
|
3798
3881
|
},
|
3799
3882
|
"hostname" : "compute-optimizer.ap-southeast-2.amazonaws.com"
|
3800
3883
|
},
|
3884
|
+
"ap-southeast-3" : {
|
3885
|
+
"credentialScope" : {
|
3886
|
+
"region" : "ap-southeast-3"
|
3887
|
+
},
|
3888
|
+
"hostname" : "compute-optimizer.ap-southeast-3.amazonaws.com"
|
3889
|
+
},
|
3890
|
+
"ap-southeast-4" : {
|
3891
|
+
"credentialScope" : {
|
3892
|
+
"region" : "ap-southeast-4"
|
3893
|
+
},
|
3894
|
+
"hostname" : "compute-optimizer.ap-southeast-4.amazonaws.com"
|
3895
|
+
},
|
3801
3896
|
"ca-central-1" : {
|
3802
3897
|
"credentialScope" : {
|
3803
3898
|
"region" : "ca-central-1"
|
@@ -3810,6 +3905,12 @@
|
|
3810
3905
|
},
|
3811
3906
|
"hostname" : "compute-optimizer.eu-central-1.amazonaws.com"
|
3812
3907
|
},
|
3908
|
+
"eu-central-2" : {
|
3909
|
+
"credentialScope" : {
|
3910
|
+
"region" : "eu-central-2"
|
3911
|
+
},
|
3912
|
+
"hostname" : "compute-optimizer.eu-central-2.amazonaws.com"
|
3913
|
+
},
|
3813
3914
|
"eu-north-1" : {
|
3814
3915
|
"credentialScope" : {
|
3815
3916
|
"region" : "eu-north-1"
|
@@ -3822,6 +3923,12 @@
|
|
3822
3923
|
},
|
3823
3924
|
"hostname" : "compute-optimizer.eu-south-1.amazonaws.com"
|
3824
3925
|
},
|
3926
|
+
"eu-south-2" : {
|
3927
|
+
"credentialScope" : {
|
3928
|
+
"region" : "eu-south-2"
|
3929
|
+
},
|
3930
|
+
"hostname" : "compute-optimizer.eu-south-2.amazonaws.com"
|
3931
|
+
},
|
3825
3932
|
"eu-west-1" : {
|
3826
3933
|
"credentialScope" : {
|
3827
3934
|
"region" : "eu-west-1"
|
@@ -3840,6 +3947,18 @@
|
|
3840
3947
|
},
|
3841
3948
|
"hostname" : "compute-optimizer.eu-west-3.amazonaws.com"
|
3842
3949
|
},
|
3950
|
+
"il-central-1" : {
|
3951
|
+
"credentialScope" : {
|
3952
|
+
"region" : "il-central-1"
|
3953
|
+
},
|
3954
|
+
"hostname" : "compute-optimizer.il-central-1.amazonaws.com"
|
3955
|
+
},
|
3956
|
+
"me-central-1" : {
|
3957
|
+
"credentialScope" : {
|
3958
|
+
"region" : "me-central-1"
|
3959
|
+
},
|
3960
|
+
"hostname" : "compute-optimizer.me-central-1.amazonaws.com"
|
3961
|
+
},
|
3843
3962
|
"me-south-1" : {
|
3844
3963
|
"credentialScope" : {
|
3845
3964
|
"region" : "me-south-1"
|
@@ -4056,6 +4175,7 @@
|
|
4056
4175
|
"ap-southeast-1" : { },
|
4057
4176
|
"ap-southeast-2" : { },
|
4058
4177
|
"ap-southeast-3" : { },
|
4178
|
+
"ap-southeast-4" : { },
|
4059
4179
|
"ca-central-1" : {
|
4060
4180
|
"variants" : [ {
|
4061
4181
|
"hostname" : "controltower-fips.ca-central-1.amazonaws.com",
|
@@ -6637,12 +6757,15 @@
|
|
6637
6757
|
},
|
6638
6758
|
"emr-serverless" : {
|
6639
6759
|
"endpoints" : {
|
6760
|
+
"af-south-1" : { },
|
6640
6761
|
"ap-east-1" : { },
|
6641
6762
|
"ap-northeast-1" : { },
|
6642
6763
|
"ap-northeast-2" : { },
|
6764
|
+
"ap-northeast-3" : { },
|
6643
6765
|
"ap-south-1" : { },
|
6644
6766
|
"ap-southeast-1" : { },
|
6645
6767
|
"ap-southeast-2" : { },
|
6768
|
+
"ap-southeast-3" : { },
|
6646
6769
|
"ca-central-1" : {
|
6647
6770
|
"variants" : [ {
|
6648
6771
|
"hostname" : "emr-serverless-fips.ca-central-1.amazonaws.com",
|
@@ -6651,6 +6774,7 @@
|
|
6651
6774
|
},
|
6652
6775
|
"eu-central-1" : { },
|
6653
6776
|
"eu-north-1" : { },
|
6777
|
+
"eu-south-1" : { },
|
6654
6778
|
"eu-west-1" : { },
|
6655
6779
|
"eu-west-2" : { },
|
6656
6780
|
"eu-west-3" : { },
|
@@ -13683,6 +13807,12 @@
|
|
13683
13807
|
} ]
|
13684
13808
|
},
|
13685
13809
|
"endpoints" : {
|
13810
|
+
"af-south-1" : {
|
13811
|
+
"hostname" : "resource-explorer-2.af-south-1.api.aws"
|
13812
|
+
},
|
13813
|
+
"ap-east-1" : {
|
13814
|
+
"hostname" : "resource-explorer-2.ap-east-1.api.aws"
|
13815
|
+
},
|
13686
13816
|
"ap-northeast-1" : {
|
13687
13817
|
"hostname" : "resource-explorer-2.ap-northeast-1.api.aws"
|
13688
13818
|
},
|
@@ -13722,6 +13852,9 @@
|
|
13722
13852
|
"eu-north-1" : {
|
13723
13853
|
"hostname" : "resource-explorer-2.eu-north-1.api.aws"
|
13724
13854
|
},
|
13855
|
+
"eu-south-1" : {
|
13856
|
+
"hostname" : "resource-explorer-2.eu-south-1.api.aws"
|
13857
|
+
},
|
13725
13858
|
"eu-west-1" : {
|
13726
13859
|
"hostname" : "resource-explorer-2.eu-west-1.api.aws"
|
13727
13860
|
},
|
@@ -13734,6 +13867,9 @@
|
|
13734
13867
|
"il-central-1" : {
|
13735
13868
|
"hostname" : "resource-explorer-2.il-central-1.api.aws"
|
13736
13869
|
},
|
13870
|
+
"me-central-1" : {
|
13871
|
+
"hostname" : "resource-explorer-2.me-central-1.api.aws"
|
13872
|
+
},
|
13737
13873
|
"me-south-1" : {
|
13738
13874
|
"hostname" : "resource-explorer-2.me-south-1.api.aws"
|
13739
13875
|
},
|
@@ -15213,6 +15349,7 @@
|
|
15213
15349
|
"deprecated" : true,
|
15214
15350
|
"hostname" : "servicecatalog-appregistry-fips.us-west-2.amazonaws.com"
|
15215
15351
|
},
|
15352
|
+
"il-central-1" : { },
|
15216
15353
|
"me-central-1" : { },
|
15217
15354
|
"me-south-1" : { },
|
15218
15355
|
"sa-east-1" : { },
|
@@ -20568,8 +20705,32 @@
|
|
20568
20705
|
},
|
20569
20706
|
"appconfigdata" : {
|
20570
20707
|
"endpoints" : {
|
20571
|
-
"us-gov-east-1" : {
|
20572
|
-
|
20708
|
+
"fips-us-gov-east-1" : {
|
20709
|
+
"credentialScope" : {
|
20710
|
+
"region" : "us-gov-east-1"
|
20711
|
+
},
|
20712
|
+
"deprecated" : true,
|
20713
|
+
"hostname" : "appconfigdata.us-gov-east-1.amazonaws.com"
|
20714
|
+
},
|
20715
|
+
"fips-us-gov-west-1" : {
|
20716
|
+
"credentialScope" : {
|
20717
|
+
"region" : "us-gov-west-1"
|
20718
|
+
},
|
20719
|
+
"deprecated" : true,
|
20720
|
+
"hostname" : "appconfigdata.us-gov-west-1.amazonaws.com"
|
20721
|
+
},
|
20722
|
+
"us-gov-east-1" : {
|
20723
|
+
"variants" : [ {
|
20724
|
+
"hostname" : "appconfigdata.us-gov-east-1.amazonaws.com",
|
20725
|
+
"tags" : [ "fips" ]
|
20726
|
+
} ]
|
20727
|
+
},
|
20728
|
+
"us-gov-west-1" : {
|
20729
|
+
"variants" : [ {
|
20730
|
+
"hostname" : "appconfigdata.us-gov-west-1.amazonaws.com",
|
20731
|
+
"tags" : [ "fips" ]
|
20732
|
+
} ]
|
20733
|
+
}
|
20573
20734
|
}
|
20574
20735
|
},
|
20575
20736
|
"application-autoscaling" : {
|
@@ -24080,17 +24241,31 @@
|
|
24080
24241
|
},
|
24081
24242
|
"simspaceweaver" : {
|
24082
24243
|
"endpoints" : {
|
24083
|
-
"us-gov-east-1" : {
|
24244
|
+
"fips-us-gov-east-1" : {
|
24084
24245
|
"credentialScope" : {
|
24085
24246
|
"region" : "us-gov-east-1"
|
24086
24247
|
},
|
24248
|
+
"deprecated" : true,
|
24087
24249
|
"hostname" : "simspaceweaver.us-gov-east-1.amazonaws.com"
|
24088
24250
|
},
|
24089
|
-
"us-gov-west-1" : {
|
24251
|
+
"fips-us-gov-west-1" : {
|
24090
24252
|
"credentialScope" : {
|
24091
24253
|
"region" : "us-gov-west-1"
|
24092
24254
|
},
|
24255
|
+
"deprecated" : true,
|
24093
24256
|
"hostname" : "simspaceweaver.us-gov-west-1.amazonaws.com"
|
24257
|
+
},
|
24258
|
+
"us-gov-east-1" : {
|
24259
|
+
"variants" : [ {
|
24260
|
+
"hostname" : "simspaceweaver.us-gov-east-1.amazonaws.com",
|
24261
|
+
"tags" : [ "fips" ]
|
24262
|
+
} ]
|
24263
|
+
},
|
24264
|
+
"us-gov-west-1" : {
|
24265
|
+
"variants" : [ {
|
24266
|
+
"hostname" : "simspaceweaver.us-gov-west-1.amazonaws.com",
|
24267
|
+
"tags" : [ "fips" ]
|
24268
|
+
} ]
|
24094
24269
|
}
|
24095
24270
|
}
|
24096
24271
|
},
|
@@ -24255,12 +24430,34 @@
|
|
24255
24430
|
"credentialScope" : {
|
24256
24431
|
"region" : "us-gov-east-1"
|
24257
24432
|
},
|
24433
|
+
"hostname" : "sso.us-gov-east-1.amazonaws.com",
|
24434
|
+
"variants" : [ {
|
24435
|
+
"hostname" : "sso.us-gov-east-1.amazonaws.com",
|
24436
|
+
"tags" : [ "fips" ]
|
24437
|
+
} ]
|
24438
|
+
},
|
24439
|
+
"us-gov-east-1-fips" : {
|
24440
|
+
"credentialScope" : {
|
24441
|
+
"region" : "us-gov-east-1"
|
24442
|
+
},
|
24443
|
+
"deprecated" : true,
|
24258
24444
|
"hostname" : "sso.us-gov-east-1.amazonaws.com"
|
24259
24445
|
},
|
24260
24446
|
"us-gov-west-1" : {
|
24261
24447
|
"credentialScope" : {
|
24262
24448
|
"region" : "us-gov-west-1"
|
24263
24449
|
},
|
24450
|
+
"hostname" : "sso.us-gov-west-1.amazonaws.com",
|
24451
|
+
"variants" : [ {
|
24452
|
+
"hostname" : "sso.us-gov-west-1.amazonaws.com",
|
24453
|
+
"tags" : [ "fips" ]
|
24454
|
+
} ]
|
24455
|
+
},
|
24456
|
+
"us-gov-west-1-fips" : {
|
24457
|
+
"credentialScope" : {
|
24458
|
+
"region" : "us-gov-west-1"
|
24459
|
+
},
|
24460
|
+
"deprecated" : true,
|
24264
24461
|
"hostname" : "sso.us-gov-west-1.amazonaws.com"
|
24265
24462
|
}
|
24266
24463
|
}
|
@@ -24983,7 +25180,8 @@
|
|
24983
25180
|
},
|
24984
25181
|
"ebs" : {
|
24985
25182
|
"endpoints" : {
|
24986
|
-
"us-iso-east-1" : { }
|
25183
|
+
"us-iso-east-1" : { },
|
25184
|
+
"us-iso-west-1" : { }
|
24987
25185
|
}
|
24988
25186
|
},
|
24989
25187
|
"ec2" : {
|
@@ -25481,6 +25679,11 @@
|
|
25481
25679
|
"us-isob-east-1" : { }
|
25482
25680
|
}
|
25483
25681
|
},
|
25682
|
+
"cloudcontrolapi" : {
|
25683
|
+
"endpoints" : {
|
25684
|
+
"us-isob-east-1" : { }
|
25685
|
+
}
|
25686
|
+
},
|
25484
25687
|
"cloudformation" : {
|
25485
25688
|
"endpoints" : {
|
25486
25689
|
"us-isob-east-1" : { }
|
@@ -25791,6 +25994,11 @@
|
|
25791
25994
|
"us-isob-east-1" : { }
|
25792
25995
|
}
|
25793
25996
|
},
|
25997
|
+
"runtime.sagemaker" : {
|
25998
|
+
"endpoints" : {
|
25999
|
+
"us-isob-east-1" : { }
|
26000
|
+
}
|
26001
|
+
},
|
25794
26002
|
"s3" : {
|
25795
26003
|
"defaults" : {
|
25796
26004
|
"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.853.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: 2023-11-
|
11
|
+
date: 2023-11-17 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|