aws-partitions 1.1123.0 → 1.1139.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: ccdfbffe6020507ec38bfb1bc6d7e3036fce3f1555aae3611fd37f0235c6e70a
4
- data.tar.gz: 8d28ae2b5acc6162567cd1bcf576a984759a615c9d43461f8f78239bcc9fb71e
3
+ metadata.gz: ccc128f53d47485321f32dee73c2eb9d85d53b5ea01984a463c12d8c2ac21b70
4
+ data.tar.gz: b28dfbafe34fd1e5649f73197a19935b63256949aabb5b32b0761dd95b9913a8
5
5
  SHA512:
6
- metadata.gz: 3efd38acac70f60070dcb3af8cefd82de35036dc527e23400b4012af0fbeb48dc96878264a5fe9ed49276620ccf162692494fd752bae279600b08b8e36ea3350
7
- data.tar.gz: c903f2de39ff87dd22db39df4d4d7d0abdec22893589a5168b241ba60f22827de822d8f831178cdcc38a1fdde47c79bc2b1fef1c17dcbf0247d741899294ce83
6
+ metadata.gz: 33850e5a9c6f599b8e36a87bc10fc0fed74369f490e9d20ebb8398be4ce739de100ba193d47e56a963533be871f70172c11079b78551e539c1ab384f15506e89
7
+ data.tar.gz: 59a58afcd209eb8b9197ff4c6595291d0a689663172cdc1e4c2363097516a207b607f28e63e3a45f7950230065f6d403fab0a55dc069f154d0a2bc292d8417a9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,88 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1139.0 (2025-07-31)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1138.0 (2025-07-30)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1137.0 (2025-07-29)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.1136.0 (2025-07-28)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.1135.0 (2025-07-24)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.1134.0 (2025-07-23)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.1133.0 (2025-07-22)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
39
+ 1.1132.0 (2025-07-21)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
44
+ 1.1131.0 (2025-07-18)
45
+ ------------------
46
+
47
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
48
+
49
+ 1.1130.0 (2025-07-17)
50
+ ------------------
51
+
52
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
53
+
54
+ 1.1129.0 (2025-07-16)
55
+ ------------------
56
+
57
+ * Feature - Added support for enumerating regions for `Aws::BedrockAgentCoreControl`.
58
+
59
+ * Feature - Added support for enumerating regions for `Aws::BedrockAgentCore`.
60
+
61
+ 1.1128.0 (2025-07-16)
62
+ ------------------
63
+
64
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
65
+
66
+ 1.1127.0 (2025-07-15)
67
+ ------------------
68
+
69
+ * Feature - Added support for enumerating regions for `Aws::S3Vectors`.
70
+
71
+ 1.1126.0 (2025-07-09)
72
+ ------------------
73
+
74
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
75
+
76
+ 1.1125.0 (2025-07-03)
77
+ ------------------
78
+
79
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
80
+
81
+ 1.1124.0 (2025-07-01)
82
+ ------------------
83
+
84
+ * Feature - Added support for enumerating regions for `Aws::Odb`.
85
+
4
86
  1.1123.0 (2025-06-30)
5
87
  ------------------
6
88
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1123.0
1
+ 1.1139.0
@@ -288,6 +288,8 @@ module Aws
288
288
  'Batch' => 'batch',
289
289
  'Bedrock' => 'bedrock',
290
290
  'BedrockAgent' => 'bedrock-agent',
291
+ 'BedrockAgentCore' => 'bedrock-agentcore',
292
+ 'BedrockAgentCoreControl' => 'bedrock-agentcore-control',
291
293
  'BedrockAgentRuntime' => 'bedrock-agent-runtime',
292
294
  'BedrockDataAutomation' => 'bedrock-data-automation',
293
295
  'BedrockDataAutomationRuntime' => 'bedrock-data-automation-runtime',
@@ -522,6 +524,7 @@ module Aws
522
524
  'OAM' => 'oam',
523
525
  'OSIS' => 'osis',
524
526
  'ObservabilityAdmin' => 'observabilityadmin',
527
+ 'Odb' => 'odb',
525
528
  'Omics' => 'omics',
526
529
  'OpenSearchServerless' => 'aoss',
527
530
  'OpenSearchService' => 'es',
@@ -581,6 +584,7 @@ module Aws
581
584
  'S3Control' => 's3-control',
582
585
  'S3Outposts' => 's3-outposts',
583
586
  'S3Tables' => 's3tables',
587
+ 'S3Vectors' => 's3vectors',
584
588
  'SES' => 'email',
585
589
  'SESV2' => 'email',
586
590
  'SMS' => 'sms',
