@aws-sdk/client-iot 3.1116.0 → 3.1118.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 +71 -9
- package/dist-es/models/enums.js +14 -0
- package/dist-es/schemas/schemas_0.js +49 -8
- package/dist-types/commands/AttachSecurityProfileCommand.d.ts +4 -1
- package/dist-types/commands/CancelDetectMitigationActionsTaskCommand.d.ts +4 -1
- package/dist-types/commands/CreateCustomMetricCommand.d.ts +4 -1
- package/dist-types/commands/CreateDimensionCommand.d.ts +4 -1
- package/dist-types/commands/CreateSecurityProfileCommand.d.ts +4 -1
- package/dist-types/commands/CreateTopicRuleCommand.d.ts +34 -0
- package/dist-types/commands/CreateTopicRuleDestinationCommand.d.ts +14 -0
- package/dist-types/commands/DeleteCustomMetricCommand.d.ts +4 -1
- package/dist-types/commands/DeleteDimensionCommand.d.ts +4 -1
- package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +4 -1
- package/dist-types/commands/DeleteTopicRuleDestinationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteV2LoggingLevelCommand.d.ts +1 -1
- package/dist-types/commands/DeprecateThingTypeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomMetricCommand.d.ts +4 -1
- package/dist-types/commands/DescribeDetectMitigationActionsTaskCommand.d.ts +4 -1
- package/dist-types/commands/DescribeDimensionCommand.d.ts +4 -1
- package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +4 -1
- package/dist-types/commands/DetachSecurityProfileCommand.d.ts +4 -1
- package/dist-types/commands/GetBehaviorModelTrainingSummariesCommand.d.ts +4 -1
- package/dist-types/commands/GetTopicRuleCommand.d.ts +34 -0
- package/dist-types/commands/GetTopicRuleDestinationCommand.d.ts +7 -0
- package/dist-types/commands/ListActiveViolationsCommand.d.ts +4 -1
- package/dist-types/commands/ListCustomMetricsCommand.d.ts +4 -1
- package/dist-types/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +4 -1
- package/dist-types/commands/ListDetectMitigationActionsTasksCommand.d.ts +4 -1
- package/dist-types/commands/ListDimensionsCommand.d.ts +4 -1
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +4 -1
- package/dist-types/commands/ListSecurityProfilesForTargetCommand.d.ts +4 -1
- package/dist-types/commands/ListStreamsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +1 -2
- package/dist-types/commands/ListTargetsForSecurityProfileCommand.d.ts +4 -1
- package/dist-types/commands/ListTopicRuleDestinationsCommand.d.ts +7 -0
- package/dist-types/commands/ListViolationEventsCommand.d.ts +4 -1
- package/dist-types/commands/PutVerificationStateOnViolationCommand.d.ts +4 -1
- package/dist-types/commands/ReplaceTopicRuleCommand.d.ts +34 -0
- package/dist-types/commands/StartDetectMitigationActionsTaskCommand.d.ts +4 -1
- package/dist-types/commands/UpdateCustomMetricCommand.d.ts +4 -1
- package/dist-types/commands/UpdateDimensionCommand.d.ts +4 -1
- package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +4 -1
- package/dist-types/commands/ValidateSecurityProfileBehaviorsCommand.d.ts +4 -1
- package/dist-types/models/enums.d.ts +38 -0
- package/dist-types/models/models_0.d.ts +195 -45
- package/dist-types/models/models_1.d.ts +46 -69
- package/dist-types/models/models_2.d.ts +112 -2
- package/dist-types/schemas/schemas_0.d.ts +5 -0
- package/dist-types/ts3.4/commands/DeleteTopicRuleDestinationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteV2LoggingLevelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeprecateThingTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/enums.d.ts +18 -0
- package/dist-types/ts3.4/models/models_0.d.ts +36 -11
- package/dist-types/ts3.4/models/models_1.d.ts +11 -18
- package/dist-types/ts3.4/models/models_2.d.ts +28 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
- package/package.json +1 -1
|
@@ -259,6 +259,23 @@ declare const GetTopicRuleCommand_base: {
|
|
|
259
259
|
* // latitude: "STRING_VALUE", // required
|
|
260
260
|
* // longitude: "STRING_VALUE", // required
|
|
261
261
|
* // },
|
|
262
|
+
* // influxDB: { // InfluxDBAction
|
|
263
|
+
* // destinationArn: "STRING_VALUE", // required
|
|
264
|
+
* // roleArn: "STRING_VALUE", // required
|
|
265
|
+
* // databaseName: "STRING_VALUE", // required
|
|
266
|
+
* // tableName: "STRING_VALUE", // required
|
|
267
|
+
* // organization: "STRING_VALUE",
|
|
268
|
+
* // tags: { // InfluxDBTagMap
|
|
269
|
+
* // "<keys>": "STRING_VALUE",
|
|
270
|
+
* // },
|
|
271
|
+
* // timestampUnit: "s" || "ms" || "us" || "ns",
|
|
272
|
+
* // batchConfig: { // InfluxDBBatchConfig
|
|
273
|
+
* // maxBatchSize: Number("int"),
|
|
274
|
+
* // maxBatchOpenMs: Number("int"),
|
|
275
|
+
* // maxBatchSizeBytes: Number("int"),
|
|
276
|
+
* // batchAcrossTopics: true || false,
|
|
277
|
+
* // },
|
|
278
|
+
* // },
|
|
262
279
|
* // },
|
|
263
280
|
* // ],
|
|
264
281
|
* // ruleDisabled: true || false,
|
|
@@ -475,6 +492,23 @@ declare const GetTopicRuleCommand_base: {
|
|
|
475
492
|
* // latitude: "STRING_VALUE", // required
|
|
476
493
|
* // longitude: "STRING_VALUE", // required
|
|
477
494
|
* // },
|
|
495
|
+
* // influxDB: {
|
|
496
|
+
* // destinationArn: "STRING_VALUE", // required
|
|
497
|
+
* // roleArn: "STRING_VALUE", // required
|
|
498
|
+
* // databaseName: "STRING_VALUE", // required
|
|
499
|
+
* // tableName: "STRING_VALUE", // required
|
|
500
|
+
* // organization: "STRING_VALUE",
|
|
501
|
+
* // tags: {
|
|
502
|
+
* // "<keys>": "STRING_VALUE",
|
|
503
|
+
* // },
|
|
504
|
+
* // timestampUnit: "s" || "ms" || "us" || "ns",
|
|
505
|
+
* // batchConfig: {
|
|
506
|
+
* // maxBatchSize: Number("int"),
|
|
507
|
+
* // maxBatchOpenMs: Number("int"),
|
|
508
|
+
* // maxBatchSizeBytes: Number("int"),
|
|
509
|
+
* // batchAcrossTopics: true || false,
|
|
510
|
+
* // },
|
|
511
|
+
* // },
|
|
478
512
|
* // },
|
|
479
513
|
* // },
|
|
480
514
|
* // };
|
|
@@ -59,6 +59,13 @@ declare const GetTopicRuleDestinationCommand_base: {
|
|
|
59
59
|
* // vpcId: "STRING_VALUE",
|
|
60
60
|
* // roleArn: "STRING_VALUE",
|
|
61
61
|
* // },
|
|
62
|
+
* // influxDBProperties: { // InfluxDBDestinationProperties
|
|
63
|
+
* // endpoint: "STRING_VALUE",
|
|
64
|
+
* // influxDBVersion: "V2" || "V3",
|
|
65
|
+
* // secretId: "STRING_VALUE",
|
|
66
|
+
* // secretType: "SecretString" || "SecretBinary",
|
|
67
|
+
* // secretKey: "STRING_VALUE",
|
|
68
|
+
* // },
|
|
62
69
|
* // },
|
|
63
70
|
* // };
|
|
64
71
|
*
|
|
@@ -24,7 +24,10 @@ declare const ListActiveViolationsCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <
|
|
27
|
+
* <note>
|
|
28
|
+
* <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
|
|
29
|
+
* </note>
|
|
30
|
+
* <p>Lists the active violations for a given Device Defender security profile.</p>
|
|
28
31
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListActiveViolations</a> action.</p>
|
|
29
32
|
* @example
|
|
30
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -24,7 +24,10 @@ declare const ListCustomMetricsCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <
|
|
27
|
+
* <note>
|
|
28
|
+
* <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
|
|
29
|
+
* </note>
|
|
30
|
+
* <p>
|
|
28
31
|
* Lists your Device Defender detect custom metrics.
|
|
29
32
|
* </p>
|
|
30
33
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListCustomMetrics</a> action.</p>
|
|
@@ -24,7 +24,10 @@ declare const ListDetectMitigationActionsExecutionsCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <
|
|
27
|
+
* <note>
|
|
28
|
+
* <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
|
|
29
|
+
* </note>
|
|
30
|
+
* <p>
|
|
28
31
|
* Lists mitigation actions executions for a Device Defender ML Detect Security Profile.
|
|
29
32
|
* </p>
|
|
30
33
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListDetectMitigationActionsExecutions</a> action.</p>
|
|
@@ -24,7 +24,10 @@ declare const ListDetectMitigationActionsTasksCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <
|
|
27
|
+
* <note>
|
|
28
|
+
* <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
|
|
29
|
+
* </note>
|
|
30
|
+
* <p>
|
|
28
31
|
* List of Device Defender ML Detect mitigation actions tasks.
|
|
29
32
|
* </p>
|
|
30
33
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListDetectMitigationActionsTasks</a> action.</p>
|
|
@@ -24,7 +24,10 @@ declare const ListDimensionsCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <
|
|
27
|
+
* <note>
|
|
28
|
+
* <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
|
|
29
|
+
* </note>
|
|
30
|
+
* <p>List the set of dimensions that are defined for your Amazon Web Services accounts.</p>
|
|
28
31
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListDimensions</a> action.</p>
|
|
29
32
|
* @example
|
|
30
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -24,7 +24,10 @@ declare const ListSecurityProfilesCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <
|
|
27
|
+
* <note>
|
|
28
|
+
* <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
|
|
29
|
+
* </note>
|
|
30
|
+
* <p>Lists the Device Defender security profiles
|
|
28
31
|
* you've
|
|
29
32
|
* created. You can filter security profiles by dimension or custom metric.</p>
|
|
30
33
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListSecurityProfiles</a> action.</p>
|
|
@@ -24,7 +24,10 @@ declare const ListSecurityProfilesForTargetCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <
|
|
27
|
+
* <note>
|
|
28
|
+
* <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
|
|
29
|
+
* </note>
|
|
30
|
+
* <p>Lists the Device Defender security profiles attached to a target (thing group).</p>
|
|
28
31
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListSecurityProfilesForTarget</a> action.</p>
|
|
29
32
|
* @example
|
|
30
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { ListStreamsRequest
|
|
2
|
+
import type { ListStreamsRequest } from "../models/models_1";
|
|
3
|
+
import type { ListStreamsResponse } from "../models/models_2";
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/
|
|
2
|
+
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_2";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { ListTargetsForPolicyRequest } from "../models/
|
|
3
|
-
import type { ListTargetsForPolicyResponse } from "../models/models_2";
|
|
2
|
+
import type { ListTargetsForPolicyRequest, ListTargetsForPolicyResponse } from "../models/models_2";
|
|
4
3
|
/**
|
|
5
4
|
* @public
|
|
6
5
|
*/
|
|
@@ -24,7 +24,10 @@ declare const ListTargetsForSecurityProfileCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <
|
|
27
|
+
* <note>
|
|
28
|
+
* <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
|
|
29
|
+
* </note>
|
|
30
|
+
* <p>Lists the targets (thing groups) associated with a given Device Defender security profile.</p>
|
|
28
31
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListTargetsForSecurityProfile</a> action.</p>
|
|
29
32
|
* @example
|
|
30
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -61,6 +61,13 @@ declare const ListTopicRuleDestinationsCommand_base: {
|
|
|
61
61
|
* // vpcId: "STRING_VALUE",
|
|
62
62
|
* // roleArn: "STRING_VALUE",
|
|
63
63
|
* // },
|
|
64
|
+
* // influxDBSummary: { // InfluxDBDestinationSummary
|
|
65
|
+
* // endpoint: "STRING_VALUE",
|
|
66
|
+
* // influxDBVersion: "V2" || "V3",
|
|
67
|
+
* // secretId: "STRING_VALUE",
|
|
68
|
+
* // secretType: "SecretString" || "SecretBinary",
|
|
69
|
+
* // secretKey: "STRING_VALUE",
|
|
70
|
+
* // },
|
|
64
71
|
* // },
|
|
65
72
|
* // ],
|
|
66
73
|
* // nextToken: "STRING_VALUE",
|
|
@@ -24,7 +24,10 @@ declare const ListViolationEventsCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <
|
|
27
|
+
* <note>
|
|
28
|
+
* <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
|
|
29
|
+
* </note>
|
|
30
|
+
* <p>Lists the Device Defender security profile violations discovered during the given time period.
|
|
28
31
|
* You can use filters to limit the results to those alerts issued for a particular security profile,
|
|
29
32
|
* behavior, or thing (device).</p>
|
|
30
33
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListViolationEvents</a> action.</p>
|
|
@@ -24,7 +24,10 @@ declare const PutVerificationStateOnViolationCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <
|
|
27
|
+
* <note>
|
|
28
|
+
* <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
|
|
29
|
+
* </note>
|
|
30
|
+
* <p>Set a verification state and provide a description of that verification state on a violation (detect alarm).</p>
|
|
28
31
|
* @example
|
|
29
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
33
|
* ```javascript
|
|
@@ -254,6 +254,23 @@ declare const ReplaceTopicRuleCommand_base: {
|
|
|
254
254
|
* latitude: "STRING_VALUE", // required
|
|
255
255
|
* longitude: "STRING_VALUE", // required
|
|
256
256
|
* },
|
|
257
|
+
* influxDB: { // InfluxDBAction
|
|
258
|
+
* destinationArn: "STRING_VALUE", // required
|
|
259
|
+
* roleArn: "STRING_VALUE", // required
|
|
260
|
+
* databaseName: "STRING_VALUE", // required
|
|
261
|
+
* tableName: "STRING_VALUE", // required
|
|
262
|
+
* organization: "STRING_VALUE",
|
|
263
|
+
* tags: { // InfluxDBTagMap
|
|
264
|
+
* "<keys>": "STRING_VALUE",
|
|
265
|
+
* },
|
|
266
|
+
* timestampUnit: "s" || "ms" || "us" || "ns",
|
|
267
|
+
* batchConfig: { // InfluxDBBatchConfig
|
|
268
|
+
* maxBatchSize: Number("int"),
|
|
269
|
+
* maxBatchOpenMs: Number("int"),
|
|
270
|
+
* maxBatchSizeBytes: Number("int"),
|
|
271
|
+
* batchAcrossTopics: true || false,
|
|
272
|
+
* },
|
|
273
|
+
* },
|
|
257
274
|
* },
|
|
258
275
|
* ],
|
|
259
276
|
* ruleDisabled: true || false,
|
|
@@ -470,6 +487,23 @@ declare const ReplaceTopicRuleCommand_base: {
|
|
|
470
487
|
* latitude: "STRING_VALUE", // required
|
|
471
488
|
* longitude: "STRING_VALUE", // required
|
|
472
489
|
* },
|
|
490
|
+
* influxDB: {
|
|
491
|
+
* destinationArn: "STRING_VALUE", // required
|
|
492
|
+
* roleArn: "STRING_VALUE", // required
|
|
493
|
+
* databaseName: "STRING_VALUE", // required
|
|
494
|
+
* tableName: "STRING_VALUE", // required
|
|
495
|
+
* organization: "STRING_VALUE",
|
|
496
|
+
* tags: {
|
|
497
|
+
* "<keys>": "STRING_VALUE",
|
|
498
|
+
* },
|
|
499
|
+
* timestampUnit: "s" || "ms" || "us" || "ns",
|
|
500
|
+
* batchConfig: {
|
|
501
|
+
* maxBatchSize: Number("int"),
|
|
502
|
+
* maxBatchOpenMs: Number("int"),
|
|
503
|
+
* maxBatchSizeBytes: Number("int"),
|
|
504
|
+
* batchAcrossTopics: true || false,
|
|
505
|
+
* },
|
|
506
|
+
* },
|
|
473
507
|
* },
|
|
474
508
|
* },
|
|
475
509
|
* };
|
|
@@ -24,7 +24,10 @@ declare const StartDetectMitigationActionsTaskCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <
|
|
27
|
+
* <note>
|
|
28
|
+
* <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
|
|
29
|
+
* </note>
|
|
30
|
+
* <p>
|
|
28
31
|
* Starts a Device Defender ML Detect mitigation actions task.
|
|
29
32
|
* </p>
|
|
30
33
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">StartDetectMitigationActionsTask</a> action.</p>
|
|
@@ -24,7 +24,10 @@ declare const UpdateCustomMetricCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <
|
|
27
|
+
* <note>
|
|
28
|
+
* <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
|
|
29
|
+
* </note>
|
|
30
|
+
* <p>Updates a
|
|
28
31
|
* Device Defender detect custom metric. </p>
|
|
29
32
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateCustomMetric</a> action.</p>
|
|
30
33
|
* @example
|
|
@@ -24,7 +24,10 @@ declare const UpdateDimensionCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <
|
|
27
|
+
* <note>
|
|
28
|
+
* <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
|
|
29
|
+
* </note>
|
|
30
|
+
* <p>Updates the definition for a dimension. You
|
|
28
31
|
* cannot
|
|
29
32
|
* change the type of a dimension after
|
|
30
33
|
* it is created (you can delete it and
|
|
@@ -24,7 +24,10 @@ declare const UpdateSecurityProfileCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <
|
|
27
|
+
* <note>
|
|
28
|
+
* <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
|
|
29
|
+
* </note>
|
|
30
|
+
* <p>Updates a Device Defender security profile.</p>
|
|
28
31
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateSecurityProfile</a> action.</p>
|
|
29
32
|
* @example
|
|
30
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -24,7 +24,10 @@ declare const ValidateSecurityProfileBehaviorsCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <
|
|
27
|
+
* <note>
|
|
28
|
+
* <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
|
|
29
|
+
* </note>
|
|
30
|
+
* <p>Validates a Device Defender security profile behaviors specification.</p>
|
|
28
31
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ValidateSecurityProfileBehaviors</a> action.</p>
|
|
29
32
|
* @example
|
|
30
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -35,6 +35,20 @@ export declare const DynamoKeyType: {
|
|
|
35
35
|
* @public
|
|
36
36
|
*/
|
|
37
37
|
export type DynamoKeyType = (typeof DynamoKeyType)[keyof typeof DynamoKeyType];
|
|
38
|
+
/**
|
|
39
|
+
* @public
|
|
40
|
+
* @enum
|
|
41
|
+
*/
|
|
42
|
+
export declare const InfluxDBTimestampUnit: {
|
|
43
|
+
readonly MICROSECONDS: "us";
|
|
44
|
+
readonly MILLISECONDS: "ms";
|
|
45
|
+
readonly NANOSECONDS: "ns";
|
|
46
|
+
readonly SECONDS: "s";
|
|
47
|
+
};
|
|
48
|
+
/**
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
export type InfluxDBTimestampUnit = (typeof InfluxDBTimestampUnit)[keyof typeof InfluxDBTimestampUnit];
|
|
38
52
|
/**
|
|
39
53
|
* @public
|
|
40
54
|
* @enum
|
|
@@ -723,6 +737,30 @@ export declare const DayOfWeek: {
|
|
|
723
737
|
* @public
|
|
724
738
|
*/
|
|
725
739
|
export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
|
|
740
|
+
/**
|
|
741
|
+
* @public
|
|
742
|
+
* @enum
|
|
743
|
+
*/
|
|
744
|
+
export declare const InfluxDBVersion: {
|
|
745
|
+
readonly V2: "V2";
|
|
746
|
+
readonly V3: "V3";
|
|
747
|
+
};
|
|
748
|
+
/**
|
|
749
|
+
* @public
|
|
750
|
+
*/
|
|
751
|
+
export type InfluxDBVersion = (typeof InfluxDBVersion)[keyof typeof InfluxDBVersion];
|
|
752
|
+
/**
|
|
753
|
+
* @public
|
|
754
|
+
* @enum
|
|
755
|
+
*/
|
|
756
|
+
export declare const InfluxDBSecretType: {
|
|
757
|
+
readonly SECRET_BINARY: "SecretBinary";
|
|
758
|
+
readonly SECRET_STRING: "SecretString";
|
|
759
|
+
};
|
|
760
|
+
/**
|
|
761
|
+
* @public
|
|
762
|
+
*/
|
|
763
|
+
export type InfluxDBSecretType = (typeof InfluxDBSecretType)[keyof typeof InfluxDBSecretType];
|
|
726
764
|
/**
|
|
727
765
|
* @public
|
|
728
766
|
* @enum
|