aws-partitions 1.482.0 → 1.484.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 +3 -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: 6505d82f91be61bbe1d71080ebd8f68bbbb1c664ec85b94003bf0da22659fd6f
|
|
4
|
+
data.tar.gz: '095ffa3b6e51ea4c0c21c2d929176d3bd37c6c695b550eb90341d313f32c4a08'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34453c080503dc666e853706435cdf3245f412ebb1f00897fa4f21807679ee3c8bbca3c737772eaeaa42cac39d75dc42fec5b1d8c14f1df3861305fba1e89dca
|
|
7
|
+
data.tar.gz: 11196d3d8372091a7503a729ec994848a1aed27af8c08a6024558305ee4f7b42e1bf0ef7e3909b166599991b36b47c7a282f9de6cee92ac2bfd53495e4fb5748
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.484.0 (2021-08-06)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::ChimeSDKMessaging`.
|
|
8
|
+
|
|
9
|
+
* Feature - Added support for enumerating regions for `Aws::ChimeSDKIdentity`.
|
|
10
|
+
|
|
11
|
+
1.483.0 (2021-08-04)
|
|
12
|
+
------------------
|
|
13
|
+
|
|
14
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
15
|
+
|
|
4
16
|
1.482.0 (2021-07-30)
|
|
5
17
|
------------------
|
|
6
18
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.484.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -255,6 +255,8 @@ module Aws
|
|
|
255
255
|
'Braket' => 'braket',
|
|
256
256
|
'Budgets' => 'budgets',
|
|
257
257
|
'Chime' => 'chime',
|
|
258
|
+
'ChimeSDKIdentity' => 'identity-chime',
|
|
259
|
+
'ChimeSDKMessaging' => 'messaging-chime',
|
|
258
260
|
'Cloud9' => 'cloud9',
|
|
259
261
|
'CloudDirectory' => 'clouddirectory',
|
|
260
262
|
'CloudFormation' => 'cloudformation',
|
data/partitions.json
CHANGED
|
@@ -3183,6 +3183,7 @@
|
|
|
3183
3183
|
"ap-east-1" : { },
|
|
3184
3184
|
"ap-northeast-1" : { },
|
|
3185
3185
|
"ap-northeast-2" : { },
|
|
3186
|
+
"ap-northeast-3" : { },
|
|
3186
3187
|
"ap-south-1" : { },
|
|
3187
3188
|
"ap-southeast-1" : { },
|
|
3188
3189
|
"ap-southeast-2" : { },
|
|
@@ -7749,7 +7750,8 @@
|
|
|
7749
7750
|
},
|
|
7750
7751
|
"gamelift" : {
|
|
7751
7752
|
"endpoints" : {
|
|
7752
|
-
"cn-north-1" : { }
|
|
7753
|
+
"cn-north-1" : { },
|
|
7754
|
+
"cn-northwest-1" : { }
|
|
7753
7755
|
}
|
|
7754
7756
|
},
|
|
7755
7757
|
"glacier" : {
|
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.484.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-
|
|
11
|
+
date: 2021-08-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|