aws-sdk-core 2.6.5 → 2.6.6

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.
@@ -701,7 +701,10 @@
701
701
  "DELETE"
702
702
  ]
703
703
  },
704
- "ChangeToken":{"type":"string"},
704
+ "ChangeToken":{
705
+ "type":"string",
706
+ "min":1
707
+ },
705
708
  "ChangeTokenStatus":{
706
709
  "type":"string",
707
710
  "enum":[
@@ -1170,7 +1173,10 @@
1170
1173
  },
1171
1174
  "IPSetDescriptorType":{
1172
1175
  "type":"string",
1173
- "enum":["IPV4"]
1176
+ "enum":[
1177
+ "IPV4",
1178
+ "IPV6"
1179
+ ]
1174
1180
  },
1175
1181
  "IPSetDescriptorValue":{"type":"string"},
1176
1182
  "IPSetDescriptors":{
@@ -1210,7 +1216,6 @@
1210
1216
  "IPString":{"type":"string"},
1211
1217
  "ListByteMatchSetsRequest":{
1212
1218
  "type":"structure",
1213
- "required":["Limit"],
1214
1219
  "members":{
1215
1220
  "NextMarker":{"shape":"NextMarker"},
1216
1221
  "Limit":{"shape":"PaginationLimit"}
@@ -1225,7 +1230,6 @@
1225
1230
  },
1226
1231
  "ListIPSetsRequest":{
1227
1232
  "type":"structure",
1228
- "required":["Limit"],
1229
1233
  "members":{
1230
1234
  "NextMarker":{"shape":"NextMarker"},
1231
1235
  "Limit":{"shape":"PaginationLimit"}
@@ -1245,7 +1249,6 @@
1245
1249
  },
1246
1250
  "ListRulesRequest":{
1247
1251
  "type":"structure",
1248
- "required":["Limit"],
1249
1252
  "members":{
1250
1253
  "NextMarker":{"shape":"NextMarker"},
1251
1254
  "Limit":{"shape":"PaginationLimit"}
@@ -1260,7 +1263,6 @@
1260
1263
  },
1261
1264
  "ListSizeConstraintSetsRequest":{
1262
1265
  "type":"structure",
1263
- "required":["Limit"],
1264
1266
  "members":{
1265
1267
  "NextMarker":{"shape":"NextMarker"},
1266
1268
  "Limit":{"shape":"PaginationLimit"}
@@ -1275,7 +1277,6 @@
1275
1277
  },
1276
1278
  "ListSqlInjectionMatchSetsRequest":{
1277
1279
  "type":"structure",
1278
- "required":["Limit"],
1279
1280
  "members":{
1280
1281
  "NextMarker":{"shape":"NextMarker"},
1281
1282
  "Limit":{"shape":"PaginationLimit"}
@@ -1290,7 +1291,6 @@
1290
1291
  },
1291
1292
  "ListWebACLsRequest":{
1292
1293
  "type":"structure",
1293
- "required":["Limit"],
1294
1294
  "members":{
1295
1295
  "NextMarker":{"shape":"NextMarker"},
1296
1296
  "Limit":{"shape":"PaginationLimit"}
@@ -1305,7 +1305,6 @@
1305
1305
  },
1306
1306
  "ListXssMatchSetsRequest":{
1307
1307
  "type":"structure",
1308
- "required":["Limit"],
1309
1308
  "members":{
1310
1309
  "NextMarker":{"shape":"NextMarker"},
1311
1310
  "Limit":{"shape":"PaginationLimit"}
@@ -1338,7 +1337,7 @@
1338
1337
  "PaginationLimit":{
1339
1338
  "type":"integer",
1340
1339
  "max":100,
1341
- "min":1
1340
+ "min":0
1342
1341
  },
1343
1342
  "ParameterExceptionField":{
1344
1343
  "type":"string",
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.6.5'
2
+ VERSION = '2.6.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.5
4
+ version: 2.6.6
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: 2016-09-29 00:00:00.000000000 Z
11
+ date: 2016-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath