@aws-sdk/client-codedeploy 3.1077.0 → 3.1079.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 { BatchGetApplicationRevisions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchGetApplicationRevisionsCommand 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", "BatchGetApplicationRevisions", {})
|
|
13
|
-
.n("CodeDeployClient", "BatchGetApplicationRevisionsCommand")
|
|
14
|
-
.sc(BatchGetApplicationRevisions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchGetApplicationRevisionsCommand extends command(_ep0, _mw0, "BatchGetApplicationRevisions", BatchGetApplicationRevisions$) {
|
|
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 { BatchGetApplications$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchGetApplicationsCommand 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", "BatchGetApplications", {})
|
|
13
|
-
.n("CodeDeployClient", "BatchGetApplicationsCommand")
|
|
14
|
-
.sc(BatchGetApplications$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchGetApplicationsCommand extends command(_ep0, _mw0, "BatchGetApplications", BatchGetApplications$) {
|
|
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 { BatchGetDeploymentGroups$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchGetDeploymentGroupsCommand 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", "BatchGetDeploymentGroups", {})
|
|
13
|
-
.n("CodeDeployClient", "BatchGetDeploymentGroupsCommand")
|
|
14
|
-
.sc(BatchGetDeploymentGroups$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchGetDeploymentGroupsCommand extends command(_ep0, _mw0, "BatchGetDeploymentGroups", BatchGetDeploymentGroups$) {
|
|
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 { BatchGetDeploymentInstances$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchGetDeploymentInstancesCommand 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", "BatchGetDeploymentInstances", {})
|
|
13
|
-
.n("CodeDeployClient", "BatchGetDeploymentInstancesCommand")
|
|
14
|
-
.sc(BatchGetDeploymentInstances$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchGetDeploymentInstancesCommand extends command(_ep0, _mw0, "BatchGetDeploymentInstances", BatchGetDeploymentInstances$) {
|
|
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 { BatchGetDeploymentTargets$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchGetDeploymentTargetsCommand 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", "BatchGetDeploymentTargets", {})
|
|
13
|
-
.n("CodeDeployClient", "BatchGetDeploymentTargetsCommand")
|
|
14
|
-
.sc(BatchGetDeploymentTargets$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchGetDeploymentTargetsCommand extends command(_ep0, _mw0, "BatchGetDeploymentTargets", BatchGetDeploymentTargets$) {
|
|
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 { BatchGetDeployments$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchGetDeploymentsCommand 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", "BatchGetDeployments", {})
|
|
13
|
-
.n("CodeDeployClient", "BatchGetDeploymentsCommand")
|
|
14
|
-
.sc(BatchGetDeployments$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchGetDeploymentsCommand extends command(_ep0, _mw0, "BatchGetDeployments", BatchGetDeployments$) {
|
|
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 { BatchGetOnPremisesInstances$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchGetOnPremisesInstancesCommand 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", "BatchGetOnPremisesInstances", {})
|
|
13
|
-
.n("CodeDeployClient", "BatchGetOnPremisesInstancesCommand")
|
|
14
|
-
.sc(BatchGetOnPremisesInstances$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchGetOnPremisesInstancesCommand extends command(_ep0, _mw0, "BatchGetOnPremisesInstances", BatchGetOnPremisesInstances$) {
|
|
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 { ContinueDeployment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ContinueDeploymentCommand 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", "ContinueDeployment", {})
|
|
13
|
-
.n("CodeDeployClient", "ContinueDeploymentCommand")
|
|
14
|
-
.sc(ContinueDeployment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ContinueDeploymentCommand extends command(_ep0, _mw0, "ContinueDeployment", ContinueDeployment$) {
|
|
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 { CreateApplication$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateApplicationCommand 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", "CreateApplication", {})
|
|
13
|
-
.n("CodeDeployClient", "CreateApplicationCommand")
|
|
14
|
-
.sc(CreateApplication$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateApplicationCommand extends command(_ep0, _mw0, "CreateApplication", CreateApplication$) {
|
|
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 { CreateDeployment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDeploymentCommand 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", "CreateDeployment", {})
|
|
13
|
-
.n("CodeDeployClient", "CreateDeploymentCommand")
|
|
14
|
-
.sc(CreateDeployment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDeploymentCommand extends command(_ep0, _mw0, "CreateDeployment", CreateDeployment$) {
|
|
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 { CreateDeploymentConfig$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDeploymentConfigCommand 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", "CreateDeploymentConfig", {})
|
|
13
|
-
.n("CodeDeployClient", "CreateDeploymentConfigCommand")
|
|
14
|
-
.sc(CreateDeploymentConfig$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDeploymentConfigCommand extends command(_ep0, _mw0, "CreateDeploymentConfig", CreateDeploymentConfig$) {
|
|
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 { CreateDeploymentGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDeploymentGroupCommand 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", "CreateDeploymentGroup", {})
|
|
13
|
-
.n("CodeDeployClient", "CreateDeploymentGroupCommand")
|
|
14
|
-
.sc(CreateDeploymentGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDeploymentGroupCommand extends command(_ep0, _mw0, "CreateDeploymentGroup", CreateDeploymentGroup$) {
|
|
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 { DeleteApplication$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteApplicationCommand 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", "DeleteApplication", {})
|
|
13
|
-
.n("CodeDeployClient", "DeleteApplicationCommand")
|
|
14
|
-
.sc(DeleteApplication$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteApplicationCommand extends command(_ep0, _mw0, "DeleteApplication", DeleteApplication$) {
|
|
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 { DeleteDeploymentConfig$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDeploymentConfigCommand 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", "DeleteDeploymentConfig", {})
|
|
13
|
-
.n("CodeDeployClient", "DeleteDeploymentConfigCommand")
|
|
14
|
-
.sc(DeleteDeploymentConfig$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDeploymentConfigCommand extends command(_ep0, _mw0, "DeleteDeploymentConfig", DeleteDeploymentConfig$) {
|
|
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 { DeleteDeploymentGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDeploymentGroupCommand 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", "DeleteDeploymentGroup", {})
|
|
13
|
-
.n("CodeDeployClient", "DeleteDeploymentGroupCommand")
|
|
14
|
-
.sc(DeleteDeploymentGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDeploymentGroupCommand extends command(_ep0, _mw0, "DeleteDeploymentGroup", DeleteDeploymentGroup$) {
|
|
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 { DeleteGitHubAccountToken$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteGitHubAccountTokenCommand 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", "DeleteGitHubAccountToken", {})
|
|
13
|
-
.n("CodeDeployClient", "DeleteGitHubAccountTokenCommand")
|
|
14
|
-
.sc(DeleteGitHubAccountToken$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteGitHubAccountTokenCommand extends command(_ep0, _mw0, "DeleteGitHubAccountToken", DeleteGitHubAccountToken$) {
|
|
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 { DeleteResourcesByExternalId$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteResourcesByExternalIdCommand 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", "DeleteResourcesByExternalId", {})
|
|
13
|
-
.n("CodeDeployClient", "DeleteResourcesByExternalIdCommand")
|
|
14
|
-
.sc(DeleteResourcesByExternalId$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteResourcesByExternalIdCommand extends command(_ep0, _mw0, "DeleteResourcesByExternalId", DeleteResourcesByExternalId$) {
|
|
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 { DeregisterOnPremisesInstance$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeregisterOnPremisesInstanceCommand 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", "DeregisterOnPremisesInstance", {})
|
|
13
|
-
.n("CodeDeployClient", "DeregisterOnPremisesInstanceCommand")
|
|
14
|
-
.sc(DeregisterOnPremisesInstance$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeregisterOnPremisesInstanceCommand extends command(_ep0, _mw0, "DeregisterOnPremisesInstance", DeregisterOnPremisesInstance$) {
|
|
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 { GetApplication$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetApplicationCommand 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", "GetApplication", {})
|
|
13
|
-
.n("CodeDeployClient", "GetApplicationCommand")
|
|
14
|
-
.sc(GetApplication$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetApplicationCommand extends command(_ep0, _mw0, "GetApplication", GetApplication$) {
|
|
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 { GetApplicationRevision$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetApplicationRevisionCommand 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", "GetApplicationRevision", {})
|
|
13
|
-
.n("CodeDeployClient", "GetApplicationRevisionCommand")
|
|
14
|
-
.sc(GetApplicationRevision$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetApplicationRevisionCommand extends command(_ep0, _mw0, "GetApplicationRevision", GetApplicationRevision$) {
|
|
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 { GetDeployment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDeploymentCommand 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", "GetDeployment", {})
|
|
13
|
-
.n("CodeDeployClient", "GetDeploymentCommand")
|
|
14
|
-
.sc(GetDeployment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDeploymentCommand extends command(_ep0, _mw0, "GetDeployment", GetDeployment$) {
|
|
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 { GetDeploymentConfig$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDeploymentConfigCommand 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", "GetDeploymentConfig", {})
|
|
13
|
-
.n("CodeDeployClient", "GetDeploymentConfigCommand")
|
|
14
|
-
.sc(GetDeploymentConfig$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDeploymentConfigCommand extends command(_ep0, _mw0, "GetDeploymentConfig", GetDeploymentConfig$) {
|
|
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 { GetDeploymentGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDeploymentGroupCommand 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", "GetDeploymentGroup", {})
|
|
13
|
-
.n("CodeDeployClient", "GetDeploymentGroupCommand")
|
|
14
|
-
.sc(GetDeploymentGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDeploymentGroupCommand extends command(_ep0, _mw0, "GetDeploymentGroup", GetDeploymentGroup$) {
|
|
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 { GetDeploymentInstance$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDeploymentInstanceCommand 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", "GetDeploymentInstance", {})
|
|
13
|
-
.n("CodeDeployClient", "GetDeploymentInstanceCommand")
|
|
14
|
-
.sc(GetDeploymentInstance$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDeploymentInstanceCommand extends command(_ep0, _mw0, "GetDeploymentInstance", GetDeploymentInstance$) {
|
|
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 { GetDeploymentTarget$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDeploymentTargetCommand 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", "GetDeploymentTarget", {})
|
|
13
|
-
.n("CodeDeployClient", "GetDeploymentTargetCommand")
|
|
14
|
-
.sc(GetDeploymentTarget$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDeploymentTargetCommand extends command(_ep0, _mw0, "GetDeploymentTarget", GetDeploymentTarget$) {
|
|
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 { GetOnPremisesInstance$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetOnPremisesInstanceCommand 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", "GetOnPremisesInstance", {})
|
|
13
|
-
.n("CodeDeployClient", "GetOnPremisesInstanceCommand")
|
|
14
|
-
.sc(GetOnPremisesInstance$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetOnPremisesInstanceCommand extends command(_ep0, _mw0, "GetOnPremisesInstance", GetOnPremisesInstance$) {
|
|
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 { ListApplicationRevisions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListApplicationRevisionsCommand 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", "ListApplicationRevisions", {})
|
|
13
|
-
.n("CodeDeployClient", "ListApplicationRevisionsCommand")
|
|
14
|
-
.sc(ListApplicationRevisions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListApplicationRevisionsCommand extends command(_ep0, _mw0, "ListApplicationRevisions", ListApplicationRevisions$) {
|
|
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 { ListApplications$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListApplicationsCommand 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", "ListApplications", {})
|
|
13
|
-
.n("CodeDeployClient", "ListApplicationsCommand")
|
|
14
|
-
.sc(ListApplications$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListApplicationsCommand extends command(_ep0, _mw0, "ListApplications", ListApplications$) {
|
|
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 { ListDeploymentConfigs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDeploymentConfigsCommand 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", "ListDeploymentConfigs", {})
|
|
13
|
-
.n("CodeDeployClient", "ListDeploymentConfigsCommand")
|
|
14
|
-
.sc(ListDeploymentConfigs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDeploymentConfigsCommand extends command(_ep0, _mw0, "ListDeploymentConfigs", ListDeploymentConfigs$) {
|
|
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 { ListDeploymentGroups$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDeploymentGroupsCommand 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", "ListDeploymentGroups", {})
|
|
13
|
-
.n("CodeDeployClient", "ListDeploymentGroupsCommand")
|
|
14
|
-
.sc(ListDeploymentGroups$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDeploymentGroupsCommand extends command(_ep0, _mw0, "ListDeploymentGroups", ListDeploymentGroups$) {
|
|
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 { ListDeploymentInstances$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDeploymentInstancesCommand 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", "ListDeploymentInstances", {})
|
|
13
|
-
.n("CodeDeployClient", "ListDeploymentInstancesCommand")
|
|
14
|
-
.sc(ListDeploymentInstances$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDeploymentInstancesCommand extends command(_ep0, _mw0, "ListDeploymentInstances", ListDeploymentInstances$) {
|
|
16
4
|
}
|