@aws-sdk/client-codepipeline 3.169.0 → 3.170.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 (62) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/CodePipeline.d.ts +706 -200
  3. package/dist-types/ts3.4/CodePipelineClient.d.ts +364 -112
  4. package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +34 -17
  27. package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +33 -17
  31. package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +33 -17
  32. package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/index.d.ts +39 -39
  44. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  45. package/dist-types/ts3.4/index.d.ts +6 -6
  46. package/dist-types/ts3.4/models/CodePipelineServiceException.d.ts +8 -6
  47. package/dist-types/ts3.4/models/index.d.ts +1 -1
  48. package/dist-types/ts3.4/models/models_0.d.ts +2027 -1808
  49. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  50. package/dist-types/ts3.4/pagination/ListActionExecutionsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListActionTypesPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListPipelineExecutionsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListPipelinesPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListWebhooksPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  57. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +473 -119
  58. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  62. package/package.json +34 -34
@@ -1,119 +1,473 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput } from "../commands/AcknowledgeJobCommand";
4
- import { AcknowledgeThirdPartyJobCommandInput, AcknowledgeThirdPartyJobCommandOutput } from "../commands/AcknowledgeThirdPartyJobCommand";
5
- import { CreateCustomActionTypeCommandInput, CreateCustomActionTypeCommandOutput } from "../commands/CreateCustomActionTypeCommand";
6
- import { CreatePipelineCommandInput, CreatePipelineCommandOutput } from "../commands/CreatePipelineCommand";
7
- import { DeleteCustomActionTypeCommandInput, DeleteCustomActionTypeCommandOutput } from "../commands/DeleteCustomActionTypeCommand";
8
- import { DeletePipelineCommandInput, DeletePipelineCommandOutput } from "../commands/DeletePipelineCommand";
9
- import { DeleteWebhookCommandInput, DeleteWebhookCommandOutput } from "../commands/DeleteWebhookCommand";
10
- import { DeregisterWebhookWithThirdPartyCommandInput, DeregisterWebhookWithThirdPartyCommandOutput } from "../commands/DeregisterWebhookWithThirdPartyCommand";
11
- import { DisableStageTransitionCommandInput, DisableStageTransitionCommandOutput } from "../commands/DisableStageTransitionCommand";
12
- import { EnableStageTransitionCommandInput, EnableStageTransitionCommandOutput } from "../commands/EnableStageTransitionCommand";
13
- import { GetActionTypeCommandInput, GetActionTypeCommandOutput } from "../commands/GetActionTypeCommand";
14
- import { GetJobDetailsCommandInput, GetJobDetailsCommandOutput } from "../commands/GetJobDetailsCommand";
15
- import { GetPipelineCommandInput, GetPipelineCommandOutput } from "../commands/GetPipelineCommand";
16
- import { GetPipelineExecutionCommandInput, GetPipelineExecutionCommandOutput } from "../commands/GetPipelineExecutionCommand";
17
- import { GetPipelineStateCommandInput, GetPipelineStateCommandOutput } from "../commands/GetPipelineStateCommand";
18
- import { GetThirdPartyJobDetailsCommandInput, GetThirdPartyJobDetailsCommandOutput } from "../commands/GetThirdPartyJobDetailsCommand";
19
- import { ListActionExecutionsCommandInput, ListActionExecutionsCommandOutput } from "../commands/ListActionExecutionsCommand";
20
- import { ListActionTypesCommandInput, ListActionTypesCommandOutput } from "../commands/ListActionTypesCommand";
21
- import { ListPipelineExecutionsCommandInput, ListPipelineExecutionsCommandOutput } from "../commands/ListPipelineExecutionsCommand";
22
- import { ListPipelinesCommandInput, ListPipelinesCommandOutput } from "../commands/ListPipelinesCommand";
23
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
24
- import { ListWebhooksCommandInput, ListWebhooksCommandOutput } from "../commands/ListWebhooksCommand";
25
- import { PollForJobsCommandInput, PollForJobsCommandOutput } from "../commands/PollForJobsCommand";
26
- import { PollForThirdPartyJobsCommandInput, PollForThirdPartyJobsCommandOutput } from "../commands/PollForThirdPartyJobsCommand";
27
- import { PutActionRevisionCommandInput, PutActionRevisionCommandOutput } from "../commands/PutActionRevisionCommand";
28
- import { PutApprovalResultCommandInput, PutApprovalResultCommandOutput } from "../commands/PutApprovalResultCommand";
29
- import { PutJobFailureResultCommandInput, PutJobFailureResultCommandOutput } from "../commands/PutJobFailureResultCommand";
30
- import { PutJobSuccessResultCommandInput, PutJobSuccessResultCommandOutput } from "../commands/PutJobSuccessResultCommand";
31
- import { PutThirdPartyJobFailureResultCommandInput, PutThirdPartyJobFailureResultCommandOutput } from "../commands/PutThirdPartyJobFailureResultCommand";
32
- import { PutThirdPartyJobSuccessResultCommandInput, PutThirdPartyJobSuccessResultCommandOutput } from "../commands/PutThirdPartyJobSuccessResultCommand";
33
- import { PutWebhookCommandInput, PutWebhookCommandOutput } from "../commands/PutWebhookCommand";
34
- import { RegisterWebhookWithThirdPartyCommandInput, RegisterWebhookWithThirdPartyCommandOutput } from "../commands/RegisterWebhookWithThirdPartyCommand";
35
- import { RetryStageExecutionCommandInput, RetryStageExecutionCommandOutput } from "../commands/RetryStageExecutionCommand";
36
- import { StartPipelineExecutionCommandInput, StartPipelineExecutionCommandOutput } from "../commands/StartPipelineExecutionCommand";
37
- import { StopPipelineExecutionCommandInput, StopPipelineExecutionCommandOutput } from "../commands/StopPipelineExecutionCommand";
38
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
39
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
40
- import { UpdateActionTypeCommandInput, UpdateActionTypeCommandOutput } from "../commands/UpdateActionTypeCommand";
41
- import { UpdatePipelineCommandInput, UpdatePipelineCommandOutput } from "../commands/UpdatePipelineCommand";
42
- export declare const serializeAws_json1_1AcknowledgeJobCommand: (input: AcknowledgeJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_json1_1AcknowledgeThirdPartyJobCommand: (input: AcknowledgeThirdPartyJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_json1_1CreateCustomActionTypeCommand: (input: CreateCustomActionTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_json1_1CreatePipelineCommand: (input: CreatePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_json1_1DeleteCustomActionTypeCommand: (input: DeleteCustomActionTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_json1_1DeletePipelineCommand: (input: DeletePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_json1_1DeleteWebhookCommand: (input: DeleteWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_json1_1DeregisterWebhookWithThirdPartyCommand: (input: DeregisterWebhookWithThirdPartyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_json1_1DisableStageTransitionCommand: (input: DisableStageTransitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_json1_1EnableStageTransitionCommand: (input: EnableStageTransitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_json1_1GetActionTypeCommand: (input: GetActionTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_json1_1GetJobDetailsCommand: (input: GetJobDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_1GetPipelineCommand: (input: GetPipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_1GetPipelineExecutionCommand: (input: GetPipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_1GetPipelineStateCommand: (input: GetPipelineStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_1GetThirdPartyJobDetailsCommand: (input: GetThirdPartyJobDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_1ListActionExecutionsCommand: (input: ListActionExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_1ListActionTypesCommand: (input: ListActionTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_1ListPipelineExecutionsCommand: (input: ListPipelineExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_1ListPipelinesCommand: (input: ListPipelinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1ListWebhooksCommand: (input: ListWebhooksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1PollForJobsCommand: (input: PollForJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1PollForThirdPartyJobsCommand: (input: PollForThirdPartyJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1PutActionRevisionCommand: (input: PutActionRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1PutApprovalResultCommand: (input: PutApprovalResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1PutJobFailureResultCommand: (input: PutJobFailureResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1PutJobSuccessResultCommand: (input: PutJobSuccessResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1PutThirdPartyJobFailureResultCommand: (input: PutThirdPartyJobFailureResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1PutThirdPartyJobSuccessResultCommand: (input: PutThirdPartyJobSuccessResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1PutWebhookCommand: (input: PutWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1RegisterWebhookWithThirdPartyCommand: (input: RegisterWebhookWithThirdPartyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1RetryStageExecutionCommand: (input: RetryStageExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1StartPipelineExecutionCommand: (input: StartPipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1StopPipelineExecutionCommand: (input: StopPipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1UpdateActionTypeCommand: (input: UpdateActionTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1UpdatePipelineCommand: (input: UpdatePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const deserializeAws_json1_1AcknowledgeJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcknowledgeJobCommandOutput>;
82
- export declare const deserializeAws_json1_1AcknowledgeThirdPartyJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcknowledgeThirdPartyJobCommandOutput>;
83
- export declare const deserializeAws_json1_1CreateCustomActionTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomActionTypeCommandOutput>;
84
- export declare const deserializeAws_json1_1CreatePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePipelineCommandOutput>;
85
- export declare const deserializeAws_json1_1DeleteCustomActionTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomActionTypeCommandOutput>;
86
- export declare const deserializeAws_json1_1DeletePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePipelineCommandOutput>;
87
- export declare const deserializeAws_json1_1DeleteWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWebhookCommandOutput>;
88
- export declare const deserializeAws_json1_1DeregisterWebhookWithThirdPartyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterWebhookWithThirdPartyCommandOutput>;
89
- export declare const deserializeAws_json1_1DisableStageTransitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableStageTransitionCommandOutput>;
90
- export declare const deserializeAws_json1_1EnableStageTransitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableStageTransitionCommandOutput>;
91
- export declare const deserializeAws_json1_1GetActionTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetActionTypeCommandOutput>;
92
- export declare const deserializeAws_json1_1GetJobDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobDetailsCommandOutput>;
93
- export declare const deserializeAws_json1_1GetPipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPipelineCommandOutput>;
94
- export declare const deserializeAws_json1_1GetPipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPipelineExecutionCommandOutput>;
95
- export declare const deserializeAws_json1_1GetPipelineStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPipelineStateCommandOutput>;
96
- export declare const deserializeAws_json1_1GetThirdPartyJobDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetThirdPartyJobDetailsCommandOutput>;
97
- export declare const deserializeAws_json1_1ListActionExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListActionExecutionsCommandOutput>;
98
- export declare const deserializeAws_json1_1ListActionTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListActionTypesCommandOutput>;
99
- export declare const deserializeAws_json1_1ListPipelineExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPipelineExecutionsCommandOutput>;
100
- export declare const deserializeAws_json1_1ListPipelinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPipelinesCommandOutput>;
101
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
102
- export declare const deserializeAws_json1_1ListWebhooksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWebhooksCommandOutput>;
103
- export declare const deserializeAws_json1_1PollForJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PollForJobsCommandOutput>;
104
- export declare const deserializeAws_json1_1PollForThirdPartyJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PollForThirdPartyJobsCommandOutput>;
105
- export declare const deserializeAws_json1_1PutActionRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutActionRevisionCommandOutput>;
106
- export declare const deserializeAws_json1_1PutApprovalResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutApprovalResultCommandOutput>;
107
- export declare const deserializeAws_json1_1PutJobFailureResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutJobFailureResultCommandOutput>;
108
- export declare const deserializeAws_json1_1PutJobSuccessResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutJobSuccessResultCommandOutput>;
109
- export declare const deserializeAws_json1_1PutThirdPartyJobFailureResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutThirdPartyJobFailureResultCommandOutput>;
110
- export declare const deserializeAws_json1_1PutThirdPartyJobSuccessResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutThirdPartyJobSuccessResultCommandOutput>;
111
- export declare const deserializeAws_json1_1PutWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutWebhookCommandOutput>;
112
- export declare const deserializeAws_json1_1RegisterWebhookWithThirdPartyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterWebhookWithThirdPartyCommandOutput>;
113
- export declare const deserializeAws_json1_1RetryStageExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetryStageExecutionCommandOutput>;
114
- export declare const deserializeAws_json1_1StartPipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartPipelineExecutionCommandOutput>;
115
- export declare const deserializeAws_json1_1StopPipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopPipelineExecutionCommandOutput>;
116
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
117
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
118
- export declare const deserializeAws_json1_1UpdateActionTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateActionTypeCommandOutput>;
119
- export declare const deserializeAws_json1_1UpdatePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePipelineCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AcknowledgeJobCommandInput,
8
+ AcknowledgeJobCommandOutput,
9
+ } from "../commands/AcknowledgeJobCommand";
10
+ import {
11
+ AcknowledgeThirdPartyJobCommandInput,
12
+ AcknowledgeThirdPartyJobCommandOutput,
13
+ } from "../commands/AcknowledgeThirdPartyJobCommand";
14
+ import {
15
+ CreateCustomActionTypeCommandInput,
16
+ CreateCustomActionTypeCommandOutput,
17
+ } from "../commands/CreateCustomActionTypeCommand";
18
+ import {
19
+ CreatePipelineCommandInput,
20
+ CreatePipelineCommandOutput,
21
+ } from "../commands/CreatePipelineCommand";
22
+ import {
23
+ DeleteCustomActionTypeCommandInput,
24
+ DeleteCustomActionTypeCommandOutput,
25
+ } from "../commands/DeleteCustomActionTypeCommand";
26
+ import {
27
+ DeletePipelineCommandInput,
28
+ DeletePipelineCommandOutput,
29
+ } from "../commands/DeletePipelineCommand";
30
+ import {
31
+ DeleteWebhookCommandInput,
32
+ DeleteWebhookCommandOutput,
33
+ } from "../commands/DeleteWebhookCommand";
34
+ import {
35
+ DeregisterWebhookWithThirdPartyCommandInput,
36
+ DeregisterWebhookWithThirdPartyCommandOutput,
37
+ } from "../commands/DeregisterWebhookWithThirdPartyCommand";
38
+ import {
39
+ DisableStageTransitionCommandInput,
40
+ DisableStageTransitionCommandOutput,
41
+ } from "../commands/DisableStageTransitionCommand";
42
+ import {
43
+ EnableStageTransitionCommandInput,
44
+ EnableStageTransitionCommandOutput,
45
+ } from "../commands/EnableStageTransitionCommand";
46
+ import {
47
+ GetActionTypeCommandInput,
48
+ GetActionTypeCommandOutput,
49
+ } from "../commands/GetActionTypeCommand";
50
+ import {
51
+ GetJobDetailsCommandInput,
52
+ GetJobDetailsCommandOutput,
53
+ } from "../commands/GetJobDetailsCommand";
54
+ import {
55
+ GetPipelineCommandInput,
56
+ GetPipelineCommandOutput,
57
+ } from "../commands/GetPipelineCommand";
58
+ import {
59
+ GetPipelineExecutionCommandInput,
60
+ GetPipelineExecutionCommandOutput,
61
+ } from "../commands/GetPipelineExecutionCommand";
62
+ import {
63
+ GetPipelineStateCommandInput,
64
+ GetPipelineStateCommandOutput,
65
+ } from "../commands/GetPipelineStateCommand";
66
+ import {
67
+ GetThirdPartyJobDetailsCommandInput,
68
+ GetThirdPartyJobDetailsCommandOutput,
69
+ } from "../commands/GetThirdPartyJobDetailsCommand";
70
+ import {
71
+ ListActionExecutionsCommandInput,
72
+ ListActionExecutionsCommandOutput,
73
+ } from "../commands/ListActionExecutionsCommand";
74
+ import {
75
+ ListActionTypesCommandInput,
76
+ ListActionTypesCommandOutput,
77
+ } from "../commands/ListActionTypesCommand";
78
+ import {
79
+ ListPipelineExecutionsCommandInput,
80
+ ListPipelineExecutionsCommandOutput,
81
+ } from "../commands/ListPipelineExecutionsCommand";
82
+ import {
83
+ ListPipelinesCommandInput,
84
+ ListPipelinesCommandOutput,
85
+ } from "../commands/ListPipelinesCommand";
86
+ import {
87
+ ListTagsForResourceCommandInput,
88
+ ListTagsForResourceCommandOutput,
89
+ } from "../commands/ListTagsForResourceCommand";
90
+ import {
91
+ ListWebhooksCommandInput,
92
+ ListWebhooksCommandOutput,
93
+ } from "../commands/ListWebhooksCommand";
94
+ import {
95
+ PollForJobsCommandInput,
96
+ PollForJobsCommandOutput,
97
+ } from "../commands/PollForJobsCommand";
98
+ import {
99
+ PollForThirdPartyJobsCommandInput,
100
+ PollForThirdPartyJobsCommandOutput,
101
+ } from "../commands/PollForThirdPartyJobsCommand";
102
+ import {
103
+ PutActionRevisionCommandInput,
104
+ PutActionRevisionCommandOutput,
105
+ } from "../commands/PutActionRevisionCommand";
106
+ import {
107
+ PutApprovalResultCommandInput,
108
+ PutApprovalResultCommandOutput,
109
+ } from "../commands/PutApprovalResultCommand";
110
+ import {
111
+ PutJobFailureResultCommandInput,
112
+ PutJobFailureResultCommandOutput,
113
+ } from "../commands/PutJobFailureResultCommand";
114
+ import {
115
+ PutJobSuccessResultCommandInput,
116
+ PutJobSuccessResultCommandOutput,
117
+ } from "../commands/PutJobSuccessResultCommand";
118
+ import {
119
+ PutThirdPartyJobFailureResultCommandInput,
120
+ PutThirdPartyJobFailureResultCommandOutput,
121
+ } from "../commands/PutThirdPartyJobFailureResultCommand";
122
+ import {
123
+ PutThirdPartyJobSuccessResultCommandInput,
124
+ PutThirdPartyJobSuccessResultCommandOutput,
125
+ } from "../commands/PutThirdPartyJobSuccessResultCommand";
126
+ import {
127
+ PutWebhookCommandInput,
128
+ PutWebhookCommandOutput,
129
+ } from "../commands/PutWebhookCommand";
130
+ import {
131
+ RegisterWebhookWithThirdPartyCommandInput,
132
+ RegisterWebhookWithThirdPartyCommandOutput,
133
+ } from "../commands/RegisterWebhookWithThirdPartyCommand";
134
+ import {
135
+ RetryStageExecutionCommandInput,
136
+ RetryStageExecutionCommandOutput,
137
+ } from "../commands/RetryStageExecutionCommand";
138
+ import {
139
+ StartPipelineExecutionCommandInput,
140
+ StartPipelineExecutionCommandOutput,
141
+ } from "../commands/StartPipelineExecutionCommand";
142
+ import {
143
+ StopPipelineExecutionCommandInput,
144
+ StopPipelineExecutionCommandOutput,
145
+ } from "../commands/StopPipelineExecutionCommand";
146
+ import {
147
+ TagResourceCommandInput,
148
+ TagResourceCommandOutput,
149
+ } from "../commands/TagResourceCommand";
150
+ import {
151
+ UntagResourceCommandInput,
152
+ UntagResourceCommandOutput,
153
+ } from "../commands/UntagResourceCommand";
154
+ import {
155
+ UpdateActionTypeCommandInput,
156
+ UpdateActionTypeCommandOutput,
157
+ } from "../commands/UpdateActionTypeCommand";
158
+ import {
159
+ UpdatePipelineCommandInput,
160
+ UpdatePipelineCommandOutput,
161
+ } from "../commands/UpdatePipelineCommand";
162
+ export declare const serializeAws_json1_1AcknowledgeJobCommand: (
163
+ input: AcknowledgeJobCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_json1_1AcknowledgeThirdPartyJobCommand: (
167
+ input: AcknowledgeThirdPartyJobCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_json1_1CreateCustomActionTypeCommand: (
171
+ input: CreateCustomActionTypeCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_json1_1CreatePipelineCommand: (
175
+ input: CreatePipelineCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_json1_1DeleteCustomActionTypeCommand: (
179
+ input: DeleteCustomActionTypeCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_json1_1DeletePipelineCommand: (
183
+ input: DeletePipelineCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_json1_1DeleteWebhookCommand: (
187
+ input: DeleteWebhookCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_json1_1DeregisterWebhookWithThirdPartyCommand: (
191
+ input: DeregisterWebhookWithThirdPartyCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_json1_1DisableStageTransitionCommand: (
195
+ input: DisableStageTransitionCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_json1_1EnableStageTransitionCommand: (
199
+ input: EnableStageTransitionCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_json1_1GetActionTypeCommand: (
203
+ input: GetActionTypeCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_json1_1GetJobDetailsCommand: (
207
+ input: GetJobDetailsCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_json1_1GetPipelineCommand: (
211
+ input: GetPipelineCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_json1_1GetPipelineExecutionCommand: (
215
+ input: GetPipelineExecutionCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_json1_1GetPipelineStateCommand: (
219
+ input: GetPipelineStateCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_json1_1GetThirdPartyJobDetailsCommand: (
223
+ input: GetThirdPartyJobDetailsCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_json1_1ListActionExecutionsCommand: (
227
+ input: ListActionExecutionsCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_json1_1ListActionTypesCommand: (
231
+ input: ListActionTypesCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_json1_1ListPipelineExecutionsCommand: (
235
+ input: ListPipelineExecutionsCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_json1_1ListPipelinesCommand: (
239
+ input: ListPipelinesCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (
243
+ input: ListTagsForResourceCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_json1_1ListWebhooksCommand: (
247
+ input: ListWebhooksCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_json1_1PollForJobsCommand: (
251
+ input: PollForJobsCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_json1_1PollForThirdPartyJobsCommand: (
255
+ input: PollForThirdPartyJobsCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_json1_1PutActionRevisionCommand: (
259
+ input: PutActionRevisionCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_json1_1PutApprovalResultCommand: (
263
+ input: PutApprovalResultCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_json1_1PutJobFailureResultCommand: (
267
+ input: PutJobFailureResultCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_json1_1PutJobSuccessResultCommand: (
271
+ input: PutJobSuccessResultCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_json1_1PutThirdPartyJobFailureResultCommand: (
275
+ input: PutThirdPartyJobFailureResultCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_json1_1PutThirdPartyJobSuccessResultCommand: (
279
+ input: PutThirdPartyJobSuccessResultCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_json1_1PutWebhookCommand: (
283
+ input: PutWebhookCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_json1_1RegisterWebhookWithThirdPartyCommand: (
287
+ input: RegisterWebhookWithThirdPartyCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_json1_1RetryStageExecutionCommand: (
291
+ input: RetryStageExecutionCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_json1_1StartPipelineExecutionCommand: (
295
+ input: StartPipelineExecutionCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_json1_1StopPipelineExecutionCommand: (
299
+ input: StopPipelineExecutionCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_json1_1TagResourceCommand: (
303
+ input: TagResourceCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_json1_1UntagResourceCommand: (
307
+ input: UntagResourceCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_json1_1UpdateActionTypeCommand: (
311
+ input: UpdateActionTypeCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_json1_1UpdatePipelineCommand: (
315
+ input: UpdatePipelineCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const deserializeAws_json1_1AcknowledgeJobCommand: (
319
+ output: __HttpResponse,
320
+ context: __SerdeContext
321
+ ) => Promise<AcknowledgeJobCommandOutput>;
322
+ export declare const deserializeAws_json1_1AcknowledgeThirdPartyJobCommand: (
323
+ output: __HttpResponse,
324
+ context: __SerdeContext
325
+ ) => Promise<AcknowledgeThirdPartyJobCommandOutput>;
326
+ export declare const deserializeAws_json1_1CreateCustomActionTypeCommand: (
327
+ output: __HttpResponse,
328
+ context: __SerdeContext
329
+ ) => Promise<CreateCustomActionTypeCommandOutput>;
330
+ export declare const deserializeAws_json1_1CreatePipelineCommand: (
331
+ output: __HttpResponse,
332
+ context: __SerdeContext
333
+ ) => Promise<CreatePipelineCommandOutput>;
334
+ export declare const deserializeAws_json1_1DeleteCustomActionTypeCommand: (
335
+ output: __HttpResponse,
336
+ context: __SerdeContext
337
+ ) => Promise<DeleteCustomActionTypeCommandOutput>;
338
+ export declare const deserializeAws_json1_1DeletePipelineCommand: (
339
+ output: __HttpResponse,
340
+ context: __SerdeContext
341
+ ) => Promise<DeletePipelineCommandOutput>;
342
+ export declare const deserializeAws_json1_1DeleteWebhookCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<DeleteWebhookCommandOutput>;
346
+ export declare const deserializeAws_json1_1DeregisterWebhookWithThirdPartyCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<DeregisterWebhookWithThirdPartyCommandOutput>;
350
+ export declare const deserializeAws_json1_1DisableStageTransitionCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<DisableStageTransitionCommandOutput>;
354
+ export declare const deserializeAws_json1_1EnableStageTransitionCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<EnableStageTransitionCommandOutput>;
358
+ export declare const deserializeAws_json1_1GetActionTypeCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<GetActionTypeCommandOutput>;
362
+ export declare const deserializeAws_json1_1GetJobDetailsCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<GetJobDetailsCommandOutput>;
366
+ export declare const deserializeAws_json1_1GetPipelineCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<GetPipelineCommandOutput>;
370
+ export declare const deserializeAws_json1_1GetPipelineExecutionCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<GetPipelineExecutionCommandOutput>;
374
+ export declare const deserializeAws_json1_1GetPipelineStateCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<GetPipelineStateCommandOutput>;
378
+ export declare const deserializeAws_json1_1GetThirdPartyJobDetailsCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<GetThirdPartyJobDetailsCommandOutput>;
382
+ export declare const deserializeAws_json1_1ListActionExecutionsCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<ListActionExecutionsCommandOutput>;
386
+ export declare const deserializeAws_json1_1ListActionTypesCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<ListActionTypesCommandOutput>;
390
+ export declare const deserializeAws_json1_1ListPipelineExecutionsCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<ListPipelineExecutionsCommandOutput>;
394
+ export declare const deserializeAws_json1_1ListPipelinesCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<ListPipelinesCommandOutput>;
398
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<ListTagsForResourceCommandOutput>;
402
+ export declare const deserializeAws_json1_1ListWebhooksCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<ListWebhooksCommandOutput>;
406
+ export declare const deserializeAws_json1_1PollForJobsCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<PollForJobsCommandOutput>;
410
+ export declare const deserializeAws_json1_1PollForThirdPartyJobsCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<PollForThirdPartyJobsCommandOutput>;
414
+ export declare const deserializeAws_json1_1PutActionRevisionCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<PutActionRevisionCommandOutput>;
418
+ export declare const deserializeAws_json1_1PutApprovalResultCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<PutApprovalResultCommandOutput>;
422
+ export declare const deserializeAws_json1_1PutJobFailureResultCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<PutJobFailureResultCommandOutput>;
426
+ export declare const deserializeAws_json1_1PutJobSuccessResultCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<PutJobSuccessResultCommandOutput>;
430
+ export declare const deserializeAws_json1_1PutThirdPartyJobFailureResultCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<PutThirdPartyJobFailureResultCommandOutput>;
434
+ export declare const deserializeAws_json1_1PutThirdPartyJobSuccessResultCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<PutThirdPartyJobSuccessResultCommandOutput>;
438
+ export declare const deserializeAws_json1_1PutWebhookCommand: (
439
+ output: __HttpResponse,
440
+ context: __SerdeContext
441
+ ) => Promise<PutWebhookCommandOutput>;
442
+ export declare const deserializeAws_json1_1RegisterWebhookWithThirdPartyCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<RegisterWebhookWithThirdPartyCommandOutput>;
446
+ export declare const deserializeAws_json1_1RetryStageExecutionCommand: (
447
+ output: __HttpResponse,
448
+ context: __SerdeContext
449
+ ) => Promise<RetryStageExecutionCommandOutput>;
450
+ export declare const deserializeAws_json1_1StartPipelineExecutionCommand: (
451
+ output: __HttpResponse,
452
+ context: __SerdeContext
453
+ ) => Promise<StartPipelineExecutionCommandOutput>;
454
+ export declare const deserializeAws_json1_1StopPipelineExecutionCommand: (
455
+ output: __HttpResponse,
456
+ context: __SerdeContext
457
+ ) => Promise<StopPipelineExecutionCommandOutput>;
458
+ export declare const deserializeAws_json1_1TagResourceCommand: (
459
+ output: __HttpResponse,
460
+ context: __SerdeContext
461
+ ) => Promise<TagResourceCommandOutput>;
462
+ export declare const deserializeAws_json1_1UntagResourceCommand: (
463
+ output: __HttpResponse,
464
+ context: __SerdeContext
465
+ ) => Promise<UntagResourceCommandOutput>;
466
+ export declare const deserializeAws_json1_1UpdateActionTypeCommand: (
467
+ output: __HttpResponse,
468
+ context: __SerdeContext
469
+ ) => Promise<UpdateActionTypeCommandOutput>;
470
+ export declare const deserializeAws_json1_1UpdatePipelineCommand: (
471
+ output: __HttpResponse,
472
+ context: __SerdeContext
473
+ ) => Promise<UpdatePipelineCommandOutput>;