aws-partitions 1.435.0 → 1.436.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 +22 -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: 3518a6fd28decd0a10d8ec2119e51c20b51760176ae099afaf9f1568f08e9840
|
|
4
|
+
data.tar.gz: c756ed5dfb523bfe7c8ff3648d334b574e69bf68ed0f71187f28e480de3e97d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6257cd14515137e0bc655b2c28b18826f7f30674ebbe07d1b2b08d43afd05d1ae1f745c97bef82404a289944fcda4c26440d2a36fc50d841dd888d5843e40306
|
|
7
|
+
data.tar.gz: 54975b8fb45f0cfae7e3f8e4a5adcba3021151b6574e559235e19092e8ded55ae0a9b013458bdabe02d803177f7b2ebe0580aab018b2922d9c23cc49ecf7c9a3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.436.0
|
data/partitions.json
CHANGED
|
@@ -866,6 +866,7 @@
|
|
|
866
866
|
"ap-east-1" : { },
|
|
867
867
|
"ap-northeast-1" : { },
|
|
868
868
|
"ap-northeast-2" : { },
|
|
869
|
+
"ap-northeast-3" : { },
|
|
869
870
|
"ap-south-1" : { },
|
|
870
871
|
"ap-southeast-1" : { },
|
|
871
872
|
"ap-southeast-2" : { },
|
|
@@ -7773,6 +7774,27 @@
|
|
|
7773
7774
|
"us-gov-west-1" : { }
|
|
7774
7775
|
}
|
|
7775
7776
|
},
|
|
7777
|
+
"api.detective" : {
|
|
7778
|
+
"defaults" : {
|
|
7779
|
+
"protocols" : [ "https" ]
|
|
7780
|
+
},
|
|
7781
|
+
"endpoints" : {
|
|
7782
|
+
"us-gov-east-1" : { },
|
|
7783
|
+
"us-gov-east-1-fips" : {
|
|
7784
|
+
"credentialScope" : {
|
|
7785
|
+
"region" : "us-gov-east-1"
|
|
7786
|
+
},
|
|
7787
|
+
"hostname" : "api.detective-fips.us-gov-east-1.amazonaws.com"
|
|
7788
|
+
},
|
|
7789
|
+
"us-gov-west-1" : { },
|
|
7790
|
+
"us-gov-west-1-fips" : {
|
|
7791
|
+
"credentialScope" : {
|
|
7792
|
+
"region" : "us-gov-west-1"
|
|
7793
|
+
},
|
|
7794
|
+
"hostname" : "api.detective-fips.us-gov-west-1.amazonaws.com"
|
|
7795
|
+
}
|
|
7796
|
+
}
|
|
7797
|
+
},
|
|
7776
7798
|
"api.ecr" : {
|
|
7777
7799
|
"endpoints" : {
|
|
7778
7800
|
"fips-dkr-us-gov-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.436.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: 2021-03-
|
|
11
|
+
date: 2021-03-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|