@aws-sdk/client-imagebuilder 3.297.0 → 3.299.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 +11 -10
@@ -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);