aws-partitions 1.968.0 → 1.969.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +27 -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: 126a7d7bdce9d208969dd9139ca35b6dd65a6458620bbea9e59762e99e6ad9c8
|
4
|
+
data.tar.gz: 6913e4f69d04639ca7382c4cab38ba1e39d35c2f87c3b0ac1e6dbe03b3ce9e76
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3d30bb1fcbdb8fac54ecb4affb1a13e7cc55ee4c2cda5aca4cd1bfd40d1828a984caeea99723d200f40e57f4e28873d4710e6885b6037d42604aeba995c6350
|
7
|
+
data.tar.gz: 1dff3e24f7544d59a6bd7a560de74ae0376e6b2f6b0f364e7d5496d928028f5d9eb6ea7588b194b1d430f288805d60623daf470fda304ee4dcf5d15a49cef8d6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.969.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",
|
@@ -19707,8 +19708,18 @@
|
|
19707
19708
|
"ap-southeast-3" : { },
|
19708
19709
|
"ap-southeast-4" : { },
|
19709
19710
|
"ap-southeast-5" : { },
|
19710
|
-
"ca-central-1" : {
|
19711
|
-
|
19711
|
+
"ca-central-1" : {
|
19712
|
+
"variants" : [ {
|
19713
|
+
"hostname" : "synthetics-fips.ca-central-1.amazonaws.com",
|
19714
|
+
"tags" : [ "fips" ]
|
19715
|
+
} ]
|
19716
|
+
},
|
19717
|
+
"ca-west-1" : {
|
19718
|
+
"variants" : [ {
|
19719
|
+
"hostname" : "synthetics-fips.ca-west-1.amazonaws.com",
|
19720
|
+
"tags" : [ "fips" ]
|
19721
|
+
} ]
|
19722
|
+
},
|
19712
19723
|
"eu-central-1" : { },
|
19713
19724
|
"eu-central-2" : { },
|
19714
19725
|
"eu-north-1" : { },
|
@@ -19717,6 +19728,20 @@
|
|
19717
19728
|
"eu-west-1" : { },
|
19718
19729
|
"eu-west-2" : { },
|
19719
19730
|
"eu-west-3" : { },
|
19731
|
+
"fips-ca-central-1" : {
|
19732
|
+
"credentialScope" : {
|
19733
|
+
"region" : "ca-central-1"
|
19734
|
+
},
|
19735
|
+
"deprecated" : true,
|
19736
|
+
"hostname" : "synthetics-fips.ca-central-1.amazonaws.com"
|
19737
|
+
},
|
19738
|
+
"fips-ca-west-1" : {
|
19739
|
+
"credentialScope" : {
|
19740
|
+
"region" : "ca-west-1"
|
19741
|
+
},
|
19742
|
+
"deprecated" : true,
|
19743
|
+
"hostname" : "synthetics-fips.ca-west-1.amazonaws.com"
|
19744
|
+
},
|
19720
19745
|
"fips-us-east-1" : {
|
19721
19746
|
"credentialScope" : {
|
19722
19747
|
"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.969.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-28 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|