aws-partitions 1.599.0 → 1.600.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b7389c8b8c19fc0e75a3bd5f4e861739e5b682da7e41ec48b2218e5047694bb4
4
- data.tar.gz: 23c582ed7f4f4643171b4c0acb06690035e74dfe076e1cb296e19353ba1268b8
3
+ metadata.gz: d9f18524673d6643f3ea740fffea01ea8273aa5498feb0f4514aee7250166005
4
+ data.tar.gz: ec015fce0a56e8a5147e9fb613f8dddc4833f99543825daa24aa7b0623013727
5
5
  SHA512:
6
- metadata.gz: 9d2404bb6b7620863028ec75c6a6370d7e1e9c9998b5aee634864d48b8258e3fea5694cb293a3e895daa7c6d4b4b83eeae4b75a8b3aa26689d70e04e0cace47f
7
- data.tar.gz: a24d6e78e74c0954d79fe59ad6181e82002068f78d7cf0d610b9123fc01899b1e18120d349a4eee47d8038da114ac8db73eae9e63eb0af4e3ac007c686d28b95
6
+ metadata.gz: 4ab62240bad9fef951d0d026d44ce359145440c1ce8a91398a91391633630171e5b78acc607df251d861d8e35747841a7d8c918a79c698a5acfbd0197a5e7a21
7
+ data.tar.gz: 933b275c13eda3807f2026929a110bd9d11dec55c58ff188f987c176feeb77686bea06e7dc4a066bb2326ca2f3f77fd849afc9edda1acc017176dc2b4ddd9e48
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.600.0 (2022-06-17)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::ConnectCampaignService`.
8
+
4
9
  1.599.0 (2022-06-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.599.0
1
+ 1.600.0
@@ -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.599.0
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-16 00:00:00.000000000 Z
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: