@aws-sdk/client-imagebuilder 3.296.0 → 3.298.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 (170) hide show
  1. package/dist-cjs/commands/CancelImageCreationCommand.js +2 -3
  2. package/dist-cjs/commands/CreateComponentCommand.js +2 -3
  3. package/dist-cjs/commands/CreateContainerRecipeCommand.js +2 -3
  4. package/dist-cjs/commands/CreateDistributionConfigurationCommand.js +2 -3
  5. package/dist-cjs/commands/CreateImageCommand.js +2 -3
  6. package/dist-cjs/commands/CreateImagePipelineCommand.js +2 -3
  7. package/dist-cjs/commands/CreateImageRecipeCommand.js +2 -3
  8. package/dist-cjs/commands/CreateInfrastructureConfigurationCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteComponentCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteContainerRecipeCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteDistributionConfigurationCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteImageCommand.js +2 -3
  13. package/dist-cjs/commands/DeleteImagePipelineCommand.js +2 -3
  14. package/dist-cjs/commands/DeleteImageRecipeCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteInfrastructureConfigurationCommand.js +2 -3
  16. package/dist-cjs/commands/GetComponentCommand.js +2 -3
  17. package/dist-cjs/commands/GetComponentPolicyCommand.js +2 -3
  18. package/dist-cjs/commands/GetContainerRecipeCommand.js +2 -3
  19. package/dist-cjs/commands/GetContainerRecipePolicyCommand.js +2 -3
  20. package/dist-cjs/commands/GetDistributionConfigurationCommand.js +2 -3
  21. package/dist-cjs/commands/GetImageCommand.js +2 -3
  22. package/dist-cjs/commands/GetImagePipelineCommand.js +2 -3
  23. package/dist-cjs/commands/GetImagePolicyCommand.js +2 -3
  24. package/dist-cjs/commands/GetImageRecipeCommand.js +2 -3
  25. package/dist-cjs/commands/GetImageRecipePolicyCommand.js +2 -3
  26. package/dist-cjs/commands/GetInfrastructureConfigurationCommand.js +2 -3
  27. package/dist-cjs/commands/ImportComponentCommand.js +2 -3
  28. package/dist-cjs/commands/ImportVmImageCommand.js +2 -3
  29. package/dist-cjs/commands/ListComponentBuildVersionsCommand.js +2 -3
  30. package/dist-cjs/commands/ListComponentsCommand.js +2 -3
  31. package/dist-cjs/commands/ListContainerRecipesCommand.js +2 -3
  32. package/dist-cjs/commands/ListDistributionConfigurationsCommand.js +2 -3
  33. package/dist-cjs/commands/ListImageBuildVersionsCommand.js +2 -3
  34. package/dist-cjs/commands/ListImagePackagesCommand.js +2 -3
  35. package/dist-cjs/commands/ListImagePipelineImagesCommand.js +2 -3
  36. package/dist-cjs/commands/ListImagePipelinesCommand.js +2 -3
  37. package/dist-cjs/commands/ListImageRecipesCommand.js +2 -3
  38. package/dist-cjs/commands/ListImagesCommand.js +2 -3
  39. package/dist-cjs/commands/ListInfrastructureConfigurationsCommand.js +2 -3
  40. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  41. package/dist-cjs/commands/PutComponentPolicyCommand.js +2 -3
  42. package/dist-cjs/commands/PutContainerRecipePolicyCommand.js +2 -3
  43. package/dist-cjs/commands/PutImagePolicyCommand.js +2 -3
  44. package/dist-cjs/commands/PutImageRecipePolicyCommand.js +2 -3
  45. package/dist-cjs/commands/StartImagePipelineExecutionCommand.js +2 -3
  46. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  47. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  48. package/dist-cjs/commands/UpdateDistributionConfigurationCommand.js +2 -3
  49. package/dist-cjs/commands/UpdateImagePipelineCommand.js +2 -3
  50. package/dist-cjs/commands/UpdateInfrastructureConfigurationCommand.js +2 -3
  51. package/dist-cjs/models/models_0.js +1 -584
  52. package/dist-es/commands/CancelImageCreationCommand.js +2 -3
  53. package/dist-es/commands/CreateComponentCommand.js +2 -3
  54. package/dist-es/commands/CreateContainerRecipeCommand.js +2 -3
  55. package/dist-es/commands/CreateDistributionConfigurationCommand.js +2 -3
  56. package/dist-es/commands/CreateImageCommand.js +2 -3
  57. package/dist-es/commands/CreateImagePipelineCommand.js +2 -3
  58. package/dist-es/commands/CreateImageRecipeCommand.js +2 -3
  59. package/dist-es/commands/CreateInfrastructureConfigurationCommand.js +2 -3
  60. package/dist-es/commands/DeleteComponentCommand.js +2 -3
  61. package/dist-es/commands/DeleteContainerRecipeCommand.js +2 -3
  62. package/dist-es/commands/DeleteDistributionConfigurationCommand.js +2 -3
  63. package/dist-es/commands/DeleteImageCommand.js +2 -3
  64. package/dist-es/commands/DeleteImagePipelineCommand.js +2 -3
  65. package/dist-es/commands/DeleteImageRecipeCommand.js +2 -3
  66. package/dist-es/commands/DeleteInfrastructureConfigurationCommand.js +2 -3
  67. package/dist-es/commands/GetComponentCommand.js +2 -3
  68. package/dist-es/commands/GetComponentPolicyCommand.js +2 -3
  69. package/dist-es/commands/GetContainerRecipeCommand.js +2 -3
  70. package/dist-es/commands/GetContainerRecipePolicyCommand.js +2 -3
  71. package/dist-es/commands/GetDistributionConfigurationCommand.js +2 -3
  72. package/dist-es/commands/GetImageCommand.js +2 -3
  73. package/dist-es/commands/GetImagePipelineCommand.js +2 -3
  74. package/dist-es/commands/GetImagePolicyCommand.js +2 -3
  75. package/dist-es/commands/GetImageRecipeCommand.js +2 -3
  76. package/dist-es/commands/GetImageRecipePolicyCommand.js +2 -3
  77. package/dist-es/commands/GetInfrastructureConfigurationCommand.js +2 -3
  78. package/dist-es/commands/ImportComponentCommand.js +2 -3
  79. package/dist-es/commands/ImportVmImageCommand.js +2 -3
  80. package/dist-es/commands/ListComponentBuildVersionsCommand.js +2 -3
  81. package/dist-es/commands/ListComponentsCommand.js +2 -3
  82. package/dist-es/commands/ListContainerRecipesCommand.js +2 -3
  83. package/dist-es/commands/ListDistributionConfigurationsCommand.js +2 -3
  84. package/dist-es/commands/ListImageBuildVersionsCommand.js +2 -3
  85. package/dist-es/commands/ListImagePackagesCommand.js +2 -3
  86. package/dist-es/commands/ListImagePipelineImagesCommand.js +2 -3
  87. package/dist-es/commands/ListImagePipelinesCommand.js +2 -3
  88. package/dist-es/commands/ListImageRecipesCommand.js +2 -3
  89. package/dist-es/commands/ListImagesCommand.js +2 -3
  90. package/dist-es/commands/ListInfrastructureConfigurationsCommand.js +2 -3
  91. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  92. package/dist-es/commands/PutComponentPolicyCommand.js +2 -3
  93. package/dist-es/commands/PutContainerRecipePolicyCommand.js +2 -3
  94. package/dist-es/commands/PutImagePolicyCommand.js +2 -3
  95. package/dist-es/commands/PutImageRecipePolicyCommand.js +2 -3
  96. package/dist-es/commands/StartImagePipelineExecutionCommand.js +2 -3
  97. package/dist-es/commands/TagResourceCommand.js +2 -3
  98. package/dist-es/commands/UntagResourceCommand.js +2 -3
  99. package/dist-es/commands/UpdateDistributionConfigurationCommand.js +2 -3
  100. package/dist-es/commands/UpdateImagePipelineCommand.js +2 -3
  101. package/dist-es/commands/UpdateInfrastructureConfigurationCommand.js +2 -3
  102. package/dist-es/models/models_0.js +0 -435
  103. package/dist-types/Imagebuilder.d.ts +51 -0
  104. package/dist-types/ImagebuilderClient.d.ts +24 -4
  105. package/dist-types/commands/CancelImageCreationCommand.d.ts +16 -0
  106. package/dist-types/commands/CreateComponentCommand.d.ts +16 -0
  107. package/dist-types/commands/CreateContainerRecipeCommand.d.ts +16 -0
  108. package/dist-types/commands/CreateDistributionConfigurationCommand.d.ts +16 -0
  109. package/dist-types/commands/CreateImageCommand.d.ts +16 -0
  110. package/dist-types/commands/CreateImagePipelineCommand.d.ts +16 -0
  111. package/dist-types/commands/CreateImageRecipeCommand.d.ts +16 -0
  112. package/dist-types/commands/CreateInfrastructureConfigurationCommand.d.ts +16 -0
  113. package/dist-types/commands/DeleteComponentCommand.d.ts +16 -0
  114. package/dist-types/commands/DeleteContainerRecipeCommand.d.ts +16 -0
  115. package/dist-types/commands/DeleteDistributionConfigurationCommand.d.ts +16 -0
  116. package/dist-types/commands/DeleteImageCommand.d.ts +16 -0
  117. package/dist-types/commands/DeleteImagePipelineCommand.d.ts +16 -0
  118. package/dist-types/commands/DeleteImageRecipeCommand.d.ts +16 -0
  119. package/dist-types/commands/DeleteInfrastructureConfigurationCommand.d.ts +16 -0
  120. package/dist-types/commands/GetComponentCommand.d.ts +16 -0
  121. package/dist-types/commands/GetComponentPolicyCommand.d.ts +16 -0
  122. package/dist-types/commands/GetContainerRecipeCommand.d.ts +16 -0
  123. package/dist-types/commands/GetContainerRecipePolicyCommand.d.ts +16 -0
  124. package/dist-types/commands/GetDistributionConfigurationCommand.d.ts +16 -0
  125. package/dist-types/commands/GetImageCommand.d.ts +16 -0
  126. package/dist-types/commands/GetImagePipelineCommand.d.ts +16 -0
  127. package/dist-types/commands/GetImagePolicyCommand.d.ts +16 -0
  128. package/dist-types/commands/GetImageRecipeCommand.d.ts +16 -0
  129. package/dist-types/commands/GetImageRecipePolicyCommand.d.ts +16 -0
  130. package/dist-types/commands/GetInfrastructureConfigurationCommand.d.ts +16 -0
  131. package/dist-types/commands/ImportComponentCommand.d.ts +16 -0
  132. package/dist-types/commands/ImportVmImageCommand.d.ts +16 -0
  133. package/dist-types/commands/ListComponentBuildVersionsCommand.d.ts +16 -0
  134. package/dist-types/commands/ListComponentsCommand.d.ts +16 -0
  135. package/dist-types/commands/ListContainerRecipesCommand.d.ts +16 -0
  136. package/dist-types/commands/ListDistributionConfigurationsCommand.d.ts +16 -0
  137. package/dist-types/commands/ListImageBuildVersionsCommand.d.ts +16 -0
  138. package/dist-types/commands/ListImagePackagesCommand.d.ts +16 -0
  139. package/dist-types/commands/ListImagePipelineImagesCommand.d.ts +16 -0
  140. package/dist-types/commands/ListImagePipelinesCommand.d.ts +16 -0
  141. package/dist-types/commands/ListImageRecipesCommand.d.ts +16 -0
  142. package/dist-types/commands/ListImagesCommand.d.ts +16 -0
  143. package/dist-types/commands/ListInfrastructureConfigurationsCommand.d.ts +16 -0
  144. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  145. package/dist-types/commands/PutComponentPolicyCommand.d.ts +16 -0
  146. package/dist-types/commands/PutContainerRecipePolicyCommand.d.ts +16 -0
  147. package/dist-types/commands/PutImagePolicyCommand.d.ts +16 -0
  148. package/dist-types/commands/PutImageRecipePolicyCommand.d.ts +16 -0
  149. package/dist-types/commands/StartImagePipelineExecutionCommand.d.ts +16 -0
  150. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  151. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  152. package/dist-types/commands/UpdateDistributionConfigurationCommand.d.ts +16 -0
  153. package/dist-types/commands/UpdateImagePipelineCommand.d.ts +16 -0
  154. package/dist-types/commands/UpdateInfrastructureConfigurationCommand.d.ts +16 -0
  155. package/dist-types/models/ImagebuilderServiceException.d.ts +2 -0
  156. package/dist-types/models/models_0.d.ts +403 -580
  157. package/dist-types/pagination/Interfaces.d.ts +3 -0
  158. package/dist-types/pagination/ListComponentBuildVersionsPaginator.d.ts +3 -0
  159. package/dist-types/pagination/ListComponentsPaginator.d.ts +3 -0
  160. package/dist-types/pagination/ListContainerRecipesPaginator.d.ts +3 -0
  161. package/dist-types/pagination/ListDistributionConfigurationsPaginator.d.ts +3 -0
  162. package/dist-types/pagination/ListImageBuildVersionsPaginator.d.ts +3 -0
  163. package/dist-types/pagination/ListImagePackagesPaginator.d.ts +3 -0
  164. package/dist-types/pagination/ListImagePipelineImagesPaginator.d.ts +3 -0
  165. package/dist-types/pagination/ListImagePipelinesPaginator.d.ts +3 -0
  166. package/dist-types/pagination/ListImageRecipesPaginator.d.ts +3 -0
  167. package/dist-types/pagination/ListImagesPaginator.d.ts +3 -0
  168. package/dist-types/pagination/ListInfrastructureConfigurationsPaginator.d.ts +3 -0
  169. package/dist-types/ts3.4/models/models_0.d.ts +0 -407
  170. package/package.json +4 -3
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListImagePipelineImagesRequestFilterSensitiveLog, ListImagePipelineImagesResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListImagePipelineImagesCommand, serializeAws_restJson1ListImagePipelineImagesCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListImagePipelineImagesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListImagePipelineImagesCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListImagePipelineImagesRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListImagePipelineImagesResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListImagePipelinesRequestFilterSensitiveLog, ListImagePipelinesResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListImagePipelinesCommand, serializeAws_restJson1ListImagePipelinesCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListImagePipelinesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListImagePipelinesCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListImagePipelinesRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListImagePipelinesResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListImageRecipesRequestFilterSensitiveLog, ListImageRecipesResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListImageRecipesCommand, serializeAws_restJson1ListImageRecipesCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListImageRecipesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListImageRecipesCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListImageRecipesRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListImageRecipesResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListImagesRequestFilterSensitiveLog, ListImagesResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListImagesCommand, serializeAws_restJson1ListImagesCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListImagesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListImagesCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListImagesRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListImagesResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListInfrastructureConfigurationsRequestFilterSensitiveLog, ListInfrastructureConfigurationsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListInfrastructureConfigurationsCommand, serializeAws_restJson1ListInfrastructureConfigurationsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListInfrastructureConfigurationsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListInfrastructureConfigurationsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListInfrastructureConfigurationsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListInfrastructureConfigurationsResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListTagsForResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListTagsForResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PutComponentPolicyRequestFilterSensitiveLog, PutComponentPolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1PutComponentPolicyCommand, serializeAws_restJson1PutComponentPolicyCommand, } from "../protocols/Aws_restJson1";
6
5
  export class PutComponentPolicyCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class PutComponentPolicyCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: PutComponentPolicyRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: PutComponentPolicyResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PutContainerRecipePolicyRequestFilterSensitiveLog, PutContainerRecipePolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1PutContainerRecipePolicyCommand, serializeAws_restJson1PutContainerRecipePolicyCommand, } from "../protocols/Aws_restJson1";
6
5
  export class PutContainerRecipePolicyCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class PutContainerRecipePolicyCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: PutContainerRecipePolicyRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: PutContainerRecipePolicyResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PutImagePolicyRequestFilterSensitiveLog, PutImagePolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1PutImagePolicyCommand, serializeAws_restJson1PutImagePolicyCommand, } from "../protocols/Aws_restJson1";
6
5
  export class PutImagePolicyCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class PutImagePolicyCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: PutImagePolicyRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: PutImagePolicyResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PutImageRecipePolicyRequestFilterSensitiveLog, PutImageRecipePolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1PutImageRecipePolicyCommand, serializeAws_restJson1PutImageRecipePolicyCommand, } from "../protocols/Aws_restJson1";
6
5
  export class PutImageRecipePolicyCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class PutImageRecipePolicyCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: PutImageRecipePolicyRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: PutImageRecipePolicyResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { StartImagePipelineExecutionRequestFilterSensitiveLog, StartImagePipelineExecutionResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1StartImagePipelineExecutionCommand, serializeAws_restJson1StartImagePipelineExecutionCommand, } from "../protocols/Aws_restJson1";
6
5
  export class StartImagePipelineExecutionCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class StartImagePipelineExecutionCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: StartImagePipelineExecutionRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: StartImagePipelineExecutionResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class TagResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class TagResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UntagResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UntagResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateDistributionConfigurationRequestFilterSensitiveLog, UpdateDistributionConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateDistributionConfigurationCommand, serializeAws_restJson1UpdateDistributionConfigurationCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateDistributionConfigurationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateDistributionConfigurationCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateDistributionConfigurationRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateDistributionConfigurationResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateImagePipelineRequestFilterSensitiveLog, UpdateImagePipelineResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateImagePipelineCommand, serializeAws_restJson1UpdateImagePipelineCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateImagePipelineCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateImagePipelineCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateImagePipelineRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateImagePipelineResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateInfrastructureConfigurationRequestFilterSensitiveLog, UpdateInfrastructureConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateInfrastructureConfigurationCommand, serializeAws_restJson1UpdateInfrastructureConfigurationCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateInfrastructureConfigurationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateInfrastructureConfigurationCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateInfrastructureConfigurationRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateInfrastructureConfigurationResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);