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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a22894e6f883cc63768abaa64aea8bb8fc0bfcdec7e6ebf76e5f205feda47320
4
- data.tar.gz: 0527101aa1103a2fd7092bdbb2dbc69e2706e92ef54a61566037982fb17c0e2c
3
+ metadata.gz: b985c0ab2c5ba9c4420a7befb9fb5cd11a40af0b787a7a3b149901124b5f1f4b
4
+ data.tar.gz: 24b4ce49a8a1d5cb35d3999c238a1b6140d27af6a597af656e45c08938b43378
5
5
  SHA512:
6
- metadata.gz: 8a8c1fd01ac2124f6d1f3bddfa8b2c3b45289f3b4cc07807581d5173aac4d39db0b763e554ddae26252380da6ec094c5504a5ba1667f75ebffdcff70626d6f63
7
- data.tar.gz: 5b09534a4dc8897cdb36d46d2009f44d10bea7bcb346c347c210e4a5093075a8b24a599f0de571c776a39a629ff254e2509cf0741ee12ae827ea7a557972bd66
6
+ metadata.gz: c401666cbdb5d741f2456cb37b205608555487a0014654171294d89dd98e525cf4d4ec62895511a5a7f926cbbc47ca5a0c59b8d291936497f2b905a6ec05689f
7
+ data.tar.gz: 309d10d81be23951f60f2951d32e650c1e3788c0ed5046373791da3f5ba2a563940ad9ec32c51bf13c5c90df3e1f66877ac2f3a40a553bd070a4d0523a656e25
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1007.0 (2024-11-14)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::PartnerCentralSelling`.
8
+
4
9
  1.1006.0 (2024-11-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1006.0
1
+ 1.1007.0
@@ -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.1006.0
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-13 00:00:00.000000000 Z
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: