aws-sdk-core 2.11.198 → 2.11.199
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/iotanalytics/2017-11-27/api-2.json +10 -0
- data/endpoints.json +26 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dc849bc7854fc1c65411c8d24bc8c6a3f4cb6ac7
|
4
|
+
data.tar.gz: 2daeab2a65221536bcda5a6c138ac067820b115a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28e4ecc87be0b50d55bb69dc303107b6390e209220334d998e029c376fc10c4ba030dc6c033c5385877cfcae4d897ea5ac003cc7a2d4ca4ae154182821bc186f
|
7
|
+
data.tar.gz: 73c6c44f96bb0c0593ba60fdf9bef83167681be048767e8c8315033c892375ce0f6cfa56d555bda7357e171ad34ea2fce2c9710668fdc9d0a37056bdb2357e69
|
@@ -1404,6 +1404,16 @@
|
|
1404
1404
|
"shape":"MaxResults",
|
1405
1405
|
"location":"querystring",
|
1406
1406
|
"locationName":"maxResults"
|
1407
|
+
},
|
1408
|
+
"scheduledOnOrAfter":{
|
1409
|
+
"shape":"Timestamp",
|
1410
|
+
"location":"querystring",
|
1411
|
+
"locationName":"scheduledOnOrAfter"
|
1412
|
+
},
|
1413
|
+
"scheduledBefore":{
|
1414
|
+
"shape":"Timestamp",
|
1415
|
+
"location":"querystring",
|
1416
|
+
"locationName":"scheduledBefore"
|
1407
1417
|
}
|
1408
1418
|
}
|
1409
1419
|
},
|
data/endpoints.json
CHANGED
@@ -1111,6 +1111,18 @@
|
|
1111
1111
|
"us-west-2" : { }
|
1112
1112
|
}
|
1113
1113
|
},
|
1114
|
+
"fsx" : {
|
1115
|
+
"defaults" : {
|
1116
|
+
"protocols" : [ "https" ],
|
1117
|
+
"sslCommonName" : "fsx.us-west-2.amazonaws.com"
|
1118
|
+
},
|
1119
|
+
"endpoints" : {
|
1120
|
+
"eu-west-1" : { },
|
1121
|
+
"us-east-1" : { },
|
1122
|
+
"us-east-2" : { },
|
1123
|
+
"us-west-2" : { }
|
1124
|
+
}
|
1125
|
+
},
|
1114
1126
|
"gamelift" : {
|
1115
1127
|
"endpoints" : {
|
1116
1128
|
"ap-northeast-1" : { },
|
@@ -1762,6 +1774,20 @@
|
|
1762
1774
|
"us-east-1" : { }
|
1763
1775
|
}
|
1764
1776
|
},
|
1777
|
+
"route53resolver" : {
|
1778
|
+
"defaults" : {
|
1779
|
+
"protocols" : [ "http", "https" ]
|
1780
|
+
},
|
1781
|
+
"endpoints" : {
|
1782
|
+
"ap-northeast-1" : { },
|
1783
|
+
"ap-southeast-1" : { },
|
1784
|
+
"ap-southeast-2" : { },
|
1785
|
+
"eu-west-1" : { },
|
1786
|
+
"us-east-1" : { },
|
1787
|
+
"us-east-2" : { },
|
1788
|
+
"us-west-2" : { }
|
1789
|
+
}
|
1790
|
+
},
|
1765
1791
|
"runtime.lex" : {
|
1766
1792
|
"defaults" : {
|
1767
1793
|
"credentialScope" : {
|
data/lib/aws-sdk-core/version.rb
CHANGED