@aws-sdk/client-codepipeline 3.651.1 → 3.654.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 (87) hide show
  1. package/dist-types/commands/AcknowledgeJobCommand.d.ts +11 -0
  2. package/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateCustomActionTypeCommand.d.ts +11 -0
  4. package/dist-types/commands/CreatePipelineCommand.d.ts +11 -0
  5. package/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +11 -0
  6. package/dist-types/commands/DeletePipelineCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteWebhookCommand.d.ts +11 -0
  8. package/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +11 -0
  9. package/dist-types/commands/DisableStageTransitionCommand.d.ts +11 -0
  10. package/dist-types/commands/EnableStageTransitionCommand.d.ts +11 -0
  11. package/dist-types/commands/GetActionTypeCommand.d.ts +11 -0
  12. package/dist-types/commands/GetJobDetailsCommand.d.ts +11 -0
  13. package/dist-types/commands/GetPipelineCommand.d.ts +11 -0
  14. package/dist-types/commands/GetPipelineExecutionCommand.d.ts +11 -0
  15. package/dist-types/commands/GetPipelineStateCommand.d.ts +11 -0
  16. package/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +11 -0
  17. package/dist-types/commands/ListActionExecutionsCommand.d.ts +11 -0
  18. package/dist-types/commands/ListActionTypesCommand.d.ts +11 -0
  19. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +11 -0
  20. package/dist-types/commands/ListPipelinesCommand.d.ts +11 -0
  21. package/dist-types/commands/ListRuleExecutionsCommand.d.ts +11 -0
  22. package/dist-types/commands/ListRuleTypesCommand.d.ts +11 -0
  23. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  24. package/dist-types/commands/ListWebhooksCommand.d.ts +11 -0
  25. package/dist-types/commands/OverrideStageConditionCommand.d.ts +11 -0
  26. package/dist-types/commands/PollForJobsCommand.d.ts +11 -0
  27. package/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +11 -0
  28. package/dist-types/commands/PutActionRevisionCommand.d.ts +11 -0
  29. package/dist-types/commands/PutApprovalResultCommand.d.ts +11 -0
  30. package/dist-types/commands/PutJobFailureResultCommand.d.ts +11 -0
  31. package/dist-types/commands/PutJobSuccessResultCommand.d.ts +11 -0
  32. package/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +11 -0
  33. package/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +11 -0
  34. package/dist-types/commands/PutWebhookCommand.d.ts +11 -0
  35. package/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +11 -0
  36. package/dist-types/commands/RetryStageExecutionCommand.d.ts +11 -0
  37. package/dist-types/commands/RollbackStageCommand.d.ts +11 -0
  38. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +11 -0
  39. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +11 -0
  40. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  41. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  42. package/dist-types/commands/UpdateActionTypeCommand.d.ts +11 -0
  43. package/dist-types/commands/UpdatePipelineCommand.d.ts +11 -0
  44. package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/ListRuleExecutionsCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/ListRuleTypesCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/OverrideStageConditionCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/RollbackStageCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +12 -1
  87. package/package.json +35 -35
