@aws-sdk/client-iotsitewise 3.181.0 → 3.183.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 (107) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-es/IoTSiteWise.js +286 -293
  3. package/dist-es/IoTSiteWiseClient.js +22 -28
  4. package/dist-es/commands/AssociateAssetsCommand.js +22 -29
  5. package/dist-es/commands/AssociateTimeSeriesToAssetPropertyCommand.js +22 -29
  6. package/dist-es/commands/BatchAssociateProjectAssetsCommand.js +21 -28
  7. package/dist-es/commands/BatchDisassociateProjectAssetsCommand.js +21 -28
  8. package/dist-es/commands/BatchGetAssetPropertyAggregatesCommand.js +21 -28
  9. package/dist-es/commands/BatchGetAssetPropertyValueCommand.js +21 -28
  10. package/dist-es/commands/BatchGetAssetPropertyValueHistoryCommand.js +21 -28
  11. package/dist-es/commands/BatchPutAssetPropertyValueCommand.js +21 -28
  12. package/dist-es/commands/CreateAccessPolicyCommand.js +21 -28
  13. package/dist-es/commands/CreateAssetCommand.js +21 -28
  14. package/dist-es/commands/CreateAssetModelCommand.js +21 -28
  15. package/dist-es/commands/CreateBulkImportJobCommand.js +21 -28
  16. package/dist-es/commands/CreateDashboardCommand.js +21 -28
  17. package/dist-es/commands/CreateGatewayCommand.js +21 -28
  18. package/dist-es/commands/CreatePortalCommand.js +21 -28
  19. package/dist-es/commands/CreateProjectCommand.js +21 -28
  20. package/dist-es/commands/DeleteAccessPolicyCommand.js +21 -28
  21. package/dist-es/commands/DeleteAssetCommand.js +21 -28
  22. package/dist-es/commands/DeleteAssetModelCommand.js +21 -28
  23. package/dist-es/commands/DeleteDashboardCommand.js +21 -28
  24. package/dist-es/commands/DeleteGatewayCommand.js +22 -29
  25. package/dist-es/commands/DeletePortalCommand.js +21 -28
  26. package/dist-es/commands/DeleteProjectCommand.js +21 -28
  27. package/dist-es/commands/DeleteTimeSeriesCommand.js +22 -29
  28. package/dist-es/commands/DescribeAccessPolicyCommand.js +21 -28
  29. package/dist-es/commands/DescribeAssetCommand.js +21 -28
  30. package/dist-es/commands/DescribeAssetModelCommand.js +21 -28
  31. package/dist-es/commands/DescribeAssetPropertyCommand.js +21 -28
  32. package/dist-es/commands/DescribeBulkImportJobCommand.js +21 -28
  33. package/dist-es/commands/DescribeDashboardCommand.js +21 -28
  34. package/dist-es/commands/DescribeDefaultEncryptionConfigurationCommand.js +21 -28
  35. package/dist-es/commands/DescribeGatewayCapabilityConfigurationCommand.js +21 -28
  36. package/dist-es/commands/DescribeGatewayCommand.js +21 -28
  37. package/dist-es/commands/DescribeLoggingOptionsCommand.js +21 -28
  38. package/dist-es/commands/DescribePortalCommand.js +21 -28
  39. package/dist-es/commands/DescribeProjectCommand.js +21 -28
  40. package/dist-es/commands/DescribeStorageConfigurationCommand.js +21 -28
  41. package/dist-es/commands/DescribeTimeSeriesCommand.js +21 -28
  42. package/dist-es/commands/DisassociateAssetsCommand.js +22 -29
  43. package/dist-es/commands/DisassociateTimeSeriesFromAssetPropertyCommand.js +22 -29
  44. package/dist-es/commands/GetAssetPropertyAggregatesCommand.js +21 -28
  45. package/dist-es/commands/GetAssetPropertyValueCommand.js +21 -28
  46. package/dist-es/commands/GetAssetPropertyValueHistoryCommand.js +21 -28
  47. package/dist-es/commands/GetInterpolatedAssetPropertyValuesCommand.js +21 -28
  48. package/dist-es/commands/ListAccessPoliciesCommand.js +21 -28
  49. package/dist-es/commands/ListAssetModelsCommand.js +21 -28
  50. package/dist-es/commands/ListAssetRelationshipsCommand.js +21 -28
  51. package/dist-es/commands/ListAssetsCommand.js +21 -28
  52. package/dist-es/commands/ListAssociatedAssetsCommand.js +21 -28
  53. package/dist-es/commands/ListBulkImportJobsCommand.js +21 -28
  54. package/dist-es/commands/ListDashboardsCommand.js +21 -28
  55. package/dist-es/commands/ListGatewaysCommand.js +21 -28
  56. package/dist-es/commands/ListPortalsCommand.js +21 -28
  57. package/dist-es/commands/ListProjectAssetsCommand.js +21 -28
  58. package/dist-es/commands/ListProjectsCommand.js +21 -28
  59. package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
  60. package/dist-es/commands/ListTimeSeriesCommand.js +21 -28
  61. package/dist-es/commands/PutDefaultEncryptionConfigurationCommand.js +21 -28
  62. package/dist-es/commands/PutLoggingOptionsCommand.js +21 -28
  63. package/dist-es/commands/PutStorageConfigurationCommand.js +21 -28
  64. package/dist-es/commands/TagResourceCommand.js +21 -28
  65. package/dist-es/commands/UntagResourceCommand.js +21 -28
  66. package/dist-es/commands/UpdateAccessPolicyCommand.js +21 -28
  67. package/dist-es/commands/UpdateAssetCommand.js +21 -28
  68. package/dist-es/commands/UpdateAssetModelCommand.js +21 -28
  69. package/dist-es/commands/UpdateAssetPropertyCommand.js +22 -29
  70. package/dist-es/commands/UpdateDashboardCommand.js +21 -28
  71. package/dist-es/commands/UpdateGatewayCapabilityConfigurationCommand.js +21 -28
  72. package/dist-es/commands/UpdateGatewayCommand.js +22 -29
  73. package/dist-es/commands/UpdatePortalCommand.js +21 -28
  74. package/dist-es/commands/UpdateProjectCommand.js +21 -28
  75. package/dist-es/endpoints.js +8 -8
  76. package/dist-es/models/IoTSiteWiseServiceException.js +5 -10
  77. package/dist-es/models/models_0.js +802 -345
  78. package/dist-es/pagination/BatchGetAssetPropertyAggregatesPaginator.js +25 -68
  79. package/dist-es/pagination/BatchGetAssetPropertyValueHistoryPaginator.js +25 -68
  80. package/dist-es/pagination/BatchGetAssetPropertyValuePaginator.js +24 -67
  81. package/dist-es/pagination/GetAssetPropertyAggregatesPaginator.js +25 -68
  82. package/dist-es/pagination/GetAssetPropertyValueHistoryPaginator.js +25 -68
  83. package/dist-es/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +25 -68
  84. package/dist-es/pagination/ListAccessPoliciesPaginator.js +25 -68
  85. package/dist-es/pagination/ListAssetModelsPaginator.js +25 -68
  86. package/dist-es/pagination/ListAssetRelationshipsPaginator.js +25 -68
  87. package/dist-es/pagination/ListAssetsPaginator.js +25 -68
  88. package/dist-es/pagination/ListAssociatedAssetsPaginator.js +25 -68
  89. package/dist-es/pagination/ListBulkImportJobsPaginator.js +25 -68
  90. package/dist-es/pagination/ListDashboardsPaginator.js +25 -68
  91. package/dist-es/pagination/ListGatewaysPaginator.js +25 -68
  92. package/dist-es/pagination/ListPortalsPaginator.js +25 -68
  93. package/dist-es/pagination/ListProjectAssetsPaginator.js +25 -68
  94. package/dist-es/pagination/ListProjectsPaginator.js +25 -68
  95. package/dist-es/pagination/ListTimeSeriesPaginator.js +25 -68
  96. package/dist-es/protocols/Aws_restJson1.js +6181 -8342
  97. package/dist-es/runtimeConfig.browser.js +26 -12
  98. package/dist-es/runtimeConfig.js +30 -12
  99. package/dist-es/runtimeConfig.native.js +8 -5
  100. package/dist-es/runtimeConfig.shared.js +8 -11
  101. package/dist-es/waiters/waitForAssetActive.js +36 -56
  102. package/dist-es/waiters/waitForAssetModelActive.js +36 -56
  103. package/dist-es/waiters/waitForAssetModelNotExists.js +22 -42
  104. package/dist-es/waiters/waitForAssetNotExists.js +22 -42
  105. package/dist-es/waiters/waitForPortalActive.js +28 -48
  106. package/dist-es/waiters/waitForPortalNotExists.js +22 -42
  107. package/package.json +34 -34
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DeleteDashboardRequestFilterSensitiveLog, DeleteDashboardResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteDashboardCommand, serializeAws_restJson1DeleteDashboardCommand, } from "../protocols/Aws_restJson1";
6
- var DeleteDashboardCommand = (function (_super) {
7
- __extends(DeleteDashboardCommand, _super);
8
- function DeleteDashboardCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DeleteDashboardCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DeleteDashboardCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "IoTSiteWiseClient";
18
- var commandName = "DeleteDashboardCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "IoTSiteWiseClient";
15
+ const commandName = "DeleteDashboardCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DeleteDashboardRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DeleteDashboardResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeleteDashboardCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1DeleteDashboardCommand(input, context);
33
- };
34
- DeleteDashboardCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1DeleteDashboardCommand(output, context);
36
- };
37
- return DeleteDashboardCommand;
38
- }($Command));
39
- export { DeleteDashboardCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DeleteGatewayRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteGatewayCommand, serializeAws_restJson1DeleteGatewayCommand, } from "../protocols/Aws_restJson1";
6
- var DeleteGatewayCommand = (function (_super) {
7
- __extends(DeleteGatewayCommand, _super);
8
- function DeleteGatewayCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DeleteGatewayCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DeleteGatewayCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "IoTSiteWiseClient";
18
- var commandName = "DeleteGatewayCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "IoTSiteWiseClient";
15
+ const commandName = "DeleteGatewayCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DeleteGatewayRequestFilterSensitiveLog,
24
- outputFilterSensitiveLog: function (output) { return output; },
21
+ outputFilterSensitiveLog: (output) => output,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeleteGatewayCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1DeleteGatewayCommand(input, context);
33
- };
34
- DeleteGatewayCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1DeleteGatewayCommand(output, context);
36
- };
37
- return DeleteGatewayCommand;
38
- }($Command));
39
- export { DeleteGatewayCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DeletePortalRequestFilterSensitiveLog, DeletePortalResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeletePortalCommand, serializeAws_restJson1DeletePortalCommand, } from "../protocols/Aws_restJson1";
6
- var DeletePortalCommand = (function (_super) {
7
- __extends(DeletePortalCommand, _super);
8
- function DeletePortalCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DeletePortalCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DeletePortalCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "IoTSiteWiseClient";
18
- var commandName = "DeletePortalCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "IoTSiteWiseClient";
15
+ const commandName = "DeletePortalCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DeletePortalRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DeletePortalResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeletePortalCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1DeletePortalCommand(input, context);
33
- };
34
- DeletePortalCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1DeletePortalCommand(output, context);
36
- };
37
- return DeletePortalCommand;
38
- }($Command));
39
- export { DeletePortalCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DeleteProjectRequestFilterSensitiveLog, DeleteProjectResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteProjectCommand, serializeAws_restJson1DeleteProjectCommand, } from "../protocols/Aws_restJson1";
6
- var DeleteProjectCommand = (function (_super) {
7
- __extends(DeleteProjectCommand, _super);
8
- function DeleteProjectCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DeleteProjectCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DeleteProjectCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "IoTSiteWiseClient";
18
- var commandName = "DeleteProjectCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "IoTSiteWiseClient";
15
+ const commandName = "DeleteProjectCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DeleteProjectRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DeleteProjectResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeleteProjectCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1DeleteProjectCommand(input, context);
33
- };
34
- DeleteProjectCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1DeleteProjectCommand(output, context);
36
- };
37
- return DeleteProjectCommand;
38
- }($Command));
39
- export { DeleteProjectCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DeleteTimeSeriesRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteTimeSeriesCommand, serializeAws_restJson1DeleteTimeSeriesCommand, } from "../protocols/Aws_restJson1";
6
- var DeleteTimeSeriesCommand = (function (_super) {
7
- __extends(DeleteTimeSeriesCommand, _super);
8
- function DeleteTimeSeriesCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DeleteTimeSeriesCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DeleteTimeSeriesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "IoTSiteWiseClient";
18
- var commandName = "DeleteTimeSeriesCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "IoTSiteWiseClient";
15
+ const commandName = "DeleteTimeSeriesCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DeleteTimeSeriesRequestFilterSensitiveLog,
24
- outputFilterSensitiveLog: function (output) { return output; },
21
+ outputFilterSensitiveLog: (output) => output,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeleteTimeSeriesCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1DeleteTimeSeriesCommand(input, context);
33
- };
34
- DeleteTimeSeriesCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1DeleteTimeSeriesCommand(output, context);
36
- };
37
- return DeleteTimeSeriesCommand;
38
- }($Command));
39
- export { DeleteTimeSeriesCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeAccessPolicyRequestFilterSensitiveLog, DescribeAccessPolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DescribeAccessPolicyCommand, serializeAws_restJson1DescribeAccessPolicyCommand, } from "../protocols/Aws_restJson1";
6
- var DescribeAccessPolicyCommand = (function (_super) {
7
- __extends(DescribeAccessPolicyCommand, _super);
8
- function DescribeAccessPolicyCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeAccessPolicyCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeAccessPolicyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "IoTSiteWiseClient";
18
- var commandName = "DescribeAccessPolicyCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "IoTSiteWiseClient";
15
+ const commandName = "DescribeAccessPolicyCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeAccessPolicyRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeAccessPolicyResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeAccessPolicyCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1DescribeAccessPolicyCommand(input, context);
33
- };
34
- DescribeAccessPolicyCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1DescribeAccessPolicyCommand(output, context);
36
- };
37
- return DescribeAccessPolicyCommand;
38
- }($Command));
39
- export { DescribeAccessPolicyCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeAssetRequestFilterSensitiveLog, DescribeAssetResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DescribeAssetCommand, serializeAws_restJson1DescribeAssetCommand, } from "../protocols/Aws_restJson1";
6
- var DescribeAssetCommand = (function (_super) {
7
- __extends(DescribeAssetCommand, _super);
8
- function DescribeAssetCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeAssetCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeAssetCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "IoTSiteWiseClient";
18
- var commandName = "DescribeAssetCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "IoTSiteWiseClient";
15
+ const commandName = "DescribeAssetCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeAssetRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeAssetResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeAssetCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1DescribeAssetCommand(input, context);
33
- };
34
- DescribeAssetCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1DescribeAssetCommand(output, context);
36
- };
37
- return DescribeAssetCommand;
38
- }($Command));
39
- export { DescribeAssetCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeAssetModelRequestFilterSensitiveLog, DescribeAssetModelResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DescribeAssetModelCommand, serializeAws_restJson1DescribeAssetModelCommand, } from "../protocols/Aws_restJson1";
6
- var DescribeAssetModelCommand = (function (_super) {
7
- __extends(DescribeAssetModelCommand, _super);
8
- function DescribeAssetModelCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeAssetModelCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeAssetModelCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "IoTSiteWiseClient";
18
- var commandName = "DescribeAssetModelCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "IoTSiteWiseClient";
15
+ const commandName = "DescribeAssetModelCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeAssetModelRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeAssetModelResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeAssetModelCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1DescribeAssetModelCommand(input, context);
33
- };
34
- DescribeAssetModelCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1DescribeAssetModelCommand(output, context);
36
- };
37
- return DescribeAssetModelCommand;
38
- }($Command));
39
- export { DescribeAssetModelCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeAssetPropertyRequestFilterSensitiveLog, DescribeAssetPropertyResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DescribeAssetPropertyCommand, serializeAws_restJson1DescribeAssetPropertyCommand, } from "../protocols/Aws_restJson1";
6
- var DescribeAssetPropertyCommand = (function (_super) {
7
- __extends(DescribeAssetPropertyCommand, _super);
8
- function DescribeAssetPropertyCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeAssetPropertyCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeAssetPropertyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "IoTSiteWiseClient";
18
- var commandName = "DescribeAssetPropertyCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "IoTSiteWiseClient";
15
+ const commandName = "DescribeAssetPropertyCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeAssetPropertyRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeAssetPropertyResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeAssetPropertyCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1DescribeAssetPropertyCommand(input, context);
33
- };
34
- DescribeAssetPropertyCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1DescribeAssetPropertyCommand(output, context);
36
- };
37
- return DescribeAssetPropertyCommand;
38
- }($Command));
39
- export { DescribeAssetPropertyCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeBulkImportJobRequestFilterSensitiveLog, DescribeBulkImportJobResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DescribeBulkImportJobCommand, serializeAws_restJson1DescribeBulkImportJobCommand, } from "../protocols/Aws_restJson1";
6
- var DescribeBulkImportJobCommand = (function (_super) {
7
- __extends(DescribeBulkImportJobCommand, _super);
8
- function DescribeBulkImportJobCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeBulkImportJobCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeBulkImportJobCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "IoTSiteWiseClient";
18
- var commandName = "DescribeBulkImportJobCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "IoTSiteWiseClient";
15
+ const commandName = "DescribeBulkImportJobCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeBulkImportJobRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeBulkImportJobResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeBulkImportJobCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1DescribeBulkImportJobCommand(input, context);
33
- };
34
- DescribeBulkImportJobCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1DescribeBulkImportJobCommand(output, context);
36
- };
37
- return DescribeBulkImportJobCommand;
38
- }($Command));
39
- export { DescribeBulkImportJobCommand };
31
+ }
32
+ }