aws-partitions 1.545.0 → 1.549.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 +20 -0
- data/VERSION +1 -1
- data/partitions.json +34 -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: 62980f36d37093074d7179a6f690e57e8fb975a31fc0aa5eb6ca2fe6a32e018e
|
|
4
|
+
data.tar.gz: b7057ab4af7bb415de15602303d85a653939db6ade8a7ff53748114101f4603d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1720f717140396482fe1fd40eefd906650077fb8f615f6a938e2ac1dc964fd71dba3fb3f4ab2472a49a3c6bf3f8e2c76b2ad3f7766a86e5e9392ee484be68f6f
|
|
7
|
+
data.tar.gz: b518c5cd2e99e591e034ca2507e77aa77a5db040f4a7f496499f5be0b37276a8b0757def5ef2944f60dc60da02639431a193096abe3752e8267af9fb57a0b4fe
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.549.0 (2022-01-14)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.548.0 (2022-01-13)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.547.0 (2022-01-07)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
19
|
+
1.546.0 (2022-01-06)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
23
|
+
|
|
4
24
|
1.545.0 (2022-01-05)
|
|
5
25
|
------------------
|
|
6
26
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.549.0
|
data/partitions.json
CHANGED
|
@@ -1368,6 +1368,7 @@
|
|
|
1368
1368
|
"ap-south-1" : { },
|
|
1369
1369
|
"ap-southeast-1" : { },
|
|
1370
1370
|
"ap-southeast-2" : { },
|
|
1371
|
+
"ap-southeast-3" : { },
|
|
1371
1372
|
"ca-central-1" : { },
|
|
1372
1373
|
"eu-central-1" : { },
|
|
1373
1374
|
"eu-north-1" : { },
|
|
@@ -11420,6 +11421,7 @@
|
|
|
11420
11421
|
"ap-south-1" : { },
|
|
11421
11422
|
"ap-southeast-1" : { },
|
|
11422
11423
|
"ap-southeast-2" : { },
|
|
11424
|
+
"ap-southeast-3" : { },
|
|
11423
11425
|
"ca-central-1" : {
|
|
11424
11426
|
"variants" : [ {
|
|
11425
11427
|
"hostname" : "storagegateway-fips.ca-central-1.amazonaws.com",
|
|
@@ -15338,6 +15340,13 @@
|
|
|
15338
15340
|
} ]
|
|
15339
15341
|
},
|
|
15340
15342
|
"endpoints" : {
|
|
15343
|
+
"fips-us-gov-east-1" : {
|
|
15344
|
+
"credentialScope" : {
|
|
15345
|
+
"region" : "us-gov-east-1"
|
|
15346
|
+
},
|
|
15347
|
+
"deprecated" : true,
|
|
15348
|
+
"hostname" : "identitystore.us-gov-east-1.amazonaws.com"
|
|
15349
|
+
},
|
|
15341
15350
|
"fips-us-gov-west-1" : {
|
|
15342
15351
|
"credentialScope" : {
|
|
15343
15352
|
"region" : "us-gov-west-1"
|
|
@@ -15345,6 +15354,12 @@
|
|
|
15345
15354
|
"deprecated" : true,
|
|
15346
15355
|
"hostname" : "identitystore.us-gov-west-1.amazonaws.com"
|
|
15347
15356
|
},
|
|
15357
|
+
"us-gov-east-1" : {
|
|
15358
|
+
"variants" : [ {
|
|
15359
|
+
"hostname" : "identitystore.us-gov-east-1.amazonaws.com",
|
|
15360
|
+
"tags" : [ "fips" ]
|
|
15361
|
+
} ]
|
|
15362
|
+
},
|
|
15348
15363
|
"us-gov-west-1" : {
|
|
15349
15364
|
"variants" : [ {
|
|
15350
15365
|
"hostname" : "identitystore.us-gov-west-1.amazonaws.com",
|
|
@@ -15920,6 +15935,12 @@
|
|
|
15920
15935
|
},
|
|
15921
15936
|
"portal.sso" : {
|
|
15922
15937
|
"endpoints" : {
|
|
15938
|
+
"us-gov-east-1" : {
|
|
15939
|
+
"credentialScope" : {
|
|
15940
|
+
"region" : "us-gov-east-1"
|
|
15941
|
+
},
|
|
15942
|
+
"hostname" : "portal.sso.us-gov-east-1.amazonaws.com"
|
|
15943
|
+
},
|
|
15923
15944
|
"us-gov-west-1" : {
|
|
15924
15945
|
"credentialScope" : {
|
|
15925
15946
|
"region" : "us-gov-west-1"
|
|
@@ -17207,6 +17228,19 @@
|
|
|
17207
17228
|
},
|
|
17208
17229
|
"deprecated" : true,
|
|
17209
17230
|
"hostname" : "dms.us-iso-east-1.c2s.ic.gov"
|
|
17231
|
+
},
|
|
17232
|
+
"us-iso-west-1" : {
|
|
17233
|
+
"variants" : [ {
|
|
17234
|
+
"hostname" : "dms.us-iso-west-1.c2s.ic.gov",
|
|
17235
|
+
"tags" : [ "fips" ]
|
|
17236
|
+
} ]
|
|
17237
|
+
},
|
|
17238
|
+
"us-iso-west-1-fips" : {
|
|
17239
|
+
"credentialScope" : {
|
|
17240
|
+
"region" : "us-iso-west-1"
|
|
17241
|
+
},
|
|
17242
|
+
"deprecated" : true,
|
|
17243
|
+
"hostname" : "dms.us-iso-west-1.c2s.ic.gov"
|
|
17210
17244
|
}
|
|
17211
17245
|
}
|
|
17212
17246
|
},
|
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.549.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-01-
|
|
11
|
+
date: 2022-01-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|