aws-partitions 1.573.0 → 1.574.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/partitions.json +40 -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: e501c575e6ce8916be222d264179e6cdf4e2e69c57c37d8ec79ed5baec1060a4
|
|
4
|
+
data.tar.gz: 12a2566e1838707c36bf4f92b5670b6fdbc8922f6b79caf7a5a9cc745ff9b3f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: beb39c563df50676573e437fdcd7dd0fb913622bad50758f0c903b6e995b9fdc6d22812e70348b09233d84aed29a5ce2220202102c34be8e483f0f37e1816854
|
|
7
|
+
data.tar.gz: 950dcb1c7c658d8bf77014814b4f19402d8aa6fa2139bd792e239aeb5767d76bbed669aba3253c104c669d3ef39ad356183889b21692318d4f9f155db4074bb1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.574.0
|
data/partitions.json
CHANGED
|
@@ -6539,8 +6539,32 @@
|
|
|
6539
6539
|
"ap-southeast-2" : { },
|
|
6540
6540
|
"eu-central-1" : { },
|
|
6541
6541
|
"eu-west-1" : { },
|
|
6542
|
-
"us-east-1" : {
|
|
6543
|
-
|
|
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
|
+
}
|
|
6544
6568
|
}
|
|
6545
6569
|
},
|
|
6546
6570
|
"iotthingsgraph" : {
|
|
@@ -9042,6 +9066,7 @@
|
|
|
9042
9066
|
"ap-south-1" : { },
|
|
9043
9067
|
"ap-southeast-1" : { },
|
|
9044
9068
|
"ap-southeast-2" : { },
|
|
9069
|
+
"ap-southeast-3" : { },
|
|
9045
9070
|
"ca-central-1" : {
|
|
9046
9071
|
"variants" : [ {
|
|
9047
9072
|
"hostname" : "ram-fips.ca-central-1.amazonaws.com",
|
|
@@ -15963,7 +15988,19 @@
|
|
|
15963
15988
|
},
|
|
15964
15989
|
"iotsitewise" : {
|
|
15965
15990
|
"endpoints" : {
|
|
15966
|
-
"us-gov-west-1" : {
|
|
15991
|
+
"fips-us-gov-west-1" : {
|
|
15992
|
+
"credentialScope" : {
|
|
15993
|
+
"region" : "us-gov-west-1"
|
|
15994
|
+
},
|
|
15995
|
+
"deprecated" : true,
|
|
15996
|
+
"hostname" : "iotsitewise-fips.us-gov-west-1.amazonaws.com"
|
|
15997
|
+
},
|
|
15998
|
+
"us-gov-west-1" : {
|
|
15999
|
+
"variants" : [ {
|
|
16000
|
+
"hostname" : "iotsitewise-fips.us-gov-west-1.amazonaws.com",
|
|
16001
|
+
"tags" : [ "fips" ]
|
|
16002
|
+
} ]
|
|
16003
|
+
}
|
|
15967
16004
|
}
|
|
15968
16005
|
},
|
|
15969
16006
|
"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.574.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-04-
|
|
11
|
+
date: 2022-04-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|