@aws-sdk/client-codedeploy 3.36.0 → 3.39.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/CHANGELOG.md +42 -0
- package/dist-cjs/CodeDeploy.js +0 -102
- package/dist-cjs/CodeDeployClient.js +0 -107
- package/dist-cjs/commands/AddTagsToOnPremisesInstancesCommand.js +0 -24
- package/dist-cjs/commands/BatchGetApplicationRevisionsCommand.js +0 -25
- package/dist-cjs/commands/BatchGetApplicationsCommand.js +0 -25
- package/dist-cjs/commands/BatchGetDeploymentGroupsCommand.js +0 -24
- package/dist-cjs/commands/BatchGetDeploymentInstancesCommand.js +0 -33
- package/dist-cjs/commands/BatchGetDeploymentTargetsCommand.js +0 -51
- package/dist-cjs/commands/BatchGetDeploymentsCommand.js +0 -25
- package/dist-cjs/commands/BatchGetOnPremisesInstancesCommand.js +0 -25
- package/dist-cjs/commands/ContinueDeploymentCommand.js +0 -28
- package/dist-cjs/commands/CreateApplicationCommand.js +0 -24
- package/dist-cjs/commands/CreateDeploymentCommand.js +0 -24
- package/dist-cjs/commands/CreateDeploymentConfigCommand.js +0 -24
- package/dist-cjs/commands/CreateDeploymentGroupCommand.js +0 -24
- package/dist-cjs/commands/DeleteApplicationCommand.js +0 -24
- package/dist-cjs/commands/DeleteDeploymentConfigCommand.js +0 -28
- package/dist-cjs/commands/DeleteDeploymentGroupCommand.js +0 -24
- package/dist-cjs/commands/DeleteGitHubAccountTokenCommand.js +0 -24
- package/dist-cjs/commands/DeleteResourcesByExternalIdCommand.js +0 -24
- package/dist-cjs/commands/DeregisterOnPremisesInstanceCommand.js +0 -24
- package/dist-cjs/commands/GetApplicationCommand.js +0 -24
- package/dist-cjs/commands/GetApplicationRevisionCommand.js +0 -24
- package/dist-cjs/commands/GetDeploymentCommand.js +0 -30
- package/dist-cjs/commands/GetDeploymentConfigCommand.js +0 -24
- package/dist-cjs/commands/GetDeploymentGroupCommand.js +0 -24
- package/dist-cjs/commands/GetDeploymentInstanceCommand.js +0 -26
- package/dist-cjs/commands/GetDeploymentTargetCommand.js +0 -24
- package/dist-cjs/commands/GetOnPremisesInstanceCommand.js +0 -24
- package/dist-cjs/commands/ListApplicationRevisionsCommand.js +0 -24
- package/dist-cjs/commands/ListApplicationsCommand.js +0 -24
- package/dist-cjs/commands/ListDeploymentConfigsCommand.js +0 -24
- package/dist-cjs/commands/ListDeploymentGroupsCommand.js +0 -25
- package/dist-cjs/commands/ListDeploymentInstancesCommand.js +0 -32
- package/dist-cjs/commands/ListDeploymentTargetsCommand.js +0 -24
- package/dist-cjs/commands/ListDeploymentsCommand.js +0 -25
- package/dist-cjs/commands/ListGitHubAccountTokenNamesCommand.js +0 -24
- package/dist-cjs/commands/ListOnPremisesInstancesCommand.js +0 -27
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js +0 -32
- package/dist-cjs/commands/RegisterApplicationRevisionCommand.js +0 -24
- package/dist-cjs/commands/RegisterOnPremisesInstanceCommand.js +0 -28
- package/dist-cjs/commands/RemoveTagsFromOnPremisesInstancesCommand.js +0 -24
- package/dist-cjs/commands/SkipWaitTimeForInstanceTerminationCommand.js +0 -27
- package/dist-cjs/commands/StopDeploymentCommand.js +0 -24
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -26
- package/dist-cjs/commands/UpdateApplicationCommand.js +0 -24
- package/dist-cjs/commands/UpdateDeploymentGroupCommand.js +0 -24
- package/dist-cjs/commands/index.js +50 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +5 -57
- package/dist-cjs/models/models_0.js +0 -741
- package/dist-cjs/pagination/ListApplicationRevisionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListApplicationsPaginator.js +0 -10
- package/dist-cjs/pagination/ListDeploymentConfigsPaginator.js +0 -10
- package/dist-cjs/pagination/ListDeploymentGroupsPaginator.js +0 -10
- package/dist-cjs/pagination/ListDeploymentInstancesPaginator.js +0 -10
- package/dist-cjs/pagination/ListDeploymentsPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +10 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-cjs/waiters/index.js +4 -0
- package/dist-cjs/waiters/waitForDeploymentSuccessful.js +0 -9
- package/dist-es/commands/index.js +47 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +5 -57
- package/dist-es/pagination/index.js +7 -0
- package/dist-es/waiters/index.js +1 -0
- package/dist-types/commands/index.d.ts +47 -0
- package/dist-types/index.d.ts +5 -57
- package/dist-types/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/CodeDeploy.d.ts +48 -331
- package/dist-types/ts3.4/CodeDeployClient.d.ts +24 -188
- package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +2 -47
- package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +47 -0
- package/dist-types/ts3.4/index.d.ts +5 -57
- package/dist-types/ts3.4/models/models_0.d.ts +1001 -4081
- package/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForDeploymentSuccessful.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +1 -0
- package/package.json +33 -33
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p> Associates the list of tags in the input <code>Tags</code> parameter with the
|
|
10
|
-
* resource identified by the <code>ResourceArn</code> input parameter. </p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeDeployClient, TagResourceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
15
|
-
* // const { CodeDeployClient, TagResourceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
16
|
-
* const client = new CodeDeployClient(config);
|
|
17
|
-
* const command = new TagResourceCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class TagResourceCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p> Disassociates a resource from a list of tags. The resource is identified by the
|
|
10
|
-
* <code>ResourceArn</code> input parameter. The tags are identified by the list of
|
|
11
|
-
* keys in the <code>TagKeys</code> input parameter. </p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { CodeDeployClient, UntagResourceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
16
|
-
* // const { CodeDeployClient, UntagResourceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
17
|
-
* const client = new CodeDeployClient(config);
|
|
18
|
-
* const command = new UntagResourceCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
8
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Changes the name of an application.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { CodeDeployClient, UpdateApplicationCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
14
|
-
* // const { CodeDeployClient, UpdateApplicationCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
15
|
-
* const client = new CodeDeployClient(config);
|
|
16
|
-
* const command = new UpdateApplicationCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link UpdateApplicationCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link UpdateApplicationCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class UpdateApplicationCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Changes information about a deployment group.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { CodeDeployClient, UpdateDeploymentGroupCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
14
|
-
* // const { CodeDeployClient, UpdateDeploymentGroupCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
15
|
-
* const client = new CodeDeployClient(config);
|
|
16
|
-
* const command = new UpdateDeploymentGroupCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link UpdateDeploymentGroupCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link UpdateDeploymentGroupCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class UpdateDeploymentGroupCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./AddTagsToOnPremisesInstancesCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./BatchGetApplicationRevisionsCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./BatchGetApplicationsCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./BatchGetDeploymentGroupsCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./BatchGetDeploymentInstancesCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./BatchGetDeploymentTargetsCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./BatchGetDeploymentsCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./BatchGetOnPremisesInstancesCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./ContinueDeploymentCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./CreateApplicationCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./CreateDeploymentCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./CreateDeploymentConfigCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./CreateDeploymentGroupCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./DeleteApplicationCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./DeleteDeploymentConfigCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./DeleteDeploymentGroupCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./DeleteGitHubAccountTokenCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./DeleteResourcesByExternalIdCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./DeregisterOnPremisesInstanceCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./GetApplicationCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./GetApplicationRevisionCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./GetDeploymentCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./GetDeploymentConfigCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./GetDeploymentGroupCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./GetDeploymentInstanceCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./GetDeploymentTargetCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./GetOnPremisesInstanceCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./ListApplicationRevisionsCommand"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./ListApplicationsCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./ListDeploymentConfigsCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./ListDeploymentGroupsCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./ListDeploymentInstancesCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./ListDeploymentTargetsCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./ListDeploymentsCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./ListGitHubAccountTokenNamesCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./ListOnPremisesInstancesCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./PutLifecycleEventHookExecutionStatusCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./RegisterApplicationRevisionCommand"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./RegisterOnPremisesInstanceCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./RemoveTagsFromOnPremisesInstancesCommand"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./SkipWaitTimeForInstanceTerminationCommand"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./StopDeploymentCommand"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./UpdateApplicationCommand"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./UpdateDeploymentGroupCommand"), exports);
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -57,22 +57,27 @@ const partitionHash = {
|
|
|
57
57
|
"us-west-2",
|
|
58
58
|
"us-west-2-fips",
|
|
59
59
|
],
|
|
60
|
+
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
60
61
|
hostname: "codedeploy.{region}.amazonaws.com",
|
|
61
62
|
},
|
|
62
63
|
"aws-cn": {
|
|
63
64
|
regions: ["cn-north-1", "cn-northwest-1"],
|
|
65
|
+
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
64
66
|
hostname: "codedeploy.{region}.amazonaws.com.cn",
|
|
65
67
|
},
|
|
66
68
|
"aws-iso": {
|
|
67
|
-
regions: ["us-iso-east-1"],
|
|
69
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
70
|
+
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
68
71
|
hostname: "codedeploy.{region}.c2s.ic.gov",
|
|
69
72
|
},
|
|
70
73
|
"aws-iso-b": {
|
|
71
74
|
regions: ["us-isob-east-1"],
|
|
75
|
+
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
72
76
|
hostname: "codedeploy.{region}.sc2s.sgov.gov",
|
|
73
77
|
},
|
|
74
78
|
"aws-us-gov": {
|
|
75
79
|
regions: ["us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"],
|
|
80
|
+
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
76
81
|
hostname: "codedeploy.{region}.amazonaws.com",
|
|
77
82
|
},
|
|
78
83
|
};
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,61 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./CodeDeployClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./CodeDeploy"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./
|
|
11
|
-
tslib_1.__exportStar(require("./commands/BatchGetDeploymentsCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/BatchGetDeploymentTargetsCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/BatchGetOnPremisesInstancesCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/ContinueDeploymentCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/CreateApplicationCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/CreateDeploymentCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/CreateDeploymentConfigCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/CreateDeploymentGroupCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/DeleteApplicationCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/DeleteDeploymentConfigCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/DeleteDeploymentGroupCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/DeleteGitHubAccountTokenCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/DeleteResourcesByExternalIdCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/DeregisterOnPremisesInstanceCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/GetApplicationCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./commands/GetApplicationRevisionCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./commands/GetDeploymentCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./waiters/waitForDeploymentSuccessful"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./commands/GetDeploymentConfigCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./commands/GetDeploymentGroupCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/GetDeploymentInstanceCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./commands/GetDeploymentTargetCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./commands/GetOnPremisesInstanceCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./commands/ListApplicationRevisionsCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./pagination/ListApplicationRevisionsPaginator"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./commands/ListApplicationsCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./pagination/ListApplicationsPaginator"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./commands/ListDeploymentConfigsCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./pagination/ListDeploymentConfigsPaginator"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./commands/ListDeploymentGroupsCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./pagination/ListDeploymentGroupsPaginator"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./commands/ListDeploymentInstancesCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./pagination/ListDeploymentInstancesPaginator"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./commands/ListDeploymentsCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./pagination/ListDeploymentsPaginator"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./commands/ListDeploymentTargetsCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./commands/ListGitHubAccountTokenNamesCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./commands/ListOnPremisesInstancesCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./commands/PutLifecycleEventHookExecutionStatusCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./commands/RegisterApplicationRevisionCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./commands/RegisterOnPremisesInstanceCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./commands/RemoveTagsFromOnPremisesInstancesCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./commands/SkipWaitTimeForInstanceTerminationCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./commands/StopDeploymentCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./commands/UpdateApplicationCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./commands/UpdateDeploymentGroupCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./CodeDeployClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./waiters"), exports);
|