aws-partitions 1.980.0 → 1.981.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 +39 -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: a6ff88b6794dc79399cc19d2a74108ab733269c4b1f4f2608ef66e5b1c30523a
|
4
|
+
data.tar.gz: c7a6e3f8dc3ddb2f0c493d1bfe65039429ba02a3fd0bd55cebe9aac50786de73
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8aac331ce460a83afe65f7cf9816527a00debfc6d3ea7c48aed6bad6cdf1d29c652eb76d9182f76f2a8905d000b5704f20ba437902ab71b9dc2ae05de6bdd68b
|
7
|
+
data.tar.gz: 43e2caf0fecc28da46c550407ebc5f61e055890e471765ebbec0c9b24c627760b4b3cdc8a715d24666c63263435a0f495c8fd2f114b8e4a0ba05a5bd0090551c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.981.0
|
data/partitions.json
CHANGED
@@ -29169,8 +29169,32 @@
|
|
29169
29169
|
},
|
29170
29170
|
"ds" : {
|
29171
29171
|
"endpoints" : {
|
29172
|
-
"us-iso-east-1" : {
|
29173
|
-
|
29172
|
+
"fips-us-iso-east-1" : {
|
29173
|
+
"credentialScope" : {
|
29174
|
+
"region" : "us-iso-east-1"
|
29175
|
+
},
|
29176
|
+
"deprecated" : true,
|
29177
|
+
"hostname" : "ds-fips.us-iso-east-1.c2s.ic.gov"
|
29178
|
+
},
|
29179
|
+
"fips-us-iso-west-1" : {
|
29180
|
+
"credentialScope" : {
|
29181
|
+
"region" : "us-iso-west-1"
|
29182
|
+
},
|
29183
|
+
"deprecated" : true,
|
29184
|
+
"hostname" : "ds-fips.us-iso-west-1.c2s.ic.gov"
|
29185
|
+
},
|
29186
|
+
"us-iso-east-1" : {
|
29187
|
+
"variants" : [ {
|
29188
|
+
"hostname" : "ds-fips.us-iso-east-1.c2s.ic.gov",
|
29189
|
+
"tags" : [ "fips" ]
|
29190
|
+
} ]
|
29191
|
+
},
|
29192
|
+
"us-iso-west-1" : {
|
29193
|
+
"variants" : [ {
|
29194
|
+
"hostname" : "ds-fips.us-iso-west-1.c2s.ic.gov",
|
29195
|
+
"tags" : [ "fips" ]
|
29196
|
+
} ]
|
29197
|
+
}
|
29174
29198
|
}
|
29175
29199
|
},
|
29176
29200
|
"dynamodb" : {
|
@@ -29990,7 +30014,19 @@
|
|
29990
30014
|
},
|
29991
30015
|
"ds" : {
|
29992
30016
|
"endpoints" : {
|
29993
|
-
"us-isob-east-1" : {
|
30017
|
+
"fips-us-isob-east-1" : {
|
30018
|
+
"credentialScope" : {
|
30019
|
+
"region" : "us-isob-east-1"
|
30020
|
+
},
|
30021
|
+
"deprecated" : true,
|
30022
|
+
"hostname" : "ds-fips.us-isob-east-1.sc2s.sgov.gov"
|
30023
|
+
},
|
30024
|
+
"us-isob-east-1" : {
|
30025
|
+
"variants" : [ {
|
30026
|
+
"hostname" : "ds-fips.us-isob-east-1.sc2s.sgov.gov",
|
30027
|
+
"tags" : [ "fips" ]
|
30028
|
+
} ]
|
30029
|
+
}
|
29994
30030
|
}
|
29995
30031
|
},
|
29996
30032
|
"dynamodb" : {
|
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.981.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: 2024-09-
|
11
|
+
date: 2024-09-27 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|