aws-partitions 1.452.0 → 1.454.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 +12 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- data/partitions.json +13 -0
- 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: 17f8721490c074c641ed8fc245f3179e6b2ce96ded03ae6886e9b3bd8ac973af
|
|
4
|
+
data.tar.gz: 4e28528aee95510030ffefaf2ebca845b39b4feadf0cec7e694d559f30a5141a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40a936bd20e71c58b5da4e577a1343d68664406b67c81d9a036978c6aaae00bfe3de0d7cc0d68501b58ad4f0c465c9b8b7dcdf25c10ce77ca95f729a713547e7
|
|
7
|
+
data.tar.gz: e3bf0cc6723c9b381e893ff6e4b486d0c5c185152caef9cec70485e90a4795dd6a0e07a84b4d07d1a367cb5eeae8136adba5a43d98b1a0b73dabb14669a735a0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.454.0 (2021-05-11)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::SSMIncidents`.
|
|
8
|
+
|
|
9
|
+
* Feature - Added support for enumerating regions for `Aws::SSMContacts`.
|
|
10
|
+
|
|
11
|
+
1.453.0 (2021-05-10)
|
|
12
|
+
------------------
|
|
13
|
+
|
|
14
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
15
|
+
|
|
4
16
|
1.452.0 (2021-05-06)
|
|
5
17
|
------------------
|
|
6
18
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.454.0
|
data/lib/aws-partitions.rb
CHANGED
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.
|
|
4
|
+
version: 1.454.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-
|
|
11
|
+
date: 2021-05-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|