data/partitions.json CHANGED
@@ -1625,6 +1625,7 @@
1625
1625
  "endpoints" : {
1626
1626
  "af-south-1" : { },
1627
1627
  "ap-east-1" : { },
1628
+ "ap-east-2" : { },
1628
1629
  "ap-northeast-1" : { },
1629
1630
  "ap-northeast-2" : { },
1630
1631
  "ap-northeast-3" : { },
@@ -3778,6 +3779,7 @@
3778
3779
  "ap-south-2" : { },
3779
3780
  "ap-southeast-1" : { },
3780
3781
  "ap-southeast-2" : { },
3782
+ "ap-southeast-4" : { },
3781
3783
  "bedrock-ap-northeast-1" : {
3782
3784
  "credentialScope" : {
3783
3785
  "region" : "ap-northeast-1"
@@ -4078,6 +4080,7 @@
4078
4080
  "sa-east-1" : { },
4079
4081
  "us-east-1" : { },
4080
4082
  "us-east-2" : { },
4083
+ "us-west-1" : { },
4081
4084
  "us-west-2" : { }
4082
4085
  }
4083
4086
  },
@@ -5022,6 +5025,7 @@
5022
5025
  "tags" : [ "dualstack" ]
5023
5026
  } ]
5024
5027
  },
5028
+ "eu-south-2" : { },
5025
5029
  "eu-west-1" : {
5026
5030
  "variants" : [ {
5027
5031
  "hostname" : "cloudhsmv2.eu-west-1.api.aws",
@@ -5503,6 +5507,20 @@
5503
5507
  }
5504
5508
  }
5505
5509
  },
5510
+ "codeguru-profiler" : {
5511
+ "endpoints" : {
5512
+ "ap-northeast-1" : { },
5513
+ "ap-southeast-1" : { },
5514
+ "ap-southeast-2" : { },
5515
+ "eu-central-1" : { },
5516
+ "eu-north-1" : { },
5517
+ "eu-west-1" : { },
5518
+ "eu-west-2" : { },
5519
+ "us-east-1" : { },
5520
+ "us-east-2" : { },
5521
+ "us-west-2" : { }
5522
+ }
5523
+ },
5506
5524
  "codeguru-reviewer" : {
5507
5525
  "endpoints" : {
5508
5526
  "ap-northeast-1" : { },
@@ -5727,6 +5745,7 @@
5727
5745
  "tags" : [ "dualstack" ]
5728
5746
  } ]
5729
5747
  },
5748
+ "ap-southeast-7" : { },
5730
5749
  "ca-central-1" : {
5731
5750
  "variants" : [ {
5732
5751
  "hostname" : "cognito-identity.ca-central-1.amazonaws.com",
@@ -5833,6 +5852,7 @@
5833
5852
  "tags" : [ "dualstack" ]
5834
5853
  } ]
5835
5854
  },
5855
+ "mx-central-1" : { },
5836
5856
  "sa-east-1" : {
5837
5857
  "variants" : [ {
5838
5858
  "hostname" : "cognito-identity.sa-east-1.amazonaws.com",
@@ -5963,6 +5983,7 @@
5963
5983
  "tags" : [ "dualstack" ]
5964
5984
  } ]
5965
5985
  },
5986
+ "ap-southeast-7" : { },
5966
5987
  "ca-central-1" : {
5967
5988
  "variants" : [ {
5968
5989
  "hostname" : "cognito-idp.ca-central-1.amazonaws.com",
@@ -6069,6 +6090,7 @@
6069
6090
  "tags" : [ "dualstack" ]
6070
6091
  } ]
6071
6092
  },
6093
+ "mx-central-1" : { },
6072
6094
  "sa-east-1" : {
6073
6095
  "variants" : [ {
6074
6096
  "hostname" : "cognito-idp.sa-east-1.amazonaws.com",
@@ -6693,6 +6715,7 @@
6693
6715
  "endpoints" : {
6694
6716
  "af-south-1" : { },
6695
6717
  "ap-east-1" : { },
6718
+ "ap-east-2" : { },
6696
6719
  "ap-northeast-1" : { },
6697
6720
  "ap-northeast-2" : { },
6698
6721
  "ap-northeast-3" : { },
@@ -9337,6 +9360,7 @@
9337
9360
  "tags" : [ "dualstack" ]
9338
9361
  } ]
9339
9362
  },
9363
+ "me-central-1" : { },
9340
9364
  "me-south-1" : {
9341
9365
  "variants" : [ {
9342
9366
  "hostname" : "elasticbeanstalk.me-south-1.api.aws",
@@ -11507,6 +11531,7 @@
11507
11531
  "endpoints" : {
11508
11532
  "af-south-1" : { },
11509
11533
  "ap-east-1" : { },
11534
+ "ap-east-2" : { },
11510
11535
  "ap-northeast-1" : { },
11511
11536
  "ap-northeast-2" : { },
11512
11537
  "ap-northeast-3" : { },
@@ -12844,14 +12869,20 @@
12844
12869
  "ap-northeast-2" : { },
12845
12870
  "ap-northeast-3" : { },
12846
12871
  "ap-south-1" : { },
12872
+ "ap-south-2" : { },
12847
12873
  "ap-southeast-1" : { },
12848
12874
  "ap-southeast-2" : { },
12849
12875
  "ap-southeast-3" : { },
12876
+ "ap-southeast-4" : { },
12877
+ "ap-southeast-5" : { },
12878
+ "ap-southeast-7" : { },
12850
12879
  "ca-central-1" : { },
12880
+ "ca-west-1" : { },
12851
12881
  "eu-central-1" : { },
12852
12882
  "eu-central-2" : { },
12853
12883
  "eu-north-1" : { },
12854
12884
  "eu-south-1" : { },
12885
+ "eu-south-2" : { },
12855
12886
  "eu-west-1" : { },
12856
12887
  "eu-west-2" : { },
12857
12888
  "eu-west-3" : { },
@@ -12883,7 +12914,10 @@
12883
12914
  "deprecated" : true,
12884
12915
  "hostname" : "inspector2-fips.us-west-2.amazonaws.com"
12885
12916
  },
12917
+ "il-central-1" : { },
12918
+ "me-central-1" : { },
12886
12919
  "me-south-1" : { },
12920
+ "mx-central-1" : { },
12887
12921
  "sa-east-1" : { },
12888
12922
  "us-east-1" : {
12889
12923
  "variants" : [ {
@@ -13847,6 +13881,7 @@
13847
13881
  "endpoints" : {
13848
13882
  "af-south-1" : { },
13849
13883
  "ap-east-1" : { },
13884
+ "ap-east-2" : { },
13850
13885
  "ap-northeast-1" : { },
13851
13886
  "ap-northeast-2" : { },
13852
13887
  "ap-northeast-3" : { },
@@ -13956,6 +13991,7 @@
13956
13991
  "ap-northeast-1" : { },
13957
13992
  "ap-northeast-2" : { },
13958
13993
  "ap-south-1" : { },
13994
+ "ap-south-2" : { },
13959
13995
  "ap-southeast-1" : { },
13960
13996
  "ap-southeast-2" : { },
13961
13997
  "ca-central-1" : { },
@@ -14241,6 +14277,7 @@
14241
14277
  "endpoints" : {
14242
14278
  "af-south-1" : { },
14243
14279
  "ap-east-1" : { },
14280
+ "ap-east-2" : { },
14244
14281
  "ap-northeast-1" : { },
14245
14282
  "ap-northeast-2" : { },
14246
14283
  "ap-northeast-3" : { },
@@ -15367,6 +15404,7 @@
15367
15404
  "endpoints" : {
15368
15405
  "af-south-1" : { },
15369
15406
  "ap-east-1" : { },
15407
+ "ap-east-2" : { },
15370
15408
  "ap-northeast-1" : { },
15371
15409
  "ap-northeast-2" : { },
15372
15410
  "ap-northeast-3" : { },
@@ -16960,6 +16998,8 @@
16960
16998
  "ap-southeast-2" : { },
16961
16999
  "ap-southeast-3" : { },
16962
17000
  "ap-southeast-4" : { },
17001
+ "ap-southeast-5" : { },
17002
+ "ap-southeast-7" : { },
16963
17003
  "ca-central-1" : { },
16964
17004
  "eu-central-1" : { },
16965
17005
  "eu-central-2" : { },
@@ -17206,6 +17246,7 @@
17206
17246
  "endpoints" : {
17207
17247
  "af-south-1" : { },
17208
17248
  "ap-east-1" : { },
17249
+ "ap-east-2" : { },
17209
17250
  "ap-northeast-1" : { },
17210
17251
  "ap-northeast-2" : { },
17211
17252
  "ap-northeast-3" : { },
@@ -17411,6 +17452,7 @@
17411
17452
  "endpoints" : {
17412
17453
  "af-south-1" : { },
17413
17454
  "ap-east-1" : { },
17455
+ "ap-east-2" : { },
17414
17456
  "ap-northeast-1" : { },
17415
17457
  "ap-northeast-2" : { },
17416
17458
  "ap-northeast-3" : { },
@@ -21410,7 +21452,9 @@
21410
21452
  "ap-southeast-2" : { },
21411
21453
  "ap-southeast-3" : { },
21412
21454
  "ap-southeast-4" : { },
21455
+ "ap-southeast-5" : { },
21413
21456
  "ca-central-1" : { },
21457
+ "ca-west-1" : { },
21414
21458
  "eu-central-1" : { },
21415
21459
  "eu-central-2" : { },
21416
21460
  "eu-north-1" : { },
@@ -22494,6 +22538,7 @@
22494
22538
  "endpoints" : {
22495
22539
  "af-south-1" : { },
22496
22540
  "ap-east-1" : { },
22541
+ "ap-east-2" : { },
22497
22542
  "ap-northeast-1" : { },
22498
22543
  "ap-northeast-2" : { },
22499
22544
  "ap-northeast-3" : { },
@@ -22503,6 +22548,8 @@
22503
22548
  "ap-southeast-2" : { },
22504
22549
  "ap-southeast-3" : { },
22505
22550
  "ap-southeast-4" : { },
22551
+ "ap-southeast-5" : { },
22552
+ "ap-southeast-7" : { },
22506
22553
  "ca-central-1" : { },
22507
22554
  "ca-west-1" : { },
22508
22555
  "eu-central-1" : { },
@@ -22516,6 +22563,7 @@
22516
22563
  "il-central-1" : { },
22517
22564
  "me-central-1" : { },
22518
22565
  "me-south-1" : { },
22566
+ "mx-central-1" : { },
22519
22567
  "sa-east-1" : { },
22520
22568
  "us-east-1" : { },
22521
22569
  "us-east-2" : { },
@@ -22791,6 +22839,7 @@
22791
22839
  "tags" : [ "dualstack" ]
22792
22840
  } ]
22793
22841
  },
22842
+ "ap-east-2" : { },
22794
22843
  "ap-northeast-1" : {
22795
22844
  "variants" : [ {
22796
22845
  "hostname" : "securityhub.ap-northeast-1.api.aws",
@@ -27251,6 +27300,7 @@
27251
27300
  "ap-southeast-3" : { },
27252
27301
  "ap-southeast-4" : { },
27253
27302
  "ap-southeast-5" : { },
27303
+ "ap-southeast-7" : { },
27254
27304
  "ca-central-1" : {
27255
27305
  "variants" : [ {
27256
27306
  "hostname" : "transfer-fips.ca-central-1.amazonaws.com",
@@ -36673,7 +36723,8 @@
36673
36723
  },
36674
36724
  "batch" : {
36675
36725
  "endpoints" : {
36676
- "us-iso-east-1" : { }
36726
+ "us-iso-east-1" : { },
36727
+ "us-iso-west-1" : { }
36677
36728
  }
36678
36729
  },
36679
36730
  "bedrock" : {
@@ -37592,6 +37643,12 @@
37592
37643
  "us-iso-west-1" : { }
37593
37644
  }
37594
37645
  },
37646
+ "servicequotas" : {
37647
+ "endpoints" : {
37648
+ "us-iso-east-1" : { },
37649
+ "us-iso-west-1" : { }
37650
+ }
37651
+ },
37595
37652
  "snowball" : {
37596
37653
  "endpoints" : {
37597
37654
  "us-iso-east-1" : { },
@@ -37799,6 +37856,11 @@
37799
37856
  }
37800
37857
  }
37801
37858
  },
37859
+ "wafv2" : {
37860
+ "endpoints" : {
37861
+ "us-iso-east-1" : { }
37862
+ }
37863
+ },
37802
37864
  "workspaces" : {
37803
37865
  "endpoints" : {
37804
37866
  "fips-us-iso-east-1" : {
@@ -38535,6 +38597,11 @@
38535
38597
  "us-isob-east-1" : { }
38536
38598
  }
38537
38599
  },
38600
+ "servicequotas" : {
38601
+ "endpoints" : {
38602
+ "us-isob-east-1" : { }
38603
+ }
38604
+ },
38538
38605
  "snowball" : {
38539
38606
  "endpoints" : {
38540
38607
  "us-isob-east-1" : { }
@@ -38669,6 +38736,11 @@
38669
38736
  "us-isob-east-1" : { }
38670
38737
  }
38671
38738
  },
38739
+ "wafv2" : {
38740
+ "endpoints" : {
38741
+ "us-isob-east-1" : { }
38742
+ }
38743
+ },
38672
38744
  "workspaces" : {
38673
38745
  "endpoints" : {
38674
38746
  "fips-us-isob-east-1" : {
@@ -39882,6 +39954,12 @@
39882
39954
  "us-isof-south-1" : { }
39883
39955
  }
39884
39956
  },
39957
+ "runtime.sagemaker" : {
39958
+ "endpoints" : {
39959
+ "us-isof-east-1" : { },
39960
+ "us-isof-south-1" : { }
39961
+ }
39962
+ },
39885
39963
  "s3" : {
39886
39964
  "defaults" : {
39887
39965
  "protocols" : [ "http", "https" ],
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.1123.0
4
+ version: 1.1139.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services