@aws-sdk/client-iot 3.954.0 → 3.955.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/dist-cjs/index.js +14 -6
- package/dist-es/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +13 -6
- package/dist-types/commands/CreateTopicRuleCommand.d.ts +12 -0
- package/dist-types/commands/DescribeAccountAuditConfigurationCommand.d.ts +1 -2
- package/dist-types/commands/GetTopicRuleCommand.d.ts +12 -0
- package/dist-types/commands/ListTargetsForSecurityProfileCommand.d.ts +2 -1
- package/dist-types/commands/ReplaceTopicRuleCommand.d.ts +12 -0
- package/dist-types/index.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +35 -5
- package/dist-types/models/models_1.d.ts +5 -16
- package/dist-types/models/models_2.d.ts +17 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAccountAuditConfigurationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTargetsForSecurityProfileCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_0.d.ts +7 -1
- package/dist-types/ts3.4/models/models_1.d.ts +1 -4
- package/dist-types/ts3.4/models/models_2.d.ts +5 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +2 -2
package/dist-cjs/index.js
CHANGED
|
@@ -602,7 +602,8 @@ const _Al = "Allowed";
|
|
|
602
602
|
const _Au = "Authorizers";
|
|
603
603
|
const _B = "Behavior";
|
|
604
604
|
const _BAT = "BucketsAggregationType";
|
|
605
|
-
const _BC = "
|
|
605
|
+
const _BC = "BatchConfig";
|
|
606
|
+
const _BCe = "BehaviorCriteria";
|
|
606
607
|
const _BGM = "BillingGroupMetadata";
|
|
607
608
|
const _BGNAAL = "BillingGroupNameAndArnList";
|
|
608
609
|
const _BGP = "BillingGroupProperties";
|
|
@@ -1759,6 +1760,7 @@ const _aut = "authorizers";
|
|
|
1759
1760
|
const _av = "average";
|
|
1760
1761
|
const _b = "behavior";
|
|
1761
1762
|
const _bAT = "bucketsAggregationType";
|
|
1763
|
+
const _bC = "batchConfig";
|
|
1762
1764
|
const _bCT = "behaviorCriteriaType";
|
|
1763
1765
|
const _bG = "billingGroups";
|
|
1764
1766
|
const _bGA = "billingGroupArn";
|
|
@@ -1907,7 +1909,8 @@ const _do = "document";
|
|
|
1907
1909
|
const _e = "elasticsearch";
|
|
1908
1910
|
const _eA = "endpointAddress";
|
|
1909
1911
|
const _eAr = "errorAction";
|
|
1910
|
-
const _eB = "
|
|
1912
|
+
const _eB = "enableBatching";
|
|
1913
|
+
const _eBn = "endBehavior";
|
|
1911
1914
|
const _eC = "errorCode";
|
|
1912
1915
|
const _eCFH = "enableCachingForHttp";
|
|
1913
1916
|
const _eCv = "eventConfigurations";
|
|
@@ -2052,6 +2055,9 @@ const _lon = "longitude";
|
|
|
2052
2055
|
const _m = "merge";
|
|
2053
2056
|
const _mA = "metricArn";
|
|
2054
2057
|
const _mB = "maxBuckets";
|
|
2058
|
+
const _mBOM = "maxBatchOpenMs";
|
|
2059
|
+
const _mBS = "maxBatchSize";
|
|
2060
|
+
const _mBSB = "maxBatchSizeBytes";
|
|
2055
2061
|
const _mC = "mqttContext";
|
|
2056
2062
|
const _mCV = "missingContextValues";
|
|
2057
2063
|
const _mCq = "mqtt5Configuration";
|
|
@@ -2698,6 +2704,7 @@ var AwsJobPresignedUrlConfig$ = [3, n0, _AJPUC, 0, [_eIS], [1]];
|
|
|
2698
2704
|
var AwsJobRateIncreaseCriteria$ = [3, n0, _AJRIC, 0, [_nONT, _nOST], [1, 1]];
|
|
2699
2705
|
var AwsJobTimeoutConfig$ = [3, n0, _AJTC, 0, [_iPTIM], [1]];
|
|
2700
2706
|
var AwsJsonSubstitutionCommandPreprocessorConfig$ = [3, n0, _AJSCPC, 0, [_oF], [0]];
|
|
2707
|
+
var BatchConfig$ = [3, n0, _BC, 0, [_mBOM, _mBS, _mBSB], [1, 1, 1]];
|
|
2701
2708
|
var Behavior$ = [
|
|
2702
2709
|
3,
|
|
2703
2710
|
n0,
|
|
@@ -2709,7 +2716,7 @@ var Behavior$ = [
|
|
|
2709
2716
|
var BehaviorCriteria$ = [
|
|
2710
2717
|
3,
|
|
2711
2718
|
n0,
|
|
2712
|
-
|
|
2719
|
+
_BCe,
|
|
2713
2720
|
0,
|
|
2714
2721
|
[_cO, _va, _dS, _cDTA, _cDTC, _sTt, _mDC],
|
|
2715
2722
|
[0, () => MetricValue$, 1, 1, 1, () => StatisticalThreshold$, () => MachineLearningDetectionConfig$],
|
|
@@ -4282,8 +4289,8 @@ var HttpAction$ = [
|
|
|
4282
4289
|
n0,
|
|
4283
4290
|
_HA,
|
|
4284
4291
|
0,
|
|
4285
|
-
[_ur, _cU, _he, _au],
|
|
4286
|
-
[0, 0, () => HeaderList, () => HttpAuthorization$],
|
|
4292
|
+
[_ur, _cU, _he, _au, _eB, _bC],
|
|
4293
|
+
[0, 0, () => HeaderList, () => HttpAuthorization$, 2, () => BatchConfig$],
|
|
4287
4294
|
];
|
|
4288
4295
|
var HttpActionHeader$ = [3, n0, _HAH, 0, [_ke, _va], [0, 0]];
|
|
4289
4296
|
var HttpAuthorization$ = [3, n0, _HAt, 0, [_sig], [() => SigV4Authorization$]];
|
|
@@ -5926,7 +5933,7 @@ var SchedulingConfig$ = [
|
|
|
5926
5933
|
n0,
|
|
5927
5934
|
_SC,
|
|
5928
5935
|
0,
|
|
5929
|
-
[_sT, _eT,
|
|
5936
|
+
[_sT, _eT, _eBn, _mW],
|
|
5930
5937
|
[0, 0, 0, () => MaintenanceWindows],
|
|
5931
5938
|
];
|
|
5932
5939
|
var SearchIndexRequest$ = [3, n0, _SIR, 0, [_iN, _qS, _nT, _mR, _qV], [0, 0, 0, 1, 0]];
|
|
@@ -13190,6 +13197,7 @@ exports.AwsJobPresignedUrlConfig$ = AwsJobPresignedUrlConfig$;
|
|
|
13190
13197
|
exports.AwsJobRateIncreaseCriteria$ = AwsJobRateIncreaseCriteria$;
|
|
13191
13198
|
exports.AwsJobTimeoutConfig$ = AwsJobTimeoutConfig$;
|
|
13192
13199
|
exports.AwsJsonSubstitutionCommandPreprocessorConfig$ = AwsJsonSubstitutionCommandPreprocessorConfig$;
|
|
13200
|
+
exports.BatchConfig$ = BatchConfig$;
|
|
13193
13201
|
exports.Behavior$ = Behavior$;
|
|
13194
13202
|
exports.BehaviorCriteria$ = BehaviorCriteria$;
|
|
13195
13203
|
exports.BehaviorCriteriaType = BehaviorCriteriaType;
|
package/dist-es/index.js
CHANGED
|
@@ -5,4 +5,7 @@ export * from "./schemas/schemas_0";
|
|
|
5
5
|
export * from "./pagination";
|
|
6
6
|
export * from "./models/enums";
|
|
7
7
|
export * from "./models/errors";
|
|
8
|
+
export * from "./models/models_0";
|
|
9
|
+
export * from "./models/models_1";
|
|
10
|
+
export * from "./models/models_2";
|
|
8
11
|
export { IoTServiceException } from "./models/IoTServiceException";
|
|
@@ -79,7 +79,8 @@ const _Al = "Allowed";
|
|
|
79
79
|
const _Au = "Authorizers";
|
|
80
80
|
const _B = "Behavior";
|
|
81
81
|
const _BAT = "BucketsAggregationType";
|
|
82
|
-
const _BC = "
|
|
82
|
+
const _BC = "BatchConfig";
|
|
83
|
+
const _BCe = "BehaviorCriteria";
|
|
83
84
|
const _BGM = "BillingGroupMetadata";
|
|
84
85
|
const _BGNAAL = "BillingGroupNameAndArnList";
|
|
85
86
|
const _BGP = "BillingGroupProperties";
|
|
@@ -1236,6 +1237,7 @@ const _aut = "authorizers";
|
|
|
1236
1237
|
const _av = "average";
|
|
1237
1238
|
const _b = "behavior";
|
|
1238
1239
|
const _bAT = "bucketsAggregationType";
|
|
1240
|
+
const _bC = "batchConfig";
|
|
1239
1241
|
const _bCT = "behaviorCriteriaType";
|
|
1240
1242
|
const _bG = "billingGroups";
|
|
1241
1243
|
const _bGA = "billingGroupArn";
|
|
@@ -1384,7 +1386,8 @@ const _do = "document";
|
|
|
1384
1386
|
const _e = "elasticsearch";
|
|
1385
1387
|
const _eA = "endpointAddress";
|
|
1386
1388
|
const _eAr = "errorAction";
|
|
1387
|
-
const _eB = "
|
|
1389
|
+
const _eB = "enableBatching";
|
|
1390
|
+
const _eBn = "endBehavior";
|
|
1388
1391
|
const _eC = "errorCode";
|
|
1389
1392
|
const _eCFH = "enableCachingForHttp";
|
|
1390
1393
|
const _eCv = "eventConfigurations";
|
|
@@ -1529,6 +1532,9 @@ const _lon = "longitude";
|
|
|
1529
1532
|
const _m = "merge";
|
|
1530
1533
|
const _mA = "metricArn";
|
|
1531
1534
|
const _mB = "maxBuckets";
|
|
1535
|
+
const _mBOM = "maxBatchOpenMs";
|
|
1536
|
+
const _mBS = "maxBatchSize";
|
|
1537
|
+
const _mBSB = "maxBatchSizeBytes";
|
|
1532
1538
|
const _mC = "mqttContext";
|
|
1533
1539
|
const _mCV = "missingContextValues";
|
|
1534
1540
|
const _mCq = "mqtt5Configuration";
|
|
@@ -2178,6 +2184,7 @@ export var AwsJobPresignedUrlConfig$ = [3, n0, _AJPUC, 0, [_eIS], [1]];
|
|
|
2178
2184
|
export var AwsJobRateIncreaseCriteria$ = [3, n0, _AJRIC, 0, [_nONT, _nOST], [1, 1]];
|
|
2179
2185
|
export var AwsJobTimeoutConfig$ = [3, n0, _AJTC, 0, [_iPTIM], [1]];
|
|
2180
2186
|
export var AwsJsonSubstitutionCommandPreprocessorConfig$ = [3, n0, _AJSCPC, 0, [_oF], [0]];
|
|
2187
|
+
export var BatchConfig$ = [3, n0, _BC, 0, [_mBOM, _mBS, _mBSB], [1, 1, 1]];
|
|
2181
2188
|
export var Behavior$ = [
|
|
2182
2189
|
3,
|
|
2183
2190
|
n0,
|
|
@@ -2189,7 +2196,7 @@ export var Behavior$ = [
|
|
|
2189
2196
|
export var BehaviorCriteria$ = [
|
|
2190
2197
|
3,
|
|
2191
2198
|
n0,
|
|
2192
|
-
|
|
2199
|
+
_BCe,
|
|
2193
2200
|
0,
|
|
2194
2201
|
[_cO, _va, _dS, _cDTA, _cDTC, _sTt, _mDC],
|
|
2195
2202
|
[0, () => MetricValue$, 1, 1, 1, () => StatisticalThreshold$, () => MachineLearningDetectionConfig$],
|
|
@@ -3762,8 +3769,8 @@ export var HttpAction$ = [
|
|
|
3762
3769
|
n0,
|
|
3763
3770
|
_HA,
|
|
3764
3771
|
0,
|
|
3765
|
-
[_ur, _cU, _he, _au],
|
|
3766
|
-
[0, 0, () => HeaderList, () => HttpAuthorization$],
|
|
3772
|
+
[_ur, _cU, _he, _au, _eB, _bC],
|
|
3773
|
+
[0, 0, () => HeaderList, () => HttpAuthorization$, 2, () => BatchConfig$],
|
|
3767
3774
|
];
|
|
3768
3775
|
export var HttpActionHeader$ = [3, n0, _HAH, 0, [_ke, _va], [0, 0]];
|
|
3769
3776
|
export var HttpAuthorization$ = [3, n0, _HAt, 0, [_sig], [() => SigV4Authorization$]];
|
|
@@ -5406,7 +5413,7 @@ export var SchedulingConfig$ = [
|
|
|
5406
5413
|
n0,
|
|
5407
5414
|
_SC,
|
|
5408
5415
|
0,
|
|
5409
|
-
[_sT, _eT,
|
|
5416
|
+
[_sT, _eT, _eBn, _mW],
|
|
5410
5417
|
[0, 0, 0, () => MaintenanceWindows],
|
|
5411
5418
|
];
|
|
5412
5419
|
export var SearchIndexRequest$ = [3, n0, _SIR, 0, [_iN, _qS, _nT, _mR, _qV], [0, 0, 0, 1, 0]];
|
|
@@ -215,6 +215,12 @@ declare const CreateTopicRuleCommand_base: {
|
|
|
215
215
|
* roleArn: "STRING_VALUE", // required
|
|
216
216
|
* },
|
|
217
217
|
* },
|
|
218
|
+
* enableBatching: true || false,
|
|
219
|
+
* batchConfig: { // BatchConfig
|
|
220
|
+
* maxBatchOpenMs: Number("int"),
|
|
221
|
+
* maxBatchSize: Number("int"),
|
|
222
|
+
* maxBatchSizeBytes: Number("int"),
|
|
223
|
+
* },
|
|
218
224
|
* },
|
|
219
225
|
* kafka: { // KafkaAction
|
|
220
226
|
* destinationArn: "STRING_VALUE", // required
|
|
@@ -424,6 +430,12 @@ declare const CreateTopicRuleCommand_base: {
|
|
|
424
430
|
* roleArn: "STRING_VALUE", // required
|
|
425
431
|
* },
|
|
426
432
|
* },
|
|
433
|
+
* enableBatching: true || false,
|
|
434
|
+
* batchConfig: {
|
|
435
|
+
* maxBatchOpenMs: Number("int"),
|
|
436
|
+
* maxBatchSize: Number("int"),
|
|
437
|
+
* maxBatchSizeBytes: Number("int"),
|
|
438
|
+
* },
|
|
427
439
|
* },
|
|
428
440
|
* kafka: {
|
|
429
441
|
* destinationArn: "STRING_VALUE", // required
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
4
|
-
import type { DescribeAccountAuditConfigurationRequest } from "../models/
|
|
5
|
-
import type { DescribeAccountAuditConfigurationResponse } from "../models/models_1";
|
|
4
|
+
import type { DescribeAccountAuditConfigurationRequest, DescribeAccountAuditConfigurationResponse } from "../models/models_1";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -221,6 +221,12 @@ declare const GetTopicRuleCommand_base: {
|
|
|
221
221
|
* // roleArn: "STRING_VALUE", // required
|
|
222
222
|
* // },
|
|
223
223
|
* // },
|
|
224
|
+
* // enableBatching: true || false,
|
|
225
|
+
* // batchConfig: { // BatchConfig
|
|
226
|
+
* // maxBatchOpenMs: Number("int"),
|
|
227
|
+
* // maxBatchSize: Number("int"),
|
|
228
|
+
* // maxBatchSizeBytes: Number("int"),
|
|
229
|
+
* // },
|
|
224
230
|
* // },
|
|
225
231
|
* // kafka: { // KafkaAction
|
|
226
232
|
* // destinationArn: "STRING_VALUE", // required
|
|
@@ -430,6 +436,12 @@ declare const GetTopicRuleCommand_base: {
|
|
|
430
436
|
* // roleArn: "STRING_VALUE", // required
|
|
431
437
|
* // },
|
|
432
438
|
* // },
|
|
439
|
+
* // enableBatching: true || false,
|
|
440
|
+
* // batchConfig: {
|
|
441
|
+
* // maxBatchOpenMs: Number("int"),
|
|
442
|
+
* // maxBatchSize: Number("int"),
|
|
443
|
+
* // maxBatchSizeBytes: Number("int"),
|
|
444
|
+
* // },
|
|
433
445
|
* // },
|
|
434
446
|
* // kafka: {
|
|
435
447
|
* // destinationArn: "STRING_VALUE", // required
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
4
|
-
import type { ListTargetsForSecurityProfileRequest
|
|
4
|
+
import type { ListTargetsForSecurityProfileRequest } from "../models/models_1";
|
|
5
|
+
import type { ListTargetsForSecurityProfileResponse } from "../models/models_2";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -216,6 +216,12 @@ declare const ReplaceTopicRuleCommand_base: {
|
|
|
216
216
|
* roleArn: "STRING_VALUE", // required
|
|
217
217
|
* },
|
|
218
218
|
* },
|
|
219
|
+
* enableBatching: true || false,
|
|
220
|
+
* batchConfig: { // BatchConfig
|
|
221
|
+
* maxBatchOpenMs: Number("int"),
|
|
222
|
+
* maxBatchSize: Number("int"),
|
|
223
|
+
* maxBatchSizeBytes: Number("int"),
|
|
224
|
+
* },
|
|
219
225
|
* },
|
|
220
226
|
* kafka: { // KafkaAction
|
|
221
227
|
* destinationArn: "STRING_VALUE", // required
|
|
@@ -425,6 +431,12 @@ declare const ReplaceTopicRuleCommand_base: {
|
|
|
425
431
|
* roleArn: "STRING_VALUE", // required
|
|
426
432
|
* },
|
|
427
433
|
* },
|
|
434
|
+
* enableBatching: true || false,
|
|
435
|
+
* batchConfig: {
|
|
436
|
+
* maxBatchOpenMs: Number("int"),
|
|
437
|
+
* maxBatchSize: Number("int"),
|
|
438
|
+
* maxBatchSizeBytes: Number("int"),
|
|
439
|
+
* },
|
|
428
440
|
* },
|
|
429
441
|
* kafka: {
|
|
430
442
|
* destinationArn: "STRING_VALUE", // required
|
package/dist-types/index.d.ts
CHANGED
|
@@ -28,7 +28,7 @@ export * from "./schemas/schemas_0";
|
|
|
28
28
|
export * from "./pagination";
|
|
29
29
|
export * from "./models/enums";
|
|
30
30
|
export * from "./models/errors";
|
|
31
|
-
export
|
|
32
|
-
export
|
|
33
|
-
export
|
|
31
|
+
export * from "./models/models_0";
|
|
32
|
+
export * from "./models/models_1";
|
|
33
|
+
export * from "./models/models_2";
|
|
34
34
|
export { IoTServiceException } from "./models/IoTServiceException";
|
|
@@ -359,6 +359,30 @@ export interface HttpAuthorization {
|
|
|
359
359
|
*/
|
|
360
360
|
sigv4?: SigV4Authorization | undefined;
|
|
361
361
|
}
|
|
362
|
+
/**
|
|
363
|
+
* <p>Configuration settings for batching.</p>
|
|
364
|
+
* @public
|
|
365
|
+
*/
|
|
366
|
+
export interface BatchConfig {
|
|
367
|
+
/**
|
|
368
|
+
* <p>The maximum amount of time (in milliseconds) that an outgoing call waits for other calls
|
|
369
|
+
* with which it batches messages of the same type. The higher the setting, the longer the
|
|
370
|
+
* latency of the batched HTTP Action will be.</p>
|
|
371
|
+
* @public
|
|
372
|
+
*/
|
|
373
|
+
maxBatchOpenMs?: number | undefined;
|
|
374
|
+
/**
|
|
375
|
+
* <p>The maximum number of messages that are batched together in a single action
|
|
376
|
+
* execution.</p>
|
|
377
|
+
* @public
|
|
378
|
+
*/
|
|
379
|
+
maxBatchSize?: number | undefined;
|
|
380
|
+
/**
|
|
381
|
+
* <p>Maximum size of a message batch, in bytes.</p>
|
|
382
|
+
* @public
|
|
383
|
+
*/
|
|
384
|
+
maxBatchSizeBytes?: number | undefined;
|
|
385
|
+
}
|
|
362
386
|
/**
|
|
363
387
|
* <p>The HTTP action header.</p>
|
|
364
388
|
* @public
|
|
@@ -407,6 +431,17 @@ export interface HttpAction {
|
|
|
407
431
|
* @public
|
|
408
432
|
*/
|
|
409
433
|
auth?: HttpAuthorization | undefined;
|
|
434
|
+
/**
|
|
435
|
+
* <p>Whether to process the HTTP action messages into a single request. Value can be true or false.</p>
|
|
436
|
+
* @public
|
|
437
|
+
*/
|
|
438
|
+
enableBatching?: boolean | undefined;
|
|
439
|
+
/**
|
|
440
|
+
* <p>The configuration settings for batching. For more information, see <a href="/iot/latest/developerguide/http_batching.html">Batching
|
|
441
|
+
* HTTP action messages</a>.</p>
|
|
442
|
+
* @public
|
|
443
|
+
*/
|
|
444
|
+
batchConfig?: BatchConfig | undefined;
|
|
410
445
|
}
|
|
411
446
|
/**
|
|
412
447
|
* <p>Sends message data to an IoT Analytics channel.</p>
|
|
@@ -6863,8 +6898,3 @@ export interface DeprecateThingTypeRequest {
|
|
|
6863
6898
|
*/
|
|
6864
6899
|
export interface DeprecateThingTypeResponse {
|
|
6865
6900
|
}
|
|
6866
|
-
/**
|
|
6867
|
-
* @public
|
|
6868
|
-
*/
|
|
6869
|
-
export interface DescribeAccountAuditConfigurationRequest {
|
|
6870
|
-
}
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { AlertTargetType, ApplicationProtocol, AuditFrequency, AuditMitigationActionsExecutionStatus, AuditMitigationActionsTaskStatus, AuditNotificationType, AuditTaskStatus, AuditTaskType, AuthenticationType, AuthorizerStatus, AutoRegistrationStatus, BehaviorCriteriaType, CACertificateStatus, CertificateMode, CertificateProviderOperation, CertificateStatus, CommandExecutionStatus, CommandNamespace, ConfigurationStatus, CustomMetricType, DayOfWeek, DetectMitigationActionExecutionStatus, DetectMitigationActionsTaskStatus, DeviceDefenderIndexingMode, DimensionType, DimensionValueOperator, DisconnectReasonValue, DomainConfigurationStatus, DomainType, DynamicGroupStatus, EncryptionType, EventType, FieldType, FleetMetricUnit, IndexStatus, JobExecutionStatus, JobStatus, LogLevel, MitigationActionType, ModelStatus, NamedShadowIndexingMode, OTAUpdateStatus, PackageVersionStatus, Protocol, SbomValidationErrorCode, SbomValidationResult, SbomValidationStatus, ServerCertificateStatus, ServiceType, SortOrder, Status, TargetFieldOrder, TargetSelection, TemplateType, ThingConnectivityIndexingMode, ThingGroupIndexingMode, ThingIndexingMode, ThingPrincipalType, VerificationState } from "./enums";
|
|
2
2
|
import { type AbortConfig, type AggregationType, type AuditMitigationActionsTaskTarget, type AuthorizerConfig, type AuthorizerDescription, type AwsJobExecutionsRolloutConfig, type AwsJobPresignedUrlConfig, type BillingGroupProperties, type ClientCertificateConfig, type CommandPayload, type CommandPreprocessor, type JobExecutionsRetryConfig, type JobExecutionsRolloutConfig, type MetricsExportConfig, type MetricValue, type MitigationActionParams, type PackageVersionArtifact, type PresignedUrlConfig, type ProvisioningHook, type ResourceIdentifier, type Sbom, type SchedulingConfig, type ServerCertificateConfig, type ThingGroupProperties, type ThingTypeProperties, type TimeoutConfig, type TlsConfig, type TopicRuleDestination, Action, ActiveViolation, AlertTarget, AuditCheckConfiguration, AuditCheckDetails, AuditFinding, AuditMitigationActionExecutionMetadata, AuditMitigationActionsTaskMetadata, AuditNotificationTarget, AuditSuppression, AuditTaskMetadata, AuthorizerSummary, Behavior, CommandParameter, CommandParameterValue, MaintenanceWindow, MetricToRetain, OTAUpdateFile, Policy, RelatedResource, StreamFile, Tag, TaskStatisticsForAuditCheck } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface DescribeAccountAuditConfigurationRequest {
|
|
7
|
+
}
|
|
3
8
|
/**
|
|
4
9
|
* @public
|
|
5
10
|
*/
|
|
@@ -7484,19 +7489,3 @@ export interface ListTargetsForSecurityProfileRequest {
|
|
|
7484
7489
|
*/
|
|
7485
7490
|
maxResults?: number | undefined;
|
|
7486
7491
|
}
|
|
7487
|
-
/**
|
|
7488
|
-
* @public
|
|
7489
|
-
*/
|
|
7490
|
-
export interface ListTargetsForSecurityProfileResponse {
|
|
7491
|
-
/**
|
|
7492
|
-
* <p>The thing groups to which the security profile is attached.</p>
|
|
7493
|
-
* @public
|
|
7494
|
-
*/
|
|
7495
|
-
securityProfileTargets?: SecurityProfileTarget[] | undefined;
|
|
7496
|
-
/**
|
|
7497
|
-
* <p>A token that can be used to retrieve the next set of results, or <code>null</code> if there are no
|
|
7498
|
-
* additional results.</p>
|
|
7499
|
-
* @public
|
|
7500
|
-
*/
|
|
7501
|
-
nextToken?: string | undefined;
|
|
7502
|
-
}
|
|
@@ -1,6 +1,22 @@
|
|
|
1
1
|
import { AlertTargetType, ApplicationProtocol, AuditFrequency, AuditNotificationType, AuthenticationType, AuthorizerStatus, AutoRegistrationStatus, BehaviorCriteriaType, CACertificateStatus, CertificateMode, CertificateProviderOperation, CertificateStatus, CustomMetricType, DayOfWeek, DimensionType, DomainConfigurationStatus, EncryptionType, EventType, FleetMetricUnit, LogLevel, LogTargetType, PackageVersionAction, ReportType, Status, ThingPrincipalType, TopicRuleDestinationStatus, VerificationState, ViolationEventType } from "./enums";
|
|
2
2
|
import { type AbortConfig, type AggregationType, type AttributePayload, type AuditMitigationActionsTaskTarget, type AuthorizerConfig, type BillingGroupProperties, type ClientCertificateConfig, type JobExecutionsRetryConfig, type JobExecutionsRolloutConfig, type MetricsExportConfig, type MetricValue, type MitigationActionParams, type PackageVersionArtifact, type PresignedUrlConfig, type ProvisioningHook, type ResourceIdentifier, type ServerCertificateConfig, type ThingGroupProperties, type ThingTypeProperties, type TimeoutConfig, type TlsConfig, type TopicRulePayload, type ViolationEventAdditionalInfo, AlertTarget, AuditCheckConfiguration, AuditNotificationTarget, AuthInfo, AuthResult, Behavior, MetricToRetain, StreamFile, Tag } from "./models_0";
|
|
3
|
-
import { type DetectMitigationActionsTaskTarget, type RegistrationConfig, type ThingGroupIndexingConfiguration, type ThingIndexingConfiguration, type ThingTypeMetadata, type VersionUpdateByJobsConfig, type ViolationEventOccurrenceRange, Configuration, GroupNameAndArn } from "./models_1";
|
|
3
|
+
import { type DetectMitigationActionsTaskTarget, type RegistrationConfig, type ThingGroupIndexingConfiguration, type ThingIndexingConfiguration, type ThingTypeMetadata, type VersionUpdateByJobsConfig, type ViolationEventOccurrenceRange, Configuration, GroupNameAndArn, SecurityProfileTarget } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface ListTargetsForSecurityProfileResponse {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The thing groups to which the security profile is attached.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
securityProfileTargets?: SecurityProfileTarget[] | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>A token that can be used to retrieve the next set of results, or <code>null</code> if there are no
|
|
15
|
+
* additional results.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
nextToken?: string | undefined;
|
|
19
|
+
}
|
|
4
20
|
/**
|
|
5
21
|
* @public
|
|
6
22
|
*/
|
|
@@ -47,6 +47,7 @@ export declare var AwsJobPresignedUrlConfig$: StaticStructureSchema;
|
|
|
47
47
|
export declare var AwsJobRateIncreaseCriteria$: StaticStructureSchema;
|
|
48
48
|
export declare var AwsJobTimeoutConfig$: StaticStructureSchema;
|
|
49
49
|
export declare var AwsJsonSubstitutionCommandPreprocessorConfig$: StaticStructureSchema;
|
|
50
|
+
export declare var BatchConfig$: StaticStructureSchema;
|
|
50
51
|
export declare var Behavior$: StaticStructureSchema;
|
|
51
52
|
export declare var BehaviorCriteria$: StaticStructureSchema;
|
|
52
53
|
export declare var BehaviorModelTrainingSummary$: StaticStructureSchema;
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IoTClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
DescribeAccountAuditConfigurationRequest,
|
|
10
|
+
DescribeAccountAuditConfigurationResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface DescribeAccountAuditConfigurationCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IoTClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
ListTargetsForSecurityProfileResponse,
|
|
11
|
-
} from "../models/models_1";
|
|
8
|
+
import { ListTargetsForSecurityProfileRequest } from "../models/models_1";
|
|
9
|
+
import { ListTargetsForSecurityProfileResponse } from "../models/models_2";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface ListTargetsForSecurityProfileCommandInput
|
|
@@ -124,6 +124,11 @@ export interface SigV4Authorization {
|
|
|
124
124
|
export interface HttpAuthorization {
|
|
125
125
|
sigv4?: SigV4Authorization | undefined;
|
|
126
126
|
}
|
|
127
|
+
export interface BatchConfig {
|
|
128
|
+
maxBatchOpenMs?: number | undefined;
|
|
129
|
+
maxBatchSize?: number | undefined;
|
|
130
|
+
maxBatchSizeBytes?: number | undefined;
|
|
131
|
+
}
|
|
127
132
|
export interface HttpActionHeader {
|
|
128
133
|
key: string | undefined;
|
|
129
134
|
value: string | undefined;
|
|
@@ -133,6 +138,8 @@ export interface HttpAction {
|
|
|
133
138
|
confirmationUrl?: string | undefined;
|
|
134
139
|
headers?: HttpActionHeader[] | undefined;
|
|
135
140
|
auth?: HttpAuthorization | undefined;
|
|
141
|
+
enableBatching?: boolean | undefined;
|
|
142
|
+
batchConfig?: BatchConfig | undefined;
|
|
136
143
|
}
|
|
137
144
|
export interface IotAnalyticsAction {
|
|
138
145
|
channelArn?: string | undefined;
|
|
@@ -1508,4 +1515,3 @@ export interface DeprecateThingTypeRequest {
|
|
|
1508
1515
|
undoDeprecate?: boolean | undefined;
|
|
1509
1516
|
}
|
|
1510
1517
|
export interface DeprecateThingTypeResponse {}
|
|
1511
|
-
export interface DescribeAccountAuditConfigurationRequest {}
|
|
@@ -112,6 +112,7 @@ import {
|
|
|
112
112
|
Tag,
|
|
113
113
|
TaskStatisticsForAuditCheck,
|
|
114
114
|
} from "./models_0";
|
|
115
|
+
export interface DescribeAccountAuditConfigurationRequest {}
|
|
115
116
|
export interface DescribeAccountAuditConfigurationResponse {
|
|
116
117
|
roleArn?: string | undefined;
|
|
117
118
|
auditNotificationTargetConfigurations?:
|
|
@@ -1714,7 +1715,3 @@ export interface ListTargetsForSecurityProfileRequest {
|
|
|
1714
1715
|
nextToken?: string | undefined;
|
|
1715
1716
|
maxResults?: number | undefined;
|
|
1716
1717
|
}
|
|
1717
|
-
export interface ListTargetsForSecurityProfileResponse {
|
|
1718
|
-
securityProfileTargets?: SecurityProfileTarget[] | undefined;
|
|
1719
|
-
nextToken?: string | undefined;
|
|
1720
|
-
}
|
|
@@ -72,7 +72,12 @@ import {
|
|
|
72
72
|
ViolationEventOccurrenceRange,
|
|
73
73
|
Configuration,
|
|
74
74
|
GroupNameAndArn,
|
|
75
|
+
SecurityProfileTarget,
|
|
75
76
|
} from "./models_1";
|
|
77
|
+
export interface ListTargetsForSecurityProfileResponse {
|
|
78
|
+
securityProfileTargets?: SecurityProfileTarget[] | undefined;
|
|
79
|
+
nextToken?: string | undefined;
|
|
80
|
+
}
|
|
76
81
|
export interface ListThingGroupsRequest {
|
|
77
82
|
nextToken?: string | undefined;
|
|
78
83
|
maxResults?: number | undefined;
|
|
@@ -51,6 +51,7 @@ export declare var AwsJobPresignedUrlConfig$: StaticStructureSchema;
|
|
|
51
51
|
export declare var AwsJobRateIncreaseCriteria$: StaticStructureSchema;
|
|
52
52
|
export declare var AwsJobTimeoutConfig$: StaticStructureSchema;
|
|
53
53
|
export declare var AwsJsonSubstitutionCommandPreprocessorConfig$: StaticStructureSchema;
|
|
54
|
+
export declare var BatchConfig$: StaticStructureSchema;
|
|
54
55
|
export declare var Behavior$: StaticStructureSchema;
|
|
55
56
|
export declare var BehaviorCriteria$: StaticStructureSchema;
|
|
56
57
|
export declare var BehaviorModelTrainingSummary$: StaticStructureSchema;
|
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.
|
|
4
|
+
"version": "3.955.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-iot",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "3.954.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.955.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.953.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.953.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.953.0",
|