aws-sdk-core 2.0.36 → 2.0.37

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a37bf9e466a9524ddd92c0d46b9101e2e54df9be
4
- data.tar.gz: 157bc8fce3e1047074e2ed4e4e2fec836c290a5b
3
+ metadata.gz: 4660e4ab52280ea77bdcb8e61bcf0c92dfc789f6
4
+ data.tar.gz: d2122af364c4bf11caccf95c21bce7a4a8262a52
5
5
  SHA512:
6
- metadata.gz: 41cea917376ccb2ee92414b5ae66398df30fa2e5120663edb5a5ad4709b20e3561e990620e3d227ed2274b6ac8cb9a8e49b554243ee72cd319c6ec18e1a186b4
7
- data.tar.gz: dbc628117b28c7fd4f5c8de566f209fde6e349c851d5f7b6fd5b2aef422ebe288ed4ee6523eed21b516bd37db29bf45e106b7597625f5470e7da875f4037ed1b
6
+ metadata.gz: 7483fac3e71778326d447e39ea489e64c4449dfe6d354374ea9f88e76b6830c9e02cdc0bf7df081b1d6b1a8297284b5a0d787234289ab9e370192c0745bff77b
7
+ data.tar.gz: ef50412883961e6cca6ccddc0951ae5c4b8e751ee14ab24ac418d69a906ce74b20f22585bdc67fc1fafd56247e33d62863bf891661c2576b1273da76a0ee03f0
@@ -86,6 +86,34 @@
86
86
  }
87
87
  ]
88
88
  },
89
+ "DeactivatePipeline":{
90
+ "name":"DeactivatePipeline",
91
+ "http":{
92
+ "method":"POST",
93
+ "requestUri":"/"
94
+ },
95
+ "input":{"shape":"DeactivatePipelineInput"},
96
+ "output":{"shape":"DeactivatePipelineOutput"},
97
+ "errors":[
98
+ {
99
+ "shape":"PipelineNotFoundException",
100
+ "exception":true
101
+ },
102
+ {
103
+ "shape":"PipelineDeletedException",
104
+ "exception":true
105
+ },
106
+ {
107
+ "shape":"InternalServiceError",
108
+ "exception":true,
109
+ "fault":true
110
+ },
111
+ {
112
+ "shape":"InvalidRequestException",
113
+ "exception":true
114
+ }
115
+ ]
116
+ },
89
117
  "DeletePipeline":{
90
118
  "name":"DeletePipeline",
91
119
  "http":{
@@ -499,7 +527,8 @@
499
527
  "required":["pipelineId"],
500
528
  "members":{
501
529
  "pipelineId":{"shape":"id"},
502
- "parameterValues":{"shape":"ParameterValueList"}
530
+ "parameterValues":{"shape":"ParameterValueList"},
531
+ "startTimestamp":{"shape":"timestamp"}
503
532
  }
504
533
  },
505
534
  "ActivatePipelineOutput":{
@@ -543,6 +572,19 @@
543
572
  "pipelineId":{"shape":"id"}
544
573
  }
545
574
  },
575
+ "DeactivatePipelineInput":{
576
+ "type":"structure",
577
+ "required":["pipelineId"],
578
+ "members":{
579
+ "pipelineId":{"shape":"id"},
580
+ "cancelActive":{"shape":"cancelActive"}
581
+ }
582
+ },
583
+ "DeactivatePipelineOutput":{
584
+ "type":"structure",
585
+ "members":{
586
+ }
587
+ },
546
588
  "DeletePipelineInput":{
547
589
  "type":"structure",
548
590
  "required":["pipelineId"],
@@ -1039,6 +1081,7 @@
1039
1081
  "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
1040
1082
  },
1041
1083
  "boolean":{"type":"boolean"},
1084
+ "cancelActive":{"type":"boolean"},
1042
1085
  "errorMessage":{"type":"string"},
1043
1086
  "fieldList":{
1044
1087
  "type":"list",
@@ -1109,6 +1152,7 @@
1109
1152
  "max":2048,
1110
1153
  "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
1111
1154
  },
