aws-partitions 1.1005.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: 4b36ca95eb7c0eaf889863bdd393e54940dc83e992fc15dc41aec4e9b1abc0a8
4
- data.tar.gz: d4d19649370adb26f7cdeef94a78ec5c043fb52247d4dd9598123b6fd01b7d20
3
+ metadata.gz: a22894e6f883cc63768abaa64aea8bb8fc0bfcdec7e6ebf76e5f205feda47320
4
+ data.tar.gz: 0527101aa1103a2fd7092bdbb2dbc69e2706e92ef54a61566037982fb17c0e2c
5
5
  SHA512:
6
- metadata.gz: 2ceb20a0f9c62b0a4de0963486d6a80da5fc6c2bdc3249d636bbb9f0931e4bf53b86365d39d0b8230c93fc9d01170c6bbaa1db979c7a7dbf695c1a3c76ee3c13
7
- data.tar.gz: c8c66757e3a079c911b83ff50dc8f732e3bed4de352d1da671ec21600c3bcfbad9141fb20512244d2ec134b1ffb1a82d515ee1dda4fdfe203f08d2e0aabd5585
6
+ metadata.gz: 8a8c1fd01ac2124f6d1f3bddfa8b2c3b45289f3b4cc07807581d5173aac4d39db0b763e554ddae26252380da6ec094c5504a5ba1667f75ebffdcff70626d6f63
7
+ data.tar.gz: 5b09534a4dc8897cdb36d46d2009f44d10bea7bcb346c347c210e4a5093075a8b24a599f0de571c776a39a629ff254e2509cf0741ee12ae827ea7a557972bd66
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.1005.0 (2024-11-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1005.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
  }
@@ -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.1005.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-12 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: