vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood 2018-06-17 17:59:12 +01:00
parent 3f0789e2db
commit 08021c4636
2474 changed files with 435818 additions and 282709 deletions

View file

@ -1191,7 +1191,8 @@
"members":{
"JobName":{"shape":"NameString"},
"Arguments":{"shape":"GenericMap"},
"Timeout":{"shape":"Timeout"}
"Timeout":{"shape":"Timeout"},
"NotificationProperty":{"shape":"NotificationProperty"}
}
},
"ActionList":{
@ -1844,7 +1845,8 @@
"Connections":{"shape":"ConnectionsList"},
"MaxRetries":{"shape":"MaxRetries"},
"AllocatedCapacity":{"shape":"IntegerValue"},
"Timeout":{"shape":"Timeout"}
"Timeout":{"shape":"Timeout"},
"NotificationProperty":{"shape":"NotificationProperty"}
}
},
"CreateJobResponse":{
@ -2255,6 +2257,7 @@
"MaxConcurrentRuns":{"shape":"MaxConcurrentRuns"}
}
},
"ExecutionTime":{"type":"integer"},
"FieldType":{"type":"string"},
"FilterString":{
"type":"string",
@ -2845,7 +2848,8 @@
"Connections":{"shape":"ConnectionsList"},
"MaxRetries":{"shape":"MaxRetries"},
"AllocatedCapacity":{"shape":"IntegerValue"},
"Timeout":{"shape":"Timeout"}
"Timeout":{"shape":"Timeout"},
"NotificationProperty":{"shape":"NotificationProperty"}
}
},
"JobBookmarkEntry":{
@ -2886,8 +2890,9 @@
"ErrorMessage":{"shape":"ErrorString"},
"PredecessorRuns":{"shape":"PredecessorList"},
"AllocatedCapacity":{"shape":"IntegerValue"},
"ExecutionTime":{"shape":"IntegerValue"},
"Timeout":{"shape":"Timeout"}
"ExecutionTime":{"shape":"ExecutionTime"},
"Timeout":{"shape":"Timeout"},
"NotificationProperty":{"shape":"NotificationProperty"}
}
},
"JobRunList":{
@ -2918,7 +2923,8 @@
"Connections":{"shape":"ConnectionsList"},
"MaxRetries":{"shape":"MaxRetries"},
"AllocatedCapacity":{"shape":"IntegerValue"},
"Timeout":{"shape":"Timeout"}
"Timeout":{"shape":"Timeout"},
"NotificationProperty":{"shape":"NotificationProperty"}
}
},
"JsonClassifier":{
@ -3065,6 +3071,17 @@
"type":"integer",
"min":0
},
"NotificationProperty":{
"type":"structure",
"members":{
"NotifyDelayAfter":{"shape":"NotifyDelayAfter"}
}
},
"NotifyDelayAfter":{
"type":"integer",
"box":true,
"min":1
},
"OperationTimeoutException":{
"type":"structure",
"members":{
@ -3369,7 +3386,8 @@
"JobRunId":{"shape":"IdString"},
"Arguments":{"shape":"GenericMap"},
"AllocatedCapacity":{"shape":"IntegerValue"},
"Timeout":{"shape":"Timeout"}
"Timeout":{"shape":"Timeout"},
"NotificationProperty":{"shape":"NotificationProperty"}
}
},
"StartJobRunResponse":{

View file

@ -989,6 +989,12 @@
"JobUpdate$ExecutionProperty": "<p>An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.</p>"
}
},
"ExecutionTime": {
"base": null,
"refs": {
"JobRun$ExecutionTime": "<p>The amount of time (in seconds) that the job run consumed resources.</p>"
}
},
"FieldType": {
"base": null,
"refs": {
@ -1446,7 +1452,6 @@
"JobBookmarkEntry$Run": "<p>The run ID number.</p>",
"JobBookmarkEntry$Attempt": "<p>The attempt ID number.</p>",
"JobRun$AllocatedCapacity": "<p>The number of AWS Glue data processing units (DPUs) allocated to this JobRun. From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">AWS Glue pricing page</a>.</p>",
"JobRun$ExecutionTime": "<p>The amount of time (in seconds) that the job run consumed resources.</p>",
"JobUpdate$AllocatedCapacity": "<p>The number of AWS Glue data processing units (DPUs) to allocate to this Job. From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">AWS Glue pricing page</a>.</p>",
"StartJobRunRequest$AllocatedCapacity": "<p>The number of AWS Glue data processing units (DPUs) to allocate to this JobRun. From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">AWS Glue pricing page</a>.</p>"
}
@ -1869,6 +1874,23 @@
"TableInput$Retention": "<p>Retention time for this table.</p>"
}
},
"NotificationProperty": {
"base": "<p>Specifies configuration properties of a notification.</p>",
"refs": {
"Action$NotificationProperty": "<p>Specifies configuration properties of a job run notification.</p>",
"CreateJobRequest$NotificationProperty": "<p>Specifies configuration properties of a job notification.</p>",
"Job$NotificationProperty": "<p>Specifies configuration properties of a job notification.</p>",
"JobRun$NotificationProperty": "<p>Specifies configuration properties of a job run notification.</p>",
"JobUpdate$NotificationProperty": "<p>Specifies configuration properties of a job notification.</p>",
"StartJobRunRequest$NotificationProperty": "<p>Specifies configuration properties of a job run notification.</p>"
}
},
"NotifyDelayAfter": {
"base": null,
"refs": {
"NotificationProperty$NotifyDelayAfter": "<p>After a job run starts, the number of minutes to wait before sending a job run delay notification.</p>"
}
},
"OperationTimeoutException": {
"base": "<p>The operation timed out.</p>",
"refs": {