aws-partitions 1.675.0 → 1.677.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 +10 -0
- data/VERSION +1 -1
- data/partitions.json +9 -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: 651d40ae6c6088d473ffefc30e9e540c4164f00956e8111424cee786c781d48f
|
|
4
|
+
data.tar.gz: 044d57132f19be0b38f748a460a7bbadb6f449bfbe9bb8b8daabca06a4d9ec07
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 421a9a84001cbc9d655f85a6d07565cb5f109ace186bf15c2913819fff1a2429bc20ace15060870c01baac288769b154c8857ae8543b14e518094b843506d7dd
|
|
7
|
+
data.tar.gz: fcd82670e59f65fb79199f1704fe5255b94fc9d90a47912894f3f076ddbc341cee20facfde9fc9e91d047b6d8911673251f2fdf177b24455915373fb5f97d730
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.677.0 (2022-12-14)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.676.0 (2022-12-13)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.675.0 (2022-12-12)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.677.0
|
data/partitions.json
CHANGED
|
@@ -7137,6 +7137,7 @@
|
|
|
7137
7137
|
"ap-southeast-3" : { },
|
|
7138
7138
|
"ca-central-1" : { },
|
|
7139
7139
|
"eu-central-1" : { },
|
|
7140
|
+
"eu-central-2" : { },
|
|
7140
7141
|
"eu-north-1" : { },
|
|
7141
7142
|
"eu-south-1" : { },
|
|
7142
7143
|
"eu-west-1" : { },
|
|
@@ -8370,6 +8371,13 @@
|
|
|
8370
8371
|
"deprecated" : true,
|
|
8371
8372
|
"hostname" : "kms-fips.ap-southeast-3.amazonaws.com"
|
|
8372
8373
|
},
|
|
8374
|
+
"ap-southeast-4-fips" : {
|
|
8375
|
+
"credentialScope" : {
|
|
8376
|
+
"region" : "ap-southeast-4"
|
|
8377
|
+
},
|
|
8378
|
+
"deprecated" : true,
|
|
8379
|
+
"hostname" : "kms-fips.ap-southeast-4.amazonaws.com"
|
|
8380
|
+
},
|
|
8373
8381
|
"ca-central-1" : {
|
|
8374
8382
|
"variants" : [ {
|
|
8375
8383
|
"hostname" : "kms-fips.ca-central-1.amazonaws.com",
|
|
@@ -11061,6 +11069,7 @@
|
|
|
11061
11069
|
"ap-northeast-2" : { },
|
|
11062
11070
|
"ap-northeast-3" : { },
|
|
11063
11071
|
"ap-south-1" : { },
|
|
11072
|
+
"ap-south-2" : { },
|
|
11064
11073
|
"ap-southeast-1" : { },
|
|
11065
11074
|
"ap-southeast-2" : { },
|
|
11066
11075
|
"ap-southeast-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.677.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: 2022-12-
|
|
11
|
+
date: 2022-12-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|