vendor: update all dependencies
This commit is contained in:
parent
3f0789e2db
commit
08021c4636
2474 changed files with 435818 additions and 282709 deletions
28
vendor/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/api-2.json
generated
vendored
28
vendor/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/api-2.json
generated
vendored
|
@ -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":{
|
||||
|
|
93
vendor/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/docs-2.json
generated
vendored
93
vendor/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/docs-2.json
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue