aws-partitions 1.703.0 → 1.704.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 +9 -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: ad6eae788d14fb542c1e0a581064acd3fa778845d380100b8fb58ab8087bb3e0
|
|
4
|
+
data.tar.gz: b3b6c25477049d94ed14404c4760f72d705f21501006c8f75792f3238de560c5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d2fe65c434c523bdecd6461c82d34d3644190d58bf7eb5e4e739f4b1b927ab406e9e3aa918e86481456f9364fde69a7da5c1894568297b257667bb5b20d20b8f
|
|
7
|
+
data.tar.gz: 274797f5f9f352e1a41596ae2b56d372942eaa18c2023845b3b58f79dd1239f13050ac3a4e2a4e431fab92681ed7f633ae2db091bcd69df053d952e83ae76c96
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.704.0
|
data/partitions.json
CHANGED
|
@@ -4619,6 +4619,7 @@
|
|
|
4619
4619
|
"ap-northeast-2" : { },
|
|
4620
4620
|
"ap-northeast-3" : { },
|
|
4621
4621
|
"ap-south-1" : { },
|
|
4622
|
+
"ap-south-2" : { },
|
|
4622
4623
|
"ap-southeast-1" : { },
|
|
4623
4624
|
"ap-southeast-2" : { },
|
|
4624
4625
|
"ap-southeast-3" : { },
|
|
@@ -4629,8 +4630,10 @@
|
|
|
4629
4630
|
} ]
|
|
4630
4631
|
},
|
|
4631
4632
|
"eu-central-1" : { },
|
|
4633
|
+
"eu-central-2" : { },
|
|
4632
4634
|
"eu-north-1" : { },
|
|
4633
4635
|
"eu-south-1" : { },
|
|
4636
|
+
"eu-south-2" : { },
|
|
4634
4637
|
"eu-west-1" : { },
|
|
4635
4638
|
"eu-west-2" : { },
|
|
4636
4639
|
"eu-west-3" : { },
|
|
@@ -19813,6 +19816,12 @@
|
|
|
19813
19816
|
}
|
|
19814
19817
|
}
|
|
19815
19818
|
},
|
|
19819
|
+
"inspector2" : {
|
|
19820
|
+
"endpoints" : {
|
|
19821
|
+
"us-gov-east-1" : { },
|
|
19822
|
+
"us-gov-west-1" : { }
|
|
19823
|
+
}
|
|
19824
|
+
},
|
|
19816
19825
|
"iot" : {
|
|
19817
19826
|
"defaults" : {
|
|
19818
19827
|
"credentialScope" : {
|
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.704.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-02-
|
|
11
|
+
date: 2023-02-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|