@aws-sdk/client-imagebuilder 3.131.0 → 3.142.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 (109) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CancelImageCreationCommand.js +2 -2
  4. package/dist-cjs/commands/CreateComponentCommand.js +2 -2
  5. package/dist-cjs/commands/CreateContainerRecipeCommand.js +2 -2
  6. package/dist-cjs/commands/CreateDistributionConfigurationCommand.js +2 -2
  7. package/dist-cjs/commands/CreateImageCommand.js +2 -2
  8. package/dist-cjs/commands/CreateImagePipelineCommand.js +2 -2
  9. package/dist-cjs/commands/CreateImageRecipeCommand.js +2 -2
  10. package/dist-cjs/commands/CreateInfrastructureConfigurationCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteComponentCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteContainerRecipeCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteDistributionConfigurationCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteImageCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteImagePipelineCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteImageRecipeCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteInfrastructureConfigurationCommand.js +2 -2
  18. package/dist-cjs/commands/GetComponentCommand.js +2 -2
  19. package/dist-cjs/commands/GetComponentPolicyCommand.js +2 -2
  20. package/dist-cjs/commands/GetContainerRecipeCommand.js +2 -2
  21. package/dist-cjs/commands/GetContainerRecipePolicyCommand.js +2 -2
  22. package/dist-cjs/commands/GetDistributionConfigurationCommand.js +2 -2
  23. package/dist-cjs/commands/GetImageCommand.js +2 -2
  24. package/dist-cjs/commands/GetImagePipelineCommand.js +2 -2
  25. package/dist-cjs/commands/GetImagePolicyCommand.js +2 -2
  26. package/dist-cjs/commands/GetImageRecipeCommand.js +2 -2
  27. package/dist-cjs/commands/GetImageRecipePolicyCommand.js +2 -2
  28. package/dist-cjs/commands/GetInfrastructureConfigurationCommand.js +2 -2
  29. package/dist-cjs/commands/ImportComponentCommand.js +2 -2
  30. package/dist-cjs/commands/ImportVmImageCommand.js +2 -2
  31. package/dist-cjs/commands/ListComponentBuildVersionsCommand.js +2 -2
  32. package/dist-cjs/commands/ListComponentsCommand.js +2 -2
  33. package/dist-cjs/commands/ListContainerRecipesCommand.js +2 -2
  34. package/dist-cjs/commands/ListDistributionConfigurationsCommand.js +2 -2
  35. package/dist-cjs/commands/ListImageBuildVersionsCommand.js +2 -2
  36. package/dist-cjs/commands/ListImagePackagesCommand.js +2 -2
  37. package/dist-cjs/commands/ListImagePipelineImagesCommand.js +2 -2
  38. package/dist-cjs/commands/ListImagePipelinesCommand.js +2 -2
  39. package/dist-cjs/commands/ListImageRecipesCommand.js +2 -2
  40. package/dist-cjs/commands/ListImagesCommand.js +2 -2
  41. package/dist-cjs/commands/ListInfrastructureConfigurationsCommand.js +2 -2
  42. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  43. package/dist-cjs/commands/PutComponentPolicyCommand.js +2 -2
  44. package/dist-cjs/commands/PutContainerRecipePolicyCommand.js +2 -2
  45. package/dist-cjs/commands/PutImagePolicyCommand.js +2 -2
  46. package/dist-cjs/commands/PutImageRecipePolicyCommand.js +2 -2
  47. package/dist-cjs/commands/StartImagePipelineExecutionCommand.js +2 -2
  48. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  49. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  50. package/dist-cjs/commands/UpdateDistributionConfigurationCommand.js +2 -2
  51. package/dist-cjs/commands/UpdateImagePipelineCommand.js +2 -2
  52. package/dist-cjs/commands/UpdateInfrastructureConfigurationCommand.js +2 -2
  53. package/dist-cjs/models/models_0.js +584 -874
  54. package/dist-cjs/protocols/Aws_restJson1.js +615 -971
  55. package/dist-es/commands/CancelImageCreationCommand.js +3 -3
  56. package/dist-es/commands/CreateComponentCommand.js +3 -3
  57. package/dist-es/commands/CreateContainerRecipeCommand.js +3 -3
  58. package/dist-es/commands/CreateDistributionConfigurationCommand.js +3 -3
  59. package/dist-es/commands/CreateImageCommand.js +3 -3
  60. package/dist-es/commands/CreateImagePipelineCommand.js +3 -3
  61. package/dist-es/commands/CreateImageRecipeCommand.js +3 -3
  62. package/dist-es/commands/CreateInfrastructureConfigurationCommand.js +3 -3
  63. package/dist-es/commands/DeleteComponentCommand.js +3 -3
  64. package/dist-es/commands/DeleteContainerRecipeCommand.js +3 -3
  65. package/dist-es/commands/DeleteDistributionConfigurationCommand.js +3 -3
  66. package/dist-es/commands/DeleteImageCommand.js +3 -3
  67. package/dist-es/commands/DeleteImagePipelineCommand.js +3 -3
  68. package/dist-es/commands/DeleteImageRecipeCommand.js +3 -3
  69. package/dist-es/commands/DeleteInfrastructureConfigurationCommand.js +3 -3
  70. package/dist-es/commands/GetComponentCommand.js +3 -3
  71. package/dist-es/commands/GetComponentPolicyCommand.js +3 -3
  72. package/dist-es/commands/GetContainerRecipeCommand.js +3 -3
  73. package/dist-es/commands/GetContainerRecipePolicyCommand.js +3 -3
  74. package/dist-es/commands/GetDistributionConfigurationCommand.js +3 -3
  75. package/dist-es/commands/GetImageCommand.js +3 -3
  76. package/dist-es/commands/GetImagePipelineCommand.js +3 -3
  77. package/dist-es/commands/GetImagePolicyCommand.js +3 -3
  78. package/dist-es/commands/GetImageRecipeCommand.js +3 -3
  79. package/dist-es/commands/GetImageRecipePolicyCommand.js +3 -3
  80. package/dist-es/commands/GetInfrastructureConfigurationCommand.js +3 -3
  81. package/dist-es/commands/ImportComponentCommand.js +3 -3
  82. package/dist-es/commands/ImportVmImageCommand.js +3 -3
  83. package/dist-es/commands/ListComponentBuildVersionsCommand.js +3 -3
  84. package/dist-es/commands/ListComponentsCommand.js +3 -3
  85. package/dist-es/commands/ListContainerRecipesCommand.js +3 -3
  86. package/dist-es/commands/ListDistributionConfigurationsCommand.js +3 -3
  87. package/dist-es/commands/ListImageBuildVersionsCommand.js +3 -3
  88. package/dist-es/commands/ListImagePackagesCommand.js +3 -3
  89. package/dist-es/commands/ListImagePipelineImagesCommand.js +3 -3
  90. package/dist-es/commands/ListImagePipelinesCommand.js +3 -3
  91. package/dist-es/commands/ListImageRecipesCommand.js +3 -3
  92. package/dist-es/commands/ListImagesCommand.js +3 -3
  93. package/dist-es/commands/ListInfrastructureConfigurationsCommand.js +3 -3
  94. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  95. package/dist-es/commands/PutComponentPolicyCommand.js +3 -3
  96. package/dist-es/commands/PutContainerRecipePolicyCommand.js +3 -3
  97. package/dist-es/commands/PutImagePolicyCommand.js +3 -3
  98. package/dist-es/commands/PutImageRecipePolicyCommand.js +3 -3
  99. package/dist-es/commands/StartImagePipelineExecutionCommand.js +3 -3
  100. package/dist-es/commands/TagResourceCommand.js +3 -3
  101. package/dist-es/commands/UntagResourceCommand.js +3 -3
  102. package/dist-es/commands/UpdateDistributionConfigurationCommand.js +3 -3
  103. package/dist-es/commands/UpdateImagePipelineCommand.js +3 -3
  104. package/dist-es/commands/UpdateInfrastructureConfigurationCommand.js +3 -3
  105. package/dist-es/models/models_0.js +145 -580
  106. package/dist-es/protocols/Aws_restJson1.js +769 -937
  107. package/dist-types/models/models_0.d.ts +580 -870
  108. package/dist-types/ts3.4/models/models_0.d.ts +290 -580
  109. package/package.json +6 -6
@@ -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 { ListComponentsRequest, ListComponentsResponse } from "../models/models_0";
4
+ import { ListComponentsRequestFilterSensitiveLog, ListComponentsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListComponentsCommand, serializeAws_restJson1ListComponentsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListComponentsCommand = (function (_super) {
7
7
  __extends(ListComponentsCommand, _super);
@@ -20,8 +20,8 @@ var ListComponentsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListComponentsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListComponentsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListComponentsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListComponentsResponseFilterSensitiveLog,
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 { ListContainerRecipesRequest, ListContainerRecipesResponse } from "../models/models_0";
4
+ import { ListContainerRecipesRequestFilterSensitiveLog, ListContainerRecipesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListContainerRecipesCommand, serializeAws_restJson1ListContainerRecipesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListContainerRecipesCommand = (function (_super) {
7
7
  __extends(ListContainerRecipesCommand, _super);
@@ -20,8 +20,8 @@ var ListContainerRecipesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListContainerRecipesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListContainerRecipesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListContainerRecipesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListContainerRecipesResponseFilterSensitiveLog,
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 { ListDistributionConfigurationsRequest, ListDistributionConfigurationsResponse } from "../models/models_0";
4
+ import { ListDistributionConfigurationsRequestFilterSensitiveLog, ListDistributionConfigurationsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListDistributionConfigurationsCommand, serializeAws_restJson1ListDistributionConfigurationsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListDistributionConfigurationsCommand = (function (_super) {
7
7
  __extends(ListDistributionConfigurationsCommand, _super);
@@ -20,8 +20,8 @@ var ListDistributionConfigurationsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListDistributionConfigurationsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListDistributionConfigurationsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListDistributionConfigurationsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListDistributionConfigurationsResponseFilterSensitiveLog,
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 { ListImageBuildVersionsRequest, ListImageBuildVersionsResponse } from "../models/models_0";
4
+ import { ListImageBuildVersionsRequestFilterSensitiveLog, ListImageBuildVersionsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListImageBuildVersionsCommand, serializeAws_restJson1ListImageBuildVersionsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListImageBuildVersionsCommand = (function (_super) {
7
7
  __extends(ListImageBuildVersionsCommand, _super);
@@ -20,8 +20,8 @@ var ListImageBuildVersionsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListImageBuildVersionsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListImageBuildVersionsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListImageBuildVersionsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListImageBuildVersionsResponseFilterSensitiveLog,
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 { ListImagePackagesRequest, ListImagePackagesResponse } from "../models/models_0";
4
+ import { ListImagePackagesRequestFilterSensitiveLog, ListImagePackagesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListImagePackagesCommand, serializeAws_restJson1ListImagePackagesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListImagePackagesCommand = (function (_super) {
7
7
  __extends(ListImagePackagesCommand, _super);
@@ -20,8 +20,8 @@ var ListImagePackagesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListImagePackagesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListImagePackagesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListImagePackagesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListImagePackagesResponseFilterSensitiveLog,
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 { ListImagePipelineImagesRequest, ListImagePipelineImagesResponse } from "../models/models_0";
4
+ import { ListImagePipelineImagesRequestFilterSensitiveLog, ListImagePipelineImagesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListImagePipelineImagesCommand, serializeAws_restJson1ListImagePipelineImagesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListImagePipelineImagesCommand = (function (_super) {
7
7
  __extends(ListImagePipelineImagesCommand, _super);
@@ -20,8 +20,8 @@ var ListImagePipelineImagesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListImagePipelineImagesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListImagePipelineImagesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListImagePipelineImagesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListImagePipelineImagesResponseFilterSensitiveLog,
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 { ListImagePipelinesRequest, ListImagePipelinesResponse } from "../models/models_0";
4
+ import { ListImagePipelinesRequestFilterSensitiveLog, ListImagePipelinesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListImagePipelinesCommand, serializeAws_restJson1ListImagePipelinesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListImagePipelinesCommand = (function (_super) {
7
7
  __extends(ListImagePipelinesCommand, _super);
@@ -20,8 +20,8 @@ var ListImagePipelinesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListImagePipelinesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListImagePipelinesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListImagePipelinesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListImagePipelinesResponseFilterSensitiveLog,
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 { ListImageRecipesRequest, ListImageRecipesResponse } from "../models/models_0";
4
+ import { ListImageRecipesRequestFilterSensitiveLog, ListImageRecipesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListImageRecipesCommand, serializeAws_restJson1ListImageRecipesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListImageRecipesCommand = (function (_super) {
7
7
  __extends(ListImageRecipesCommand, _super);
@@ -20,8 +20,8 @@ var ListImageRecipesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListImageRecipesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListImageRecipesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListImageRecipesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListImageRecipesResponseFilterSensitiveLog,
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 { ListImagesRequest, ListImagesResponse } from "../models/models_0";
4
+ import { ListImagesRequestFilterSensitiveLog, ListImagesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListImagesCommand, serializeAws_restJson1ListImagesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListImagesCommand = (function (_super) {
7
7
  __extends(ListImagesCommand, _super);
@@ -20,8 +20,8 @@ var ListImagesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListImagesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListImagesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListImagesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListImagesResponseFilterSensitiveLog,
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 { ListInfrastructureConfigurationsRequest, ListInfrastructureConfigurationsResponse } from "../models/models_0";
4
+ import { ListInfrastructureConfigurationsRequestFilterSensitiveLog, ListInfrastructureConfigurationsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListInfrastructureConfigurationsCommand, serializeAws_restJson1ListInfrastructureConfigurationsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListInfrastructureConfigurationsCommand = (function (_super) {
7
7
  __extends(ListInfrastructureConfigurationsCommand, _super);
@@ -20,8 +20,8 @@ var ListInfrastructureConfigurationsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListInfrastructureConfigurationsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListInfrastructureConfigurationsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListInfrastructureConfigurationsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListInfrastructureConfigurationsResponseFilterSensitiveLog,
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
+ import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
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: ListTagsForResourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListTagsForResourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
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 { PutComponentPolicyRequest, PutComponentPolicyResponse } from "../models/models_0";
4
+ import { PutComponentPolicyRequestFilterSensitiveLog, PutComponentPolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PutComponentPolicyCommand, serializeAws_restJson1PutComponentPolicyCommand, } from "../protocols/Aws_restJson1";
6
6
  var PutComponentPolicyCommand = (function (_super) {
7
7
  __extends(PutComponentPolicyCommand, _super);
@@ -20,8 +20,8 @@ var PutComponentPolicyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutComponentPolicyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutComponentPolicyResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutComponentPolicyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutComponentPolicyResponseFilterSensitiveLog,
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 { PutContainerRecipePolicyRequest, PutContainerRecipePolicyResponse } from "../models/models_0";
4
+ import { PutContainerRecipePolicyRequestFilterSensitiveLog, PutContainerRecipePolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PutContainerRecipePolicyCommand, serializeAws_restJson1PutContainerRecipePolicyCommand, } from "../protocols/Aws_restJson1";
6
6
  var PutContainerRecipePolicyCommand = (function (_super) {
7
7
  __extends(PutContainerRecipePolicyCommand, _super);
@@ -20,8 +20,8 @@ var PutContainerRecipePolicyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutContainerRecipePolicyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutContainerRecipePolicyResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutContainerRecipePolicyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutContainerRecipePolicyResponseFilterSensitiveLog,
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 { PutImagePolicyRequest, PutImagePolicyResponse } from "../models/models_0";
4
+ import { PutImagePolicyRequestFilterSensitiveLog, PutImagePolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PutImagePolicyCommand, serializeAws_restJson1PutImagePolicyCommand, } from "../protocols/Aws_restJson1";
6
6
  var PutImagePolicyCommand = (function (_super) {
7
7
  __extends(PutImagePolicyCommand, _super);
@@ -20,8 +20,8 @@ var PutImagePolicyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutImagePolicyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutImagePolicyResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutImagePolicyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutImagePolicyResponseFilterSensitiveLog,
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 { PutImageRecipePolicyRequest, PutImageRecipePolicyResponse } from "../models/models_0";
4
+ import { PutImageRecipePolicyRequestFilterSensitiveLog, PutImageRecipePolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PutImageRecipePolicyCommand, serializeAws_restJson1PutImageRecipePolicyCommand, } from "../protocols/Aws_restJson1";
6
6
  var PutImageRecipePolicyCommand = (function (_super) {
7
7
  __extends(PutImageRecipePolicyCommand, _super);
@@ -20,8 +20,8 @@ var PutImageRecipePolicyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutImageRecipePolicyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutImageRecipePolicyResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutImageRecipePolicyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutImageRecipePolicyResponseFilterSensitiveLog,
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 { StartImagePipelineExecutionRequest, StartImagePipelineExecutionResponse } from "../models/models_0";
4
+ import { StartImagePipelineExecutionRequestFilterSensitiveLog, StartImagePipelineExecutionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StartImagePipelineExecutionCommand, serializeAws_restJson1StartImagePipelineExecutionCommand, } from "../protocols/Aws_restJson1";
6
6
  var StartImagePipelineExecutionCommand = (function (_super) {
7
7
  __extends(StartImagePipelineExecutionCommand, _super);
@@ -20,8 +20,8 @@ var StartImagePipelineExecutionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StartImagePipelineExecutionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartImagePipelineExecutionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StartImagePipelineExecutionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StartImagePipelineExecutionResponseFilterSensitiveLog,
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
+ import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
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: TagResourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: TagResourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
+ import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
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: UntagResourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UntagResourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
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 { UpdateDistributionConfigurationRequest, UpdateDistributionConfigurationResponse } from "../models/models_0";
4
+ import { UpdateDistributionConfigurationRequestFilterSensitiveLog, UpdateDistributionConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateDistributionConfigurationCommand, serializeAws_restJson1UpdateDistributionConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateDistributionConfigurationCommand = (function (_super) {
7
7
  __extends(UpdateDistributionConfigurationCommand, _super);
@@ -20,8 +20,8 @@ var UpdateDistributionConfigurationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateDistributionConfigurationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateDistributionConfigurationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateDistributionConfigurationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateDistributionConfigurationResponseFilterSensitiveLog,
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 { UpdateImagePipelineRequest, UpdateImagePipelineResponse } from "../models/models_0";
4
+ import { UpdateImagePipelineRequestFilterSensitiveLog, UpdateImagePipelineResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateImagePipelineCommand, serializeAws_restJson1UpdateImagePipelineCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateImagePipelineCommand = (function (_super) {
7
7
  __extends(UpdateImagePipelineCommand, _super);
@@ -20,8 +20,8 @@ var UpdateImagePipelineCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateImagePipelineRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateImagePipelineResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateImagePipelineRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateImagePipelineResponseFilterSensitiveLog,
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 { UpdateInfrastructureConfigurationRequest, UpdateInfrastructureConfigurationResponse, } from "../models/models_0";
4
+ import { UpdateInfrastructureConfigurationRequestFilterSensitiveLog, UpdateInfrastructureConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateInfrastructureConfigurationCommand, serializeAws_restJson1UpdateInfrastructureConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateInfrastructureConfigurationCommand = (function (_super) {
7
7
  __extends(UpdateInfrastructureConfigurationCommand, _super);
@@ -20,8 +20,8 @@ var UpdateInfrastructureConfigurationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateInfrastructureConfigurationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateInfrastructureConfigurationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateInfrastructureConfigurationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateInfrastructureConfigurationResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {