aws-partitions 1.1130.0 → 1.1140.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: 8109862c65a17662b3c45503dd5f97bb4ea45c53a1c9076f502b6984465870ac
4
- data.tar.gz: 293536c8c9914a12289a3b61ec19dc26b40837a93c4500ef2d42d54e9a30e306
3
+ metadata.gz: 8414595025a87abf48972561693fe5cb6af74af76d670735ccf99d461fc1e3e0
4
+ data.tar.gz: 5377b9579c1844c9a6a9485fd92ebe89050cbf3a4cab59596db7ce61eee0f23a
5
5
  SHA512:
6
- metadata.gz: 59b6d84d9d929847983ed6d7aebb899952d3e946bc48569819331185a30ebb71f6f7b8820498e56c4774ffa7891bb4eb9fb37d799a8a2fb6657f9c9a605c6c71
7
- data.tar.gz: b86ecf088bdd34fbb315fbefcceb40a90fc8a713d4d89340c3de1d156dfdeed6fa704af3ee1c479fe92e7b8c1afc81428c8f9b0c3c73a4e52368211d89fbeafe
6
+ metadata.gz: f61af691b579d389462a4a28357c8648319cf979d49b13fbdda21cd1afbb97bc59f615d2e27ef587329f0a9380d63534285b8591b8bb3060fd2418744fba1b1f
7
+ data.tar.gz: bf7f8aff91fdb7fd2f229677eaf50d76d07f73a13d2fc95eb2ad5ee00350529b730763c933a10251ab612b1aca621fff351a28f6430714f8dabd470a50212ad9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,56 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1140.0 (2025-08-01)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::ARCRegionswitch`.
8
+
9
+ 1.1139.0 (2025-07-31)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1138.0 (2025-07-30)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.1137.0 (2025-07-29)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.1136.0 (2025-07-28)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.1135.0 (2025-07-24)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.1134.0 (2025-07-23)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
39
+ 1.1133.0 (2025-07-22)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
44
+ 1.1132.0 (2025-07-21)
45
+ ------------------
46
+
47
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
48
+
49
+ 1.1131.0 (2025-07-18)
50
+ ------------------
51
+
52
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
53
+
4
54
  1.1130.0 (2025-07-17)
5
55
  ------------------
6
56
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1130.0
1
+ 1.1140.0
@@ -249,6 +249,7 @@ module Aws
249
249
  'ACMPCA' => 'acm-pca',
250
250
  'AIOps' => 'aiops',
251
251
  'APIGateway' => 'apigateway',
252
+ 'ARCRegionswitch' => 'arc-region-switch',
252
253
  'ARCZonalShift' => 'arc-zonal-shift',
253
254
  'AccessAnalyzer' => 'access-analyzer',
254
255
  'Account' => 'account',
data/partitions.json CHANGED
@@ -1783,6 +1783,7 @@
1783
1783
  "tags" : [ "dualstack" ]
1784
1784
  } ]
1785
1785
  },
1786
+ "ap-southeast-5" : { },
1786
1787
  "ca-central-1" : {
1787
1788
  "variants" : [ {
1788
1789
  "hostname" : "api.iot-tunneling-fips.ca-central-1.api.aws",
@@ -1807,6 +1808,7 @@
1807
1808
  "tags" : [ "dualstack" ]
1808
1809
  } ]
1809
1810
  },
1811
+ "eu-south-2" : { },
1810
1812
  "eu-west-1" : {
1811
1813
  "variants" : [ {
1812
1814
  "hostname" : "api.iot-tunneling.eu-west-1.api.aws",
@@ -3779,6 +3781,7 @@
3779
3781
  "ap-south-2" : { },
3780
3782
  "ap-southeast-1" : { },
3781
3783
  "ap-southeast-2" : { },
3784
+ "ap-southeast-4" : { },
3782
3785
  "bedrock-ap-northeast-1" : {
3783
3786
  "credentialScope" : {
3784
3787
  "region" : "ap-northeast-1"
@@ -4079,6 +4082,7 @@
4079
4082
  "sa-east-1" : { },
4080
4083
  "us-east-1" : { },
4081
4084
  "us-east-2" : { },
4085
+ "us-west-1" : { },
4082
4086
  "us-west-2" : { }
4083
4087
  }
4084
4088
  },
@@ -5505,6 +5509,20 @@
5505
5509
  }
5506
5510
  }
5507
5511
  },
5512
+ "codeguru-profiler" : {
5513
+ "endpoints" : {
5514
+ "ap-northeast-1" : { },
5515
+ "ap-southeast-1" : { },
5516
+ "ap-southeast-2" : { },
5517
+ "eu-central-1" : { },
5518
+ "eu-north-1" : { },
5519
+ "eu-west-1" : { },
5520
+ "eu-west-2" : { },
5521
+ "us-east-1" : { },
5522
+ "us-east-2" : { },
5523
+ "us-west-2" : { }
5524
+ }
5525
+ },
5508
5526
  "codeguru-reviewer" : {
5509
5527
  "endpoints" : {
5510
5528
  "ap-northeast-1" : { },
@@ -5729,6 +5747,7 @@
5729
5747
  "tags" : [ "dualstack" ]
5730
5748
  } ]
5731
5749
  },
5750
+ "ap-southeast-7" : { },
5732
5751
  "ca-central-1" : {
5733
5752
  "variants" : [ {
5734
5753
  "hostname" : "cognito-identity.ca-central-1.amazonaws.com",
@@ -5835,6 +5854,7 @@
5835
5854
  "tags" : [ "dualstack" ]
5836
5855
  } ]
5837
5856
  },
5857
+ "mx-central-1" : { },
5838
5858
  "sa-east-1" : {
5839
5859
  "variants" : [ {
5840
5860
  "hostname" : "cognito-identity.sa-east-1.amazonaws.com",
@@ -5965,6 +5985,7 @@
5965
5985
  "tags" : [ "dualstack" ]
5966
5986
  } ]
5967
5987
  },
5988
+ "ap-southeast-7" : { },
5968
5989
  "ca-central-1" : {
5969
5990
  "variants" : [ {
5970
5991
  "hostname" : "cognito-idp.ca-central-1.amazonaws.com",
@@ -6071,6 +6092,7 @@
6071
6092
  "tags" : [ "dualstack" ]
6072
6093
  } ]
6073
6094
  },
6095
+ "mx-central-1" : { },
6074
6096
  "sa-east-1" : {
6075
6097
  "variants" : [ {
6076
6098
  "hostname" : "cognito-idp.sa-east-1.amazonaws.com",
@@ -6695,6 +6717,7 @@
6695
6717
  "endpoints" : {
6696
6718
  "af-south-1" : { },
6697
6719
  "ap-east-1" : { },
6720
+ "ap-east-2" : { },
6698
6721
  "ap-northeast-1" : { },
6699
6722
  "ap-northeast-2" : { },
6700
6723
  "ap-northeast-3" : { },
@@ -6828,6 +6851,7 @@
6828
6851
  "ap-south-1" : { },
6829
6852
  "ap-southeast-1" : { },
6830
6853
  "ap-southeast-2" : { },
6854
+ "ap-southeast-5" : { },
6831
6855
  "ca-central-1" : {
6832
6856
  "variants" : [ {
6833
6857
  "hostname" : "data.iot-fips.ca-central-1.amazonaws.com",
@@ -6836,6 +6860,7 @@
6836
6860
  },
6837
6861
  "eu-central-1" : { },
6838
6862
  "eu-north-1" : { },
6863
+ "eu-south-2" : { },
6839
6864
  "eu-west-1" : { },
6840
6865
  "eu-west-2" : { },
6841
6866
  "eu-west-3" : { },
@@ -12294,6 +12319,7 @@
12294
12319
  "ap-south-1" : { },
12295
12320
  "ap-southeast-1" : { },
12296
12321
  "ap-southeast-2" : { },
12322
+ "ap-southeast-5" : { },
12297
12323
  "ca-central-1" : {
12298
12324
  "variants" : [ {
12299
12325
  "hostname" : "greengrass-fips.ca-central-1.amazonaws.com",
@@ -12301,6 +12327,7 @@
12301
12327
  } ]
12302
12328
  },
12303
12329
  "eu-central-1" : { },
12330
+ "eu-south-2" : { },
12304
12331
  "eu-west-1" : { },
12305
12332
  "eu-west-2" : { },
12306
12333
  "fips-ca-central-1" : {
@@ -12462,6 +12489,7 @@
12462
12489
  "endpoints" : {
12463
12490
  "af-south-1" : { },
12464
12491
  "ap-east-1" : { },
12492
+ "ap-east-2" : { },
12465
12493
  "ap-northeast-1" : { },
12466
12494
  "ap-northeast-2" : { },
12467
12495
  "ap-northeast-3" : { },
@@ -13179,6 +13207,7 @@
13179
13207
  "ap-south-1" : { },
13180
13208
  "ap-southeast-1" : { },
13181
13209
  "ap-southeast-2" : { },
13210
+ "ap-southeast-5" : { },
13182
13211
  "ca-central-1" : {
13183
13212
  "variants" : [ {
13184
13213
  "hostname" : "iot-fips.ca-central-1.amazonaws.com",
@@ -13187,6 +13216,7 @@
13187
13216
  },
13188
13217
  "eu-central-1" : { },
13189
13218
  "eu-north-1" : { },
13219
+ "eu-south-2" : { },
13190
13220
  "eu-west-1" : { },
13191
13221
  "eu-west-2" : { },
13192
13222
  "eu-west-3" : { },
@@ -13970,6 +14000,7 @@
13970
14000
  "ap-northeast-1" : { },
13971
14001
  "ap-northeast-2" : { },
13972
14002
  "ap-south-1" : { },
14003
+ "ap-south-2" : { },
13973
14004
  "ap-southeast-1" : { },
13974
14005
  "ap-southeast-2" : { },
13975
14006
  "ca-central-1" : { },
@@ -14369,11 +14400,14 @@
14369
14400
  "ap-south-1" : { },
14370
14401
  "ap-southeast-1" : { },
14371
14402
  "ap-southeast-2" : { },
14403
+ "ap-southeast-5" : { },
14372
14404
  "ca-central-1" : { },
14373
14405
  "eu-central-1" : { },
14406
+ "eu-south-2" : { },
14374
14407
  "eu-west-1" : { },
14375
14408
  "eu-west-2" : { },
14376
14409
  "eu-west-3" : { },
14410
+ "me-south-1" : { },
14377
14411
  "sa-east-1" : { },
14378
14412
  "us-east-1" : { },
14379
14413
  "us-east-2" : { },
@@ -15382,6 +15416,7 @@
15382
15416
  "endpoints" : {
15383
15417
  "af-south-1" : { },
15384
15418
  "ap-east-1" : { },
15419
+ "ap-east-2" : { },
15385
15420
  "ap-northeast-1" : { },
15386
15421
  "ap-northeast-2" : { },
15387
15422
  "ap-northeast-3" : { },
@@ -17429,6 +17464,7 @@
17429
17464
  "endpoints" : {
17430
17465
  "af-south-1" : { },
17431
17466
  "ap-east-1" : { },
17467
+ "ap-east-2" : { },
17432
17468
  "ap-northeast-1" : { },
17433
17469
  "ap-northeast-2" : { },
17434
17470
  "ap-northeast-3" : { },
@@ -22815,6 +22851,7 @@
22815
22851
  "tags" : [ "dualstack" ]
22816
22852
  } ]
22817
22853
  },
22854
+ "ap-east-2" : { },
22818
22855
  "ap-northeast-1" : {
22819
22856
  "variants" : [ {
22820
22857
  "hostname" : "securityhub.ap-northeast-1.api.aws",
@@ -27275,6 +27312,7 @@
27275
27312
  "ap-southeast-3" : { },
27276
27313
  "ap-southeast-4" : { },
27277
27314
  "ap-southeast-5" : { },
27315
+ "ap-southeast-7" : { },
27278
27316
  "ca-central-1" : {
27279
27317
  "variants" : [ {
27280
27318
  "hostname" : "transfer-fips.ca-central-1.amazonaws.com",
@@ -36697,7 +36735,8 @@
36697
36735
  },
36698
36736
  "batch" : {
36699
36737
  "endpoints" : {
36700
- "us-iso-east-1" : { }
36738
+ "us-iso-east-1" : { },
36739
+ "us-iso-west-1" : { }
36701
36740
  }
36702
36741
  },
36703
36742
  "bedrock" : {
@@ -37616,6 +37655,12 @@
37616
37655
  "us-iso-west-1" : { }
37617
37656
  }
37618
37657
  },
37658
+ "servicequotas" : {
37659
+ "endpoints" : {
37660
+ "us-iso-east-1" : { },
37661
+ "us-iso-west-1" : { }
37662
+ }
37663
+ },
37619
37664
  "snowball" : {
37620
37665
  "endpoints" : {
37621
37666
  "us-iso-east-1" : { },
@@ -38564,6 +38609,11 @@
38564
38609
  "us-isob-east-1" : { }
38565
38610
  }
38566
38611
  },
38612
+ "servicequotas" : {
38613
+ "endpoints" : {
38614
+ "us-isob-east-1" : { }
38615
+ }
38616
+ },
38567
38617
  "snowball" : {
38568
38618
  "endpoints" : {
38569
38619
  "us-isob-east-1" : { }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1130.0
4
+ version: 1.1140.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services