1155
+ "timestamp":{"type":"timestamp"},
1112
1156
  "validationMessage":{
1113
1157
  "type":"string",
1114
1158
  "min":0,
@@ -1,89 +1,100 @@
1
1
  {
2
2
  "version": "2.0",
3
3
  "operations": {
4
- "ActivatePipeline": "<p> Validates a pipeline and initiates processing. If the pipeline does not pass validation, activation fails. You cannot perform this operation on FINISHED pipelines and attempting to do so will return an InvalidRequestException. </p> <p> Call this action to start processing pipeline tasks of a pipeline you've created using the <a>CreatePipeline</a> and <a>PutPipelineDefinition</a> actions. A pipeline cannot be modified after it has been successfully activated. </p>",
5
- "AddTags": "<p>Add or modify tags in an existing pipeline.</p>",
6
- "CreatePipeline": "<p>Creates a new empty pipeline. When this action succeeds, you can then use the <a>PutPipelineDefinition</a> action to populate the pipeline.</p>",
7
- "DeletePipeline": "<p> Permanently deletes a pipeline, its pipeline definition and its run history. You cannot query or restore a deleted pipeline. AWS Data Pipeline will attempt to cancel instances associated with the pipeline that are currently being processed by task runners. Deleting a pipeline cannot be undone. </p> <p> To temporarily pause a pipeline instead of deleting it, call <a>SetStatus</a> with the status set to Pause on individual components. Components that are paused by <a>SetStatus</a> can be resumed. </p>",
8
- "DescribeObjects": "<p> Returns the object definitions for a set of objects associated with the pipeline. Object definitions are composed of a set of fields that define the properties of the object. </p>",
9
- "DescribePipelines": "<p> Retrieve metadata about one or more pipelines. The information retrieved includes the name of the pipeline, the pipeline identifier, its current state, and the user account that owns the pipeline. Using account credentials, you can retrieve metadata about pipelines that you or your IAM users have created. If you are using an IAM user account, you can retrieve metadata about only those pipelines you have read permission for. </p> <p> To retrieve the full pipeline definition instead of metadata about the pipeline, call the <a>GetPipelineDefinition</a> action. </p>",
10
- "EvaluateExpression": "<p>Evaluates a string in the context of a specified object. A task runner can use this action to evaluate SQL queries stored in Amazon S3. </p>",
11
- "GetPipelineDefinition": "<p>Returns the definition of the specified pipeline. You can call <a>GetPipelineDefinition</a> to retrieve the pipeline definition you provided using <a>PutPipelineDefinition</a>.</p>",
12
- "ListPipelines": "<p>Returns a list of pipeline identifiers for all active pipelines. Identifiers are returned only for pipelines you have permission to access. </p>",
13
- "PollForTask": "<p> Task runners call this action to receive a task to perform from AWS Data Pipeline. The task runner specifies which tasks it can perform by setting a value for the workerGroup parameter of the <a>PollForTask</a> call. The task returned by <a>PollForTask</a> may come from any of the pipelines that match the workerGroup value passed in by the task runner and that was launched using the IAM user credentials specified by the task runner. </p> <p> If tasks are ready in the work queue, <a>PollForTask</a> returns a response immediately. If no tasks are available in the queue, <a>PollForTask</a> uses long-polling and holds on to a poll connection for up to a 90 seconds during which time the first newly scheduled task is handed to the task runner. To accomodate this, set the socket timeout in your task runner to 90 seconds. The task runner should not call <a>PollForTask</a> again on the same <code>workerGroup</code> until it receives a response, and this may take up to 90 seconds. </p>",
14
- "PutPipelineDefinition": "<p>Adds tasks, schedules, and preconditions that control the behavior of the pipeline. You can use PutPipelineDefinition to populate a new pipeline. </p> <p> <a>PutPipelineDefinition</a> also validates the configuration as it adds it to the pipeline. Changes to the pipeline are saved unless one of the following three validation errors exists in the pipeline. <ol> <li>An object is missing a name or identifier field.</li> <li>A string or reference field is empty.</li> <li>The number of objects in the pipeline exceeds the maximum allowed objects.</li> <li>The pipeline is in a FINISHED state.</li> </ol> </p> <p> Pipeline object definitions are passed to the <a>PutPipelineDefinition</a> action and returned by the <a>GetPipelineDefinition</a> action. </p>",
15
- "QueryObjects": "<p>Queries a pipeline for the names of objects that match a specified set of conditions.</p> <p>The objects returned by <a>QueryObjects</a> are paginated and then filtered by the value you set for query. This means the action may return an empty result set with a value set for marker. If <code>HasMoreResults</code> is set to <code>True</code>, you should continue to call <a>QueryObjects</a>, passing in the returned value for marker, until <code>HasMoreResults</code> returns <code>False</code>.</p>",
16
- "RemoveTags": "<p>Remove existing tags from a pipeline.</p>",
17
- "ReportTaskProgress": "<p> Updates the AWS Data Pipeline service on the progress of the calling task runner. When the task runner is assigned a task, it should call ReportTaskProgress to acknowledge that it has the task within 2 minutes. If the web service does not recieve this acknowledgement within the 2 minute window, it will assign the task in a subsequent <a>PollForTask</a> call. After this initial acknowledgement, the task runner only needs to report progress every 15 minutes to maintain its ownership of the task. You can change this reporting time from 15 minutes by specifying a <code>reportProgressTimeout</code> field in your pipeline. If a task runner does not report its status after 5 minutes, AWS Data Pipeline will assume that the task runner is unable to process the task and will reassign the task in a subsequent response to <a>PollForTask</a>. task runners should call <a>ReportTaskProgress</a> every 60 seconds. </p>",
18
- "ReportTaskRunnerHeartbeat": "<p>Task runners call <a>ReportTaskRunnerHeartbeat</a> every 15 minutes to indicate that they are operational. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service can use this call to detect when the task runner application has failed and restart a new instance.</p>",
19
- "SetStatus": "<p>Requests that the status of an array of physical or logical pipeline objects be updated in the pipeline. This update may not occur immediately, but is eventually consistent. The status that can be set depends on the type of object, e.g. DataNode or Activity. You cannot perform this operation on FINISHED pipelines and attempting to do so will return an InvalidRequestException.</p>",
20
- "SetTaskStatus": "<p> Notifies AWS Data Pipeline that a task is completed and provides information about the final status. The task runner calls this action regardless of whether the task was sucessful. The task runner does not need to call <a>SetTaskStatus</a> for tasks that are canceled by the web service during a call to <a>ReportTaskProgress</a>. </p>",
21
- "ValidatePipelineDefinition": "<p>Tests the pipeline definition with a set of validation checks to ensure that it is well formed and can run without error. </p>"
4
+ "ActivatePipeline": "<p>Validates the specified pipeline and starts processing pipeline tasks. If the pipeline does not pass validation, activation fails.</p> <p>If you need to pause the pipeline to investigate an issue with a component, such as a data source or script, call <a>DeactivatePipeline</a>.</p> <p>To activate a finished pipeline, modify the end date for the pipeline and then activate it.</p>",
5
+ "AddTags": "<p>Adds or modifies tags for the specified pipeline.</p>",
6
+ "CreatePipeline": "<p>Creates a new, empty pipeline. Use <a>PutPipelineDefinition</a> to populate the pipeline.</p>",
7
+ "DeactivatePipeline": "<p>Deactivates the specified running pipeline. The pipeline is set to the <code>DEACTIVATING</code> state until the deactivation process completes.</p> <p>To resume a deactivated pipeline, use <a>ActivatePipeline</a>. By default, the pipeline resumes from the last completed execution. Optionally, you can specify the date and time to resume the pipeline.</p>",
8
+ "DeletePipeline": "<p>Deletes a pipeline, its pipeline definition, and its run history. AWS Data Pipeline attempts to cancel instances associated with the pipeline that are currently being processed by task runners.</p> <p>Deleting a pipeline cannot be undone. You cannot query or restore a deleted pipeline. To temporarily pause a pipeline instead of deleting it, call <a>SetStatus</a> with the status set to <code>PAUSE</code> on individual components. Components that are paused by <a>SetStatus</a> can be resumed.</p>",
9
+ "DescribeObjects": "<p>Gets the object definitions for a set of objects associated with the pipeline. Object definitions are composed of a set of fields that define the properties of the object.</p>",
10
+ "DescribePipelines": "<p>Retrieves metadata about one or more pipelines. The information retrieved includes the name of the pipeline, the pipeline identifier, its current state, and the user account that owns the pipeline. Using account credentials, you can retrieve metadata about pipelines that you or your IAM users have created. If you are using an IAM user account, you can retrieve metadata about only those pipelines for which you have read permissions.</p> <p>To retrieve the full pipeline definition instead of metadata about the pipeline, call <a>GetPipelineDefinition</a>.</p>",
11
+ "EvaluateExpression": "<p>Task runners call <code>EvaluateExpression</code> to evaluate a string in the context of the specified object. For example, a task runner can evaluate SQL queries stored in Amazon S3.</p>",
12
+ "GetPipelineDefinition": "<p>Gets the definition of the specified pipeline. You can call <code>GetPipelineDefinition</code> to retrieve the pipeline definition that you provided using <a>PutPipelineDefinition</a>.</p>",
13
+ "ListPipelines": "<p>Lists the pipeline identifiers for all active pipelines that you have permission to access.</p>",
14
+ "PollForTask": "<p>Task runners call <code>PollForTask</code> to receive a task to perform from AWS Data Pipeline. The task runner specifies which tasks it can perform by setting a value for the <code>workerGroup</code> parameter. The task returned can come from any of the pipelines that match the <code>workerGroup</code> value passed in by the task runner and that was launched using the IAM user credentials specified by the task runner.</p> <p>If tasks are ready in the work queue, <code>PollForTask</code> returns a response immediately. If no tasks are available in the queue, <code>PollForTask</code> uses long-polling and holds on to a poll connection for up to a 90 seconds, during which time the first newly scheduled task is handed to the task runner. To accomodate this, set the socket timeout in your task runner to 90 seconds. The task runner should not call <code>PollForTask</code> again on the same <code>workerGroup</code> until it receives a response, and this can take up to 90 seconds. </p>",
15
+ "PutPipelineDefinition": "<p>Adds tasks, schedules, and preconditions to the specified pipeline. You can use <code>PutPipelineDefinition</code> to populate a new pipeline.</p> <p> <code>PutPipelineDefinition</code> also validates the configuration as it adds it to the pipeline. Changes to the pipeline are saved unless one of the following three validation errors exists in the pipeline. </p> <ol> <li>An object is missing a name or identifier field.</li> <li>A string or reference field is empty.</li> <li>The number of objects in the pipeline exceeds the maximum allowed objects.</li> <li>The pipeline is in a FINISHED state.</li> </ol> <p> Pipeline object definitions are passed to the <code>PutPipelineDefinition</code> action and returned by the <a>GetPipelineDefinition</a> action. </p>",
16
+ "QueryObjects": "<p>Queries the specified pipeline for the names of objects that match the specified set of conditions.</p>",
17
+ "RemoveTags": "<p>Removes existing tags from the specified pipeline.</p>",
18
+ "ReportTaskProgress": "<p>Task runners call <code>ReportTaskProgress</code> when assigned a task to acknowledge that it has the task. If the web service does not receive this acknowledgement within 2 minutes, it assigns the task in a subsequent <a>PollForTask</a> call. After this initial acknowledgement, the task runner only needs to report progress every 15 minutes to maintain its ownership of the task. You can change this reporting time from 15 minutes by specifying a <code>reportProgressTimeout</code> field in your pipeline.</p> <p>If a task runner does not report its status after 5 minutes, AWS Data Pipeline assumes that the task runner is unable to process the task and reassigns the task in a subsequent response to <a>PollForTask</a>. Task runners should call <code>ReportTaskProgress</code> every 60 seconds.</p>",
19
+ "ReportTaskRunnerHeartbeat": "<p>Task runners call <code>ReportTaskRunnerHeartbeat</code> every 15 minutes to indicate that they are operational. If the AWS Data Pipeline Task Runner is launched on a resource managed by AWS Data Pipeline, the web service can use this call to detect when the task runner application has failed and restart a new instance.</p>",
20
+ "SetStatus": "<p>Requests that the status of the specified physical or logical pipeline objects be updated in the specified pipeline. This update might not occur immediately, but is eventually consistent. The status that can be set depends on the type of object (for example, DataNode or Activity). You cannot perform this operation on <code>FINISHED</code> pipelines and attempting to do so returns <code>InvalidRequestException</code>.</p>",
21
+ "SetTaskStatus": "<p>Task runners call <code>SetTaskStatus</code> to notify AWS Data Pipeline that a task is completed and provide information about the final status. A task runner makes this call regardless of whether the task was sucessful. A task runner does not need to call <code>SetTaskStatus</code> for tasks that are canceled by the web service during a call to <a>ReportTaskProgress</a>.</p>",
22
+ "ValidatePipelineDefinition": "<p>Validates the specified pipeline definition to ensure that it is well formed and can be run without error.</p>"
22
23
  },
23
- "service": "<p> AWS Data Pipeline is a web service that configures and manages a data-driven workflow called a pipeline. AWS Data Pipeline handles the details of scheduling and ensuring that data dependencies are met so your application can focus on processing the data.</p> <p> The AWS Data Pipeline SDKs and CLI implements two main sets of functionality. The first set of actions configure the pipeline in the web service. You perform these actions to create a pipeline and define data sources, schedules, dependencies, and the transforms to be performed on the data. </p> <p> The second set of actions are used by a task runner application that calls the AWS Data Pipeline service to receive the next task ready for processing. The logic for performing the task, such as querying the data, running data analysis, or converting the data from one format to another, is contained within the task runner. The task runner performs the task assigned to it by the web service, reporting progress to the web service as it does so. When the task is done, the task runner reports the final success or failure of the task to the web service. </p> <p> AWS Data Pipeline provides a JAR implementation of a task runner called AWS Data Pipeline Task Runner. AWS Data Pipeline Task Runner provides logic for common data management scenarios, such as performing database queries and running data analysis using Amazon Elastic MapReduce (Amazon EMR). You can use AWS Data Pipeline Task Runner as your task runner, or you can write your own task runner to provide custom data management. </p>",
24
+ "service": "<p>AWS Data Pipeline configures and manages a data-driven workflow called a pipeline. AWS Data Pipeline handles the details of scheduling and ensuring that data dependencies are met so that your application can focus on processing the data.</p> <p>AWS Data Pipeline provides a JAR implementation of a task runner called AWS Data Pipeline Task Runner. AWS Data Pipeline Task Runner provides logic for common data management scenarios, such as performing database queries and running data analysis using Amazon Elastic MapReduce (Amazon EMR). You can use AWS Data Pipeline Task Runner as your task runner, or you can write your own task runner to provide custom data management.</p> <p>AWS Data Pipeline implements two main sets of functionality. Use the first set to create a pipeline and define data sources, schedules, dependencies, and the transforms to be performed on the data. Use the second set in your task runner application to receive the next task ready for processing. The logic for performing the task, such as querying the data, running data analysis, or converting the data from one format to another, is contained within the task runner. The task runner performs the task assigned to it by the web service, reporting progress to the web service as it does so. When the task is done, the task runner reports the final success or failure of the task to the web service.</p>",
24
25
  "shapes": {
25
26
  "ActivatePipelineInput": {
26
- "base": "<p>The input of the ActivatePipeline action.</p>",
27
+ "base": "<p>Contains the parameters for ActivatePipeline.</p>",
27
28
  "refs": {
28
29
  }
29
30
  },
30
31
  "ActivatePipelineOutput": {
31
- "base": "<p>Contains the output from the <a>ActivatePipeline</a> action.</p>",
32
+ "base": "<p>Contains the output of ActivatePipeline.</p>",
32
33
  "refs": {
33
34
  }
34
35
  },
35
36
  "AddTagsInput": {
36
- "base": "<p>The input to the AddTags action.</p>",
37
+ "base": "<p>Contains the parameters for AddTags.</p>",
37
38
  "refs": {
38
39
  }
39
40
  },
40
41
  "AddTagsOutput": {
41
- "base": "<p>The response from the AddTags action.</p>",
42
+ "base": "<p>Contains the output of AddTags.</p>",
42
43
  "refs": {
43
44
  }
44
45
  },
45
46
  "CreatePipelineInput": {
46
- "base": "<p>The input for the <a>CreatePipeline</a> action.</p>",
47
+ "base": "<p>Contains the parameters for CreatePipeline.</p>",
47
48
  "refs": {
48
49
  }
49
50
  },
50
51
  "CreatePipelineOutput": {
51
- "base": "<p>Contains the output from the <a>CreatePipeline</a> action.</p>",
52
+ "base": "<p>Contains the output of CreatePipeline.</p>",
53
+ "refs": {
54
+ }
55
+ },
56
+ "DeactivatePipelineInput": {
57
+ "base": "<p>Contains the parameters for DeactivatePipeline.</p>",
58
+ "refs": {
59
+ }
60
+ },
61
+ "DeactivatePipelineOutput": {
62
+ "base": "<p>Contains the output of DeactivatePipeline.</p>",
52
63
  "refs": {
53
64
  }
54
65
  },
55
66
  "DeletePipelineInput": {
56
- "base": "<p>The input for the <a>DeletePipeline</a> action.</p>",
67
+ "base": "<p>Contains the parameters for DeletePipeline.</p>",
57
68
  "refs": {
58
69
  }
59
70
  },
60
71
  "DescribeObjectsInput": {
61
- "base": "<p> The <a>DescribeObjects</a> action returns the object definitions for a specified set of object identifiers. You can filter the results to named fields and used markers to page through the results. </p>",
72
+ "base": "<p>Contains the parameters for DescribeObjects.</p>",
62
73
  "refs": {
63
74
  }
64
75
  },
65
76
  "DescribeObjectsOutput": {
66
- "base": "<p>If <code>True</code>, there are more results that can be returned in another call to <a>DescribeObjects</a>.</p>",
77
+ "base": "<p>Contains the output of DescribeObjects.</p>",
67
78
  "refs": {
68
79
  }
69
80
  },
70
81
  "DescribePipelinesInput": {
71
- "base": "<p>The input to the <a>DescribePipelines</a> action.</p>",
82
+ "base": "<p>Contains the parameters for DescribePipelines.</p>",
72
83
  "refs": {
73
84
  }
74
85
  },
75
86
  "DescribePipelinesOutput": {
76
- "base": "<p>Contains the output from the <a>DescribePipelines</a> action.</p>",
87
+ "base": "<p>Contains the output of DescribePipelines.</p>",
77
88
  "refs": {
78
89
  }
79
90
  },
80
91
  "EvaluateExpressionInput": {
81
- "base": "<p>The input for the <a>EvaluateExpression</a> action.</p>",
92
+ "base": "<p>Contains the parameters for EvaluateExpression.</p>",
82
93
  "refs": {
83
94
  }
84
95
  },
85
96
  "EvaluateExpressionOutput": {
86
- "base": "<p>Contains the output from the <a>EvaluateExpression</a> action.</p>",
97
+ "base": "<p>Contains the output of EvaluateExpression.</p>",
87
98
  "refs": {
88
99
  }
89
100
  },
@@ -94,19 +105,19 @@
94
105
  }
95
106
  },
96
107
  "GetPipelineDefinitionInput": {
97
- "base": "<p>The input for the <a>GetPipelineDefinition</a> action.</p>",
108
+ "base": "<p>Contains the parameters for GetPipelineDefinition.</p>",
98
109
  "refs": {
99
110
  }
100
111
  },
101
112
  "GetPipelineDefinitionOutput": {
102
- "base": "<p>Contains the output from the <a>GetPipelineDefinition</a> action.</p>",
113
+ "base": "<p>Contains the output of GetPipelineDefinition.</p>",
103
114
  "refs": {
104
115
  }
105
116
  },
106
117
  "InstanceIdentity": {
107
- "base": "<p><p>Identity information for the Amazon EC2 instance that is hosting the task runner. You can get this value by calling a metadata URI from the EC2 instance. For more information, go to <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AESDG-chapter-instancedata.html\">Instance Metadata</a> in the <i>Amazon Elastic Compute Cloud User Guide.</i> 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.</p></p>",
118
+ "base": "<p><p>Identity information for the EC2 instance that is hosting the task runner. You can get this value by calling a metadata URI from the EC2 instance. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AESDG-chapter-instancedata.html\">Instance Metadata</a> in the <i>Amazon Elastic Compute Cloud User Guide.</i> 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.</p></p>",
108
119
  "refs": {
109
- "PollForTaskInput$instanceIdentity": "<p>Identity information for the Amazon EC2 instance that is hosting the task runner. You can get this value by calling the URI, <code>http://169.254.169.254/latest/meta-data/instance-id</code>, from the EC2 instance. For more information, go to <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AESDG-chapter-instancedata.html\">Instance Metadata</a> in the <i>Amazon Elastic Compute Cloud User Guide.</i> 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.</p>"
120
+ "PollForTaskInput$instanceIdentity": "<p>Identity information for the EC2 instance that is hosting the task runner. You can get this value from the instance using <code>http://169.254.169.254/latest/meta-data/instance-id</code>. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AESDG-chapter-instancedata.html\">Instance Metadata</a> in the <i>Amazon Elastic Compute Cloud User Guide.</i> 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.</p>"
110
121
  }
111
122
  },
112
123
  "InternalServiceError": {
@@ -120,12 +131,12 @@
120
131
  }
121
132
  },
