@aws-sdk/client-greengrassv2 3.31.0 → 3.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/cjs/GreengrassV2Client.js +13 -13
  3. package/dist/cjs/GreengrassV2Client.js.map +1 -1
  4. package/dist/cjs/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +3 -3
  5. package/dist/cjs/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js.map +1 -1
  6. package/dist/cjs/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +3 -3
  7. package/dist/cjs/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js.map +1 -1
  8. package/dist/cjs/commands/CancelDeploymentCommand.js +3 -3
  9. package/dist/cjs/commands/CancelDeploymentCommand.js.map +1 -1
  10. package/dist/cjs/commands/CreateComponentVersionCommand.js +3 -3
  11. package/dist/cjs/commands/CreateComponentVersionCommand.js.map +1 -1
  12. package/dist/cjs/commands/CreateDeploymentCommand.js +3 -3
  13. package/dist/cjs/commands/CreateDeploymentCommand.js.map +1 -1
  14. package/dist/cjs/commands/DeleteComponentCommand.js +3 -3
  15. package/dist/cjs/commands/DeleteComponentCommand.js.map +1 -1
  16. package/dist/cjs/commands/DeleteCoreDeviceCommand.js +3 -3
  17. package/dist/cjs/commands/DeleteCoreDeviceCommand.js.map +1 -1
  18. package/dist/cjs/commands/DescribeComponentCommand.js +3 -3
  19. package/dist/cjs/commands/DescribeComponentCommand.js.map +1 -1
  20. package/dist/cjs/commands/GetComponentCommand.js +3 -3
  21. package/dist/cjs/commands/GetComponentCommand.js.map +1 -1
  22. package/dist/cjs/commands/GetComponentVersionArtifactCommand.js +3 -3
  23. package/dist/cjs/commands/GetComponentVersionArtifactCommand.js.map +1 -1
  24. package/dist/cjs/commands/GetCoreDeviceCommand.js +3 -3
  25. package/dist/cjs/commands/GetCoreDeviceCommand.js.map +1 -1
  26. package/dist/cjs/commands/GetDeploymentCommand.js +3 -3
  27. package/dist/cjs/commands/GetDeploymentCommand.js.map +1 -1
  28. package/dist/cjs/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +3 -3
  29. package/dist/cjs/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js.map +1 -1
  30. package/dist/cjs/commands/ListComponentVersionsCommand.js +3 -3
  31. package/dist/cjs/commands/ListComponentVersionsCommand.js.map +1 -1
  32. package/dist/cjs/commands/ListComponentsCommand.js +3 -3
  33. package/dist/cjs/commands/ListComponentsCommand.js.map +1 -1
  34. package/dist/cjs/commands/ListCoreDevicesCommand.js +3 -3
  35. package/dist/cjs/commands/ListCoreDevicesCommand.js.map +1 -1
  36. package/dist/cjs/commands/ListDeploymentsCommand.js +3 -3
  37. package/dist/cjs/commands/ListDeploymentsCommand.js.map +1 -1
  38. package/dist/cjs/commands/ListEffectiveDeploymentsCommand.js +3 -3
  39. package/dist/cjs/commands/ListEffectiveDeploymentsCommand.js.map +1 -1
  40. package/dist/cjs/commands/ListInstalledComponentsCommand.js +3 -3
  41. package/dist/cjs/commands/ListInstalledComponentsCommand.js.map +1 -1
  42. package/dist/cjs/commands/ListTagsForResourceCommand.js +3 -3
  43. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +1 -1
  44. package/dist/cjs/commands/ResolveComponentCandidatesCommand.js +3 -3
  45. package/dist/cjs/commands/ResolveComponentCandidatesCommand.js.map +1 -1
  46. package/dist/cjs/commands/TagResourceCommand.js +3 -3
  47. package/dist/cjs/commands/TagResourceCommand.js.map +1 -1
  48. package/dist/cjs/commands/UntagResourceCommand.js +3 -3
  49. package/dist/cjs/commands/UntagResourceCommand.js.map +1 -1
  50. package/dist/cjs/endpoints.js +1 -1
  51. package/dist/cjs/endpoints.js.map +1 -1
  52. package/dist/cjs/index.js +34 -34
  53. package/dist/cjs/index.js.map +1 -1
  54. package/dist/cjs/models/index.js +1 -1
  55. package/dist/cjs/models/index.js.map +1 -1
  56. package/dist/cjs/package.json +31 -31
  57. package/dist/cjs/protocols/Aws_restJson1.js +175 -175
  58. package/dist/cjs/protocols/Aws_restJson1.js.map +1 -1
  59. package/dist/cjs/runtimeConfig.browser.js +4 -4
  60. package/dist/cjs/runtimeConfig.browser.js.map +1 -1
  61. package/dist/cjs/runtimeConfig.js +8 -8
  62. package/dist/cjs/runtimeConfig.js.map +1 -1
  63. package/dist/cjs/runtimeConfig.native.js +1 -1
  64. package/dist/cjs/runtimeConfig.native.js.map +1 -1
  65. package/dist/es/package.json +31 -31
  66. package/dist/es/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js +4 -4
  67. package/dist/es/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js.map +1 -1
  68. package/dist/es/pagination/ListComponentVersionsPaginator.js +4 -4
  69. package/dist/es/pagination/ListComponentVersionsPaginator.js.map +1 -1
  70. package/dist/es/pagination/ListComponentsPaginator.js +4 -4
  71. package/dist/es/pagination/ListComponentsPaginator.js.map +1 -1
  72. package/dist/es/pagination/ListCoreDevicesPaginator.js +4 -4
  73. package/dist/es/pagination/ListCoreDevicesPaginator.js.map +1 -1
  74. package/dist/es/pagination/ListDeploymentsPaginator.js +4 -4
  75. package/dist/es/pagination/ListDeploymentsPaginator.js.map +1 -1
  76. package/dist/es/pagination/ListEffectiveDeploymentsPaginator.js +4 -4
  77. package/dist/es/pagination/ListEffectiveDeploymentsPaginator.js.map +1 -1
  78. package/dist/es/pagination/ListInstalledComponentsPaginator.js +4 -4
  79. package/dist/es/pagination/ListInstalledComponentsPaginator.js.map +1 -1
  80. package/package.json +31 -31
  81. package/tsconfig.json +1 -2
