aws-partitions 1.741.0 → 1.742.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 +20 -0
- 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: 2b298ef7e68bc2d8228bb0e63027d9f223965fb2f9744093033196c3418f5fc3
|
|
4
|
+
data.tar.gz: 5a41a5ab8f4af0321c68ab0530b0ced2c4f0894656e160eed7c18a728d1ba490
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6e06c965ff2394a23b52e208591f9899cfc34f5874a2f53beb5eca2885553d5267d9f33b0c00a5d98db367745c85594b80622f9b9296993dcda76971fc722c9
|
|
7
|
+
data.tar.gz: e8f7d9f4b753430079e8aa2d317d76c0b0e20e44d5f425527467a404950149d62c3e5a7762c34eedb992efb06fae260a963cc0389a0166fb5b441c1696221332
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.742.0
|
data/partitions.json
CHANGED
|
@@ -1821,7 +1821,9 @@
|
|
|
1821
1821
|
},
|
|
1822
1822
|
"arc-zonal-shift" : {
|
|
1823
1823
|
"endpoints" : {
|
|
1824
|
+
"af-south-1" : { },
|
|
1824
1825
|
"ap-northeast-1" : { },
|
|
1826
|
+
"ap-northeast-2" : { },
|
|
1825
1827
|
"ap-south-1" : { },
|
|
1826
1828
|
"ap-southeast-1" : { },
|
|
1827
1829
|
"ap-southeast-2" : { },
|
|
@@ -2787,13 +2789,16 @@
|
|
|
2787
2789
|
"ap-northeast-2" : { },
|
|
2788
2790
|
"ap-northeast-3" : { },
|
|
2789
2791
|
"ap-south-1" : { },
|
|
2792
|
+
"ap-south-2" : { },
|
|
2790
2793
|
"ap-southeast-1" : { },
|
|
2791
2794
|
"ap-southeast-2" : { },
|
|
2792
2795
|
"ap-southeast-3" : { },
|
|
2793
2796
|
"ca-central-1" : { },
|
|
2794
2797
|
"eu-central-1" : { },
|
|
2798
|
+
"eu-central-2" : { },
|
|
2795
2799
|
"eu-north-1" : { },
|
|
2796
2800
|
"eu-south-1" : { },
|
|
2801
|
+
"eu-south-2" : { },
|
|
2797
2802
|
"eu-west-1" : { },
|
|
2798
2803
|
"eu-west-2" : { },
|
|
2799
2804
|
"eu-west-3" : { },
|
|
@@ -7485,6 +7490,7 @@
|
|
|
7485
7490
|
"protocols" : [ "https" ]
|
|
7486
7491
|
},
|
|
7487
7492
|
"endpoints" : {
|
|
7493
|
+
"ap-south-1" : { },
|
|
7488
7494
|
"us-east-1" : { },
|
|
7489
7495
|
"us-east-2" : { },
|
|
7490
7496
|
"us-west-2" : { }
|
|
@@ -12714,6 +12720,7 @@
|
|
|
12714
12720
|
"ap-northeast-2" : { },
|
|
12715
12721
|
"ap-northeast-3" : { },
|
|
12716
12722
|
"ap-south-1" : { },
|
|
12723
|
+
"ap-south-2" : { },
|
|
12717
12724
|
"ap-southeast-1" : { },
|
|
12718
12725
|
"ap-southeast-2" : { },
|
|
12719
12726
|
"ap-southeast-3" : { },
|
|
@@ -18858,6 +18865,19 @@
|
|
|
18858
18865
|
"deprecated" : true,
|
|
18859
18866
|
"hostname" : "appstream2-fips.us-gov-west-1.amazonaws.com"
|
|
18860
18867
|
},
|
|
18868
|
+
"us-gov-east-1" : {
|
|
18869
|
+
"variants" : [ {
|
|
18870
|
+
"hostname" : "appstream2-fips.us-gov-east-1.amazonaws.com",
|
|
18871
|
+
"tags" : [ "fips" ]
|
|
18872
|
+
} ]
|
|
18873
|
+
},
|
|
18874
|
+
"us-gov-east-1-fips" : {
|
|
18875
|
+
"credentialScope" : {
|
|
18876
|
+
"region" : "us-gov-east-1"
|
|
18877
|
+
},
|
|
18878
|
+
"deprecated" : true,
|
|
18879
|
+
"hostname" : "appstream2-fips.us-gov-east-1.amazonaws.com"
|
|
18880
|
+
},
|
|
18861
18881
|
"us-gov-west-1" : {
|
|
18862
18882
|
"variants" : [ {
|
|
18863
18883
|
"hostname" : "appstream2-fips.us-gov-west-1.amazonaws.com",
|
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.742.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: 2023-04-
|
|
11
|
+
date: 2023-04-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|