122
133
  "ListPipelinesInput": {
123
- "base": "<p>The input to the <a>ListPipelines</a> action.</p>",
134
+ "base": "<p>Contains the parameters for ListPipelines.</p>",
124
135
  "refs": {
125
136
  }
126
137
  },
127
138
  "ListPipelinesOutput": {
128
- "base": "<p>Contains the output from the <a>ListPipelines</a> action.</p>",
139
+ "base": "<p>Contains the output of ListPipelines.</p>",
129
140
  "refs": {
130
141
  }
131
142
  },
@@ -162,9 +173,9 @@
162
173
  "ParameterObjectList": {
163
174
  "base": null,
164
175
  "refs": {
165
- "GetPipelineDefinitionOutput$parameterObjects": "<p>Returns a list of parameter objects used in the pipeline definition.</p>",
166
- "PutPipelineDefinitionInput$parameterObjects": "<p>A list of parameter objects used with the pipeline.</p>",
167
- "ValidatePipelineDefinitionInput$parameterObjects": "<p>A list of parameter objects used with the pipeline.</p>"
176
+ "GetPipelineDefinitionOutput$parameterObjects": "<p>The parameter objects used in the pipeline definition.</p>",
177
+ "PutPipelineDefinitionInput$parameterObjects": "<p>The parameter objects used with the pipeline.</p>",
178
+ "ValidatePipelineDefinitionInput$parameterObjects": "<p>The parameter objects used with the pipeline.</p>"
168
179
  }
169
180
  },
