aws-partitions 1.1005.0 → 1.1006.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 +3 -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: a22894e6f883cc63768abaa64aea8bb8fc0bfcdec7e6ebf76e5f205feda47320
|
|
4
|
+
data.tar.gz: 0527101aa1103a2fd7092bdbb2dbc69e2706e92ef54a61566037982fb17c0e2c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a8c1fd01ac2124f6d1f3bddfa8b2c3b45289f3b4cc07807581d5173aac4d39db0b763e554ddae26252380da6ec094c5504a5ba1667f75ebffdcff70626d6f63
|
|
7
|
+
data.tar.gz: 5b09534a4dc8897cdb36d46d2009f44d10bea7bcb346c347c210e4a5093075a8b24a599f0de571c776a39a629ff254e2509cf0741ee12ae827ea7a557972bd66
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1006.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',
|
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
|
}
|
|
@@ -21625,6 +21627,7 @@
|
|
|
21625
21627
|
"ap-south-1" : { },
|
|
21626
21628
|
"ap-southeast-1" : { },
|
|
21627
21629
|
"ap-southeast-2" : { },
|
|
21630
|
+
"ap-southeast-3" : { },
|
|
21628
21631
|
"ca-central-1" : { },
|
|
21629
21632
|
"eu-central-1" : { },
|
|
21630
21633
|
"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.1006.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-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|