@@ -68,4 +68,15 @@ declare const AcknowledgeJobCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class AcknowledgeJobCommand extends AcknowledgeJobCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: AcknowledgeJobInput;
75
+ output: AcknowledgeJobOutput;
76
+ };
77
+ sdk: {
78
+ input: AcknowledgeJobCommandInput;
79
+ output: AcknowledgeJobCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -72,4 +72,15 @@ declare const AcknowledgeThirdPartyJobCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class AcknowledgeThirdPartyJobCommand extends AcknowledgeThirdPartyJobCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: AcknowledgeThirdPartyJobInput;
79
+ output: AcknowledgeThirdPartyJobOutput;
80
+ };
81
+ sdk: {
82
+ input: AcknowledgeThirdPartyJobCommandInput;
83
+ output: AcknowledgeThirdPartyJobCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -145,4 +145,15 @@ declare const CreateCustomActionTypeCommand_base: {
145
145
  * @public
146
146
  */
147
147
  export declare class CreateCustomActionTypeCommand extends CreateCustomActionTypeCommand_base {
148
+ /** @internal type navigation helper, not in runtime. */
149
+ protected static __types: {
150
+ api: {
151
+ input: CreateCustomActionTypeInput;
152
+ output: CreateCustomActionTypeOutput;
153
+ };
154
+ sdk: {
155
+ input: CreateCustomActionTypeCommandInput;
156
+ output: CreateCustomActionTypeCommandOutput;
157
+ };
158
+ };
148
159
  }
@@ -542,4 +542,15 @@ declare const CreatePipelineCommand_base: {
542
542
  * @public
543
543
  */
544
544
  export declare class CreatePipelineCommand extends CreatePipelineCommand_base {
545
+ /** @internal type navigation helper, not in runtime. */
546
+ protected static __types: {
547
+ api: {
548
+ input: CreatePipelineInput;
549
+ output: CreatePipelineOutput;
550
+ };
551
+ sdk: {
552
+ input: CreatePipelineCommandInput;
553
+ output: CreatePipelineCommandOutput;
554
+ };
555
+ };
545
556
  }
@@ -71,4 +71,15 @@ declare const DeleteCustomActionTypeCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DeleteCustomActionTypeCommand extends DeleteCustomActionTypeCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeleteCustomActionTypeInput;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: DeleteCustomActionTypeCommandInput;
82
+ output: DeleteCustomActionTypeCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -61,4 +61,15 @@ declare const DeletePipelineCommand_base: {
61
61
  * @public
62
62
  */
63
63
  export declare class DeletePipelineCommand extends DeletePipelineCommand_base {
64
+ /** @internal type navigation helper, not in runtime. */
65
+ protected static __types: {
66
+ api: {
67
+ input: DeletePipelineInput;
68
+ output: {};
69
+ };
70
+ sdk: {
71
+ input: DeletePipelineCommandInput;
72
+ output: DeletePipelineCommandOutput;
73
+ };
74
+ };
64
75
  }
@@ -64,4 +64,15 @@ declare const DeleteWebhookCommand_base: {
64
64
  * @public
65
65
  */
66
66
  export declare class DeleteWebhookCommand extends DeleteWebhookCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: DeleteWebhookInput;
71
+ output: {};
72
+ };
73
+ sdk: {
74
+ input: DeleteWebhookCommandInput;
75
+ output: DeleteWebhookCommandOutput;
76
+ };
77
+ };
67
78
  }
@@ -64,4 +64,15 @@ declare const DeregisterWebhookWithThirdPartyCommand_base: {
64
64
  * @public
65
65
  */
66
66
  export declare class DeregisterWebhookWithThirdPartyCommand extends DeregisterWebhookWithThirdPartyCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: DeregisterWebhookWithThirdPartyInput;
71
+ output: {};
72
+ };
73
+ sdk: {
74
+ input: DeregisterWebhookWithThirdPartyCommandInput;
75
+ output: DeregisterWebhookWithThirdPartyCommandOutput;
76
+ };
77
+ };
67
78
  }
