aws-partitions 1.223.0 → 1.224.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/partitions.json +6 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 55b174ea6150bb4753c02ae5451c820646ed3421
|
|
4
|
+
data.tar.gz: 8b5a9fa8c840c2e4f2f19daf2e7411e9c5752c7c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 173761996a27f853e6e368e17f7b14cb7c5660e8c0018b46937dc6c2f4efe744e93452750a919479a62aff8167993d21159dda508aa7714b0010cca3838977c5
|
|
7
|
+
data.tar.gz: 1b9ecba77d47179187c23a691a777886086b30e8885f552de6d08a546114c8e47bb053e5f31b031292fbd2ff1f6eaed798ee8ca30d023bfeb22ce79a5514bcd3
|
data/partitions.json
CHANGED
|
@@ -1121,6 +1121,12 @@
|
|
|
1121
1121
|
},
|
|
1122
1122
|
"hostname" : "rds.ap-northeast-2.amazonaws.com"
|
|
1123
1123
|
},
|
|
1124
|
+
"ap-southeast-1" : {
|
|
1125
|
+
"credentialScope" : {
|
|
1126
|
+
"region" : "ap-southeast-1"
|
|
1127
|
+
},
|
|
1128
|
+
"hostname" : "rds.ap-southeast-1.amazonaws.com"
|
|
1129
|
+
},
|
|
1124
1130
|
"ap-southeast-2" : {
|
|
1125
1131
|
"credentialScope" : {
|
|
1126
1132
|
"region" : "ap-southeast-2"
|
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.224.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: 2019-10-
|
|
11
|
+
date: 2019-10-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|