aws-partitions 1.727.0 → 1.729.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 +29 -2
- 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: df98e333fb5fa49aea4a42935b6b42532a11f527bf89d252e78501cc8c01c2c2
|
|
4
|
+
data.tar.gz: e214577b2a4d99fd616e12e7019849bc77cd25582b9dde520b6825d4dec6aaeb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c807ff3aa74419a1511a913ee3753a62c986ca390ab7bfbbf3d7a265c0a08d9cc3075a529731fb3b0dffc96f792e80c004bf06d49cf275313e8083dfe37a0c9
|
|
7
|
+
data.tar.gz: 875196d11c1ee3250234dc7e1d2011f004faad70eb8328c9bb09579b5a6004ee84a03e99abb000381458190dce2ef255cce1088850861159e8cd4692ecdb7c19
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.729.0 (2023-03-16)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.728.0 (2023-03-15)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.727.0 (2023-03-14)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.729.0
|
data/partitions.json
CHANGED
|
@@ -6344,6 +6344,7 @@
|
|
|
6344
6344
|
"ap-southeast-1" : { },
|
|
6345
6345
|
"ap-southeast-2" : { },
|
|
6346
6346
|
"ap-southeast-3" : { },
|
|
6347
|
+
"ap-southeast-4" : { },
|
|
6347
6348
|
"ca-central-1" : { },
|
|
6348
6349
|
"eu-central-1" : { },
|
|
6349
6350
|
"eu-central-2" : { },
|
|
@@ -14856,9 +14857,11 @@
|
|
|
14856
14857
|
"ap-northeast-2" : { },
|
|
14857
14858
|
"ap-northeast-3" : { },
|
|
14858
14859
|
"ap-south-1" : { },
|
|
14860
|
+
"ap-south-2" : { },
|
|
14859
14861
|
"ap-southeast-1" : { },
|
|
14860
14862
|
"ap-southeast-2" : { },
|
|
14861
14863
|
"ap-southeast-3" : { },
|
|
14864
|
+
"ap-southeast-4" : { },
|
|
14862
14865
|
"ca-central-1" : {
|
|
14863
14866
|
"variants" : [ {
|
|
14864
14867
|
"hostname" : "storagegateway-fips.ca-central-1.amazonaws.com",
|
|
@@ -19191,8 +19194,32 @@
|
|
|
19191
19194
|
},
|
|
19192
19195
|
"dlm" : {
|
|
19193
19196
|
"endpoints" : {
|
|
19194
|
-
"us-gov-east-1" : {
|
|
19195
|
-
|
|
19197
|
+
"us-gov-east-1" : {
|
|
19198
|
+
"variants" : [ {
|
|
19199
|
+
"hostname" : "dlm.us-gov-east-1.amazonaws.com",
|
|
19200
|
+
"tags" : [ "fips" ]
|
|
19201
|
+
} ]
|
|
19202
|
+
},
|
|
19203
|
+
"us-gov-east-1-fips" : {
|
|
19204
|
+
"credentialScope" : {
|
|
19205
|
+
"region" : "us-gov-east-1"
|
|
19206
|
+
},
|
|
19207
|
+
"deprecated" : true,
|
|
19208
|
+
"hostname" : "dlm.us-gov-east-1.amazonaws.com"
|
|
19209
|
+
},
|
|
19210
|
+
"us-gov-west-1" : {
|
|
19211
|
+
"variants" : [ {
|
|
19212
|
+
"hostname" : "dlm.us-gov-west-1.amazonaws.com",
|
|
19213
|
+
"tags" : [ "fips" ]
|
|
19214
|
+
} ]
|
|
19215
|
+
},
|
|
19216
|
+
"us-gov-west-1-fips" : {
|
|
19217
|
+
"credentialScope" : {
|
|
19218
|
+
"region" : "us-gov-west-1"
|
|
19219
|
+
},
|
|
19220
|
+
"deprecated" : true,
|
|
19221
|
+
"hostname" : "dlm.us-gov-west-1.amazonaws.com"
|
|
19222
|
+
}
|
|
19196
19223
|
}
|
|
19197
19224
|
},
|
|
19198
19225
|
"dms" : {
|
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.729.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-03-
|
|
11
|
+
date: 2023-03-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|