aws-partitions 1.452.0 → 1.453.0

Sign up to get free protection for your applications and to get access to all the features.
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 +13 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4ca8aeae3b78adeda9ee064e0b519c7cef61be074523cabc423d8cccc8184c03
4
- data.tar.gz: 254479ab1223d37059df37d839bdca60227258977bd4c6b08548837b34b7d1ce
3
+ metadata.gz: 945035d845478eda1138039b0cd0639f599cfcd1cd3f21eb1584d3117c2d3d1a
4
+ data.tar.gz: f00c626199c77a66d5b427d9a575ba3f129f6b0f4bf8fb2a79d6af82876cc93f
5
5
  SHA512:
6
- metadata.gz: 0efd73056b1383f08dc0a4c285600768d0151d8a2891f1ba47bf7fad68959976bf84ce8057e68e45d248424812f3d3c216fcdcbd591bf5dff91a79337585e67c
7
- data.tar.gz: cfa5efe6fb9f929029e1b1739aa1d1e59392eb0d68c0f17d65d67a7f404561dcf888d02ac81dd0563400a677f903b650180b7a2650eaf3b7fc78ed0f682621a2
6
+ metadata.gz: c65a747b9984df63be4489c26da6953139aad8ec426e1bf493b715cf628faeb24043019215fba26e4facd2a307c605a1e2a6b42b7954d04956b3708987248bf8
7
+ data.tar.gz: 128642a2810440cca4a235487eb77f9ba6a114cc35179961c7dcd458e356e6b0fc2961c9ba6002e25f0b411956e59cb468a6830f2d174e25c399cd9b9da07b48
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.453.0 (2021-05-10)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.452.0 (2021-05-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.452.0
1
+ 1.453.0
data/partitions.json CHANGED
@@ -199,6 +199,7 @@
199
199
  "ap-east-1" : { },
200
200
  "ap-northeast-1" : { },
201
201
  "ap-northeast-2" : { },
202
+ "ap-northeast-3" : { },
202
203
  "ap-south-1" : { },
203
204
  "ap-southeast-1" : { },
204
205
  "ap-southeast-2" : { },
@@ -3236,6 +3237,7 @@
3236
3237
  "groundstation" : {
3237
3238
  "endpoints" : {
3238
3239
  "af-south-1" : { },
3240
+ "ap-northeast-2" : { },
3239
3241
  "ap-southeast-2" : { },
3240
3242
  "eu-central-1" : { },
3241
3243
  "eu-north-1" : { },
@@ -9819,6 +9821,17 @@
9819
9821
  "us-iso-east-1" : { }
9820
9822
  }
9821
9823
  },
9824
+ "elasticfilesystem" : {
9825
+ "endpoints" : {
9826
+ "fips-us-iso-east-1" : {
9827
+ "credentialScope" : {
9828
+ "region" : "us-iso-east-1"
9829
+ },
9830
+ "hostname" : "elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov"
9831
+ },
9832
+ "us-iso-east-1" : { }
9833
+ }
9834
+ },
9822
9835
  "elasticloadbalancing" : {
9823
9836
  "endpoints" : {
9824
9837
  "us-iso-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.452.0
4
+ version: 1.453.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-05-06 00:00:00.000000000 Z
11
+ date: 2021-05-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: