aws-partitions 1.1008.0 → 1.1010.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: 1d9ab92db705ed43844245575ac374ac4d096809f6fbb9ecc06d2b8f9e0f5085
4
- data.tar.gz: 3e288dd649b60af08c68da6c79996cd8ced66fc5f2e963a3313725cb899aced6
3
+ metadata.gz: e067cbc8dd1dc662dd61a39084f07813b3bb2b0c73d3fd40bd10d9dcbc12075b
4
+ data.tar.gz: ccd51790da26fe15b88dd742d0cfc4401bb92e39aa6638260468cf831d4029c6
5
5
  SHA512:
6
- metadata.gz: c075d3fa45a55fbbc4f563a39e4b79174b64389ea54bc28a2aaf6b8ac26e3e230eabab0a26f2eb2d013d4c8052e81b606a05c940bab0faa48169deb6768e61e6
7
- data.tar.gz: 5b05da8ec3ea2ef9b0227306674c556e20ad0f93c8ba05f12029a2844e9f4c727914f77756281cb916b072c9ecf0b62ca9e67d693922a833a12af49884ac1c03
6
+ metadata.gz: ba73157b1326a854481294a6eca4d740a566787b10e7bc3da4153e9c23f6d090fa071e22e46491f065e4dc78f040f19e68b5cff8f7097e823cad41b32165763d
7
+ data.tar.gz: 32d58c91efd66dbb82fe1281016a46540048d542c7f570740cfb6fc5baf891e8e4bc392c9c1a94a330f158543cc109a8c89c5448cba60f83a4a55ee400f4106e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1010.0 (2024-11-19)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1009.0 (2024-11-15)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::ConnectCampaignsV2`.
13
+
4
14
  1.1008.0 (2024-11-15)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1008.0
1
+ 1.1010.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
@@ -5063,6 +5063,7 @@
5063
5063
  },
5064
5064
  "connect-campaigns" : {
5065
5065
  "endpoints" : {
5066
+ "af-south-1" : { },
5066
5067
  "ap-southeast-2" : { },
5067
5068
  "ca-central-1" : { },
5068
5069
  "eu-central-1" : { },
@@ -8125,6 +8126,7 @@
8125
8126
  "ap-northeast-2" : { },
8126
8127
  "ap-northeast-3" : { },
8127
8128
  "ap-south-1" : { },
8129
+ "ap-south-2" : { },
8128
8130
  "ap-southeast-1" : { },
8129
8131
  "ap-southeast-2" : { },
8130
8132
  "ap-southeast-3" : { },
@@ -8177,6 +8179,7 @@
8177
8179
  "deprecated" : true,
8178
8180
  "hostname" : "emr-containers-fips.us-west-2.amazonaws.com"
8179
8181
  },
8182
+ "il-central-1" : { },
8180
8183
  "me-central-1" : { },
8181
8184
  "me-south-1" : { },
8182
8185
  "sa-east-1" : { },
@@ -21253,6 +21256,7 @@
21253
21256
  "ap-southeast-2" : { },
21254
21257
  "ap-southeast-3" : { },
21255
21258
  "ap-southeast-4" : { },
21259
+ "ap-southeast-5" : { },
21256
21260
  "ca-central-1" : {
21257
21261
  "variants" : [ {
21258
21262
  "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.1008.0
4
+ version: 1.1010.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-15 00:00:00.000000000 Z
11
+ date: 2024-11-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: