@aws-sdk/client-iot 3.259.0 → 3.262.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/endpoint/ruleset.js +3 -3
- package/dist-cjs/protocols/Aws_restJson1.js +2 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +2 -0
- package/dist-types/IoT.d.ts +88 -94
- package/dist-types/IoTClient.d.ts +5 -5
- package/dist-types/commands/AddThingToBillingGroupCommand.d.ts +1 -1
- package/dist-types/commands/AddThingToThingGroupCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTargetsWithJobCommand.d.ts +5 -5
- package/dist-types/commands/AttachThingPrincipalCommand.d.ts +1 -1
- package/dist-types/commands/CancelJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateBillingGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateCertificateFromCsrCommand.d.ts +0 -3
- package/dist-types/commands/CreateDynamicThingGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateOTAUpdateCommand.d.ts +1 -1
- package/dist-types/commands/CreateStreamCommand.d.ts +1 -1
- package/dist-types/commands/CreateThingCommand.d.ts +4 -4
- package/dist-types/commands/CreateThingGroupCommand.d.ts +4 -4
- package/dist-types/commands/CreateThingTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBillingGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDynamicThingGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOTAUpdateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStreamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThingCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThingGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThingTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeprecateThingTypeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBillingGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeJobExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStreamCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThingCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThingGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThingRegistrationTaskCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThingTypeCommand.d.ts +1 -1
- package/dist-types/commands/DetachThingPrincipalCommand.d.ts +4 -4
- package/dist-types/commands/GetJobDocumentCommand.d.ts +1 -1
- package/dist-types/commands/GetOTAUpdateCommand.d.ts +1 -1
- package/dist-types/commands/ListBillingGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListJobExecutionsForJobCommand.d.ts +1 -1
- package/dist-types/commands/ListJobExecutionsForThingCommand.d.ts +1 -1
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListOTAUpdatesCommand.d.ts +1 -1
- package/dist-types/commands/ListPrincipalThingsCommand.d.ts +1 -1
- package/dist-types/commands/ListStreamsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListThingGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListThingGroupsForThingCommand.d.ts +1 -1
- package/dist-types/commands/ListThingPrincipalsCommand.d.ts +1 -1
- package/dist-types/commands/ListThingRegistrationTasksCommand.d.ts +1 -1
- package/dist-types/commands/ListThingTypesCommand.d.ts +1 -1
- package/dist-types/commands/ListThingsCommand.d.ts +4 -5
- package/dist-types/commands/ListThingsInBillingGroupCommand.d.ts +1 -1
- package/dist-types/commands/ListThingsInThingGroupCommand.d.ts +1 -1
- package/dist-types/commands/RemoveThingFromBillingGroupCommand.d.ts +2 -2
- package/dist-types/commands/RemoveThingFromThingGroupCommand.d.ts +2 -2
- package/dist-types/commands/StartThingRegistrationTaskCommand.d.ts +1 -1
- package/dist-types/commands/StopThingRegistrationTaskCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TransferCertificateCommand.d.ts +0 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBillingGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCertificateCommand.d.ts +0 -1
- package/dist-types/commands/UpdateDynamicThingGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEventConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStreamCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThingCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThingGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThingGroupsForThingCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +51 -46
- package/dist-types/models/models_1.d.ts +27 -27
- package/dist-types/models/models_2.d.ts +18 -18
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +6 -6
package/dist-types/IoT.d.ts
CHANGED
|
@@ -240,21 +240,21 @@ import { ValidateSecurityProfileBehaviorsCommandInput, ValidateSecurityProfileBe
|
|
|
240
240
|
import { IoTClient } from "./IoTClient";
|
|
241
241
|
/**
|
|
242
242
|
* <fullname>IoT</fullname>
|
|
243
|
-
*
|
|
243
|
+
* <p>IoT provides secure, bi-directional communication between Internet-connected
|
|
244
244
|
* devices (such as sensors, actuators, embedded devices, or smart appliances) and the Amazon Web Services
|
|
245
245
|
* cloud. You can discover your custom IoT-Data endpoint to communicate with, configure
|
|
246
246
|
* rules for data processing and integration with other services, organize resources
|
|
247
247
|
* associated with each device (Registry), configure logging, and create and manage
|
|
248
248
|
* policies and credentials to authenticate devices.</p>
|
|
249
|
-
*
|
|
249
|
+
* <p>The service endpoints that expose this API are listed in
|
|
250
250
|
* <a href="https://docs.aws.amazon.com/general/latest/gr/iot-core.html">Amazon Web Services IoT Core Endpoints and Quotas</a>.
|
|
251
251
|
* You must use the endpoint for the region that has the resources you want to access.</p>
|
|
252
|
-
*
|
|
252
|
+
* <p>The service name used by <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Amazon Web Services
|
|
253
253
|
* Signature Version 4</a> to sign the request is:
|
|
254
254
|
* <i>execute-api</i>.</p>
|
|
255
|
-
*
|
|
255
|
+
* <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
|
|
256
256
|
* Guide</a>.</p>
|
|
257
|
-
*
|
|
257
|
+
* <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>
|
|
258
258
|
*/
|
|
259
259
|
export declare class IoT extends IoTClient {
|
|
260
260
|
/**
|
|
@@ -269,33 +269,33 @@ export declare class IoT extends IoTClient {
|
|
|
269
269
|
acceptCertificateTransfer(args: AcceptCertificateTransferCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptCertificateTransferCommandOutput) => void): void;
|
|
270
270
|
/**
|
|
271
271
|
* <p>Adds a thing to a billing group.</p>
|
|
272
|
-
*
|
|
272
|
+
* <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>
|
|
273
273
|
*/
|
|
274
274
|
addThingToBillingGroup(args: AddThingToBillingGroupCommandInput, options?: __HttpHandlerOptions): Promise<AddThingToBillingGroupCommandOutput>;
|
|
275
275
|
addThingToBillingGroup(args: AddThingToBillingGroupCommandInput, cb: (err: any, data?: AddThingToBillingGroupCommandOutput) => void): void;
|
|
276
276
|
addThingToBillingGroup(args: AddThingToBillingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddThingToBillingGroupCommandOutput) => void): void;
|
|
277
277
|
/**
|
|
278
278
|
* <p>Adds a thing to a thing group.</p>
|
|
279
|
-
*
|
|
279
|
+
* <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>
|
|
280
280
|
*/
|
|
281
281
|
addThingToThingGroup(args: AddThingToThingGroupCommandInput, options?: __HttpHandlerOptions): Promise<AddThingToThingGroupCommandOutput>;
|
|
282
282
|
addThingToThingGroup(args: AddThingToThingGroupCommandInput, cb: (err: any, data?: AddThingToThingGroupCommandOutput) => void): void;
|
|
283
283
|
addThingToThingGroup(args: AddThingToThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddThingToThingGroupCommandOutput) => void): void;
|
|
284
284
|
/**
|
|
285
285
|
* <p>Associates a group with a continuous job. The following criteria must be met: </p>
|
|
286
|
-
*
|
|
286
|
+
* <ul>
|
|
287
287
|
* <li>
|
|
288
|
-
*
|
|
288
|
+
* <p>The job must have been created with the <code>targetSelection</code> field set to
|
|
289
289
|
* "CONTINUOUS".</p>
|
|
290
290
|
* </li>
|
|
291
291
|
* <li>
|
|
292
|
-
*
|
|
292
|
+
* <p>The job status must currently be "IN_PROGRESS".</p>
|
|
293
293
|
* </li>
|
|
294
294
|
* <li>
|
|
295
|
-
*
|
|
295
|
+
* <p>The total number of targets associated with a job must not exceed 100.</p>
|
|
296
296
|
* </li>
|
|
297
297
|
* </ul>
|
|
298
|
-
*
|
|
298
|
+
* <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>
|
|
299
299
|
*/
|
|
300
300
|
associateTargetsWithJob(args: AssociateTargetsWithJobCommandInput, options?: __HttpHandlerOptions): Promise<AssociateTargetsWithJobCommandOutput>;
|
|
301
301
|
associateTargetsWithJob(args: AssociateTargetsWithJobCommandInput, cb: (err: any, data?: AssociateTargetsWithJobCommandOutput) => void): void;
|
|
@@ -332,7 +332,7 @@ export declare class IoT extends IoTClient {
|
|
|
332
332
|
/**
|
|
333
333
|
* <p>Attaches the specified principal to the specified thing. A principal can be X.509
|
|
334
334
|
* certificates, Amazon Cognito identities or federated identities.</p>
|
|
335
|
-
*
|
|
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">AttachThingPrincipal</a> action.</p>
|
|
336
336
|
*/
|
|
337
337
|
attachThingPrincipal(args: AttachThingPrincipalCommandInput, options?: __HttpHandlerOptions): Promise<AttachThingPrincipalCommandOutput>;
|
|
338
338
|
attachThingPrincipal(args: AttachThingPrincipalCommandInput, cb: (err: any, data?: AttachThingPrincipalCommandOutput) => void): void;
|
|
@@ -378,7 +378,7 @@ export declare class IoT extends IoTClient {
|
|
|
378
378
|
cancelDetectMitigationActionsTask(args: CancelDetectMitigationActionsTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelDetectMitigationActionsTaskCommandOutput) => void): void;
|
|
379
379
|
/**
|
|
380
380
|
* <p>Cancels a job.</p>
|
|
381
|
-
*
|
|
381
|
+
* <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>
|
|
382
382
|
*/
|
|
383
383
|
cancelJob(args: CancelJobCommandInput, options?: __HttpHandlerOptions): Promise<CancelJobCommandOutput>;
|
|
384
384
|
cancelJob(args: CancelJobCommandInput, cb: (err: any, data?: CancelJobCommandOutput) => void): void;
|
|
@@ -425,7 +425,7 @@ export declare class IoT extends IoTClient {
|
|
|
425
425
|
createAuthorizer(args: CreateAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAuthorizerCommandOutput) => void): void;
|
|
426
426
|
/**
|
|
427
427
|
* <p>Creates a billing group.</p>
|
|
428
|
-
*
|
|
428
|
+
* <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>
|
|
429
429
|
*/
|
|
430
430
|
createBillingGroup(args: CreateBillingGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateBillingGroupCommandOutput>;
|
|
431
431
|
createBillingGroup(args: CreateBillingGroupCommandInput, cb: (err: any, data?: CreateBillingGroupCommandOutput) => void): void;
|
|
@@ -442,16 +442,13 @@ export declare class IoT extends IoTClient {
|
|
|
442
442
|
* <b>Note:</b> Reusing the same certificate signing request (CSR)
|
|
443
443
|
* results in a distinct certificate.</p>
|
|
444
444
|
* <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.</p>
|
|
445
|
-
*
|
|
446
445
|
* <p>You can create multiple certificates in a batch by creating a directory, copying
|
|
447
446
|
* multiple .csr files into that directory, and then specifying that directory on the command
|
|
448
447
|
* line. The following commands show how to create a batch of certificates given a batch of
|
|
449
448
|
* CSRs.</p>
|
|
450
449
|
* <p>Assuming a set of CSRs are located inside of the directory
|
|
451
450
|
* my-csr-directory:</p>
|
|
452
|
-
*
|
|
453
451
|
* <p>On Linux and OS X, the command is:</p>
|
|
454
|
-
*
|
|
455
452
|
* <p>$ ls my-csr-directory/ | xargs -I {} aws iot create-certificate-from-csr
|
|
456
453
|
* --certificate-signing-request file://my-csr-directory/{}</p>
|
|
457
454
|
* <p>This command lists all of the CSRs in my-csr-directory and pipes each CSR file name
|
|
@@ -500,7 +497,7 @@ export declare class IoT extends IoTClient {
|
|
|
500
497
|
createDomainConfiguration(args: CreateDomainConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDomainConfigurationCommandOutput) => void): void;
|
|
501
498
|
/**
|
|
502
499
|
* <p>Creates a dynamic thing group.</p>
|
|
503
|
-
*
|
|
500
|
+
* <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>
|
|
504
501
|
*/
|
|
505
502
|
createDynamicThingGroup(args: CreateDynamicThingGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDynamicThingGroupCommandOutput>;
|
|
506
503
|
createDynamicThingGroup(args: CreateDynamicThingGroupCommandInput, cb: (err: any, data?: CreateDynamicThingGroupCommandOutput) => void): void;
|
|
@@ -514,14 +511,14 @@ export declare class IoT extends IoTClient {
|
|
|
514
511
|
createFleetMetric(args: CreateFleetMetricCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFleetMetricCommandOutput) => void): void;
|
|
515
512
|
/**
|
|
516
513
|
* <p>Creates a job.</p>
|
|
517
|
-
*
|
|
514
|
+
* <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>
|
|
518
515
|
*/
|
|
519
516
|
createJob(args: CreateJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateJobCommandOutput>;
|
|
520
517
|
createJob(args: CreateJobCommandInput, cb: (err: any, data?: CreateJobCommandOutput) => void): void;
|
|
521
518
|
createJob(args: CreateJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateJobCommandOutput) => void): void;
|
|
522
519
|
/**
|
|
523
520
|
* <p>Creates a job template.</p>
|
|
524
|
-
*
|
|
521
|
+
* <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>
|
|
525
522
|
*/
|
|
526
523
|
createJobTemplate(args: CreateJobTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateJobTemplateCommandOutput>;
|
|
527
524
|
createJobTemplate(args: CreateJobTemplateCommandInput, cb: (err: any, data?: CreateJobTemplateCommandOutput) => void): void;
|
|
@@ -548,7 +545,7 @@ export declare class IoT extends IoTClient {
|
|
|
548
545
|
createMitigationAction(args: CreateMitigationActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMitigationActionCommandOutput) => void): void;
|
|
549
546
|
/**
|
|
550
547
|
* <p>Creates an IoT OTA update on a target group of things or groups.</p>
|
|
551
|
-
*
|
|
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">CreateOTAUpdate</a> action.</p>
|
|
552
549
|
*/
|
|
553
550
|
createOTAUpdate(args: CreateOTAUpdateCommandInput, options?: __HttpHandlerOptions): Promise<CreateOTAUpdateCommandOutput>;
|
|
554
551
|
createOTAUpdate(args: CreateOTAUpdateCommandInput, cb: (err: any, data?: CreateOTAUpdateCommandOutput) => void): void;
|
|
@@ -623,7 +620,7 @@ export declare class IoT extends IoTClient {
|
|
|
623
620
|
* <p>Creates a stream for delivering one or more large files in chunks over MQTT. A stream transports data
|
|
624
621
|
* bytes in chunks or blocks packaged as MQTT messages from a source like S3. You can have one or more files
|
|
625
622
|
* associated with a stream.</p>
|
|
626
|
-
*
|
|
623
|
+
* <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>
|
|
627
624
|
*/
|
|
628
625
|
createStream(args: CreateStreamCommandInput, options?: __HttpHandlerOptions): Promise<CreateStreamCommandOutput>;
|
|
629
626
|
createStream(args: CreateStreamCommandInput, cb: (err: any, data?: CreateStreamCommandOutput) => void): void;
|
|
@@ -633,29 +630,29 @@ export declare class IoT extends IoTClient {
|
|
|
633
630
|
* the same thing name and configuration, the call will succeed. If this call is made with
|
|
634
631
|
* the same thing name but different configuration a
|
|
635
632
|
* <code>ResourceAlreadyExistsException</code> is thrown.</p>
|
|
636
|
-
*
|
|
637
|
-
*
|
|
633
|
+
* <note>
|
|
634
|
+
* <p>This is a control plane operation. See <a href="https://docs.aws.amazon.com/iot/latest/developerguide/iot-authorization.html">Authorization</a> for
|
|
638
635
|
* information about authorizing control plane actions.</p>
|
|
639
|
-
*
|
|
640
|
-
*
|
|
636
|
+
* </note>
|
|
637
|
+
* <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>
|
|
641
638
|
*/
|
|
642
639
|
createThing(args: CreateThingCommandInput, options?: __HttpHandlerOptions): Promise<CreateThingCommandOutput>;
|
|
643
640
|
createThing(args: CreateThingCommandInput, cb: (err: any, data?: CreateThingCommandOutput) => void): void;
|
|
644
641
|
createThing(args: CreateThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateThingCommandOutput) => void): void;
|
|
645
642
|
/**
|
|
646
643
|
* <p>Create a thing group.</p>
|
|
647
|
-
*
|
|
648
|
-
*
|
|
644
|
+
* <note>
|
|
645
|
+
* <p>This is a control plane operation. See <a href="https://docs.aws.amazon.com/iot/latest/developerguide/iot-authorization.html">Authorization</a> for
|
|
649
646
|
* information about authorizing control plane actions.</p>
|
|
650
|
-
*
|
|
651
|
-
*
|
|
647
|
+
* </note>
|
|
648
|
+
* <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>
|
|
652
649
|
*/
|
|
653
650
|
createThingGroup(args: CreateThingGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateThingGroupCommandOutput>;
|
|
654
651
|
createThingGroup(args: CreateThingGroupCommandInput, cb: (err: any, data?: CreateThingGroupCommandOutput) => void): void;
|
|
655
652
|
createThingGroup(args: CreateThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateThingGroupCommandOutput) => void): void;
|
|
656
653
|
/**
|
|
657
654
|
* <p>Creates a new thing type.</p>
|
|
658
|
-
*
|
|
655
|
+
* <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>
|
|
659
656
|
*/
|
|
660
657
|
createThingType(args: CreateThingTypeCommandInput, options?: __HttpHandlerOptions): Promise<CreateThingTypeCommandOutput>;
|
|
661
658
|
createThingType(args: CreateThingTypeCommandInput, cb: (err: any, data?: CreateThingTypeCommandOutput) => void): void;
|
|
@@ -702,7 +699,7 @@ export declare class IoT extends IoTClient {
|
|
|
702
699
|
deleteAuthorizer(args: DeleteAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAuthorizerCommandOutput) => void): void;
|
|
703
700
|
/**
|
|
704
701
|
* <p>Deletes the billing group.</p>
|
|
705
|
-
*
|
|
702
|
+
* <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>
|
|
706
703
|
*/
|
|
707
704
|
deleteBillingGroup(args: DeleteBillingGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBillingGroupCommandOutput>;
|
|
708
705
|
deleteBillingGroup(args: DeleteBillingGroupCommandInput, cb: (err: any, data?: DeleteBillingGroupCommandOutput) => void): void;
|
|
@@ -757,7 +754,7 @@ export declare class IoT extends IoTClient {
|
|
|
757
754
|
deleteDomainConfiguration(args: DeleteDomainConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDomainConfigurationCommandOutput) => void): void;
|
|
758
755
|
/**
|
|
759
756
|
* <p>Deletes a dynamic thing group.</p>
|
|
760
|
-
*
|
|
757
|
+
* <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>
|
|
761
758
|
*/
|
|
762
759
|
deleteDynamicThingGroup(args: DeleteDynamicThingGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDynamicThingGroupCommandOutput>;
|
|
763
760
|
deleteDynamicThingGroup(args: DeleteDynamicThingGroupCommandInput, cb: (err: any, data?: DeleteDynamicThingGroupCommandOutput) => void): void;
|
|
@@ -806,7 +803,7 @@ export declare class IoT extends IoTClient {
|
|
|
806
803
|
deleteMitigationAction(args: DeleteMitigationActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMitigationActionCommandOutput) => void): void;
|
|
807
804
|
/**
|
|
808
805
|
* <p>Delete an OTA update.</p>
|
|
809
|
-
*
|
|
806
|
+
* <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>
|
|
810
807
|
*/
|
|
811
808
|
deleteOTAUpdate(args: DeleteOTAUpdateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteOTAUpdateCommandOutput>;
|
|
812
809
|
deleteOTAUpdate(args: DeleteOTAUpdateCommandInput, cb: (err: any, data?: DeleteOTAUpdateCommandOutput) => void): void;
|
|
@@ -882,7 +879,7 @@ export declare class IoT extends IoTClient {
|
|
|
882
879
|
deleteSecurityProfile(args: DeleteSecurityProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSecurityProfileCommandOutput) => void): void;
|
|
883
880
|
/**
|
|
884
881
|
* <p>Deletes a stream.</p>
|
|
885
|
-
*
|
|
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">DeleteStream</a> action.</p>
|
|
886
883
|
*/
|
|
887
884
|
deleteStream(args: DeleteStreamCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStreamCommandOutput>;
|
|
888
885
|
deleteStream(args: DeleteStreamCommandInput, cb: (err: any, data?: DeleteStreamCommandOutput) => void): void;
|
|
@@ -890,14 +887,14 @@ export declare class IoT extends IoTClient {
|
|
|
890
887
|
/**
|
|
891
888
|
* <p>Deletes the specified thing. Returns successfully with no error if the deletion is
|
|
892
889
|
* successful or you specify a thing that doesn't exist.</p>
|
|
893
|
-
*
|
|
890
|
+
* <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>
|
|
894
891
|
*/
|
|
895
892
|
deleteThing(args: DeleteThingCommandInput, options?: __HttpHandlerOptions): Promise<DeleteThingCommandOutput>;
|
|
896
893
|
deleteThing(args: DeleteThingCommandInput, cb: (err: any, data?: DeleteThingCommandOutput) => void): void;
|
|
897
894
|
deleteThing(args: DeleteThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteThingCommandOutput) => void): void;
|
|
898
895
|
/**
|
|
899
896
|
* <p>Deletes a thing group.</p>
|
|
900
|
-
*
|
|
897
|
+
* <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>
|
|
901
898
|
*/
|
|
902
899
|
deleteThingGroup(args: DeleteThingGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteThingGroupCommandOutput>;
|
|
903
900
|
deleteThingGroup(args: DeleteThingGroupCommandInput, cb: (err: any, data?: DeleteThingGroupCommandOutput) => void): void;
|
|
@@ -906,7 +903,7 @@ export declare class IoT extends IoTClient {
|
|
|
906
903
|
* <p>Deletes the specified thing type. You cannot delete a thing type if it has things
|
|
907
904
|
* 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
|
|
908
905
|
* finally use <a>DeleteThingType</a> to delete the thing type.</p>
|
|
909
|
-
*
|
|
906
|
+
* <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>
|
|
910
907
|
*/
|
|
911
908
|
deleteThingType(args: DeleteThingTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteThingTypeCommandOutput>;
|
|
912
909
|
deleteThingType(args: DeleteThingTypeCommandInput, cb: (err: any, data?: DeleteThingTypeCommandOutput) => void): void;
|
|
@@ -935,7 +932,7 @@ export declare class IoT extends IoTClient {
|
|
|
935
932
|
/**
|
|
936
933
|
* <p>Deprecates a thing type. You can not associate new things with deprecated thing
|
|
937
934
|
* type.</p>
|
|
938
|
-
*
|
|
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">DeprecateThingType</a> action.</p>
|
|
939
936
|
*/
|
|
940
937
|
deprecateThingType(args: DeprecateThingTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeprecateThingTypeCommandOutput>;
|
|
941
938
|
deprecateThingType(args: DeprecateThingTypeCommandInput, cb: (err: any, data?: DeprecateThingTypeCommandOutput) => void): void;
|
|
@@ -990,7 +987,7 @@ export declare class IoT extends IoTClient {
|
|
|
990
987
|
describeAuthorizer(args: DescribeAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAuthorizerCommandOutput) => void): void;
|
|
991
988
|
/**
|
|
992
989
|
* <p>Returns information about a billing group.</p>
|
|
993
|
-
*
|
|
990
|
+
* <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>
|
|
994
991
|
*/
|
|
995
992
|
describeBillingGroup(args: DescribeBillingGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBillingGroupCommandOutput>;
|
|
996
993
|
describeBillingGroup(args: DescribeBillingGroupCommandInput, cb: (err: any, data?: DescribeBillingGroupCommandOutput) => void): void;
|
|
@@ -1057,7 +1054,7 @@ export declare class IoT extends IoTClient {
|
|
|
1057
1054
|
describeEndpoint(args: DescribeEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEndpointCommandOutput) => void): void;
|
|
1058
1055
|
/**
|
|
1059
1056
|
* <p>Describes event configurations.</p>
|
|
1060
|
-
*
|
|
1057
|
+
* <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>
|
|
1061
1058
|
*/
|
|
1062
1059
|
describeEventConfigurations(args: DescribeEventConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventConfigurationsCommandOutput>;
|
|
1063
1060
|
describeEventConfigurations(args: DescribeEventConfigurationsCommandInput, cb: (err: any, data?: DescribeEventConfigurationsCommandOutput) => void): void;
|
|
@@ -1078,14 +1075,14 @@ export declare class IoT extends IoTClient {
|
|
|
1078
1075
|
describeIndex(args: DescribeIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIndexCommandOutput) => void): void;
|
|
1079
1076
|
/**
|
|
1080
1077
|
* <p>Describes a job.</p>
|
|
1081
|
-
*
|
|
1078
|
+
* <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>
|
|
1082
1079
|
*/
|
|
1083
1080
|
describeJob(args: DescribeJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeJobCommandOutput>;
|
|
1084
1081
|
describeJob(args: DescribeJobCommandInput, cb: (err: any, data?: DescribeJobCommandOutput) => void): void;
|
|
1085
1082
|
describeJob(args: DescribeJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeJobCommandOutput) => void): void;
|
|
1086
1083
|
/**
|
|
1087
1084
|
* <p>Describes a job execution.</p>
|
|
1088
|
-
*
|
|
1085
|
+
* <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>
|
|
1089
1086
|
*/
|
|
1090
1087
|
describeJobExecution(args: DescribeJobExecutionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeJobExecutionCommandOutput>;
|
|
1091
1088
|
describeJobExecution(args: DescribeJobExecutionCommandInput, cb: (err: any, data?: DescribeJobExecutionCommandOutput) => void): void;
|
|
@@ -1146,35 +1143,35 @@ export declare class IoT extends IoTClient {
|
|
|
1146
1143
|
describeSecurityProfile(args: DescribeSecurityProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSecurityProfileCommandOutput) => void): void;
|
|
1147
1144
|
/**
|
|
1148
1145
|
* <p>Gets information about a stream.</p>
|
|
1149
|
-
*
|
|
1146
|
+
* <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>
|
|
1150
1147
|
*/
|
|
1151
1148
|
describeStream(args: DescribeStreamCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStreamCommandOutput>;
|
|
1152
1149
|
describeStream(args: DescribeStreamCommandInput, cb: (err: any, data?: DescribeStreamCommandOutput) => void): void;
|
|
1153
1150
|
describeStream(args: DescribeStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStreamCommandOutput) => void): void;
|
|
1154
1151
|
/**
|
|
1155
1152
|
* <p>Gets information about the specified thing.</p>
|
|
1156
|
-
*
|
|
1153
|
+
* <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>
|
|
1157
1154
|
*/
|
|
1158
1155
|
describeThing(args: DescribeThingCommandInput, options?: __HttpHandlerOptions): Promise<DescribeThingCommandOutput>;
|
|
1159
1156
|
describeThing(args: DescribeThingCommandInput, cb: (err: any, data?: DescribeThingCommandOutput) => void): void;
|
|
1160
1157
|
describeThing(args: DescribeThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeThingCommandOutput) => void): void;
|
|
1161
1158
|
/**
|
|
1162
1159
|
* <p>Describe a thing group.</p>
|
|
1163
|
-
*
|
|
1160
|
+
* <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>
|
|
1164
1161
|
*/
|
|
1165
1162
|
describeThingGroup(args: DescribeThingGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeThingGroupCommandOutput>;
|
|
1166
1163
|
describeThingGroup(args: DescribeThingGroupCommandInput, cb: (err: any, data?: DescribeThingGroupCommandOutput) => void): void;
|
|
1167
1164
|
describeThingGroup(args: DescribeThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeThingGroupCommandOutput) => void): void;
|
|
1168
1165
|
/**
|
|
1169
1166
|
* <p>Describes a bulk thing provisioning task.</p>
|
|
1170
|
-
*
|
|
1167
|
+
* <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>
|
|
1171
1168
|
*/
|
|
1172
1169
|
describeThingRegistrationTask(args: DescribeThingRegistrationTaskCommandInput, options?: __HttpHandlerOptions): Promise<DescribeThingRegistrationTaskCommandOutput>;
|
|
1173
1170
|
describeThingRegistrationTask(args: DescribeThingRegistrationTaskCommandInput, cb: (err: any, data?: DescribeThingRegistrationTaskCommandOutput) => void): void;
|
|
1174
1171
|
describeThingRegistrationTask(args: DescribeThingRegistrationTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeThingRegistrationTaskCommandOutput) => void): void;
|
|
1175
1172
|
/**
|
|
1176
1173
|
* <p>Gets information about the specified thing type.</p>
|
|
1177
|
-
*
|
|
1174
|
+
* <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>
|
|
1178
1175
|
*/
|
|
1179
1176
|
describeThingType(args: DescribeThingTypeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeThingTypeCommandOutput>;
|
|
1180
1177
|
describeThingType(args: DescribeThingTypeCommandInput, cb: (err: any, data?: DescribeThingTypeCommandOutput) => void): void;
|
|
@@ -1213,11 +1210,11 @@ export declare class IoT extends IoTClient {
|
|
|
1213
1210
|
* <p>Detaches the specified principal from the specified thing. A principal can be X.509
|
|
1214
1211
|
* certificates, IAM users, groups, and roles, Amazon Cognito identities or federated
|
|
1215
1212
|
* identities.</p>
|
|
1216
|
-
*
|
|
1217
|
-
*
|
|
1213
|
+
* <note>
|
|
1214
|
+
* <p>This call is asynchronous. It might take several seconds for the detachment to
|
|
1218
1215
|
* propagate.</p>
|
|
1219
|
-
*
|
|
1220
|
-
*
|
|
1216
|
+
* </note>
|
|
1217
|
+
* <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>
|
|
1221
1218
|
*/
|
|
1222
1219
|
detachThingPrincipal(args: DetachThingPrincipalCommandInput, options?: __HttpHandlerOptions): Promise<DetachThingPrincipalCommandOutput>;
|
|
1223
1220
|
detachThingPrincipal(args: DetachThingPrincipalCommandInput, cb: (err: any, data?: DetachThingPrincipalCommandOutput) => void): void;
|
|
@@ -1276,7 +1273,7 @@ export declare class IoT extends IoTClient {
|
|
|
1276
1273
|
getIndexingConfiguration(args: GetIndexingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIndexingConfigurationCommandOutput) => void): void;
|
|
1277
1274
|
/**
|
|
1278
1275
|
* <p>Gets a job document.</p>
|
|
1279
|
-
*
|
|
1276
|
+
* <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>
|
|
1280
1277
|
*/
|
|
1281
1278
|
getJobDocument(args: GetJobDocumentCommandInput, options?: __HttpHandlerOptions): Promise<GetJobDocumentCommandOutput>;
|
|
1282
1279
|
getJobDocument(args: GetJobDocumentCommandInput, cb: (err: any, data?: GetJobDocumentCommandOutput) => void): void;
|
|
@@ -1292,7 +1289,7 @@ export declare class IoT extends IoTClient {
|
|
|
1292
1289
|
getLoggingOptions(args: GetLoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLoggingOptionsCommandOutput) => void): void;
|
|
1293
1290
|
/**
|
|
1294
1291
|
* <p>Gets an OTA update.</p>
|
|
1295
|
-
*
|
|
1292
|
+
* <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>
|
|
1296
1293
|
*/
|
|
1297
1294
|
getOTAUpdate(args: GetOTAUpdateCommandInput, options?: __HttpHandlerOptions): Promise<GetOTAUpdateCommandOutput>;
|
|
1298
1295
|
getOTAUpdate(args: GetOTAUpdateCommandInput, cb: (err: any, data?: GetOTAUpdateCommandOutput) => void): void;
|
|
@@ -1427,7 +1424,7 @@ export declare class IoT extends IoTClient {
|
|
|
1427
1424
|
listAuthorizers(args: ListAuthorizersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAuthorizersCommandOutput) => void): void;
|
|
1428
1425
|
/**
|
|
1429
1426
|
* <p>Lists the billing groups you have created.</p>
|
|
1430
|
-
*
|
|
1427
|
+
* <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>
|
|
1431
1428
|
*/
|
|
1432
1429
|
listBillingGroups(args: ListBillingGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListBillingGroupsCommandOutput>;
|
|
1433
1430
|
listBillingGroups(args: ListBillingGroupsCommandInput, cb: (err: any, data?: ListBillingGroupsCommandOutput) => void): void;
|
|
@@ -1515,28 +1512,28 @@ export declare class IoT extends IoTClient {
|
|
|
1515
1512
|
listIndices(args: ListIndicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIndicesCommandOutput) => void): void;
|
|
1516
1513
|
/**
|
|
1517
1514
|
* <p>Lists the job executions for a job.</p>
|
|
1518
|
-
*
|
|
1515
|
+
* <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>
|
|
1519
1516
|
*/
|
|
1520
1517
|
listJobExecutionsForJob(args: ListJobExecutionsForJobCommandInput, options?: __HttpHandlerOptions): Promise<ListJobExecutionsForJobCommandOutput>;
|
|
1521
1518
|
listJobExecutionsForJob(args: ListJobExecutionsForJobCommandInput, cb: (err: any, data?: ListJobExecutionsForJobCommandOutput) => void): void;
|
|
1522
1519
|
listJobExecutionsForJob(args: ListJobExecutionsForJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobExecutionsForJobCommandOutput) => void): void;
|
|
1523
1520
|
/**
|
|
1524
1521
|
* <p>Lists the job executions for the specified thing.</p>
|
|
1525
|
-
*
|
|
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">ListJobExecutionsForThing</a> action.</p>
|
|
1526
1523
|
*/
|
|
1527
1524
|
listJobExecutionsForThing(args: ListJobExecutionsForThingCommandInput, options?: __HttpHandlerOptions): Promise<ListJobExecutionsForThingCommandOutput>;
|
|
1528
1525
|
listJobExecutionsForThing(args: ListJobExecutionsForThingCommandInput, cb: (err: any, data?: ListJobExecutionsForThingCommandOutput) => void): void;
|
|
1529
1526
|
listJobExecutionsForThing(args: ListJobExecutionsForThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobExecutionsForThingCommandOutput) => void): void;
|
|
1530
1527
|
/**
|
|
1531
1528
|
* <p>Lists jobs.</p>
|
|
1532
|
-
*
|
|
1529
|
+
* <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>
|
|
1533
1530
|
*/
|
|
1534
1531
|
listJobs(args: ListJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListJobsCommandOutput>;
|
|
1535
1532
|
listJobs(args: ListJobsCommandInput, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
|
|
1536
1533
|
listJobs(args: ListJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
|
|
1537
1534
|
/**
|
|
1538
1535
|
* <p>Returns a list of job templates.</p>
|
|
1539
|
-
*
|
|
1536
|
+
* <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>
|
|
1540
1537
|
*/
|
|
1541
1538
|
listJobTemplates(args: ListJobTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListJobTemplatesCommandOutput>;
|
|
1542
1539
|
listJobTemplates(args: ListJobTemplatesCommandInput, cb: (err: any, data?: ListJobTemplatesCommandOutput) => void): void;
|
|
@@ -1563,7 +1560,7 @@ export declare class IoT extends IoTClient {
|
|
|
1563
1560
|
listMitigationActions(args: ListMitigationActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMitigationActionsCommandOutput) => void): void;
|
|
1564
1561
|
/**
|
|
1565
1562
|
* <p>Lists OTA updates.</p>
|
|
1566
|
-
*
|
|
1563
|
+
* <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>
|
|
1567
1564
|
*/
|
|
1568
1565
|
listOTAUpdates(args: ListOTAUpdatesCommandInput, options?: __HttpHandlerOptions): Promise<ListOTAUpdatesCommandOutput>;
|
|
1569
1566
|
listOTAUpdates(args: ListOTAUpdatesCommandInput, cb: (err: any, data?: ListOTAUpdatesCommandOutput) => void): void;
|
|
@@ -1619,7 +1616,7 @@ export declare class IoT extends IoTClient {
|
|
|
1619
1616
|
* <p>Lists the things associated with the specified principal. A principal can be X.509
|
|
1620
1617
|
* certificates, IAM users, groups, and roles, Amazon Cognito identities or federated
|
|
1621
1618
|
* identities. </p>
|
|
1622
|
-
*
|
|
1619
|
+
* <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>
|
|
1623
1620
|
*/
|
|
1624
1621
|
listPrincipalThings(args: ListPrincipalThingsCommandInput, options?: __HttpHandlerOptions): Promise<ListPrincipalThingsCommandOutput>;
|
|
1625
1622
|
listPrincipalThings(args: ListPrincipalThingsCommandInput, cb: (err: any, data?: ListPrincipalThingsCommandOutput) => void): void;
|
|
@@ -1716,14 +1713,14 @@ export declare class IoT extends IoTClient {
|
|
|
1716
1713
|
listSecurityProfilesForTarget(args: ListSecurityProfilesForTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityProfilesForTargetCommandOutput) => void): void;
|
|
1717
1714
|
/**
|
|
1718
1715
|
* <p>Lists all of the streams in your Amazon Web Services account.</p>
|
|
1719
|
-
*
|
|
1716
|
+
* <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>
|
|
1720
1717
|
*/
|
|
1721
1718
|
listStreams(args: ListStreamsCommandInput, options?: __HttpHandlerOptions): Promise<ListStreamsCommandOutput>;
|
|
1722
1719
|
listStreams(args: ListStreamsCommandInput, cb: (err: any, data?: ListStreamsCommandOutput) => void): void;
|
|
1723
1720
|
listStreams(args: ListStreamsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStreamsCommandOutput) => void): void;
|
|
1724
1721
|
/**
|
|
1725
1722
|
* <p>Lists the tags (metadata) you have assigned to the resource.</p>
|
|
1726
|
-
*
|
|
1723
|
+
* <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>
|
|
1727
1724
|
*/
|
|
1728
1725
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
1729
1726
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
@@ -1744,14 +1741,14 @@ export declare class IoT extends IoTClient {
|
|
|
1744
1741
|
listTargetsForSecurityProfile(args: ListTargetsForSecurityProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTargetsForSecurityProfileCommandOutput) => void): void;
|
|
1745
1742
|
/**
|
|
1746
1743
|
* <p>List the thing groups in your account.</p>
|
|
1747
|
-
*
|
|
1744
|
+
* <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>
|
|
1748
1745
|
*/
|
|
1749
1746
|
listThingGroups(args: ListThingGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListThingGroupsCommandOutput>;
|
|
1750
1747
|
listThingGroups(args: ListThingGroupsCommandInput, cb: (err: any, data?: ListThingGroupsCommandOutput) => void): void;
|
|
1751
1748
|
listThingGroups(args: ListThingGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThingGroupsCommandOutput) => void): void;
|
|
1752
1749
|
/**
|
|
1753
1750
|
* <p>List the thing groups to which the specified thing belongs.</p>
|
|
1754
|
-
*
|
|
1751
|
+
* <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>
|
|
1755
1752
|
*/
|
|
1756
1753
|
listThingGroupsForThing(args: ListThingGroupsForThingCommandInput, options?: __HttpHandlerOptions): Promise<ListThingGroupsForThingCommandOutput>;
|
|
1757
1754
|
listThingGroupsForThing(args: ListThingGroupsForThingCommandInput, cb: (err: any, data?: ListThingGroupsForThingCommandOutput) => void): void;
|
|
@@ -1760,7 +1757,7 @@ export declare class IoT extends IoTClient {
|
|
|
1760
1757
|
* <p>Lists the principals associated with the specified thing. A principal can be X.509
|
|
1761
1758
|
* certificates, IAM users, groups, and roles, Amazon Cognito identities or federated
|
|
1762
1759
|
* identities.</p>
|
|
1763
|
-
*
|
|
1760
|
+
* <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>
|
|
1764
1761
|
*/
|
|
1765
1762
|
listThingPrincipals(args: ListThingPrincipalsCommandInput, options?: __HttpHandlerOptions): Promise<ListThingPrincipalsCommandOutput>;
|
|
1766
1763
|
listThingPrincipals(args: ListThingPrincipalsCommandInput, cb: (err: any, data?: ListThingPrincipalsCommandOutput) => void): void;
|
|
@@ -1773,7 +1770,7 @@ export declare class IoT extends IoTClient {
|
|
|
1773
1770
|
listThingRegistrationTaskReports(args: ListThingRegistrationTaskReportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThingRegistrationTaskReportsCommandOutput) => void): void;
|
|
1774
1771
|
/**
|
|
1775
1772
|
* <p>List bulk thing provisioning tasks.</p>
|
|
1776
|
-
*
|
|
1773
|
+
* <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>
|
|
1777
1774
|
*/
|
|
1778
1775
|
listThingRegistrationTasks(args: ListThingRegistrationTasksCommandInput, options?: __HttpHandlerOptions): Promise<ListThingRegistrationTasksCommandOutput>;
|
|
1779
1776
|
listThingRegistrationTasks(args: ListThingRegistrationTasksCommandInput, cb: (err: any, data?: ListThingRegistrationTasksCommandOutput) => void): void;
|
|
@@ -1784,32 +1781,31 @@ export declare class IoT extends IoTClient {
|
|
|
1784
1781
|
* retrieves all things in the registry that contain an attribute <b>Color</b> with the value <b>Red</b>. For more
|
|
1785
1782
|
* 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
|
|
1786
1783
|
* Guide</i>.</p>
|
|
1787
|
-
*
|
|
1788
|
-
*
|
|
1789
|
-
*
|
|
1790
|
-
*
|
|
1791
|
-
* </note>
|
|
1784
|
+
* <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>
|
|
1785
|
+
* <note>
|
|
1786
|
+
* <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>
|
|
1787
|
+
* </note>
|
|
1792
1788
|
*/
|
|
1793
1789
|
listThings(args: ListThingsCommandInput, options?: __HttpHandlerOptions): Promise<ListThingsCommandOutput>;
|
|
1794
1790
|
listThings(args: ListThingsCommandInput, cb: (err: any, data?: ListThingsCommandOutput) => void): void;
|
|
1795
1791
|
listThings(args: ListThingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThingsCommandOutput) => void): void;
|
|
1796
1792
|
/**
|
|
1797
1793
|
* <p>Lists the things you have added to the given billing group.</p>
|
|
1798
|
-
*
|
|
1794
|
+
* <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>
|
|
1799
1795
|
*/
|
|
1800
1796
|
listThingsInBillingGroup(args: ListThingsInBillingGroupCommandInput, options?: __HttpHandlerOptions): Promise<ListThingsInBillingGroupCommandOutput>;
|
|
1801
1797
|
listThingsInBillingGroup(args: ListThingsInBillingGroupCommandInput, cb: (err: any, data?: ListThingsInBillingGroupCommandOutput) => void): void;
|
|
1802
1798
|
listThingsInBillingGroup(args: ListThingsInBillingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThingsInBillingGroupCommandOutput) => void): void;
|
|
1803
1799
|
/**
|
|
1804
1800
|
* <p>Lists the things in the specified group.</p>
|
|
1805
|
-
*
|
|
1801
|
+
* <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>
|
|
1806
1802
|
*/
|
|
1807
1803
|
listThingsInThingGroup(args: ListThingsInThingGroupCommandInput, options?: __HttpHandlerOptions): Promise<ListThingsInThingGroupCommandOutput>;
|
|
1808
1804
|
listThingsInThingGroup(args: ListThingsInThingGroupCommandInput, cb: (err: any, data?: ListThingsInThingGroupCommandOutput) => void): void;
|
|
1809
1805
|
listThingsInThingGroup(args: ListThingsInThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThingsInThingGroupCommandOutput) => void): void;
|
|
1810
1806
|
/**
|
|
1811
1807
|
* <p>Lists the existing thing types.</p>
|
|
1812
|
-
*
|
|
1808
|
+
* <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>
|
|
1813
1809
|
*/
|
|
1814
1810
|
listThingTypes(args: ListThingTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListThingTypesCommandOutput>;
|
|
1815
1811
|
listThingTypes(args: ListThingTypesCommandInput, cb: (err: any, data?: ListThingTypesCommandOutput) => void): void;
|
|
@@ -1902,8 +1898,8 @@ export declare class IoT extends IoTClient {
|
|
|
1902
1898
|
rejectCertificateTransfer(args: RejectCertificateTransferCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RejectCertificateTransferCommandOutput) => void): void;
|
|
1903
1899
|
/**
|
|
1904
1900
|
* <p>Removes the given thing from the billing group.</p>
|
|
1905
|
-
*
|
|
1906
|
-
*
|
|
1901
|
+
* <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>
|
|
1902
|
+
* <note>
|
|
1907
1903
|
* <p>This call is asynchronous. It might take several seconds for the detachment to propagate.</p>
|
|
1908
1904
|
* </note>
|
|
1909
1905
|
*/
|
|
@@ -1912,12 +1908,12 @@ export declare class IoT extends IoTClient {
|
|
|
1912
1908
|
removeThingFromBillingGroup(args: RemoveThingFromBillingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveThingFromBillingGroupCommandOutput) => void): void;
|
|
1913
1909
|
/**
|
|
1914
1910
|
* <p>Remove the specified thing from the specified group.</p>
|
|
1915
|
-
*
|
|
1911
|
+
* <p>You must specify either a <code>thingGroupArn</code> or a
|
|
1916
1912
|
* <code>thingGroupName</code> to identify the thing group and
|
|
1917
1913
|
* either a <code>thingArn</code> or a <code>thingName</code> to
|
|
1918
1914
|
* identify the thing to remove from the thing group.
|
|
1919
1915
|
* </p>
|
|
1920
|
-
*
|
|
1916
|
+
* <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>
|
|
1921
1917
|
*/
|
|
1922
1918
|
removeThingFromThingGroup(args: RemoveThingFromThingGroupCommandInput, options?: __HttpHandlerOptions): Promise<RemoveThingFromThingGroupCommandOutput>;
|
|
1923
1919
|
removeThingFromThingGroup(args: RemoveThingFromThingGroupCommandInput, cb: (err: any, data?: RemoveThingFromThingGroupCommandOutput) => void): void;
|
|
@@ -2004,14 +2000,14 @@ export declare class IoT extends IoTClient {
|
|
|
2004
2000
|
startOnDemandAuditTask(args: StartOnDemandAuditTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartOnDemandAuditTaskCommandOutput) => void): void;
|
|
2005
2001
|
/**
|
|
2006
2002
|
* <p>Creates a bulk thing provisioning task.</p>
|
|
2007
|
-
*
|
|
2003
|
+
* <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>
|
|
2008
2004
|
*/
|
|
2009
2005
|
startThingRegistrationTask(args: StartThingRegistrationTaskCommandInput, options?: __HttpHandlerOptions): Promise<StartThingRegistrationTaskCommandOutput>;
|
|
2010
2006
|
startThingRegistrationTask(args: StartThingRegistrationTaskCommandInput, cb: (err: any, data?: StartThingRegistrationTaskCommandOutput) => void): void;
|
|
2011
2007
|
startThingRegistrationTask(args: StartThingRegistrationTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartThingRegistrationTaskCommandOutput) => void): void;
|
|
2012
2008
|
/**
|
|
2013
2009
|
* <p>Cancels a bulk thing provisioning task.</p>
|
|
2014
|
-
*
|
|
2010
|
+
* <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>
|
|
2015
2011
|
*/
|
|
2016
2012
|
stopThingRegistrationTask(args: StopThingRegistrationTaskCommandInput, options?: __HttpHandlerOptions): Promise<StopThingRegistrationTaskCommandOutput>;
|
|
2017
2013
|
stopThingRegistrationTask(args: StopThingRegistrationTaskCommandInput, cb: (err: any, data?: StopThingRegistrationTaskCommandOutput) => void): void;
|
|
@@ -2019,7 +2015,7 @@ export declare class IoT extends IoTClient {
|
|
|
2019
2015
|
/**
|
|
2020
2016
|
* <p>Adds to or modifies the tags of the given resource. Tags are metadata which can be
|
|
2021
2017
|
* used to manage a resource.</p>
|
|
2022
|
-
*
|
|
2018
|
+
* <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>
|
|
2023
2019
|
*/
|
|
2024
2020
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
2025
2021
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
@@ -2045,7 +2041,6 @@ export declare class IoT extends IoTClient {
|
|
|
2045
2041
|
/**
|
|
2046
2042
|
* <p>Transfers the specified certificate to the specified Amazon Web Services account.</p>
|
|
2047
2043
|
* <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>
|
|
2048
|
-
*
|
|
2049
2044
|
* <p>You can cancel the transfer until it is acknowledged by the recipient.</p>
|
|
2050
2045
|
* <p>No notification is sent to the transfer destination's account. It is up to the caller
|
|
2051
2046
|
* to notify the transfer target.</p>
|
|
@@ -2059,7 +2054,7 @@ export declare class IoT extends IoTClient {
|
|
|
2059
2054
|
transferCertificate(args: TransferCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TransferCertificateCommandOutput) => void): void;
|
|
2060
2055
|
/**
|
|
2061
2056
|
* <p>Removes the given tags (metadata) from the resource.</p>
|
|
2062
|
-
*
|
|
2057
|
+
* <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>
|
|
2063
2058
|
*/
|
|
2064
2059
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
2065
2060
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
@@ -2090,7 +2085,7 @@ export declare class IoT extends IoTClient {
|
|
|
2090
2085
|
updateAuthorizer(args: UpdateAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAuthorizerCommandOutput) => void): void;
|
|
2091
2086
|
/**
|
|
2092
2087
|
* <p>Updates information about the billing group.</p>
|
|
2093
|
-
*
|
|
2088
|
+
* <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>
|
|
2094
2089
|
*/
|
|
2095
2090
|
updateBillingGroup(args: UpdateBillingGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBillingGroupCommandOutput>;
|
|
2096
2091
|
updateBillingGroup(args: UpdateBillingGroupCommandInput, cb: (err: any, data?: UpdateBillingGroupCommandOutput) => void): void;
|
|
@@ -2106,7 +2101,6 @@ export declare class IoT extends IoTClient {
|
|
|
2106
2101
|
* <p>Updates the status of the specified certificate. This operation is
|
|
2107
2102
|
* idempotent.</p>
|
|
2108
2103
|
* <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>
|
|
2109
|
-
*
|
|
2110
2104
|
* <p>Certificates must be in the ACTIVE state to authenticate devices that use
|
|
2111
2105
|
* a certificate to connect to IoT.</p>
|
|
2112
2106
|
* <p>Within a few minutes of updating a certificate from the ACTIVE state to any other
|
|
@@ -2146,14 +2140,14 @@ export declare class IoT extends IoTClient {
|
|
|
2146
2140
|
updateDomainConfiguration(args: UpdateDomainConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDomainConfigurationCommandOutput) => void): void;
|
|
2147
2141
|
/**
|
|
2148
2142
|
* <p>Updates a dynamic thing group.</p>
|
|
2149
|
-
*
|
|
2143
|
+
* <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>
|
|
2150
2144
|
*/
|
|
2151
2145
|
updateDynamicThingGroup(args: UpdateDynamicThingGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDynamicThingGroupCommandOutput>;
|
|
2152
2146
|
updateDynamicThingGroup(args: UpdateDynamicThingGroupCommandInput, cb: (err: any, data?: UpdateDynamicThingGroupCommandOutput) => void): void;
|
|
2153
2147
|
updateDynamicThingGroup(args: UpdateDynamicThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDynamicThingGroupCommandOutput) => void): void;
|
|
2154
2148
|
/**
|
|
2155
2149
|
* <p>Updates the event configurations.</p>
|
|
2156
|
-
*
|
|
2150
|
+
* <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>
|
|
2157
2151
|
*/
|
|
2158
2152
|
updateEventConfigurations(args: UpdateEventConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEventConfigurationsCommandOutput>;
|
|
2159
2153
|
updateEventConfigurations(args: UpdateEventConfigurationsCommandInput, cb: (err: any, data?: UpdateEventConfigurationsCommandOutput) => void): void;
|
|
@@ -2174,7 +2168,7 @@ export declare class IoT extends IoTClient {
|
|
|
2174
2168
|
updateIndexingConfiguration(args: UpdateIndexingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIndexingConfigurationCommandOutput) => void): void;
|
|
2175
2169
|
/**
|
|
2176
2170
|
* <p>Updates supported fields of the specified job.</p>
|
|
2177
|
-
*
|
|
2171
|
+
* <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>
|
|
2178
2172
|
*/
|
|
2179
2173
|
updateJob(args: UpdateJobCommandInput, options?: __HttpHandlerOptions): Promise<UpdateJobCommandOutput>;
|
|
2180
2174
|
updateJob(args: UpdateJobCommandInput, cb: (err: any, data?: UpdateJobCommandOutput) => void): void;
|
|
@@ -2217,28 +2211,28 @@ export declare class IoT extends IoTClient {
|
|
|
2217
2211
|
updateSecurityProfile(args: UpdateSecurityProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSecurityProfileCommandOutput) => void): void;
|
|
2218
2212
|
/**
|
|
2219
2213
|
* <p>Updates an existing stream. The stream version will be incremented by one.</p>
|
|
2220
|
-
*
|
|
2214
|
+
* <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>
|
|
2221
2215
|
*/
|
|
2222
2216
|
updateStream(args: UpdateStreamCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStreamCommandOutput>;
|
|
2223
2217
|
updateStream(args: UpdateStreamCommandInput, cb: (err: any, data?: UpdateStreamCommandOutput) => void): void;
|
|
2224
2218
|
updateStream(args: UpdateStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStreamCommandOutput) => void): void;
|
|
2225
2219
|
/**
|
|
2226
2220
|
* <p>Updates the data for a thing.</p>
|
|
2227
|
-
*
|
|
2221
|
+
* <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>
|
|
2228
2222
|
*/
|
|
2229
2223
|
updateThing(args: UpdateThingCommandInput, options?: __HttpHandlerOptions): Promise<UpdateThingCommandOutput>;
|
|
2230
2224
|
updateThing(args: UpdateThingCommandInput, cb: (err: any, data?: UpdateThingCommandOutput) => void): void;
|
|
2231
2225
|
updateThing(args: UpdateThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThingCommandOutput) => void): void;
|
|
2232
2226
|
/**
|
|
2233
2227
|
* <p>Update a thing group.</p>
|
|
2234
|
-
*
|
|
2228
|
+
* <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>
|
|
2235
2229
|
*/
|
|
2236
2230
|
updateThingGroup(args: UpdateThingGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateThingGroupCommandOutput>;
|
|
2237
2231
|
updateThingGroup(args: UpdateThingGroupCommandInput, cb: (err: any, data?: UpdateThingGroupCommandOutput) => void): void;
|
|
2238
2232
|
updateThingGroup(args: UpdateThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThingGroupCommandOutput) => void): void;
|
|
2239
2233
|
/**
|
|
2240
2234
|
* <p>Updates the groups to which the thing belongs.</p>
|
|
2241
|
-
*
|
|
2235
|
+
* <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>
|
|
2242
2236
|
*/
|
|
2243
2237
|
updateThingGroupsForThing(args: UpdateThingGroupsForThingCommandInput, options?: __HttpHandlerOptions): Promise<UpdateThingGroupsForThingCommandOutput>;
|
|
2244
2238
|
updateThingGroupsForThing(args: UpdateThingGroupsForThingCommandInput, cb: (err: any, data?: UpdateThingGroupsForThingCommandOutput) => void): void;
|