aws-partitions 1.983.0 → 1.985.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: 437d5b665f7a76bfc699db19f05dd780c7d87728922e60205191651c7464e412
4
- data.tar.gz: c77ab52e0613706d6a1c53dd1351e2de4192a477800f6d2bcb1f04110af9b98b
3
+ metadata.gz: ec4c8f31354f3abb44744ead26f921ebee1ffb4663a70f6b474cbd026948bede
4
+ data.tar.gz: 7acc04583c4cf94cd940dc2942e84ffd1dc3eb7641a247368ebb0710237170ad
5
5
  SHA512:
6
- metadata.gz: 04d9aa05cb0de93c7c259d1d3aca9bb460c74321638a81e7d312220194ae17e0e57ec5580e256ce8fd564ff52c4876ac5d7622da8d32a5076e78ebb13b57bfb8
7
- data.tar.gz: 2701f079d0f861fad279fbdd0ceb5e537ba42630d4d894a9180adbbb1e80777292ebf2304e6f2f36803eca22b92edbbcb7a28e3d3171cde0d366546d56661d63
6
+ metadata.gz: 16c354d71e8384a925965e284cba731c200233f3f013f4b92fb731e2a417c7581faa5ba7fbbaabede6b9e3642843219b8a528f94a4358dfc5aa7aa2d9e26b414
7
+ data.tar.gz: 449e5a8114d075f1fc94256f0618fca2e6c0f06491ea76437c9fc3397be6949759f8882419d7bf09e726d3e2e7e1bec82cfa20d216c6279f87e02350a0ce2419
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.985.0 (2024-10-04)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.984.0 (2024-10-03)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::MarketplaceReporting`.
13
+
4
14
  1.983.0 (2024-10-02)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.983.0
1
+ 1.985.0
@@ -477,6 +477,7 @@ module Aws
477
477
  'MarketplaceDeployment' => 'deployment-marketplace',
478
478
  'MarketplaceEntitlementService' => 'entitlement.marketplace',
479
479
  'MarketplaceMetering' => 'metering.marketplace',
480
+ 'MarketplaceReporting' => 'reporting-marketplace',
480
481
  'MediaConnect' => 'mediaconnect',
481
482
  'MediaConvert' => 'mediaconvert',
482
483
  'MediaLive' => 'medialive',
data/partitions.json CHANGED
@@ -565,6 +565,7 @@
565
565
  "ap-southeast-2" : { },
566
566
  "ca-central-1" : { },
567
567
  "eu-central-1" : { },
568
+ "eu-central-2" : { },
568
569
  "eu-west-1" : { },
569
570
  "eu-west-2" : { },
570
571
  "eu-west-3" : { },
@@ -24081,6 +24082,7 @@
24081
24082
  },
24082
24083
  "aoss" : {
24083
24084
  "endpoints" : {
24085
+ "us-gov-east-1" : { },
24084
24086
  "us-gov-west-1" : { }
24085
24087
  }
24086
24088
  },
@@ -30679,6 +30681,11 @@
30679
30681
  "endpoints" : {
30680
30682
  "us-isob-east-1" : { }
30681
30683
  }
30684
+ },
30685
+ "xray" : {
30686
+ "endpoints" : {
30687
+ "us-isob-east-1" : { }
30688
+ }
30682
30689
  }
30683
30690
  }
30684
30691
  }, {
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.983.0
4
+ version: 1.985.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-10-02 00:00:00.000000000 Z
11
+ date: 2024-10-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: