aws-partitions 1.967.0 → 1.969.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e449b843f45b30a8973946939aae276a6ea503cd65da83338036ca0b3141bd40
4
- data.tar.gz: af63cdb0a4e4d1cd9bf39cb9faaf31580bb6c7c0f9883c9c88dca6568d0c0c6b
3
+ metadata.gz: 126a7d7bdce9d208969dd9139ca35b6dd65a6458620bbea9e59762e99e6ad9c8
4
+ data.tar.gz: 6913e4f69d04639ca7382c4cab38ba1e39d35c2f87c3b0ac1e6dbe03b3ce9e76
5
5
  SHA512:
6
- metadata.gz: 69b431cb54dbeae16a1db273252e71adf16d45ab8009647d1112d1996d9986a32ed8f95f6e17295e3d7c1f79a088400fd9b8958191fea9b0c2a74df0828cc39b
7
- data.tar.gz: 5132bd81d9e65914bf1da7590d983c4937618b631622dd818425e2f64e0c7ed7a477bd760b52e336611fd957fce6f95f45eade910eea9f04d22ba1ff58c680f9
6
+ metadata.gz: e3d30bb1fcbdb8fac54ecb4affb1a13e7cc55ee4c2cda5aca4cd1bfd40d1828a984caeea99723d200f40e57f4e28873d4710e6885b6037d42604aeba995c6350
7
+ data.tar.gz: 1dff3e24f7544d59a6bd7a560de74ae0376e6b2f6b0f364e7d5496d928028f5d9eb6ea7588b194b1d430f288805d60623daf470fda304ee4dcf5d15a49cef8d6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.969.0 (2024-08-28)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::PCS`.
8
+
9
+ 1.968.0 (2024-08-22)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.967.0 (2024-08-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.967.0
1
+ 1.969.0
@@ -510,6 +510,7 @@ module Aws
510
510
  'OpsWorksCM' => 'opsworks-cm',
511
511
  'Organizations' => 'organizations',
512
512
  'Outposts' => 'outposts',
513
+ 'PCS' => 'pcs',
513
514
  'PI' => 'pi',
514
515
  'Panorama' => 'panorama',
515
516
  'PaymentCryptography' => 'controlplane.payment-cryptography',
@@ -44,6 +44,9 @@
44
44
  "ap-southeast-4" : {
45
45
  "description" : "Asia Pacific (Melbourne)"
46
46
  },
47
+ "ap-southeast-5" : {
48
+ "description" : "Asia Pacific (Malaysia)"
49
+ },
47
50
  "aws-global" : {
48
51
  "description" : "AWS Standard global region"
49
52
  },
data/partitions.json CHANGED
@@ -56,6 +56,9 @@
56
56
  "ap-southeast-4" : {
57
57
  "description" : "Asia Pacific (Melbourne)"
58
58
  },
59
+ "ap-southeast-5" : {
60
+ "description" : "Asia Pacific (Malaysia)"
61
+ },
59
62
  "ca-central-1" : {
60
63
  "description" : "Canada (Central)"
61
64
  },
@@ -125,6 +128,7 @@
125
128
  "ap-southeast-2" : { },
126
129
  "ap-southeast-3" : { },
127
130
  "ap-southeast-4" : { },
131
+ "ap-southeast-5" : { },
128
132
  "ca-central-1" : {
129
133
  "variants" : [ {
130
134
  "hostname" : "access-analyzer-fips.ca-central-1.amazonaws.com",
@@ -242,6 +246,7 @@
242
246
  "ap-southeast-2" : { },
243
247
  "ap-southeast-3" : { },
244
248
  "ap-southeast-4" : { },
249
+ "ap-southeast-5" : { },
245
250
  "ca-central-1" : {
246
251
  "variants" : [ {
247
252
  "hostname" : "acm-fips.ca-central-1.amazonaws.com",
@@ -350,6 +355,7 @@
350
355
  "ap-southeast-2" : { },
351
356
  "ap-southeast-3" : { },
352
357
  "ap-southeast-4" : { },
358
+ "ap-southeast-5" : { },
353
359
  "ca-central-1" : {
354
360
  "variants" : [ {
355
361
  "hostname" : "acm-pca-fips.ca-central-1.amazonaws.com",
@@ -729,6 +735,12 @@
729
735
  },
730
736
  "hostname" : "api.ecr.ap-southeast-4.amazonaws.com"
731
737
  },
738
+ "ap-southeast-5" : {
739
+ "credentialScope" : {
740
+ "region" : "ap-southeast-5"
741
+ },
742
+ "hostname" : "api.ecr.ap-southeast-5.amazonaws.com"
743
+ },
732
744
  "ca-central-1" : {
733
745
  "credentialScope" : {
734
746
  "region" : "ca-central-1"
@@ -1352,6 +1364,7 @@
1352
1364
  "ap-southeast-2" : { },
1353
1365
  "ap-southeast-3" : { },
1354
1366
  "ap-southeast-4" : { },
1367
+ "ap-southeast-5" : { },
1355
1368
  "ca-central-1" : {
1356
1369
  "variants" : [ {
1357
1370
  "hostname" : "apigateway-fips.ca-central-1.amazonaws.com",
@@ -1471,6 +1484,7 @@
1471
1484
  "ap-southeast-2" : { },
1472
1485
  "ap-southeast-3" : { },
1473
1486
  "ap-southeast-4" : { },
1487
+ "ap-southeast-5" : { },
1474
1488
  "ca-central-1" : { },
1475
1489
  "ca-west-1" : { },
1476
1490
  "eu-central-1" : { },
@@ -1504,6 +1518,7 @@
1504
1518
  "ap-southeast-2" : { },
1505
1519
  "ap-southeast-3" : { },
1506
1520
  "ap-southeast-4" : { },
1521
+ "ap-southeast-5" : { },
1507
1522
  "ca-central-1" : { },
1508
1523
  "ca-west-1" : { },
1509
1524
  "eu-central-1" : { },
@@ -1608,6 +1623,7 @@
1608
1623
  "ap-southeast-2" : { },
1609
1624
  "ap-southeast-3" : { },
1610
1625
  "ap-southeast-4" : { },
1626
+ "ap-southeast-5" : { },
1611
1627
  "ca-central-1" : { },
1612
1628
  "ca-west-1" : { },
1613
1629
  "eu-central-1" : { },
@@ -2038,6 +2054,7 @@
2038
2054
  "ap-southeast-2" : { },
2039
2055
  "ap-southeast-3" : { },
2040
2056
  "ap-southeast-4" : { },
2057
+ "ap-southeast-5" : { },
2041
2058
  "ca-central-1" : { },
2042
2059
  "ca-west-1" : { },
2043
2060
  "eu-central-1" : { },
@@ -2394,6 +2411,7 @@
2394
2411
  "ap-southeast-2" : { },
2395
2412
  "ap-southeast-3" : { },
2396
2413
  "ap-southeast-4" : { },
2414
+ "ap-southeast-5" : { },
2397
2415
  "ca-central-1" : {
2398
2416
  "variants" : [ {
2399
2417
  "hostname" : "autoscaling-fips.ca-central-1.amazonaws.com",
@@ -2592,6 +2610,7 @@
2592
2610
  "ap-southeast-2" : { },
2593
2611
  "ap-southeast-3" : { },
2594
2612
  "ap-southeast-4" : { },
2613
+ "ap-southeast-5" : { },
2595
2614
  "ca-central-1" : { },
2596
2615
  "ca-west-1" : { },
2597
2616
  "eu-central-1" : { },
@@ -3257,6 +3276,12 @@
3257
3276
  "tags" : [ "dualstack" ]
3258
3277
  } ]
3259
3278
  },
3279
+ "ap-southeast-5" : {
3280
+ "variants" : [ {
3281
+ "hostname" : "cloudcontrolapi.ap-southeast-5.api.aws",
3282
+ "tags" : [ "dualstack" ]
3283
+ } ]
3284
+ },
3260
3285
  "ca-central-1" : {
3261
3286
  "variants" : [ {
3262
3287
  "hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com",
@@ -3471,6 +3496,7 @@
3471
3496
  "ap-southeast-2" : { },
3472
3497
  "ap-southeast-3" : { },
3473
3498
  "ap-southeast-4" : { },
3499
+ "ap-southeast-5" : { },
3474
3500
  "ca-central-1" : { },
3475
3501
  "ca-west-1" : { },
3476
3502
  "eu-central-1" : { },
@@ -3619,6 +3645,7 @@
3619
3645
  "ap-southeast-2" : { },
3620
3646
  "ap-southeast-3" : { },
3621
3647
  "ap-southeast-4" : { },
3648
+ "ap-southeast-5" : { },
3622
3649
  "ca-central-1" : { },
3623
3650
  "ca-west-1" : { },
3624
3651
  "eu-central-1" : { },
@@ -3929,6 +3956,7 @@
3929
3956
  "ap-southeast-2" : { },
3930
3957
  "ap-southeast-3" : { },
3931
3958
  "ap-southeast-4" : { },
3959
+ "ap-southeast-5" : { },
3932
3960
  "ca-central-1" : { },
3933
3961
  "ca-west-1" : { },
3934
3962
  "eu-central-1" : { },
@@ -4622,6 +4650,7 @@
4622
4650
  "ap-southeast-2" : { },
4623
4651
  "ap-southeast-3" : { },
4624
4652
  "ap-southeast-4" : { },
4653
+ "ap-southeast-5" : { },
4625
4654
  "ca-central-1" : { },
4626
4655
  "ca-west-1" : { },
4627
4656
  "eu-central-1" : { },
@@ -5276,6 +5305,7 @@
5276
5305
  "ap-southeast-2" : { },
5277
5306
  "ap-southeast-3" : { },
5278
5307
  "ap-southeast-4" : { },
5308
+ "ap-southeast-5" : { },
5279
5309
  "ca-central-1" : {
5280
5310
  "variants" : [ {
5281
5311
  "hostname" : "datasync-fips.ca-central-1.amazonaws.com",
@@ -5402,6 +5432,9 @@
5402
5432
  "ap-southeast-4" : {
5403
5433
  "hostname" : "datazone.ap-southeast-4.api.aws"
5404
5434
  },
5435
+ "ap-southeast-5" : {
5436
+ "hostname" : "datazone.ap-southeast-5.api.aws"
5437
+ },
5405
5438
  "ca-central-1" : {
5406
5439
  "hostname" : "datazone.ca-central-1.api.aws",
5407
5440
  "variants" : [ {
@@ -5588,6 +5621,7 @@
5588
5621
  "ap-southeast-2" : { },
5589
5622
  "ap-southeast-3" : { },
5590
5623
  "ap-southeast-4" : { },
5624
+ "ap-southeast-5" : { },
5591
5625
  "ca-central-1" : {
5592
5626
  "variants" : [ {
5593
5627
  "hostname" : "directconnect-fips.ca-central-1.amazonaws.com",
@@ -5704,6 +5738,7 @@
5704
5738
  "ap-southeast-2" : { },
5705
5739
  "ap-southeast-3" : { },
5706
5740
  "ap-southeast-4" : { },
5741
+ "ap-southeast-5" : { },
5707
5742
  "ca-central-1" : { },
5708
5743
  "ca-west-1" : { },
5709
5744
  "eu-central-1" : { },
@@ -5737,6 +5772,7 @@
5737
5772
  "ap-southeast-2" : { },
5738
5773
  "ap-southeast-3" : { },
5739
5774
  "ap-southeast-4" : { },
5775
+ "ap-southeast-5" : { },
5740
5776
  "ca-central-1" : { },
5741
5777
  "ca-west-1" : { },
5742
5778
  "dms" : {
@@ -6111,6 +6147,7 @@
6111
6147
  "ap-southeast-2" : { },
6112
6148
  "ap-southeast-3" : { },
6113
6149
  "ap-southeast-4" : { },
6150
+ "ap-southeast-5" : { },
6114
6151
  "ca-central-1" : {
6115
6152
  "variants" : [ {
6116
6153
  "hostname" : "dynamodb-fips.ca-central-1.amazonaws.com",
@@ -6223,6 +6260,7 @@
6223
6260
  "ap-southeast-2" : { },
6224
6261
  "ap-southeast-3" : { },
6225
6262
  "ap-southeast-4" : { },
6263
+ "ap-southeast-5" : { },
6226
6264
  "ca-central-1" : {
6227
6265
  "variants" : [ {
6228
6266
  "hostname" : "ebs-fips.ca-central-1.amazonaws.com",
@@ -6460,6 +6498,7 @@
6460
6498
  "ap-southeast-2" : { },
6461
6499
  "ap-southeast-3" : { },
6462
6500
  "ap-southeast-4" : { },
6501
+ "ap-southeast-5" : { },
6463
6502
  "ca-central-1" : { },
6464
6503
  "ca-west-1" : { },
6465
6504
  "eu-central-1" : { },
@@ -6558,6 +6597,7 @@
6558
6597
  "ap-southeast-2" : { },
6559
6598
  "ap-southeast-3" : { },
6560
6599
  "ap-southeast-4" : { },
6600
+ "ap-southeast-5" : { },
6561
6601
  "ca-central-1" : { },
6562
6602
  "ca-west-1" : { },
6563
6603
  "eu-central-1" : { },
@@ -6669,6 +6709,9 @@
6669
6709
  "ap-southeast-4" : {
6670
6710
  "hostname" : "eks-auth.ap-southeast-4.api.aws"
6671
6711
  },
6712
+ "ap-southeast-5" : {
6713
+ "hostname" : "eks-auth.ap-southeast-5.api.aws"
6714
+ },
6672
6715
  "ca-central-1" : {
6673
6716
  "hostname" : "eks-auth.ca-central-1.api.aws"
6674
6717
  },
@@ -6738,6 +6781,7 @@
6738
6781
  "ap-southeast-2" : { },
6739
6782
  "ap-southeast-3" : { },
6740
6783
  "ap-southeast-4" : { },
6784
+ "ap-southeast-5" : { },
6741
6785
  "ca-central-1" : { },
6742
6786
  "ca-west-1" : { },
6743
6787
  "eu-central-1" : { },
@@ -7285,6 +7329,7 @@
7285
7329
  "ap-southeast-2" : { },
7286
7330
  "ap-southeast-3" : { },
7287
7331
  "ap-southeast-4" : { },
7332
+ "ap-southeast-5" : { },
7288
7333
  "ca-central-1" : { },
7289
7334
  "ca-west-1" : { },
7290
7335
  "eu-central-1" : { },
@@ -7370,6 +7415,7 @@
7370
7415
  "ap-southeast-2" : { },
7371
7416
  "ap-southeast-3" : { },
7372
7417
  "ap-southeast-4" : { },
7418
+ "ap-southeast-5" : { },
7373
7419
  "ca-central-1" : {
7374
7420
  "variants" : [ {
7375
7421
  "hostname" : "elasticmapreduce-fips.ca-central-1.amazonaws.com",
@@ -7821,6 +7867,12 @@
7821
7867
  "tags" : [ "dualstack" ]
7822
7868
  } ]
7823
7869
  },
7870
+ "ap-southeast-5" : {
7871
+ "variants" : [ {
7872
+ "hostname" : "aos.ap-southeast-5.api.aws",
7873
+ "tags" : [ "dualstack" ]
7874
+ } ]
7875
+ },
7824
7876
  "ca-central-1" : {
7825
7877
  "variants" : [ {
7826
7878
  "hostname" : "aos.ca-central-1.api.aws",
@@ -7991,6 +8043,7 @@
7991
8043
  "ap-southeast-2" : { },
7992
8044
  "ap-southeast-3" : { },
7993
8045
  "ap-southeast-4" : { },
8046
+ "ap-southeast-5" : { },
7994
8047
  "ca-central-1" : { },
7995
8048
  "ca-west-1" : { },
7996
8049
  "eu-central-1" : { },
@@ -8126,6 +8179,7 @@
8126
8179
  "ap-southeast-2" : { },
8127
8180
  "ap-southeast-3" : { },
8128
8181
  "ap-southeast-4" : { },
8182
+ "ap-southeast-5" : { },
8129
8183
  "ca-central-1" : { },
8130
8184
  "ca-west-1" : { },
8131
8185
  "eu-central-1" : { },
@@ -9671,6 +9725,9 @@
9671
9725
  "ap-southeast-4" : {
9672
9726
  "hostname" : "internetmonitor.ap-southeast-4.api.aws"
9673
9727
  },
9728
+ "ap-southeast-5" : {
9729
+ "hostname" : "internetmonitor.ap-southeast-5.api.aws"
9730
+ },
9674
9731
  "ca-central-1" : {
9675
9732
  "hostname" : "internetmonitor.ca-central-1.api.aws",
9676
9733
  "variants" : [ {
@@ -10649,6 +10706,9 @@
10649
10706
  "ap-southeast-4" : {
10650
10707
  "hostname" : "kendra-ranking.ap-southeast-4.api.aws"
10651
10708
  },
10709
+ "ap-southeast-5" : {
10710
+ "hostname" : "kendra-ranking.ap-southeast-5.api.aws"
10711
+ },
10652
10712
  "ca-central-1" : {
10653
10713
  "hostname" : "kendra-ranking.ca-central-1.api.aws",
10654
10714
  "variants" : [ {
@@ -10728,6 +10788,7 @@
10728
10788
  "ap-southeast-2" : { },
10729
10789
  "ap-southeast-3" : { },
10730
10790
  "ap-southeast-4" : { },
10791
+ "ap-southeast-5" : { },
10731
10792
  "ca-central-1" : { },
10732
10793
  "ca-west-1" : { },
10733
10794
  "eu-central-1" : { },
@@ -11073,6 +11134,19 @@
11073
11134
  "deprecated" : true,
11074
11135
  "hostname" : "kms-fips.ap-southeast-4.amazonaws.com"
11075
11136
  },
11137
+ "ap-southeast-5" : {
11138
+ "variants" : [ {
11139
+ "hostname" : "kms-fips.ap-southeast-5.amazonaws.com",
11140
+ "tags" : [ "fips" ]
11141
+ } ]
11142
+ },
11143
+ "ap-southeast-5-fips" : {
11144
+ "credentialScope" : {
11145
+ "region" : "ap-southeast-5"
11146
+ },
11147
+ "deprecated" : true,
11148
+ "hostname" : "kms-fips.ap-southeast-5.amazonaws.com"
11149
+ },
11076
11150
  "ca-central-1" : {
11077
11151
  "variants" : [ {
11078
11152
  "hostname" : "kms-fips.ca-central-1.amazonaws.com",
@@ -11458,6 +11532,12 @@
11458
11532
  "tags" : [ "dualstack" ]
11459
11533
  } ]
11460
11534
  },
11535
+ "ap-southeast-5" : {
11536
+ "variants" : [ {
11537
+ "hostname" : "lambda.ap-southeast-5.api.aws",
11538
+ "tags" : [ "dualstack" ]
11539
+ } ]
11540
+ },
11461
11541
  "ca-central-1" : {
11462
11542
  "variants" : [ {
11463
11543
  "hostname" : "lambda.ca-central-1.api.aws",
@@ -11937,6 +12017,12 @@
11937
12017
  "tags" : [ "dualstack" ]
11938
12018
  } ]
11939
12019
  },
12020
+ "ap-southeast-5" : {
12021
+ "variants" : [ {
12022
+ "hostname" : "logs.ap-southeast-5.api.aws",
12023
+ "tags" : [ "dualstack" ]
12024
+ } ]
12025
+ },
11940
12026
  "ca-central-1" : {
11941
12027
  "variants" : [ {
11942
12028
  "hostname" : "logs-fips.ca-central-1.amazonaws.com",
@@ -12946,6 +13032,7 @@
12946
13032
  "ap-southeast-2" : { },
12947
13033
  "ap-southeast-3" : { },
12948
13034
  "ap-southeast-4" : { },
13035
+ "ap-southeast-5" : { },
12949
13036
  "ca-central-1" : { },
12950
13037
  "ca-west-1" : { },
12951
13038
  "eu-central-1" : { },
@@ -13360,6 +13447,7 @@
13360
13447
  "ap-southeast-2" : { },
13361
13448
  "ap-southeast-3" : { },
13362
13449
  "ap-southeast-4" : { },
13450
+ "ap-southeast-5" : { },
13363
13451
  "ca-central-1" : { },
13364
13452
  "ca-west-1" : { },
13365
13453
  "eu-central-1" : { },
@@ -13920,6 +14008,13 @@
13920
14008
  "tags" : [ "dualstack" ]
13921
14009
  } ]
13922
14010
  },
14011
+ "ap-southeast-5" : {
14012
+ "protocols" : [ "https" ],
14013
+ "variants" : [ {
14014
+ "hostname" : "pi.ap-southeast-5.api.aws",
14015
+ "tags" : [ "dualstack" ]
14016
+ } ]
14017
+ },
13923
14018
  "ca-central-1" : {
13924
14019
  "protocols" : [ "https" ],
13925
14020
  "variants" : [ {
@@ -14617,6 +14712,9 @@
14617
14712
  "ap-southeast-4" : {
14618
14713
  "hostname" : "qbusiness.ap-southeast-4.api.aws"
14619
14714
  },
14715
+ "ap-southeast-5" : {
14716
+ "hostname" : "qbusiness.ap-southeast-5.api.aws"
14717
+ },
14620
14718
  "ca-central-1" : {
14621
14719
  "hostname" : "qbusiness.ca-central-1.api.aws"
14622
14720
  },
@@ -14773,6 +14871,7 @@
14773
14871
  "ap-southeast-2" : { },
14774
14872
  "ap-southeast-3" : { },
14775
14873
  "ap-southeast-4" : { },
14874
+ "ap-southeast-5" : { },
14776
14875
  "ca-central-1" : {
14777
14876
  "variants" : [ {
14778
14877
  "hostname" : "ram-fips.ca-central-1.amazonaws.com",
@@ -14878,6 +14977,7 @@
14878
14977
  "ap-southeast-2" : { },
14879
14978
  "ap-southeast-3" : { },
14880
14979
  "ap-southeast-4" : { },
14980
+ "ap-southeast-5" : { },
14881
14981
  "ca-central-1" : {
14882
14982
  "variants" : [ {
14883
14983
  "hostname" : "rbin-fips.ca-central-1.amazonaws.com",
@@ -14983,6 +15083,7 @@
14983
15083
  "ap-southeast-2" : { },
14984
15084
  "ap-southeast-3" : { },
14985
15085
  "ap-southeast-4" : { },
15086
+ "ap-southeast-5" : { },
14986
15087
  "ca-central-1" : {
14987
15088
  "variants" : [ {
14988
15089
  "hostname" : "rds-fips.ca-central-1.amazonaws.com",
@@ -15257,6 +15358,7 @@
15257
15358
  "ap-southeast-2" : { },
15258
15359
  "ap-southeast-3" : { },
15259
15360
  "ap-southeast-4" : { },
15361
+ "ap-southeast-5" : { },
15260
15362
  "ca-central-1" : {
15261
15363
  "variants" : [ {
15262
15364
  "hostname" : "redshift-fips.ca-central-1.amazonaws.com",
@@ -15356,6 +15458,7 @@
15356
15458
  "ap-south-1" : { },
15357
15459
  "ap-southeast-1" : { },
15358
15460
  "ap-southeast-2" : { },
15461
+ "ap-southeast-3" : { },
15359
15462
  "ca-central-1" : {
15360
15463
  "variants" : [ {
15361
15464
  "hostname" : "redshift-serverless-fips.ca-central-1.amazonaws.com",
@@ -15665,6 +15768,7 @@
15665
15768
  "ap-southeast-2" : { },
15666
15769
  "ap-southeast-3" : { },
15667
15770
  "ap-southeast-4" : { },
15771
+ "ap-southeast-5" : { },
15668
15772
  "ca-central-1" : { },
15669
15773
  "ca-west-1" : { },
15670
15774
  "eu-central-1" : { },
@@ -15879,6 +15983,7 @@
15879
15983
  "ap-southeast-2" : { },
15880
15984
  "ap-southeast-3" : { },
15881
15985
  "ap-southeast-4" : { },
15986
+ "ap-southeast-5" : { },
15882
15987
  "ca-central-1" : { },
15883
15988
  "ca-west-1" : { },
15884
15989
  "eu-central-1" : { },
@@ -16163,6 +16268,12 @@
16163
16268
  "tags" : [ "dualstack" ]
16164
16269
  } ]
16165
16270
  },
16271
+ "ap-southeast-5" : {
16272
+ "variants" : [ {
16273
+ "hostname" : "s3.dualstack.ap-southeast-5.amazonaws.com",
16274
+ "tags" : [ "dualstack" ]
16275
+ } ]
16276
+ },
16166
16277
  "aws-global" : {
16167
16278
  "credentialScope" : {
16168
16279
  "region" : "us-east-1"
@@ -17103,6 +17214,11 @@
17103
17214
  "tags" : [ "dualstack" ]
17104
17215
  } ]
17105
17216
  },
17217
+ "ap-southeast-5" : {
17218
+ "variants" : [ {
17219
+ "tags" : [ "dualstack" ]
17220
+ } ]
17221
+ },
17106
17222
  "ca-central-1" : {
17107
17223
  "variants" : [ {
17108
17224
  "tags" : [ "dualstack" ]
@@ -17733,6 +17849,12 @@
17733
17849
  "tags" : [ "dualstack" ]
17734
17850
  } ]
17735
17851
  },
17852
+ "ap-southeast-5" : {
17853
+ "variants" : [ {
17854
+ "hostname" : "servicediscovery.ap-southeast-5.api.aws",
17855
+ "tags" : [ "dualstack" ]
17856
+ } ]
17857
+ },
17736
17858
  "ca-central-1" : {
17737
17859
  "variants" : [ {
17738
17860
  "hostname" : "servicediscovery-fips.ca-central-1.amazonaws.com",
@@ -17937,6 +18059,7 @@
17937
18059
  "ap-southeast-2" : { },
17938
18060
  "ap-southeast-3" : { },
17939
18061
  "ap-southeast-4" : { },
18062
+ "ap-southeast-5" : { },
17940
18063
  "ca-central-1" : { },
17941
18064
  "ca-west-1" : { },
17942
18065
  "eu-central-1" : { },
@@ -18607,6 +18730,7 @@
18607
18730
  "ap-southeast-2" : { },
18608
18731
  "ap-southeast-3" : { },
18609
18732
  "ap-southeast-4" : { },
18733
+ "ap-southeast-5" : { },
18610
18734
  "ca-central-1" : { },
18611
18735
  "ca-west-1" : {
18612
18736
  "variants" : [ {
@@ -18704,6 +18828,7 @@
18704
18828
  "ap-southeast-2" : { },
18705
18829
  "ap-southeast-3" : { },
18706
18830
  "ap-southeast-4" : { },
18831
+ "ap-southeast-5" : { },
18707
18832
  "ca-central-1" : { },
18708
18833
  "ca-west-1" : { },
18709
18834
  "eu-central-1" : { },
@@ -18786,6 +18911,7 @@
18786
18911
  "ap-southeast-2" : { },
18787
18912
  "ap-southeast-3" : { },
18788
18913
  "ap-southeast-4" : { },
18914
+ "ap-southeast-5" : { },
18789
18915
  "ca-central-1" : {
18790
18916
  "variants" : [ {
18791
18917
  "hostname" : "ssm-fips.ca-central-1.amazonaws.com",
@@ -19158,6 +19284,7 @@
19158
19284
  "ap-southeast-2" : { },
19159
19285
  "ap-southeast-3" : { },
19160
19286
  "ap-southeast-4" : { },
19287
+ "ap-southeast-5" : { },
19161
19288
  "ca-central-1" : { },
19162
19289
  "ca-west-1" : { },
19163
19290
  "eu-central-1" : { },
@@ -19350,6 +19477,7 @@
19350
19477
  "ap-southeast-2" : { },
19351
19478
  "ap-southeast-3" : { },
19352
19479
  "ap-southeast-4" : { },
19480
+ "ap-southeast-5" : { },
19353
19481
  "ca-central-1" : { },
19354
19482
  "ca-west-1" : { },
19355
19483
  "eu-central-1" : { },
@@ -19390,6 +19518,7 @@
19390
19518
  "ap-southeast-2" : { },
19391
19519
  "ap-southeast-3" : { },
19392
19520
  "ap-southeast-4" : { },
19521
+ "ap-southeast-5" : { },
19393
19522
  "aws-global" : {
19394
19523
  "credentialScope" : {
19395
19524
  "region" : "us-east-1"
@@ -19496,6 +19625,7 @@
19496
19625
  "ap-southeast-2" : { },
19497
19626
  "ap-southeast-3" : { },
19498
19627
  "ap-southeast-4" : { },
19628
+ "ap-southeast-5" : { },
19499
19629
  "ca-central-1" : { },
19500
19630
  "ca-west-1" : { },
19501
19631
  "eu-central-1" : { },
@@ -19577,8 +19707,19 @@
19577
19707
  "ap-southeast-2" : { },
19578
19708
  "ap-southeast-3" : { },
19579
19709
  "ap-southeast-4" : { },
19580
- "ca-central-1" : { },
19581
- "ca-west-1" : { },
19710
+ "ap-southeast-5" : { },
19711
+ "ca-central-1" : {
19712
+ "variants" : [ {
19713
+ "hostname" : "synthetics-fips.ca-central-1.amazonaws.com",
19714
+ "tags" : [ "fips" ]
19715
+ } ]
19716
+ },
19717
+ "ca-west-1" : {
19718
+ "variants" : [ {
19719
+ "hostname" : "synthetics-fips.ca-west-1.amazonaws.com",
19720
+ "tags" : [ "fips" ]
19721
+ } ]
19722
+ },
19582
19723
  "eu-central-1" : { },
19583
19724
  "eu-central-2" : { },
19584
19725
  "eu-north-1" : { },
@@ -19587,6 +19728,20 @@
19587
19728
  "eu-west-1" : { },
19588
19729
  "eu-west-2" : { },
19589
19730
  "eu-west-3" : { },
19731
+ "fips-ca-central-1" : {
19732
+ "credentialScope" : {
19733
+ "region" : "ca-central-1"
19734
+ },
19735
+ "deprecated" : true,
19736
+ "hostname" : "synthetics-fips.ca-central-1.amazonaws.com"
19737
+ },
19738
+ "fips-ca-west-1" : {
19739
+ "credentialScope" : {
19740
+ "region" : "ca-west-1"
19741
+ },
19742
+ "deprecated" : true,
19743
+ "hostname" : "synthetics-fips.ca-west-1.amazonaws.com"
19744
+ },
19590
19745
  "fips-us-east-1" : {
19591
19746
  "credentialScope" : {
19592
19747
  "region" : "us-east-1"
@@ -19658,6 +19813,7 @@
19658
19813
  "ap-southeast-2" : { },
19659
19814
  "ap-southeast-3" : { },
19660
19815
  "ap-southeast-4" : { },
19816
+ "ap-southeast-5" : { },
19661
19817
  "ca-central-1" : { },
19662
19818
  "ca-west-1" : { },
19663
19819
  "eu-central-1" : { },
@@ -21627,6 +21783,7 @@
21627
21783
  "ap-southeast-2" : { },
21628
21784
  "ap-southeast-3" : { },
21629
21785
  "ap-southeast-4" : { },
21786
+ "ap-southeast-5" : { },
21630
21787
  "ca-central-1" : { },
21631
21788
  "ca-west-1" : { },
21632
21789
  "eu-central-1" : { },
@@ -23367,6 +23524,11 @@
23367
23524
  }
23368
23525
  }
23369
23526
  },
23527
+ "aoss" : {
23528
+ "endpoints" : {
23529
+ "us-gov-west-1" : { }
23530
+ }
23531
+ },
23370
23532
  "api.detective" : {
23371
23533
  "defaults" : {
23372
23534
  "protocols" : [ "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.967.0
4
+ version: 1.969.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-08-21 00:00:00.000000000 Z
11
+ date: 2024-08-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: