File tree 5 files changed +4
-18
lines changed
codegen/sdk-codegen/aws-models
5 files changed +4
-18
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export interface DeleteV2LoggingLevelCommandOutput extends __MetadataBearer {}
37
37
* // const { IoTClient, DeleteV2LoggingLevelCommand } = require("@aws-sdk/client-iot"); // CommonJS import
38
38
* const client = new IoTClient(config);
39
39
* const input = { // DeleteV2LoggingLevelRequest
40
- * targetType: "DEFAULT" || "THING_GROUP" || "CLIENT_ID" || "SOURCE_IP" || "PRINCIPAL_ID" || "EVENT_TYPE" || "DEVICE_DEFENDER" , // required
40
+ * targetType: "DEFAULT" || "THING_GROUP" || "CLIENT_ID" || "SOURCE_IP" || "PRINCIPAL_ID", // required
41
41
* targetName: "STRING_VALUE", // required
42
42
* };
43
43
* const command = new DeleteV2LoggingLevelCommand(input);
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export interface ListV2LoggingLevelsCommandOutput extends ListV2LoggingLevelsRes
37
37
* // const { IoTClient, ListV2LoggingLevelsCommand } = require("@aws-sdk/client-iot"); // CommonJS import
38
38
* const client = new IoTClient(config);
39
39
* const input = { // ListV2LoggingLevelsRequest
40
- * targetType: "DEFAULT" || "THING_GROUP" || "CLIENT_ID" || "SOURCE_IP" || "PRINCIPAL_ID" || "EVENT_TYPE" || "DEVICE_DEFENDER" ,
40
+ * targetType: "DEFAULT" || "THING_GROUP" || "CLIENT_ID" || "SOURCE_IP" || "PRINCIPAL_ID",
41
41
* nextToken: "STRING_VALUE",
42
42
* maxResults: Number("int"),
43
43
* };
@@ -47,7 +47,7 @@ export interface ListV2LoggingLevelsCommandOutput extends ListV2LoggingLevelsRes
47
47
* // logTargetConfigurations: [ // LogTargetConfigurations
48
48
* // { // LogTargetConfiguration
49
49
* // logTarget: { // LogTarget
50
- * // targetType: "DEFAULT" || "THING_GROUP" || "CLIENT_ID" || "SOURCE_IP" || "PRINCIPAL_ID" || "EVENT_TYPE" || "DEVICE_DEFENDER" , // required
50
+ * // targetType: "DEFAULT" || "THING_GROUP" || "CLIENT_ID" || "SOURCE_IP" || "PRINCIPAL_ID", // required
51
51
* // targetName: "STRING_VALUE",
52
52
* // },
53
53
* // logLevel: "DEBUG" || "INFO" || "ERROR" || "WARN" || "DISABLED",
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export interface SetV2LoggingLevelCommandOutput extends __MetadataBearer {}
38
38
* const client = new IoTClient(config);
39
39
* const input = { // SetV2LoggingLevelRequest
40
40
* logTarget: { // LogTarget
41
- * targetType: "DEFAULT" || "THING_GROUP" || "CLIENT_ID" || "SOURCE_IP" || "PRINCIPAL_ID" || "EVENT_TYPE" || "DEVICE_DEFENDER" , // required
41
+ * targetType: "DEFAULT" || "THING_GROUP" || "CLIENT_ID" || "SOURCE_IP" || "PRINCIPAL_ID", // required
42
42
* targetName: "STRING_VALUE",
43
43
* },
44
44
* logLevel: "DEBUG" || "INFO" || "ERROR" || "WARN" || "DISABLED", // required
Original file line number Diff line number Diff line change @@ -604,8 +604,6 @@ export interface DeleteTopicRuleDestinationResponse {}
604
604
export const LogTargetType = {
605
605
CLIENT_ID : "CLIENT_ID" ,
606
606
DEFAULT : "DEFAULT" ,
607
- DEVICE_DEFENDER : "DEVICE_DEFENDER" ,
608
- EVENT_TYPE : "EVENT_TYPE" ,
609
607
PRINCIPAL_ID : "PRINCIPAL_ID" ,
610
608
SOURCE_IP : "SOURCE_IP" ,
611
609
THING_GROUP : "THING_GROUP" ,
Original file line number Diff line number Diff line change 25786
25786
"traits": {
25787
25787
"smithy.api#enumValue": "PRINCIPAL_ID"
25788
25788
}
25789
- },
25790
- "EVENT_TYPE": {
25791
- "target": "smithy.api#Unit",
25792
- "traits": {
25793
- "smithy.api#enumValue": "EVENT_TYPE"
25794
- }
25795
- },
25796
- "DEVICE_DEFENDER": {
25797
- "target": "smithy.api#Unit",
25798
- "traits": {
25799
- "smithy.api#enumValue": "DEVICE_DEFENDER"
25800
- }
25801
25789
}
25802
25790
}
25803
25791
},
You can’t perform that action at this time.
0 commit comments