aws-partitions 1.572.0 → 1.575.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 +15 -0
- data/VERSION +1 -1
- data/partitions.json +43 -3
- 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: 3335c67f25eeefee4f5c756df95ebacfb98d400bcd460819d1e90e8f556c9c22
|
|
4
|
+
data.tar.gz: da29945345391ef1d3236f1b7b39f35c60e6f67c550b6fbc469d73326945fd34
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84882ca18f35592c782d0852e9b77f5c38c9ce9bf2fad571b20a506f33d91cb7995f4490dfa3b89210e9e8d314b0acc9645a791a44ead35615113dc9e0f94432
|
|
7
|
+
data.tar.gz: 319f14e905542617778394f74a22276d975f32b8501b71f2c5c52fac692b5a328ec9249ab7588da8a8d3bd5e7f77018780907ab7d9503693e1ead84ff3ca335b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.575.0 (2022-04-11)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.574.0 (2022-04-06)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.573.0 (2022-04-01)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
4
19
|
1.572.0 (2022-03-31)
|
|
5
20
|
------------------
|
|
6
21
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.575.0
|
data/partitions.json
CHANGED
|
@@ -1304,6 +1304,7 @@
|
|
|
1304
1304
|
"ap-south-1" : { },
|
|
1305
1305
|
"ap-southeast-1" : { },
|
|
1306
1306
|
"ap-southeast-2" : { },
|
|
1307
|
+
"ca-central-1" : { },
|
|
1307
1308
|
"eu-central-1" : { },
|
|
1308
1309
|
"eu-west-1" : { },
|
|
1309
1310
|
"eu-west-2" : { },
|
|
@@ -6538,8 +6539,32 @@
|
|
|
6538
6539
|
"ap-southeast-2" : { },
|
|
6539
6540
|
"eu-central-1" : { },
|
|
6540
6541
|
"eu-west-1" : { },
|
|
6541
|
-
"us-east-1" : {
|
|
6542
|
-
|
|
6542
|
+
"fips-us-east-1" : {
|
|
6543
|
+
"credentialScope" : {
|
|
6544
|
+
"region" : "us-east-1"
|
|
6545
|
+
},
|
|
6546
|
+
"deprecated" : true,
|
|
6547
|
+
"hostname" : "iotsitewise-fips.us-east-1.amazonaws.com"
|
|
6548
|
+
},
|
|
6549
|
+
"fips-us-west-2" : {
|
|
6550
|
+
"credentialScope" : {
|
|
6551
|
+
"region" : "us-west-2"
|
|
6552
|
+
},
|
|
6553
|
+
"deprecated" : true,
|
|
6554
|
+
"hostname" : "iotsitewise-fips.us-west-2.amazonaws.com"
|
|
6555
|
+
},
|
|
6556
|
+
"us-east-1" : {
|
|
6557
|
+
"variants" : [ {
|
|
6558
|
+
"hostname" : "iotsitewise-fips.us-east-1.amazonaws.com",
|
|
6559
|
+
"tags" : [ "fips" ]
|
|
6560
|
+
} ]
|
|
6561
|
+
},
|
|
6562
|
+
"us-west-2" : {
|
|
6563
|
+
"variants" : [ {
|
|
6564
|
+
"hostname" : "iotsitewise-fips.us-west-2.amazonaws.com",
|
|
6565
|
+
"tags" : [ "fips" ]
|
|
6566
|
+
} ]
|
|
6567
|
+
}
|
|
6543
6568
|
}
|
|
6544
6569
|
},
|
|
6545
6570
|
"iotthingsgraph" : {
|
|
@@ -9041,6 +9066,7 @@
|
|
|
9041
9066
|
"ap-south-1" : { },
|
|
9042
9067
|
"ap-southeast-1" : { },
|
|
9043
9068
|
"ap-southeast-2" : { },
|
|
9069
|
+
"ap-southeast-3" : { },
|
|
9044
9070
|
"ca-central-1" : {
|
|
9045
9071
|
"variants" : [ {
|
|
9046
9072
|
"hostname" : "ram-fips.ca-central-1.amazonaws.com",
|
|
@@ -10795,9 +10821,11 @@
|
|
|
10795
10821
|
"ap-east-1" : { },
|
|
10796
10822
|
"ap-northeast-1" : { },
|
|
10797
10823
|
"ap-northeast-2" : { },
|
|
10824
|
+
"ap-northeast-3" : { },
|
|
10798
10825
|
"ap-south-1" : { },
|
|
10799
10826
|
"ap-southeast-1" : { },
|
|
10800
10827
|
"ap-southeast-2" : { },
|
|
10828
|
+
"ap-southeast-3" : { },
|
|
10801
10829
|
"ca-central-1" : {
|
|
10802
10830
|
"variants" : [ {
|
|
10803
10831
|
"hostname" : "servicecatalog-appregistry-fips.ca-central-1.amazonaws.com",
|
|
@@ -15962,7 +15990,19 @@
|
|
|
15962
15990
|
},
|
|
15963
15991
|
"iotsitewise" : {
|
|
15964
15992
|
"endpoints" : {
|
|
15965
|
-
"us-gov-west-1" : {
|
|
15993
|
+
"fips-us-gov-west-1" : {
|
|
15994
|
+
"credentialScope" : {
|
|
15995
|
+
"region" : "us-gov-west-1"
|
|
15996
|
+
},
|
|
15997
|
+
"deprecated" : true,
|
|
15998
|
+
"hostname" : "iotsitewise-fips.us-gov-west-1.amazonaws.com"
|
|
15999
|
+
},
|
|
16000
|
+
"us-gov-west-1" : {
|
|
16001
|
+
"variants" : [ {
|
|
16002
|
+
"hostname" : "iotsitewise-fips.us-gov-west-1.amazonaws.com",
|
|
16003
|
+
"tags" : [ "fips" ]
|
|
16004
|
+
} ]
|
|
16005
|
+
}
|
|
15966
16006
|
}
|
|
15967
16007
|
},
|
|
15968
16008
|
"kafka" : {
|
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.575.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-
|
|
11
|
+
date: 2022-04-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|