@aws-sdk/client-app-mesh 3.130.0 → 3.141.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 (83) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CreateGatewayRouteCommand.js +2 -2
  4. package/dist-cjs/commands/CreateMeshCommand.js +2 -2
  5. package/dist-cjs/commands/CreateRouteCommand.js +2 -2
  6. package/dist-cjs/commands/CreateVirtualGatewayCommand.js +2 -2
  7. package/dist-cjs/commands/CreateVirtualNodeCommand.js +2 -2
  8. package/dist-cjs/commands/CreateVirtualRouterCommand.js +2 -2
  9. package/dist-cjs/commands/CreateVirtualServiceCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteGatewayRouteCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteMeshCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteRouteCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteVirtualGatewayCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteVirtualNodeCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteVirtualRouterCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteVirtualServiceCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeGatewayRouteCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeMeshCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeRouteCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeVirtualGatewayCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeVirtualNodeCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeVirtualRouterCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeVirtualServiceCommand.js +2 -2
  24. package/dist-cjs/commands/ListGatewayRoutesCommand.js +2 -2
  25. package/dist-cjs/commands/ListMeshesCommand.js +2 -2
  26. package/dist-cjs/commands/ListRoutesCommand.js +2 -2
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  28. package/dist-cjs/commands/ListVirtualGatewaysCommand.js +2 -2
  29. package/dist-cjs/commands/ListVirtualNodesCommand.js +2 -2
  30. package/dist-cjs/commands/ListVirtualRoutersCommand.js +2 -2
  31. package/dist-cjs/commands/ListVirtualServicesCommand.js +2 -2
  32. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  33. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  34. package/dist-cjs/commands/UpdateGatewayRouteCommand.js +2 -2
  35. package/dist-cjs/commands/UpdateMeshCommand.js +2 -2
  36. package/dist-cjs/commands/UpdateRouteCommand.js +2 -2
  37. package/dist-cjs/commands/UpdateVirtualGatewayCommand.js +2 -2
  38. package/dist-cjs/commands/UpdateVirtualNodeCommand.js +2 -2
  39. package/dist-cjs/commands/UpdateVirtualRouterCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateVirtualServiceCommand.js +2 -2
  41. package/dist-cjs/models/models_0.js +1053 -1429
  42. package/dist-es/commands/CreateGatewayRouteCommand.js +3 -3
  43. package/dist-es/commands/CreateMeshCommand.js +3 -3
  44. package/dist-es/commands/CreateRouteCommand.js +3 -3
  45. package/dist-es/commands/CreateVirtualGatewayCommand.js +3 -3
  46. package/dist-es/commands/CreateVirtualNodeCommand.js +3 -3
  47. package/dist-es/commands/CreateVirtualRouterCommand.js +3 -3
  48. package/dist-es/commands/CreateVirtualServiceCommand.js +3 -3
  49. package/dist-es/commands/DeleteGatewayRouteCommand.js +3 -3
  50. package/dist-es/commands/DeleteMeshCommand.js +3 -3
  51. package/dist-es/commands/DeleteRouteCommand.js +3 -3
  52. package/dist-es/commands/DeleteVirtualGatewayCommand.js +3 -3
  53. package/dist-es/commands/DeleteVirtualNodeCommand.js +3 -3
  54. package/dist-es/commands/DeleteVirtualRouterCommand.js +3 -3
  55. package/dist-es/commands/DeleteVirtualServiceCommand.js +3 -3
  56. package/dist-es/commands/DescribeGatewayRouteCommand.js +3 -3
  57. package/dist-es/commands/DescribeMeshCommand.js +3 -3
  58. package/dist-es/commands/DescribeRouteCommand.js +3 -3
  59. package/dist-es/commands/DescribeVirtualGatewayCommand.js +3 -3
  60. package/dist-es/commands/DescribeVirtualNodeCommand.js +3 -3
  61. package/dist-es/commands/DescribeVirtualRouterCommand.js +3 -3
  62. package/dist-es/commands/DescribeVirtualServiceCommand.js +3 -3
  63. package/dist-es/commands/ListGatewayRoutesCommand.js +3 -3
  64. package/dist-es/commands/ListMeshesCommand.js +3 -3
  65. package/dist-es/commands/ListRoutesCommand.js +3 -3
  66. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  67. package/dist-es/commands/ListVirtualGatewaysCommand.js +3 -3
  68. package/dist-es/commands/ListVirtualNodesCommand.js +3 -3
  69. package/dist-es/commands/ListVirtualRoutersCommand.js +3 -3
  70. package/dist-es/commands/ListVirtualServicesCommand.js +3 -3
  71. package/dist-es/commands/TagResourceCommand.js +3 -3
  72. package/dist-es/commands/UntagResourceCommand.js +3 -3
  73. package/dist-es/commands/UpdateGatewayRouteCommand.js +3 -3
  74. package/dist-es/commands/UpdateMeshCommand.js +3 -3
  75. package/dist-es/commands/UpdateRouteCommand.js +3 -3
  76. package/dist-es/commands/UpdateVirtualGatewayCommand.js +3 -3
  77. package/dist-es/commands/UpdateVirtualNodeCommand.js +3 -3
  78. package/dist-es/commands/UpdateVirtualRouterCommand.js +3 -3
  79. package/dist-es/commands/UpdateVirtualServiceCommand.js +3 -3
  80. package/dist-es/models/models_0.js +397 -989
  81. package/dist-types/models/models_0.d.ts +860 -1252
  82. package/dist-types/ts3.4/models/models_0.d.ts +430 -822
  83. package/package.json +7 -7
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TagResourceInput, TagResourceOutput } from "../models/models_0";
4
+ import { TagResourceInputFilterSensitiveLog, TagResourceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var TagResourceCommand = (function (_super) {
7
7
  __extends(TagResourceCommand, _super);
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TagResourceInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: TagResourceOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TagResourceInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: TagResourceOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
4
+ import { UntagResourceInputFilterSensitiveLog, UntagResourceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var UntagResourceCommand = (function (_super) {
7
7
  __extends(UntagResourceCommand, _super);
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UntagResourceInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UntagResourceOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UntagResourceInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UntagResourceOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateGatewayRouteInput, UpdateGatewayRouteOutput } from "../models/models_0";
4
+ import { UpdateGatewayRouteInputFilterSensitiveLog, UpdateGatewayRouteOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateGatewayRouteCommand, serializeAws_restJson1UpdateGatewayRouteCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateGatewayRouteCommand = (function (_super) {
7
7
  __extends(UpdateGatewayRouteCommand, _super);
@@ -20,8 +20,8 @@ var UpdateGatewayRouteCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateGatewayRouteInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateGatewayRouteOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateGatewayRouteInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateGatewayRouteOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateMeshInput, UpdateMeshOutput } from "../models/models_0";
4
+ import { UpdateMeshInputFilterSensitiveLog, UpdateMeshOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateMeshCommand, serializeAws_restJson1UpdateMeshCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateMeshCommand = (function (_super) {
7
7
  __extends(UpdateMeshCommand, _super);
@@ -20,8 +20,8 @@ var UpdateMeshCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateMeshInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateMeshOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateMeshInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateMeshOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateRouteInput, UpdateRouteOutput } from "../models/models_0";
4
+ import { UpdateRouteInputFilterSensitiveLog, UpdateRouteOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateRouteCommand, serializeAws_restJson1UpdateRouteCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateRouteCommand = (function (_super) {
7
7
  __extends(UpdateRouteCommand, _super);
@@ -20,8 +20,8 @@ var UpdateRouteCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateRouteInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateRouteOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateRouteInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateRouteOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateVirtualGatewayInput, UpdateVirtualGatewayOutput } from "../models/models_0";
4
+ import { UpdateVirtualGatewayInputFilterSensitiveLog, UpdateVirtualGatewayOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateVirtualGatewayCommand, serializeAws_restJson1UpdateVirtualGatewayCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateVirtualGatewayCommand = (function (_super) {
7
7
  __extends(UpdateVirtualGatewayCommand, _super);
@@ -20,8 +20,8 @@ var UpdateVirtualGatewayCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateVirtualGatewayInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateVirtualGatewayOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateVirtualGatewayInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateVirtualGatewayOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateVirtualNodeInput, UpdateVirtualNodeOutput } from "../models/models_0";
4
+ import { UpdateVirtualNodeInputFilterSensitiveLog, UpdateVirtualNodeOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateVirtualNodeCommand, serializeAws_restJson1UpdateVirtualNodeCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateVirtualNodeCommand = (function (_super) {
7
7
  __extends(UpdateVirtualNodeCommand, _super);
@@ -20,8 +20,8 @@ var UpdateVirtualNodeCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateVirtualNodeInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateVirtualNodeOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateVirtualNodeInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateVirtualNodeOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateVirtualRouterInput, UpdateVirtualRouterOutput } from "../models/models_0";
4
+ import { UpdateVirtualRouterInputFilterSensitiveLog, UpdateVirtualRouterOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateVirtualRouterCommand, serializeAws_restJson1UpdateVirtualRouterCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateVirtualRouterCommand = (function (_super) {
7
7
  __extends(UpdateVirtualRouterCommand, _super);
@@ -20,8 +20,8 @@ var UpdateVirtualRouterCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateVirtualRouterInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateVirtualRouterOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateVirtualRouterInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateVirtualRouterOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateVirtualServiceInput, UpdateVirtualServiceOutput } from "../models/models_0";
4
+ import { UpdateVirtualServiceInputFilterSensitiveLog, UpdateVirtualServiceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateVirtualServiceCommand, serializeAws_restJson1UpdateVirtualServiceCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateVirtualServiceCommand = (function (_super) {
7
7
  __extends(UpdateVirtualServiceCommand, _super);
@@ -20,8 +20,8 @@ var UpdateVirtualServiceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateVirtualServiceInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateVirtualServiceOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateVirtualServiceInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateVirtualServiceOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {