aws-partitions 1.968.0 → 1.970.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +39 -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: 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
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.970.0 (2024-08-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.969.0 (2024-08-28)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::PCS`.
|
13
|
+
|
4
14
|
1.968.0 (2024-08-22)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.970.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
@@ -15458,6 +15458,7 @@
|
|
15458
15458
|
"ap-south-1" : { },
|
15459
15459
|
"ap-southeast-1" : { },
|
15460
15460
|
"ap-southeast-2" : { },
|
15461
|
+
"ap-southeast-3" : { },
|
15461
15462
|
"ca-central-1" : {
|
15462
15463
|
"variants" : [ {
|
15463
15464
|
"hostname" : "redshift-serverless-fips.ca-central-1.amazonaws.com",
|
@@ -17526,7 +17527,18 @@
|
|
17526
17527
|
"protocols" : [ "https" ]
|
17527
17528
|
},
|
17528
17529
|
"ca-central-1" : {
|
17529
|
-
"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"
|
17530
17542
|
},
|
17531
17543
|
"eu-central-1" : {
|
17532
17544
|
"protocols" : [ "https" ]
|
@@ -19707,8 +19719,18 @@
|
|
19707
19719
|
"ap-southeast-3" : { },
|
19708
19720
|
"ap-southeast-4" : { },
|
19709
19721
|
"ap-southeast-5" : { },
|
19710
|
-
"ca-central-1" : {
|
19711
|
-
|
19722
|
+
"ca-central-1" : {
|
19723
|
+
"variants" : [ {
|
19724
|
+
"hostname" : "synthetics-fips.ca-central-1.amazonaws.com",
|
19725
|
+
"tags" : [ "fips" ]
|
19726
|
+
} ]
|
19727
|
+
},
|
19728
|
+
"ca-west-1" : {
|
19729
|
+
"variants" : [ {
|
19730
|
+
"hostname" : "synthetics-fips.ca-west-1.amazonaws.com",
|
19731
|
+
"tags" : [ "fips" ]
|
19732
|
+
} ]
|
19733
|
+
},
|
19712
19734
|
"eu-central-1" : { },
|
19713
19735
|
"eu-central-2" : { },
|
19714
19736
|
"eu-north-1" : { },
|
@@ -19717,6 +19739,20 @@
|
|
19717
19739
|
"eu-west-1" : { },
|
19718
19740
|
"eu-west-2" : { },
|
19719
19741
|
"eu-west-3" : { },
|
19742
|
+
"fips-ca-central-1" : {
|
19743
|
+
"credentialScope" : {
|
19744
|
+
"region" : "ca-central-1"
|
19745
|
+
},
|
19746
|
+
"deprecated" : true,
|
19747
|
+
"hostname" : "synthetics-fips.ca-central-1.amazonaws.com"
|
19748
|
+
},
|
19749
|
+
"fips-ca-west-1" : {
|
19750
|
+
"credentialScope" : {
|
19751
|
+
"region" : "ca-west-1"
|
19752
|
+
},
|
19753
|
+
"deprecated" : true,
|
19754
|
+
"hostname" : "synthetics-fips.ca-west-1.amazonaws.com"
|
19755
|
+
},
|
19720
19756
|
"fips-us-east-1" : {
|
19721
19757
|
"credentialScope" : {
|
19722
19758
|
"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.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:
|