170
181
  "ParameterValue": {
@@ -176,10 +187,10 @@
176
187
  "ParameterValueList": {
177
188
  "base": null,
178
189
  "refs": {
179
- "ActivatePipelineInput$parameterValues": "<p>Returns a list of parameter values to pass to the pipeline at activation.</p>",
180
- "GetPipelineDefinitionOutput$parameterValues": "<p>Returns a list of parameter values used in the pipeline definition.</p>",
181
- "PutPipelineDefinitionInput$parameterValues": "<p>A list of parameter values used with the pipeline.</p>",
182
- "ValidatePipelineDefinitionInput$parameterValues": "<p>A list of parameter values used with the pipeline.</p>"
190
+ "ActivatePipelineInput$parameterValues": "<p>A list of parameter values to pass to the pipeline at activation.</p>",
191
+ "GetPipelineDefinitionOutput$parameterValues": "<p>The parameter values used in the pipeline definition.</p>",
192
+ "PutPipelineDefinitionInput$parameterValues": "<p>The parameter values used with the pipeline.</p>",
193
+ "ValidatePipelineDefinitionInput$parameterValues": "<p>The parameter values used with the pipeline.</p>"
183
194
  }
184
195
  },
185
196
  "PipelineDeletedException": {
@@ -196,7 +207,7 @@
196
207
  "PipelineDescriptionList": {
197
208
  "base": null,
198
209
  "refs": {
199
- "DescribePipelinesOutput$pipelineDescriptionList": "<p>An array of descriptions returned for the specified pipelines.</p>"
210
+ "DescribePipelinesOutput$pipelineDescriptionList": "<p>An array of descriptions for the specified pipelines.</p>"
200
211
  }
201
212
  },
202
213
  "PipelineIdName": {
@@ -220,10 +231,10 @@
220
231
  "PipelineObjectList": {
221
232
  "base": null,
222
233
  "refs": {
223
- "DescribeObjectsOutput$pipelineObjects": "<p>An array of object definitions that are returned by the call to <a>DescribeObjects</a>.</p>",
224
- "GetPipelineDefinitionOutput$pipelineObjects": "<p>An array of objects defined in the pipeline.</p>",
225
- "PutPipelineDefinitionInput$pipelineObjects": "<p>The objects that define the pipeline. These will overwrite the existing pipeline definition.</p>",
226
- "ValidatePipelineDefinitionInput$pipelineObjects": "<p>A list of objects that define the pipeline changes to validate against the pipeline.</p>"
234
+ "DescribeObjectsOutput$pipelineObjects": "<p>An array of object definitions.</p>",
235
+ "GetPipelineDefinitionOutput$pipelineObjects": "<p>The objects defined in the pipeline.</p>",
236
+ "PutPipelineDefinitionInput$pipelineObjects": "<p>The objects that define the pipeline. These objects overwrite the existing pipeline definition.</p>",
237
+ "ValidatePipelineDefinitionInput$pipelineObjects": "<p>The objects that define the pipeline changes to validate against the pipeline.</p>"
227
238
  }
228
239
  },
229
240
  "PipelineObjectMap": {
@@ -233,68 +244,68 @@
233
244
  }
234
245
  },
235
246
  "PollForTaskInput": {
236
- "base": "<p>The data type passed in as input to the PollForTask action.</p>",
247
+ "base": "<p>Contains the parameters for PollForTask.</p>",
237
248
  "refs": {
238
249
  }
239
250
  },
240
251
  "PollForTaskOutput": {
241
- "base": "<p>Contains the output from the PollForTask action.</p>",
252
+ "base": "<p>Contains the output of PollForTask.</p>",
242
253
  "refs": {
243
254
  }
244
255
  },
245
256
  "PutPipelineDefinitionInput": {
246
- "base": "<p>The input of the <a>PutPipelineDefinition</a> action.</p>",
257
+ "base": "<p>Contains the parameters for PutPipelineDefinition.</p>",
247
258
  "refs": {
248
259
  }
249
260
  },
250
261
  "PutPipelineDefinitionOutput": {
251
- "base": "<p>Contains the output of the <a>PutPipelineDefinition</a> action.</p>",
262
+ "base": "<p>Contains the output of PutPipelineDefinition.</p>",
252
263
  "refs": {
253
264
  }
254
265
  },
255
266
  "Query": {
256
267
  "base": "<p>Defines the query to run against an object.</p>",
257
268
  "refs": {
258
- "QueryObjectsInput$query": "<p> Query that defines the objects to be returned. The <a>Query</a> object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts. </p>"
269
+ "QueryObjectsInput$query": "<p>The query that defines the objects to be returned. The <code>Query</code> object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.</p>"
259
270
  }
260
271
  },
261
272
  "QueryObjectsInput": {
262
- "base": "<p>The input for the <a>QueryObjects</a> action.</p>",
273
+ "base": "<p>Contains the parameters for QueryObjects.</p>",
263
274
  "refs": {
264
275
  }
265
276
  },
266
277
  "QueryObjectsOutput": {
267
- "base": "<p>Contains the output from the <a>QueryObjects</a> action.</p>",
278
+ "base": "<p>Contains the output of QueryObjects.</p>",
268
279
  "refs": {
269
280
  }
270
281
  },
271
282
  "RemoveTagsInput": {
272
- "base": "<p>The input to the RemoveTags action.</p>",
283
+ "base": "<p>Contains the parameters for RemoveTags.</p>",
273
284
  "refs": {
274
285
  }
275
286
  },
276
287
  "RemoveTagsOutput": {
277
- "base": "<p>The result of the RemoveTags action.</p>",
288
+ "base": "<p>Contains the output of RemoveTags.</p>",
278
289
  "refs": {
279
290
  }
280
291
  },
281
292
  "ReportTaskProgressInput": {
282
- "base": "<p>The input for the ReportTaskProgress action.</p>",
293
+ "base": "<p>Contains the parameters for ReportTaskProgress.</p>",
283
294
  "refs": {
284
295
  }
285
296
  },
286
297
  "ReportTaskProgressOutput": {
287
- "base": "<p>Contains the output from the ReportTaskProgress action.</p>",
298
+ "base": "<p>Contains the output of ReportTaskProgress.</p>",
288
299
  "refs": {
289
300
  }
290
301
  },
291
302
  "ReportTaskRunnerHeartbeatInput": {
292
- "base": "<p>The input for the ReportTaskRunnerHeartbeat action.</p>",
303
+ "base": "<p>Contains the parameters for ReportTaskRunnerHeartbeat.</p>",
293
304
  "refs": {
294
305
  }
295
306
  },
296
307
  "ReportTaskRunnerHeartbeatOutput": {
297
- "base": "<p>Contains the output from the <a>ReportTaskRunnerHeartbeat</a> action.</p>",
308
+ "base": "<p>Contains the output of ReportTaskRunnerHeartbeat.</p>",
298
309
  "refs": {
299
310
  }
300
311
  },
@@ -311,17 +322,17 @@
311
322
  }
312
323
  },
313
324
  "SetStatusInput": {
314
- "base": "<p>The input to the <a>SetStatus</a> action.</p>",
325
+ "base": "<p>Contains the parameters for SetStatus.</p>",
315
326
  "refs": {
316
327
  }
317
328
  },
318
329
  "SetTaskStatusInput": {
319
- "base": "<p>The input of the SetTaskStatus action.</p>",
330
+ "base": "<p>Contains the parameters for SetTaskStatus.</p>",
320
331
  "refs": {
321
332
  }
322
333
  },
323
334
  "SetTaskStatusOutput": {
324
- "base": "<p>The output from the <a>SetTaskStatus</a> action.</p>",
335
+ "base": "<p>Contains the output of SetTaskStatus.</p>",
325
336
  "refs": {
326
337
  }
327
338
  },
@@ -339,27 +350,27 @@
339
350
  "TaskObject": {
340
351
  "base": "<p>Contains information about a pipeline task that is assigned to a task runner.</p>",
341
352
  "refs": {
342
- "PollForTaskOutput$taskObject": "<p>An instance of <a>TaskObject</a>. The returned object contains all the information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to <a>ReportTaskProgress</a> and <a>SetTaskStatus</a>.</p>"
353
+ "PollForTaskOutput$taskObject": "<p>The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is <code>taskId</code>, which contains an identifier for the task being assigned. The calling task runner uses <code>taskId</code> in subsequent calls to <a>ReportTaskProgress</a> and <a>SetTaskStatus</a>.</p>"
343
354
  }
344
355
  },
345
356
  "TaskStatus": {
346
357
  "base": null,
347
358
  "refs": {
348
- "SetTaskStatusInput$taskStatus": "<p>If <code>FINISHED</code>, the task successfully completed. If <code>FAILED</code> the task ended unsuccessfully. The <code>FALSE</code> value is used by preconditions.</p>"
359
+ "SetTaskStatusInput$taskStatus": "<p>If <code>FINISHED</code>, the task successfully completed. If <code>FAILED</code>, the task ended unsuccessfully. Preconditions use false.</p>"
349
360
  }
350
361
  },
351
362
  "ValidatePipelineDefinitionInput": {
352
- "base": "<p>The input of the <a>ValidatePipelineDefinition</a> action.</p>",
363
+ "base": "<p>Contains the parameters for ValidatePipelineDefinition.</p>",
353
364
  "refs": {
354
365
  }
355
366
  },
356
367
  "ValidatePipelineDefinitionOutput": {
357
- "base": "<p>Contains the output from the <a>ValidatePipelineDefinition</a> action.</p>",
368
+ "base": "<p>Contains the output of ValidatePipelineDefinition.</p>",
358
369
  "refs": {
359
370
  }
360
371
  },
361
372
  "ValidationError": {
362
- "base": "<p>Defines a validation error returned by <a>PutPipelineDefinition</a> or <a>ValidatePipelineDefinition</a>. Validation errors prevent pipeline activation. The set of validation errors that can be returned are defined by AWS Data Pipeline.</p>",
373
+ "base": "<p>Defines a validation error. Validation errors prevent pipeline activation. The set of validation errors that can be returned are defined by AWS Data Pipeline.</p>",
363
374
  "refs": {
364
375
  "ValidationErrors$member": null
365
376
  }
@@ -367,12 +378,12 @@
367
378
  "ValidationErrors": {
368
379
  "base": null,
369
380
  "refs": {
370
- "PutPipelineDefinitionOutput$validationErrors": "<p>A list of the validation errors that are associated with the objects defined in <code>pipelineObjects</code>.</p>",
371
- "ValidatePipelineDefinitionOutput$validationErrors": "<p>Lists the validation errors that were found by <a>ValidatePipelineDefinition</a>.</p>"
381
+ "PutPipelineDefinitionOutput$validationErrors": "<p>The validation errors that are associated with the objects defined in <code>pipelineObjects</code>.</p>",
382
+ "ValidatePipelineDefinitionOutput$validationErrors": "<p>Any validation errors that were found.</p>"
372
383
  }
373
384
  },
374
385
  "ValidationWarning": {
375
- "base": "<p>Defines a validation warning returned by <a>PutPipelineDefinition</a> or <a>ValidatePipelineDefinition</a>. Validation warnings do not prevent pipeline activation. The set of validation warnings that can be returned are defined by AWS Data Pipeline.</p>",
386
+ "base": "<p>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.</p>",
376
387
  "refs": {
377
388
  "ValidationWarnings$member": null
378
389
  }
@@ -380,8 +391,8 @@
380
391
  "ValidationWarnings": {
381
392
  "base": null,
382
393
  "refs": {
383
- "PutPipelineDefinitionOutput$validationWarnings": "<p>A list of the validation warnings that are associated with the objects defined in <code>pipelineObjects</code>.</p>",
384
- "ValidatePipelineDefinitionOutput$validationWarnings": "<p>Lists the validation warnings that were found by <a>ValidatePipelineDefinition</a>.</p>"
394
+ "PutPipelineDefinitionOutput$validationWarnings": "<p>The validation warnings that are associated with the objects defined in <code>pipelineObjects</code>.</p>",
395
+ "ValidatePipelineDefinitionOutput$validationWarnings": "<p>Any validation warnings that were found.</p>"
385
396
  }
386
397
  },
387
398
  "attributeNameString": {
@@ -400,13 +411,19 @@
400
411
  "base": null,
401
412
  "refs": {
402
413
  "DescribeObjectsInput$evaluateExpressions": "<p>Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.</p>",
403
- "DescribeObjectsOutput$hasMoreResults": "<p>If <code>True</code>, there are more pages of results to return.</p>",
404
- "ListPipelinesOutput$hasMoreResults": "<p>If <code>True</code>, there are more results that can be obtained by a subsequent call to <a>ListPipelines</a>.</p>",
405
- "PutPipelineDefinitionOutput$errored": "<p>If <code>True</code>, there were validation errors. If errored is <code>True</code>, the pipeline definition is stored but cannot be activated until you correct the pipeline and call <a>PutPipelineDefinition</a> to commit the corrected pipeline.</p>",
406
- "QueryObjectsOutput$hasMoreResults": "<p>If <code>True</code>, there are more results that can be obtained by a subsequent call to <a>QueryObjects</a>.</p>",
407
- "ReportTaskProgressOutput$canceled": "<p>If <code>True</code>, the calling task runner should cancel processing of the task. The task runner does not need to call <a>SetTaskStatus</a> for canceled tasks.</p>",
408
- "ReportTaskRunnerHeartbeatOutput$terminate": "<p>Indicates whether the calling task runner should terminate. If <code>True</code>, the task runner that called <a>ReportTaskRunnerHeartbeat</a> should terminate. </p>",
409
- "ValidatePipelineDefinitionOutput$errored": "<p>If <code>True</code>, there were validation errors.</p>"
414
+ "DescribeObjectsOutput$hasMoreResults": "<p>Indicates whether there are more results to return.</p>",
415
+ "ListPipelinesOutput$hasMoreResults": "<p>Indicates whether there are more results that can be obtained by a subsequent call.</p>",
416
+ "PutPipelineDefinitionOutput$errored": "<p>Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call <code>PutPipelineDefinition</code> to commit the corrected pipeline.</p>",
417
+ "QueryObjectsOutput$hasMoreResults": "<p>Indicates whether there are more results that can be obtained by a subsequent call.</p>",
418
+ "ReportTaskProgressOutput$canceled": "<p>If true, the calling task runner should cancel processing of the task. The task runner does not need to call <a>SetTaskStatus</a> for canceled tasks.</p>",
419
+ "ReportTaskRunnerHeartbeatOutput$terminate": "<p>Indicates whether the calling task runner should terminate.</p>",
420
+ "ValidatePipelineDefinitionOutput$errored": "<p>Indicates whether there were validation errors.</p>"
421
+ }
422
+ },
423
+ "cancelActive": {
424
+ "base": null,
425
+ "refs": {
426
+ "DeactivatePipelineInput$cancelActive": "<p>Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to <code>CANCELED</code>. If this value is false, the pipeline is deactivated after all running objects finish.</p>"
410
427
  }
411
428
  },
412
429
  "errorMessage": {
@@ -433,8 +450,8 @@
433
450
  "refs": {
434
451
  "Field$key": "<p>The field identifier.</p>",
435
452
  "Field$refValue": "<p>The field value, expressed as the identifier of another object.</p>",
436
- "ParameterObject$id": "<p>Identifier of the parameter object. </p>",
437
- "ParameterValue$id": "<p>Identifier of the parameter value.</p>"
453
+ "ParameterObject$id": "<p>The ID of the parameter object. </p>",
454
+ "ParameterValue$id": "<p>The ID of the parameter value.</p>"
438
455
  }
439
456
  },
440
457
  "fieldStringValue": {
@@ -447,33 +464,34 @@
447
464
  "id": {
448
465
  "base": null,
449
466
  "refs": {
450
- "ActivatePipelineInput$pipelineId": "<p>The identifier of the pipeline to activate. </p>",
451
- "AddTagsInput$pipelineId": "<p>The identifier of the pipeline to which you want to add the tags.</p>",
452
- "CreatePipelineInput$name": "<p> The name of the new pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each new pipeline a unique pipeline identifier. </p>",
453
- "CreatePipelineInput$uniqueId": "<p> A unique identifier that you specify. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to <a>CreatePipeline</a>. For example, if the first call to <a>CreatePipeline</a> does not return a clear success, you can pass in the same unique identifier and pipeline name combination on a subsequent call to <a>CreatePipeline</a>. <a>CreatePipeline</a> ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline will not be created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials. </p>",
454
- "CreatePipelineOutput$pipelineId": "<p>The ID that AWS Data Pipeline assigns the newly created pipeline. The ID is a string of the form: df-06372391ZG65EXAMPLE.</p>",
455
- "DeletePipelineInput$pipelineId": "<p>The identifier of the pipeline to be deleted.</p>",
456
- "DescribeObjectsInput$pipelineId": "<p>Identifier of the pipeline that contains the object definitions.</p>",
457
- "EvaluateExpressionInput$pipelineId": "<p>The identifier of the pipeline.</p>",
458
- "EvaluateExpressionInput$objectId": "<p>The identifier of the object.</p>",
459
- "GetPipelineDefinitionInput$pipelineId": "<p>The identifier of the pipeline.</p>",
467
+ "ActivatePipelineInput$pipelineId": "<p>The ID of the pipeline.</p>",
468
+ "AddTagsInput$pipelineId": "<p>The ID of the pipeline.</p>",
469
+ "CreatePipelineInput$name": "<p>The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each pipeline a unique pipeline identifier.</p>",
470
+ "CreatePipelineInput$uniqueId": "<p>A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to <code>CreatePipeline</code>. For example, if the first call to <code>CreatePipeline</code> does not succeed, you can pass in the same unique identifier and pipeline name combination on a subsequent call to <code>CreatePipeline</code>. <code>CreatePipeline</code> ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials.</p>",
471
+ "CreatePipelineOutput$pipelineId": "<p>The ID that AWS Data Pipeline assigns the newly created pipeline. For example, <code>df-06372391ZG65EXAMPLE</code>.</p>",
472
+ "DeactivatePipelineInput$pipelineId": "<p>The ID of the pipeline.</p>",
473
+ "DeletePipelineInput$pipelineId": "<p>The ID of the pipeline.</p>",
474
+ "DescribeObjectsInput$pipelineId": "<p>The ID of the pipeline that contains the object definitions.</p>",
475
+ "EvaluateExpressionInput$pipelineId": "<p>The ID of the pipeline.</p>",
476
+ "EvaluateExpressionInput$objectId": "<p>The ID of the object.</p>",
477
+ "GetPipelineDefinitionInput$pipelineId": "<p>The ID of the pipeline.</p>",
460
478
  "PipelineDescription$pipelineId": "<p>The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form <code>df-297EG78HU43EEXAMPLE</code>.</p>",
461
- "PipelineDescription$name": "<p>Name of the pipeline.</p>",
462
- "PipelineIdName$id": "<p>Identifier of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form <code>df-297EG78HU43EEXAMPLE</code>.</p>",
463
- "PipelineIdName$name": "<p>Name of the pipeline.</p>",
464
- "PipelineObject$id": "<p>Identifier of the object.</p>",
465
- "PipelineObject$name": "<p>Name of the object.</p>",
479
+ "PipelineDescription$name": "<p>The name of the pipeline.</p>",
480
+ "PipelineIdName$id": "<p>The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form <code>df-297EG78HU43EEXAMPLE</code>.</p>",
481
+ "PipelineIdName$name": "<p>The name of the pipeline.</p>",
482
+ "PipelineObject$id": "<p>The ID of the object.</p>",
483
+ "PipelineObject$name": "<p>The name of the object.</p>",
466
484
  "PipelineObjectMap$key": null,
467
485
  "PollForTaskInput$hostname": "<p>The public DNS name of the calling task runner.</p>",
468
- "PutPipelineDefinitionInput$pipelineId": "<p>The identifier of the pipeline to be configured.</p>",
469
- "QueryObjectsInput$pipelineId": "<p>Identifier of the pipeline to be queried for object names.</p>",
470
- "RemoveTagsInput$pipelineId": "<p>The pipeline from which you want to remove tags.</p>",
471
- "ReportTaskRunnerHeartbeatInput$taskrunnerId": "<p>The identifier of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.</p>",
472
- "ReportTaskRunnerHeartbeatInput$hostname": "<p>The public DNS name of the calling task runner.</p>",
473
- "SetStatusInput$pipelineId": "<p>Identifies the pipeline that contains the objects.</p>",
474
- "TaskObject$pipelineId": "<p>Identifier of the pipeline that provided the task.</p>",
475
- "TaskObject$attemptId": "<p>Identifier of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.</p>",
476
- "ValidatePipelineDefinitionInput$pipelineId": "<p>Identifies the pipeline whose definition is to be validated.</p>",
486
+ "PutPipelineDefinitionInput$pipelineId": "<p>The ID of the pipeline.</p>",
487
+ "QueryObjectsInput$pipelineId": "<p>The ID of the pipeline.</p>",
488
+ "RemoveTagsInput$pipelineId": "<p>The ID of the pipeline.</p>",
489
+ "ReportTaskRunnerHeartbeatInput$taskrunnerId": "<p>The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.</p>",
490
+ "ReportTaskRunnerHeartbeatInput$hostname": "<p>The public DNS name of the task runner.</p>",
491
+ "SetStatusInput$pipelineId": "<p>The ID of the pipeline that contains the objects.</p>",
492
+ "TaskObject$pipelineId": "<p>The ID of the pipeline that provided the task.</p>",
493
+ "TaskObject$attemptId": "<p>The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.</p>",
494
+ "ValidatePipelineDefinitionInput$pipelineId": "<p>The ID of the pipeline.</p>",
477
495
  "ValidationError$id": "<p>The identifier of the object that contains the validation error.</p>",
478
496
  "ValidationWarning$id": "<p>The identifier of the object that contains the validation warning.</p>",
479
497
  "idList$member": null
@@ -482,16 +500,16 @@
482
500
  "idList": {
483
501
  "base": null,
484
502
  "refs": {
485
- "DescribeObjectsInput$objectIds": "<p>Identifiers of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.</p>",
486
- "DescribePipelinesInput$pipelineIds": "<p>Identifiers of the pipelines to describe. You can pass as many as 25 identifiers in a single call to <a>DescribePipelines</a>. You can obtain pipeline identifiers by calling <a>ListPipelines</a>.</p>",
487
- "QueryObjectsOutput$ids": "<p>A list of identifiers that match the query selectors.</p>",
488
- "SetStatusInput$objectIds": "<p>Identifies an array of objects. The corresponding objects can be either physical or components, but not a mix of both types.</p>"
503
+ "DescribeObjectsInput$objectIds": "<p>The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to <code>DescribeObjects</code>.</p>",
504
+ "DescribePipelinesInput$pipelineIds": "<p>The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call <a>ListPipelines</a>.</p>",
505
+ "QueryObjectsOutput$ids": "<p>The identifiers that match the query selectors.</p>",
506
+ "SetStatusInput$objectIds": "<p>The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.</p>"
489
507
  }
490
508
  },
491
509
  "int": {
492
510
  "base": null,
493
511
  "refs": {
494
- "QueryObjectsInput$limit": "<p>Specifies the maximum number of object names that <a>QueryObjects</a> will return in a single call. The default value is 100. </p>"
512
+ "QueryObjectsInput$limit": "<p>The maximum number of object names that <code>QueryObjects</code> will return in a single call. The default value is 100. </p>"
495
513
  }
496
514
  },
497
515
  "longString": {
@@ -504,29 +522,29 @@
504
522
  "pipelineList": {
505
523
  "base": null,
506
524
  "refs": {
507
- "ListPipelinesOutput$pipelineIdList": "<p> A list of all the pipeline identifiers that your account has permission to access. If you require additional information about the pipelines, you can use these identifiers to call <a>DescribePipelines</a> and <a>GetPipelineDefinition</a>. </p>"
525
+ "ListPipelinesOutput$pipelineIdList": "<p>The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call <a>DescribePipelines</a> and <a>GetPipelineDefinition</a>.</p>"
508
526
  }
509
527
  },
510
528
  "string": {
511
529
  "base": null,
512
530
  "refs": {
513
- "CreatePipelineInput$description": "<p>The description of the new pipeline.</p>",
514
- "DescribeObjectsInput$marker": "<p>The starting point for the results to be returned. The first time you call <a>DescribeObjects</a>, this value should be empty. As long as the action returns <code>HasMoreResults</code> as <code>True</code>, you can call <a>DescribeObjects</a> again and pass the marker value from the response to retrieve the next set of results.</p>",
515
- "DescribeObjectsOutput$marker": "<p> The starting point for the next page of results. To view the next page of results, call <a>DescribeObjects</a> again with this marker value. </p>",
516
- "GetPipelineDefinitionInput$version": "<p>The version of the pipeline definition to retrieve. This parameter accepts the values <code>latest</code> (default) and <code>active</code>. Where <code>latest</code> indicates the last definition saved to the pipeline and <code>active</code> indicates the last definition of the pipeline that was activated.</p>",
517
- "InstanceIdentity$document": "<p>A description of an Amazon EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.</p>",
531
+ "CreatePipelineInput$description": "<p>The description for the pipeline.</p>",
532
+ "DescribeObjectsInput$marker": "<p>The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call <code>DescribeObjects</code> with the marker value from the previous call to retrieve the next set of results.</p>",
533
+ "DescribeObjectsOutput$marker": "<p>The starting point for the next page of results. To view the next page of results, call <code>DescribeObjects</code> again with this marker value. If the value is null, there are no more results.</p>",
534
+ "GetPipelineDefinitionInput$version": "<p>The version of the pipeline definition to retrieve. Set this parameter to <code>latest</code> (default) to use the last definition saved to the pipeline or <code>active</code> to use the last definition that was activated.</p>",
535
+ "InstanceIdentity$document": "<p>A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.</p>",
518
536
  "InstanceIdentity$signature": "<p>A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.</p>",
519
- "ListPipelinesInput$marker": "<p>The starting point for the results to be returned. The first time you call <a>ListPipelines</a>, this value should be empty. As long as the action returns <code>HasMoreResults</code> as <code>True</code>, you can call <a>ListPipelines</a> again and pass the marker value from the response to retrieve the next set of results.</p>",
520
- "ListPipelinesOutput$marker": "<p>If not null, indicates the starting point for the set of pipeline identifiers that the next call to <a>ListPipelines</a> will retrieve. If null, there are no more pipeline identifiers.</p>",
537
+ "ListPipelinesInput$marker": "<p>The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call <code>ListPipelines</code> with the marker value from the previous call to retrieve the next set of results.</p>",
538
+ "ListPipelinesOutput$marker": "<p>The starting point for the next page of results. To view the next page of results, call <code>ListPipelinesOutput</code> again with this marker value. If the value is null, there are no more results.</p>",
521
539
  "PipelineDescription$description": "<p>Description of the pipeline.</p>",
522
- "PollForTaskInput$workerGroup": "<p>Indicates the type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for <code>workerGroup</code> in the call to <a>PollForTask</a>. There are no wildcard values permitted in <code>workerGroup</code>, the string must be an exact, case-sensitive, match. </p>",
523
- "QueryObjectsInput$sphere": "<p> Specifies whether the query applies to components or instances. Allowable values: <code>COMPONENT</code>, <code>INSTANCE</code>, <code>ATTEMPT</code>. </p>",
524
- "QueryObjectsInput$marker": "<p> The starting point for the results to be returned. The first time you call <a>QueryObjects</a>, this value should be empty. As long as the action returns <code>HasMoreResults</code> as <code>True</code>, you can call <a>QueryObjects</a> again and pass the marker value from the response to retrieve the next set of results. </p>",
525
- "QueryObjectsOutput$marker": "<p> The starting point for the results to be returned. As long as the action returns <code>HasMoreResults</code> as <code>True</code>, you can call <a>QueryObjects</a> again and pass the marker value from the response to retrieve the next set of results. </p>",
526
- "ReportTaskRunnerHeartbeatInput$workerGroup": "<p>Indicates the type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for <code>workerGroup</code> in the call to <a>ReportTaskRunnerHeartbeat</a>. There are no wildcard values permitted in <code>workerGroup</code>, the string must be an exact, case-sensitive, match.</p>",
540
+ "PollForTaskInput$workerGroup": "<p>The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for <code>workerGroup</code> in the call to <code>PollForTask</code>. There are no wildcard values permitted in <code>workerGroup</code>; the string must be an exact, case-sensitive, match.</p>",
541
+ "QueryObjectsInput$sphere": "<p>Indicates whether the query applies to components or instances. The possible values are: <code>COMPONENT</code>, <code>INSTANCE</code>, and <code>ATTEMPT</code>.</p>",
542
+ "QueryObjectsInput$marker": "<p>The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call <code>QueryObjects</code> with the marker value from the previous call to retrieve the next set of results.</p>",
543
+ "QueryObjectsOutput$marker": "<p>The starting point for the next page of results. To view the next page of results, call <code>QueryObjects</code> again with this marker value. If the value is null, there are no more results.</p>",
544
+ "ReportTaskRunnerHeartbeatInput$workerGroup": "<p>The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for <code>workerGroup</code>. There are no wildcard values permitted in <code>workerGroup</code>; the string must be an exact, case-sensitive, match.</p>",
527
545
  "Selector$fieldName": "<p>The name of the field that the operator will be applied to. The field name is the \"key\" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.</p>",
528
- "SetStatusInput$status": "<p>Specifies the status to be set on all the objects in <code>objectIds</code>. For components, this can be either <code>PAUSE</code> or <code>RESUME</code>. For instances, this can be either <code>TRY_CANCEL</code>, <code>RERUN</code>, or <code>MARK_FINISHED</code>.</p>",
529
- "SetTaskStatusInput$errorId": "<p>If an error occurred during the task, this value specifies an id value that represents the error. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string \"Service_\" which is reserved by the system.</p>",
546
+ "SetStatusInput$status": "<p>The status to be set on all the objects specified in <code>objectIds</code>. For components, use <code>PAUSE</code> or <code>RESUME</code>. For instances, use <code>TRY_CANCEL</code>, <code>RERUN</code>, or <code>MARK_FINISHED</code>.</p>",
547
+ "SetTaskStatusInput$errorId": "<p>If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string \"Service_\" which is reserved by the system.</p>",
530
548
  "SetTaskStatusInput$errorStackTrace": "<p>If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.</p>",
531
549
  "stringList$member": null
532
550
  }
@@ -535,7 +553,7 @@
535
553
  "base": null,
536
554
  "refs": {
537
555
  "Operator$values": "<p>The value that the actual field value will be compared with.</p>",
538
- "RemoveTagsInput$tagKeys": "<p>The keys of the tags you wish to remove.</p>"
556
+ "RemoveTagsInput$tagKeys": "<p>The keys of the tags to remove.</p>"
539
557
  }
540
558
  },
541
559
  "tagKey": {
@@ -547,8 +565,8 @@
547
565
  "tagList": {
548
566
  "base": null,
549
567
  "refs": {
550
- "AddTagsInput$tags": "<p>The tags as key/value pairs to add to the pipeline.</p>",
551
- "CreatePipelineInput$tags": "<p>A list of tags to associate with a pipeline at creation time. Tags let you control access to pipelines. For more information, see <a href=\"http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-control-access.html\">Controlling User Access to Pipelines</a> in the <i>AWS Data Pipeline Developer Guide</i>.</p>",
568
+ "AddTagsInput$tags": "<p>The tags to add, as key/value pairs.</p>",
569
+ "CreatePipelineInput$tags": "<p>A list of tags to associate with the pipeline at creation. Tags let you control access to pipelines. For more information, see <a href=\"http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-control-access.html\">Controlling User Access to Pipelines</a> in the <i>AWS Data Pipeline Developer Guide</i>.</p>",
552
570
  "PipelineDescription$tags": "<p>A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see <a href=\"http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-control-access.html\">Controlling User Access to Pipelines</a> in the <i>AWS Data Pipeline Developer Guide</i>.</p>"
553
571
  }
554
572
  },
@@ -561,11 +579,17 @@
561
579
  "taskId": {
562
580
  "base": null,
563
581
  "refs": {
564
- "ReportTaskProgressInput$taskId": "<p>Identifier of the task assigned to the task runner. This value is provided in the <a>TaskObject</a> that the service returns with the response for the <a>PollForTask</a> action.</p>",
565
- "SetTaskStatusInput$taskId": "<p>Identifies the task assigned to the task runner. This value is set in the <a>TaskObject</a> that is returned by the <a>PollForTask</a> action.</p>",
582
+ "ReportTaskProgressInput$taskId": "<p>The ID of the task assigned to the task runner. This value is provided in the response for <a>PollForTask</a>.</p>",
583
+ "SetTaskStatusInput$taskId": "<p>The ID of the task assigned to the task runner. This value is provided in the response for <a>PollForTask</a>.</p>",
566
584
  "TaskObject$taskId": "<p>An internal identifier for the task. This ID is passed to the <a>SetTaskStatus</a> and <a>ReportTaskProgress</a> actions.</p>"
567
585
  }
568
586
  },
587
+ "timestamp": {
588
+ "base": null,
589
+ "refs": {
590
+ "ActivatePipelineInput$startTimestamp": "<p>The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.</p>"
591
+ }
592
+ },
569
593
  "validationMessage": {
570
594
  "base": null,
571
595
  "refs": {
@@ -1,4 +1,5 @@
1
1
  {
2
+ "version":"2.0",
2
3
  "metadata":{
3
4
  "apiVersion":"2010-12-01",
4
5
  "endpointPrefix":"elasticbeanstalk",
@@ -9,6 +10,25 @@
9
10
  "protocol":"query"
10
11
  },
11
12
  "operations":{
13
+ "AbortEnvironmentUpdate":{
14
+ "name":"AbortEnvironmentUpdate",
15
+ "http":{
16
+ "method":"POST",
17
+ "requestUri":"/"
18
+ },
19
+ "input":{"shape":"AbortEnvironmentUpdateMessage"},
20
+ "errors":[
21
+ {
22
+ "shape":"InsufficientPrivilegesException",
23
+ "error":{
24
+ "code":"InsufficientPrivilegesException",
25
+ "httpStatusCode":403,
26
+ "senderFault":true
27
+ },
28
+ "exception":true
29
+ }
30
+ ]
31
+ },
12
32
  "CheckDNSAvailability":{
13
33
  "name":"CheckDNSAvailability",
14
34
  "http":{
@@ -564,6 +584,14 @@
564
584
  }
565
585
  },
566
586
  "shapes":{
587
+ "AbortEnvironmentUpdateMessage":{
588
+ "type":"structure",
589
+ "members":{
590
+ "EnvironmentId":{"shape":"EnvironmentId"},
591
+ "EnvironmentName":{"shape":"EnvironmentName"}
592
+ }
593
+ },
594
+ "AbortableOperationInProgress":{"type":"boolean"},
567
595
  "ApplicationDescription":{
568
596
  "type":"structure",
569
597
  "members":{
@@ -968,6 +996,7 @@
968
996
  "DateCreated":{"shape":"CreationDate"},
969
997
  "DateUpdated":{"shape":"UpdateDate"},
970
998
  "Status":{"shape":"EnvironmentStatus"},
999
+ "AbortableOperationInProgress":{"shape":"AbortableOperationInProgress"},
971
1000
  "Health":{"shape":"EnvironmentHealth"},
972
1001
  "Resources":{"shape":"EnvironmentResourcesDescription"},
973
1002
  "Tier":{"shape":"EnvironmentTier"}
@@ -1491,6 +1520,7 @@
1491
1520
  "Tier":{"shape":"EnvironmentTier"},
1492
1521
  "VersionLabel":{"shape":"VersionLabel"},
1493
1522
  "TemplateName":{"shape":"ConfigurationTemplateName"},
1523
+ "SolutionStackName":{"shape":"SolutionStackName"},
1494
1524
  "OptionSettings":{"shape":"ConfigurationOptionSettingsList"},
1495
1525
  "OptionsToRemove":{"shape":"OptionsSpecifierList"}
1496
1526
  }
@@ -1,14 +1,16 @@
1
1
  {
2
+ "version": "2.0",
2
3
  "operations": {
4
+ "AbortEnvironmentUpdate": "<p>Cancels in-progress environment configuration update or application version deployment.</p>",
3
5
  "CheckDNSAvailability": "<p> Checks if the specified CNAME is available. </p>",
4
- "CreateApplication": "<p> Creates an application that has one configuration template named <code>default</code> and no application versions. </p> <?oxy_delete author=\"brussard\" timestamp=\"20131024T142047-0700\" content=\"&lt;note&gt; The &lt;code&gt;default&lt;/code&gt; configuration template is for a 32-bit version of the Amazon Linux operating system running the Tomcat 6 application container. &lt;/note&gt;\">",
5
- "CreateApplicationVersion": "<p>Creates an application version for the specified application.</p>",
6
+ "CreateApplication": "<p> Creates an application that has one configuration template named <code>default</code> and no application versions. </p>",
7
+ "CreateApplicationVersion": "<p>Creates an application version for the specified application.</p> <note>Once you create an application version with a specified Amazon S3 bucket and key location, you cannot change that Amazon S3 location. If you change the Amazon S3 location, you receive an exception when you attempt to launch an environment from the application version. </note>",
6
8
  "CreateConfigurationTemplate": "<p>Creates a configuration template. Templates are associated with a specific application and are used to deploy different versions of the application with the same configuration settings.</p> <p>Related Topics</p> <ul> <li> <a>DescribeConfigurationOptions</a> </li> <li> <a>DescribeConfigurationSettings</a> </li> <li> <a>ListAvailableSolutionStacks</a> </li> </ul>",
7
9
  "CreateEnvironment": "<p> Launches an environment for the specified application using the specified configuration. </p>",
8
10
  "CreateStorageLocation": "<p> Creates the Amazon S3 storage location for the account. </p> <p> This location is used to store user log files. </p>",
9
- "DeleteApplication": "<p> Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket. </p>",
10
- "DeleteApplicationVersion": "<p> Deletes the specified version from the specified application. </p>",
11
- "DeleteConfigurationTemplate": "<p>Deletes the specified configuration template.</p>",
11
+ "DeleteApplication": "<p> Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket. </p> <note>You cannot delete an application that has a running environment. </note>",
12
+ "DeleteApplicationVersion": "<p> Deletes the specified version from the specified application. </p> <note>You cannot delete an application version that is associated with a running environment.</note>",
13
+ "DeleteConfigurationTemplate": "<p>Deletes the specified configuration template.</p> <note>When you launch an environment using a configuration template, the environment gets a copy of the template. You can delete or modify the environment's copy of the template without affecting the running environment.</note>",
12
14
  "DeleteEnvironmentConfiguration": "<p> Deletes the draft configuration associated with the running environment. </p> <p> Updating a running environment with any configuration changes creates a draft configuration set. You can get the draft configuration using <a>DescribeConfigurationSettings</a> while the update is in progress or if the update fails. The <code>DeploymentStatus</code> for the draft configuration indicates whether the deployment is in process or has failed. The draft configuration remains in existence until it is deleted with this action. </p>",
13
15
  "DescribeApplicationVersions": "<p>Returns descriptions for existing application versions.</p>",
14
16
  "DescribeApplications": "<p>Returns the descriptions of existing applications.</p>",
@@ -16,7 +18,7 @@
16
18
  "DescribeConfigurationSettings": "<p> Returns a description of the settings for the specified configuration set, that is, either a configuration template or the configuration set associated with a running environment. </p> <p> When describing the settings for the configuration set associated with a running environment, it is possible to receive two sets of setting descriptions. One is the deployed configuration set, and the other is a draft configuration of an environment that is either in the process of deployment or that failed to deploy. </p> <p>Related Topics</p> <ul> <li> <a>DeleteEnvironmentConfiguration</a> </li> </ul>",
17
19
  "DescribeEnvironmentResources": "<p>Returns AWS resources for this environment.</p>",
18
20
  "DescribeEnvironments": "<p>Returns descriptions for existing environments.</p>",
19
- "DescribeEvents": "<p>Returns list of event descriptions matching criteria up to the last 6 weeks.</p>",
21
+ "DescribeEvents": "<p>Returns list of event descriptions matching criteria up to the last 6 weeks.</p> <note> This action returns the most recent 1,000 events from the specified <code>NextToken</code>. </note>",
20
22
  "ListAvailableSolutionStacks": "<p> Returns a list of the available solution stack names. </p>",
21
23
  "RebuildEnvironment": "<p> Deletes and recreates all of the AWS resources (for example: the Auto Scaling group, load balancer, etc.) for a specified environment and forces a restart. </p>",
22
24
  "RequestEnvironmentInfo": "<p> Initiates a request to compile the specified type of information of the deployed environment. </p> <p> Setting the <code>InfoType</code> to <code>tail</code> compiles the last lines from the application server log files of every Amazon EC2 instance in your environment. </p> <p> Setting the <code>InfoType</code> to <code>bundle</code> compresses the application server log files for every Amazon EC2 instance into a <code>.zip</code> file. Legacy and .NET containers do not support bundle logs. </p> <p> Use <a>RetrieveEnvironmentInfo</a> to obtain the set of logs. </p> <p>Related Topics</p> <ul> <li> <a>RetrieveEnvironmentInfo</a> </li> </ul>",
@@ -24,14 +26,25 @@
24
26
  "RetrieveEnvironmentInfo": "<p> Retrieves the compiled information from a <a>RequestEnvironmentInfo</a> request. </p> <p>Related Topics</p> <ul> <li> <a>RequestEnvironmentInfo</a> </li> </ul>",
25
27
  "SwapEnvironmentCNAMEs": "<p> Swaps the CNAMEs of two environments. </p>",
26
28
  "TerminateEnvironment": "<p> Terminates the specified environment. </p>",
27
- "UpdateApplication": "<p>Updates the specified application to have the specified properties. </p>",
28
- "UpdateApplicationVersion": "<p> Updates the specified application version to have the specified properties. </p>",
29
- "UpdateConfigurationTemplate": "<p> Updates the specified configuration template to have the specified properties or configuration option values. </p> <p>Related Topics</p> <ul> <li> <a>DescribeConfigurationOptions</a> </li> </ul>",
29
+ "UpdateApplication": "<p>Updates the specified application to have the specified properties. </p> <note> If a property (for example, <code>description</code>) is not provided, the value remains unchanged. To clear these properties, specify an empty string. </note>",
30
+ "UpdateApplicationVersion": "<p> Updates the specified application version to have the specified properties. </p> <note> If a property (for example, <code>description</code>) is not provided, the value remains unchanged. To clear properties, specify an empty string. </note>",
31
+ "UpdateConfigurationTemplate": "<p> Updates the specified configuration template to have the specified properties or configuration option values. </p> <note> If a property (for example, <code>ApplicationName</code>) is not provided, its value remains unchanged. To clear such properties, specify an empty string. </note> <p>Related Topics</p> <ul> <li> <a>DescribeConfigurationOptions</a> </li> </ul>",
30
32
  "UpdateEnvironment": "<p> Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment. </p> <p> Attempting to update both the release and configuration is not allowed and AWS Elastic Beanstalk returns an <code>InvalidParameterCombination</code> error. </p> <p> When updating the configuration settings to a new template or individual settings, a draft configuration is created and <a>DescribeConfigurationSettings</a> for this environment returns two setting descriptions with different <code>DeploymentStatus</code> values. </p>",
31
33
  "ValidateConfigurationSettings": "<p> Takes a set of configuration settings and either a configuration template or environment, and determines whether those values are valid. </p> <p> This action returns a list of messages indicating any errors or warnings associated with the selection of option values. </p>"
32
34
  },
33
35
  "service": "<fullname>AWS Elastic Beanstalk</fullname> <p> This is the AWS Elastic Beanstalk API Reference. This guide provides detailed information about AWS Elastic Beanstalk actions, data types, parameters, and errors. </p> <p>AWS Elastic Beanstalk is a tool that makes it easy for you to create, deploy, and manage scalable, fault-tolerant applications running on Amazon Web Services cloud resources. </p> <p> For more information about this product, go to the <a href=\"http://aws.amazon.com/elasticbeanstalk/\">AWS Elastic Beanstalk</a> details page. The location of the latest AWS Elastic Beanstalk WSDL is <a href=\"http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl\">http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl</a>. </p> <p><b>Endpoints</b></p> <p>For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to <a href=\"http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region\">Regions and Endpoints</a> in the <i>Amazon Web Services Glossary</i>.</p>",
34
36
  "shapes": {
37
+ "AbortEnvironmentUpdateMessage": {
38
+ "base": "<p></p>",
39
+ "refs": {
40
+ }
41
+ },
42
+ "AbortableOperationInProgress": {
43
+ "base": null,
44
+ "refs": {
45
+ "EnvironmentDescription$AbortableOperationInProgress": "<p>Lists in-progress environment updates and application version deployments that you can cancel.</p>"
46
+ }
47
+ },
35
48
  "ApplicationDescription": {
36
49
  "base": "<p>Describes the properties of an application.</p>",
37
50
  "refs": {
@@ -455,6 +468,7 @@
455
468
  "EnvironmentId": {
456
469
  "base": null,
457
470
  "refs": {
471
+ "AbortEnvironmentUpdateMessage$EnvironmentId": "<p>This specifies the ID of the environment with the in-progress update that you want to cancel.</p>",
458
472
  "CreateConfigurationTemplateMessage$EnvironmentId": "<p> The ID of the environment used with this configuration template. </p>",
459
473
  "DescribeEnvironmentResourcesMessage$EnvironmentId": "<p> The ID of the environment to retrieve AWS resource usage data. </p> <p> Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error. </p>",
460
474
  "DescribeEventsMessage$EnvironmentId": "<p> If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment. </p>",
@@ -499,6 +513,7 @@
499
513
  "EnvironmentName": {
500
514
  "base": null,
501
515
  "refs": {
516
+ "AbortEnvironmentUpdateMessage$EnvironmentName": "<p>This specifies the name of the environment with the in-progress update that you want to cancel.</p>",
502
517
  "ConfigurationSettingsDescription$EnvironmentName": "<p> If not <code>null</code>, the name of the environment for this configuration set. </p>",
503
518
  "CreateEnvironmentMessage$EnvironmentName": "<p> A unique name for the deployment environment. Used in the application URL. </p> <p>Constraint: Must be from 4 to 23 characters in length. The name can contain only letters, numbers, and hyphens. It cannot start or end with a hyphen. This name must be unique in your account. If the specified name already exists, AWS Elastic Beanstalk returns an <code>InvalidParameterValue</code> error. </p> <p>Default: If the CNAME parameter is not specified, the environment name becomes part of the CNAME, and therefore part of the visible URL for your application.</p>",
504
519
  "DeleteEnvironmentConfigurationMessage$EnvironmentName": "<p> The name of the environment to delete the draft configuration from. </p>",
@@ -871,7 +886,8 @@
871
886
  "CreateEnvironmentMessage$SolutionStackName": "<p> This is an alternative to specifying a configuration name. If specified, AWS Elastic Beanstalk sets the configuration values to the default values associated with the specified solution stack. </p> <p> Condition: You must specify either this or a <code>TemplateName</code>, but not both. If you specify both, AWS Elastic Beanstalk returns an <code>InvalidParameterCombination</code> error. If you do not specify either, AWS Elastic Beanstalk returns a <code>MissingRequiredParameter</code> error. </p>",
872
887
  "DescribeConfigurationOptionsMessage$SolutionStackName": "<p> The name of the solution stack whose configuration options you want to describe. </p>",
873
888
  "EnvironmentDescription$SolutionStackName": "<p> The name of the <code>SolutionStack</code> deployed with this environment. </p>",
874
- "SolutionStackDescription$SolutionStackName": "<p> The name of the solution stack. </p>"
889
+ "SolutionStackDescription$SolutionStackName": "<p> The name of the solution stack. </p>",
890
+ "UpdateEnvironmentMessage$SolutionStackName": "<p> This specifies the platform version that the environment will run after the environment is updated. </p>"
875
891
  }
876
892
  },
877
893
  "SourceBundleDeletionException": {
@@ -899,7 +915,7 @@
899
915
  }
900
916
  },
901
917
  "SwapEnvironmentCNAMEsMessage": {
902
- "base": "<p></p>",
918
+ "base": "<p>Swaps the CNAMEs of two environments.</p>",
903
919
  "refs": {
904
920
  }
905
921
  },
@@ -1069,7 +1085,7 @@
1069
1085
  "refs": {
1070
1086
  "ApplicationVersionDescription$VersionLabel": "<p> A label uniquely identifying the version for the associated application. </p>",
1071
1087
  "CreateApplicationVersionMessage$VersionLabel": "<p>A label identifying this version.</p> <p>Constraint: Must be unique per application. If an application version already exists with this label for the specified application, AWS Elastic Beanstalk returns an <code>InvalidParameterValue</code> error. </p>",
1072
- "CreateEnvironmentMessage$VersionLabel": "<p>The name of the application version to deploy.</p> <p> If the specified application has no associated application versions, AWS Elastic Beanstalk <code>UpdateEnvironment</code> returns an <code>InvalidParameterValue</code> error. </p> <p> Default: If not specified, AWS Elastic Beanstalk attempts to launch the <?oxy_delete author=\"brussard\" timestamp=\"20131030T145730-0700\" content=\"most recently created application version\"><?oxy_insert_start author=\"brussard\" timestamp=\"20131030T145730-0700\">sample application in the container<?oxy_insert_end>. </p>",
1088
+ "CreateEnvironmentMessage$VersionLabel": "<p>The name of the application version to deploy.</p> <p> If the specified application has no associated application versions, AWS Elastic Beanstalk <code>UpdateEnvironment</code> returns an <code>InvalidParameterValue</code> error. </p> <p> Default: If not specified, AWS Elastic Beanstalk attempts to launch the sample application in the container. </p>",
1073
1089
  "DeleteApplicationVersionMessage$VersionLabel": "<p> The label of the version to delete. </p>",
1074
1090
  "DescribeEnvironmentsMessage$VersionLabel": "<p> If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version. </p>",
1075
1091
  "DescribeEventsMessage$VersionLabel": "<p> If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version. </p>",
@@ -141,7 +141,7 @@
141
141
  "resource": {
142
142
  "type": "Policy",
143
143
  "identifiers": [
144
- { "target": "PolicyArn", "source": "input" }
144
+ { "target": "Arn", "source": "input" }
145
145
  ]
146
146
  }
147
147
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.0.36'
2
+ VERSION = '2.0.37'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.36
4
+ version: 2.0.37
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-06 00:00:00.000000000 Z
11
+ date: 2015-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -417,7 +417,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
417
417
  version: '0'
418
418
  requirements: []
419
419
  rubyforge_project:
420
- rubygems_version: 2.4.5
420
+ rubygems_version: 2.4.6
421
421
  signing_key:
422
422
  specification_version: 4
423
423
  summary: AWS SDK for Ruby - Core