@aws-sdk/client-codedeploy 3.1044.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 +119 -121
- package/dist-cjs/models/CodeDeployServiceException.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/CodeDeploy.js +1 -1
- package/dist-es/CodeDeployClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddTagsToOnPremisesInstancesCommand.js +2 -2
- package/dist-es/commands/BatchGetApplicationRevisionsCommand.js +2 -2
- package/dist-es/commands/BatchGetApplicationsCommand.js +2 -2
- package/dist-es/commands/BatchGetDeploymentGroupsCommand.js +2 -2
- package/dist-es/commands/BatchGetDeploymentInstancesCommand.js +2 -2
- package/dist-es/commands/BatchGetDeploymentTargetsCommand.js +2 -2
- package/dist-es/commands/BatchGetDeploymentsCommand.js +2 -2
- package/dist-es/commands/BatchGetOnPremisesInstancesCommand.js +2 -2
- package/dist-es/commands/ContinueDeploymentCommand.js +2 -2
- package/dist-es/commands/CreateApplicationCommand.js +2 -2
- package/dist-es/commands/CreateDeploymentCommand.js +2 -2
- package/dist-es/commands/CreateDeploymentConfigCommand.js +2 -2
- package/dist-es/commands/CreateDeploymentGroupCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationCommand.js +2 -2
- package/dist-es/commands/DeleteDeploymentConfigCommand.js +2 -2
- package/dist-es/commands/DeleteDeploymentGroupCommand.js +2 -2
- package/dist-es/commands/DeleteGitHubAccountTokenCommand.js +2 -2
- package/dist-es/commands/DeleteResourcesByExternalIdCommand.js +2 -2
- package/dist-es/commands/DeregisterOnPremisesInstanceCommand.js +2 -2
- package/dist-es/commands/GetApplicationCommand.js +2 -2
- package/dist-es/commands/GetApplicationRevisionCommand.js +2 -2
- package/dist-es/commands/GetDeploymentCommand.js +2 -2
- package/dist-es/commands/GetDeploymentConfigCommand.js +2 -2
- package/dist-es/commands/GetDeploymentGroupCommand.js +2 -2
- package/dist-es/commands/GetDeploymentInstanceCommand.js +2 -2
- package/dist-es/commands/GetDeploymentTargetCommand.js +2 -2
- package/dist-es/commands/GetOnPremisesInstanceCommand.js +2 -2
- package/dist-es/commands/ListApplicationRevisionsCommand.js +2 -2
- package/dist-es/commands/ListApplicationsCommand.js +2 -2
- package/dist-es/commands/ListDeploymentConfigsCommand.js +2 -2
- package/dist-es/commands/ListDeploymentGroupsCommand.js +2 -2
- package/dist-es/commands/ListDeploymentInstancesCommand.js +2 -2
- package/dist-es/commands/ListDeploymentTargetsCommand.js +2 -2
- package/dist-es/commands/ListDeploymentsCommand.js +2 -2
- package/dist-es/commands/ListGitHubAccountTokenNamesCommand.js +2 -2
- package/dist-es/commands/ListOnPremisesInstancesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +2 -2
- package/dist-es/commands/RegisterApplicationRevisionCommand.js +2 -2
- package/dist-es/commands/RegisterOnPremisesInstanceCommand.js +2 -2
- package/dist-es/commands/RemoveTagsFromOnPremisesInstancesCommand.js +2 -2
- package/dist-es/commands/SkipWaitTimeForInstanceTerminationCommand.js +2 -2
- package/dist-es/commands/StopDeploymentCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationCommand.js +2 -2
- package/dist-es/commands/UpdateDeploymentGroupCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/CodeDeployServiceException.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-es/waiters/waitForDeploymentSuccessful.js +1 -1
- package/dist-types/CodeDeploy.d.ts +1 -1
- package/dist-types/CodeDeployClient.d.ts +5 -5
- package/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetApplicationsCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetDeploymentsCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +6 -4
- package/dist-types/commands/ContinueDeploymentCommand.d.ts +6 -4
- package/dist-types/commands/CreateApplicationCommand.d.ts +6 -4
- package/dist-types/commands/CreateDeploymentCommand.d.ts +6 -4
- package/dist-types/commands/CreateDeploymentConfigCommand.d.ts +6 -4
- package/dist-types/commands/CreateDeploymentGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +6 -4
- package/dist-types/commands/GetApplicationCommand.d.ts +6 -4
- package/dist-types/commands/GetApplicationRevisionCommand.d.ts +6 -4
- package/dist-types/commands/GetDeploymentCommand.d.ts +6 -4
- package/dist-types/commands/GetDeploymentConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetDeploymentGroupCommand.d.ts +6 -4
- package/dist-types/commands/GetDeploymentInstanceCommand.d.ts +6 -4
- package/dist-types/commands/GetDeploymentTargetCommand.d.ts +6 -4
- package/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +6 -4
- package/dist-types/commands/ListApplicationRevisionsCommand.d.ts +6 -4
- package/dist-types/commands/ListApplicationsCommand.d.ts +6 -4
- package/dist-types/commands/ListDeploymentConfigsCommand.d.ts +6 -4
- package/dist-types/commands/ListDeploymentGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListDeploymentInstancesCommand.d.ts +6 -4
- package/dist-types/commands/ListDeploymentTargetsCommand.d.ts +6 -4
- package/dist-types/commands/ListDeploymentsCommand.d.ts +6 -4
- package/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +6 -4
- package/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +6 -4
- package/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +6 -4
- package/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +6 -4
- package/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +6 -4
- package/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +6 -4
- package/dist-types/commands/StopDeploymentCommand.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/UpdateApplicationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDeploymentGroupCommand.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/CodeDeployServiceException.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/CodeDeploy.d.ts +1 -1
- package/dist-types/ts3.4/CodeDeployClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopDeploymentCommand.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/UpdateApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.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/CodeDeployServiceException.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/dist-types/ts3.4/waiters/waitForDeploymentSuccessful.d.ts +1 -1
- package/dist-types/waiters/waitForDeploymentSuccessful.d.ts +1 -1
- package/package.json +13 -35
|
@@ -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 { SkipWaitTimeForInstanceTermination$ } 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 { StopDeployment$ } 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 { TagResource$ } 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 { 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 { UpdateApplication$ } 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 { UpdateDeploymentGroup$ } 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 CodeDeployServiceException 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 { defaultCodeDeployHttpAuthSchemeProvider } 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,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { GetDeploymentCommand, } from "../commands/GetDeploymentCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { type WaiterResult } from "@smithy/core/client";
|
|
1
2
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
-
import type { WaiterResult } from "@smithy/util-waiter";
|
|
3
3
|
import { CodeDeployClient } from "./CodeDeployClient";
|
|
4
4
|
import { type AddTagsToOnPremisesInstancesCommandInput, type AddTagsToOnPremisesInstancesCommandOutput } from "./commands/AddTagsToOnPremisesInstancesCommand";
|
|
5
5
|
import { type BatchGetApplicationRevisionsCommandInput, type BatchGetApplicationRevisionsCommandOutput } from "./commands/BatchGetApplicationRevisionsCommand";
|
|
@@ -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 { AddTagsToOnPremisesInstancesCommandInput, AddTagsToOnPremisesInstancesCommandOutput } from "./commands/AddTagsToOnPremisesInstancesCommand";
|
|
@@ -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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
4
|
import type { AddTagsToOnPremisesInstancesInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AddTagsToOnPremisesInstancesCommandInput extends AddTagsToOnPre
|
|
|
22
22
|
export interface AddTagsToOnPremisesInstancesCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AddTagsToOnPremisesInstancesCommand_base: {
|
|
25
|
-
new (input: AddTagsToOnPremisesInstancesCommandInput): import("@smithy/
|
|
26
|
-
new (input: AddTagsToOnPremisesInstancesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AddTagsToOnPremisesInstancesCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToOnPremisesInstancesCommandInput, AddTagsToOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AddTagsToOnPremisesInstancesCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToOnPremisesInstancesCommandInput, AddTagsToOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds tags to on-premises instances.</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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
4
|
import type { BatchGetApplicationRevisionsInput, BatchGetApplicationRevisionsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchGetApplicationRevisionsCommandInput extends BatchGetApplic
|
|
|
22
22
|
export interface BatchGetApplicationRevisionsCommandOutput extends BatchGetApplicationRevisionsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchGetApplicationRevisionsCommand_base: {
|
|
25
|
-
new (input: BatchGetApplicationRevisionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchGetApplicationRevisionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchGetApplicationRevisionsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetApplicationRevisionsCommandInput, BatchGetApplicationRevisionsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchGetApplicationRevisionsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetApplicationRevisionsCommandInput, BatchGetApplicationRevisionsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about one or more application revisions. The maximum number of
|
|
@@ -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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
4
|
import type { BatchGetApplicationsInput, BatchGetApplicationsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchGetApplicationsCommandInput extends BatchGetApplicationsIn
|
|
|
22
22
|
export interface BatchGetApplicationsCommandOutput extends BatchGetApplicationsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchGetApplicationsCommand_base: {
|
|
25
|
-
new (input: BatchGetApplicationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchGetApplicationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchGetApplicationsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetApplicationsCommandInput, BatchGetApplicationsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchGetApplicationsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetApplicationsCommandInput, BatchGetApplicationsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about one or more applications. The maximum number of applications
|
|
@@ -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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
4
|
import type { BatchGetDeploymentGroupsInput, BatchGetDeploymentGroupsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchGetDeploymentGroupsCommandInput extends BatchGetDeployment
|
|
|
22
22
|
export interface BatchGetDeploymentGroupsCommandOutput extends BatchGetDeploymentGroupsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchGetDeploymentGroupsCommand_base: {
|
|
25
|
-
new (input: BatchGetDeploymentGroupsCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchGetDeploymentGroupsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchGetDeploymentGroupsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentGroupsCommandInput, BatchGetDeploymentGroupsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchGetDeploymentGroupsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentGroupsCommandInput, BatchGetDeploymentGroupsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about one or more deployment groups.</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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
4
|
import type { BatchGetDeploymentInstancesInput, BatchGetDeploymentInstancesOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchGetDeploymentInstancesCommandInput extends BatchGetDeploym
|
|
|
22
22
|
export interface BatchGetDeploymentInstancesCommandOutput extends BatchGetDeploymentInstancesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchGetDeploymentInstancesCommand_base: {
|
|
25
|
-
new (input: BatchGetDeploymentInstancesCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchGetDeploymentInstancesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchGetDeploymentInstancesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentInstancesCommandInput, BatchGetDeploymentInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchGetDeploymentInstancesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentInstancesCommandInput, BatchGetDeploymentInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <note>
|
|
@@ -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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
4
|
import type { BatchGetDeploymentTargetsInput, BatchGetDeploymentTargetsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchGetDeploymentTargetsCommandInput extends BatchGetDeploymen
|
|
|
22
22
|
export interface BatchGetDeploymentTargetsCommandOutput extends BatchGetDeploymentTargetsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchGetDeploymentTargetsCommand_base: {
|
|
25
|
-
new (input: BatchGetDeploymentTargetsCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchGetDeploymentTargetsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchGetDeploymentTargetsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentTargetsCommandInput, BatchGetDeploymentTargetsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchGetDeploymentTargetsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentTargetsCommandInput, BatchGetDeploymentTargetsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Returns an array of one or more targets associated with a deployment. This method
|
|
@@ -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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
4
|
import type { BatchGetDeploymentsInput, BatchGetDeploymentsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchGetDeploymentsCommandInput extends BatchGetDeploymentsInpu
|
|
|
22
22
|
export interface BatchGetDeploymentsCommandOutput extends BatchGetDeploymentsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchGetDeploymentsCommand_base: {
|
|
25
|
-
new (input: BatchGetDeploymentsCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchGetDeploymentsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchGetDeploymentsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentsCommandInput, BatchGetDeploymentsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchGetDeploymentsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentsCommandInput, BatchGetDeploymentsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about one or more deployments. The maximum number of deployments that
|
|
@@ -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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
4
|
import type { BatchGetOnPremisesInstancesInput, BatchGetOnPremisesInstancesOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchGetOnPremisesInstancesCommandInput extends BatchGetOnPremi
|
|
|
22
22
|
export interface BatchGetOnPremisesInstancesCommandOutput extends BatchGetOnPremisesInstancesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchGetOnPremisesInstancesCommand_base: {
|
|
25
|
-
new (input: BatchGetOnPremisesInstancesCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchGetOnPremisesInstancesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchGetOnPremisesInstancesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetOnPremisesInstancesCommandInput, BatchGetOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchGetOnPremisesInstancesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetOnPremisesInstancesCommandInput, BatchGetOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about one or more on-premises instances. The maximum number of
|
|
@@ -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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
4
|
import type { ContinueDeploymentInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ContinueDeploymentCommandInput extends ContinueDeploymentInput
|
|
|
22
22
|
export interface ContinueDeploymentCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ContinueDeploymentCommand_base: {
|
|
25
|
-
new (input: ContinueDeploymentCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ContinueDeploymentCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ContinueDeploymentCommandInput): import("@smithy/core/client").CommandImpl<ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ContinueDeploymentCommandInput]): import("@smithy/core/client").CommandImpl<ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>For a blue/green deployment, starts the process of rerouting traffic from instances in
|
|
@@ -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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
4
|
import type { CreateApplicationInput, CreateApplicationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateApplicationCommandInput extends CreateApplicationInput {
|
|
|
22
22
|
export interface CreateApplicationCommandOutput extends CreateApplicationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateApplicationCommand_base: {
|
|
25
|
-
new (input: CreateApplicationCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateApplicationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an application.</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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
4
|
import type { CreateDeploymentInput, CreateDeploymentOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateDeploymentCommandInput extends CreateDeploymentInput {
|
|
|
22
22
|
export interface CreateDeploymentCommandOutput extends CreateDeploymentOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateDeploymentCommand_base: {
|
|
25
|
-
new (input: CreateDeploymentCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateDeploymentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateDeploymentCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateDeploymentCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deploys an application revision through the specified deployment group.</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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
4
|
import type { CreateDeploymentConfigInput, CreateDeploymentConfigOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateDeploymentConfigCommandInput extends CreateDeploymentConf
|
|
|
22
22
|
export interface CreateDeploymentConfigCommandOutput extends CreateDeploymentConfigOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateDeploymentConfigCommand_base: {
|
|
25
|
-
new (input: CreateDeploymentConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateDeploymentConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateDeploymentConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentConfigCommandInput, CreateDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateDeploymentConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentConfigCommandInput, CreateDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Creates a deployment configuration. </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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
4
|
import type { CreateDeploymentGroupInput, CreateDeploymentGroupOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateDeploymentGroupCommandInput extends CreateDeploymentGroup
|
|
|
22
22
|
export interface CreateDeploymentGroupCommandOutput extends CreateDeploymentGroupOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateDeploymentGroupCommand_base: {
|
|
25
|
-
new (input: CreateDeploymentGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateDeploymentGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateDeploymentGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentGroupCommandInput, CreateDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateDeploymentGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentGroupCommandInput, CreateDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a deployment group to which application revisions are deployed.</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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
4
|
import type { DeleteApplicationInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteApplicationCommandInput extends DeleteApplicationInput {
|
|
|
22
22
|
export interface DeleteApplicationCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteApplicationCommand_base: {
|
|
25
|
-
new (input: DeleteApplicationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteApplicationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an application.</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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
4
|
import type { DeleteDeploymentConfigInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDeploymentConfigCommandInput extends DeleteDeploymentConf
|
|
|
22
22
|
export interface DeleteDeploymentConfigCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDeploymentConfigCommand_base: {
|
|
25
|
-
new (input: DeleteDeploymentConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDeploymentConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteDeploymentConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeploymentConfigCommandInput, DeleteDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDeploymentConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeploymentConfigCommandInput, DeleteDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a deployment configuration.</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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
4
|
import type { DeleteDeploymentGroupInput, DeleteDeploymentGroupOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDeploymentGroupCommandInput extends DeleteDeploymentGroup
|
|
|
22
22
|
export interface DeleteDeploymentGroupCommandOutput extends DeleteDeploymentGroupOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDeploymentGroupCommand_base: {
|
|
25
|
-
new (input: DeleteDeploymentGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDeploymentGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteDeploymentGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeploymentGroupCommandInput, DeleteDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDeploymentGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeploymentGroupCommandInput, DeleteDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a deployment group.</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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
4
|
import type { DeleteGitHubAccountTokenInput, DeleteGitHubAccountTokenOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteGitHubAccountTokenCommandInput extends DeleteGitHubAccoun
|
|
|
22
22
|
export interface DeleteGitHubAccountTokenCommandOutput extends DeleteGitHubAccountTokenOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteGitHubAccountTokenCommand_base: {
|
|
25
|
-
new (input: DeleteGitHubAccountTokenCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DeleteGitHubAccountTokenCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteGitHubAccountTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteGitHubAccountTokenCommandInput, DeleteGitHubAccountTokenCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DeleteGitHubAccountTokenCommandInput]): import("@smithy/core/client").CommandImpl<DeleteGitHubAccountTokenCommandInput, DeleteGitHubAccountTokenCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a GitHub account connection.</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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
4
|
import type { DeleteResourcesByExternalIdInput, DeleteResourcesByExternalIdOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteResourcesByExternalIdCommandInput extends DeleteResources
|
|
|
22
22
|
export interface DeleteResourcesByExternalIdCommandOutput extends DeleteResourcesByExternalIdOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteResourcesByExternalIdCommand_base: {
|
|
25
|
-
new (input: DeleteResourcesByExternalIdCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DeleteResourcesByExternalIdCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteResourcesByExternalIdCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcesByExternalIdCommandInput, DeleteResourcesByExternalIdCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DeleteResourcesByExternalIdCommandInput]): import("@smithy/core/client").CommandImpl<DeleteResourcesByExternalIdCommandInput, DeleteResourcesByExternalIdCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes resources linked to an external ID. This action only applies if you have
|