aws-partitions 1.1133.0 → 1.1143.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: 6ea1389ef37b7db612d9827d2c503d663eecd82ff1cbc4121593a24b994f580a
4
- data.tar.gz: 3de94454e4909976b7aabd3e36e0f54081cbefe526e87923cfd0c7786b9b7c1d
3
+ metadata.gz: cfd088b2dfe8bda3a537c45fa40e6d4b2c076fe513c6bf553a6facbb5b965c3c
4
+ data.tar.gz: 9e79858ca34ae78a1b9ac801e3967d6facc5f22122134098eb19b39c0d1350fe
5
5
  SHA512:
6
- metadata.gz: a4a6d3b37bb85cdccbcdd37d2d524ce9b5c00b7dc7d8e5fe34605ecee5a609545f2996809be81d3dd12c6531a5219323b488db32fad402705ae8f7f4a2bdfa3b
7
- data.tar.gz: c2b43e1bb7a4eb1d012f1383b0f349710399d410f02d25c618f3505f52df432e966949cacb9afc14f57271fd63e12f6cc3bdd0b3cb7e72c7c89165519116ce88
6
+ metadata.gz: af45d2d556b770cd1992ed64d9326816f97fe85d6895f29d3637a7f73618f429c3dbcdfff06d471bc3fcc5d2ccdd216f698690156dc767fd356b2678113b088e
7
+ data.tar.gz: d606ff7caf2e2679a8fefc2a6f55a2263196a7fb1e3ba7be3171cb4ff65820f05e6ca8207191ea95091e3549ccb9464ef987af3ee5b3e7a01003593db9028707
data/CHANGELOG.md CHANGED
@@ -1,6 +1,56 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1143.0 (2025-08-06)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1142.0 (2025-08-05)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1141.0 (2025-08-04)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.1140.0 (2025-08-01)
20
+ ------------------
21
+
22
+ * Feature - Added support for enumerating regions for `Aws::ARCRegionswitch`.
23
+
24
+ 1.1139.0 (2025-07-31)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.1138.0 (2025-07-30)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.1137.0 (2025-07-29)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
39
+ 1.1136.0 (2025-07-28)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
44
+ 1.1135.0 (2025-07-24)
45
+ ------------------
46
+
47
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
48
+
49
+ 1.1134.0 (2025-07-23)
50
+ ------------------
51
+
52
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
53
+
4
54
  1.1133.0 (2025-07-22)
5
55
  ------------------
