aws-partitions 1.969.0 → 1.970.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 +12 -1
- 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: 0aed489c67ccb089724b4364c5c8470d93e8f4d49579f1a654c4ec22155c20c1
|
|
4
|
+
data.tar.gz: 9fe479a6330ca7184e32148ae3a64b2dd7ded63270502845bafcdeef0201fddc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7bb45ebc32232eedfd6ec2aea1b988614909ecb03d82dca4dc289fcd5cf6304626b61063240cebbb7aafee255cf42578f98a3cf5e03624af6e896522fd7a2221
|
|
7
|
+
data.tar.gz: e706dd29871832d01bcf41fc4941a1aa3182e4d1e1b32b17bdac99a5cc55283ad5d6253c7749934b20419952da4769ba60ad180c38eb9caf2331f2cecbbc48a4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.970.0
|
data/partitions.json
CHANGED
|
@@ -17527,7 +17527,18 @@
|
|
|
17527
17527
|
"protocols" : [ "https" ]
|
|
17528
17528
|
},
|
|
17529
17529
|
"ca-central-1" : {
|
|
17530
|
-
"protocols" : [ "https" ]
|
|
17530
|
+
"protocols" : [ "https" ],
|
|
17531
|
+
"variants" : [ {
|
|
17532
|
+
"hostname" : "serverlessrepo-fips.ca-central-1.amazonaws.com",
|
|
17533
|
+
"tags" : [ "fips" ]
|
|
17534
|
+
} ]
|
|
17535
|
+
},
|
|
17536
|
+
"ca-central-1-fips" : {
|
|
17537
|
+
"credentialScope" : {
|
|
17538
|
+
"region" : "ca-central-1"
|
|
17539
|
+
},
|
|
17540
|
+
"deprecated" : true,
|
|
17541
|
+
"hostname" : "serverlessrepo-fips.ca-central-1.amazonaws.com"
|
|
17531
17542
|
},
|
|
17532
17543
|
"eu-central-1" : {
|
|
17533
17544
|
"protocols" : [ "https" ]
|
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.970.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: 2024-08-
|
|
11
|
+
date: 2024-08-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|