aws-partitions 1.840.0 → 1.841.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 +25 -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: a7b6a48c33c155387781e3d68d96a2b46761bb21d980ec788e4e4bad08b0b6a1
|
4
|
+
data.tar.gz: a70659359298726405a33ce014af6813da4386139d76eaad969287717aed24a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c06a855cb9213da666f1aa4e55398da5068347ec470ca53451b2960fe551690daf1a502648ad8f5a85159d90ae5e8a29e0bcf0eeb0e5c2974a2f48a33589195e
|
7
|
+
data.tar.gz: 5fe1d4d3e74fd75e900f4829e3225c6855b00b4ab373ccd3ad79c47dcfc5e8e2cd0f75bf12c0c996fcb30828584f2e0ccf8933f4d3c25315d34a8c12a038ada9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.841.0
|
data/partitions.json
CHANGED
@@ -10609,6 +10609,7 @@
|
|
10609
10609
|
"hostname" : "license-manager-user-subscriptions-fips.us-west-2.amazonaws.com"
|
10610
10610
|
},
|
10611
10611
|
"il-central-1" : { },
|
10612
|
+
"me-central-1" : { },
|
10612
10613
|
"me-south-1" : { },
|
10613
10614
|
"sa-east-1" : { },
|
10614
10615
|
"us-east-1" : {
|
@@ -20018,8 +20019,18 @@
|
|
20018
20019
|
},
|
20019
20020
|
"states" : {
|
20020
20021
|
"endpoints" : {
|
20021
|
-
"cn-north-1" : {
|
20022
|
-
|
20022
|
+
"cn-north-1" : {
|
20023
|
+
"variants" : [ {
|
20024
|
+
"hostname" : "states.cn-north-1.api.amazonwebservices.com.cn",
|
20025
|
+
"tags" : [ "dualstack" ]
|
20026
|
+
} ]
|
20027
|
+
},
|
20028
|
+
"cn-northwest-1" : {
|
20029
|
+
"variants" : [ {
|
20030
|
+
"hostname" : "states.cn-northwest-1.api.amazonwebservices.com.cn",
|
20031
|
+
"tags" : [ "dualstack" ]
|
20032
|
+
} ]
|
20033
|
+
}
|
20023
20034
|
}
|
20024
20035
|
},
|
20025
20036
|
"storagegateway" : {
|
@@ -22138,12 +22149,24 @@
|
|
22138
22149
|
"variants" : [ {
|
22139
22150
|
"hostname" : "glue-fips.us-gov-east-1.amazonaws.com",
|
22140
22151
|
"tags" : [ "fips" ]
|
22152
|
+
}, {
|
22153
|
+
"hostname" : "glue-fips.us-gov-east-1.api.aws",
|
22154
|
+
"tags" : [ "dualstack", "fips" ]
|
22155
|
+
}, {
|
22156
|
+
"hostname" : "glue.us-gov-east-1.api.aws",
|
22157
|
+
"tags" : [ "dualstack" ]
|
22141
22158
|
} ]
|
22142
22159
|
},
|
22143
22160
|
"us-gov-west-1" : {
|
22144
22161
|
"variants" : [ {
|
22145
22162
|
"hostname" : "glue-fips.us-gov-west-1.amazonaws.com",
|
22146
22163
|
"tags" : [ "fips" ]
|
22164
|
+
}, {
|
22165
|
+
"hostname" : "glue-fips.us-gov-west-1.api.aws",
|
22166
|
+
"tags" : [ "dualstack", "fips" ]
|
22167
|
+
}, {
|
22168
|
+
"hostname" : "glue.us-gov-west-1.api.aws",
|
22169
|
+
"tags" : [ "dualstack" ]
|
22147
22170
|
} ]
|
22148
22171
|
}
|
22149
22172
|
}
|
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.841.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-10-
|
11
|
+
date: 2023-10-24 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|