@aws-sdk/client-imagebuilder 3.297.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 (105) 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/models/models_0.d.ts +0 -580
  104. package/dist-types/ts3.4/models/models_0.d.ts +0 -407
  105. 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 { CreateDistributionConfigurationRequestFilterSensitiveLog, CreateDistributionConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1CreateDistributionConfigurationCommand, serializeAws_restJson1CreateDistributionConfigurationCommand, } from "../protocols/Aws_restJson1";
6
5
  export class CreateDistributionConfigurationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class CreateDistributionConfigurationCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: CreateDistributionConfigurationRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: CreateDistributionConfigurationResponseFilterSensitiveLog,
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 { CreateImageRequestFilterSensitiveLog, CreateImageResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1CreateImageCommand, serializeAws_restJson1CreateImageCommand, } from "../protocols/Aws_restJson1";
6
5
  export class CreateImageCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class CreateImageCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: CreateImageRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: CreateImageResponseFilterSensitiveLog,
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 { CreateImagePipelineRequestFilterSensitiveLog, CreateImagePipelineResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1CreateImagePipelineCommand, serializeAws_restJson1CreateImagePipelineCommand, } from "../protocols/Aws_restJson1";
6
5
  export class CreateImagePipelineCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class CreateImagePipelineCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: CreateImagePipelineRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: CreateImagePipelineResponseFilterSensitiveLog,
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 { CreateImageRecipeRequestFilterSensitiveLog, CreateImageRecipeResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1CreateImageRecipeCommand, serializeAws_restJson1CreateImageRecipeCommand, } from "../protocols/Aws_restJson1";
6
5
  export class CreateImageRecipeCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class CreateImageRecipeCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: CreateImageRecipeRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: CreateImageRecipeResponseFilterSensitiveLog,
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 { CreateInfrastructureConfigurationRequestFilterSensitiveLog, CreateInfrastructureConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1CreateInfrastructureConfigurationCommand, serializeAws_restJson1CreateInfrastructureConfigurationCommand, } from "../protocols/Aws_restJson1";
6
5
  export class CreateInfrastructureConfigurationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class CreateInfrastructureConfigurationCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: CreateInfrastructureConfigurationRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: CreateInfrastructureConfigurationResponseFilterSensitiveLog,
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 { DeleteComponentRequestFilterSensitiveLog, DeleteComponentResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteComponentCommand, serializeAws_restJson1DeleteComponentCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DeleteComponentCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DeleteComponentCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DeleteComponentRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DeleteComponentResponseFilterSensitiveLog,
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 { DeleteContainerRecipeRequestFilterSensitiveLog, DeleteContainerRecipeResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteContainerRecipeCommand, serializeAws_restJson1DeleteContainerRecipeCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DeleteContainerRecipeCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DeleteContainerRecipeCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DeleteContainerRecipeRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DeleteContainerRecipeResponseFilterSensitiveLog,
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 { DeleteDistributionConfigurationRequestFilterSensitiveLog, DeleteDistributionConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteDistributionConfigurationCommand, serializeAws_restJson1DeleteDistributionConfigurationCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DeleteDistributionConfigurationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DeleteDistributionConfigurationCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DeleteDistributionConfigurationRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DeleteDistributionConfigurationResponseFilterSensitiveLog,
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 { DeleteImageRequestFilterSensitiveLog, DeleteImageResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteImageCommand, serializeAws_restJson1DeleteImageCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DeleteImageCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DeleteImageCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DeleteImageRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DeleteImageResponseFilterSensitiveLog,
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 { DeleteImagePipelineRequestFilterSensitiveLog, DeleteImagePipelineResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteImagePipelineCommand, serializeAws_restJson1DeleteImagePipelineCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DeleteImagePipelineCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DeleteImagePipelineCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DeleteImagePipelineRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DeleteImagePipelineResponseFilterSensitiveLog,
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 { DeleteImageRecipeRequestFilterSensitiveLog, DeleteImageRecipeResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteImageRecipeCommand, serializeAws_restJson1DeleteImageRecipeCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DeleteImageRecipeCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DeleteImageRecipeCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DeleteImageRecipeRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DeleteImageRecipeResponseFilterSensitiveLog,
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 { DeleteInfrastructureConfigurationRequestFilterSensitiveLog, DeleteInfrastructureConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteInfrastructureConfigurationCommand, serializeAws_restJson1DeleteInfrastructureConfigurationCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DeleteInfrastructureConfigurationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DeleteInfrastructureConfigurationCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DeleteInfrastructureConfigurationRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DeleteInfrastructureConfigurationResponseFilterSensitiveLog,
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 { GetComponentRequestFilterSensitiveLog, GetComponentResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetComponentCommand, serializeAws_restJson1GetComponentCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetComponentCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetComponentCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetComponentRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetComponentResponseFilterSensitiveLog,
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 { GetComponentPolicyRequestFilterSensitiveLog, GetComponentPolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetComponentPolicyCommand, serializeAws_restJson1GetComponentPolicyCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetComponentPolicyCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetComponentPolicyCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetComponentPolicyRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetComponentPolicyResponseFilterSensitiveLog,
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 { GetContainerRecipeRequestFilterSensitiveLog, GetContainerRecipeResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetContainerRecipeCommand, serializeAws_restJson1GetContainerRecipeCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetContainerRecipeCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetContainerRecipeCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetContainerRecipeRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetContainerRecipeResponseFilterSensitiveLog,
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 { GetContainerRecipePolicyRequestFilterSensitiveLog, GetContainerRecipePolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetContainerRecipePolicyCommand, serializeAws_restJson1GetContainerRecipePolicyCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetContainerRecipePolicyCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetContainerRecipePolicyCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetContainerRecipePolicyRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetContainerRecipePolicyResponseFilterSensitiveLog,
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 { GetDistributionConfigurationRequestFilterSensitiveLog, GetDistributionConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetDistributionConfigurationCommand, serializeAws_restJson1GetDistributionConfigurationCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetDistributionConfigurationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetDistributionConfigurationCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetDistributionConfigurationRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetDistributionConfigurationResponseFilterSensitiveLog,
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 { GetImageRequestFilterSensitiveLog, GetImageResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetImageCommand, serializeAws_restJson1GetImageCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetImageCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetImageCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetImageRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetImageResponseFilterSensitiveLog,
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 { GetImagePipelineRequestFilterSensitiveLog, GetImagePipelineResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetImagePipelineCommand, serializeAws_restJson1GetImagePipelineCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetImagePipelineCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetImagePipelineCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetImagePipelineRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetImagePipelineResponseFilterSensitiveLog,
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 { GetImagePolicyRequestFilterSensitiveLog, GetImagePolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetImagePolicyCommand, serializeAws_restJson1GetImagePolicyCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetImagePolicyCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetImagePolicyCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetImagePolicyRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetImagePolicyResponseFilterSensitiveLog,
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 { GetImageRecipeRequestFilterSensitiveLog, GetImageRecipeResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetImageRecipeCommand, serializeAws_restJson1GetImageRecipeCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetImageRecipeCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetImageRecipeCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetImageRecipeRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetImageRecipeResponseFilterSensitiveLog,
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 { GetImageRecipePolicyRequestFilterSensitiveLog, GetImageRecipePolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetImageRecipePolicyCommand, serializeAws_restJson1GetImageRecipePolicyCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetImageRecipePolicyCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetImageRecipePolicyCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetImageRecipePolicyRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetImageRecipePolicyResponseFilterSensitiveLog,
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 { GetInfrastructureConfigurationRequestFilterSensitiveLog, GetInfrastructureConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetInfrastructureConfigurationCommand, serializeAws_restJson1GetInfrastructureConfigurationCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetInfrastructureConfigurationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetInfrastructureConfigurationCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetInfrastructureConfigurationRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetInfrastructureConfigurationResponseFilterSensitiveLog,
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 { ImportComponentRequestFilterSensitiveLog, ImportComponentResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ImportComponentCommand, serializeAws_restJson1ImportComponentCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ImportComponentCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ImportComponentCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ImportComponentRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ImportComponentResponseFilterSensitiveLog,
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 { ImportVmImageRequestFilterSensitiveLog, ImportVmImageResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ImportVmImageCommand, serializeAws_restJson1ImportVmImageCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ImportVmImageCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ImportVmImageCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ImportVmImageRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ImportVmImageResponseFilterSensitiveLog,
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 { ListComponentBuildVersionsRequestFilterSensitiveLog, ListComponentBuildVersionsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListComponentBuildVersionsCommand, serializeAws_restJson1ListComponentBuildVersionsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListComponentBuildVersionsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListComponentBuildVersionsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListComponentBuildVersionsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListComponentBuildVersionsResponseFilterSensitiveLog,
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 { ListComponentsRequestFilterSensitiveLog, ListComponentsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListComponentsCommand, serializeAws_restJson1ListComponentsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListComponentsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListComponentsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListComponentsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListComponentsResponseFilterSensitiveLog,
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 { ListContainerRecipesRequestFilterSensitiveLog, ListContainerRecipesResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListContainerRecipesCommand, serializeAws_restJson1ListContainerRecipesCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListContainerRecipesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListContainerRecipesCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListContainerRecipesRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListContainerRecipesResponseFilterSensitiveLog,
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 { ListDistributionConfigurationsRequestFilterSensitiveLog, ListDistributionConfigurationsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListDistributionConfigurationsCommand, serializeAws_restJson1ListDistributionConfigurationsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListDistributionConfigurationsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListDistributionConfigurationsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListDistributionConfigurationsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListDistributionConfigurationsResponseFilterSensitiveLog,
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 { ListImageBuildVersionsRequestFilterSensitiveLog, ListImageBuildVersionsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListImageBuildVersionsCommand, serializeAws_restJson1ListImageBuildVersionsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListImageBuildVersionsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListImageBuildVersionsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListImageBuildVersionsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListImageBuildVersionsResponseFilterSensitiveLog,
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 { ListImagePackagesRequestFilterSensitiveLog, ListImagePackagesResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListImagePackagesCommand, serializeAws_restJson1ListImagePackagesCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListImagePackagesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListImagePackagesCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListImagePackagesRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListImagePackagesResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);