aws-partitions 1.1006.0 → 1.1007.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +1 -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: b985c0ab2c5ba9c4420a7befb9fb5cd11a40af0b787a7a3b149901124b5f1f4b
|
|
4
|
+
data.tar.gz: 24b4ce49a8a1d5cb35d3999c238a1b6140d27af6a597af656e45c08938b43378
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c401666cbdb5d741f2456cb37b205608555487a0014654171294d89dd98e525cf4d4ec62895511a5a7f926cbbc47ca5a0c59b8d291936497f2b905a6ec05689f
|
|
7
|
+
data.tar.gz: 309d10d81be23951f60f2951d32e650c1e3788c0ed5046373791da3f5ba2a563940ad9ec32c51bf13c5c90df3e1f66877ac2f3a40a553bd070a4d0523a656e25
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1007.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
|
@@ -13780,6 +13780,7 @@
|
|
|
13780
13780
|
"ap-southeast-2" : { },
|
|
13781
13781
|
"ap-southeast-3" : { },
|
|
13782
13782
|
"ap-southeast-4" : { },
|
|
13783
|
+
"ap-southeast-5" : { },
|
|
13783
13784
|
"ca-central-1" : { },
|
|
13784
13785
|
"ca-west-1" : { },
|
|
13785
13786
|
"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.1007.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-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|