@aws-sdk/client-iot 3.315.0 → 3.317.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/IoT.js +242 -3332
- package/dist-cjs/endpoint/EndpointParameters.js +1 -1
- package/dist-cjs/models/models_0.js +2 -0
- package/dist-cjs/pagination/ListManagedJobTemplatesPaginator.js +29 -0
- package/dist-cjs/pagination/ListRelatedResourcesForAuditFindingPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +5 -5
- package/dist-es/IoT.js +242 -3332
- package/dist-es/endpoint/EndpointParameters.js +1 -1
- package/dist-es/models/models_0.js +2 -0
- package/dist-es/pagination/ListManagedJobTemplatesPaginator.js +25 -0
- package/dist-es/pagination/ListRelatedResourcesForAuditFindingPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +5 -5
- package/dist-types/IoT.d.ts +260 -1078
- package/dist-types/commands/ListOTAUpdatesCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +2 -0
- package/dist-types/pagination/ListManagedJobTemplatesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListRelatedResourcesForAuditFindingPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/IoT.d.ts +2 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/pagination/ListManagedJobTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRelatedResourcesForAuditFindingPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/package.json +6 -6
package/dist-types/IoT.d.ts
CHANGED
|
@@ -238,2272 +238,1454 @@ import { UpdateThingGroupsForThingCommandInput, UpdateThingGroupsForThingCommand
|
|
|
238
238
|
import { UpdateTopicRuleDestinationCommandInput, UpdateTopicRuleDestinationCommandOutput } from "./commands/UpdateTopicRuleDestinationCommand";
|
|
239
239
|
import { ValidateSecurityProfileBehaviorsCommandInput, ValidateSecurityProfileBehaviorsCommandOutput } from "./commands/ValidateSecurityProfileBehaviorsCommand";
|
|
240
240
|
import { IoTClient } from "./IoTClient";
|
|
241
|
-
|
|
242
|
-
* @public
|
|
243
|
-
* <fullname>IoT</fullname>
|
|
244
|
-
* <p>IoT provides secure, bi-directional communication between Internet-connected
|
|
245
|
-
* devices (such as sensors, actuators, embedded devices, or smart appliances) and the Amazon Web Services
|
|
246
|
-
* cloud. You can discover your custom IoT-Data endpoint to communicate with, configure
|
|
247
|
-
* rules for data processing and integration with other services, organize resources
|
|
248
|
-
* associated with each device (Registry), configure logging, and create and manage
|
|
249
|
-
* policies and credentials to authenticate devices.</p>
|
|
250
|
-
* <p>The service endpoints that expose this API are listed in
|
|
251
|
-
* <a href="https://docs.aws.amazon.com/general/latest/gr/iot-core.html">Amazon Web Services IoT Core Endpoints and Quotas</a>.
|
|
252
|
-
* You must use the endpoint for the region that has the resources you want to access.</p>
|
|
253
|
-
* <p>The service name used by <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Amazon Web Services
|
|
254
|
-
* Signature Version 4</a> to sign the request is:
|
|
255
|
-
* <i>execute-api</i>.</p>
|
|
256
|
-
* <p>For more information about how IoT works, see the <a href="https://docs.aws.amazon.com/iot/latest/developerguide/aws-iot-how-it-works.html">Developer
|
|
257
|
-
* Guide</a>.</p>
|
|
258
|
-
* <p>For information about how to use the credentials provider for IoT, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/authorizing-direct-aws.html">Authorizing Direct Calls to Amazon Web Services Services</a>.</p>
|
|
259
|
-
*/
|
|
260
|
-
export declare class IoT extends IoTClient {
|
|
241
|
+
export interface IoT {
|
|
261
242
|
/**
|
|
262
|
-
* @
|
|
263
|
-
* <p>Accepts a pending certificate transfer. The default state of the certificate is
|
|
264
|
-
* INACTIVE.</p>
|
|
265
|
-
* <p>To check for pending certificate transfers, call <a>ListCertificates</a>
|
|
266
|
-
* to enumerate your certificates.</p>
|
|
267
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">AcceptCertificateTransfer</a> action.</p>
|
|
243
|
+
* @see {@link AcceptCertificateTransferCommand}
|
|
268
244
|
*/
|
|
269
245
|
acceptCertificateTransfer(args: AcceptCertificateTransferCommandInput, options?: __HttpHandlerOptions): Promise<AcceptCertificateTransferCommandOutput>;
|
|
270
246
|
acceptCertificateTransfer(args: AcceptCertificateTransferCommandInput, cb: (err: any, data?: AcceptCertificateTransferCommandOutput) => void): void;
|
|
271
247
|
acceptCertificateTransfer(args: AcceptCertificateTransferCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptCertificateTransferCommandOutput) => void): void;
|
|
272
248
|
/**
|
|
273
|
-
* @
|
|
274
|
-
* <p>Adds a thing to a billing group.</p>
|
|
275
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">AddThingToBillingGroup</a> action.</p>
|
|
249
|
+
* @see {@link AddThingToBillingGroupCommand}
|
|
276
250
|
*/
|
|
277
251
|
addThingToBillingGroup(args: AddThingToBillingGroupCommandInput, options?: __HttpHandlerOptions): Promise<AddThingToBillingGroupCommandOutput>;
|
|
278
252
|
addThingToBillingGroup(args: AddThingToBillingGroupCommandInput, cb: (err: any, data?: AddThingToBillingGroupCommandOutput) => void): void;
|
|
279
253
|
addThingToBillingGroup(args: AddThingToBillingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddThingToBillingGroupCommandOutput) => void): void;
|
|
280
254
|
/**
|
|
281
|
-
* @
|
|
282
|
-
* <p>Adds a thing to a thing group.</p>
|
|
283
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">AddThingToThingGroup</a> action.</p>
|
|
255
|
+
* @see {@link AddThingToThingGroupCommand}
|
|
284
256
|
*/
|
|
285
257
|
addThingToThingGroup(args: AddThingToThingGroupCommandInput, options?: __HttpHandlerOptions): Promise<AddThingToThingGroupCommandOutput>;
|
|
286
258
|
addThingToThingGroup(args: AddThingToThingGroupCommandInput, cb: (err: any, data?: AddThingToThingGroupCommandOutput) => void): void;
|
|
287
259
|
addThingToThingGroup(args: AddThingToThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddThingToThingGroupCommandOutput) => void): void;
|
|
288
260
|
/**
|
|
289
|
-
* @
|
|
290
|
-
* <p>Associates a group with a continuous job. The following criteria must be met: </p>
|
|
291
|
-
* <ul>
|
|
292
|
-
* <li>
|
|
293
|
-
* <p>The job must have been created with the <code>targetSelection</code> field set to
|
|
294
|
-
* "CONTINUOUS".</p>
|
|
295
|
-
* </li>
|
|
296
|
-
* <li>
|
|
297
|
-
* <p>The job status must currently be "IN_PROGRESS".</p>
|
|
298
|
-
* </li>
|
|
299
|
-
* <li>
|
|
300
|
-
* <p>The total number of targets associated with a job must not exceed 100.</p>
|
|
301
|
-
* </li>
|
|
302
|
-
* </ul>
|
|
303
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">AssociateTargetsWithJob</a> action.</p>
|
|
261
|
+
* @see {@link AssociateTargetsWithJobCommand}
|
|
304
262
|
*/
|
|
305
263
|
associateTargetsWithJob(args: AssociateTargetsWithJobCommandInput, options?: __HttpHandlerOptions): Promise<AssociateTargetsWithJobCommandOutput>;
|
|
306
264
|
associateTargetsWithJob(args: AssociateTargetsWithJobCommandInput, cb: (err: any, data?: AssociateTargetsWithJobCommandOutput) => void): void;
|
|
307
265
|
associateTargetsWithJob(args: AssociateTargetsWithJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateTargetsWithJobCommandOutput) => void): void;
|
|
308
266
|
/**
|
|
309
|
-
* @
|
|
310
|
-
* <p>Attaches the specified policy to the specified principal (certificate or other
|
|
311
|
-
* credential).</p>
|
|
312
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">AttachPolicy</a> action.</p>
|
|
267
|
+
* @see {@link AttachPolicyCommand}
|
|
313
268
|
*/
|
|
314
269
|
attachPolicy(args: AttachPolicyCommandInput, options?: __HttpHandlerOptions): Promise<AttachPolicyCommandOutput>;
|
|
315
270
|
attachPolicy(args: AttachPolicyCommandInput, cb: (err: any, data?: AttachPolicyCommandOutput) => void): void;
|
|
316
271
|
attachPolicy(args: AttachPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachPolicyCommandOutput) => void): void;
|
|
317
272
|
/**
|
|
318
|
-
* @
|
|
319
|
-
* @deprecated
|
|
320
|
-
*
|
|
321
|
-
* <p>Attaches the specified policy to the specified principal (certificate or other
|
|
322
|
-
* credential).</p>
|
|
323
|
-
* <p>
|
|
324
|
-
* <b>Note:</b> This action is deprecated and works as
|
|
325
|
-
* expected for backward compatibility, but we won't add enhancements. Use <a>AttachPolicy</a> instead.</p>
|
|
326
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">AttachPrincipalPolicy</a> action.</p>
|
|
273
|
+
* @see {@link AttachPrincipalPolicyCommand}
|
|
327
274
|
*/
|
|
328
275
|
attachPrincipalPolicy(args: AttachPrincipalPolicyCommandInput, options?: __HttpHandlerOptions): Promise<AttachPrincipalPolicyCommandOutput>;
|
|
329
276
|
attachPrincipalPolicy(args: AttachPrincipalPolicyCommandInput, cb: (err: any, data?: AttachPrincipalPolicyCommandOutput) => void): void;
|
|
330
277
|
attachPrincipalPolicy(args: AttachPrincipalPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachPrincipalPolicyCommandOutput) => void): void;
|
|
331
278
|
/**
|
|
332
|
-
* @
|
|
333
|
-
* <p>Associates a Device Defender security profile with a thing group or this account. Each
|
|
334
|
-
* thing group or account can have up to five security profiles associated with it.</p>
|
|
335
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">AttachSecurityProfile</a> action.</p>
|
|
279
|
+
* @see {@link AttachSecurityProfileCommand}
|
|
336
280
|
*/
|
|
337
281
|
attachSecurityProfile(args: AttachSecurityProfileCommandInput, options?: __HttpHandlerOptions): Promise<AttachSecurityProfileCommandOutput>;
|
|
338
282
|
attachSecurityProfile(args: AttachSecurityProfileCommandInput, cb: (err: any, data?: AttachSecurityProfileCommandOutput) => void): void;
|
|
339
283
|
attachSecurityProfile(args: AttachSecurityProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachSecurityProfileCommandOutput) => void): void;
|
|
340
284
|
/**
|
|
341
|
-
* @
|
|
342
|
-
* <p>Attaches the specified principal to the specified thing. A principal can be X.509
|
|
343
|
-
* certificates, Amazon Cognito identities or federated identities.</p>
|
|
344
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">AttachThingPrincipal</a> action.</p>
|
|
285
|
+
* @see {@link AttachThingPrincipalCommand}
|
|
345
286
|
*/
|
|
346
287
|
attachThingPrincipal(args: AttachThingPrincipalCommandInput, options?: __HttpHandlerOptions): Promise<AttachThingPrincipalCommandOutput>;
|
|
347
288
|
attachThingPrincipal(args: AttachThingPrincipalCommandInput, cb: (err: any, data?: AttachThingPrincipalCommandOutput) => void): void;
|
|
348
289
|
attachThingPrincipal(args: AttachThingPrincipalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachThingPrincipalCommandOutput) => void): void;
|
|
349
290
|
/**
|
|
350
|
-
* @
|
|
351
|
-
* <p>Cancels a mitigation action task that is in progress. If the task
|
|
352
|
-
* is not
|
|
353
|
-
* in progress, an InvalidRequestException occurs.</p>
|
|
354
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CancelAuditMitigationActionsTask</a> action.</p>
|
|
291
|
+
* @see {@link CancelAuditMitigationActionsTaskCommand}
|
|
355
292
|
*/
|
|
356
293
|
cancelAuditMitigationActionsTask(args: CancelAuditMitigationActionsTaskCommandInput, options?: __HttpHandlerOptions): Promise<CancelAuditMitigationActionsTaskCommandOutput>;
|
|
357
294
|
cancelAuditMitigationActionsTask(args: CancelAuditMitigationActionsTaskCommandInput, cb: (err: any, data?: CancelAuditMitigationActionsTaskCommandOutput) => void): void;
|
|
358
295
|
cancelAuditMitigationActionsTask(args: CancelAuditMitigationActionsTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelAuditMitigationActionsTaskCommandOutput) => void): void;
|
|
359
296
|
/**
|
|
360
|
-
* @
|
|
361
|
-
* <p>Cancels an audit that is in progress. The audit can be either scheduled or on demand. If the audit isn't in progress, an "InvalidRequestException" occurs.</p>
|
|
362
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CancelAuditTask</a> action.</p>
|
|
297
|
+
* @see {@link CancelAuditTaskCommand}
|
|
363
298
|
*/
|
|
364
299
|
cancelAuditTask(args: CancelAuditTaskCommandInput, options?: __HttpHandlerOptions): Promise<CancelAuditTaskCommandOutput>;
|
|
365
300
|
cancelAuditTask(args: CancelAuditTaskCommandInput, cb: (err: any, data?: CancelAuditTaskCommandOutput) => void): void;
|
|
366
301
|
cancelAuditTask(args: CancelAuditTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelAuditTaskCommandOutput) => void): void;
|
|
367
302
|
/**
|
|
368
|
-
* @
|
|
369
|
-
* <p>Cancels a pending transfer for the specified certificate.</p>
|
|
370
|
-
* <p>
|
|
371
|
-
* <b>Note</b> Only the transfer source account can use this
|
|
372
|
-
* operation to cancel a transfer. (Transfer destinations can use <a>RejectCertificateTransfer</a> instead.) After transfer, IoT returns the
|
|
373
|
-
* certificate to the source account in the INACTIVE state. After the destination account has
|
|
374
|
-
* accepted the transfer, the transfer cannot be cancelled.</p>
|
|
375
|
-
* <p>After a certificate transfer is cancelled, the status of the certificate changes from
|
|
376
|
-
* PENDING_TRANSFER to INACTIVE.</p>
|
|
377
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CancelCertificateTransfer</a> action.</p>
|
|
303
|
+
* @see {@link CancelCertificateTransferCommand}
|
|
378
304
|
*/
|
|
379
305
|
cancelCertificateTransfer(args: CancelCertificateTransferCommandInput, options?: __HttpHandlerOptions): Promise<CancelCertificateTransferCommandOutput>;
|
|
380
306
|
cancelCertificateTransfer(args: CancelCertificateTransferCommandInput, cb: (err: any, data?: CancelCertificateTransferCommandOutput) => void): void;
|
|
381
307
|
cancelCertificateTransfer(args: CancelCertificateTransferCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelCertificateTransferCommandOutput) => void): void;
|
|
382
308
|
/**
|
|
383
|
-
* @
|
|
384
|
-
* <p>
|
|
385
|
-
* Cancels a Device Defender ML Detect mitigation action.
|
|
386
|
-
* </p>
|
|
387
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CancelDetectMitigationActionsTask</a> action.</p>
|
|
309
|
+
* @see {@link CancelDetectMitigationActionsTaskCommand}
|
|
388
310
|
*/
|
|
389
311
|
cancelDetectMitigationActionsTask(args: CancelDetectMitigationActionsTaskCommandInput, options?: __HttpHandlerOptions): Promise<CancelDetectMitigationActionsTaskCommandOutput>;
|
|
390
312
|
cancelDetectMitigationActionsTask(args: CancelDetectMitigationActionsTaskCommandInput, cb: (err: any, data?: CancelDetectMitigationActionsTaskCommandOutput) => void): void;
|
|
391
313
|
cancelDetectMitigationActionsTask(args: CancelDetectMitigationActionsTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelDetectMitigationActionsTaskCommandOutput) => void): void;
|
|
392
314
|
/**
|
|
393
|
-
* @
|
|
394
|
-
* <p>Cancels a job.</p>
|
|
395
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CancelJob</a> action.</p>
|
|
315
|
+
* @see {@link CancelJobCommand}
|
|
396
316
|
*/
|
|
397
317
|
cancelJob(args: CancelJobCommandInput, options?: __HttpHandlerOptions): Promise<CancelJobCommandOutput>;
|
|
398
318
|
cancelJob(args: CancelJobCommandInput, cb: (err: any, data?: CancelJobCommandOutput) => void): void;
|
|
399
319
|
cancelJob(args: CancelJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelJobCommandOutput) => void): void;
|
|
400
320
|
/**
|
|
401
|
-
* @
|
|
402
|
-
* <p>Cancels the execution of a job for a given thing.</p>
|
|
403
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CancelJobExecution</a> action.</p>
|
|
321
|
+
* @see {@link CancelJobExecutionCommand}
|
|
404
322
|
*/
|
|
405
323
|
cancelJobExecution(args: CancelJobExecutionCommandInput, options?: __HttpHandlerOptions): Promise<CancelJobExecutionCommandOutput>;
|
|
406
324
|
cancelJobExecution(args: CancelJobExecutionCommandInput, cb: (err: any, data?: CancelJobExecutionCommandOutput) => void): void;
|
|
407
325
|
cancelJobExecution(args: CancelJobExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelJobExecutionCommandOutput) => void): void;
|
|
408
326
|
/**
|
|
409
|
-
* @
|
|
410
|
-
* <p>Clears the default authorizer.</p>
|
|
411
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ClearDefaultAuthorizer</a> action.</p>
|
|
327
|
+
* @see {@link ClearDefaultAuthorizerCommand}
|
|
412
328
|
*/
|
|
413
329
|
clearDefaultAuthorizer(args: ClearDefaultAuthorizerCommandInput, options?: __HttpHandlerOptions): Promise<ClearDefaultAuthorizerCommandOutput>;
|
|
414
330
|
clearDefaultAuthorizer(args: ClearDefaultAuthorizerCommandInput, cb: (err: any, data?: ClearDefaultAuthorizerCommandOutput) => void): void;
|
|
415
331
|
clearDefaultAuthorizer(args: ClearDefaultAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ClearDefaultAuthorizerCommandOutput) => void): void;
|
|
416
332
|
/**
|
|
417
|
-
* @
|
|
418
|
-
* <p>Confirms a topic rule destination. When you create a rule requiring a destination, IoT
|
|
419
|
-
* sends a confirmation message to the endpoint or base address you specify. The message
|
|
420
|
-
* includes a token which you pass back when calling <code>ConfirmTopicRuleDestination</code>
|
|
421
|
-
* to confirm that you own or have access to the endpoint.</p>
|
|
422
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ConfirmTopicRuleDestination</a> action.</p>
|
|
333
|
+
* @see {@link ConfirmTopicRuleDestinationCommand}
|
|
423
334
|
*/
|
|
424
335
|
confirmTopicRuleDestination(args: ConfirmTopicRuleDestinationCommandInput, options?: __HttpHandlerOptions): Promise<ConfirmTopicRuleDestinationCommandOutput>;
|
|
425
336
|
confirmTopicRuleDestination(args: ConfirmTopicRuleDestinationCommandInput, cb: (err: any, data?: ConfirmTopicRuleDestinationCommandOutput) => void): void;
|
|
426
337
|
confirmTopicRuleDestination(args: ConfirmTopicRuleDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmTopicRuleDestinationCommandOutput) => void): void;
|
|
427
338
|
/**
|
|
428
|
-
* @
|
|
429
|
-
* <p>
|
|
430
|
-
* Creates a Device Defender audit suppression.
|
|
431
|
-
* </p>
|
|
432
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateAuditSuppression</a> action.</p>
|
|
339
|
+
* @see {@link CreateAuditSuppressionCommand}
|
|
433
340
|
*/
|
|
434
341
|
createAuditSuppression(args: CreateAuditSuppressionCommandInput, options?: __HttpHandlerOptions): Promise<CreateAuditSuppressionCommandOutput>;
|
|
435
342
|
createAuditSuppression(args: CreateAuditSuppressionCommandInput, cb: (err: any, data?: CreateAuditSuppressionCommandOutput) => void): void;
|
|
436
343
|
createAuditSuppression(args: CreateAuditSuppressionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAuditSuppressionCommandOutput) => void): void;
|
|
437
344
|
/**
|
|
438
|
-
* @
|
|
439
|
-
* <p>Creates an authorizer.</p>
|
|
440
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateAuthorizer</a> action.</p>
|
|
345
|
+
* @see {@link CreateAuthorizerCommand}
|
|
441
346
|
*/
|
|
442
347
|
createAuthorizer(args: CreateAuthorizerCommandInput, options?: __HttpHandlerOptions): Promise<CreateAuthorizerCommandOutput>;
|
|
443
348
|
createAuthorizer(args: CreateAuthorizerCommandInput, cb: (err: any, data?: CreateAuthorizerCommandOutput) => void): void;
|
|
444
349
|
createAuthorizer(args: CreateAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAuthorizerCommandOutput) => void): void;
|
|
445
350
|
/**
|
|
446
|
-
* @
|
|
447
|
-
* <p>Creates a billing group.</p>
|
|
448
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateBillingGroup</a> action.</p>
|
|
351
|
+
* @see {@link CreateBillingGroupCommand}
|
|
449
352
|
*/
|
|
450
353
|
createBillingGroup(args: CreateBillingGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateBillingGroupCommandOutput>;
|
|
451
354
|
createBillingGroup(args: CreateBillingGroupCommandInput, cb: (err: any, data?: CreateBillingGroupCommandOutput) => void): void;
|
|
452
355
|
createBillingGroup(args: CreateBillingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBillingGroupCommandOutput) => void): void;
|
|
453
356
|
/**
|
|
454
|
-
* @
|
|
455
|
-
* <p>Creates an X.509 certificate using the specified certificate signing
|
|
456
|
-
* request.
|
|
457
|
-
* </p>
|
|
458
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateCertificateFromCsr</a> action.
|
|
459
|
-
* </p>
|
|
460
|
-
* <note>
|
|
461
|
-
* <p>The CSR must include a public key that is either an
|
|
462
|
-
* RSA key with a length of at least 2048 bits or an ECC key from NIST P-25 or NIST P-384 curves.
|
|
463
|
-
* For supported certificates, consult <a href="https://docs.aws.amazon.com/iot/latest/developerguide/x509-client-certs.html#x509-cert-algorithms">
|
|
464
|
-
* Certificate signing algorithms supported by IoT</a>.
|
|
465
|
-
* </p>
|
|
466
|
-
* </note>
|
|
467
|
-
* <note>
|
|
468
|
-
* <p>Reusing the same certificate signing request (CSR)
|
|
469
|
-
* results in a distinct certificate.</p>
|
|
470
|
-
* </note>
|
|
471
|
-
* <p>You can create multiple certificates in a batch by creating a directory, copying
|
|
472
|
-
* multiple <code>.csr</code> files into that directory, and then specifying that directory on the command
|
|
473
|
-
* line. The following commands show how to create a batch of certificates given a batch of
|
|
474
|
-
* CSRs. In the following commands, we assume that a set of CSRs are located inside of the
|
|
475
|
-
* directory my-csr-directory:</p>
|
|
476
|
-
* <p>On Linux and OS X, the command is: </p>
|
|
477
|
-
* <p>
|
|
478
|
-
* <code>$ ls my-csr-directory/ | xargs -I \{\} aws iot create-certificate-from-csr
|
|
479
|
-
* --certificate-signing-request file://my-csr-directory/\{\}</code>
|
|
480
|
-
* </p>
|
|
481
|
-
* <p>This command lists all of the CSRs in my-csr-directory and pipes each CSR file name
|
|
482
|
-
* to the <code>aws iot create-certificate-from-csr</code> Amazon Web Services CLI command to create a certificate for
|
|
483
|
-
* the corresponding CSR. </p>
|
|
484
|
-
* <p>You can also run the <code>aws iot create-certificate-from-csr</code> part of the
|
|
485
|
-
* command in parallel to speed up the certificate creation process:</p>
|
|
486
|
-
* <p>
|
|
487
|
-
* <code>$ ls my-csr-directory/ | xargs -P 10 -I \{\} aws iot create-certificate-from-csr
|
|
488
|
-
* --certificate-signing-request file://my-csr-directory/\{\}
|
|
489
|
-
* </code>
|
|
490
|
-
* </p>
|
|
491
|
-
* <p>On Windows PowerShell, the command to create certificates for all CSRs in
|
|
492
|
-
* my-csr-directory is:</p>
|
|
493
|
-
* <p>
|
|
494
|
-
* <code>> ls -Name my-csr-directory | %\{aws iot create-certificate-from-csr
|
|
495
|
-
* --certificate-signing-request file://my-csr-directory/$_\}
|
|
496
|
-
* </code>
|
|
497
|
-
* </p>
|
|
498
|
-
* <p>On a Windows command prompt, the command to create certificates for all CSRs in
|
|
499
|
-
* my-csr-directory is:</p>
|
|
500
|
-
* <p>
|
|
501
|
-
* <code>> forfiles /p my-csr-directory /c "cmd /c aws iot create-certificate-from-csr
|
|
502
|
-
* --certificate-signing-request file://@path"
|
|
503
|
-
* </code>
|
|
504
|
-
* </p>
|
|
357
|
+
* @see {@link CreateCertificateFromCsrCommand}
|
|
505
358
|
*/
|
|
506
359
|
createCertificateFromCsr(args: CreateCertificateFromCsrCommandInput, options?: __HttpHandlerOptions): Promise<CreateCertificateFromCsrCommandOutput>;
|
|
507
360
|
createCertificateFromCsr(args: CreateCertificateFromCsrCommandInput, cb: (err: any, data?: CreateCertificateFromCsrCommandOutput) => void): void;
|
|
508
361
|
createCertificateFromCsr(args: CreateCertificateFromCsrCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCertificateFromCsrCommandOutput) => void): void;
|
|
509
362
|
/**
|
|
510
|
-
* @
|
|
511
|
-
* <p> Use this API to define a
|
|
512
|
-
* Custom
|
|
513
|
-
* Metric
|
|
514
|
-
* published by your devices to Device Defender. </p>
|
|
515
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateCustomMetric</a> action.</p>
|
|
363
|
+
* @see {@link CreateCustomMetricCommand}
|
|
516
364
|
*/
|
|
517
365
|
createCustomMetric(args: CreateCustomMetricCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomMetricCommandOutput>;
|
|
518
366
|
createCustomMetric(args: CreateCustomMetricCommandInput, cb: (err: any, data?: CreateCustomMetricCommandOutput) => void): void;
|
|
519
367
|
createCustomMetric(args: CreateCustomMetricCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomMetricCommandOutput) => void): void;
|
|
520
368
|
/**
|
|
521
|
-
* @
|
|
522
|
-
* <p>Create a dimension that you can use to limit the scope of a metric used in a security profile for IoT Device Defender.
|
|
523
|
-
* For example, using a <code>TOPIC_FILTER</code> dimension, you can narrow down the scope of the metric only to MQTT topics whose name match the pattern specified in the dimension.</p>
|
|
524
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateDimension</a> action.</p>
|
|
369
|
+
* @see {@link CreateDimensionCommand}
|
|
525
370
|
*/
|
|
526
371
|
createDimension(args: CreateDimensionCommandInput, options?: __HttpHandlerOptions): Promise<CreateDimensionCommandOutput>;
|
|
527
372
|
createDimension(args: CreateDimensionCommandInput, cb: (err: any, data?: CreateDimensionCommandOutput) => void): void;
|
|
528
373
|
createDimension(args: CreateDimensionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDimensionCommandOutput) => void): void;
|
|
529
374
|
/**
|
|
530
|
-
* @
|
|
531
|
-
* <p>Creates a domain configuration.</p>
|
|
532
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateDomainConfiguration</a> action.</p>
|
|
375
|
+
* @see {@link CreateDomainConfigurationCommand}
|
|
533
376
|
*/
|
|
534
377
|
createDomainConfiguration(args: CreateDomainConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateDomainConfigurationCommandOutput>;
|
|
535
378
|
createDomainConfiguration(args: CreateDomainConfigurationCommandInput, cb: (err: any, data?: CreateDomainConfigurationCommandOutput) => void): void;
|
|
536
379
|
createDomainConfiguration(args: CreateDomainConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDomainConfigurationCommandOutput) => void): void;
|
|
537
380
|
/**
|
|
538
|
-
* @
|
|
539
|
-
* <p>Creates a dynamic thing group.</p>
|
|
540
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateDynamicThingGroup</a> action.</p>
|
|
381
|
+
* @see {@link CreateDynamicThingGroupCommand}
|
|
541
382
|
*/
|
|
542
383
|
createDynamicThingGroup(args: CreateDynamicThingGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDynamicThingGroupCommandOutput>;
|
|
543
384
|
createDynamicThingGroup(args: CreateDynamicThingGroupCommandInput, cb: (err: any, data?: CreateDynamicThingGroupCommandOutput) => void): void;
|
|
544
385
|
createDynamicThingGroup(args: CreateDynamicThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDynamicThingGroupCommandOutput) => void): void;
|
|
545
386
|
/**
|
|
546
|
-
* @
|
|
547
|
-
* <p>Creates a fleet metric.</p>
|
|
548
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateFleetMetric</a> action.</p>
|
|
387
|
+
* @see {@link CreateFleetMetricCommand}
|
|
549
388
|
*/
|
|
550
389
|
createFleetMetric(args: CreateFleetMetricCommandInput, options?: __HttpHandlerOptions): Promise<CreateFleetMetricCommandOutput>;
|
|
551
390
|
createFleetMetric(args: CreateFleetMetricCommandInput, cb: (err: any, data?: CreateFleetMetricCommandOutput) => void): void;
|
|
552
391
|
createFleetMetric(args: CreateFleetMetricCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFleetMetricCommandOutput) => void): void;
|
|
553
392
|
/**
|
|
554
|
-
* @
|
|
555
|
-
* <p>Creates a job.</p>
|
|
556
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateJob</a> action.</p>
|
|
393
|
+
* @see {@link CreateJobCommand}
|
|
557
394
|
*/
|
|
558
395
|
createJob(args: CreateJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateJobCommandOutput>;
|
|
559
396
|
createJob(args: CreateJobCommandInput, cb: (err: any, data?: CreateJobCommandOutput) => void): void;
|
|
560
397
|
createJob(args: CreateJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateJobCommandOutput) => void): void;
|
|
561
398
|
/**
|
|
562
|
-
* @
|
|
563
|
-
* <p>Creates a job template.</p>
|
|
564
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateJobTemplate</a> action.</p>
|
|
399
|
+
* @see {@link CreateJobTemplateCommand}
|
|
565
400
|
*/
|
|
566
401
|
createJobTemplate(args: CreateJobTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateJobTemplateCommandOutput>;
|
|
567
402
|
createJobTemplate(args: CreateJobTemplateCommandInput, cb: (err: any, data?: CreateJobTemplateCommandOutput) => void): void;
|
|
568
403
|
createJobTemplate(args: CreateJobTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateJobTemplateCommandOutput) => void): void;
|
|
569
404
|
/**
|
|
570
|
-
* @
|
|
571
|
-
* <p>Creates a 2048-bit RSA key pair and issues an X.509 certificate using the issued
|
|
572
|
-
* public key. You can also call <code>CreateKeysAndCertificate</code> over MQTT from a
|
|
573
|
-
* device, for more information, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/provision-wo-cert.html#provision-mqtt-api">Provisioning MQTT API</a>.</p>
|
|
574
|
-
* <p>
|
|
575
|
-
* <b>Note</b> This is the only time IoT issues the private key
|
|
576
|
-
* for this certificate, so it is important to keep it in a secure location.</p>
|
|
577
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateKeysAndCertificate</a> action.</p>
|
|
405
|
+
* @see {@link CreateKeysAndCertificateCommand}
|
|
578
406
|
*/
|
|
579
407
|
createKeysAndCertificate(args: CreateKeysAndCertificateCommandInput, options?: __HttpHandlerOptions): Promise<CreateKeysAndCertificateCommandOutput>;
|
|
580
408
|
createKeysAndCertificate(args: CreateKeysAndCertificateCommandInput, cb: (err: any, data?: CreateKeysAndCertificateCommandOutput) => void): void;
|
|
581
409
|
createKeysAndCertificate(args: CreateKeysAndCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateKeysAndCertificateCommandOutput) => void): void;
|
|
582
410
|
/**
|
|
583
|
-
* @
|
|
584
|
-
* <p>Defines an action that can be applied to audit findings by using StartAuditMitigationActionsTask. Only certain types of mitigation actions can be applied to specific check names.
|
|
585
|
-
* For more information, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/device-defender-mitigation-actions.html">Mitigation actions</a>. Each mitigation action can apply only one type of change.</p>
|
|
586
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateMitigationAction</a> action.</p>
|
|
411
|
+
* @see {@link CreateMitigationActionCommand}
|
|
587
412
|
*/
|
|
588
413
|
createMitigationAction(args: CreateMitigationActionCommandInput, options?: __HttpHandlerOptions): Promise<CreateMitigationActionCommandOutput>;
|
|
589
414
|
createMitigationAction(args: CreateMitigationActionCommandInput, cb: (err: any, data?: CreateMitigationActionCommandOutput) => void): void;
|
|
590
415
|
createMitigationAction(args: CreateMitigationActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMitigationActionCommandOutput) => void): void;
|
|
591
416
|
/**
|
|
592
|
-
* @
|
|
593
|
-
* <p>Creates an IoT OTA update on a target group of things or groups.</p>
|
|
594
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateOTAUpdate</a> action.</p>
|
|
417
|
+
* @see {@link CreateOTAUpdateCommand}
|
|
595
418
|
*/
|
|
596
419
|
createOTAUpdate(args: CreateOTAUpdateCommandInput, options?: __HttpHandlerOptions): Promise<CreateOTAUpdateCommandOutput>;
|
|
597
420
|
createOTAUpdate(args: CreateOTAUpdateCommandInput, cb: (err: any, data?: CreateOTAUpdateCommandOutput) => void): void;
|
|
598
421
|
createOTAUpdate(args: CreateOTAUpdateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOTAUpdateCommandOutput) => void): void;
|
|
599
422
|
/**
|
|
600
|
-
* @
|
|
601
|
-
* <p>Creates an IoT policy.</p>
|
|
602
|
-
* <p>The created policy is the default version for the policy. This operation creates a
|
|
603
|
-
* policy version with a version identifier of <b>1</b> and sets
|
|
604
|
-
* <b>1</b> as the policy's default version.</p>
|
|
605
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreatePolicy</a> action.</p>
|
|
423
|
+
* @see {@link CreatePolicyCommand}
|
|
606
424
|
*/
|
|
607
425
|
createPolicy(args: CreatePolicyCommandInput, options?: __HttpHandlerOptions): Promise<CreatePolicyCommandOutput>;
|
|
608
426
|
createPolicy(args: CreatePolicyCommandInput, cb: (err: any, data?: CreatePolicyCommandOutput) => void): void;
|
|
609
427
|
createPolicy(args: CreatePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePolicyCommandOutput) => void): void;
|
|
610
428
|
/**
|
|
611
|
-
* @
|
|
612
|
-
* <p>Creates a new version of the specified IoT policy. To update a policy, create a
|
|
613
|
-
* new policy version. A managed policy can have up to five versions. If the policy has five
|
|
614
|
-
* versions, you must use <a>DeletePolicyVersion</a> to delete an existing version
|
|
615
|
-
* before you create a new one.</p>
|
|
616
|
-
* <p>Optionally, you can set the new version as the policy's default version. The default
|
|
617
|
-
* version is the operative version (that is, the version that is in effect for the
|
|
618
|
-
* certificates to which the policy is attached).</p>
|
|
619
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreatePolicyVersion</a> action.</p>
|
|
429
|
+
* @see {@link CreatePolicyVersionCommand}
|
|
620
430
|
*/
|
|
621
431
|
createPolicyVersion(args: CreatePolicyVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreatePolicyVersionCommandOutput>;
|
|
622
432
|
createPolicyVersion(args: CreatePolicyVersionCommandInput, cb: (err: any, data?: CreatePolicyVersionCommandOutput) => void): void;
|
|
623
433
|
createPolicyVersion(args: CreatePolicyVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePolicyVersionCommandOutput) => void): void;
|
|
624
434
|
/**
|
|
625
|
-
* @
|
|
626
|
-
* <p>Creates a provisioning claim.</p>
|
|
627
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateProvisioningClaim</a> action.</p>
|
|
435
|
+
* @see {@link CreateProvisioningClaimCommand}
|
|
628
436
|
*/
|
|
629
437
|
createProvisioningClaim(args: CreateProvisioningClaimCommandInput, options?: __HttpHandlerOptions): Promise<CreateProvisioningClaimCommandOutput>;
|
|
630
438
|
createProvisioningClaim(args: CreateProvisioningClaimCommandInput, cb: (err: any, data?: CreateProvisioningClaimCommandOutput) => void): void;
|
|
631
439
|
createProvisioningClaim(args: CreateProvisioningClaimCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProvisioningClaimCommandOutput) => void): void;
|
|
632
440
|
/**
|
|
633
|
-
* @
|
|
634
|
-
* <p>Creates a provisioning template.</p>
|
|
635
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateProvisioningTemplate</a> action.</p>
|
|
441
|
+
* @see {@link CreateProvisioningTemplateCommand}
|
|
636
442
|
*/
|
|
637
443
|
createProvisioningTemplate(args: CreateProvisioningTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateProvisioningTemplateCommandOutput>;
|
|
638
444
|
createProvisioningTemplate(args: CreateProvisioningTemplateCommandInput, cb: (err: any, data?: CreateProvisioningTemplateCommandOutput) => void): void;
|
|
639
445
|
createProvisioningTemplate(args: CreateProvisioningTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProvisioningTemplateCommandOutput) => void): void;
|
|
640
446
|
/**
|
|
641
|
-
* @
|
|
642
|
-
* <p>Creates a new version of a provisioning template.</p>
|
|
643
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateProvisioningTemplateVersion</a> action.</p>
|
|
447
|
+
* @see {@link CreateProvisioningTemplateVersionCommand}
|
|
644
448
|
*/
|
|
645
449
|
createProvisioningTemplateVersion(args: CreateProvisioningTemplateVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateProvisioningTemplateVersionCommandOutput>;
|
|
646
450
|
createProvisioningTemplateVersion(args: CreateProvisioningTemplateVersionCommandInput, cb: (err: any, data?: CreateProvisioningTemplateVersionCommandOutput) => void): void;
|
|
647
451
|
createProvisioningTemplateVersion(args: CreateProvisioningTemplateVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProvisioningTemplateVersionCommandOutput) => void): void;
|
|
648
452
|
/**
|
|
649
|
-
* @
|
|
650
|
-
* <p>Creates a role alias.</p>
|
|
651
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateRoleAlias</a> action.</p>
|
|
453
|
+
* @see {@link CreateRoleAliasCommand}
|
|
652
454
|
*/
|
|
653
455
|
createRoleAlias(args: CreateRoleAliasCommandInput, options?: __HttpHandlerOptions): Promise<CreateRoleAliasCommandOutput>;
|
|
654
456
|
createRoleAlias(args: CreateRoleAliasCommandInput, cb: (err: any, data?: CreateRoleAliasCommandOutput) => void): void;
|
|
655
457
|
createRoleAlias(args: CreateRoleAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRoleAliasCommandOutput) => void): void;
|
|
656
458
|
/**
|
|
657
|
-
* @
|
|
658
|
-
* <p>Creates a scheduled audit that is run at a specified
|
|
659
|
-
* time interval.</p>
|
|
660
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateScheduledAudit</a> action.</p>
|
|
459
|
+
* @see {@link CreateScheduledAuditCommand}
|
|
661
460
|
*/
|
|
662
461
|
createScheduledAudit(args: CreateScheduledAuditCommandInput, options?: __HttpHandlerOptions): Promise<CreateScheduledAuditCommandOutput>;
|
|
663
462
|
createScheduledAudit(args: CreateScheduledAuditCommandInput, cb: (err: any, data?: CreateScheduledAuditCommandOutput) => void): void;
|
|
664
463
|
createScheduledAudit(args: CreateScheduledAuditCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateScheduledAuditCommandOutput) => void): void;
|
|
665
464
|
/**
|
|
666
|
-
* @
|
|
667
|
-
* <p>Creates a Device Defender security profile.</p>
|
|
668
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateSecurityProfile</a> action.</p>
|
|
465
|
+
* @see {@link CreateSecurityProfileCommand}
|
|
669
466
|
*/
|
|
670
467
|
createSecurityProfile(args: CreateSecurityProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateSecurityProfileCommandOutput>;
|
|
671
468
|
createSecurityProfile(args: CreateSecurityProfileCommandInput, cb: (err: any, data?: CreateSecurityProfileCommandOutput) => void): void;
|
|
672
469
|
createSecurityProfile(args: CreateSecurityProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSecurityProfileCommandOutput) => void): void;
|
|
673
470
|
/**
|
|
674
|
-
* @
|
|
675
|
-
* <p>Creates a stream for delivering one or more large files in chunks over MQTT. A stream transports data
|
|
676
|
-
* bytes in chunks or blocks packaged as MQTT messages from a source like S3. You can have one or more files
|
|
677
|
-
* associated with a stream.</p>
|
|
678
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateStream</a> action.</p>
|
|
471
|
+
* @see {@link CreateStreamCommand}
|
|
679
472
|
*/
|
|
680
473
|
createStream(args: CreateStreamCommandInput, options?: __HttpHandlerOptions): Promise<CreateStreamCommandOutput>;
|
|
681
474
|
createStream(args: CreateStreamCommandInput, cb: (err: any, data?: CreateStreamCommandOutput) => void): void;
|
|
682
475
|
createStream(args: CreateStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStreamCommandOutput) => void): void;
|
|
683
476
|
/**
|
|
684
|
-
* @
|
|
685
|
-
* <p>Creates a thing record in the registry. If this call is made multiple times using
|
|
686
|
-
* the same thing name and configuration, the call will succeed. If this call is made with
|
|
687
|
-
* the same thing name but different configuration a
|
|
688
|
-
* <code>ResourceAlreadyExistsException</code> is thrown.</p>
|
|
689
|
-
* <note>
|
|
690
|
-
* <p>This is a control plane operation. See <a href="https://docs.aws.amazon.com/iot/latest/developerguide/iot-authorization.html">Authorization</a> for
|
|
691
|
-
* information about authorizing control plane actions.</p>
|
|
692
|
-
* </note>
|
|
693
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateThing</a> action.</p>
|
|
477
|
+
* @see {@link CreateThingCommand}
|
|
694
478
|
*/
|
|
695
479
|
createThing(args: CreateThingCommandInput, options?: __HttpHandlerOptions): Promise<CreateThingCommandOutput>;
|
|
696
480
|
createThing(args: CreateThingCommandInput, cb: (err: any, data?: CreateThingCommandOutput) => void): void;
|
|
697
481
|
createThing(args: CreateThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateThingCommandOutput) => void): void;
|
|
698
482
|
/**
|
|
699
|
-
* @
|
|
700
|
-
* <p>Create a thing group.</p>
|
|
701
|
-
* <note>
|
|
702
|
-
* <p>This is a control plane operation. See <a href="https://docs.aws.amazon.com/iot/latest/developerguide/iot-authorization.html">Authorization</a> for
|
|
703
|
-
* information about authorizing control plane actions.</p>
|
|
704
|
-
* </note>
|
|
705
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateThingGroup</a> action.</p>
|
|
483
|
+
* @see {@link CreateThingGroupCommand}
|
|
706
484
|
*/
|
|
707
485
|
createThingGroup(args: CreateThingGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateThingGroupCommandOutput>;
|
|
708
486
|
createThingGroup(args: CreateThingGroupCommandInput, cb: (err: any, data?: CreateThingGroupCommandOutput) => void): void;
|
|
709
487
|
createThingGroup(args: CreateThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateThingGroupCommandOutput) => void): void;
|
|
710
488
|
/**
|
|
711
|
-
* @
|
|
712
|
-
* <p>Creates a new thing type.</p>
|
|
713
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateThingType</a> action.</p>
|
|
489
|
+
* @see {@link CreateThingTypeCommand}
|
|
714
490
|
*/
|
|
715
491
|
createThingType(args: CreateThingTypeCommandInput, options?: __HttpHandlerOptions): Promise<CreateThingTypeCommandOutput>;
|
|
716
492
|
createThingType(args: CreateThingTypeCommandInput, cb: (err: any, data?: CreateThingTypeCommandOutput) => void): void;
|
|
717
493
|
createThingType(args: CreateThingTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateThingTypeCommandOutput) => void): void;
|
|
718
494
|
/**
|
|
719
|
-
* @
|
|
720
|
-
* <p>Creates a rule. Creating rules is an administrator-level action. Any user who has
|
|
721
|
-
* permission to create rules will be able to access data processed by the rule.</p>
|
|
722
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateTopicRule</a> action.</p>
|
|
495
|
+
* @see {@link CreateTopicRuleCommand}
|
|
723
496
|
*/
|
|
724
497
|
createTopicRule(args: CreateTopicRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateTopicRuleCommandOutput>;
|
|
725
498
|
createTopicRule(args: CreateTopicRuleCommandInput, cb: (err: any, data?: CreateTopicRuleCommandOutput) => void): void;
|
|
726
499
|
createTopicRule(args: CreateTopicRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTopicRuleCommandOutput) => void): void;
|
|
727
500
|
/**
|
|
728
|
-
* @
|
|
729
|
-
* <p>Creates a topic rule destination. The destination must be confirmed prior to use.</p>
|
|
730
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateTopicRuleDestination</a> action.</p>
|
|
501
|
+
* @see {@link CreateTopicRuleDestinationCommand}
|
|
731
502
|
*/
|
|
732
503
|
createTopicRuleDestination(args: CreateTopicRuleDestinationCommandInput, options?: __HttpHandlerOptions): Promise<CreateTopicRuleDestinationCommandOutput>;
|
|
733
504
|
createTopicRuleDestination(args: CreateTopicRuleDestinationCommandInput, cb: (err: any, data?: CreateTopicRuleDestinationCommandOutput) => void): void;
|
|
734
505
|
createTopicRuleDestination(args: CreateTopicRuleDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTopicRuleDestinationCommandOutput) => void): void;
|
|
735
506
|
/**
|
|
736
|
-
* @
|
|
737
|
-
* <p>Restores the default settings for Device Defender audits for this account. Any
|
|
738
|
-
* configuration data you entered is deleted and all audit checks are reset to
|
|
739
|
-
* disabled. </p>
|
|
740
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteAccountAuditConfiguration</a> action.</p>
|
|
507
|
+
* @see {@link DeleteAccountAuditConfigurationCommand}
|
|
741
508
|
*/
|
|
742
509
|
deleteAccountAuditConfiguration(args: DeleteAccountAuditConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccountAuditConfigurationCommandOutput>;
|
|
743
510
|
deleteAccountAuditConfiguration(args: DeleteAccountAuditConfigurationCommandInput, cb: (err: any, data?: DeleteAccountAuditConfigurationCommandOutput) => void): void;
|
|
744
511
|
deleteAccountAuditConfiguration(args: DeleteAccountAuditConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccountAuditConfigurationCommandOutput) => void): void;
|
|
745
512
|
/**
|
|
746
|
-
* @
|
|
747
|
-
* <p>
|
|
748
|
-
* Deletes a Device Defender audit suppression.
|
|
749
|
-
* </p>
|
|
750
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteAuditSuppression</a> action.</p>
|
|
513
|
+
* @see {@link DeleteAuditSuppressionCommand}
|
|
751
514
|
*/
|
|
752
515
|
deleteAuditSuppression(args: DeleteAuditSuppressionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAuditSuppressionCommandOutput>;
|
|
753
516
|
deleteAuditSuppression(args: DeleteAuditSuppressionCommandInput, cb: (err: any, data?: DeleteAuditSuppressionCommandOutput) => void): void;
|
|
754
517
|
deleteAuditSuppression(args: DeleteAuditSuppressionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAuditSuppressionCommandOutput) => void): void;
|
|
755
518
|
/**
|
|
756
|
-
* @
|
|
757
|
-
* <p>Deletes an authorizer.</p>
|
|
758
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteAuthorizer</a> action.</p>
|
|
519
|
+
* @see {@link DeleteAuthorizerCommand}
|
|
759
520
|
*/
|
|
760
521
|
deleteAuthorizer(args: DeleteAuthorizerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAuthorizerCommandOutput>;
|
|
761
522
|
deleteAuthorizer(args: DeleteAuthorizerCommandInput, cb: (err: any, data?: DeleteAuthorizerCommandOutput) => void): void;
|
|
762
523
|
deleteAuthorizer(args: DeleteAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAuthorizerCommandOutput) => void): void;
|
|
763
524
|
/**
|
|
764
|
-
* @
|
|
765
|
-
* <p>Deletes the billing group.</p>
|
|
766
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteBillingGroup</a> action.</p>
|
|
525
|
+
* @see {@link DeleteBillingGroupCommand}
|
|
767
526
|
*/
|
|
768
527
|
deleteBillingGroup(args: DeleteBillingGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBillingGroupCommandOutput>;
|
|
769
528
|
deleteBillingGroup(args: DeleteBillingGroupCommandInput, cb: (err: any, data?: DeleteBillingGroupCommandOutput) => void): void;
|
|
770
529
|
deleteBillingGroup(args: DeleteBillingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBillingGroupCommandOutput) => void): void;
|
|
771
530
|
/**
|
|
772
|
-
* @
|
|
773
|
-
* <p>Deletes a registered CA certificate.</p>
|
|
774
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteCACertificate</a> action.</p>
|
|
531
|
+
* @see {@link DeleteCACertificateCommand}
|
|
775
532
|
*/
|
|
776
533
|
deleteCACertificate(args: DeleteCACertificateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCACertificateCommandOutput>;
|
|
777
534
|
deleteCACertificate(args: DeleteCACertificateCommandInput, cb: (err: any, data?: DeleteCACertificateCommandOutput) => void): void;
|
|
778
535
|
deleteCACertificate(args: DeleteCACertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCACertificateCommandOutput) => void): void;
|
|
779
536
|
/**
|
|
780
|
-
* @
|
|
781
|
-
* <p>Deletes the specified certificate.</p>
|
|
782
|
-
* <p>A certificate cannot be deleted if it has a policy or IoT thing attached to it or if
|
|
783
|
-
* its status is set to ACTIVE. To delete a certificate, first use the <a>DetachPolicy</a> action to detach all policies. Next, use the <a>UpdateCertificate</a> action to set the certificate to the INACTIVE
|
|
784
|
-
* status.</p>
|
|
785
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteCertificate</a> action.</p>
|
|
537
|
+
* @see {@link DeleteCertificateCommand}
|
|
786
538
|
*/
|
|
787
539
|
deleteCertificate(args: DeleteCertificateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCertificateCommandOutput>;
|
|
788
540
|
deleteCertificate(args: DeleteCertificateCommandInput, cb: (err: any, data?: DeleteCertificateCommandOutput) => void): void;
|
|
789
541
|
deleteCertificate(args: DeleteCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCertificateCommandOutput) => void): void;
|
|
790
542
|
/**
|
|
791
|
-
* @
|
|
792
|
-
* <p>
|
|
793
|
-
* Deletes a Device Defender detect custom metric.
|
|
794
|
-
* </p>
|
|
795
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteCustomMetric</a> action.</p>
|
|
796
|
-
* <note>
|
|
797
|
-
* <p>Before you can delete a custom metric, you must first remove the custom metric from all
|
|
798
|
-
* security profiles it's a part of.
|
|
799
|
-
* The
|
|
800
|
-
* security
|
|
801
|
-
* profile associated with the custom metric can be found using the <a href="https://docs.aws.amazon.com/iot/latest/apireference/API_ListSecurityProfiles.html">ListSecurityProfiles</a>
|
|
802
|
-
* API with <code>metricName</code> set to your custom metric name.</p>
|
|
803
|
-
* </note>
|
|
543
|
+
* @see {@link DeleteCustomMetricCommand}
|
|
804
544
|
*/
|
|
805
545
|
deleteCustomMetric(args: DeleteCustomMetricCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomMetricCommandOutput>;
|
|
806
546
|
deleteCustomMetric(args: DeleteCustomMetricCommandInput, cb: (err: any, data?: DeleteCustomMetricCommandOutput) => void): void;
|
|
807
547
|
deleteCustomMetric(args: DeleteCustomMetricCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomMetricCommandOutput) => void): void;
|
|
808
548
|
/**
|
|
809
|
-
* @
|
|
810
|
-
* <p>Removes the specified dimension from your Amazon Web Services accounts.</p>
|
|
811
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteDimension</a> action.</p>
|
|
549
|
+
* @see {@link DeleteDimensionCommand}
|
|
812
550
|
*/
|
|
813
551
|
deleteDimension(args: DeleteDimensionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDimensionCommandOutput>;
|
|
814
552
|
deleteDimension(args: DeleteDimensionCommandInput, cb: (err: any, data?: DeleteDimensionCommandOutput) => void): void;
|
|
815
553
|
deleteDimension(args: DeleteDimensionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDimensionCommandOutput) => void): void;
|
|
816
554
|
/**
|
|
817
|
-
* @
|
|
818
|
-
* <p>Deletes the specified domain configuration.</p>
|
|
819
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteDomainConfiguration</a> action.</p>
|
|
555
|
+
* @see {@link DeleteDomainConfigurationCommand}
|
|
820
556
|
*/
|
|
821
557
|
deleteDomainConfiguration(args: DeleteDomainConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDomainConfigurationCommandOutput>;
|
|
822
558
|
deleteDomainConfiguration(args: DeleteDomainConfigurationCommandInput, cb: (err: any, data?: DeleteDomainConfigurationCommandOutput) => void): void;
|
|
823
559
|
deleteDomainConfiguration(args: DeleteDomainConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDomainConfigurationCommandOutput) => void): void;
|
|
824
560
|
/**
|
|
825
|
-
* @
|
|
826
|
-
* <p>Deletes a dynamic thing group.</p>
|
|
827
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteDynamicThingGroup</a> action.</p>
|
|
561
|
+
* @see {@link DeleteDynamicThingGroupCommand}
|
|
828
562
|
*/
|
|
829
563
|
deleteDynamicThingGroup(args: DeleteDynamicThingGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDynamicThingGroupCommandOutput>;
|
|
830
564
|
deleteDynamicThingGroup(args: DeleteDynamicThingGroupCommandInput, cb: (err: any, data?: DeleteDynamicThingGroupCommandOutput) => void): void;
|
|
831
565
|
deleteDynamicThingGroup(args: DeleteDynamicThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDynamicThingGroupCommandOutput) => void): void;
|
|
832
566
|
/**
|
|
833
|
-
* @
|
|
834
|
-
* <p>Deletes the specified fleet metric.
|
|
835
|
-
* Returns successfully with no error if the deletion is successful or you specify a fleet metric that doesn't exist.</p>
|
|
836
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteFleetMetric</a> action.</p>
|
|
567
|
+
* @see {@link DeleteFleetMetricCommand}
|
|
837
568
|
*/
|
|
838
569
|
deleteFleetMetric(args: DeleteFleetMetricCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFleetMetricCommandOutput>;
|
|
839
570
|
deleteFleetMetric(args: DeleteFleetMetricCommandInput, cb: (err: any, data?: DeleteFleetMetricCommandOutput) => void): void;
|
|
840
571
|
deleteFleetMetric(args: DeleteFleetMetricCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFleetMetricCommandOutput) => void): void;
|
|
841
572
|
/**
|
|
842
|
-
* @
|
|
843
|
-
* <p>Deletes a job and its related job executions.</p>
|
|
844
|
-
* <p>Deleting a job may take time, depending on the number of job
|
|
845
|
-
* executions created for the job and various other factors. While the job
|
|
846
|
-
* is being deleted, the status of the job will be shown as
|
|
847
|
-
* "DELETION_IN_PROGRESS". Attempting to delete or cancel a job whose status
|
|
848
|
-
* is already "DELETION_IN_PROGRESS" will result in an error.</p>
|
|
849
|
-
* <p>Only 10 jobs may have status "DELETION_IN_PROGRESS" at the same time, or
|
|
850
|
-
* a LimitExceededException will occur.</p>
|
|
851
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteJob</a> action.</p>
|
|
573
|
+
* @see {@link DeleteJobCommand}
|
|
852
574
|
*/
|
|
853
575
|
deleteJob(args: DeleteJobCommandInput, options?: __HttpHandlerOptions): Promise<DeleteJobCommandOutput>;
|
|
854
576
|
deleteJob(args: DeleteJobCommandInput, cb: (err: any, data?: DeleteJobCommandOutput) => void): void;
|
|
855
577
|
deleteJob(args: DeleteJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteJobCommandOutput) => void): void;
|
|
856
578
|
/**
|
|
857
|
-
* @
|
|
858
|
-
* <p>Deletes a job execution.</p>
|
|
859
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteJobExecution</a> action.</p>
|
|
579
|
+
* @see {@link DeleteJobExecutionCommand}
|
|
860
580
|
*/
|
|
861
581
|
deleteJobExecution(args: DeleteJobExecutionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteJobExecutionCommandOutput>;
|
|
862
582
|
deleteJobExecution(args: DeleteJobExecutionCommandInput, cb: (err: any, data?: DeleteJobExecutionCommandOutput) => void): void;
|
|
863
583
|
deleteJobExecution(args: DeleteJobExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteJobExecutionCommandOutput) => void): void;
|
|
864
584
|
/**
|
|
865
|
-
* @
|
|
866
|
-
* <p>Deletes the specified job template.</p>
|
|
585
|
+
* @see {@link DeleteJobTemplateCommand}
|
|
867
586
|
*/
|
|
868
587
|
deleteJobTemplate(args: DeleteJobTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteJobTemplateCommandOutput>;
|
|
869
588
|
deleteJobTemplate(args: DeleteJobTemplateCommandInput, cb: (err: any, data?: DeleteJobTemplateCommandOutput) => void): void;
|
|
870
589
|
deleteJobTemplate(args: DeleteJobTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteJobTemplateCommandOutput) => void): void;
|
|
871
590
|
/**
|
|
872
|
-
* @
|
|
873
|
-
* <p>Deletes a defined mitigation action from your Amazon Web Services accounts.</p>
|
|
874
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteMitigationAction</a> action.</p>
|
|
591
|
+
* @see {@link DeleteMitigationActionCommand}
|
|
875
592
|
*/
|
|
876
593
|
deleteMitigationAction(args: DeleteMitigationActionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMitigationActionCommandOutput>;
|
|
877
594
|
deleteMitigationAction(args: DeleteMitigationActionCommandInput, cb: (err: any, data?: DeleteMitigationActionCommandOutput) => void): void;
|
|
878
595
|
deleteMitigationAction(args: DeleteMitigationActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMitigationActionCommandOutput) => void): void;
|
|
879
596
|
/**
|
|
880
|
-
* @
|
|
881
|
-
* <p>Delete an OTA update.</p>
|
|
882
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteOTAUpdate</a> action.</p>
|
|
597
|
+
* @see {@link DeleteOTAUpdateCommand}
|
|
883
598
|
*/
|
|
884
599
|
deleteOTAUpdate(args: DeleteOTAUpdateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteOTAUpdateCommandOutput>;
|
|
885
600
|
deleteOTAUpdate(args: DeleteOTAUpdateCommandInput, cb: (err: any, data?: DeleteOTAUpdateCommandOutput) => void): void;
|
|
886
601
|
deleteOTAUpdate(args: DeleteOTAUpdateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOTAUpdateCommandOutput) => void): void;
|
|
887
602
|
/**
|
|
888
|
-
* @
|
|
889
|
-
* <p>Deletes the specified policy.</p>
|
|
890
|
-
* <p>A policy cannot be deleted if it has non-default versions or it is attached to any
|
|
891
|
-
* certificate.</p>
|
|
892
|
-
* <p>To delete a policy, use the <a>DeletePolicyVersion</a> action to delete all non-default
|
|
893
|
-
* versions of the policy; use the <a>DetachPolicy</a> action to detach the policy from any
|
|
894
|
-
* certificate; and then use the DeletePolicy action to delete the policy.</p>
|
|
895
|
-
* <p>When a policy is deleted using DeletePolicy, its default version is deleted with
|
|
896
|
-
* it.</p>
|
|
897
|
-
* <note>
|
|
898
|
-
* <p>Because of the distributed nature of Amazon Web Services, it can take up to five minutes after
|
|
899
|
-
* a policy is detached before it's ready to be deleted.</p>
|
|
900
|
-
* </note>
|
|
901
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeletePolicy</a> action.</p>
|
|
603
|
+
* @see {@link DeletePolicyCommand}
|
|
902
604
|
*/
|
|
903
605
|
deletePolicy(args: DeletePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeletePolicyCommandOutput>;
|
|
904
606
|
deletePolicy(args: DeletePolicyCommandInput, cb: (err: any, data?: DeletePolicyCommandOutput) => void): void;
|
|
905
607
|
deletePolicy(args: DeletePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePolicyCommandOutput) => void): void;
|
|
906
608
|
/**
|
|
907
|
-
* @
|
|
908
|
-
* <p>Deletes the specified version of the specified policy. You cannot delete the default
|
|
909
|
-
* version of a policy using this action. To delete the default version of a policy, use <a>DeletePolicy</a>. To find out which version of a policy is marked as the default
|
|
910
|
-
* version, use ListPolicyVersions.</p>
|
|
911
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeletePolicyVersion</a> action.</p>
|
|
609
|
+
* @see {@link DeletePolicyVersionCommand}
|
|
912
610
|
*/
|
|
913
611
|
deletePolicyVersion(args: DeletePolicyVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeletePolicyVersionCommandOutput>;
|
|
914
612
|
deletePolicyVersion(args: DeletePolicyVersionCommandInput, cb: (err: any, data?: DeletePolicyVersionCommandOutput) => void): void;
|
|
915
613
|
deletePolicyVersion(args: DeletePolicyVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePolicyVersionCommandOutput) => void): void;
|
|
916
614
|
/**
|
|
917
|
-
* @
|
|
918
|
-
* <p>Deletes a provisioning template.</p>
|
|
919
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteProvisioningTemplate</a> action.</p>
|
|
615
|
+
* @see {@link DeleteProvisioningTemplateCommand}
|
|
920
616
|
*/
|
|
921
617
|
deleteProvisioningTemplate(args: DeleteProvisioningTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProvisioningTemplateCommandOutput>;
|
|
922
618
|
deleteProvisioningTemplate(args: DeleteProvisioningTemplateCommandInput, cb: (err: any, data?: DeleteProvisioningTemplateCommandOutput) => void): void;
|
|
923
619
|
deleteProvisioningTemplate(args: DeleteProvisioningTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProvisioningTemplateCommandOutput) => void): void;
|
|
924
620
|
/**
|
|
925
|
-
* @
|
|
926
|
-
* <p>Deletes a provisioning template version.</p>
|
|
927
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteProvisioningTemplateVersion</a> action.</p>
|
|
621
|
+
* @see {@link DeleteProvisioningTemplateVersionCommand}
|
|
928
622
|
*/
|
|
929
623
|
deleteProvisioningTemplateVersion(args: DeleteProvisioningTemplateVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProvisioningTemplateVersionCommandOutput>;
|
|
930
624
|
deleteProvisioningTemplateVersion(args: DeleteProvisioningTemplateVersionCommandInput, cb: (err: any, data?: DeleteProvisioningTemplateVersionCommandOutput) => void): void;
|
|
931
625
|
deleteProvisioningTemplateVersion(args: DeleteProvisioningTemplateVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProvisioningTemplateVersionCommandOutput) => void): void;
|
|
932
626
|
/**
|
|
933
|
-
* @
|
|
934
|
-
* <p>Deletes a CA certificate registration code.</p>
|
|
935
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteRegistrationCode</a> action.</p>
|
|
627
|
+
* @see {@link DeleteRegistrationCodeCommand}
|
|
936
628
|
*/
|
|
937
629
|
deleteRegistrationCode(args: DeleteRegistrationCodeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRegistrationCodeCommandOutput>;
|
|
938
630
|
deleteRegistrationCode(args: DeleteRegistrationCodeCommandInput, cb: (err: any, data?: DeleteRegistrationCodeCommandOutput) => void): void;
|
|
939
631
|
deleteRegistrationCode(args: DeleteRegistrationCodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRegistrationCodeCommandOutput) => void): void;
|
|
940
632
|
/**
|
|
941
|
-
* @
|
|
942
|
-
* <p>Deletes a role alias</p>
|
|
943
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteRoleAlias</a> action.</p>
|
|
633
|
+
* @see {@link DeleteRoleAliasCommand}
|
|
944
634
|
*/
|
|
945
635
|
deleteRoleAlias(args: DeleteRoleAliasCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRoleAliasCommandOutput>;
|
|
946
636
|
deleteRoleAlias(args: DeleteRoleAliasCommandInput, cb: (err: any, data?: DeleteRoleAliasCommandOutput) => void): void;
|
|
947
637
|
deleteRoleAlias(args: DeleteRoleAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRoleAliasCommandOutput) => void): void;
|
|
948
638
|
/**
|
|
949
|
-
* @
|
|
950
|
-
* <p>Deletes a scheduled audit.</p>
|
|
951
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteScheduledAudit</a> action.</p>
|
|
639
|
+
* @see {@link DeleteScheduledAuditCommand}
|
|
952
640
|
*/
|
|
953
641
|
deleteScheduledAudit(args: DeleteScheduledAuditCommandInput, options?: __HttpHandlerOptions): Promise<DeleteScheduledAuditCommandOutput>;
|
|
954
642
|
deleteScheduledAudit(args: DeleteScheduledAuditCommandInput, cb: (err: any, data?: DeleteScheduledAuditCommandOutput) => void): void;
|
|
955
643
|
deleteScheduledAudit(args: DeleteScheduledAuditCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteScheduledAuditCommandOutput) => void): void;
|
|
956
644
|
/**
|
|
957
|
-
* @
|
|
958
|
-
* <p>Deletes a Device Defender security profile.</p>
|
|
959
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteSecurityProfile</a> action.</p>
|
|
645
|
+
* @see {@link DeleteSecurityProfileCommand}
|
|
960
646
|
*/
|
|
961
647
|
deleteSecurityProfile(args: DeleteSecurityProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSecurityProfileCommandOutput>;
|
|
962
648
|
deleteSecurityProfile(args: DeleteSecurityProfileCommandInput, cb: (err: any, data?: DeleteSecurityProfileCommandOutput) => void): void;
|
|
963
649
|
deleteSecurityProfile(args: DeleteSecurityProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSecurityProfileCommandOutput) => void): void;
|
|
964
650
|
/**
|
|
965
|
-
* @
|
|
966
|
-
* <p>Deletes a stream.</p>
|
|
967
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteStream</a> action.</p>
|
|
651
|
+
* @see {@link DeleteStreamCommand}
|
|
968
652
|
*/
|
|
969
653
|
deleteStream(args: DeleteStreamCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStreamCommandOutput>;
|
|
970
654
|
deleteStream(args: DeleteStreamCommandInput, cb: (err: any, data?: DeleteStreamCommandOutput) => void): void;
|
|
971
655
|
deleteStream(args: DeleteStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStreamCommandOutput) => void): void;
|
|
972
656
|
/**
|
|
973
|
-
* @
|
|
974
|
-
* <p>Deletes the specified thing. Returns successfully with no error if the deletion is
|
|
975
|
-
* successful or you specify a thing that doesn't exist.</p>
|
|
976
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteThing</a> action.</p>
|
|
657
|
+
* @see {@link DeleteThingCommand}
|
|
977
658
|
*/
|
|
978
659
|
deleteThing(args: DeleteThingCommandInput, options?: __HttpHandlerOptions): Promise<DeleteThingCommandOutput>;
|
|
979
660
|
deleteThing(args: DeleteThingCommandInput, cb: (err: any, data?: DeleteThingCommandOutput) => void): void;
|
|
980
661
|
deleteThing(args: DeleteThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteThingCommandOutput) => void): void;
|
|
981
662
|
/**
|
|
982
|
-
* @
|
|
983
|
-
* <p>Deletes a thing group.</p>
|
|
984
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteThingGroup</a> action.</p>
|
|
663
|
+
* @see {@link DeleteThingGroupCommand}
|
|
985
664
|
*/
|
|
986
665
|
deleteThingGroup(args: DeleteThingGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteThingGroupCommandOutput>;
|
|
987
666
|
deleteThingGroup(args: DeleteThingGroupCommandInput, cb: (err: any, data?: DeleteThingGroupCommandOutput) => void): void;
|
|
988
667
|
deleteThingGroup(args: DeleteThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteThingGroupCommandOutput) => void): void;
|
|
989
668
|
/**
|
|
990
|
-
* @
|
|
991
|
-
* <p>Deletes the specified thing type. You cannot delete a thing type if it has things
|
|
992
|
-
* associated with it. To delete a thing type, first mark it as deprecated by calling <a>DeprecateThingType</a>, then remove any associated things by calling <a>UpdateThing</a> to change the thing type on any associated thing, and
|
|
993
|
-
* finally use <a>DeleteThingType</a> to delete the thing type.</p>
|
|
994
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteThingType</a> action.</p>
|
|
669
|
+
* @see {@link DeleteThingTypeCommand}
|
|
995
670
|
*/
|
|
996
671
|
deleteThingType(args: DeleteThingTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteThingTypeCommandOutput>;
|
|
997
672
|
deleteThingType(args: DeleteThingTypeCommandInput, cb: (err: any, data?: DeleteThingTypeCommandOutput) => void): void;
|
|
998
673
|
deleteThingType(args: DeleteThingTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteThingTypeCommandOutput) => void): void;
|
|
999
674
|
/**
|
|
1000
|
-
* @
|
|
1001
|
-
* <p>Deletes the rule.</p>
|
|
1002
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteTopicRule</a> action.</p>
|
|
675
|
+
* @see {@link DeleteTopicRuleCommand}
|
|
1003
676
|
*/
|
|
1004
677
|
deleteTopicRule(args: DeleteTopicRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTopicRuleCommandOutput>;
|
|
1005
678
|
deleteTopicRule(args: DeleteTopicRuleCommandInput, cb: (err: any, data?: DeleteTopicRuleCommandOutput) => void): void;
|
|
1006
679
|
deleteTopicRule(args: DeleteTopicRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTopicRuleCommandOutput) => void): void;
|
|
1007
680
|
/**
|
|
1008
|
-
* @
|
|
1009
|
-
* <p>Deletes a topic rule destination.</p>
|
|
1010
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteTopicRuleDestination</a> action.</p>
|
|
681
|
+
* @see {@link DeleteTopicRuleDestinationCommand}
|
|
1011
682
|
*/
|
|
1012
683
|
deleteTopicRuleDestination(args: DeleteTopicRuleDestinationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTopicRuleDestinationCommandOutput>;
|
|
1013
684
|
deleteTopicRuleDestination(args: DeleteTopicRuleDestinationCommandInput, cb: (err: any, data?: DeleteTopicRuleDestinationCommandOutput) => void): void;
|
|
1014
685
|
deleteTopicRuleDestination(args: DeleteTopicRuleDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTopicRuleDestinationCommandOutput) => void): void;
|
|
1015
686
|
/**
|
|
1016
|
-
* @
|
|
1017
|
-
* <p>Deletes a logging level.</p>
|
|
1018
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteV2LoggingLevel</a> action.</p>
|
|
687
|
+
* @see {@link DeleteV2LoggingLevelCommand}
|
|
1019
688
|
*/
|
|
1020
689
|
deleteV2LoggingLevel(args: DeleteV2LoggingLevelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteV2LoggingLevelCommandOutput>;
|
|
1021
690
|
deleteV2LoggingLevel(args: DeleteV2LoggingLevelCommandInput, cb: (err: any, data?: DeleteV2LoggingLevelCommandOutput) => void): void;
|
|
1022
691
|
deleteV2LoggingLevel(args: DeleteV2LoggingLevelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteV2LoggingLevelCommandOutput) => void): void;
|
|
1023
692
|
/**
|
|
1024
|
-
* @
|
|
1025
|
-
* <p>Deprecates a thing type. You can not associate new things with deprecated thing
|
|
1026
|
-
* type.</p>
|
|
1027
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeprecateThingType</a> action.</p>
|
|
693
|
+
* @see {@link DeprecateThingTypeCommand}
|
|
1028
694
|
*/
|
|
1029
695
|
deprecateThingType(args: DeprecateThingTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeprecateThingTypeCommandOutput>;
|
|
1030
696
|
deprecateThingType(args: DeprecateThingTypeCommandInput, cb: (err: any, data?: DeprecateThingTypeCommandOutput) => void): void;
|
|
1031
697
|
deprecateThingType(args: DeprecateThingTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeprecateThingTypeCommandOutput) => void): void;
|
|
1032
698
|
/**
|
|
1033
|
-
* @
|
|
1034
|
-
* <p>Gets information about the Device Defender audit settings for this account.
|
|
1035
|
-
* Settings include how audit notifications are sent and which audit checks are
|
|
1036
|
-
* enabled or disabled.</p>
|
|
1037
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeAccountAuditConfiguration</a> action.</p>
|
|
699
|
+
* @see {@link DescribeAccountAuditConfigurationCommand}
|
|
1038
700
|
*/
|
|
1039
701
|
describeAccountAuditConfiguration(args: DescribeAccountAuditConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountAuditConfigurationCommandOutput>;
|
|
1040
702
|
describeAccountAuditConfiguration(args: DescribeAccountAuditConfigurationCommandInput, cb: (err: any, data?: DescribeAccountAuditConfigurationCommandOutput) => void): void;
|
|
1041
703
|
describeAccountAuditConfiguration(args: DescribeAccountAuditConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountAuditConfigurationCommandOutput) => void): void;
|
|
1042
704
|
/**
|
|
1043
|
-
* @
|
|
1044
|
-
* <p>Gets information about a single audit finding. Properties include the reason for
|
|
1045
|
-
* noncompliance, the severity of the issue,
|
|
1046
|
-
* and the start time
|
|
1047
|
-
* when the audit that returned the
|
|
1048
|
-
* finding.</p>
|
|
1049
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeAuditFinding</a> action.</p>
|
|
705
|
+
* @see {@link DescribeAuditFindingCommand}
|
|
1050
706
|
*/
|
|
1051
707
|
describeAuditFinding(args: DescribeAuditFindingCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAuditFindingCommandOutput>;
|
|
1052
708
|
describeAuditFinding(args: DescribeAuditFindingCommandInput, cb: (err: any, data?: DescribeAuditFindingCommandOutput) => void): void;
|
|
1053
709
|
describeAuditFinding(args: DescribeAuditFindingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAuditFindingCommandOutput) => void): void;
|
|
1054
710
|
/**
|
|
1055
|
-
* @
|
|
1056
|
-
* <p>Gets information about an audit mitigation task that is used to apply mitigation actions to a set of audit findings. Properties include the actions being applied, the audit checks to which they're being applied, the task status, and aggregated task statistics.</p>
|
|
711
|
+
* @see {@link DescribeAuditMitigationActionsTaskCommand}
|
|
1057
712
|
*/
|
|
1058
713
|
describeAuditMitigationActionsTask(args: DescribeAuditMitigationActionsTaskCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAuditMitigationActionsTaskCommandOutput>;
|
|
1059
714
|
describeAuditMitigationActionsTask(args: DescribeAuditMitigationActionsTaskCommandInput, cb: (err: any, data?: DescribeAuditMitigationActionsTaskCommandOutput) => void): void;
|
|
1060
715
|
describeAuditMitigationActionsTask(args: DescribeAuditMitigationActionsTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAuditMitigationActionsTaskCommandOutput) => void): void;
|
|
1061
716
|
/**
|
|
1062
|
-
* @
|
|
1063
|
-
* <p>
|
|
1064
|
-
* Gets information about a Device Defender audit suppression.
|
|
1065
|
-
* </p>
|
|
717
|
+
* @see {@link DescribeAuditSuppressionCommand}
|
|
1066
718
|
*/
|
|
1067
719
|
describeAuditSuppression(args: DescribeAuditSuppressionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAuditSuppressionCommandOutput>;
|
|
1068
720
|
describeAuditSuppression(args: DescribeAuditSuppressionCommandInput, cb: (err: any, data?: DescribeAuditSuppressionCommandOutput) => void): void;
|
|
1069
721
|
describeAuditSuppression(args: DescribeAuditSuppressionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAuditSuppressionCommandOutput) => void): void;
|
|
1070
722
|
/**
|
|
1071
|
-
* @
|
|
1072
|
-
* <p>Gets information about a Device Defender audit.</p>
|
|
1073
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeAuditTask</a> action.</p>
|
|
723
|
+
* @see {@link DescribeAuditTaskCommand}
|
|
1074
724
|
*/
|
|
1075
725
|
describeAuditTask(args: DescribeAuditTaskCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAuditTaskCommandOutput>;
|
|
1076
726
|
describeAuditTask(args: DescribeAuditTaskCommandInput, cb: (err: any, data?: DescribeAuditTaskCommandOutput) => void): void;
|
|
1077
727
|
describeAuditTask(args: DescribeAuditTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAuditTaskCommandOutput) => void): void;
|
|
1078
728
|
/**
|
|
1079
|
-
* @
|
|
1080
|
-
* <p>Describes an authorizer.</p>
|
|
1081
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeAuthorizer</a> action.</p>
|
|
729
|
+
* @see {@link DescribeAuthorizerCommand}
|
|
1082
730
|
*/
|
|
1083
731
|
describeAuthorizer(args: DescribeAuthorizerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAuthorizerCommandOutput>;
|
|
1084
732
|
describeAuthorizer(args: DescribeAuthorizerCommandInput, cb: (err: any, data?: DescribeAuthorizerCommandOutput) => void): void;
|
|
1085
733
|
describeAuthorizer(args: DescribeAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAuthorizerCommandOutput) => void): void;
|
|
1086
734
|
/**
|
|
1087
|
-
* @
|
|
1088
|
-
* <p>Returns information about a billing group.</p>
|
|
1089
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeBillingGroup</a> action.</p>
|
|
735
|
+
* @see {@link DescribeBillingGroupCommand}
|
|
1090
736
|
*/
|
|
1091
737
|
describeBillingGroup(args: DescribeBillingGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBillingGroupCommandOutput>;
|
|
1092
738
|
describeBillingGroup(args: DescribeBillingGroupCommandInput, cb: (err: any, data?: DescribeBillingGroupCommandOutput) => void): void;
|
|
1093
739
|
describeBillingGroup(args: DescribeBillingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBillingGroupCommandOutput) => void): void;
|
|
1094
740
|
/**
|
|
1095
|
-
* @
|
|
1096
|
-
* <p>Describes a registered CA certificate.</p>
|
|
1097
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeCACertificate</a> action.</p>
|
|
741
|
+
* @see {@link DescribeCACertificateCommand}
|
|
1098
742
|
*/
|
|
1099
743
|
describeCACertificate(args: DescribeCACertificateCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCACertificateCommandOutput>;
|
|
1100
744
|
describeCACertificate(args: DescribeCACertificateCommandInput, cb: (err: any, data?: DescribeCACertificateCommandOutput) => void): void;
|
|
1101
745
|
describeCACertificate(args: DescribeCACertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCACertificateCommandOutput) => void): void;
|
|
1102
746
|
/**
|
|
1103
|
-
* @
|
|
1104
|
-
* <p>Gets information about the specified certificate.</p>
|
|
1105
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeCertificate</a> action.</p>
|
|
747
|
+
* @see {@link DescribeCertificateCommand}
|
|
1106
748
|
*/
|
|
1107
749
|
describeCertificate(args: DescribeCertificateCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCertificateCommandOutput>;
|
|
1108
750
|
describeCertificate(args: DescribeCertificateCommandInput, cb: (err: any, data?: DescribeCertificateCommandOutput) => void): void;
|
|
1109
751
|
describeCertificate(args: DescribeCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCertificateCommandOutput) => void): void;
|
|
1110
752
|
/**
|
|
1111
|
-
* @
|
|
1112
|
-
* <p>
|
|
1113
|
-
* Gets information about a Device Defender detect custom metric.
|
|
1114
|
-
* </p>
|
|
1115
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeCustomMetric</a> action.</p>
|
|
753
|
+
* @see {@link DescribeCustomMetricCommand}
|
|
1116
754
|
*/
|
|
1117
755
|
describeCustomMetric(args: DescribeCustomMetricCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomMetricCommandOutput>;
|
|
1118
756
|
describeCustomMetric(args: DescribeCustomMetricCommandInput, cb: (err: any, data?: DescribeCustomMetricCommandOutput) => void): void;
|
|
1119
757
|
describeCustomMetric(args: DescribeCustomMetricCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomMetricCommandOutput) => void): void;
|
|
1120
758
|
/**
|
|
1121
|
-
* @
|
|
1122
|
-
* <p>Describes the default authorizer.</p>
|
|
1123
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeDefaultAuthorizer</a> action.</p>
|
|
759
|
+
* @see {@link DescribeDefaultAuthorizerCommand}
|
|
1124
760
|
*/
|
|
1125
761
|
describeDefaultAuthorizer(args: DescribeDefaultAuthorizerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDefaultAuthorizerCommandOutput>;
|
|
1126
762
|
describeDefaultAuthorizer(args: DescribeDefaultAuthorizerCommandInput, cb: (err: any, data?: DescribeDefaultAuthorizerCommandOutput) => void): void;
|
|
1127
763
|
describeDefaultAuthorizer(args: DescribeDefaultAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDefaultAuthorizerCommandOutput) => void): void;
|
|
1128
764
|
/**
|
|
1129
|
-
* @
|
|
1130
|
-
* <p>
|
|
1131
|
-
* Gets information about a Device Defender ML Detect mitigation action.
|
|
1132
|
-
* </p>
|
|
1133
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeDetectMitigationActionsTask</a> action.</p>
|
|
765
|
+
* @see {@link DescribeDetectMitigationActionsTaskCommand}
|
|
1134
766
|
*/
|
|
1135
767
|
describeDetectMitigationActionsTask(args: DescribeDetectMitigationActionsTaskCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDetectMitigationActionsTaskCommandOutput>;
|
|
1136
768
|
describeDetectMitigationActionsTask(args: DescribeDetectMitigationActionsTaskCommandInput, cb: (err: any, data?: DescribeDetectMitigationActionsTaskCommandOutput) => void): void;
|
|
1137
769
|
describeDetectMitigationActionsTask(args: DescribeDetectMitigationActionsTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDetectMitigationActionsTaskCommandOutput) => void): void;
|
|
1138
770
|
/**
|
|
1139
|
-
* @
|
|
1140
|
-
* <p>Provides details about a dimension that is defined in your Amazon Web Services accounts.</p>
|
|
1141
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeDimension</a> action.</p>
|
|
771
|
+
* @see {@link DescribeDimensionCommand}
|
|
1142
772
|
*/
|
|
1143
773
|
describeDimension(args: DescribeDimensionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDimensionCommandOutput>;
|
|
1144
774
|
describeDimension(args: DescribeDimensionCommandInput, cb: (err: any, data?: DescribeDimensionCommandOutput) => void): void;
|
|
1145
775
|
describeDimension(args: DescribeDimensionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDimensionCommandOutput) => void): void;
|
|
1146
776
|
/**
|
|
1147
|
-
* @
|
|
1148
|
-
* <p>Gets summary information about a domain configuration.</p>
|
|
1149
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeDomainConfiguration</a> action.</p>
|
|
777
|
+
* @see {@link DescribeDomainConfigurationCommand}
|
|
1150
778
|
*/
|
|
1151
779
|
describeDomainConfiguration(args: DescribeDomainConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDomainConfigurationCommandOutput>;
|
|
1152
780
|
describeDomainConfiguration(args: DescribeDomainConfigurationCommandInput, cb: (err: any, data?: DescribeDomainConfigurationCommandOutput) => void): void;
|
|
1153
781
|
describeDomainConfiguration(args: DescribeDomainConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDomainConfigurationCommandOutput) => void): void;
|
|
1154
782
|
/**
|
|
1155
|
-
* @
|
|
1156
|
-
* <p>Returns a unique endpoint specific to the Amazon Web Services account making the call.</p>
|
|
1157
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeEndpoint</a> action.</p>
|
|
783
|
+
* @see {@link DescribeEndpointCommand}
|
|
1158
784
|
*/
|
|
1159
785
|
describeEndpoint(args: DescribeEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEndpointCommandOutput>;
|
|
1160
786
|
describeEndpoint(args: DescribeEndpointCommandInput, cb: (err: any, data?: DescribeEndpointCommandOutput) => void): void;
|
|
1161
787
|
describeEndpoint(args: DescribeEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEndpointCommandOutput) => void): void;
|
|
1162
788
|
/**
|
|
1163
|
-
* @
|
|
1164
|
-
* <p>Describes event configurations.</p>
|
|
1165
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeEventConfigurations</a> action.</p>
|
|
789
|
+
* @see {@link DescribeEventConfigurationsCommand}
|
|
1166
790
|
*/
|
|
1167
791
|
describeEventConfigurations(args: DescribeEventConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventConfigurationsCommandOutput>;
|
|
1168
792
|
describeEventConfigurations(args: DescribeEventConfigurationsCommandInput, cb: (err: any, data?: DescribeEventConfigurationsCommandOutput) => void): void;
|
|
1169
793
|
describeEventConfigurations(args: DescribeEventConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventConfigurationsCommandOutput) => void): void;
|
|
1170
794
|
/**
|
|
1171
|
-
* @
|
|
1172
|
-
* <p>Gets information about the specified fleet metric.</p>
|
|
1173
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeFleetMetric</a> action.</p>
|
|
795
|
+
* @see {@link DescribeFleetMetricCommand}
|
|
1174
796
|
*/
|
|
1175
797
|
describeFleetMetric(args: DescribeFleetMetricCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFleetMetricCommandOutput>;
|
|
1176
798
|
describeFleetMetric(args: DescribeFleetMetricCommandInput, cb: (err: any, data?: DescribeFleetMetricCommandOutput) => void): void;
|
|
1177
799
|
describeFleetMetric(args: DescribeFleetMetricCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFleetMetricCommandOutput) => void): void;
|
|
1178
800
|
/**
|
|
1179
|
-
* @
|
|
1180
|
-
* <p>Describes a search index.</p>
|
|
1181
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeIndex</a> action.</p>
|
|
801
|
+
* @see {@link DescribeIndexCommand}
|
|
1182
802
|
*/
|
|
1183
803
|
describeIndex(args: DescribeIndexCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIndexCommandOutput>;
|
|
1184
804
|
describeIndex(args: DescribeIndexCommandInput, cb: (err: any, data?: DescribeIndexCommandOutput) => void): void;
|
|
1185
805
|
describeIndex(args: DescribeIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIndexCommandOutput) => void): void;
|
|
1186
806
|
/**
|
|
1187
|
-
* @
|
|
1188
|
-
* <p>Describes a job.</p>
|
|
1189
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeJob</a> action.</p>
|
|
807
|
+
* @see {@link DescribeJobCommand}
|
|
1190
808
|
*/
|
|
1191
809
|
describeJob(args: DescribeJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeJobCommandOutput>;
|
|
1192
810
|
describeJob(args: DescribeJobCommandInput, cb: (err: any, data?: DescribeJobCommandOutput) => void): void;
|
|
1193
811
|
describeJob(args: DescribeJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeJobCommandOutput) => void): void;
|
|
1194
812
|
/**
|
|
1195
|
-
* @
|
|
1196
|
-
* <p>Describes a job execution.</p>
|
|
1197
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeJobExecution</a> action.</p>
|
|
813
|
+
* @see {@link DescribeJobExecutionCommand}
|
|
1198
814
|
*/
|
|
1199
815
|
describeJobExecution(args: DescribeJobExecutionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeJobExecutionCommandOutput>;
|
|
1200
816
|
describeJobExecution(args: DescribeJobExecutionCommandInput, cb: (err: any, data?: DescribeJobExecutionCommandOutput) => void): void;
|
|
1201
817
|
describeJobExecution(args: DescribeJobExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeJobExecutionCommandOutput) => void): void;
|
|
1202
818
|
/**
|
|
1203
|
-
* @
|
|
1204
|
-
* <p>Returns information about a job template.</p>
|
|
819
|
+
* @see {@link DescribeJobTemplateCommand}
|
|
1205
820
|
*/
|
|
1206
821
|
describeJobTemplate(args: DescribeJobTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DescribeJobTemplateCommandOutput>;
|
|
1207
822
|
describeJobTemplate(args: DescribeJobTemplateCommandInput, cb: (err: any, data?: DescribeJobTemplateCommandOutput) => void): void;
|
|
1208
823
|
describeJobTemplate(args: DescribeJobTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeJobTemplateCommandOutput) => void): void;
|
|
1209
824
|
/**
|
|
1210
|
-
* @
|
|
1211
|
-
* <p>View details of a managed job template.</p>
|
|
825
|
+
* @see {@link DescribeManagedJobTemplateCommand}
|
|
1212
826
|
*/
|
|
1213
827
|
describeManagedJobTemplate(args: DescribeManagedJobTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DescribeManagedJobTemplateCommandOutput>;
|
|
1214
828
|
describeManagedJobTemplate(args: DescribeManagedJobTemplateCommandInput, cb: (err: any, data?: DescribeManagedJobTemplateCommandOutput) => void): void;
|
|
1215
829
|
describeManagedJobTemplate(args: DescribeManagedJobTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeManagedJobTemplateCommandOutput) => void): void;
|
|
1216
830
|
/**
|
|
1217
|
-
* @
|
|
1218
|
-
* <p>Gets information about a mitigation action.</p>
|
|
1219
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeMitigationAction</a> action.</p>
|
|
831
|
+
* @see {@link DescribeMitigationActionCommand}
|
|
1220
832
|
*/
|
|
1221
833
|
describeMitigationAction(args: DescribeMitigationActionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMitigationActionCommandOutput>;
|
|
1222
834
|
describeMitigationAction(args: DescribeMitigationActionCommandInput, cb: (err: any, data?: DescribeMitigationActionCommandOutput) => void): void;
|
|
1223
835
|
describeMitigationAction(args: DescribeMitigationActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMitigationActionCommandOutput) => void): void;
|
|
1224
836
|
/**
|
|
1225
|
-
* @
|
|
1226
|
-
* <p>Returns information about a provisioning template.</p>
|
|
1227
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeProvisioningTemplate</a> action.</p>
|
|
837
|
+
* @see {@link DescribeProvisioningTemplateCommand}
|
|
1228
838
|
*/
|
|
1229
839
|
describeProvisioningTemplate(args: DescribeProvisioningTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProvisioningTemplateCommandOutput>;
|
|
1230
840
|
describeProvisioningTemplate(args: DescribeProvisioningTemplateCommandInput, cb: (err: any, data?: DescribeProvisioningTemplateCommandOutput) => void): void;
|
|
1231
841
|
describeProvisioningTemplate(args: DescribeProvisioningTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProvisioningTemplateCommandOutput) => void): void;
|
|
1232
842
|
/**
|
|
1233
|
-
* @
|
|
1234
|
-
* <p>Returns information about a provisioning template version.</p>
|
|
1235
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeProvisioningTemplateVersion</a> action.</p>
|
|
843
|
+
* @see {@link DescribeProvisioningTemplateVersionCommand}
|
|
1236
844
|
*/
|
|
1237
845
|
describeProvisioningTemplateVersion(args: DescribeProvisioningTemplateVersionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProvisioningTemplateVersionCommandOutput>;
|
|
1238
846
|
describeProvisioningTemplateVersion(args: DescribeProvisioningTemplateVersionCommandInput, cb: (err: any, data?: DescribeProvisioningTemplateVersionCommandOutput) => void): void;
|
|
1239
847
|
describeProvisioningTemplateVersion(args: DescribeProvisioningTemplateVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProvisioningTemplateVersionCommandOutput) => void): void;
|
|
1240
848
|
/**
|
|
1241
|
-
* @
|
|
1242
|
-
* <p>Describes a role alias.</p>
|
|
1243
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeRoleAlias</a> action.</p>
|
|
849
|
+
* @see {@link DescribeRoleAliasCommand}
|
|
1244
850
|
*/
|
|
1245
851
|
describeRoleAlias(args: DescribeRoleAliasCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRoleAliasCommandOutput>;
|
|
1246
852
|
describeRoleAlias(args: DescribeRoleAliasCommandInput, cb: (err: any, data?: DescribeRoleAliasCommandOutput) => void): void;
|
|
1247
853
|
describeRoleAlias(args: DescribeRoleAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRoleAliasCommandOutput) => void): void;
|
|
1248
854
|
/**
|
|
1249
|
-
* @
|
|
1250
|
-
* <p>Gets information about a scheduled audit.</p>
|
|
1251
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeScheduledAudit</a> action.</p>
|
|
855
|
+
* @see {@link DescribeScheduledAuditCommand}
|
|
1252
856
|
*/
|
|
1253
857
|
describeScheduledAudit(args: DescribeScheduledAuditCommandInput, options?: __HttpHandlerOptions): Promise<DescribeScheduledAuditCommandOutput>;
|
|
1254
858
|
describeScheduledAudit(args: DescribeScheduledAuditCommandInput, cb: (err: any, data?: DescribeScheduledAuditCommandOutput) => void): void;
|
|
1255
859
|
describeScheduledAudit(args: DescribeScheduledAuditCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScheduledAuditCommandOutput) => void): void;
|
|
1256
860
|
/**
|
|
1257
|
-
* @
|
|
1258
|
-
* <p>Gets information about a Device Defender security profile.</p>
|
|
1259
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeSecurityProfile</a> action.</p>
|
|
861
|
+
* @see {@link DescribeSecurityProfileCommand}
|
|
1260
862
|
*/
|
|
1261
863
|
describeSecurityProfile(args: DescribeSecurityProfileCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSecurityProfileCommandOutput>;
|
|
1262
864
|
describeSecurityProfile(args: DescribeSecurityProfileCommandInput, cb: (err: any, data?: DescribeSecurityProfileCommandOutput) => void): void;
|
|
1263
865
|
describeSecurityProfile(args: DescribeSecurityProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSecurityProfileCommandOutput) => void): void;
|
|
1264
866
|
/**
|
|
1265
|
-
* @
|
|
1266
|
-
* <p>Gets information about a stream.</p>
|
|
1267
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeStream</a> action.</p>
|
|
867
|
+
* @see {@link DescribeStreamCommand}
|
|
1268
868
|
*/
|
|
1269
869
|
describeStream(args: DescribeStreamCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStreamCommandOutput>;
|
|
1270
870
|
describeStream(args: DescribeStreamCommandInput, cb: (err: any, data?: DescribeStreamCommandOutput) => void): void;
|
|
1271
871
|
describeStream(args: DescribeStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStreamCommandOutput) => void): void;
|
|
1272
872
|
/**
|
|
1273
|
-
* @
|
|
1274
|
-
* <p>Gets information about the specified thing.</p>
|
|
1275
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeThing</a> action.</p>
|
|
873
|
+
* @see {@link DescribeThingCommand}
|
|
1276
874
|
*/
|
|
1277
875
|
describeThing(args: DescribeThingCommandInput, options?: __HttpHandlerOptions): Promise<DescribeThingCommandOutput>;
|
|
1278
876
|
describeThing(args: DescribeThingCommandInput, cb: (err: any, data?: DescribeThingCommandOutput) => void): void;
|
|
1279
877
|
describeThing(args: DescribeThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeThingCommandOutput) => void): void;
|
|
1280
878
|
/**
|
|
1281
|
-
* @
|
|
1282
|
-
* <p>Describe a thing group.</p>
|
|
1283
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeThingGroup</a> action.</p>
|
|
879
|
+
* @see {@link DescribeThingGroupCommand}
|
|
1284
880
|
*/
|
|
1285
881
|
describeThingGroup(args: DescribeThingGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeThingGroupCommandOutput>;
|
|
1286
882
|
describeThingGroup(args: DescribeThingGroupCommandInput, cb: (err: any, data?: DescribeThingGroupCommandOutput) => void): void;
|
|
1287
883
|
describeThingGroup(args: DescribeThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeThingGroupCommandOutput) => void): void;
|
|
1288
884
|
/**
|
|
1289
|
-
* @
|
|
1290
|
-
* <p>Describes a bulk thing provisioning task.</p>
|
|
1291
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeThingRegistrationTask</a> action.</p>
|
|
885
|
+
* @see {@link DescribeThingRegistrationTaskCommand}
|
|
1292
886
|
*/
|
|
1293
887
|
describeThingRegistrationTask(args: DescribeThingRegistrationTaskCommandInput, options?: __HttpHandlerOptions): Promise<DescribeThingRegistrationTaskCommandOutput>;
|
|
1294
888
|
describeThingRegistrationTask(args: DescribeThingRegistrationTaskCommandInput, cb: (err: any, data?: DescribeThingRegistrationTaskCommandOutput) => void): void;
|
|
1295
889
|
describeThingRegistrationTask(args: DescribeThingRegistrationTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeThingRegistrationTaskCommandOutput) => void): void;
|
|
1296
890
|
/**
|
|
1297
|
-
* @
|
|
1298
|
-
* <p>Gets information about the specified thing type.</p>
|
|
1299
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeThingType</a> action.</p>
|
|
891
|
+
* @see {@link DescribeThingTypeCommand}
|
|
1300
892
|
*/
|
|
1301
893
|
describeThingType(args: DescribeThingTypeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeThingTypeCommandOutput>;
|
|
1302
894
|
describeThingType(args: DescribeThingTypeCommandInput, cb: (err: any, data?: DescribeThingTypeCommandOutput) => void): void;
|
|
1303
895
|
describeThingType(args: DescribeThingTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeThingTypeCommandOutput) => void): void;
|
|
1304
896
|
/**
|
|
1305
|
-
* @
|
|
1306
|
-
* <p>Detaches a policy from the specified target.</p>
|
|
1307
|
-
* <note>
|
|
1308
|
-
* <p>Because of the distributed nature of Amazon Web Services, it can take up to five minutes after
|
|
1309
|
-
* a policy is detached before it's ready to be deleted.</p>
|
|
1310
|
-
* </note>
|
|
1311
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DetachPolicy</a> action.</p>
|
|
897
|
+
* @see {@link DetachPolicyCommand}
|
|
1312
898
|
*/
|
|
1313
899
|
detachPolicy(args: DetachPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DetachPolicyCommandOutput>;
|
|
1314
900
|
detachPolicy(args: DetachPolicyCommandInput, cb: (err: any, data?: DetachPolicyCommandOutput) => void): void;
|
|
1315
901
|
detachPolicy(args: DetachPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachPolicyCommandOutput) => void): void;
|
|
1316
902
|
/**
|
|
1317
|
-
* @
|
|
1318
|
-
* @deprecated
|
|
1319
|
-
*
|
|
1320
|
-
* <p>Removes the specified policy from the specified certificate.</p>
|
|
1321
|
-
* <p>
|
|
1322
|
-
* <b>Note:</b> This action is deprecated and works as
|
|
1323
|
-
* expected for backward compatibility, but we won't add enhancements. Use <a>DetachPolicy</a> instead.</p>
|
|
1324
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DetachPrincipalPolicy</a> action.</p>
|
|
903
|
+
* @see {@link DetachPrincipalPolicyCommand}
|
|
1325
904
|
*/
|
|
1326
905
|
detachPrincipalPolicy(args: DetachPrincipalPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DetachPrincipalPolicyCommandOutput>;
|
|
1327
906
|
detachPrincipalPolicy(args: DetachPrincipalPolicyCommandInput, cb: (err: any, data?: DetachPrincipalPolicyCommandOutput) => void): void;
|
|
1328
907
|
detachPrincipalPolicy(args: DetachPrincipalPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachPrincipalPolicyCommandOutput) => void): void;
|
|
1329
908
|
/**
|
|
1330
|
-
* @
|
|
1331
|
-
* <p>Disassociates a Device Defender security profile from a thing group or from this account.</p>
|
|
1332
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DetachSecurityProfile</a> action.</p>
|
|
909
|
+
* @see {@link DetachSecurityProfileCommand}
|
|
1333
910
|
*/
|
|
1334
911
|
detachSecurityProfile(args: DetachSecurityProfileCommandInput, options?: __HttpHandlerOptions): Promise<DetachSecurityProfileCommandOutput>;
|
|
1335
912
|
detachSecurityProfile(args: DetachSecurityProfileCommandInput, cb: (err: any, data?: DetachSecurityProfileCommandOutput) => void): void;
|
|
1336
913
|
detachSecurityProfile(args: DetachSecurityProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachSecurityProfileCommandOutput) => void): void;
|
|
1337
914
|
/**
|
|
1338
|
-
* @
|
|
1339
|
-
* <p>Detaches the specified principal from the specified thing. A principal can be X.509
|
|
1340
|
-
* certificates, IAM users, groups, and roles, Amazon Cognito identities or federated
|
|
1341
|
-
* identities.</p>
|
|
1342
|
-
* <note>
|
|
1343
|
-
* <p>This call is asynchronous. It might take several seconds for the detachment to
|
|
1344
|
-
* propagate.</p>
|
|
1345
|
-
* </note>
|
|
1346
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DetachThingPrincipal</a> action.</p>
|
|
915
|
+
* @see {@link DetachThingPrincipalCommand}
|
|
1347
916
|
*/
|
|
1348
917
|
detachThingPrincipal(args: DetachThingPrincipalCommandInput, options?: __HttpHandlerOptions): Promise<DetachThingPrincipalCommandOutput>;
|
|
1349
918
|
detachThingPrincipal(args: DetachThingPrincipalCommandInput, cb: (err: any, data?: DetachThingPrincipalCommandOutput) => void): void;
|
|
1350
919
|
detachThingPrincipal(args: DetachThingPrincipalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachThingPrincipalCommandOutput) => void): void;
|
|
1351
920
|
/**
|
|
1352
|
-
* @
|
|
1353
|
-
* <p>Disables the rule.</p>
|
|
1354
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DisableTopicRule</a> action.</p>
|
|
921
|
+
* @see {@link DisableTopicRuleCommand}
|
|
1355
922
|
*/
|
|
1356
923
|
disableTopicRule(args: DisableTopicRuleCommandInput, options?: __HttpHandlerOptions): Promise<DisableTopicRuleCommandOutput>;
|
|
1357
924
|
disableTopicRule(args: DisableTopicRuleCommandInput, cb: (err: any, data?: DisableTopicRuleCommandOutput) => void): void;
|
|
1358
925
|
disableTopicRule(args: DisableTopicRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableTopicRuleCommandOutput) => void): void;
|
|
1359
926
|
/**
|
|
1360
|
-
* @
|
|
1361
|
-
* <p>Enables the rule.</p>
|
|
1362
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">EnableTopicRule</a> action.</p>
|
|
927
|
+
* @see {@link EnableTopicRuleCommand}
|
|
1363
928
|
*/
|
|
1364
929
|
enableTopicRule(args: EnableTopicRuleCommandInput, options?: __HttpHandlerOptions): Promise<EnableTopicRuleCommandOutput>;
|
|
1365
930
|
enableTopicRule(args: EnableTopicRuleCommandInput, cb: (err: any, data?: EnableTopicRuleCommandOutput) => void): void;
|
|
1366
931
|
enableTopicRule(args: EnableTopicRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableTopicRuleCommandOutput) => void): void;
|
|
1367
932
|
/**
|
|
1368
|
-
* @
|
|
1369
|
-
* <p>
|
|
1370
|
-
* Returns a Device Defender's ML Detect Security Profile training model's status.
|
|
1371
|
-
* </p>
|
|
1372
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetBehaviorModelTrainingSummaries</a> action.</p>
|
|
933
|
+
* @see {@link GetBehaviorModelTrainingSummariesCommand}
|
|
1373
934
|
*/
|
|
1374
935
|
getBehaviorModelTrainingSummaries(args: GetBehaviorModelTrainingSummariesCommandInput, options?: __HttpHandlerOptions): Promise<GetBehaviorModelTrainingSummariesCommandOutput>;
|
|
1375
936
|
getBehaviorModelTrainingSummaries(args: GetBehaviorModelTrainingSummariesCommandInput, cb: (err: any, data?: GetBehaviorModelTrainingSummariesCommandOutput) => void): void;
|
|
1376
937
|
getBehaviorModelTrainingSummaries(args: GetBehaviorModelTrainingSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBehaviorModelTrainingSummariesCommandOutput) => void): void;
|
|
1377
938
|
/**
|
|
1378
|
-
* @
|
|
1379
|
-
* <p>Aggregates on indexed data with search queries pertaining to particular fields. </p>
|
|
1380
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetBucketsAggregation</a> action.</p>
|
|
939
|
+
* @see {@link GetBucketsAggregationCommand}
|
|
1381
940
|
*/
|
|
1382
941
|
getBucketsAggregation(args: GetBucketsAggregationCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketsAggregationCommandOutput>;
|
|
1383
942
|
getBucketsAggregation(args: GetBucketsAggregationCommandInput, cb: (err: any, data?: GetBucketsAggregationCommandOutput) => void): void;
|
|
1384
943
|
getBucketsAggregation(args: GetBucketsAggregationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketsAggregationCommandOutput) => void): void;
|
|
1385
944
|
/**
|
|
1386
|
-
* @
|
|
1387
|
-
* <p>Returns the approximate count of unique values that match the query.</p>
|
|
1388
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetCardinality</a> action.</p>
|
|
945
|
+
* @see {@link GetCardinalityCommand}
|
|
1389
946
|
*/
|
|
1390
947
|
getCardinality(args: GetCardinalityCommandInput, options?: __HttpHandlerOptions): Promise<GetCardinalityCommandOutput>;
|
|
1391
948
|
getCardinality(args: GetCardinalityCommandInput, cb: (err: any, data?: GetCardinalityCommandOutput) => void): void;
|
|
1392
949
|
getCardinality(args: GetCardinalityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCardinalityCommandOutput) => void): void;
|
|
1393
950
|
/**
|
|
1394
|
-
* @
|
|
1395
|
-
* <p>Gets a list of the policies that have an effect on the authorization behavior of the
|
|
1396
|
-
* specified device when it connects to the IoT device gateway.</p>
|
|
1397
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetEffectivePolicies</a> action.</p>
|
|
951
|
+
* @see {@link GetEffectivePoliciesCommand}
|
|
1398
952
|
*/
|
|
1399
953
|
getEffectivePolicies(args: GetEffectivePoliciesCommandInput, options?: __HttpHandlerOptions): Promise<GetEffectivePoliciesCommandOutput>;
|
|
1400
954
|
getEffectivePolicies(args: GetEffectivePoliciesCommandInput, cb: (err: any, data?: GetEffectivePoliciesCommandOutput) => void): void;
|
|
1401
955
|
getEffectivePolicies(args: GetEffectivePoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEffectivePoliciesCommandOutput) => void): void;
|
|
1402
956
|
/**
|
|
1403
|
-
* @
|
|
1404
|
-
* <p>Gets the indexing configuration.</p>
|
|
1405
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetIndexingConfiguration</a> action.</p>
|
|
957
|
+
* @see {@link GetIndexingConfigurationCommand}
|
|
1406
958
|
*/
|
|
1407
959
|
getIndexingConfiguration(args: GetIndexingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetIndexingConfigurationCommandOutput>;
|
|
1408
960
|
getIndexingConfiguration(args: GetIndexingConfigurationCommandInput, cb: (err: any, data?: GetIndexingConfigurationCommandOutput) => void): void;
|
|
1409
961
|
getIndexingConfiguration(args: GetIndexingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIndexingConfigurationCommandOutput) => void): void;
|
|
1410
962
|
/**
|
|
1411
|
-
* @
|
|
1412
|
-
* <p>Gets a job document.</p>
|
|
1413
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetJobDocument</a> action.</p>
|
|
963
|
+
* @see {@link GetJobDocumentCommand}
|
|
1414
964
|
*/
|
|
1415
965
|
getJobDocument(args: GetJobDocumentCommandInput, options?: __HttpHandlerOptions): Promise<GetJobDocumentCommandOutput>;
|
|
1416
966
|
getJobDocument(args: GetJobDocumentCommandInput, cb: (err: any, data?: GetJobDocumentCommandOutput) => void): void;
|
|
1417
967
|
getJobDocument(args: GetJobDocumentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobDocumentCommandOutput) => void): void;
|
|
1418
968
|
/**
|
|
1419
|
-
* @
|
|
1420
|
-
* <p>Gets the logging options.</p>
|
|
1421
|
-
* <p>NOTE: use of this command is not recommended. Use <code>GetV2LoggingOptions</code>
|
|
1422
|
-
* instead.</p>
|
|
1423
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetLoggingOptions</a> action.</p>
|
|
969
|
+
* @see {@link GetLoggingOptionsCommand}
|
|
1424
970
|
*/
|
|
1425
971
|
getLoggingOptions(args: GetLoggingOptionsCommandInput, options?: __HttpHandlerOptions): Promise<GetLoggingOptionsCommandOutput>;
|
|
1426
972
|
getLoggingOptions(args: GetLoggingOptionsCommandInput, cb: (err: any, data?: GetLoggingOptionsCommandOutput) => void): void;
|
|
1427
973
|
getLoggingOptions(args: GetLoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLoggingOptionsCommandOutput) => void): void;
|
|
1428
974
|
/**
|
|
1429
|
-
* @
|
|
1430
|
-
* <p>Gets an OTA update.</p>
|
|
1431
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetOTAUpdate</a> action.</p>
|
|
975
|
+
* @see {@link GetOTAUpdateCommand}
|
|
1432
976
|
*/
|
|
1433
977
|
getOTAUpdate(args: GetOTAUpdateCommandInput, options?: __HttpHandlerOptions): Promise<GetOTAUpdateCommandOutput>;
|
|
1434
978
|
getOTAUpdate(args: GetOTAUpdateCommandInput, cb: (err: any, data?: GetOTAUpdateCommandOutput) => void): void;
|
|
1435
979
|
getOTAUpdate(args: GetOTAUpdateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOTAUpdateCommandOutput) => void): void;
|
|
1436
980
|
/**
|
|
1437
|
-
* @
|
|
1438
|
-
* <p>Groups the aggregated values that match the query into percentile groupings. The default
|
|
1439
|
-
* percentile groupings are: 1,5,25,50,75,95,99, although you can specify your own
|
|
1440
|
-
* when you call <code>GetPercentiles</code>. This function returns a value for each
|
|
1441
|
-
* percentile group specified (or the default percentile groupings). The percentile group
|
|
1442
|
-
* "1" contains the aggregated field value that occurs in approximately one percent of the
|
|
1443
|
-
* values that match the query. The percentile group "5" contains the aggregated field value
|
|
1444
|
-
* that occurs in approximately five percent of the values that match the query, and so on.
|
|
1445
|
-
* The result is an approximation, the more values that match the query, the more accurate
|
|
1446
|
-
* the percentile values.</p>
|
|
1447
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetPercentiles</a> action.</p>
|
|
981
|
+
* @see {@link GetPercentilesCommand}
|
|
1448
982
|
*/
|
|
1449
983
|
getPercentiles(args: GetPercentilesCommandInput, options?: __HttpHandlerOptions): Promise<GetPercentilesCommandOutput>;
|
|
1450
984
|
getPercentiles(args: GetPercentilesCommandInput, cb: (err: any, data?: GetPercentilesCommandOutput) => void): void;
|
|
1451
985
|
getPercentiles(args: GetPercentilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPercentilesCommandOutput) => void): void;
|
|
1452
986
|
/**
|
|
1453
|
-
* @
|
|
1454
|
-
* <p>Gets information about the specified policy with the policy document of the default
|
|
1455
|
-
* version.</p>
|
|
1456
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetPolicy</a> action.</p>
|
|
987
|
+
* @see {@link GetPolicyCommand}
|
|
1457
988
|
*/
|
|
1458
989
|
getPolicy(args: GetPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetPolicyCommandOutput>;
|
|
1459
990
|
getPolicy(args: GetPolicyCommandInput, cb: (err: any, data?: GetPolicyCommandOutput) => void): void;
|
|
1460
991
|
getPolicy(args: GetPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPolicyCommandOutput) => void): void;
|
|
1461
992
|
/**
|
|
1462
|
-
* @
|
|
1463
|
-
* <p>Gets information about the specified policy version.</p>
|
|
1464
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetPolicyVersion</a> action.</p>
|
|
993
|
+
* @see {@link GetPolicyVersionCommand}
|
|
1465
994
|
*/
|
|
1466
995
|
getPolicyVersion(args: GetPolicyVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetPolicyVersionCommandOutput>;
|
|
1467
996
|
getPolicyVersion(args: GetPolicyVersionCommandInput, cb: (err: any, data?: GetPolicyVersionCommandOutput) => void): void;
|
|
1468
997
|
getPolicyVersion(args: GetPolicyVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPolicyVersionCommandOutput) => void): void;
|
|
1469
998
|
/**
|
|
1470
|
-
* @
|
|
1471
|
-
* <p>Gets a registration code used to register a CA certificate with IoT.</p>
|
|
1472
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetRegistrationCode</a> action.</p>
|
|
999
|
+
* @see {@link GetRegistrationCodeCommand}
|
|
1473
1000
|
*/
|
|
1474
1001
|
getRegistrationCode(args: GetRegistrationCodeCommandInput, options?: __HttpHandlerOptions): Promise<GetRegistrationCodeCommandOutput>;
|
|
1475
1002
|
getRegistrationCode(args: GetRegistrationCodeCommandInput, cb: (err: any, data?: GetRegistrationCodeCommandOutput) => void): void;
|
|
1476
1003
|
getRegistrationCode(args: GetRegistrationCodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRegistrationCodeCommandOutput) => void): void;
|
|
1477
1004
|
/**
|
|
1478
|
-
* @
|
|
1479
|
-
* <p>Returns the count, average, sum, minimum, maximum, sum of squares, variance,
|
|
1480
|
-
* and standard deviation for the specified aggregated field. If the aggregation field is of type
|
|
1481
|
-
* <code>String</code>, only the count statistic is returned.</p>
|
|
1482
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetStatistics</a> action.</p>
|
|
1005
|
+
* @see {@link GetStatisticsCommand}
|
|
1483
1006
|
*/
|
|
1484
1007
|
getStatistics(args: GetStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetStatisticsCommandOutput>;
|
|
1485
1008
|
getStatistics(args: GetStatisticsCommandInput, cb: (err: any, data?: GetStatisticsCommandOutput) => void): void;
|
|
1486
1009
|
getStatistics(args: GetStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStatisticsCommandOutput) => void): void;
|
|
1487
1010
|
/**
|
|
1488
|
-
* @
|
|
1489
|
-
* <p>Gets information about the rule.</p>
|
|
1490
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetTopicRule</a> action.</p>
|
|
1011
|
+
* @see {@link GetTopicRuleCommand}
|
|
1491
1012
|
*/
|
|
1492
1013
|
getTopicRule(args: GetTopicRuleCommandInput, options?: __HttpHandlerOptions): Promise<GetTopicRuleCommandOutput>;
|
|
1493
1014
|
getTopicRule(args: GetTopicRuleCommandInput, cb: (err: any, data?: GetTopicRuleCommandOutput) => void): void;
|
|
1494
1015
|
getTopicRule(args: GetTopicRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTopicRuleCommandOutput) => void): void;
|
|
1495
1016
|
/**
|
|
1496
|
-
* @
|
|
1497
|
-
* <p>Gets information about a topic rule destination.</p>
|
|
1498
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetTopicRuleDestination</a> action.</p>
|
|
1017
|
+
* @see {@link GetTopicRuleDestinationCommand}
|
|
1499
1018
|
*/
|
|
1500
1019
|
getTopicRuleDestination(args: GetTopicRuleDestinationCommandInput, options?: __HttpHandlerOptions): Promise<GetTopicRuleDestinationCommandOutput>;
|
|
1501
1020
|
getTopicRuleDestination(args: GetTopicRuleDestinationCommandInput, cb: (err: any, data?: GetTopicRuleDestinationCommandOutput) => void): void;
|
|
1502
1021
|
getTopicRuleDestination(args: GetTopicRuleDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTopicRuleDestinationCommandOutput) => void): void;
|
|
1503
1022
|
/**
|
|
1504
|
-
* @
|
|
1505
|
-
* <p>Gets the fine grained logging options.</p>
|
|
1506
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetV2LoggingOptions</a> action.</p>
|
|
1023
|
+
* @see {@link GetV2LoggingOptionsCommand}
|
|
1507
1024
|
*/
|
|
1508
1025
|
getV2LoggingOptions(args: GetV2LoggingOptionsCommandInput, options?: __HttpHandlerOptions): Promise<GetV2LoggingOptionsCommandOutput>;
|
|
1509
1026
|
getV2LoggingOptions(args: GetV2LoggingOptionsCommandInput, cb: (err: any, data?: GetV2LoggingOptionsCommandOutput) => void): void;
|
|
1510
1027
|
getV2LoggingOptions(args: GetV2LoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetV2LoggingOptionsCommandOutput) => void): void;
|
|
1511
1028
|
/**
|
|
1512
|
-
* @
|
|
1513
|
-
* <p>Lists the active violations for a given Device Defender security profile.</p>
|
|
1514
|
-
* <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>
|
|
1029
|
+
* @see {@link ListActiveViolationsCommand}
|
|
1515
1030
|
*/
|
|
1516
1031
|
listActiveViolations(args: ListActiveViolationsCommandInput, options?: __HttpHandlerOptions): Promise<ListActiveViolationsCommandOutput>;
|
|
1517
1032
|
listActiveViolations(args: ListActiveViolationsCommandInput, cb: (err: any, data?: ListActiveViolationsCommandOutput) => void): void;
|
|
1518
1033
|
listActiveViolations(args: ListActiveViolationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListActiveViolationsCommandOutput) => void): void;
|
|
1519
1034
|
/**
|
|
1520
|
-
* @
|
|
1521
|
-
* <p>Lists the policies attached to the specified thing group.</p>
|
|
1522
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListAttachedPolicies</a> action.</p>
|
|
1035
|
+
* @see {@link ListAttachedPoliciesCommand}
|
|
1523
1036
|
*/
|
|
1524
1037
|
listAttachedPolicies(args: ListAttachedPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListAttachedPoliciesCommandOutput>;
|
|
1525
1038
|
listAttachedPolicies(args: ListAttachedPoliciesCommandInput, cb: (err: any, data?: ListAttachedPoliciesCommandOutput) => void): void;
|
|
1526
1039
|
listAttachedPolicies(args: ListAttachedPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAttachedPoliciesCommandOutput) => void): void;
|
|
1527
1040
|
/**
|
|
1528
|
-
* @
|
|
1529
|
-
* <p>Lists the findings (results) of a Device Defender audit or of the audits
|
|
1530
|
-
* performed during a specified time period. (Findings are retained for 90 days.)</p>
|
|
1531
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListAuditFindings</a> action.</p>
|
|
1041
|
+
* @see {@link ListAuditFindingsCommand}
|
|
1532
1042
|
*/
|
|
1533
1043
|
listAuditFindings(args: ListAuditFindingsCommandInput, options?: __HttpHandlerOptions): Promise<ListAuditFindingsCommandOutput>;
|
|
1534
1044
|
listAuditFindings(args: ListAuditFindingsCommandInput, cb: (err: any, data?: ListAuditFindingsCommandOutput) => void): void;
|
|
1535
1045
|
listAuditFindings(args: ListAuditFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAuditFindingsCommandOutput) => void): void;
|
|
1536
1046
|
/**
|
|
1537
|
-
* @
|
|
1538
|
-
* <p>Gets the status of audit mitigation action tasks that were
|
|
1539
|
-
* executed.</p>
|
|
1540
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListAuditMitigationActionsExecutions</a> action.</p>
|
|
1047
|
+
* @see {@link ListAuditMitigationActionsExecutionsCommand}
|
|
1541
1048
|
*/
|
|
1542
1049
|
listAuditMitigationActionsExecutions(args: ListAuditMitigationActionsExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListAuditMitigationActionsExecutionsCommandOutput>;
|
|
1543
1050
|
listAuditMitigationActionsExecutions(args: ListAuditMitigationActionsExecutionsCommandInput, cb: (err: any, data?: ListAuditMitigationActionsExecutionsCommandOutput) => void): void;
|
|
1544
1051
|
listAuditMitigationActionsExecutions(args: ListAuditMitigationActionsExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAuditMitigationActionsExecutionsCommandOutput) => void): void;
|
|
1545
1052
|
/**
|
|
1546
|
-
* @
|
|
1547
|
-
* <p>Gets a list of audit mitigation action tasks that match the specified filters.</p>
|
|
1548
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListAuditMitigationActionsTasks</a> action.</p>
|
|
1053
|
+
* @see {@link ListAuditMitigationActionsTasksCommand}
|
|
1549
1054
|
*/
|
|
1550
1055
|
listAuditMitigationActionsTasks(args: ListAuditMitigationActionsTasksCommandInput, options?: __HttpHandlerOptions): Promise<ListAuditMitigationActionsTasksCommandOutput>;
|
|
1551
1056
|
listAuditMitigationActionsTasks(args: ListAuditMitigationActionsTasksCommandInput, cb: (err: any, data?: ListAuditMitigationActionsTasksCommandOutput) => void): void;
|
|
1552
1057
|
listAuditMitigationActionsTasks(args: ListAuditMitigationActionsTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAuditMitigationActionsTasksCommandOutput) => void): void;
|
|
1553
1058
|
/**
|
|
1554
|
-
* @
|
|
1555
|
-
* <p>
|
|
1556
|
-
* Lists your Device Defender audit listings.
|
|
1557
|
-
* </p>
|
|
1558
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListAuditSuppressions</a> action.</p>
|
|
1059
|
+
* @see {@link ListAuditSuppressionsCommand}
|
|
1559
1060
|
*/
|
|
1560
1061
|
listAuditSuppressions(args: ListAuditSuppressionsCommandInput, options?: __HttpHandlerOptions): Promise<ListAuditSuppressionsCommandOutput>;
|
|
1561
1062
|
listAuditSuppressions(args: ListAuditSuppressionsCommandInput, cb: (err: any, data?: ListAuditSuppressionsCommandOutput) => void): void;
|
|
1562
1063
|
listAuditSuppressions(args: ListAuditSuppressionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAuditSuppressionsCommandOutput) => void): void;
|
|
1563
1064
|
/**
|
|
1564
|
-
* @
|
|
1565
|
-
* <p>Lists the Device Defender audits that have been performed during a given
|
|
1566
|
-
* time period.</p>
|
|
1567
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListAuditTasks</a> action.</p>
|
|
1065
|
+
* @see {@link ListAuditTasksCommand}
|
|
1568
1066
|
*/
|
|
1569
1067
|
listAuditTasks(args: ListAuditTasksCommandInput, options?: __HttpHandlerOptions): Promise<ListAuditTasksCommandOutput>;
|
|
1570
1068
|
listAuditTasks(args: ListAuditTasksCommandInput, cb: (err: any, data?: ListAuditTasksCommandOutput) => void): void;
|
|
1571
1069
|
listAuditTasks(args: ListAuditTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAuditTasksCommandOutput) => void): void;
|
|
1572
1070
|
/**
|
|
1573
|
-
* @
|
|
1574
|
-
* <p>Lists the authorizers registered in your account.</p>
|
|
1575
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListAuthorizers</a> action.</p>
|
|
1071
|
+
* @see {@link ListAuthorizersCommand}
|
|
1576
1072
|
*/
|
|
1577
1073
|
listAuthorizers(args: ListAuthorizersCommandInput, options?: __HttpHandlerOptions): Promise<ListAuthorizersCommandOutput>;
|
|
1578
1074
|
listAuthorizers(args: ListAuthorizersCommandInput, cb: (err: any, data?: ListAuthorizersCommandOutput) => void): void;
|
|
1579
1075
|
listAuthorizers(args: ListAuthorizersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAuthorizersCommandOutput) => void): void;
|
|
1580
1076
|
/**
|
|
1581
|
-
* @
|
|
1582
|
-
* <p>Lists the billing groups you have created.</p>
|
|
1583
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListBillingGroups</a> action.</p>
|
|
1077
|
+
* @see {@link ListBillingGroupsCommand}
|
|
1584
1078
|
*/
|
|
1585
1079
|
listBillingGroups(args: ListBillingGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListBillingGroupsCommandOutput>;
|
|
1586
1080
|
listBillingGroups(args: ListBillingGroupsCommandInput, cb: (err: any, data?: ListBillingGroupsCommandOutput) => void): void;
|
|
1587
1081
|
listBillingGroups(args: ListBillingGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBillingGroupsCommandOutput) => void): void;
|
|
1588
1082
|
/**
|
|
1589
|
-
* @
|
|
1590
|
-
* <p>Lists the CA certificates registered for your Amazon Web Services account.</p>
|
|
1591
|
-
* <p>The results are paginated with a default page size of 25. You can use the returned
|
|
1592
|
-
* marker to retrieve additional results.</p>
|
|
1593
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListCACertificates</a> action.</p>
|
|
1083
|
+
* @see {@link ListCACertificatesCommand}
|
|
1594
1084
|
*/
|
|
1595
1085
|
listCACertificates(args: ListCACertificatesCommandInput, options?: __HttpHandlerOptions): Promise<ListCACertificatesCommandOutput>;
|
|
1596
1086
|
listCACertificates(args: ListCACertificatesCommandInput, cb: (err: any, data?: ListCACertificatesCommandOutput) => void): void;
|
|
1597
1087
|
listCACertificates(args: ListCACertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCACertificatesCommandOutput) => void): void;
|
|
1598
1088
|
/**
|
|
1599
|
-
* @
|
|
1600
|
-
* <p>Lists the certificates registered in your Amazon Web Services account.</p>
|
|
1601
|
-
* <p>The results are paginated with a default page size of 25. You can use the returned
|
|
1602
|
-
* marker to retrieve additional results.</p>
|
|
1603
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListCertificates</a> action.</p>
|
|
1089
|
+
* @see {@link ListCertificatesCommand}
|
|
1604
1090
|
*/
|
|
1605
1091
|
listCertificates(args: ListCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<ListCertificatesCommandOutput>;
|
|
1606
1092
|
listCertificates(args: ListCertificatesCommandInput, cb: (err: any, data?: ListCertificatesCommandOutput) => void): void;
|
|
1607
1093
|
listCertificates(args: ListCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCertificatesCommandOutput) => void): void;
|
|
1608
1094
|
/**
|
|
1609
|
-
* @
|
|
1610
|
-
* <p>List the device certificates signed by the specified CA certificate.</p>
|
|
1611
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListCertificatesByCA</a> action.</p>
|
|
1095
|
+
* @see {@link ListCertificatesByCACommand}
|
|
1612
1096
|
*/
|
|
1613
1097
|
listCertificatesByCA(args: ListCertificatesByCACommandInput, options?: __HttpHandlerOptions): Promise<ListCertificatesByCACommandOutput>;
|
|
1614
1098
|
listCertificatesByCA(args: ListCertificatesByCACommandInput, cb: (err: any, data?: ListCertificatesByCACommandOutput) => void): void;
|
|
1615
1099
|
listCertificatesByCA(args: ListCertificatesByCACommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCertificatesByCACommandOutput) => void): void;
|
|
1616
1100
|
/**
|
|
1617
|
-
* @
|
|
1618
|
-
* <p>
|
|
1619
|
-
* Lists your Device Defender detect custom metrics.
|
|
1620
|
-
* </p>
|
|
1621
|
-
* <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>
|
|
1101
|
+
* @see {@link ListCustomMetricsCommand}
|
|
1622
1102
|
*/
|
|
1623
1103
|
listCustomMetrics(args: ListCustomMetricsCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomMetricsCommandOutput>;
|
|
1624
1104
|
listCustomMetrics(args: ListCustomMetricsCommandInput, cb: (err: any, data?: ListCustomMetricsCommandOutput) => void): void;
|
|
1625
1105
|
listCustomMetrics(args: ListCustomMetricsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomMetricsCommandOutput) => void): void;
|
|
1626
1106
|
/**
|
|
1627
|
-
* @
|
|
1628
|
-
* <p>
|
|
1629
|
-
* Lists mitigation actions executions for a Device Defender ML Detect Security Profile.
|
|
1630
|
-
* </p>
|
|
1631
|
-
* <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>
|
|
1107
|
+
* @see {@link ListDetectMitigationActionsExecutionsCommand}
|
|
1632
1108
|
*/
|
|
1633
1109
|
listDetectMitigationActionsExecutions(args: ListDetectMitigationActionsExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListDetectMitigationActionsExecutionsCommandOutput>;
|
|
1634
1110
|
listDetectMitigationActionsExecutions(args: ListDetectMitigationActionsExecutionsCommandInput, cb: (err: any, data?: ListDetectMitigationActionsExecutionsCommandOutput) => void): void;
|
|
1635
1111
|
listDetectMitigationActionsExecutions(args: ListDetectMitigationActionsExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDetectMitigationActionsExecutionsCommandOutput) => void): void;
|
|
1636
1112
|
/**
|
|
1637
|
-
* @
|
|
1638
|
-
* <p>
|
|
1639
|
-
* List of Device Defender ML Detect mitigation actions tasks.
|
|
1640
|
-
* </p>
|
|
1641
|
-
* <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>
|
|
1113
|
+
* @see {@link ListDetectMitigationActionsTasksCommand}
|
|
1642
1114
|
*/
|
|
1643
1115
|
listDetectMitigationActionsTasks(args: ListDetectMitigationActionsTasksCommandInput, options?: __HttpHandlerOptions): Promise<ListDetectMitigationActionsTasksCommandOutput>;
|
|
1644
1116
|
listDetectMitigationActionsTasks(args: ListDetectMitigationActionsTasksCommandInput, cb: (err: any, data?: ListDetectMitigationActionsTasksCommandOutput) => void): void;
|
|
1645
1117
|
listDetectMitigationActionsTasks(args: ListDetectMitigationActionsTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDetectMitigationActionsTasksCommandOutput) => void): void;
|
|
1646
1118
|
/**
|
|
1647
|
-
* @
|
|
1648
|
-
* <p>List the set of dimensions that are defined for your Amazon Web Services accounts.</p>
|
|
1649
|
-
* <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>
|
|
1119
|
+
* @see {@link ListDimensionsCommand}
|
|
1650
1120
|
*/
|
|
1651
1121
|
listDimensions(args: ListDimensionsCommandInput, options?: __HttpHandlerOptions): Promise<ListDimensionsCommandOutput>;
|
|
1652
1122
|
listDimensions(args: ListDimensionsCommandInput, cb: (err: any, data?: ListDimensionsCommandOutput) => void): void;
|
|
1653
1123
|
listDimensions(args: ListDimensionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDimensionsCommandOutput) => void): void;
|
|
1654
1124
|
/**
|
|
1655
|
-
* @
|
|
1656
|
-
* <p>Gets a list of domain configurations for the user. This list is sorted
|
|
1657
|
-
* alphabetically by domain configuration name.</p>
|
|
1658
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListDomainConfigurations</a> action.</p>
|
|
1125
|
+
* @see {@link ListDomainConfigurationsCommand}
|
|
1659
1126
|
*/
|
|
1660
1127
|
listDomainConfigurations(args: ListDomainConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListDomainConfigurationsCommandOutput>;
|
|
1661
1128
|
listDomainConfigurations(args: ListDomainConfigurationsCommandInput, cb: (err: any, data?: ListDomainConfigurationsCommandOutput) => void): void;
|
|
1662
1129
|
listDomainConfigurations(args: ListDomainConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDomainConfigurationsCommandOutput) => void): void;
|
|
1663
1130
|
/**
|
|
1664
|
-
* @
|
|
1665
|
-
* <p>Lists all your fleet metrics. </p>
|
|
1666
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListFleetMetrics</a> action.</p>
|
|
1131
|
+
* @see {@link ListFleetMetricsCommand}
|
|
1667
1132
|
*/
|
|
1668
1133
|
listFleetMetrics(args: ListFleetMetricsCommandInput, options?: __HttpHandlerOptions): Promise<ListFleetMetricsCommandOutput>;
|
|
1669
1134
|
listFleetMetrics(args: ListFleetMetricsCommandInput, cb: (err: any, data?: ListFleetMetricsCommandOutput) => void): void;
|
|
1670
1135
|
listFleetMetrics(args: ListFleetMetricsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFleetMetricsCommandOutput) => void): void;
|
|
1671
1136
|
/**
|
|
1672
|
-
* @
|
|
1673
|
-
* <p>Lists the search indices.</p>
|
|
1674
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListIndices</a> action.</p>
|
|
1137
|
+
* @see {@link ListIndicesCommand}
|
|
1675
1138
|
*/
|
|
1676
1139
|
listIndices(args: ListIndicesCommandInput, options?: __HttpHandlerOptions): Promise<ListIndicesCommandOutput>;
|
|
1677
1140
|
listIndices(args: ListIndicesCommandInput, cb: (err: any, data?: ListIndicesCommandOutput) => void): void;
|
|
1678
1141
|
listIndices(args: ListIndicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIndicesCommandOutput) => void): void;
|
|
1679
1142
|
/**
|
|
1680
|
-
* @
|
|
1681
|
-
* <p>Lists the job executions for a job.</p>
|
|
1682
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListJobExecutionsForJob</a> action.</p>
|
|
1143
|
+
* @see {@link ListJobExecutionsForJobCommand}
|
|
1683
1144
|
*/
|
|
1684
1145
|
listJobExecutionsForJob(args: ListJobExecutionsForJobCommandInput, options?: __HttpHandlerOptions): Promise<ListJobExecutionsForJobCommandOutput>;
|
|
1685
1146
|
listJobExecutionsForJob(args: ListJobExecutionsForJobCommandInput, cb: (err: any, data?: ListJobExecutionsForJobCommandOutput) => void): void;
|
|
1686
1147
|
listJobExecutionsForJob(args: ListJobExecutionsForJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobExecutionsForJobCommandOutput) => void): void;
|
|
1687
1148
|
/**
|
|
1688
|
-
* @
|
|
1689
|
-
* <p>Lists the job executions for the specified thing.</p>
|
|
1690
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListJobExecutionsForThing</a> action.</p>
|
|
1149
|
+
* @see {@link ListJobExecutionsForThingCommand}
|
|
1691
1150
|
*/
|
|
1692
1151
|
listJobExecutionsForThing(args: ListJobExecutionsForThingCommandInput, options?: __HttpHandlerOptions): Promise<ListJobExecutionsForThingCommandOutput>;
|
|
1693
1152
|
listJobExecutionsForThing(args: ListJobExecutionsForThingCommandInput, cb: (err: any, data?: ListJobExecutionsForThingCommandOutput) => void): void;
|
|
1694
1153
|
listJobExecutionsForThing(args: ListJobExecutionsForThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobExecutionsForThingCommandOutput) => void): void;
|
|
1695
1154
|
/**
|
|
1696
|
-
* @
|
|
1697
|
-
* <p>Lists jobs.</p>
|
|
1698
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListJobs</a> action.</p>
|
|
1155
|
+
* @see {@link ListJobsCommand}
|
|
1699
1156
|
*/
|
|
1700
1157
|
listJobs(args: ListJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListJobsCommandOutput>;
|
|
1701
1158
|
listJobs(args: ListJobsCommandInput, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
|
|
1702
1159
|
listJobs(args: ListJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
|
|
1703
1160
|
/**
|
|
1704
|
-
* @
|
|
1705
|
-
* <p>Returns a list of job templates.</p>
|
|
1706
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListJobTemplates</a> action.</p>
|
|
1161
|
+
* @see {@link ListJobTemplatesCommand}
|
|
1707
1162
|
*/
|
|
1708
1163
|
listJobTemplates(args: ListJobTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListJobTemplatesCommandOutput>;
|
|
1709
1164
|
listJobTemplates(args: ListJobTemplatesCommandInput, cb: (err: any, data?: ListJobTemplatesCommandOutput) => void): void;
|
|
1710
1165
|
listJobTemplates(args: ListJobTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobTemplatesCommandOutput) => void): void;
|
|
1711
1166
|
/**
|
|
1712
|
-
* @
|
|
1713
|
-
* <p>Returns a list of managed job templates.</p>
|
|
1167
|
+
* @see {@link ListManagedJobTemplatesCommand}
|
|
1714
1168
|
*/
|
|
1715
1169
|
listManagedJobTemplates(args: ListManagedJobTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListManagedJobTemplatesCommandOutput>;
|
|
1716
1170
|
listManagedJobTemplates(args: ListManagedJobTemplatesCommandInput, cb: (err: any, data?: ListManagedJobTemplatesCommandOutput) => void): void;
|
|
1717
1171
|
listManagedJobTemplates(args: ListManagedJobTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListManagedJobTemplatesCommandOutput) => void): void;
|
|
1718
1172
|
/**
|
|
1719
|
-
* @
|
|
1720
|
-
* <p>Lists the values reported for an IoT Device Defender metric (device-side metric, cloud-side metric, or custom metric)
|
|
1721
|
-
* by the given thing during the specified time period.</p>
|
|
1173
|
+
* @see {@link ListMetricValuesCommand}
|
|
1722
1174
|
*/
|
|
1723
1175
|
listMetricValues(args: ListMetricValuesCommandInput, options?: __HttpHandlerOptions): Promise<ListMetricValuesCommandOutput>;
|
|
1724
1176
|
listMetricValues(args: ListMetricValuesCommandInput, cb: (err: any, data?: ListMetricValuesCommandOutput) => void): void;
|
|
1725
1177
|
listMetricValues(args: ListMetricValuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMetricValuesCommandOutput) => void): void;
|
|
1726
1178
|
/**
|
|
1727
|
-
* @
|
|
1728
|
-
* <p>Gets a list of all mitigation actions that match the specified filter criteria.</p>
|
|
1729
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListMitigationActions</a> action.</p>
|
|
1179
|
+
* @see {@link ListMitigationActionsCommand}
|
|
1730
1180
|
*/
|
|
1731
1181
|
listMitigationActions(args: ListMitigationActionsCommandInput, options?: __HttpHandlerOptions): Promise<ListMitigationActionsCommandOutput>;
|
|
1732
1182
|
listMitigationActions(args: ListMitigationActionsCommandInput, cb: (err: any, data?: ListMitigationActionsCommandOutput) => void): void;
|
|
1733
1183
|
listMitigationActions(args: ListMitigationActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMitigationActionsCommandOutput) => void): void;
|
|
1734
1184
|
/**
|
|
1735
|
-
* @
|
|
1736
|
-
* <p>Lists OTA updates.</p>
|
|
1737
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListOTAUpdates</a> action.</p>
|
|
1185
|
+
* @see {@link ListOTAUpdatesCommand}
|
|
1738
1186
|
*/
|
|
1739
1187
|
listOTAUpdates(args: ListOTAUpdatesCommandInput, options?: __HttpHandlerOptions): Promise<ListOTAUpdatesCommandOutput>;
|
|
1740
1188
|
listOTAUpdates(args: ListOTAUpdatesCommandInput, cb: (err: any, data?: ListOTAUpdatesCommandOutput) => void): void;
|
|
1741
1189
|
listOTAUpdates(args: ListOTAUpdatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOTAUpdatesCommandOutput) => void): void;
|
|
1742
1190
|
/**
|
|
1743
|
-
* @
|
|
1744
|
-
* <p>Lists certificates that are being transferred but not yet accepted.</p>
|
|
1745
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListOutgoingCertificates</a> action.</p>
|
|
1191
|
+
* @see {@link ListOutgoingCertificatesCommand}
|
|
1746
1192
|
*/
|
|
1747
1193
|
listOutgoingCertificates(args: ListOutgoingCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<ListOutgoingCertificatesCommandOutput>;
|
|
1748
1194
|
listOutgoingCertificates(args: ListOutgoingCertificatesCommandInput, cb: (err: any, data?: ListOutgoingCertificatesCommandOutput) => void): void;
|
|
1749
1195
|
listOutgoingCertificates(args: ListOutgoingCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOutgoingCertificatesCommandOutput) => void): void;
|
|
1750
1196
|
/**
|
|
1751
|
-
* @
|
|
1752
|
-
* <p>Lists your policies.</p>
|
|
1753
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListPolicies</a> action.</p>
|
|
1197
|
+
* @see {@link ListPoliciesCommand}
|
|
1754
1198
|
*/
|
|
1755
1199
|
listPolicies(args: ListPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListPoliciesCommandOutput>;
|
|
1756
1200
|
listPolicies(args: ListPoliciesCommandInput, cb: (err: any, data?: ListPoliciesCommandOutput) => void): void;
|
|
1757
1201
|
listPolicies(args: ListPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPoliciesCommandOutput) => void): void;
|
|
1758
1202
|
/**
|
|
1759
|
-
* @
|
|
1760
|
-
* @deprecated
|
|
1761
|
-
*
|
|
1762
|
-
* <p>Lists the principals associated with the specified policy.</p>
|
|
1763
|
-
* <p>
|
|
1764
|
-
* <b>Note:</b> This action is deprecated and works as
|
|
1765
|
-
* expected for backward compatibility, but we won't add enhancements. Use <a>ListTargetsForPolicy</a> instead.</p>
|
|
1766
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListPolicyPrincipals</a> action.</p>
|
|
1203
|
+
* @see {@link ListPolicyPrincipalsCommand}
|
|
1767
1204
|
*/
|
|
1768
1205
|
listPolicyPrincipals(args: ListPolicyPrincipalsCommandInput, options?: __HttpHandlerOptions): Promise<ListPolicyPrincipalsCommandOutput>;
|
|
1769
1206
|
listPolicyPrincipals(args: ListPolicyPrincipalsCommandInput, cb: (err: any, data?: ListPolicyPrincipalsCommandOutput) => void): void;
|
|
1770
1207
|
listPolicyPrincipals(args: ListPolicyPrincipalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPolicyPrincipalsCommandOutput) => void): void;
|
|
1771
1208
|
/**
|
|
1772
|
-
* @
|
|
1773
|
-
* <p>Lists the versions of the specified policy and identifies the default
|
|
1774
|
-
* version.</p>
|
|
1775
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListPolicyVersions</a> action.</p>
|
|
1209
|
+
* @see {@link ListPolicyVersionsCommand}
|
|
1776
1210
|
*/
|
|
1777
1211
|
listPolicyVersions(args: ListPolicyVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListPolicyVersionsCommandOutput>;
|
|
1778
1212
|
listPolicyVersions(args: ListPolicyVersionsCommandInput, cb: (err: any, data?: ListPolicyVersionsCommandOutput) => void): void;
|
|
1779
1213
|
listPolicyVersions(args: ListPolicyVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPolicyVersionsCommandOutput) => void): void;
|
|
1780
1214
|
/**
|
|
1781
|
-
* @
|
|
1782
|
-
* @deprecated
|
|
1783
|
-
*
|
|
1784
|
-
* <p>Lists the policies attached to the specified principal. If you use an Cognito
|
|
1785
|
-
* identity, the ID must be in <a href="https://docs.aws.amazon.com/cognitoidentity/latest/APIReference/API_GetCredentialsForIdentity.html#API_GetCredentialsForIdentity_RequestSyntax">AmazonCognito Identity format</a>.</p>
|
|
1786
|
-
* <p>
|
|
1787
|
-
* <b>Note:</b> This action is deprecated and works as
|
|
1788
|
-
* expected for backward compatibility, but we won't add enhancements. Use <a>ListAttachedPolicies</a> instead.</p>
|
|
1789
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListPrincipalPolicies</a> action.</p>
|
|
1215
|
+
* @see {@link ListPrincipalPoliciesCommand}
|
|
1790
1216
|
*/
|
|
1791
1217
|
listPrincipalPolicies(args: ListPrincipalPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListPrincipalPoliciesCommandOutput>;
|
|
1792
1218
|
listPrincipalPolicies(args: ListPrincipalPoliciesCommandInput, cb: (err: any, data?: ListPrincipalPoliciesCommandOutput) => void): void;
|
|
1793
1219
|
listPrincipalPolicies(args: ListPrincipalPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPrincipalPoliciesCommandOutput) => void): void;
|
|
1794
1220
|
/**
|
|
1795
|
-
* @
|
|
1796
|
-
* <p>Lists the things associated with the specified principal. A principal can be X.509
|
|
1797
|
-
* certificates, IAM users, groups, and roles, Amazon Cognito identities or federated
|
|
1798
|
-
* identities. </p>
|
|
1799
|
-
* <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>
|
|
1221
|
+
* @see {@link ListPrincipalThingsCommand}
|
|
1800
1222
|
*/
|
|
1801
1223
|
listPrincipalThings(args: ListPrincipalThingsCommandInput, options?: __HttpHandlerOptions): Promise<ListPrincipalThingsCommandOutput>;
|
|
1802
1224
|
listPrincipalThings(args: ListPrincipalThingsCommandInput, cb: (err: any, data?: ListPrincipalThingsCommandOutput) => void): void;
|
|
1803
1225
|
listPrincipalThings(args: ListPrincipalThingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPrincipalThingsCommandOutput) => void): void;
|
|
1804
1226
|
/**
|
|
1805
|
-
* @
|
|
1806
|
-
* <p>Lists the provisioning templates in your Amazon Web Services account.</p>
|
|
1807
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListProvisioningTemplates</a> action.</p>
|
|
1227
|
+
* @see {@link ListProvisioningTemplatesCommand}
|
|
1808
1228
|
*/
|
|
1809
1229
|
listProvisioningTemplates(args: ListProvisioningTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListProvisioningTemplatesCommandOutput>;
|
|
1810
1230
|
listProvisioningTemplates(args: ListProvisioningTemplatesCommandInput, cb: (err: any, data?: ListProvisioningTemplatesCommandOutput) => void): void;
|
|
1811
1231
|
listProvisioningTemplates(args: ListProvisioningTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProvisioningTemplatesCommandOutput) => void): void;
|
|
1812
1232
|
/**
|
|
1813
|
-
* @
|
|
1814
|
-
* <p>A list of provisioning template versions.</p>
|
|
1815
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListProvisioningTemplateVersions</a> action.</p>
|
|
1233
|
+
* @see {@link ListProvisioningTemplateVersionsCommand}
|
|
1816
1234
|
*/
|
|
1817
1235
|
listProvisioningTemplateVersions(args: ListProvisioningTemplateVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListProvisioningTemplateVersionsCommandOutput>;
|
|
1818
1236
|
listProvisioningTemplateVersions(args: ListProvisioningTemplateVersionsCommandInput, cb: (err: any, data?: ListProvisioningTemplateVersionsCommandOutput) => void): void;
|
|
1819
1237
|
listProvisioningTemplateVersions(args: ListProvisioningTemplateVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProvisioningTemplateVersionsCommandOutput) => void): void;
|
|
1820
1238
|
/**
|
|
1821
|
-
* @
|
|
1822
|
-
* <p>The related resources of an Audit finding.
|
|
1823
|
-
* The following resources can be returned from calling this API:</p>
|
|
1824
|
-
* <ul>
|
|
1825
|
-
* <li>
|
|
1826
|
-
* <p>DEVICE_CERTIFICATE</p>
|
|
1827
|
-
* </li>
|
|
1828
|
-
* <li>
|
|
1829
|
-
* <p>CA_CERTIFICATE</p>
|
|
1830
|
-
* </li>
|
|
1831
|
-
* <li>
|
|
1832
|
-
* <p>IOT_POLICY</p>
|
|
1833
|
-
* </li>
|
|
1834
|
-
* <li>
|
|
1835
|
-
* <p>COGNITO_IDENTITY_POOL</p>
|
|
1836
|
-
* </li>
|
|
1837
|
-
* <li>
|
|
1838
|
-
* <p>CLIENT_ID</p>
|
|
1839
|
-
* </li>
|
|
1840
|
-
* <li>
|
|
1841
|
-
* <p>ACCOUNT_SETTINGS</p>
|
|
1842
|
-
* </li>
|
|
1843
|
-
* <li>
|
|
1844
|
-
* <p>ROLE_ALIAS</p>
|
|
1845
|
-
* </li>
|
|
1846
|
-
* <li>
|
|
1847
|
-
* <p>IAM_ROLE</p>
|
|
1848
|
-
* </li>
|
|
1849
|
-
* <li>
|
|
1850
|
-
* <p>ISSUER_CERTIFICATE</p>
|
|
1851
|
-
* </li>
|
|
1852
|
-
* </ul>
|
|
1853
|
-
* <note>
|
|
1854
|
-
* <p>This API is similar to DescribeAuditFinding's <a href="https://docs.aws.amazon.com/iot/latest/apireference/API_DescribeAuditFinding.html">RelatedResources</a>
|
|
1855
|
-
* but provides pagination and is not limited to 10 resources.
|
|
1856
|
-
* When calling <a href="https://docs.aws.amazon.com/iot/latest/apireference/API_DescribeAuditFinding.html">DescribeAuditFinding</a> for the intermediate CA revoked for
|
|
1857
|
-
* active device certificates check, RelatedResources will not be populated. You must use this API, ListRelatedResourcesForAuditFinding, to list the certificates.</p>
|
|
1858
|
-
* </note>
|
|
1239
|
+
* @see {@link ListRelatedResourcesForAuditFindingCommand}
|
|
1859
1240
|
*/
|
|
1860
1241
|
listRelatedResourcesForAuditFinding(args: ListRelatedResourcesForAuditFindingCommandInput, options?: __HttpHandlerOptions): Promise<ListRelatedResourcesForAuditFindingCommandOutput>;
|
|
1861
1242
|
listRelatedResourcesForAuditFinding(args: ListRelatedResourcesForAuditFindingCommandInput, cb: (err: any, data?: ListRelatedResourcesForAuditFindingCommandOutput) => void): void;
|
|
1862
1243
|
listRelatedResourcesForAuditFinding(args: ListRelatedResourcesForAuditFindingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRelatedResourcesForAuditFindingCommandOutput) => void): void;
|
|
1863
1244
|
/**
|
|
1864
|
-
* @
|
|
1865
|
-
* <p>Lists the role aliases registered in your account.</p>
|
|
1866
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListRoleAliases</a> action.</p>
|
|
1245
|
+
* @see {@link ListRoleAliasesCommand}
|
|
1867
1246
|
*/
|
|
1868
1247
|
listRoleAliases(args: ListRoleAliasesCommandInput, options?: __HttpHandlerOptions): Promise<ListRoleAliasesCommandOutput>;
|
|
1869
1248
|
listRoleAliases(args: ListRoleAliasesCommandInput, cb: (err: any, data?: ListRoleAliasesCommandOutput) => void): void;
|
|
1870
1249
|
listRoleAliases(args: ListRoleAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRoleAliasesCommandOutput) => void): void;
|
|
1871
1250
|
/**
|
|
1872
|
-
* @
|
|
1873
|
-
* <p>Lists all of your scheduled audits.</p>
|
|
1874
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListScheduledAudits</a> action.</p>
|
|
1251
|
+
* @see {@link ListScheduledAuditsCommand}
|
|
1875
1252
|
*/
|
|
1876
1253
|
listScheduledAudits(args: ListScheduledAuditsCommandInput, options?: __HttpHandlerOptions): Promise<ListScheduledAuditsCommandOutput>;
|
|
1877
1254
|
listScheduledAudits(args: ListScheduledAuditsCommandInput, cb: (err: any, data?: ListScheduledAuditsCommandOutput) => void): void;
|
|
1878
1255
|
listScheduledAudits(args: ListScheduledAuditsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListScheduledAuditsCommandOutput) => void): void;
|
|
1879
1256
|
/**
|
|
1880
|
-
* @
|
|
1881
|
-
* <p>Lists the Device Defender security profiles
|
|
1882
|
-
* you've
|
|
1883
|
-
* created. You can filter security profiles by dimension or custom metric.</p>
|
|
1884
|
-
* <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>
|
|
1885
|
-
* <note>
|
|
1886
|
-
* <p>
|
|
1887
|
-
* <code>dimensionName</code> and <code>metricName</code> cannot be used in the same request.</p>
|
|
1888
|
-
* </note>
|
|
1257
|
+
* @see {@link ListSecurityProfilesCommand}
|
|
1889
1258
|
*/
|
|
1890
1259
|
listSecurityProfiles(args: ListSecurityProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListSecurityProfilesCommandOutput>;
|
|
1891
1260
|
listSecurityProfiles(args: ListSecurityProfilesCommandInput, cb: (err: any, data?: ListSecurityProfilesCommandOutput) => void): void;
|
|
1892
1261
|
listSecurityProfiles(args: ListSecurityProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityProfilesCommandOutput) => void): void;
|
|
1893
1262
|
/**
|
|
1894
|
-
* @
|
|
1895
|
-
* <p>Lists the Device Defender security profiles attached to a target (thing group).</p>
|
|
1896
|
-
* <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>
|
|
1263
|
+
* @see {@link ListSecurityProfilesForTargetCommand}
|
|
1897
1264
|
*/
|
|
1898
1265
|
listSecurityProfilesForTarget(args: ListSecurityProfilesForTargetCommandInput, options?: __HttpHandlerOptions): Promise<ListSecurityProfilesForTargetCommandOutput>;
|
|
1899
1266
|
listSecurityProfilesForTarget(args: ListSecurityProfilesForTargetCommandInput, cb: (err: any, data?: ListSecurityProfilesForTargetCommandOutput) => void): void;
|
|
1900
1267
|
listSecurityProfilesForTarget(args: ListSecurityProfilesForTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityProfilesForTargetCommandOutput) => void): void;
|
|
1901
1268
|
/**
|
|
1902
|
-
* @
|
|
1903
|
-
* <p>Lists all of the streams in your Amazon Web Services account.</p>
|
|
1904
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListStreams</a> action.</p>
|
|
1269
|
+
* @see {@link ListStreamsCommand}
|
|
1905
1270
|
*/
|
|
1906
1271
|
listStreams(args: ListStreamsCommandInput, options?: __HttpHandlerOptions): Promise<ListStreamsCommandOutput>;
|
|
1907
1272
|
listStreams(args: ListStreamsCommandInput, cb: (err: any, data?: ListStreamsCommandOutput) => void): void;
|
|
1908
1273
|
listStreams(args: ListStreamsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStreamsCommandOutput) => void): void;
|
|
1909
1274
|
/**
|
|
1910
|
-
* @
|
|
1911
|
-
* <p>Lists the tags (metadata) you have assigned to the resource.</p>
|
|
1912
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListTagsForResource</a> action.</p>
|
|
1275
|
+
* @see {@link ListTagsForResourceCommand}
|
|
1913
1276
|
*/
|
|
1914
1277
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
1915
1278
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
1916
1279
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
1917
1280
|
/**
|
|
1918
|
-
* @
|
|
1919
|
-
* <p>List targets for the specified policy.</p>
|
|
1920
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListTargetsForPolicy</a> action.</p>
|
|
1281
|
+
* @see {@link ListTargetsForPolicyCommand}
|
|
1921
1282
|
*/
|
|
1922
1283
|
listTargetsForPolicy(args: ListTargetsForPolicyCommandInput, options?: __HttpHandlerOptions): Promise<ListTargetsForPolicyCommandOutput>;
|
|
1923
1284
|
listTargetsForPolicy(args: ListTargetsForPolicyCommandInput, cb: (err: any, data?: ListTargetsForPolicyCommandOutput) => void): void;
|
|
1924
1285
|
listTargetsForPolicy(args: ListTargetsForPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTargetsForPolicyCommandOutput) => void): void;
|
|
1925
1286
|
/**
|
|
1926
|
-
* @
|
|
1927
|
-
* <p>Lists the targets (thing groups) associated with a given Device Defender security profile.</p>
|
|
1928
|
-
* <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>
|
|
1287
|
+
* @see {@link ListTargetsForSecurityProfileCommand}
|
|
1929
1288
|
*/
|
|
1930
1289
|
listTargetsForSecurityProfile(args: ListTargetsForSecurityProfileCommandInput, options?: __HttpHandlerOptions): Promise<ListTargetsForSecurityProfileCommandOutput>;
|
|
1931
1290
|
listTargetsForSecurityProfile(args: ListTargetsForSecurityProfileCommandInput, cb: (err: any, data?: ListTargetsForSecurityProfileCommandOutput) => void): void;
|
|
1932
1291
|
listTargetsForSecurityProfile(args: ListTargetsForSecurityProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTargetsForSecurityProfileCommandOutput) => void): void;
|
|
1933
1292
|
/**
|
|
1934
|
-
* @
|
|
1935
|
-
* <p>List the thing groups in your account.</p>
|
|
1936
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListThingGroups</a> action.</p>
|
|
1293
|
+
* @see {@link ListThingGroupsCommand}
|
|
1937
1294
|
*/
|
|
1938
1295
|
listThingGroups(args: ListThingGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListThingGroupsCommandOutput>;
|
|
1939
1296
|
listThingGroups(args: ListThingGroupsCommandInput, cb: (err: any, data?: ListThingGroupsCommandOutput) => void): void;
|
|
1940
1297
|
listThingGroups(args: ListThingGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThingGroupsCommandOutput) => void): void;
|
|
1941
1298
|
/**
|
|
1942
|
-
* @
|
|
1943
|
-
* <p>List the thing groups to which the specified thing belongs.</p>
|
|
1944
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListThingGroupsForThing</a> action.</p>
|
|
1299
|
+
* @see {@link ListThingGroupsForThingCommand}
|
|
1945
1300
|
*/
|
|
1946
1301
|
listThingGroupsForThing(args: ListThingGroupsForThingCommandInput, options?: __HttpHandlerOptions): Promise<ListThingGroupsForThingCommandOutput>;
|
|
1947
1302
|
listThingGroupsForThing(args: ListThingGroupsForThingCommandInput, cb: (err: any, data?: ListThingGroupsForThingCommandOutput) => void): void;
|
|
1948
1303
|
listThingGroupsForThing(args: ListThingGroupsForThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThingGroupsForThingCommandOutput) => void): void;
|
|
1949
1304
|
/**
|
|
1950
|
-
* @
|
|
1951
|
-
* <p>Lists the principals associated with the specified thing. A principal can be X.509
|
|
1952
|
-
* certificates, IAM users, groups, and roles, Amazon Cognito identities or federated
|
|
1953
|
-
* identities.</p>
|
|
1954
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListThingPrincipals</a> action.</p>
|
|
1305
|
+
* @see {@link ListThingPrincipalsCommand}
|
|
1955
1306
|
*/
|
|
1956
1307
|
listThingPrincipals(args: ListThingPrincipalsCommandInput, options?: __HttpHandlerOptions): Promise<ListThingPrincipalsCommandOutput>;
|
|
1957
1308
|
listThingPrincipals(args: ListThingPrincipalsCommandInput, cb: (err: any, data?: ListThingPrincipalsCommandOutput) => void): void;
|
|
1958
1309
|
listThingPrincipals(args: ListThingPrincipalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThingPrincipalsCommandOutput) => void): void;
|
|
1959
1310
|
/**
|
|
1960
|
-
* @
|
|
1961
|
-
* <p>Information about the thing registration tasks.</p>
|
|
1311
|
+
* @see {@link ListThingRegistrationTaskReportsCommand}
|
|
1962
1312
|
*/
|
|
1963
1313
|
listThingRegistrationTaskReports(args: ListThingRegistrationTaskReportsCommandInput, options?: __HttpHandlerOptions): Promise<ListThingRegistrationTaskReportsCommandOutput>;
|
|
1964
1314
|
listThingRegistrationTaskReports(args: ListThingRegistrationTaskReportsCommandInput, cb: (err: any, data?: ListThingRegistrationTaskReportsCommandOutput) => void): void;
|
|
1965
1315
|
listThingRegistrationTaskReports(args: ListThingRegistrationTaskReportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThingRegistrationTaskReportsCommandOutput) => void): void;
|
|
1966
1316
|
/**
|
|
1967
|
-
* @
|
|
1968
|
-
* <p>List bulk thing provisioning tasks.</p>
|
|
1969
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListThingRegistrationTasks</a> action.</p>
|
|
1317
|
+
* @see {@link ListThingRegistrationTasksCommand}
|
|
1970
1318
|
*/
|
|
1971
1319
|
listThingRegistrationTasks(args: ListThingRegistrationTasksCommandInput, options?: __HttpHandlerOptions): Promise<ListThingRegistrationTasksCommandOutput>;
|
|
1972
1320
|
listThingRegistrationTasks(args: ListThingRegistrationTasksCommandInput, cb: (err: any, data?: ListThingRegistrationTasksCommandOutput) => void): void;
|
|
1973
1321
|
listThingRegistrationTasks(args: ListThingRegistrationTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThingRegistrationTasksCommandOutput) => void): void;
|
|
1974
1322
|
/**
|
|
1975
|
-
* @
|
|
1976
|
-
* <p>Lists your things. Use the <b>attributeName</b> and <b>attributeValue</b> parameters to filter your things. For example,
|
|
1977
|
-
* calling <code>ListThings</code> with attributeName=Color and attributeValue=Red
|
|
1978
|
-
* retrieves all things in the registry that contain an attribute <b>Color</b> with the value <b>Red</b>. For more
|
|
1979
|
-
* information, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/thing-registry.html#list-things">List Things</a> from the <i>Amazon Web Services IoT Core Developer
|
|
1980
|
-
* Guide</i>.</p>
|
|
1981
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListThings</a> action.</p>
|
|
1982
|
-
* <note>
|
|
1983
|
-
* <p>You will not be charged for calling this API if an <code>Access denied</code> error is returned. You will also not be charged if no attributes or pagination token was provided in request and no pagination token and no results were returned.</p>
|
|
1984
|
-
* </note>
|
|
1323
|
+
* @see {@link ListThingsCommand}
|
|
1985
1324
|
*/
|
|
1986
1325
|
listThings(args: ListThingsCommandInput, options?: __HttpHandlerOptions): Promise<ListThingsCommandOutput>;
|
|
1987
1326
|
listThings(args: ListThingsCommandInput, cb: (err: any, data?: ListThingsCommandOutput) => void): void;
|
|
1988
1327
|
listThings(args: ListThingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThingsCommandOutput) => void): void;
|
|
1989
1328
|
/**
|
|
1990
|
-
* @
|
|
1991
|
-
* <p>Lists the things you have added to the given billing group.</p>
|
|
1992
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListThingsInBillingGroup</a> action.</p>
|
|
1329
|
+
* @see {@link ListThingsInBillingGroupCommand}
|
|
1993
1330
|
*/
|
|
1994
1331
|
listThingsInBillingGroup(args: ListThingsInBillingGroupCommandInput, options?: __HttpHandlerOptions): Promise<ListThingsInBillingGroupCommandOutput>;
|
|
1995
1332
|
listThingsInBillingGroup(args: ListThingsInBillingGroupCommandInput, cb: (err: any, data?: ListThingsInBillingGroupCommandOutput) => void): void;
|
|
1996
1333
|
listThingsInBillingGroup(args: ListThingsInBillingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThingsInBillingGroupCommandOutput) => void): void;
|
|
1997
1334
|
/**
|
|
1998
|
-
* @
|
|
1999
|
-
* <p>Lists the things in the specified group.</p>
|
|
2000
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListThingsInThingGroup</a> action.</p>
|
|
1335
|
+
* @see {@link ListThingsInThingGroupCommand}
|
|
2001
1336
|
*/
|
|
2002
1337
|
listThingsInThingGroup(args: ListThingsInThingGroupCommandInput, options?: __HttpHandlerOptions): Promise<ListThingsInThingGroupCommandOutput>;
|
|
2003
1338
|
listThingsInThingGroup(args: ListThingsInThingGroupCommandInput, cb: (err: any, data?: ListThingsInThingGroupCommandOutput) => void): void;
|
|
2004
1339
|
listThingsInThingGroup(args: ListThingsInThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThingsInThingGroupCommandOutput) => void): void;
|
|
2005
1340
|
/**
|
|
2006
|
-
* @
|
|
2007
|
-
* <p>Lists the existing thing types.</p>
|
|
2008
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListThingTypes</a> action.</p>
|
|
1341
|
+
* @see {@link ListThingTypesCommand}
|
|
2009
1342
|
*/
|
|
2010
1343
|
listThingTypes(args: ListThingTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListThingTypesCommandOutput>;
|
|
2011
1344
|
listThingTypes(args: ListThingTypesCommandInput, cb: (err: any, data?: ListThingTypesCommandOutput) => void): void;
|
|
2012
1345
|
listThingTypes(args: ListThingTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThingTypesCommandOutput) => void): void;
|
|
2013
1346
|
/**
|
|
2014
|
-
* @
|
|
2015
|
-
* <p>Lists all the topic rule destinations in your Amazon Web Services account.</p>
|
|
2016
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListTopicRuleDestinations</a> action.</p>
|
|
1347
|
+
* @see {@link ListTopicRuleDestinationsCommand}
|
|
2017
1348
|
*/
|
|
2018
1349
|
listTopicRuleDestinations(args: ListTopicRuleDestinationsCommandInput, options?: __HttpHandlerOptions): Promise<ListTopicRuleDestinationsCommandOutput>;
|
|
2019
1350
|
listTopicRuleDestinations(args: ListTopicRuleDestinationsCommandInput, cb: (err: any, data?: ListTopicRuleDestinationsCommandOutput) => void): void;
|
|
2020
1351
|
listTopicRuleDestinations(args: ListTopicRuleDestinationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTopicRuleDestinationsCommandOutput) => void): void;
|
|
2021
1352
|
/**
|
|
2022
|
-
* @
|
|
2023
|
-
* <p>Lists the rules for the specific topic.</p>
|
|
2024
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListTopicRules</a> action.</p>
|
|
1353
|
+
* @see {@link ListTopicRulesCommand}
|
|
2025
1354
|
*/
|
|
2026
1355
|
listTopicRules(args: ListTopicRulesCommandInput, options?: __HttpHandlerOptions): Promise<ListTopicRulesCommandOutput>;
|
|
2027
1356
|
listTopicRules(args: ListTopicRulesCommandInput, cb: (err: any, data?: ListTopicRulesCommandOutput) => void): void;
|
|
2028
1357
|
listTopicRules(args: ListTopicRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTopicRulesCommandOutput) => void): void;
|
|
2029
1358
|
/**
|
|
2030
|
-
* @
|
|
2031
|
-
* <p>Lists logging levels.</p>
|
|
2032
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListV2LoggingLevels</a> action.</p>
|
|
1359
|
+
* @see {@link ListV2LoggingLevelsCommand}
|
|
2033
1360
|
*/
|
|
2034
1361
|
listV2LoggingLevels(args: ListV2LoggingLevelsCommandInput, options?: __HttpHandlerOptions): Promise<ListV2LoggingLevelsCommandOutput>;
|
|
2035
1362
|
listV2LoggingLevels(args: ListV2LoggingLevelsCommandInput, cb: (err: any, data?: ListV2LoggingLevelsCommandOutput) => void): void;
|
|
2036
1363
|
listV2LoggingLevels(args: ListV2LoggingLevelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListV2LoggingLevelsCommandOutput) => void): void;
|
|
2037
1364
|
/**
|
|
2038
|
-
* @
|
|
2039
|
-
* <p>Lists the Device Defender security profile violations discovered during the given time period.
|
|
2040
|
-
* You can use filters to limit the results to those alerts issued for a particular security profile,
|
|
2041
|
-
* behavior, or thing (device).</p>
|
|
2042
|
-
* <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>
|
|
1365
|
+
* @see {@link ListViolationEventsCommand}
|
|
2043
1366
|
*/
|
|
2044
1367
|
listViolationEvents(args: ListViolationEventsCommandInput, options?: __HttpHandlerOptions): Promise<ListViolationEventsCommandOutput>;
|
|
2045
1368
|
listViolationEvents(args: ListViolationEventsCommandInput, cb: (err: any, data?: ListViolationEventsCommandOutput) => void): void;
|
|
2046
1369
|
listViolationEvents(args: ListViolationEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListViolationEventsCommandOutput) => void): void;
|
|
2047
1370
|
/**
|
|
2048
|
-
* @
|
|
2049
|
-
* <p>Set a verification state and provide a description of that verification state on a violation (detect alarm).</p>
|
|
1371
|
+
* @see {@link PutVerificationStateOnViolationCommand}
|
|
2050
1372
|
*/
|
|
2051
1373
|
putVerificationStateOnViolation(args: PutVerificationStateOnViolationCommandInput, options?: __HttpHandlerOptions): Promise<PutVerificationStateOnViolationCommandOutput>;
|
|
2052
1374
|
putVerificationStateOnViolation(args: PutVerificationStateOnViolationCommandInput, cb: (err: any, data?: PutVerificationStateOnViolationCommandOutput) => void): void;
|
|
2053
1375
|
putVerificationStateOnViolation(args: PutVerificationStateOnViolationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVerificationStateOnViolationCommandOutput) => void): void;
|
|
2054
1376
|
/**
|
|
2055
|
-
* @
|
|
2056
|
-
* <p>Registers a CA certificate with Amazon Web Services IoT Core. There is no limit to the number of CA
|
|
2057
|
-
* certificates you can register in your Amazon Web Services account. You can register up to 10 CA
|
|
2058
|
-
* certificates with the same <code>CA subject field</code> per Amazon Web Services account.</p>
|
|
2059
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">RegisterCACertificate</a> action.</p>
|
|
1377
|
+
* @see {@link RegisterCACertificateCommand}
|
|
2060
1378
|
*/
|
|
2061
1379
|
registerCACertificate(args: RegisterCACertificateCommandInput, options?: __HttpHandlerOptions): Promise<RegisterCACertificateCommandOutput>;
|
|
2062
1380
|
registerCACertificate(args: RegisterCACertificateCommandInput, cb: (err: any, data?: RegisterCACertificateCommandOutput) => void): void;
|
|
2063
1381
|
registerCACertificate(args: RegisterCACertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterCACertificateCommandOutput) => void): void;
|
|
2064
1382
|
/**
|
|
2065
|
-
* @
|
|
2066
|
-
* <p>Registers a device certificate with IoT in the same <a href="https://docs.aws.amazon.com/iot/latest/apireference/API_CertificateDescription.html#iot-Type-CertificateDescription-certificateMode">certificate mode</a> as the signing CA. If you have more than one CA certificate that has the same subject field, you must
|
|
2067
|
-
* specify the CA certificate that was used to sign the device certificate being
|
|
2068
|
-
* registered.</p>
|
|
2069
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">RegisterCertificate</a> action.</p>
|
|
1383
|
+
* @see {@link RegisterCertificateCommand}
|
|
2070
1384
|
*/
|
|
2071
1385
|
registerCertificate(args: RegisterCertificateCommandInput, options?: __HttpHandlerOptions): Promise<RegisterCertificateCommandOutput>;
|
|
2072
1386
|
registerCertificate(args: RegisterCertificateCommandInput, cb: (err: any, data?: RegisterCertificateCommandOutput) => void): void;
|
|
2073
1387
|
registerCertificate(args: RegisterCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterCertificateCommandOutput) => void): void;
|
|
2074
1388
|
/**
|
|
2075
|
-
* @
|
|
2076
|
-
* <p>Register a certificate that does not have a certificate authority (CA).
|
|
2077
|
-
* For supported certificates, consult <a href="https://docs.aws.amazon.com/iot/latest/developerguide/x509-client-certs.html#x509-cert-algorithms">
|
|
2078
|
-
* Certificate signing algorithms supported by IoT</a>.
|
|
2079
|
-
* </p>
|
|
1389
|
+
* @see {@link RegisterCertificateWithoutCACommand}
|
|
2080
1390
|
*/
|
|
2081
1391
|
registerCertificateWithoutCA(args: RegisterCertificateWithoutCACommandInput, options?: __HttpHandlerOptions): Promise<RegisterCertificateWithoutCACommandOutput>;
|
|
2082
1392
|
registerCertificateWithoutCA(args: RegisterCertificateWithoutCACommandInput, cb: (err: any, data?: RegisterCertificateWithoutCACommandOutput) => void): void;
|
|
2083
1393
|
registerCertificateWithoutCA(args: RegisterCertificateWithoutCACommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterCertificateWithoutCACommandOutput) => void): void;
|
|
2084
1394
|
/**
|
|
2085
|
-
* @
|
|
2086
|
-
* <p>Provisions a thing in the device registry. RegisterThing calls other IoT control
|
|
2087
|
-
* plane APIs. These calls might exceed your account level <a href="https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_iot">
|
|
2088
|
-
* IoT Throttling Limits</a> and cause throttle errors. Please contact <a href="https://console.aws.amazon.com/support/home">Amazon Web Services Customer Support</a> to raise
|
|
2089
|
-
* your throttling limits if necessary.</p>
|
|
2090
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">RegisterThing</a> action.</p>
|
|
1395
|
+
* @see {@link RegisterThingCommand}
|
|
2091
1396
|
*/
|
|
2092
1397
|
registerThing(args: RegisterThingCommandInput, options?: __HttpHandlerOptions): Promise<RegisterThingCommandOutput>;
|
|
2093
1398
|
registerThing(args: RegisterThingCommandInput, cb: (err: any, data?: RegisterThingCommandOutput) => void): void;
|
|
2094
1399
|
registerThing(args: RegisterThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterThingCommandOutput) => void): void;
|
|
2095
1400
|
/**
|
|
2096
|
-
* @
|
|
2097
|
-
* <p>Rejects a pending certificate transfer. After IoT rejects a certificate transfer,
|
|
2098
|
-
* the certificate status changes from <b>PENDING_TRANSFER</b> to
|
|
2099
|
-
* <b>INACTIVE</b>.</p>
|
|
2100
|
-
* <p>To check for pending certificate transfers, call <a>ListCertificates</a>
|
|
2101
|
-
* to enumerate your certificates.</p>
|
|
2102
|
-
* <p>This operation can only be called by the transfer destination. After it is called,
|
|
2103
|
-
* the certificate will be returned to the source's account in the INACTIVE state.</p>
|
|
2104
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">RejectCertificateTransfer</a> action.</p>
|
|
1401
|
+
* @see {@link RejectCertificateTransferCommand}
|
|
2105
1402
|
*/
|
|
2106
1403
|
rejectCertificateTransfer(args: RejectCertificateTransferCommandInput, options?: __HttpHandlerOptions): Promise<RejectCertificateTransferCommandOutput>;
|
|
2107
1404
|
rejectCertificateTransfer(args: RejectCertificateTransferCommandInput, cb: (err: any, data?: RejectCertificateTransferCommandOutput) => void): void;
|
|
2108
1405
|
rejectCertificateTransfer(args: RejectCertificateTransferCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RejectCertificateTransferCommandOutput) => void): void;
|
|
2109
1406
|
/**
|
|
2110
|
-
* @
|
|
2111
|
-
* <p>Removes the given thing from the billing group.</p>
|
|
2112
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">RemoveThingFromBillingGroup</a> action.</p>
|
|
2113
|
-
* <note>
|
|
2114
|
-
* <p>This call is asynchronous. It might take several seconds for the detachment to propagate.</p>
|
|
2115
|
-
* </note>
|
|
1407
|
+
* @see {@link RemoveThingFromBillingGroupCommand}
|
|
2116
1408
|
*/
|
|
2117
1409
|
removeThingFromBillingGroup(args: RemoveThingFromBillingGroupCommandInput, options?: __HttpHandlerOptions): Promise<RemoveThingFromBillingGroupCommandOutput>;
|
|
2118
1410
|
removeThingFromBillingGroup(args: RemoveThingFromBillingGroupCommandInput, cb: (err: any, data?: RemoveThingFromBillingGroupCommandOutput) => void): void;
|
|
2119
1411
|
removeThingFromBillingGroup(args: RemoveThingFromBillingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveThingFromBillingGroupCommandOutput) => void): void;
|
|
2120
1412
|
/**
|
|
2121
|
-
* @
|
|
2122
|
-
* <p>Remove the specified thing from the specified group.</p>
|
|
2123
|
-
* <p>You must specify either a <code>thingGroupArn</code> or a
|
|
2124
|
-
* <code>thingGroupName</code> to identify the thing group and
|
|
2125
|
-
* either a <code>thingArn</code> or a <code>thingName</code> to
|
|
2126
|
-
* identify the thing to remove from the thing group.
|
|
2127
|
-
* </p>
|
|
2128
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">RemoveThingFromThingGroup</a> action.</p>
|
|
1413
|
+
* @see {@link RemoveThingFromThingGroupCommand}
|
|
2129
1414
|
*/
|
|
2130
1415
|
removeThingFromThingGroup(args: RemoveThingFromThingGroupCommandInput, options?: __HttpHandlerOptions): Promise<RemoveThingFromThingGroupCommandOutput>;
|
|
2131
1416
|
removeThingFromThingGroup(args: RemoveThingFromThingGroupCommandInput, cb: (err: any, data?: RemoveThingFromThingGroupCommandOutput) => void): void;
|
|
2132
1417
|
removeThingFromThingGroup(args: RemoveThingFromThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveThingFromThingGroupCommandOutput) => void): void;
|
|
2133
1418
|
/**
|
|
2134
|
-
* @
|
|
2135
|
-
* <p>Replaces the rule. You must specify all parameters for the new rule. Creating rules
|
|
2136
|
-
* is an administrator-level action. Any user who has permission to create rules will be able
|
|
2137
|
-
* to access data processed by the rule.</p>
|
|
2138
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ReplaceTopicRule</a> action.</p>
|
|
1419
|
+
* @see {@link ReplaceTopicRuleCommand}
|
|
2139
1420
|
*/
|
|
2140
1421
|
replaceTopicRule(args: ReplaceTopicRuleCommandInput, options?: __HttpHandlerOptions): Promise<ReplaceTopicRuleCommandOutput>;
|
|
2141
1422
|
replaceTopicRule(args: ReplaceTopicRuleCommandInput, cb: (err: any, data?: ReplaceTopicRuleCommandOutput) => void): void;
|
|
2142
1423
|
replaceTopicRule(args: ReplaceTopicRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReplaceTopicRuleCommandOutput) => void): void;
|
|
2143
1424
|
/**
|
|
2144
|
-
* @
|
|
2145
|
-
* <p>The query search index.</p>
|
|
2146
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">SearchIndex</a> action.</p>
|
|
1425
|
+
* @see {@link SearchIndexCommand}
|
|
2147
1426
|
*/
|
|
2148
1427
|
searchIndex(args: SearchIndexCommandInput, options?: __HttpHandlerOptions): Promise<SearchIndexCommandOutput>;
|
|
2149
1428
|
searchIndex(args: SearchIndexCommandInput, cb: (err: any, data?: SearchIndexCommandOutput) => void): void;
|
|
2150
1429
|
searchIndex(args: SearchIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchIndexCommandOutput) => void): void;
|
|
2151
1430
|
/**
|
|
2152
|
-
* @
|
|
2153
|
-
* <p>Sets the default authorizer. This will be used if a websocket connection is made
|
|
2154
|
-
* without specifying an authorizer.</p>
|
|
2155
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">SetDefaultAuthorizer</a> action.</p>
|
|
1431
|
+
* @see {@link SetDefaultAuthorizerCommand}
|
|
2156
1432
|
*/
|
|
2157
1433
|
setDefaultAuthorizer(args: SetDefaultAuthorizerCommandInput, options?: __HttpHandlerOptions): Promise<SetDefaultAuthorizerCommandOutput>;
|
|
2158
1434
|
setDefaultAuthorizer(args: SetDefaultAuthorizerCommandInput, cb: (err: any, data?: SetDefaultAuthorizerCommandOutput) => void): void;
|
|
2159
1435
|
setDefaultAuthorizer(args: SetDefaultAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetDefaultAuthorizerCommandOutput) => void): void;
|
|
2160
1436
|
/**
|
|
2161
|
-
* @
|
|
2162
|
-
* <p>Sets the specified version of the specified policy as the policy's default
|
|
2163
|
-
* (operative) version. This action affects all certificates to which the policy is attached.
|
|
2164
|
-
* To list the principals the policy is attached to, use the <a>ListPrincipalPolicies</a>
|
|
2165
|
-
* action.</p>
|
|
2166
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">SetDefaultPolicyVersion</a> action.</p>
|
|
1437
|
+
* @see {@link SetDefaultPolicyVersionCommand}
|
|
2167
1438
|
*/
|
|
2168
1439
|
setDefaultPolicyVersion(args: SetDefaultPolicyVersionCommandInput, options?: __HttpHandlerOptions): Promise<SetDefaultPolicyVersionCommandOutput>;
|
|
2169
1440
|
setDefaultPolicyVersion(args: SetDefaultPolicyVersionCommandInput, cb: (err: any, data?: SetDefaultPolicyVersionCommandOutput) => void): void;
|
|
2170
1441
|
setDefaultPolicyVersion(args: SetDefaultPolicyVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetDefaultPolicyVersionCommandOutput) => void): void;
|
|
2171
1442
|
/**
|
|
2172
|
-
* @
|
|
2173
|
-
* <p>Sets the logging options.</p>
|
|
2174
|
-
* <p>NOTE: use of this command is not recommended. Use <code>SetV2LoggingOptions</code>
|
|
2175
|
-
* instead.</p>
|
|
2176
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">SetLoggingOptions</a> action.</p>
|
|
1443
|
+
* @see {@link SetLoggingOptionsCommand}
|
|
2177
1444
|
*/
|
|
2178
1445
|
setLoggingOptions(args: SetLoggingOptionsCommandInput, options?: __HttpHandlerOptions): Promise<SetLoggingOptionsCommandOutput>;
|
|
2179
1446
|
setLoggingOptions(args: SetLoggingOptionsCommandInput, cb: (err: any, data?: SetLoggingOptionsCommandOutput) => void): void;
|
|
2180
1447
|
setLoggingOptions(args: SetLoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetLoggingOptionsCommandOutput) => void): void;
|
|
2181
1448
|
/**
|
|
2182
|
-
* @
|
|
2183
|
-
* <p>Sets the logging level.</p>
|
|
2184
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">SetV2LoggingLevel</a> action.</p>
|
|
1449
|
+
* @see {@link SetV2LoggingLevelCommand}
|
|
2185
1450
|
*/
|
|
2186
1451
|
setV2LoggingLevel(args: SetV2LoggingLevelCommandInput, options?: __HttpHandlerOptions): Promise<SetV2LoggingLevelCommandOutput>;
|
|
2187
1452
|
setV2LoggingLevel(args: SetV2LoggingLevelCommandInput, cb: (err: any, data?: SetV2LoggingLevelCommandOutput) => void): void;
|
|
2188
1453
|
setV2LoggingLevel(args: SetV2LoggingLevelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetV2LoggingLevelCommandOutput) => void): void;
|
|
2189
1454
|
/**
|
|
2190
|
-
* @
|
|
2191
|
-
* <p>Sets the logging options for the V2 logging service.</p>
|
|
2192
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">SetV2LoggingOptions</a> action.</p>
|
|
1455
|
+
* @see {@link SetV2LoggingOptionsCommand}
|
|
2193
1456
|
*/
|
|
2194
1457
|
setV2LoggingOptions(args: SetV2LoggingOptionsCommandInput, options?: __HttpHandlerOptions): Promise<SetV2LoggingOptionsCommandOutput>;
|
|
2195
1458
|
setV2LoggingOptions(args: SetV2LoggingOptionsCommandInput, cb: (err: any, data?: SetV2LoggingOptionsCommandOutput) => void): void;
|
|
2196
1459
|
setV2LoggingOptions(args: SetV2LoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetV2LoggingOptionsCommandOutput) => void): void;
|
|
2197
1460
|
/**
|
|
2198
|
-
* @
|
|
2199
|
-
* <p>Starts a task that applies a set of mitigation actions to the specified target.</p>
|
|
2200
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">StartAuditMitigationActionsTask</a> action.</p>
|
|
1461
|
+
* @see {@link StartAuditMitigationActionsTaskCommand}
|
|
2201
1462
|
*/
|
|
2202
1463
|
startAuditMitigationActionsTask(args: StartAuditMitigationActionsTaskCommandInput, options?: __HttpHandlerOptions): Promise<StartAuditMitigationActionsTaskCommandOutput>;
|
|
2203
1464
|
startAuditMitigationActionsTask(args: StartAuditMitigationActionsTaskCommandInput, cb: (err: any, data?: StartAuditMitigationActionsTaskCommandOutput) => void): void;
|
|
2204
1465
|
startAuditMitigationActionsTask(args: StartAuditMitigationActionsTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartAuditMitigationActionsTaskCommandOutput) => void): void;
|
|
2205
1466
|
/**
|
|
2206
|
-
* @
|
|
2207
|
-
* <p>
|
|
2208
|
-
* Starts a Device Defender ML Detect mitigation actions task.
|
|
2209
|
-
* </p>
|
|
2210
|
-
* <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>
|
|
1467
|
+
* @see {@link StartDetectMitigationActionsTaskCommand}
|
|
2211
1468
|
*/
|
|
2212
1469
|
startDetectMitigationActionsTask(args: StartDetectMitigationActionsTaskCommandInput, options?: __HttpHandlerOptions): Promise<StartDetectMitigationActionsTaskCommandOutput>;
|
|
2213
1470
|
startDetectMitigationActionsTask(args: StartDetectMitigationActionsTaskCommandInput, cb: (err: any, data?: StartDetectMitigationActionsTaskCommandOutput) => void): void;
|
|
2214
1471
|
startDetectMitigationActionsTask(args: StartDetectMitigationActionsTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDetectMitigationActionsTaskCommandOutput) => void): void;
|
|
2215
1472
|
/**
|
|
2216
|
-
* @
|
|
2217
|
-
* <p>Starts an on-demand Device Defender audit.</p>
|
|
2218
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">StartOnDemandAuditTask</a> action.</p>
|
|
1473
|
+
* @see {@link StartOnDemandAuditTaskCommand}
|
|
2219
1474
|
*/
|
|
2220
1475
|
startOnDemandAuditTask(args: StartOnDemandAuditTaskCommandInput, options?: __HttpHandlerOptions): Promise<StartOnDemandAuditTaskCommandOutput>;
|
|
2221
1476
|
startOnDemandAuditTask(args: StartOnDemandAuditTaskCommandInput, cb: (err: any, data?: StartOnDemandAuditTaskCommandOutput) => void): void;
|
|
2222
1477
|
startOnDemandAuditTask(args: StartOnDemandAuditTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartOnDemandAuditTaskCommandOutput) => void): void;
|
|
2223
1478
|
/**
|
|
2224
|
-
* @
|
|
2225
|
-
* <p>Creates a bulk thing provisioning task.</p>
|
|
2226
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">StartThingRegistrationTask</a> action.</p>
|
|
1479
|
+
* @see {@link StartThingRegistrationTaskCommand}
|
|
2227
1480
|
*/
|
|
2228
1481
|
startThingRegistrationTask(args: StartThingRegistrationTaskCommandInput, options?: __HttpHandlerOptions): Promise<StartThingRegistrationTaskCommandOutput>;
|
|
2229
1482
|
startThingRegistrationTask(args: StartThingRegistrationTaskCommandInput, cb: (err: any, data?: StartThingRegistrationTaskCommandOutput) => void): void;
|
|
2230
1483
|
startThingRegistrationTask(args: StartThingRegistrationTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartThingRegistrationTaskCommandOutput) => void): void;
|
|
2231
1484
|
/**
|
|
2232
|
-
* @
|
|
2233
|
-
* <p>Cancels a bulk thing provisioning task.</p>
|
|
2234
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">StopThingRegistrationTask</a> action.</p>
|
|
1485
|
+
* @see {@link StopThingRegistrationTaskCommand}
|
|
2235
1486
|
*/
|
|
2236
1487
|
stopThingRegistrationTask(args: StopThingRegistrationTaskCommandInput, options?: __HttpHandlerOptions): Promise<StopThingRegistrationTaskCommandOutput>;
|
|
2237
1488
|
stopThingRegistrationTask(args: StopThingRegistrationTaskCommandInput, cb: (err: any, data?: StopThingRegistrationTaskCommandOutput) => void): void;
|
|
2238
1489
|
stopThingRegistrationTask(args: StopThingRegistrationTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopThingRegistrationTaskCommandOutput) => void): void;
|
|
2239
1490
|
/**
|
|
2240
|
-
* @
|
|
2241
|
-
* <p>Adds to or modifies the tags of the given resource. Tags are metadata which can be
|
|
2242
|
-
* used to manage a resource.</p>
|
|
2243
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">TagResource</a> action.</p>
|
|
1491
|
+
* @see {@link TagResourceCommand}
|
|
2244
1492
|
*/
|
|
2245
1493
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
2246
1494
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
2247
1495
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
2248
1496
|
/**
|
|
2249
|
-
* @
|
|
2250
|
-
* <p>Tests if a specified principal is authorized to perform an IoT action on a
|
|
2251
|
-
* specified resource. Use this to test and debug the authorization behavior of devices that
|
|
2252
|
-
* connect to the IoT device gateway.</p>
|
|
2253
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">TestAuthorization</a> action.</p>
|
|
1497
|
+
* @see {@link TestAuthorizationCommand}
|
|
2254
1498
|
*/
|
|
2255
1499
|
testAuthorization(args: TestAuthorizationCommandInput, options?: __HttpHandlerOptions): Promise<TestAuthorizationCommandOutput>;
|
|
2256
1500
|
testAuthorization(args: TestAuthorizationCommandInput, cb: (err: any, data?: TestAuthorizationCommandOutput) => void): void;
|
|
2257
1501
|
testAuthorization(args: TestAuthorizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestAuthorizationCommandOutput) => void): void;
|
|
2258
1502
|
/**
|
|
2259
|
-
* @
|
|
2260
|
-
* <p>Tests a custom authorization behavior by invoking a specified custom authorizer. Use
|
|
2261
|
-
* this to test and debug the custom authorization behavior of devices that connect to the IoT
|
|
2262
|
-
* device gateway.</p>
|
|
2263
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">TestInvokeAuthorizer</a> action.</p>
|
|
1503
|
+
* @see {@link TestInvokeAuthorizerCommand}
|
|
2264
1504
|
*/
|
|
2265
1505
|
testInvokeAuthorizer(args: TestInvokeAuthorizerCommandInput, options?: __HttpHandlerOptions): Promise<TestInvokeAuthorizerCommandOutput>;
|
|
2266
1506
|
testInvokeAuthorizer(args: TestInvokeAuthorizerCommandInput, cb: (err: any, data?: TestInvokeAuthorizerCommandOutput) => void): void;
|
|
2267
1507
|
testInvokeAuthorizer(args: TestInvokeAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestInvokeAuthorizerCommandOutput) => void): void;
|
|
2268
1508
|
/**
|
|
2269
|
-
* @
|
|
2270
|
-
* <p>Transfers the specified certificate to the specified Amazon Web Services account.</p>
|
|
2271
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">TransferCertificate</a> action.</p>
|
|
2272
|
-
* <p>You can cancel the transfer until it is acknowledged by the recipient.</p>
|
|
2273
|
-
* <p>No notification is sent to the transfer destination's account. It is up to the caller
|
|
2274
|
-
* to notify the transfer target.</p>
|
|
2275
|
-
* <p>The certificate being transferred must not be in the ACTIVE state. You can use the
|
|
2276
|
-
* <a>UpdateCertificate</a> action to deactivate it.</p>
|
|
2277
|
-
* <p>The certificate must not have any policies attached to it. You can use the
|
|
2278
|
-
* <a>DetachPolicy</a> action to detach them.</p>
|
|
1509
|
+
* @see {@link TransferCertificateCommand}
|
|
2279
1510
|
*/
|
|
2280
1511
|
transferCertificate(args: TransferCertificateCommandInput, options?: __HttpHandlerOptions): Promise<TransferCertificateCommandOutput>;
|
|
2281
1512
|
transferCertificate(args: TransferCertificateCommandInput, cb: (err: any, data?: TransferCertificateCommandOutput) => void): void;
|
|
2282
1513
|
transferCertificate(args: TransferCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TransferCertificateCommandOutput) => void): void;
|
|
2283
1514
|
/**
|
|
2284
|
-
* @
|
|
2285
|
-
* <p>Removes the given tags (metadata) from the resource.</p>
|
|
2286
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UntagResource</a> action.</p>
|
|
1515
|
+
* @see {@link UntagResourceCommand}
|
|
2287
1516
|
*/
|
|
2288
1517
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
2289
1518
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
2290
1519
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
2291
1520
|
/**
|
|
2292
|
-
* @
|
|
2293
|
-
* <p>Configures or reconfigures the Device Defender audit settings for this account.
|
|
2294
|
-
* Settings include how audit notifications are sent and which audit checks are
|
|
2295
|
-
* enabled or disabled.</p>
|
|
2296
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateAccountAuditConfiguration</a> action.</p>
|
|
1521
|
+
* @see {@link UpdateAccountAuditConfigurationCommand}
|
|
2297
1522
|
*/
|
|
2298
1523
|
updateAccountAuditConfiguration(args: UpdateAccountAuditConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccountAuditConfigurationCommandOutput>;
|
|
2299
1524
|
updateAccountAuditConfiguration(args: UpdateAccountAuditConfigurationCommandInput, cb: (err: any, data?: UpdateAccountAuditConfigurationCommandOutput) => void): void;
|
|
2300
1525
|
updateAccountAuditConfiguration(args: UpdateAccountAuditConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccountAuditConfigurationCommandOutput) => void): void;
|
|
2301
1526
|
/**
|
|
2302
|
-
* @
|
|
2303
|
-
* <p>
|
|
2304
|
-
* Updates a Device Defender audit suppression.
|
|
2305
|
-
* </p>
|
|
1527
|
+
* @see {@link UpdateAuditSuppressionCommand}
|
|
2306
1528
|
*/
|
|
2307
1529
|
updateAuditSuppression(args: UpdateAuditSuppressionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAuditSuppressionCommandOutput>;
|
|
2308
1530
|
updateAuditSuppression(args: UpdateAuditSuppressionCommandInput, cb: (err: any, data?: UpdateAuditSuppressionCommandOutput) => void): void;
|
|
2309
1531
|
updateAuditSuppression(args: UpdateAuditSuppressionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAuditSuppressionCommandOutput) => void): void;
|
|
2310
1532
|
/**
|
|
2311
|
-
* @
|
|
2312
|
-
* <p>Updates an authorizer.</p>
|
|
2313
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateAuthorizer</a> action.</p>
|
|
1533
|
+
* @see {@link UpdateAuthorizerCommand}
|
|
2314
1534
|
*/
|
|
2315
1535
|
updateAuthorizer(args: UpdateAuthorizerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAuthorizerCommandOutput>;
|
|
2316
1536
|
updateAuthorizer(args: UpdateAuthorizerCommandInput, cb: (err: any, data?: UpdateAuthorizerCommandOutput) => void): void;
|
|
2317
1537
|
updateAuthorizer(args: UpdateAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAuthorizerCommandOutput) => void): void;
|
|
2318
1538
|
/**
|
|
2319
|
-
* @
|
|
2320
|
-
* <p>Updates information about the billing group.</p>
|
|
2321
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateBillingGroup</a> action.</p>
|
|
1539
|
+
* @see {@link UpdateBillingGroupCommand}
|
|
2322
1540
|
*/
|
|
2323
1541
|
updateBillingGroup(args: UpdateBillingGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBillingGroupCommandOutput>;
|
|
2324
1542
|
updateBillingGroup(args: UpdateBillingGroupCommandInput, cb: (err: any, data?: UpdateBillingGroupCommandOutput) => void): void;
|
|
2325
1543
|
updateBillingGroup(args: UpdateBillingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBillingGroupCommandOutput) => void): void;
|
|
2326
1544
|
/**
|
|
2327
|
-
* @
|
|
2328
|
-
* <p>Updates a registered CA certificate.</p>
|
|
2329
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateCACertificate</a> action.</p>
|
|
1545
|
+
* @see {@link UpdateCACertificateCommand}
|
|
2330
1546
|
*/
|
|
2331
1547
|
updateCACertificate(args: UpdateCACertificateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCACertificateCommandOutput>;
|
|
2332
1548
|
updateCACertificate(args: UpdateCACertificateCommandInput, cb: (err: any, data?: UpdateCACertificateCommandOutput) => void): void;
|
|
2333
1549
|
updateCACertificate(args: UpdateCACertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCACertificateCommandOutput) => void): void;
|
|
2334
1550
|
/**
|
|
2335
|
-
* @
|
|
2336
|
-
* <p>Updates the status of the specified certificate. This operation is
|
|
2337
|
-
* idempotent.</p>
|
|
2338
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateCertificate</a> action.</p>
|
|
2339
|
-
* <p>Certificates must be in the ACTIVE state to authenticate devices that use
|
|
2340
|
-
* a certificate to connect to IoT.</p>
|
|
2341
|
-
* <p>Within a few minutes of updating a certificate from the ACTIVE state to any other
|
|
2342
|
-
* state, IoT disconnects all devices that used that certificate to connect. Devices cannot
|
|
2343
|
-
* use a certificate that is not in the ACTIVE state to reconnect.</p>
|
|
1551
|
+
* @see {@link UpdateCertificateCommand}
|
|
2344
1552
|
*/
|
|
2345
1553
|
updateCertificate(args: UpdateCertificateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCertificateCommandOutput>;
|
|
2346
1554
|
updateCertificate(args: UpdateCertificateCommandInput, cb: (err: any, data?: UpdateCertificateCommandOutput) => void): void;
|
|
2347
1555
|
updateCertificate(args: UpdateCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCertificateCommandOutput) => void): void;
|
|
2348
1556
|
/**
|
|
2349
|
-
* @
|
|
2350
|
-
* <p>Updates a
|
|
2351
|
-
* Device Defender detect custom metric. </p>
|
|
2352
|
-
* <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>
|
|
1557
|
+
* @see {@link UpdateCustomMetricCommand}
|
|
2353
1558
|
*/
|
|
2354
1559
|
updateCustomMetric(args: UpdateCustomMetricCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCustomMetricCommandOutput>;
|
|
2355
1560
|
updateCustomMetric(args: UpdateCustomMetricCommandInput, cb: (err: any, data?: UpdateCustomMetricCommandOutput) => void): void;
|
|
2356
1561
|
updateCustomMetric(args: UpdateCustomMetricCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCustomMetricCommandOutput) => void): void;
|
|
2357
1562
|
/**
|
|
2358
|
-
* @
|
|
2359
|
-
* <p>Updates the definition for a dimension. You
|
|
2360
|
-
* cannot
|
|
2361
|
-
* change the type of a dimension after
|
|
2362
|
-
* it is created (you can delete it and
|
|
2363
|
-
* recreate
|
|
2364
|
-
* it).</p>
|
|
2365
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateDimension</a> action.</p>
|
|
1563
|
+
* @see {@link UpdateDimensionCommand}
|
|
2366
1564
|
*/
|
|
2367
1565
|
updateDimension(args: UpdateDimensionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDimensionCommandOutput>;
|
|
2368
1566
|
updateDimension(args: UpdateDimensionCommandInput, cb: (err: any, data?: UpdateDimensionCommandOutput) => void): void;
|
|
2369
1567
|
updateDimension(args: UpdateDimensionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDimensionCommandOutput) => void): void;
|
|
2370
1568
|
/**
|
|
2371
|
-
* @
|
|
2372
|
-
* <p>Updates values stored in the domain configuration. Domain configurations for default
|
|
2373
|
-
* endpoints can't be updated.</p>
|
|
2374
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateDomainConfiguration</a> action.</p>
|
|
1569
|
+
* @see {@link UpdateDomainConfigurationCommand}
|
|
2375
1570
|
*/
|
|
2376
1571
|
updateDomainConfiguration(args: UpdateDomainConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDomainConfigurationCommandOutput>;
|
|
2377
1572
|
updateDomainConfiguration(args: UpdateDomainConfigurationCommandInput, cb: (err: any, data?: UpdateDomainConfigurationCommandOutput) => void): void;
|
|
2378
1573
|
updateDomainConfiguration(args: UpdateDomainConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDomainConfigurationCommandOutput) => void): void;
|
|
2379
1574
|
/**
|
|
2380
|
-
* @
|
|
2381
|
-
* <p>Updates a dynamic thing group.</p>
|
|
2382
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateDynamicThingGroup</a> action.</p>
|
|
1575
|
+
* @see {@link UpdateDynamicThingGroupCommand}
|
|
2383
1576
|
*/
|
|
2384
1577
|
updateDynamicThingGroup(args: UpdateDynamicThingGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDynamicThingGroupCommandOutput>;
|
|
2385
1578
|
updateDynamicThingGroup(args: UpdateDynamicThingGroupCommandInput, cb: (err: any, data?: UpdateDynamicThingGroupCommandOutput) => void): void;
|
|
2386
1579
|
updateDynamicThingGroup(args: UpdateDynamicThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDynamicThingGroupCommandOutput) => void): void;
|
|
2387
1580
|
/**
|
|
2388
|
-
* @
|
|
2389
|
-
* <p>Updates the event configurations.</p>
|
|
2390
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateEventConfigurations</a> action.</p>
|
|
1581
|
+
* @see {@link UpdateEventConfigurationsCommand}
|
|
2391
1582
|
*/
|
|
2392
1583
|
updateEventConfigurations(args: UpdateEventConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEventConfigurationsCommandOutput>;
|
|
2393
1584
|
updateEventConfigurations(args: UpdateEventConfigurationsCommandInput, cb: (err: any, data?: UpdateEventConfigurationsCommandOutput) => void): void;
|
|
2394
1585
|
updateEventConfigurations(args: UpdateEventConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEventConfigurationsCommandOutput) => void): void;
|
|
2395
1586
|
/**
|
|
2396
|
-
* @
|
|
2397
|
-
* <p>Updates the data for a fleet metric.</p>
|
|
2398
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateFleetMetric</a> action.</p>
|
|
1587
|
+
* @see {@link UpdateFleetMetricCommand}
|
|
2399
1588
|
*/
|
|
2400
1589
|
updateFleetMetric(args: UpdateFleetMetricCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFleetMetricCommandOutput>;
|
|
2401
1590
|
updateFleetMetric(args: UpdateFleetMetricCommandInput, cb: (err: any, data?: UpdateFleetMetricCommandOutput) => void): void;
|
|
2402
1591
|
updateFleetMetric(args: UpdateFleetMetricCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFleetMetricCommandOutput) => void): void;
|
|
2403
1592
|
/**
|
|
2404
|
-
* @
|
|
2405
|
-
* <p>Updates the search configuration.</p>
|
|
2406
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateIndexingConfiguration</a> action.</p>
|
|
1593
|
+
* @see {@link UpdateIndexingConfigurationCommand}
|
|
2407
1594
|
*/
|
|
2408
1595
|
updateIndexingConfiguration(args: UpdateIndexingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIndexingConfigurationCommandOutput>;
|
|
2409
1596
|
updateIndexingConfiguration(args: UpdateIndexingConfigurationCommandInput, cb: (err: any, data?: UpdateIndexingConfigurationCommandOutput) => void): void;
|
|
2410
1597
|
updateIndexingConfiguration(args: UpdateIndexingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIndexingConfigurationCommandOutput) => void): void;
|
|
2411
1598
|
/**
|
|
2412
|
-
* @
|
|
2413
|
-
* <p>Updates supported fields of the specified job.</p>
|
|
2414
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateJob</a> action.</p>
|
|
1599
|
+
* @see {@link UpdateJobCommand}
|
|
2415
1600
|
*/
|
|
2416
1601
|
updateJob(args: UpdateJobCommandInput, options?: __HttpHandlerOptions): Promise<UpdateJobCommandOutput>;
|
|
2417
1602
|
updateJob(args: UpdateJobCommandInput, cb: (err: any, data?: UpdateJobCommandOutput) => void): void;
|
|
2418
1603
|
updateJob(args: UpdateJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateJobCommandOutput) => void): void;
|
|
2419
1604
|
/**
|
|
2420
|
-
* @
|
|
2421
|
-
* <p>Updates the definition for the specified mitigation action.</p>
|
|
2422
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateMitigationAction</a> action.</p>
|
|
1605
|
+
* @see {@link UpdateMitigationActionCommand}
|
|
2423
1606
|
*/
|
|
2424
1607
|
updateMitigationAction(args: UpdateMitigationActionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMitigationActionCommandOutput>;
|
|
2425
1608
|
updateMitigationAction(args: UpdateMitigationActionCommandInput, cb: (err: any, data?: UpdateMitigationActionCommandOutput) => void): void;
|
|
2426
1609
|
updateMitigationAction(args: UpdateMitigationActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMitigationActionCommandOutput) => void): void;
|
|
2427
1610
|
/**
|
|
2428
|
-
* @
|
|
2429
|
-
* <p>Updates a provisioning template.</p>
|
|
2430
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateProvisioningTemplate</a> action.</p>
|
|
1611
|
+
* @see {@link UpdateProvisioningTemplateCommand}
|
|
2431
1612
|
*/
|
|
2432
1613
|
updateProvisioningTemplate(args: UpdateProvisioningTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProvisioningTemplateCommandOutput>;
|
|
2433
1614
|
updateProvisioningTemplate(args: UpdateProvisioningTemplateCommandInput, cb: (err: any, data?: UpdateProvisioningTemplateCommandOutput) => void): void;
|
|
2434
1615
|
updateProvisioningTemplate(args: UpdateProvisioningTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProvisioningTemplateCommandOutput) => void): void;
|
|
2435
1616
|
/**
|
|
2436
|
-
* @
|
|
2437
|
-
* <p>Updates a role alias.</p>
|
|
2438
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateRoleAlias</a> action.</p>
|
|
1617
|
+
* @see {@link UpdateRoleAliasCommand}
|
|
2439
1618
|
*/
|
|
2440
1619
|
updateRoleAlias(args: UpdateRoleAliasCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRoleAliasCommandOutput>;
|
|
2441
1620
|
updateRoleAlias(args: UpdateRoleAliasCommandInput, cb: (err: any, data?: UpdateRoleAliasCommandOutput) => void): void;
|
|
2442
1621
|
updateRoleAlias(args: UpdateRoleAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRoleAliasCommandOutput) => void): void;
|
|
2443
1622
|
/**
|
|
2444
|
-
* @
|
|
2445
|
-
* <p>Updates a scheduled audit, including which checks are performed and
|
|
2446
|
-
* how often the audit takes place.</p>
|
|
2447
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateScheduledAudit</a> action.</p>
|
|
1623
|
+
* @see {@link UpdateScheduledAuditCommand}
|
|
2448
1624
|
*/
|
|
2449
1625
|
updateScheduledAudit(args: UpdateScheduledAuditCommandInput, options?: __HttpHandlerOptions): Promise<UpdateScheduledAuditCommandOutput>;
|
|
2450
1626
|
updateScheduledAudit(args: UpdateScheduledAuditCommandInput, cb: (err: any, data?: UpdateScheduledAuditCommandOutput) => void): void;
|
|
2451
1627
|
updateScheduledAudit(args: UpdateScheduledAuditCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateScheduledAuditCommandOutput) => void): void;
|
|
2452
1628
|
/**
|
|
2453
|
-
* @
|
|
2454
|
-
* <p>Updates a Device Defender security profile.</p>
|
|
2455
|
-
* <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>
|
|
1629
|
+
* @see {@link UpdateSecurityProfileCommand}
|
|
2456
1630
|
*/
|
|
2457
1631
|
updateSecurityProfile(args: UpdateSecurityProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSecurityProfileCommandOutput>;
|
|
2458
1632
|
updateSecurityProfile(args: UpdateSecurityProfileCommandInput, cb: (err: any, data?: UpdateSecurityProfileCommandOutput) => void): void;
|
|
2459
1633
|
updateSecurityProfile(args: UpdateSecurityProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSecurityProfileCommandOutput) => void): void;
|
|
2460
1634
|
/**
|
|
2461
|
-
* @
|
|
2462
|
-
* <p>Updates an existing stream. The stream version will be incremented by one.</p>
|
|
2463
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateStream</a> action.</p>
|
|
1635
|
+
* @see {@link UpdateStreamCommand}
|
|
2464
1636
|
*/
|
|
2465
1637
|
updateStream(args: UpdateStreamCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStreamCommandOutput>;
|
|
2466
1638
|
updateStream(args: UpdateStreamCommandInput, cb: (err: any, data?: UpdateStreamCommandOutput) => void): void;
|
|
2467
1639
|
updateStream(args: UpdateStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStreamCommandOutput) => void): void;
|
|
2468
1640
|
/**
|
|
2469
|
-
* @
|
|
2470
|
-
* <p>Updates the data for a thing.</p>
|
|
2471
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateThing</a> action.</p>
|
|
1641
|
+
* @see {@link UpdateThingCommand}
|
|
2472
1642
|
*/
|
|
2473
1643
|
updateThing(args: UpdateThingCommandInput, options?: __HttpHandlerOptions): Promise<UpdateThingCommandOutput>;
|
|
2474
1644
|
updateThing(args: UpdateThingCommandInput, cb: (err: any, data?: UpdateThingCommandOutput) => void): void;
|
|
2475
1645
|
updateThing(args: UpdateThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThingCommandOutput) => void): void;
|
|
2476
1646
|
/**
|
|
2477
|
-
* @
|
|
2478
|
-
* <p>Update a thing group.</p>
|
|
2479
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateThingGroup</a> action.</p>
|
|
1647
|
+
* @see {@link UpdateThingGroupCommand}
|
|
2480
1648
|
*/
|
|
2481
1649
|
updateThingGroup(args: UpdateThingGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateThingGroupCommandOutput>;
|
|
2482
1650
|
updateThingGroup(args: UpdateThingGroupCommandInput, cb: (err: any, data?: UpdateThingGroupCommandOutput) => void): void;
|
|
2483
1651
|
updateThingGroup(args: UpdateThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThingGroupCommandOutput) => void): void;
|
|
2484
1652
|
/**
|
|
2485
|
-
* @
|
|
2486
|
-
* <p>Updates the groups to which the thing belongs.</p>
|
|
2487
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateThingGroupsForThing</a> action.</p>
|
|
1653
|
+
* @see {@link UpdateThingGroupsForThingCommand}
|
|
2488
1654
|
*/
|
|
2489
1655
|
updateThingGroupsForThing(args: UpdateThingGroupsForThingCommandInput, options?: __HttpHandlerOptions): Promise<UpdateThingGroupsForThingCommandOutput>;
|
|
2490
1656
|
updateThingGroupsForThing(args: UpdateThingGroupsForThingCommandInput, cb: (err: any, data?: UpdateThingGroupsForThingCommandOutput) => void): void;
|
|
2491
1657
|
updateThingGroupsForThing(args: UpdateThingGroupsForThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThingGroupsForThingCommandOutput) => void): void;
|
|
2492
1658
|
/**
|
|
2493
|
-
* @
|
|
2494
|
-
* <p>Updates a topic rule destination. You use this to change the status, endpoint URL, or
|
|
2495
|
-
* confirmation URL of the destination.</p>
|
|
2496
|
-
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateTopicRuleDestination</a> action.</p>
|
|
1659
|
+
* @see {@link UpdateTopicRuleDestinationCommand}
|
|
2497
1660
|
*/
|
|
2498
1661
|
updateTopicRuleDestination(args: UpdateTopicRuleDestinationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTopicRuleDestinationCommandOutput>;
|
|
2499
1662
|
updateTopicRuleDestination(args: UpdateTopicRuleDestinationCommandInput, cb: (err: any, data?: UpdateTopicRuleDestinationCommandOutput) => void): void;
|
|
2500
1663
|
updateTopicRuleDestination(args: UpdateTopicRuleDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTopicRuleDestinationCommandOutput) => void): void;
|
|
2501
1664
|
/**
|
|
2502
|
-
* @
|
|
2503
|
-
* <p>Validates a Device Defender security profile behaviors specification.</p>
|
|
2504
|
-
* <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>
|
|
1665
|
+
* @see {@link ValidateSecurityProfileBehaviorsCommand}
|
|
2505
1666
|
*/
|
|
2506
1667
|
validateSecurityProfileBehaviors(args: ValidateSecurityProfileBehaviorsCommandInput, options?: __HttpHandlerOptions): Promise<ValidateSecurityProfileBehaviorsCommandOutput>;
|
|
2507
1668
|
validateSecurityProfileBehaviors(args: ValidateSecurityProfileBehaviorsCommandInput, cb: (err: any, data?: ValidateSecurityProfileBehaviorsCommandOutput) => void): void;
|
|
2508
1669
|
validateSecurityProfileBehaviors(args: ValidateSecurityProfileBehaviorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ValidateSecurityProfileBehaviorsCommandOutput) => void): void;
|
|
2509
1670
|
}
|
|
1671
|
+
/**
|
|
1672
|
+
* @public
|
|
1673
|
+
* <fullname>IoT</fullname>
|
|
1674
|
+
* <p>IoT provides secure, bi-directional communication between Internet-connected
|
|
1675
|
+
* devices (such as sensors, actuators, embedded devices, or smart appliances) and the Amazon Web Services
|
|
1676
|
+
* cloud. You can discover your custom IoT-Data endpoint to communicate with, configure
|
|
1677
|
+
* rules for data processing and integration with other services, organize resources
|
|
1678
|
+
* associated with each device (Registry), configure logging, and create and manage
|
|
1679
|
+
* policies and credentials to authenticate devices.</p>
|
|
1680
|
+
* <p>The service endpoints that expose this API are listed in
|
|
1681
|
+
* <a href="https://docs.aws.amazon.com/general/latest/gr/iot-core.html">Amazon Web Services IoT Core Endpoints and Quotas</a>.
|
|
1682
|
+
* You must use the endpoint for the region that has the resources you want to access.</p>
|
|
1683
|
+
* <p>The service name used by <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Amazon Web Services
|
|
1684
|
+
* Signature Version 4</a> to sign the request is:
|
|
1685
|
+
* <i>execute-api</i>.</p>
|
|
1686
|
+
* <p>For more information about how IoT works, see the <a href="https://docs.aws.amazon.com/iot/latest/developerguide/aws-iot-how-it-works.html">Developer
|
|
1687
|
+
* Guide</a>.</p>
|
|
1688
|
+
* <p>For information about how to use the credentials provider for IoT, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/authorizing-direct-aws.html">Authorizing Direct Calls to Amazon Web Services Services</a>.</p>
|
|
1689
|
+
*/
|
|
1690
|
+
export declare class IoT extends IoTClient implements IoT {
|
|
1691
|
+
}
|