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

@ -1950,6 +1950,20 @@
"max":64,
"min":1
},
"CloudWatchLogGroupName":{
"type":"string",
"max":512,
"min":1,
"pattern":"[\\.\\-_/#A-Za-z0-9]+"
},
"CloudWatchOutputConfig":{
"type":"structure",
"members":{
"CloudWatchLogGroupName":{"shape":"CloudWatchLogGroupName"},
"CloudWatchOutputEnabled":{"shape":"CloudWatchOutputEnabled"}
}
},
"CloudWatchOutputEnabled":{"type":"boolean"},
"Command":{
"type":"structure",
"members":{
@ -1972,8 +1986,10 @@
"TargetCount":{"shape":"TargetCount"},
"CompletedCount":{"shape":"CompletedCount"},
"ErrorCount":{"shape":"ErrorCount"},
"DeliveryTimedOutCount":{"shape":"DeliveryTimedOutCount"},
"ServiceRole":{"shape":"ServiceRole"},
"NotificationConfig":{"shape":"NotificationConfig"}
"NotificationConfig":{"shape":"NotificationConfig"},
"CloudWatchOutputConfig":{"shape":"CloudWatchOutputConfig"}
}
},
"CommandFilter":{
@ -2027,7 +2043,8 @@
"StandardErrorUrl":{"shape":"Url"},
"CommandPlugins":{"shape":"CommandPluginList"},
"ServiceRole":{"shape":"ServiceRole"},
"NotificationConfig":{"shape":"NotificationConfig"}
"NotificationConfig":{"shape":"NotificationConfig"},
"CloudWatchOutputConfig":{"shape":"CloudWatchOutputConfig"}
}
},
"CommandInvocationList":{
@ -2601,6 +2618,7 @@
"members":{
}
},
"DeliveryTimedOutCount":{"type":"integer"},
"DeregisterManagedInstanceRequest":{
"type":"structure",
"required":["InstanceId"],
@ -3522,7 +3540,8 @@
"StandardOutputContent":{"shape":"StandardOutputContent"},
"StandardOutputUrl":{"shape":"Url"},
"StandardErrorContent":{"shape":"StandardErrorContent"},
"StandardErrorUrl":{"shape":"Url"}
"StandardErrorUrl":{"shape":"Url"},
"CloudWatchOutputConfig":{"shape":"CloudWatchOutputConfig"}
}
},
"GetDefaultPatchBaselineRequest":{
@ -6444,7 +6463,8 @@
"MaxConcurrency":{"shape":"MaxConcurrency"},
"MaxErrors":{"shape":"MaxErrors"},
"ServiceRoleArn":{"shape":"ServiceRole"},
"NotificationConfig":{"shape":"NotificationConfig"}
"NotificationConfig":{"shape":"NotificationConfig"},
"CloudWatchOutputConfig":{"shape":"CloudWatchOutputConfig"}
}
},
"SendCommandResult":{

File diff suppressed because one or more lines are too long