aws-partitions 1.1008.0 → 1.1009.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d9ab92db705ed43844245575ac374ac4d096809f6fbb9ecc06d2b8f9e0f5085
4
- data.tar.gz: 3e288dd649b60af08c68da6c79996cd8ced66fc5f2e963a3313725cb899aced6
3
+ metadata.gz: 276259e7c5cb0f9f8533b31d4baf34e2080f58244148c9255d2c0ae85fda583f
4
+ data.tar.gz: 389e58dfd078b22df463a9265e6335ff9e602b180a8ca601c8863e99cc7b0fa7
5
5
  SHA512:
6
- metadata.gz: c075d3fa45a55fbbc4f563a39e4b79174b64389ea54bc28a2aaf6b8ac26e3e230eabab0a26f2eb2d013d4c8052e81b606a05c940bab0faa48169deb6768e61e6
7
- data.tar.gz: 5b05da8ec3ea2ef9b0227306674c556e20ad0f93c8ba05f12029a2844e9f4c727914f77756281cb916b072c9ecf0b62ca9e67d693922a833a12af49884ac1c03
6
+ metadata.gz: 0a5a7e86ed7ce3c540cf2c43f920b8e50ed5017810fc2faaaea9fd03e6d5660ca7d9d72666656f12b2c26e807d340015675899ac94352b5aed95edb91e1afa5b
7
+ data.tar.gz: b2c19e264695ed5cf44477f17e95a371cb99118bfaa78b59c35b942e8574c579fe3bd0c9d6e1aa9ccc7a950a94b161d36a84e7dda15f6555e38e0e2c585a1eed
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1009.0 (2024-11-15)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::ConnectCampaignsV2`.
8
+
4
9
  1.1008.0 (2024-11-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1008.0
1
+ 1.1009.0
@@ -337,6 +337,7 @@ module Aws
337
337
  'ConfigService' => 'config',
338
338
  'Connect' => 'connect',
339
339
  'ConnectCampaignService' => 'connect-campaigns',
340
+ 'ConnectCampaignsV2' => 'connect-campaigns',
340
341
  'ConnectCases' => 'cases',
341
342
  'ConnectContactLens' => 'contact-lens',
342
343
  'ConnectParticipant' => 'participant.connect',
data/partitions.json CHANGED
@@ -8125,6 +8125,7 @@
8125
8125
  "ap-northeast-2" : { },
8126
8126
  "ap-northeast-3" : { },
8127
8127
  "ap-south-1" : { },
8128
+ "ap-south-2" : { },
8128
8129
  "ap-southeast-1" : { },
8129
8130
  "ap-southeast-2" : { },
8130
8131
  "ap-southeast-3" : { },
@@ -8177,6 +8178,7 @@
8177
8178
  "deprecated" : true,
8178
8179
  "hostname" : "emr-containers-fips.us-west-2.amazonaws.com"
8179
8180
  },
8181
+ "il-central-1" : { },
8180
8182
  "me-central-1" : { },
8181
8183
  "me-south-1" : { },
8182
8184
  "sa-east-1" : { },
@@ -21253,6 +21255,7 @@
21253
21255
  "ap-southeast-2" : { },
21254
21256
  "ap-southeast-3" : { },
21255
21257
  "ap-southeast-4" : { },
21258
+ "ap-southeast-5" : { },
21256
21259
  "ca-central-1" : {
21257
21260
  "variants" : [ {
21258
21261
  "hostname" : "transfer-fips.ca-central-1.amazonaws.com",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1008.0
4
+ version: 1.1009.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services