@aws-sdk/client-iotsitewise 3.183.0 → 3.185.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 (108) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/protocols/Aws_restJson1.js +2 -2
  3. package/dist-es/IoTSiteWise.js +293 -286
  4. package/dist-es/IoTSiteWiseClient.js +28 -22
  5. package/dist-es/commands/AssociateAssetsCommand.js +29 -22
  6. package/dist-es/commands/AssociateTimeSeriesToAssetPropertyCommand.js +29 -22
  7. package/dist-es/commands/BatchAssociateProjectAssetsCommand.js +28 -21
  8. package/dist-es/commands/BatchDisassociateProjectAssetsCommand.js +28 -21
  9. package/dist-es/commands/BatchGetAssetPropertyAggregatesCommand.js +28 -21
  10. package/dist-es/commands/BatchGetAssetPropertyValueCommand.js +28 -21
  11. package/dist-es/commands/BatchGetAssetPropertyValueHistoryCommand.js +28 -21
  12. package/dist-es/commands/BatchPutAssetPropertyValueCommand.js +28 -21
  13. package/dist-es/commands/CreateAccessPolicyCommand.js +28 -21
  14. package/dist-es/commands/CreateAssetCommand.js +28 -21
  15. package/dist-es/commands/CreateAssetModelCommand.js +28 -21
  16. package/dist-es/commands/CreateBulkImportJobCommand.js +28 -21
  17. package/dist-es/commands/CreateDashboardCommand.js +28 -21
  18. package/dist-es/commands/CreateGatewayCommand.js +28 -21
  19. package/dist-es/commands/CreatePortalCommand.js +28 -21
  20. package/dist-es/commands/CreateProjectCommand.js +28 -21
  21. package/dist-es/commands/DeleteAccessPolicyCommand.js +28 -21
  22. package/dist-es/commands/DeleteAssetCommand.js +28 -21
  23. package/dist-es/commands/DeleteAssetModelCommand.js +28 -21
  24. package/dist-es/commands/DeleteDashboardCommand.js +28 -21
  25. package/dist-es/commands/DeleteGatewayCommand.js +29 -22
  26. package/dist-es/commands/DeletePortalCommand.js +28 -21
  27. package/dist-es/commands/DeleteProjectCommand.js +28 -21
  28. package/dist-es/commands/DeleteTimeSeriesCommand.js +29 -22
  29. package/dist-es/commands/DescribeAccessPolicyCommand.js +28 -21
  30. package/dist-es/commands/DescribeAssetCommand.js +28 -21
  31. package/dist-es/commands/DescribeAssetModelCommand.js +28 -21
  32. package/dist-es/commands/DescribeAssetPropertyCommand.js +28 -21
  33. package/dist-es/commands/DescribeBulkImportJobCommand.js +28 -21
  34. package/dist-es/commands/DescribeDashboardCommand.js +28 -21
  35. package/dist-es/commands/DescribeDefaultEncryptionConfigurationCommand.js +28 -21
  36. package/dist-es/commands/DescribeGatewayCapabilityConfigurationCommand.js +28 -21
  37. package/dist-es/commands/DescribeGatewayCommand.js +28 -21
  38. package/dist-es/commands/DescribeLoggingOptionsCommand.js +28 -21
  39. package/dist-es/commands/DescribePortalCommand.js +28 -21
  40. package/dist-es/commands/DescribeProjectCommand.js +28 -21
  41. package/dist-es/commands/DescribeStorageConfigurationCommand.js +28 -21
  42. package/dist-es/commands/DescribeTimeSeriesCommand.js +28 -21
  43. package/dist-es/commands/DisassociateAssetsCommand.js +29 -22
  44. package/dist-es/commands/DisassociateTimeSeriesFromAssetPropertyCommand.js +29 -22
  45. package/dist-es/commands/GetAssetPropertyAggregatesCommand.js +28 -21
  46. package/dist-es/commands/GetAssetPropertyValueCommand.js +28 -21
  47. package/dist-es/commands/GetAssetPropertyValueHistoryCommand.js +28 -21
  48. package/dist-es/commands/GetInterpolatedAssetPropertyValuesCommand.js +28 -21
  49. package/dist-es/commands/ListAccessPoliciesCommand.js +28 -21
  50. package/dist-es/commands/ListAssetModelsCommand.js +28 -21
  51. package/dist-es/commands/ListAssetRelationshipsCommand.js +28 -21
  52. package/dist-es/commands/ListAssetsCommand.js +28 -21
  53. package/dist-es/commands/ListAssociatedAssetsCommand.js +28 -21
  54. package/dist-es/commands/ListBulkImportJobsCommand.js +28 -21
  55. package/dist-es/commands/ListDashboardsCommand.js +28 -21
  56. package/dist-es/commands/ListGatewaysCommand.js +28 -21
  57. package/dist-es/commands/ListPortalsCommand.js +28 -21
  58. package/dist-es/commands/ListProjectAssetsCommand.js +28 -21
  59. package/dist-es/commands/ListProjectsCommand.js +28 -21
  60. package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
  61. package/dist-es/commands/ListTimeSeriesCommand.js +28 -21
  62. package/dist-es/commands/PutDefaultEncryptionConfigurationCommand.js +28 -21
  63. package/dist-es/commands/PutLoggingOptionsCommand.js +28 -21
  64. package/dist-es/commands/PutStorageConfigurationCommand.js +28 -21
  65. package/dist-es/commands/TagResourceCommand.js +28 -21
  66. package/dist-es/commands/UntagResourceCommand.js +28 -21
  67. package/dist-es/commands/UpdateAccessPolicyCommand.js +28 -21
  68. package/dist-es/commands/UpdateAssetCommand.js +28 -21
  69. package/dist-es/commands/UpdateAssetModelCommand.js +28 -21
  70. package/dist-es/commands/UpdateAssetPropertyCommand.js +29 -22
  71. package/dist-es/commands/UpdateDashboardCommand.js +28 -21
  72. package/dist-es/commands/UpdateGatewayCapabilityConfigurationCommand.js +28 -21
  73. package/dist-es/commands/UpdateGatewayCommand.js +29 -22
  74. package/dist-es/commands/UpdatePortalCommand.js +28 -21
  75. package/dist-es/commands/UpdateProjectCommand.js +28 -21
  76. package/dist-es/endpoints.js +8 -8
  77. package/dist-es/models/IoTSiteWiseServiceException.js +10 -5
  78. package/dist-es/models/models_0.js +345 -802
  79. package/dist-es/pagination/BatchGetAssetPropertyAggregatesPaginator.js +68 -25
  80. package/dist-es/pagination/BatchGetAssetPropertyValueHistoryPaginator.js +68 -25
  81. package/dist-es/pagination/BatchGetAssetPropertyValuePaginator.js +67 -24
  82. package/dist-es/pagination/GetAssetPropertyAggregatesPaginator.js +68 -25
  83. package/dist-es/pagination/GetAssetPropertyValueHistoryPaginator.js +68 -25
  84. package/dist-es/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +68 -25
  85. package/dist-es/pagination/ListAccessPoliciesPaginator.js +68 -25
  86. package/dist-es/pagination/ListAssetModelsPaginator.js +68 -25
  87. package/dist-es/pagination/ListAssetRelationshipsPaginator.js +68 -25
  88. package/dist-es/pagination/ListAssetsPaginator.js +68 -25
  89. package/dist-es/pagination/ListAssociatedAssetsPaginator.js +68 -25
  90. package/dist-es/pagination/ListBulkImportJobsPaginator.js +68 -25
  91. package/dist-es/pagination/ListDashboardsPaginator.js +68 -25
  92. package/dist-es/pagination/ListGatewaysPaginator.js +68 -25
  93. package/dist-es/pagination/ListPortalsPaginator.js +68 -25
  94. package/dist-es/pagination/ListProjectAssetsPaginator.js +68 -25
  95. package/dist-es/pagination/ListProjectsPaginator.js +68 -25
  96. package/dist-es/pagination/ListTimeSeriesPaginator.js +68 -25
  97. package/dist-es/protocols/Aws_restJson1.js +8342 -6181
  98. package/dist-es/runtimeConfig.browser.js +12 -26
  99. package/dist-es/runtimeConfig.js +12 -30
  100. package/dist-es/runtimeConfig.native.js +5 -8
  101. package/dist-es/runtimeConfig.shared.js +11 -8
  102. package/dist-es/waiters/waitForAssetActive.js +56 -36
  103. package/dist-es/waiters/waitForAssetModelActive.js +56 -36
  104. package/dist-es/waiters/waitForAssetModelNotExists.js +42 -22
  105. package/dist-es/waiters/waitForAssetNotExists.js +42 -22
  106. package/dist-es/waiters/waitForPortalActive.js +48 -28
  107. package/dist-es/waiters/waitForPortalNotExists.js +42 -22
  108. package/package.json +5 -5
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeDashboardRequestFilterSensitiveLog, DescribeDashboardResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1DescribeDashboardCommand, serializeAws_restJson1DescribeDashboardCommand, } from "../protocols/Aws_restJson1";
5
- export class DescribeDashboardCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeDashboardCommand = (function (_super) {
7
+ __extends(DescribeDashboardCommand, _super);
8
+ function DescribeDashboardCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeDashboardCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "IoTSiteWiseClient";
15
- const commandName = "DescribeDashboardCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "IoTSiteWiseClient";
18
+ var commandName = "DescribeDashboardCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeDashboardRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeDashboardResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeDashboardCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1DescribeDashboardCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeDashboardCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1DescribeDashboardCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeDashboardCommand;
38
+ }($Command));
39
+ export { DescribeDashboardCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeDefaultEncryptionConfigurationRequestFilterSensitiveLog, DescribeDefaultEncryptionConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1DescribeDefaultEncryptionConfigurationCommand, serializeAws_restJson1DescribeDefaultEncryptionConfigurationCommand, } from "../protocols/Aws_restJson1";
5
- export class DescribeDefaultEncryptionConfigurationCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeDefaultEncryptionConfigurationCommand = (function (_super) {
7
+ __extends(DescribeDefaultEncryptionConfigurationCommand, _super);
8
+ function DescribeDefaultEncryptionConfigurationCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeDefaultEncryptionConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "IoTSiteWiseClient";
15
- const commandName = "DescribeDefaultEncryptionConfigurationCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "IoTSiteWiseClient";
18
+ var commandName = "DescribeDefaultEncryptionConfigurationCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeDefaultEncryptionConfigurationRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeDefaultEncryptionConfigurationResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeDefaultEncryptionConfigurationCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1DescribeDefaultEncryptionConfigurationCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeDefaultEncryptionConfigurationCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1DescribeDefaultEncryptionConfigurationCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeDefaultEncryptionConfigurationCommand;
38
+ }($Command));
39
+ export { DescribeDefaultEncryptionConfigurationCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeGatewayCapabilityConfigurationRequestFilterSensitiveLog, DescribeGatewayCapabilityConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1DescribeGatewayCapabilityConfigurationCommand, serializeAws_restJson1DescribeGatewayCapabilityConfigurationCommand, } from "../protocols/Aws_restJson1";
5
- export class DescribeGatewayCapabilityConfigurationCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeGatewayCapabilityConfigurationCommand = (function (_super) {
7
+ __extends(DescribeGatewayCapabilityConfigurationCommand, _super);
8
+ function DescribeGatewayCapabilityConfigurationCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeGatewayCapabilityConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "IoTSiteWiseClient";
15
- const commandName = "DescribeGatewayCapabilityConfigurationCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "IoTSiteWiseClient";
18
+ var commandName = "DescribeGatewayCapabilityConfigurationCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeGatewayCapabilityConfigurationRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeGatewayCapabilityConfigurationResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeGatewayCapabilityConfigurationCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1DescribeGatewayCapabilityConfigurationCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeGatewayCapabilityConfigurationCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1DescribeGatewayCapabilityConfigurationCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeGatewayCapabilityConfigurationCommand;
38
+ }($Command));
39
+ export { DescribeGatewayCapabilityConfigurationCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeGatewayRequestFilterSensitiveLog, DescribeGatewayResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1DescribeGatewayCommand, serializeAws_restJson1DescribeGatewayCommand, } from "../protocols/Aws_restJson1";
5
- export class DescribeGatewayCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeGatewayCommand = (function (_super) {
7
+ __extends(DescribeGatewayCommand, _super);
8
+ function DescribeGatewayCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeGatewayCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "IoTSiteWiseClient";
15
- const commandName = "DescribeGatewayCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "IoTSiteWiseClient";
18
+ var commandName = "DescribeGatewayCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeGatewayRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeGatewayResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeGatewayCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1DescribeGatewayCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeGatewayCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1DescribeGatewayCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeGatewayCommand;
38
+ }($Command));
39
+ export { DescribeGatewayCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeLoggingOptionsRequestFilterSensitiveLog, DescribeLoggingOptionsResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1DescribeLoggingOptionsCommand, serializeAws_restJson1DescribeLoggingOptionsCommand, } from "../protocols/Aws_restJson1";
5
- export class DescribeLoggingOptionsCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeLoggingOptionsCommand = (function (_super) {
7
+ __extends(DescribeLoggingOptionsCommand, _super);
8
+ function DescribeLoggingOptionsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeLoggingOptionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "IoTSiteWiseClient";
15
- const commandName = "DescribeLoggingOptionsCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "IoTSiteWiseClient";
18
+ var commandName = "DescribeLoggingOptionsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeLoggingOptionsRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeLoggingOptionsResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeLoggingOptionsCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1DescribeLoggingOptionsCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeLoggingOptionsCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1DescribeLoggingOptionsCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeLoggingOptionsCommand;
38
+ }($Command));
39
+ export { DescribeLoggingOptionsCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribePortalRequestFilterSensitiveLog, DescribePortalResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1DescribePortalCommand, serializeAws_restJson1DescribePortalCommand, } from "../protocols/Aws_restJson1";
5
- export class DescribePortalCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribePortalCommand = (function (_super) {
7
+ __extends(DescribePortalCommand, _super);
8
+ function DescribePortalCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribePortalCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "IoTSiteWiseClient";
15
- const commandName = "DescribePortalCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "IoTSiteWiseClient";
18
+ var commandName = "DescribePortalCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribePortalRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribePortalResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribePortalCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1DescribePortalCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribePortalCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1DescribePortalCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribePortalCommand;
38
+ }($Command));
39
+ export { DescribePortalCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeProjectRequestFilterSensitiveLog, DescribeProjectResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1DescribeProjectCommand, serializeAws_restJson1DescribeProjectCommand, } from "../protocols/Aws_restJson1";
5
- export class DescribeProjectCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeProjectCommand = (function (_super) {
7
+ __extends(DescribeProjectCommand, _super);
8
+ function DescribeProjectCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeProjectCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "IoTSiteWiseClient";
15
- const commandName = "DescribeProjectCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "IoTSiteWiseClient";
18
+ var commandName = "DescribeProjectCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeProjectRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeProjectResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeProjectCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1DescribeProjectCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeProjectCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1DescribeProjectCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeProjectCommand;
38
+ }($Command));
39
+ export { DescribeProjectCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeStorageConfigurationRequestFilterSensitiveLog, DescribeStorageConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1DescribeStorageConfigurationCommand, serializeAws_restJson1DescribeStorageConfigurationCommand, } from "../protocols/Aws_restJson1";
5
- export class DescribeStorageConfigurationCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeStorageConfigurationCommand = (function (_super) {
7
+ __extends(DescribeStorageConfigurationCommand, _super);
8
+ function DescribeStorageConfigurationCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeStorageConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "IoTSiteWiseClient";
15
- const commandName = "DescribeStorageConfigurationCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "IoTSiteWiseClient";
18
+ var commandName = "DescribeStorageConfigurationCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeStorageConfigurationRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeStorageConfigurationResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeStorageConfigurationCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1DescribeStorageConfigurationCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeStorageConfigurationCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1DescribeStorageConfigurationCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeStorageConfigurationCommand;
38
+ }($Command));
39
+ export { DescribeStorageConfigurationCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeTimeSeriesRequestFilterSensitiveLog, DescribeTimeSeriesResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1DescribeTimeSeriesCommand, serializeAws_restJson1DescribeTimeSeriesCommand, } from "../protocols/Aws_restJson1";
5
- export class DescribeTimeSeriesCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeTimeSeriesCommand = (function (_super) {
7
+ __extends(DescribeTimeSeriesCommand, _super);
8
+ function DescribeTimeSeriesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeTimeSeriesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "IoTSiteWiseClient";
15
- const commandName = "DescribeTimeSeriesCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "IoTSiteWiseClient";
18
+ var commandName = "DescribeTimeSeriesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeTimeSeriesRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeTimeSeriesResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeTimeSeriesCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1DescribeTimeSeriesCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeTimeSeriesCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1DescribeTimeSeriesCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeTimeSeriesCommand;
38
+ }($Command));
39
+ export { DescribeTimeSeriesCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DisassociateAssetsRequestFilterSensitiveLog } from "../models/models_0";
4
5
  import { deserializeAws_restJson1DisassociateAssetsCommand, serializeAws_restJson1DisassociateAssetsCommand, } from "../protocols/Aws_restJson1";
5
- export class DisassociateAssetsCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DisassociateAssetsCommand = (function (_super) {
7
+ __extends(DisassociateAssetsCommand, _super);
8
+ function DisassociateAssetsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DisassociateAssetsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "IoTSiteWiseClient";
15
- const commandName = "DisassociateAssetsCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "IoTSiteWiseClient";
18
+ var commandName = "DisassociateAssetsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DisassociateAssetsRequestFilterSensitiveLog,
21
- outputFilterSensitiveLog: (output) => output,
24
+ outputFilterSensitiveLog: function (output) { return output; },
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DisassociateAssetsCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1DisassociateAssetsCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DisassociateAssetsCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1DisassociateAssetsCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DisassociateAssetsCommand;
38
+ }($Command));
39
+ export { DisassociateAssetsCommand };