aws-partitions 1.559.0 → 1.563.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +47 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e64d0cf29245b178756b6befda37314cc542e198c1528fcbe7ed10907dfc799
|
|
4
|
+
data.tar.gz: 2167a51689774f4bd91a1676d91b1a900496ad4268b424809a55d49fdef980c6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e3635156bff9bd06820b7d064779dcafe7479010371f57df94c0051ad278daa61c661e446beff6d04ef9ff6ff2caf50748feb1d4e257f3f509b02db5202381c
|
|
7
|
+
data.tar.gz: 4c3d70825ffb8c1b225522b30abb854ed046f04a818f63bda68b71e3f4c187329b8e5a30141a72a9fc1d929eb35bdfd7aacf7594aecb61c954a22b25da2b5bbc
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.563.0 (2022-03-03)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.562.0 (2022-03-02)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::Keyspaces`.
|
|
13
|
+
|
|
14
|
+
1.561.0 (2022-03-01)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
19
|
+
1.560.0 (2022-02-28)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
23
|
+
|
|
4
24
|
1.559.0 (2022-02-25)
|
|
5
25
|
------------------
|
|
6
26
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.563.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
|
@@ -1250,9 +1250,45 @@
|
|
|
1250
1250
|
"endpoints" : {
|
|
1251
1251
|
"ap-northeast-1" : { },
|
|
1252
1252
|
"eu-west-1" : { },
|
|
1253
|
-
"us-east-1" : {
|
|
1254
|
-
|
|
1255
|
-
|
|
1253
|
+
"fips-us-east-1" : {
|
|
1254
|
+
"credentialScope" : {
|
|
1255
|
+
"region" : "us-east-1"
|
|
1256
|
+
},
|
|
1257
|
+
"deprecated" : true,
|
|
1258
|
+
"hostname" : "apprunner-fips.us-east-1.amazonaws.com"
|
|
1259
|
+
},
|
|
1260
|
+
"fips-us-east-2" : {
|
|
1261
|
+
"credentialScope" : {
|
|
1262
|
+
"region" : "us-east-2"
|
|
1263
|
+
},
|
|
1264
|
+
"deprecated" : true,
|
|
1265
|
+
"hostname" : "apprunner-fips.us-east-2.amazonaws.com"
|
|
1266
|
+
},
|
|
1267
|
+
"fips-us-west-2" : {
|
|
1268
|
+
"credentialScope" : {
|
|
1269
|
+
"region" : "us-west-2"
|
|
1270
|
+
},
|
|
1271
|
+
"deprecated" : true,
|
|
1272
|
+
"hostname" : "apprunner-fips.us-west-2.amazonaws.com"
|
|
1273
|
+
},
|
|
1274
|
+
"us-east-1" : {
|
|
1275
|
+
"variants" : [ {
|
|
1276
|
+
"hostname" : "apprunner-fips.us-east-1.amazonaws.com",
|
|
1277
|
+
"tags" : [ "fips" ]
|
|
1278
|
+
} ]
|
|
1279
|
+
},
|
|
1280
|
+
"us-east-2" : {
|
|
1281
|
+
"variants" : [ {
|
|
1282
|
+
"hostname" : "apprunner-fips.us-east-2.amazonaws.com",
|
|
1283
|
+
"tags" : [ "fips" ]
|
|
1284
|
+
} ]
|
|
1285
|
+
},
|
|
1286
|
+
"us-west-2" : {
|
|
1287
|
+
"variants" : [ {
|
|
1288
|
+
"hostname" : "apprunner-fips.us-west-2.amazonaws.com",
|
|
1289
|
+
"tags" : [ "fips" ]
|
|
1290
|
+
} ]
|
|
1291
|
+
}
|
|
1256
1292
|
}
|
|
1257
1293
|
},
|
|
1258
1294
|
"appstream2" : {
|
|
@@ -1599,6 +1635,7 @@
|
|
|
1599
1635
|
},
|
|
1600
1636
|
"braket" : {
|
|
1601
1637
|
"endpoints" : {
|
|
1638
|
+
"eu-west-2" : { },
|
|
1602
1639
|
"us-east-1" : { },
|
|
1603
1640
|
"us-west-1" : { },
|
|
1604
1641
|
"us-west-2" : { }
|
|
@@ -8005,6 +8042,7 @@
|
|
|
8005
8042
|
"ap-south-1" : { },
|
|
8006
8043
|
"ap-southeast-1" : { },
|
|
8007
8044
|
"ap-southeast-2" : { },
|
|
8045
|
+
"ap-southeast-3" : { },
|
|
8008
8046
|
"ca-central-1" : { },
|
|
8009
8047
|
"eu-central-1" : { },
|
|
8010
8048
|
"eu-north-1" : { },
|
|
@@ -16866,6 +16904,12 @@
|
|
|
16866
16904
|
}
|
|
16867
16905
|
},
|
|
16868
16906
|
"sqs" : {
|
|
16907
|
+
"defaults" : {
|
|
16908
|
+
"variants" : [ {
|
|
16909
|
+
"hostname" : "sqs.{region}.{dnsSuffix}",
|
|
16910
|
+
"tags" : [ "fips" ]
|
|
16911
|
+
} ]
|
|
16912
|
+
},
|
|
16869
16913
|
"endpoints" : {
|
|
16870
16914
|
"us-gov-east-1" : {
|
|
16871
16915
|
"credentialScope" : {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-partitions
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.563.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-03-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|