@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.
Files changed (137) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/CodeDeploy.js +0 -102
  3. package/dist-cjs/CodeDeployClient.js +0 -107
  4. package/dist-cjs/commands/AddTagsToOnPremisesInstancesCommand.js +0 -24
  5. package/dist-cjs/commands/BatchGetApplicationRevisionsCommand.js +0 -25
  6. package/dist-cjs/commands/BatchGetApplicationsCommand.js +0 -25
  7. package/dist-cjs/commands/BatchGetDeploymentGroupsCommand.js +0 -24
  8. package/dist-cjs/commands/BatchGetDeploymentInstancesCommand.js +0 -33
  9. package/dist-cjs/commands/BatchGetDeploymentTargetsCommand.js +0 -51
  10. package/dist-cjs/commands/BatchGetDeploymentsCommand.js +0 -25
  11. package/dist-cjs/commands/BatchGetOnPremisesInstancesCommand.js +0 -25
  12. package/dist-cjs/commands/ContinueDeploymentCommand.js +0 -28
  13. package/dist-cjs/commands/CreateApplicationCommand.js +0 -24
  14. package/dist-cjs/commands/CreateDeploymentCommand.js +0 -24
  15. package/dist-cjs/commands/CreateDeploymentConfigCommand.js +0 -24
  16. package/dist-cjs/commands/CreateDeploymentGroupCommand.js +0 -24
  17. package/dist-cjs/commands/DeleteApplicationCommand.js +0 -24
  18. package/dist-cjs/commands/DeleteDeploymentConfigCommand.js +0 -28
  19. package/dist-cjs/commands/DeleteDeploymentGroupCommand.js +0 -24
  20. package/dist-cjs/commands/DeleteGitHubAccountTokenCommand.js +0 -24
  21. package/dist-cjs/commands/DeleteResourcesByExternalIdCommand.js +0 -24
  22. package/dist-cjs/commands/DeregisterOnPremisesInstanceCommand.js +0 -24
  23. package/dist-cjs/commands/GetApplicationCommand.js +0 -24
  24. package/dist-cjs/commands/GetApplicationRevisionCommand.js +0 -24
  25. package/dist-cjs/commands/GetDeploymentCommand.js +0 -30
  26. package/dist-cjs/commands/GetDeploymentConfigCommand.js +0 -24
  27. package/dist-cjs/commands/GetDeploymentGroupCommand.js +0 -24
  28. package/dist-cjs/commands/GetDeploymentInstanceCommand.js +0 -26
  29. package/dist-cjs/commands/GetDeploymentTargetCommand.js +0 -24
  30. package/dist-cjs/commands/GetOnPremisesInstanceCommand.js +0 -24
  31. package/dist-cjs/commands/ListApplicationRevisionsCommand.js +0 -24
  32. package/dist-cjs/commands/ListApplicationsCommand.js +0 -24
  33. package/dist-cjs/commands/ListDeploymentConfigsCommand.js +0 -24
  34. package/dist-cjs/commands/ListDeploymentGroupsCommand.js +0 -25
  35. package/dist-cjs/commands/ListDeploymentInstancesCommand.js +0 -32
  36. package/dist-cjs/commands/ListDeploymentTargetsCommand.js +0 -24
  37. package/dist-cjs/commands/ListDeploymentsCommand.js +0 -25
  38. package/dist-cjs/commands/ListGitHubAccountTokenNamesCommand.js +0 -24
  39. package/dist-cjs/commands/ListOnPremisesInstancesCommand.js +0 -27
  40. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
  41. package/dist-cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js +0 -32
  42. package/dist-cjs/commands/RegisterApplicationRevisionCommand.js +0 -24
  43. package/dist-cjs/commands/RegisterOnPremisesInstanceCommand.js +0 -28
  44. package/dist-cjs/commands/RemoveTagsFromOnPremisesInstancesCommand.js +0 -24
  45. package/dist-cjs/commands/SkipWaitTimeForInstanceTerminationCommand.js +0 -27
  46. package/dist-cjs/commands/StopDeploymentCommand.js +0 -24
  47. package/dist-cjs/commands/TagResourceCommand.js +0 -25
  48. package/dist-cjs/commands/UntagResourceCommand.js +0 -26
  49. package/dist-cjs/commands/UpdateApplicationCommand.js +0 -24
  50. package/dist-cjs/commands/UpdateDeploymentGroupCommand.js +0 -24
  51. package/dist-cjs/commands/index.js +50 -0
  52. package/dist-cjs/endpoints.js +6 -1
  53. package/dist-cjs/index.js +5 -57
  54. package/dist-cjs/models/models_0.js +0 -741
  55. package/dist-cjs/pagination/ListApplicationRevisionsPaginator.js +0 -10
  56. package/dist-cjs/pagination/ListApplicationsPaginator.js +0 -10
  57. package/dist-cjs/pagination/ListDeploymentConfigsPaginator.js +0 -10
  58. package/dist-cjs/pagination/ListDeploymentGroupsPaginator.js +0 -10
  59. package/dist-cjs/pagination/ListDeploymentInstancesPaginator.js +0 -10
  60. package/dist-cjs/pagination/ListDeploymentsPaginator.js +0 -10
  61. package/dist-cjs/pagination/index.js +10 -0
  62. package/dist-cjs/protocols/Aws_json1_1.js +0 -5
  63. package/dist-cjs/runtimeConfig.browser.js +1 -5
  64. package/dist-cjs/runtimeConfig.js +1 -5
  65. package/dist-cjs/runtimeConfig.native.js +0 -3
  66. package/dist-cjs/runtimeConfig.shared.js +0 -3
  67. package/dist-cjs/waiters/index.js +4 -0
  68. package/dist-cjs/waiters/waitForDeploymentSuccessful.js +0 -9
  69. package/dist-es/commands/index.js +47 -0
  70. package/dist-es/endpoints.js +6 -1
  71. package/dist-es/index.js +5 -57
  72. package/dist-es/pagination/index.js +7 -0
  73. package/dist-es/waiters/index.js +1 -0
  74. package/dist-types/commands/index.d.ts +47 -0
  75. package/dist-types/index.d.ts +5 -57
  76. package/dist-types/pagination/index.d.ts +7 -0
  77. package/dist-types/ts3.4/CodeDeploy.d.ts +48 -331
  78. package/dist-types/ts3.4/CodeDeployClient.d.ts +24 -188
  79. package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +2 -20
  80. package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +2 -21
  81. package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +2 -21
  82. package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +2 -20
  83. package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +2 -29
  84. package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +2 -47
  85. package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +2 -21
  86. package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +2 -21
  87. package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +2 -24
  88. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -20
  89. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +2 -20
  90. package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +2 -20
  91. package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +2 -20
  92. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -20
  93. package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +2 -24
  94. package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +2 -20
  95. package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +2 -20
  96. package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +2 -20
  97. package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +2 -20
  98. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +2 -20
  99. package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +2 -20
  100. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +2 -26
  101. package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +2 -20
  102. package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +2 -20
  103. package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +2 -22
  104. package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +2 -20
  105. package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +2 -20
  106. package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +2 -20
  107. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -20
  108. package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +2 -20
  109. package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +2 -21
  110. package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +2 -28
  111. package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +2 -20
  112. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +2 -21
  113. package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +2 -20
  114. package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +2 -23
  115. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -21
  116. package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +2 -28
  117. package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +2 -20
  118. package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +2 -24
  119. package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +2 -20
  120. package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +2 -23
  121. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +2 -20
  122. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -21
  123. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -22
  124. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -20
  125. package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +2 -20
  126. package/dist-types/ts3.4/commands/index.d.ts +47 -0
  127. package/dist-types/ts3.4/index.d.ts +5 -57
  128. package/dist-types/ts3.4/models/models_0.d.ts +1001 -4081
  129. package/dist-types/ts3.4/pagination/index.d.ts +7 -0
  130. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  131. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  132. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  133. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  134. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  135. package/dist-types/ts3.4/waiters/waitForDeploymentSuccessful.d.ts +2 -9
  136. package/dist-types/waiters/index.d.ts +1 -0
  137. 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 "./commands/AddTagsToOnPremisesInstancesCommand";
4
- export * from "./commands/BatchGetApplicationRevisionsCommand";
5
- export * from "./commands/BatchGetApplicationsCommand";
6
- export * from "./commands/BatchGetDeploymentGroupsCommand";
7
- export * from "./commands/BatchGetDeploymentInstancesCommand";
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";