@aws-sdk/client-codedeploy 3.36.0 → 3.36.1

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 (119) hide show
  1. package/CHANGELOG.md +11 -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/models/models_0.js +0 -741
  52. package/dist-cjs/pagination/ListApplicationRevisionsPaginator.js +0 -10
  53. package/dist-cjs/pagination/ListApplicationsPaginator.js +0 -10
  54. package/dist-cjs/pagination/ListDeploymentConfigsPaginator.js +0 -10
  55. package/dist-cjs/pagination/ListDeploymentGroupsPaginator.js +0 -10
  56. package/dist-cjs/pagination/ListDeploymentInstancesPaginator.js +0 -10
  57. package/dist-cjs/pagination/ListDeploymentsPaginator.js +0 -10
  58. package/dist-cjs/protocols/Aws_json1_1.js +0 -5
  59. package/dist-cjs/runtimeConfig.browser.js +1 -5
  60. package/dist-cjs/runtimeConfig.js +1 -5
  61. package/dist-cjs/runtimeConfig.native.js +0 -3
  62. package/dist-cjs/runtimeConfig.shared.js +0 -3
  63. package/dist-cjs/waiters/waitForDeploymentSuccessful.js +0 -9
  64. package/dist-types/ts3.4/CodeDeploy.d.ts +48 -331
  65. package/dist-types/ts3.4/CodeDeployClient.d.ts +24 -188
  66. package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +2 -20
  67. package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +2 -21
  68. package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +2 -21
  69. package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +2 -20
  70. package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +2 -29
  71. package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +2 -47
  72. package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +2 -21
  73. package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +2 -21
  74. package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +2 -24
  75. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -20
  76. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +2 -20
  77. package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +2 -20
  78. package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +2 -20
  79. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -20
  80. package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +2 -24
  81. package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +2 -20
  82. package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +2 -20
  83. package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +2 -20
  84. package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +2 -20
  85. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +2 -20
  86. package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +2 -20
  87. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +2 -26
  88. package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +2 -20
  89. package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +2 -20
  90. package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +2 -22
  91. package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +2 -20
  92. package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +2 -20
  93. package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +2 -20
  94. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -20
  95. package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +2 -20
  96. package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +2 -21
  97. package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +2 -28
  98. package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +2 -20
  99. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +2 -21
  100. package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +2 -20
  101. package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +2 -23
  102. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -21
  103. package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +2 -28
  104. package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +2 -20
  105. package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +2 -24
  106. package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +2 -20
  107. package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +2 -23
  108. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +2 -20
  109. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -21
  110. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -22
  111. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -20
  112. package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +2 -20
  113. package/dist-types/ts3.4/models/models_0.d.ts +1001 -4081
  114. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  115. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  116. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  117. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  118. package/dist-types/ts3.4/waiters/waitForDeploymentSuccessful.d.ts +2 -9
  119. package/package.json +3 -3
@@ -1,8 +1,6 @@
1
1
  import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { CodeDeployClientConfig } from "./CodeDeployClient";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: CodeDeployClientConfig) => {
7
5
  runtime: string;
8
6
  base64Decoder: import("@aws-sdk/types").Decoder;
@@ -1,8 +1,6 @@
1
1
  import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
2
2
  import { CodeDeployClientConfig } from "./CodeDeployClient";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: CodeDeployClientConfig) => {
7
5
  runtime: string;
8
6
  base64Decoder: import("@aws-sdk/types").Decoder;
@@ -1,7 +1,5 @@
1
1
  import { CodeDeployClientConfig } from "./CodeDeployClient";
2
- /**
3
- * @internal
4
- */
2
+
5
3
  export declare const getRuntimeConfig: (config: CodeDeployClientConfig) => {
6
4
  runtime: string;
7
5
  sha256: import("@aws-sdk/types").HashConstructor;
@@ -1,8 +1,6 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { CodeDeployClientConfig } from "./CodeDeployClient";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: CodeDeployClientConfig) => {
7
5
  apiVersion: string;
8
6
  disableHostPrefix: boolean;
@@ -1,14 +1,7 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
2
  import { CodeDeployClient } from "../CodeDeployClient";
3
3
  import { GetDeploymentCommandInput } from "../commands/GetDeploymentCommand";
4
- /**
5
- *
6
- * @deprecated Use waitUntilDeploymentSuccessful instead. waitForDeploymentSuccessful does not throw error in non-success cases.
7
- */
4
+
8
5
  export declare const waitForDeploymentSuccessful: (params: WaiterConfiguration<CodeDeployClient>, input: GetDeploymentCommandInput) => Promise<WaiterResult>;
9
- /**
10
- *
11
- * @param params - Waiter configuration options.
12
- * @param input - The input to GetDeploymentCommand for polling.
13
- */
6
+
14
7
  export declare const waitUntilDeploymentSuccessful: (params: WaiterConfiguration<CodeDeployClient>, input: GetDeploymentCommandInput) => Promise<WaiterResult>;
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.36.0",
4
+ "version": "3.36.1",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
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.36.0",
24
+ "@aws-sdk/client-sts": "3.36.1",
25
25
  "@aws-sdk/config-resolver": "3.36.0",
26
- "@aws-sdk/credential-provider-node": "3.36.0",
26
+ "@aws-sdk/credential-provider-node": "3.36.1",
27
27
  "@aws-sdk/fetch-http-handler": "3.36.0",
28
28
  "@aws-sdk/hash-node": "3.36.0",
29
29
  "@aws-sdk/invalid-dependency": "3.36.0",