@@ -68,4 +68,15 @@ declare const DisableStageTransitionCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class DisableStageTransitionCommand extends DisableStageTransitionCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: DisableStageTransitionInput;
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: DisableStageTransitionCommandInput;
79
+ output: DisableStageTransitionCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -66,4 +66,15 @@ declare const EnableStageTransitionCommand_base: {
66
66
  * @public
67
67
  */
68
68
  export declare class EnableStageTransitionCommand extends EnableStageTransitionCommand_base {
69
+ /** @internal type navigation helper, not in runtime. */
70
+ protected static __types: {
71
+ api: {
72
+ input: EnableStageTransitionInput;
73
+ output: {};
74
+ };
75
+ sdk: {
76
+ input: EnableStageTransitionCommandInput;
77
+ output: EnableStageTransitionCommandOutput;
78
+ };
79
+ };
69
80
  }
@@ -123,4 +123,15 @@ declare const GetActionTypeCommand_base: {
123
123
  * @public
124
124
  */
125
125
  export declare class GetActionTypeCommand extends GetActionTypeCommand_base {
126
+ /** @internal type navigation helper, not in runtime. */
127
+ protected static __types: {
128
+ api: {
129
+ input: GetActionTypeInput;
130
+ output: GetActionTypeOutput;
131
+ };
132
+ sdk: {
133
+ input: GetActionTypeCommandInput;
134
+ output: GetActionTypeCommandOutput;
135
+ };
136
+ };
126
137
  }
@@ -133,4 +133,15 @@ declare const GetJobDetailsCommand_base: {
133
133
  * @public
134
134
  */
135
135
  export declare class GetJobDetailsCommand extends GetJobDetailsCommand_base {
136
+ /** @internal type navigation helper, not in runtime. */
137
+ protected static __types: {
138
+ api: {
139
+ input: GetJobDetailsInput;
140
+ output: GetJobDetailsOutput;
141
+ };
142
+ sdk: {
143
+ input: GetJobDetailsCommandInput;
144
+ output: GetJobDetailsCommandOutput;
145
+ };
146
+ };
136
147
  }
@@ -294,4 +294,15 @@ declare const GetPipelineCommand_base: {
294
294
  * @public
295
295
  */
296
296
  export declare class GetPipelineCommand extends GetPipelineCommand_base {
297
+ /** @internal type navigation helper, not in runtime. */
298
+ protected static __types: {
299
+ api: {
300
+ input: GetPipelineInput;
301
+ output: GetPipelineOutput;
302
+ };
303
+ sdk: {
304
+ input: GetPipelineCommandInput;
305
+ output: GetPipelineCommandOutput;
306
+ };
307
+ };
297
308
  }
@@ -101,4 +101,15 @@ declare const GetPipelineExecutionCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class GetPipelineExecutionCommand extends GetPipelineExecutionCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: GetPipelineExecutionInput;
108
+ output: GetPipelineExecutionOutput;
109
+ };
110
+ sdk: {
111
+ input: GetPipelineExecutionCommandInput;
112
+ output: GetPipelineExecutionCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -250,4 +250,15 @@ declare const GetPipelineStateCommand_base: {
250
250
  * @public
251
251
  */
252
252
  export declare class GetPipelineStateCommand extends GetPipelineStateCommand_base {
253
+ /** @internal type navigation helper, not in runtime. */
254
+ protected static __types: {
255
+ api: {
256
+ input: GetPipelineStateInput;
257
+ output: GetPipelineStateOutput;
258
+ };
259
+ sdk: {
260
+ input: GetPipelineStateCommandInput;
261
+ output: GetPipelineStateCommandOutput;
262
+ };
263
+ };
253
264
  }
@@ -141,4 +141,15 @@ declare const GetThirdPartyJobDetailsCommand_base: {
141
141
  * @public
142
142
  */
143
143
  export declare class GetThirdPartyJobDetailsCommand extends GetThirdPartyJobDetailsCommand_base {
144
+ /** @internal type navigation helper, not in runtime. */
145
+ protected static __types: {
146
+ api: {
147
+ input: GetThirdPartyJobDetailsInput;
148
+ output: GetThirdPartyJobDetailsOutput;
149
+ };
150
+ sdk: {
151
+ input: GetThirdPartyJobDetailsCommandInput;
152
+ output: GetThirdPartyJobDetailsCommandOutput;
153
+ };
154
+ };
144
155
  }
@@ -142,4 +142,15 @@ declare const ListActionExecutionsCommand_base: {
142
142
  * @public
143
143
  */
144
144
  export declare class ListActionExecutionsCommand extends ListActionExecutionsCommand_base {
145
+ /** @internal type navigation helper, not in runtime. */
146
+ protected static __types: {
147
+ api: {
148
+ input: ListActionExecutionsInput;
149
+ output: ListActionExecutionsOutput;
150
+ };
151
+ sdk: {
152
+ input: ListActionExecutionsCommandInput;
153
+ output: ListActionExecutionsCommandOutput;
154
+ };
155
+ };
145
156
  }
@@ -102,4 +102,15 @@ declare const ListActionTypesCommand_base: {
102
102
  * @public
103
103
  */
104
104
  export declare class ListActionTypesCommand extends ListActionTypesCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: ListActionTypesInput;
109
+ output: ListActionTypesOutput;
110
+ };
111
+ sdk: {
112
+ input: ListActionTypesCommandInput;
113
+ output: ListActionTypesCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -108,4 +108,15 @@ declare const ListPipelineExecutionsCommand_base: {
108
108
  * @public
109
109
  */
110
110
  export declare class ListPipelineExecutionsCommand extends ListPipelineExecutionsCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: ListPipelineExecutionsInput;
115
+ output: ListPipelineExecutionsOutput;
116
+ };
117
+ sdk: {
118
+ input: ListPipelineExecutionsCommandInput;
119
+ output: ListPipelineExecutionsCommandOutput;
120
+ };
121
+ };
111
122
  }
@@ -75,4 +75,15 @@ declare const ListPipelinesCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class ListPipelinesCommand extends ListPipelinesCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: ListPipelinesInput;
82
+ output: ListPipelinesOutput;
83
+ };
84
+ sdk: {
85
+ input: ListPipelinesCommandInput;
86
+ output: ListPipelinesCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -129,4 +129,15 @@ declare const ListRuleExecutionsCommand_base: {
129
129
  * @public
130
130
  */
131
131
  export declare class ListRuleExecutionsCommand extends ListRuleExecutionsCommand_base {
132
+ /** @internal type navigation helper, not in runtime. */
133
+ protected static __types: {
134
+ api: {
135
+ input: ListRuleExecutionsInput;
136
+ output: ListRuleExecutionsOutput;
137
+ };
138
+ sdk: {
139
+ input: ListRuleExecutionsCommandInput;
140
+ output: ListRuleExecutionsCommandOutput;
141
+ };
142
+ };
132
143
  }
@@ -95,4 +95,15 @@ declare const ListRuleTypesCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class ListRuleTypesCommand extends ListRuleTypesCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: ListRuleTypesInput;
102
+ output: ListRuleTypesOutput;
103
+ };
104
+ sdk: {
105
+ input: ListRuleTypesCommandInput;
106
+ output: ListRuleTypesCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -79,4 +79,15 @@ declare const ListTagsForResourceCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: ListTagsForResourceInput;
86
+ output: ListTagsForResourceOutput;
87
+ };
88
+ sdk: {
89
+ input: ListTagsForResourceCommandInput;
90
+ output: ListTagsForResourceCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -101,4 +101,15 @@ declare const ListWebhooksCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class ListWebhooksCommand extends ListWebhooksCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: ListWebhooksInput;
108
+ output: ListWebhooksOutput;
109
+ };
110
+ sdk: {
111
+ input: ListWebhooksCommandInput;
112
+ output: ListWebhooksCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -82,4 +82,15 @@ declare const OverrideStageConditionCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class OverrideStageConditionCommand extends OverrideStageConditionCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: OverrideStageConditionInput;
89
+ output: {};
90
+ };
91
+ sdk: {
92
+ input: OverrideStageConditionCommandInput;
93
+ output: OverrideStageConditionCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -148,4 +148,15 @@ declare const PollForJobsCommand_base: {
148
148
  * @public
149
149
  */
150
150
  export declare class PollForJobsCommand extends PollForJobsCommand_base {
151
+ /** @internal type navigation helper, not in runtime. */
152
+ protected static __types: {
153
+ api: {
154
+ input: PollForJobsInput;
155
+ output: PollForJobsOutput;
156
+ };
157
+ sdk: {
158
+ input: PollForJobsCommandInput;
159
+ output: PollForJobsCommandOutput;
160
+ };
161
+ };
151
162
  }
@@ -80,4 +80,15 @@ declare const PollForThirdPartyJobsCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class PollForThirdPartyJobsCommand extends PollForThirdPartyJobsCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: PollForThirdPartyJobsInput;
87
+ output: PollForThirdPartyJobsOutput;
88
+ };
89
+ sdk: {
90
+ input: PollForThirdPartyJobsCommandInput;
91
+ output: PollForThirdPartyJobsCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -81,4 +81,15 @@ declare const PutActionRevisionCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class PutActionRevisionCommand extends PutActionRevisionCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: PutActionRevisionInput;
88
+ output: PutActionRevisionOutput;
89
+ };
90
+ sdk: {
91
+ input: PutActionRevisionCommandInput;
92
+ output: PutActionRevisionCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -83,4 +83,15 @@ declare const PutApprovalResultCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class PutApprovalResultCommand extends PutApprovalResultCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: PutApprovalResultInput;
90
+ output: PutApprovalResultOutput;
91
+ };
92
+ sdk: {
93
+ input: PutApprovalResultCommandInput;
94
+ output: PutApprovalResultCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -70,4 +70,15 @@ declare const PutJobFailureResultCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class PutJobFailureResultCommand extends PutJobFailureResultCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: PutJobFailureResultInput;
77
+ output: {};
78
+ };
79
+ sdk: {
80
+ input: PutJobFailureResultCommandInput;
81
+ output: PutJobFailureResultCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -83,4 +83,15 @@ declare const PutJobSuccessResultCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class PutJobSuccessResultCommand extends PutJobSuccessResultCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: PutJobSuccessResultInput;
90
+ output: {};
91
+ };
92
+ sdk: {
93
+ input: PutJobSuccessResultCommandInput;
94
+ output: PutJobSuccessResultCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -74,4 +74,15 @@ declare const PutThirdPartyJobFailureResultCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class PutThirdPartyJobFailureResultCommand extends PutThirdPartyJobFailureResultCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: PutThirdPartyJobFailureResultInput;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: PutThirdPartyJobFailureResultCommandInput;
85
+ output: PutThirdPartyJobFailureResultCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -81,4 +81,15 @@ declare const PutThirdPartyJobSuccessResultCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class PutThirdPartyJobSuccessResultCommand extends PutThirdPartyJobSuccessResultCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: PutThirdPartyJobSuccessResultInput;
88
+ output: {};
89
+ };
90
+ sdk: {
91
+ input: PutThirdPartyJobSuccessResultCommandInput;
92
+ output: PutThirdPartyJobSuccessResultCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -150,4 +150,15 @@ declare const PutWebhookCommand_base: {
150
150
  * @public
151
151
  */
152
152
  export declare class PutWebhookCommand extends PutWebhookCommand_base {
153
+ /** @internal type navigation helper, not in runtime. */
154
+ protected static __types: {
155
+ api: {
156
+ input: PutWebhookInput;
157
+ output: PutWebhookOutput;
158
+ };
159
+ sdk: {
160
+ input: PutWebhookCommandInput;
161
+ output: PutWebhookCommandOutput;
162
+ };
163
+ };
153
164
  }
@@ -63,4 +63,15 @@ declare const RegisterWebhookWithThirdPartyCommand_base: {
63
63
  * @public
64
64
  */
65
65
  export declare class RegisterWebhookWithThirdPartyCommand extends RegisterWebhookWithThirdPartyCommand_base {
66
+ /** @internal type navigation helper, not in runtime. */
67
+ protected static __types: {
68
+ api: {
69
+ input: RegisterWebhookWithThirdPartyInput;
70
+ output: {};
71
+ };
72
+ sdk: {
73
+ input: RegisterWebhookWithThirdPartyCommandInput;
74
+ output: RegisterWebhookWithThirdPartyCommandOutput;
75
+ };
76
+ };
66
77
  }
@@ -93,4 +93,15 @@ declare const RetryStageExecutionCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class RetryStageExecutionCommand extends RetryStageExecutionCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: RetryStageExecutionInput;
100
+ output: RetryStageExecutionOutput;
101
+ };
102
+ sdk: {
103
+ input: RetryStageExecutionCommandInput;
104
+ output: RetryStageExecutionCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -85,4 +85,15 @@ declare const RollbackStageCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class RollbackStageCommand extends RollbackStageCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: RollbackStageInput;
92
+ output: RollbackStageOutput;
93
+ };
94
+ sdk: {
95
+ input: RollbackStageCommandInput;
96
+ output: RollbackStageCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -85,4 +85,15 @@ declare const StartPipelineExecutionCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class StartPipelineExecutionCommand extends StartPipelineExecutionCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: StartPipelineExecutionInput;
92
+ output: StartPipelineExecutionOutput;
93
+ };
94
+ sdk: {
95
+ input: StartPipelineExecutionCommandInput;
96
+ output: StartPipelineExecutionCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -86,4 +86,15 @@ declare const StopPipelineExecutionCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class StopPipelineExecutionCommand extends StopPipelineExecutionCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: StopPipelineExecutionInput;
93
+ output: StopPipelineExecutionOutput;
94
+ };
95
+ sdk: {
96
+ input: StopPipelineExecutionCommandInput;
97
+ output: StopPipelineExecutionCommandOutput;
98
+ };
99
+ };
89
100
  }