@aws-sdk/client-codedeploy 3.321.1 → 3.326.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-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +4 -0
- package/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +42 -0
- package/dist-types/commands/BatchGetApplicationsCommand.d.ts +15 -0
- package/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +171 -0
- package/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +29 -0
- package/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +117 -0
- package/dist-types/commands/BatchGetDeploymentsCommand.d.ts +182 -0
- package/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +21 -0
- package/dist-types/commands/ContinueDeploymentCommand.d.ts +4 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +6 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +6 -0
- package/dist-types/commands/CreateDeploymentConfigCommand.d.ts +6 -0
- package/dist-types/commands/CreateDeploymentGroupCommand.d.ts +6 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +6 -0
- package/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +4 -0
- package/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +4 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +13 -0
- package/dist-types/commands/GetApplicationRevisionCommand.d.ts +37 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +180 -0
- package/dist-types/commands/GetDeploymentConfigCommand.d.ts +26 -0
- package/dist-types/commands/GetDeploymentGroupCommand.d.ts +168 -0
- package/dist-types/commands/GetDeploymentInstanceCommand.d.ts +26 -0
- package/dist-types/commands/GetDeploymentTargetCommand.d.ts +115 -0
- package/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +19 -0
- package/dist-types/commands/ListApplicationRevisionsCommand.d.ts +30 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +9 -0
- package/dist-types/commands/ListDeploymentConfigsCommand.d.ts +9 -0
- package/dist-types/commands/ListDeploymentGroupsCommand.d.ts +10 -0
- package/dist-types/commands/ListDeploymentInstancesCommand.d.ts +9 -0
- package/dist-types/commands/ListDeploymentTargetsCommand.d.ts +9 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +9 -0
- package/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +9 -0
- package/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +9 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -0
- package/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +6 -0
- package/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +4 -0
- package/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +4 -0
- package/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +4 -0
- package/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +4 -0
- package/dist-types/commands/StopDeploymentCommand.d.ts +7 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +11 -0
- package/package.json +16 -16
|
@@ -41,6 +41,10 @@ export interface PutLifecycleEventHookExecutionStatusCommandOutput extends PutLi
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new PutLifecycleEventHookExecutionStatusCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // PutLifecycleEventHookExecutionStatusOutput
|
|
45
|
+
* // lifecycleEventHookExecutionId: "STRING_VALUE",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
44
48
|
* ```
|
|
45
49
|
*
|
|
46
50
|
* @param PutLifecycleEventHookExecutionStatusCommandInput - {@link PutLifecycleEventHookExecutionStatusCommandInput}
|
|
@@ -75,6 +79,8 @@ export interface PutLifecycleEventHookExecutionStatusCommandOutput extends PutLi
|
|
|
75
79
|
* @throws {@link UnsupportedActionForDeploymentTypeException} (client fault)
|
|
76
80
|
* <p>A call was submitted that is not supported for the specified deployment type.</p>
|
|
77
81
|
*
|
|
82
|
+
* @throws {@link CodeDeployServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from CodeDeploy service.</p>
|
|
78
84
|
*
|
|
79
85
|
*/
|
|
80
86
|
export declare class PutLifecycleEventHookExecutionStatusCommand extends $Command<PutLifecycleEventHookExecutionStatusCommandInput, PutLifecycleEventHookExecutionStatusCommandOutput, CodeDeployClientResolvedConfig> {
|
|
@@ -54,6 +54,8 @@ export interface RegisterApplicationRevisionCommandOutput extends __MetadataBear
|
|
|
54
54
|
* };
|
|
55
55
|
* const command = new RegisterApplicationRevisionCommand(input);
|
|
56
56
|
* const response = await client.send(command);
|
|
57
|
+
* // {};
|
|
58
|
+
*
|
|
57
59
|
* ```
|
|
58
60
|
*
|
|
59
61
|
* @param RegisterApplicationRevisionCommandInput - {@link RegisterApplicationRevisionCommandInput}
|
|
@@ -80,6 +82,8 @@ export interface RegisterApplicationRevisionCommandOutput extends __MetadataBear
|
|
|
80
82
|
* @throws {@link RevisionRequiredException} (client fault)
|
|
81
83
|
* <p>The revision ID was not specified.</p>
|
|
82
84
|
*
|
|
85
|
+
* @throws {@link CodeDeployServiceException}
|
|
86
|
+
* <p>Base exception class for all service exceptions from CodeDeploy service.</p>
|
|
83
87
|
*
|
|
84
88
|
*/
|
|
85
89
|
export declare class RegisterApplicationRevisionCommand extends $Command<RegisterApplicationRevisionCommandInput, RegisterApplicationRevisionCommandOutput, CodeDeployClientResolvedConfig> {
|
|
@@ -36,6 +36,8 @@ export interface RegisterOnPremisesInstanceCommandOutput extends __MetadataBeare
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new RegisterOnPremisesInstanceCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // {};
|
|
40
|
+
*
|
|
39
41
|
* ```
|
|
40
42
|
*
|
|
41
43
|
* @param RegisterOnPremisesInstanceCommandInput - {@link RegisterOnPremisesInstanceCommandInput}
|
|
@@ -77,6 +79,8 @@ export interface RegisterOnPremisesInstanceCommandOutput extends __MetadataBeare
|
|
|
77
79
|
* <p>Both an IAM user ARN and an IAM session ARN were
|
|
78
80
|
* included in the request. Use only one ARN type.</p>
|
|
79
81
|
*
|
|
82
|
+
* @throws {@link CodeDeployServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from CodeDeploy service.</p>
|
|
80
84
|
*
|
|
81
85
|
*/
|
|
82
86
|
export declare class RegisterOnPremisesInstanceCommand extends $Command<RegisterOnPremisesInstanceCommandInput, RegisterOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig> {
|
|
@@ -39,6 +39,8 @@ export interface RemoveTagsFromOnPremisesInstancesCommandOutput extends __Metada
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new RemoveTagsFromOnPremisesInstancesCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // {};
|
|
43
|
+
*
|
|
42
44
|
* ```
|
|
43
45
|
*
|
|
44
46
|
* @param RemoveTagsFromOnPremisesInstancesCommandInput - {@link RemoveTagsFromOnPremisesInstancesCommandInput}
|
|
@@ -69,6 +71,8 @@ export interface RemoveTagsFromOnPremisesInstancesCommandOutput extends __Metada
|
|
|
69
71
|
* @throws {@link TagRequiredException} (client fault)
|
|
70
72
|
* <p>A tag was not specified.</p>
|
|
71
73
|
*
|
|
74
|
+
* @throws {@link CodeDeployServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from CodeDeploy service.</p>
|
|
72
76
|
*
|
|
73
77
|
*/
|
|
74
78
|
export declare class RemoveTagsFromOnPremisesInstancesCommand extends $Command<RemoveTagsFromOnPremisesInstancesCommandInput, RemoveTagsFromOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface SkipWaitTimeForInstanceTerminationCommandOutput extends __Metad
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new SkipWaitTimeForInstanceTerminationCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param SkipWaitTimeForInstanceTerminationCommandInput - {@link SkipWaitTimeForInstanceTerminationCommandInput}
|
|
@@ -61,6 +63,8 @@ export interface SkipWaitTimeForInstanceTerminationCommandOutput extends __Metad
|
|
|
61
63
|
* @throws {@link UnsupportedActionForDeploymentTypeException} (client fault)
|
|
62
64
|
* <p>A call was submitted that is not supported for the specified deployment type.</p>
|
|
63
65
|
*
|
|
66
|
+
* @throws {@link CodeDeployServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from CodeDeploy service.</p>
|
|
64
68
|
*
|
|
65
69
|
*/
|
|
66
70
|
export declare class SkipWaitTimeForInstanceTerminationCommand extends $Command<SkipWaitTimeForInstanceTerminationCommandInput, SkipWaitTimeForInstanceTerminationCommandOutput, CodeDeployClientResolvedConfig> {
|
|
@@ -32,6 +32,11 @@ export interface StopDeploymentCommandOutput extends StopDeploymentOutput, __Met
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new StopDeploymentCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // StopDeploymentOutput
|
|
36
|
+
* // status: "Pending" || "Succeeded",
|
|
37
|
+
* // statusMessage: "STRING_VALUE",
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
35
40
|
* ```
|
|
36
41
|
*
|
|
37
42
|
* @param StopDeploymentCommandInput - {@link StopDeploymentCommandInput}
|
|
@@ -59,6 +64,8 @@ export interface StopDeploymentCommandOutput extends StopDeploymentOutput, __Met
|
|
|
59
64
|
* @throws {@link UnsupportedActionForDeploymentTypeException} (client fault)
|
|
60
65
|
* <p>A call was submitted that is not supported for the specified deployment type.</p>
|
|
61
66
|
*
|
|
67
|
+
* @throws {@link CodeDeployServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from CodeDeploy service.</p>
|
|
62
69
|
*
|
|
63
70
|
*/
|
|
64
71
|
export declare class StopDeploymentCommand extends $Command<StopDeploymentCommandInput, StopDeploymentCommandOutput, CodeDeployClientResolvedConfig> {
|
|
@@ -38,6 +38,8 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new TagResourceCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // {};
|
|
42
|
+
*
|
|
41
43
|
* ```
|
|
42
44
|
*
|
|
43
45
|
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
@@ -72,6 +74,8 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
72
74
|
* @throws {@link TagRequiredException} (client fault)
|
|
73
75
|
* <p>A tag was not specified.</p>
|
|
74
76
|
*
|
|
77
|
+
* @throws {@link CodeDeployServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from CodeDeploy service.</p>
|
|
75
79
|
*
|
|
76
80
|
*/
|
|
77
81
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CodeDeployClientResolvedConfig> {
|
|
@@ -36,6 +36,8 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new UntagResourceCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // {};
|
|
40
|
+
*
|
|
39
41
|
* ```
|
|
40
42
|
*
|
|
41
43
|
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
@@ -70,6 +72,8 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
70
72
|
* @throws {@link TagRequiredException} (client fault)
|
|
71
73
|
* <p>A tag was not specified.</p>
|
|
72
74
|
*
|
|
75
|
+
* @throws {@link CodeDeployServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from CodeDeploy service.</p>
|
|
73
77
|
*
|
|
74
78
|
*/
|
|
75
79
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CodeDeployClientResolvedConfig> {
|
|
@@ -32,6 +32,8 @@ export interface UpdateApplicationCommandOutput extends __MetadataBearer {
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new UpdateApplicationCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param UpdateApplicationCommandInput - {@link UpdateApplicationCommandInput}
|
|
@@ -52,6 +54,8 @@ export interface UpdateApplicationCommandOutput extends __MetadataBearer {
|
|
|
52
54
|
* @throws {@link InvalidApplicationNameException} (client fault)
|
|
53
55
|
* <p>The application name was specified in an invalid format.</p>
|
|
54
56
|
*
|
|
57
|
+
* @throws {@link CodeDeployServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from CodeDeploy service.</p>
|
|
55
59
|
*
|
|
56
60
|
*/
|
|
57
61
|
export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, CodeDeployClientResolvedConfig> {
|
|
@@ -153,6 +153,15 @@ export interface UpdateDeploymentGroupCommandOutput extends UpdateDeploymentGrou
|
|
|
153
153
|
* };
|
|
154
154
|
* const command = new UpdateDeploymentGroupCommand(input);
|
|
155
155
|
* const response = await client.send(command);
|
|
156
|
+
* // { // UpdateDeploymentGroupOutput
|
|
157
|
+
* // hooksNotCleanedUp: [ // AutoScalingGroupList
|
|
158
|
+
* // { // AutoScalingGroup
|
|
159
|
+
* // name: "STRING_VALUE",
|
|
160
|
+
* // hook: "STRING_VALUE",
|
|
161
|
+
* // },
|
|
162
|
+
* // ],
|
|
163
|
+
* // };
|
|
164
|
+
*
|
|
156
165
|
* ```
|
|
157
166
|
*
|
|
158
167
|
* @param UpdateDeploymentGroupCommandInput - {@link UpdateDeploymentGroupCommandInput}
|
|
@@ -285,6 +294,8 @@ export interface UpdateDeploymentGroupCommandOutput extends UpdateDeploymentGrou
|
|
|
285
294
|
* @throws {@link TriggerTargetsLimitExceededException} (client fault)
|
|
286
295
|
* <p>The maximum allowed number of triggers was exceeded.</p>
|
|
287
296
|
*
|
|
297
|
+
* @throws {@link CodeDeployServiceException}
|
|
298
|
+
* <p>Base exception class for all service exceptions from CodeDeploy service.</p>
|
|
288
299
|
*
|
|
289
300
|
*/
|
|
290
301
|
export declare class UpdateDeploymentGroupCommand extends $Command<UpdateDeploymentGroupCommandInput, UpdateDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codedeploy",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codedeploy Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.326.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,33 +21,33 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.326.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.325.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.325.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.325.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.325.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.325.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.325.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.325.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.325.0",
|
|
44
44
|
"@aws-sdk/types": "3.310.0",
|
|
45
45
|
"@aws-sdk/url-parser": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.319.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.310.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|