@aws-sdk/client-iot 3.490.0 → 3.493.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/models/models_1.js +0 -2
- package/dist-es/models/models_1.js +0 -2
- package/dist-types/commands/DeleteV2LoggingLevelCommand.d.ts +1 -1
- package/dist-types/commands/ListV2LoggingLevelsCommand.d.ts +2 -2
- package/dist-types/commands/SetV2LoggingLevelCommand.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -2
- package/package.json +1 -1
|
@@ -6,8 +6,6 @@ const IoTServiceException_1 = require("./IoTServiceException");
|
|
|
6
6
|
exports.LogTargetType = {
|
|
7
7
|
CLIENT_ID: "CLIENT_ID",
|
|
8
8
|
DEFAULT: "DEFAULT",
|
|
9
|
-
DEVICE_DEFENDER: "DEVICE_DEFENDER",
|
|
10
|
-
EVENT_TYPE: "EVENT_TYPE",
|
|
11
9
|
PRINCIPAL_ID: "PRINCIPAL_ID",
|
|
12
10
|
SOURCE_IP: "SOURCE_IP",
|
|
13
11
|
THING_GROUP: "THING_GROUP",
|
|
@@ -3,8 +3,6 @@ import { IoTServiceException as __BaseException } from "./IoTServiceException";
|
|
|
3
3
|
export const LogTargetType = {
|
|
4
4
|
CLIENT_ID: "CLIENT_ID",
|
|
5
5
|
DEFAULT: "DEFAULT",
|
|
6
|
-
DEVICE_DEFENDER: "DEVICE_DEFENDER",
|
|
7
|
-
EVENT_TYPE: "EVENT_TYPE",
|
|
8
6
|
PRINCIPAL_ID: "PRINCIPAL_ID",
|
|
9
7
|
SOURCE_IP: "SOURCE_IP",
|
|
10
8
|
THING_GROUP: "THING_GROUP",
|
|
@@ -35,7 +35,7 @@ declare const DeleteV2LoggingLevelCommand_base: {
|
|
|
35
35
|
* // const { IoTClient, DeleteV2LoggingLevelCommand } = require("@aws-sdk/client-iot"); // CommonJS import
|
|
36
36
|
* const client = new IoTClient(config);
|
|
37
37
|
* const input = { // DeleteV2LoggingLevelRequest
|
|
38
|
-
* targetType: "DEFAULT" || "THING_GROUP" || "CLIENT_ID" || "SOURCE_IP" || "PRINCIPAL_ID"
|
|
38
|
+
* targetType: "DEFAULT" || "THING_GROUP" || "CLIENT_ID" || "SOURCE_IP" || "PRINCIPAL_ID", // required
|
|
39
39
|
* targetName: "STRING_VALUE", // required
|
|
40
40
|
* };
|
|
41
41
|
* const command = new DeleteV2LoggingLevelCommand(input);
|
|
@@ -35,7 +35,7 @@ declare const ListV2LoggingLevelsCommand_base: {
|
|
|
35
35
|
* // const { IoTClient, ListV2LoggingLevelsCommand } = require("@aws-sdk/client-iot"); // CommonJS import
|
|
36
36
|
* const client = new IoTClient(config);
|
|
37
37
|
* const input = { // ListV2LoggingLevelsRequest
|
|
38
|
-
* targetType: "DEFAULT" || "THING_GROUP" || "CLIENT_ID" || "SOURCE_IP" || "PRINCIPAL_ID"
|
|
38
|
+
* targetType: "DEFAULT" || "THING_GROUP" || "CLIENT_ID" || "SOURCE_IP" || "PRINCIPAL_ID",
|
|
39
39
|
* nextToken: "STRING_VALUE",
|
|
40
40
|
* maxResults: Number("int"),
|
|
41
41
|
* };
|
|
@@ -45,7 +45,7 @@ declare const ListV2LoggingLevelsCommand_base: {
|
|
|
45
45
|
* // logTargetConfigurations: [ // LogTargetConfigurations
|
|
46
46
|
* // { // LogTargetConfiguration
|
|
47
47
|
* // logTarget: { // LogTarget
|
|
48
|
-
* // targetType: "DEFAULT" || "THING_GROUP" || "CLIENT_ID" || "SOURCE_IP" || "PRINCIPAL_ID"
|
|
48
|
+
* // targetType: "DEFAULT" || "THING_GROUP" || "CLIENT_ID" || "SOURCE_IP" || "PRINCIPAL_ID", // required
|
|
49
49
|
* // targetName: "STRING_VALUE",
|
|
50
50
|
* // },
|
|
51
51
|
* // logLevel: "DEBUG" || "INFO" || "ERROR" || "WARN" || "DISABLED",
|
|
@@ -36,7 +36,7 @@ declare const SetV2LoggingLevelCommand_base: {
|
|
|
36
36
|
* const client = new IoTClient(config);
|
|
37
37
|
* const input = { // SetV2LoggingLevelRequest
|
|
38
38
|
* logTarget: { // LogTarget
|
|
39
|
-
* targetType: "DEFAULT" || "THING_GROUP" || "CLIENT_ID" || "SOURCE_IP" || "PRINCIPAL_ID"
|
|
39
|
+
* targetType: "DEFAULT" || "THING_GROUP" || "CLIENT_ID" || "SOURCE_IP" || "PRINCIPAL_ID", // required
|
|
40
40
|
* targetName: "STRING_VALUE",
|
|
41
41
|
* },
|
|
42
42
|
* logLevel: "DEBUG" || "INFO" || "ERROR" || "WARN" || "DISABLED", // required
|
|
@@ -493,8 +493,6 @@ export interface DeleteTopicRuleDestinationResponse {
|
|
|
493
493
|
export declare const LogTargetType: {
|
|
494
494
|
readonly CLIENT_ID: "CLIENT_ID";
|
|
495
495
|
readonly DEFAULT: "DEFAULT";
|
|
496
|
-
readonly DEVICE_DEFENDER: "DEVICE_DEFENDER";
|
|
497
|
-
readonly EVENT_TYPE: "EVENT_TYPE";
|
|
498
496
|
readonly PRINCIPAL_ID: "PRINCIPAL_ID";
|
|
499
497
|
readonly SOURCE_IP: "SOURCE_IP";
|
|
500
498
|
readonly THING_GROUP: "THING_GROUP";
|
|
@@ -179,8 +179,6 @@ export interface DeleteTopicRuleDestinationResponse {}
|
|
|
179
179
|
export declare const LogTargetType: {
|
|
180
180
|
readonly CLIENT_ID: "CLIENT_ID";
|
|
181
181
|
readonly DEFAULT: "DEFAULT";
|
|
182
|
-
readonly DEVICE_DEFENDER: "DEVICE_DEFENDER";
|
|
183
|
-
readonly EVENT_TYPE: "EVENT_TYPE";
|
|
184
182
|
readonly PRINCIPAL_ID: "PRINCIPAL_ID";
|
|
185
183
|
readonly SOURCE_IP: "SOURCE_IP";
|
|
186
184
|
readonly THING_GROUP: "THING_GROUP";
|
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.493.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",
|