aws-partitions 1.1120.0 → 1.1125.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: ccd86d8813594769bb0b46a2f0b40e6518d1d0c0698c30e47cd20cff42f6850a
4
- data.tar.gz: ddcbc831c681acc9c41f95e81556d5497582702426808e093001c8b6cd31e647
3
+ metadata.gz: e1b2ae0b9d958bd6970a9fe15c7102042187cd35dd27368e2467cf8b93edb6d6
4
+ data.tar.gz: a353915d3d1f9e1f1370712f15f9150dbadfb9c2f96da423cfa80ff0649837f0
5
5
  SHA512:
6
- metadata.gz: 4eba7ffc1bcc8c75a2fb65c4b71cf646a25b6bd187637c1ec521939e43986b2416826593aceb9e05ff965698c4c7260f7f78ba46e410c1e45122077602755dce
7
- data.tar.gz: 0affbd79063bbe8f9241c62667800ae17f3f86537bff1aeb93a6de98aadcf44fd4d20d3eca00869620d5aca45329a9cbd0334574b72bb2027dc50c111e19ba81
6
+ metadata.gz: 536ea5ac808387c53cfc58e60717ec1e4f1a2fdc422063a34b46bd94ffe813c0e229e6f00c3a5e4fb9255e6a41b1ade7b1cc105d649f55da7dcd4025189eb47d
7
+ data.tar.gz: d695e9ee3783327b562901cfe5e1d829140b07c1bc0ac1bd29520c206a2a0834c6eddde219426c97e9585dbad5fd5627b8e2bff350f2253538f4dc768d79518a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,31 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1125.0 (2025-07-03)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1124.0 (2025-07-01)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::Odb`.
13
+
14
+ 1.1123.0 (2025-06-30)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.1122.0 (2025-06-27)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.1121.0 (2025-06-26)
25
+ ------------------
26
+
27
+ * Feature - Added support for enumerating regions for `Aws::KeyspacesStreams`.
28
+
4
29
  1.1120.0 (2025-06-23)
5
30
  ------------------
6
31
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1120.0
1
+ 1.1125.0
@@ -451,6 +451,7 @@ module Aws
451
451
  'Kendra' => 'kendra',
452
452
  'KendraRanking' => 'kendra-ranking',
453
453
  'Keyspaces' => 'cassandra',
454
+ 'KeyspacesStreams' => 'cassandra-streams',
454
455
  'Kinesis' => 'kinesis',
455
456
  'KinesisAnalytics' => 'kinesisanalytics',
456
457
  'KinesisAnalyticsV2' => 'kinesisanalytics',
@@ -521,6 +522,7 @@ module Aws
521
522
  'OAM' => 'oam',
522
523
  'OSIS' => 'osis',
523
524
  'ObservabilityAdmin' => 'observabilityadmin',
525
+ 'Odb' => 'odb',
524
526
  'Omics' => 'omics',
525
527
  'OpenSearchServerless' => 'aoss',
526
528
  'OpenSearchService' => 'es',
data/partitions.json CHANGED
@@ -3160,6 +3160,7 @@
3160
3160
  "tags" : [ "dualstack" ]
3161
3161
  } ]
3162
3162
  },
3163
+ "ap-east-2" : { },
3163
3164
  "ap-northeast-1" : {
3164
3165
  "variants" : [ {
3165
3166
  "hostname" : "athena.ap-northeast-1.api.aws",
@@ -5021,6 +5022,7 @@
5021
5022
  "tags" : [ "dualstack" ]
5022
5023
  } ]
5023
5024
  },
5025
+ "eu-south-2" : { },
5024
5026
  "eu-west-1" : {
5025
5027
  "variants" : [ {
5026
5028
  "hostname" : "cloudhsmv2.eu-west-1.api.aws",
@@ -6639,6 +6641,9 @@
6639
6641
  "connect-campaigns" : {
6640
6642
  "endpoints" : {
6641
6643
  "af-south-1" : { },
6644
+ "ap-northeast-1" : { },
6645
+ "ap-northeast-2" : { },
6646
+ "ap-southeast-1" : { },
6642
6647
  "ap-southeast-2" : { },
6643
6648
  "ca-central-1" : { },
6644
6649
  "eu-central-1" : { },
@@ -10042,6 +10047,7 @@
10042
10047
  "ap-northeast-2" : { },
10043
10048
  "ap-northeast-3" : { },
10044
10049
  "ap-south-1" : { },
10050
+ "ap-south-2" : { },
10045
10051
  "ap-southeast-1" : { },
10046
10052
  "ap-southeast-2" : { },
10047
10053
  "ap-southeast-3" : { },
@@ -10052,6 +10058,7 @@
10052
10058
  } ]
10053
10059
  },
10054
10060
  "eu-central-1" : { },
10061
+ "eu-central-2" : { },
10055
10062
  "eu-north-1" : { },
10056
10063
  "eu-south-1" : { },
10057
10064
  "eu-west-1" : { },
@@ -10093,6 +10100,7 @@
10093
10100
  "hostname" : "email-fips.us-west-2.amazonaws.com"
10094
10101
  },
10095
10102
  "il-central-1" : { },
10103
+ "me-central-1" : { },
10096
10104
  "me-south-1" : { },
10097
10105
  "sa-east-1" : { },
10098
10106
  "us-east-1" : {
@@ -11716,6 +11724,8 @@
11716
11724
  "ap-south-1" : { },
11717
11725
  "ap-southeast-1" : { },
11718
11726
  "ap-southeast-2" : { },
11727
+ "ap-southeast-5" : { },
11728
+ "ap-southeast-7" : { },
11719
11729
  "ca-central-1" : { },
11720
11730
  "eu-central-1" : { },
11721
11731
  "eu-north-1" : { },
@@ -12835,14 +12845,20 @@
12835
12845
  "ap-northeast-2" : { },
12836
12846
  "ap-northeast-3" : { },
12837
12847
  "ap-south-1" : { },
12848
+ "ap-south-2" : { },
12838
12849
  "ap-southeast-1" : { },
12839
12850
  "ap-southeast-2" : { },
12840
12851
  "ap-southeast-3" : { },
12852
+ "ap-southeast-4" : { },
12853
+ "ap-southeast-5" : { },
12854
+ "ap-southeast-7" : { },
12841
12855
  "ca-central-1" : { },
12856
+ "ca-west-1" : { },
12842
12857
  "eu-central-1" : { },
12843
12858
  "eu-central-2" : { },
12844
12859
  "eu-north-1" : { },
12845
12860
  "eu-south-1" : { },
12861
+ "eu-south-2" : { },
12846
12862
  "eu-west-1" : { },
12847
12863
  "eu-west-2" : { },
12848
12864
  "eu-west-3" : { },
@@ -12874,7 +12890,10 @@
12874
12890
  "deprecated" : true,
12875
12891
  "hostname" : "inspector2-fips.us-west-2.amazonaws.com"
12876
12892
  },
12893
+ "il-central-1" : { },
12894
+ "me-central-1" : { },
12877
12895
  "me-south-1" : { },
12896
+ "mx-central-1" : { },
12878
12897
  "sa-east-1" : { },
12879
12898
  "us-east-1" : {
12880
12899
  "variants" : [ {
@@ -35331,6 +35350,12 @@
35331
35350
  }
35332
35351
  }
35333
35352
  },
35353
+ "scheduler" : {
35354
+ "endpoints" : {
35355
+ "us-gov-east-1" : { },
35356
+ "us-gov-west-1" : { }
35357
+ }
35358
+ },
35334
35359
  "schemas" : {
35335
35360
  "endpoints" : {
35336
35361
  "us-gov-east-1" : { },
@@ -36650,6 +36675,12 @@
36650
36675
  "us-iso-west-1" : { }
36651
36676
  }
36652
36677
  },
36678
+ "backup" : {
36679
+ "endpoints" : {
36680
+ "us-iso-east-1" : { },
36681
+ "us-iso-west-1" : { }
36682
+ }
36683
+ },
36653
36684
  "batch" : {
36654
36685
  "endpoints" : {
36655
36686
  "us-iso-east-1" : { }
@@ -37208,6 +37239,11 @@
37208
37239
  }
37209
37240
  }
37210
37241
  },
37242
+ "lakeformation" : {
37243
+ "endpoints" : {
37244
+ "us-iso-east-1" : { }
37245
+ }
37246
+ },
37211
37247
  "lambda" : {
37212
37248
  "endpoints" : {
37213
37249
  "us-iso-east-1" : { },
@@ -37773,6 +37809,11 @@
37773
37809
  }
37774
37810
  }
37775
37811
  },
37812
+ "wafv2" : {
37813
+ "endpoints" : {
37814
+ "us-iso-east-1" : { }
37815
+ }
37816
+ },
37776
37817
  "workspaces" : {
37777
37818
  "endpoints" : {
37778
37819
  "fips-us-iso-east-1" : {
@@ -37897,6 +37938,11 @@
37897
37938
  "us-isob-east-1" : { }
37898
37939
  }
37899
37940
  },
37941
+ "backup" : {
37942
+ "endpoints" : {
37943
+ "us-isob-east-1" : { }
37944
+ }
37945
+ },
37900
37946
  "batch" : {
37901
37947
  "endpoints" : {
37902
37948
  "us-isob-east-1" : { }
@@ -38638,6 +38684,11 @@
38638
38684
  "us-isob-east-1" : { }
38639
38685
  }
38640
38686
  },
38687
+ "wafv2" : {
38688
+ "endpoints" : {
38689
+ "us-isob-east-1" : { }
38690
+ }
38691
+ },
38641
38692
  "workspaces" : {
38642
38693
  "endpoints" : {
38643
38694
  "fips-us-isob-east-1" : {
@@ -39109,6 +39160,11 @@
39109
39160
  "eu-isoe-west-1" : { }
39110
39161
  }
39111
39162
  },
39163
+ "schemas" : {
39164
+ "endpoints" : {
39165
+ "eu-isoe-west-1" : { }
39166
+ }
39167
+ },
39112
39168
  "secretsmanager" : {
39113
39169
  "endpoints" : {
39114
39170
  "eu-isoe-west-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.1120.0
4
+ version: 1.1125.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services