@aws-sdk/client-greengrassv2 3.53.0 → 3.55.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 (57) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/GreengrassV2Client.js +13 -13
  3. package/dist-cjs/commands/AssociateServiceRoleToAccountCommand.js +3 -3
  4. package/dist-cjs/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +3 -3
  5. package/dist-cjs/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +3 -3
  6. package/dist-cjs/commands/CancelDeploymentCommand.js +3 -3
  7. package/dist-cjs/commands/CreateComponentVersionCommand.js +3 -3
  8. package/dist-cjs/commands/CreateDeploymentCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteComponentCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteCoreDeviceCommand.js +3 -3
  11. package/dist-cjs/commands/DescribeComponentCommand.js +3 -3
  12. package/dist-cjs/commands/DisassociateServiceRoleFromAccountCommand.js +3 -3
  13. package/dist-cjs/commands/GetComponentCommand.js +3 -3
  14. package/dist-cjs/commands/GetComponentVersionArtifactCommand.js +3 -3
  15. package/dist-cjs/commands/GetConnectivityInfoCommand.js +3 -3
  16. package/dist-cjs/commands/GetCoreDeviceCommand.js +3 -3
  17. package/dist-cjs/commands/GetDeploymentCommand.js +3 -3
  18. package/dist-cjs/commands/GetServiceRoleForAccountCommand.js +3 -3
  19. package/dist-cjs/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +3 -3
  20. package/dist-cjs/commands/ListComponentVersionsCommand.js +3 -3
  21. package/dist-cjs/commands/ListComponentsCommand.js +3 -3
  22. package/dist-cjs/commands/ListCoreDevicesCommand.js +3 -3
  23. package/dist-cjs/commands/ListDeploymentsCommand.js +3 -3
  24. package/dist-cjs/commands/ListEffectiveDeploymentsCommand.js +3 -3
  25. package/dist-cjs/commands/ListInstalledComponentsCommand.js +3 -3
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  27. package/dist-cjs/commands/ResolveComponentCandidatesCommand.js +3 -3
  28. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  29. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  30. package/dist-cjs/commands/UpdateConnectivityInfoCommand.js +3 -3
  31. package/dist-cjs/endpoints.js +1 -1
  32. package/dist-cjs/protocols/Aws_restJson1.js +230 -230
  33. package/dist-cjs/runtimeConfig.browser.js +4 -4
  34. package/dist-cjs/runtimeConfig.js +9 -9
  35. package/dist-cjs/runtimeConfig.native.js +1 -1
  36. package/dist-es/GreengrassV2.js +28 -28
  37. package/dist-es/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js +4 -4
  38. package/dist-es/pagination/ListComponentVersionsPaginator.js +4 -4
  39. package/dist-es/pagination/ListComponentsPaginator.js +4 -4
  40. package/dist-es/pagination/ListCoreDevicesPaginator.js +4 -4
  41. package/dist-es/pagination/ListDeploymentsPaginator.js +4 -4
  42. package/dist-es/pagination/ListEffectiveDeploymentsPaginator.js +4 -4
  43. package/dist-es/pagination/ListInstalledComponentsPaginator.js +4 -4
  44. package/dist-es/protocols/Aws_restJson1.js +28 -28
  45. package/dist-types/GreengrassV2.d.ts +4 -4
  46. package/dist-types/GreengrassV2Client.d.ts +2 -2
  47. package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -2
  48. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +1 -1
  49. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +1 -1
  50. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  51. package/dist-types/runtimeConfig.d.ts +1 -1
  52. package/dist-types/runtimeConfig.native.d.ts +3 -3
  53. package/dist-types/ts3.4/GreengrassV2Client.d.ts +2 -2
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  57. package/package.json +34 -34
@@ -14,7 +14,7 @@ export var serializeAws_restJson1AssociateServiceRoleToAccountCommand = function
14
14
  headers = {
15
15
  "content-type": "application/json",
16
16
  };
17
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/servicerole";
17
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/servicerole";
18
18
  body = JSON.stringify(__assign({}, (input.roleArn !== undefined && input.roleArn !== null && { RoleArn: input.roleArn })));
19
19
  return [2, new __HttpRequest({
20
20
  protocol: protocol,
@@ -38,7 +38,7 @@ export var serializeAws_restJson1BatchAssociateClientDeviceWithCoreDeviceCommand
38
38
  headers = {
39
39
  "content-type": "application/json",
40
40
  };
41
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
41
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
42
42
  "/greengrass/v2/coreDevices/{coreDeviceThingName}/associateClientDevices";
43
43
  if (input.coreDeviceThingName !== undefined) {
44
44
  labelValue = input.coreDeviceThingName;
@@ -76,7 +76,7 @@ export var serializeAws_restJson1BatchDisassociateClientDeviceFromCoreDeviceComm
76
76
  headers = {
77
77
  "content-type": "application/json",
78
78
  };
79
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
79
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
80
80
  "/greengrass/v2/coreDevices/{coreDeviceThingName}/disassociateClientDevices";
81
81
  if (input.coreDeviceThingName !== undefined) {
82
82
  labelValue = input.coreDeviceThingName;
@@ -112,7 +112,7 @@ export var serializeAws_restJson1CancelDeploymentCommand = function (input, cont
112
112
  case 1:
113
113
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
114
114
  headers = {};
115
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
115
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
116
116
  "/greengrass/v2/deployments/{deploymentId}/cancel";
117
117
  if (input.deploymentId !== undefined) {
118
118
  labelValue = input.deploymentId;
@@ -147,7 +147,7 @@ export var serializeAws_restJson1CreateComponentVersionCommand = function (input
147
147
  headers = {
148
148
  "content-type": "application/json",
149
149
  };
150
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/v2/createComponentVersion";
150
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/v2/createComponentVersion";
151
151
  body = JSON.stringify(__assign(__assign(__assign({ clientToken: (_c = input.clientToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.inlineRecipe !== undefined &&
152
152
  input.inlineRecipe !== null && { inlineRecipe: context.base64Encoder(input.inlineRecipe) })), (input.lambdaFunction !== undefined &&
153
153
  input.lambdaFunction !== null && {
@@ -176,7 +176,7 @@ export var serializeAws_restJson1CreateDeploymentCommand = function (input, cont
176
176
  headers = {
177
177
  "content-type": "application/json",
178
178
  };
179
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/v2/deployments";
179
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/v2/deployments";
180
180
  body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign({ clientToken: (_c = input.clientToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.components !== undefined &&
181
181
  input.components !== null && {
182
182
  components: serializeAws_restJson1ComponentDeploymentSpecifications(input.components, context),
@@ -208,7 +208,7 @@ export var serializeAws_restJson1DeleteComponentCommand = function (input, conte
208
208
  case 1:
209
209
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
210
210
  headers = {};
211
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/v2/components/{arn}";
211
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/v2/components/{arn}";
212
212
  if (input.arn !== undefined) {
213
213
  labelValue = input.arn;
214
214
  if (labelValue.length <= 0) {
@@ -239,7 +239,7 @@ export var serializeAws_restJson1DeleteCoreDeviceCommand = function (input, cont
239
239
  case 1:
240
240
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
241
241
  headers = {};
242
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
242
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
243
243
  "/greengrass/v2/coreDevices/{coreDeviceThingName}";
244
244
  if (input.coreDeviceThingName !== undefined) {
245
245
  labelValue = input.coreDeviceThingName;
@@ -271,7 +271,7 @@ export var serializeAws_restJson1DescribeComponentCommand = function (input, con
271
271
  case 1:
272
272
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
273
273
  headers = {};
274
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/v2/components/{arn}/metadata";
274
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/v2/components/{arn}/metadata";
275
275
  if (input.arn !== undefined) {
276
276
  labelValue = input.arn;
277
277
  if (labelValue.length <= 0) {
@@ -304,7 +304,7 @@ export var serializeAws_restJson1DisassociateServiceRoleFromAccountCommand = fun
304
304
  headers = {
305
305
  "content-type": "application/json",
306
306
  };
307
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/servicerole";
307
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/servicerole";
308
308
  body = "";
309
309
  return [2, new __HttpRequest({
310
310
  protocol: protocol,
@@ -326,7 +326,7 @@ export var serializeAws_restJson1GetComponentCommand = function (input, context)
326
326
  case 1:
327
327
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
328
328
  headers = {};
329
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/v2/components/{arn}";
329
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/v2/components/{arn}";
330
330
  if (input.arn !== undefined) {
331
331
  labelValue = input.arn;
332
332
  if (labelValue.length <= 0) {
@@ -359,7 +359,7 @@ export var serializeAws_restJson1GetComponentVersionArtifactCommand = function (
359
359
  case 1:
360
360
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
361
361
  headers = {};
362
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
362
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
363
363
  "/greengrass/v2/components/{arn}/artifacts/{artifactName+}";
364
364
  if (input.arn !== undefined) {
365
365
  labelValue = input.arn;
@@ -404,7 +404,7 @@ export var serializeAws_restJson1GetConnectivityInfoCommand = function (input, c
404
404
  case 1:
405
405
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
406
406
  headers = {};
407
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
407
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
408
408
  "/greengrass/things/{thingName}/connectivityInfo";
409
409
  if (input.thingName !== undefined) {
410
410
  labelValue = input.thingName;
@@ -436,7 +436,7 @@ export var serializeAws_restJson1GetCoreDeviceCommand = function (input, context
436
436
  case 1:
437
437
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
438
438
  headers = {};
439
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
439
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
440
440
  "/greengrass/v2/coreDevices/{coreDeviceThingName}";
441
441
  if (input.coreDeviceThingName !== undefined) {
442
442
  labelValue = input.coreDeviceThingName;
@@ -468,7 +468,7 @@ export var serializeAws_restJson1GetDeploymentCommand = function (input, context
468
468
  case 1:
469
469
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
470
470
  headers = {};
471
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/v2/deployments/{deploymentId}";
471
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/v2/deployments/{deploymentId}";
472
472
  if (input.deploymentId !== undefined) {
473
473
  labelValue = input.deploymentId;
474
474
  if (labelValue.length <= 0) {
@@ -501,7 +501,7 @@ export var serializeAws_restJson1GetServiceRoleForAccountCommand = function (inp
501
501
  headers = {
502
502
  "content-type": "application/json",
503
503
  };
504
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/servicerole";
504
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/servicerole";
505
505
  body = "";
506
506
  return [2, new __HttpRequest({
507
507
  protocol: protocol,
@@ -523,7 +523,7 @@ export var serializeAws_restJson1ListClientDevicesAssociatedWithCoreDeviceComman
523
523
  case 1:
524
524
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
525
525
  headers = {};
526
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
526
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
527
527
  "/greengrass/v2/coreDevices/{coreDeviceThingName}/associatedClientDevices";
528
528
  if (input.coreDeviceThingName !== undefined) {
529
529
  labelValue = input.coreDeviceThingName;
@@ -557,7 +557,7 @@ export var serializeAws_restJson1ListComponentsCommand = function (input, contex
557
557
  case 1:
558
558
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
559
559
  headers = {};
560
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/v2/components";
560
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/v2/components";
561
561
  query = __assign(__assign(__assign({}, (input.scope !== undefined && { scope: input.scope })), (input.maxResults !== undefined && { maxResults: input.maxResults.toString() })), (input.nextToken !== undefined && { nextToken: input.nextToken }));
562
562
  return [2, new __HttpRequest({
563
563
  protocol: protocol,
@@ -580,7 +580,7 @@ export var serializeAws_restJson1ListComponentVersionsCommand = function (input,
580
580
  case 1:
581
581
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
582
582
  headers = {};
583
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/v2/components/{arn}/versions";
583
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/v2/components/{arn}/versions";
584
584
  if (input.arn !== undefined) {
585
585
  labelValue = input.arn;
586
586
  if (labelValue.length <= 0) {
@@ -613,7 +613,7 @@ export var serializeAws_restJson1ListCoreDevicesCommand = function (input, conte
613
613
  case 1:
614
614
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
615
615
  headers = {};
616
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/v2/coreDevices";
616
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/v2/coreDevices";
617
617
  query = __assign(__assign(__assign(__assign({}, (input.thingGroupArn !== undefined && { thingGroupArn: input.thingGroupArn })), (input.status !== undefined && { status: input.status })), (input.maxResults !== undefined && { maxResults: input.maxResults.toString() })), (input.nextToken !== undefined && { nextToken: input.nextToken }));
618
618
  return [2, new __HttpRequest({
619
619
  protocol: protocol,
@@ -636,7 +636,7 @@ export var serializeAws_restJson1ListDeploymentsCommand = function (input, conte
636
636
  case 1:
637
637
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
638
638
  headers = {};
639
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/v2/deployments";
639
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/v2/deployments";
640
640
  query = __assign(__assign(__assign(__assign({}, (input.targetArn !== undefined && { targetArn: input.targetArn })), (input.historyFilter !== undefined && { historyFilter: input.historyFilter })), (input.maxResults !== undefined && { maxResults: input.maxResults.toString() })), (input.nextToken !== undefined && { nextToken: input.nextToken }));
641
641
  return [2, new __HttpRequest({
642
642
  protocol: protocol,
@@ -659,7 +659,7 @@ export var serializeAws_restJson1ListEffectiveDeploymentsCommand = function (inp
659
659
  case 1:
660
660
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
661
661
  headers = {};
662
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
662
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
663
663
  "/greengrass/v2/coreDevices/{coreDeviceThingName}/effectiveDeployments";
664
664
  if (input.coreDeviceThingName !== undefined) {
665
665
  labelValue = input.coreDeviceThingName;
@@ -693,7 +693,7 @@ export var serializeAws_restJson1ListInstalledComponentsCommand = function (inpu
693
693
  case 1:
694
694
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
695
695
  headers = {};
696
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
696
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
697
697
  "/greengrass/v2/coreDevices/{coreDeviceThingName}/installedComponents";
698
698
  if (input.coreDeviceThingName !== undefined) {
699
699
  labelValue = input.coreDeviceThingName;
@@ -727,7 +727,7 @@ export var serializeAws_restJson1ListTagsForResourceCommand = function (input, c
727
727
  case 1:
728
728
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
729
729
  headers = {};
730
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{resourceArn}";
730
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{resourceArn}";
731
731
  if (input.resourceArn !== undefined) {
732
732
  labelValue = input.resourceArn;
733
733
  if (labelValue.length <= 0) {
@@ -760,7 +760,7 @@ export var serializeAws_restJson1ResolveComponentCandidatesCommand = function (i
760
760
  headers = {
761
761
  "content-type": "application/json",
762
762
  };
763
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/v2/resolveComponentCandidates";
763
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/greengrass/v2/resolveComponentCandidates";
764
764
  body = JSON.stringify(__assign(__assign({}, (input.componentCandidates !== undefined &&
765
765
  input.componentCandidates !== null && {
766
766
  componentCandidates: serializeAws_restJson1ComponentCandidateList(input.componentCandidates, context),
@@ -788,7 +788,7 @@ export var serializeAws_restJson1TagResourceCommand = function (input, context)
788
788
  headers = {
789
789
  "content-type": "application/json",
790
790
  };
791
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{resourceArn}";
791
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{resourceArn}";
792
792
  if (input.resourceArn !== undefined) {
793
793
  labelValue = input.resourceArn;
794
794
  if (labelValue.length <= 0) {
@@ -820,7 +820,7 @@ export var serializeAws_restJson1UntagResourceCommand = function (input, context
820
820
  case 1:
821
821
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
822
822
  headers = {};
823
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{resourceArn}";
823
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{resourceArn}";
824
824
  if (input.resourceArn !== undefined) {
825
825
  labelValue = input.resourceArn;
826
826
  if (labelValue.length <= 0) {
@@ -855,7 +855,7 @@ export var serializeAws_restJson1UpdateConnectivityInfoCommand = function (input
855
855
  headers = {
856
856
  "content-type": "application/json",
857
857
  };
858
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
858
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
859
859
  "/greengrass/things/{thingName}/connectivityInfo";
860
860
  if (input.thingName !== undefined) {
861
861
  labelValue = input.thingName;
@@ -156,8 +156,8 @@ export declare class GreengrassV2 extends GreengrassV2Client {
156
156
  * target that has an existing deployment, you replace the previous deployment. IoT Greengrass applies the
157
157
  * new deployment to the target devices.</p>
158
158
  * <p>Every deployment has a revision number that indicates how many deployment revisions you
159
- * define for a target. Use this operation to create a new revision of an existing deployment.
160
- * This operation returns the revision number of the new deployment when you create it.</p>
159
+ * define for a target. Use this operation to create a new revision of an existing
160
+ * deployment.</p>
161
161
  * <p>For more information, see the <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/create-deployments.html">Create deployments</a> in the
162
162
  * <i>IoT Greengrass V2 Developer Guide</i>.</p>
163
163
  */
@@ -218,7 +218,7 @@ export declare class GreengrassV2 extends GreengrassV2Client {
218
218
  * <p>Retrieves connectivity information for a Greengrass core device.</p>
219
219
  * <p>Connectivity information includes endpoints and ports where client devices
220
220
  * can connect to an MQTT broker on the core device. When a client device
221
- * calls the <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-discover-api.html">Greengrass discovery API</a>,
221
+ * calls the <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-discover-api.html">IoT Greengrass discovery API</a>,
222
222
  * IoT Greengrass returns connectivity information for all of the core devices where the client device can
223
223
  * connect. For more information, see <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/connect-client-devices.html">Connect client devices to
224
224
  * core devices</a> in the <i>IoT Greengrass Version 2 Developer Guide</i>.</p>
@@ -335,7 +335,7 @@ export declare class GreengrassV2 extends GreengrassV2Client {
335
335
  * <p>Updates connectivity information for a Greengrass core device.</p>
336
336
  * <p>Connectivity information includes endpoints and ports where client devices
337
337
  * can connect to an MQTT broker on the core device. When a client device
338
- * calls the <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-discover-api.html">Greengrass discovery API</a>,
338
+ * calls the <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-discover-api.html">IoT Greengrass discovery API</a>,
339
339
  * IoT Greengrass returns connectivity information for all of the core devices where the client device can
340
340
  * connect. For more information, see <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/connect-client-devices.html">Connect client devices to
341
341
  * core devices</a> in the <i>IoT Greengrass Version 2 Developer Guide</i>.</p>
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
5
5
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
6
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
7
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
8
+ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { AssociateServiceRoleToAccountCommandInput, AssociateServiceRoleToAccountCommandOutput } from "./commands/AssociateServiceRoleToAccountCommand";
10
10
  import { BatchAssociateClientDeviceWithCoreDeviceCommandInput, BatchAssociateClientDeviceWithCoreDeviceCommandOutput } from "./commands/BatchAssociateClientDeviceWithCoreDeviceCommand";
11
11
  import { BatchDisassociateClientDeviceFromCoreDeviceCommandInput, BatchDisassociateClientDeviceFromCoreDeviceCommandOutput } from "./commands/BatchDisassociateClientDeviceFromCoreDeviceCommand";
@@ -56,7 +56,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
56
56
  * A function that can calculate the length of a request body.
57
57
  * @internal
58
58
  */
59
- bodyLengthChecker?: (body: any) => number | undefined;
59
+ bodyLengthChecker?: __BodyLengthCalculator;
60
60
  /**
61
61
  * A function that converts a stream into an array of bytes.
62
62
  * @internal
@@ -14,8 +14,8 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
14
14
  * target that has an existing deployment, you replace the previous deployment. IoT Greengrass applies the
15
15
  * new deployment to the target devices.</p>
16
16
  * <p>Every deployment has a revision number that indicates how many deployment revisions you
17
- * define for a target. Use this operation to create a new revision of an existing deployment.
18
- * This operation returns the revision number of the new deployment when you create it.</p>
17
+ * define for a target. Use this operation to create a new revision of an existing
18
+ * deployment.</p>
19
19
  * <p>For more information, see the <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/create-deployments.html">Create deployments</a> in the
20
20
  * <i>IoT Greengrass V2 Developer Guide</i>.</p>
21
21
  * @example
@@ -10,7 +10,7 @@ export interface GetConnectivityInfoCommandOutput extends GetConnectivityInfoRes
10
10
  * <p>Retrieves connectivity information for a Greengrass core device.</p>
11
11
  * <p>Connectivity information includes endpoints and ports where client devices
12
12
  * can connect to an MQTT broker on the core device. When a client device
13
- * calls the <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-discover-api.html">Greengrass discovery API</a>,
13
+ * calls the <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-discover-api.html">IoT Greengrass discovery API</a>,
14
14
  * IoT Greengrass returns connectivity information for all of the core devices where the client device can
15
15
  * connect. For more information, see <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/connect-client-devices.html">Connect client devices to
16
16
  * core devices</a> in the <i>IoT Greengrass Version 2 Developer Guide</i>.</p>
@@ -10,7 +10,7 @@ export interface UpdateConnectivityInfoCommandOutput extends UpdateConnectivityI
10
10
  * <p>Updates connectivity information for a Greengrass core device.</p>
11
11
  * <p>Connectivity information includes endpoints and ports where client devices
12
12
  * can connect to an MQTT broker on the core device. When a client device
13
- * calls the <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-discover-api.html">Greengrass discovery API</a>,
13
+ * calls the <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-discover-api.html">IoT Greengrass discovery API</a>,
14
14
  * IoT Greengrass returns connectivity information for all of the core devices where the client device can
15
15
  * connect. For more information, see <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/connect-client-devices.html">Connect client devices to
16
16
  * core devices</a> in the <i>IoT Greengrass Version 2 Developer Guide</i>.</p>
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: GreengrassV2ClientConfig) => {
8
8
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
9
9
  base64Decoder: import("@aws-sdk/types").Decoder;
10
10
  base64Encoder: import("@aws-sdk/types").Encoder;
11
- bodyLengthChecker: (body: any) => number | undefined;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
12
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
13
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
14
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: GreengrassV2ClientConfig) => {
8
8
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
9
9
  base64Decoder: import("@aws-sdk/types").Decoder;
10
10
  base64Encoder: import("@aws-sdk/types").Encoder;
11
- bodyLengthChecker: (body: any) => number | undefined;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
12
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
13
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
14
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: GreengrassV2ClientConfig) => {
8
8
  requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
9
9
  apiVersion: string;
10
10
  urlParser: import("@aws-sdk/types").UrlParser;
11
- bodyLengthChecker: (body: any) => number | undefined;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
12
  streamCollector: import("@aws-sdk/types").StreamCollector;
13
13
  base64Decoder: import("@aws-sdk/types").Decoder;
14
14
  base64Encoder: import("@aws-sdk/types").Encoder;
@@ -21,11 +21,11 @@ export declare const getRuntimeConfig: (config: GreengrassV2ClientConfig) => {
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;
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
5
5
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
6
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
7
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
8
+ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { AssociateServiceRoleToAccountCommandInput, AssociateServiceRoleToAccountCommandOutput } from "./commands/AssociateServiceRoleToAccountCommand";
10
10
  import { BatchAssociateClientDeviceWithCoreDeviceCommandInput, BatchAssociateClientDeviceWithCoreDeviceCommandOutput } from "./commands/BatchAssociateClientDeviceWithCoreDeviceCommand";
11
11
  import { BatchDisassociateClientDeviceFromCoreDeviceCommandInput, BatchDisassociateClientDeviceFromCoreDeviceCommandOutput } from "./commands/BatchDisassociateClientDeviceFromCoreDeviceCommand";
@@ -44,7 +44,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
44
44
 
45
45
  urlParser?: __UrlParser;
46
46
 
47
- bodyLengthChecker?: (body: any) => number | undefined;
47
+ bodyLengthChecker?: __BodyLengthCalculator;
48
48
 
49
49
  streamCollector?: __StreamCollector;
50
50
 
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: GreengrassV2ClientConfig) => {
6
6
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
7
  base64Decoder: import("@aws-sdk/types").Decoder;
8
8
  base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
9
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: GreengrassV2ClientConfig) => {
6
6
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
7
  base64Decoder: import("@aws-sdk/types").Decoder;
8
8
  base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
9
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: GreengrassV2ClientConfig) => {
6
6
  requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
7
7
  apiVersion: string;
8
8
  urlParser: import("@aws-sdk/types").UrlParser;
9
- bodyLengthChecker: (body: any) => number | undefined;
9
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
10
  streamCollector: import("@aws-sdk/types").StreamCollector;
11
11
  base64Decoder: import("@aws-sdk/types").Decoder;
12
12
  base64Encoder: import("@aws-sdk/types").Encoder;
@@ -19,11 +19,11 @@ export declare const getRuntimeConfig: (config: GreengrassV2ClientConfig) => {
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-greengrassv2",
3
3
  "description": "AWS SDK for JavaScript Greengrassv2 Client for Node.js, Browser and React Native",
4
- "version": "3.53.0",
4
+ "version": "3.55.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.53.0",
22
- "@aws-sdk/config-resolver": "3.53.0",
23
- "@aws-sdk/credential-provider-node": "3.53.0",
24
- "@aws-sdk/fetch-http-handler": "3.53.0",
25
- "@aws-sdk/hash-node": "3.53.0",
26
- "@aws-sdk/invalid-dependency": "3.53.0",
27
- "@aws-sdk/middleware-content-length": "3.53.0",
28
- "@aws-sdk/middleware-host-header": "3.53.0",
29
- "@aws-sdk/middleware-logger": "3.53.0",
30
- "@aws-sdk/middleware-retry": "3.53.0",
31
- "@aws-sdk/middleware-serde": "3.53.0",
32
- "@aws-sdk/middleware-signing": "3.53.0",
33
- "@aws-sdk/middleware-stack": "3.53.0",
34
- "@aws-sdk/middleware-user-agent": "3.53.0",
35
- "@aws-sdk/node-config-provider": "3.53.0",
36
- "@aws-sdk/node-http-handler": "3.53.0",
37
- "@aws-sdk/protocol-http": "3.53.0",
38
- "@aws-sdk/smithy-client": "3.53.0",
39
- "@aws-sdk/types": "3.53.0",
40
- "@aws-sdk/url-parser": "3.53.0",
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.52.0",
44
- "@aws-sdk/util-body-length-node": "3.52.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.53.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.53.0",
47
- "@aws-sdk/util-user-agent-browser": "3.53.0",
48
- "@aws-sdk/util-user-agent-node": "3.53.0",
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.55.0",
22
+ "@aws-sdk/config-resolver": "3.55.0",
23
+ "@aws-sdk/credential-provider-node": "3.55.0",
24
+ "@aws-sdk/fetch-http-handler": "3.55.0",
25
+ "@aws-sdk/hash-node": "3.55.0",
26
+ "@aws-sdk/invalid-dependency": "3.55.0",
27
+ "@aws-sdk/middleware-content-length": "3.55.0",
28
+ "@aws-sdk/middleware-host-header": "3.55.0",
29
+ "@aws-sdk/middleware-logger": "3.55.0",
30
+ "@aws-sdk/middleware-retry": "3.55.0",
31
+ "@aws-sdk/middleware-serde": "3.55.0",
32
+ "@aws-sdk/middleware-signing": "3.55.0",
33
+ "@aws-sdk/middleware-stack": "3.55.0",
34
+ "@aws-sdk/middleware-user-agent": "3.55.0",
35
+ "@aws-sdk/node-config-provider": "3.55.0",
36
+ "@aws-sdk/node-http-handler": "3.55.0",
37
+ "@aws-sdk/protocol-http": "3.55.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.55.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.55.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.55.0",
48
+ "@aws-sdk/util-user-agent-node": "3.55.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.55.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"