aws-partitions 1.848.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 +25 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -1
- data/partitions.json +185 -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,31 @@
|
|
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
|
+
|
4
29
|
1.848.0 (2023-11-08)
|
5
30
|
------------------
|
6
31
|
|
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
@@ -2208,7 +2208,12 @@
|
|
2208
2208
|
"ap-southeast-2" : { },
|
2209
2209
|
"ap-southeast-3" : { },
|
2210
2210
|
"ap-southeast-4" : { },
|
2211
|
-
"ca-central-1" : {
|
2211
|
+
"ca-central-1" : {
|
2212
|
+
"variants" : [ {
|
2213
|
+
"hostname" : "autoscaling-fips.ca-central-1.amazonaws.com",
|
2214
|
+
"tags" : [ "fips" ]
|
2215
|
+
} ]
|
2216
|
+
},
|
2212
2217
|
"eu-central-1" : { },
|
2213
2218
|
"eu-central-2" : { },
|
2214
2219
|
"eu-north-1" : { },
|
@@ -2217,14 +2222,69 @@
|
|
2217
2222
|
"eu-west-1" : { },
|
2218
2223
|
"eu-west-2" : { },
|
2219
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
|
+
},
|
2220
2260
|
"il-central-1" : { },
|
2221
2261
|
"me-central-1" : { },
|
2222
2262
|
"me-south-1" : { },
|
2223
2263
|
"sa-east-1" : { },
|
2224
|
-
"us-east-1" : {
|
2225
|
-
|
2226
|
-
|
2227
|
-
|
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
|
+
}
|
2228
2288
|
}
|
2229
2289
|
},
|
2230
2290
|
"autoscaling-plans" : {
|
@@ -3358,9 +3418,13 @@
|
|
3358
3418
|
"ap-east-1" : { },
|
3359
3419
|
"ap-northeast-1" : { },
|
3360
3420
|
"ap-northeast-2" : { },
|
3421
|
+
"ap-northeast-3" : { },
|
3361
3422
|
"ap-south-1" : { },
|
3423
|
+
"ap-south-2" : { },
|
3362
3424
|
"ap-southeast-1" : { },
|
3363
3425
|
"ap-southeast-2" : { },
|
3426
|
+
"ap-southeast-3" : { },
|
3427
|
+
"ap-southeast-4" : { },
|
3364
3428
|
"ca-central-1" : {
|
3365
3429
|
"variants" : [ {
|
3366
3430
|
"hostname" : "codepipeline-fips.ca-central-1.amazonaws.com",
|
@@ -3371,6 +3435,7 @@
|
|
3371
3435
|
"eu-central-2" : { },
|
3372
3436
|
"eu-north-1" : { },
|
3373
3437
|
"eu-south-1" : { },
|
3438
|
+
"eu-south-2" : { },
|
3374
3439
|
"eu-west-1" : { },
|
3375
3440
|
"eu-west-2" : { },
|
3376
3441
|
"eu-west-3" : { },
|
@@ -3409,6 +3474,8 @@
|
|
3409
3474
|
"deprecated" : true,
|
3410
3475
|
"hostname" : "codepipeline-fips.us-west-2.amazonaws.com"
|
3411
3476
|
},
|
3477
|
+
"il-central-1" : { },
|
3478
|
+
"me-central-1" : { },
|
3412
3479
|
"me-south-1" : { },
|
3413
3480
|
"sa-east-1" : { },
|
3414
3481
|
"us-east-1" : {
|
@@ -3796,6 +3863,12 @@
|
|
3796
3863
|
},
|
3797
3864
|
"hostname" : "compute-optimizer.ap-south-1.amazonaws.com"
|
3798
3865
|
},
|
3866
|
+
"ap-south-2" : {
|
3867
|
+
"credentialScope" : {
|
3868
|
+
"region" : "ap-south-2"
|
3869
|
+
},
|
3870
|
+
"hostname" : "compute-optimizer.ap-south-2.amazonaws.com"
|
3871
|
+
},
|
3799
3872
|
"ap-southeast-1" : {
|
3800
3873
|
"credentialScope" : {
|
3801
3874
|
"region" : "ap-southeast-1"
|
@@ -3808,6 +3881,18 @@
|
|
3808
3881
|
},
|
3809
3882
|
"hostname" : "compute-optimizer.ap-southeast-2.amazonaws.com"
|
3810
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
|
+
},
|
3811
3896
|
"ca-central-1" : {
|
3812
3897
|
"credentialScope" : {
|
3813
3898
|
"region" : "ca-central-1"
|
@@ -3820,6 +3905,12 @@
|
|
3820
3905
|
},
|
3821
3906
|
"hostname" : "compute-optimizer.eu-central-1.amazonaws.com"
|
3822
3907
|
},
|
3908
|
+
"eu-central-2" : {
|
3909
|
+
"credentialScope" : {
|
3910
|
+
"region" : "eu-central-2"
|
3911
|
+
},
|
3912
|
+
"hostname" : "compute-optimizer.eu-central-2.amazonaws.com"
|
3913
|
+
},
|
3823
3914
|
"eu-north-1" : {
|
3824
3915
|
"credentialScope" : {
|
3825
3916
|
"region" : "eu-north-1"
|
@@ -3832,6 +3923,12 @@
|
|
3832
3923
|
},
|
3833
3924
|
"hostname" : "compute-optimizer.eu-south-1.amazonaws.com"
|
3834
3925
|
},
|
3926
|
+
"eu-south-2" : {
|
3927
|
+
"credentialScope" : {
|
3928
|
+
"region" : "eu-south-2"
|
3929
|
+
},
|
3930
|
+
"hostname" : "compute-optimizer.eu-south-2.amazonaws.com"
|
3931
|
+
},
|
3835
3932
|
"eu-west-1" : {
|
3836
3933
|
"credentialScope" : {
|
3837
3934
|
"region" : "eu-west-1"
|
@@ -3850,6 +3947,18 @@
|
|
3850
3947
|
},
|
3851
3948
|
"hostname" : "compute-optimizer.eu-west-3.amazonaws.com"
|
3852
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
|
+
},
|
3853
3962
|
"me-south-1" : {
|
3854
3963
|
"credentialScope" : {
|
3855
3964
|
"region" : "me-south-1"
|
@@ -6648,12 +6757,15 @@
|
|
6648
6757
|
},
|
6649
6758
|
"emr-serverless" : {
|
6650
6759
|
"endpoints" : {
|
6760
|
+
"af-south-1" : { },
|
6651
6761
|
"ap-east-1" : { },
|
6652
6762
|
"ap-northeast-1" : { },
|
6653
6763
|
"ap-northeast-2" : { },
|
6764
|
+
"ap-northeast-3" : { },
|
6654
6765
|
"ap-south-1" : { },
|
6655
6766
|
"ap-southeast-1" : { },
|
6656
6767
|
"ap-southeast-2" : { },
|
6768
|
+
"ap-southeast-3" : { },
|
6657
6769
|
"ca-central-1" : {
|
6658
6770
|
"variants" : [ {
|
6659
6771
|
"hostname" : "emr-serverless-fips.ca-central-1.amazonaws.com",
|
@@ -6662,6 +6774,7 @@
|
|
6662
6774
|
},
|
6663
6775
|
"eu-central-1" : { },
|
6664
6776
|
"eu-north-1" : { },
|
6777
|
+
"eu-south-1" : { },
|
6665
6778
|
"eu-west-1" : { },
|
6666
6779
|
"eu-west-2" : { },
|
6667
6780
|
"eu-west-3" : { },
|
@@ -15236,6 +15349,7 @@
|
|
15236
15349
|
"deprecated" : true,
|
15237
15350
|
"hostname" : "servicecatalog-appregistry-fips.us-west-2.amazonaws.com"
|
15238
15351
|
},
|
15352
|
+
"il-central-1" : { },
|
15239
15353
|
"me-central-1" : { },
|
15240
15354
|
"me-south-1" : { },
|
15241
15355
|
"sa-east-1" : { },
|
@@ -20591,8 +20705,32 @@
|
|
20591
20705
|
},
|
20592
20706
|
"appconfigdata" : {
|
20593
20707
|
"endpoints" : {
|
20594
|
-
"us-gov-east-1" : {
|
20595
|
-
|
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
|
+
}
|
20596
20734
|
}
|
20597
20735
|
},
|
20598
20736
|
"application-autoscaling" : {
|
@@ -24103,17 +24241,31 @@
|
|
24103
24241
|
},
|
24104
24242
|
"simspaceweaver" : {
|
24105
24243
|
"endpoints" : {
|
24106
|
-
"us-gov-east-1" : {
|
24244
|
+
"fips-us-gov-east-1" : {
|
24107
24245
|
"credentialScope" : {
|
24108
24246
|
"region" : "us-gov-east-1"
|
24109
24247
|
},
|
24248
|
+
"deprecated" : true,
|
24110
24249
|
"hostname" : "simspaceweaver.us-gov-east-1.amazonaws.com"
|
24111
24250
|
},
|
24112
|
-
"us-gov-west-1" : {
|
24251
|
+
"fips-us-gov-west-1" : {
|
24113
24252
|
"credentialScope" : {
|
24114
24253
|
"region" : "us-gov-west-1"
|
24115
24254
|
},
|
24255
|
+
"deprecated" : true,
|
24116
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
|
+
} ]
|
24117
24269
|
}
|
24118
24270
|
}
|
24119
24271
|
},
|
@@ -24278,12 +24430,34 @@
|
|
24278
24430
|
"credentialScope" : {
|
24279
24431
|
"region" : "us-gov-east-1"
|
24280
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,
|
24281
24444
|
"hostname" : "sso.us-gov-east-1.amazonaws.com"
|
24282
24445
|
},
|
24283
24446
|
"us-gov-west-1" : {
|
24284
24447
|
"credentialScope" : {
|
24285
24448
|
"region" : "us-gov-west-1"
|
24286
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,
|
24287
24461
|
"hostname" : "sso.us-gov-west-1.amazonaws.com"
|
24288
24462
|
}
|
24289
24463
|
}
|
@@ -25006,7 +25180,8 @@
|
|
25006
25180
|
},
|
25007
25181
|
"ebs" : {
|
25008
25182
|
"endpoints" : {
|
25009
|
-
"us-iso-east-1" : { }
|
25183
|
+
"us-iso-east-1" : { },
|
25184
|
+
"us-iso-west-1" : { }
|
25010
25185
|
}
|
25011
25186
|
},
|
25012
25187
|
"ec2" : {
|
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:
|