aws-partitions 1.577.0 → 1.579.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +24 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a790e27e1b9e53ef8ce44fc77db1ce138803d3d5410f90dff8f90e4d9eb3403
4
- data.tar.gz: 6e71325d2687fb51ecf8f0cdd34c2840e10d74f9187a42c63a9da7e03c2ed6aa
3
+ metadata.gz: 94e495fbea571df2004465ce5e47913fa3fed4f3318f55e86e23fb5cc383bdfd
4
+ data.tar.gz: 89cfc5df07a224172b0cf0dbe04a9fe6809673d84860bc3e4a86f9186b30be2b
5
5
  SHA512:
6
- metadata.gz: 23963dea829ce2f2d95037eec8ca71b196fd4cec8876533edf52a66a8cf58c2bad2640b58130e437071683ef0c6cf11bacff4ba35745e273b55cb20737d5c2e6
7
- data.tar.gz: 7fd36b2bfb31022f39f4ed9399690955544e388042d8c9241ad0d53d1318cf5301140f42e32ccc1ed4bd4988c0446b085b80620f7781e9f7ca40ff6b914b5e22
6
+ metadata.gz: af6e899153bd05d1d7edd71f050ccc6affa85a4dd309f2b30768fb25e5385e1b5e060efcdb292bc9eb9d57b8a93fdf2ec845b15adfebfb116e5a88962e6e2adb
7
+ data.tar.gz: 73c389dd621a9c10e2ceb7fd9d77f012d96003a8b9cf2ed32d3e0110d9347ee932440a318bef9365f6882d2da03cf2e7c363a84206cf904b416ffb2252fbf869
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.579.0 (2022-04-20)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.578.0 (2022-04-19)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.577.0 (2022-04-14)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.577.0
1
+ 1.579.0
data/partitions.json CHANGED
@@ -3195,6 +3195,7 @@
3195
3195
  "ap-south-1" : { },
3196
3196
  "ap-southeast-1" : { },
3197
3197
  "ap-southeast-2" : { },
3198
+ "ap-southeast-3" : { },
3198
3199
  "ca-central-1" : {
3199
3200
  "variants" : [ {
3200
3201
  "hostname" : "datasync-fips.ca-central-1.amazonaws.com",
@@ -6582,6 +6583,16 @@
6582
6583
  "us-west-2" : { }
6583
6584
  }
6584
6585
  },
6586
+ "iottwinmaker" : {
6587
+ "endpoints" : {
6588
+ "ap-southeast-1" : { },
6589
+ "ap-southeast-2" : { },
6590
+ "eu-central-1" : { },
6591
+ "eu-west-1" : { },
6592
+ "us-east-1" : { },
6593
+ "us-west-2" : { }
6594
+ }
6595
+ },
6585
6596
  "iotwireless" : {
6586
6597
  "endpoints" : {
6587
6598
  "ap-northeast-1" : {
@@ -8993,10 +9004,22 @@
8993
9004
  "ap-northeast-2" : { },
8994
9005
  "ap-southeast-1" : { },
8995
9006
  "ap-southeast-2" : { },
8996
- "ca-central-1" : { },
9007
+ "ca-central-1" : {
9008
+ "variants" : [ {
9009
+ "hostname" : "qldb-fips.ca-central-1.amazonaws.com",
9010
+ "tags" : [ "fips" ]
9011
+ } ]
9012
+ },
8997
9013
  "eu-central-1" : { },
8998
9014
  "eu-west-1" : { },
8999
9015
  "eu-west-2" : { },
9016
+ "fips-ca-central-1" : {
9017
+ "credentialScope" : {
9018
+ "region" : "ca-central-1"
9019
+ },
9020
+ "deprecated" : true,
9021
+ "hostname" : "qldb-fips.ca-central-1.amazonaws.com"
9022
+ },
9000
9023
  "fips-us-east-1" : {
9001
9024
  "credentialScope" : {
9002
9025
  "region" : "us-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.577.0
4
+ version: 1.579.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: 2022-04-14 00:00:00.000000000 Z
11
+ date: 2022-04-20 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: