aws-partitions 1.1043.0 → 1.1044.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 +5 -0
- data/VERSION +1 -1
- data/partitions.json +26 -2
- 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: e5b3f0ec547e29392ab8eb701651dfd31bca71a1ca0de1d2edec446c7cb11df3
|
4
|
+
data.tar.gz: 54baacda0fb0c02bc9a40716977357a454bd4d7cc90756304e144304bb3db642
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77e9aefdc37690b1c06dd27cdc7172259de695d5094eedbab64f8e7f835cdeeb9b256ae6e80b2ae42014de4d6b54f6ab56f0c6c79d7bffd6891bdca68db1bb88
|
7
|
+
data.tar.gz: 9c0f4656cc3defb5ce85db9fa7cff53607eca3d0c17a4b535a63cc5add7a9e2730825c680f31850c1395527958612171e339c5e5c064177f44ba192b324dc22e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1044.0
|
data/partitions.json
CHANGED
@@ -22426,8 +22426,18 @@
|
|
22426
22426
|
"ap-southeast-4" : { },
|
22427
22427
|
"ap-southeast-5" : { },
|
22428
22428
|
"ap-southeast-7" : { },
|
22429
|
-
"ca-central-1" : {
|
22430
|
-
|
22429
|
+
"ca-central-1" : {
|
22430
|
+
"variants" : [ {
|
22431
|
+
"hostname" : "sqs-fips.ca-central-1.amazonaws.com",
|
22432
|
+
"tags" : [ "fips" ]
|
22433
|
+
} ]
|
22434
|
+
},
|
22435
|
+
"ca-west-1" : {
|
22436
|
+
"variants" : [ {
|
22437
|
+
"hostname" : "sqs-fips.ca-west-1.amazonaws.com",
|
22438
|
+
"tags" : [ "fips" ]
|
22439
|
+
} ]
|
22440
|
+
},
|
22431
22441
|
"eu-central-1" : { },
|
22432
22442
|
"eu-central-2" : { },
|
22433
22443
|
"eu-north-1" : { },
|
@@ -22436,6 +22446,20 @@
|
|
22436
22446
|
"eu-west-1" : { },
|
22437
22447
|
"eu-west-2" : { },
|
22438
22448
|
"eu-west-3" : { },
|
22449
|
+
"fips-ca-central-1" : {
|
22450
|
+
"credentialScope" : {
|
22451
|
+
"region" : "ca-central-1"
|
22452
|
+
},
|
22453
|
+
"deprecated" : true,
|
22454
|
+
"hostname" : "sqs-fips.ca-central-1.amazonaws.com"
|
22455
|
+
},
|
22456
|
+
"fips-ca-west-1" : {
|
22457
|
+
"credentialScope" : {
|
22458
|
+
"region" : "ca-west-1"
|
22459
|
+
},
|
22460
|
+
"deprecated" : true,
|
22461
|
+
"hostname" : "sqs-fips.ca-west-1.amazonaws.com"
|
22462
|
+
},
|
22439
22463
|
"fips-us-east-1" : {
|
22440
22464
|
"credentialScope" : {
|
22441
22465
|
"region" : "us-east-1"
|
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.1044.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: 2025-01-
|
11
|
+
date: 2025-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|