aws-partitions 1.130.0 → 1.131.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 +23 -4
- 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: 8c37173d793d7129724a5bdfa8e3c217de2e5063
|
|
4
|
+
data.tar.gz: 25dd901966fcc75c5f8b984ac1dcc1c30163cc3f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 22683c61e26838654104cab0ad5dcd3d6506af135b565deed8133a524bfe5deaac2e8a320590b47c1bd81f6a7290926df80caf8927e94ef81362f239528054d4
|
|
7
|
+
data.tar.gz: 5e30622a5643b74f602f636b72c62c9ea665813ec03e9617a72697d3fffa8d5e75109ab29af42159d35bfc457ff9917b5c56a72d50dad75f076c7716ee7f13c9
|
data/partitions.json
CHANGED
|
@@ -195,6 +195,9 @@
|
|
|
195
195
|
},
|
|
196
196
|
"endpoints" : {
|
|
197
197
|
"ap-northeast-1" : { },
|
|
198
|
+
"ap-southeast-1" : { },
|
|
199
|
+
"ap-southeast-2" : { },
|
|
200
|
+
"eu-central-1" : { },
|
|
198
201
|
"eu-west-1" : { },
|
|
199
202
|
"us-east-1" : { },
|
|
200
203
|
"us-west-2" : { }
|
|
@@ -725,6 +728,20 @@
|
|
|
725
728
|
"us-west-2" : { }
|
|
726
729
|
}
|
|
727
730
|
},
|
|
731
|
+
"datasync" : {
|
|
732
|
+
"endpoints" : {
|
|
733
|
+
"ap-northeast-1" : { },
|
|
734
|
+
"ap-northeast-2" : { },
|
|
735
|
+
"ap-southeast-1" : { },
|
|
736
|
+
"ap-southeast-2" : { },
|
|
737
|
+
"eu-central-1" : { },
|
|
738
|
+
"eu-west-1" : { },
|
|
739
|
+
"us-east-1" : { },
|
|
740
|
+
"us-east-2" : { },
|
|
741
|
+
"us-west-1" : { },
|
|
742
|
+
"us-west-2" : { }
|
|
743
|
+
}
|
|
744
|
+
},
|
|
728
745
|
"dax" : {
|
|
729
746
|
"endpoints" : {
|
|
730
747
|
"ap-northeast-1" : { },
|
|
@@ -1141,10 +1158,6 @@
|
|
|
1141
1158
|
}
|
|
1142
1159
|
},
|
|
1143
1160
|
"fsx" : {
|
|
1144
|
-
"defaults" : {
|
|
1145
|
-
"protocols" : [ "https" ],
|
|
1146
|
-
"sslCommonName" : "fsx.us-west-2.amazonaws.com"
|
|
1147
|
-
},
|
|
1148
1161
|
"endpoints" : {
|
|
1149
1162
|
"eu-west-1" : { },
|
|
1150
1163
|
"us-east-1" : { },
|
|
@@ -1608,6 +1621,12 @@
|
|
|
1608
1621
|
},
|
|
1609
1622
|
"hostname" : "rds.ap-southeast-1.amazonaws.com"
|
|
1610
1623
|
},
|
|
1624
|
+
"ap-southeast-2" : {
|
|
1625
|
+
"credentialScope" : {
|
|
1626
|
+
"region" : "ap-southeast-2"
|
|
1627
|
+
},
|
|
1628
|
+
"hostname" : "rds.ap-southeast-2.amazonaws.com"
|
|
1629
|
+
},
|
|
1611
1630
|
"eu-central-1" : {
|
|
1612
1631
|
"credentialScope" : {
|
|
1613
1632
|
"region" : "eu-central-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.131.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-01-
|
|
11
|
+
date: 2019-01-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|