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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/partitions.json +24 -1
- 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: 94e495fbea571df2004465ce5e47913fa3fed4f3318f55e86e23fb5cc383bdfd
|
|
4
|
+
data.tar.gz: 89cfc5df07a224172b0cf0dbe04a9fe6809673d84860bc3e4a86f9186b30be2b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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-
|
|
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:
|