@aws-sdk/client-codepipeline 3.1045.0 → 3.1047.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +104 -105
- package/dist-cjs/models/CodePipelineServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/CodePipeline.js +1 -1
- package/dist-es/CodePipelineClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AcknowledgeJobCommand.js +2 -2
- package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +2 -2
- package/dist-es/commands/CreateCustomActionTypeCommand.js +2 -2
- package/dist-es/commands/CreatePipelineCommand.js +2 -2
- package/dist-es/commands/DeleteCustomActionTypeCommand.js +2 -2
- package/dist-es/commands/DeletePipelineCommand.js +2 -2
- package/dist-es/commands/DeleteWebhookCommand.js +2 -2
- package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +2 -2
- package/dist-es/commands/DisableStageTransitionCommand.js +2 -2
- package/dist-es/commands/EnableStageTransitionCommand.js +2 -2
- package/dist-es/commands/GetActionTypeCommand.js +2 -2
- package/dist-es/commands/GetJobDetailsCommand.js +2 -2
- package/dist-es/commands/GetPipelineCommand.js +2 -2
- package/dist-es/commands/GetPipelineExecutionCommand.js +2 -2
- package/dist-es/commands/GetPipelineStateCommand.js +2 -2
- package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +2 -2
- package/dist-es/commands/ListActionExecutionsCommand.js +2 -2
- package/dist-es/commands/ListActionTypesCommand.js +2 -2
- package/dist-es/commands/ListDeployActionExecutionTargetsCommand.js +2 -2
- package/dist-es/commands/ListPipelineExecutionsCommand.js +2 -2
- package/dist-es/commands/ListPipelinesCommand.js +2 -2
- package/dist-es/commands/ListRuleExecutionsCommand.js +2 -2
- package/dist-es/commands/ListRuleTypesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWebhooksCommand.js +2 -2
- package/dist-es/commands/OverrideStageConditionCommand.js +2 -2
- package/dist-es/commands/PollForJobsCommand.js +2 -2
- package/dist-es/commands/PollForThirdPartyJobsCommand.js +2 -2
- package/dist-es/commands/PutActionRevisionCommand.js +2 -2
- package/dist-es/commands/PutApprovalResultCommand.js +2 -2
- package/dist-es/commands/PutJobFailureResultCommand.js +2 -2
- package/dist-es/commands/PutJobSuccessResultCommand.js +2 -2
- package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +2 -2
- package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +2 -2
- package/dist-es/commands/PutWebhookCommand.js +2 -2
- package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +2 -2
- package/dist-es/commands/RetryStageExecutionCommand.js +2 -2
- package/dist-es/commands/RollbackStageCommand.js +2 -2
- package/dist-es/commands/StartPipelineExecutionCommand.js +2 -2
- package/dist-es/commands/StopPipelineExecutionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateActionTypeCommand.js +2 -2
- package/dist-es/commands/UpdatePipelineCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/CodePipelineServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/CodePipelineClient.d.ts +5 -5
- package/dist-types/commands/AcknowledgeJobCommand.d.ts +6 -4
- package/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateCustomActionTypeCommand.d.ts +6 -4
- package/dist-types/commands/CreatePipelineCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +6 -4
- package/dist-types/commands/DeletePipelineCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWebhookCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +6 -4
- package/dist-types/commands/DisableStageTransitionCommand.d.ts +6 -4
- package/dist-types/commands/EnableStageTransitionCommand.d.ts +6 -4
- package/dist-types/commands/GetActionTypeCommand.d.ts +6 -4
- package/dist-types/commands/GetJobDetailsCommand.d.ts +6 -4
- package/dist-types/commands/GetPipelineCommand.d.ts +6 -4
- package/dist-types/commands/GetPipelineExecutionCommand.d.ts +6 -4
- package/dist-types/commands/GetPipelineStateCommand.d.ts +6 -4
- package/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +6 -4
- package/dist-types/commands/ListActionExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/ListActionTypesCommand.d.ts +6 -4
- package/dist-types/commands/ListDeployActionExecutionTargetsCommand.d.ts +6 -4
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/ListPipelinesCommand.d.ts +6 -4
- package/dist-types/commands/ListRuleExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/ListRuleTypesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListWebhooksCommand.d.ts +6 -4
- package/dist-types/commands/OverrideStageConditionCommand.d.ts +6 -4
- package/dist-types/commands/PollForJobsCommand.d.ts +6 -4
- package/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +6 -4
- package/dist-types/commands/PutActionRevisionCommand.d.ts +6 -4
- package/dist-types/commands/PutApprovalResultCommand.d.ts +6 -4
- package/dist-types/commands/PutJobFailureResultCommand.d.ts +6 -4
- package/dist-types/commands/PutJobSuccessResultCommand.d.ts +6 -4
- package/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +6 -4
- package/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +6 -4
- package/dist-types/commands/PutWebhookCommand.d.ts +6 -4
- package/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +6 -4
- package/dist-types/commands/RetryStageExecutionCommand.d.ts +6 -4
- package/dist-types/commands/RollbackStageCommand.d.ts +6 -4
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +6 -4
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateActionTypeCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePipelineCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/CodePipelineServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/CodePipelineClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDeployActionExecutionTargetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRuleExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRuleTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/OverrideStageConditionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RollbackStageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/CodePipelineServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodePipelineClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListActionTypesCommandOutput
|
|
|
18
18
|
declare const ListActionTypesCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListActionTypesCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListActionTypesCommandInput,
|
|
23
23
|
ListActionTypesCommandOutput,
|
|
24
24
|
CodePipelineClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListActionTypesCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListActionTypesCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListActionTypesCommandInput,
|
|
32
32
|
ListActionTypesCommandOutput,
|
|
33
33
|
CodePipelineClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListActionTypesCommand extends ListActionTypesCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodePipelineClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListDeployActionExecutionTargetsCommandOutput
|
|
|
19
19
|
declare const ListDeployActionExecutionTargetsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListDeployActionExecutionTargetsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListDeployActionExecutionTargetsCommandInput,
|
|
24
24
|
ListDeployActionExecutionTargetsCommandOutput,
|
|
25
25
|
CodePipelineClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListDeployActionExecutionTargetsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListDeployActionExecutionTargetsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListDeployActionExecutionTargetsCommandInput,
|
|
33
33
|
ListDeployActionExecutionTargetsCommandOutput,
|
|
34
34
|
CodePipelineClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListDeployActionExecutionTargetsCommand extends ListDeployActionExecutionTargetsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodePipelineClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListPipelineExecutionsCommandOutput
|
|
|
19
19
|
declare const ListPipelineExecutionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListPipelineExecutionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListPipelineExecutionsCommandInput,
|
|
24
24
|
ListPipelineExecutionsCommandOutput,
|
|
25
25
|
CodePipelineClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListPipelineExecutionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListPipelineExecutionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListPipelineExecutionsCommandInput,
|
|
33
33
|
ListPipelineExecutionsCommandOutput,
|
|
34
34
|
CodePipelineClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListPipelineExecutionsCommand extends ListPipelineExecutionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface ListPipelinesCommandOutput
|
|
|
15
15
|
declare const ListPipelinesCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListPipelinesCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListPipelinesCommandInput,
|
|
20
20
|
ListPipelinesCommandOutput,
|
|
21
21
|
CodePipelineClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListPipelinesCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListPipelinesCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListPipelinesCommandInput,
|
|
29
29
|
ListPipelinesCommandOutput,
|
|
30
30
|
CodePipelineClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListPipelinesCommand extends ListPipelinesCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodePipelineClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListRuleExecutionsCommandOutput
|
|
|
19
19
|
declare const ListRuleExecutionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListRuleExecutionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListRuleExecutionsCommandInput,
|
|
24
24
|
ListRuleExecutionsCommandOutput,
|
|
25
25
|
CodePipelineClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListRuleExecutionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListRuleExecutionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListRuleExecutionsCommandInput,
|
|
33
33
|
ListRuleExecutionsCommandOutput,
|
|
34
34
|
CodePipelineClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListRuleExecutionsCommand extends ListRuleExecutionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface ListRuleTypesCommandOutput
|
|
|
15
15
|
declare const ListRuleTypesCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListRuleTypesCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListRuleTypesCommandInput,
|
|
20
20
|
ListRuleTypesCommandOutput,
|
|
21
21
|
CodePipelineClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListRuleTypesCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListRuleTypesCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListRuleTypesCommandInput,
|
|
29
29
|
ListRuleTypesCommandOutput,
|
|
30
30
|
CodePipelineClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListRuleTypesCommand extends ListRuleTypesCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodePipelineClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
CodePipelineClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
CodePipelineClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface ListWebhooksCommandOutput
|
|
|
15
15
|
declare const ListWebhooksCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListWebhooksCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListWebhooksCommandInput,
|
|
20
20
|
ListWebhooksCommandOutput,
|
|
21
21
|
CodePipelineClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListWebhooksCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListWebhooksCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListWebhooksCommandInput,
|
|
29
29
|
ListWebhooksCommandOutput,
|
|
30
30
|
CodePipelineClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListWebhooksCommand extends ListWebhooksCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodePipelineClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface OverrideStageConditionCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const OverrideStageConditionCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: OverrideStageConditionCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
OverrideStageConditionCommandInput,
|
|
19
19
|
OverrideStageConditionCommandOutput,
|
|
20
20
|
CodePipelineClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const OverrideStageConditionCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: OverrideStageConditionCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
OverrideStageConditionCommandInput,
|
|
28
28
|
OverrideStageConditionCommandOutput,
|
|
29
29
|
CodePipelineClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class OverrideStageConditionCommand extends OverrideStageConditionCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface PollForJobsCommandOutput
|
|
|
15
15
|
declare const PollForJobsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: PollForJobsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
PollForJobsCommandInput,
|
|
20
20
|
PollForJobsCommandOutput,
|
|
21
21
|
CodePipelineClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const PollForJobsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: PollForJobsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
PollForJobsCommandInput,
|
|
29
29
|
PollForJobsCommandOutput,
|
|
30
30
|
CodePipelineClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class PollForJobsCommand extends PollForJobsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodePipelineClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface PollForThirdPartyJobsCommandOutput
|
|
|
19
19
|
declare const PollForThirdPartyJobsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PollForThirdPartyJobsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PollForThirdPartyJobsCommandInput,
|
|
24
24
|
PollForThirdPartyJobsCommandOutput,
|
|
25
25
|
CodePipelineClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PollForThirdPartyJobsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PollForThirdPartyJobsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PollForThirdPartyJobsCommandInput,
|
|
33
33
|
PollForThirdPartyJobsCommandOutput,
|
|
34
34
|
CodePipelineClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class PollForThirdPartyJobsCommand extends PollForThirdPartyJobsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodePipelineClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface PutActionRevisionCommandOutput
|
|
|
18
18
|
declare const PutActionRevisionCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: PutActionRevisionCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
PutActionRevisionCommandInput,
|
|
23
23
|
PutActionRevisionCommandOutput,
|
|
24
24
|
CodePipelineClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const PutActionRevisionCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: PutActionRevisionCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
PutActionRevisionCommandInput,
|
|
32
32
|
PutActionRevisionCommandOutput,
|
|
33
33
|
CodePipelineClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class PutActionRevisionCommand extends PutActionRevisionCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodePipelineClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface PutApprovalResultCommandOutput
|
|
|
18
18
|
declare const PutApprovalResultCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: PutApprovalResultCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
PutApprovalResultCommandInput,
|
|
23
23
|
PutApprovalResultCommandOutput,
|
|
24
24
|
CodePipelineClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const PutApprovalResultCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: PutApprovalResultCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
PutApprovalResultCommandInput,
|
|
32
32
|
PutApprovalResultCommandOutput,
|
|
33
33
|
CodePipelineClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class PutApprovalResultCommand extends PutApprovalResultCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodePipelineClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface PutJobFailureResultCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const PutJobFailureResultCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: PutJobFailureResultCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
PutJobFailureResultCommandInput,
|
|
19
19
|
PutJobFailureResultCommandOutput,
|
|
20
20
|
CodePipelineClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const PutJobFailureResultCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: PutJobFailureResultCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
PutJobFailureResultCommandInput,
|
|
28
28
|
PutJobFailureResultCommandOutput,
|
|
29
29
|
CodePipelineClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class PutJobFailureResultCommand extends PutJobFailureResultCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodePipelineClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface PutJobSuccessResultCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const PutJobSuccessResultCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: PutJobSuccessResultCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
PutJobSuccessResultCommandInput,
|
|
19
19
|
PutJobSuccessResultCommandOutput,
|
|
20
20
|
CodePipelineClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const PutJobSuccessResultCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: PutJobSuccessResultCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
PutJobSuccessResultCommandInput,
|
|
28
28
|
PutJobSuccessResultCommandOutput,
|
|
29
29
|
CodePipelineClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class PutJobSuccessResultCommand extends PutJobSuccessResultCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface PutThirdPartyJobFailureResultCommandOutput
|
|
|
15
15
|
declare const PutThirdPartyJobFailureResultCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: PutThirdPartyJobFailureResultCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
PutThirdPartyJobFailureResultCommandInput,
|
|
20
20
|
PutThirdPartyJobFailureResultCommandOutput,
|
|
21
21
|
CodePipelineClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const PutThirdPartyJobFailureResultCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: PutThirdPartyJobFailureResultCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
PutThirdPartyJobFailureResultCommandInput,
|
|
29
29
|
PutThirdPartyJobFailureResultCommandOutput,
|
|
30
30
|
CodePipelineClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class PutThirdPartyJobFailureResultCommand extends PutThirdPartyJobFailureResultCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface PutThirdPartyJobSuccessResultCommandOutput
|
|
|
15
15
|
declare const PutThirdPartyJobSuccessResultCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: PutThirdPartyJobSuccessResultCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
PutThirdPartyJobSuccessResultCommandInput,
|
|
20
20
|
PutThirdPartyJobSuccessResultCommandOutput,
|
|
21
21
|
CodePipelineClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const PutThirdPartyJobSuccessResultCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: PutThirdPartyJobSuccessResultCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
PutThirdPartyJobSuccessResultCommandInput,
|
|
29
29
|
PutThirdPartyJobSuccessResultCommandOutput,
|
|
30
30
|
CodePipelineClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class PutThirdPartyJobSuccessResultCommand extends PutThirdPartyJobSuccessResultCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface PutWebhookCommandOutput
|
|
|
15
15
|
declare const PutWebhookCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: PutWebhookCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
PutWebhookCommandInput,
|
|
20
20
|
PutWebhookCommandOutput,
|
|
21
21
|
CodePipelineClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const PutWebhookCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: PutWebhookCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
PutWebhookCommandInput,
|
|
29
29
|
PutWebhookCommandOutput,
|
|
30
30
|
CodePipelineClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class PutWebhookCommand extends PutWebhookCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodePipelineClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface RegisterWebhookWithThirdPartyCommandOutput
|
|
|
19
19
|
declare const RegisterWebhookWithThirdPartyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: RegisterWebhookWithThirdPartyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
RegisterWebhookWithThirdPartyCommandInput,
|
|
24
24
|
RegisterWebhookWithThirdPartyCommandOutput,
|
|
25
25
|
CodePipelineClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const RegisterWebhookWithThirdPartyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [RegisterWebhookWithThirdPartyCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
RegisterWebhookWithThirdPartyCommandInput,
|
|
33
33
|
RegisterWebhookWithThirdPartyCommandOutput,
|
|
34
34
|
CodePipelineClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class RegisterWebhookWithThirdPartyCommand extends RegisterWebhookWithThirdPartyCommand_base {
|
|
41
43
|
protected static __types: {
|