@aws-sdk/client-codedeploy 3.128.0 → 3.137.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 (102) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/AddTagsToOnPremisesInstancesCommand.js +1 -1
  3. package/dist-cjs/commands/BatchGetApplicationRevisionsCommand.js +2 -2
  4. package/dist-cjs/commands/BatchGetApplicationsCommand.js +2 -2
  5. package/dist-cjs/commands/BatchGetDeploymentGroupsCommand.js +2 -2
  6. package/dist-cjs/commands/BatchGetDeploymentInstancesCommand.js +2 -2
  7. package/dist-cjs/commands/BatchGetDeploymentTargetsCommand.js +2 -2
  8. package/dist-cjs/commands/BatchGetDeploymentsCommand.js +2 -2
  9. package/dist-cjs/commands/BatchGetOnPremisesInstancesCommand.js +2 -2
  10. package/dist-cjs/commands/ContinueDeploymentCommand.js +1 -1
  11. package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
  12. package/dist-cjs/commands/CreateDeploymentCommand.js +2 -2
  13. package/dist-cjs/commands/CreateDeploymentConfigCommand.js +2 -2
  14. package/dist-cjs/commands/CreateDeploymentGroupCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteApplicationCommand.js +1 -1
  16. package/dist-cjs/commands/DeleteDeploymentConfigCommand.js +1 -1
  17. package/dist-cjs/commands/DeleteDeploymentGroupCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteGitHubAccountTokenCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteResourcesByExternalIdCommand.js +2 -2
  20. package/dist-cjs/commands/DeregisterOnPremisesInstanceCommand.js +1 -1
  21. package/dist-cjs/commands/GetApplicationCommand.js +2 -2
  22. package/dist-cjs/commands/GetApplicationRevisionCommand.js +2 -2
  23. package/dist-cjs/commands/GetDeploymentCommand.js +2 -2
  24. package/dist-cjs/commands/GetDeploymentConfigCommand.js +2 -2
  25. package/dist-cjs/commands/GetDeploymentGroupCommand.js +2 -2
  26. package/dist-cjs/commands/GetDeploymentInstanceCommand.js +2 -2
  27. package/dist-cjs/commands/GetDeploymentTargetCommand.js +2 -2
  28. package/dist-cjs/commands/GetOnPremisesInstanceCommand.js +2 -2
  29. package/dist-cjs/commands/ListApplicationRevisionsCommand.js +2 -2
  30. package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
  31. package/dist-cjs/commands/ListDeploymentConfigsCommand.js +2 -2
  32. package/dist-cjs/commands/ListDeploymentGroupsCommand.js +2 -2
  33. package/dist-cjs/commands/ListDeploymentInstancesCommand.js +2 -2
  34. package/dist-cjs/commands/ListDeploymentTargetsCommand.js +2 -2
  35. package/dist-cjs/commands/ListDeploymentsCommand.js +2 -2
  36. package/dist-cjs/commands/ListGitHubAccountTokenNamesCommand.js +2 -2
  37. package/dist-cjs/commands/ListOnPremisesInstancesCommand.js +2 -2
  38. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  39. package/dist-cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js +2 -2
  40. package/dist-cjs/commands/RegisterApplicationRevisionCommand.js +1 -1
  41. package/dist-cjs/commands/RegisterOnPremisesInstanceCommand.js +1 -1
  42. package/dist-cjs/commands/RemoveTagsFromOnPremisesInstancesCommand.js +1 -1
  43. package/dist-cjs/commands/SkipWaitTimeForInstanceTerminationCommand.js +1 -1
  44. package/dist-cjs/commands/StopDeploymentCommand.js +2 -2
  45. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  46. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  47. package/dist-cjs/commands/UpdateApplicationCommand.js +1 -1
  48. package/dist-cjs/commands/UpdateDeploymentGroupCommand.js +2 -2
  49. package/dist-cjs/models/models_0.js +558 -834
  50. package/dist-cjs/protocols/Aws_json1_1.js +3 -0
  51. package/dist-es/commands/AddTagsToOnPremisesInstancesCommand.js +2 -2
  52. package/dist-es/commands/BatchGetApplicationRevisionsCommand.js +3 -3
  53. package/dist-es/commands/BatchGetApplicationsCommand.js +3 -3
  54. package/dist-es/commands/BatchGetDeploymentGroupsCommand.js +3 -3
  55. package/dist-es/commands/BatchGetDeploymentInstancesCommand.js +3 -3
  56. package/dist-es/commands/BatchGetDeploymentTargetsCommand.js +3 -3
  57. package/dist-es/commands/BatchGetDeploymentsCommand.js +3 -3
  58. package/dist-es/commands/BatchGetOnPremisesInstancesCommand.js +3 -3
  59. package/dist-es/commands/ContinueDeploymentCommand.js +2 -2
  60. package/dist-es/commands/CreateApplicationCommand.js +3 -3
  61. package/dist-es/commands/CreateDeploymentCommand.js +3 -3
  62. package/dist-es/commands/CreateDeploymentConfigCommand.js +3 -3
  63. package/dist-es/commands/CreateDeploymentGroupCommand.js +3 -3
  64. package/dist-es/commands/DeleteApplicationCommand.js +2 -2
  65. package/dist-es/commands/DeleteDeploymentConfigCommand.js +2 -2
  66. package/dist-es/commands/DeleteDeploymentGroupCommand.js +3 -3
  67. package/dist-es/commands/DeleteGitHubAccountTokenCommand.js +3 -3
  68. package/dist-es/commands/DeleteResourcesByExternalIdCommand.js +3 -3
  69. package/dist-es/commands/DeregisterOnPremisesInstanceCommand.js +2 -2
  70. package/dist-es/commands/GetApplicationCommand.js +3 -3
  71. package/dist-es/commands/GetApplicationRevisionCommand.js +3 -3
  72. package/dist-es/commands/GetDeploymentCommand.js +3 -3
  73. package/dist-es/commands/GetDeploymentConfigCommand.js +3 -3
  74. package/dist-es/commands/GetDeploymentGroupCommand.js +3 -3
  75. package/dist-es/commands/GetDeploymentInstanceCommand.js +3 -3
  76. package/dist-es/commands/GetDeploymentTargetCommand.js +3 -3
  77. package/dist-es/commands/GetOnPremisesInstanceCommand.js +3 -3
  78. package/dist-es/commands/ListApplicationRevisionsCommand.js +3 -3
  79. package/dist-es/commands/ListApplicationsCommand.js +3 -3
  80. package/dist-es/commands/ListDeploymentConfigsCommand.js +3 -3
  81. package/dist-es/commands/ListDeploymentGroupsCommand.js +3 -3
  82. package/dist-es/commands/ListDeploymentInstancesCommand.js +3 -3
  83. package/dist-es/commands/ListDeploymentTargetsCommand.js +3 -3
  84. package/dist-es/commands/ListDeploymentsCommand.js +3 -3
  85. package/dist-es/commands/ListGitHubAccountTokenNamesCommand.js +3 -3
  86. package/dist-es/commands/ListOnPremisesInstancesCommand.js +3 -3
  87. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  88. package/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +3 -3
  89. package/dist-es/commands/RegisterApplicationRevisionCommand.js +2 -2
  90. package/dist-es/commands/RegisterOnPremisesInstanceCommand.js +2 -2
  91. package/dist-es/commands/RemoveTagsFromOnPremisesInstancesCommand.js +2 -2
  92. package/dist-es/commands/SkipWaitTimeForInstanceTerminationCommand.js +2 -2
  93. package/dist-es/commands/StopDeploymentCommand.js +3 -3
  94. package/dist-es/commands/TagResourceCommand.js +3 -3
  95. package/dist-es/commands/UntagResourceCommand.js +3 -3
  96. package/dist-es/commands/UpdateApplicationCommand.js +2 -2
  97. package/dist-es/commands/UpdateDeploymentGroupCommand.js +3 -3
  98. package/dist-es/models/models_0.js +138 -552
  99. package/dist-es/protocols/Aws_json1_1.js +3 -0
  100. package/dist-types/models/models_0.d.ts +552 -828
  101. package/dist-types/ts3.4/models/models_0.d.ts +276 -552
  102. package/package.json +9 -9
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListDeploymentConfigsInput, ListDeploymentConfigsOutput } from "../models/models_0";
4
+ import { ListDeploymentConfigsInputFilterSensitiveLog, ListDeploymentConfigsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListDeploymentConfigsCommand, serializeAws_json1_1ListDeploymentConfigsCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListDeploymentConfigsCommand = (function (_super) {
7
7
  __extends(ListDeploymentConfigsCommand, _super);
@@ -20,8 +20,8 @@ var ListDeploymentConfigsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListDeploymentConfigsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListDeploymentConfigsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListDeploymentConfigsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListDeploymentConfigsOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListDeploymentGroupsInput, ListDeploymentGroupsOutput } from "../models/models_0";
4
+ import { ListDeploymentGroupsInputFilterSensitiveLog, ListDeploymentGroupsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListDeploymentGroupsCommand, serializeAws_json1_1ListDeploymentGroupsCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListDeploymentGroupsCommand = (function (_super) {
7
7
  __extends(ListDeploymentGroupsCommand, _super);
@@ -20,8 +20,8 @@ var ListDeploymentGroupsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListDeploymentGroupsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListDeploymentGroupsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListDeploymentGroupsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListDeploymentGroupsOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListDeploymentInstancesInput, ListDeploymentInstancesOutput } from "../models/models_0";
4
+ import { ListDeploymentInstancesInputFilterSensitiveLog, ListDeploymentInstancesOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListDeploymentInstancesCommand, serializeAws_json1_1ListDeploymentInstancesCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListDeploymentInstancesCommand = (function (_super) {
7
7
  __extends(ListDeploymentInstancesCommand, _super);
@@ -20,8 +20,8 @@ var ListDeploymentInstancesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListDeploymentInstancesInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListDeploymentInstancesOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListDeploymentInstancesInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListDeploymentInstancesOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListDeploymentTargetsInput, ListDeploymentTargetsOutput } from "../models/models_0";
4
+ import { ListDeploymentTargetsInputFilterSensitiveLog, ListDeploymentTargetsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListDeploymentTargetsCommand, serializeAws_json1_1ListDeploymentTargetsCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListDeploymentTargetsCommand = (function (_super) {
7
7
  __extends(ListDeploymentTargetsCommand, _super);
@@ -20,8 +20,8 @@ var ListDeploymentTargetsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListDeploymentTargetsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListDeploymentTargetsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListDeploymentTargetsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListDeploymentTargetsOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListDeploymentsInput, ListDeploymentsOutput } from "../models/models_0";
4
+ import { ListDeploymentsInputFilterSensitiveLog, ListDeploymentsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListDeploymentsCommand, serializeAws_json1_1ListDeploymentsCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListDeploymentsCommand = (function (_super) {
7
7
  __extends(ListDeploymentsCommand, _super);
@@ -20,8 +20,8 @@ var ListDeploymentsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListDeploymentsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListDeploymentsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListDeploymentsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListDeploymentsOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListGitHubAccountTokenNamesInput, ListGitHubAccountTokenNamesOutput } from "../models/models_0";
4
+ import { ListGitHubAccountTokenNamesInputFilterSensitiveLog, ListGitHubAccountTokenNamesOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListGitHubAccountTokenNamesCommand, serializeAws_json1_1ListGitHubAccountTokenNamesCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListGitHubAccountTokenNamesCommand = (function (_super) {
7
7
  __extends(ListGitHubAccountTokenNamesCommand, _super);
@@ -20,8 +20,8 @@ var ListGitHubAccountTokenNamesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListGitHubAccountTokenNamesInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListGitHubAccountTokenNamesOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListGitHubAccountTokenNamesInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListGitHubAccountTokenNamesOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListOnPremisesInstancesInput, ListOnPremisesInstancesOutput } from "../models/models_0";
4
+ import { ListOnPremisesInstancesInputFilterSensitiveLog, ListOnPremisesInstancesOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListOnPremisesInstancesCommand, serializeAws_json1_1ListOnPremisesInstancesCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListOnPremisesInstancesCommand = (function (_super) {
7
7
  __extends(ListOnPremisesInstancesCommand, _super);
@@ -20,8 +20,8 @@ var ListOnPremisesInstancesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListOnPremisesInstancesInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListOnPremisesInstancesOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListOnPremisesInstancesInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListOnPremisesInstancesOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
4
+ import { ListTagsForResourceInputFilterSensitiveLog, ListTagsForResourceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListTagsForResourceCommand = (function (_super) {
7
7
  __extends(ListTagsForResourceCommand, _super);
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListTagsForResourceInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListTagsForResourceOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListTagsForResourceInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListTagsForResourceOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PutLifecycleEventHookExecutionStatusInput, PutLifecycleEventHookExecutionStatusOutput, } from "../models/models_0";
4
+ import { PutLifecycleEventHookExecutionStatusInputFilterSensitiveLog, PutLifecycleEventHookExecutionStatusOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1PutLifecycleEventHookExecutionStatusCommand, serializeAws_json1_1PutLifecycleEventHookExecutionStatusCommand, } from "../protocols/Aws_json1_1";
6
6
  var PutLifecycleEventHookExecutionStatusCommand = (function (_super) {
7
7
  __extends(PutLifecycleEventHookExecutionStatusCommand, _super);
@@ -20,8 +20,8 @@ var PutLifecycleEventHookExecutionStatusCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutLifecycleEventHookExecutionStatusInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutLifecycleEventHookExecutionStatusOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutLifecycleEventHookExecutionStatusInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutLifecycleEventHookExecutionStatusOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RegisterApplicationRevisionInput } from "../models/models_0";
4
+ import { RegisterApplicationRevisionInputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1RegisterApplicationRevisionCommand, serializeAws_json1_1RegisterApplicationRevisionCommand, } from "../protocols/Aws_json1_1";
6
6
  var RegisterApplicationRevisionCommand = (function (_super) {
7
7
  __extends(RegisterApplicationRevisionCommand, _super);
@@ -20,7 +20,7 @@ var RegisterApplicationRevisionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: RegisterApplicationRevisionInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: RegisterApplicationRevisionInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RegisterOnPremisesInstanceInput } from "../models/models_0";
4
+ import { RegisterOnPremisesInstanceInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1RegisterOnPremisesInstanceCommand, serializeAws_json1_1RegisterOnPremisesInstanceCommand, } from "../protocols/Aws_json1_1";
6
6
  var RegisterOnPremisesInstanceCommand = (function (_super) {
7
7
  __extends(RegisterOnPremisesInstanceCommand, _super);
@@ -20,7 +20,7 @@ var RegisterOnPremisesInstanceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: RegisterOnPremisesInstanceInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: RegisterOnPremisesInstanceInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RemoveTagsFromOnPremisesInstancesInput } from "../models/models_0";
4
+ import { RemoveTagsFromOnPremisesInstancesInputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1RemoveTagsFromOnPremisesInstancesCommand, serializeAws_json1_1RemoveTagsFromOnPremisesInstancesCommand, } from "../protocols/Aws_json1_1";
6
6
  var RemoveTagsFromOnPremisesInstancesCommand = (function (_super) {
7
7
  __extends(RemoveTagsFromOnPremisesInstancesCommand, _super);
@@ -20,7 +20,7 @@ var RemoveTagsFromOnPremisesInstancesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: RemoveTagsFromOnPremisesInstancesInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: RemoveTagsFromOnPremisesInstancesInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { SkipWaitTimeForInstanceTerminationInput } from "../models/models_0";
4
+ import { SkipWaitTimeForInstanceTerminationInputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1SkipWaitTimeForInstanceTerminationCommand, serializeAws_json1_1SkipWaitTimeForInstanceTerminationCommand, } from "../protocols/Aws_json1_1";
6
6
  var SkipWaitTimeForInstanceTerminationCommand = (function (_super) {
7
7
  __extends(SkipWaitTimeForInstanceTerminationCommand, _super);
@@ -20,7 +20,7 @@ var SkipWaitTimeForInstanceTerminationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: SkipWaitTimeForInstanceTerminationInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: SkipWaitTimeForInstanceTerminationInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { StopDeploymentInput, StopDeploymentOutput } from "../models/models_0";
4
+ import { StopDeploymentInputFilterSensitiveLog, StopDeploymentOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1StopDeploymentCommand, serializeAws_json1_1StopDeploymentCommand, } from "../protocols/Aws_json1_1";
6
6
  var StopDeploymentCommand = (function (_super) {
7
7
  __extends(StopDeploymentCommand, _super);
@@ -20,8 +20,8 @@ var StopDeploymentCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StopDeploymentInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: StopDeploymentOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StopDeploymentInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StopDeploymentOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TagResourceInput, TagResourceOutput } from "../models/models_0";
4
+ import { TagResourceInputFilterSensitiveLog, TagResourceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
6
6
  var TagResourceCommand = (function (_super) {
7
7
  __extends(TagResourceCommand, _super);
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TagResourceInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: TagResourceOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TagResourceInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: TagResourceOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
4
+ import { UntagResourceInputFilterSensitiveLog, UntagResourceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
6
6
  var UntagResourceCommand = (function (_super) {
7
7
  __extends(UntagResourceCommand, _super);
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UntagResourceInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UntagResourceOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UntagResourceInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UntagResourceOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateApplicationInput } from "../models/models_0";
4
+ import { UpdateApplicationInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UpdateApplicationCommand, serializeAws_json1_1UpdateApplicationCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdateApplicationCommand = (function (_super) {
7
7
  __extends(UpdateApplicationCommand, _super);
@@ -20,7 +20,7 @@ var UpdateApplicationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateApplicationInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateApplicationInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateDeploymentGroupInput, UpdateDeploymentGroupOutput } from "../models/models_0";
4
+ import { UpdateDeploymentGroupInputFilterSensitiveLog, UpdateDeploymentGroupOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UpdateDeploymentGroupCommand, serializeAws_json1_1UpdateDeploymentGroupCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdateDeploymentGroupCommand = (function (_super) {
7
7
  __extends(UpdateDeploymentGroupCommand, _super);
@@ -20,8 +20,8 @@ var UpdateDeploymentGroupCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateDeploymentGroupInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateDeploymentGroupOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateDeploymentGroupInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateDeploymentGroupOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {