aws-partitions 1.1135.0 → 1.1141.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: 7e7725180b91b26017d38f164d87c8cb524764927ac472ea569015015f859d1e
4
- data.tar.gz: 2f4a2adde3111f4f4130325d973e14505fcd5fee2229d35cff6d6d2b7feab9e9
3
+ metadata.gz: 7445e99120a4dd56894696017b091d6bed9c1f35694fede7f867e4acc757f5c0
4
+ data.tar.gz: e622e9513c71098d4807d099945c7c1c79281df35e43ff61c8ad0c4c61fd00be
5
5
  SHA512:
6
- metadata.gz: cdfeae7e94e8b22606dbfbed0789fd0238dc4729140af3ce07fac0607f38461bb808e42a29cfa17a4caf5bb816c258c6468a761d5e9bf723465df679528357c1
7
- data.tar.gz: 857f1cfe62ac61b9cf57a0d5c817cc2e57ea4c233abcc78bd524a2f9377a9fc9d7a91fa9fb013ad1468d568006b996f75e10a8b9878501ac505f837a8c171da0
6
+ metadata.gz: c1514a829bbc028a72b19f1a87ba56e50b96d1c376a25d01d3a91164c216759bb5333da2117641fa85e6dfc30a6cce584b9f8747123d19b42efe11f14f9382f3
7
+ data.tar.gz: 3f3a6e2b733de272f0e1d71a93a7927021c3d4859ea896584558ee070ebd33ba266c188e62a7074eabdeea9ce30eeef03db3d0cfa552b49455cecfc62fc490c8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,36 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1141.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1140.0 (2025-08-01)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::ARCRegionswitch`.
13
+
14
+ 1.1139.0 (2025-07-31)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.1138.0 (2025-07-30)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.1137.0 (2025-07-29)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.1136.0 (2025-07-28)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
4
34
  1.1135.0 (2025-07-24)
5
35
  ------------------
6
36
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1135.0
1
+ 1.1141.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" : { },
@@ -6833,6 +6851,7 @@
6833
6851
  "ap-south-1" : { },
6834
6852
  "ap-southeast-1" : { },
6835
6853
  "ap-southeast-2" : { },
6854
+ "ap-southeast-5" : { },
6836
6855
  "ca-central-1" : {
6837
6856
  "variants" : [ {
6838
6857
  "hostname" : "data.iot-fips.ca-central-1.amazonaws.com",
@@ -6841,6 +6860,7 @@
6841
6860
  },
6842
6861
  "eu-central-1" : { },
6843
6862
  "eu-north-1" : { },
6863
+ "eu-south-2" : { },
6844
6864
  "eu-west-1" : { },
6845
6865
  "eu-west-2" : { },
6846
6866
  "eu-west-3" : { },
@@ -12299,6 +12319,7 @@
12299
12319
  "ap-south-1" : { },
12300
12320
  "ap-southeast-1" : { },
12301
12321
  "ap-southeast-2" : { },
12322
+ "ap-southeast-5" : { },
12302
12323
  "ca-central-1" : {
12303
12324
  "variants" : [ {
12304
12325
  "hostname" : "greengrass-fips.ca-central-1.amazonaws.com",
@@ -12306,6 +12327,7 @@
12306
12327
  } ]
12307
12328
  },
12308
12329
  "eu-central-1" : { },
12330
+ "eu-south-2" : { },
12309
12331
  "eu-west-1" : { },
12310
12332
  "eu-west-2" : { },
12311
12333
  "fips-ca-central-1" : {
@@ -12467,6 +12489,7 @@
12467
12489
  "endpoints" : {
12468
12490
  "af-south-1" : { },
12469
12491
  "ap-east-1" : { },
12492
+ "ap-east-2" : { },
12470
12493
  "ap-northeast-1" : { },
12471
12494
  "ap-northeast-2" : { },
12472
12495
  "ap-northeast-3" : { },
@@ -13184,6 +13207,7 @@
13184
13207
  "ap-south-1" : { },
13185
13208
  "ap-southeast-1" : { },
13186
13209
  "ap-southeast-2" : { },
13210
+ "ap-southeast-5" : { },
13187
13211
  "ca-central-1" : {
13188
13212
  "variants" : [ {
13189
13213
  "hostname" : "iot-fips.ca-central-1.amazonaws.com",
@@ -13192,6 +13216,7 @@
13192
13216
  },
13193
13217
  "eu-central-1" : { },
13194
13218
  "eu-north-1" : { },
13219
+ "eu-south-2" : { },
13195
13220
  "eu-west-1" : { },
13196
13221
  "eu-west-2" : { },
13197
13222
  "eu-west-3" : { },
@@ -13975,6 +14000,7 @@
13975
14000
  "ap-northeast-1" : { },
13976
14001
  "ap-northeast-2" : { },
13977
14002
  "ap-south-1" : { },
14003
+ "ap-south-2" : { },
13978
14004
  "ap-southeast-1" : { },
13979
14005
  "ap-southeast-2" : { },
13980
14006
  "ca-central-1" : { },
@@ -14374,11 +14400,14 @@
14374
14400
  "ap-south-1" : { },
14375
14401
  "ap-southeast-1" : { },
14376
14402
  "ap-southeast-2" : { },
14403
+ "ap-southeast-5" : { },
14377
14404
  "ca-central-1" : { },
14378
14405
  "eu-central-1" : { },
14406
+ "eu-south-2" : { },
14379
14407
  "eu-west-1" : { },
14380
14408
  "eu-west-2" : { },
14381
14409
  "eu-west-3" : { },
14410
+ "me-south-1" : { },
14382
14411
  "sa-east-1" : { },
14383
14412
  "us-east-1" : { },
14384
14413
  "us-east-2" : { },
@@ -15559,6 +15588,7 @@
15559
15588
  "ap-south-1" : { },
15560
15589
  "ap-southeast-1" : { },
15561
15590
  "ap-southeast-2" : { },
15591
+ "ap-southeast-3" : { },
15562
15592
  "ca-central-1" : { },
15563
15593
  "eu-central-1" : { },
15564
15594
  "eu-north-1" : { },
@@ -17435,6 +17465,7 @@
17435
17465
  "endpoints" : {
17436
17466
  "af-south-1" : { },
17437
17467
  "ap-east-1" : { },
17468
+ "ap-east-2" : { },
17438
17469
  "ap-northeast-1" : { },
17439
17470
  "ap-northeast-2" : { },
17440
17471
  "ap-northeast-3" : { },
@@ -21435,6 +21466,7 @@
21435
21466
  "ap-southeast-3" : { },
21436
21467
  "ap-southeast-4" : { },
21437
21468
  "ap-southeast-5" : { },
21469
+ "ap-southeast-7" : { },
21438
21470
  "ca-central-1" : { },
21439
21471
  "ca-west-1" : { },
21440
21472
  "eu-central-1" : { },
@@ -21448,6 +21480,7 @@
21448
21480
  "il-central-1" : { },
21449
21481
  "me-central-1" : { },
21450
21482
  "me-south-1" : { },
21483
+ "mx-central-1" : { },
21451
21484
  "sa-east-1" : { },
21452
21485
  "us-east-1" : { },
21453
21486
  "us-east-2" : { },
@@ -27282,6 +27315,7 @@
27282
27315
  "ap-southeast-3" : { },
27283
27316
  "ap-southeast-4" : { },
27284
27317
  "ap-southeast-5" : { },
27318
+ "ap-southeast-7" : { },
27285
27319
  "ca-central-1" : {
27286
27320
  "variants" : [ {
27287
27321
  "hostname" : "transfer-fips.ca-central-1.amazonaws.com",
@@ -36704,7 +36738,8 @@
36704
36738
  },
36705
36739
  "batch" : {
36706
36740
  "endpoints" : {
36707
- "us-iso-east-1" : { }
36741
+ "us-iso-east-1" : { },
36742
+ "us-iso-west-1" : { }
36708
36743
  }
36709
36744
  },
36710
36745
  "bedrock" : {
@@ -37623,6 +37658,12 @@
37623
37658
  "us-iso-west-1" : { }
37624
37659
  }
37625
37660
  },
37661
+ "servicequotas" : {
37662
+ "endpoints" : {
37663
+ "us-iso-east-1" : { },
37664
+ "us-iso-west-1" : { }
37665
+ }
37666
+ },
37626
37667
  "snowball" : {
37627
37668
  "endpoints" : {
37628
37669
  "us-iso-east-1" : { },
@@ -38571,6 +38612,11 @@
38571
38612
  "us-isob-east-1" : { }
38572
38613
  }
38573
38614
  },
38615
+ "servicequotas" : {
38616
+ "endpoints" : {
38617
+ "us-isob-east-1" : { }
38618
+ }
38619
+ },
38574
38620
  "snowball" : {
38575
38621
  "endpoints" : {
38576
38622
  "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.1135.0
4
+ version: 1.1141.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services