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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +4 -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: e067cbc8dd1dc662dd61a39084f07813b3bb2b0c73d3fd40bd10d9dcbc12075b
|
4
|
+
data.tar.gz: ccd51790da26fe15b88dd742d0cfc4401bb92e39aa6638260468cf831d4029c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
1
|
+
1.1010.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -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.
|
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-
|
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:
|