@aws-sdk/client-iotsitewise 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 (103) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/IoTSiteWiseClient.js +13 -13
  3. package/dist-cjs/commands/AssociateAssetsCommand.js +3 -3
  4. package/dist-cjs/commands/AssociateTimeSeriesToAssetPropertyCommand.js +3 -3
  5. package/dist-cjs/commands/BatchAssociateProjectAssetsCommand.js +3 -3
  6. package/dist-cjs/commands/BatchDisassociateProjectAssetsCommand.js +3 -3
  7. package/dist-cjs/commands/BatchPutAssetPropertyValueCommand.js +3 -3
  8. package/dist-cjs/commands/CreateAccessPolicyCommand.js +3 -3
  9. package/dist-cjs/commands/CreateAssetCommand.js +3 -3
  10. package/dist-cjs/commands/CreateAssetModelCommand.js +3 -3
  11. package/dist-cjs/commands/CreateDashboardCommand.js +3 -3
  12. package/dist-cjs/commands/CreateGatewayCommand.js +3 -3
  13. package/dist-cjs/commands/CreatePortalCommand.js +3 -3
  14. package/dist-cjs/commands/CreateProjectCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteAccessPolicyCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteAssetCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteAssetModelCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteDashboardCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteGatewayCommand.js +3 -3
  20. package/dist-cjs/commands/DeletePortalCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteProjectCommand.js +3 -3
  22. package/dist-cjs/commands/DeleteTimeSeriesCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeAccessPolicyCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeAssetCommand.js +3 -3
  25. package/dist-cjs/commands/DescribeAssetModelCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeAssetPropertyCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeDashboardCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeDefaultEncryptionConfigurationCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeGatewayCapabilityConfigurationCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeGatewayCommand.js +3 -3
  31. package/dist-cjs/commands/DescribeLoggingOptionsCommand.js +3 -3
  32. package/dist-cjs/commands/DescribePortalCommand.js +3 -3
  33. package/dist-cjs/commands/DescribeProjectCommand.js +3 -3
  34. package/dist-cjs/commands/DescribeStorageConfigurationCommand.js +3 -3
  35. package/dist-cjs/commands/DescribeTimeSeriesCommand.js +3 -3
  36. package/dist-cjs/commands/DisassociateAssetsCommand.js +3 -3
  37. package/dist-cjs/commands/DisassociateTimeSeriesFromAssetPropertyCommand.js +3 -3
  38. package/dist-cjs/commands/GetAssetPropertyAggregatesCommand.js +3 -3
  39. package/dist-cjs/commands/GetAssetPropertyValueCommand.js +3 -3
  40. package/dist-cjs/commands/GetAssetPropertyValueHistoryCommand.js +3 -3
  41. package/dist-cjs/commands/GetInterpolatedAssetPropertyValuesCommand.js +3 -3
  42. package/dist-cjs/commands/ListAccessPoliciesCommand.js +3 -3
  43. package/dist-cjs/commands/ListAssetModelsCommand.js +3 -3
  44. package/dist-cjs/commands/ListAssetRelationshipsCommand.js +3 -3
  45. package/dist-cjs/commands/ListAssetsCommand.js +3 -3
  46. package/dist-cjs/commands/ListAssociatedAssetsCommand.js +3 -3
  47. package/dist-cjs/commands/ListDashboardsCommand.js +3 -3
  48. package/dist-cjs/commands/ListGatewaysCommand.js +3 -3
  49. package/dist-cjs/commands/ListPortalsCommand.js +3 -3
  50. package/dist-cjs/commands/ListProjectAssetsCommand.js +3 -3
  51. package/dist-cjs/commands/ListProjectsCommand.js +3 -3
  52. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  53. package/dist-cjs/commands/ListTimeSeriesCommand.js +3 -3
  54. package/dist-cjs/commands/PutDefaultEncryptionConfigurationCommand.js +3 -3
  55. package/dist-cjs/commands/PutLoggingOptionsCommand.js +3 -3
  56. package/dist-cjs/commands/PutStorageConfigurationCommand.js +3 -3
  57. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  58. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  59. package/dist-cjs/commands/UpdateAccessPolicyCommand.js +3 -3
  60. package/dist-cjs/commands/UpdateAssetCommand.js +3 -3
  61. package/dist-cjs/commands/UpdateAssetModelCommand.js +3 -3
  62. package/dist-cjs/commands/UpdateAssetPropertyCommand.js +3 -3
  63. package/dist-cjs/commands/UpdateDashboardCommand.js +3 -3
  64. package/dist-cjs/commands/UpdateGatewayCapabilityConfigurationCommand.js +3 -3
  65. package/dist-cjs/commands/UpdateGatewayCommand.js +3 -3
  66. package/dist-cjs/commands/UpdatePortalCommand.js +3 -3
  67. package/dist-cjs/commands/UpdateProjectCommand.js +3 -3
  68. package/dist-cjs/endpoints.js +1 -1
  69. package/dist-cjs/protocols/Aws_restJson1.js +514 -514
  70. package/dist-cjs/runtimeConfig.browser.js +4 -4
  71. package/dist-cjs/runtimeConfig.js +9 -9
  72. package/dist-cjs/runtimeConfig.native.js +1 -1
  73. package/dist-cjs/waiters/waitForAssetActive.js +3 -3
  74. package/dist-cjs/waiters/waitForAssetModelActive.js +3 -3
  75. package/dist-cjs/waiters/waitForAssetModelNotExists.js +3 -3
  76. package/dist-cjs/waiters/waitForAssetNotExists.js +3 -3
  77. package/dist-cjs/waiters/waitForPortalActive.js +3 -3
  78. package/dist-cjs/waiters/waitForPortalNotExists.js +3 -3
  79. package/dist-es/IoTSiteWise.js +65 -65
  80. package/dist-es/pagination/GetAssetPropertyAggregatesPaginator.js +4 -4
  81. package/dist-es/pagination/GetAssetPropertyValueHistoryPaginator.js +4 -4
  82. package/dist-es/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +4 -4
  83. package/dist-es/pagination/ListAccessPoliciesPaginator.js +4 -4
  84. package/dist-es/pagination/ListAssetModelsPaginator.js +4 -4
  85. package/dist-es/pagination/ListAssetRelationshipsPaginator.js +4 -4
  86. package/dist-es/pagination/ListAssetsPaginator.js +4 -4
  87. package/dist-es/pagination/ListAssociatedAssetsPaginator.js +4 -4
  88. package/dist-es/pagination/ListDashboardsPaginator.js +4 -4
  89. package/dist-es/pagination/ListGatewaysPaginator.js +4 -4
  90. package/dist-es/pagination/ListPortalsPaginator.js +4 -4
  91. package/dist-es/pagination/ListProjectAssetsPaginator.js +4 -4
  92. package/dist-es/pagination/ListProjectsPaginator.js +4 -4
  93. package/dist-es/pagination/ListTimeSeriesPaginator.js +4 -4
  94. package/dist-es/protocols/Aws_restJson1.js +65 -65
  95. package/dist-types/IoTSiteWiseClient.d.ts +2 -2
  96. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  97. package/dist-types/runtimeConfig.d.ts +1 -1
  98. package/dist-types/runtimeConfig.native.d.ts +3 -3
  99. package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +2 -2
  100. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  101. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  102. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  103. package/package.json +35 -35
@@ -11,7 +11,7 @@ class DescribeDashboardCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class DescribeDashboardCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribeDashboardCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeDashboardCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeDashboardCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeDashboardCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeDashboardCommand = DescribeDashboardCommand;
@@ -11,7 +11,7 @@ class DescribeDefaultEncryptionConfigurationCommand extends smithy_client_1.Comm
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class DescribeDefaultEncryptionConfigurationCommand extends smithy_client_1.Comm
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribeDefaultEncryptionConfigurationCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeDefaultEncryptionConfigurationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeDefaultEncryptionConfigurationCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeDefaultEncryptionConfigurationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeDefaultEncryptionConfigurationCommand = DescribeDefaultEncryptionConfigurationCommand;
@@ -11,7 +11,7 @@ class DescribeGatewayCapabilityConfigurationCommand extends smithy_client_1.Comm
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class DescribeGatewayCapabilityConfigurationCommand extends smithy_client_1.Comm
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribeGatewayCapabilityConfigurationCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeGatewayCapabilityConfigurationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeGatewayCapabilityConfigurationCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeGatewayCapabilityConfigurationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeGatewayCapabilityConfigurationCommand = DescribeGatewayCapabilityConfigurationCommand;
@@ -11,7 +11,7 @@ class DescribeGatewayCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class DescribeGatewayCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribeGatewayCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeGatewayCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeGatewayCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeGatewayCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeGatewayCommand = DescribeGatewayCommand;
@@ -11,7 +11,7 @@ class DescribeLoggingOptionsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class DescribeLoggingOptionsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribeLoggingOptionsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeLoggingOptionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeLoggingOptionsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeLoggingOptionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeLoggingOptionsCommand = DescribeLoggingOptionsCommand;
@@ -11,7 +11,7 @@ class DescribePortalCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class DescribePortalCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribePortalCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribePortalCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribePortalCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribePortalCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribePortalCommand = DescribePortalCommand;
@@ -11,7 +11,7 @@ class DescribeProjectCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class DescribeProjectCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribeProjectCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeProjectCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeProjectCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeProjectCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeProjectCommand = DescribeProjectCommand;
@@ -11,7 +11,7 @@ class DescribeStorageConfigurationCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class DescribeStorageConfigurationCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribeStorageConfigurationCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeStorageConfigurationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeStorageConfigurationCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeStorageConfigurationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeStorageConfigurationCommand = DescribeStorageConfigurationCommand;
@@ -11,7 +11,7 @@ class DescribeTimeSeriesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class DescribeTimeSeriesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribeTimeSeriesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeTimeSeriesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeTimeSeriesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeTimeSeriesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeTimeSeriesCommand = DescribeTimeSeriesCommand;
@@ -11,7 +11,7 @@ class DisassociateAssetsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class DisassociateAssetsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DisassociateAssetsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DisassociateAssetsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DisassociateAssetsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateAssetsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DisassociateAssetsCommand = DisassociateAssetsCommand;
@@ -11,7 +11,7 @@ class DisassociateTimeSeriesFromAssetPropertyCommand extends smithy_client_1.Com
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class DisassociateTimeSeriesFromAssetPropertyCommand extends smithy_client_1.Com
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DisassociateTimeSeriesFromAssetPropertyCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DisassociateTimeSeriesFromAssetPropertyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DisassociateTimeSeriesFromAssetPropertyCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateTimeSeriesFromAssetPropertyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DisassociateTimeSeriesFromAssetPropertyCommand = DisassociateTimeSeriesFromAssetPropertyCommand;
@@ -11,7 +11,7 @@ class GetAssetPropertyAggregatesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class GetAssetPropertyAggregatesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetAssetPropertyAggregatesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetAssetPropertyAggregatesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetAssetPropertyAggregatesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetAssetPropertyAggregatesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetAssetPropertyAggregatesCommand = GetAssetPropertyAggregatesCommand;
@@ -11,7 +11,7 @@ class GetAssetPropertyValueCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class GetAssetPropertyValueCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetAssetPropertyValueCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetAssetPropertyValueCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetAssetPropertyValueCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetAssetPropertyValueCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetAssetPropertyValueCommand = GetAssetPropertyValueCommand;
@@ -11,7 +11,7 @@ class GetAssetPropertyValueHistoryCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class GetAssetPropertyValueHistoryCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetAssetPropertyValueHistoryCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetAssetPropertyValueHistoryCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetAssetPropertyValueHistoryCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetAssetPropertyValueHistoryCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetAssetPropertyValueHistoryCommand = GetAssetPropertyValueHistoryCommand;
@@ -11,7 +11,7 @@ class GetInterpolatedAssetPropertyValuesCommand extends smithy_client_1.Command
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class GetInterpolatedAssetPropertyValuesCommand extends smithy_client_1.Command
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetInterpolatedAssetPropertyValuesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetInterpolatedAssetPropertyValuesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetInterpolatedAssetPropertyValuesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetInterpolatedAssetPropertyValuesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetInterpolatedAssetPropertyValuesCommand = GetInterpolatedAssetPropertyValuesCommand;
@@ -11,7 +11,7 @@ class ListAccessPoliciesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class ListAccessPoliciesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListAccessPoliciesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListAccessPoliciesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListAccessPoliciesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListAccessPoliciesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListAccessPoliciesCommand = ListAccessPoliciesCommand;
@@ -11,7 +11,7 @@ class ListAssetModelsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class ListAssetModelsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListAssetModelsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListAssetModelsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListAssetModelsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListAssetModelsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListAssetModelsCommand = ListAssetModelsCommand;
@@ -11,7 +11,7 @@ class ListAssetRelationshipsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class ListAssetRelationshipsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListAssetRelationshipsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListAssetRelationshipsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListAssetRelationshipsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListAssetRelationshipsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListAssetRelationshipsCommand = ListAssetRelationshipsCommand;
@@ -11,7 +11,7 @@ class ListAssetsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class ListAssetsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListAssetsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListAssetsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListAssetsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListAssetsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListAssetsCommand = ListAssetsCommand;
@@ -11,7 +11,7 @@ class ListAssociatedAssetsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class ListAssociatedAssetsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListAssociatedAssetsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListAssociatedAssetsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListAssociatedAssetsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListAssociatedAssetsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListAssociatedAssetsCommand = ListAssociatedAssetsCommand;
@@ -11,7 +11,7 @@ class ListDashboardsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class ListDashboardsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListDashboardsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListDashboardsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListDashboardsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListDashboardsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListDashboardsCommand = ListDashboardsCommand;
@@ -11,7 +11,7 @@ class ListGatewaysCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class ListGatewaysCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListGatewaysCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListGatewaysCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListGatewaysCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListGatewaysCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListGatewaysCommand = ListGatewaysCommand;
@@ -11,7 +11,7 @@ class ListPortalsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class ListPortalsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListPortalsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListPortalsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListPortalsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListPortalsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListPortalsCommand = ListPortalsCommand;
@@ -11,7 +11,7 @@ class ListProjectAssetsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class ListProjectAssetsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListProjectAssetsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListProjectAssetsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListProjectAssetsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListProjectAssetsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListProjectAssetsCommand = ListProjectAssetsCommand;
@@ -11,7 +11,7 @@ class ListProjectsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class ListProjectsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListProjectsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListProjectsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListProjectsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListProjectsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListProjectsCommand = ListProjectsCommand;
@@ -11,7 +11,7 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -11,7 +11,7 @@ class ListTimeSeriesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IoTSiteWiseClient";
@@ -27,10 +27,10 @@ class ListTimeSeriesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListTimeSeriesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListTimeSeriesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListTimeSeriesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListTimeSeriesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTimeSeriesCommand = ListTimeSeriesCommand;