aws-partitions 1.957.0 → 1.959.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 +0 -1
- data/partitions.json +8 -5
- 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: ef20550bb5f8f06088eee0dc2b248e080df757a71ecd65cd2482e11326f39053
|
4
|
+
data.tar.gz: 0fec86287564aa20e9771fe521cb98bf9b5cd0746358333e4fbbabf78b901698
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ef073b865b996ee4d0c1654176de0acc427ea79f0a256edf3f0969a4fd83819842a2ed305bf784bf0f9758250fc77607acd1e5d2d6efdfbc8a082e48747503e
|
7
|
+
data.tar.gz: 5f880a23d57005db0670fa2cdaa6a7cf686d9988684befa983e270962f258d0a6b1d65fd1e8612523aa9c9e9c1aaae89e8c93b71d6b3be0682efeafe2051b56c
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.959.0 (2024-07-29)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.958.0 (2024-07-24)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.957.0 (2024-07-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.959.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -495,7 +495,6 @@ module Aws
|
|
495
495
|
'MigrationHubOrchestrator' => 'migrationhub-orchestrator',
|
496
496
|
'MigrationHubRefactorSpaces' => 'refactor-spaces',
|
497
497
|
'MigrationHubStrategyRecommendations' => 'migrationhub-strategy',
|
498
|
-
'Mobile' => 'mobile',
|
499
498
|
'Neptune' => 'rds',
|
500
499
|
'NeptuneGraph' => 'neptune-graph',
|
501
500
|
'Neptunedata' => 'neptune-db',
|
data/partitions.json
CHANGED
@@ -19056,6 +19056,7 @@
|
|
19056
19056
|
"ap-southeast-3" : { },
|
19057
19057
|
"ap-southeast-4" : { },
|
19058
19058
|
"ca-central-1" : { },
|
19059
|
+
"ca-west-1" : { },
|
19059
19060
|
"eu-central-1" : { },
|
19060
19061
|
"eu-central-2" : { },
|
19061
19062
|
"eu-north-1" : { },
|
@@ -23710,8 +23711,6 @@
|
|
23710
23711
|
},
|
23711
23712
|
"endpoints" : {
|
23712
23713
|
"us-gov-east-1" : {
|
23713
|
-
"hostname" : "autoscaling-plans.us-gov-east-1.amazonaws.com",
|
23714
|
-
"protocols" : [ "http", "https" ],
|
23715
23714
|
"variants" : [ {
|
23716
23715
|
"hostname" : "autoscaling-plans.us-gov-east-1.amazonaws.com",
|
23717
23716
|
"tags" : [ "fips" ]
|
@@ -23723,8 +23722,6 @@
|
|
23723
23722
|
"protocols" : [ "http", "https" ]
|
23724
23723
|
},
|
23725
23724
|
"us-gov-west-1" : {
|
23726
|
-
"hostname" : "autoscaling-plans.us-gov-west-1.amazonaws.com",
|
23727
|
-
"protocols" : [ "http", "https" ],
|
23728
23725
|
"variants" : [ {
|
23729
23726
|
"hostname" : "autoscaling-plans.us-gov-west-1.amazonaws.com",
|
23730
23727
|
"tags" : [ "fips" ]
|
@@ -28329,7 +28326,8 @@
|
|
28329
28326
|
},
|
28330
28327
|
"apigateway" : {
|
28331
28328
|
"endpoints" : {
|
28332
|
-
"us-iso-east-1" : { }
|
28329
|
+
"us-iso-east-1" : { },
|
28330
|
+
"us-iso-west-1" : { }
|
28333
28331
|
}
|
28334
28332
|
},
|
28335
28333
|
"appconfig" : {
|
@@ -29205,6 +29203,11 @@
|
|
29205
29203
|
"us-isob-east-1" : { }
|
29206
29204
|
}
|
29207
29205
|
},
|
29206
|
+
"apigateway" : {
|
29207
|
+
"endpoints" : {
|
29208
|
+
"us-isob-east-1" : { }
|
29209
|
+
}
|
29210
|
+
},
|
29208
29211
|
"appconfig" : {
|
29209
29212
|
"endpoints" : {
|
29210
29213
|
"us-isob-east-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.959.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-07-
|
11
|
+
date: 2024-07-29 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|