aws-partitions 1.462.0 → 1.463.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 +18 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5826caec879a36bc5cb953238520779cf49875ce1ea40e4ea96439c4b5be53a2
4
- data.tar.gz: 4c14a9a13394bbb15e5bbfaef2cf912e6f12311366a36a9e631dffe1a64229f0
3
+ metadata.gz: a5fcd1ad27dbff188876cb8d9fe5a893b17b0caf1d0f6b9e3cf34747c0e2a76b
4
+ data.tar.gz: 915bdf3c69cd45e74d960eb2ab5d70b45489b30804b698e2fdd10cd01e25f18c
5
5
  SHA512:
6
- metadata.gz: d07569b008bdc2cadb08dee584bcd551400ad9618d15e7f51707d87bda9b3924eb564562406738d26dfafd6391f682c7f361f7e3b2d2c5adece19d9c0e1f8963
7
- data.tar.gz: 5cb580c41a2b04eefbe82d4ba488add8d975d3065e0298bd7c7a9ae10f1fc0ac159017cf663301a107a812b654e0bcfba59ea31a585fc97bf1e210c3d54b92cf
6
+ metadata.gz: c8fcb34e39baeeb1efe9bf41180d406271d55c38dc85441340b8f86cbf5bfc7a93ffcf8eebe2f5d69492e67b98f72038ae48de85bd1a85289451ec7911012ce8
7
+ data.tar.gz: 986958ce69dd71110f5e94429a92b094155d4b63a69069e7381002655262ddf84c5d2f617395ce08ac443e6717090b0b65ac28a7158211a0b370156d926a4254
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.463.0 (2021-05-26)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.462.0 (2021-05-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.462.0
1
+ 1.463.0
data/partitions.json CHANGED
@@ -5977,6 +5977,24 @@
5977
5977
  "ap-southeast-2" : { },
5978
5978
  "eu-central-1" : { },
5979
5979
  "eu-west-1" : { },
5980
+ "fips-us-east-1" : {
5981
+ "credentialScope" : {
5982
+ "region" : "us-east-1"
5983
+ },
5984
+ "hostname" : "session.qldb-fips.us-east-1.amazonaws.com"
5985
+ },
5986
+ "fips-us-east-2" : {
5987
+ "credentialScope" : {
5988
+ "region" : "us-east-2"
5989
+ },
5990
+ "hostname" : "session.qldb-fips.us-east-2.amazonaws.com"
5991
+ },
5992
+ "fips-us-west-2" : {
5993
+ "credentialScope" : {
5994
+ "region" : "us-west-2"
5995
+ },
5996
+ "hostname" : "session.qldb-fips.us-west-2.amazonaws.com"
5997
+ },
5980
5998
  "us-east-1" : { },
5981
5999
  "us-east-2" : { },
5982
6000
  "us-west-2" : { }
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.462.0
4
+ version: 1.463.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-24 00:00:00.000000000 Z
11
+ date: 2021-05-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: