@aws-sdk/client-imagebuilder 3.470.0 → 3.473.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.
- package/README.md +56 -0
- package/dist-cjs/Imagebuilder.js +14 -0
- package/dist-cjs/commands/CreateWorkflowCommand.js +51 -0
- package/dist-cjs/commands/DeleteWorkflowCommand.js +51 -0
- package/dist-cjs/commands/GetWorkflowCommand.js +51 -0
- package/dist-cjs/commands/ListWaitingWorkflowStepsCommand.js +51 -0
- package/dist-cjs/commands/ListWorkflowBuildVersionsCommand.js +51 -0
- package/dist-cjs/commands/ListWorkflowsCommand.js +51 -0
- package/dist-cjs/commands/SendWorkflowStepActionCommand.js +51 -0
- package/dist-cjs/commands/index.js +7 -0
- package/dist-cjs/models/models_0.js +19 -6
- package/dist-cjs/pagination/ListWaitingWorkflowStepsPaginator.js +29 -0
- package/dist-cjs/pagination/ListWorkflowBuildVersionsPaginator.js +29 -0
- package/dist-cjs/pagination/ListWorkflowsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restJson1.js +565 -3
- package/dist-es/Imagebuilder.js +14 -0
- package/dist-es/commands/CreateWorkflowCommand.js +47 -0
- package/dist-es/commands/DeleteWorkflowCommand.js +47 -0
- package/dist-es/commands/GetWorkflowCommand.js +47 -0
- package/dist-es/commands/ListWaitingWorkflowStepsCommand.js +47 -0
- package/dist-es/commands/ListWorkflowBuildVersionsCommand.js +47 -0
- package/dist-es/commands/ListWorkflowsCommand.js +47 -0
- package/dist-es/commands/SendWorkflowStepActionCommand.js +47 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/models_0.js +18 -5
- package/dist-es/pagination/ListWaitingWorkflowStepsPaginator.js +25 -0
- package/dist-es/pagination/ListWorkflowBuildVersionsPaginator.js +25 -0
- package/dist-es/pagination/ListWorkflowsPaginator.js +25 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +548 -0
- package/dist-types/Imagebuilder.d.ts +49 -0
- package/dist-types/ImagebuilderClient.d.ts +9 -2
- package/dist-types/commands/CreateImageCommand.d.ts +16 -0
- package/dist-types/commands/CreateImagePipelineCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +126 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +98 -0
- package/dist-types/commands/GetImageCommand.d.ts +16 -0
- package/dist-types/commands/GetImagePipelineCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +122 -0
- package/dist-types/commands/GetWorkflowExecutionCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkflowStepExecutionCommand.d.ts +1 -1
- package/dist-types/commands/ListImagePipelinesCommand.d.ts +16 -0
- package/dist-types/commands/ListWaitingWorkflowStepsCommand.d.ts +110 -0
- package/dist-types/commands/ListWorkflowBuildVersionsCommand.d.ts +118 -0
- package/dist-types/commands/ListWorkflowExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkflowStepExecutionsCommand.d.ts +2 -2
- package/dist-types/commands/ListWorkflowsCommand.d.ts +119 -0
- package/dist-types/commands/SendWorkflowStepActionCommand.d.ts +115 -0
- package/dist-types/commands/UpdateImagePipelineCommand.d.ts +18 -1
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/models_0.d.ts +786 -61
- package/dist-types/pagination/ListWaitingWorkflowStepsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListWorkflowBuildVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListWorkflowsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +63 -0
- package/dist-types/ts3.4/Imagebuilder.d.ts +119 -0
- package/dist-types/ts3.4/ImagebuilderClient.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListWaitingWorkflowStepsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListWorkflowBuildVersionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/SendWorkflowStepActionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +170 -6
- package/dist-types/ts3.4/pagination/ListWaitingWorkflowStepsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWorkflowBuildVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +84 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -285,6 +285,14 @@ CreateLifecyclePolicy
|
|
|
285
285
|
|
|
286
286
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/imagebuilder/command/CreateLifecyclePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/CreateLifecyclePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/CreateLifecyclePolicyCommandOutput/)
|
|
287
287
|
|
|
288
|
+
</details>
|
|
289
|
+
<details>
|
|
290
|
+
<summary>
|
|
291
|
+
CreateWorkflow
|
|
292
|
+
</summary>
|
|
293
|
+
|
|
294
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/imagebuilder/command/CreateWorkflowCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/CreateWorkflowCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/CreateWorkflowCommandOutput/)
|
|
295
|
+
|
|
288
296
|
</details>
|
|
289
297
|
<details>
|
|
290
298
|
<summary>
|
|
@@ -349,6 +357,14 @@ DeleteLifecyclePolicy
|
|
|
349
357
|
|
|
350
358
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/imagebuilder/command/DeleteLifecyclePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/DeleteLifecyclePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/DeleteLifecyclePolicyCommandOutput/)
|
|
351
359
|
|
|
360
|
+
</details>
|
|
361
|
+
<details>
|
|
362
|
+
<summary>
|
|
363
|
+
DeleteWorkflow
|
|
364
|
+
</summary>
|
|
365
|
+
|
|
366
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/imagebuilder/command/DeleteWorkflowCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/DeleteWorkflowCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/DeleteWorkflowCommandOutput/)
|
|
367
|
+
|
|
352
368
|
</details>
|
|
353
369
|
<details>
|
|
354
370
|
<summary>
|
|
@@ -453,6 +469,14 @@ GetLifecyclePolicy
|
|
|
453
469
|
|
|
454
470
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/imagebuilder/command/GetLifecyclePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/GetLifecyclePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/GetLifecyclePolicyCommandOutput/)
|
|
455
471
|
|
|
472
|
+
</details>
|
|
473
|
+
<details>
|
|
474
|
+
<summary>
|
|
475
|
+
GetWorkflow
|
|
476
|
+
</summary>
|
|
477
|
+
|
|
478
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/imagebuilder/command/GetWorkflowCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/GetWorkflowCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/GetWorkflowCommandOutput/)
|
|
479
|
+
|
|
456
480
|
</details>
|
|
457
481
|
<details>
|
|
458
482
|
<summary>
|
|
@@ -621,6 +645,22 @@ ListTagsForResource
|
|
|
621
645
|
|
|
622
646
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/imagebuilder/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/ListTagsForResourceCommandOutput/)
|
|
623
647
|
|
|
648
|
+
</details>
|
|
649
|
+
<details>
|
|
650
|
+
<summary>
|
|
651
|
+
ListWaitingWorkflowSteps
|
|
652
|
+
</summary>
|
|
653
|
+
|
|
654
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/imagebuilder/command/ListWaitingWorkflowStepsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/ListWaitingWorkflowStepsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/ListWaitingWorkflowStepsCommandOutput/)
|
|
655
|
+
|
|
656
|
+
</details>
|
|
657
|
+
<details>
|
|
658
|
+
<summary>
|
|
659
|
+
ListWorkflowBuildVersions
|
|
660
|
+
</summary>
|
|
661
|
+
|
|
662
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/imagebuilder/command/ListWorkflowBuildVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/ListWorkflowBuildVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/ListWorkflowBuildVersionsCommandOutput/)
|
|
663
|
+
|
|
624
664
|
</details>
|
|
625
665
|
<details>
|
|
626
666
|
<summary>
|
|
@@ -629,6 +669,14 @@ ListWorkflowExecutions
|
|
|
629
669
|
|
|
630
670
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/imagebuilder/command/ListWorkflowExecutionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/ListWorkflowExecutionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/ListWorkflowExecutionsCommandOutput/)
|
|
631
671
|
|
|
672
|
+
</details>
|
|
673
|
+
<details>
|
|
674
|
+
<summary>
|
|
675
|
+
ListWorkflows
|
|
676
|
+
</summary>
|
|
677
|
+
|
|
678
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/imagebuilder/command/ListWorkflowsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/ListWorkflowsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/ListWorkflowsCommandOutput/)
|
|
679
|
+
|
|
632
680
|
</details>
|
|
633
681
|
<details>
|
|
634
682
|
<summary>
|
|
@@ -669,6 +717,14 @@ PutImageRecipePolicy
|
|
|
669
717
|
|
|
670
718
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/imagebuilder/command/PutImageRecipePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/PutImageRecipePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/PutImageRecipePolicyCommandOutput/)
|
|
671
719
|
|
|
720
|
+
</details>
|
|
721
|
+
<details>
|
|
722
|
+
<summary>
|
|
723
|
+
SendWorkflowStepAction
|
|
724
|
+
</summary>
|
|
725
|
+
|
|
726
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/imagebuilder/command/SendWorkflowStepActionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/SendWorkflowStepActionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-imagebuilder/Interface/SendWorkflowStepActionCommandOutput/)
|
|
727
|
+
|
|
672
728
|
</details>
|
|
673
729
|
<details>
|
|
674
730
|
<summary>
|
package/dist-cjs/Imagebuilder.js
CHANGED
|
@@ -12,6 +12,7 @@ const CreateImagePipelineCommand_1 = require("./commands/CreateImagePipelineComm
|
|
|
12
12
|
const CreateImageRecipeCommand_1 = require("./commands/CreateImageRecipeCommand");
|
|
13
13
|
const CreateInfrastructureConfigurationCommand_1 = require("./commands/CreateInfrastructureConfigurationCommand");
|
|
14
14
|
const CreateLifecyclePolicyCommand_1 = require("./commands/CreateLifecyclePolicyCommand");
|
|
15
|
+
const CreateWorkflowCommand_1 = require("./commands/CreateWorkflowCommand");
|
|
15
16
|
const DeleteComponentCommand_1 = require("./commands/DeleteComponentCommand");
|
|
16
17
|
const DeleteContainerRecipeCommand_1 = require("./commands/DeleteContainerRecipeCommand");
|
|
17
18
|
const DeleteDistributionConfigurationCommand_1 = require("./commands/DeleteDistributionConfigurationCommand");
|
|
@@ -20,6 +21,7 @@ const DeleteImagePipelineCommand_1 = require("./commands/DeleteImagePipelineComm
|
|
|
20
21
|
const DeleteImageRecipeCommand_1 = require("./commands/DeleteImageRecipeCommand");
|
|
21
22
|
const DeleteInfrastructureConfigurationCommand_1 = require("./commands/DeleteInfrastructureConfigurationCommand");
|
|
22
23
|
const DeleteLifecyclePolicyCommand_1 = require("./commands/DeleteLifecyclePolicyCommand");
|
|
24
|
+
const DeleteWorkflowCommand_1 = require("./commands/DeleteWorkflowCommand");
|
|
23
25
|
const GetComponentCommand_1 = require("./commands/GetComponentCommand");
|
|
24
26
|
const GetComponentPolicyCommand_1 = require("./commands/GetComponentPolicyCommand");
|
|
25
27
|
const GetContainerRecipeCommand_1 = require("./commands/GetContainerRecipeCommand");
|
|
@@ -33,6 +35,7 @@ const GetImageRecipePolicyCommand_1 = require("./commands/GetImageRecipePolicyCo
|
|
|
33
35
|
const GetInfrastructureConfigurationCommand_1 = require("./commands/GetInfrastructureConfigurationCommand");
|
|
34
36
|
const GetLifecycleExecutionCommand_1 = require("./commands/GetLifecycleExecutionCommand");
|
|
35
37
|
const GetLifecyclePolicyCommand_1 = require("./commands/GetLifecyclePolicyCommand");
|
|
38
|
+
const GetWorkflowCommand_1 = require("./commands/GetWorkflowCommand");
|
|
36
39
|
const GetWorkflowExecutionCommand_1 = require("./commands/GetWorkflowExecutionCommand");
|
|
37
40
|
const GetWorkflowStepExecutionCommand_1 = require("./commands/GetWorkflowStepExecutionCommand");
|
|
38
41
|
const ImportComponentCommand_1 = require("./commands/ImportComponentCommand");
|
|
@@ -54,12 +57,16 @@ const ListLifecycleExecutionResourcesCommand_1 = require("./commands/ListLifecyc
|
|
|
54
57
|
const ListLifecycleExecutionsCommand_1 = require("./commands/ListLifecycleExecutionsCommand");
|
|
55
58
|
const ListLifecyclePoliciesCommand_1 = require("./commands/ListLifecyclePoliciesCommand");
|
|
56
59
|
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
60
|
+
const ListWaitingWorkflowStepsCommand_1 = require("./commands/ListWaitingWorkflowStepsCommand");
|
|
61
|
+
const ListWorkflowBuildVersionsCommand_1 = require("./commands/ListWorkflowBuildVersionsCommand");
|
|
57
62
|
const ListWorkflowExecutionsCommand_1 = require("./commands/ListWorkflowExecutionsCommand");
|
|
63
|
+
const ListWorkflowsCommand_1 = require("./commands/ListWorkflowsCommand");
|
|
58
64
|
const ListWorkflowStepExecutionsCommand_1 = require("./commands/ListWorkflowStepExecutionsCommand");
|
|
59
65
|
const PutComponentPolicyCommand_1 = require("./commands/PutComponentPolicyCommand");
|
|
60
66
|
const PutContainerRecipePolicyCommand_1 = require("./commands/PutContainerRecipePolicyCommand");
|
|
61
67
|
const PutImagePolicyCommand_1 = require("./commands/PutImagePolicyCommand");
|
|
62
68
|
const PutImageRecipePolicyCommand_1 = require("./commands/PutImageRecipePolicyCommand");
|
|
69
|
+
const SendWorkflowStepActionCommand_1 = require("./commands/SendWorkflowStepActionCommand");
|
|
63
70
|
const StartImagePipelineExecutionCommand_1 = require("./commands/StartImagePipelineExecutionCommand");
|
|
64
71
|
const StartResourceStateUpdateCommand_1 = require("./commands/StartResourceStateUpdateCommand");
|
|
65
72
|
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
@@ -80,6 +87,7 @@ const commands = {
|
|
|
80
87
|
CreateImageRecipeCommand: CreateImageRecipeCommand_1.CreateImageRecipeCommand,
|
|
81
88
|
CreateInfrastructureConfigurationCommand: CreateInfrastructureConfigurationCommand_1.CreateInfrastructureConfigurationCommand,
|
|
82
89
|
CreateLifecyclePolicyCommand: CreateLifecyclePolicyCommand_1.CreateLifecyclePolicyCommand,
|
|
90
|
+
CreateWorkflowCommand: CreateWorkflowCommand_1.CreateWorkflowCommand,
|
|
83
91
|
DeleteComponentCommand: DeleteComponentCommand_1.DeleteComponentCommand,
|
|
84
92
|
DeleteContainerRecipeCommand: DeleteContainerRecipeCommand_1.DeleteContainerRecipeCommand,
|
|
85
93
|
DeleteDistributionConfigurationCommand: DeleteDistributionConfigurationCommand_1.DeleteDistributionConfigurationCommand,
|
|
@@ -88,6 +96,7 @@ const commands = {
|
|
|
88
96
|
DeleteImageRecipeCommand: DeleteImageRecipeCommand_1.DeleteImageRecipeCommand,
|
|
89
97
|
DeleteInfrastructureConfigurationCommand: DeleteInfrastructureConfigurationCommand_1.DeleteInfrastructureConfigurationCommand,
|
|
90
98
|
DeleteLifecyclePolicyCommand: DeleteLifecyclePolicyCommand_1.DeleteLifecyclePolicyCommand,
|
|
99
|
+
DeleteWorkflowCommand: DeleteWorkflowCommand_1.DeleteWorkflowCommand,
|
|
91
100
|
GetComponentCommand: GetComponentCommand_1.GetComponentCommand,
|
|
92
101
|
GetComponentPolicyCommand: GetComponentPolicyCommand_1.GetComponentPolicyCommand,
|
|
93
102
|
GetContainerRecipeCommand: GetContainerRecipeCommand_1.GetContainerRecipeCommand,
|
|
@@ -101,6 +110,7 @@ const commands = {
|
|
|
101
110
|
GetInfrastructureConfigurationCommand: GetInfrastructureConfigurationCommand_1.GetInfrastructureConfigurationCommand,
|
|
102
111
|
GetLifecycleExecutionCommand: GetLifecycleExecutionCommand_1.GetLifecycleExecutionCommand,
|
|
103
112
|
GetLifecyclePolicyCommand: GetLifecyclePolicyCommand_1.GetLifecyclePolicyCommand,
|
|
113
|
+
GetWorkflowCommand: GetWorkflowCommand_1.GetWorkflowCommand,
|
|
104
114
|
GetWorkflowExecutionCommand: GetWorkflowExecutionCommand_1.GetWorkflowExecutionCommand,
|
|
105
115
|
GetWorkflowStepExecutionCommand: GetWorkflowStepExecutionCommand_1.GetWorkflowStepExecutionCommand,
|
|
106
116
|
ImportComponentCommand: ImportComponentCommand_1.ImportComponentCommand,
|
|
@@ -122,12 +132,16 @@ const commands = {
|
|
|
122
132
|
ListLifecycleExecutionsCommand: ListLifecycleExecutionsCommand_1.ListLifecycleExecutionsCommand,
|
|
123
133
|
ListLifecyclePoliciesCommand: ListLifecyclePoliciesCommand_1.ListLifecyclePoliciesCommand,
|
|
124
134
|
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
135
|
+
ListWaitingWorkflowStepsCommand: ListWaitingWorkflowStepsCommand_1.ListWaitingWorkflowStepsCommand,
|
|
136
|
+
ListWorkflowBuildVersionsCommand: ListWorkflowBuildVersionsCommand_1.ListWorkflowBuildVersionsCommand,
|
|
125
137
|
ListWorkflowExecutionsCommand: ListWorkflowExecutionsCommand_1.ListWorkflowExecutionsCommand,
|
|
138
|
+
ListWorkflowsCommand: ListWorkflowsCommand_1.ListWorkflowsCommand,
|
|
126
139
|
ListWorkflowStepExecutionsCommand: ListWorkflowStepExecutionsCommand_1.ListWorkflowStepExecutionsCommand,
|
|
127
140
|
PutComponentPolicyCommand: PutComponentPolicyCommand_1.PutComponentPolicyCommand,
|
|
128
141
|
PutContainerRecipePolicyCommand: PutContainerRecipePolicyCommand_1.PutContainerRecipePolicyCommand,
|
|
129
142
|
PutImagePolicyCommand: PutImagePolicyCommand_1.PutImagePolicyCommand,
|
|
130
143
|
PutImageRecipePolicyCommand: PutImageRecipePolicyCommand_1.PutImageRecipePolicyCommand,
|
|
144
|
+
SendWorkflowStepActionCommand: SendWorkflowStepActionCommand_1.SendWorkflowStepActionCommand,
|
|
131
145
|
StartImagePipelineExecutionCommand: StartImagePipelineExecutionCommand_1.StartImagePipelineExecutionCommand,
|
|
132
146
|
StartResourceStateUpdateCommand: StartResourceStateUpdateCommand_1.StartResourceStateUpdateCommand,
|
|
133
147
|
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateWorkflowCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class CreateWorkflowCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateWorkflowCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "ImagebuilderClient";
|
|
29
|
+
const commandName = "CreateWorkflowCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "imagebuilder",
|
|
38
|
+
operation: "CreateWorkflow",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_CreateWorkflowCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_CreateWorkflowCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.CreateWorkflowCommand = CreateWorkflowCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteWorkflowCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class DeleteWorkflowCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteWorkflowCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "ImagebuilderClient";
|
|
29
|
+
const commandName = "DeleteWorkflowCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "imagebuilder",
|
|
38
|
+
operation: "DeleteWorkflow",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_DeleteWorkflowCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_DeleteWorkflowCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DeleteWorkflowCommand = DeleteWorkflowCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetWorkflowCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class GetWorkflowCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetWorkflowCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "ImagebuilderClient";
|
|
29
|
+
const commandName = "GetWorkflowCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "imagebuilder",
|
|
38
|
+
operation: "GetWorkflow",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_GetWorkflowCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_GetWorkflowCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.GetWorkflowCommand = GetWorkflowCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListWaitingWorkflowStepsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class ListWaitingWorkflowStepsCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListWaitingWorkflowStepsCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "ImagebuilderClient";
|
|
29
|
+
const commandName = "ListWaitingWorkflowStepsCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "imagebuilder",
|
|
38
|
+
operation: "ListWaitingWorkflowSteps",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_ListWaitingWorkflowStepsCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_ListWaitingWorkflowStepsCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.ListWaitingWorkflowStepsCommand = ListWaitingWorkflowStepsCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListWorkflowBuildVersionsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class ListWorkflowBuildVersionsCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListWorkflowBuildVersionsCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "ImagebuilderClient";
|
|
29
|
+
const commandName = "ListWorkflowBuildVersionsCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "imagebuilder",
|
|
38
|
+
operation: "ListWorkflowBuildVersions",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_ListWorkflowBuildVersionsCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_ListWorkflowBuildVersionsCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.ListWorkflowBuildVersionsCommand = ListWorkflowBuildVersionsCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListWorkflowsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class ListWorkflowsCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListWorkflowsCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "ImagebuilderClient";
|
|
29
|
+
const commandName = "ListWorkflowsCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "imagebuilder",
|
|
38
|
+
operation: "ListWorkflows",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_ListWorkflowsCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_ListWorkflowsCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.ListWorkflowsCommand = ListWorkflowsCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SendWorkflowStepActionCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class SendWorkflowStepActionCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, SendWorkflowStepActionCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "ImagebuilderClient";
|
|
29
|
+
const commandName = "SendWorkflowStepActionCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "imagebuilder",
|
|
38
|
+
operation: "SendWorkflowStepAction",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_SendWorkflowStepActionCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_SendWorkflowStepActionCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.SendWorkflowStepActionCommand = SendWorkflowStepActionCommand;
|
|
@@ -11,6 +11,7 @@ tslib_1.__exportStar(require("./CreateImagePipelineCommand"), exports);
|
|
|
11
11
|
tslib_1.__exportStar(require("./CreateImageRecipeCommand"), exports);
|
|
12
12
|
tslib_1.__exportStar(require("./CreateInfrastructureConfigurationCommand"), exports);
|
|
13
13
|
tslib_1.__exportStar(require("./CreateLifecyclePolicyCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./CreateWorkflowCommand"), exports);
|
|
14
15
|
tslib_1.__exportStar(require("./DeleteComponentCommand"), exports);
|
|
15
16
|
tslib_1.__exportStar(require("./DeleteContainerRecipeCommand"), exports);
|
|
16
17
|
tslib_1.__exportStar(require("./DeleteDistributionConfigurationCommand"), exports);
|
|
@@ -19,6 +20,7 @@ tslib_1.__exportStar(require("./DeleteImagePipelineCommand"), exports);
|
|
|
19
20
|
tslib_1.__exportStar(require("./DeleteImageRecipeCommand"), exports);
|
|
20
21
|
tslib_1.__exportStar(require("./DeleteInfrastructureConfigurationCommand"), exports);
|
|
21
22
|
tslib_1.__exportStar(require("./DeleteLifecyclePolicyCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./DeleteWorkflowCommand"), exports);
|
|
22
24
|
tslib_1.__exportStar(require("./GetComponentCommand"), exports);
|
|
23
25
|
tslib_1.__exportStar(require("./GetComponentPolicyCommand"), exports);
|
|
24
26
|
tslib_1.__exportStar(require("./GetContainerRecipeCommand"), exports);
|
|
@@ -32,6 +34,7 @@ tslib_1.__exportStar(require("./GetImageRecipePolicyCommand"), exports);
|
|
|
32
34
|
tslib_1.__exportStar(require("./GetInfrastructureConfigurationCommand"), exports);
|
|
33
35
|
tslib_1.__exportStar(require("./GetLifecycleExecutionCommand"), exports);
|
|
34
36
|
tslib_1.__exportStar(require("./GetLifecyclePolicyCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./GetWorkflowCommand"), exports);
|
|
35
38
|
tslib_1.__exportStar(require("./GetWorkflowExecutionCommand"), exports);
|
|
36
39
|
tslib_1.__exportStar(require("./GetWorkflowStepExecutionCommand"), exports);
|
|
37
40
|
tslib_1.__exportStar(require("./ImportComponentCommand"), exports);
|
|
@@ -53,12 +56,16 @@ tslib_1.__exportStar(require("./ListLifecycleExecutionResourcesCommand"), export
|
|
|
53
56
|
tslib_1.__exportStar(require("./ListLifecycleExecutionsCommand"), exports);
|
|
54
57
|
tslib_1.__exportStar(require("./ListLifecyclePoliciesCommand"), exports);
|
|
55
58
|
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
59
|
+
tslib_1.__exportStar(require("./ListWaitingWorkflowStepsCommand"), exports);
|
|
60
|
+
tslib_1.__exportStar(require("./ListWorkflowBuildVersionsCommand"), exports);
|
|
56
61
|
tslib_1.__exportStar(require("./ListWorkflowExecutionsCommand"), exports);
|
|
57
62
|
tslib_1.__exportStar(require("./ListWorkflowStepExecutionsCommand"), exports);
|
|
63
|
+
tslib_1.__exportStar(require("./ListWorkflowsCommand"), exports);
|
|
58
64
|
tslib_1.__exportStar(require("./PutComponentPolicyCommand"), exports);
|
|
59
65
|
tslib_1.__exportStar(require("./PutContainerRecipePolicyCommand"), exports);
|
|
60
66
|
tslib_1.__exportStar(require("./PutImagePolicyCommand"), exports);
|
|
61
67
|
tslib_1.__exportStar(require("./PutImageRecipePolicyCommand"), exports);
|
|
68
|
+
tslib_1.__exportStar(require("./SendWorkflowStepActionCommand"), exports);
|
|
62
69
|
tslib_1.__exportStar(require("./StartImagePipelineExecutionCommand"), exports);
|
|
63
70
|
tslib_1.__exportStar(require("./StartResourceStateUpdateCommand"), exports);
|
|
64
71
|
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|