@aws-sdk/client-data-pipeline 3.296.0 → 3.298.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/dist-cjs/commands/ActivatePipelineCommand.js +2 -3
  2. package/dist-cjs/commands/AddTagsCommand.js +2 -3
  3. package/dist-cjs/commands/CreatePipelineCommand.js +2 -3
  4. package/dist-cjs/commands/DeactivatePipelineCommand.js +2 -3
  5. package/dist-cjs/commands/DeletePipelineCommand.js +2 -3
  6. package/dist-cjs/commands/DescribeObjectsCommand.js +2 -3
  7. package/dist-cjs/commands/DescribePipelinesCommand.js +2 -3
  8. package/dist-cjs/commands/EvaluateExpressionCommand.js +2 -3
  9. package/dist-cjs/commands/GetPipelineDefinitionCommand.js +2 -3
  10. package/dist-cjs/commands/ListPipelinesCommand.js +2 -3
  11. package/dist-cjs/commands/PollForTaskCommand.js +2 -3
  12. package/dist-cjs/commands/PutPipelineDefinitionCommand.js +2 -3
  13. package/dist-cjs/commands/QueryObjectsCommand.js +2 -3
  14. package/dist-cjs/commands/RemoveTagsCommand.js +2 -3
  15. package/dist-cjs/commands/ReportTaskProgressCommand.js +2 -3
  16. package/dist-cjs/commands/ReportTaskRunnerHeartbeatCommand.js +2 -3
  17. package/dist-cjs/commands/SetStatusCommand.js +2 -3
  18. package/dist-cjs/commands/SetTaskStatusCommand.js +2 -3
  19. package/dist-cjs/commands/ValidatePipelineDefinitionCommand.js +2 -3
  20. package/dist-cjs/models/models_0.js +1 -206
  21. package/dist-es/commands/ActivatePipelineCommand.js +2 -3
  22. package/dist-es/commands/AddTagsCommand.js +2 -3
  23. package/dist-es/commands/CreatePipelineCommand.js +2 -3
  24. package/dist-es/commands/DeactivatePipelineCommand.js +2 -3
  25. package/dist-es/commands/DeletePipelineCommand.js +2 -3
  26. package/dist-es/commands/DescribeObjectsCommand.js +2 -3
  27. package/dist-es/commands/DescribePipelinesCommand.js +2 -3
  28. package/dist-es/commands/EvaluateExpressionCommand.js +2 -3
  29. package/dist-es/commands/GetPipelineDefinitionCommand.js +2 -3
  30. package/dist-es/commands/ListPipelinesCommand.js +2 -3
  31. package/dist-es/commands/PollForTaskCommand.js +2 -3
  32. package/dist-es/commands/PutPipelineDefinitionCommand.js +2 -3
  33. package/dist-es/commands/QueryObjectsCommand.js +2 -3
  34. package/dist-es/commands/RemoveTagsCommand.js +2 -3
  35. package/dist-es/commands/ReportTaskProgressCommand.js +2 -3
  36. package/dist-es/commands/ReportTaskRunnerHeartbeatCommand.js +2 -3
  37. package/dist-es/commands/SetStatusCommand.js +2 -3
  38. package/dist-es/commands/SetTaskStatusCommand.js +2 -3
  39. package/dist-es/commands/ValidatePipelineDefinitionCommand.js +2 -3
  40. package/dist-es/models/models_0.js +0 -153
  41. package/dist-types/DataPipeline.d.ts +284 -264
  42. package/dist-types/DataPipelineClient.d.ts +24 -4
  43. package/dist-types/commands/ActivatePipelineCommand.d.ts +18 -2
  44. package/dist-types/commands/AddTagsCommand.d.ts +16 -0
  45. package/dist-types/commands/CreatePipelineCommand.d.ts +19 -3
  46. package/dist-types/commands/DeactivatePipelineCommand.d.ts +16 -0
  47. package/dist-types/commands/DeletePipelineCommand.d.ts +17 -1
  48. package/dist-types/commands/DescribeObjectsCommand.d.ts +40 -24
  49. package/dist-types/commands/DescribePipelinesCommand.d.ts +42 -26
  50. package/dist-types/commands/EvaluateExpressionCommand.d.ts +19 -3
  51. package/dist-types/commands/GetPipelineDefinitionCommand.d.ts +43 -27
  52. package/dist-types/commands/ListPipelinesCommand.d.ts +23 -7
  53. package/dist-types/commands/PollForTaskCommand.d.ts +56 -40
  54. package/dist-types/commands/PutPipelineDefinitionCommand.d.ts +71 -55
  55. package/dist-types/commands/QueryObjectsCommand.d.ts +22 -6
  56. package/dist-types/commands/RemoveTagsCommand.d.ts +16 -0
  57. package/dist-types/commands/ReportTaskProgressCommand.d.ts +21 -5
  58. package/dist-types/commands/ReportTaskRunnerHeartbeatCommand.d.ts +19 -3
  59. package/dist-types/commands/SetStatusCommand.d.ts +18 -2
  60. package/dist-types/commands/SetTaskStatusCommand.d.ts +19 -3
  61. package/dist-types/commands/ValidatePipelineDefinitionCommand.d.ts +73 -57
  62. package/dist-types/models/DataPipelineServiceException.d.ts +2 -0
  63. package/dist-types/models/models_0.d.ts +62 -204
  64. package/dist-types/pagination/DescribeObjectsPaginator.d.ts +3 -0
  65. package/dist-types/pagination/Interfaces.d.ts +3 -0
  66. package/dist-types/pagination/ListPipelinesPaginator.d.ts +3 -0
  67. package/dist-types/pagination/QueryObjectsPaginator.d.ts +3 -0
  68. package/dist-types/ts3.4/models/models_0.d.ts +0 -139
  69. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
5
5
  import { EvaluateExpressionInput, EvaluateExpressionOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link EvaluateExpressionCommand}.
8
10
  */
9
11
  export interface EvaluateExpressionCommandInput extends EvaluateExpressionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link EvaluateExpressionCommand}.
13
17
  */
14
18
  export interface EvaluateExpressionCommandOutput extends EvaluateExpressionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Task runners call <code>EvaluateExpression</code> to evaluate a string in the context of the specified object.
18
23
  * For example, a task runner can evaluate SQL queries stored in Amazon S3.</p>
19
24
  *
@@ -28,9 +33,9 @@ export interface EvaluateExpressionCommandOutput extends EvaluateExpressionOutpu
28
33
  * X-Amz-Date: Mon, 12 Nov 2012 17:49:52 GMT
29
34
  * Authorization: AuthParams
30
35
  *
31
- * {"pipelineId": "df-08785951KAKJEXAMPLE",
36
+ * \{"pipelineId": "df-08785951KAKJEXAMPLE",
32
37
  * "objectId": "Schedule",
33
- * "expression": "Transform started at #{startDateTime} and finished at #{endDateTime}"}
38
+ * "expression": "Transform started at #\{startDateTime\} and finished at #\{endDateTime\}"\}
34
39
  *
35
40
  * </request>
36
41
  *
@@ -42,7 +47,7 @@ export interface EvaluateExpressionCommandOutput extends EvaluateExpressionOutpu
42
47
  * Content-Length: 103
43
48
  * Date: Mon, 12 Nov 2012 17:50:53 GMT
44
49
  *
45
- * {"evaluatedExpression": "Transform started at 2012-12-12T00:00:00 and finished at 2012-12-21T18:00:00"}
50
+ * \{"evaluatedExpression": "Transform started at 2012-12-12T00:00:00 and finished at 2012-12-21T18:00:00"\}
46
51
  * </response>
47
52
  * </examples>
48
53
  * @example
@@ -55,6 +60,8 @@ export interface EvaluateExpressionCommandOutput extends EvaluateExpressionOutpu
55
60
  * const response = await client.send(command);
56
61
  * ```
57
62
  *
63
+ * @param EvaluateExpressionCommandInput - {@link EvaluateExpressionCommandInput}
64
+ * @returns {@link EvaluateExpressionCommandOutput}
58
65
  * @see {@link EvaluateExpressionCommandInput} for command's `input` shape.
59
66
  * @see {@link EvaluateExpressionCommandOutput} for command's `response` shape.
60
67
  * @see {@link DataPipelineClientResolvedConfig | config} for DataPipelineClient's `config` shape.
@@ -79,11 +86,20 @@ export interface EvaluateExpressionCommandOutput extends EvaluateExpressionOutpu
79
86
  export declare class EvaluateExpressionCommand extends $Command<EvaluateExpressionCommandInput, EvaluateExpressionCommandOutput, DataPipelineClientResolvedConfig> {
80
87
  readonly input: EvaluateExpressionCommandInput;
81
88
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
+ /**
90
+ * @public
91
+ */
82
92
  constructor(input: EvaluateExpressionCommandInput);
83
93
  /**
84
94
  * @internal
85
95
  */
86
96
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EvaluateExpressionCommandInput, EvaluateExpressionCommandOutput>;
97
+ /**
98
+ * @internal
99
+ */
87
100
  private serialize;
101
+ /**
102
+ * @internal
103
+ */
88
104
  private deserialize;
89
105
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
5
5
  import { GetPipelineDefinitionInput, GetPipelineDefinitionOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetPipelineDefinitionCommand}.
8
10
  */
9
11
  export interface GetPipelineDefinitionCommandInput extends GetPipelineDefinitionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetPipelineDefinitionCommand}.
13
17
  */
14
18
  export interface GetPipelineDefinitionCommandOutput extends GetPipelineDefinitionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the definition of the specified pipeline. You can call <code>GetPipelineDefinition</code> to retrieve
18
23
  * the pipeline definition that you provided using <a>PutPipelineDefinition</a>.</p>
19
24
  *
@@ -29,7 +34,7 @@ export interface GetPipelineDefinitionCommandOutput extends GetPipelineDefinitio
29
34
  * Authorization: AuthParams
30
35
  *
31
36
  *
32
- * {"pipelineId": "df-06372391ZG65EXAMPLE"}
37
+ * \{"pipelineId": "df-06372391ZG65EXAMPLE"\}
33
38
  *
34
39
  * </request>
35
40
  * <response>
@@ -39,43 +44,43 @@ export interface GetPipelineDefinitionCommandOutput extends GetPipelineDefinitio
39
44
  * Content-Length: 890
40
45
  * Date: Mon, 12 Nov 2012 17:50:53 GMT
41
46
  *
42
- * {"pipelineObjects":
47
+ * \{"pipelineObjects":
43
48
  * [
44
- * {"fields":
49
+ * \{"fields":
45
50
  * [
46
- * {"key": "workerGroup",
47
- * "stringValue": "workerGroup"}
51
+ * \{"key": "workerGroup",
52
+ * "stringValue": "workerGroup"\}
48
53
  * ],
49
54
  * "id": "Default",
50
- * "name": "Default"},
51
- * {"fields":
55
+ * "name": "Default"\},
56
+ * \{"fields":
52
57
  * [
53
- * {"key": "startDateTime",
54
- * "stringValue": "2012-09-25T17:00:00"},
55
- * {"key": "type",
56
- * "stringValue": "Schedule"},
57
- * {"key": "period",
58
- * "stringValue": "1 hour"},
59
- * {"key": "endDateTime",
60
- * "stringValue": "2012-09-25T18:00:00"}
58
+ * \{"key": "startDateTime",
59
+ * "stringValue": "2012-09-25T17:00:00"\},
60
+ * \{"key": "type",
61
+ * "stringValue": "Schedule"\},
62
+ * \{"key": "period",
63
+ * "stringValue": "1 hour"\},
64
+ * \{"key": "endDateTime",
65
+ * "stringValue": "2012-09-25T18:00:00"\}
61
66
  * ],
62
67
  * "id": "Schedule",
63
- * "name": "Schedule"},
64
- * {"fields":
68
+ * "name": "Schedule"\},
69
+ * \{"fields":
65
70
  * [
66
- * {"key": "schedule",
67
- * "refValue": "Schedule"},
68
- * {"key": "command",
69
- * "stringValue": "echo hello"},
70
- * {"key": "parent",
71
- * "refValue": "Default"},
72
- * {"key": "type",
73
- * "stringValue": "ShellCommandActivity"}
71
+ * \{"key": "schedule",
72
+ * "refValue": "Schedule"\},
73
+ * \{"key": "command",
74
+ * "stringValue": "echo hello"\},
75
+ * \{"key": "parent",
76
+ * "refValue": "Default"\},
77
+ * \{"key": "type",
78
+ * "stringValue": "ShellCommandActivity"\}
74
79
  * ],
75
80
  * "id": "SayHello",
76
- * "name": "SayHello"}
81
+ * "name": "SayHello"\}
77
82
  * ]
78
- * }
83
+ * \}
79
84
  *
80
85
  * </response>
81
86
  * </examples>
@@ -89,6 +94,8 @@ export interface GetPipelineDefinitionCommandOutput extends GetPipelineDefinitio
89
94
  * const response = await client.send(command);
90
95
  * ```
91
96
  *
97
+ * @param GetPipelineDefinitionCommandInput - {@link GetPipelineDefinitionCommandInput}
98
+ * @returns {@link GetPipelineDefinitionCommandOutput}
92
99
  * @see {@link GetPipelineDefinitionCommandInput} for command's `input` shape.
93
100
  * @see {@link GetPipelineDefinitionCommandOutput} for command's `response` shape.
94
101
  * @see {@link DataPipelineClientResolvedConfig | config} for DataPipelineClient's `config` shape.
@@ -110,11 +117,20 @@ export interface GetPipelineDefinitionCommandOutput extends GetPipelineDefinitio
110
117
  export declare class GetPipelineDefinitionCommand extends $Command<GetPipelineDefinitionCommandInput, GetPipelineDefinitionCommandOutput, DataPipelineClientResolvedConfig> {
111
118
  readonly input: GetPipelineDefinitionCommandInput;
112
119
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
120
+ /**
121
+ * @public
122
+ */
113
123
  constructor(input: GetPipelineDefinitionCommandInput);
114
124
  /**
115
125
  * @internal
116
126
  */
117
127
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPipelineDefinitionCommandInput, GetPipelineDefinitionCommandOutput>;
128
+ /**
129
+ * @internal
130
+ */
118
131
  private serialize;
132
+ /**
133
+ * @internal
134
+ */
119
135
  private deserialize;
120
136
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
5
5
  import { ListPipelinesInput, ListPipelinesOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListPipelinesCommand}.
8
10
  */
9
11
  export interface ListPipelinesCommandInput extends ListPipelinesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListPipelinesCommand}.
13
17
  */
14
18
  export interface ListPipelinesCommandOutput extends ListPipelinesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the pipeline identifiers for all active pipelines that you have permission to access.</p>
18
23
  *
19
24
  * <examples>
@@ -27,7 +32,7 @@ export interface ListPipelinesCommandOutput extends ListPipelinesOutput, __Metad
27
32
  * X-Amz-Date: Mon, 12 Nov 2012 17:49:52 GMT
28
33
  * Authorization: AuthParams
29
34
  *
30
- * {}</request>
35
+ * \{\}</request>
31
36
  *
32
37
  * <response>
33
38
  *
@@ -37,14 +42,14 @@ export interface ListPipelinesCommandOutput extends ListPipelinesOutput, __Metad
37
42
  * Content-Length: 39
38
43
  * Date: Mon, 12 Nov 2012 17:50:53 GMT
39
44
  *
40
- * {"PipelineIdList":
45
+ * \{"PipelineIdList":
41
46
  * [
42
- * {"id": "df-08785951KAKJEXAMPLE",
43
- * "name": "MyPipeline"},
44
- * {"id": "df-08662578ISYEXAMPLE",
45
- * "name": "MySecondPipeline"}
47
+ * \{"id": "df-08785951KAKJEXAMPLE",
48
+ * "name": "MyPipeline"\},
49
+ * \{"id": "df-08662578ISYEXAMPLE",
50
+ * "name": "MySecondPipeline"\}
46
51
  * ]
47
- * }</response>
52
+ * \}</response>
48
53
  * </examples>
49
54
  * @example
50
55
  * Use a bare-bones client and the command you need to make an API call.
@@ -56,6 +61,8 @@ export interface ListPipelinesCommandOutput extends ListPipelinesOutput, __Metad
56
61
  * const response = await client.send(command);
57
62
  * ```
58
63
  *
64
+ * @param ListPipelinesCommandInput - {@link ListPipelinesCommandInput}
65
+ * @returns {@link ListPipelinesCommandOutput}
59
66
  * @see {@link ListPipelinesCommandInput} for command's `input` shape.
60
67
  * @see {@link ListPipelinesCommandOutput} for command's `response` shape.
61
68
  * @see {@link DataPipelineClientResolvedConfig | config} for DataPipelineClient's `config` shape.
@@ -71,11 +78,20 @@ export interface ListPipelinesCommandOutput extends ListPipelinesOutput, __Metad
71
78
  export declare class ListPipelinesCommand extends $Command<ListPipelinesCommandInput, ListPipelinesCommandOutput, DataPipelineClientResolvedConfig> {
72
79
  readonly input: ListPipelinesCommandInput;
73
80
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
+ /**
82
+ * @public
83
+ */
74
84
  constructor(input: ListPipelinesCommandInput);
75
85
  /**
76
86
  * @internal
77
87
  */
78
88
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPipelinesCommandInput, ListPipelinesCommandOutput>;
89
+ /**
90
+ * @internal
91
+ */
79
92
  private serialize;
93
+ /**
94
+ * @internal
95
+ */
80
96
  private deserialize;
81
97
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
5
5
  import { PollForTaskInput, PollForTaskOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PollForTaskCommand}.
8
10
  */
9
11
  export interface PollForTaskCommandInput extends PollForTaskInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PollForTaskCommand}.
13
17
  */
14
18
  export interface PollForTaskCommandOutput extends PollForTaskOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <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
18
23
  * by setting a value for the <code>workerGroup</code> parameter. The task returned can come from any of the pipelines that
19
24
  * match the <code>workerGroup</code> value passed in by the task runner and that was launched using the IAM user credentials
@@ -35,8 +40,8 @@ export interface PollForTaskCommandOutput extends PollForTaskOutput, __MetadataB
35
40
  * X-Amz-Date: Mon, 12 Nov 2012 17:49:52 GMT
36
41
  * Authorization: AuthParams
37
42
  *
38
- * {"workerGroup": "MyworkerGroup",
39
- * "hostname": "example.com"}
43
+ * \{"workerGroup": "MyworkerGroup",
44
+ * "hostname": "example.com"\}
40
45
  *
41
46
  * </request>
42
47
  *
@@ -47,49 +52,49 @@ export interface PollForTaskCommandOutput extends PollForTaskOutput, __MetadataB
47
52
  * Content-Length: 39
48
53
  * Date: Mon, 12 Nov 2012 17:50:53 GMT
49
54
  *
50
- * {"taskObject":
51
- * {"attemptId": "@SayHello_2012-12-12T00:00:00_Attempt=1",
55
+ * \{"taskObject":
56
+ * \{"attemptId": "@SayHello_2012-12-12T00:00:00_Attempt=1",
52
57
  * "objects":
53
- * {"@SayHello_2012-12-12T00:00:00_Attempt=1":
54
- * {"fields":
58
+ * \{"@SayHello_2012-12-12T00:00:00_Attempt=1":
59
+ * \{"fields":
55
60
  * [
56
- * {"key": "@componentParent",
57
- * "refValue": "SayHello"},
58
- * {"key": "@scheduledStartTime",
59
- * "stringValue": "2012-12-12T00:00:00"},
60
- * {"key": "parent",
61
- * "refValue": "SayHello"},
62
- * {"key": "@sphere",
63
- * "stringValue": "ATTEMPT"},
64
- * {"key": "workerGroup",
65
- * "stringValue": "workerGroup"},
66
- * {"key": "@instanceParent",
67
- * "refValue": "@SayHello_2012-12-12T00:00:00"},
68
- * {"key": "type",
69
- * "stringValue": "ShellCommandActivity"},
70
- * {"key": "@status",
71
- * "stringValue": "WAITING_FOR_RUNNER"},
72
- * {"key": "@version",
73
- * "stringValue": "1"},
74
- * {"key": "schedule",
75
- * "refValue": "Schedule"},
76
- * {"key": "@actualStartTime",
77
- * "stringValue": "2012-12-13T01:40:50"},
78
- * {"key": "command",
79
- * "stringValue": "echo hello"},
80
- * {"key": "@scheduledEndTime",
81
- * "stringValue": "2012-12-12T01:00:00"},
82
- * {"key": "@activeInstances",
83
- * "refValue": "@SayHello_2012-12-12T00:00:00"},
84
- * {"key": "@pipelineId",
85
- * "stringValue": "df-0937003356ZJEXAMPLE"}
61
+ * \{"key": "@componentParent",
62
+ * "refValue": "SayHello"\},
63
+ * \{"key": "@scheduledStartTime",
64
+ * "stringValue": "2012-12-12T00:00:00"\},
65
+ * \{"key": "parent",
66
+ * "refValue": "SayHello"\},
67
+ * \{"key": "@sphere",
68
+ * "stringValue": "ATTEMPT"\},
69
+ * \{"key": "workerGroup",
70
+ * "stringValue": "workerGroup"\},
71
+ * \{"key": "@instanceParent",
72
+ * "refValue": "@SayHello_2012-12-12T00:00:00"\},
73
+ * \{"key": "type",
74
+ * "stringValue": "ShellCommandActivity"\},
75
+ * \{"key": "@status",
76
+ * "stringValue": "WAITING_FOR_RUNNER"\},
77
+ * \{"key": "@version",
78
+ * "stringValue": "1"\},
79
+ * \{"key": "schedule",
80
+ * "refValue": "Schedule"\},
81
+ * \{"key": "@actualStartTime",
82
+ * "stringValue": "2012-12-13T01:40:50"\},
83
+ * \{"key": "command",
84
+ * "stringValue": "echo hello"\},
85
+ * \{"key": "@scheduledEndTime",
86
+ * "stringValue": "2012-12-12T01:00:00"\},
87
+ * \{"key": "@activeInstances",
88
+ * "refValue": "@SayHello_2012-12-12T00:00:00"\},
89
+ * \{"key": "@pipelineId",
90
+ * "stringValue": "df-0937003356ZJEXAMPLE"\}
86
91
  * ],
87
92
  * "id": "@SayHello_2012-12-12T00:00:00_Attempt=1",
88
- * "name": "@SayHello_2012-12-12T00:00:00_Attempt=1"}
89
- * },
93
+ * "name": "@SayHello_2012-12-12T00:00:00_Attempt=1"\}
94
+ * \},
90
95
  * "pipelineId": "df-0937003356ZJEXAMPLE",
91
- * "taskId": "2xaM4wRs5zOsIH+g9U3oVHfAgAlbSqU6XduncB0HhZ3xMnmvfePZPn4dIbYXHyWyRK+cU15MqDHwdrvftx/4wv+sNS4w34vJfv7QA9aOoOazW28l1GYSb2ZRR0N0paiQp+d1MhSKo10hOTWOsVK5S5Lnx9Qm6omFgXHyIvZRIvTlrQMpr1xuUrflyGOfbFOGpOLpvPE172MYdqpZKnbSS4TcuqgQKSWV2833fEubI57DPOP7ghWa2TcYeSIv4pdLYG53fTuwfbnbdc98g2LNUQzSVhSnt7BoqyNwht2aQ6b/UHg9A80+KVpuXuqmz3m1MXwHFgxjdmuesXNOrrlGpeLCcRWD+aGo0RN1NqhQRzNAig8V4GlaPTQzMsRCljKqvrIyAoP3Tt2XEGsHkkQo12rEX8Z90957XX2qKRwhruwYzqGkSLWjINoLdAxUJdpRXRc5DJTrBd3D5mdzn7kY1l7NEh4kFHJDt3Cx4Z3Mk8MYCACyCk/CEyy9DwuPi66cLz0NBcgbCM5LKjTBOwo1m+am+pvM1kSposE9FPP1+RFGb8k6jQBTJx3TRz1yKilnGXQTZ5xvdOFpJrklIT0OXP1MG3+auM9FlJA+1dX90QoNJE5z7axmK//MOGXUdkqFe2kiDkorqjxwDvc0Js9pVKfKvAmW8YqUbmI9l0ERpWCXXnLVHNmPWz3jaPY+OBAmuJWDmxB/Z8p94aEDg4BVXQ7LvsKQ3DLYhaB7yJ390CJT+i0mm+EBqY60V6YikPSWDFrYQ/NPi2b1DgE19mX8zHqw8qprIl4yh1Ckx2Iige4En/N5ktOoIxnASxAw/TzcE2skxdw5KlHDF+UTj71m16CR/dIaKlXijlfNlNzUBo/bNSadCQn3G5NoO501wPKI:XO50TgDNyo8EXAMPLE/g==:1"}
92
- * }
96
+ * "taskId": "2xaM4wRs5zOsIH+g9U3oVHfAgAlbSqU6XduncB0HhZ3xMnmvfePZPn4dIbYXHyWyRK+cU15MqDHwdrvftx/4wv+sNS4w34vJfv7QA9aOoOazW28l1GYSb2ZRR0N0paiQp+d1MhSKo10hOTWOsVK5S5Lnx9Qm6omFgXHyIvZRIvTlrQMpr1xuUrflyGOfbFOGpOLpvPE172MYdqpZKnbSS4TcuqgQKSWV2833fEubI57DPOP7ghWa2TcYeSIv4pdLYG53fTuwfbnbdc98g2LNUQzSVhSnt7BoqyNwht2aQ6b/UHg9A80+KVpuXuqmz3m1MXwHFgxjdmuesXNOrrlGpeLCcRWD+aGo0RN1NqhQRzNAig8V4GlaPTQzMsRCljKqvrIyAoP3Tt2XEGsHkkQo12rEX8Z90957XX2qKRwhruwYzqGkSLWjINoLdAxUJdpRXRc5DJTrBd3D5mdzn7kY1l7NEh4kFHJDt3Cx4Z3Mk8MYCACyCk/CEyy9DwuPi66cLz0NBcgbCM5LKjTBOwo1m+am+pvM1kSposE9FPP1+RFGb8k6jQBTJx3TRz1yKilnGXQTZ5xvdOFpJrklIT0OXP1MG3+auM9FlJA+1dX90QoNJE5z7axmK//MOGXUdkqFe2kiDkorqjxwDvc0Js9pVKfKvAmW8YqUbmI9l0ERpWCXXnLVHNmPWz3jaPY+OBAmuJWDmxB/Z8p94aEDg4BVXQ7LvsKQ3DLYhaB7yJ390CJT+i0mm+EBqY60V6YikPSWDFrYQ/NPi2b1DgE19mX8zHqw8qprIl4yh1Ckx2Iige4En/N5ktOoIxnASxAw/TzcE2skxdw5KlHDF+UTj71m16CR/dIaKlXijlfNlNzUBo/bNSadCQn3G5NoO501wPKI:XO50TgDNyo8EXAMPLE/g==:1"\}
97
+ * \}
93
98
  *
94
99
  * </response>
95
100
  * </examples>
@@ -103,6 +108,8 @@ export interface PollForTaskCommandOutput extends PollForTaskOutput, __MetadataB
103
108
  * const response = await client.send(command);
104
109
  * ```
105
110
  *
111
+ * @param PollForTaskCommandInput - {@link PollForTaskCommandInput}
112
+ * @returns {@link PollForTaskCommandOutput}
106
113
  * @see {@link PollForTaskCommandInput} for command's `input` shape.
107
114
  * @see {@link PollForTaskCommandOutput} for command's `response` shape.
108
115
  * @see {@link DataPipelineClientResolvedConfig | config} for DataPipelineClient's `config` shape.
@@ -121,11 +128,20 @@ export interface PollForTaskCommandOutput extends PollForTaskOutput, __MetadataB
121
128
  export declare class PollForTaskCommand extends $Command<PollForTaskCommandInput, PollForTaskCommandOutput, DataPipelineClientResolvedConfig> {
122
129
  readonly input: PollForTaskCommandInput;
123
130
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
131
+ /**
132
+ * @public
133
+ */
124
134
  constructor(input: PollForTaskCommandInput);
125
135
  /**
126
136
  * @internal
127
137
  */
128
138
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PollForTaskCommandInput, PollForTaskCommandOutput>;
139
+ /**
140
+ * @internal
141
+ */
129
142
  private serialize;
143
+ /**
144
+ * @internal
145
+ */
130
146
  private deserialize;
131
147
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
5
5
  import { PutPipelineDefinitionInput, PutPipelineDefinitionOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutPipelineDefinitionCommand}.
8
10
  */
9
11
  export interface PutPipelineDefinitionCommandInput extends PutPipelineDefinitionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutPipelineDefinitionCommand}.
13
17
  */
14
18
  export interface PutPipelineDefinitionCommandOutput extends PutPipelineDefinitionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds tasks, schedules, and preconditions to the specified pipeline. You can use <code>PutPipelineDefinition</code> to populate a new pipeline.</p>
18
23
  * <p>
19
24
  * <code>PutPipelineDefinition</code> also validates the configuration as it adds it to the pipeline. Changes to the pipeline are saved unless one
@@ -44,47 +49,47 @@ export interface PutPipelineDefinitionCommandOutput extends PutPipelineDefinitio
44
49
  * X-Amz-Date: Mon, 12 Nov 2012 17:49:52 GMT
45
50
  * Authorization: AuthParams
46
51
  *
47
- * {"pipelineId": "df-0937003356ZJEXAMPLE",
52
+ * \{"pipelineId": "df-0937003356ZJEXAMPLE",
48
53
  * "pipelineObjects":
49
54
  * [
50
- * {"id": "Default",
55
+ * \{"id": "Default",
51
56
  * "name": "Default",
52
57
  * "fields":
53
58
  * [
54
- * {"key": "workerGroup",
55
- * "stringValue": "workerGroup"}
59
+ * \{"key": "workerGroup",
60
+ * "stringValue": "workerGroup"\}
56
61
  * ]
57
- * },
58
- * {"id": "Schedule",
62
+ * \},
63
+ * \{"id": "Schedule",
59
64
  * "name": "Schedule",
60
65
  * "fields":
61
66
  * [
62
- * {"key": "startDateTime",
63
- * "stringValue": "2012-12-12T00:00:00"},
64
- * {"key": "type",
65
- * "stringValue": "Schedule"},
66
- * {"key": "period",
67
- * "stringValue": "1 hour"},
68
- * {"key": "endDateTime",
69
- * "stringValue": "2012-12-21T18:00:00"}
67
+ * \{"key": "startDateTime",
68
+ * "stringValue": "2012-12-12T00:00:00"\},
69
+ * \{"key": "type",
70
+ * "stringValue": "Schedule"\},
71
+ * \{"key": "period",
72
+ * "stringValue": "1 hour"\},
73
+ * \{"key": "endDateTime",
74
+ * "stringValue": "2012-12-21T18:00:00"\}
70
75
  * ]
71
- * },
72
- * {"id": "SayHello",
76
+ * \},
77
+ * \{"id": "SayHello",
73
78
  * "name": "SayHello",
74
79
  * "fields":
75
80
  * [
76
- * {"key": "type",
77
- * "stringValue": "ShellCommandActivity"},
78
- * {"key": "command",
79
- * "stringValue": "echo hello"},
80
- * {"key": "parent",
81
- * "refValue": "Default"},
82
- * {"key": "schedule",
83
- * "refValue": "Schedule"}
81
+ * \{"key": "type",
82
+ * "stringValue": "ShellCommandActivity"\},
83
+ * \{"key": "command",
84
+ * "stringValue": "echo hello"\},
85
+ * \{"key": "parent",
86
+ * "refValue": "Default"\},
87
+ * \{"key": "schedule",
88
+ * "refValue": "Schedule"\}
84
89
  * ]
85
- * }
90
+ * \}
86
91
  * ]
87
- * }
92
+ * \}
88
93
  *
89
94
  * </request>
90
95
  * <response>
@@ -95,7 +100,7 @@ export interface PutPipelineDefinitionCommandOutput extends PutPipelineDefinitio
95
100
  * Content-Length: 18
96
101
  * Date: Mon, 12 Nov 2012 17:50:53 GMT
97
102
  *
98
- * {"errored": false}
103
+ * \{"errored": false\}
99
104
  *
100
105
  *
101
106
  * </response>
@@ -115,48 +120,48 @@ export interface PutPipelineDefinitionCommandOutput extends PutPipelineDefinitio
115
120
  * X-Amz-Date: Mon, 12 Nov 2012 17:49:52 GMT
116
121
  * Authorization: AuthParams
117
122
  *
