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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +22 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 16f5ac227c6f66f3fa5bdba6a6c4ac4ff239298d29c016f352edd903c9c9c86e
4
- data.tar.gz: 8a03f038a73ee4895f63f5d1236734be70f64c8c1478aa67cf850b5e1e686b73
3
+ metadata.gz: 3518a6fd28decd0a10d8ec2119e51c20b51760176ae099afaf9f1568f08e9840
4
+ data.tar.gz: c756ed5dfb523bfe7c8ff3648d334b574e69bf68ed0f71187f28e480de3e97d9
5
5
  SHA512:
6
- metadata.gz: f0804f4651a8e3bb1b5a789397ab9b54b1b40e9051710a22622e7a347b1803da8450ede12d3108295ff5dba3b844bae49048ca43bf93c8edac9dc83877fbd6dc
7
- data.tar.gz: 80fd3032d04c38dc146e74ea2f6817024815b9ebdfe31872ff704949a55b340193aefb360158b17261305d8d8b2da12a7262e5c3d9f675ae11e44dfda957290f
6
+ metadata.gz: 6257cd14515137e0bc655b2c28b18826f7f30674ebbe07d1b2b08d43afd05d1ae1f745c97bef82404a289944fcda4c26440d2a36fc50d841dd888d5843e40306
7
+ data.tar.gz: 54975b8fb45f0cfae7e3f8e4a5adcba3021151b6574e559235e19092e8ded55ae0a9b013458bdabe02d803177f7b2ebe0580aab018b2922d9c23cc49ecf7c9a3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.436.0 (2021-03-26)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.435.0 (2021-03-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.435.0
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.435.0
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-25 00:00:00.000000000 Z
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: