@aws-sdk/client-iot 3.693.0 → 3.696.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/README.md +24 -0
- package/dist-cjs/index.js +177 -19
- package/dist-es/IoT.js +6 -0
- package/dist-es/commands/ListPrincipalThingsV2Command.js +22 -0
- package/dist-es/commands/ListThingPrincipalsV2Command.js +22 -0
- package/dist-es/commands/UpdateThingTypeCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +4 -12
- package/dist-es/models/models_1.js +12 -0
- package/dist-es/pagination/ListPrincipalThingsV2Paginator.js +4 -0
- package/dist-es/pagination/ListThingPrincipalsV2Paginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +90 -3
- package/dist-types/IoT.d.ts +21 -0
- package/dist-types/IoTClient.d.ts +5 -2
- package/dist-types/commands/AttachThingPrincipalCommand.d.ts +1 -0
- package/dist-types/commands/CreateDomainConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/CreateThingTypeCommand.d.ts +9 -0
- package/dist-types/commands/DeleteAuthorizerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeThingTypeCommand.d.ts +9 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +2 -1
- package/dist-types/commands/ListManagedJobTemplatesCommand.d.ts +1 -2
- package/dist-types/commands/ListPrincipalThingsV2Command.d.ts +100 -0
- package/dist-types/commands/ListThingPrincipalsV2Command.d.ts +100 -0
- package/dist-types/commands/ListThingTypesCommand.d.ts +9 -0
- package/dist-types/commands/UpdateDomainConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateThingTypeCommand.d.ts +102 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +91 -30
- package/dist-types/models/models_1.d.ts +29 -69
- package/dist-types/models/models_2.d.ts +272 -2
- package/dist-types/pagination/ListPrincipalThingsV2Paginator.d.ts +7 -0
- package/dist-types/pagination/ListThingPrincipalsV2Paginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/IoT.d.ts +51 -0
- package/dist-types/ts3.4/IoTClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListManagedJobTemplatesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListPrincipalThingsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListThingPrincipalsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateThingTypeCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +18 -11
- package/dist-types/ts3.4/models/models_1.d.ts +11 -16
- package/dist-types/ts3.4/models/models_2.d.ts +51 -1
- package/dist-types/ts3.4/pagination/ListPrincipalThingsV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListThingPrincipalsV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +35 -35
|
@@ -34,6 +34,7 @@ export * from "./ListPoliciesPaginator";
|
|
|
34
34
|
export * from "./ListPolicyPrincipalsPaginator";
|
|
35
35
|
export * from "./ListPrincipalPoliciesPaginator";
|
|
36
36
|
export * from "./ListPrincipalThingsPaginator";
|
|
37
|
+
export * from "./ListPrincipalThingsV2Paginator";
|
|
37
38
|
export * from "./ListProvisioningTemplateVersionsPaginator";
|
|
38
39
|
export * from "./ListProvisioningTemplatesPaginator";
|
|
39
40
|
export * from "./ListRelatedResourcesForAuditFindingPaginator";
|
|
@@ -49,6 +50,7 @@ export * from "./ListTargetsForSecurityProfilePaginator";
|
|
|
49
50
|
export * from "./ListThingGroupsForThingPaginator";
|
|
50
51
|
export * from "./ListThingGroupsPaginator";
|
|
51
52
|
export * from "./ListThingPrincipalsPaginator";
|
|
53
|
+
export * from "./ListThingPrincipalsV2Paginator";
|
|
52
54
|
export * from "./ListThingRegistrationTaskReportsPaginator";
|
|
53
55
|
export * from "./ListThingRegistrationTasksPaginator";
|
|
54
56
|
export * from "./ListThingTypesPaginator";
|
|
@@ -3,8 +3,8 @@ import { requestBuilder as rb } from "@smithy/core";
|
|
|
3
3
|
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, isSerializableHeaderValue, limitedParseDouble as __limitedParseDouble, map, parseEpochTimestamp as __parseEpochTimestamp, serializeDateTime as __serializeDateTime, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
|
|
4
4
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
5
5
|
import { IoTServiceException as __BaseException } from "../models/IoTServiceException";
|
|
6
|
-
import { CertificateValidationException, ConflictException, ConflictingResourceUpdateException,
|
|
7
|
-
import { CertificateStateException, NotConfiguredException, } from "../models/models_1";
|
|
6
|
+
import { CertificateValidationException, ConflictException, ConflictingResourceUpdateException, IndexNotReadyException, InternalException, InternalFailureException, InternalServerException, InvalidAggregationException, InvalidQueryException, InvalidRequestException, InvalidStateTransitionException, LimitExceededException, MalformedPolicyException, ResourceAlreadyExistsException, ResourceNotFoundException, ServiceQuotaExceededException, ServiceUnavailableException, SqlParseException, ThrottlingException, TransferAlreadyCompletedException, UnauthorizedException, ValidationException, VersionConflictException, VersionsLimitExceededException, } from "../models/models_0";
|
|
7
|
+
import { CertificateStateException, DeleteConflictException, NotConfiguredException, } from "../models/models_1";
|
|
8
8
|
import { CertificateConflictException, InvalidResponseException, RegistrationCodeValidationException, ResourceRegistrationFailureException, TaskAlreadyExistsException, TransferConflictException, } from "../models/models_2";
|
|
9
9
|
export const se_AcceptCertificateTransferCommand = async (input, context) => {
|
|
10
10
|
const b = rb(input, context);
|
|
@@ -131,8 +131,11 @@ export const se_AttachThingPrincipalCommand = async (input, context) => {
|
|
|
131
131
|
});
|
|
132
132
|
b.bp("/things/{thingName}/principals");
|
|
133
133
|
b.p("thingName", () => input.thingName, "{thingName}", false);
|
|
134
|
+
const query = map({
|
|
135
|
+
[_tPT]: [, input[_tPT]],
|
|
136
|
+
});
|
|
134
137
|
let body;
|
|
135
|
-
b.m("PUT").h(headers).b(body);
|
|
138
|
+
b.m("PUT").h(headers).q(query).b(body);
|
|
136
139
|
return b.build();
|
|
137
140
|
};
|
|
138
141
|
export const se_CancelAuditMitigationActionsTaskCommand = async (input, context) => {
|
|
@@ -2278,6 +2281,21 @@ export const se_ListPrincipalThingsCommand = async (input, context) => {
|
|
|
2278
2281
|
b.m("GET").h(headers).q(query).b(body);
|
|
2279
2282
|
return b.build();
|
|
2280
2283
|
};
|
|
2284
|
+
export const se_ListPrincipalThingsV2Command = async (input, context) => {
|
|
2285
|
+
const b = rb(input, context);
|
|
2286
|
+
const headers = map({}, isSerializableHeaderValue, {
|
|
2287
|
+
[_xap]: input[_p],
|
|
2288
|
+
});
|
|
2289
|
+
b.bp("/principals/things-v2");
|
|
2290
|
+
const query = map({
|
|
2291
|
+
[_nT]: [, input[_nT]],
|
|
2292
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
2293
|
+
[_tPT]: [, input[_tPT]],
|
|
2294
|
+
});
|
|
2295
|
+
let body;
|
|
2296
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
2297
|
+
return b.build();
|
|
2298
|
+
};
|
|
2281
2299
|
export const se_ListProvisioningTemplatesCommand = async (input, context) => {
|
|
2282
2300
|
const b = rb(input, context);
|
|
2283
2301
|
const headers = {};
|
|
@@ -2476,6 +2494,20 @@ export const se_ListThingPrincipalsCommand = async (input, context) => {
|
|
|
2476
2494
|
b.m("GET").h(headers).q(query).b(body);
|
|
2477
2495
|
return b.build();
|
|
2478
2496
|
};
|
|
2497
|
+
export const se_ListThingPrincipalsV2Command = async (input, context) => {
|
|
2498
|
+
const b = rb(input, context);
|
|
2499
|
+
const headers = {};
|
|
2500
|
+
b.bp("/things/{thingName}/principals-v2");
|
|
2501
|
+
b.p("thingName", () => input.thingName, "{thingName}", false);
|
|
2502
|
+
const query = map({
|
|
2503
|
+
[_nT]: [, input[_nT]],
|
|
2504
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
2505
|
+
[_tPT]: [, input[_tPT]],
|
|
2506
|
+
});
|
|
2507
|
+
let body;
|
|
2508
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
2509
|
+
return b.build();
|
|
2510
|
+
};
|
|
2479
2511
|
export const se_ListThingRegistrationTaskReportsCommand = async (input, context) => {
|
|
2480
2512
|
const b = rb(input, context);
|
|
2481
2513
|
const headers = {};
|
|
@@ -3467,6 +3499,20 @@ export const se_UpdateThingGroupsForThingCommand = async (input, context) => {
|
|
|
3467
3499
|
b.m("PUT").h(headers).b(body);
|
|
3468
3500
|
return b.build();
|
|
3469
3501
|
};
|
|
3502
|
+
export const se_UpdateThingTypeCommand = async (input, context) => {
|
|
3503
|
+
const b = rb(input, context);
|
|
3504
|
+
const headers = {
|
|
3505
|
+
"content-type": "application/json",
|
|
3506
|
+
};
|
|
3507
|
+
b.bp("/thing-types/{thingTypeName}");
|
|
3508
|
+
b.p("thingTypeName", () => input.thingTypeName, "{thingTypeName}", false);
|
|
3509
|
+
let body;
|
|
3510
|
+
body = JSON.stringify(take(input, {
|
|
3511
|
+
thingTypeProperties: (_) => _json(_),
|
|
3512
|
+
}));
|
|
3513
|
+
b.m("PATCH").h(headers).b(body);
|
|
3514
|
+
return b.build();
|
|
3515
|
+
};
|
|
3470
3516
|
export const se_UpdateTopicRuleDestinationCommand = async (input, context) => {
|
|
3471
3517
|
const b = rb(input, context);
|
|
3472
3518
|
const headers = {
|
|
@@ -6058,6 +6104,21 @@ export const de_ListPrincipalThingsCommand = async (output, context) => {
|
|
|
6058
6104
|
Object.assign(contents, doc);
|
|
6059
6105
|
return contents;
|
|
6060
6106
|
};
|
|
6107
|
+
export const de_ListPrincipalThingsV2Command = async (output, context) => {
|
|
6108
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6109
|
+
return de_CommandError(output, context);
|
|
6110
|
+
}
|
|
6111
|
+
const contents = map({
|
|
6112
|
+
$metadata: deserializeMetadata(output),
|
|
6113
|
+
});
|
|
6114
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
6115
|
+
const doc = take(data, {
|
|
6116
|
+
nextToken: __expectString,
|
|
6117
|
+
principalThingObjects: _json,
|
|
6118
|
+
});
|
|
6119
|
+
Object.assign(contents, doc);
|
|
6120
|
+
return contents;
|
|
6121
|
+
};
|
|
6061
6122
|
export const de_ListProvisioningTemplatesCommand = async (output, context) => {
|
|
6062
6123
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6063
6124
|
return de_CommandError(output, context);
|
|
@@ -6283,6 +6344,21 @@ export const de_ListThingPrincipalsCommand = async (output, context) => {
|
|
|
6283
6344
|
Object.assign(contents, doc);
|
|
6284
6345
|
return contents;
|
|
6285
6346
|
};
|
|
6347
|
+
export const de_ListThingPrincipalsV2Command = async (output, context) => {
|
|
6348
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6349
|
+
return de_CommandError(output, context);
|
|
6350
|
+
}
|
|
6351
|
+
const contents = map({
|
|
6352
|
+
$metadata: deserializeMetadata(output),
|
|
6353
|
+
});
|
|
6354
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
6355
|
+
const doc = take(data, {
|
|
6356
|
+
nextToken: __expectString,
|
|
6357
|
+
thingPrincipalObjects: _json,
|
|
6358
|
+
});
|
|
6359
|
+
Object.assign(contents, doc);
|
|
6360
|
+
return contents;
|
|
6361
|
+
};
|
|
6286
6362
|
export const de_ListThingRegistrationTaskReportsCommand = async (output, context) => {
|
|
6287
6363
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6288
6364
|
return de_CommandError(output, context);
|
|
@@ -7097,6 +7173,16 @@ export const de_UpdateThingGroupsForThingCommand = async (output, context) => {
|
|
|
7097
7173
|
await collectBody(output.body, context);
|
|
7098
7174
|
return contents;
|
|
7099
7175
|
};
|
|
7176
|
+
export const de_UpdateThingTypeCommand = async (output, context) => {
|
|
7177
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7178
|
+
return de_CommandError(output, context);
|
|
7179
|
+
}
|
|
7180
|
+
const contents = map({
|
|
7181
|
+
$metadata: deserializeMetadata(output),
|
|
7182
|
+
});
|
|
7183
|
+
await collectBody(output.body, context);
|
|
7184
|
+
return contents;
|
|
7185
|
+
};
|
|
7100
7186
|
export const de_UpdateTopicRuleDestinationCommand = async (output, context) => {
|
|
7101
7187
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7102
7188
|
return de_CommandError(output, context);
|
|
@@ -8744,6 +8830,7 @@ const _tI = "taskId";
|
|
|
8744
8830
|
const _tN = "targetName";
|
|
8745
8831
|
const _tNe = "templateName";
|
|
8746
8832
|
const _tNh = "thingName";
|
|
8833
|
+
const _tPT = "thingPrincipalType";
|
|
8747
8834
|
const _tS = "taskStatus";
|
|
8748
8835
|
const _tSa = "targetSelection";
|
|
8749
8836
|
const _tT = "targetType";
|
package/dist-types/IoT.d.ts
CHANGED
|
@@ -178,6 +178,7 @@ import { ListPolicyPrincipalsCommandInput, ListPolicyPrincipalsCommandOutput } f
|
|
|
178
178
|
import { ListPolicyVersionsCommandInput, ListPolicyVersionsCommandOutput } from "./commands/ListPolicyVersionsCommand";
|
|
179
179
|
import { ListPrincipalPoliciesCommandInput, ListPrincipalPoliciesCommandOutput } from "./commands/ListPrincipalPoliciesCommand";
|
|
180
180
|
import { ListPrincipalThingsCommandInput, ListPrincipalThingsCommandOutput } from "./commands/ListPrincipalThingsCommand";
|
|
181
|
+
import { ListPrincipalThingsV2CommandInput, ListPrincipalThingsV2CommandOutput } from "./commands/ListPrincipalThingsV2Command";
|
|
181
182
|
import { ListProvisioningTemplatesCommandInput, ListProvisioningTemplatesCommandOutput } from "./commands/ListProvisioningTemplatesCommand";
|
|
182
183
|
import { ListProvisioningTemplateVersionsCommandInput, ListProvisioningTemplateVersionsCommandOutput } from "./commands/ListProvisioningTemplateVersionsCommand";
|
|
183
184
|
import { ListRelatedResourcesForAuditFindingCommandInput, ListRelatedResourcesForAuditFindingCommandOutput } from "./commands/ListRelatedResourcesForAuditFindingCommand";
|
|
@@ -193,6 +194,7 @@ import { ListTargetsForSecurityProfileCommandInput, ListTargetsForSecurityProfil
|
|
|
193
194
|
import { ListThingGroupsCommandInput, ListThingGroupsCommandOutput } from "./commands/ListThingGroupsCommand";
|
|
194
195
|
import { ListThingGroupsForThingCommandInput, ListThingGroupsForThingCommandOutput } from "./commands/ListThingGroupsForThingCommand";
|
|
195
196
|
import { ListThingPrincipalsCommandInput, ListThingPrincipalsCommandOutput } from "./commands/ListThingPrincipalsCommand";
|
|
197
|
+
import { ListThingPrincipalsV2CommandInput, ListThingPrincipalsV2CommandOutput } from "./commands/ListThingPrincipalsV2Command";
|
|
196
198
|
import { ListThingRegistrationTaskReportsCommandInput, ListThingRegistrationTaskReportsCommandOutput } from "./commands/ListThingRegistrationTaskReportsCommand";
|
|
197
199
|
import { ListThingRegistrationTasksCommandInput, ListThingRegistrationTasksCommandOutput } from "./commands/ListThingRegistrationTasksCommand";
|
|
198
200
|
import { ListThingsCommandInput, ListThingsCommandOutput } from "./commands/ListThingsCommand";
|
|
@@ -255,6 +257,7 @@ import { UpdateStreamCommandInput, UpdateStreamCommandOutput } from "./commands/
|
|
|
255
257
|
import { UpdateThingCommandInput, UpdateThingCommandOutput } from "./commands/UpdateThingCommand";
|
|
256
258
|
import { UpdateThingGroupCommandInput, UpdateThingGroupCommandOutput } from "./commands/UpdateThingGroupCommand";
|
|
257
259
|
import { UpdateThingGroupsForThingCommandInput, UpdateThingGroupsForThingCommandOutput } from "./commands/UpdateThingGroupsForThingCommand";
|
|
260
|
+
import { UpdateThingTypeCommandInput, UpdateThingTypeCommandOutput } from "./commands/UpdateThingTypeCommand";
|
|
258
261
|
import { UpdateTopicRuleDestinationCommandInput, UpdateTopicRuleDestinationCommandOutput } from "./commands/UpdateTopicRuleDestinationCommand";
|
|
259
262
|
import { ValidateSecurityProfileBehaviorsCommandInput, ValidateSecurityProfileBehaviorsCommandOutput } from "./commands/ValidateSecurityProfileBehaviorsCommand";
|
|
260
263
|
import { IoTClient } from "./IoTClient";
|
|
@@ -1372,6 +1375,12 @@ export interface IoT {
|
|
|
1372
1375
|
listPrincipalThings(args: ListPrincipalThingsCommandInput, options?: __HttpHandlerOptions): Promise<ListPrincipalThingsCommandOutput>;
|
|
1373
1376
|
listPrincipalThings(args: ListPrincipalThingsCommandInput, cb: (err: any, data?: ListPrincipalThingsCommandOutput) => void): void;
|
|
1374
1377
|
listPrincipalThings(args: ListPrincipalThingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPrincipalThingsCommandOutput) => void): void;
|
|
1378
|
+
/**
|
|
1379
|
+
* @see {@link ListPrincipalThingsV2Command}
|
|
1380
|
+
*/
|
|
1381
|
+
listPrincipalThingsV2(args: ListPrincipalThingsV2CommandInput, options?: __HttpHandlerOptions): Promise<ListPrincipalThingsV2CommandOutput>;
|
|
1382
|
+
listPrincipalThingsV2(args: ListPrincipalThingsV2CommandInput, cb: (err: any, data?: ListPrincipalThingsV2CommandOutput) => void): void;
|
|
1383
|
+
listPrincipalThingsV2(args: ListPrincipalThingsV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPrincipalThingsV2CommandOutput) => void): void;
|
|
1375
1384
|
/**
|
|
1376
1385
|
* @see {@link ListProvisioningTemplatesCommand}
|
|
1377
1386
|
*/
|
|
@@ -1468,6 +1477,12 @@ export interface IoT {
|
|
|
1468
1477
|
listThingPrincipals(args: ListThingPrincipalsCommandInput, options?: __HttpHandlerOptions): Promise<ListThingPrincipalsCommandOutput>;
|
|
1469
1478
|
listThingPrincipals(args: ListThingPrincipalsCommandInput, cb: (err: any, data?: ListThingPrincipalsCommandOutput) => void): void;
|
|
1470
1479
|
listThingPrincipals(args: ListThingPrincipalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThingPrincipalsCommandOutput) => void): void;
|
|
1480
|
+
/**
|
|
1481
|
+
* @see {@link ListThingPrincipalsV2Command}
|
|
1482
|
+
*/
|
|
1483
|
+
listThingPrincipalsV2(args: ListThingPrincipalsV2CommandInput, options?: __HttpHandlerOptions): Promise<ListThingPrincipalsV2CommandOutput>;
|
|
1484
|
+
listThingPrincipalsV2(args: ListThingPrincipalsV2CommandInput, cb: (err: any, data?: ListThingPrincipalsV2CommandOutput) => void): void;
|
|
1485
|
+
listThingPrincipalsV2(args: ListThingPrincipalsV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThingPrincipalsV2CommandOutput) => void): void;
|
|
1471
1486
|
/**
|
|
1472
1487
|
* @see {@link ListThingRegistrationTaskReportsCommand}
|
|
1473
1488
|
*/
|
|
@@ -1854,6 +1869,12 @@ export interface IoT {
|
|
|
1854
1869
|
updateThingGroupsForThing(args: UpdateThingGroupsForThingCommandInput, options?: __HttpHandlerOptions): Promise<UpdateThingGroupsForThingCommandOutput>;
|
|
1855
1870
|
updateThingGroupsForThing(args: UpdateThingGroupsForThingCommandInput, cb: (err: any, data?: UpdateThingGroupsForThingCommandOutput) => void): void;
|
|
1856
1871
|
updateThingGroupsForThing(args: UpdateThingGroupsForThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThingGroupsForThingCommandOutput) => void): void;
|
|
1872
|
+
/**
|
|
1873
|
+
* @see {@link UpdateThingTypeCommand}
|
|
1874
|
+
*/
|
|
1875
|
+
updateThingType(args: UpdateThingTypeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateThingTypeCommandOutput>;
|
|
1876
|
+
updateThingType(args: UpdateThingTypeCommandInput, cb: (err: any, data?: UpdateThingTypeCommandOutput) => void): void;
|
|
1877
|
+
updateThingType(args: UpdateThingTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThingTypeCommandOutput) => void): void;
|
|
1857
1878
|
/**
|
|
1858
1879
|
* @see {@link UpdateTopicRuleDestinationCommand}
|
|
1859
1880
|
*/
|
|
@@ -186,6 +186,7 @@ import { ListPolicyPrincipalsCommandInput, ListPolicyPrincipalsCommandOutput } f
|
|
|
186
186
|
import { ListPolicyVersionsCommandInput, ListPolicyVersionsCommandOutput } from "./commands/ListPolicyVersionsCommand";
|
|
187
187
|
import { ListPrincipalPoliciesCommandInput, ListPrincipalPoliciesCommandOutput } from "./commands/ListPrincipalPoliciesCommand";
|
|
188
188
|
import { ListPrincipalThingsCommandInput, ListPrincipalThingsCommandOutput } from "./commands/ListPrincipalThingsCommand";
|
|
189
|
+
import { ListPrincipalThingsV2CommandInput, ListPrincipalThingsV2CommandOutput } from "./commands/ListPrincipalThingsV2Command";
|
|
189
190
|
import { ListProvisioningTemplatesCommandInput, ListProvisioningTemplatesCommandOutput } from "./commands/ListProvisioningTemplatesCommand";
|
|
190
191
|
import { ListProvisioningTemplateVersionsCommandInput, ListProvisioningTemplateVersionsCommandOutput } from "./commands/ListProvisioningTemplateVersionsCommand";
|
|
191
192
|
import { ListRelatedResourcesForAuditFindingCommandInput, ListRelatedResourcesForAuditFindingCommandOutput } from "./commands/ListRelatedResourcesForAuditFindingCommand";
|
|
@@ -201,6 +202,7 @@ import { ListTargetsForSecurityProfileCommandInput, ListTargetsForSecurityProfil
|
|
|
201
202
|
import { ListThingGroupsCommandInput, ListThingGroupsCommandOutput } from "./commands/ListThingGroupsCommand";
|
|
202
203
|
import { ListThingGroupsForThingCommandInput, ListThingGroupsForThingCommandOutput } from "./commands/ListThingGroupsForThingCommand";
|
|
203
204
|
import { ListThingPrincipalsCommandInput, ListThingPrincipalsCommandOutput } from "./commands/ListThingPrincipalsCommand";
|
|
205
|
+
import { ListThingPrincipalsV2CommandInput, ListThingPrincipalsV2CommandOutput } from "./commands/ListThingPrincipalsV2Command";
|
|
204
206
|
import { ListThingRegistrationTaskReportsCommandInput, ListThingRegistrationTaskReportsCommandOutput } from "./commands/ListThingRegistrationTaskReportsCommand";
|
|
205
207
|
import { ListThingRegistrationTasksCommandInput, ListThingRegistrationTasksCommandOutput } from "./commands/ListThingRegistrationTasksCommand";
|
|
206
208
|
import { ListThingsCommandInput, ListThingsCommandOutput } from "./commands/ListThingsCommand";
|
|
@@ -263,6 +265,7 @@ import { UpdateStreamCommandInput, UpdateStreamCommandOutput } from "./commands/
|
|
|
263
265
|
import { UpdateThingCommandInput, UpdateThingCommandOutput } from "./commands/UpdateThingCommand";
|
|
264
266
|
import { UpdateThingGroupCommandInput, UpdateThingGroupCommandOutput } from "./commands/UpdateThingGroupCommand";
|
|
265
267
|
import { UpdateThingGroupsForThingCommandInput, UpdateThingGroupsForThingCommandOutput } from "./commands/UpdateThingGroupsForThingCommand";
|
|
268
|
+
import { UpdateThingTypeCommandInput, UpdateThingTypeCommandOutput } from "./commands/UpdateThingTypeCommand";
|
|
266
269
|
import { UpdateTopicRuleDestinationCommandInput, UpdateTopicRuleDestinationCommandOutput } from "./commands/UpdateTopicRuleDestinationCommand";
|
|
267
270
|
import { ValidateSecurityProfileBehaviorsCommandInput, ValidateSecurityProfileBehaviorsCommandOutput } from "./commands/ValidateSecurityProfileBehaviorsCommand";
|
|
268
271
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
@@ -271,11 +274,11 @@ export { __Client };
|
|
|
271
274
|
/**
|
|
272
275
|
* @public
|
|
273
276
|
*/
|
|
274
|
-
export type ServiceInputTypes = AcceptCertificateTransferCommandInput | AddThingToBillingGroupCommandInput | AddThingToThingGroupCommandInput | AssociateSbomWithPackageVersionCommandInput | AssociateTargetsWithJobCommandInput | AttachPolicyCommandInput | AttachPrincipalPolicyCommandInput | AttachSecurityProfileCommandInput | AttachThingPrincipalCommandInput | CancelAuditMitigationActionsTaskCommandInput | CancelAuditTaskCommandInput | CancelCertificateTransferCommandInput | CancelDetectMitigationActionsTaskCommandInput | CancelJobCommandInput | CancelJobExecutionCommandInput | ClearDefaultAuthorizerCommandInput | ConfirmTopicRuleDestinationCommandInput | CreateAuditSuppressionCommandInput | CreateAuthorizerCommandInput | CreateBillingGroupCommandInput | CreateCertificateFromCsrCommandInput | CreateCertificateProviderCommandInput | CreateCustomMetricCommandInput | CreateDimensionCommandInput | CreateDomainConfigurationCommandInput | CreateDynamicThingGroupCommandInput | CreateFleetMetricCommandInput | CreateJobCommandInput | CreateJobTemplateCommandInput | CreateKeysAndCertificateCommandInput | CreateMitigationActionCommandInput | CreateOTAUpdateCommandInput | CreatePackageCommandInput | CreatePackageVersionCommandInput | CreatePolicyCommandInput | CreatePolicyVersionCommandInput | CreateProvisioningClaimCommandInput | CreateProvisioningTemplateCommandInput | CreateProvisioningTemplateVersionCommandInput | CreateRoleAliasCommandInput | CreateScheduledAuditCommandInput | CreateSecurityProfileCommandInput | CreateStreamCommandInput | CreateThingCommandInput | CreateThingGroupCommandInput | CreateThingTypeCommandInput | CreateTopicRuleCommandInput | CreateTopicRuleDestinationCommandInput | DeleteAccountAuditConfigurationCommandInput | DeleteAuditSuppressionCommandInput | DeleteAuthorizerCommandInput | DeleteBillingGroupCommandInput | DeleteCACertificateCommandInput | DeleteCertificateCommandInput | DeleteCertificateProviderCommandInput | DeleteCustomMetricCommandInput | DeleteDimensionCommandInput | DeleteDomainConfigurationCommandInput | DeleteDynamicThingGroupCommandInput | DeleteFleetMetricCommandInput | DeleteJobCommandInput | DeleteJobExecutionCommandInput | DeleteJobTemplateCommandInput | DeleteMitigationActionCommandInput | DeleteOTAUpdateCommandInput | DeletePackageCommandInput | DeletePackageVersionCommandInput | DeletePolicyCommandInput | DeletePolicyVersionCommandInput | DeleteProvisioningTemplateCommandInput | DeleteProvisioningTemplateVersionCommandInput | DeleteRegistrationCodeCommandInput | DeleteRoleAliasCommandInput | DeleteScheduledAuditCommandInput | DeleteSecurityProfileCommandInput | DeleteStreamCommandInput | DeleteThingCommandInput | DeleteThingGroupCommandInput | DeleteThingTypeCommandInput | DeleteTopicRuleCommandInput | DeleteTopicRuleDestinationCommandInput | DeleteV2LoggingLevelCommandInput | DeprecateThingTypeCommandInput | DescribeAccountAuditConfigurationCommandInput | DescribeAuditFindingCommandInput | DescribeAuditMitigationActionsTaskCommandInput | DescribeAuditSuppressionCommandInput | DescribeAuditTaskCommandInput | DescribeAuthorizerCommandInput | DescribeBillingGroupCommandInput | DescribeCACertificateCommandInput | DescribeCertificateCommandInput | DescribeCertificateProviderCommandInput | DescribeCustomMetricCommandInput | DescribeDefaultAuthorizerCommandInput | DescribeDetectMitigationActionsTaskCommandInput | DescribeDimensionCommandInput | DescribeDomainConfigurationCommandInput | DescribeEndpointCommandInput | DescribeEventConfigurationsCommandInput | DescribeFleetMetricCommandInput | DescribeIndexCommandInput | DescribeJobCommandInput | DescribeJobExecutionCommandInput | DescribeJobTemplateCommandInput | DescribeManagedJobTemplateCommandInput | DescribeMitigationActionCommandInput | DescribeProvisioningTemplateCommandInput | DescribeProvisioningTemplateVersionCommandInput | DescribeRoleAliasCommandInput | DescribeScheduledAuditCommandInput | DescribeSecurityProfileCommandInput | DescribeStreamCommandInput | DescribeThingCommandInput | DescribeThingGroupCommandInput | DescribeThingRegistrationTaskCommandInput | DescribeThingTypeCommandInput | DetachPolicyCommandInput | DetachPrincipalPolicyCommandInput | DetachSecurityProfileCommandInput | DetachThingPrincipalCommandInput | DisableTopicRuleCommandInput | DisassociateSbomFromPackageVersionCommandInput | EnableTopicRuleCommandInput | GetBehaviorModelTrainingSummariesCommandInput | GetBucketsAggregationCommandInput | GetCardinalityCommandInput | GetEffectivePoliciesCommandInput | GetIndexingConfigurationCommandInput | GetJobDocumentCommandInput | GetLoggingOptionsCommandInput | GetOTAUpdateCommandInput | GetPackageCommandInput | GetPackageConfigurationCommandInput | GetPackageVersionCommandInput | GetPercentilesCommandInput | GetPolicyCommandInput | GetPolicyVersionCommandInput | GetRegistrationCodeCommandInput | GetStatisticsCommandInput | GetTopicRuleCommandInput | GetTopicRuleDestinationCommandInput | GetV2LoggingOptionsCommandInput | ListActiveViolationsCommandInput | ListAttachedPoliciesCommandInput | ListAuditFindingsCommandInput | ListAuditMitigationActionsExecutionsCommandInput | ListAuditMitigationActionsTasksCommandInput | ListAuditSuppressionsCommandInput | ListAuditTasksCommandInput | ListAuthorizersCommandInput | ListBillingGroupsCommandInput | ListCACertificatesCommandInput | ListCertificateProvidersCommandInput | ListCertificatesByCACommandInput | ListCertificatesCommandInput | ListCustomMetricsCommandInput | ListDetectMitigationActionsExecutionsCommandInput | ListDetectMitigationActionsTasksCommandInput | ListDimensionsCommandInput | ListDomainConfigurationsCommandInput | ListFleetMetricsCommandInput | ListIndicesCommandInput | ListJobExecutionsForJobCommandInput | ListJobExecutionsForThingCommandInput | ListJobTemplatesCommandInput | ListJobsCommandInput | ListManagedJobTemplatesCommandInput | ListMetricValuesCommandInput | ListMitigationActionsCommandInput | ListOTAUpdatesCommandInput | ListOutgoingCertificatesCommandInput | ListPackageVersionsCommandInput | ListPackagesCommandInput | ListPoliciesCommandInput | ListPolicyPrincipalsCommandInput | ListPolicyVersionsCommandInput | ListPrincipalPoliciesCommandInput | ListPrincipalThingsCommandInput | ListProvisioningTemplateVersionsCommandInput | ListProvisioningTemplatesCommandInput | ListRelatedResourcesForAuditFindingCommandInput | ListRoleAliasesCommandInput | ListSbomValidationResultsCommandInput | ListScheduledAuditsCommandInput | ListSecurityProfilesCommandInput | ListSecurityProfilesForTargetCommandInput | ListStreamsCommandInput | ListTagsForResourceCommandInput | ListTargetsForPolicyCommandInput | ListTargetsForSecurityProfileCommandInput | ListThingGroupsCommandInput | ListThingGroupsForThingCommandInput | ListThingPrincipalsCommandInput | ListThingRegistrationTaskReportsCommandInput | ListThingRegistrationTasksCommandInput | ListThingTypesCommandInput | ListThingsCommandInput | ListThingsInBillingGroupCommandInput | ListThingsInThingGroupCommandInput | ListTopicRuleDestinationsCommandInput | ListTopicRulesCommandInput | ListV2LoggingLevelsCommandInput | ListViolationEventsCommandInput | PutVerificationStateOnViolationCommandInput | RegisterCACertificateCommandInput | RegisterCertificateCommandInput | RegisterCertificateWithoutCACommandInput | RegisterThingCommandInput | RejectCertificateTransferCommandInput | RemoveThingFromBillingGroupCommandInput | RemoveThingFromThingGroupCommandInput | ReplaceTopicRuleCommandInput | SearchIndexCommandInput | SetDefaultAuthorizerCommandInput | SetDefaultPolicyVersionCommandInput | SetLoggingOptionsCommandInput | SetV2LoggingLevelCommandInput | SetV2LoggingOptionsCommandInput | StartAuditMitigationActionsTaskCommandInput | StartDetectMitigationActionsTaskCommandInput | StartOnDemandAuditTaskCommandInput | StartThingRegistrationTaskCommandInput | StopThingRegistrationTaskCommandInput | TagResourceCommandInput | TestAuthorizationCommandInput | TestInvokeAuthorizerCommandInput | TransferCertificateCommandInput | UntagResourceCommandInput | UpdateAccountAuditConfigurationCommandInput | UpdateAuditSuppressionCommandInput | UpdateAuthorizerCommandInput | UpdateBillingGroupCommandInput | UpdateCACertificateCommandInput | UpdateCertificateCommandInput | UpdateCertificateProviderCommandInput | UpdateCustomMetricCommandInput | UpdateDimensionCommandInput | UpdateDomainConfigurationCommandInput | UpdateDynamicThingGroupCommandInput | UpdateEventConfigurationsCommandInput | UpdateFleetMetricCommandInput | UpdateIndexingConfigurationCommandInput | UpdateJobCommandInput | UpdateMitigationActionCommandInput | UpdatePackageCommandInput | UpdatePackageConfigurationCommandInput | UpdatePackageVersionCommandInput | UpdateProvisioningTemplateCommandInput | UpdateRoleAliasCommandInput | UpdateScheduledAuditCommandInput | UpdateSecurityProfileCommandInput | UpdateStreamCommandInput | UpdateThingCommandInput | UpdateThingGroupCommandInput | UpdateThingGroupsForThingCommandInput | UpdateTopicRuleDestinationCommandInput | ValidateSecurityProfileBehaviorsCommandInput;
|
|
277
|
+
export type ServiceInputTypes = AcceptCertificateTransferCommandInput | AddThingToBillingGroupCommandInput | AddThingToThingGroupCommandInput | AssociateSbomWithPackageVersionCommandInput | AssociateTargetsWithJobCommandInput | AttachPolicyCommandInput | AttachPrincipalPolicyCommandInput | AttachSecurityProfileCommandInput | AttachThingPrincipalCommandInput | CancelAuditMitigationActionsTaskCommandInput | CancelAuditTaskCommandInput | CancelCertificateTransferCommandInput | CancelDetectMitigationActionsTaskCommandInput | CancelJobCommandInput | CancelJobExecutionCommandInput | ClearDefaultAuthorizerCommandInput | ConfirmTopicRuleDestinationCommandInput | CreateAuditSuppressionCommandInput | CreateAuthorizerCommandInput | CreateBillingGroupCommandInput | CreateCertificateFromCsrCommandInput | CreateCertificateProviderCommandInput | CreateCustomMetricCommandInput | CreateDimensionCommandInput | CreateDomainConfigurationCommandInput | CreateDynamicThingGroupCommandInput | CreateFleetMetricCommandInput | CreateJobCommandInput | CreateJobTemplateCommandInput | CreateKeysAndCertificateCommandInput | CreateMitigationActionCommandInput | CreateOTAUpdateCommandInput | CreatePackageCommandInput | CreatePackageVersionCommandInput | CreatePolicyCommandInput | CreatePolicyVersionCommandInput | CreateProvisioningClaimCommandInput | CreateProvisioningTemplateCommandInput | CreateProvisioningTemplateVersionCommandInput | CreateRoleAliasCommandInput | CreateScheduledAuditCommandInput | CreateSecurityProfileCommandInput | CreateStreamCommandInput | CreateThingCommandInput | CreateThingGroupCommandInput | CreateThingTypeCommandInput | CreateTopicRuleCommandInput | CreateTopicRuleDestinationCommandInput | DeleteAccountAuditConfigurationCommandInput | DeleteAuditSuppressionCommandInput | DeleteAuthorizerCommandInput | DeleteBillingGroupCommandInput | DeleteCACertificateCommandInput | DeleteCertificateCommandInput | DeleteCertificateProviderCommandInput | DeleteCustomMetricCommandInput | DeleteDimensionCommandInput | DeleteDomainConfigurationCommandInput | DeleteDynamicThingGroupCommandInput | DeleteFleetMetricCommandInput | DeleteJobCommandInput | DeleteJobExecutionCommandInput | DeleteJobTemplateCommandInput | DeleteMitigationActionCommandInput | DeleteOTAUpdateCommandInput | DeletePackageCommandInput | DeletePackageVersionCommandInput | DeletePolicyCommandInput | DeletePolicyVersionCommandInput | DeleteProvisioningTemplateCommandInput | DeleteProvisioningTemplateVersionCommandInput | DeleteRegistrationCodeCommandInput | DeleteRoleAliasCommandInput | DeleteScheduledAuditCommandInput | DeleteSecurityProfileCommandInput | DeleteStreamCommandInput | DeleteThingCommandInput | DeleteThingGroupCommandInput | DeleteThingTypeCommandInput | DeleteTopicRuleCommandInput | DeleteTopicRuleDestinationCommandInput | DeleteV2LoggingLevelCommandInput | DeprecateThingTypeCommandInput | DescribeAccountAuditConfigurationCommandInput | DescribeAuditFindingCommandInput | DescribeAuditMitigationActionsTaskCommandInput | DescribeAuditSuppressionCommandInput | DescribeAuditTaskCommandInput | DescribeAuthorizerCommandInput | DescribeBillingGroupCommandInput | DescribeCACertificateCommandInput | DescribeCertificateCommandInput | DescribeCertificateProviderCommandInput | DescribeCustomMetricCommandInput | DescribeDefaultAuthorizerCommandInput | DescribeDetectMitigationActionsTaskCommandInput | DescribeDimensionCommandInput | DescribeDomainConfigurationCommandInput | DescribeEndpointCommandInput | DescribeEventConfigurationsCommandInput | DescribeFleetMetricCommandInput | DescribeIndexCommandInput | DescribeJobCommandInput | DescribeJobExecutionCommandInput | DescribeJobTemplateCommandInput | DescribeManagedJobTemplateCommandInput | DescribeMitigationActionCommandInput | DescribeProvisioningTemplateCommandInput | DescribeProvisioningTemplateVersionCommandInput | DescribeRoleAliasCommandInput | DescribeScheduledAuditCommandInput | DescribeSecurityProfileCommandInput | DescribeStreamCommandInput | DescribeThingCommandInput | DescribeThingGroupCommandInput | DescribeThingRegistrationTaskCommandInput | DescribeThingTypeCommandInput | DetachPolicyCommandInput | DetachPrincipalPolicyCommandInput | DetachSecurityProfileCommandInput | DetachThingPrincipalCommandInput | DisableTopicRuleCommandInput | DisassociateSbomFromPackageVersionCommandInput | EnableTopicRuleCommandInput | GetBehaviorModelTrainingSummariesCommandInput | GetBucketsAggregationCommandInput | GetCardinalityCommandInput | GetEffectivePoliciesCommandInput | GetIndexingConfigurationCommandInput | GetJobDocumentCommandInput | GetLoggingOptionsCommandInput | GetOTAUpdateCommandInput | GetPackageCommandInput | GetPackageConfigurationCommandInput | GetPackageVersionCommandInput | GetPercentilesCommandInput | GetPolicyCommandInput | GetPolicyVersionCommandInput | GetRegistrationCodeCommandInput | GetStatisticsCommandInput | GetTopicRuleCommandInput | GetTopicRuleDestinationCommandInput | GetV2LoggingOptionsCommandInput | ListActiveViolationsCommandInput | ListAttachedPoliciesCommandInput | ListAuditFindingsCommandInput | ListAuditMitigationActionsExecutionsCommandInput | ListAuditMitigationActionsTasksCommandInput | ListAuditSuppressionsCommandInput | ListAuditTasksCommandInput | ListAuthorizersCommandInput | ListBillingGroupsCommandInput | ListCACertificatesCommandInput | ListCertificateProvidersCommandInput | ListCertificatesByCACommandInput | ListCertificatesCommandInput | ListCustomMetricsCommandInput | ListDetectMitigationActionsExecutionsCommandInput | ListDetectMitigationActionsTasksCommandInput | ListDimensionsCommandInput | ListDomainConfigurationsCommandInput | ListFleetMetricsCommandInput | ListIndicesCommandInput | ListJobExecutionsForJobCommandInput | ListJobExecutionsForThingCommandInput | ListJobTemplatesCommandInput | ListJobsCommandInput | ListManagedJobTemplatesCommandInput | ListMetricValuesCommandInput | ListMitigationActionsCommandInput | ListOTAUpdatesCommandInput | ListOutgoingCertificatesCommandInput | ListPackageVersionsCommandInput | ListPackagesCommandInput | ListPoliciesCommandInput | ListPolicyPrincipalsCommandInput | ListPolicyVersionsCommandInput | ListPrincipalPoliciesCommandInput | ListPrincipalThingsCommandInput | ListPrincipalThingsV2CommandInput | ListProvisioningTemplateVersionsCommandInput | ListProvisioningTemplatesCommandInput | ListRelatedResourcesForAuditFindingCommandInput | ListRoleAliasesCommandInput | ListSbomValidationResultsCommandInput | ListScheduledAuditsCommandInput | ListSecurityProfilesCommandInput | ListSecurityProfilesForTargetCommandInput | ListStreamsCommandInput | ListTagsForResourceCommandInput | ListTargetsForPolicyCommandInput | ListTargetsForSecurityProfileCommandInput | ListThingGroupsCommandInput | ListThingGroupsForThingCommandInput | ListThingPrincipalsCommandInput | ListThingPrincipalsV2CommandInput | ListThingRegistrationTaskReportsCommandInput | ListThingRegistrationTasksCommandInput | ListThingTypesCommandInput | ListThingsCommandInput | ListThingsInBillingGroupCommandInput | ListThingsInThingGroupCommandInput | ListTopicRuleDestinationsCommandInput | ListTopicRulesCommandInput | ListV2LoggingLevelsCommandInput | ListViolationEventsCommandInput | PutVerificationStateOnViolationCommandInput | RegisterCACertificateCommandInput | RegisterCertificateCommandInput | RegisterCertificateWithoutCACommandInput | RegisterThingCommandInput | RejectCertificateTransferCommandInput | RemoveThingFromBillingGroupCommandInput | RemoveThingFromThingGroupCommandInput | ReplaceTopicRuleCommandInput | SearchIndexCommandInput | SetDefaultAuthorizerCommandInput | SetDefaultPolicyVersionCommandInput | SetLoggingOptionsCommandInput | SetV2LoggingLevelCommandInput | SetV2LoggingOptionsCommandInput | StartAuditMitigationActionsTaskCommandInput | StartDetectMitigationActionsTaskCommandInput | StartOnDemandAuditTaskCommandInput | StartThingRegistrationTaskCommandInput | StopThingRegistrationTaskCommandInput | TagResourceCommandInput | TestAuthorizationCommandInput | TestInvokeAuthorizerCommandInput | TransferCertificateCommandInput | UntagResourceCommandInput | UpdateAccountAuditConfigurationCommandInput | UpdateAuditSuppressionCommandInput | UpdateAuthorizerCommandInput | UpdateBillingGroupCommandInput | UpdateCACertificateCommandInput | UpdateCertificateCommandInput | UpdateCertificateProviderCommandInput | UpdateCustomMetricCommandInput | UpdateDimensionCommandInput | UpdateDomainConfigurationCommandInput | UpdateDynamicThingGroupCommandInput | UpdateEventConfigurationsCommandInput | UpdateFleetMetricCommandInput | UpdateIndexingConfigurationCommandInput | UpdateJobCommandInput | UpdateMitigationActionCommandInput | UpdatePackageCommandInput | UpdatePackageConfigurationCommandInput | UpdatePackageVersionCommandInput | UpdateProvisioningTemplateCommandInput | UpdateRoleAliasCommandInput | UpdateScheduledAuditCommandInput | UpdateSecurityProfileCommandInput | UpdateStreamCommandInput | UpdateThingCommandInput | UpdateThingGroupCommandInput | UpdateThingGroupsForThingCommandInput | UpdateThingTypeCommandInput | UpdateTopicRuleDestinationCommandInput | ValidateSecurityProfileBehaviorsCommandInput;
|
|
275
278
|
/**
|
|
276
279
|
* @public
|
|
277
280
|
*/
|
|
278
|
-
export type ServiceOutputTypes = AcceptCertificateTransferCommandOutput | AddThingToBillingGroupCommandOutput | AddThingToThingGroupCommandOutput | AssociateSbomWithPackageVersionCommandOutput | AssociateTargetsWithJobCommandOutput | AttachPolicyCommandOutput | AttachPrincipalPolicyCommandOutput | AttachSecurityProfileCommandOutput | AttachThingPrincipalCommandOutput | CancelAuditMitigationActionsTaskCommandOutput | CancelAuditTaskCommandOutput | CancelCertificateTransferCommandOutput | CancelDetectMitigationActionsTaskCommandOutput | CancelJobCommandOutput | CancelJobExecutionCommandOutput | ClearDefaultAuthorizerCommandOutput | ConfirmTopicRuleDestinationCommandOutput | CreateAuditSuppressionCommandOutput | CreateAuthorizerCommandOutput | CreateBillingGroupCommandOutput | CreateCertificateFromCsrCommandOutput | CreateCertificateProviderCommandOutput | CreateCustomMetricCommandOutput | CreateDimensionCommandOutput | CreateDomainConfigurationCommandOutput | CreateDynamicThingGroupCommandOutput | CreateFleetMetricCommandOutput | CreateJobCommandOutput | CreateJobTemplateCommandOutput | CreateKeysAndCertificateCommandOutput | CreateMitigationActionCommandOutput | CreateOTAUpdateCommandOutput | CreatePackageCommandOutput | CreatePackageVersionCommandOutput | CreatePolicyCommandOutput | CreatePolicyVersionCommandOutput | CreateProvisioningClaimCommandOutput | CreateProvisioningTemplateCommandOutput | CreateProvisioningTemplateVersionCommandOutput | CreateRoleAliasCommandOutput | CreateScheduledAuditCommandOutput | CreateSecurityProfileCommandOutput | CreateStreamCommandOutput | CreateThingCommandOutput | CreateThingGroupCommandOutput | CreateThingTypeCommandOutput | CreateTopicRuleCommandOutput | CreateTopicRuleDestinationCommandOutput | DeleteAccountAuditConfigurationCommandOutput | DeleteAuditSuppressionCommandOutput | DeleteAuthorizerCommandOutput | DeleteBillingGroupCommandOutput | DeleteCACertificateCommandOutput | DeleteCertificateCommandOutput | DeleteCertificateProviderCommandOutput | DeleteCustomMetricCommandOutput | DeleteDimensionCommandOutput | DeleteDomainConfigurationCommandOutput | DeleteDynamicThingGroupCommandOutput | DeleteFleetMetricCommandOutput | DeleteJobCommandOutput | DeleteJobExecutionCommandOutput | DeleteJobTemplateCommandOutput | DeleteMitigationActionCommandOutput | DeleteOTAUpdateCommandOutput | DeletePackageCommandOutput | DeletePackageVersionCommandOutput | DeletePolicyCommandOutput | DeletePolicyVersionCommandOutput | DeleteProvisioningTemplateCommandOutput | DeleteProvisioningTemplateVersionCommandOutput | DeleteRegistrationCodeCommandOutput | DeleteRoleAliasCommandOutput | DeleteScheduledAuditCommandOutput | DeleteSecurityProfileCommandOutput | DeleteStreamCommandOutput | DeleteThingCommandOutput | DeleteThingGroupCommandOutput | DeleteThingTypeCommandOutput | DeleteTopicRuleCommandOutput | DeleteTopicRuleDestinationCommandOutput | DeleteV2LoggingLevelCommandOutput | DeprecateThingTypeCommandOutput | DescribeAccountAuditConfigurationCommandOutput | DescribeAuditFindingCommandOutput | DescribeAuditMitigationActionsTaskCommandOutput | DescribeAuditSuppressionCommandOutput | DescribeAuditTaskCommandOutput | DescribeAuthorizerCommandOutput | DescribeBillingGroupCommandOutput | DescribeCACertificateCommandOutput | DescribeCertificateCommandOutput | DescribeCertificateProviderCommandOutput | DescribeCustomMetricCommandOutput | DescribeDefaultAuthorizerCommandOutput | DescribeDetectMitigationActionsTaskCommandOutput | DescribeDimensionCommandOutput | DescribeDomainConfigurationCommandOutput | DescribeEndpointCommandOutput | DescribeEventConfigurationsCommandOutput | DescribeFleetMetricCommandOutput | DescribeIndexCommandOutput | DescribeJobCommandOutput | DescribeJobExecutionCommandOutput | DescribeJobTemplateCommandOutput | DescribeManagedJobTemplateCommandOutput | DescribeMitigationActionCommandOutput | DescribeProvisioningTemplateCommandOutput | DescribeProvisioningTemplateVersionCommandOutput | DescribeRoleAliasCommandOutput | DescribeScheduledAuditCommandOutput | DescribeSecurityProfileCommandOutput | DescribeStreamCommandOutput | DescribeThingCommandOutput | DescribeThingGroupCommandOutput | DescribeThingRegistrationTaskCommandOutput | DescribeThingTypeCommandOutput | DetachPolicyCommandOutput | DetachPrincipalPolicyCommandOutput | DetachSecurityProfileCommandOutput | DetachThingPrincipalCommandOutput | DisableTopicRuleCommandOutput | DisassociateSbomFromPackageVersionCommandOutput | EnableTopicRuleCommandOutput | GetBehaviorModelTrainingSummariesCommandOutput | GetBucketsAggregationCommandOutput | GetCardinalityCommandOutput | GetEffectivePoliciesCommandOutput | GetIndexingConfigurationCommandOutput | GetJobDocumentCommandOutput | GetLoggingOptionsCommandOutput | GetOTAUpdateCommandOutput | GetPackageCommandOutput | GetPackageConfigurationCommandOutput | GetPackageVersionCommandOutput | GetPercentilesCommandOutput | GetPolicyCommandOutput | GetPolicyVersionCommandOutput | GetRegistrationCodeCommandOutput | GetStatisticsCommandOutput | GetTopicRuleCommandOutput | GetTopicRuleDestinationCommandOutput | GetV2LoggingOptionsCommandOutput | ListActiveViolationsCommandOutput | ListAttachedPoliciesCommandOutput | ListAuditFindingsCommandOutput | ListAuditMitigationActionsExecutionsCommandOutput | ListAuditMitigationActionsTasksCommandOutput | ListAuditSuppressionsCommandOutput | ListAuditTasksCommandOutput | ListAuthorizersCommandOutput | ListBillingGroupsCommandOutput | ListCACertificatesCommandOutput | ListCertificateProvidersCommandOutput | ListCertificatesByCACommandOutput | ListCertificatesCommandOutput | ListCustomMetricsCommandOutput | ListDetectMitigationActionsExecutionsCommandOutput | ListDetectMitigationActionsTasksCommandOutput | ListDimensionsCommandOutput | ListDomainConfigurationsCommandOutput | ListFleetMetricsCommandOutput | ListIndicesCommandOutput | ListJobExecutionsForJobCommandOutput | ListJobExecutionsForThingCommandOutput | ListJobTemplatesCommandOutput | ListJobsCommandOutput | ListManagedJobTemplatesCommandOutput | ListMetricValuesCommandOutput | ListMitigationActionsCommandOutput | ListOTAUpdatesCommandOutput | ListOutgoingCertificatesCommandOutput | ListPackageVersionsCommandOutput | ListPackagesCommandOutput | ListPoliciesCommandOutput | ListPolicyPrincipalsCommandOutput | ListPolicyVersionsCommandOutput | ListPrincipalPoliciesCommandOutput | ListPrincipalThingsCommandOutput | ListProvisioningTemplateVersionsCommandOutput | ListProvisioningTemplatesCommandOutput | ListRelatedResourcesForAuditFindingCommandOutput | ListRoleAliasesCommandOutput | ListSbomValidationResultsCommandOutput | ListScheduledAuditsCommandOutput | ListSecurityProfilesCommandOutput | ListSecurityProfilesForTargetCommandOutput | ListStreamsCommandOutput | ListTagsForResourceCommandOutput | ListTargetsForPolicyCommandOutput | ListTargetsForSecurityProfileCommandOutput | ListThingGroupsCommandOutput | ListThingGroupsForThingCommandOutput | ListThingPrincipalsCommandOutput | ListThingRegistrationTaskReportsCommandOutput | ListThingRegistrationTasksCommandOutput | ListThingTypesCommandOutput | ListThingsCommandOutput | ListThingsInBillingGroupCommandOutput | ListThingsInThingGroupCommandOutput | ListTopicRuleDestinationsCommandOutput | ListTopicRulesCommandOutput | ListV2LoggingLevelsCommandOutput | ListViolationEventsCommandOutput | PutVerificationStateOnViolationCommandOutput | RegisterCACertificateCommandOutput | RegisterCertificateCommandOutput | RegisterCertificateWithoutCACommandOutput | RegisterThingCommandOutput | RejectCertificateTransferCommandOutput | RemoveThingFromBillingGroupCommandOutput | RemoveThingFromThingGroupCommandOutput | ReplaceTopicRuleCommandOutput | SearchIndexCommandOutput | SetDefaultAuthorizerCommandOutput | SetDefaultPolicyVersionCommandOutput | SetLoggingOptionsCommandOutput | SetV2LoggingLevelCommandOutput | SetV2LoggingOptionsCommandOutput | StartAuditMitigationActionsTaskCommandOutput | StartDetectMitigationActionsTaskCommandOutput | StartOnDemandAuditTaskCommandOutput | StartThingRegistrationTaskCommandOutput | StopThingRegistrationTaskCommandOutput | TagResourceCommandOutput | TestAuthorizationCommandOutput | TestInvokeAuthorizerCommandOutput | TransferCertificateCommandOutput | UntagResourceCommandOutput | UpdateAccountAuditConfigurationCommandOutput | UpdateAuditSuppressionCommandOutput | UpdateAuthorizerCommandOutput | UpdateBillingGroupCommandOutput | UpdateCACertificateCommandOutput | UpdateCertificateCommandOutput | UpdateCertificateProviderCommandOutput | UpdateCustomMetricCommandOutput | UpdateDimensionCommandOutput | UpdateDomainConfigurationCommandOutput | UpdateDynamicThingGroupCommandOutput | UpdateEventConfigurationsCommandOutput | UpdateFleetMetricCommandOutput | UpdateIndexingConfigurationCommandOutput | UpdateJobCommandOutput | UpdateMitigationActionCommandOutput | UpdatePackageCommandOutput | UpdatePackageConfigurationCommandOutput | UpdatePackageVersionCommandOutput | UpdateProvisioningTemplateCommandOutput | UpdateRoleAliasCommandOutput | UpdateScheduledAuditCommandOutput | UpdateSecurityProfileCommandOutput | UpdateStreamCommandOutput | UpdateThingCommandOutput | UpdateThingGroupCommandOutput | UpdateThingGroupsForThingCommandOutput | UpdateTopicRuleDestinationCommandOutput | ValidateSecurityProfileBehaviorsCommandOutput;
|
|
281
|
+
export type ServiceOutputTypes = AcceptCertificateTransferCommandOutput | AddThingToBillingGroupCommandOutput | AddThingToThingGroupCommandOutput | AssociateSbomWithPackageVersionCommandOutput | AssociateTargetsWithJobCommandOutput | AttachPolicyCommandOutput | AttachPrincipalPolicyCommandOutput | AttachSecurityProfileCommandOutput | AttachThingPrincipalCommandOutput | CancelAuditMitigationActionsTaskCommandOutput | CancelAuditTaskCommandOutput | CancelCertificateTransferCommandOutput | CancelDetectMitigationActionsTaskCommandOutput | CancelJobCommandOutput | CancelJobExecutionCommandOutput | ClearDefaultAuthorizerCommandOutput | ConfirmTopicRuleDestinationCommandOutput | CreateAuditSuppressionCommandOutput | CreateAuthorizerCommandOutput | CreateBillingGroupCommandOutput | CreateCertificateFromCsrCommandOutput | CreateCertificateProviderCommandOutput | CreateCustomMetricCommandOutput | CreateDimensionCommandOutput | CreateDomainConfigurationCommandOutput | CreateDynamicThingGroupCommandOutput | CreateFleetMetricCommandOutput | CreateJobCommandOutput | CreateJobTemplateCommandOutput | CreateKeysAndCertificateCommandOutput | CreateMitigationActionCommandOutput | CreateOTAUpdateCommandOutput | CreatePackageCommandOutput | CreatePackageVersionCommandOutput | CreatePolicyCommandOutput | CreatePolicyVersionCommandOutput | CreateProvisioningClaimCommandOutput | CreateProvisioningTemplateCommandOutput | CreateProvisioningTemplateVersionCommandOutput | CreateRoleAliasCommandOutput | CreateScheduledAuditCommandOutput | CreateSecurityProfileCommandOutput | CreateStreamCommandOutput | CreateThingCommandOutput | CreateThingGroupCommandOutput | CreateThingTypeCommandOutput | CreateTopicRuleCommandOutput | CreateTopicRuleDestinationCommandOutput | DeleteAccountAuditConfigurationCommandOutput | DeleteAuditSuppressionCommandOutput | DeleteAuthorizerCommandOutput | DeleteBillingGroupCommandOutput | DeleteCACertificateCommandOutput | DeleteCertificateCommandOutput | DeleteCertificateProviderCommandOutput | DeleteCustomMetricCommandOutput | DeleteDimensionCommandOutput | DeleteDomainConfigurationCommandOutput | DeleteDynamicThingGroupCommandOutput | DeleteFleetMetricCommandOutput | DeleteJobCommandOutput | DeleteJobExecutionCommandOutput | DeleteJobTemplateCommandOutput | DeleteMitigationActionCommandOutput | DeleteOTAUpdateCommandOutput | DeletePackageCommandOutput | DeletePackageVersionCommandOutput | DeletePolicyCommandOutput | DeletePolicyVersionCommandOutput | DeleteProvisioningTemplateCommandOutput | DeleteProvisioningTemplateVersionCommandOutput | DeleteRegistrationCodeCommandOutput | DeleteRoleAliasCommandOutput | DeleteScheduledAuditCommandOutput | DeleteSecurityProfileCommandOutput | DeleteStreamCommandOutput | DeleteThingCommandOutput | DeleteThingGroupCommandOutput | DeleteThingTypeCommandOutput | DeleteTopicRuleCommandOutput | DeleteTopicRuleDestinationCommandOutput | DeleteV2LoggingLevelCommandOutput | DeprecateThingTypeCommandOutput | DescribeAccountAuditConfigurationCommandOutput | DescribeAuditFindingCommandOutput | DescribeAuditMitigationActionsTaskCommandOutput | DescribeAuditSuppressionCommandOutput | DescribeAuditTaskCommandOutput | DescribeAuthorizerCommandOutput | DescribeBillingGroupCommandOutput | DescribeCACertificateCommandOutput | DescribeCertificateCommandOutput | DescribeCertificateProviderCommandOutput | DescribeCustomMetricCommandOutput | DescribeDefaultAuthorizerCommandOutput | DescribeDetectMitigationActionsTaskCommandOutput | DescribeDimensionCommandOutput | DescribeDomainConfigurationCommandOutput | DescribeEndpointCommandOutput | DescribeEventConfigurationsCommandOutput | DescribeFleetMetricCommandOutput | DescribeIndexCommandOutput | DescribeJobCommandOutput | DescribeJobExecutionCommandOutput | DescribeJobTemplateCommandOutput | DescribeManagedJobTemplateCommandOutput | DescribeMitigationActionCommandOutput | DescribeProvisioningTemplateCommandOutput | DescribeProvisioningTemplateVersionCommandOutput | DescribeRoleAliasCommandOutput | DescribeScheduledAuditCommandOutput | DescribeSecurityProfileCommandOutput | DescribeStreamCommandOutput | DescribeThingCommandOutput | DescribeThingGroupCommandOutput | DescribeThingRegistrationTaskCommandOutput | DescribeThingTypeCommandOutput | DetachPolicyCommandOutput | DetachPrincipalPolicyCommandOutput | DetachSecurityProfileCommandOutput | DetachThingPrincipalCommandOutput | DisableTopicRuleCommandOutput | DisassociateSbomFromPackageVersionCommandOutput | EnableTopicRuleCommandOutput | GetBehaviorModelTrainingSummariesCommandOutput | GetBucketsAggregationCommandOutput | GetCardinalityCommandOutput | GetEffectivePoliciesCommandOutput | GetIndexingConfigurationCommandOutput | GetJobDocumentCommandOutput | GetLoggingOptionsCommandOutput | GetOTAUpdateCommandOutput | GetPackageCommandOutput | GetPackageConfigurationCommandOutput | GetPackageVersionCommandOutput | GetPercentilesCommandOutput | GetPolicyCommandOutput | GetPolicyVersionCommandOutput | GetRegistrationCodeCommandOutput | GetStatisticsCommandOutput | GetTopicRuleCommandOutput | GetTopicRuleDestinationCommandOutput | GetV2LoggingOptionsCommandOutput | ListActiveViolationsCommandOutput | ListAttachedPoliciesCommandOutput | ListAuditFindingsCommandOutput | ListAuditMitigationActionsExecutionsCommandOutput | ListAuditMitigationActionsTasksCommandOutput | ListAuditSuppressionsCommandOutput | ListAuditTasksCommandOutput | ListAuthorizersCommandOutput | ListBillingGroupsCommandOutput | ListCACertificatesCommandOutput | ListCertificateProvidersCommandOutput | ListCertificatesByCACommandOutput | ListCertificatesCommandOutput | ListCustomMetricsCommandOutput | ListDetectMitigationActionsExecutionsCommandOutput | ListDetectMitigationActionsTasksCommandOutput | ListDimensionsCommandOutput | ListDomainConfigurationsCommandOutput | ListFleetMetricsCommandOutput | ListIndicesCommandOutput | ListJobExecutionsForJobCommandOutput | ListJobExecutionsForThingCommandOutput | ListJobTemplatesCommandOutput | ListJobsCommandOutput | ListManagedJobTemplatesCommandOutput | ListMetricValuesCommandOutput | ListMitigationActionsCommandOutput | ListOTAUpdatesCommandOutput | ListOutgoingCertificatesCommandOutput | ListPackageVersionsCommandOutput | ListPackagesCommandOutput | ListPoliciesCommandOutput | ListPolicyPrincipalsCommandOutput | ListPolicyVersionsCommandOutput | ListPrincipalPoliciesCommandOutput | ListPrincipalThingsCommandOutput | ListPrincipalThingsV2CommandOutput | ListProvisioningTemplateVersionsCommandOutput | ListProvisioningTemplatesCommandOutput | ListRelatedResourcesForAuditFindingCommandOutput | ListRoleAliasesCommandOutput | ListSbomValidationResultsCommandOutput | ListScheduledAuditsCommandOutput | ListSecurityProfilesCommandOutput | ListSecurityProfilesForTargetCommandOutput | ListStreamsCommandOutput | ListTagsForResourceCommandOutput | ListTargetsForPolicyCommandOutput | ListTargetsForSecurityProfileCommandOutput | ListThingGroupsCommandOutput | ListThingGroupsForThingCommandOutput | ListThingPrincipalsCommandOutput | ListThingPrincipalsV2CommandOutput | ListThingRegistrationTaskReportsCommandOutput | ListThingRegistrationTasksCommandOutput | ListThingTypesCommandOutput | ListThingsCommandOutput | ListThingsInBillingGroupCommandOutput | ListThingsInThingGroupCommandOutput | ListTopicRuleDestinationsCommandOutput | ListTopicRulesCommandOutput | ListV2LoggingLevelsCommandOutput | ListViolationEventsCommandOutput | PutVerificationStateOnViolationCommandOutput | RegisterCACertificateCommandOutput | RegisterCertificateCommandOutput | RegisterCertificateWithoutCACommandOutput | RegisterThingCommandOutput | RejectCertificateTransferCommandOutput | RemoveThingFromBillingGroupCommandOutput | RemoveThingFromThingGroupCommandOutput | ReplaceTopicRuleCommandOutput | SearchIndexCommandOutput | SetDefaultAuthorizerCommandOutput | SetDefaultPolicyVersionCommandOutput | SetLoggingOptionsCommandOutput | SetV2LoggingLevelCommandOutput | SetV2LoggingOptionsCommandOutput | StartAuditMitigationActionsTaskCommandOutput | StartDetectMitigationActionsTaskCommandOutput | StartOnDemandAuditTaskCommandOutput | StartThingRegistrationTaskCommandOutput | StopThingRegistrationTaskCommandOutput | TagResourceCommandOutput | TestAuthorizationCommandOutput | TestInvokeAuthorizerCommandOutput | TransferCertificateCommandOutput | UntagResourceCommandOutput | UpdateAccountAuditConfigurationCommandOutput | UpdateAuditSuppressionCommandOutput | UpdateAuthorizerCommandOutput | UpdateBillingGroupCommandOutput | UpdateCACertificateCommandOutput | UpdateCertificateCommandOutput | UpdateCertificateProviderCommandOutput | UpdateCustomMetricCommandOutput | UpdateDimensionCommandOutput | UpdateDomainConfigurationCommandOutput | UpdateDynamicThingGroupCommandOutput | UpdateEventConfigurationsCommandOutput | UpdateFleetMetricCommandOutput | UpdateIndexingConfigurationCommandOutput | UpdateJobCommandOutput | UpdateMitigationActionCommandOutput | UpdatePackageCommandOutput | UpdatePackageConfigurationCommandOutput | UpdatePackageVersionCommandOutput | UpdateProvisioningTemplateCommandOutput | UpdateRoleAliasCommandOutput | UpdateScheduledAuditCommandOutput | UpdateSecurityProfileCommandOutput | UpdateStreamCommandOutput | UpdateThingCommandOutput | UpdateThingGroupCommandOutput | UpdateThingGroupsForThingCommandOutput | UpdateThingTypeCommandOutput | UpdateTopicRuleDestinationCommandOutput | ValidateSecurityProfileBehaviorsCommandOutput;
|
|
279
282
|
/**
|
|
280
283
|
* @public
|
|
281
284
|
*/
|
|
@@ -39,6 +39,7 @@ declare const AttachThingPrincipalCommand_base: {
|
|
|
39
39
|
* const input = { // AttachThingPrincipalRequest
|
|
40
40
|
* thingName: "STRING_VALUE", // required
|
|
41
41
|
* principal: "STRING_VALUE", // required
|
|
42
|
+
* thingPrincipalType: "EXCLUSIVE_THING" || "NON_EXCLUSIVE_THING",
|
|
42
43
|
* };
|
|
43
44
|
* const command = new AttachThingPrincipalCommand(input);
|
|
44
45
|
* const response = await client.send(command);
|
|
@@ -58,6 +58,8 @@ declare const CreateDomainConfigurationCommand_base: {
|
|
|
58
58
|
* },
|
|
59
59
|
* serverCertificateConfig: { // ServerCertificateConfig
|
|
60
60
|
* enableOCSPCheck: true || false,
|
|
61
|
+
* ocspLambdaArn: "STRING_VALUE",
|
|
62
|
+
* ocspAuthorizedResponderArn: "STRING_VALUE",
|
|
61
63
|
* },
|
|
62
64
|
* authenticationType: "CUSTOM_AUTH_X509" || "CUSTOM_AUTH" || "AWS_X509" || "AWS_SIGV4" || "DEFAULT",
|
|
63
65
|
* applicationProtocol: "SECURE_MQTT" || "MQTT_WSS" || "HTTPS" || "DEFAULT",
|
|
@@ -45,6 +45,15 @@ declare const CreateThingTypeCommand_base: {
|
|
|
45
45
|
* searchableAttributes: [ // SearchableAttributes
|
|
46
46
|
* "STRING_VALUE",
|
|
47
47
|
* ],
|
|
48
|
+
* mqtt5Configuration: { // Mqtt5Configuration
|
|
49
|
+
* propagatingAttributes: [ // PropagatingAttributeList
|
|
50
|
+
* { // PropagatingAttribute
|
|
51
|
+
* userPropertyKey: "STRING_VALUE",
|
|
52
|
+
* thingAttribute: "STRING_VALUE",
|
|
53
|
+
* connectionAttribute: "STRING_VALUE",
|
|
54
|
+
* },
|
|
55
|
+
* ],
|
|
56
|
+
* },
|
|
48
57
|
* },
|
|
49
58
|
* tags: [ // TagList
|
|
50
59
|
* { // Tag
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
4
|
-
import { DeleteAuthorizerRequest, DeleteAuthorizerResponse } from "../models/
|
|
4
|
+
import { DeleteAuthorizerRequest, DeleteAuthorizerResponse } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -64,6 +64,8 @@ declare const DescribeDomainConfigurationCommand_base: {
|
|
|
64
64
|
* // },
|
|
65
65
|
* // serverCertificateConfig: { // ServerCertificateConfig
|
|
66
66
|
* // enableOCSPCheck: true || false,
|
|
67
|
+
* // ocspLambdaArn: "STRING_VALUE",
|
|
68
|
+
* // ocspAuthorizedResponderArn: "STRING_VALUE",
|
|
67
69
|
* // },
|
|
68
70
|
* // authenticationType: "CUSTOM_AUTH_X509" || "CUSTOM_AUTH" || "AWS_X509" || "AWS_SIGV4" || "DEFAULT",
|
|
69
71
|
* // applicationProtocol: "SECURE_MQTT" || "MQTT_WSS" || "HTTPS" || "DEFAULT",
|
|
@@ -49,6 +49,15 @@ declare const DescribeThingTypeCommand_base: {
|
|
|
49
49
|
* // searchableAttributes: [ // SearchableAttributes
|
|
50
50
|
* // "STRING_VALUE",
|
|
51
51
|
* // ],
|
|
52
|
+
* // mqtt5Configuration: { // Mqtt5Configuration
|
|
53
|
+
* // propagatingAttributes: [ // PropagatingAttributeList
|
|
54
|
+
* // { // PropagatingAttribute
|
|
55
|
+
* // userPropertyKey: "STRING_VALUE",
|
|
56
|
+
* // thingAttribute: "STRING_VALUE",
|
|
57
|
+
* // connectionAttribute: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // },
|
|
52
61
|
* // },
|
|
53
62
|
* // thingTypeMetadata: { // ThingTypeMetadata
|
|
54
63
|
* // deprecated: true || false,
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
4
|
-
import { ListJobTemplatesRequest
|
|
4
|
+
import { ListJobTemplatesRequest } from "../models/models_1";
|
|
5
|
+
import { ListJobTemplatesResponse } from "../models/models_2";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
4
|
-
import { ListManagedJobTemplatesRequest } from "../models/
|
|
5
|
-
import { ListManagedJobTemplatesResponse } from "../models/models_2";
|
|
4
|
+
import { ListManagedJobTemplatesRequest, ListManagedJobTemplatesResponse } from "../models/models_2";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
4
|
+
import { ListPrincipalThingsV2Request, ListPrincipalThingsV2Response } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListPrincipalThingsV2Command}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListPrincipalThingsV2CommandInput extends ListPrincipalThingsV2Request {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListPrincipalThingsV2Command}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListPrincipalThingsV2CommandOutput extends ListPrincipalThingsV2Response, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListPrincipalThingsV2Command_base: {
|
|
25
|
+
new (input: ListPrincipalThingsV2CommandInput): import("@smithy/smithy-client").CommandImpl<ListPrincipalThingsV2CommandInput, ListPrincipalThingsV2CommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: ListPrincipalThingsV2CommandInput): import("@smithy/smithy-client").CommandImpl<ListPrincipalThingsV2CommandInput, ListPrincipalThingsV2CommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Lists the things associated with the specified principal. A principal can be an X.509
|
|
31
|
+
* certificate or an Amazon Cognito ID.</p>
|
|
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">ListPrincipalThings</a> action.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { IoTClient, ListPrincipalThingsV2Command } from "@aws-sdk/client-iot"; // ES Modules import
|
|
37
|
+
* // const { IoTClient, ListPrincipalThingsV2Command } = require("@aws-sdk/client-iot"); // CommonJS import
|
|
38
|
+
* const client = new IoTClient(config);
|
|
39
|
+
* const input = { // ListPrincipalThingsV2Request
|
|
40
|
+
* nextToken: "STRING_VALUE",
|
|
41
|
+
* maxResults: Number("int"),
|
|
42
|
+
* principal: "STRING_VALUE", // required
|
|
43
|
+
* thingPrincipalType: "EXCLUSIVE_THING" || "NON_EXCLUSIVE_THING",
|
|
44
|
+
* };
|
|
45
|
+
* const command = new ListPrincipalThingsV2Command(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* // { // ListPrincipalThingsV2Response
|
|
48
|
+
* // principalThingObjects: [ // PrincipalThingObjects
|
|
49
|
+
* // { // PrincipalThingObject
|
|
50
|
+
* // thingName: "STRING_VALUE", // required
|
|
51
|
+
* // thingPrincipalType: "EXCLUSIVE_THING" || "NON_EXCLUSIVE_THING",
|
|
52
|
+
* // },
|
|
53
|
+
* // ],
|
|
54
|
+
* // nextToken: "STRING_VALUE",
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
57
|
+
* ```
|
|
58
|
+
*
|
|
59
|
+
* @param ListPrincipalThingsV2CommandInput - {@link ListPrincipalThingsV2CommandInput}
|
|
60
|
+
* @returns {@link ListPrincipalThingsV2CommandOutput}
|
|
61
|
+
* @see {@link ListPrincipalThingsV2CommandInput} for command's `input` shape.
|
|
62
|
+
* @see {@link ListPrincipalThingsV2CommandOutput} for command's `response` shape.
|
|
63
|
+
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
66
|
+
* <p>An unexpected error has occurred.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
69
|
+
* <p>The request is not valid.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
72
|
+
* <p>The specified resource does not exist.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
75
|
+
* <p>The service is temporarily unavailable.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
78
|
+
* <p>The rate exceeds the limit.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
81
|
+
* <p>You are not authorized to perform this operation.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link IoTServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from IoT service.</p>
|
|
85
|
+
*
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
export declare class ListPrincipalThingsV2Command extends ListPrincipalThingsV2Command_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: ListPrincipalThingsV2Request;
|
|
93
|
+
output: ListPrincipalThingsV2Response;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: ListPrincipalThingsV2CommandInput;
|
|
97
|
+
output: ListPrincipalThingsV2CommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
}
|