aws-partitions 1.810.0 → 1.811.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 +7 -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: 6c4d2170de1ab30f69f9ab51d87c7d1e4ccc4ed91053f13ff592fa7f73734adf
|
|
4
|
+
data.tar.gz: f3a91b05b1f63cd50a754d1f988c198eca51cc802ebab216dd177c01764cb210
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8ae437949dc50af339b4619e4e3cba326acc1253fef61f9fa5e0858e616f1e93919d31c68c2f98460871802181890dd41982c5a6981782b19a1ea943a964d17
|
|
7
|
+
data.tar.gz: 8d13face9d9bd9e6e5781e936cb76bc77572511795713155313b9ea6edfe4e73c2eb9484d0d16053a9bbb2860add8dd6ae9c058144cc4cc4765bdb0b4dbf3f38
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.811.0
|
data/partitions.json
CHANGED
|
@@ -2037,6 +2037,12 @@
|
|
|
2037
2037
|
"deprecated" : true,
|
|
2038
2038
|
"hostname" : "athena-fips.us-west-2.amazonaws.com"
|
|
2039
2039
|
},
|
|
2040
|
+
"il-central-1" : {
|
|
2041
|
+
"variants" : [ {
|
|
2042
|
+
"hostname" : "athena.il-central-1.api.aws",
|
|
2043
|
+
"tags" : [ "dualstack" ]
|
|
2044
|
+
} ]
|
|
2045
|
+
},
|
|
2040
2046
|
"me-central-1" : {
|
|
2041
2047
|
"variants" : [ {
|
|
2042
2048
|
"hostname" : "athena.me-central-1.api.aws",
|
|
@@ -4404,6 +4410,7 @@
|
|
|
4404
4410
|
"deprecated" : true,
|
|
4405
4411
|
"hostname" : "datasync-fips.us-west-2.amazonaws.com"
|
|
4406
4412
|
},
|
|
4413
|
+
"il-central-1" : { },
|
|
4407
4414
|
"me-central-1" : { },
|
|
4408
4415
|
"me-south-1" : { },
|
|
4409
4416
|
"sa-east-1" : { },
|
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.811.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-08-
|
|
11
|
+
date: 2023-08-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|