aws-partitions 1.514.0 → 1.516.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 +10 -0
- data/VERSION +1 -1
- data/partitions.json +7 -1
- 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: f16bd8c780d05645b38fe5b0788f420a9ef3efe2f95e80f81fe4ac3f838b0636
|
|
4
|
+
data.tar.gz: a1c6b7408362c7f4e711dc55fffbde3a3cfd26501ae39ada25eb2258799974fd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aadc46065a0af71b8ef8d62a069148101cf776c20d9fb877302bb35cfe9cb0d3df36dc6e96a37ab5d5ce2f70269a3bfb76326f088a4049b6f4825de70a855696
|
|
7
|
+
data.tar.gz: 1a54e53af41639212ae67a65a7c077ce0a95f234f69e48482c05f6dcd6bfb4ad3dcaba19a339f07ad5683c0812ccb39cbbbe410833227c8ef1b31abf411c6e61
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.516.0 (2021-10-14)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.515.0 (2021-10-13)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.514.0 (2021-10-12)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.516.0
|
data/partitions.json
CHANGED
|
@@ -10016,6 +10016,11 @@
|
|
|
10016
10016
|
"us-gov-west-1" : { }
|
|
10017
10017
|
}
|
|
10018
10018
|
},
|
|
10019
|
+
"kendra" : {
|
|
10020
|
+
"endpoints" : {
|
|
10021
|
+
"us-gov-west-1" : { }
|
|
10022
|
+
}
|
|
10023
|
+
},
|
|
10019
10024
|
"kinesis" : {
|
|
10020
10025
|
"endpoints" : {
|
|
10021
10026
|
"us-gov-east-1" : {
|
|
@@ -11084,7 +11089,8 @@
|
|
|
11084
11089
|
"endpoints" : {
|
|
11085
11090
|
"us-iso-east-1" : {
|
|
11086
11091
|
"protocols" : [ "http", "https" ]
|
|
11087
|
-
}
|
|
11092
|
+
},
|
|
11093
|
+
"us-iso-west-1" : { }
|
|
11088
11094
|
}
|
|
11089
11095
|
},
|
|
11090
11096
|
"ec2" : {
|
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.516.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: 2021-10-
|
|
11
|
+
date: 2021-10-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|