aws-partitions 1.641.0 → 1.642.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 +6 -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: c4315fe2ef49365217ca0ed9086a517df4138152bddaa8dfa0658039d294fd86
|
|
4
|
+
data.tar.gz: ce90b0f82ff8ef0e76a7f10beca81fefb62958fd05e7c9a652c74b9c81f567d7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5865fe57bd0f594813a89998550f54a5f14fc8959389b67f5c6b5ea7c5810d3ff4605efd22d6e2cda23858b61324383cc0ec9b5ba50313ad507d06d33c28a5b5
|
|
7
|
+
data.tar.gz: 80b98449cc73871b5bd0d35fb2b4865e0924795ff56213f59fb73df1d3cae4741487f757d40f04517aa120b14692c2ed8491d843df014279288ecc97420e79f6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.642.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -298,6 +298,7 @@ module Aws
|
|
|
298
298
|
'ConfigService' => 'config',
|
|
299
299
|
'Connect' => 'connect',
|
|
300
300
|
'ConnectCampaignService' => 'connect-campaigns',
|
|
301
|
+
'ConnectCases' => 'cases',
|
|
301
302
|
'ConnectContactLens' => 'contact-lens',
|
|
302
303
|
'ConnectParticipant' => 'participant.connect',
|
|
303
304
|
'ConnectWisdomService' => 'wisdom',
|
data/partitions.json
CHANGED
|
@@ -2020,6 +2020,12 @@
|
|
|
2020
2020
|
"isRegionalized" : false,
|
|
2021
2021
|
"partitionEndpoint" : "aws-global"
|
|
2022
2022
|
},
|
|
2023
|
+
"cases" : {
|
|
2024
|
+
"endpoints" : {
|
|
2025
|
+
"us-east-1" : { },
|
|
2026
|
+
"us-west-2" : { }
|
|
2027
|
+
}
|
|
2028
|
+
},
|
|
2023
2029
|
"cassandra" : {
|
|
2024
2030
|
"endpoints" : {
|
|
2025
2031
|
"ap-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.642.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-10-
|
|
11
|
+
date: 2022-10-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|