@aws-sdk/client-iotsitewise 3.42.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 (50) hide show
  1. package/CHANGELOG.md +11 -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/models/models_0.js +62 -4
  10. package/dist-cjs/pagination/ListTimeSeriesPaginator.js +35 -0
  11. package/dist-cjs/pagination/index.js +1 -0
  12. package/dist-cjs/protocols/Aws_restJson1.js +613 -8
  13. package/dist-es/IoTSiteWise.js +75 -0
  14. package/dist-es/commands/AssociateTimeSeriesToAssetPropertyCommand.js +39 -0
  15. package/dist-es/commands/DeleteTimeSeriesCommand.js +39 -0
  16. package/dist-es/commands/DescribeTimeSeriesCommand.js +39 -0
  17. package/dist-es/commands/DisassociateTimeSeriesFromAssetPropertyCommand.js +39 -0
  18. package/dist-es/commands/ListTimeSeriesCommand.js +39 -0
  19. package/dist-es/commands/index.js +5 -0
  20. package/dist-es/models/models_0.js +42 -0
  21. package/dist-es/pagination/ListTimeSeriesPaginator.js +74 -0
  22. package/dist-es/pagination/index.js +1 -0
  23. package/dist-es/protocols/Aws_restJson1.js +790 -109
  24. package/dist-types/IoTSiteWise.d.ts +81 -2
  25. package/dist-types/IoTSiteWiseClient.d.ts +7 -2
  26. package/dist-types/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +35 -0
  27. package/dist-types/commands/CreateProjectCommand.d.ts +4 -0
  28. package/dist-types/commands/DeleteTimeSeriesCommand.d.ts +56 -0
  29. package/dist-types/commands/DescribeTimeSeriesCommand.d.ts +54 -0
  30. package/dist-types/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +35 -0
  31. package/dist-types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +2 -2
  32. package/dist-types/commands/ListTimeSeriesCommand.d.ts +35 -0
  33. package/dist-types/commands/index.d.ts +5 -0
  34. package/dist-types/models/models_0.d.ts +393 -73
  35. package/dist-types/pagination/ListTimeSeriesPaginator.d.ts +4 -0
  36. package/dist-types/pagination/index.d.ts +1 -0
  37. package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
  38. package/dist-types/ts3.4/IoTSiteWise.d.ts +25 -0
  39. package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +7 -2
  40. package/dist-types/ts3.4/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DeleteTimeSeriesCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DescribeTimeSeriesCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/ListTimeSeriesCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  46. package/dist-types/ts3.4/models/models_0.d.ts +139 -0
  47. package/dist-types/ts3.4/pagination/ListTimeSeriesPaginator.d.ts +4 -0
  48. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  49. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +15 -0
  50. package/package.json +2 -2
@@ -1,6 +1,7 @@
1
1
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
2
  import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
3
  import { AssociateAssetsCommandInput, AssociateAssetsCommandOutput } from "../commands/AssociateAssetsCommand";
4
+ import { AssociateTimeSeriesToAssetPropertyCommandInput, AssociateTimeSeriesToAssetPropertyCommandOutput } from "../commands/AssociateTimeSeriesToAssetPropertyCommand";
4
5
  import { BatchAssociateProjectAssetsCommandInput, BatchAssociateProjectAssetsCommandOutput } from "../commands/BatchAssociateProjectAssetsCommand";
5
6
  import { BatchDisassociateProjectAssetsCommandInput, BatchDisassociateProjectAssetsCommandOutput } from "../commands/BatchDisassociateProjectAssetsCommand";
6
7
  import { BatchPutAssetPropertyValueCommandInput, BatchPutAssetPropertyValueCommandOutput } from "../commands/BatchPutAssetPropertyValueCommand";
@@ -18,6 +19,7 @@ import { DeleteDashboardCommandInput, DeleteDashboardCommandOutput } from "../co
18
19
  import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "../commands/DeleteGatewayCommand";
19
20
  import { DeletePortalCommandInput, DeletePortalCommandOutput } from "../commands/DeletePortalCommand";
20
21
  import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "../commands/DeleteProjectCommand";
22
+ import { DeleteTimeSeriesCommandInput, DeleteTimeSeriesCommandOutput } from "../commands/DeleteTimeSeriesCommand";
21
23
  import { DescribeAccessPolicyCommandInput, DescribeAccessPolicyCommandOutput } from "../commands/DescribeAccessPolicyCommand";
22
24
  import { DescribeAssetCommandInput, DescribeAssetCommandOutput } from "../commands/DescribeAssetCommand";
23
25
  import { DescribeAssetModelCommandInput, DescribeAssetModelCommandOutput } from "../commands/DescribeAssetModelCommand";
@@ -30,7 +32,9 @@ import { DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput
30
32
  import { DescribePortalCommandInput, DescribePortalCommandOutput } from "../commands/DescribePortalCommand";
31
33
  import { DescribeProjectCommandInput, DescribeProjectCommandOutput } from "../commands/DescribeProjectCommand";
32
34
  import { DescribeStorageConfigurationCommandInput, DescribeStorageConfigurationCommandOutput } from "../commands/DescribeStorageConfigurationCommand";
35
+ import { DescribeTimeSeriesCommandInput, DescribeTimeSeriesCommandOutput } from "../commands/DescribeTimeSeriesCommand";
33
36
  import { DisassociateAssetsCommandInput, DisassociateAssetsCommandOutput } from "../commands/DisassociateAssetsCommand";
37
+ import { DisassociateTimeSeriesFromAssetPropertyCommandInput, DisassociateTimeSeriesFromAssetPropertyCommandOutput } from "../commands/DisassociateTimeSeriesFromAssetPropertyCommand";
34
38
  import { GetAssetPropertyAggregatesCommandInput, GetAssetPropertyAggregatesCommandOutput } from "../commands/GetAssetPropertyAggregatesCommand";
35
39
  import { GetAssetPropertyValueCommandInput, GetAssetPropertyValueCommandOutput } from "../commands/GetAssetPropertyValueCommand";
36
40
  import { GetAssetPropertyValueHistoryCommandInput, GetAssetPropertyValueHistoryCommandOutput } from "../commands/GetAssetPropertyValueHistoryCommand";
@@ -46,6 +50,7 @@ import { ListPortalsCommandInput, ListPortalsCommandOutput } from "../commands/L
46
50
  import { ListProjectAssetsCommandInput, ListProjectAssetsCommandOutput } from "../commands/ListProjectAssetsCommand";
47
51
  import { ListProjectsCommandInput, ListProjectsCommandOutput } from "../commands/ListProjectsCommand";
48
52
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
53
+ import { ListTimeSeriesCommandInput, ListTimeSeriesCommandOutput } from "../commands/ListTimeSeriesCommand";
49
54
  import { PutDefaultEncryptionConfigurationCommandInput, PutDefaultEncryptionConfigurationCommandOutput } from "../commands/PutDefaultEncryptionConfigurationCommand";
50
55
  import { PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput } from "../commands/PutLoggingOptionsCommand";
51
56
  import { PutStorageConfigurationCommandInput, PutStorageConfigurationCommandOutput } from "../commands/PutStorageConfigurationCommand";
@@ -61,6 +66,7 @@ import { UpdateGatewayCommandInput, UpdateGatewayCommandOutput } from "../comman
61
66
  import { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "../commands/UpdatePortalCommand";
62
67
  import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "../commands/UpdateProjectCommand";
63
68
  export declare const serializeAws_restJson1AssociateAssetsCommand: (input: AssociateAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
+ export declare const serializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand: (input: AssociateTimeSeriesToAssetPropertyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
70
  export declare const serializeAws_restJson1BatchAssociateProjectAssetsCommand: (input: BatchAssociateProjectAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
71
  export declare const serializeAws_restJson1BatchDisassociateProjectAssetsCommand: (input: BatchDisassociateProjectAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
72
  export declare const serializeAws_restJson1BatchPutAssetPropertyValueCommand: (input: BatchPutAssetPropertyValueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -78,6 +84,7 @@ export declare const serializeAws_restJson1DeleteDashboardCommand: (input: Delet
78
84
  export declare const serializeAws_restJson1DeleteGatewayCommand: (input: DeleteGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
85
  export declare const serializeAws_restJson1DeletePortalCommand: (input: DeletePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
86
  export declare const serializeAws_restJson1DeleteProjectCommand: (input: DeleteProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
+ export declare const serializeAws_restJson1DeleteTimeSeriesCommand: (input: DeleteTimeSeriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
88
  export declare const serializeAws_restJson1DescribeAccessPolicyCommand: (input: DescribeAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
89
  export declare const serializeAws_restJson1DescribeAssetCommand: (input: DescribeAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
90
  export declare const serializeAws_restJson1DescribeAssetModelCommand: (input: DescribeAssetModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -90,7 +97,9 @@ export declare const serializeAws_restJson1DescribeLoggingOptionsCommand: (input
90
97
  export declare const serializeAws_restJson1DescribePortalCommand: (input: DescribePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
98
  export declare const serializeAws_restJson1DescribeProjectCommand: (input: DescribeProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
99
  export declare const serializeAws_restJson1DescribeStorageConfigurationCommand: (input: DescribeStorageConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
+ export declare const serializeAws_restJson1DescribeTimeSeriesCommand: (input: DescribeTimeSeriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
101
  export declare const serializeAws_restJson1DisassociateAssetsCommand: (input: DisassociateAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
+ export declare const serializeAws_restJson1DisassociateTimeSeriesFromAssetPropertyCommand: (input: DisassociateTimeSeriesFromAssetPropertyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
103
  export declare const serializeAws_restJson1GetAssetPropertyAggregatesCommand: (input: GetAssetPropertyAggregatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
104
  export declare const serializeAws_restJson1GetAssetPropertyValueCommand: (input: GetAssetPropertyValueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
105
  export declare const serializeAws_restJson1GetAssetPropertyValueHistoryCommand: (input: GetAssetPropertyValueHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -106,6 +115,7 @@ export declare const serializeAws_restJson1ListPortalsCommand: (input: ListPorta
106
115
  export declare const serializeAws_restJson1ListProjectAssetsCommand: (input: ListProjectAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
116
  export declare const serializeAws_restJson1ListProjectsCommand: (input: ListProjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
117
  export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
+ export declare const serializeAws_restJson1ListTimeSeriesCommand: (input: ListTimeSeriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
119
  export declare const serializeAws_restJson1PutDefaultEncryptionConfigurationCommand: (input: PutDefaultEncryptionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
120
  export declare const serializeAws_restJson1PutLoggingOptionsCommand: (input: PutLoggingOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
121
  export declare const serializeAws_restJson1PutStorageConfigurationCommand: (input: PutStorageConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -121,6 +131,7 @@ export declare const serializeAws_restJson1UpdateGatewayCapabilityConfigurationC
121
131
  export declare const serializeAws_restJson1UpdatePortalCommand: (input: UpdatePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
132
  export declare const serializeAws_restJson1UpdateProjectCommand: (input: UpdateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
133
  export declare const deserializeAws_restJson1AssociateAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAssetsCommandOutput>;
134
+ export declare const deserializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTimeSeriesToAssetPropertyCommandOutput>;
124
135
  export declare const deserializeAws_restJson1BatchAssociateProjectAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAssociateProjectAssetsCommandOutput>;
125
136
  export declare const deserializeAws_restJson1BatchDisassociateProjectAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDisassociateProjectAssetsCommandOutput>;
126
137
  export declare const deserializeAws_restJson1BatchPutAssetPropertyValueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchPutAssetPropertyValueCommandOutput>;
@@ -138,6 +149,7 @@ export declare const deserializeAws_restJson1DeleteDashboardCommand: (output: __
138
149
  export declare const deserializeAws_restJson1DeleteGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGatewayCommandOutput>;
139
150
  export declare const deserializeAws_restJson1DeletePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePortalCommandOutput>;
140
151
  export declare const deserializeAws_restJson1DeleteProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProjectCommandOutput>;
152
+ export declare const deserializeAws_restJson1DeleteTimeSeriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTimeSeriesCommandOutput>;
141
153
  export declare const deserializeAws_restJson1DescribeAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccessPolicyCommandOutput>;
142
154
  export declare const deserializeAws_restJson1DescribeAssetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAssetCommandOutput>;
143
155
  export declare const deserializeAws_restJson1DescribeAssetModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAssetModelCommandOutput>;
@@ -150,7 +162,9 @@ export declare const deserializeAws_restJson1DescribeLoggingOptionsCommand: (out
150
162
  export declare const deserializeAws_restJson1DescribePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePortalCommandOutput>;
151
163
  export declare const deserializeAws_restJson1DescribeProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProjectCommandOutput>;
152
164
  export declare const deserializeAws_restJson1DescribeStorageConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStorageConfigurationCommandOutput>;
165
+ export declare const deserializeAws_restJson1DescribeTimeSeriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTimeSeriesCommandOutput>;
153
166
  export declare const deserializeAws_restJson1DisassociateAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateAssetsCommandOutput>;
167
+ export declare const deserializeAws_restJson1DisassociateTimeSeriesFromAssetPropertyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTimeSeriesFromAssetPropertyCommandOutput>;
154
168
  export declare const deserializeAws_restJson1GetAssetPropertyAggregatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssetPropertyAggregatesCommandOutput>;
155
169
  export declare const deserializeAws_restJson1GetAssetPropertyValueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssetPropertyValueCommandOutput>;
156
170
  export declare const deserializeAws_restJson1GetAssetPropertyValueHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssetPropertyValueHistoryCommandOutput>;
@@ -166,6 +180,7 @@ export declare const deserializeAws_restJson1ListPortalsCommand: (output: __Http
166
180
  export declare const deserializeAws_restJson1ListProjectAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProjectAssetsCommandOutput>;
167
181
  export declare const deserializeAws_restJson1ListProjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProjectsCommandOutput>;
168
182
  export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
183
+ export declare const deserializeAws_restJson1ListTimeSeriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTimeSeriesCommandOutput>;
169
184
  export declare const deserializeAws_restJson1PutDefaultEncryptionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDefaultEncryptionConfigurationCommandOutput>;
170
185
  export declare const deserializeAws_restJson1PutLoggingOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutLoggingOptionsCommandOutput>;
171
186
  export declare const deserializeAws_restJson1PutStorageConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutStorageConfigurationCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iotsitewise",
3
3
  "description": "AWS SDK for JavaScript Iotsitewise Client for Node.js, Browser and React Native",
4
- "version": "3.42.0",
4
+ "version": "3.43.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.42.0",
24
+ "@aws-sdk/client-sts": "3.43.0",
25
25
  "@aws-sdk/config-resolver": "3.40.0",
26
26
  "@aws-sdk/credential-provider-node": "3.41.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",