aws-partitions 1.805.0 → 1.806.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 +8 -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: e84935d0a627370647f979a0fada59d5a60db04b0c56cfb3863a0b63b0b63726
|
|
4
|
+
data.tar.gz: bc63ced137783a7648a0e06b3fade30b66d1feeb9a7d182fd08db2a37dfd7a85
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35658902c2524cd32304bcc266466d45422e0edbe0879aac58a49c32ef8aa0ff6649a40e8d3fb5c1bb9bd603c46dad0022ac7cc72c364383eaead0cd52eea222
|
|
7
|
+
data.tar.gz: 880d456726e768f7db50d216b04f95a0f623c2da977c1fc9b74fd95c89f20f86eefe90ff71bf988fc76fb0445ecf634e67dc6202dceb3dbe5741996213dd0c2e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.806.0
|
data/partitions.json
CHANGED
|
@@ -24168,7 +24168,8 @@
|
|
|
24168
24168
|
"protocols" : [ "http", "https" ]
|
|
24169
24169
|
},
|
|
24170
24170
|
"endpoints" : {
|
|
24171
|
-
"us-iso-east-1" : { }
|
|
24171
|
+
"us-iso-east-1" : { },
|
|
24172
|
+
"us-iso-west-1" : { }
|
|
24172
24173
|
}
|
|
24173
24174
|
},
|
|
24174
24175
|
"elasticache" : {
|
|
@@ -24406,6 +24407,12 @@
|
|
|
24406
24407
|
"us-iso-west-1" : { }
|
|
24407
24408
|
}
|
|
24408
24409
|
},
|
|
24410
|
+
"resource-groups" : {
|
|
24411
|
+
"endpoints" : {
|
|
24412
|
+
"us-iso-east-1" : { },
|
|
24413
|
+
"us-iso-west-1" : { }
|
|
24414
|
+
}
|
|
24415
|
+
},
|
|
24409
24416
|
"route53" : {
|
|
24410
24417
|
"endpoints" : {
|
|
24411
24418
|
"aws-iso-global" : {
|
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.806.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-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|