@aws-sdk/client-app-mesh 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 (81) hide show
  1. package/dist-cjs/commands/CreateGatewayRouteCommand.js +2 -3
  2. package/dist-cjs/commands/CreateMeshCommand.js +2 -3
  3. package/dist-cjs/commands/CreateRouteCommand.js +2 -3
  4. package/dist-cjs/commands/CreateVirtualGatewayCommand.js +2 -3
  5. package/dist-cjs/commands/CreateVirtualNodeCommand.js +2 -3
  6. package/dist-cjs/commands/CreateVirtualRouterCommand.js +2 -3
  7. package/dist-cjs/commands/CreateVirtualServiceCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteGatewayRouteCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteMeshCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteRouteCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteVirtualGatewayCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteVirtualNodeCommand.js +2 -3
  13. package/dist-cjs/commands/DeleteVirtualRouterCommand.js +2 -3
  14. package/dist-cjs/commands/DeleteVirtualServiceCommand.js +2 -3
  15. package/dist-cjs/commands/DescribeGatewayRouteCommand.js +2 -3
  16. package/dist-cjs/commands/DescribeMeshCommand.js +2 -3
  17. package/dist-cjs/commands/DescribeRouteCommand.js +2 -3
  18. package/dist-cjs/commands/DescribeVirtualGatewayCommand.js +2 -3
  19. package/dist-cjs/commands/DescribeVirtualNodeCommand.js +2 -3
  20. package/dist-cjs/commands/DescribeVirtualRouterCommand.js +2 -3
  21. package/dist-cjs/commands/DescribeVirtualServiceCommand.js +2 -3
  22. package/dist-cjs/commands/ListGatewayRoutesCommand.js +2 -3
  23. package/dist-cjs/commands/ListMeshesCommand.js +2 -3
  24. package/dist-cjs/commands/ListRoutesCommand.js +2 -3
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  26. package/dist-cjs/commands/ListVirtualGatewaysCommand.js +2 -3
  27. package/dist-cjs/commands/ListVirtualNodesCommand.js +2 -3
  28. package/dist-cjs/commands/ListVirtualRoutersCommand.js +2 -3
  29. package/dist-cjs/commands/ListVirtualServicesCommand.js +2 -3
  30. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  31. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  32. package/dist-cjs/commands/UpdateGatewayRouteCommand.js +2 -3
  33. package/dist-cjs/commands/UpdateMeshCommand.js +2 -3
  34. package/dist-cjs/commands/UpdateRouteCommand.js +2 -3
  35. package/dist-cjs/commands/UpdateVirtualGatewayCommand.js +2 -3
  36. package/dist-cjs/commands/UpdateVirtualNodeCommand.js +2 -3
  37. package/dist-cjs/commands/UpdateVirtualRouterCommand.js +2 -3
  38. package/dist-cjs/commands/UpdateVirtualServiceCommand.js +2 -3
  39. package/dist-cjs/models/models_0.js +0 -1071
  40. package/dist-es/commands/CreateGatewayRouteCommand.js +2 -3
  41. package/dist-es/commands/CreateMeshCommand.js +2 -3
  42. package/dist-es/commands/CreateRouteCommand.js +2 -3
  43. package/dist-es/commands/CreateVirtualGatewayCommand.js +2 -3
  44. package/dist-es/commands/CreateVirtualNodeCommand.js +2 -3
  45. package/dist-es/commands/CreateVirtualRouterCommand.js +2 -3
  46. package/dist-es/commands/CreateVirtualServiceCommand.js +2 -3
  47. package/dist-es/commands/DeleteGatewayRouteCommand.js +2 -3
  48. package/dist-es/commands/DeleteMeshCommand.js +2 -3
  49. package/dist-es/commands/DeleteRouteCommand.js +2 -3
  50. package/dist-es/commands/DeleteVirtualGatewayCommand.js +2 -3
  51. package/dist-es/commands/DeleteVirtualNodeCommand.js +2 -3
  52. package/dist-es/commands/DeleteVirtualRouterCommand.js +2 -3
  53. package/dist-es/commands/DeleteVirtualServiceCommand.js +2 -3
  54. package/dist-es/commands/DescribeGatewayRouteCommand.js +2 -3
  55. package/dist-es/commands/DescribeMeshCommand.js +2 -3
  56. package/dist-es/commands/DescribeRouteCommand.js +2 -3
  57. package/dist-es/commands/DescribeVirtualGatewayCommand.js +2 -3
  58. package/dist-es/commands/DescribeVirtualNodeCommand.js +2 -3
  59. package/dist-es/commands/DescribeVirtualRouterCommand.js +2 -3
  60. package/dist-es/commands/DescribeVirtualServiceCommand.js +2 -3
  61. package/dist-es/commands/ListGatewayRoutesCommand.js +2 -3
  62. package/dist-es/commands/ListMeshesCommand.js +2 -3
  63. package/dist-es/commands/ListRoutesCommand.js +2 -3
  64. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  65. package/dist-es/commands/ListVirtualGatewaysCommand.js +2 -3
  66. package/dist-es/commands/ListVirtualNodesCommand.js +2 -3
  67. package/dist-es/commands/ListVirtualRoutersCommand.js +2 -3
  68. package/dist-es/commands/ListVirtualServicesCommand.js +2 -3
  69. package/dist-es/commands/TagResourceCommand.js +2 -3
  70. package/dist-es/commands/UntagResourceCommand.js +2 -3
  71. package/dist-es/commands/UpdateGatewayRouteCommand.js +2 -3
  72. package/dist-es/commands/UpdateMeshCommand.js +2 -3
  73. package/dist-es/commands/UpdateRouteCommand.js +2 -3
  74. package/dist-es/commands/UpdateVirtualGatewayCommand.js +2 -3
  75. package/dist-es/commands/UpdateVirtualNodeCommand.js +2 -3
  76. package/dist-es/commands/UpdateVirtualRouterCommand.js +2 -3
  77. package/dist-es/commands/UpdateVirtualServiceCommand.js +2 -3
  78. package/dist-es/models/models_0.js +0 -848
  79. package/dist-types/models/models_0.d.ts +0 -872
  80. package/dist-types/ts3.4/models/models_0.d.ts +0 -604
  81. 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 { UpdateGatewayRouteInputFilterSensitiveLog, UpdateGatewayRouteOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateGatewayRouteCommand, serializeAws_restJson1UpdateGatewayRouteCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateGatewayRouteCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateGatewayRouteCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateGatewayRouteInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateGatewayRouteOutputFilterSensitiveLog,
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 { UpdateMeshInputFilterSensitiveLog, UpdateMeshOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateMeshCommand, serializeAws_restJson1UpdateMeshCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateMeshCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateMeshCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateMeshInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateMeshOutputFilterSensitiveLog,
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 { UpdateRouteInputFilterSensitiveLog, UpdateRouteOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateRouteCommand, serializeAws_restJson1UpdateRouteCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateRouteCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateRouteCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateRouteInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateRouteOutputFilterSensitiveLog,
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 { UpdateVirtualGatewayInputFilterSensitiveLog, UpdateVirtualGatewayOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateVirtualGatewayCommand, serializeAws_restJson1UpdateVirtualGatewayCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateVirtualGatewayCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateVirtualGatewayCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateVirtualGatewayInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateVirtualGatewayOutputFilterSensitiveLog,
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 { UpdateVirtualNodeInputFilterSensitiveLog, UpdateVirtualNodeOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateVirtualNodeCommand, serializeAws_restJson1UpdateVirtualNodeCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateVirtualNodeCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateVirtualNodeCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateVirtualNodeInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateVirtualNodeOutputFilterSensitiveLog,
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 { UpdateVirtualRouterInputFilterSensitiveLog, UpdateVirtualRouterOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateVirtualRouterCommand, serializeAws_restJson1UpdateVirtualRouterCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateVirtualRouterCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateVirtualRouterCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateVirtualRouterInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateVirtualRouterOutputFilterSensitiveLog,
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 { UpdateVirtualServiceInputFilterSensitiveLog, UpdateVirtualServiceOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateVirtualServiceCommand, serializeAws_restJson1UpdateVirtualServiceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateVirtualServiceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateVirtualServiceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateVirtualServiceInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateVirtualServiceOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);