aws-partitions 1.599.0 → 1.600.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 +8 -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: d9f18524673d6643f3ea740fffea01ea8273aa5498feb0f4514aee7250166005
|
4
|
+
data.tar.gz: ec015fce0a56e8a5147e9fb613f8dddc4833f99543825daa24aa7b0623013727
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ab62240bad9fef951d0d026d44ce359145440c1ce8a91398a91391633630171e5b78acc607df251d861d8e35747841a7d8c918a79c698a5acfbd0197a5e7a21
|
7
|
+
data.tar.gz: 933b275c13eda3807f2026929a110bd9d11dec55c58ff188f987c176feeb77686bea06e7dc4a066bb2326ca2f3f77fd849afc9edda1acc017176dc2b4ddd9e48
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.600.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -296,6 +296,7 @@ module Aws
|
|
296
296
|
'ComputeOptimizer' => 'compute-optimizer',
|
297
297
|
'ConfigService' => 'config',
|
298
298
|
'Connect' => 'connect',
|
299
|
+
'ConnectCampaignService' => 'connect-campaigns',
|
299
300
|
'ConnectContactLens' => 'contact-lens',
|
300
301
|
'ConnectParticipant' => 'participant.connect',
|
301
302
|
'ConnectWisdomService' => 'wisdom',
|
data/partitions.json
CHANGED
@@ -2984,6 +2984,14 @@
|
|
2984
2984
|
"us-west-2" : { }
|
2985
2985
|
}
|
2986
2986
|
},
|
2987
|
+
"connect-campaigns" : {
|
2988
|
+
"endpoints" : {
|
2989
|
+
"ap-southeast-2" : { },
|
2990
|
+
"eu-west-2" : { },
|
2991
|
+
"us-east-1" : { },
|
2992
|
+
"us-west-2" : { }
|
2993
|
+
}
|
2994
|
+
},
|
2987
2995
|
"contact-lens" : {
|
2988
2996
|
"endpoints" : {
|
2989
2997
|
"ap-northeast-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.600.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-06-
|
11
|
+
date: 2022-06-17 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|