aws-partitions 1.957.0 → 1.958.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +0 -1
- data/partitions.json +7 -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: 9d4f7d060ec0d2bdf23f2ca2189e145b708d9a1356ac92586f3cb0610a735f4a
|
4
|
+
data.tar.gz: 838539f092cf453ed079cf8fd39a7bdb10a7f70ffdef33af059d50e3aaf24abc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58948be1e456d4aa8624ea71893baf9d1aacb34f7125eda57d38e5c68e3023e4f07682959ef4e28aa40a7768146c6d755a0ffb52e5bc1ca4250f0e6d7fa4fc7a
|
7
|
+
data.tar.gz: a78961a612b588ea34811e087a0025320b4199bf154409f128085f936b124c7794f40008e4e9e553d4b152d5099f78245c9cece1e8aebed1c696cfa375859bb1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.958.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
@@ -23710,8 +23710,6 @@
|
|
23710
23710
|
},
|
23711
23711
|
"endpoints" : {
|
23712
23712
|
"us-gov-east-1" : {
|
23713
|
-
"hostname" : "autoscaling-plans.us-gov-east-1.amazonaws.com",
|
23714
|
-
"protocols" : [ "http", "https" ],
|
23715
23713
|
"variants" : [ {
|
23716
23714
|
"hostname" : "autoscaling-plans.us-gov-east-1.amazonaws.com",
|
23717
23715
|
"tags" : [ "fips" ]
|
@@ -23723,8 +23721,6 @@
|
|
23723
23721
|
"protocols" : [ "http", "https" ]
|
23724
23722
|
},
|
23725
23723
|
"us-gov-west-1" : {
|
23726
|
-
"hostname" : "autoscaling-plans.us-gov-west-1.amazonaws.com",
|
23727
|
-
"protocols" : [ "http", "https" ],
|
23728
23724
|
"variants" : [ {
|
23729
23725
|
"hostname" : "autoscaling-plans.us-gov-west-1.amazonaws.com",
|
23730
23726
|
"tags" : [ "fips" ]
|
@@ -28329,7 +28325,8 @@
|
|
28329
28325
|
},
|
28330
28326
|
"apigateway" : {
|
28331
28327
|
"endpoints" : {
|
28332
|
-
"us-iso-east-1" : { }
|
28328
|
+
"us-iso-east-1" : { },
|
28329
|
+
"us-iso-west-1" : { }
|
28333
28330
|
}
|
28334
28331
|
},
|
28335
28332
|
"appconfig" : {
|
@@ -29205,6 +29202,11 @@
|
|
29205
29202
|
"us-isob-east-1" : { }
|
29206
29203
|
}
|
29207
29204
|
},
|
29205
|
+
"apigateway" : {
|
29206
|
+
"endpoints" : {
|
29207
|
+
"us-isob-east-1" : { }
|
29208
|
+
}
|
29209
|
+
},
|
29208
29210
|
"appconfig" : {
|
29209
29211
|
"endpoints" : {
|
29210
29212
|
"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.958.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-24 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|