aws-partitions 1.1007.0 → 1.1009.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: b985c0ab2c5ba9c4420a7befb9fb5cd11a40af0b787a7a3b149901124b5f1f4b
4
- data.tar.gz: 24b4ce49a8a1d5cb35d3999c238a1b6140d27af6a597af656e45c08938b43378
3
+ metadata.gz: 276259e7c5cb0f9f8533b31d4baf34e2080f58244148c9255d2c0ae85fda583f
4
+ data.tar.gz: 389e58dfd078b22df463a9265e6335ff9e602b180a8ca601c8863e99cc7b0fa7
5
5
  SHA512:
6
- metadata.gz: c401666cbdb5d741f2456cb37b205608555487a0014654171294d89dd98e525cf4d4ec62895511a5a7f926cbbc47ca5a0c59b8d291936497f2b905a6ec05689f
7
- data.tar.gz: 309d10d81be23951f60f2951d32e650c1e3788c0ed5046373791da3f5ba2a563940ad9ec32c51bf13c5c90df3e1f66877ac2f3a40a553bd070a4d0523a656e25
6
+ metadata.gz: 0a5a7e86ed7ce3c540cf2c43f920b8e50ed5017810fc2faaaea9fd03e6d5660ca7d9d72666656f12b2c26e807d340015675899ac94352b5aed95edb91e1afa5b
7
+ data.tar.gz: b2c19e264695ed5cf44477f17e95a371cb99118bfaa78b59c35b942e8574c579fe3bd0c9d6e1aa9ccc7a950a94b161d36a84e7dda15f6555e38e0e2c585a1eed
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.1008.0 (2024-11-15)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1007.0 (2024-11-14)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1007.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" : { },
@@ -12057,6 +12059,7 @@
12057
12059
  "ap-southeast-2" : { },
12058
12060
  "ap-southeast-3" : { },
12059
12061
  "ap-southeast-4" : { },
12062
+ "ap-southeast-5" : { },
12060
12063
  "ca-central-1" : { },
12061
12064
  "ca-west-1" : { },
12062
12065
  "eu-central-1" : { },
@@ -21252,6 +21255,7 @@
21252
21255
  "ap-southeast-2" : { },
21253
21256
  "ap-southeast-3" : { },
21254
21257
  "ap-southeast-4" : { },
21258
+ "ap-southeast-5" : { },
21255
21259
  "ca-central-1" : {
21256
21260
  "variants" : [ {
21257
21261
  "hostname" : "transfer-fips.ca-central-1.amazonaws.com",
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.1007.0
4
+ version: 1.1009.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-11-14 00:00:00.000000000 Z
11
+ date: 2024-11-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: