@aws-sdk/client-iotsitewise 3.39.0 → 3.43.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 (120) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/IoTSiteWise.js +75 -0
  3. package/dist-cjs/commands/AssociateTimeSeriesToAssetPropertyCommand.js +36 -0
  4. package/dist-cjs/commands/DeleteTimeSeriesCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeTimeSeriesCommand.js +36 -0
  6. package/dist-cjs/commands/DisassociateTimeSeriesFromAssetPropertyCommand.js +36 -0
  7. package/dist-cjs/commands/ListTimeSeriesCommand.js +36 -0
  8. package/dist-cjs/commands/index.js +5 -0
  9. package/dist-cjs/endpoints.js +74 -5
  10. package/dist-cjs/models/models_0.js +62 -4
  11. package/dist-cjs/pagination/ListTimeSeriesPaginator.js +35 -0
  12. package/dist-cjs/pagination/index.js +1 -0
  13. package/dist-cjs/protocols/Aws_restJson1.js +613 -8
  14. package/dist-cjs/runtimeConfig.browser.js +6 -3
  15. package/dist-cjs/runtimeConfig.js +5 -3
  16. package/dist-es/IoTSiteWise.js +75 -0
  17. package/dist-es/commands/AssociateTimeSeriesToAssetPropertyCommand.js +39 -0
  18. package/dist-es/commands/DeleteTimeSeriesCommand.js +39 -0
  19. package/dist-es/commands/DescribeTimeSeriesCommand.js +39 -0
  20. package/dist-es/commands/DisassociateTimeSeriesFromAssetPropertyCommand.js +39 -0
  21. package/dist-es/commands/ListTimeSeriesCommand.js +39 -0
  22. package/dist-es/commands/index.js +5 -0
  23. package/dist-es/endpoints.js +74 -5
  24. package/dist-es/models/models_0.js +42 -0
  25. package/dist-es/pagination/ListTimeSeriesPaginator.js +74 -0
  26. package/dist-es/pagination/index.js +1 -0
  27. package/dist-es/protocols/Aws_restJson1.js +790 -109
  28. package/dist-es/runtimeConfig.browser.js +3 -2
  29. package/dist-es/runtimeConfig.js +3 -3
  30. package/dist-types/IoTSiteWise.d.ts +81 -2
  31. package/dist-types/IoTSiteWiseClient.d.ts +15 -2
  32. package/dist-types/commands/AssociateAssetsCommand.d.ts +1 -1
  33. package/dist-types/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +35 -0
  34. package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +1 -1
  35. package/dist-types/commands/BatchDisassociateProjectAssetsCommand.d.ts +1 -1
  36. package/dist-types/commands/BatchPutAssetPropertyValueCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateAccessPolicyCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateAssetCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateAssetModelCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateDashboardCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateGatewayCommand.d.ts +1 -1
  42. package/dist-types/commands/CreatePortalCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateProjectCommand.d.ts +5 -1
  44. package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +1 -1
  45. package/dist-types/commands/DeleteAssetCommand.d.ts +1 -1
  46. package/dist-types/commands/DeleteAssetModelCommand.d.ts +1 -1
  47. package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteGatewayCommand.d.ts +1 -1
  49. package/dist-types/commands/DeletePortalCommand.d.ts +1 -1
  50. package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
  51. package/dist-types/commands/DeleteTimeSeriesCommand.d.ts +56 -0
  52. package/dist-types/commands/DescribeAccessPolicyCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeAssetCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeAssetModelCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeGatewayCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribePortalCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeProjectCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeStorageConfigurationCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeTimeSeriesCommand.d.ts +54 -0
  65. package/dist-types/commands/DisassociateAssetsCommand.d.ts +1 -1
  66. package/dist-types/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +35 -0
  67. package/dist-types/commands/GetAssetPropertyAggregatesCommand.d.ts +1 -1
  68. package/dist-types/commands/GetAssetPropertyValueCommand.d.ts +1 -1
  69. package/dist-types/commands/GetAssetPropertyValueHistoryCommand.d.ts +1 -1
  70. package/dist-types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +3 -3
  71. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +1 -1
  72. package/dist-types/commands/ListAssetModelsCommand.d.ts +1 -1
  73. package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +1 -1
  74. package/dist-types/commands/ListAssetsCommand.d.ts +1 -1
  75. package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +1 -1
  76. package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
  77. package/dist-types/commands/ListGatewaysCommand.d.ts +1 -1
  78. package/dist-types/commands/ListPortalsCommand.d.ts +1 -1
  79. package/dist-types/commands/ListProjectAssetsCommand.d.ts +1 -1
  80. package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
  81. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  82. package/dist-types/commands/ListTimeSeriesCommand.d.ts +35 -0
  83. package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +1 -1
  84. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +1 -1
  85. package/dist-types/commands/PutStorageConfigurationCommand.d.ts +1 -1
  86. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  87. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  88. package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +1 -1
  89. package/dist-types/commands/UpdateAssetCommand.d.ts +1 -1
  90. package/dist-types/commands/UpdateAssetModelCommand.d.ts +1 -1
  91. package/dist-types/commands/UpdateAssetPropertyCommand.d.ts +1 -1
  92. package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
  93. package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +1 -1
  94. package/dist-types/commands/UpdateGatewayCommand.d.ts +1 -1
  95. package/dist-types/commands/UpdatePortalCommand.d.ts +1 -1
  96. package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
  97. package/dist-types/commands/index.d.ts +5 -0
  98. package/dist-types/models/models_0.d.ts +393 -73
  99. package/dist-types/pagination/ListTimeSeriesPaginator.d.ts +4 -0
  100. package/dist-types/pagination/index.d.ts +1 -0
  101. package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
  102. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  103. package/dist-types/runtimeConfig.d.ts +2 -0
  104. package/dist-types/runtimeConfig.native.d.ts +2 -0
  105. package/dist-types/ts3.4/IoTSiteWise.d.ts +25 -0
  106. package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +11 -2
  107. package/dist-types/ts3.4/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/DeleteTimeSeriesCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/DescribeTimeSeriesCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/ListTimeSeriesCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  113. package/dist-types/ts3.4/models/models_0.d.ts +139 -0
  114. package/dist-types/ts3.4/pagination/ListTimeSeriesPaginator.d.ts +4 -0
  115. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  116. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +15 -0
  117. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  118. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  119. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  120. package/package.json +24 -24
@@ -4,6 +4,7 @@ exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
+ const config_resolver_1 = require("@aws-sdk/config-resolver");
7
8
  const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
8
9
  const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
9
10
  const middleware_retry_1 = require("@aws-sdk/middleware-retry");
@@ -13,7 +14,7 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
13
14
  const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
14
15
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
15
16
  const getRuntimeConfig = (config) => {
16
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
17
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
17
18
  const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
18
19
  return {
19
20
  ...clientSharedValues,
@@ -30,8 +31,10 @@ const getRuntimeConfig = (config) => {
30
31
  retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (() => Promise.resolve(middleware_retry_1.DEFAULT_RETRY_MODE)),
31
32
  sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : sha256_browser_1.Sha256,
32
33
  streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : fetch_http_handler_1.streamCollector,
33
- utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : util_utf8_browser_1.fromUtf8,
34
- utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : util_utf8_browser_1.toUtf8,
34
+ useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
35
+ useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_FIPS_ENDPOINT)),
36
+ utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : util_utf8_browser_1.fromUtf8,
37
+ utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : util_utf8_browser_1.toUtf8,
35
38
  };
36
39
  };
37
40
  exports.getRuntimeConfig = getRuntimeConfig;
@@ -17,7 +17,7 @@ const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
17
17
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
18
18
  const smithy_client_1 = require("@aws-sdk/smithy-client");
19
19
  const getRuntimeConfig = (config) => {
20
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
20
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
21
21
  smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
22
22
  const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
23
23
  return {
@@ -35,8 +35,10 @@ const getRuntimeConfig = (config) => {
35
35
  retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig(middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS),
36
36
  sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"),
37
37
  streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector,
38
- utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : util_utf8_node_1.fromUtf8,
39
- utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : util_utf8_node_1.toUtf8,
38
+ useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
39
+ useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
40
+ utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : util_utf8_node_1.fromUtf8,
41
+ utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : util_utf8_node_1.toUtf8,
40
42
  };
41
43
  };
42
44
  exports.getRuntimeConfig = getRuntimeConfig;
@@ -1,5 +1,6 @@
1
1
  import { __extends } from "tslib";
2
2
  import { AssociateAssetsCommand, } from "./commands/AssociateAssetsCommand";
3
+ import { AssociateTimeSeriesToAssetPropertyCommand, } from "./commands/AssociateTimeSeriesToAssetPropertyCommand";
3
4
  import { BatchAssociateProjectAssetsCommand, } from "./commands/BatchAssociateProjectAssetsCommand";
4
5
  import { BatchDisassociateProjectAssetsCommand, } from "./commands/BatchDisassociateProjectAssetsCommand";
5
6
  import { BatchPutAssetPropertyValueCommand, } from "./commands/BatchPutAssetPropertyValueCommand";
@@ -17,6 +18,7 @@ import { DeleteDashboardCommand, } from "./commands/DeleteDashboardCommand";
17
18
  import { DeleteGatewayCommand, } from "./commands/DeleteGatewayCommand";
18
19
  import { DeletePortalCommand, } from "./commands/DeletePortalCommand";
19
20
  import { DeleteProjectCommand, } from "./commands/DeleteProjectCommand";
21
+ import { DeleteTimeSeriesCommand, } from "./commands/DeleteTimeSeriesCommand";
20
22
  import { DescribeAccessPolicyCommand, } from "./commands/DescribeAccessPolicyCommand";
21
23
  import { DescribeAssetCommand, } from "./commands/DescribeAssetCommand";
22
24
  import { DescribeAssetModelCommand, } from "./commands/DescribeAssetModelCommand";
@@ -29,7 +31,9 @@ import { DescribeLoggingOptionsCommand, } from "./commands/DescribeLoggingOption
29
31
  import { DescribePortalCommand, } from "./commands/DescribePortalCommand";
30
32
  import { DescribeProjectCommand, } from "./commands/DescribeProjectCommand";
31
33
  import { DescribeStorageConfigurationCommand, } from "./commands/DescribeStorageConfigurationCommand";
34
+ import { DescribeTimeSeriesCommand, } from "./commands/DescribeTimeSeriesCommand";
32
35
  import { DisassociateAssetsCommand, } from "./commands/DisassociateAssetsCommand";
36
+ import { DisassociateTimeSeriesFromAssetPropertyCommand, } from "./commands/DisassociateTimeSeriesFromAssetPropertyCommand";
33
37
  import { GetAssetPropertyAggregatesCommand, } from "./commands/GetAssetPropertyAggregatesCommand";
34
38
  import { GetAssetPropertyValueCommand, } from "./commands/GetAssetPropertyValueCommand";
35
39
  import { GetAssetPropertyValueHistoryCommand, } from "./commands/GetAssetPropertyValueHistoryCommand";
@@ -45,6 +49,7 @@ import { ListPortalsCommand } from "./commands/ListPortalsCommand";
45
49
  import { ListProjectAssetsCommand, } from "./commands/ListProjectAssetsCommand";
46
50
  import { ListProjectsCommand, } from "./commands/ListProjectsCommand";
47
51
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
52
+ import { ListTimeSeriesCommand, } from "./commands/ListTimeSeriesCommand";
48
53
  import { PutDefaultEncryptionConfigurationCommand, } from "./commands/PutDefaultEncryptionConfigurationCommand";
49
54
  import { PutLoggingOptionsCommand, } from "./commands/PutLoggingOptionsCommand";
50
55
  import { PutStorageConfigurationCommand, } from "./commands/PutStorageConfigurationCommand";
@@ -79,6 +84,20 @@ var IoTSiteWise = (function (_super) {
79
84
  return this.send(command, optionsOrCb);
80
85
  }
81
86
  };
87
+ IoTSiteWise.prototype.associateTimeSeriesToAssetProperty = function (args, optionsOrCb, cb) {
88
+ var command = new AssociateTimeSeriesToAssetPropertyCommand(args);
89
+ if (typeof optionsOrCb === "function") {
90
+ this.send(command, optionsOrCb);
91
+ }
92
+ else if (typeof cb === "function") {
93
+ if (typeof optionsOrCb !== "object")
94
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
95
+ this.send(command, optionsOrCb || {}, cb);
96
+ }
97
+ else {
98
+ return this.send(command, optionsOrCb);
99
+ }
100
+ };
82
101
  IoTSiteWise.prototype.batchAssociateProjectAssets = function (args, optionsOrCb, cb) {
83
102
  var command = new BatchAssociateProjectAssetsCommand(args);
84
103
  if (typeof optionsOrCb === "function") {
@@ -317,6 +336,20 @@ var IoTSiteWise = (function (_super) {
317
336
  return this.send(command, optionsOrCb);
318
337
  }
319
338
  };
339
+ IoTSiteWise.prototype.deleteTimeSeries = function (args, optionsOrCb, cb) {
340
+ var command = new DeleteTimeSeriesCommand(args);
341
+ if (typeof optionsOrCb === "function") {
342
+ this.send(command, optionsOrCb);
343
+ }
344
+ else if (typeof cb === "function") {
345
+ if (typeof optionsOrCb !== "object")
346
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
347
+ this.send(command, optionsOrCb || {}, cb);
348
+ }
349
+ else {
350
+ return this.send(command, optionsOrCb);
351
+ }
352
+ };
320
353
  IoTSiteWise.prototype.describeAccessPolicy = function (args, optionsOrCb, cb) {
321
354
  var command = new DescribeAccessPolicyCommand(args);
322
355
  if (typeof optionsOrCb === "function") {
@@ -485,6 +518,20 @@ var IoTSiteWise = (function (_super) {
485
518
  return this.send(command, optionsOrCb);
486
519
  }
487
520
  };
521
+ IoTSiteWise.prototype.describeTimeSeries = function (args, optionsOrCb, cb) {
522
+ var command = new DescribeTimeSeriesCommand(args);
523
+ if (typeof optionsOrCb === "function") {
524
+ this.send(command, optionsOrCb);
525
+ }
526
+ else if (typeof cb === "function") {
527
+ if (typeof optionsOrCb !== "object")
528
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
529
+ this.send(command, optionsOrCb || {}, cb);
530
+ }
531
+ else {
532
+ return this.send(command, optionsOrCb);
533
+ }
534
+ };
488
535
  IoTSiteWise.prototype.disassociateAssets = function (args, optionsOrCb, cb) {
489
536
  var command = new DisassociateAssetsCommand(args);
490
537
  if (typeof optionsOrCb === "function") {
@@ -499,6 +546,20 @@ var IoTSiteWise = (function (_super) {
499
546
  return this.send(command, optionsOrCb);
500
547
  }
501
548
  };
549
+ IoTSiteWise.prototype.disassociateTimeSeriesFromAssetProperty = function (args, optionsOrCb, cb) {
550
+ var command = new DisassociateTimeSeriesFromAssetPropertyCommand(args);
551
+ if (typeof optionsOrCb === "function") {
552
+ this.send(command, optionsOrCb);
553
+ }
554
+ else if (typeof cb === "function") {
555
+ if (typeof optionsOrCb !== "object")
556
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
557
+ this.send(command, optionsOrCb || {}, cb);
558
+ }
559
+ else {
560
+ return this.send(command, optionsOrCb);
561
+ }
562
+ };
502
563
  IoTSiteWise.prototype.getAssetPropertyAggregates = function (args, optionsOrCb, cb) {
503
564
  var command = new GetAssetPropertyAggregatesCommand(args);
504
565
  if (typeof optionsOrCb === "function") {
@@ -709,6 +770,20 @@ var IoTSiteWise = (function (_super) {
709
770
  return this.send(command, optionsOrCb);
710
771
  }
711
772
  };
773
+ IoTSiteWise.prototype.listTimeSeries = function (args, optionsOrCb, cb) {
774
+ var command = new ListTimeSeriesCommand(args);
775
+ if (typeof optionsOrCb === "function") {
776
+ this.send(command, optionsOrCb);
777
+ }
778
+ else if (typeof cb === "function") {
779
+ if (typeof optionsOrCb !== "object")
780
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
781
+ this.send(command, optionsOrCb || {}, cb);
782
+ }
783
+ else {
784
+ return this.send(command, optionsOrCb);
785
+ }
786
+ };
712
787
  IoTSiteWise.prototype.putDefaultEncryptionConfiguration = function (args, optionsOrCb, cb) {
713
788
  var command = new PutDefaultEncryptionConfigurationCommand(args);
714
789
  if (typeof optionsOrCb === "function") {
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { AssociateTimeSeriesToAssetPropertyRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand, serializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand, } from "../protocols/Aws_restJson1";
6
+ var AssociateTimeSeriesToAssetPropertyCommand = (function (_super) {
7
+ __extends(AssociateTimeSeriesToAssetPropertyCommand, _super);
8
+ function AssociateTimeSeriesToAssetPropertyCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ AssociateTimeSeriesToAssetPropertyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ 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 = "AssociateTimeSeriesToAssetPropertyCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: AssociateTimeSeriesToAssetPropertyRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: function (output) { return output; },
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ AssociateTimeSeriesToAssetPropertyCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand(input, context);
33
+ };
34
+ AssociateTimeSeriesToAssetPropertyCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand(output, context);
36
+ };
37
+ return AssociateTimeSeriesToAssetPropertyCommand;
38
+ }($Command));
39
+ export { AssociateTimeSeriesToAssetPropertyCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DeleteTimeSeriesRequest } from "../models/models_0";
5
+ 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;
12
+ }
13
+ DeleteTimeSeriesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ 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,
23
+ inputFilterSensitiveLog: DeleteTimeSeriesRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: function (output) { return output; },
25
+ };
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) {
32
+ return serializeAws_restJson1DeleteTimeSeriesCommand(input, context);
33
+ };
34
+ DeleteTimeSeriesCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1DeleteTimeSeriesCommand(output, context);
36
+ };
37
+ return DeleteTimeSeriesCommand;
38
+ }($Command));
39
+ export { DeleteTimeSeriesCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeTimeSeriesRequest, DescribeTimeSeriesResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeTimeSeriesCommand, serializeAws_restJson1DescribeTimeSeriesCommand, } from "../protocols/Aws_restJson1";
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;
12
+ }
13
+ DescribeTimeSeriesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ 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 = "DescribeTimeSeriesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DescribeTimeSeriesRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeTimeSeriesResponse.filterSensitiveLog,
25
+ };
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) {
32
+ return serializeAws_restJson1DescribeTimeSeriesCommand(input, context);
33
+ };
34
+ DescribeTimeSeriesCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1DescribeTimeSeriesCommand(output, context);
36
+ };
37
+ return DescribeTimeSeriesCommand;
38
+ }($Command));
39
+ export { DescribeTimeSeriesCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DisassociateTimeSeriesFromAssetPropertyRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1DisassociateTimeSeriesFromAssetPropertyCommand, serializeAws_restJson1DisassociateTimeSeriesFromAssetPropertyCommand, } from "../protocols/Aws_restJson1";
6
+ var DisassociateTimeSeriesFromAssetPropertyCommand = (function (_super) {
7
+ __extends(DisassociateTimeSeriesFromAssetPropertyCommand, _super);
8
+ function DisassociateTimeSeriesFromAssetPropertyCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DisassociateTimeSeriesFromAssetPropertyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ 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 = "DisassociateTimeSeriesFromAssetPropertyCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DisassociateTimeSeriesFromAssetPropertyRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: function (output) { return output; },
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DisassociateTimeSeriesFromAssetPropertyCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1DisassociateTimeSeriesFromAssetPropertyCommand(input, context);
33
+ };
34
+ DisassociateTimeSeriesFromAssetPropertyCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1DisassociateTimeSeriesFromAssetPropertyCommand(output, context);
36
+ };
37
+ return DisassociateTimeSeriesFromAssetPropertyCommand;
38
+ }($Command));
39
+ export { DisassociateTimeSeriesFromAssetPropertyCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListTimeSeriesRequest, ListTimeSeriesResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListTimeSeriesCommand, serializeAws_restJson1ListTimeSeriesCommand, } from "../protocols/Aws_restJson1";
6
+ var ListTimeSeriesCommand = (function (_super) {
7
+ __extends(ListTimeSeriesCommand, _super);
8
+ function ListTimeSeriesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ ListTimeSeriesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ 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 = "ListTimeSeriesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: ListTimeSeriesRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: ListTimeSeriesResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListTimeSeriesCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1ListTimeSeriesCommand(input, context);
33
+ };
34
+ ListTimeSeriesCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1ListTimeSeriesCommand(output, context);
36
+ };
37
+ return ListTimeSeriesCommand;
38
+ }($Command));
39
+ export { ListTimeSeriesCommand };
@@ -1,4 +1,5 @@
1
1
  export * from "./AssociateAssetsCommand";
2
+ export * from "./AssociateTimeSeriesToAssetPropertyCommand";
2
3
  export * from "./BatchAssociateProjectAssetsCommand";
3
4
  export * from "./BatchDisassociateProjectAssetsCommand";
4
5
  export * from "./BatchPutAssetPropertyValueCommand";
@@ -16,6 +17,7 @@ export * from "./DeleteDashboardCommand";
16
17
  export * from "./DeleteGatewayCommand";
17
18
  export * from "./DeletePortalCommand";
18
19
  export * from "./DeleteProjectCommand";
20
+ export * from "./DeleteTimeSeriesCommand";
19
21
  export * from "./DescribeAccessPolicyCommand";
20
22
  export * from "./DescribeAssetCommand";
21
23
  export * from "./DescribeAssetModelCommand";
@@ -28,7 +30,9 @@ export * from "./DescribeLoggingOptionsCommand";
28
30
  export * from "./DescribePortalCommand";
29
31
  export * from "./DescribeProjectCommand";
30
32
  export * from "./DescribeStorageConfigurationCommand";
33
+ export * from "./DescribeTimeSeriesCommand";
31
34
  export * from "./DisassociateAssetsCommand";
35
+ export * from "./DisassociateTimeSeriesFromAssetPropertyCommand";
32
36
  export * from "./GetAssetPropertyAggregatesCommand";
33
37
  export * from "./GetAssetPropertyValueCommand";
34
38
  export * from "./GetAssetPropertyValueHistoryCommand";
@@ -44,6 +48,7 @@ export * from "./ListPortalsCommand";
44
48
  export * from "./ListProjectAssetsCommand";
45
49
  export * from "./ListProjectsCommand";
46
50
  export * from "./ListTagsForResourceCommand";
51
+ export * from "./ListTimeSeriesCommand";
47
52
  export * from "./PutDefaultEncryptionConfigurationCommand";
48
53
  export * from "./PutLoggingOptionsCommand";
49
54
  export * from "./PutStorageConfigurationCommand";
@@ -27,27 +27,96 @@ var partitionHash = {
27
27
  "us-west-2",
28
28
  ],
29
29
  regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
30
- hostname: "iotsitewise.{region}.amazonaws.com",
30
+ variants: [
31
+ {
32
+ hostname: "iotsitewise.{region}.amazonaws.com",
33
+ tags: [],
34
+ },
35
+ {
36
+ hostname: "iotsitewise-fips.{region}.amazonaws.com",
37
+ tags: ["fips"],
38
+ },
39
+ {
40
+ hostname: "iotsitewise-fips.{region}.api.aws",
41
+ tags: ["dualstack", "fips"],
42
+ },
43
+ {
44
+ hostname: "iotsitewise.{region}.api.aws",
45
+ tags: ["dualstack"],
46
+ },
47
+ ],
31
48
  },
32
49
  "aws-cn": {
33
50
  regions: ["cn-north-1", "cn-northwest-1"],
34
51
  regionRegex: "^cn\\-\\w+\\-\\d+$",
35
- hostname: "iotsitewise.{region}.amazonaws.com.cn",
52
+ variants: [
53
+ {
54
+ hostname: "iotsitewise.{region}.amazonaws.com.cn",
55
+ tags: [],
56
+ },
57
+ {
58
+ hostname: "iotsitewise-fips.{region}.amazonaws.com.cn",
59
+ tags: ["fips"],
60
+ },
61
+ {
62
+ hostname: "iotsitewise-fips.{region}.api.amazonwebservices.com.cn",
63
+ tags: ["dualstack", "fips"],
64
+ },
65
+ {
66
+ hostname: "iotsitewise.{region}.api.amazonwebservices.com.cn",
67
+ tags: ["dualstack"],
68
+ },
69
+ ],
36
70
  },
37
71
  "aws-iso": {
38
72
  regions: ["us-iso-east-1", "us-iso-west-1"],
39
73
  regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
40
- hostname: "iotsitewise.{region}.c2s.ic.gov",
74
+ variants: [
75
+ {
76
+ hostname: "iotsitewise.{region}.c2s.ic.gov",
77
+ tags: [],
78
+ },
79
+ {
80
+ hostname: "iotsitewise-fips.{region}.c2s.ic.gov",
81
+ tags: ["fips"],
82
+ },
83
+ ],
41
84
  },
42
85
  "aws-iso-b": {
43
86
  regions: ["us-isob-east-1"],
44
87
  regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
45
- hostname: "iotsitewise.{region}.sc2s.sgov.gov",
88
+ variants: [
89
+ {
90
+ hostname: "iotsitewise.{region}.sc2s.sgov.gov",
91
+ tags: [],
92
+ },
93
+ {
94
+ hostname: "iotsitewise-fips.{region}.sc2s.sgov.gov",
95
+ tags: ["fips"],
96
+ },
97
+ ],
46
98
  },
47
99
  "aws-us-gov": {
48
100
  regions: ["us-gov-east-1", "us-gov-west-1"],
49
101
  regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
50
- hostname: "iotsitewise.{region}.amazonaws.com",
102
+ variants: [
103
+ {
104
+ hostname: "iotsitewise.{region}.amazonaws.com",
105
+ tags: [],
106
+ },
107
+ {
108
+ hostname: "iotsitewise-fips.{region}.amazonaws.com",
109
+ tags: ["fips"],
110
+ },
111
+ {
112
+ hostname: "iotsitewise-fips.{region}.api.aws",
113
+ tags: ["dualstack", "fips"],
114
+ },
115
+ {
116
+ hostname: "iotsitewise.{region}.api.aws",
117
+ tags: ["dualstack"],
118
+ },
119
+ ],
51
120
  },
52
121
  };
53
122
  export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
@@ -297,6 +297,10 @@ export var AssociatedAssetsSummary;
297
297
  (function (AssociatedAssetsSummary) {
298
298
  AssociatedAssetsSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
299
299
  })(AssociatedAssetsSummary || (AssociatedAssetsSummary = {}));
300
+ export var AssociateTimeSeriesToAssetPropertyRequest;
301
+ (function (AssociateTimeSeriesToAssetPropertyRequest) {
302
+ AssociateTimeSeriesToAssetPropertyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
303
+ })(AssociateTimeSeriesToAssetPropertyRequest || (AssociateTimeSeriesToAssetPropertyRequest = {}));
300
304
  export var AuthMode;
301
305
  (function (AuthMode) {
302
306
  AuthMode["IAM"] = "IAM";
@@ -508,6 +512,10 @@ export var DeleteProjectResponse;
508
512
  (function (DeleteProjectResponse) {
509
513
  DeleteProjectResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
510
514
  })(DeleteProjectResponse || (DeleteProjectResponse = {}));
515
+ export var DeleteTimeSeriesRequest;
516
+ (function (DeleteTimeSeriesRequest) {
517
+ DeleteTimeSeriesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
518
+ })(DeleteTimeSeriesRequest || (DeleteTimeSeriesRequest = {}));
511
519
  export var DescribeAccessPolicyRequest;
512
520
  (function (DescribeAccessPolicyRequest) {
513
521
  DescribeAccessPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -652,6 +660,11 @@ export var DescribeStorageConfigurationRequest;
652
660
  (function (DescribeStorageConfigurationRequest) {
653
661
  DescribeStorageConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
654
662
  })(DescribeStorageConfigurationRequest || (DescribeStorageConfigurationRequest = {}));
663
+ export var DisassociatedDataStorageState;
664
+ (function (DisassociatedDataStorageState) {
665
+ DisassociatedDataStorageState["DISABLED"] = "DISABLED";
666
+ DisassociatedDataStorageState["ENABLED"] = "ENABLED";
667
+ })(DisassociatedDataStorageState || (DisassociatedDataStorageState = {}));
655
668
  export var CustomerManagedS3Storage;
656
669
  (function (CustomerManagedS3Storage) {
657
670
  CustomerManagedS3Storage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -669,10 +682,22 @@ export var DescribeStorageConfigurationResponse;
669
682
  (function (DescribeStorageConfigurationResponse) {
670
683
  DescribeStorageConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
671
684
  })(DescribeStorageConfigurationResponse || (DescribeStorageConfigurationResponse = {}));
685
+ export var DescribeTimeSeriesRequest;
686
+ (function (DescribeTimeSeriesRequest) {
687
+ DescribeTimeSeriesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
688
+ })(DescribeTimeSeriesRequest || (DescribeTimeSeriesRequest = {}));
689
+ export var DescribeTimeSeriesResponse;
690
+ (function (DescribeTimeSeriesResponse) {
691
+ DescribeTimeSeriesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
692
+ })(DescribeTimeSeriesResponse || (DescribeTimeSeriesResponse = {}));
672
693
  export var DisassociateAssetsRequest;
673
694
  (function (DisassociateAssetsRequest) {
674
695
  DisassociateAssetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
675
696
  })(DisassociateAssetsRequest || (DisassociateAssetsRequest = {}));
697
+ export var DisassociateTimeSeriesFromAssetPropertyRequest;
698
+ (function (DisassociateTimeSeriesFromAssetPropertyRequest) {
699
+ DisassociateTimeSeriesFromAssetPropertyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
700
+ })(DisassociateTimeSeriesFromAssetPropertyRequest || (DisassociateTimeSeriesFromAssetPropertyRequest = {}));
676
701
  export var TimeOrdering;
677
702
  (function (TimeOrdering) {
678
703
  TimeOrdering["ASCENDING"] = "ASCENDING";
@@ -847,6 +872,23 @@ export var UnauthorizedException;
847
872
  (function (UnauthorizedException) {
848
873
  UnauthorizedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
849
874
  })(UnauthorizedException || (UnauthorizedException = {}));
875
+ export var ListTimeSeriesType;
876
+ (function (ListTimeSeriesType) {
877
+ ListTimeSeriesType["ASSOCIATED"] = "ASSOCIATED";
878
+ ListTimeSeriesType["DISASSOCIATED"] = "DISASSOCIATED";
879
+ })(ListTimeSeriesType || (ListTimeSeriesType = {}));
880
+ export var ListTimeSeriesRequest;
881
+ (function (ListTimeSeriesRequest) {
882
+ ListTimeSeriesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
883
+ })(ListTimeSeriesRequest || (ListTimeSeriesRequest = {}));
884
+ export var TimeSeriesSummary;
885
+ (function (TimeSeriesSummary) {
886
+ TimeSeriesSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
887
+ })(TimeSeriesSummary || (TimeSeriesSummary = {}));
888
+ export var ListTimeSeriesResponse;
889
+ (function (ListTimeSeriesResponse) {
890
+ ListTimeSeriesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
891
+ })(ListTimeSeriesResponse || (ListTimeSeriesResponse = {}));
850
892
  export var PutDefaultEncryptionConfigurationRequest;
851
893
  (function (PutDefaultEncryptionConfigurationRequest) {
852
894
  PutDefaultEncryptionConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };