aws-partitions 1.1120.0 → 1.1122.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +29 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 04f531c5d0f74cdce29edfc46ad936397cda118bf68c9ac183d2e79b2c8f1376
|
4
|
+
data.tar.gz: d395e6cfa3515431aa35a981ebdade63a84de673458027831a69c805c63fb326
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca23e7d15936f732d598e3ea7780ce89cd28549a6d54b6cffc1ed9008a92df75a2c7da8a2a86d628f74918a067360113c56efeb2ed4dd3b9bbb877938362b18c
|
7
|
+
data.tar.gz: d6e5abcdb7cff00483fd8ed8b5239afb3d4b6a1e5865b91d903899dc817ef534b78fd1b4daf2131529873a83c815bf393b2ce53aa5b0a45715622454534c98c4
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1122.0 (2025-06-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1121.0 (2025-06-26)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::KeyspacesStreams`.
|
13
|
+
|
4
14
|
1.1120.0 (2025-06-23)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1122.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -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',
|
data/partitions.json
CHANGED
@@ -6639,6 +6639,9 @@
|
|
6639
6639
|
"connect-campaigns" : {
|
6640
6640
|
"endpoints" : {
|
6641
6641
|
"af-south-1" : { },
|
6642
|
+
"ap-northeast-1" : { },
|
6643
|
+
"ap-northeast-2" : { },
|
6644
|
+
"ap-southeast-1" : { },
|
6642
6645
|
"ap-southeast-2" : { },
|
6643
6646
|
"ca-central-1" : { },
|
6644
6647
|
"eu-central-1" : { },
|
@@ -10042,6 +10045,7 @@
|
|
10042
10045
|
"ap-northeast-2" : { },
|
10043
10046
|
"ap-northeast-3" : { },
|
10044
10047
|
"ap-south-1" : { },
|
10048
|
+
"ap-south-2" : { },
|
10045
10049
|
"ap-southeast-1" : { },
|
10046
10050
|
"ap-southeast-2" : { },
|
10047
10051
|
"ap-southeast-3" : { },
|
@@ -10052,6 +10056,7 @@
|
|
10052
10056
|
} ]
|
10053
10057
|
},
|
10054
10058
|
"eu-central-1" : { },
|
10059
|
+
"eu-central-2" : { },
|
10055
10060
|
"eu-north-1" : { },
|
10056
10061
|
"eu-south-1" : { },
|
10057
10062
|
"eu-west-1" : { },
|
@@ -10093,6 +10098,7 @@
|
|
10093
10098
|
"hostname" : "email-fips.us-west-2.amazonaws.com"
|
10094
10099
|
},
|
10095
10100
|
"il-central-1" : { },
|
10101
|
+
"me-central-1" : { },
|
10096
10102
|
"me-south-1" : { },
|
10097
10103
|
"sa-east-1" : { },
|
10098
10104
|
"us-east-1" : {
|
@@ -11716,6 +11722,8 @@
|
|
11716
11722
|
"ap-south-1" : { },
|
11717
11723
|
"ap-southeast-1" : { },
|
11718
11724
|
"ap-southeast-2" : { },
|
11725
|
+
"ap-southeast-5" : { },
|
11726
|
+
"ap-southeast-7" : { },
|
11719
11727
|
"ca-central-1" : { },
|
11720
11728
|
"eu-central-1" : { },
|
11721
11729
|
"eu-north-1" : { },
|
@@ -36650,6 +36658,12 @@
|
|
36650
36658
|
"us-iso-west-1" : { }
|
36651
36659
|
}
|
36652
36660
|
},
|
36661
|
+
"backup" : {
|
36662
|
+
"endpoints" : {
|
36663
|
+
"us-iso-east-1" : { },
|
36664
|
+
"us-iso-west-1" : { }
|
36665
|
+
}
|
36666
|
+
},
|
36653
36667
|
"batch" : {
|
36654
36668
|
"endpoints" : {
|
36655
36669
|
"us-iso-east-1" : { }
|
@@ -37208,6 +37222,11 @@
|
|
37208
37222
|
}
|
37209
37223
|
}
|
37210
37224
|
},
|
37225
|
+
"lakeformation" : {
|
37226
|
+
"endpoints" : {
|
37227
|
+
"us-iso-east-1" : { }
|
37228
|
+
}
|
37229
|
+
},
|
37211
37230
|
"lambda" : {
|
37212
37231
|
"endpoints" : {
|
37213
37232
|
"us-iso-east-1" : { },
|
@@ -37897,6 +37916,11 @@
|
|
37897
37916
|
"us-isob-east-1" : { }
|
37898
37917
|
}
|
37899
37918
|
},
|
37919
|
+
"backup" : {
|
37920
|
+
"endpoints" : {
|
37921
|
+
"us-isob-east-1" : { }
|
37922
|
+
}
|
37923
|
+
},
|
37900
37924
|
"batch" : {
|
37901
37925
|
"endpoints" : {
|
37902
37926
|
"us-isob-east-1" : { }
|
@@ -39109,6 +39133,11 @@
|
|
39109
39133
|
"eu-isoe-west-1" : { }
|
39110
39134
|
}
|
39111
39135
|
},
|
39136
|
+
"schemas" : {
|
39137
|
+
"endpoints" : {
|
39138
|
+
"eu-isoe-west-1" : { }
|
39139
|
+
}
|
39140
|
+
},
|
39112
39141
|
"secretsmanager" : {
|
39113
39142
|
"endpoints" : {
|
39114
39143
|
"eu-isoe-west-1" : { }
|