@aws-sdk/client-codepipeline 3.650.0 → 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
@@ -80,4 +80,15 @@ declare const TagResourceCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class TagResourceCommand extends TagResourceCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: TagResourceInput;
87
+ output: {};
88
+ };
89
+ sdk: {
90
+ input: TagResourceCommandInput;
91
+ output: TagResourceCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -73,4 +73,15 @@ declare const UntagResourceCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: UntagResourceInput;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: UntagResourceCommandInput;
84
+ output: UntagResourceCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -122,4 +122,15 @@ declare const UpdateActionTypeCommand_base: {
122
122
  * @public
123
123
  */
124
124
  export declare class UpdateActionTypeCommand extends UpdateActionTypeCommand_base {
125
+ /** @internal type navigation helper, not in runtime. */
126
+ protected static __types: {
127
+ api: {
128
+ input: UpdateActionTypeInput;
129
+ output: {};
130
+ };
131
+ sdk: {
132
+ input: UpdateActionTypeCommandInput;
133
+ output: UpdateActionTypeCommandOutput;
134
+ };
135
+ };
125
136
  }
@@ -515,4 +515,15 @@ declare const UpdatePipelineCommand_base: {
515
515
  * @public
516
516
  */
517
517
  export declare class UpdatePipelineCommand extends UpdatePipelineCommand_base {
518
+ /** @internal type navigation helper, not in runtime. */
519
+ protected static __types: {
520
+ api: {
521
+ input: UpdatePipelineInput;
522
+ output: UpdatePipelineOutput;
523
+ };
524
+ sdk: {
525
+ input: UpdatePipelineCommandInput;
526
+ output: UpdatePipelineCommandOutput;
527
+ };
528
+ };
518
529
  }
@@ -33,4 +33,15 @@ declare const AcknowledgeJobCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class AcknowledgeJobCommand extends AcknowledgeJobCommand_base {}
36
+ export declare class AcknowledgeJobCommand extends AcknowledgeJobCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: AcknowledgeJobInput;
40
+ output: AcknowledgeJobOutput;
41
+ };
42
+ sdk: {
43
+ input: AcknowledgeJobCommandInput;
44
+ output: AcknowledgeJobCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const AcknowledgeThirdPartyJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AcknowledgeThirdPartyJobCommand extends AcknowledgeThirdPartyJobCommand_base {}
40
+ export declare class AcknowledgeThirdPartyJobCommand extends AcknowledgeThirdPartyJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AcknowledgeThirdPartyJobInput;
44
+ output: AcknowledgeThirdPartyJobOutput;
45
+ };
46
+ sdk: {
47
+ input: AcknowledgeThirdPartyJobCommandInput;
48
+ output: AcknowledgeThirdPartyJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateCustomActionTypeCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateCustomActionTypeCommand extends CreateCustomActionTypeCommand_base {}
40
+ export declare class CreateCustomActionTypeCommand extends CreateCustomActionTypeCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateCustomActionTypeInput;
44
+ output: CreateCustomActionTypeOutput;
45
+ };
46
+ sdk: {
47
+ input: CreateCustomActionTypeCommandInput;
48
+ output: CreateCustomActionTypeCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreatePipelineCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreatePipelineCommand extends CreatePipelineCommand_base {}
36
+ export declare class CreatePipelineCommand extends CreatePipelineCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreatePipelineInput;
40
+ output: CreatePipelineOutput;
41
+ };
42
+ sdk: {
43
+ input: CreatePipelineCommandInput;
44
+ output: CreatePipelineCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -32,4 +32,15 @@ declare const DeleteCustomActionTypeCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteCustomActionTypeCommand extends DeleteCustomActionTypeCommand_base {}
35
+ export declare class DeleteCustomActionTypeCommand extends DeleteCustomActionTypeCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteCustomActionTypeInput;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteCustomActionTypeCommandInput;
43
+ output: DeleteCustomActionTypeCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -31,4 +31,15 @@ declare const DeletePipelineCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeletePipelineCommand extends DeletePipelineCommand_base {}
34
+ export declare class DeletePipelineCommand extends DeletePipelineCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeletePipelineInput;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeletePipelineCommandInput;
42
+ output: DeletePipelineCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const DeleteWebhookCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteWebhookCommand extends DeleteWebhookCommand_base {}
36
+ export declare class DeleteWebhookCommand extends DeleteWebhookCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteWebhookInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteWebhookCommandInput;
44
+ output: DeleteWebhookCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DeregisterWebhookWithThirdPartyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeregisterWebhookWithThirdPartyCommand extends DeregisterWebhookWithThirdPartyCommand_base {}
40
+ export declare class DeregisterWebhookWithThirdPartyCommand extends DeregisterWebhookWithThirdPartyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeregisterWebhookWithThirdPartyInput;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeregisterWebhookWithThirdPartyCommandInput;
48
+ output: DeregisterWebhookWithThirdPartyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -32,4 +32,15 @@ declare const DisableStageTransitionCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DisableStageTransitionCommand extends DisableStageTransitionCommand_base {}
35
+ export declare class DisableStageTransitionCommand extends DisableStageTransitionCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DisableStageTransitionInput;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DisableStageTransitionCommandInput;
43
+ output: DisableStageTransitionCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -32,4 +32,15 @@ declare const EnableStageTransitionCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class EnableStageTransitionCommand extends EnableStageTransitionCommand_base {}
35
+ export declare class EnableStageTransitionCommand extends EnableStageTransitionCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: EnableStageTransitionInput;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: EnableStageTransitionCommandInput;
43
+ output: EnableStageTransitionCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -33,4 +33,15 @@ declare const GetActionTypeCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetActionTypeCommand extends GetActionTypeCommand_base {}
36
+ export declare class GetActionTypeCommand extends GetActionTypeCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetActionTypeInput;
40
+ output: GetActionTypeOutput;
41
+ };
42
+ sdk: {
43
+ input: GetActionTypeCommandInput;
44
+ output: GetActionTypeCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetJobDetailsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetJobDetailsCommand extends GetJobDetailsCommand_base {}
36
+ export declare class GetJobDetailsCommand extends GetJobDetailsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetJobDetailsInput;
40
+ output: GetJobDetailsOutput;
41
+ };
42
+ sdk: {
43
+ input: GetJobDetailsCommandInput;
44
+ output: GetJobDetailsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetPipelineCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetPipelineCommand extends GetPipelineCommand_base {}
36
+ export declare class GetPipelineCommand extends GetPipelineCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetPipelineInput;
40
+ output: GetPipelineOutput;
41
+ };
42
+ sdk: {
43
+ input: GetPipelineCommandInput;
44
+ output: GetPipelineCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetPipelineExecutionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetPipelineExecutionCommand extends GetPipelineExecutionCommand_base {}
40
+ export declare class GetPipelineExecutionCommand extends GetPipelineExecutionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetPipelineExecutionInput;
44
+ output: GetPipelineExecutionOutput;
45
+ };
46
+ sdk: {
47
+ input: GetPipelineExecutionCommandInput;
48
+ output: GetPipelineExecutionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetPipelineStateCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetPipelineStateCommand extends GetPipelineStateCommand_base {}
39
+ export declare class GetPipelineStateCommand extends GetPipelineStateCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetPipelineStateInput;
43
+ output: GetPipelineStateOutput;
44
+ };
45
+ sdk: {
46
+ input: GetPipelineStateCommandInput;
47
+ output: GetPipelineStateCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetThirdPartyJobDetailsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetThirdPartyJobDetailsCommand extends GetThirdPartyJobDetailsCommand_base {}
40
+ export declare class GetThirdPartyJobDetailsCommand extends GetThirdPartyJobDetailsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetThirdPartyJobDetailsInput;
44
+ output: GetThirdPartyJobDetailsOutput;
45
+ };
46
+ sdk: {
47
+ input: GetThirdPartyJobDetailsCommandInput;
48
+ output: GetThirdPartyJobDetailsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListActionExecutionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListActionExecutionsCommand extends ListActionExecutionsCommand_base {}
40
+ export declare class ListActionExecutionsCommand extends ListActionExecutionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListActionExecutionsInput;
44
+ output: ListActionExecutionsOutput;
45
+ };
46
+ sdk: {
47
+ input: ListActionExecutionsCommandInput;
48
+ output: ListActionExecutionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListActionTypesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListActionTypesCommand extends ListActionTypesCommand_base {}
39
+ export declare class ListActionTypesCommand extends ListActionTypesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListActionTypesInput;
43
+ output: ListActionTypesOutput;
44
+ };
45
+ sdk: {
46
+ input: ListActionTypesCommandInput;
47
+ output: ListActionTypesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListPipelineExecutionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListPipelineExecutionsCommand extends ListPipelineExecutionsCommand_base {}
40
+ export declare class ListPipelineExecutionsCommand extends ListPipelineExecutionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListPipelineExecutionsInput;
44
+ output: ListPipelineExecutionsOutput;
45
+ };
46
+ sdk: {
47
+ input: ListPipelineExecutionsCommandInput;
48
+ output: ListPipelineExecutionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListPipelinesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListPipelinesCommand extends ListPipelinesCommand_base {}
36
+ export declare class ListPipelinesCommand extends ListPipelinesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListPipelinesInput;
40
+ output: ListPipelinesOutput;
41
+ };
42
+ sdk: {
43
+ input: ListPipelinesCommandInput;
44
+ output: ListPipelinesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListRuleExecutionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListRuleExecutionsCommand extends ListRuleExecutionsCommand_base {}
40
+ export declare class ListRuleExecutionsCommand extends ListRuleExecutionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListRuleExecutionsInput;
44
+ output: ListRuleExecutionsOutput;
45
+ };
46
+ sdk: {
47
+ input: ListRuleExecutionsCommandInput;
48
+ output: ListRuleExecutionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListRuleTypesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListRuleTypesCommand extends ListRuleTypesCommand_base {}
36
+ export declare class ListRuleTypesCommand extends ListRuleTypesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListRuleTypesInput;
40
+ output: ListRuleTypesOutput;
41
+ };
42
+ sdk: {
43
+ input: ListRuleTypesCommandInput;
44
+ output: ListRuleTypesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceInput;
44
+ output: ListTagsForResourceOutput;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListWebhooksCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListWebhooksCommand extends ListWebhooksCommand_base {}
36
+ export declare class ListWebhooksCommand extends ListWebhooksCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListWebhooksInput;
40
+ output: ListWebhooksOutput;
41
+ };
42
+ sdk: {
43
+ input: ListWebhooksCommandInput;
44
+ output: ListWebhooksCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -32,4 +32,15 @@ declare const OverrideStageConditionCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class OverrideStageConditionCommand extends OverrideStageConditionCommand_base {}
35
+ export declare class OverrideStageConditionCommand extends OverrideStageConditionCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: OverrideStageConditionInput;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: OverrideStageConditionCommandInput;
43
+ output: OverrideStageConditionCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -33,4 +33,15 @@ declare const PollForJobsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class PollForJobsCommand extends PollForJobsCommand_base {}
36
+ export declare class PollForJobsCommand extends PollForJobsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: PollForJobsInput;
40
+ output: PollForJobsOutput;
41
+ };
42
+ sdk: {
43
+ input: PollForJobsCommandInput;
44
+ output: PollForJobsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const PollForThirdPartyJobsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PollForThirdPartyJobsCommand extends PollForThirdPartyJobsCommand_base {}
40
+ export declare class PollForThirdPartyJobsCommand extends PollForThirdPartyJobsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PollForThirdPartyJobsInput;
44
+ output: PollForThirdPartyJobsOutput;
45
+ };
46
+ sdk: {
47
+ input: PollForThirdPartyJobsCommandInput;
48
+ output: PollForThirdPartyJobsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const PutActionRevisionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class PutActionRevisionCommand extends PutActionRevisionCommand_base {}
39
+ export declare class PutActionRevisionCommand extends PutActionRevisionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: PutActionRevisionInput;
43
+ output: PutActionRevisionOutput;
44
+ };
45
+ sdk: {
46
+ input: PutActionRevisionCommandInput;
47
+ output: PutActionRevisionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const PutApprovalResultCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class PutApprovalResultCommand extends PutApprovalResultCommand_base {}
39
+ export declare class PutApprovalResultCommand extends PutApprovalResultCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: PutApprovalResultInput;
43
+ output: PutApprovalResultOutput;
44
+ };
45
+ sdk: {
46
+ input: PutApprovalResultCommandInput;
47
+ output: PutApprovalResultCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -32,4 +32,15 @@ declare const PutJobFailureResultCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class PutJobFailureResultCommand extends PutJobFailureResultCommand_base {}
35
+ export declare class PutJobFailureResultCommand extends PutJobFailureResultCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: PutJobFailureResultInput;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: PutJobFailureResultCommandInput;
43
+ output: PutJobFailureResultCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -32,4 +32,15 @@ declare const PutJobSuccessResultCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class PutJobSuccessResultCommand extends PutJobSuccessResultCommand_base {}
35
+ export declare class PutJobSuccessResultCommand extends PutJobSuccessResultCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: PutJobSuccessResultInput;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: PutJobSuccessResultCommandInput;
43
+ output: PutJobSuccessResultCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -33,4 +33,15 @@ declare const PutThirdPartyJobFailureResultCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class PutThirdPartyJobFailureResultCommand extends PutThirdPartyJobFailureResultCommand_base {}
36
+ export declare class PutThirdPartyJobFailureResultCommand extends PutThirdPartyJobFailureResultCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: PutThirdPartyJobFailureResultInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: PutThirdPartyJobFailureResultCommandInput;
44
+ output: PutThirdPartyJobFailureResultCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const PutThirdPartyJobSuccessResultCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class PutThirdPartyJobSuccessResultCommand extends PutThirdPartyJobSuccessResultCommand_base {}
36
+ export declare class PutThirdPartyJobSuccessResultCommand extends PutThirdPartyJobSuccessResultCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: PutThirdPartyJobSuccessResultInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: PutThirdPartyJobSuccessResultCommandInput;
44
+ output: PutThirdPartyJobSuccessResultCommandOutput;
45
+ };
46
+ };
47
+ }