aws-sdk-core 2.11.7 → 2.11.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d8d1b046432aa8ee594b0f14f8e95df8e3be3570
4
- data.tar.gz: 324ac265fa603a856c5fcd2830ed0b0598f72f6f
3
+ metadata.gz: 5349456859c5a0c79bf6950910dee1554d7048ea
4
+ data.tar.gz: 92437a46bd7e333efeb70a51c907b99b0032e1ec
5
5
  SHA512:
6
- metadata.gz: bda22f50e4ab3b6f8c40324651bb2586e149676853cf32020f8474df3bcc619d1d68a4338268ed7a46ac55f6e1bade1666b0afd47e4f1a1cd72c9716ad0c06c8
7
- data.tar.gz: 9cef2aa75096e637c040afd6e57f096b8dd9dd5c23e6e746ea5084af3bb40abac61b1dcb5b012ffa1fe444e7d38f652f886fd62a2e1c4c6a8ad4159eeda49ce6
6
+ metadata.gz: 0287b579e0801865cd013f96cbcdb37914ee9ee73df6e18d8a03ddeaf804c2c9981b716b4ed034a1e23404362f175c6974a1fc3d98af0c2fa79a47e344c4cad0
7
+ data.tar.gz: 0102713f9681ed8b728a3ef9c3466298ac952795cb5f6c582c8f707f67487064f56d08d9e0c35faba748c4538e56d4441f25e4a7582a47cd62414bdcb33ef3c0
@@ -12308,6 +12308,7 @@
12308
12308
  "shape":"Affinity",
12309
12309
  "locationName":"affinity"
12310
12310
  },
12311
+ "GroupName":{"shape":"String"},
12311
12312
  "HostId":{
12312
12313
  "shape":"String",
12313
12314
  "locationName":"hostId"
@@ -6,6 +6,7 @@
6
6
  "jsonVersion":"1.1",
7
7
  "protocol":"json",
8
8
  "serviceFullName":"Amazon CloudWatch Events",
9
+ "serviceId":"CloudWatch Events",
9
10
  "signatureVersion":"v4",
10
11
  "targetPrefix":"AWSEvents",
11
12
  "uid":"events-2015-10-07"
@@ -221,6 +222,31 @@
221
222
  "max":1600,
222
223
  "min":1
223
224
  },
225
+ "BatchArrayProperties":{
226
+ "type":"structure",
227
+ "members":{
228
+ "Size":{"shape":"Integer"}
229
+ }
230
+ },
231
+ "BatchParameters":{
232
+ "type":"structure",
233
+ "required":[
234
+ "JobDefinition",
235
+ "JobName"
236
+ ],
237
+ "members":{
238
+ "JobDefinition":{"shape":"String"},
239
+ "JobName":{"shape":"String"},
240
+ "ArrayProperties":{"shape":"BatchArrayProperties"},
241
+ "RetryStrategy":{"shape":"BatchRetryStrategy"}
242
+ }
243
+ },
244
+ "BatchRetryStrategy":{
245
+ "type":"structure",
246
+ "members":{
247
+ "Attempts":{"shape":"Integer"}
248
+ }
249
+ },
224
250
  "Boolean":{"type":"boolean"},
225
251
  "ConcurrentModificationException":{
226
252
  "type":"structure",
@@ -292,10 +318,7 @@
292
318
  "ErrorCode":{"type":"string"},
293
319
  "ErrorMessage":{"type":"string"},
294
320
  "EventId":{"type":"string"},
295
- "EventPattern":{
296
- "type":"string",
297
- "max":2048
298
- },
321
+ "EventPattern":{"type":"string"},
299
322
  "EventResource":{"type":"string"},
300
323
  "EventResourceList":{
301
324
  "type":"list",
@@ -676,7 +699,8 @@
676
699
  "InputTransformer":{"shape":"InputTransformer"},
677
700
  "KinesisParameters":{"shape":"KinesisParameters"},
678
701
  "RunCommandParameters":{"shape":"RunCommandParameters"},
679
- "EcsParameters":{"shape":"EcsParameters"}
702
+ "EcsParameters":{"shape":"EcsParameters"},
703
+ "BatchParameters":{"shape":"BatchParameters"}
680
704
  }
681
705
  },
682
706
  "TargetArn":{
@@ -265,6 +265,20 @@
265
265
  {"shape":"InvalidParametersException"}
266
266
  ]
267
267
  },
