@aws-sdk/client-iot 3.523.0 → 3.524.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.
@@ -2016,7 +2016,10 @@ export interface AssociateTargetsWithJobRequest {
2016
2016
  * <code>$aws/things/<i>THING_NAME</i>/jobs/<i>JOB_ID</i>/notify-namespace-<i>NAMESPACE_ID</i>/</code>
2017
2017
  * </p>
2018
2018
  * <note>
2019
- * <p>The <code>namespaceId</code> feature is in public preview.</p>
2019
+ * <p>The <code>namespaceId</code> feature is only supported by IoT Greengrass at
2020
+ * this time. For more information, see <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html">Setting
2021
+ * up IoT Greengrass core devices.</a>
2022
+ * </p>
2020
2023
  * </note>
2021
2024
  */
2022
2025
  namespaceId?: string;
@@ -4320,7 +4323,10 @@ export interface CreateJobRequest {
4320
4323
  * <code>$aws/things/<i>THING_NAME</i>/jobs/<i>JOB_ID</i>/notify-namespace-<i>NAMESPACE_ID</i>/</code>
4321
4324
  * </p>
4322
4325
  * <note>
4323
- * <p>The <code>namespaceId</code> feature is in public preview.</p>
4326
+ * <p>The <code>namespaceId</code> feature is only supported by IoT Greengrass at
4327
+ * this time. For more information, see <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html">Setting
4328
+ * up IoT Greengrass core devices.</a>
4329
+ * </p>
4324
4330
  * </note>
4325
4331
  */
4326
4332
  namespaceId?: string;
@@ -117,7 +117,10 @@ export interface DeleteJobRequest {
117
117
  * <code>$aws/things/<i>THING_NAME</i>/jobs/<i>JOB_ID</i>/notify-namespace-<i>NAMESPACE_ID</i>/</code>
118
118
  * </p>
119
119
  * <note>
120
- * <p>The <code>namespaceId</code> feature is in public preview.</p>
120
+ * <p>The <code>namespaceId</code> feature is only supported by IoT Greengrass at
121
+ * this time. For more information, see <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html">Setting
122
+ * up IoT Greengrass core devices.</a>
123
+ * </p>
121
124
  * </note>
122
125
  */
123
126
  namespaceId?: string;
@@ -165,7 +168,10 @@ export interface DeleteJobExecutionRequest {
165
168
  * <code>$aws/things/<i>THING_NAME</i>/jobs/<i>JOB_ID</i>/notify-namespace-<i>NAMESPACE_ID</i>/</code>
166
169
  * </p>
167
170
  * <note>
168
- * <p>The <code>namespaceId</code> feature is in public preview.</p>
171
+ * <p>The <code>namespaceId</code> feature is only supported by IoT Greengrass at
172
+ * this time. For more information, see <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html">Setting
173
+ * up IoT Greengrass core devices.</a>
174
+ * </p>
169
175
  * </note>
170
176
  */
171
177
  namespaceId?: string;
@@ -2160,7 +2166,10 @@ export interface Job {
2160
2166
  * <code>$aws/things/<i>THING_NAME</i>/jobs/<i>JOB_ID</i>/notify-namespace-<i>NAMESPACE_ID</i>/</code>
2161
2167
  * </p>
2162
2168
  * <note>
2163
- * <p>The <code>namespaceId</code> feature is in public preview.</p>
2169
+ * <p>The <code>namespaceId</code> feature is only supported by IoT Greengrass at
2170
+ * this time. For more information, see <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html">Setting
2171
+ * up IoT Greengrass core devices.</a>
2172
+ * </p>
2164
2173
  * </note>
2165
2174
  */
2166
2175
  namespaceId?: string;
@@ -6023,7 +6032,10 @@ export interface ListJobExecutionsForThingRequest {
6023
6032
  * <code>$aws/things/<i>THING_NAME</i>/jobs/<i>JOB_ID</i>/notify-namespace-<i>NAMESPACE_ID</i>/</code>
6024
6033
  * </p>
6025
6034
  * <note>
6026
- * <p>The <code>namespaceId</code> feature is in public preview.</p>
6035
+ * <p>The <code>namespaceId</code> feature is only supported by IoT Greengrass at
6036
+ * this time. For more information, see <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html">Setting
6037
+ * up IoT Greengrass core devices.</a>
6038
+ * </p>
6027
6039
  * </note>
6028
6040
  */
6029
6041
  namespaceId?: string;
@@ -6126,7 +6138,9 @@ export interface ListJobsRequest {
6126
6138
  * <code>$aws/things/<i>THING_NAME</i>/jobs/<i>JOB_ID</i>/notify-namespace-<i>NAMESPACE_ID</i>/</code>
6127
6139
  * </p>
6128
6140
  * <note>
6129
- * <p>The <code>namespaceId</code> feature is in public preview.</p>
6141
+ * <p>The <code>namespaceId</code> feature is only supported by IoT Greengrass at this time. For
6142
+ * more information, see <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html">Setting up IoT Greengrass core devices.</a>
6143
+ * </p>
6130
6144
  * </note>
6131
6145
  */
6132
6146
  namespaceId?: string;
@@ -2224,8 +2224,12 @@ export interface SearchIndexRequest {
2224
2224
  nextToken?: string;
2225
2225
  /**
2226
2226
  * @public
2227
- * <p>The maximum number of results to return per page at one time. The response might
2228
- * contain fewer results but will never contain more.</p>
2227
+ * <p>The maximum number of results to return per page at one time. This maximum number
2228
+ * cannot exceed 100. The response might contain fewer results but will never contain more. You
2229
+ * can use <a href="https://docs.aws.amazon.com/iot/latest/apireference/API_SearchIndex.html#iot-SearchIndex-request-nextToken">
2230
+ * <code>nextToken</code>
2231
+ * </a> to retrieve the next set of results until
2232
+ * <code>nextToken</code> returns <code>NULL</code>.</p>
2229
2233
  */
2230
2234
  maxResults?: number;
2231
2235
  /**
@@ -3542,7 +3546,10 @@ export interface UpdateJobRequest {
3542
3546
  * <code>$aws/things/<i>THING_NAME</i>/jobs/<i>JOB_ID</i>/notify-namespace-<i>NAMESPACE_ID</i>/</code>
3543
3547
  * </p>
3544
3548
  * <note>
3545
- * <p>The <code>namespaceId</code> feature is in public preview.</p>
3549
+ * <p>The <code>namespaceId</code> feature is only supported by IoT Greengrass at
3550
+ * this time. For more information, see <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html">Setting
3551
+ * up IoT Greengrass core devices.</a>
3552
+ * </p>
3546
3553
  * </note>
3547
3554
  */
3548
3555
  namespaceId?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iot",
3
3
  "description": "AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native",
4
- "version": "3.523.0",
4
+ "version": "3.524.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-iot",