@@ -35,7 +35,7 @@ class ListDeploymentsCommand extends smithy_client_1.Command {
35
35
  * @internal
36
36
  */
37
37
  resolveMiddleware(clientStack, configuration, options) {
38
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
38
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
39
  const stack = clientStack.concat(this.middlewareStack);
40
40
  const { logger } = configuration;
41
41
  const clientName = "GreengrassV2Client";
@@ -51,10 +51,10 @@ class ListDeploymentsCommand extends smithy_client_1.Command {
51
51
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
52
52
  }
53
53
  serialize(input, context) {
54
- return (0, Aws_restJson1_1.serializeAws_restJson1ListDeploymentsCommand)(input, context);
54
+ return Aws_restJson1_1.serializeAws_restJson1ListDeploymentsCommand(input, context);
55
55
  }
56
56
  deserialize(output, context) {
57
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListDeploymentsCommand)(output, context);
57
+ return Aws_restJson1_1.deserializeAws_restJson1ListDeploymentsCommand(output, context);
58
58
  }
59
59
  }
60
60
  exports.ListDeploymentsCommand = ListDeploymentsCommand;
@@ -1 +1 @@
1
- {"version":3,"file":"ListDeploymentsCommand.js","sourceRoot":"","sources":["../../../commands/ListDeploymentsCommand.ts"],"names":[],"mappings":";;;AACA,iDAAqF;AACrF,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,sBAAuB,SAAQ,uBAI3C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAkC;QACrD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA6B;QAGrD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA+C,EAC/C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,IAAA,iCAAc,EAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,oBAAoB,CAAC;QACxC,MAAM,WAAW,GAAG,wBAAwB,CAAC;QAC7C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,iCAAsB,CAAC,kBAAkB;YAClE,wBAAwB,EAAE,kCAAuB,CAAC,kBAAkB;SACrE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAkC,EAAE,OAAuB;QAC3E,OAAO,IAAA,4DAA4C,EAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,IAAA,8DAA8C,EAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;CAIF;AAtDD,wDAsDC"}
1
+ {"version":3,"file":"ListDeploymentsCommand.js","sourceRoot":"","sources":["../../../commands/ListDeploymentsCommand.ts"],"names":[],"mappings":";;;AACA,iDAAqF;AACrF,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,sBAAuB,SAAQ,uBAI3C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAkC;QACrD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA6B;QAGrD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA+C,EAC/C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,oBAAoB,CAAC;QACxC,MAAM,WAAW,GAAG,wBAAwB,CAAC;QAC7C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,iCAAsB,CAAC,kBAAkB;YAClE,wBAAwB,EAAE,kCAAuB,CAAC,kBAAkB;SACrE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAkC,EAAE,OAAuB;QAC3E,OAAO,4DAA4C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,8DAA8C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;CAIF;AAtDD,wDAsDC"}
@@ -36,7 +36,7 @@ class ListEffectiveDeploymentsCommand extends smithy_client_1.Command {
36
36
  * @internal
37
37
  */
38
38
  resolveMiddleware(clientStack, configuration, options) {
39
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
39
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
40
  const stack = clientStack.concat(this.middlewareStack);
41
41
  const { logger } = configuration;
42
42
  const clientName = "GreengrassV2Client";
@@ -52,10 +52,10 @@ class ListEffectiveDeploymentsCommand extends smithy_client_1.Command {
52
52
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
53
53
  }
54
54
  serialize(input, context) {
55
- return (0, Aws_restJson1_1.serializeAws_restJson1ListEffectiveDeploymentsCommand)(input, context);
55
+ return Aws_restJson1_1.serializeAws_restJson1ListEffectiveDeploymentsCommand(input, context);
56
56
  }
57
57
  deserialize(output, context) {
58
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListEffectiveDeploymentsCommand)(output, context);
58
+ return Aws_restJson1_1.deserializeAws_restJson1ListEffectiveDeploymentsCommand(output, context);
59
59
  }
60
60
  }
61
61
  exports.ListEffectiveDeploymentsCommand = ListEffectiveDeploymentsCommand;
