aws-partitions 1.784.0 → 1.785.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/partition_list.rb +1 -1
- data/lib/aws-partitions.rb +1 -1
- data/partitions.json +4 -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: d31dab9984f2f9b9198ad6c11301a0488e9081476c6b49d8b9275a1a7857e5e8
|
4
|
+
data.tar.gz: a085137479c793f70d18e0a5d395ea6b2ec9a94cfd65e575507c61b4ea9a3bb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e002ae42b78c9db5cd61dda7727745a82f74fd015030f108e5d792cab1558e41fb9837325335fe36b72e593ce1e16cf77ed193ec975f540e8f66ff672812de69
|
7
|
+
data.tar.gz: 8eebf1db6c7bc835ff1980996522ebb341e3bb5111aaf010d6ee206b9978123c3dcf06590623a70488937868943154bd614d6722ceded5707353f8b88871d899
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.785.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -195,7 +195,7 @@ module Aws
|
|
195
195
|
end
|
196
196
|
end
|
197
197
|
|
198
|
-
# @param [Hash]
|
198
|
+
# @param [Hash] partition_metadata
|
199
199
|
# @api private For Internal use only
|
200
200
|
def merge_metadata(partition_metadata)
|
201
201
|
default_partition_list.merge_metadata(partition_metadata)
|
data/partitions.json
CHANGED
@@ -10993,9 +10993,11 @@
|
|
10993
10993
|
"ap-northeast-2" : { },
|
10994
10994
|
"ap-northeast-3" : { },
|
10995
10995
|
"ap-south-1" : { },
|
10996
|
+
"ap-south-2" : { },
|
10996
10997
|
"ap-southeast-1" : { },
|
10997
10998
|
"ap-southeast-2" : { },
|
10998
10999
|
"ap-southeast-3" : { },
|
11000
|
+
"ap-southeast-4" : { },
|
10999
11001
|
"ca-central-1" : {
|
11000
11002
|
"variants" : [ {
|
11001
11003
|
"hostname" : "network-firewall-fips.ca-central-1.amazonaws.com",
|
@@ -11003,8 +11005,10 @@
|
|
11003
11005
|
} ]
|
11004
11006
|
},
|
11005
11007
|
"eu-central-1" : { },
|
11008
|
+
"eu-central-2" : { },
|
11006
11009
|
"eu-north-1" : { },
|
11007
11010
|
"eu-south-1" : { },
|
11011
|
+
"eu-south-2" : { },
|
11008
11012
|
"eu-west-1" : { },
|
11009
11013
|
"eu-west-2" : { },
|
11010
11014
|
"eu-west-3" : { },
|
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.785.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: 2023-07-
|
11
|
+
date: 2023-07-07 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|