@aws-sdk/client-app-mesh 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 (131) 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/AppMesh.d.ts +39 -0
  80. package/dist-types/AppMeshClient.d.ts +24 -4
  81. package/dist-types/commands/CreateGatewayRouteCommand.d.ts +16 -0
  82. package/dist-types/commands/CreateMeshCommand.d.ts +16 -0
  83. package/dist-types/commands/CreateRouteCommand.d.ts +16 -0
  84. package/dist-types/commands/CreateVirtualGatewayCommand.d.ts +16 -0
  85. package/dist-types/commands/CreateVirtualNodeCommand.d.ts +16 -0
  86. package/dist-types/commands/CreateVirtualRouterCommand.d.ts +16 -0
  87. package/dist-types/commands/CreateVirtualServiceCommand.d.ts +16 -0
  88. package/dist-types/commands/DeleteGatewayRouteCommand.d.ts +16 -0
  89. package/dist-types/commands/DeleteMeshCommand.d.ts +16 -0
  90. package/dist-types/commands/DeleteRouteCommand.d.ts +16 -0
  91. package/dist-types/commands/DeleteVirtualGatewayCommand.d.ts +16 -0
  92. package/dist-types/commands/DeleteVirtualNodeCommand.d.ts +16 -0
  93. package/dist-types/commands/DeleteVirtualRouterCommand.d.ts +16 -0
  94. package/dist-types/commands/DeleteVirtualServiceCommand.d.ts +16 -0
  95. package/dist-types/commands/DescribeGatewayRouteCommand.d.ts +16 -0
  96. package/dist-types/commands/DescribeMeshCommand.d.ts +16 -0
  97. package/dist-types/commands/DescribeRouteCommand.d.ts +16 -0
  98. package/dist-types/commands/DescribeVirtualGatewayCommand.d.ts +16 -0
  99. package/dist-types/commands/DescribeVirtualNodeCommand.d.ts +16 -0
  100. package/dist-types/commands/DescribeVirtualRouterCommand.d.ts +16 -0
  101. package/dist-types/commands/DescribeVirtualServiceCommand.d.ts +16 -0
  102. package/dist-types/commands/ListGatewayRoutesCommand.d.ts +16 -0
  103. package/dist-types/commands/ListMeshesCommand.d.ts +16 -0
  104. package/dist-types/commands/ListRoutesCommand.d.ts +16 -0
  105. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  106. package/dist-types/commands/ListVirtualGatewaysCommand.d.ts +16 -0
  107. package/dist-types/commands/ListVirtualNodesCommand.d.ts +16 -0
  108. package/dist-types/commands/ListVirtualRoutersCommand.d.ts +16 -0
  109. package/dist-types/commands/ListVirtualServicesCommand.d.ts +16 -0
  110. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  111. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  112. package/dist-types/commands/UpdateGatewayRouteCommand.d.ts +16 -0
  113. package/dist-types/commands/UpdateMeshCommand.d.ts +16 -0
  114. package/dist-types/commands/UpdateRouteCommand.d.ts +16 -0
  115. package/dist-types/commands/UpdateVirtualGatewayCommand.d.ts +16 -0
  116. package/dist-types/commands/UpdateVirtualNodeCommand.d.ts +16 -0
  117. package/dist-types/commands/UpdateVirtualRouterCommand.d.ts +16 -0
  118. package/dist-types/commands/UpdateVirtualServiceCommand.d.ts +16 -0
  119. package/dist-types/models/AppMeshServiceException.d.ts +2 -0
  120. package/dist-types/models/models_0.d.ts +388 -872
  121. package/dist-types/pagination/Interfaces.d.ts +3 -0
  122. package/dist-types/pagination/ListGatewayRoutesPaginator.d.ts +3 -0
  123. package/dist-types/pagination/ListMeshesPaginator.d.ts +3 -0
  124. package/dist-types/pagination/ListRoutesPaginator.d.ts +3 -0
  125. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  126. package/dist-types/pagination/ListVirtualGatewaysPaginator.d.ts +3 -0
  127. package/dist-types/pagination/ListVirtualNodesPaginator.d.ts +3 -0
  128. package/dist-types/pagination/ListVirtualRoutersPaginator.d.ts +3 -0
  129. package/dist-types/pagination/ListVirtualServicesPaginator.d.ts +3 -0
  130. package/dist-types/ts3.4/models/models_0.d.ts +0 -604
  131. 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);