aws-partitions 1.988.0 → 1.989.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
- 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: 85567f0fda15c897ce3183a45af83afa9b06c2f87b00bb334509e765c49713fc
|
|
4
|
+
data.tar.gz: a95702a3af9afba814c0f7694974dad3fde1afd2a936872d174c0edcdd10e576
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2384283dfa55ee4d8f6aa5eac86163708ad9b2d18184c5e12df8067374ed7b9f246c8eaca412a9acbbdfb4dd70acebc107f9c460d80350080dbbdfc54da1c67a
|
|
7
|
+
data.tar.gz: acee281dceca736d4255567f1049aaaa42ecce0f51eddb989de529f5cbd1f48a69e9cff3d5ecdd7c8d6b1faca9a223477c08bba5a5b1740820c1654d533bcd8a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.989.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -598,6 +598,7 @@ module Aws
|
|
|
598
598
|
'SimpleDB' => 'sdb',
|
|
599
599
|
'SnowDeviceManagement' => 'snow-device-management',
|
|
600
600
|
'Snowball' => 'snowball',
|
|
601
|
+
'SocialMessaging' => 'social-messaging',
|
|
601
602
|
'SsmSap' => 'ssm-sap',
|
|
602
603
|
'States' => 'states',
|
|
603
604
|
'StorageGateway' => 'storagegateway',
|
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.989.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: 2024-10-
|
|
11
|
+
date: 2024-10-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|