118
- * {"pipelineId": "df-06372391ZG65EXAMPLE",
123
+ * \{"pipelineId": "df-06372391ZG65EXAMPLE",
119
124
  * "pipelineObjects":
120
125
  * [
121
- * {"id": "Default",
126
+ * \{"id": "Default",
122
127
  * "name": "Default",
123
128
  * "fields":
124
129
  * [
125
- * {"key": "workerGroup",
126
- * "stringValue": ""}
130
+ * \{"key": "workerGroup",
131
+ * "stringValue": ""\}
127
132
  * ]
128
- * },
129
- * {"id": "Schedule",
133
+ * \},
134
+ * \{"id": "Schedule",
130
135
  * "name": "Schedule",
131
136
  * "fields":
132
137
  * [
133
- * {"key": "startDateTime",
134
- * "stringValue": "2012-09-25T17:00:00"},
135
- * {"key": "type",
136
- * "stringValue": "Schedule"},
137
- * {"key": "period",
138
- * "stringValue": "1 hour"},
139
- * {"key": "endDateTime",
140
- * "stringValue": "2012-09-25T18:00:00"}
138
+ * \{"key": "startDateTime",
139
+ * "stringValue": "2012-09-25T17:00:00"\},
140
+ * \{"key": "type",
141
+ * "stringValue": "Schedule"\},
142
+ * \{"key": "period",
143
+ * "stringValue": "1 hour"\},
144
+ * \{"key": "endDateTime",
145
+ * "stringValue": "2012-09-25T18:00:00"\}
141
146
  * ]
142
- * },
143
- * {"id": "SayHello",
147
+ * \},
148
+ * \{"id": "SayHello",
144
149
  * "name": "SayHello",
145
150
  * "fields":
146
151
  * [
147
- * {"key": "type",
148
- * "stringValue": "ShellCommandActivity"},
149
- * {"key": "command",
150
- * "stringValue": "echo hello"},
151
- * {"key": "parent",
152
- * "refValue": "Default"},
153
- * {"key": "schedule",
154
- * "refValue": "Schedule"}
152
+ * \{"key": "type",
153
+ * "stringValue": "ShellCommandActivity"\},
154
+ * \{"key": "command",
155
+ * "stringValue": "echo hello"\},
156
+ * \{"key": "parent",
157
+ * "refValue": "Default"\},
158
+ * \{"key": "schedule",
159
+ * "refValue": "Schedule"\}
155
160
  *
156
161
  * ]
157
- * }
162
+ * \}
158
163
  * ]
159
- * }
164
+ * \}
160
165
  *
161
166
  * </request>
162
167
  * <response>
@@ -167,8 +172,8 @@ export interface PutPipelineDefinitionCommandOutput extends PutPipelineDefinitio
167
172
  * Content-Length: 18
168
173
  * Date: Mon, 12 Nov 2012 17:50:53 GMT
169
174
  *
170
- * {"__type": "com.amazon.setl.webservice#InvalidRequestException",
171
- * "message": "Pipeline definition has errors: Could not save the pipeline definition due to FATAL errors: [com.amazon.setl.webservice.ValidationError@108d7ea9] Please call Validate to validate your pipeline"}
175
+ * \{"__type": "com.amazon.setl.webservice#InvalidRequestException",
176
+ * "message": "Pipeline definition has errors: Could not save the pipeline definition due to FATAL errors: [com.amazon.setl.webservice.ValidationError@108d7ea9] Please call Validate to validate your pipeline"\}
172
177
  *
173
178
  *
174
179
  * </response>
@@ -184,6 +189,8 @@ export interface PutPipelineDefinitionCommandOutput extends PutPipelineDefinitio
184
189
  * const response = await client.send(command);
185
190
  * ```
186
191
  *
192
+ * @param PutPipelineDefinitionCommandInput - {@link PutPipelineDefinitionCommandInput}
193
+ * @returns {@link PutPipelineDefinitionCommandOutput}
187
194
  * @see {@link PutPipelineDefinitionCommandInput} for command's `input` shape.
188
195
  * @see {@link PutPipelineDefinitionCommandOutput} for command's `response` shape.
189
196
  * @see {@link DataPipelineClientResolvedConfig | config} for DataPipelineClient's `config` shape.
@@ -205,11 +212,20 @@ export interface PutPipelineDefinitionCommandOutput extends PutPipelineDefinitio
205
212
  export declare class PutPipelineDefinitionCommand extends $Command<PutPipelineDefinitionCommandInput, PutPipelineDefinitionCommandOutput, DataPipelineClientResolvedConfig> {
206
213
  readonly input: PutPipelineDefinitionCommandInput;
207
214
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
215
+ /**
216
+ * @public
217
+ */
208
218
  constructor(input: PutPipelineDefinitionCommandInput);
209
219
  /**
210
220
  * @internal
211
221
  */
212
222
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutPipelineDefinitionCommandInput, PutPipelineDefinitionCommandOutput>;
223
+ /**
224
+ * @internal
225
+ */
213
226
  private serialize;
227
+ /**
228
+ * @internal
229
+ */
214
230
  private deserialize;
215
231
  }