@aws-sdk/client-app-mesh 3.54.1 → 3.58.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 (58) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/AppMeshClient.js +13 -13
  3. package/dist-cjs/commands/CreateGatewayRouteCommand.js +3 -3
  4. package/dist-cjs/commands/CreateMeshCommand.js +3 -3
  5. package/dist-cjs/commands/CreateRouteCommand.js +3 -3
  6. package/dist-cjs/commands/CreateVirtualGatewayCommand.js +3 -3
  7. package/dist-cjs/commands/CreateVirtualNodeCommand.js +3 -3
  8. package/dist-cjs/commands/CreateVirtualRouterCommand.js +3 -3
  9. package/dist-cjs/commands/CreateVirtualServiceCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteGatewayRouteCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteMeshCommand.js +3 -3
  12. package/dist-cjs/commands/DeleteRouteCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteVirtualGatewayCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteVirtualNodeCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteVirtualRouterCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteVirtualServiceCommand.js +3 -3
  17. package/dist-cjs/commands/DescribeGatewayRouteCommand.js +3 -3
  18. package/dist-cjs/commands/DescribeMeshCommand.js +3 -3
  19. package/dist-cjs/commands/DescribeRouteCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeVirtualGatewayCommand.js +3 -3
  21. package/dist-cjs/commands/DescribeVirtualNodeCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeVirtualRouterCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeVirtualServiceCommand.js +3 -3
  24. package/dist-cjs/commands/ListGatewayRoutesCommand.js +3 -3
  25. package/dist-cjs/commands/ListMeshesCommand.js +3 -3
  26. package/dist-cjs/commands/ListRoutesCommand.js +3 -3
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  28. package/dist-cjs/commands/ListVirtualGatewaysCommand.js +3 -3
  29. package/dist-cjs/commands/ListVirtualNodesCommand.js +3 -3
  30. package/dist-cjs/commands/ListVirtualRoutersCommand.js +3 -3
  31. package/dist-cjs/commands/ListVirtualServicesCommand.js +3 -3
  32. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  33. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  34. package/dist-cjs/commands/UpdateGatewayRouteCommand.js +3 -3
  35. package/dist-cjs/commands/UpdateMeshCommand.js +3 -3
  36. package/dist-cjs/commands/UpdateRouteCommand.js +3 -3
  37. package/dist-cjs/commands/UpdateVirtualGatewayCommand.js +3 -3
  38. package/dist-cjs/commands/UpdateVirtualNodeCommand.js +3 -3
  39. package/dist-cjs/commands/UpdateVirtualRouterCommand.js +3 -3
  40. package/dist-cjs/commands/UpdateVirtualServiceCommand.js +3 -3
  41. package/dist-cjs/endpoints.js +1 -1
  42. package/dist-cjs/protocols/Aws_restJson1.js +410 -410
  43. package/dist-cjs/runtimeConfig.browser.js +4 -4
  44. package/dist-cjs/runtimeConfig.js +9 -9
  45. package/dist-cjs/runtimeConfig.native.js +1 -1
  46. package/dist-es/AppMesh.js +38 -38
  47. package/dist-es/pagination/ListGatewayRoutesPaginator.js +4 -4
  48. package/dist-es/pagination/ListMeshesPaginator.js +4 -4
  49. package/dist-es/pagination/ListRoutesPaginator.js +4 -4
  50. package/dist-es/pagination/ListTagsForResourcePaginator.js +4 -4
  51. package/dist-es/pagination/ListVirtualGatewaysPaginator.js +4 -4
  52. package/dist-es/pagination/ListVirtualNodesPaginator.js +4 -4
  53. package/dist-es/pagination/ListVirtualRoutersPaginator.js +4 -4
  54. package/dist-es/pagination/ListVirtualServicesPaginator.js +4 -4
  55. package/dist-es/protocols/Aws_restJson1.js +38 -38
  56. package/dist-types/runtimeConfig.native.d.ts +2 -2
  57. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  58. package/package.json +34 -34
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
10
10
  return __awaiter(void 0, void 0, void 0, function () {
11
11
  return __generator(this, function (_a) {
12
12
  switch (_a.label) {
13
- case 0: return [4, client.send.apply(client, __spreadArray([new ListVirtualRoutersCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new ListVirtualRoutersCommand(input)], __read(args), false))];
14
14
  case 1: return [2, _a.sent()];
15
15
  }
16
16
  });
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
24
24
  return __awaiter(void 0, void 0, void 0, function () {
25
25
  return __generator(this, function (_a) {
26
26
  switch (_a.label) {
27
- case 0: return [4, client.listVirtualRouters.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.listVirtualRouters.apply(client, __spreadArray([input], __read(args), false))];
28
28
  case 1: return [2, _a.sent()];
29
29
  }
30
30
  });
@@ -48,13 +48,13 @@ export function paginateListVirtualRouters(config, input) {
48
48
  input.nextToken = token;
49
49
  input["limit"] = config.pageSize;
50
50
  if (!(config.client instanceof AppMesh)) return [3, 3];
51
- return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
52
  case 2:
53
53
  page = _a.sent();
54
54
  return [3, 6];
55
55
  case 3:
56
56
  if (!(config.client instanceof AppMeshClient)) return [3, 5];
57
- return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
58
  case 4:
59
59
  page = _a.sent();
60
60
  return [3, 6];
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
10
10
  return __awaiter(void 0, void 0, void 0, function () {
11
11
  return __generator(this, function (_a) {
12
12
  switch (_a.label) {
13
- case 0: return [4, client.send.apply(client, __spreadArray([new ListVirtualServicesCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new ListVirtualServicesCommand(input)], __read(args), false))];
14
14
  case 1: return [2, _a.sent()];
15
15
  }
16
16
  });
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
24
24
  return __awaiter(void 0, void 0, void 0, function () {
25
25
  return __generator(this, function (_a) {
26
26
  switch (_a.label) {
27
- case 0: return [4, client.listVirtualServices.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.listVirtualServices.apply(client, __spreadArray([input], __read(args), false))];
28
28
  case 1: return [2, _a.sent()];
29
29
  }
30
30
  });
@@ -48,13 +48,13 @@ export function paginateListVirtualServices(config, input) {
48
48
  input.nextToken = token;
49
49
  input["limit"] = config.pageSize;
50
50
  if (!(config.client instanceof AppMesh)) return [3, 3];
51
- return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
52
  case 2:
53
53
  page = _a.sent();
54
54
  return [3, 6];
55
55
  case 3:
56
56
  if (!(config.client instanceof AppMeshClient)) return [3, 5];
57
- return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
58
  case 4:
59
59
  page = _a.sent();
60
60
  return [3, 6];
@@ -15,7 +15,7 @@ export var serializeAws_restJson1CreateGatewayRouteCommand = function (input, co
15
15
  headers = {
16
16
  "content-type": "application/json",
17
17
  };
18
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
18
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
19
19
  "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes";
20
20
  if (input.meshName !== undefined) {
21
21
  labelValue = input.meshName;
@@ -66,7 +66,7 @@ export var serializeAws_restJson1CreateMeshCommand = function (input, context) {
66
66
  headers = {
67
67
  "content-type": "application/json",
68
68
  };
69
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/v20190125/meshes";
69
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/v20190125/meshes";
70
70
  body = JSON.stringify(__assign(__assign(__assign({ clientToken: (_c = input.clientToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.meshName !== undefined && input.meshName !== null && { meshName: input.meshName })), (input.spec !== undefined &&
71
71
  input.spec !== null && { spec: serializeAws_restJson1MeshSpec(input.spec, context) })), (input.tags !== undefined &&
72
72
  input.tags !== null && { tags: serializeAws_restJson1TagList(input.tags, context) })));
@@ -93,7 +93,7 @@ export var serializeAws_restJson1CreateRouteCommand = function (input, context)
93
93
  headers = {
94
94
  "content-type": "application/json",
95
95
  };
96
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
96
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
97
97
  "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes";
98
98
  if (input.meshName !== undefined) {
99
99
  labelValue = input.meshName;
@@ -143,7 +143,7 @@ export var serializeAws_restJson1CreateVirtualGatewayCommand = function (input,
143
143
  headers = {
144
144
  "content-type": "application/json",
145
145
  };
146
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
146
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
147
147
  "/v20190125/meshes/{meshName}/virtualGateways";
148
148
  if (input.meshName !== undefined) {
149
149
  labelValue = input.meshName;
@@ -184,7 +184,7 @@ export var serializeAws_restJson1CreateVirtualNodeCommand = function (input, con
184
184
  headers = {
185
185
  "content-type": "application/json",
186
186
  };
187
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/v20190125/meshes/{meshName}/virtualNodes";
187
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/v20190125/meshes/{meshName}/virtualNodes";
188
188
  if (input.meshName !== undefined) {
189
189
  labelValue = input.meshName;
190
190
  if (labelValue.length <= 0) {
@@ -224,7 +224,7 @@ export var serializeAws_restJson1CreateVirtualRouterCommand = function (input, c
224
224
  headers = {
225
225
  "content-type": "application/json",
226
226
  };
227
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
227
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
228
228
  "/v20190125/meshes/{meshName}/virtualRouters";
229
229
  if (input.meshName !== undefined) {
230
230
  labelValue = input.meshName;
@@ -265,7 +265,7 @@ export var serializeAws_restJson1CreateVirtualServiceCommand = function (input,
265
265
  headers = {
266
266
  "content-type": "application/json",
267
267
  };
268
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
268
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
269
269
  "/v20190125/meshes/{meshName}/virtualServices";
270
270
  if (input.meshName !== undefined) {
271
271
  labelValue = input.meshName;
@@ -303,7 +303,7 @@ export var serializeAws_restJson1DeleteGatewayRouteCommand = function (input, co
303
303
  case 1:
304
304
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
305
305
  headers = {};
306
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
306
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
307
307
  "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}";
308
308
  if (input.gatewayRouteName !== undefined) {
309
309
  labelValue = input.gatewayRouteName;
@@ -357,7 +357,7 @@ export var serializeAws_restJson1DeleteMeshCommand = function (input, context) {
357
357
  case 1:
358
358
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
359
359
  headers = {};
360
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/v20190125/meshes/{meshName}";
360
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/v20190125/meshes/{meshName}";
361
361
  if (input.meshName !== undefined) {
362
362
  labelValue = input.meshName;
363
363
  if (labelValue.length <= 0) {
@@ -388,7 +388,7 @@ export var serializeAws_restJson1DeleteRouteCommand = function (input, context)
388
388
  case 1:
389
389
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
390
390
  headers = {};
391
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
391
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
392
392
  "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}";
393
393
  if (input.routeName !== undefined) {
394
394
  labelValue = input.routeName;
@@ -442,7 +442,7 @@ export var serializeAws_restJson1DeleteVirtualGatewayCommand = function (input,
442
442
  case 1:
443
443
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
444
444
  headers = {};
445
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
445
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
446
446
  "/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}";
447
447
  if (input.virtualGatewayName !== undefined) {
448
448
  labelValue = input.virtualGatewayName;
@@ -486,7 +486,7 @@ export var serializeAws_restJson1DeleteVirtualNodeCommand = function (input, con
486
486
  case 1:
487
487
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
488
488
  headers = {};
489
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
489
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
490
490
  "/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}";
491
491
  if (input.virtualNodeName !== undefined) {
492
492
  labelValue = input.virtualNodeName;
@@ -530,7 +530,7 @@ export var serializeAws_restJson1DeleteVirtualRouterCommand = function (input, c
530
530
  case 1:
531
531
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
532
532
  headers = {};
533
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
533
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
534
534
  "/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}";
535
535
  if (input.virtualRouterName !== undefined) {
536
536
  labelValue = input.virtualRouterName;
@@ -574,7 +574,7 @@ export var serializeAws_restJson1DeleteVirtualServiceCommand = function (input,
574
574
  case 1:
575
575
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
576
576
  headers = {};
577
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
577
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
578
578
  "/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}";
579
579
  if (input.virtualServiceName !== undefined) {
580
580
  labelValue = input.virtualServiceName;
@@ -618,7 +618,7 @@ export var serializeAws_restJson1DescribeGatewayRouteCommand = function (input,
618
618
  case 1:
619
619
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
620
620
  headers = {};
621
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
621
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
622
622
  "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}";
623
623
  if (input.gatewayRouteName !== undefined) {
624
624
  labelValue = input.gatewayRouteName;
@@ -672,7 +672,7 @@ export var serializeAws_restJson1DescribeMeshCommand = function (input, context)
672
672
  case 1:
673
673
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
674
674
  headers = {};
675
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/v20190125/meshes/{meshName}";
675
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/v20190125/meshes/{meshName}";
676
676
  if (input.meshName !== undefined) {
677
677
  labelValue = input.meshName;
678
678
  if (labelValue.length <= 0) {
@@ -705,7 +705,7 @@ export var serializeAws_restJson1DescribeRouteCommand = function (input, context
705
705
  case 1:
706
706
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
707
707
  headers = {};
708
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
708
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
709
709
  "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}";
710
710
  if (input.routeName !== undefined) {
711
711
  labelValue = input.routeName;
@@ -759,7 +759,7 @@ export var serializeAws_restJson1DescribeVirtualGatewayCommand = function (input
759
759
  case 1:
760
760
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
761
761
  headers = {};
762
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
762
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
763
763
  "/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}";
764
764
  if (input.virtualGatewayName !== undefined) {
765
765
  labelValue = input.virtualGatewayName;
@@ -803,7 +803,7 @@ export var serializeAws_restJson1DescribeVirtualNodeCommand = function (input, c
803
803
  case 1:
804
804
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
805
805
  headers = {};
806
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
806
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
807
807
  "/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}";
808
808
  if (input.virtualNodeName !== undefined) {
809
809
  labelValue = input.virtualNodeName;
@@ -847,7 +847,7 @@ export var serializeAws_restJson1DescribeVirtualRouterCommand = function (input,
847
847
  case 1:
848
848
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
849
849
  headers = {};
850
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
850
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
851
851
  "/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}";
852
852
  if (input.virtualRouterName !== undefined) {
853
853
  labelValue = input.virtualRouterName;
@@ -891,7 +891,7 @@ export var serializeAws_restJson1DescribeVirtualServiceCommand = function (input
891
891
  case 1:
892
892
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
893
893
  headers = {};
894
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
894
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
895
895
  "/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}";
896
896
  if (input.virtualServiceName !== undefined) {
897
897
  labelValue = input.virtualServiceName;
@@ -935,7 +935,7 @@ export var serializeAws_restJson1ListGatewayRoutesCommand = function (input, con
935
935
  case 1:
936
936
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
937
937
  headers = {};
938
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
938
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
939
939
  "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes";
940
940
  if (input.meshName !== undefined) {
941
941
  labelValue = input.meshName;
@@ -979,7 +979,7 @@ export var serializeAws_restJson1ListMeshesCommand = function (input, context) {
979
979
  case 1:
980
980
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
981
981
  headers = {};
982
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/v20190125/meshes";
982
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/v20190125/meshes";
983
983
  query = __assign(__assign({}, (input.nextToken !== undefined && { nextToken: input.nextToken })), (input.limit !== undefined && { limit: input.limit.toString() }));
984
984
  return [2, new __HttpRequest({
985
985
  protocol: protocol,
@@ -1002,7 +1002,7 @@ export var serializeAws_restJson1ListRoutesCommand = function (input, context) {
1002
1002
  case 1:
1003
1003
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1004
1004
  headers = {};
1005
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1005
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1006
1006
  "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes";
1007
1007
  if (input.meshName !== undefined) {
1008
1008
  labelValue = input.meshName;
@@ -1046,7 +1046,7 @@ export var serializeAws_restJson1ListTagsForResourceCommand = function (input, c
1046
1046
  case 1:
1047
1047
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1048
1048
  headers = {};
1049
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/v20190125/tags";
1049
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/v20190125/tags";
1050
1050
  query = __assign(__assign(__assign({}, (input.resourceArn !== undefined && { resourceArn: input.resourceArn })), (input.nextToken !== undefined && { nextToken: input.nextToken })), (input.limit !== undefined && { limit: input.limit.toString() }));
1051
1051
  return [2, new __HttpRequest({
1052
1052
  protocol: protocol,
@@ -1069,7 +1069,7 @@ export var serializeAws_restJson1ListVirtualGatewaysCommand = function (input, c
1069
1069
  case 1:
1070
1070
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1071
1071
  headers = {};
1072
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1072
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1073
1073
  "/v20190125/meshes/{meshName}/virtualGateways";
1074
1074
  if (input.meshName !== undefined) {
1075
1075
  labelValue = input.meshName;
@@ -1103,7 +1103,7 @@ export var serializeAws_restJson1ListVirtualNodesCommand = function (input, cont
1103
1103
  case 1:
1104
1104
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1105
1105
  headers = {};
1106
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/v20190125/meshes/{meshName}/virtualNodes";
1106
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/v20190125/meshes/{meshName}/virtualNodes";
1107
1107
  if (input.meshName !== undefined) {
1108
1108
  labelValue = input.meshName;
1109
1109
  if (labelValue.length <= 0) {
@@ -1136,7 +1136,7 @@ export var serializeAws_restJson1ListVirtualRoutersCommand = function (input, co
1136
1136
  case 1:
1137
1137
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1138
1138
  headers = {};
1139
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1139
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1140
1140
  "/v20190125/meshes/{meshName}/virtualRouters";
1141
1141
  if (input.meshName !== undefined) {
1142
1142
  labelValue = input.meshName;
@@ -1170,7 +1170,7 @@ export var serializeAws_restJson1ListVirtualServicesCommand = function (input, c
1170
1170
  case 1:
1171
1171
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1172
1172
  headers = {};
1173
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1173
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1174
1174
  "/v20190125/meshes/{meshName}/virtualServices";
1175
1175
  if (input.meshName !== undefined) {
1176
1176
  labelValue = input.meshName;
@@ -1206,7 +1206,7 @@ export var serializeAws_restJson1TagResourceCommand = function (input, context)
1206
1206
  headers = {
1207
1207
  "content-type": "application/json",
1208
1208
  };
1209
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/v20190125/tag";
1209
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/v20190125/tag";
1210
1210
  query = __assign({}, (input.resourceArn !== undefined && { resourceArn: input.resourceArn }));
1211
1211
  body = JSON.stringify(__assign({}, (input.tags !== undefined &&
1212
1212
  input.tags !== null && { tags: serializeAws_restJson1TagList(input.tags, context) })));
@@ -1233,7 +1233,7 @@ export var serializeAws_restJson1UntagResourceCommand = function (input, context
1233
1233
  headers = {
1234
1234
  "content-type": "application/json",
1235
1235
  };
1236
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/v20190125/untag";
1236
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/v20190125/untag";
1237
1237
  query = __assign({}, (input.resourceArn !== undefined && { resourceArn: input.resourceArn }));
1238
1238
  body = JSON.stringify(__assign({}, (input.tagKeys !== undefined &&
1239
1239
  input.tagKeys !== null && { tagKeys: serializeAws_restJson1TagKeyList(input.tagKeys, context) })));
@@ -1261,7 +1261,7 @@ export var serializeAws_restJson1UpdateGatewayRouteCommand = function (input, co
1261
1261
  headers = {
1262
1262
  "content-type": "application/json",
1263
1263
  };
1264
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1264
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1265
1265
  "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}";
1266
1266
  if (input.gatewayRouteName !== undefined) {
1267
1267
  labelValue = input.gatewayRouteName;
@@ -1320,7 +1320,7 @@ export var serializeAws_restJson1UpdateMeshCommand = function (input, context) {
1320
1320
  headers = {
1321
1321
  "content-type": "application/json",
1322
1322
  };
1323
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/v20190125/meshes/{meshName}";
1323
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/v20190125/meshes/{meshName}";
1324
1324
  if (input.meshName !== undefined) {
1325
1325
  labelValue = input.meshName;
1326
1326
  if (labelValue.length <= 0) {
@@ -1356,7 +1356,7 @@ export var serializeAws_restJson1UpdateRouteCommand = function (input, context)
1356
1356
  headers = {
1357
1357
  "content-type": "application/json",
1358
1358
  };
1359
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1359
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1360
1360
  "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}";
1361
1361
  if (input.routeName !== undefined) {
1362
1362
  labelValue = input.routeName;
@@ -1415,7 +1415,7 @@ export var serializeAws_restJson1UpdateVirtualGatewayCommand = function (input,
1415
1415
  headers = {
1416
1416
  "content-type": "application/json",
1417
1417
  };
1418
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1418
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1419
1419
  "/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}";
1420
1420
  if (input.virtualGatewayName !== undefined) {
1421
1421
  labelValue = input.virtualGatewayName;
@@ -1464,7 +1464,7 @@ export var serializeAws_restJson1UpdateVirtualNodeCommand = function (input, con
1464
1464
  headers = {
1465
1465
  "content-type": "application/json",
1466
1466
  };
1467
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1467
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1468
1468
  "/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}";
1469
1469
  if (input.virtualNodeName !== undefined) {
1470
1470
  labelValue = input.virtualNodeName;
@@ -1513,7 +1513,7 @@ export var serializeAws_restJson1UpdateVirtualRouterCommand = function (input, c
1513
1513
  headers = {
1514
1514
  "content-type": "application/json",
1515
1515
  };
1516
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1516
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1517
1517
  "/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}";
1518
1518
  if (input.virtualRouterName !== undefined) {
1519
1519
  labelValue = input.virtualRouterName;
@@ -1562,7 +1562,7 @@ export var serializeAws_restJson1UpdateVirtualServiceCommand = function (input,
1562
1562
  headers = {
1563
1563
  "content-type": "application/json",
1564
1564
  };
1565
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1565
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1566
1566
  "/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}";
1567
1567
  if (input.virtualServiceName !== undefined) {
1568
1568
  labelValue = input.virtualServiceName;
@@ -21,11 +21,11 @@ export declare const getRuntimeConfig: (config: AppMeshClientConfig) => {
21
21
  useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
22
  useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
23
23
  serviceId: string;
24
- region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
24
+ region: string | import("@aws-sdk/types").Provider<any>;
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
26
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
27
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
28
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
29
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
@@ -19,11 +19,11 @@ export declare const getRuntimeConfig: (config: AppMeshClientConfig) => {
19
19
  useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
21
  serviceId: string;
22
- region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
22
+ region: string | import("@aws-sdk/types").Provider<any>;
23
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
24
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
25
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
26
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
27
27
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
28
  tls?: boolean | undefined;
29
29
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-app-mesh",
3
3
  "description": "AWS SDK for JavaScript App Mesh Client for Node.js, Browser and React Native",
4
- "version": "3.54.1",
4
+ "version": "3.58.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,41 +18,41 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.54.1",
22
- "@aws-sdk/config-resolver": "3.54.1",
23
- "@aws-sdk/credential-provider-node": "3.54.1",
24
- "@aws-sdk/fetch-http-handler": "3.54.1",
25
- "@aws-sdk/hash-node": "3.54.1",
26
- "@aws-sdk/invalid-dependency": "3.54.1",
27
- "@aws-sdk/middleware-content-length": "3.54.1",
28
- "@aws-sdk/middleware-host-header": "3.54.1",
29
- "@aws-sdk/middleware-logger": "3.54.1",
30
- "@aws-sdk/middleware-retry": "3.54.1",
31
- "@aws-sdk/middleware-serde": "3.54.1",
32
- "@aws-sdk/middleware-signing": "3.54.1",
33
- "@aws-sdk/middleware-stack": "3.54.1",
34
- "@aws-sdk/middleware-user-agent": "3.54.1",
35
- "@aws-sdk/node-config-provider": "3.54.1",
36
- "@aws-sdk/node-http-handler": "3.54.1",
37
- "@aws-sdk/protocol-http": "3.54.1",
38
- "@aws-sdk/smithy-client": "3.54.1",
39
- "@aws-sdk/types": "3.54.1",
40
- "@aws-sdk/url-parser": "3.54.1",
41
- "@aws-sdk/util-base64-browser": "3.52.0",
42
- "@aws-sdk/util-base64-node": "3.52.0",
43
- "@aws-sdk/util-body-length-browser": "3.54.0",
44
- "@aws-sdk/util-body-length-node": "3.54.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.54.1",
46
- "@aws-sdk/util-defaults-mode-node": "3.54.1",
47
- "@aws-sdk/util-user-agent-browser": "3.54.1",
48
- "@aws-sdk/util-user-agent-node": "3.54.1",
49
- "@aws-sdk/util-utf8-browser": "3.52.0",
50
- "@aws-sdk/util-utf8-node": "3.52.0",
51
- "tslib": "^2.3.0",
21
+ "@aws-sdk/client-sts": "3.58.0",
22
+ "@aws-sdk/config-resolver": "3.58.0",
23
+ "@aws-sdk/credential-provider-node": "3.58.0",
24
+ "@aws-sdk/fetch-http-handler": "3.58.0",
25
+ "@aws-sdk/hash-node": "3.55.0",
26
+ "@aws-sdk/invalid-dependency": "3.55.0",
27
+ "@aws-sdk/middleware-content-length": "3.58.0",
28
+ "@aws-sdk/middleware-host-header": "3.58.0",
29
+ "@aws-sdk/middleware-logger": "3.55.0",
30
+ "@aws-sdk/middleware-retry": "3.58.0",
31
+ "@aws-sdk/middleware-serde": "3.55.0",
32
+ "@aws-sdk/middleware-signing": "3.58.0",
33
+ "@aws-sdk/middleware-stack": "3.55.0",
34
+ "@aws-sdk/middleware-user-agent": "3.58.0",
35
+ "@aws-sdk/node-config-provider": "3.58.0",
36
+ "@aws-sdk/node-http-handler": "3.58.0",
37
+ "@aws-sdk/protocol-http": "3.58.0",
38
+ "@aws-sdk/smithy-client": "3.55.0",
39
+ "@aws-sdk/types": "3.55.0",
40
+ "@aws-sdk/url-parser": "3.55.0",
41
+ "@aws-sdk/util-base64-browser": "3.58.0",
42
+ "@aws-sdk/util-base64-node": "3.55.0",
43
+ "@aws-sdk/util-body-length-browser": "3.55.0",
44
+ "@aws-sdk/util-body-length-node": "3.55.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.55.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.58.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.58.0",
48
+ "@aws-sdk/util-user-agent-node": "3.58.0",
49
+ "@aws-sdk/util-utf8-browser": "3.55.0",
50
+ "@aws-sdk/util-utf8-node": "3.55.0",
51
+ "tslib": "^2.3.1",
52
52
  "uuid": "^8.3.2"
53
53
  },
54
54
  "devDependencies": {
55
- "@aws-sdk/service-client-documentation-generator": "3.52.0",
55
+ "@aws-sdk/service-client-documentation-generator": "3.58.0",
56
56
  "@tsconfig/recommended": "1.0.1",
57
57
  "@types/node": "^12.7.5",
58
58
  "@types/uuid": "^8.3.0",
@@ -60,7 +60,7 @@
60
60
  "downlevel-dts": "0.7.0",
61
61
  "rimraf": "3.0.2",
62
62
  "typedoc": "0.19.2",
63
- "typescript": "~4.3.5"
63
+ "typescript": "~4.6.2"
64
64
  },
65
65
  "engines": {
66
66
  "node": ">=12.0.0"