aws-partitions 1.1005.0 → 1.1007.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 +2 -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: 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
@@ -1,6 +1,16 @@
|
|
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
|
+
|
9
|
+
1.1006.0 (2024-11-13)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::Billing`.
|
13
|
+
|
4
14
|
1.1005.0 (2024-11-12)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1007.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -287,6 +287,7 @@ module Aws
|
|
287
287
|
'BedrockAgent' => 'bedrock-agent',
|
288
288
|
'BedrockAgentRuntime' => 'bedrock-agent-runtime',
|
289
289
|
'BedrockRuntime' => 'bedrock-runtime',
|
290
|
+
'Billing' => 'billing',
|
290
291
|
'BillingConductor' => 'billingconductor',
|
291
292
|
'Braket' => 'braket',
|
292
293
|
'Budgets' => 'budgets',
|
@@ -517,6 +518,7 @@ module Aws
|
|
517
518
|
'PCS' => 'pcs',
|
518
519
|
'PI' => 'pi',
|
519
520
|
'Panorama' => 'panorama',
|
521
|
+
'PartnerCentralSelling' => 'partnercentral-selling',
|
520
522
|
'PaymentCryptography' => 'controlplane.payment-cryptography',
|
521
523
|
'PaymentCryptographyData' => 'dataplane.payment-cryptography',
|
522
524
|
'PcaConnectorAd' => 'pca-connector-ad',
|
data/partitions.json
CHANGED
@@ -9651,6 +9651,7 @@
|
|
9651
9651
|
"ap-southeast-2" : { },
|
9652
9652
|
"ap-southeast-3" : { },
|
9653
9653
|
"ap-southeast-4" : { },
|
9654
|
+
"ap-southeast-5" : { },
|
9654
9655
|
"ca-central-1" : { },
|
9655
9656
|
"ca-west-1" : { },
|
9656
9657
|
"eu-central-1" : { },
|
@@ -10728,6 +10729,7 @@
|
|
10728
10729
|
},
|
10729
10730
|
"iotfleetwise" : {
|
10730
10731
|
"endpoints" : {
|
10732
|
+
"ap-south-1" : { },
|
10731
10733
|
"eu-central-1" : { },
|
10732
10734
|
"us-east-1" : { }
|
10733
10735
|
}
|
@@ -13778,6 +13780,7 @@
|
|
13778
13780
|
"ap-southeast-2" : { },
|
13779
13781
|
"ap-southeast-3" : { },
|
13780
13782
|
"ap-southeast-4" : { },
|
13783
|
+
"ap-southeast-5" : { },
|
13781
13784
|
"ca-central-1" : { },
|
13782
13785
|
"ca-west-1" : { },
|
13783
13786
|
"eu-central-1" : { },
|
@@ -21625,6 +21628,7 @@
|
|
21625
21628
|
"ap-south-1" : { },
|
21626
21629
|
"ap-southeast-1" : { },
|
21627
21630
|
"ap-southeast-2" : { },
|
21631
|
+
"ap-southeast-3" : { },
|
21628
21632
|
"ca-central-1" : { },
|
21629
21633
|
"eu-central-1" : { },
|
21630
21634
|
"eu-north-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:
|