aws-partitions 1.1127.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: 5003e84c9c37b5f95374038fbe9edd5a9cccb619bc2a7be5517d33c3308e2120
4
- data.tar.gz: 19097e2911bed4f90e77ceee2c5bb2daffae8c0154395d9d03ee91f64de8c0c9
3
+ metadata.gz: 8414595025a87abf48972561693fe5cb6af74af76d670735ccf99d461fc1e3e0
4
+ data.tar.gz: 5377b9579c1844c9a6a9485fd92ebe89050cbf3a4cab59596db7ce61eee0f23a
5
5
  SHA512:
6
- metadata.gz: f830dddd1075e8df36000cb6df2e83719bfdf9b0eb362b288c0de1ba3668669c086e8fbf49920d1d3e91550bd455ad0352c009acebaffa85cb056ab24238eb20
7
- data.tar.gz: c9761225408b9e4501ea605ddc0fed49c2fd20d447f06664bcdbfe3428f8fff2a4015fd9fd7263ffb2b0006fba5f837069a68ad3d22762448e24862e9165650d
6
+ metadata.gz: f61af691b579d389462a4a28357c8648319cf979d49b13fbdda21cd1afbb97bc59f615d2e27ef587329f0a9380d63534285b8591b8bb3060fd2418744fba1b1f
7
+ data.tar.gz: bf7f8aff91fdb7fd2f229677eaf50d76d07f73a13d2fc95eb2ad5ee00350529b730763c933a10251ab612b1aca621fff351a28f6430714f8dabd470a50212ad9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,73 @@
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
+
54
+ 1.1130.0 (2025-07-17)
55
+ ------------------
56
+
57
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
58
+
59
+ 1.1129.0 (2025-07-16)
60
+ ------------------
61
+
62
+ * Feature - Added support for enumerating regions for `Aws::BedrockAgentCoreControl`.
63
+
64
+ * Feature - Added support for enumerating regions for `Aws::BedrockAgentCore`.
65
+
66
+ 1.1128.0 (2025-07-16)
67
+ ------------------
68
+
69
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
70
+
4
71
  1.1127.0 (2025-07-15)
5
72
  ------------------
6
73
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1127.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',
@@ -288,6 +289,8 @@ module Aws
288
289
  'Batch' => 'batch',
289
290
  'Bedrock' => 'bedrock',
290
291
  'BedrockAgent' => 'bedrock-agent',
292
+ 'BedrockAgentCore' => 'bedrock-agentcore',
293
+ 'BedrockAgentCoreControl' => 'bedrock-agentcore-control',
291
294
  'BedrockAgentRuntime' => 'bedrock-agent-runtime',
292
295
  'BedrockDataAutomation' => 'bedrock-data-automation',
293
296
  'BedrockDataAutomationRuntime' => 'bedrock-data-automation-runtime',
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" : { },
@@ -13860,6 +13890,7 @@
13860
13890
  "endpoints" : {
13861
13891
  "af-south-1" : { },
13862
13892
  "ap-east-1" : { },
13893
+ "ap-east-2" : { },
13863
13894
  "ap-northeast-1" : { },
13864
13895
  "ap-northeast-2" : { },
13865
13896
  "ap-northeast-3" : { },
@@ -13969,6 +14000,7 @@
13969
14000
  "ap-northeast-1" : { },
13970
14001
  "ap-northeast-2" : { },
13971
14002
  "ap-south-1" : { },
14003
+ "ap-south-2" : { },
13972
14004
  "ap-southeast-1" : { },
13973
14005
  "ap-southeast-2" : { },
13974
14006
  "ca-central-1" : { },
@@ -14368,11 +14400,14 @@
14368
14400
  "ap-south-1" : { },
14369
14401
  "ap-southeast-1" : { },
14370
14402
  "ap-southeast-2" : { },
14403
+ "ap-southeast-5" : { },
14371
14404
  "ca-central-1" : { },
14372
14405
  "eu-central-1" : { },
14406
+ "eu-south-2" : { },
14373
14407
  "eu-west-1" : { },
14374
14408
  "eu-west-2" : { },
14375
14409
  "eu-west-3" : { },
14410
+ "me-south-1" : { },
14376
14411
  "sa-east-1" : { },
14377
14412
  "us-east-1" : { },
14378
14413
  "us-east-2" : { },
@@ -15381,6 +15416,7 @@
15381
15416
  "endpoints" : {
15382
15417
  "af-south-1" : { },
15383
15418
  "ap-east-1" : { },
15419
+ "ap-east-2" : { },
15384
15420
  "ap-northeast-1" : { },
15385
15421
  "ap-northeast-2" : { },
15386
15422
  "ap-northeast-3" : { },
@@ -17428,6 +17464,7 @@
17428
17464
  "endpoints" : {
17429
17465
  "af-south-1" : { },
17430
17466
  "ap-east-1" : { },
17467
+ "ap-east-2" : { },
17431
17468
  "ap-northeast-1" : { },
17432
17469
  "ap-northeast-2" : { },
17433
17470
  "ap-northeast-3" : { },
@@ -21427,7 +21464,9 @@
21427
21464
  "ap-southeast-2" : { },
21428
21465
  "ap-southeast-3" : { },
21429
21466
  "ap-southeast-4" : { },
21467
+ "ap-southeast-5" : { },
21430
21468
  "ca-central-1" : { },
21469
+ "ca-west-1" : { },
21431
21470
  "eu-central-1" : { },
21432
21471
  "eu-central-2" : { },
21433
21472
  "eu-north-1" : { },
@@ -22812,6 +22851,7 @@
22812
22851
  "tags" : [ "dualstack" ]
22813
22852
  } ]
22814
22853
  },
22854
+ "ap-east-2" : { },
22815
22855
  "ap-northeast-1" : {
22816
22856
  "variants" : [ {
22817
22857
  "hostname" : "securityhub.ap-northeast-1.api.aws",
@@ -27272,6 +27312,7 @@
27272
27312
  "ap-southeast-3" : { },
27273
27313
  "ap-southeast-4" : { },
27274
27314
  "ap-southeast-5" : { },
27315
+ "ap-southeast-7" : { },
27275
27316
  "ca-central-1" : {
27276
27317
  "variants" : [ {
27277
27318
  "hostname" : "transfer-fips.ca-central-1.amazonaws.com",
@@ -36694,7 +36735,8 @@
36694
36735
  },
36695
36736
  "batch" : {
36696
36737
  "endpoints" : {
36697
- "us-iso-east-1" : { }
36738
+ "us-iso-east-1" : { },
36739
+ "us-iso-west-1" : { }
36698
36740
  }
36699
36741
  },
36700
36742
  "bedrock" : {
@@ -37613,6 +37655,12 @@
37613
37655
  "us-iso-west-1" : { }
37614
37656
  }
37615
37657
  },
37658
+ "servicequotas" : {
37659
+ "endpoints" : {
37660
+ "us-iso-east-1" : { },
37661
+ "us-iso-west-1" : { }
37662
+ }
37663
+ },
37616
37664
  "snowball" : {
37617
37665
  "endpoints" : {
37618
37666
  "us-iso-east-1" : { },
@@ -38561,6 +38609,11 @@
38561
38609
  "us-isob-east-1" : { }
38562
38610
  }
38563
38611
  },
38612
+ "servicequotas" : {
38613
+ "endpoints" : {
38614
+ "us-isob-east-1" : { }
38615
+ }
38616
+ },
38564
38617
  "snowball" : {
38565
38618
  "endpoints" : {
38566
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.1127.0
4
+ version: 1.1140.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services