vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood 2018-03-19 15:51:38 +00:00
parent 940df88eb2
commit d64789528d
4309 changed files with 1327278 additions and 1001118 deletions

View file

@ -1981,7 +1981,6 @@ func (c *DataPipeline) ValidatePipelineDefinitionWithContext(ctx aws.Context, in
}
// Contains the parameters for ActivatePipeline.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ActivatePipelineInput
type ActivatePipelineInput struct {
_ struct{} `type:"structure"`
@ -2053,7 +2052,6 @@ func (s *ActivatePipelineInput) SetStartTimestamp(v time.Time) *ActivatePipeline
}
// Contains the output of ActivatePipeline.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ActivatePipelineOutput
type ActivatePipelineOutput struct {
_ struct{} `type:"structure"`
}
@ -2069,7 +2067,6 @@ func (s ActivatePipelineOutput) GoString() string {
}
// Contains the parameters for AddTags.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/AddTagsInput
type AddTagsInput struct {
_ struct{} `type:"structure"`
@ -2136,7 +2133,6 @@ func (s *AddTagsInput) SetTags(v []*Tag) *AddTagsInput {
}
// Contains the output of AddTags.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/AddTagsOutput
type AddTagsOutput struct {
_ struct{} `type:"structure"`
}
@ -2152,7 +2148,6 @@ func (s AddTagsOutput) GoString() string {
}
// Contains the parameters for CreatePipeline.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/CreatePipelineInput
type CreatePipelineInput struct {
_ struct{} `type:"structure"`
@ -2255,7 +2250,6 @@ func (s *CreatePipelineInput) SetUniqueId(v string) *CreatePipelineInput {
}
// Contains the output of CreatePipeline.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/CreatePipelineOutput
type CreatePipelineOutput struct {
_ struct{} `type:"structure"`
@ -2283,7 +2277,6 @@ func (s *CreatePipelineOutput) SetPipelineId(v string) *CreatePipelineOutput {
}
// Contains the parameters for DeactivatePipeline.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/DeactivatePipelineInput
type DeactivatePipelineInput struct {
_ struct{} `type:"structure"`
@ -2337,7 +2330,6 @@ func (s *DeactivatePipelineInput) SetPipelineId(v string) *DeactivatePipelineInp
}
// Contains the output of DeactivatePipeline.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/DeactivatePipelineOutput
type DeactivatePipelineOutput struct {
_ struct{} `type:"structure"`
}
@ -2353,7 +2345,6 @@ func (s DeactivatePipelineOutput) GoString() string {
}
// Contains the parameters for DeletePipeline.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/DeletePipelineInput
type DeletePipelineInput struct {
_ struct{} `type:"structure"`
@ -2395,7 +2386,6 @@ func (s *DeletePipelineInput) SetPipelineId(v string) *DeletePipelineInput {
return s
}
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/DeletePipelineOutput
type DeletePipelineOutput struct {
_ struct{} `type:"structure"`
}
@ -2411,7 +2401,6 @@ func (s DeletePipelineOutput) GoString() string {
}
// Contains the parameters for DescribeObjects.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/DescribeObjectsInput
type DescribeObjectsInput struct {
_ struct{} `type:"structure"`
@ -2491,7 +2480,6 @@ func (s *DescribeObjectsInput) SetPipelineId(v string) *DescribeObjectsInput {
}
// Contains the output of DescribeObjects.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/DescribeObjectsOutput
type DescribeObjectsOutput struct {
_ struct{} `type:"structure"`
@ -2538,7 +2526,6 @@ func (s *DescribeObjectsOutput) SetPipelineObjects(v []*PipelineObject) *Describ
}
// Contains the parameters for DescribePipelines.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/DescribePipelinesInput
type DescribePipelinesInput struct {
_ struct{} `type:"structure"`
@ -2579,7 +2566,6 @@ func (s *DescribePipelinesInput) SetPipelineIds(v []*string) *DescribePipelinesI
}
// Contains the output of DescribePipelines.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/DescribePipelinesOutput
type DescribePipelinesOutput struct {
_ struct{} `type:"structure"`
@ -2606,7 +2592,6 @@ func (s *DescribePipelinesOutput) SetPipelineDescriptionList(v []*PipelineDescri
}
// Contains the parameters for EvaluateExpression.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/EvaluateExpressionInput
type EvaluateExpressionInput struct {
_ struct{} `type:"structure"`
@ -2680,7 +2665,6 @@ func (s *EvaluateExpressionInput) SetPipelineId(v string) *EvaluateExpressionInp
}
// Contains the output of EvaluateExpression.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/EvaluateExpressionOutput
type EvaluateExpressionOutput struct {
_ struct{} `type:"structure"`
@ -2709,7 +2693,6 @@ func (s *EvaluateExpressionOutput) SetEvaluatedExpression(v string) *EvaluateExp
// A key-value pair that describes a property of a pipeline object. The value
// is specified as either a string value (StringValue) or a reference to another
// object (RefValue) but not as both.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/Field
type Field struct {
_ struct{} `type:"structure"`
@ -2773,7 +2756,6 @@ func (s *Field) SetStringValue(v string) *Field {
}
// Contains the parameters for GetPipelineDefinition.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/GetPipelineDefinitionInput
type GetPipelineDefinitionInput struct {
_ struct{} `type:"structure"`
@ -2827,7 +2809,6 @@ func (s *GetPipelineDefinitionInput) SetVersion(v string) *GetPipelineDefinition
}
// Contains the output of GetPipelineDefinition.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/GetPipelineDefinitionOutput
type GetPipelineDefinitionOutput struct {
_ struct{} `type:"structure"`
@ -2875,7 +2856,6 @@ func (s *GetPipelineDefinitionOutput) SetPipelineObjects(v []*PipelineObject) *G
// in the Amazon Elastic Compute Cloud User Guide. Passing in this value proves
// that your task runner is running on an EC2 instance, and ensures the proper
// AWS Data Pipeline service charges are applied to your pipeline.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/InstanceIdentity
type InstanceIdentity struct {
_ struct{} `type:"structure"`
@ -2912,7 +2892,6 @@ func (s *InstanceIdentity) SetSignature(v string) *InstanceIdentity {
}
// Contains the parameters for ListPipelines.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ListPipelinesInput
type ListPipelinesInput struct {
_ struct{} `type:"structure"`
@ -2940,7 +2919,6 @@ func (s *ListPipelinesInput) SetMarker(v string) *ListPipelinesInput {
}
// Contains the output of ListPipelines.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ListPipelinesOutput
type ListPipelinesOutput struct {
_ struct{} `type:"structure"`
@ -2990,7 +2968,6 @@ func (s *ListPipelinesOutput) SetPipelineIdList(v []*PipelineIdName) *ListPipeli
// Contains a logical operation for comparing the value of a field with a specified
// value.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/Operator
type Operator struct {
_ struct{} `type:"structure"`
@ -3052,7 +3029,6 @@ func (s *Operator) SetValues(v []*string) *Operator {
}
// The attributes allowed or specified with a parameter object.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ParameterAttribute
type ParameterAttribute struct {
_ struct{} `type:"structure"`
@ -3109,7 +3085,6 @@ func (s *ParameterAttribute) SetStringValue(v string) *ParameterAttribute {
}
// Contains information about a parameter object.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ParameterObject
type ParameterObject struct {
_ struct{} `type:"structure"`
@ -3176,7 +3151,6 @@ func (s *ParameterObject) SetId(v string) *ParameterObject {
}
// A value or list of parameter values.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ParameterValue
type ParameterValue struct {
_ struct{} `type:"structure"`
@ -3233,7 +3207,6 @@ func (s *ParameterValue) SetStringValue(v string) *ParameterValue {
}
// Contains pipeline metadata.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/PipelineDescription
type PipelineDescription struct {
_ struct{} `type:"structure"`
@ -3305,7 +3278,6 @@ func (s *PipelineDescription) SetTags(v []*Tag) *PipelineDescription {
}
// Contains the name and identifier of a pipeline.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/PipelineIdName
type PipelineIdName struct {
_ struct{} `type:"structure"`
@ -3342,7 +3314,6 @@ func (s *PipelineIdName) SetName(v string) *PipelineIdName {
// Contains information about a pipeline object. This can be a logical, physical,
// or physical attempt pipeline object. The complete set of components of a
// pipeline defines the pipeline.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/PipelineObject
type PipelineObject struct {
_ struct{} `type:"structure"`
@ -3426,7 +3397,6 @@ func (s *PipelineObject) SetName(v string) *PipelineObject {
}
// Contains the parameters for PollForTask.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/PollForTaskInput
type PollForTaskInput struct {
_ struct{} `type:"structure"`
@ -3496,7 +3466,6 @@ func (s *PollForTaskInput) SetWorkerGroup(v string) *PollForTaskInput {
}
// Contains the output of PollForTask.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/PollForTaskOutput
type PollForTaskOutput struct {
_ struct{} `type:"structure"`
@ -3524,7 +3493,6 @@ func (s *PollForTaskOutput) SetTaskObject(v *TaskObject) *PollForTaskOutput {
}
// Contains the parameters for PutPipelineDefinition.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/PutPipelineDefinitionInput
type PutPipelineDefinitionInput struct {
_ struct{} `type:"structure"`
@ -3630,7 +3598,6 @@ func (s *PutPipelineDefinitionInput) SetPipelineObjects(v []*PipelineObject) *Pu
}
// Contains the output of PutPipelineDefinition.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/PutPipelineDefinitionOutput
type PutPipelineDefinitionOutput struct {
_ struct{} `type:"structure"`
@ -3677,7 +3644,6 @@ func (s *PutPipelineDefinitionOutput) SetValidationWarnings(v []*ValidationWarni
}
// Defines the query to run against an object.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/Query
type Query struct {
_ struct{} `type:"structure"`
@ -3703,7 +3669,6 @@ func (s *Query) SetSelectors(v []*Selector) *Query {
}
// Contains the parameters for QueryObjects.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/QueryObjectsInput
type QueryObjectsInput struct {
_ struct{} `type:"structure"`
@ -3795,7 +3760,6 @@ func (s *QueryObjectsInput) SetSphere(v string) *QueryObjectsInput {
}
// Contains the output of QueryObjects.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/QueryObjectsOutput
type QueryObjectsOutput struct {
_ struct{} `type:"structure"`
@ -3841,7 +3805,6 @@ func (s *QueryObjectsOutput) SetMarker(v string) *QueryObjectsOutput {
}
// Contains the parameters for RemoveTags.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/RemoveTagsInput
type RemoveTagsInput struct {
_ struct{} `type:"structure"`
@ -3898,7 +3861,6 @@ func (s *RemoveTagsInput) SetTagKeys(v []*string) *RemoveTagsInput {
}
// Contains the output of RemoveTags.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/RemoveTagsOutput
type RemoveTagsOutput struct {
_ struct{} `type:"structure"`
}
@ -3914,7 +3876,6 @@ func (s RemoveTagsOutput) GoString() string {
}
// Contains the parameters for ReportTaskProgress.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ReportTaskProgressInput
type ReportTaskProgressInput struct {
_ struct{} `type:"structure"`
@ -3978,7 +3939,6 @@ func (s *ReportTaskProgressInput) SetTaskId(v string) *ReportTaskProgressInput {
}
// Contains the output of ReportTaskProgress.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ReportTaskProgressOutput
type ReportTaskProgressOutput struct {
_ struct{} `type:"structure"`
@ -4006,7 +3966,6 @@ func (s *ReportTaskProgressOutput) SetCanceled(v bool) *ReportTaskProgressOutput
}
// Contains the parameters for ReportTaskRunnerHeartbeat.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ReportTaskRunnerHeartbeatInput
type ReportTaskRunnerHeartbeatInput struct {
_ struct{} `type:"structure"`
@ -4078,7 +4037,6 @@ func (s *ReportTaskRunnerHeartbeatInput) SetWorkerGroup(v string) *ReportTaskRun
}
// Contains the output of ReportTaskRunnerHeartbeat.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ReportTaskRunnerHeartbeatOutput
type ReportTaskRunnerHeartbeatOutput struct {
_ struct{} `type:"structure"`
@ -4106,7 +4064,6 @@ func (s *ReportTaskRunnerHeartbeatOutput) SetTerminate(v bool) *ReportTaskRunner
// A comparision that is used to determine whether a query should return this
// object.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/Selector
type Selector struct {
_ struct{} `type:"structure"`
@ -4144,7 +4101,6 @@ func (s *Selector) SetOperator(v *Operator) *Selector {
}
// Contains the parameters for SetStatus.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/SetStatusInput
type SetStatusInput struct {
_ struct{} `type:"structure"`
@ -4216,7 +4172,6 @@ func (s *SetStatusInput) SetStatus(v string) *SetStatusInput {
return s
}
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/SetStatusOutput
type SetStatusOutput struct {
_ struct{} `type:"structure"`
}
@ -4232,7 +4187,6 @@ func (s SetStatusOutput) GoString() string {
}
// Contains the parameters for SetTaskStatus.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/SetTaskStatusInput
type SetTaskStatusInput struct {
_ struct{} `type:"structure"`
@ -4327,7 +4281,6 @@ func (s *SetTaskStatusInput) SetTaskStatus(v string) *SetTaskStatusInput {
}
// Contains the output of SetTaskStatus.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/SetTaskStatusOutput
type SetTaskStatusOutput struct {
_ struct{} `type:"structure"`
}
@ -4347,7 +4300,6 @@ func (s SetTaskStatusOutput) GoString() string {
// pipeline. For more information, see Controlling User Access to Pipelines
// (http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-control-access.html)
// in the AWS Data Pipeline Developer Guide.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/Tag
type Tag struct {
_ struct{} `type:"structure"`
@ -4408,7 +4360,6 @@ func (s *Tag) SetValue(v string) *Tag {
}
// Contains information about a pipeline task that is assigned to a task runner.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/TaskObject
type TaskObject struct {
_ struct{} `type:"structure"`
@ -4463,7 +4414,6 @@ func (s *TaskObject) SetTaskId(v string) *TaskObject {
}
// Contains the parameters for ValidatePipelineDefinition.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ValidatePipelineDefinitionInput
type ValidatePipelineDefinitionInput struct {
_ struct{} `type:"structure"`
@ -4568,7 +4518,6 @@ func (s *ValidatePipelineDefinitionInput) SetPipelineObjects(v []*PipelineObject
}
// Contains the output of ValidatePipelineDefinition.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ValidatePipelineDefinitionOutput
type ValidatePipelineDefinitionOutput struct {
_ struct{} `type:"structure"`
@ -4615,7 +4564,6 @@ func (s *ValidatePipelineDefinitionOutput) SetValidationWarnings(v []*Validation
// Defines a validation error. Validation errors prevent pipeline activation.
// The set of validation errors that can be returned are defined by AWS Data
// Pipeline.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ValidationError
type ValidationError struct {
_ struct{} `type:"structure"`
@ -4651,7 +4599,6 @@ func (s *ValidationError) SetId(v string) *ValidationError {
// Defines a validation warning. Validation warnings do not prevent pipeline
// activation. The set of validation warnings that can be returned are defined
// by AWS Data Pipeline.
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ValidationWarning
type ValidationWarning struct {
_ struct{} `type:"structure"`