aws-partitions 1.1006.0 → 1.1008.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 +2 -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: 1d9ab92db705ed43844245575ac374ac4d096809f6fbb9ecc06d2b8f9e0f5085
|
4
|
+
data.tar.gz: 3e288dd649b60af08c68da6c79996cd8ced66fc5f2e963a3313725cb899aced6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c075d3fa45a55fbbc4f563a39e4b79174b64389ea54bc28a2aaf6b8ac26e3e230eabab0a26f2eb2d013d4c8052e81b606a05c940bab0faa48169deb6768e61e6
|
7
|
+
data.tar.gz: 5b05da8ec3ea2ef9b0227306674c556e20ad0f93c8ba05f12029a2844e9f4c727914f77756281cb916b072c9ecf0b62ca9e67d693922a833a12af49884ac1c03
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1008.0 (2024-11-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1007.0 (2024-11-14)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::PartnerCentralSelling`.
|
13
|
+
|
4
14
|
1.1006.0 (2024-11-13)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1008.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -518,6 +518,7 @@ module Aws
|
|
518
518
|
'PCS' => 'pcs',
|
519
519
|
'PI' => 'pi',
|
520
520
|
'Panorama' => 'panorama',
|
521
|
+
'PartnerCentralSelling' => 'partnercentral-selling',
|
521
522
|
'PaymentCryptography' => 'controlplane.payment-cryptography',
|
522
523
|
'PaymentCryptographyData' => 'dataplane.payment-cryptography',
|
523
524
|
'PcaConnectorAd' => 'pca-connector-ad',
|
data/partitions.json
CHANGED
@@ -12057,6 +12057,7 @@
|
|
12057
12057
|
"ap-southeast-2" : { },
|
12058
12058
|
"ap-southeast-3" : { },
|
12059
12059
|
"ap-southeast-4" : { },
|
12060
|
+
"ap-southeast-5" : { },
|
12060
12061
|
"ca-central-1" : { },
|
12061
12062
|
"ca-west-1" : { },
|
12062
12063
|
"eu-central-1" : { },
|
@@ -13780,6 +13781,7 @@
|
|
13780
13781
|
"ap-southeast-2" : { },
|
13781
13782
|
"ap-southeast-3" : { },
|
13782
13783
|
"ap-southeast-4" : { },
|
13784
|
+
"ap-southeast-5" : { },
|
13783
13785
|
"ca-central-1" : { },
|
13784
13786
|
"ca-west-1" : { },
|
13785
13787
|
"eu-central-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.
|
4
|
+
version: 1.1008.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-15 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|