@@ -1 +1 @@
1
- {"version":3,"file":"ListEffectiveDeploymentsCommand.js","sourceRoot":"","sources":["../../../commands/ListEffectiveDeploymentsCommand.ts"],"names":[],"mappings":";;;AACA,iDAAuG;AACvG,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,+BAAgC,SAAQ,uBAIpD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA2C;QAC9D,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAsC;QAG9D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA+C,EAC/C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,IAAA,iCAAc,EAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,oBAAoB,CAAC;QACxC,MAAM,WAAW,GAAG,iCAAiC,CAAC;QACtD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,0CAA+B,CAAC,kBAAkB;YAC3E,wBAAwB,EAAE,2CAAgC,CAAC,kBAAkB;SAC9E,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA2C,EAAE,OAAuB;QACpF,OAAO,IAAA,qEAAqD,EAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,IAAA,uEAAuD,EAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClF,CAAC;CAIF;AAtDD,0EAsDC"}
1
+ {"version":3,"file":"ListEffectiveDeploymentsCommand.js","sourceRoot":"","sources":["../../../commands/ListEffectiveDeploymentsCommand.ts"],"names":[],"mappings":";;;AACA,iDAAuG;AACvG,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,+BAAgC,SAAQ,uBAIpD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA2C;QAC9D,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAsC;QAG9D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA+C,EAC/C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,oBAAoB,CAAC;QACxC,MAAM,WAAW,GAAG,iCAAiC,CAAC;QACtD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,0CAA+B,CAAC,kBAAkB;YAC3E,wBAAwB,EAAE,2CAAgC,CAAC,kBAAkB;SAC9E,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA2C,EAAE,OAAuB;QACpF,OAAO,qEAAqD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,uEAAuD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClF,CAAC;CAIF;AAtDD,0EAsDC"}
@@ -35,7 +35,7 @@ class ListInstalledComponentsCommand extends smithy_client_1.Command {
35
35
  * @internal
36
36
  */
37
37
  resolveMiddleware(clientStack, configuration, options) {
38
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
38
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
39
  const stack = clientStack.concat(this.middlewareStack);
40
40
  const { logger } = configuration;
41
41
  const clientName = "GreengrassV2Client";
@@ -51,10 +51,10 @@ class ListInstalledComponentsCommand extends smithy_client_1.Command {
51
51
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
52
52
  }
53
53
  serialize(input, context) {
54
- return (0, Aws_restJson1_1.serializeAws_restJson1ListInstalledComponentsCommand)(input, context);
54
+ return Aws_restJson1_1.serializeAws_restJson1ListInstalledComponentsCommand(input, context);
55
55
  }
56
56
  deserialize(output, context) {
57
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListInstalledComponentsCommand)(output, context);
57
+ return Aws_restJson1_1.deserializeAws_restJson1ListInstalledComponentsCommand(output, context);
58
58
  }
59
59
  }
60
60
  exports.ListInstalledComponentsCommand = ListInstalledComponentsCommand;
@@ -1 +1 @@
1
- {"version":3,"file":"ListInstalledComponentsCommand.js","sourceRoot":"","sources":["../../../commands/ListInstalledComponentsCommand.ts"],"names":[],"mappings":";;;AACA,iDAAqG;AACrG,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,8BAA+B,SAAQ,uBAInD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA0C;QAC7D,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAqC;QAG7D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA+C,EAC/C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,IAAA,iCAAc,EAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,oBAAoB,CAAC;QACxC,MAAM,WAAW,GAAG,gCAAgC,CAAC;QACrD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,yCAA8B,CAAC,kBAAkB;YAC1E,wBAAwB,EAAE,0CAA+B,CAAC,kBAAkB;SAC7E,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA0C,EAAE,OAAuB;QACnF,OAAO,IAAA,oEAAoD,EAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,IAAA,sEAAsD,EAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;CAIF;AAtDD,wEAsDC"}
1
+ {"version":3,"file":"ListInstalledComponentsCommand.js","sourceRoot":"","sources":["../../../commands/ListInstalledComponentsCommand.ts"],"names":[],"mappings":";;;AACA,iDAAqG;AACrG,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,8BAA+B,SAAQ,uBAInD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA0C;QAC7D,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAqC;QAG7D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA+C,EAC/C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,oBAAoB,CAAC;QACxC,MAAM,WAAW,GAAG,gCAAgC,CAAC;QACrD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,yCAA8B,CAAC,kBAAkB;YAC1E,wBAAwB,EAAE,0CAA+B,CAAC,kBAAkB;SAC7E,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA0C,EAAE,OAAuB;QACnF,OAAO,oEAAoD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,sEAAsD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;CAIF;AAtDD,wEAsDC"}
@@ -35,7 +35,7 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
35
35
  * @internal
36
36
  */
37
37
  resolveMiddleware(clientStack, configuration, options) {
38
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
38
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
39
  const stack = clientStack.concat(this.middlewareStack);
40
40
  const { logger } = configuration;
41
41
  const clientName = "GreengrassV2Client";
@@ -51,10 +51,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
51
51
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
52
52
  }
53
53
  serialize(input, context) {
54
- return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
54
+ return Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand(input, context);
55
55
  }
56
56
  deserialize(output, context) {
57
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
57
+ return Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand(output, context);
58
58
  }
59
59
  }
