@aws-sdk/client-codedeploy 3.1077.0 → 3.1078.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/index.js +55 -473
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddTagsToOnPremisesInstancesCommand.js +2 -14
- package/dist-es/commands/BatchGetApplicationRevisionsCommand.js +2 -14
- package/dist-es/commands/BatchGetApplicationsCommand.js +2 -14
- package/dist-es/commands/BatchGetDeploymentGroupsCommand.js +2 -14
- package/dist-es/commands/BatchGetDeploymentInstancesCommand.js +2 -14
- package/dist-es/commands/BatchGetDeploymentTargetsCommand.js +2 -14
- package/dist-es/commands/BatchGetDeploymentsCommand.js +2 -14
- package/dist-es/commands/BatchGetOnPremisesInstancesCommand.js +2 -14
- package/dist-es/commands/ContinueDeploymentCommand.js +2 -14
- package/dist-es/commands/CreateApplicationCommand.js +2 -14
- package/dist-es/commands/CreateDeploymentCommand.js +2 -14
- package/dist-es/commands/CreateDeploymentConfigCommand.js +2 -14
- package/dist-es/commands/CreateDeploymentGroupCommand.js +2 -14
- package/dist-es/commands/DeleteApplicationCommand.js +2 -14
- package/dist-es/commands/DeleteDeploymentConfigCommand.js +2 -14
- package/dist-es/commands/DeleteDeploymentGroupCommand.js +2 -14
- package/dist-es/commands/DeleteGitHubAccountTokenCommand.js +2 -14
- package/dist-es/commands/DeleteResourcesByExternalIdCommand.js +2 -14
- package/dist-es/commands/DeregisterOnPremisesInstanceCommand.js +2 -14
- package/dist-es/commands/GetApplicationCommand.js +2 -14
- package/dist-es/commands/GetApplicationRevisionCommand.js +2 -14
- package/dist-es/commands/GetDeploymentCommand.js +2 -14
- package/dist-es/commands/GetDeploymentConfigCommand.js +2 -14
- package/dist-es/commands/GetDeploymentGroupCommand.js +2 -14
- package/dist-es/commands/GetDeploymentInstanceCommand.js +2 -14
- package/dist-es/commands/GetDeploymentTargetCommand.js +2 -14
- package/dist-es/commands/GetOnPremisesInstanceCommand.js +2 -14
- package/dist-es/commands/ListApplicationRevisionsCommand.js +2 -14
- package/dist-es/commands/ListApplicationsCommand.js +2 -14
- package/dist-es/commands/ListDeploymentConfigsCommand.js +2 -14
- package/dist-es/commands/ListDeploymentGroupsCommand.js +2 -14
- package/dist-es/commands/ListDeploymentInstancesCommand.js +2 -14
- package/dist-es/commands/ListDeploymentTargetsCommand.js +2 -14
- package/dist-es/commands/ListDeploymentsCommand.js +2 -14
- package/dist-es/commands/ListGitHubAccountTokenNamesCommand.js +2 -14
- package/dist-es/commands/ListOnPremisesInstancesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +2 -14
- package/dist-es/commands/RegisterApplicationRevisionCommand.js +2 -14
- package/dist-es/commands/RegisterOnPremisesInstanceCommand.js +2 -14
- package/dist-es/commands/RemoveTagsFromOnPremisesInstancesCommand.js +2 -14
- package/dist-es/commands/SkipWaitTimeForInstanceTerminationCommand.js +2 -14
- package/dist-es/commands/StopDeploymentCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateApplicationCommand.js +2 -14
- package/dist-es/commands/UpdateDeploymentGroupCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetApplicationsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ContinueDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/CreateDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/CreateDeploymentConfigCommand.d.ts +3 -8
- package/dist-types/commands/CreateDeploymentGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +3 -8
- package/dist-types/commands/GetApplicationCommand.d.ts +3 -8
- package/dist-types/commands/GetApplicationRevisionCommand.d.ts +3 -8
- package/dist-types/commands/GetDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/GetDeploymentConfigCommand.d.ts +3 -8
- package/dist-types/commands/GetDeploymentGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetDeploymentInstanceCommand.d.ts +3 -8
- package/dist-types/commands/GetDeploymentTargetCommand.d.ts +3 -8
- package/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +3 -8
- package/dist-types/commands/ListApplicationRevisionsCommand.d.ts +3 -8
- package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
- package/dist-types/commands/ListDeploymentConfigsCommand.d.ts +3 -8
- package/dist-types/commands/ListDeploymentGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListDeploymentInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ListDeploymentTargetsCommand.d.ts +3 -8
- package/dist-types/commands/ListDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +3 -8
- package/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +3 -8
- package/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +3 -8
- package/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +3 -8
- package/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +3 -8
- package/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +3 -8
- package/dist-types/commands/StopDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListDeploymentTargets$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDeploymentTargetsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeDeploy_20141006", "ListDeploymentTargets", {})
|
|
13
|
-
.n("CodeDeployClient", "ListDeploymentTargetsCommand")
|
|
14
|
-
.sc(ListDeploymentTargets$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDeploymentTargetsCommand extends command(_ep0, _mw0, "ListDeploymentTargets", ListDeploymentTargets$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListDeployments$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDeploymentsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeDeploy_20141006", "ListDeployments", {})
|
|
13
|
-
.n("CodeDeployClient", "ListDeploymentsCommand")
|
|
14
|
-
.sc(ListDeployments$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDeploymentsCommand extends command(_ep0, _mw0, "ListDeployments", ListDeployments$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListGitHubAccountTokenNames$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListGitHubAccountTokenNamesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeDeploy_20141006", "ListGitHubAccountTokenNames", {})
|
|
13
|
-
.n("CodeDeployClient", "ListGitHubAccountTokenNamesCommand")
|
|
14
|
-
.sc(ListGitHubAccountTokenNames$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListGitHubAccountTokenNamesCommand extends command(_ep0, _mw0, "ListGitHubAccountTokenNames", ListGitHubAccountTokenNames$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListOnPremisesInstances$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListOnPremisesInstancesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeDeploy_20141006", "ListOnPremisesInstances", {})
|
|
13
|
-
.n("CodeDeployClient", "ListOnPremisesInstancesCommand")
|
|
14
|
-
.sc(ListOnPremisesInstances$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListOnPremisesInstancesCommand extends command(_ep0, _mw0, "ListOnPremisesInstances", ListOnPremisesInstances$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeDeploy_20141006", "ListTagsForResource", {})
|
|
13
|
-
.n("CodeDeployClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutLifecycleEventHookExecutionStatus$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutLifecycleEventHookExecutionStatusCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeDeploy_20141006", "PutLifecycleEventHookExecutionStatus", {})
|
|
13
|
-
.n("CodeDeployClient", "PutLifecycleEventHookExecutionStatusCommand")
|
|
14
|
-
.sc(PutLifecycleEventHookExecutionStatus$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutLifecycleEventHookExecutionStatusCommand extends command(_ep0, _mw0, "PutLifecycleEventHookExecutionStatus", PutLifecycleEventHookExecutionStatus$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RegisterApplicationRevision$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RegisterApplicationRevisionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeDeploy_20141006", "RegisterApplicationRevision", {})
|
|
13
|
-
.n("CodeDeployClient", "RegisterApplicationRevisionCommand")
|
|
14
|
-
.sc(RegisterApplicationRevision$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RegisterApplicationRevisionCommand extends command(_ep0, _mw0, "RegisterApplicationRevision", RegisterApplicationRevision$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RegisterOnPremisesInstance$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RegisterOnPremisesInstanceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeDeploy_20141006", "RegisterOnPremisesInstance", {})
|
|
13
|
-
.n("CodeDeployClient", "RegisterOnPremisesInstanceCommand")
|
|
14
|
-
.sc(RegisterOnPremisesInstance$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RegisterOnPremisesInstanceCommand extends command(_ep0, _mw0, "RegisterOnPremisesInstance", RegisterOnPremisesInstance$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RemoveTagsFromOnPremisesInstances$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RemoveTagsFromOnPremisesInstancesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeDeploy_20141006", "RemoveTagsFromOnPremisesInstances", {})
|
|
13
|
-
.n("CodeDeployClient", "RemoveTagsFromOnPremisesInstancesCommand")
|
|
14
|
-
.sc(RemoveTagsFromOnPremisesInstances$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RemoveTagsFromOnPremisesInstancesCommand extends command(_ep0, _mw0, "RemoveTagsFromOnPremisesInstances", RemoveTagsFromOnPremisesInstances$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { SkipWaitTimeForInstanceTermination$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SkipWaitTimeForInstanceTerminationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeDeploy_20141006", "SkipWaitTimeForInstanceTermination", {})
|
|
13
|
-
.n("CodeDeployClient", "SkipWaitTimeForInstanceTerminationCommand")
|
|
14
|
-
.sc(SkipWaitTimeForInstanceTermination$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SkipWaitTimeForInstanceTerminationCommand extends command(_ep0, _mw0, "SkipWaitTimeForInstanceTermination", SkipWaitTimeForInstanceTermination$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StopDeployment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StopDeploymentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeDeploy_20141006", "StopDeployment", {})
|
|
13
|
-
.n("CodeDeployClient", "StopDeploymentCommand")
|
|
14
|
-
.sc(StopDeployment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StopDeploymentCommand extends command(_ep0, _mw0, "StopDeployment", StopDeployment$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeDeploy_20141006", "TagResource", {})
|
|
13
|
-
.n("CodeDeployClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeDeploy_20141006", "UntagResource", {})
|
|
13
|
-
.n("CodeDeployClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateApplication$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateApplicationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeDeploy_20141006", "UpdateApplication", {})
|
|
13
|
-
.n("CodeDeployClient", "UpdateApplicationCommand")
|
|
14
|
-
.sc(UpdateApplication$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateApplicationCommand extends command(_ep0, _mw0, "UpdateApplication", UpdateApplication$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateDeploymentGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateDeploymentGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeDeploy_20141006", "UpdateDeploymentGroup", {})
|
|
13
|
-
.n("CodeDeployClient", "UpdateDeploymentGroupCommand")
|
|
14
|
-
.sc(UpdateDeploymentGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateDeploymentGroupCommand extends command(_ep0, _mw0, "UpdateDeploymentGroup", UpdateDeploymentGroup$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./CodeDeployClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
2
|
import type { AddTagsToOnPremisesInstancesInput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AddTagsToOnPremisesInstancesCommandInput extends AddTagsToOnPre
|
|
|
22
19
|
export interface AddTagsToOnPremisesInstancesCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AddTagsToOnPremisesInstancesCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: AddTagsToOnPremisesInstancesCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToOnPremisesInstancesCommandInput, AddTagsToOnPremisesInstancesCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AddTagsToOnPremisesInstancesCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToOnPremisesInstancesCommandInput, AddTagsToOnPremisesInstancesCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds tags to on-premises instances.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
2
|
import type { BatchGetApplicationRevisionsInput, BatchGetApplicationRevisionsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetApplicationRevisionsCommandInput extends BatchGetApplic
|
|
|
22
19
|
export interface BatchGetApplicationRevisionsCommandOutput extends BatchGetApplicationRevisionsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetApplicationRevisionsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: BatchGetApplicationRevisionsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetApplicationRevisionsCommandInput, BatchGetApplicationRevisionsCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetApplicationRevisionsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetApplicationRevisionsCommandInput, BatchGetApplicationRevisionsCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about one or more application revisions. The maximum number of
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
2
|
import type { BatchGetApplicationsInput, BatchGetApplicationsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetApplicationsCommandInput extends BatchGetApplicationsIn
|
|
|
22
19
|
export interface BatchGetApplicationsCommandOutput extends BatchGetApplicationsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetApplicationsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: BatchGetApplicationsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetApplicationsCommandInput, BatchGetApplicationsCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetApplicationsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetApplicationsCommandInput, BatchGetApplicationsCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about one or more applications. The maximum number of applications
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
2
|
import type { BatchGetDeploymentGroupsInput, BatchGetDeploymentGroupsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetDeploymentGroupsCommandInput extends BatchGetDeployment
|
|
|
22
19
|
export interface BatchGetDeploymentGroupsCommandOutput extends BatchGetDeploymentGroupsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetDeploymentGroupsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: BatchGetDeploymentGroupsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentGroupsCommandInput, BatchGetDeploymentGroupsCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetDeploymentGroupsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentGroupsCommandInput, BatchGetDeploymentGroupsCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about one or more deployment groups.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
2
|
import type { BatchGetDeploymentInstancesInput, BatchGetDeploymentInstancesOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetDeploymentInstancesCommandInput extends BatchGetDeploym
|
|
|
22
19
|
export interface BatchGetDeploymentInstancesCommandOutput extends BatchGetDeploymentInstancesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetDeploymentInstancesCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: BatchGetDeploymentInstancesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentInstancesCommandInput, BatchGetDeploymentInstancesCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetDeploymentInstancesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentInstancesCommandInput, BatchGetDeploymentInstancesCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <note>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
2
|
import type { BatchGetDeploymentTargetsInput, BatchGetDeploymentTargetsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetDeploymentTargetsCommandInput extends BatchGetDeploymen
|
|
|
22
19
|
export interface BatchGetDeploymentTargetsCommandOutput extends BatchGetDeploymentTargetsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetDeploymentTargetsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: BatchGetDeploymentTargetsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentTargetsCommandInput, BatchGetDeploymentTargetsCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetDeploymentTargetsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentTargetsCommandInput, BatchGetDeploymentTargetsCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Returns an array of one or more targets associated with a deployment. This method
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
2
|
import type { BatchGetDeploymentsInput, BatchGetDeploymentsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetDeploymentsCommandInput extends BatchGetDeploymentsInpu
|
|
|
22
19
|
export interface BatchGetDeploymentsCommandOutput extends BatchGetDeploymentsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetDeploymentsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: BatchGetDeploymentsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentsCommandInput, BatchGetDeploymentsCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetDeploymentsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentsCommandInput, BatchGetDeploymentsCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about one or more deployments. The maximum number of deployments that
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
2
|
import type { BatchGetOnPremisesInstancesInput, BatchGetOnPremisesInstancesOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetOnPremisesInstancesCommandInput extends BatchGetOnPremi
|
|
|
22
19
|
export interface BatchGetOnPremisesInstancesCommandOutput extends BatchGetOnPremisesInstancesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetOnPremisesInstancesCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: BatchGetOnPremisesInstancesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetOnPremisesInstancesCommandInput, BatchGetOnPremisesInstancesCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetOnPremisesInstancesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetOnPremisesInstancesCommandInput, BatchGetOnPremisesInstancesCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about one or more on-premises instances. The maximum number of
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
2
|
import type { ContinueDeploymentInput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ContinueDeploymentCommandInput extends ContinueDeploymentInput
|
|
|
22
19
|
export interface ContinueDeploymentCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ContinueDeploymentCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ContinueDeploymentCommandInput): import("@smithy/core/client").CommandImpl<ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ContinueDeploymentCommandInput]): import("@smithy/core/client").CommandImpl<ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>For a blue/green deployment, starts the process of rerouting traffic from instances in
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
2
|
import type { CreateApplicationInput, CreateApplicationOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateApplicationCommandInput extends CreateApplicationInput {
|
|
|
22
19
|
export interface CreateApplicationCommandOutput extends CreateApplicationOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateApplicationCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an application.</p>
|