@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
|
@@ -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";
|