60
60
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -1 +1 @@
1
- {"version":3,"file":"ListTagsForResourceCommand.js","sourceRoot":"","sources":["../../../commands/ListTagsForResourceCommand.ts"],"names":[],"mappings":";;;AACA,iDAA6F;AAC7F,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,0BAA2B,SAAQ,uBAI/C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAsC;QACzD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAiC;QAGzD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA+C,EAC/C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,IAAA,iCAAc,EAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,oBAAoB,CAAC;QACxC,MAAM,WAAW,GAAG,4BAA4B,CAAC;QACjD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,qCAA0B,CAAC,kBAAkB;YACtE,wBAAwB,EAAE,sCAA2B,CAAC,kBAAkB;SACzE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAsC,EAAE,OAAuB;QAC/E,OAAO,IAAA,gEAAgD,EAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,IAAA,kEAAkD,EAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;CAIF;AAtDD,gEAsDC"}
1
+ {"version":3,"file":"ListTagsForResourceCommand.js","sourceRoot":"","sources":["../../../commands/ListTagsForResourceCommand.ts"],"names":[],"mappings":";;;AACA,iDAA6F;AAC7F,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,0BAA2B,SAAQ,uBAI/C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAsC;QACzD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAiC;QAGzD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA+C,EAC/C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,oBAAoB,CAAC;QACxC,MAAM,WAAW,GAAG,4BAA4B,CAAC;QACjD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,qCAA0B,CAAC,kBAAkB;YACtE,wBAAwB,EAAE,sCAA2B,CAAC,kBAAkB;SACzE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAsC,EAAE,OAAuB;QAC/E,OAAO,gEAAgD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,kEAAkD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;CAIF;AAtDD,gEAsDC"}
@@ -49,7 +49,7 @@ class ResolveComponentCandidatesCommand extends smithy_client_1.Command {
49
49
  * @internal
50
50
  */
51
51
  resolveMiddleware(clientStack, configuration, options) {
52
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
52
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
53
53
  const stack = clientStack.concat(this.middlewareStack);
54
54
  const { logger } = configuration;
55
55
  const clientName = "GreengrassV2Client";
@@ -65,10 +65,10 @@ class ResolveComponentCandidatesCommand extends smithy_client_1.Command {
65
65
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
66
66
  }
67
67
  serialize(input, context) {
68
- return (0, Aws_restJson1_1.serializeAws_restJson1ResolveComponentCandidatesCommand)(input, context);
68
+ return Aws_restJson1_1.serializeAws_restJson1ResolveComponentCandidatesCommand(input, context);
69
69
  }
70
70
  deserialize(output, context) {
71
- return (0, Aws_restJson1_1.deserializeAws_restJson1ResolveComponentCandidatesCommand)(output, context);
71
+ return Aws_restJson1_1.deserializeAws_restJson1ResolveComponentCandidatesCommand(output, context);
72
72
  }
73
73
  }
74
74
  exports.ResolveComponentCandidatesCommand = ResolveComponentCandidatesCommand;
@@ -1 +1 @@
1
- {"version":3,"file":"ResolveComponentCandidatesCommand.js","sourceRoot":"","sources":["../../../commands/ResolveComponentCandidatesCommand.ts"],"names":[],"mappings":";;;AACA,iDAA2G;AAC3G,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,MAAa,iCAAkC,SAAQ,uBAItD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA6C;QAChE,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAwC;QAGhE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA+C,EAC/C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,IAAA,iCAAc,EAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,oBAAoB,CAAC;QACxC,MAAM,WAAW,GAAG,mCAAmC,CAAC;QACxD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,4CAAiC,CAAC,kBAAkB;YAC7E,wBAAwB,EAAE,6CAAkC,CAAC,kBAAkB;SAChF,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA6C,EAAE,OAAuB;QACtF,OAAO,IAAA,uEAAuD,EAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;IAEO,WAAW,CACjB,MAAsB,EACtB,OAAuB;QAEvB,OAAO,IAAA,yEAAyD,EAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpF,CAAC;CAIF;AAzDD,8EAyDC"}
1
+ {"version":3,"file":"ResolveComponentCandidatesCommand.js","sourceRoot":"","sources":["../../../commands/ResolveComponentCandidatesCommand.ts"],"names":[],"mappings":";;;AACA,iDAA2G;AAC3G,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,MAAa,iCAAkC,SAAQ,uBAItD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA6C;QAChE,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAwC;QAGhE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA+C,EAC/C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,oBAAoB,CAAC;QACxC,MAAM,WAAW,GAAG,mCAAmC,CAAC;QACxD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,4CAAiC,CAAC,kBAAkB;YAC7E,wBAAwB,EAAE,6CAAkC,CAAC,kBAAkB;SAChF,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA6C,EAAE,OAAuB;QACtF,OAAO,uEAAuD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;IAEO,WAAW,CACjB,MAAsB,EACtB,OAAuB;QAEvB,OAAO,yEAAyD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpF,CAAC;CAIF;AAzDD,8EAyDC"}
@@ -36,7 +36,7 @@ class TagResourceCommand extends smithy_client_1.Command {
36
36
  * @internal
37
37
  */
38
38
  resolveMiddleware(clientStack, configuration, options) {
39
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
39
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
40
  const stack = clientStack.concat(this.middlewareStack);
41
41
  const { logger } = configuration;
42
42
  const clientName = "GreengrassV2Client";
@@ -52,10 +52,10 @@ class TagResourceCommand extends smithy_client_1.Command {
52
52
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
53
53
  }
54
54
  serialize(input, context) {
55
- return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
55
+ return Aws_restJson1_1.serializeAws_restJson1TagResourceCommand(input, context);
56
56
  }
57
57
  deserialize(output, context) {
58
- return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
58
+ return Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand(output, context);
59
59
  }
60
60
  }
61
61
  exports.TagResourceCommand = TagResourceCommand;
@@ -1 +1 @@
1
- {"version":3,"file":"TagResourceCommand.js","sourceRoot":"","sources":["../../../commands/TagResourceCommand.ts"],"names":[],"mappings":";;;AACA,iDAA6E;AAC7E,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,kBAAmB,SAAQ,uBAIvC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA8B;QACjD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAyB;QAGjD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA+C,EAC/C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,IAAA,iCAAc,EAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,oBAAoB,CAAC;QACxC,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,6BAAkB,CAAC,kBAAkB;YAC9D,wBAAwB,EAAE,8BAAmB,CAAC,kBAAkB;SACjE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA8B,EAAE,OAAuB;QACvE,OAAO,IAAA,wDAAwC,EAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,IAAA,0DAA0C,EAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;CAIF;AAtDD,gDAsDC"}
1
+ {"version":3,"file":"TagResourceCommand.js","sourceRoot":"","sources":["../../../commands/TagResourceCommand.ts"],"names":[],"mappings":";;;AACA,iDAA6E;AAC7E,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,kBAAmB,SAAQ,uBAIvC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA8B;QACjD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAyB;QAGjD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA+C,EAC/C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,oBAAoB,CAAC;QACxC,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,6BAAkB,CAAC,kBAAkB;YAC9D,wBAAwB,EAAE,8BAAmB,CAAC,kBAAkB;SACjE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA8B,EAAE,OAAuB;QACvE,OAAO,wDAAwC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,0DAA0C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;CAIF;AAtDD,gDAsDC"}
@@ -35,7 +35,7 @@ class UntagResourceCommand extends smithy_client_1.Command {
35
35
  * @internal
36
36
  */
37
37
  resolveMiddleware(clientStack, configuration, options) {
38
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
38
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
39
  const stack = clientStack.concat(this.middlewareStack);
40
40
  const { logger } = configuration;
41
41
  const clientName = "GreengrassV2Client";
@@ -51,10 +51,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
51
51
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
52
52
  }
53
53
  serialize(input, context) {
54
- return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
54
+ return Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand(input, context);
55
55
  }
56
56
  deserialize(output, context) {
57
- return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
57
+ return Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand(output, context);
58
58
  }
59
59
  }
60
60
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -1 +1 @@
1
- {"version":3,"file":"UntagResourceCommand.js","sourceRoot":"","sources":["../../../commands/UntagResourceCommand.ts"],"names":[],"mappings":";;;AACA,iDAAiF;AACjF,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,oBAAqB,SAAQ,uBAIzC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAgC;QACnD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA2B;QAGnD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA+C,EAC/C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,IAAA,iCAAc,EAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,oBAAoB,CAAC;QACxC,MAAM,WAAW,GAAG,sBAAsB,CAAC;QAC3C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,+BAAoB,CAAC,kBAAkB;YAChE,wBAAwB,EAAE,gCAAqB,CAAC,kBAAkB;SACnE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAgC,EAAE,OAAuB;QACzE,OAAO,IAAA,0DAA0C,EAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,IAAA,4DAA4C,EAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;CAIF;AAtDD,oDAsDC"}
1
+ {"version":3,"file":"UntagResourceCommand.js","sourceRoot":"","sources":["../../../commands/UntagResourceCommand.ts"],"names":[],"mappings":";;;AACA,iDAAiF;AACjF,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,oBAAqB,SAAQ,uBAIzC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAgC;QACnD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA2B;QAGnD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA+C,EAC/C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,oBAAoB,CAAC;QACxC,MAAM,WAAW,GAAG,sBAAsB,CAAC;QAC3C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,+BAAoB,CAAC,kBAAkB;YAChE,wBAAwB,EAAE,gCAAqB,CAAC,kBAAkB;SACnE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAgC,EAAE,OAAuB;QACzE,OAAO,0DAA0C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,4DAA4C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;CAIF;AAtDD,oDAsDC"}
@@ -74,7 +74,7 @@ const partitionHash = {
74
74
  hostname: "greengrass.{region}.amazonaws.com",
75
75
  },
76
76
  };
77
- const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
77
+ const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
78
78
  ...options,
79
79
  signingService: "greengrass",
80
80
  regionHash,
@@ -1 +1 @@
1
- {"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../endpoints.ts"],"names":[],"mappings":";;;AAAA,8DAAoF;AAGpF,MAAM,UAAU,GAAe;IAC7B,yBAAyB,EAAE;QACzB,QAAQ,EAAE,gDAAgD;QAC1D,aAAa,EAAE,eAAe;KAC/B;IACD,yBAAyB,EAAE;QACzB,QAAQ,EAAE,gDAAgD;QAC1D,aAAa,EAAE,eAAe;KAC/B;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,6CAA6C;QACvD,aAAa,EAAE,eAAe;KAC/B;IACD,eAAe,EAAE;QACf,QAAQ,EAAE,wCAAwC;QAClD,aAAa,EAAE,eAAe;KAC/B;IACD,eAAe,EAAE;QACf,QAAQ,EAAE,wCAAwC;QAClD,aAAa,EAAE,eAAe;KAC/B;CACF,CAAC;AAEF,MAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,mCAAmC;KAC9C;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,sCAAsC;KACjD;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,gCAAgC;KAC3C;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,mCAAmC;KAC9C;IACD,YAAY,EAAE;QACZ,OAAO,EAAE;YACP,yBAAyB;YACzB,yBAAyB;YACzB,oBAAoB;YACpB,eAAe;YACf,eAAe;SAChB;QACD,QAAQ,EAAE,mCAAmC;KAC9C;CACF,CAAC;AAEK,MAAM,yBAAyB,GAAuB,KAAK,EAAE,MAAc,EAAE,OAAa,EAAE,EAAE,CACnG,IAAA,+BAAa,EAAC,MAAM,EAAE;IACpB,GAAG,OAAO;IACV,cAAc,EAAE,YAAY;IAC5B,UAAU;IACV,aAAa;CACd,CAAC,CAAC;AANQ,QAAA,yBAAyB,6BAMjC"}
1
+ {"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../endpoints.ts"],"names":[],"mappings":";;;AAAA,8DAAoF;AAGpF,MAAM,UAAU,GAAe;IAC7B,yBAAyB,EAAE;QACzB,QAAQ,EAAE,gDAAgD;QAC1D,aAAa,EAAE,eAAe;KAC/B;IACD,yBAAyB,EAAE;QACzB,QAAQ,EAAE,gDAAgD;QAC1D,aAAa,EAAE,eAAe;KAC/B;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,6CAA6C;QACvD,aAAa,EAAE,eAAe;KAC/B;IACD,eAAe,EAAE;QACf,QAAQ,EAAE,wCAAwC;QAClD,aAAa,EAAE,eAAe;KAC/B;IACD,eAAe,EAAE;QACf,QAAQ,EAAE,wCAAwC;QAClD,aAAa,EAAE,eAAe;KAC/B;CACF,CAAC;AAEF,MAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,mCAAmC;KAC9C;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,sCAAsC;KACjD;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,gCAAgC;KAC3C;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,mCAAmC;KAC9C;IACD,YAAY,EAAE;QACZ,OAAO,EAAE;YACP,yBAAyB;YACzB,yBAAyB;YACzB,oBAAoB;YACpB,eAAe;YACf,eAAe;SAChB;QACD,QAAQ,EAAE,mCAAmC;KAC9C;CACF,CAAC;AAEK,MAAM,yBAAyB,GAAuB,KAAK,EAAE,MAAc,EAAE,OAAa,EAAE,EAAE,CACnG,+BAAa,CAAC,MAAM,EAAE;IACpB,GAAG,OAAO;IACV,cAAc,EAAE,YAAY;IAC5B,UAAU;IACV,aAAa;CACd,CAAC,CAAC;AANQ,QAAA,yBAAyB,6BAMjC"}
package/dist/cjs/index.js CHANGED
@@ -1,38 +1,38 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- (0, tslib_1.__exportStar)(require("./GreengrassV2Client"), exports);
5
- (0, tslib_1.__exportStar)(require("./GreengrassV2"), exports);
6
- (0, tslib_1.__exportStar)(require("./commands/BatchAssociateClientDeviceWithCoreDeviceCommand"), exports);
7
- (0, tslib_1.__exportStar)(require("./commands/BatchDisassociateClientDeviceFromCoreDeviceCommand"), exports);
8
- (0, tslib_1.__exportStar)(require("./commands/CancelDeploymentCommand"), exports);
9
- (0, tslib_1.__exportStar)(require("./commands/CreateComponentVersionCommand"), exports);
10
- (0, tslib_1.__exportStar)(require("./commands/CreateDeploymentCommand"), exports);
11
- (0, tslib_1.__exportStar)(require("./commands/DeleteComponentCommand"), exports);
12
- (0, tslib_1.__exportStar)(require("./commands/DeleteCoreDeviceCommand"), exports);
13
- (0, tslib_1.__exportStar)(require("./commands/DescribeComponentCommand"), exports);
14
- (0, tslib_1.__exportStar)(require("./commands/GetComponentCommand"), exports);
15
- (0, tslib_1.__exportStar)(require("./commands/GetComponentVersionArtifactCommand"), exports);
16
- (0, tslib_1.__exportStar)(require("./commands/GetCoreDeviceCommand"), exports);
17
- (0, tslib_1.__exportStar)(require("./commands/GetDeploymentCommand"), exports);
18
- (0, tslib_1.__exportStar)(require("./commands/ListClientDevicesAssociatedWithCoreDeviceCommand"), exports);
19
- (0, tslib_1.__exportStar)(require("./pagination/ListClientDevicesAssociatedWithCoreDevicePaginator"), exports);
20
- (0, tslib_1.__exportStar)(require("./commands/ListComponentsCommand"), exports);
21
- (0, tslib_1.__exportStar)(require("./pagination/ListComponentsPaginator"), exports);
22
- (0, tslib_1.__exportStar)(require("./commands/ListComponentVersionsCommand"), exports);
23
- (0, tslib_1.__exportStar)(require("./pagination/ListComponentVersionsPaginator"), exports);
24
- (0, tslib_1.__exportStar)(require("./commands/ListCoreDevicesCommand"), exports);
25
- (0, tslib_1.__exportStar)(require("./pagination/ListCoreDevicesPaginator"), exports);
26
- (0, tslib_1.__exportStar)(require("./commands/ListDeploymentsCommand"), exports);
27
- (0, tslib_1.__exportStar)(require("./pagination/ListDeploymentsPaginator"), exports);
28
- (0, tslib_1.__exportStar)(require("./commands/ListEffectiveDeploymentsCommand"), exports);
29
- (0, tslib_1.__exportStar)(require("./pagination/ListEffectiveDeploymentsPaginator"), exports);
30
- (0, tslib_1.__exportStar)(require("./commands/ListInstalledComponentsCommand"), exports);
31
- (0, tslib_1.__exportStar)(require("./pagination/ListInstalledComponentsPaginator"), exports);
32
- (0, tslib_1.__exportStar)(require("./commands/ListTagsForResourceCommand"), exports);
33
- (0, tslib_1.__exportStar)(require("./commands/ResolveComponentCandidatesCommand"), exports);
34
- (0, tslib_1.__exportStar)(require("./commands/TagResourceCommand"), exports);
35
- (0, tslib_1.__exportStar)(require("./commands/UntagResourceCommand"), exports);
36
- (0, tslib_1.__exportStar)(require("./pagination/Interfaces"), exports);
37
- (0, tslib_1.__exportStar)(require("./models/index"), exports);
4
+ tslib_1.__exportStar(require("./GreengrassV2Client"), exports);
5
+ tslib_1.__exportStar(require("./GreengrassV2"), exports);
6
+ tslib_1.__exportStar(require("./commands/BatchAssociateClientDeviceWithCoreDeviceCommand"), exports);
7
+ tslib_1.__exportStar(require("./commands/BatchDisassociateClientDeviceFromCoreDeviceCommand"), exports);
8
+ tslib_1.__exportStar(require("./commands/CancelDeploymentCommand"), exports);
9
+ tslib_1.__exportStar(require("./commands/CreateComponentVersionCommand"), exports);
10
+ tslib_1.__exportStar(require("./commands/CreateDeploymentCommand"), exports);
11
+ tslib_1.__exportStar(require("./commands/DeleteComponentCommand"), exports);
12
+ tslib_1.__exportStar(require("./commands/DeleteCoreDeviceCommand"), exports);
13
+ tslib_1.__exportStar(require("./commands/DescribeComponentCommand"), exports);
14
+ tslib_1.__exportStar(require("./commands/GetComponentCommand"), exports);
15
+ tslib_1.__exportStar(require("./commands/GetComponentVersionArtifactCommand"), exports);
16
+ tslib_1.__exportStar(require("./commands/GetCoreDeviceCommand"), exports);
17
+ tslib_1.__exportStar(require("./commands/GetDeploymentCommand"), exports);
18
+ tslib_1.__exportStar(require("./commands/ListClientDevicesAssociatedWithCoreDeviceCommand"), exports);
19
+ tslib_1.__exportStar(require("./pagination/ListClientDevicesAssociatedWithCoreDevicePaginator"), exports);
20
+ tslib_1.__exportStar(require("./commands/ListComponentsCommand"), exports);
21
+ tslib_1.__exportStar(require("./pagination/ListComponentsPaginator"), exports);
22
+ tslib_1.__exportStar(require("./commands/ListComponentVersionsCommand"), exports);
23
+ tslib_1.__exportStar(require("./pagination/ListComponentVersionsPaginator"), exports);
24
+ tslib_1.__exportStar(require("./commands/ListCoreDevicesCommand"), exports);
25
+ tslib_1.__exportStar(require("./pagination/ListCoreDevicesPaginator"), exports);
26
+ tslib_1.__exportStar(require("./commands/ListDeploymentsCommand"), exports);
27
+ tslib_1.__exportStar(require("./pagination/ListDeploymentsPaginator"), exports);
28
+ tslib_1.__exportStar(require("./commands/ListEffectiveDeploymentsCommand"), exports);
29
+ tslib_1.__exportStar(require("./pagination/ListEffectiveDeploymentsPaginator"), exports);
30
+ tslib_1.__exportStar(require("./commands/ListInstalledComponentsCommand"), exports);
31
+ tslib_1.__exportStar(require("./pagination/ListInstalledComponentsPaginator"), exports);
32
+ tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
33
+ tslib_1.__exportStar(require("./commands/ResolveComponentCandidatesCommand"), exports);
34
+ tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
35
+ tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
36
+ tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
37
+ tslib_1.__exportStar(require("./models/index"), exports);
38
38
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;AAAA,oEAAqC;AACrC,8DAA+B;AAC/B,0GAA2E;AAC3E,6GAA8E;AAC9E,kFAAmD;AACnD,wFAAyD;AACzD,kFAAmD;AACnD,iFAAkD;AAClD,kFAAmD;AACnD,mFAAoD;AACpD,8EAA+C;AAC/C,6FAA8D;AAC9D,+EAAgD;AAChD,+EAAgD;AAChD,2GAA4E;AAC5E,+GAAgF;AAChF,gFAAiD;AACjD,oFAAqD;AACrD,uFAAwD;AACxD,2FAA4D;AAC5D,iFAAkD;AAClD,qFAAsD;AACtD,iFAAkD;AAClD,qFAAsD;AACtD,0FAA2D;AAC3D,8FAA+D;AAC/D,yFAA0D;AAC1D,6FAA8D;AAC9D,qFAAsD;AACtD,4FAA6D;AAC7D,6EAA8C;AAC9C,+EAAgD;AAChD,uEAAwC;AACxC,8DAA+B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;AAAA,+DAAqC;AACrC,yDAA+B;AAC/B,qGAA2E;AAC3E,wGAA8E;AAC9E,6EAAmD;AACnD,mFAAyD;AACzD,6EAAmD;AACnD,4EAAkD;AAClD,6EAAmD;AACnD,8EAAoD;AACpD,yEAA+C;AAC/C,wFAA8D;AAC9D,0EAAgD;AAChD,0EAAgD;AAChD,sGAA4E;AAC5E,0GAAgF;AAChF,2EAAiD;AACjD,+EAAqD;AACrD,kFAAwD;AACxD,sFAA4D;AAC5D,4EAAkD;AAClD,gFAAsD;AACtD,4EAAkD;AAClD,gFAAsD;AACtD,qFAA2D;AAC3D,yFAA+D;AAC/D,oFAA0D;AAC1D,wFAA8D;AAC9D,gFAAsD;AACtD,uFAA6D;AAC7D,wEAA8C;AAC9C,0EAAgD;AAChD,kEAAwC;AACxC,yDAA+B"}
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- (0, tslib_1.__exportStar)(require("./models_0"), exports);
4
+ tslib_1.__exportStar(require("./models_0"), exports);
5
5
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../models/index.ts"],"names":[],"mappings":";;;AAAA,0DAA2B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../models/index.ts"],"names":[],"mappings":";;;AAAA,qDAA2B"}
@@ -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.31.0",
4
+ "version": "3.32.0",
5
5
  "scripts": {
6
6
  "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7
7
  "build-documentation": "yarn remove-documentation && typedoc ./",
@@ -27,39 +27,39 @@
27
27
  "dependencies": {
28
28
  "@aws-crypto/sha256-browser": "^1.1.0",
29
29
  "@aws-crypto/sha256-js": "^1.1.0",
30
- "@aws-sdk/client-sts": "3.31.0",
31
- "@aws-sdk/config-resolver": "3.30.0",
32
- "@aws-sdk/credential-provider-node": "3.31.0",
33
- "@aws-sdk/fetch-http-handler": "3.29.0",
34
- "@aws-sdk/hash-node": "3.29.0",
35
- "@aws-sdk/invalid-dependency": "3.29.0",
36
- "@aws-sdk/middleware-content-length": "3.29.0",
37
- "@aws-sdk/middleware-host-header": "3.29.0",
38
- "@aws-sdk/middleware-logger": "3.29.0",
39
- "@aws-sdk/middleware-retry": "3.29.0",
40
- "@aws-sdk/middleware-serde": "3.29.0",
41
- "@aws-sdk/middleware-signing": "3.30.0",
42
- "@aws-sdk/middleware-stack": "3.29.0",
43
- "@aws-sdk/middleware-user-agent": "3.29.0",
44
- "@aws-sdk/node-config-provider": "3.29.0",
45
- "@aws-sdk/node-http-handler": "3.29.0",
46
- "@aws-sdk/protocol-http": "3.29.0",
47
- "@aws-sdk/smithy-client": "3.31.0",
48
- "@aws-sdk/types": "3.29.0",
49
- "@aws-sdk/url-parser": "3.29.0",
50
- "@aws-sdk/util-base64-browser": "3.29.0",
51
- "@aws-sdk/util-base64-node": "3.29.0",
52
- "@aws-sdk/util-body-length-browser": "3.29.0",
53
- "@aws-sdk/util-body-length-node": "3.29.0",
54
- "@aws-sdk/util-user-agent-browser": "3.29.0",
55
- "@aws-sdk/util-user-agent-node": "3.29.0",
56
- "@aws-sdk/util-utf8-browser": "3.29.0",
57
- "@aws-sdk/util-utf8-node": "3.29.0",
30
+ "@aws-sdk/client-sts": "3.32.0",
31
+ "@aws-sdk/config-resolver": "3.32.0",
32
+ "@aws-sdk/credential-provider-node": "3.32.0",
33
+ "@aws-sdk/fetch-http-handler": "3.32.0",
34
+ "@aws-sdk/hash-node": "3.32.0",
35
+ "@aws-sdk/invalid-dependency": "3.32.0",
36
+ "@aws-sdk/middleware-content-length": "3.32.0",
37
+ "@aws-sdk/middleware-host-header": "3.32.0",
38
+ "@aws-sdk/middleware-logger": "3.32.0",
39
+ "@aws-sdk/middleware-retry": "3.32.0",
40
+ "@aws-sdk/middleware-serde": "3.32.0",
41
+ "@aws-sdk/middleware-signing": "3.32.0",
42
+ "@aws-sdk/middleware-stack": "3.32.0",
43
+ "@aws-sdk/middleware-user-agent": "3.32.0",
44
+ "@aws-sdk/node-config-provider": "3.32.0",
45
+ "@aws-sdk/node-http-handler": "3.32.0",
46
+ "@aws-sdk/protocol-http": "3.32.0",
47
+ "@aws-sdk/smithy-client": "3.32.0",
48
+ "@aws-sdk/types": "3.32.0",
49
+ "@aws-sdk/url-parser": "3.32.0",
50
+ "@aws-sdk/util-base64-browser": "3.32.0",
51
+ "@aws-sdk/util-base64-node": "3.32.0",
52
+ "@aws-sdk/util-body-length-browser": "3.32.0",
53
+ "@aws-sdk/util-body-length-node": "3.32.0",
54
+ "@aws-sdk/util-user-agent-browser": "3.32.0",
55
+ "@aws-sdk/util-user-agent-node": "3.32.0",
56
+ "@aws-sdk/util-utf8-browser": "3.32.0",
57
+ "@aws-sdk/util-utf8-node": "3.32.0",
58
58
  "tslib": "^2.3.0",
59
59
  "uuid": "^8.3.2"
60
60
  },
61
61
  "devDependencies": {
62
- "@aws-sdk/client-documentation-generator": "3.29.0",
62
+ "@aws-sdk/client-documentation-generator": "3.32.0",
63
63
  "@types/node": "^12.7.5",
64
64
  "@types/uuid": "^8.3.0",
65
65
  "downlevel-dts": "0.7.0",
@@ -67,7 +67,7 @@
67
67
  "rimraf": "^3.0.0",
68
68
  "ts-jest": "^26.4.1",
69
69
  "typedoc": "^0.19.2",
70
- "typescript": "~4.4.2"
70
+ "typescript": "~4.3.5"
71
71
  },
72
72
  "engines": {
73
73
  "node": ">=10.0.0"