aws-partitions 1.1125.0 → 1.1136.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: e1b2ae0b9d958bd6970a9fe15c7102042187cd35dd27368e2467cf8b93edb6d6
4
- data.tar.gz: a353915d3d1f9e1f1370712f15f9150dbadfb9c2f96da423cfa80ff0649837f0
3
+ metadata.gz: 8c81ece16664b35cffecd4aea1b2df2a75d3cd7ac1f49de2dc93bc8fdd033b78
4
+ data.tar.gz: 8c2e92ab730b77083ce7492600ffdf14bb7facb1f54a9d70c16e0bb51a8b1b66
5
5
  SHA512:
6
- metadata.gz: 536ea5ac808387c53cfc58e60717ec1e4f1a2fdc422063a34b46bd94ffe813c0e229e6f00c3a5e4fb9255e6a41b1ade7b1cc105d649f55da7dcd4025189eb47d
7
- data.tar.gz: d695e9ee3783327b562901cfe5e1d829140b07c1bc0ac1bd29520c206a2a0834c6eddde219426c97e9585dbad5fd5627b8e2bff350f2253538f4dc768d79518a
6
+ metadata.gz: 9c948f184dee8b59eb67613d50804eb4c0bba9f1af208e133ec76268ddb20cf31d807e39f29abc920a102e717a8543b29d01321fbf03fa5dc36616d7a660f8da
7
+ data.tar.gz: 98512795e2dba26ea1a1de259ea224101f7d0fc41cd778afc8ddbf3248c8dce3cd299575e84ea308f18a8946b520c1fbea49cc195ccc48c7f9cfa341fc99e8d6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,63 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1136.0 (2025-07-28)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1135.0 (2025-07-24)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1134.0 (2025-07-23)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.1133.0 (2025-07-22)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.1132.0 (2025-07-21)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.1131.0 (2025-07-18)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.1130.0 (2025-07-17)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
39
+ 1.1129.0 (2025-07-16)
40
+ ------------------
41
+
42
+ * Feature - Added support for enumerating regions for `Aws::BedrockAgentCoreControl`.
43
+
44
+ * Feature - Added support for enumerating regions for `Aws::BedrockAgentCore`.
45
+
46
+ 1.1128.0 (2025-07-16)
47
+ ------------------
48
+
49
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
50
+
51
+ 1.1127.0 (2025-07-15)
52
+ ------------------
53
+
54
+ * Feature - Added support for enumerating regions for `Aws::S3Vectors`.
55
+
56
+ 1.1126.0 (2025-07-09)
57
+ ------------------
58
+
59
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
60
+
4
61
  1.1125.0 (2025-07-03)
5
62
  ------------------
6
63
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1125.0
1
+ 1.1136.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',
@@ -582,6 +584,7 @@ module Aws
582
584
  'S3Control' => 's3-control',
583
585
  'S3Outposts' => 's3-outposts',
584
586
  'S3Tables' => 's3tables',
587
+ 'S3Vectors' => 's3vectors',
585
588
  'SES' => 'email',
586
589
  'SESV2' => 'email',
587
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" : { },
@@ -4078,6 +4079,7 @@
4078
4079
  "sa-east-1" : { },
4079
4080
  "us-east-1" : { },
4080
4081
  "us-east-2" : { },
4082
+ "us-west-1" : { },
4081
4083
  "us-west-2" : { }
4082
4084
  }
4083
4085
  },
@@ -5728,6 +5730,7 @@
5728
5730
  "tags" : [ "dualstack" ]
5729
5731
  } ]
5730
5732
  },
5733
+ "ap-southeast-7" : { },
5731
5734
  "ca-central-1" : {
5732
5735
  "variants" : [ {
5733
5736
  "hostname" : "cognito-identity.ca-central-1.amazonaws.com",
@@ -5834,6 +5837,7 @@
5834
5837
  "tags" : [ "dualstack" ]
5835
5838
  } ]
5836
5839
  },
5840
+ "mx-central-1" : { },
5837
5841
  "sa-east-1" : {
5838
5842
  "variants" : [ {
5839
5843
  "hostname" : "cognito-identity.sa-east-1.amazonaws.com",
@@ -5964,6 +5968,7 @@
5964
5968
  "tags" : [ "dualstack" ]
5965
5969
  } ]
5966
5970
  },
5971
+ "ap-southeast-7" : { },
5967
5972
  "ca-central-1" : {
5968
5973
  "variants" : [ {
5969
5974
  "hostname" : "cognito-idp.ca-central-1.amazonaws.com",
@@ -6070,6 +6075,7 @@
6070
6075
  "tags" : [ "dualstack" ]
6071
6076
  } ]
6072
6077
  },
6078
+ "mx-central-1" : { },
6073
6079
  "sa-east-1" : {
6074
6080
  "variants" : [ {
6075
6081
  "hostname" : "cognito-idp.sa-east-1.amazonaws.com",
@@ -6694,6 +6700,7 @@
6694
6700
  "endpoints" : {
6695
6701
  "af-south-1" : { },
6696
6702
  "ap-east-1" : { },
6703
+ "ap-east-2" : { },
6697
6704
  "ap-northeast-1" : { },
6698
6705
  "ap-northeast-2" : { },
6699
6706
  "ap-northeast-3" : { },
@@ -9338,6 +9345,7 @@
9338
9345
  "tags" : [ "dualstack" ]
9339
9346
  } ]
9340
9347
  },
9348
+ "me-central-1" : { },
9341
9349
  "me-south-1" : {
9342
9350
  "variants" : [ {
9343
9351
  "hostname" : "elasticbeanstalk.me-south-1.api.aws",
@@ -11508,6 +11516,7 @@
11508
11516
  "endpoints" : {
11509
11517
  "af-south-1" : { },
11510
11518
  "ap-east-1" : { },
11519
+ "ap-east-2" : { },
11511
11520
  "ap-northeast-1" : { },
11512
11521
  "ap-northeast-2" : { },
11513
11522
  "ap-northeast-3" : { },
@@ -13857,6 +13866,7 @@
13857
13866
  "endpoints" : {
13858
13867
  "af-south-1" : { },
13859
13868
  "ap-east-1" : { },
13869
+ "ap-east-2" : { },
13860
13870
  "ap-northeast-1" : { },
13861
13871
  "ap-northeast-2" : { },
13862
13872
  "ap-northeast-3" : { },
@@ -14251,6 +14261,7 @@
14251
14261
  "endpoints" : {
14252
14262
  "af-south-1" : { },
14253
14263
  "ap-east-1" : { },
14264
+ "ap-east-2" : { },
14254
14265
  "ap-northeast-1" : { },
14255
14266
  "ap-northeast-2" : { },
14256
14267
  "ap-northeast-3" : { },
@@ -15377,6 +15388,7 @@
15377
15388
  "endpoints" : {
15378
15389
  "af-south-1" : { },
15379
15390
  "ap-east-1" : { },
15391
+ "ap-east-2" : { },
15380
15392
  "ap-northeast-1" : { },
15381
15393
  "ap-northeast-2" : { },
15382
15394
  "ap-northeast-3" : { },
@@ -16970,6 +16982,8 @@
16970
16982
  "ap-southeast-2" : { },
16971
16983
  "ap-southeast-3" : { },
16972
16984
  "ap-southeast-4" : { },
16985
+ "ap-southeast-5" : { },
16986
+ "ap-southeast-7" : { },
16973
16987
  "ca-central-1" : { },
16974
16988
  "eu-central-1" : { },
16975
16989
  "eu-central-2" : { },
@@ -17216,6 +17230,7 @@
17216
17230
  "endpoints" : {
17217
17231
  "af-south-1" : { },
17218
17232
  "ap-east-1" : { },
17233
+ "ap-east-2" : { },
17219
17234
  "ap-northeast-1" : { },
17220
17235
  "ap-northeast-2" : { },
17221
17236
  "ap-northeast-3" : { },
@@ -21420,7 +21435,9 @@
21420
21435
  "ap-southeast-2" : { },
21421
21436
  "ap-southeast-3" : { },
21422
21437
  "ap-southeast-4" : { },
21438
+ "ap-southeast-5" : { },
21423
21439
  "ca-central-1" : { },
21440
+ "ca-west-1" : { },
21424
21441
  "eu-central-1" : { },
21425
21442
  "eu-central-2" : { },
21426
21443
  "eu-north-1" : { },
@@ -22504,6 +22521,7 @@
22504
22521
  "endpoints" : {
22505
22522
  "af-south-1" : { },
22506
22523
  "ap-east-1" : { },
22524
+ "ap-east-2" : { },
22507
22525
  "ap-northeast-1" : { },
22508
22526
  "ap-northeast-2" : { },
22509
22527
  "ap-northeast-3" : { },
@@ -22513,6 +22531,8 @@
22513
22531
  "ap-southeast-2" : { },
22514
22532
  "ap-southeast-3" : { },
22515
22533
  "ap-southeast-4" : { },
22534
+ "ap-southeast-5" : { },
22535
+ "ap-southeast-7" : { },
22516
22536
  "ca-central-1" : { },
22517
22537
  "ca-west-1" : { },
22518
22538
  "eu-central-1" : { },
@@ -22526,6 +22546,7 @@
22526
22546
  "il-central-1" : { },
22527
22547
  "me-central-1" : { },
22528
22548
  "me-south-1" : { },
22549
+ "mx-central-1" : { },
22529
22550
  "sa-east-1" : { },
22530
22551
  "us-east-1" : { },
22531
22552
  "us-east-2" : { },
@@ -22801,6 +22822,7 @@
22801
22822
  "tags" : [ "dualstack" ]
22802
22823
  } ]
22803
22824
  },
22825
+ "ap-east-2" : { },
22804
22826
  "ap-northeast-1" : {
22805
22827
  "variants" : [ {
22806
22828
  "hostname" : "securityhub.ap-northeast-1.api.aws",
@@ -39902,6 +39924,12 @@
39902
39924
  "us-isof-south-1" : { }
39903
39925
  }
39904
39926
  },
39927
+ "runtime.sagemaker" : {
39928
+ "endpoints" : {
39929
+ "us-isof-east-1" : { },
39930
+ "us-isof-south-1" : { }
39931
+ }
39932
+ },
39905
39933
  "s3" : {
39906
39934
  "defaults" : {
39907
39935
  "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.1125.0
4
+ version: 1.1136.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services