@aws-sdk/client-codedeploy 3.489.0 → 3.495.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 (69) hide show
  1. package/dist-cjs/CodeDeploy.js +1 -105
  2. package/dist-cjs/CodeDeployClient.js +1 -43
  3. package/dist-cjs/commands/AddTagsToOnPremisesInstancesCommand.js +1 -28
  4. package/dist-cjs/commands/BatchGetApplicationRevisionsCommand.js +1 -28
  5. package/dist-cjs/commands/BatchGetApplicationsCommand.js +1 -28
  6. package/dist-cjs/commands/BatchGetDeploymentGroupsCommand.js +1 -28
  7. package/dist-cjs/commands/BatchGetDeploymentInstancesCommand.js +1 -28
  8. package/dist-cjs/commands/BatchGetDeploymentTargetsCommand.js +1 -28
  9. package/dist-cjs/commands/BatchGetDeploymentsCommand.js +1 -28
  10. package/dist-cjs/commands/BatchGetOnPremisesInstancesCommand.js +1 -28
  11. package/dist-cjs/commands/ContinueDeploymentCommand.js +1 -28
  12. package/dist-cjs/commands/CreateApplicationCommand.js +1 -28
  13. package/dist-cjs/commands/CreateDeploymentCommand.js +1 -28
  14. package/dist-cjs/commands/CreateDeploymentConfigCommand.js +1 -28
  15. package/dist-cjs/commands/CreateDeploymentGroupCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteApplicationCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteDeploymentConfigCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteDeploymentGroupCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteGitHubAccountTokenCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteResourcesByExternalIdCommand.js +1 -28
  21. package/dist-cjs/commands/DeregisterOnPremisesInstanceCommand.js +1 -28
  22. package/dist-cjs/commands/GetApplicationCommand.js +1 -28
  23. package/dist-cjs/commands/GetApplicationRevisionCommand.js +1 -28
  24. package/dist-cjs/commands/GetDeploymentCommand.js +1 -28
  25. package/dist-cjs/commands/GetDeploymentConfigCommand.js +1 -28
  26. package/dist-cjs/commands/GetDeploymentGroupCommand.js +1 -28
  27. package/dist-cjs/commands/GetDeploymentInstanceCommand.js +1 -28
  28. package/dist-cjs/commands/GetDeploymentTargetCommand.js +1 -28
  29. package/dist-cjs/commands/GetOnPremisesInstanceCommand.js +1 -28
  30. package/dist-cjs/commands/ListApplicationRevisionsCommand.js +1 -28
  31. package/dist-cjs/commands/ListApplicationsCommand.js +1 -28
  32. package/dist-cjs/commands/ListDeploymentConfigsCommand.js +1 -28
  33. package/dist-cjs/commands/ListDeploymentGroupsCommand.js +1 -28
  34. package/dist-cjs/commands/ListDeploymentInstancesCommand.js +1 -28
  35. package/dist-cjs/commands/ListDeploymentTargetsCommand.js +1 -28
  36. package/dist-cjs/commands/ListDeploymentsCommand.js +1 -28
  37. package/dist-cjs/commands/ListGitHubAccountTokenNamesCommand.js +1 -28
  38. package/dist-cjs/commands/ListOnPremisesInstancesCommand.js +1 -28
  39. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  40. package/dist-cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js +1 -28
  41. package/dist-cjs/commands/RegisterApplicationRevisionCommand.js +1 -28
  42. package/dist-cjs/commands/RegisterOnPremisesInstanceCommand.js +1 -28
  43. package/dist-cjs/commands/RemoveTagsFromOnPremisesInstancesCommand.js +1 -28
  44. package/dist-cjs/commands/SkipWaitTimeForInstanceTerminationCommand.js +1 -28
  45. package/dist-cjs/commands/StopDeploymentCommand.js +1 -28
  46. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  47. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  48. package/dist-cjs/commands/UpdateApplicationCommand.js +1 -28
  49. package/dist-cjs/commands/UpdateDeploymentGroupCommand.js +1 -28
  50. package/dist-cjs/commands/index.js +1 -50
  51. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  52. package/dist-cjs/extensionConfiguration.js +1 -2
  53. package/dist-cjs/index.js +7607 -12
  54. package/dist-cjs/models/CodeDeployServiceException.js +1 -12
  55. package/dist-cjs/models/index.js +1 -4
  56. package/dist-cjs/models/models_0.js +1 -1657
  57. package/dist-cjs/pagination/Interfaces.js +1 -2
  58. package/dist-cjs/pagination/ListApplicationRevisionsPaginator.js +1 -7
  59. package/dist-cjs/pagination/ListApplicationsPaginator.js +1 -7
  60. package/dist-cjs/pagination/ListDeploymentConfigsPaginator.js +1 -7
  61. package/dist-cjs/pagination/ListDeploymentGroupsPaginator.js +1 -7
  62. package/dist-cjs/pagination/ListDeploymentInstancesPaginator.js +1 -7
  63. package/dist-cjs/pagination/ListDeploymentsPaginator.js +1 -7
  64. package/dist-cjs/pagination/index.js +1 -10
  65. package/dist-cjs/protocols/Aws_json1_1.js +1 -4159
  66. package/dist-cjs/runtimeExtensions.js +1 -22
  67. package/dist-cjs/waiters/index.js +1 -4
  68. package/dist-cjs/waiters/waitForDeploymentSuccessful.js +1 -54
  69. package/package.json +41 -41
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListApplicationRevisions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CodeDeployClient_1 = require("../CodeDeployClient");
6
- const ListApplicationRevisionsCommand_1 = require("../commands/ListApplicationRevisionsCommand");
7
- exports.paginateListApplicationRevisions = (0, core_1.createPaginator)(CodeDeployClient_1.CodeDeployClient, ListApplicationRevisionsCommand_1.ListApplicationRevisionsCommand, "nextToken", "nextToken", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListApplications = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CodeDeployClient_1 = require("../CodeDeployClient");
6
- const ListApplicationsCommand_1 = require("../commands/ListApplicationsCommand");
7
- exports.paginateListApplications = (0, core_1.createPaginator)(CodeDeployClient_1.CodeDeployClient, ListApplicationsCommand_1.ListApplicationsCommand, "nextToken", "nextToken", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListDeploymentConfigs = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CodeDeployClient_1 = require("../CodeDeployClient");
6
- const ListDeploymentConfigsCommand_1 = require("../commands/ListDeploymentConfigsCommand");
7
- exports.paginateListDeploymentConfigs = (0, core_1.createPaginator)(CodeDeployClient_1.CodeDeployClient, ListDeploymentConfigsCommand_1.ListDeploymentConfigsCommand, "nextToken", "nextToken", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListDeploymentGroups = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CodeDeployClient_1 = require("../CodeDeployClient");
6
- const ListDeploymentGroupsCommand_1 = require("../commands/ListDeploymentGroupsCommand");
7
- exports.paginateListDeploymentGroups = (0, core_1.createPaginator)(CodeDeployClient_1.CodeDeployClient, ListDeploymentGroupsCommand_1.ListDeploymentGroupsCommand, "nextToken", "nextToken", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListDeploymentInstances = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CodeDeployClient_1 = require("../CodeDeployClient");
6
- const ListDeploymentInstancesCommand_1 = require("../commands/ListDeploymentInstancesCommand");
7
- exports.paginateListDeploymentInstances = (0, core_1.createPaginator)(CodeDeployClient_1.CodeDeployClient, ListDeploymentInstancesCommand_1.ListDeploymentInstancesCommand, "nextToken", "nextToken", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListDeployments = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CodeDeployClient_1 = require("../CodeDeployClient");
6
- const ListDeploymentsCommand_1 = require("../commands/ListDeploymentsCommand");
7
- exports.paginateListDeployments = (0, core_1.createPaginator)(CodeDeployClient_1.CodeDeployClient, ListDeploymentsCommand_1.ListDeploymentsCommand, "nextToken", "nextToken", "");
1
+ module.exports = require("../index.js");
@@ -1,10 +1 @@
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);
1
+ module.exports = require("../index.js");