aws-partitions 1.724.0 → 1.725.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 -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: 3c855e6cfae7ab6d2e0cd27df72a185360a63a6e9c136d1215a4164c4d1b6791
|
|
4
|
+
data.tar.gz: aef17506b4fb307b1d4bab3627f559de8062f549f9ec3bcc0000d1a9995a512e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b77d4ec6d15e25139f1ecf891ac31a7f551e2af9b7b7216c9737e56efc22759609e23e7d206152485fa18d6cbfbe618f3f45dc760858f74f4780cc1ea9fbc28c
|
|
7
|
+
data.tar.gz: fbca59a7ea957111a9133bdd5bf6cd2ce7ea7b4319cb1fe27b4a28dba0f4ec3f2981e75899df1a5839c6ba8f03f3fbc5fe7ecc6dd2358d8e30ae926cab721fd7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.725.0
|
data/partitions.json
CHANGED
|
@@ -12055,6 +12055,7 @@
|
|
|
12055
12055
|
"endpoints" : {
|
|
12056
12056
|
"ap-northeast-1" : { },
|
|
12057
12057
|
"ap-northeast-2" : { },
|
|
12058
|
+
"ap-south-1" : { },
|
|
12058
12059
|
"ap-southeast-1" : { },
|
|
12059
12060
|
"ap-southeast-2" : { },
|
|
12060
12061
|
"ca-central-1" : { },
|
|
@@ -20769,11 +20770,18 @@
|
|
|
20769
20770
|
},
|
|
20770
20771
|
"participant.connect" : {
|
|
20771
20772
|
"endpoints" : {
|
|
20772
|
-
"us-gov-west-1" : {
|
|
20773
|
+
"fips-us-gov-west-1" : {
|
|
20773
20774
|
"credentialScope" : {
|
|
20774
20775
|
"region" : "us-gov-west-1"
|
|
20775
20776
|
},
|
|
20777
|
+
"deprecated" : true,
|
|
20776
20778
|
"hostname" : "participant.connect.us-gov-west-1.amazonaws.com"
|
|
20779
|
+
},
|
|
20780
|
+
"us-gov-west-1" : {
|
|
20781
|
+
"variants" : [ {
|
|
20782
|
+
"hostname" : "participant.connect.us-gov-west-1.amazonaws.com",
|
|
20783
|
+
"tags" : [ "fips" ]
|
|
20784
|
+
} ]
|
|
20777
20785
|
}
|
|
20778
20786
|
}
|
|
20779
20787
|
},
|
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.725.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-03-
|
|
11
|
+
date: 2023-03-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|