aws-partitions 1.1004.0 → 1.1006.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 25d6e1a44063a1b145fe17222c1cbd5e2960cb54d316457f70e6613f5e960716
4
- data.tar.gz: 48310075a2ed1ad74d433515c6f280621d476d8fe6de0409c356d7a35860878a
3
+ metadata.gz: a22894e6f883cc63768abaa64aea8bb8fc0bfcdec7e6ebf76e5f205feda47320
4
+ data.tar.gz: 0527101aa1103a2fd7092bdbb2dbc69e2706e92ef54a61566037982fb17c0e2c
5
5
  SHA512:
6
- metadata.gz: fa05d1d0ba97dbf06b941749761bc6e8018b371be6ef7660f48ecefac9a090470cdcb08d4c07900423fb5a2184f3dba60fea628dbf0a4b8ad8c6d8f48811f804
7
- data.tar.gz: b47b71972cf0b97137d8ca8b346fda6e81770672ab4b3f1217920f77552515b1cc3061e3824d16c3588272ba209a59421821e1a60d2177fd471dd81e75dc6836
6
+ metadata.gz: 8a8c1fd01ac2124f6d1f3bddfa8b2c3b45289f3b4cc07807581d5173aac4d39db0b763e554ddae26252380da6ec094c5504a5ba1667f75ebffdcff70626d6f63
7
+ data.tar.gz: 5b09534a4dc8897cdb36d46d2009f44d10bea7bcb346c347c210e4a5093075a8b24a599f0de571c776a39a629ff254e2509cf0741ee12ae827ea7a557972bd66
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1006.0 (2024-11-13)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::Billing`.
8
+
9
+ 1.1005.0 (2024-11-12)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1004.0 (2024-11-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1004.0
1
+ 1.1006.0
@@ -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
  }
@@ -11528,6 +11530,7 @@
11528
11530
  "ap-southeast-2" : { },
11529
11531
  "ap-southeast-3" : { },
11530
11532
  "ap-southeast-4" : { },
11533
+ "ap-southeast-5" : { },
11531
11534
  "ca-central-1" : {
11532
11535
  "variants" : [ {
11533
11536
  "hostname" : "kinesisanalytics-fips.ca-central-1.amazonaws.com",
@@ -21624,6 +21627,7 @@
21624
21627
  "ap-south-1" : { },
21625
21628
  "ap-southeast-1" : { },
21626
21629
  "ap-southeast-2" : { },
21630
+ "ap-southeast-3" : { },
21627
21631
  "ca-central-1" : { },
21628
21632
  "eu-central-1" : { },
21629
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.1004.0
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 00:00:00.000000000 Z
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: