@aws-sdk/client-iotsitewise 3.327.0 → 3.329.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.
package/README.md CHANGED
@@ -2,9 +2,6 @@
2
2
 
3
3
  # @aws-sdk/client-iotsitewise
4
4
 
5
- [![NPM version](https://img.shields.io/npm/v/@aws-sdk/client-iotsitewise/latest.svg)](https://www.npmjs.com/package/@aws-sdk/client-iotsitewise)
6
- [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/client-iotsitewise.svg)](https://www.npmjs.com/package/@aws-sdk/client-iotsitewise)
7
-
8
5
  ## Description
9
6
 
10
7
  AWS SDK for JavaScript IoTSiteWise Client for Node.js, Browser and React Native.
@@ -1619,11 +1619,11 @@ export interface BatchGetAssetPropertyAggregatesRequest {
1619
1619
  * first.</p>
1620
1620
  * <ul>
1621
1621
  * <li>
1622
- * <p>The size of the result set is less than 1 MB.</p>
1622
+ * <p>The size of the result set is equal to 1 MB.</p>
1623
1623
  * </li>
1624
1624
  * <li>
1625
- * <p>The number of data points in the result set is less than the value of
1626
- * <code>maxResults</code>. The maximum value of <code>maxResults</code> is 4000.</p>
1625
+ * <p>The number of data points in the result set is equal to the value of
1626
+ * <code>maxResults</code>. The maximum value of <code>maxResults</code> is 4000.</p>
1627
1627
  * </li>
1628
1628
  * </ul>
1629
1629
  */
@@ -1982,11 +1982,11 @@ export interface BatchGetAssetPropertyValueHistoryRequest {
1982
1982
  * first.</p>
1983
1983
  * <ul>
1984
1984
  * <li>
1985
- * <p>The size of the result set is less than 1 MB.</p>
1985
+ * <p>The size of the result set is equal to 4 MB.</p>
1986
1986
  * </li>
1987
1987
  * <li>
1988
- * <p>The number of data points in the result set is less than the value of
1989
- * <code>maxResults</code>. The maximum value of <code>maxResults</code> is 4000.</p>
1988
+ * <p>The number of data points in the result set is equal to the value of
1989
+ * <code>maxResults</code>. The maximum value of <code>maxResults</code> is 20000.</p>
1990
1990
  * </li>
1991
1991
  * </ul>
1992
1992
  */
@@ -4156,8 +4156,17 @@ export interface GetAssetPropertyAggregatesRequest {
4156
4156
  */
4157
4157
  nextToken?: string;
4158
4158
  /**
4159
- * <p>The maximum number of results to return for each paginated request.</p>
4160
- * <p>Default: 100</p>
4159
+ * <p>The maximum number of results to return for each paginated request. A result set is returned in the two cases, whichever occurs
4160
+ * first.</p>
4161
+ * <ul>
4162
+ * <li>
4163
+ * <p>The size of the result set is equal to 1 MB.</p>
4164
+ * </li>
4165
+ * <li>
4166
+ * <p>The number of data points in the result set is equal to the value of
4167
+ * <code>maxResults</code>. The maximum value of <code>maxResults</code> is 250.</p>
4168
+ * </li>
4169
+ * </ul>
4161
4170
  */
4162
4171
  maxResults?: number;
4163
4172
  }
@@ -4245,8 +4254,17 @@ export interface GetAssetPropertyValueHistoryRequest {
4245
4254
  */
4246
4255
  nextToken?: string;
4247
4256
  /**
4248
- * <p>The maximum number of results to return for each paginated request.</p>
4249
- * <p>Default: 100</p>
4257
+ * <p>The maximum number of results to return for each paginated request. A result set is returned in the two cases, whichever occurs
4258
+ * first.</p>
4259
+ * <ul>
4260
+ * <li>
4261
+ * <p>The size of the result set is equal to 4 MB.</p>
4262
+ * </li>
4263
+ * <li>
4264
+ * <p>The number of data points in the result set is equal to the value of
4265
+ * <code>maxResults</code>. The maximum value of <code>maxResults</code> is 20000.</p>
4266
+ * </li>
4267
+ * </ul>
4250
4268
  */
4251
4269
  maxResults?: number;
4252
4270
  }
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.327.0",
4
+ "version": "3.329.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,39 +21,39 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.327.0",
25
- "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.327.0",
27
- "@aws-sdk/fetch-http-handler": "3.310.0",
28
- "@aws-sdk/hash-node": "3.310.0",
29
- "@aws-sdk/invalid-dependency": "3.310.0",
30
- "@aws-sdk/middleware-content-length": "3.325.0",
31
- "@aws-sdk/middleware-endpoint": "3.325.0",
32
- "@aws-sdk/middleware-host-header": "3.325.0",
33
- "@aws-sdk/middleware-logger": "3.325.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.325.0",
35
- "@aws-sdk/middleware-retry": "3.327.0",
36
- "@aws-sdk/middleware-serde": "3.325.0",
37
- "@aws-sdk/middleware-signing": "3.325.0",
38
- "@aws-sdk/middleware-stack": "3.325.0",
39
- "@aws-sdk/middleware-user-agent": "3.327.0",
40
- "@aws-sdk/node-config-provider": "3.310.0",
41
- "@aws-sdk/node-http-handler": "3.321.1",
42
- "@aws-sdk/protocol-http": "3.310.0",
43
- "@aws-sdk/smithy-client": "3.325.0",
44
- "@aws-sdk/types": "3.310.0",
45
- "@aws-sdk/url-parser": "3.310.0",
24
+ "@aws-sdk/client-sts": "3.329.0",
25
+ "@aws-sdk/config-resolver": "3.329.0",
26
+ "@aws-sdk/credential-provider-node": "3.329.0",
27
+ "@aws-sdk/fetch-http-handler": "3.329.0",
28
+ "@aws-sdk/hash-node": "3.329.0",
29
+ "@aws-sdk/invalid-dependency": "3.329.0",
30
+ "@aws-sdk/middleware-content-length": "3.329.0",
31
+ "@aws-sdk/middleware-endpoint": "3.329.0",
32
+ "@aws-sdk/middleware-host-header": "3.329.0",
33
+ "@aws-sdk/middleware-logger": "3.329.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.329.0",
35
+ "@aws-sdk/middleware-retry": "3.329.0",
36
+ "@aws-sdk/middleware-serde": "3.329.0",
37
+ "@aws-sdk/middleware-signing": "3.329.0",
38
+ "@aws-sdk/middleware-stack": "3.329.0",
39
+ "@aws-sdk/middleware-user-agent": "3.329.0",
40
+ "@aws-sdk/node-config-provider": "3.329.0",
41
+ "@aws-sdk/node-http-handler": "3.329.0",
42
+ "@aws-sdk/protocol-http": "3.329.0",
43
+ "@aws-sdk/smithy-client": "3.329.0",
44
+ "@aws-sdk/types": "3.329.0",
45
+ "@aws-sdk/url-parser": "3.329.0",
46
46
  "@aws-sdk/util-base64": "3.310.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.310.0",
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.325.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.325.0",
51
- "@aws-sdk/util-endpoints": "3.327.0",
52
- "@aws-sdk/util-retry": "3.327.0",
53
- "@aws-sdk/util-user-agent-browser": "3.310.0",
54
- "@aws-sdk/util-user-agent-node": "3.310.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.329.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.329.0",
51
+ "@aws-sdk/util-endpoints": "3.329.0",
52
+ "@aws-sdk/util-retry": "3.329.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.329.0",
54
+ "@aws-sdk/util-user-agent-node": "3.329.0",
55
55
  "@aws-sdk/util-utf8": "3.310.0",
56
- "@aws-sdk/util-waiter": "3.310.0",
56
+ "@aws-sdk/util-waiter": "3.329.0",
57
57
  "tslib": "^2.5.0",
58
58
  "uuid": "^8.3.2"
59
59
  },