aws-partitions 1.983.0 → 1.985.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 +1 -0
- data/partitions.json +7 -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: ec4c8f31354f3abb44744ead26f921ebee1ffb4663a70f6b474cbd026948bede
|
4
|
+
data.tar.gz: 7acc04583c4cf94cd940dc2942e84ffd1dc3eb7641a247368ebb0710237170ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
1
|
+
1.985.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -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.
|
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-
|
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:
|