6
56
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1133.0
1
+ 1.1143.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" : { },
@@ -6699,6 +6717,7 @@
6699
6717
  "endpoints" : {
6700
6718
  "af-south-1" : { },
6701
6719
  "ap-east-1" : { },
6720
+ "ap-east-2" : { },
6702
6721
  "ap-northeast-1" : { },
6703
6722
  "ap-northeast-2" : { },
6704
6723
  "ap-northeast-3" : { },
@@ -6832,6 +6851,7 @@
6832
6851
  "ap-south-1" : { },
6833
6852
  "ap-southeast-1" : { },
6834
6853
  "ap-southeast-2" : { },
6854
+ "ap-southeast-5" : { },
6835
6855
  "ca-central-1" : {
6836
6856
  "variants" : [ {
6837
6857
  "hostname" : "data.iot-fips.ca-central-1.amazonaws.com",
@@ -6840,6 +6860,7 @@
6840
6860
  },
6841
6861
  "eu-central-1" : { },
6842
6862
  "eu-north-1" : { },
6863
+ "eu-south-2" : { },
6843
6864
  "eu-west-1" : { },
6844
6865
  "eu-west-2" : { },
6845
6866
  "eu-west-3" : { },
@@ -7003,6 +7024,7 @@
7003
7024
  "ap-south-1" : { },
7004
7025
  "ap-southeast-1" : { },
7005
7026
  "ap-southeast-2" : { },
7027
+ "ap-southeast-5" : { },
7006
7028
  "ca-central-1" : {
7007
7029
  "variants" : [ {
7008
7030
  "hostname" : "data.jobs.iot-fips.ca-central-1.amazonaws.com",
@@ -7011,6 +7033,7 @@
7011
7033
  },
7012
7034
  "eu-central-1" : { },
7013
7035
  "eu-north-1" : { },
7036
+ "eu-south-2" : { },
7014
7037
  "eu-west-1" : { },
7015
7038
  "eu-west-2" : { },
7016
7039
  "eu-west-3" : { },
@@ -7049,6 +7072,7 @@
7049
7072
  "deprecated" : true,
7050
7073
  "hostname" : "data.jobs.iot-fips.us-west-2.amazonaws.com"
7051
7074
  },
7075
+ "me-central-1" : { },
7052
7076
  "me-south-1" : { },
7053
7077
  "sa-east-1" : { },
7054
7078
  "us-east-1" : {
@@ -12298,6 +12322,7 @@
12298
12322
  "ap-south-1" : { },
12299
12323
  "ap-southeast-1" : { },
12300
12324
  "ap-southeast-2" : { },
12325
+ "ap-southeast-5" : { },
12301
12326
  "ca-central-1" : {
12302
12327
  "variants" : [ {
12303
12328
  "hostname" : "greengrass-fips.ca-central-1.amazonaws.com",
@@ -12305,6 +12330,7 @@
12305
12330
  } ]
12306
12331
  },
12307
12332
  "eu-central-1" : { },
12333
+ "eu-south-2" : { },
12308
12334
  "eu-west-1" : { },
12309
12335
  "eu-west-2" : { },
12310
12336
  "fips-ca-central-1" : {
@@ -12466,6 +12492,7 @@
12466
12492
  "endpoints" : {
12467
12493
  "af-south-1" : { },
12468
12494
  "ap-east-1" : { },
12495
+ "ap-east-2" : { },
12469
12496
  "ap-northeast-1" : { },
12470
12497
  "ap-northeast-2" : { },
12471
12498
  "ap-northeast-3" : { },
@@ -13183,6 +13210,7 @@
13183
13210
  "ap-south-1" : { },
13184
13211
  "ap-southeast-1" : { },
13185
13212
  "ap-southeast-2" : { },
13213
+ "ap-southeast-5" : { },
13186
13214
  "ca-central-1" : {
13187
13215
  "variants" : [ {
13188
13216
  "hostname" : "iot-fips.ca-central-1.amazonaws.com",
@@ -13191,6 +13219,7 @@
13191
13219
  },
13192
13220
  "eu-central-1" : { },
13193
13221
  "eu-north-1" : { },
13222
+ "eu-south-2" : { },
13194
13223
  "eu-west-1" : { },
13195
13224
  "eu-west-2" : { },
13196
13225
  "eu-west-3" : { },
@@ -13974,6 +14003,7 @@
13974
14003
  "ap-northeast-1" : { },
13975
14004
  "ap-northeast-2" : { },
13976
14005
  "ap-south-1" : { },
14006
+ "ap-south-2" : { },
13977
14007
  "ap-southeast-1" : { },
13978
14008
  "ap-southeast-2" : { },
13979
14009
  "ca-central-1" : { },
@@ -14373,11 +14403,14 @@
14373
14403
  "ap-south-1" : { },
14374
14404
  "ap-southeast-1" : { },
14375
14405
  "ap-southeast-2" : { },
14406
+ "ap-southeast-5" : { },
14376
14407
  "ca-central-1" : { },
14377
14408
  "eu-central-1" : { },
14409
+ "eu-south-2" : { },
14378
14410
  "eu-west-1" : { },
14379
14411
  "eu-west-2" : { },
14380
14412
  "eu-west-3" : { },
14413
+ "me-south-1" : { },
14381
14414
  "sa-east-1" : { },
14382
14415
  "us-east-1" : { },
14383
14416
  "us-east-2" : { },
@@ -15302,6 +15335,7 @@
15302
15335
  "endpoints" : {
15303
15336
  "af-south-1" : { },
15304
15337
  "ap-east-1" : { },
15338
+ "ap-east-2" : { },
15305
15339
  "ap-northeast-1" : { },
15306
15340
  "ap-northeast-2" : { },
15307
15341
  "ap-northeast-3" : { },
@@ -15386,6 +15420,7 @@
15386
15420
  "endpoints" : {
15387
15421
  "af-south-1" : { },
15388
15422
  "ap-east-1" : { },
15423
+ "ap-east-2" : { },
15389
15424
  "ap-northeast-1" : { },
15390
15425
  "ap-northeast-2" : { },
15391
15426
  "ap-northeast-3" : { },
@@ -15470,6 +15505,7 @@
15470
15505
  "endpoints" : {
15471
15506
  "af-south-1" : { },
15472
15507
  "ap-east-1" : { },
15508
+ "ap-east-2" : { },
15473
15509
  "ap-northeast-1" : { },
15474
15510
  "ap-northeast-2" : { },
15475
15511
  "ap-northeast-3" : { },
@@ -15557,6 +15593,7 @@
15557
15593
  "ap-south-1" : { },
15558
15594
  "ap-southeast-1" : { },
15559
15595
  "ap-southeast-2" : { },
15596
+ "ap-southeast-3" : { },
15560
15597
  "ca-central-1" : { },
15561
15598
  "eu-central-1" : { },
15562
15599
  "eu-north-1" : { },
@@ -17433,6 +17470,7 @@
17433
17470
  "endpoints" : {
17434
17471
  "af-south-1" : { },
17435
17472
  "ap-east-1" : { },
17473
+ "ap-east-2" : { },
17436
17474
  "ap-northeast-1" : { },
17437
17475
  "ap-northeast-2" : { },
17438
17476
  "ap-northeast-3" : { },
@@ -21433,6 +21471,7 @@
21433
21471
  "ap-southeast-3" : { },
21434
21472
  "ap-southeast-4" : { },
21435
21473
  "ap-southeast-5" : { },
21474
+ "ap-southeast-7" : { },
21436
21475
  "ca-central-1" : { },
21437
21476
  "ca-west-1" : { },
21438
21477
  "eu-central-1" : { },
@@ -21446,6 +21485,7 @@
21446
21485
  "il-central-1" : { },
21447
21486
  "me-central-1" : { },
21448
21487
  "me-south-1" : { },
21488
+ "mx-central-1" : { },
21449
21489
  "sa-east-1" : { },
21450
21490
  "us-east-1" : { },
21451
21491
  "us-east-2" : { },
@@ -21523,6 +21563,7 @@
21523
21563
  "endpoints" : {
21524
21564
  "af-south-1" : { },
21525
21565
  "ap-east-1" : { },
21566
+ "ap-east-2" : { },
21526
21567
  "ap-northeast-1" : { },
21527
21568
  "ap-northeast-2" : { },
21528
21569
  "ap-northeast-3" : { },
@@ -27280,6 +27321,7 @@
27280
27321
  "ap-southeast-3" : { },
27281
27322
  "ap-southeast-4" : { },
27282
27323
  "ap-southeast-5" : { },
27324
+ "ap-southeast-7" : { },
27283
27325
  "ca-central-1" : {
27284
27326
  "variants" : [ {
27285
27327
  "hostname" : "transfer-fips.ca-central-1.amazonaws.com",
@@ -36702,7 +36744,8 @@
36702
36744
  },
36703
36745
  "batch" : {
36704
36746
  "endpoints" : {
36705
- "us-iso-east-1" : { }
36747
+ "us-iso-east-1" : { },
36748
+ "us-iso-west-1" : { }
36706
36749
  }
36707
36750
  },
36708
36751
  "bedrock" : {
@@ -37621,6 +37664,12 @@
37621
37664
  "us-iso-west-1" : { }
37622
37665
  }
37623
37666
  },
37667
+ "servicequotas" : {
37668
+ "endpoints" : {
37669
+ "us-iso-east-1" : { },
37670
+ "us-iso-west-1" : { }
37671
+ }
37672
+ },
37624
37673
  "snowball" : {
37625
37674
  "endpoints" : {
37626
37675
  "us-iso-east-1" : { },
@@ -38569,6 +38618,11 @@
38569
38618
  "us-isob-east-1" : { }
38570
38619
  }
38571
38620
  },
38621
+ "servicequotas" : {
38622
+ "endpoints" : {
38623
+ "us-isob-east-1" : { }
38624
+ }
38625
+ },
38572
38626
  "snowball" : {
38573
38627
  "endpoints" : {
38574
38628
  "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.1133.0
4
+ version: 1.1143.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services