aws-partitions 1.1223.0 → 1.1224.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 71988d89f23ebe824b5407e2001b805d0c9a4b15bfc0ab0515e26e3610abd6ab
|
|
4
|
+
data.tar.gz: 3848d1e4f800f85f6e642afc7b2ab6d7a400812537a73c2aec675e94e06430f2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5f0615352a30915b402cbc25bd6409e8d16f9aa02e3c151d9d61ad4e79d067659d0f580ae536376ddae419fc9d43d2c243bc4f4d23f2fdc4827dbf1bf71a756
|
|
7
|
+
data.tar.gz: 726c40bb7dd3b6e0e034ea55d48213f88df86cadd4a481347f8c3130e9adbc2bce97132eb01f289cd9f255e6e1a4b642d12546f5083e84a56366328472176bf7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1224.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -624,6 +624,7 @@ module Aws
|
|
|
624
624
|
'Signin' => 'signin',
|
|
625
625
|
'SimSpaceWeaver' => 'simspaceweaver',
|
|
626
626
|
'SimpleDB' => 'sdb',
|
|
627
|
+
'SimpleDBv2' => 'sdb',
|
|
627
628
|
'SnowDeviceManagement' => 'snow-device-management',
|
|
628
629
|
'Snowball' => 'snowball',
|
|
629
630
|
'SocialMessaging' => 'social-messaging',
|
data/partitions.json
CHANGED
|
@@ -19227,6 +19227,7 @@
|
|
|
19227
19227
|
"ap-southeast-1" : { },
|
|
19228
19228
|
"ap-southeast-2" : { },
|
|
19229
19229
|
"ap-southeast-3" : { },
|
|
19230
|
+
"ap-southeast-5" : { },
|
|
19230
19231
|
"ca-central-1" : { },
|
|
19231
19232
|
"eu-central-1" : { },
|
|
19232
19233
|
"eu-central-2" : { },
|