mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-08 22:30:41 +00:00
Update vendored deps, including AWS SDK, openpgp, ftp, ...
This commit is contained in:
+57
-110
@@ -17,7 +17,7 @@ const opActivatePipeline = "ActivatePipeline"
|
||||
|
||||
// ActivatePipelineRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ActivatePipeline operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -38,7 +38,7 @@ const opActivatePipeline = "ActivatePipeline"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ActivatePipeline
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ActivatePipeline
|
||||
func (c *DataPipeline) ActivatePipelineRequest(input *ActivatePipelineInput) (req *request.Request, output *ActivatePipelineOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opActivatePipeline,
|
||||
@@ -89,7 +89,7 @@ func (c *DataPipeline) ActivatePipelineRequest(input *ActivatePipelineInput) (re
|
||||
// that the signature was generated with the correct credentials, and that you
|
||||
// haven't exceeded any of the service limits for your account.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ActivatePipeline
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ActivatePipeline
|
||||
func (c *DataPipeline) ActivatePipeline(input *ActivatePipelineInput) (*ActivatePipelineOutput, error) {
|
||||
req, out := c.ActivatePipelineRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -115,7 +115,7 @@ const opAddTags = "AddTags"
|
||||
|
||||
// AddTagsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the AddTags operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -136,7 +136,7 @@ const opAddTags = "AddTags"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/AddTags
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/AddTags
|
||||
func (c *DataPipeline) AddTagsRequest(input *AddTagsInput) (req *request.Request, output *AddTagsOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opAddTags,
|
||||
@@ -180,7 +180,7 @@ func (c *DataPipeline) AddTagsRequest(input *AddTagsInput) (req *request.Request
|
||||
// * ErrCodePipelineDeletedException "PipelineDeletedException"
|
||||
// The specified pipeline has been deleted.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/AddTags
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/AddTags
|
||||
func (c *DataPipeline) AddTags(input *AddTagsInput) (*AddTagsOutput, error) {
|
||||
req, out := c.AddTagsRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -206,7 +206,7 @@ const opCreatePipeline = "CreatePipeline"
|
||||
|
||||
// CreatePipelineRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the CreatePipeline operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -227,7 +227,7 @@ const opCreatePipeline = "CreatePipeline"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/CreatePipeline
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/CreatePipeline
|
||||
func (c *DataPipeline) CreatePipelineRequest(input *CreatePipelineInput) (req *request.Request, output *CreatePipelineOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opCreatePipeline,
|
||||
@@ -265,7 +265,7 @@ func (c *DataPipeline) CreatePipelineRequest(input *CreatePipelineInput) (req *r
|
||||
// that the signature was generated with the correct credentials, and that you
|
||||
// haven't exceeded any of the service limits for your account.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/CreatePipeline
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/CreatePipeline
|
||||
func (c *DataPipeline) CreatePipeline(input *CreatePipelineInput) (*CreatePipelineOutput, error) {
|
||||
req, out := c.CreatePipelineRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -291,7 +291,7 @@ const opDeactivatePipeline = "DeactivatePipeline"
|
||||
|
||||
// DeactivatePipelineRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DeactivatePipeline operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -312,7 +312,7 @@ const opDeactivatePipeline = "DeactivatePipeline"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/DeactivatePipeline
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/DeactivatePipeline
|
||||
func (c *DataPipeline) DeactivatePipelineRequest(input *DeactivatePipelineInput) (req *request.Request, output *DeactivatePipelineOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDeactivatePipeline,
|
||||
@@ -361,7 +361,7 @@ func (c *DataPipeline) DeactivatePipelineRequest(input *DeactivatePipelineInput)
|
||||
// that the signature was generated with the correct credentials, and that you
|
||||
// haven't exceeded any of the service limits for your account.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/DeactivatePipeline
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/DeactivatePipeline
|
||||
func (c *DataPipeline) DeactivatePipeline(input *DeactivatePipelineInput) (*DeactivatePipelineOutput, error) {
|
||||
req, out := c.DeactivatePipelineRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -387,7 +387,7 @@ const opDeletePipeline = "DeletePipeline"
|
||||
|
||||
// DeletePipelineRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DeletePipeline operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -408,7 +408,7 @@ const opDeletePipeline = "DeletePipeline"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/DeletePipeline
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/DeletePipeline
|
||||
func (c *DataPipeline) DeletePipelineRequest(input *DeletePipelineInput) (req *request.Request, output *DeletePipelineOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDeletePipeline,
|
||||
@@ -458,7 +458,7 @@ func (c *DataPipeline) DeletePipelineRequest(input *DeletePipelineInput) (req *r
|
||||
// that the signature was generated with the correct credentials, and that you
|
||||
// haven't exceeded any of the service limits for your account.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/DeletePipeline
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/DeletePipeline
|
||||
func (c *DataPipeline) DeletePipeline(input *DeletePipelineInput) (*DeletePipelineOutput, error) {
|
||||
req, out := c.DeletePipelineRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -484,7 +484,7 @@ const opDescribeObjects = "DescribeObjects"
|
||||
|
||||
// DescribeObjectsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DescribeObjects operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -505,7 +505,7 @@ const opDescribeObjects = "DescribeObjects"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/DescribeObjects
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/DescribeObjects
|
||||
func (c *DataPipeline) DescribeObjectsRequest(input *DescribeObjectsInput) (req *request.Request, output *DescribeObjectsOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDescribeObjects,
|
||||
@@ -557,7 +557,7 @@ func (c *DataPipeline) DescribeObjectsRequest(input *DescribeObjectsInput) (req
|
||||
// * ErrCodePipelineDeletedException "PipelineDeletedException"
|
||||
// The specified pipeline has been deleted.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/DescribeObjects
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/DescribeObjects
|
||||
func (c *DataPipeline) DescribeObjects(input *DescribeObjectsInput) (*DescribeObjectsOutput, error) {
|
||||
req, out := c.DescribeObjectsRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -633,7 +633,7 @@ const opDescribePipelines = "DescribePipelines"
|
||||
|
||||
// DescribePipelinesRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DescribePipelines operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -654,7 +654,7 @@ const opDescribePipelines = "DescribePipelines"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/DescribePipelines
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/DescribePipelines
|
||||
func (c *DataPipeline) DescribePipelinesRequest(input *DescribePipelinesInput) (req *request.Request, output *DescribePipelinesOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDescribePipelines,
|
||||
@@ -706,7 +706,7 @@ func (c *DataPipeline) DescribePipelinesRequest(input *DescribePipelinesInput) (
|
||||
// that the signature was generated with the correct credentials, and that you
|
||||
// haven't exceeded any of the service limits for your account.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/DescribePipelines
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/DescribePipelines
|
||||
func (c *DataPipeline) DescribePipelines(input *DescribePipelinesInput) (*DescribePipelinesOutput, error) {
|
||||
req, out := c.DescribePipelinesRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -732,7 +732,7 @@ const opEvaluateExpression = "EvaluateExpression"
|
||||
|
||||
// EvaluateExpressionRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the EvaluateExpression operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -753,7 +753,7 @@ const opEvaluateExpression = "EvaluateExpression"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/EvaluateExpression
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/EvaluateExpression
|
||||
func (c *DataPipeline) EvaluateExpressionRequest(input *EvaluateExpressionInput) (req *request.Request, output *EvaluateExpressionOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opEvaluateExpression,
|
||||
@@ -802,7 +802,7 @@ func (c *DataPipeline) EvaluateExpressionRequest(input *EvaluateExpressionInput)
|
||||
// * ErrCodePipelineDeletedException "PipelineDeletedException"
|
||||
// The specified pipeline has been deleted.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/EvaluateExpression
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/EvaluateExpression
|
||||
func (c *DataPipeline) EvaluateExpression(input *EvaluateExpressionInput) (*EvaluateExpressionOutput, error) {
|
||||
req, out := c.EvaluateExpressionRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -828,7 +828,7 @@ const opGetPipelineDefinition = "GetPipelineDefinition"
|
||||
|
||||
// GetPipelineDefinitionRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the GetPipelineDefinition operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -849,7 +849,7 @@ const opGetPipelineDefinition = "GetPipelineDefinition"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/GetPipelineDefinition
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/GetPipelineDefinition
|
||||
func (c *DataPipeline) GetPipelineDefinitionRequest(input *GetPipelineDefinitionInput) (req *request.Request, output *GetPipelineDefinitionOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opGetPipelineDefinition,
|
||||
@@ -894,7 +894,7 @@ func (c *DataPipeline) GetPipelineDefinitionRequest(input *GetPipelineDefinition
|
||||
// * ErrCodePipelineDeletedException "PipelineDeletedException"
|
||||
// The specified pipeline has been deleted.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/GetPipelineDefinition
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/GetPipelineDefinition
|
||||
func (c *DataPipeline) GetPipelineDefinition(input *GetPipelineDefinitionInput) (*GetPipelineDefinitionOutput, error) {
|
||||
req, out := c.GetPipelineDefinitionRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -920,7 +920,7 @@ const opListPipelines = "ListPipelines"
|
||||
|
||||
// ListPipelinesRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ListPipelines operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -941,7 +941,7 @@ const opListPipelines = "ListPipelines"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ListPipelines
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ListPipelines
|
||||
func (c *DataPipeline) ListPipelinesRequest(input *ListPipelinesInput) (req *request.Request, output *ListPipelinesOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opListPipelines,
|
||||
@@ -985,7 +985,7 @@ func (c *DataPipeline) ListPipelinesRequest(input *ListPipelinesInput) (req *req
|
||||
// that the signature was generated with the correct credentials, and that you
|
||||
// haven't exceeded any of the service limits for your account.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ListPipelines
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ListPipelines
|
||||
func (c *DataPipeline) ListPipelines(input *ListPipelinesInput) (*ListPipelinesOutput, error) {
|
||||
req, out := c.ListPipelinesRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -1061,7 +1061,7 @@ const opPollForTask = "PollForTask"
|
||||
|
||||
// PollForTaskRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the PollForTask operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -1082,7 +1082,7 @@ const opPollForTask = "PollForTask"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/PollForTask
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/PollForTask
|
||||
func (c *DataPipeline) PollForTaskRequest(input *PollForTaskInput) (req *request.Request, output *PollForTaskOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opPollForTask,
|
||||
@@ -1135,7 +1135,7 @@ func (c *DataPipeline) PollForTaskRequest(input *PollForTaskInput) (req *request
|
||||
// * ErrCodeTaskNotFoundException "TaskNotFoundException"
|
||||
// The specified task was not found.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/PollForTask
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/PollForTask
|
||||
func (c *DataPipeline) PollForTask(input *PollForTaskInput) (*PollForTaskOutput, error) {
|
||||
req, out := c.PollForTaskRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -1161,7 +1161,7 @@ const opPutPipelineDefinition = "PutPipelineDefinition"
|
||||
|
||||
// PutPipelineDefinitionRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the PutPipelineDefinition operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -1182,7 +1182,7 @@ const opPutPipelineDefinition = "PutPipelineDefinition"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/PutPipelineDefinition
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/PutPipelineDefinition
|
||||
func (c *DataPipeline) PutPipelineDefinitionRequest(input *PutPipelineDefinitionInput) (req *request.Request, output *PutPipelineDefinitionOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opPutPipelineDefinition,
|
||||
@@ -1239,7 +1239,7 @@ func (c *DataPipeline) PutPipelineDefinitionRequest(input *PutPipelineDefinition
|
||||
// * ErrCodePipelineDeletedException "PipelineDeletedException"
|
||||
// The specified pipeline has been deleted.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/PutPipelineDefinition
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/PutPipelineDefinition
|
||||
func (c *DataPipeline) PutPipelineDefinition(input *PutPipelineDefinitionInput) (*PutPipelineDefinitionOutput, error) {
|
||||
req, out := c.PutPipelineDefinitionRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -1265,7 +1265,7 @@ const opQueryObjects = "QueryObjects"
|
||||
|
||||
// QueryObjectsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the QueryObjects operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -1286,7 +1286,7 @@ const opQueryObjects = "QueryObjects"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/QueryObjects
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/QueryObjects
|
||||
func (c *DataPipeline) QueryObjectsRequest(input *QueryObjectsInput) (req *request.Request, output *QueryObjectsOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opQueryObjects,
|
||||
@@ -1337,7 +1337,7 @@ func (c *DataPipeline) QueryObjectsRequest(input *QueryObjectsInput) (req *reque
|
||||
// that the signature was generated with the correct credentials, and that you
|
||||
// haven't exceeded any of the service limits for your account.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/QueryObjects
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/QueryObjects
|
||||
func (c *DataPipeline) QueryObjects(input *QueryObjectsInput) (*QueryObjectsOutput, error) {
|
||||
req, out := c.QueryObjectsRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -1413,7 +1413,7 @@ const opRemoveTags = "RemoveTags"
|
||||
|
||||
// RemoveTagsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the RemoveTags operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -1434,7 +1434,7 @@ const opRemoveTags = "RemoveTags"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/RemoveTags
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/RemoveTags
|
||||
func (c *DataPipeline) RemoveTagsRequest(input *RemoveTagsInput) (req *request.Request, output *RemoveTagsOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opRemoveTags,
|
||||
@@ -1478,7 +1478,7 @@ func (c *DataPipeline) RemoveTagsRequest(input *RemoveTagsInput) (req *request.R
|
||||
// * ErrCodePipelineDeletedException "PipelineDeletedException"
|
||||
// The specified pipeline has been deleted.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/RemoveTags
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/RemoveTags
|
||||
func (c *DataPipeline) RemoveTags(input *RemoveTagsInput) (*RemoveTagsOutput, error) {
|
||||
req, out := c.RemoveTagsRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -1504,7 +1504,7 @@ const opReportTaskProgress = "ReportTaskProgress"
|
||||
|
||||
// ReportTaskProgressRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ReportTaskProgress operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -1525,7 +1525,7 @@ const opReportTaskProgress = "ReportTaskProgress"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ReportTaskProgress
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ReportTaskProgress
|
||||
func (c *DataPipeline) ReportTaskProgressRequest(input *ReportTaskProgressInput) (req *request.Request, output *ReportTaskProgressOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opReportTaskProgress,
|
||||
@@ -1583,7 +1583,7 @@ func (c *DataPipeline) ReportTaskProgressRequest(input *ReportTaskProgressInput)
|
||||
// * ErrCodePipelineDeletedException "PipelineDeletedException"
|
||||
// The specified pipeline has been deleted.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ReportTaskProgress
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ReportTaskProgress
|
||||
func (c *DataPipeline) ReportTaskProgress(input *ReportTaskProgressInput) (*ReportTaskProgressOutput, error) {
|
||||
req, out := c.ReportTaskProgressRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -1609,7 +1609,7 @@ const opReportTaskRunnerHeartbeat = "ReportTaskRunnerHeartbeat"
|
||||
|
||||
// ReportTaskRunnerHeartbeatRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ReportTaskRunnerHeartbeat operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -1630,7 +1630,7 @@ const opReportTaskRunnerHeartbeat = "ReportTaskRunnerHeartbeat"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ReportTaskRunnerHeartbeat
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ReportTaskRunnerHeartbeat
|
||||
func (c *DataPipeline) ReportTaskRunnerHeartbeatRequest(input *ReportTaskRunnerHeartbeatInput) (req *request.Request, output *ReportTaskRunnerHeartbeatOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opReportTaskRunnerHeartbeat,
|
||||
@@ -1671,7 +1671,7 @@ func (c *DataPipeline) ReportTaskRunnerHeartbeatRequest(input *ReportTaskRunnerH
|
||||
// that the signature was generated with the correct credentials, and that you
|
||||
// haven't exceeded any of the service limits for your account.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ReportTaskRunnerHeartbeat
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ReportTaskRunnerHeartbeat
|
||||
func (c *DataPipeline) ReportTaskRunnerHeartbeat(input *ReportTaskRunnerHeartbeatInput) (*ReportTaskRunnerHeartbeatOutput, error) {
|
||||
req, out := c.ReportTaskRunnerHeartbeatRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -1697,7 +1697,7 @@ const opSetStatus = "SetStatus"
|
||||
|
||||
// SetStatusRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the SetStatus operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -1718,7 +1718,7 @@ const opSetStatus = "SetStatus"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/SetStatus
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/SetStatus
|
||||
func (c *DataPipeline) SetStatusRequest(input *SetStatusInput) (req *request.Request, output *SetStatusOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opSetStatus,
|
||||
@@ -1768,7 +1768,7 @@ func (c *DataPipeline) SetStatusRequest(input *SetStatusInput) (req *request.Req
|
||||
// that the signature was generated with the correct credentials, and that you
|
||||
// haven't exceeded any of the service limits for your account.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/SetStatus
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/SetStatus
|
||||
func (c *DataPipeline) SetStatus(input *SetStatusInput) (*SetStatusOutput, error) {
|
||||
req, out := c.SetStatusRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -1794,7 +1794,7 @@ const opSetTaskStatus = "SetTaskStatus"
|
||||
|
||||
// SetTaskStatusRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the SetTaskStatus operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -1815,7 +1815,7 @@ const opSetTaskStatus = "SetTaskStatus"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/SetTaskStatus
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/SetTaskStatus
|
||||
func (c *DataPipeline) SetTaskStatusRequest(input *SetTaskStatusInput) (req *request.Request, output *SetTaskStatusOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opSetTaskStatus,
|
||||
@@ -1866,7 +1866,7 @@ func (c *DataPipeline) SetTaskStatusRequest(input *SetTaskStatusInput) (req *req
|
||||
// * ErrCodePipelineDeletedException "PipelineDeletedException"
|
||||
// The specified pipeline has been deleted.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/SetTaskStatus
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/SetTaskStatus
|
||||
func (c *DataPipeline) SetTaskStatus(input *SetTaskStatusInput) (*SetTaskStatusOutput, error) {
|
||||
req, out := c.SetTaskStatusRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -1892,7 +1892,7 @@ const opValidatePipelineDefinition = "ValidatePipelineDefinition"
|
||||
|
||||
// ValidatePipelineDefinitionRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ValidatePipelineDefinition operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -1913,7 +1913,7 @@ const opValidatePipelineDefinition = "ValidatePipelineDefinition"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ValidatePipelineDefinition
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ValidatePipelineDefinition
|
||||
func (c *DataPipeline) ValidatePipelineDefinitionRequest(input *ValidatePipelineDefinitionInput) (req *request.Request, output *ValidatePipelineDefinitionOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opValidatePipelineDefinition,
|
||||
@@ -1958,7 +1958,7 @@ func (c *DataPipeline) ValidatePipelineDefinitionRequest(input *ValidatePipeline
|
||||
// * ErrCodePipelineDeletedException "PipelineDeletedException"
|
||||
// The specified pipeline has been deleted.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ValidatePipelineDefinition
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ValidatePipelineDefinition
|
||||
func (c *DataPipeline) ValidatePipelineDefinition(input *ValidatePipelineDefinitionInput) (*ValidatePipelineDefinitionOutput, error) {
|
||||
req, out := c.ValidatePipelineDefinitionRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -1981,7 +1981,6 @@ func (c *DataPipeline) ValidatePipelineDefinitionWithContext(ctx aws.Context, in
|
||||
}
|
||||
|
||||
// Contains the parameters for ActivatePipeline.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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
|
||||
}
|
||||
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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
|
||||
}
|
||||
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see 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.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ValidationWarning
|
||||
type ValidationWarning struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user