268
+ "DeleteTagOption":{
269
+ "name":"DeleteTagOption",
270
+ "http":{
271
+ "method":"POST",
272
+ "requestUri":"/"
273
+ },
274
+ "input":{"shape":"DeleteTagOptionInput"},
275
+ "output":{"shape":"DeleteTagOptionOutput"},
276
+ "errors":[
277
+ {"shape":"TagOptionNotMigratedException"},
278
+ {"shape":"ResourceInUseException"},
279
+ {"shape":"ResourceNotFoundException"}
280
+ ]
281
+ },
268
282
  "DescribeConstraint":{
269
283
  "name":"DescribeConstraint",
270
284
  "http":{
@@ -1268,6 +1282,18 @@
1268
1282
  "members":{
1269
1283
  }
1270
1284
  },
1285
+ "DeleteTagOptionInput":{
1286
+ "type":"structure",
1287
+ "required":["Id"],
1288
+ "members":{
1289
+ "Id":{"shape":"TagOptionId"}
1290
+ }
1291
+ },
1292
+ "DeleteTagOptionOutput":{
1293
+ "type":"structure",
1294
+ "members":{
1295
+ }
1296
+ },
1271
1297
  "DescribeConstraintInput":{
1272
1298
  "type":"structure",
1273
1299
  "required":["Id"],
@@ -4591,6 +4591,7 @@
4591
4591
  "type":"list",
4592
4592
  "member":{"shape":"TagKey"}
4593
4593
  },
4594
+ "LastResourceDataSyncMessage":{"type":"string"},
4594
4595
  "LastResourceDataSyncStatus":{
4595
4596
  "type":"string",
4596
4597
  "enum":[
@@ -6107,7 +6108,8 @@
6107
6108
  "LastSyncTime":{"shape":"LastResourceDataSyncTime"},
6108
6109
  "LastSuccessfulSyncTime":{"shape":"LastSuccessfulResourceDataSyncTime"},
6109
6110
  "LastStatus":{"shape":"LastResourceDataSyncStatus"},
6110
- "SyncCreatedTime":{"shape":"ResourceDataSyncCreatedTime"}
6111
+ "SyncCreatedTime":{"shape":"ResourceDataSyncCreatedTime"},
6112
+ "LastSyncStatusMessage":{"shape":"LastResourceDataSyncMessage"}
6111
6113
  }
6112
6114
  },
6113
6115
  "ResourceDataSyncItemList":{
@@ -1065,10 +1065,12 @@
1065
1065
  "Role":{"shape":"Role"},
1066
1066
  "LocationARN":{"shape":"LocationARN"},
1067
1067
  "DefaultStorageClass":{"shape":"StorageClass"},
1068
+ "ObjectACL":{"shape":"ObjectACL"},
1068
1069
  "ClientList":{"shape":"FileShareClientList"},
1069
1070
  "Squash":{"shape":"Squash"},
1070
1071
  "ReadOnly":{"shape":"Boolean"},
1071
- "GuessMIMETypeEnabled":{"shape":"Boolean"}
1072
+ "GuessMIMETypeEnabled":{"shape":"Boolean"},
1073
+ "RequesterPays":{"shape":"Boolean"}
1072
1074
  }
1073
1075
  },
1074
1076
  "CreateNFSFileShareOutput":{
@@ -1988,10 +1990,12 @@
1988
1990
  "Role":{"shape":"Role"},
1989
1991
  "LocationARN":{"shape":"LocationARN"},
1990
1992
  "DefaultStorageClass":{"shape":"StorageClass"},
1993
+ "ObjectACL":{"shape":"ObjectACL"},
1991
1994
  "ClientList":{"shape":"FileShareClientList"},
1992
1995
  "Squash":{"shape":"Squash"},
1993
1996
  "ReadOnly":{"shape":"Boolean"},
1994
- "GuessMIMETypeEnabled":{"shape":"Boolean"}
1997
+ "GuessMIMETypeEnabled":{"shape":"Boolean"},
1998
+ "RequesterPays":{"shape":"Boolean"}
1995
1999
  }
1996
2000
  },
1997
2001
  "NFSFileShareInfoList":{
@@ -2039,6 +2043,18 @@
2039
2043
  "max":10,
2040
2044
  "min":1
2041
2045
  },
2046
+ "ObjectACL":{
2047
+ "type":"string",
2048
+ "enum":[
2049
+ "private",
2050
+ "public-read",
2051
+ "public-read-write",
2052
+ "authenticated-read",
2053
+ "bucket-owner-read",
2054
+ "bucket-owner-full-control",
2055
+ "aws-exec-read"
2056
+ ]
2057
+ },
2042
2058
  "Path":{"type":"string"},
2043
2059
  "PermissionId":{
2044
2060
  "type":"long",
@@ -2479,10 +2495,12 @@
2479
2495
  "KMSKey":{"shape":"KMSKey"},
2480
2496
  "NFSFileShareDefaults":{"shape":"NFSFileShareDefaults"},
2481
2497
  "DefaultStorageClass":{"shape":"StorageClass"},
2498
+ "ObjectACL":{"shape":"ObjectACL"},
2482
2499
  "ClientList":{"shape":"FileShareClientList"},
2483
2500
  "Squash":{"shape":"Squash"},
2484
2501
  "ReadOnly":{"shape":"Boolean"},
2485
- "GuessMIMETypeEnabled":{"shape":"Boolean"}
2502
+ "GuessMIMETypeEnabled":{"shape":"Boolean"},
2503
+ "RequesterPays":{"shape":"Boolean"}
2486
2504
  }
2487
2505
  },
2488
2506
  "UpdateNFSFileShareOutput":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.7'
2
+ VERSION = '2.11.8'
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.11.7
4
+ version: 2.11.8
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: 2018-02-28 00:00:00.000000000 Z
11
+ date: 2018-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath