aws-partitions 1.844.0 → 1.852.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a00b9158972a4579fc0d853f5f8a9d843e9f2285c130af510359962bb44aa6f
4
- data.tar.gz: 2b8049a34280032d5fe20660f4302620eb751e7d6895cd53fc38894846b24f01
3
+ metadata.gz: d3d2a1565e231128a47d5d5a4eb427f6eca24d257c0315ea95a908980e78ef5b
4
+ data.tar.gz: 7ab8501827362b97f59d97612fb0ffb14b9334a26410eff7147816d3d8b211e2
5
5
  SHA512:
6
- metadata.gz: c08c0b5816efba422a5c6da3c14a13de13c738ab1751c5e61ca82e7b82565280e248bc1e3cf4673d64c4d6d9fe7e3ce5d2e0825005da86eadefe846c9437c487
7
- data.tar.gz: da7343ef87ac327b809e6ed1f0f47480f1026e902cec5f21dd77f6f4a4d76f09087ff38e0cb66646a4f36c173e9b9f4054fa1fa01ef90ac83bd8c268f896dac6
6
+ metadata.gz: 005c8b7deea4c0bc659835e9133666a7c7cbf6224996f0e516b39172184791781a6fbeed8c119dd8b1d82a7fa77ec13f994d14bf5e70ccb67820a2e586526b36
7
+ data.tar.gz: 228e8f19cade3891b0401e61e07aab39fb326369708a77889c9bc86a3b6d4a4190b79fd988a55faf3581b2047d72a8607280a4a4a7a4694821bc7d92e80fe8ac
data/CHANGELOG.md CHANGED
@@ -1,6 +1,46 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.852.0 (2023-11-16)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.851.0 (2023-11-15)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.850.0 (2023-11-14)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.849.0 (2023-11-13)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.848.0 (2023-11-08)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.847.0 (2023-11-07)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.846.0 (2023-11-06)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
39
+ 1.845.0 (2023-11-03)
40
+ ------------------
41
+
42
+ * Feature - Added support for enumerating regions for `Aws::LaunchWizard`.
43
+
4
44
  1.844.0 (2023-11-02)
5
45
  ------------------
6
46
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.844.0
1
+ 1.852.0
@@ -436,6 +436,7 @@ module Aws
436
436
  'LakeFormation' => 'lakeformation',
437
437
  'Lambda' => 'lambda',
438
438
  'LambdaPreview' => 'lambda',
439
+ 'LaunchWizard' => 'launchwizard',
439
440
  'Lex' => 'runtime.lex',
440
441
  'LexModelBuildingService' => 'models.lex',
441
442
  'LexModelsV2' => 'models-v2-lex',
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
- "us-east-2" : { },
2216
- "us-west-1" : { },
2217
- "us-west-2" : { }
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
  },
@@ -20568,8 +20704,32 @@
20568
20704
  },
20569
20705
  "appconfigdata" : {
20570
20706
  "endpoints" : {
20571
- "us-gov-east-1" : { },
20572
- "us-gov-west-1" : { }
20707
+ "fips-us-gov-east-1" : {
20708
+ "credentialScope" : {
20709
+ "region" : "us-gov-east-1"
20710
+ },
20711
+ "deprecated" : true,
20712
+ "hostname" : "appconfigdata.us-gov-east-1.amazonaws.com"
20713
+ },
20714
+ "fips-us-gov-west-1" : {
20715
+ "credentialScope" : {
20716
+ "region" : "us-gov-west-1"
20717
+ },
20718
+ "deprecated" : true,
20719
+ "hostname" : "appconfigdata.us-gov-west-1.amazonaws.com"
20720
+ },
20721
+ "us-gov-east-1" : {
20722
+ "variants" : [ {
20723
+ "hostname" : "appconfigdata.us-gov-east-1.amazonaws.com",
20724
+ "tags" : [ "fips" ]
20725
+ } ]
20726
+ },
20727
+ "us-gov-west-1" : {
20728
+ "variants" : [ {
20729
+ "hostname" : "appconfigdata.us-gov-west-1.amazonaws.com",
20730
+ "tags" : [ "fips" ]
20731
+ } ]
20732
+ }
20573
20733
  }
20574
20734
  },
20575
20735
  "application-autoscaling" : {
@@ -24080,17 +24240,31 @@
24080
24240
  },
24081
24241
  "simspaceweaver" : {
24082
24242
  "endpoints" : {
24083
- "us-gov-east-1" : {
24243
+ "fips-us-gov-east-1" : {
24084
24244
  "credentialScope" : {
24085
24245
  "region" : "us-gov-east-1"
24086
24246
  },
24247
+ "deprecated" : true,
24087
24248
  "hostname" : "simspaceweaver.us-gov-east-1.amazonaws.com"
24088
24249
  },
24089
- "us-gov-west-1" : {
24250
+ "fips-us-gov-west-1" : {
24090
24251
  "credentialScope" : {
24091
24252
  "region" : "us-gov-west-1"
24092
24253
  },
24254
+ "deprecated" : true,
24093
24255
  "hostname" : "simspaceweaver.us-gov-west-1.amazonaws.com"
24256
+ },
24257
+ "us-gov-east-1" : {
24258
+ "variants" : [ {
24259
+ "hostname" : "simspaceweaver.us-gov-east-1.amazonaws.com",
24260
+ "tags" : [ "fips" ]
24261
+ } ]
24262
+ },
24263
+ "us-gov-west-1" : {
24264
+ "variants" : [ {
24265
+ "hostname" : "simspaceweaver.us-gov-west-1.amazonaws.com",
24266
+ "tags" : [ "fips" ]
24267
+ } ]
24094
24268
  }
24095
24269
  }
24096
24270
  },
@@ -24255,12 +24429,34 @@
24255
24429
  "credentialScope" : {
24256
24430
  "region" : "us-gov-east-1"
24257
24431
  },
24432
+ "hostname" : "sso.us-gov-east-1.amazonaws.com",
24433
+ "variants" : [ {
24434
+ "hostname" : "sso.us-gov-east-1.amazonaws.com",
24435
+ "tags" : [ "fips" ]
24436
+ } ]
24437
+ },
24438
+ "us-gov-east-1-fips" : {
24439
+ "credentialScope" : {
24440
+ "region" : "us-gov-east-1"
24441
+ },
24442
+ "deprecated" : true,
24258
24443
  "hostname" : "sso.us-gov-east-1.amazonaws.com"
24259
24444
  },
24260
24445
  "us-gov-west-1" : {
24261
24446
  "credentialScope" : {
24262
24447
  "region" : "us-gov-west-1"
24263
24448
  },
24449
+ "hostname" : "sso.us-gov-west-1.amazonaws.com",
24450
+ "variants" : [ {
24451
+ "hostname" : "sso.us-gov-west-1.amazonaws.com",
24452
+ "tags" : [ "fips" ]
24453
+ } ]
24454
+ },
24455
+ "us-gov-west-1-fips" : {
24456
+ "credentialScope" : {
24457
+ "region" : "us-gov-west-1"
24458
+ },
24459
+ "deprecated" : true,
24264
24460
  "hostname" : "sso.us-gov-west-1.amazonaws.com"
24265
24461
  }
24266
24462
  }
@@ -24983,7 +25179,8 @@
24983
25179
  },
24984
25180
  "ebs" : {
24985
25181
  "endpoints" : {
24986
- "us-iso-east-1" : { }
25182
+ "us-iso-east-1" : { },
25183
+ "us-iso-west-1" : { }
24987
25184
  }
24988
25185
  },
24989
25186
  "ec2" : {
@@ -25481,6 +25678,11 @@
25481
25678
  "us-isob-east-1" : { }
25482
25679
  }
25483
25680
  },
25681
+ "cloudcontrolapi" : {
25682
+ "endpoints" : {
25683
+ "us-isob-east-1" : { }
25684
+ }
25685
+ },
25484
25686
  "cloudformation" : {
25485
25687
  "endpoints" : {
25486
25688
  "us-isob-east-1" : { }
@@ -25791,6 +25993,11 @@
25791
25993
  "us-isob-east-1" : { }
25792
25994
  }
25793
25995
  },
25996
+ "runtime.sagemaker" : {
25997
+ "endpoints" : {
25998
+ "us-isob-east-1" : { }
25999
+ }
26000
+ },
25794
26001
  "s3" : {
25795
26002
  "defaults" : {
25796
26003
  "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.844.0
4
+ version: 1.852.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-02 00:00:00.000000000 Z
11
+ date: 2023-11-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: