@aws-sdk/client-codedeploy 3.490.0 → 3.495.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/CodeDeploy.js +1 -105
- package/dist-cjs/CodeDeployClient.js +1 -43
- package/dist-cjs/commands/AddTagsToOnPremisesInstancesCommand.js +1 -28
- package/dist-cjs/commands/BatchGetApplicationRevisionsCommand.js +1 -28
- package/dist-cjs/commands/BatchGetApplicationsCommand.js +1 -28
- package/dist-cjs/commands/BatchGetDeploymentGroupsCommand.js +1 -28
- package/dist-cjs/commands/BatchGetDeploymentInstancesCommand.js +1 -28
- package/dist-cjs/commands/BatchGetDeploymentTargetsCommand.js +1 -28
- package/dist-cjs/commands/BatchGetDeploymentsCommand.js +1 -28
- package/dist-cjs/commands/BatchGetOnPremisesInstancesCommand.js +1 -28
- package/dist-cjs/commands/ContinueDeploymentCommand.js +1 -28
- package/dist-cjs/commands/CreateApplicationCommand.js +1 -28
- package/dist-cjs/commands/CreateDeploymentCommand.js +1 -28
- package/dist-cjs/commands/CreateDeploymentConfigCommand.js +1 -28
- package/dist-cjs/commands/CreateDeploymentGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteApplicationCommand.js +1 -28
- package/dist-cjs/commands/DeleteDeploymentConfigCommand.js +1 -28
- package/dist-cjs/commands/DeleteDeploymentGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteGitHubAccountTokenCommand.js +1 -28
- package/dist-cjs/commands/DeleteResourcesByExternalIdCommand.js +1 -28
- package/dist-cjs/commands/DeregisterOnPremisesInstanceCommand.js +1 -28
- package/dist-cjs/commands/GetApplicationCommand.js +1 -28
- package/dist-cjs/commands/GetApplicationRevisionCommand.js +1 -28
- package/dist-cjs/commands/GetDeploymentCommand.js +1 -28
- package/dist-cjs/commands/GetDeploymentConfigCommand.js +1 -28
- package/dist-cjs/commands/GetDeploymentGroupCommand.js +1 -28
- package/dist-cjs/commands/GetDeploymentInstanceCommand.js +1 -28
- package/dist-cjs/commands/GetDeploymentTargetCommand.js +1 -28
- package/dist-cjs/commands/GetOnPremisesInstanceCommand.js +1 -28
- package/dist-cjs/commands/ListApplicationRevisionsCommand.js +1 -28
- package/dist-cjs/commands/ListApplicationsCommand.js +1 -28
- package/dist-cjs/commands/ListDeploymentConfigsCommand.js +1 -28
- package/dist-cjs/commands/ListDeploymentGroupsCommand.js +1 -28
- package/dist-cjs/commands/ListDeploymentInstancesCommand.js +1 -28
- package/dist-cjs/commands/ListDeploymentTargetsCommand.js +1 -28
- package/dist-cjs/commands/ListDeploymentsCommand.js +1 -28
- package/dist-cjs/commands/ListGitHubAccountTokenNamesCommand.js +1 -28
- package/dist-cjs/commands/ListOnPremisesInstancesCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js +1 -28
- package/dist-cjs/commands/RegisterApplicationRevisionCommand.js +1 -28
- package/dist-cjs/commands/RegisterOnPremisesInstanceCommand.js +1 -28
- package/dist-cjs/commands/RemoveTagsFromOnPremisesInstancesCommand.js +1 -28
- package/dist-cjs/commands/SkipWaitTimeForInstanceTerminationCommand.js +1 -28
- package/dist-cjs/commands/StopDeploymentCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateApplicationCommand.js +1 -28
- package/dist-cjs/commands/UpdateDeploymentGroupCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -50
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +7607 -12
- package/dist-cjs/models/CodeDeployServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -1657
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListApplicationRevisionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListApplicationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDeploymentConfigsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDeploymentGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDeploymentInstancesPaginator.js +1 -7
- package/dist-cjs/pagination/ListDeploymentsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -10
- package/dist-cjs/protocols/Aws_json1_1.js +1 -4159
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-cjs/waiters/index.js +1 -4
- package/dist-cjs/waiters/waitForDeploymentSuccessful.js +1 -54
- package/package.json +41 -41
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListApplicationRevisions = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CodeDeployClient_1 = require("../CodeDeployClient");
|
|
6
|
-
const ListApplicationRevisionsCommand_1 = require("../commands/ListApplicationRevisionsCommand");
|
|
7
|
-
exports.paginateListApplicationRevisions = (0, core_1.createPaginator)(CodeDeployClient_1.CodeDeployClient, ListApplicationRevisionsCommand_1.ListApplicationRevisionsCommand, "nextToken", "nextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListApplications = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CodeDeployClient_1 = require("../CodeDeployClient");
|
|
6
|
-
const ListApplicationsCommand_1 = require("../commands/ListApplicationsCommand");
|
|
7
|
-
exports.paginateListApplications = (0, core_1.createPaginator)(CodeDeployClient_1.CodeDeployClient, ListApplicationsCommand_1.ListApplicationsCommand, "nextToken", "nextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListDeploymentConfigs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CodeDeployClient_1 = require("../CodeDeployClient");
|
|
6
|
-
const ListDeploymentConfigsCommand_1 = require("../commands/ListDeploymentConfigsCommand");
|
|
7
|
-
exports.paginateListDeploymentConfigs = (0, core_1.createPaginator)(CodeDeployClient_1.CodeDeployClient, ListDeploymentConfigsCommand_1.ListDeploymentConfigsCommand, "nextToken", "nextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListDeploymentGroups = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CodeDeployClient_1 = require("../CodeDeployClient");
|
|
6
|
-
const ListDeploymentGroupsCommand_1 = require("../commands/ListDeploymentGroupsCommand");
|
|
7
|
-
exports.paginateListDeploymentGroups = (0, core_1.createPaginator)(CodeDeployClient_1.CodeDeployClient, ListDeploymentGroupsCommand_1.ListDeploymentGroupsCommand, "nextToken", "nextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListDeploymentInstances = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CodeDeployClient_1 = require("../CodeDeployClient");
|
|
6
|
-
const ListDeploymentInstancesCommand_1 = require("../commands/ListDeploymentInstancesCommand");
|
|
7
|
-
exports.paginateListDeploymentInstances = (0, core_1.createPaginator)(CodeDeployClient_1.CodeDeployClient, ListDeploymentInstancesCommand_1.ListDeploymentInstancesCommand, "nextToken", "nextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListDeployments = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CodeDeployClient_1 = require("../CodeDeployClient");
|
|
6
|
-
const ListDeploymentsCommand_1 = require("../commands/ListDeploymentsCommand");
|
|
7
|
-
exports.paginateListDeployments = (0, core_1.createPaginator)(CodeDeployClient_1.CodeDeployClient, ListDeploymentsCommand_1.ListDeploymentsCommand, "nextToken", "nextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,10 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListApplicationRevisionsPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListApplicationsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListDeploymentConfigsPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListDeploymentGroupsPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListDeploymentInstancesPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListDeploymentsPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|