@aws-sdk/client-codedeploy 3.1045.0 → 3.1047.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +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,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 { DeregisterOnPremisesInstanceInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeregisterOnPremisesInstanceCommandInput extends DeregisterOnPr
|
|
|
22
22
|
export interface DeregisterOnPremisesInstanceCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeregisterOnPremisesInstanceCommand_base: {
|
|
25
|
-
new (input: DeregisterOnPremisesInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeregisterOnPremisesInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeregisterOnPremisesInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeregisterOnPremisesInstanceCommandInput, DeregisterOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeregisterOnPremisesInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeregisterOnPremisesInstanceCommandInput, DeregisterOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deregisters an on-premises instance.</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 { GetApplicationInput, GetApplicationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetApplicationCommandInput extends GetApplicationInput {
|
|
|
22
22
|
export interface GetApplicationCommandOutput extends GetApplicationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetApplicationCommand_base: {
|
|
25
|
-
new (input: GetApplicationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetApplicationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetApplicationCommandInput): import("@smithy/core/client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetApplicationCommandInput): import("@smithy/core/client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about 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 { GetApplicationRevisionInput, GetApplicationRevisionOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetApplicationRevisionCommandInput extends GetApplicationRevisi
|
|
|
22
22
|
export interface GetApplicationRevisionCommandOutput extends GetApplicationRevisionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetApplicationRevisionCommand_base: {
|
|
25
|
-
new (input: GetApplicationRevisionCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetApplicationRevisionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetApplicationRevisionCommandInput): import("@smithy/core/client").CommandImpl<GetApplicationRevisionCommandInput, GetApplicationRevisionCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetApplicationRevisionCommandInput): import("@smithy/core/client").CommandImpl<GetApplicationRevisionCommandInput, GetApplicationRevisionCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about an application revision.</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 { GetDeploymentInput, GetDeploymentOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDeploymentCommandInput extends GetDeploymentInput {
|
|
|
22
22
|
export interface GetDeploymentCommandOutput extends GetDeploymentOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDeploymentCommand_base: {
|
|
25
|
-
new (input: GetDeploymentCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDeploymentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDeploymentCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentCommandInput, GetDeploymentCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDeploymentCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentCommandInput, GetDeploymentCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about a deployment.</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 { GetDeploymentConfigInput, GetDeploymentConfigOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDeploymentConfigCommandInput extends GetDeploymentConfigInpu
|
|
|
22
22
|
export interface GetDeploymentConfigCommandOutput extends GetDeploymentConfigOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDeploymentConfigCommand_base: {
|
|
25
|
-
new (input: GetDeploymentConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDeploymentConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDeploymentConfigCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentConfigCommandInput, GetDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDeploymentConfigCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentConfigCommandInput, GetDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about 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 { GetDeploymentGroupInput, GetDeploymentGroupOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDeploymentGroupCommandInput extends GetDeploymentGroupInput
|
|
|
22
22
|
export interface GetDeploymentGroupCommandOutput extends GetDeploymentGroupOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDeploymentGroupCommand_base: {
|
|
25
|
-
new (input: GetDeploymentGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDeploymentGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDeploymentGroupCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentGroupCommandInput, GetDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDeploymentGroupCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentGroupCommandInput, GetDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about 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 { GetDeploymentInstanceInput, GetDeploymentInstanceOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDeploymentInstanceCommandInput extends GetDeploymentInstance
|
|
|
22
22
|
export interface GetDeploymentInstanceCommandOutput extends GetDeploymentInstanceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDeploymentInstanceCommand_base: {
|
|
25
|
-
new (input: GetDeploymentInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDeploymentInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDeploymentInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentInstanceCommandInput, GetDeploymentInstanceCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDeploymentInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentInstanceCommandInput, GetDeploymentInstanceCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about an instance as part of a deployment.</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 { GetDeploymentTargetInput, GetDeploymentTargetOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDeploymentTargetCommandInput extends GetDeploymentTargetInpu
|
|
|
22
22
|
export interface GetDeploymentTargetCommandOutput extends GetDeploymentTargetOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDeploymentTargetCommand_base: {
|
|
25
|
-
new (input: GetDeploymentTargetCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDeploymentTargetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDeploymentTargetCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentTargetCommandInput, GetDeploymentTargetCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDeploymentTargetCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentTargetCommandInput, GetDeploymentTargetCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Returns information about a deployment target. </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 { GetOnPremisesInstanceInput, GetOnPremisesInstanceOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetOnPremisesInstanceCommandInput extends GetOnPremisesInstance
|
|
|
22
22
|
export interface GetOnPremisesInstanceCommandOutput extends GetOnPremisesInstanceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetOnPremisesInstanceCommand_base: {
|
|
25
|
-
new (input: GetOnPremisesInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetOnPremisesInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetOnPremisesInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetOnPremisesInstanceCommandInput, GetOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetOnPremisesInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetOnPremisesInstanceCommandInput, GetOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Gets information about an on-premises instance. </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 { ListApplicationRevisionsInput, ListApplicationRevisionsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListApplicationRevisionsCommandInput extends ListApplicationRev
|
|
|
22
22
|
export interface ListApplicationRevisionsCommandOutput extends ListApplicationRevisionsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListApplicationRevisionsCommand_base: {
|
|
25
|
-
new (input: ListApplicationRevisionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListApplicationRevisionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListApplicationRevisionsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationRevisionsCommandInput, ListApplicationRevisionsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListApplicationRevisionsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationRevisionsCommandInput, ListApplicationRevisionsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists information about revisions for 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 { ListApplicationsInput, ListApplicationsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListApplicationsCommandInput extends ListApplicationsInput {
|
|
|
22
22
|
export interface ListApplicationsCommandOutput extends ListApplicationsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListApplicationsCommand_base: {
|
|
25
|
-
new (input: ListApplicationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListApplicationsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the applications registered with the user or Amazon Web Services account.</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 { ListDeploymentConfigsInput, ListDeploymentConfigsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDeploymentConfigsCommandInput extends ListDeploymentConfigs
|
|
|
22
22
|
export interface ListDeploymentConfigsCommandOutput extends ListDeploymentConfigsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDeploymentConfigsCommand_base: {
|
|
25
|
-
new (input: ListDeploymentConfigsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListDeploymentConfigsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDeploymentConfigsCommandInput): import("@smithy/core/client").CommandImpl<ListDeploymentConfigsCommandInput, ListDeploymentConfigsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListDeploymentConfigsCommandInput]): import("@smithy/core/client").CommandImpl<ListDeploymentConfigsCommandInput, ListDeploymentConfigsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the deployment configurations with the user or Amazon Web Services account.</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 { ListDeploymentGroupsInput, ListDeploymentGroupsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDeploymentGroupsCommandInput extends ListDeploymentGroupsIn
|
|
|
22
22
|
export interface ListDeploymentGroupsCommandOutput extends ListDeploymentGroupsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDeploymentGroupsCommand_base: {
|
|
25
|
-
new (input: ListDeploymentGroupsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListDeploymentGroupsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDeploymentGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListDeploymentGroupsCommandInput, ListDeploymentGroupsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListDeploymentGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListDeploymentGroupsCommandInput, ListDeploymentGroupsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the deployment groups for an application registered with the Amazon Web Services
|
|
@@ -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 { ListDeploymentInstancesInput, ListDeploymentInstancesOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDeploymentInstancesCommandInput extends ListDeploymentInsta
|
|
|
22
22
|
export interface ListDeploymentInstancesCommandOutput extends ListDeploymentInstancesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDeploymentInstancesCommand_base: {
|
|
25
|
-
new (input: ListDeploymentInstancesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListDeploymentInstancesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDeploymentInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListDeploymentInstancesCommandInput, ListDeploymentInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListDeploymentInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListDeploymentInstancesCommandInput, ListDeploymentInstancesCommandOutput, 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 { ListDeploymentTargetsInput, ListDeploymentTargetsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDeploymentTargetsCommandInput extends ListDeploymentTargets
|
|
|
22
22
|
export interface ListDeploymentTargetsCommandOutput extends ListDeploymentTargetsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDeploymentTargetsCommand_base: {
|
|
25
|
-
new (input: ListDeploymentTargetsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListDeploymentTargetsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDeploymentTargetsCommandInput): import("@smithy/core/client").CommandImpl<ListDeploymentTargetsCommandInput, ListDeploymentTargetsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListDeploymentTargetsCommandInput): import("@smithy/core/client").CommandImpl<ListDeploymentTargetsCommandInput, ListDeploymentTargetsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Returns an array of target IDs that are associated a deployment. </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 { ListDeploymentsInput, ListDeploymentsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDeploymentsCommandInput extends ListDeploymentsInput {
|
|
|
22
22
|
export interface ListDeploymentsCommandOutput extends ListDeploymentsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDeploymentsCommand_base: {
|
|
25
|
-
new (input: ListDeploymentsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListDeploymentsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDeploymentsCommandInput): import("@smithy/core/client").CommandImpl<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListDeploymentsCommandInput]): import("@smithy/core/client").CommandImpl<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the deployments in a deployment group for an application registered 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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
4
|
import type { ListGitHubAccountTokenNamesInput, ListGitHubAccountTokenNamesOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListGitHubAccountTokenNamesCommandInput extends ListGitHubAccou
|
|
|
22
22
|
export interface ListGitHubAccountTokenNamesCommandOutput extends ListGitHubAccountTokenNamesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListGitHubAccountTokenNamesCommand_base: {
|
|
25
|
-
new (input: ListGitHubAccountTokenNamesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListGitHubAccountTokenNamesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListGitHubAccountTokenNamesCommandInput): import("@smithy/core/client").CommandImpl<ListGitHubAccountTokenNamesCommandInput, ListGitHubAccountTokenNamesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListGitHubAccountTokenNamesCommandInput]): import("@smithy/core/client").CommandImpl<ListGitHubAccountTokenNamesCommandInput, ListGitHubAccountTokenNamesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the names of stored connections to GitHub accounts.</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 { ListOnPremisesInstancesInput, ListOnPremisesInstancesOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListOnPremisesInstancesCommandInput extends ListOnPremisesInsta
|
|
|
22
22
|
export interface ListOnPremisesInstancesCommandOutput extends ListOnPremisesInstancesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListOnPremisesInstancesCommand_base: {
|
|
25
|
-
new (input: ListOnPremisesInstancesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListOnPremisesInstancesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListOnPremisesInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListOnPremisesInstancesCommandInput, ListOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListOnPremisesInstancesCommandInput]): import("@smithy/core/client").CommandImpl<ListOnPremisesInstancesCommandInput, ListOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a list of names for one or more 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 { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Returns a list of tags for the resource identified by a specified Amazon Resource
|
|
@@ -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 { PutLifecycleEventHookExecutionStatusInput, PutLifecycleEventHookExecutionStatusOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutLifecycleEventHookExecutionStatusCommandInput extends PutLif
|
|
|
22
22
|
export interface PutLifecycleEventHookExecutionStatusCommandOutput extends PutLifecycleEventHookExecutionStatusOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutLifecycleEventHookExecutionStatusCommand_base: {
|
|
25
|
-
new (input: PutLifecycleEventHookExecutionStatusCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [PutLifecycleEventHookExecutionStatusCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutLifecycleEventHookExecutionStatusCommandInput): import("@smithy/core/client").CommandImpl<PutLifecycleEventHookExecutionStatusCommandInput, PutLifecycleEventHookExecutionStatusCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [PutLifecycleEventHookExecutionStatusCommandInput]): import("@smithy/core/client").CommandImpl<PutLifecycleEventHookExecutionStatusCommandInput, PutLifecycleEventHookExecutionStatusCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Sets the result of a Lambda validation function. The function validates
|
|
@@ -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 { RegisterApplicationRevisionInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RegisterApplicationRevisionCommandInput extends RegisterApplica
|
|
|
22
22
|
export interface RegisterApplicationRevisionCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RegisterApplicationRevisionCommand_base: {
|
|
25
|
-
new (input: RegisterApplicationRevisionCommandInput): import("@smithy/
|
|
26
|
-
new (input: RegisterApplicationRevisionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RegisterApplicationRevisionCommandInput): import("@smithy/core/client").CommandImpl<RegisterApplicationRevisionCommandInput, RegisterApplicationRevisionCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RegisterApplicationRevisionCommandInput): import("@smithy/core/client").CommandImpl<RegisterApplicationRevisionCommandInput, RegisterApplicationRevisionCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Registers with CodeDeploy a revision for the specified 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 { RegisterOnPremisesInstanceInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RegisterOnPremisesInstanceCommandInput extends RegisterOnPremis
|
|
|
22
22
|
export interface RegisterOnPremisesInstanceCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RegisterOnPremisesInstanceCommand_base: {
|
|
25
|
-
new (input: RegisterOnPremisesInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: RegisterOnPremisesInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RegisterOnPremisesInstanceCommandInput): import("@smithy/core/client").CommandImpl<RegisterOnPremisesInstanceCommandInput, RegisterOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RegisterOnPremisesInstanceCommandInput): import("@smithy/core/client").CommandImpl<RegisterOnPremisesInstanceCommandInput, RegisterOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Registers an on-premises instance.</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 { RemoveTagsFromOnPremisesInstancesInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RemoveTagsFromOnPremisesInstancesCommandInput extends RemoveTag
|
|
|
22
22
|
export interface RemoveTagsFromOnPremisesInstancesCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RemoveTagsFromOnPremisesInstancesCommand_base: {
|
|
25
|
-
new (input: RemoveTagsFromOnPremisesInstancesCommandInput): import("@smithy/
|
|
26
|
-
new (input: RemoveTagsFromOnPremisesInstancesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RemoveTagsFromOnPremisesInstancesCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsFromOnPremisesInstancesCommandInput, RemoveTagsFromOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RemoveTagsFromOnPremisesInstancesCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsFromOnPremisesInstancesCommandInput, RemoveTagsFromOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes one or more tags from one or more 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 { SkipWaitTimeForInstanceTerminationInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface SkipWaitTimeForInstanceTerminationCommandInput extends SkipWait
|
|
|
22
22
|
export interface SkipWaitTimeForInstanceTerminationCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SkipWaitTimeForInstanceTerminationCommand_base: {
|
|
25
|
-
new (input: SkipWaitTimeForInstanceTerminationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [SkipWaitTimeForInstanceTerminationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SkipWaitTimeForInstanceTerminationCommandInput): import("@smithy/core/client").CommandImpl<SkipWaitTimeForInstanceTerminationCommandInput, SkipWaitTimeForInstanceTerminationCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [SkipWaitTimeForInstanceTerminationCommandInput]): import("@smithy/core/client").CommandImpl<SkipWaitTimeForInstanceTerminationCommandInput, SkipWaitTimeForInstanceTerminationCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>In a blue/green deployment, overrides any specified wait time and starts terminating
|
|
@@ -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 { StopDeploymentInput, StopDeploymentOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StopDeploymentCommandInput extends StopDeploymentInput {
|
|
|
22
22
|
export interface StopDeploymentCommandOutput extends StopDeploymentOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StopDeploymentCommand_base: {
|
|
25
|
-
new (input: StopDeploymentCommandInput): import("@smithy/
|
|
26
|
-
new (input: StopDeploymentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StopDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StopDeploymentCommandInput, StopDeploymentCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StopDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StopDeploymentCommandInput, StopDeploymentCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Attempts to stop an ongoing deployment.</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 { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceInput {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Associates the list of tags in the input <code>Tags</code> parameter with the
|