@aws-sdk/client-codepipeline 3.1045.0 → 3.1046.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,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateActionType$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdatePipeline$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
package/dist-es/endpoint/bdd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
const k = "ref";
|
|
3
3
|
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
4
4
|
const _data = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/
|
|
2
|
+
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
|
|
3
3
|
import { bdd } from "./bdd";
|
|
4
4
|
const cache = new EndpointCache({
|
|
5
5
|
size: 50,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ServiceException as __ServiceException, } from "@smithy/
|
|
1
|
+
import { ServiceException as __ServiceException, } from "@smithy/core/client";
|
|
2
2
|
export { __ServiceException };
|
|
3
3
|
export class CodePipelineServiceException extends __ServiceException {
|
|
4
4
|
constructor(options) {
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
3
|
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
-
import {
|
|
4
|
+
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
6
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
5
8
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
-
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
8
|
-
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
10
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
11
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
10
|
export const getRuntimeConfig = (config) => {
|
|
13
11
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultCodePipelineHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput } from "./commands/AcknowledgeJobCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
4
|
import type { AcknowledgeJobInput, AcknowledgeJobOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AcknowledgeJobCommandInput extends AcknowledgeJobInput {
|
|
|
22
22
|
export interface AcknowledgeJobCommandOutput extends AcknowledgeJobOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AcknowledgeJobCommand_base: {
|
|
25
|
-
new (input: AcknowledgeJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: AcknowledgeJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AcknowledgeJobCommandInput): import("@smithy/core/client").CommandImpl<AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AcknowledgeJobCommandInput): import("@smithy/core/client").CommandImpl<AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about a specified job and whether that job has been received by
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
4
|
import type { AcknowledgeThirdPartyJobInput, AcknowledgeThirdPartyJobOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AcknowledgeThirdPartyJobCommandInput extends AcknowledgeThirdPa
|
|
|
22
22
|
export interface AcknowledgeThirdPartyJobCommandOutput extends AcknowledgeThirdPartyJobOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AcknowledgeThirdPartyJobCommand_base: {
|
|
25
|
-
new (input: AcknowledgeThirdPartyJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: AcknowledgeThirdPartyJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AcknowledgeThirdPartyJobCommandInput): import("@smithy/core/client").CommandImpl<AcknowledgeThirdPartyJobCommandInput, AcknowledgeThirdPartyJobCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AcknowledgeThirdPartyJobCommandInput): import("@smithy/core/client").CommandImpl<AcknowledgeThirdPartyJobCommandInput, AcknowledgeThirdPartyJobCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Confirms a job worker has received the specified job. Used for partner actions
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
4
|
import type { CreateCustomActionTypeInput, CreateCustomActionTypeOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateCustomActionTypeCommandInput extends CreateCustomActionTy
|
|
|
22
22
|
export interface CreateCustomActionTypeCommandOutput extends CreateCustomActionTypeOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateCustomActionTypeCommand_base: {
|
|
25
|
-
new (input: CreateCustomActionTypeCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateCustomActionTypeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateCustomActionTypeCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomActionTypeCommandInput, CreateCustomActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateCustomActionTypeCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomActionTypeCommandInput, CreateCustomActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new custom action that can be used in all pipelines associated with the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
4
|
import type { CreatePipelineInput, CreatePipelineOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreatePipelineCommandInput extends CreatePipelineInput {
|
|
|
22
22
|
export interface CreatePipelineCommandOutput extends CreatePipelineOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreatePipelineCommand_base: {
|
|
25
|
-
new (input: CreatePipelineCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreatePipelineCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreatePipelineCommandInput): import("@smithy/core/client").CommandImpl<CreatePipelineCommandInput, CreatePipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreatePipelineCommandInput): import("@smithy/core/client").CommandImpl<CreatePipelineCommandInput, CreatePipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a pipeline.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
4
|
import type { DeleteCustomActionTypeInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteCustomActionTypeCommandInput extends DeleteCustomActionTy
|
|
|
22
22
|
export interface DeleteCustomActionTypeCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteCustomActionTypeCommand_base: {
|
|
25
|
-
new (input: DeleteCustomActionTypeCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteCustomActionTypeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteCustomActionTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomActionTypeCommandInput, DeleteCustomActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteCustomActionTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomActionTypeCommandInput, DeleteCustomActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Marks a custom action as deleted. <code>PollForJobs</code> for the custom action
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
4
|
import type { DeletePipelineInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeletePipelineCommandInput extends DeletePipelineInput {
|
|
|
22
22
|
export interface DeletePipelineCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeletePipelineCommand_base: {
|
|
25
|
-
new (input: DeletePipelineCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeletePipelineCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeletePipelineCommandInput): import("@smithy/core/client").CommandImpl<DeletePipelineCommandInput, DeletePipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeletePipelineCommandInput): import("@smithy/core/client").CommandImpl<DeletePipelineCommandInput, DeletePipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified pipeline.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
4
|
import type { DeleteWebhookInput, DeleteWebhookOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteWebhookCommandInput extends DeleteWebhookInput {
|
|
|
22
22
|
export interface DeleteWebhookCommandOutput extends DeleteWebhookOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteWebhookCommand_base: {
|
|
25
|
-
new (input: DeleteWebhookCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteWebhookCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteWebhookCommandInput): import("@smithy/core/client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteWebhookCommandInput): import("@smithy/core/client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a previously created webhook by name. Deleting the webhook stops CodePipeline from starting a pipeline every time an external event occurs. The API
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
4
|
import type { DeregisterWebhookWithThirdPartyInput, DeregisterWebhookWithThirdPartyOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeregisterWebhookWithThirdPartyCommandInput extends DeregisterW
|
|
|
22
22
|
export interface DeregisterWebhookWithThirdPartyCommandOutput extends DeregisterWebhookWithThirdPartyOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeregisterWebhookWithThirdPartyCommand_base: {
|
|
25
|
-
new (input: DeregisterWebhookWithThirdPartyCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DeregisterWebhookWithThirdPartyCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeregisterWebhookWithThirdPartyCommandInput): import("@smithy/core/client").CommandImpl<DeregisterWebhookWithThirdPartyCommandInput, DeregisterWebhookWithThirdPartyCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DeregisterWebhookWithThirdPartyCommandInput]): import("@smithy/core/client").CommandImpl<DeregisterWebhookWithThirdPartyCommandInput, DeregisterWebhookWithThirdPartyCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes the connection between the webhook that was created by CodePipeline
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
4
|
import type { DisableStageTransitionInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DisableStageTransitionCommandInput extends DisableStageTransiti
|
|
|
22
22
|
export interface DisableStageTransitionCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisableStageTransitionCommand_base: {
|
|
25
|
-
new (input: DisableStageTransitionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisableStageTransitionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisableStageTransitionCommandInput): import("@smithy/core/client").CommandImpl<DisableStageTransitionCommandInput, DisableStageTransitionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisableStageTransitionCommandInput): import("@smithy/core/client").CommandImpl<DisableStageTransitionCommandInput, DisableStageTransitionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Prevents artifacts in a pipeline from transitioning to the next stage in the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
4
|
import type { EnableStageTransitionInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface EnableStageTransitionCommandInput extends EnableStageTransition
|
|
|
22
22
|
export interface EnableStageTransitionCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const EnableStageTransitionCommand_base: {
|
|
25
|
-
new (input: EnableStageTransitionCommandInput): import("@smithy/
|
|
26
|
-
new (input: EnableStageTransitionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: EnableStageTransitionCommandInput): import("@smithy/core/client").CommandImpl<EnableStageTransitionCommandInput, EnableStageTransitionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: EnableStageTransitionCommandInput): import("@smithy/core/client").CommandImpl<EnableStageTransitionCommandInput, EnableStageTransitionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables artifacts in a pipeline to transition to a stage in a pipeline.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
4
|
import type { GetActionTypeInput, GetActionTypeOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetActionTypeCommandInput extends GetActionTypeInput {
|
|
|
22
22
|
export interface GetActionTypeCommandOutput extends GetActionTypeOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetActionTypeCommand_base: {
|
|
25
|
-
new (input: GetActionTypeCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetActionTypeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetActionTypeCommandInput): import("@smithy/core/client").CommandImpl<GetActionTypeCommandInput, GetActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetActionTypeCommandInput): import("@smithy/core/client").CommandImpl<GetActionTypeCommandInput, GetActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about an action type created for an external provider, where the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
4
|
import type { GetJobDetailsInput, GetJobDetailsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetJobDetailsCommandInput extends GetJobDetailsInput {
|
|
|
22
22
|
export interface GetJobDetailsCommandOutput extends GetJobDetailsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetJobDetailsCommand_base: {
|
|
25
|
-
new (input: GetJobDetailsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetJobDetailsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetJobDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetJobDetailsCommandInput, GetJobDetailsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetJobDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetJobDetailsCommandInput, GetJobDetailsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about a job. Used for custom actions only.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
4
|
import type { GetPipelineInput, GetPipelineOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetPipelineCommandInput extends GetPipelineInput {
|
|
|
22
22
|
export interface GetPipelineCommandOutput extends GetPipelineOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetPipelineCommand_base: {
|
|
25
|
-
new (input: GetPipelineCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetPipelineCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetPipelineCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineCommandInput, GetPipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetPipelineCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineCommandInput, GetPipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the metadata, structure, stages, and actions of a pipeline. Can be used to
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
4
|
import type { GetPipelineExecutionInput, GetPipelineExecutionOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetPipelineExecutionCommandInput extends GetPipelineExecutionIn
|
|
|
22
22
|
export interface GetPipelineExecutionCommandOutput extends GetPipelineExecutionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetPipelineExecutionCommand_base: {
|
|
25
|
-
new (input: GetPipelineExecutionCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetPipelineExecutionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetPipelineExecutionCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineExecutionCommandInput, GetPipelineExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetPipelineExecutionCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineExecutionCommandInput, GetPipelineExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about an execution of a pipeline, including details about
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
4
|
import type { GetPipelineStateInput, GetPipelineStateOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetPipelineStateCommandInput extends GetPipelineStateInput {
|
|
|
22
22
|
export interface GetPipelineStateCommandOutput extends GetPipelineStateOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetPipelineStateCommand_base: {
|
|
25
|
-
new (input: GetPipelineStateCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetPipelineStateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetPipelineStateCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineStateCommandInput, GetPipelineStateCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetPipelineStateCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineStateCommandInput, GetPipelineStateCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about the state of a pipeline, including the stages and
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
4
|
import type { GetThirdPartyJobDetailsInput, GetThirdPartyJobDetailsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetThirdPartyJobDetailsCommandInput extends GetThirdPartyJobDet
|
|
|
22
22
|
export interface GetThirdPartyJobDetailsCommandOutput extends GetThirdPartyJobDetailsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetThirdPartyJobDetailsCommand_base: {
|
|
25
|
-
new (input: GetThirdPartyJobDetailsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetThirdPartyJobDetailsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetThirdPartyJobDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetThirdPartyJobDetailsCommandInput, GetThirdPartyJobDetailsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetThirdPartyJobDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetThirdPartyJobDetailsCommandInput, GetThirdPartyJobDetailsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Requests the details of a job for a third party action. Used for partner actions
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
4
|
import type { ListActionExecutionsInput, ListActionExecutionsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListActionExecutionsCommandInput extends ListActionExecutionsIn
|
|
|
22
22
|
export interface ListActionExecutionsCommandOutput extends ListActionExecutionsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListActionExecutionsCommand_base: {
|
|
25
|
-
new (input: ListActionExecutionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListActionExecutionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListActionExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListActionExecutionsCommandInput, ListActionExecutionsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListActionExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListActionExecutionsCommandInput, ListActionExecutionsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the action executions that have occurred in a pipeline.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
4
|
import type { ListActionTypesInput, ListActionTypesOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListActionTypesCommandInput extends ListActionTypesInput {
|
|
|
22
22
|
export interface ListActionTypesCommandOutput extends ListActionTypesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListActionTypesCommand_base: {
|
|
25
|
-
new (input: ListActionTypesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListActionTypesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListActionTypesCommandInput): import("@smithy/core/client").CommandImpl<ListActionTypesCommandInput, ListActionTypesCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListActionTypesCommandInput]): import("@smithy/core/client").CommandImpl<ListActionTypesCommandInput, ListActionTypesCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a summary of all CodePipeline action types associated with your
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
4
|
import type { ListDeployActionExecutionTargetsInput, ListDeployActionExecutionTargetsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDeployActionExecutionTargetsCommandInput extends ListDeploy
|
|
|
22
22
|
export interface ListDeployActionExecutionTargetsCommandOutput extends ListDeployActionExecutionTargetsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDeployActionExecutionTargetsCommand_base: {
|
|
25
|
-
new (input: ListDeployActionExecutionTargetsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListDeployActionExecutionTargetsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDeployActionExecutionTargetsCommandInput): import("@smithy/core/client").CommandImpl<ListDeployActionExecutionTargetsCommandInput, ListDeployActionExecutionTargetsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListDeployActionExecutionTargetsCommandInput): import("@smithy/core/client").CommandImpl<ListDeployActionExecutionTargetsCommandInput, ListDeployActionExecutionTargetsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the targets for the deploy action.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
4
|
import type { ListPipelineExecutionsInput, ListPipelineExecutionsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListPipelineExecutionsCommandInput extends ListPipelineExecutio
|
|
|
22
22
|
export interface ListPipelineExecutionsCommandOutput extends ListPipelineExecutionsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListPipelineExecutionsCommand_base: {
|
|
25
|
-
new (input: ListPipelineExecutionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListPipelineExecutionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListPipelineExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListPipelineExecutionsCommandInput, ListPipelineExecutionsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListPipelineExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListPipelineExecutionsCommandInput, ListPipelineExecutionsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a summary of the most recent executions for a pipeline.</p>
|