aws-sdk-core 2.11.198 → 2.11.199

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 36a2d94a2e00c6625f30edd0f43f2359cafb90db
4
- data.tar.gz: cdb9ac6841522d0b60e02320b5d2834ccf8f5813
3
+ metadata.gz: dc849bc7854fc1c65411c8d24bc8c6a3f4cb6ac7
4
+ data.tar.gz: 2daeab2a65221536bcda5a6c138ac067820b115a
5
5
  SHA512:
6
- metadata.gz: 4e38454f8db2525b91276dcbd9b9ad2a57b8d358eae6a59178dde49cabfd904cb16ff86d2ea3ea7ef7f52d07bca00203090a18e41d308ac9f55139e6d60a2310
7
- data.tar.gz: f8697983bfd67e9c9082dc2d5a59cc9f79b74ca58efe82f493a473c3e9833d42bd82b38a1835949131a03bd2dfd76527dd40d0b3147b5a316c15ab857a034208
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
  },
@@ -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" : {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.198'
2
+ VERSION = '2.11.199'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.198
4
+ version: 2.11.199
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services