@aws-sdk/client-codedeploy 3.37.0 → 3.38.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 +12 -0
- package/dist-cjs/commands/index.js +50 -0
- package/dist-cjs/index.js +5 -57
- package/dist-cjs/pagination/index.js +10 -0
- package/dist-cjs/waiters/index.js +4 -0
- package/dist-es/commands/index.js +47 -0
- 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/commands/index.d.ts +47 -0
- package/dist-types/ts3.4/index.d.ts +5 -57
- package/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
12
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
19
|
|
|
8
20
|
|
|
@@ -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/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);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
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);
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export * from "./AddTagsToOnPremisesInstancesCommand";
|
|
2
|
+
export * from "./BatchGetApplicationRevisionsCommand";
|
|
3
|
+
export * from "./BatchGetApplicationsCommand";
|
|
4
|
+
export * from "./BatchGetDeploymentGroupsCommand";
|
|
5
|
+
export * from "./BatchGetDeploymentInstancesCommand";
|
|
6
|
+
export * from "./BatchGetDeploymentTargetsCommand";
|
|
7
|
+
export * from "./BatchGetDeploymentsCommand";
|
|
8
|
+
export * from "./BatchGetOnPremisesInstancesCommand";
|
|
9
|
+
export * from "./ContinueDeploymentCommand";
|
|
10
|
+
export * from "./CreateApplicationCommand";
|
|
11
|
+
export * from "./CreateDeploymentCommand";
|
|
12
|
+
export * from "./CreateDeploymentConfigCommand";
|
|
13
|
+
export * from "./CreateDeploymentGroupCommand";
|
|
14
|
+
export * from "./DeleteApplicationCommand";
|
|
15
|
+
export * from "./DeleteDeploymentConfigCommand";
|
|
16
|
+
export * from "./DeleteDeploymentGroupCommand";
|
|
17
|
+
export * from "./DeleteGitHubAccountTokenCommand";
|
|
18
|
+
export * from "./DeleteResourcesByExternalIdCommand";
|
|
19
|
+
export * from "./DeregisterOnPremisesInstanceCommand";
|
|
20
|
+
export * from "./GetApplicationCommand";
|
|
21
|
+
export * from "./GetApplicationRevisionCommand";
|
|
22
|
+
export * from "./GetDeploymentCommand";
|
|
23
|
+
export * from "./GetDeploymentConfigCommand";
|
|
24
|
+
export * from "./GetDeploymentGroupCommand";
|
|
25
|
+
export * from "./GetDeploymentInstanceCommand";
|
|
26
|
+
export * from "./GetDeploymentTargetCommand";
|
|
27
|
+
export * from "./GetOnPremisesInstanceCommand";
|
|
28
|
+
export * from "./ListApplicationRevisionsCommand";
|
|
29
|
+
export * from "./ListApplicationsCommand";
|
|
30
|
+
export * from "./ListDeploymentConfigsCommand";
|
|
31
|
+
export * from "./ListDeploymentGroupsCommand";
|
|
32
|
+
export * from "./ListDeploymentInstancesCommand";
|
|
33
|
+
export * from "./ListDeploymentTargetsCommand";
|
|
34
|
+
export * from "./ListDeploymentsCommand";
|
|
35
|
+
export * from "./ListGitHubAccountTokenNamesCommand";
|
|
36
|
+
export * from "./ListOnPremisesInstancesCommand";
|
|
37
|
+
export * from "./ListTagsForResourceCommand";
|
|
38
|
+
export * from "./PutLifecycleEventHookExecutionStatusCommand";
|
|
39
|
+
export * from "./RegisterApplicationRevisionCommand";
|
|
40
|
+
export * from "./RegisterOnPremisesInstanceCommand";
|
|
41
|
+
export * from "./RemoveTagsFromOnPremisesInstancesCommand";
|
|
42
|
+
export * from "./SkipWaitTimeForInstanceTerminationCommand";
|
|
43
|
+
export * from "./StopDeploymentCommand";
|
|
44
|
+
export * from "./TagResourceCommand";
|
|
45
|
+
export * from "./UntagResourceCommand";
|
|
46
|
+
export * from "./UpdateApplicationCommand";
|
|
47
|
+
export * from "./UpdateDeploymentGroupCommand";
|
package/dist-es/index.js
CHANGED
|
@@ -1,58 +1,6 @@
|
|
|
1
|
-
export * from "./CodeDeployClient";
|
|
2
1
|
export * from "./CodeDeploy";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/BatchGetDeploymentsCommand";
|
|
9
|
-
export * from "./commands/BatchGetDeploymentTargetsCommand";
|
|
10
|
-
export * from "./commands/BatchGetOnPremisesInstancesCommand";
|
|
11
|
-
export * from "./commands/ContinueDeploymentCommand";
|
|
12
|
-
export * from "./commands/CreateApplicationCommand";
|
|
13
|
-
export * from "./commands/CreateDeploymentCommand";
|
|
14
|
-
export * from "./commands/CreateDeploymentConfigCommand";
|
|
15
|
-
export * from "./commands/CreateDeploymentGroupCommand";
|
|
16
|
-
export * from "./commands/DeleteApplicationCommand";
|
|
17
|
-
export * from "./commands/DeleteDeploymentConfigCommand";
|
|
18
|
-
export * from "./commands/DeleteDeploymentGroupCommand";
|
|
19
|
-
export * from "./commands/DeleteGitHubAccountTokenCommand";
|
|
20
|
-
export * from "./commands/DeleteResourcesByExternalIdCommand";
|
|
21
|
-
export * from "./commands/DeregisterOnPremisesInstanceCommand";
|
|
22
|
-
export * from "./commands/GetApplicationCommand";
|
|
23
|
-
export * from "./commands/GetApplicationRevisionCommand";
|
|
24
|
-
export * from "./commands/GetDeploymentCommand";
|
|
25
|
-
export * from "./waiters/waitForDeploymentSuccessful";
|
|
26
|
-
export * from "./commands/GetDeploymentConfigCommand";
|
|
27
|
-
export * from "./commands/GetDeploymentGroupCommand";
|
|
28
|
-
export * from "./commands/GetDeploymentInstanceCommand";
|
|
29
|
-
export * from "./commands/GetDeploymentTargetCommand";
|
|
30
|
-
export * from "./commands/GetOnPremisesInstanceCommand";
|
|
31
|
-
export * from "./commands/ListApplicationRevisionsCommand";
|
|
32
|
-
export * from "./pagination/ListApplicationRevisionsPaginator";
|
|
33
|
-
export * from "./commands/ListApplicationsCommand";
|
|
34
|
-
export * from "./pagination/ListApplicationsPaginator";
|
|
35
|
-
export * from "./commands/ListDeploymentConfigsCommand";
|
|
36
|
-
export * from "./pagination/ListDeploymentConfigsPaginator";
|
|
37
|
-
export * from "./commands/ListDeploymentGroupsCommand";
|
|
38
|
-
export * from "./pagination/ListDeploymentGroupsPaginator";
|
|
39
|
-
export * from "./commands/ListDeploymentInstancesCommand";
|
|
40
|
-
export * from "./pagination/ListDeploymentInstancesPaginator";
|
|
41
|
-
export * from "./commands/ListDeploymentsCommand";
|
|
42
|
-
export * from "./pagination/ListDeploymentsPaginator";
|
|
43
|
-
export * from "./commands/ListDeploymentTargetsCommand";
|
|
44
|
-
export * from "./commands/ListGitHubAccountTokenNamesCommand";
|
|
45
|
-
export * from "./commands/ListOnPremisesInstancesCommand";
|
|
46
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
47
|
-
export * from "./commands/PutLifecycleEventHookExecutionStatusCommand";
|
|
48
|
-
export * from "./commands/RegisterApplicationRevisionCommand";
|
|
49
|
-
export * from "./commands/RegisterOnPremisesInstanceCommand";
|
|
50
|
-
export * from "./commands/RemoveTagsFromOnPremisesInstancesCommand";
|
|
51
|
-
export * from "./commands/SkipWaitTimeForInstanceTerminationCommand";
|
|
52
|
-
export * from "./commands/StopDeploymentCommand";
|
|
53
|
-
export * from "./commands/TagResourceCommand";
|
|
54
|
-
export * from "./commands/UntagResourceCommand";
|
|
55
|
-
export * from "./commands/UpdateApplicationCommand";
|
|
56
|
-
export * from "./commands/UpdateDeploymentGroupCommand";
|
|
57
|
-
export * from "./pagination/Interfaces";
|
|
58
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./CodeDeployClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListApplicationRevisionsPaginator";
|
|
3
|
+
export * from "./ListApplicationsPaginator";
|
|
4
|
+
export * from "./ListDeploymentConfigsPaginator";
|
|
5
|
+
export * from "./ListDeploymentGroupsPaginator";
|
|
6
|
+
export * from "./ListDeploymentInstancesPaginator";
|
|
7
|
+
export * from "./ListDeploymentsPaginator";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./waitForDeploymentSuccessful";
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export * from "./AddTagsToOnPremisesInstancesCommand";
|
|
2
|
+
export * from "./BatchGetApplicationRevisionsCommand";
|
|
3
|
+
export * from "./BatchGetApplicationsCommand";
|
|
4
|
+
export * from "./BatchGetDeploymentGroupsCommand";
|
|
5
|
+
export * from "./BatchGetDeploymentInstancesCommand";
|
|
6
|
+
export * from "./BatchGetDeploymentTargetsCommand";
|
|
7
|
+
export * from "./BatchGetDeploymentsCommand";
|
|
8
|
+
export * from "./BatchGetOnPremisesInstancesCommand";
|
|
9
|
+
export * from "./ContinueDeploymentCommand";
|
|
10
|
+
export * from "./CreateApplicationCommand";
|
|
11
|
+
export * from "./CreateDeploymentCommand";
|
|
12
|
+
export * from "./CreateDeploymentConfigCommand";
|
|
13
|
+
export * from "./CreateDeploymentGroupCommand";
|
|
14
|
+
export * from "./DeleteApplicationCommand";
|
|
15
|
+
export * from "./DeleteDeploymentConfigCommand";
|
|
16
|
+
export * from "./DeleteDeploymentGroupCommand";
|
|
17
|
+
export * from "./DeleteGitHubAccountTokenCommand";
|
|
18
|
+
export * from "./DeleteResourcesByExternalIdCommand";
|
|
19
|
+
export * from "./DeregisterOnPremisesInstanceCommand";
|
|
20
|
+
export * from "./GetApplicationCommand";
|
|
21
|
+
export * from "./GetApplicationRevisionCommand";
|
|
22
|
+
export * from "./GetDeploymentCommand";
|
|
23
|
+
export * from "./GetDeploymentConfigCommand";
|
|
24
|
+
export * from "./GetDeploymentGroupCommand";
|
|
25
|
+
export * from "./GetDeploymentInstanceCommand";
|
|
26
|
+
export * from "./GetDeploymentTargetCommand";
|
|
27
|
+
export * from "./GetOnPremisesInstanceCommand";
|
|
28
|
+
export * from "./ListApplicationRevisionsCommand";
|
|
29
|
+
export * from "./ListApplicationsCommand";
|
|
30
|
+
export * from "./ListDeploymentConfigsCommand";
|
|
31
|
+
export * from "./ListDeploymentGroupsCommand";
|
|
32
|
+
export * from "./ListDeploymentInstancesCommand";
|
|
33
|
+
export * from "./ListDeploymentTargetsCommand";
|
|
34
|
+
export * from "./ListDeploymentsCommand";
|
|
35
|
+
export * from "./ListGitHubAccountTokenNamesCommand";
|
|
36
|
+
export * from "./ListOnPremisesInstancesCommand";
|
|
37
|
+
export * from "./ListTagsForResourceCommand";
|
|
38
|
+
export * from "./PutLifecycleEventHookExecutionStatusCommand";
|
|
39
|
+
export * from "./RegisterApplicationRevisionCommand";
|
|
40
|
+
export * from "./RegisterOnPremisesInstanceCommand";
|
|
41
|
+
export * from "./RemoveTagsFromOnPremisesInstancesCommand";
|
|
42
|
+
export * from "./SkipWaitTimeForInstanceTerminationCommand";
|
|
43
|
+
export * from "./StopDeploymentCommand";
|
|
44
|
+
export * from "./TagResourceCommand";
|
|
45
|
+
export * from "./UntagResourceCommand";
|
|
46
|
+
export * from "./UpdateApplicationCommand";
|
|
47
|
+
export * from "./UpdateDeploymentGroupCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,58 +1,6 @@
|
|
|
1
|
-
export * from "./CodeDeployClient";
|
|
2
1
|
export * from "./CodeDeploy";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/BatchGetDeploymentsCommand";
|
|
9
|
-
export * from "./commands/BatchGetDeploymentTargetsCommand";
|
|
10
|
-
export * from "./commands/BatchGetOnPremisesInstancesCommand";
|
|
11
|
-
export * from "./commands/ContinueDeploymentCommand";
|
|
12
|
-
export * from "./commands/CreateApplicationCommand";
|
|
13
|
-
export * from "./commands/CreateDeploymentCommand";
|
|
14
|
-
export * from "./commands/CreateDeploymentConfigCommand";
|
|
15
|
-
export * from "./commands/CreateDeploymentGroupCommand";
|
|
16
|
-
export * from "./commands/DeleteApplicationCommand";
|
|
17
|
-
export * from "./commands/DeleteDeploymentConfigCommand";
|
|
18
|
-
export * from "./commands/DeleteDeploymentGroupCommand";
|
|
19
|
-
export * from "./commands/DeleteGitHubAccountTokenCommand";
|
|
20
|
-
export * from "./commands/DeleteResourcesByExternalIdCommand";
|
|
21
|
-
export * from "./commands/DeregisterOnPremisesInstanceCommand";
|
|
22
|
-
export * from "./commands/GetApplicationCommand";
|
|
23
|
-
export * from "./commands/GetApplicationRevisionCommand";
|
|
24
|
-
export * from "./commands/GetDeploymentCommand";
|
|
25
|
-
export * from "./waiters/waitForDeploymentSuccessful";
|
|
26
|
-
export * from "./commands/GetDeploymentConfigCommand";
|
|
27
|
-
export * from "./commands/GetDeploymentGroupCommand";
|
|
28
|
-
export * from "./commands/GetDeploymentInstanceCommand";
|
|
29
|
-
export * from "./commands/GetDeploymentTargetCommand";
|
|
30
|
-
export * from "./commands/GetOnPremisesInstanceCommand";
|
|
31
|
-
export * from "./commands/ListApplicationRevisionsCommand";
|
|
32
|
-
export * from "./pagination/ListApplicationRevisionsPaginator";
|
|
33
|
-
export * from "./commands/ListApplicationsCommand";
|
|
34
|
-
export * from "./pagination/ListApplicationsPaginator";
|
|
35
|
-
export * from "./commands/ListDeploymentConfigsCommand";
|
|
36
|
-
export * from "./pagination/ListDeploymentConfigsPaginator";
|
|
37
|
-
export * from "./commands/ListDeploymentGroupsCommand";
|
|
38
|
-
export * from "./pagination/ListDeploymentGroupsPaginator";
|
|
39
|
-
export * from "./commands/ListDeploymentInstancesCommand";
|
|
40
|
-
export * from "./pagination/ListDeploymentInstancesPaginator";
|
|
41
|
-
export * from "./commands/ListDeploymentsCommand";
|
|
42
|
-
export * from "./pagination/ListDeploymentsPaginator";
|
|
43
|
-
export * from "./commands/ListDeploymentTargetsCommand";
|
|
44
|
-
export * from "./commands/ListGitHubAccountTokenNamesCommand";
|
|
45
|
-
export * from "./commands/ListOnPremisesInstancesCommand";
|
|
46
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
47
|
-
export * from "./commands/PutLifecycleEventHookExecutionStatusCommand";
|
|
48
|
-
export * from "./commands/RegisterApplicationRevisionCommand";
|
|
49
|
-
export * from "./commands/RegisterOnPremisesInstanceCommand";
|
|
50
|
-
export * from "./commands/RemoveTagsFromOnPremisesInstancesCommand";
|
|
51
|
-
export * from "./commands/SkipWaitTimeForInstanceTerminationCommand";
|
|
52
|
-
export * from "./commands/StopDeploymentCommand";
|
|
53
|
-
export * from "./commands/TagResourceCommand";
|
|
54
|
-
export * from "./commands/UntagResourceCommand";
|
|
55
|
-
export * from "./commands/UpdateApplicationCommand";
|
|
56
|
-
export * from "./commands/UpdateDeploymentGroupCommand";
|
|
57
|
-
export * from "./pagination/Interfaces";
|
|
58
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./CodeDeployClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListApplicationRevisionsPaginator";
|
|
3
|
+
export * from "./ListApplicationsPaginator";
|
|
4
|
+
export * from "./ListDeploymentConfigsPaginator";
|
|
5
|
+
export * from "./ListDeploymentGroupsPaginator";
|
|
6
|
+
export * from "./ListDeploymentInstancesPaginator";
|
|
7
|
+
export * from "./ListDeploymentsPaginator";
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export * from "./AddTagsToOnPremisesInstancesCommand";
|
|
2
|
+
export * from "./BatchGetApplicationRevisionsCommand";
|
|
3
|
+
export * from "./BatchGetApplicationsCommand";
|
|
4
|
+
export * from "./BatchGetDeploymentGroupsCommand";
|
|
5
|
+
export * from "./BatchGetDeploymentInstancesCommand";
|
|
6
|
+
export * from "./BatchGetDeploymentTargetsCommand";
|
|
7
|
+
export * from "./BatchGetDeploymentsCommand";
|
|
8
|
+
export * from "./BatchGetOnPremisesInstancesCommand";
|
|
9
|
+
export * from "./ContinueDeploymentCommand";
|
|
10
|
+
export * from "./CreateApplicationCommand";
|
|
11
|
+
export * from "./CreateDeploymentCommand";
|
|
12
|
+
export * from "./CreateDeploymentConfigCommand";
|
|
13
|
+
export * from "./CreateDeploymentGroupCommand";
|
|
14
|
+
export * from "./DeleteApplicationCommand";
|
|
15
|
+
export * from "./DeleteDeploymentConfigCommand";
|
|
16
|
+
export * from "./DeleteDeploymentGroupCommand";
|
|
17
|
+
export * from "./DeleteGitHubAccountTokenCommand";
|
|
18
|
+
export * from "./DeleteResourcesByExternalIdCommand";
|
|
19
|
+
export * from "./DeregisterOnPremisesInstanceCommand";
|
|
20
|
+
export * from "./GetApplicationCommand";
|
|
21
|
+
export * from "./GetApplicationRevisionCommand";
|
|
22
|
+
export * from "./GetDeploymentCommand";
|
|
23
|
+
export * from "./GetDeploymentConfigCommand";
|
|
24
|
+
export * from "./GetDeploymentGroupCommand";
|
|
25
|
+
export * from "./GetDeploymentInstanceCommand";
|
|
26
|
+
export * from "./GetDeploymentTargetCommand";
|
|
27
|
+
export * from "./GetOnPremisesInstanceCommand";
|
|
28
|
+
export * from "./ListApplicationRevisionsCommand";
|
|
29
|
+
export * from "./ListApplicationsCommand";
|
|
30
|
+
export * from "./ListDeploymentConfigsCommand";
|
|
31
|
+
export * from "./ListDeploymentGroupsCommand";
|
|
32
|
+
export * from "./ListDeploymentInstancesCommand";
|
|
33
|
+
export * from "./ListDeploymentTargetsCommand";
|
|
34
|
+
export * from "./ListDeploymentsCommand";
|
|
35
|
+
export * from "./ListGitHubAccountTokenNamesCommand";
|
|
36
|
+
export * from "./ListOnPremisesInstancesCommand";
|
|
37
|
+
export * from "./ListTagsForResourceCommand";
|
|
38
|
+
export * from "./PutLifecycleEventHookExecutionStatusCommand";
|
|
39
|
+
export * from "./RegisterApplicationRevisionCommand";
|
|
40
|
+
export * from "./RegisterOnPremisesInstanceCommand";
|
|
41
|
+
export * from "./RemoveTagsFromOnPremisesInstancesCommand";
|
|
42
|
+
export * from "./SkipWaitTimeForInstanceTerminationCommand";
|
|
43
|
+
export * from "./StopDeploymentCommand";
|
|
44
|
+
export * from "./TagResourceCommand";
|
|
45
|
+
export * from "./UntagResourceCommand";
|
|
46
|
+
export * from "./UpdateApplicationCommand";
|
|
47
|
+
export * from "./UpdateDeploymentGroupCommand";
|
|
@@ -1,58 +1,6 @@
|
|
|
1
|
-
export * from "./CodeDeployClient";
|
|
2
1
|
export * from "./CodeDeploy";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/BatchGetDeploymentsCommand";
|
|
9
|
-
export * from "./commands/BatchGetDeploymentTargetsCommand";
|
|
10
|
-
export * from "./commands/BatchGetOnPremisesInstancesCommand";
|
|
11
|
-
export * from "./commands/ContinueDeploymentCommand";
|
|
12
|
-
export * from "./commands/CreateApplicationCommand";
|
|
13
|
-
export * from "./commands/CreateDeploymentCommand";
|
|
14
|
-
export * from "./commands/CreateDeploymentConfigCommand";
|
|
15
|
-
export * from "./commands/CreateDeploymentGroupCommand";
|
|
16
|
-
export * from "./commands/DeleteApplicationCommand";
|
|
17
|
-
export * from "./commands/DeleteDeploymentConfigCommand";
|
|
18
|
-
export * from "./commands/DeleteDeploymentGroupCommand";
|
|
19
|
-
export * from "./commands/DeleteGitHubAccountTokenCommand";
|
|
20
|
-
export * from "./commands/DeleteResourcesByExternalIdCommand";
|
|
21
|
-
export * from "./commands/DeregisterOnPremisesInstanceCommand";
|
|
22
|
-
export * from "./commands/GetApplicationCommand";
|
|
23
|
-
export * from "./commands/GetApplicationRevisionCommand";
|
|
24
|
-
export * from "./commands/GetDeploymentCommand";
|
|
25
|
-
export * from "./waiters/waitForDeploymentSuccessful";
|
|
26
|
-
export * from "./commands/GetDeploymentConfigCommand";
|
|
27
|
-
export * from "./commands/GetDeploymentGroupCommand";
|
|
28
|
-
export * from "./commands/GetDeploymentInstanceCommand";
|
|
29
|
-
export * from "./commands/GetDeploymentTargetCommand";
|
|
30
|
-
export * from "./commands/GetOnPremisesInstanceCommand";
|
|
31
|
-
export * from "./commands/ListApplicationRevisionsCommand";
|
|
32
|
-
export * from "./pagination/ListApplicationRevisionsPaginator";
|
|
33
|
-
export * from "./commands/ListApplicationsCommand";
|
|
34
|
-
export * from "./pagination/ListApplicationsPaginator";
|
|
35
|
-
export * from "./commands/ListDeploymentConfigsCommand";
|
|
36
|
-
export * from "./pagination/ListDeploymentConfigsPaginator";
|
|
37
|
-
export * from "./commands/ListDeploymentGroupsCommand";
|
|
38
|
-
export * from "./pagination/ListDeploymentGroupsPaginator";
|
|
39
|
-
export * from "./commands/ListDeploymentInstancesCommand";
|
|
40
|
-
export * from "./pagination/ListDeploymentInstancesPaginator";
|
|
41
|
-
export * from "./commands/ListDeploymentsCommand";
|
|
42
|
-
export * from "./pagination/ListDeploymentsPaginator";
|
|
43
|
-
export * from "./commands/ListDeploymentTargetsCommand";
|
|
44
|
-
export * from "./commands/ListGitHubAccountTokenNamesCommand";
|
|
45
|
-
export * from "./commands/ListOnPremisesInstancesCommand";
|
|
46
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
47
|
-
export * from "./commands/PutLifecycleEventHookExecutionStatusCommand";
|
|
48
|
-
export * from "./commands/RegisterApplicationRevisionCommand";
|
|
49
|
-
export * from "./commands/RegisterOnPremisesInstanceCommand";
|
|
50
|
-
export * from "./commands/RemoveTagsFromOnPremisesInstancesCommand";
|
|
51
|
-
export * from "./commands/SkipWaitTimeForInstanceTerminationCommand";
|
|
52
|
-
export * from "./commands/StopDeploymentCommand";
|
|
53
|
-
export * from "./commands/TagResourceCommand";
|
|
54
|
-
export * from "./commands/UntagResourceCommand";
|
|
55
|
-
export * from "./commands/UpdateApplicationCommand";
|
|
56
|
-
export * from "./commands/UpdateDeploymentGroupCommand";
|
|
57
|
-
export * from "./pagination/Interfaces";
|
|
58
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./CodeDeployClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListApplicationRevisionsPaginator";
|
|
3
|
+
export * from "./ListApplicationsPaginator";
|
|
4
|
+
export * from "./ListDeploymentConfigsPaginator";
|
|
5
|
+
export * from "./ListDeploymentGroupsPaginator";
|
|
6
|
+
export * from "./ListDeploymentInstancesPaginator";
|
|
7
|
+
export * from "./ListDeploymentsPaginator";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./waitForDeploymentSuccessful";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./waitForDeploymentSuccessful";
|
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.38.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.38.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.38.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.38.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.38.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.38.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.38.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.38.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.38.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.38.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.38.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.38.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.38.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.38.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.38.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.38.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.38.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.38.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.38.0",
|
|
42
|
+
"@aws-sdk/types": "3.38.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.38.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.38.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.38.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
|
-
"@aws-sdk/util-waiter": "3.
|
|
52
|
+
"@aws-sdk/util-waiter": "3.38.0",
|
|
53
53
|
"tslib": "^2.3.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
56
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
57
57
|
"@types/node": "^12.7.5",
|
|
58
58
|
"downlevel-dts": "0.7.0",
|
|
59
59
|
"jest": "^26.1.0",
|