@aws-sdk/client-iot 3.296.0 → 3.297.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-types/IoT.d.ts +245 -6
- package/dist-types/IoTClient.d.ts +24 -4
- package/dist-types/commands/AcceptCertificateTransferCommand.d.ts +16 -0
- package/dist-types/commands/AddThingToBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/AddThingToThingGroupCommand.d.ts +16 -0
- package/dist-types/commands/AssociateTargetsWithJobCommand.d.ts +16 -0
- package/dist-types/commands/AttachPolicyCommand.d.ts +16 -0
- package/dist-types/commands/AttachPrincipalPolicyCommand.d.ts +16 -0
- package/dist-types/commands/AttachSecurityProfileCommand.d.ts +16 -0
- package/dist-types/commands/AttachThingPrincipalCommand.d.ts +16 -0
- package/dist-types/commands/CancelAuditMitigationActionsTaskCommand.d.ts +16 -0
- package/dist-types/commands/CancelAuditTaskCommand.d.ts +16 -0
- package/dist-types/commands/CancelCertificateTransferCommand.d.ts +16 -0
- package/dist-types/commands/CancelDetectMitigationActionsTaskCommand.d.ts +16 -0
- package/dist-types/commands/CancelJobCommand.d.ts +16 -0
- package/dist-types/commands/CancelJobExecutionCommand.d.ts +16 -0
- package/dist-types/commands/ClearDefaultAuthorizerCommand.d.ts +16 -0
- package/dist-types/commands/ConfirmTopicRuleDestinationCommand.d.ts +16 -0
- package/dist-types/commands/CreateAuditSuppressionCommand.d.ts +16 -0
- package/dist-types/commands/CreateAuthorizerCommand.d.ts +16 -0
- package/dist-types/commands/CreateBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateCertificateFromCsrCommand.d.ts +22 -6
- package/dist-types/commands/CreateCustomMetricCommand.d.ts +16 -0
- package/dist-types/commands/CreateDimensionCommand.d.ts +16 -0
- package/dist-types/commands/CreateDomainConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/CreateDynamicThingGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateFleetMetricCommand.d.ts +16 -0
- package/dist-types/commands/CreateJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +16 -0
- package/dist-types/commands/CreateKeysAndCertificateCommand.d.ts +16 -0
- package/dist-types/commands/CreateMitigationActionCommand.d.ts +16 -0
- package/dist-types/commands/CreateOTAUpdateCommand.d.ts +16 -0
- package/dist-types/commands/CreatePolicyCommand.d.ts +16 -0
- package/dist-types/commands/CreatePolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateProvisioningClaimCommand.d.ts +16 -0
- package/dist-types/commands/CreateProvisioningTemplateCommand.d.ts +16 -0
- package/dist-types/commands/CreateProvisioningTemplateVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateRoleAliasCommand.d.ts +16 -0
- package/dist-types/commands/CreateScheduledAuditCommand.d.ts +16 -0
- package/dist-types/commands/CreateSecurityProfileCommand.d.ts +16 -0
- package/dist-types/commands/CreateStreamCommand.d.ts +16 -0
- package/dist-types/commands/CreateThingCommand.d.ts +16 -0
- package/dist-types/commands/CreateThingGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateThingTypeCommand.d.ts +16 -0
- package/dist-types/commands/CreateTopicRuleCommand.d.ts +16 -0
- package/dist-types/commands/CreateTopicRuleDestinationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAccountAuditConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAuditSuppressionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAuthorizerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCACertificateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCertificateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomMetricCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDimensionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDomainConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDynamicThingGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFleetMetricCommand.d.ts +16 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +16 -0
- package/dist-types/commands/DeleteJobExecutionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMitigationActionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteOTAUpdateCommand.d.ts +16 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeletePolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteProvisioningTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteProvisioningTemplateVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRegistrationCodeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRoleAliasCommand.d.ts +16 -0
- package/dist-types/commands/DeleteScheduledAuditCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +16 -0
- package/dist-types/commands/DeleteStreamCommand.d.ts +16 -0
- package/dist-types/commands/DeleteThingCommand.d.ts +16 -0
- package/dist-types/commands/DeleteThingGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteThingTypeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTopicRuleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTopicRuleDestinationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteV2LoggingLevelCommand.d.ts +16 -0
- package/dist-types/commands/DeprecateThingTypeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountAuditConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAuditFindingCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAuditSuppressionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAuditTaskCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAuthorizerCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCACertificateCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCertificateCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCustomMetricCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDefaultAuthorizerCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDetectMitigationActionsTaskCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDimensionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDomainConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFleetMetricCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIndexCommand.d.ts +16 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeJobExecutionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeJobTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DescribeManagedJobTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMitigationActionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeProvisioningTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DescribeProvisioningTemplateVersionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRoleAliasCommand.d.ts +16 -0
- package/dist-types/commands/DescribeScheduledAuditCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStreamCommand.d.ts +16 -0
- package/dist-types/commands/DescribeThingCommand.d.ts +16 -0
- package/dist-types/commands/DescribeThingGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeThingRegistrationTaskCommand.d.ts +16 -0
- package/dist-types/commands/DescribeThingTypeCommand.d.ts +16 -0
- package/dist-types/commands/DetachPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DetachPrincipalPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DetachSecurityProfileCommand.d.ts +16 -0
- package/dist-types/commands/DetachThingPrincipalCommand.d.ts +16 -0
- package/dist-types/commands/DisableTopicRuleCommand.d.ts +16 -0
- package/dist-types/commands/EnableTopicRuleCommand.d.ts +16 -0
- package/dist-types/commands/GetBehaviorModelTrainingSummariesCommand.d.ts +16 -0
- package/dist-types/commands/GetBucketsAggregationCommand.d.ts +16 -0
- package/dist-types/commands/GetCardinalityCommand.d.ts +16 -0
- package/dist-types/commands/GetEffectivePoliciesCommand.d.ts +16 -0
- package/dist-types/commands/GetIndexingConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/GetJobDocumentCommand.d.ts +16 -0
- package/dist-types/commands/GetLoggingOptionsCommand.d.ts +16 -0
- package/dist-types/commands/GetOTAUpdateCommand.d.ts +16 -0
- package/dist-types/commands/GetPercentilesCommand.d.ts +16 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetPolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetRegistrationCodeCommand.d.ts +16 -0
- package/dist-types/commands/GetStatisticsCommand.d.ts +16 -0
- package/dist-types/commands/GetTopicRuleCommand.d.ts +16 -0
- package/dist-types/commands/GetTopicRuleDestinationCommand.d.ts +16 -0
- package/dist-types/commands/GetV2LoggingOptionsCommand.d.ts +16 -0
- package/dist-types/commands/ListActiveViolationsCommand.d.ts +16 -0
- package/dist-types/commands/ListAttachedPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListAuditFindingsCommand.d.ts +16 -0
- package/dist-types/commands/ListAuditMitigationActionsExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/ListAuditMitigationActionsTasksCommand.d.ts +16 -0
- package/dist-types/commands/ListAuditSuppressionsCommand.d.ts +16 -0
- package/dist-types/commands/ListAuditTasksCommand.d.ts +16 -0
- package/dist-types/commands/ListAuthorizersCommand.d.ts +16 -0
- package/dist-types/commands/ListBillingGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListCACertificatesCommand.d.ts +16 -0
- package/dist-types/commands/ListCertificatesByCACommand.d.ts +16 -0
- package/dist-types/commands/ListCertificatesCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomMetricsCommand.d.ts +16 -0
- package/dist-types/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/ListDetectMitigationActionsTasksCommand.d.ts +16 -0
- package/dist-types/commands/ListDimensionsCommand.d.ts +16 -0
- package/dist-types/commands/ListDomainConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/ListFleetMetricsCommand.d.ts +16 -0
- package/dist-types/commands/ListIndicesCommand.d.ts +16 -0
- package/dist-types/commands/ListJobExecutionsForJobCommand.d.ts +16 -0
- package/dist-types/commands/ListJobExecutionsForThingCommand.d.ts +16 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/ListJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListManagedJobTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/ListMetricValuesCommand.d.ts +16 -0
- package/dist-types/commands/ListMitigationActionsCommand.d.ts +16 -0
- package/dist-types/commands/ListOTAUpdatesCommand.d.ts +16 -0
- package/dist-types/commands/ListOutgoingCertificatesCommand.d.ts +16 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListPolicyPrincipalsCommand.d.ts +16 -0
- package/dist-types/commands/ListPolicyVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListPrincipalPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListPrincipalThingsCommand.d.ts +16 -0
- package/dist-types/commands/ListProvisioningTemplateVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListProvisioningTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +16 -0
- package/dist-types/commands/ListRoleAliasesCommand.d.ts +16 -0
- package/dist-types/commands/ListScheduledAuditsCommand.d.ts +16 -0
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +16 -0
- package/dist-types/commands/ListSecurityProfilesForTargetCommand.d.ts +16 -0
- package/dist-types/commands/ListStreamsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +16 -0
- package/dist-types/commands/ListTargetsForSecurityProfileCommand.d.ts +16 -0
- package/dist-types/commands/ListThingGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListThingGroupsForThingCommand.d.ts +16 -0
- package/dist-types/commands/ListThingPrincipalsCommand.d.ts +16 -0
- package/dist-types/commands/ListThingRegistrationTaskReportsCommand.d.ts +16 -0
- package/dist-types/commands/ListThingRegistrationTasksCommand.d.ts +16 -0
- package/dist-types/commands/ListThingTypesCommand.d.ts +16 -0
- package/dist-types/commands/ListThingsCommand.d.ts +16 -0
- package/dist-types/commands/ListThingsInBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/ListThingsInThingGroupCommand.d.ts +16 -0
- package/dist-types/commands/ListTopicRuleDestinationsCommand.d.ts +16 -0
- package/dist-types/commands/ListTopicRulesCommand.d.ts +16 -0
- package/dist-types/commands/ListV2LoggingLevelsCommand.d.ts +16 -0
- package/dist-types/commands/ListViolationEventsCommand.d.ts +16 -0
- package/dist-types/commands/PutVerificationStateOnViolationCommand.d.ts +16 -0
- package/dist-types/commands/RegisterCACertificateCommand.d.ts +16 -0
- package/dist-types/commands/RegisterCertificateCommand.d.ts +16 -0
- package/dist-types/commands/RegisterCertificateWithoutCACommand.d.ts +16 -0
- package/dist-types/commands/RegisterThingCommand.d.ts +16 -0
- package/dist-types/commands/RejectCertificateTransferCommand.d.ts +16 -0
- package/dist-types/commands/RemoveThingFromBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/RemoveThingFromThingGroupCommand.d.ts +16 -0
- package/dist-types/commands/ReplaceTopicRuleCommand.d.ts +16 -0
- package/dist-types/commands/SearchIndexCommand.d.ts +16 -0
- package/dist-types/commands/SetDefaultAuthorizerCommand.d.ts +16 -0
- package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/SetLoggingOptionsCommand.d.ts +16 -0
- package/dist-types/commands/SetV2LoggingLevelCommand.d.ts +16 -0
- package/dist-types/commands/SetV2LoggingOptionsCommand.d.ts +16 -0
- package/dist-types/commands/StartAuditMitigationActionsTaskCommand.d.ts +16 -0
- package/dist-types/commands/StartDetectMitigationActionsTaskCommand.d.ts +16 -0
- package/dist-types/commands/StartOnDemandAuditTaskCommand.d.ts +16 -0
- package/dist-types/commands/StartThingRegistrationTaskCommand.d.ts +16 -0
- package/dist-types/commands/StopThingRegistrationTaskCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/TestAuthorizationCommand.d.ts +16 -0
- package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +16 -0
- package/dist-types/commands/TransferCertificateCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAccountAuditConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAuditSuppressionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAuthorizerCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCACertificateCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCertificateCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCustomMetricCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDimensionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDomainConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDynamicThingGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEventConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFleetMetricCommand.d.ts +16 -0
- package/dist-types/commands/UpdateIndexingConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMitigationActionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateProvisioningTemplateCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRoleAliasCommand.d.ts +16 -0
- package/dist-types/commands/UpdateScheduledAuditCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +16 -0
- package/dist-types/commands/UpdateStreamCommand.d.ts +16 -0
- package/dist-types/commands/UpdateThingCommand.d.ts +16 -0
- package/dist-types/commands/UpdateThingGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateThingGroupsForThingCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTopicRuleDestinationCommand.d.ts +16 -0
- package/dist-types/commands/ValidateSecurityProfileBehaviorsCommand.d.ts +16 -0
- package/dist-types/models/IoTServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +573 -10
- package/dist-types/models/models_1.d.ts +668 -0
- package/dist-types/models/models_2.d.ts +359 -1
- package/dist-types/pagination/GetBehaviorModelTrainingSummariesPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListActiveViolationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAttachedPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAuditFindingsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAuditMitigationActionsExecutionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAuditMitigationActionsTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAuditSuppressionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAuditTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAuthorizersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBillingGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCACertificatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCertificatesByCAPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCertificatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomMetricsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDetectMitigationActionsExecutionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDetectMitigationActionsTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDimensionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDomainConfigurationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFleetMetricsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListIndicesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListJobExecutionsForJobPaginator.d.ts +3 -0
- package/dist-types/pagination/ListJobExecutionsForThingPaginator.d.ts +3 -0
- package/dist-types/pagination/ListJobTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMetricValuesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMitigationActionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListOTAUpdatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListOutgoingCertificatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPolicyPrincipalsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPrincipalPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPrincipalThingsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProvisioningTemplateVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProvisioningTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRoleAliasesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListScheduledAuditsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSecurityProfilesForTargetPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSecurityProfilesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStreamsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
- package/dist-types/pagination/ListTargetsForPolicyPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTargetsForSecurityProfilePaginator.d.ts +3 -0
- package/dist-types/pagination/ListThingGroupsForThingPaginator.d.ts +3 -0
- package/dist-types/pagination/ListThingGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListThingPrincipalsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListThingRegistrationTaskReportsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListThingRegistrationTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/ListThingTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListThingsInBillingGroupPaginator.d.ts +3 -0
- package/dist-types/pagination/ListThingsInThingGroupPaginator.d.ts +3 -0
- package/dist-types/pagination/ListThingsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTopicRuleDestinationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTopicRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListV2LoggingLevelsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListViolationEventsPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetBehaviorModelTrainingSummariesCommandInput, GetBehaviorModelTrainingSummariesCommandOutput } from "../commands/GetBehaviorModelTrainingSummariesCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetBehaviorModelTrainingSummaries(config: IoTPaginationConfiguration, input: GetBehaviorModelTrainingSummariesCommandInput, ...additionalArguments: any): Paginator<GetBehaviorModelTrainingSummariesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListActiveViolationsCommandInput, ListActiveViolationsCommandOutput } from "../commands/ListActiveViolationsCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListActiveViolations(config: IoTPaginationConfiguration, input: ListActiveViolationsCommandInput, ...additionalArguments: any): Paginator<ListActiveViolationsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAttachedPoliciesCommandInput, ListAttachedPoliciesCommandOutput } from "../commands/ListAttachedPoliciesCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAttachedPolicies(config: IoTPaginationConfiguration, input: ListAttachedPoliciesCommandInput, ...additionalArguments: any): Paginator<ListAttachedPoliciesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAuditFindingsCommandInput, ListAuditFindingsCommandOutput } from "../commands/ListAuditFindingsCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAuditFindings(config: IoTPaginationConfiguration, input: ListAuditFindingsCommandInput, ...additionalArguments: any): Paginator<ListAuditFindingsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAuditMitigationActionsExecutionsCommandInput, ListAuditMitigationActionsExecutionsCommandOutput } from "../commands/ListAuditMitigationActionsExecutionsCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAuditMitigationActionsExecutions(config: IoTPaginationConfiguration, input: ListAuditMitigationActionsExecutionsCommandInput, ...additionalArguments: any): Paginator<ListAuditMitigationActionsExecutionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAuditMitigationActionsTasksCommandInput, ListAuditMitigationActionsTasksCommandOutput } from "../commands/ListAuditMitigationActionsTasksCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAuditMitigationActionsTasks(config: IoTPaginationConfiguration, input: ListAuditMitigationActionsTasksCommandInput, ...additionalArguments: any): Paginator<ListAuditMitigationActionsTasksCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAuditSuppressionsCommandInput, ListAuditSuppressionsCommandOutput } from "../commands/ListAuditSuppressionsCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAuditSuppressions(config: IoTPaginationConfiguration, input: ListAuditSuppressionsCommandInput, ...additionalArguments: any): Paginator<ListAuditSuppressionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAuditTasksCommandInput, ListAuditTasksCommandOutput } from "../commands/ListAuditTasksCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAuditTasks(config: IoTPaginationConfiguration, input: ListAuditTasksCommandInput, ...additionalArguments: any): Paginator<ListAuditTasksCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAuthorizersCommandInput, ListAuthorizersCommandOutput } from "../commands/ListAuthorizersCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAuthorizers(config: IoTPaginationConfiguration, input: ListAuthorizersCommandInput, ...additionalArguments: any): Paginator<ListAuthorizersCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput } from "../commands/ListBillingGroupsCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListBillingGroups(config: IoTPaginationConfiguration, input: ListBillingGroupsCommandInput, ...additionalArguments: any): Paginator<ListBillingGroupsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListCACertificatesCommandInput, ListCACertificatesCommandOutput } from "../commands/ListCACertificatesCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListCACertificates(config: IoTPaginationConfiguration, input: ListCACertificatesCommandInput, ...additionalArguments: any): Paginator<ListCACertificatesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListCertificatesByCACommandInput, ListCertificatesByCACommandOutput } from "../commands/ListCertificatesByCACommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListCertificatesByCA(config: IoTPaginationConfiguration, input: ListCertificatesByCACommandInput, ...additionalArguments: any): Paginator<ListCertificatesByCACommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "../commands/ListCertificatesCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListCertificates(config: IoTPaginationConfiguration, input: ListCertificatesCommandInput, ...additionalArguments: any): Paginator<ListCertificatesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListCustomMetricsCommandInput, ListCustomMetricsCommandOutput } from "../commands/ListCustomMetricsCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListCustomMetrics(config: IoTPaginationConfiguration, input: ListCustomMetricsCommandInput, ...additionalArguments: any): Paginator<ListCustomMetricsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListDetectMitigationActionsExecutionsCommandInput, ListDetectMitigationActionsExecutionsCommandOutput } from "../commands/ListDetectMitigationActionsExecutionsCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListDetectMitigationActionsExecutions(config: IoTPaginationConfiguration, input: ListDetectMitigationActionsExecutionsCommandInput, ...additionalArguments: any): Paginator<ListDetectMitigationActionsExecutionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListDetectMitigationActionsTasksCommandInput, ListDetectMitigationActionsTasksCommandOutput } from "../commands/ListDetectMitigationActionsTasksCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListDetectMitigationActionsTasks(config: IoTPaginationConfiguration, input: ListDetectMitigationActionsTasksCommandInput, ...additionalArguments: any): Paginator<ListDetectMitigationActionsTasksCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListDimensionsCommandInput, ListDimensionsCommandOutput } from "../commands/ListDimensionsCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListDimensions(config: IoTPaginationConfiguration, input: ListDimensionsCommandInput, ...additionalArguments: any): Paginator<ListDimensionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListDomainConfigurationsCommandInput, ListDomainConfigurationsCommandOutput } from "../commands/ListDomainConfigurationsCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListDomainConfigurations(config: IoTPaginationConfiguration, input: ListDomainConfigurationsCommandInput, ...additionalArguments: any): Paginator<ListDomainConfigurationsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListFleetMetricsCommandInput, ListFleetMetricsCommandOutput } from "../commands/ListFleetMetricsCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListFleetMetrics(config: IoTPaginationConfiguration, input: ListFleetMetricsCommandInput, ...additionalArguments: any): Paginator<ListFleetMetricsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListIndicesCommandInput, ListIndicesCommandOutput } from "../commands/ListIndicesCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListIndices(config: IoTPaginationConfiguration, input: ListIndicesCommandInput, ...additionalArguments: any): Paginator<ListIndicesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListJobExecutionsForJobCommandInput, ListJobExecutionsForJobCommandOutput } from "../commands/ListJobExecutionsForJobCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListJobExecutionsForJob(config: IoTPaginationConfiguration, input: ListJobExecutionsForJobCommandInput, ...additionalArguments: any): Paginator<ListJobExecutionsForJobCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListJobExecutionsForThingCommandInput, ListJobExecutionsForThingCommandOutput } from "../commands/ListJobExecutionsForThingCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListJobExecutionsForThing(config: IoTPaginationConfiguration, input: ListJobExecutionsForThingCommandInput, ...additionalArguments: any): Paginator<ListJobExecutionsForThingCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListJobTemplatesCommandInput, ListJobTemplatesCommandOutput } from "../commands/ListJobTemplatesCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListJobTemplates(config: IoTPaginationConfiguration, input: ListJobTemplatesCommandInput, ...additionalArguments: any): Paginator<ListJobTemplatesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListJobs(config: IoTPaginationConfiguration, input: ListJobsCommandInput, ...additionalArguments: any): Paginator<ListJobsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListMetricValuesCommandInput, ListMetricValuesCommandOutput } from "../commands/ListMetricValuesCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListMetricValues(config: IoTPaginationConfiguration, input: ListMetricValuesCommandInput, ...additionalArguments: any): Paginator<ListMetricValuesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListMitigationActionsCommandInput, ListMitigationActionsCommandOutput } from "../commands/ListMitigationActionsCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListMitigationActions(config: IoTPaginationConfiguration, input: ListMitigationActionsCommandInput, ...additionalArguments: any): Paginator<ListMitigationActionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListOTAUpdatesCommandInput, ListOTAUpdatesCommandOutput } from "../commands/ListOTAUpdatesCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListOTAUpdates(config: IoTPaginationConfiguration, input: ListOTAUpdatesCommandInput, ...additionalArguments: any): Paginator<ListOTAUpdatesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListOutgoingCertificatesCommandInput, ListOutgoingCertificatesCommandOutput } from "../commands/ListOutgoingCertificatesCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListOutgoingCertificates(config: IoTPaginationConfiguration, input: ListOutgoingCertificatesCommandInput, ...additionalArguments: any): Paginator<ListOutgoingCertificatesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "../commands/ListPoliciesCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListPolicies(config: IoTPaginationConfiguration, input: ListPoliciesCommandInput, ...additionalArguments: any): Paginator<ListPoliciesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListPolicyPrincipalsCommandInput, ListPolicyPrincipalsCommandOutput } from "../commands/ListPolicyPrincipalsCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListPolicyPrincipals(config: IoTPaginationConfiguration, input: ListPolicyPrincipalsCommandInput, ...additionalArguments: any): Paginator<ListPolicyPrincipalsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListPrincipalPoliciesCommandInput, ListPrincipalPoliciesCommandOutput } from "../commands/ListPrincipalPoliciesCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListPrincipalPolicies(config: IoTPaginationConfiguration, input: ListPrincipalPoliciesCommandInput, ...additionalArguments: any): Paginator<ListPrincipalPoliciesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListPrincipalThingsCommandInput, ListPrincipalThingsCommandOutput } from "../commands/ListPrincipalThingsCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListPrincipalThings(config: IoTPaginationConfiguration, input: ListPrincipalThingsCommandInput, ...additionalArguments: any): Paginator<ListPrincipalThingsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListProvisioningTemplateVersionsCommandInput, ListProvisioningTemplateVersionsCommandOutput } from "../commands/ListProvisioningTemplateVersionsCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListProvisioningTemplateVersions(config: IoTPaginationConfiguration, input: ListProvisioningTemplateVersionsCommandInput, ...additionalArguments: any): Paginator<ListProvisioningTemplateVersionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListProvisioningTemplatesCommandInput, ListProvisioningTemplatesCommandOutput } from "../commands/ListProvisioningTemplatesCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListProvisioningTemplates(config: IoTPaginationConfiguration, input: ListProvisioningTemplatesCommandInput, ...additionalArguments: any): Paginator<ListProvisioningTemplatesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListRoleAliasesCommandInput, ListRoleAliasesCommandOutput } from "../commands/ListRoleAliasesCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListRoleAliases(config: IoTPaginationConfiguration, input: ListRoleAliasesCommandInput, ...additionalArguments: any): Paginator<ListRoleAliasesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListScheduledAuditsCommandInput, ListScheduledAuditsCommandOutput } from "../commands/ListScheduledAuditsCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListScheduledAudits(config: IoTPaginationConfiguration, input: ListScheduledAuditsCommandInput, ...additionalArguments: any): Paginator<ListScheduledAuditsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListSecurityProfilesForTargetCommandInput, ListSecurityProfilesForTargetCommandOutput } from "../commands/ListSecurityProfilesForTargetCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListSecurityProfilesForTarget(config: IoTPaginationConfiguration, input: ListSecurityProfilesForTargetCommandInput, ...additionalArguments: any): Paginator<ListSecurityProfilesForTargetCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListSecurityProfilesCommandInput, ListSecurityProfilesCommandOutput } from "../commands/ListSecurityProfilesCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListSecurityProfiles(config: IoTPaginationConfiguration, input: ListSecurityProfilesCommandInput, ...additionalArguments: any): Paginator<ListSecurityProfilesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListStreamsCommandInput, ListStreamsCommandOutput } from "../commands/ListStreamsCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListStreams(config: IoTPaginationConfiguration, input: ListStreamsCommandInput, ...additionalArguments: any): Paginator<ListStreamsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListTagsForResource(config: IoTPaginationConfiguration, input: ListTagsForResourceCommandInput, ...additionalArguments: any): Paginator<ListTagsForResourceCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListTargetsForPolicyCommandInput, ListTargetsForPolicyCommandOutput } from "../commands/ListTargetsForPolicyCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListTargetsForPolicy(config: IoTPaginationConfiguration, input: ListTargetsForPolicyCommandInput, ...additionalArguments: any): Paginator<ListTargetsForPolicyCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListTargetsForSecurityProfileCommandInput, ListTargetsForSecurityProfileCommandOutput } from "../commands/ListTargetsForSecurityProfileCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListTargetsForSecurityProfile(config: IoTPaginationConfiguration, input: ListTargetsForSecurityProfileCommandInput, ...additionalArguments: any): Paginator<ListTargetsForSecurityProfileCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListThingGroupsForThingCommandInput, ListThingGroupsForThingCommandOutput } from "../commands/ListThingGroupsForThingCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListThingGroupsForThing(config: IoTPaginationConfiguration, input: ListThingGroupsForThingCommandInput, ...additionalArguments: any): Paginator<ListThingGroupsForThingCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListThingGroupsCommandInput, ListThingGroupsCommandOutput } from "../commands/ListThingGroupsCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListThingGroups(config: IoTPaginationConfiguration, input: ListThingGroupsCommandInput, ...additionalArguments: any): Paginator<ListThingGroupsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListThingPrincipalsCommandInput, ListThingPrincipalsCommandOutput } from "../commands/ListThingPrincipalsCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListThingPrincipals(config: IoTPaginationConfiguration, input: ListThingPrincipalsCommandInput, ...additionalArguments: any): Paginator<ListThingPrincipalsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListThingRegistrationTaskReportsCommandInput, ListThingRegistrationTaskReportsCommandOutput } from "../commands/ListThingRegistrationTaskReportsCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListThingRegistrationTaskReports(config: IoTPaginationConfiguration, input: ListThingRegistrationTaskReportsCommandInput, ...additionalArguments: any): Paginator<ListThingRegistrationTaskReportsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListThingRegistrationTasksCommandInput, ListThingRegistrationTasksCommandOutput } from "../commands/ListThingRegistrationTasksCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListThingRegistrationTasks(config: IoTPaginationConfiguration, input: ListThingRegistrationTasksCommandInput, ...additionalArguments: any): Paginator<ListThingRegistrationTasksCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListThingTypesCommandInput, ListThingTypesCommandOutput } from "../commands/ListThingTypesCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListThingTypes(config: IoTPaginationConfiguration, input: ListThingTypesCommandInput, ...additionalArguments: any): Paginator<ListThingTypesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListThingsInBillingGroupCommandInput, ListThingsInBillingGroupCommandOutput } from "../commands/ListThingsInBillingGroupCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListThingsInBillingGroup(config: IoTPaginationConfiguration, input: ListThingsInBillingGroupCommandInput, ...additionalArguments: any): Paginator<ListThingsInBillingGroupCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListThingsInThingGroupCommandInput, ListThingsInThingGroupCommandOutput } from "../commands/ListThingsInThingGroupCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListThingsInThingGroup(config: IoTPaginationConfiguration, input: ListThingsInThingGroupCommandInput, ...additionalArguments: any): Paginator<ListThingsInThingGroupCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListThingsCommandInput, ListThingsCommandOutput } from "../commands/ListThingsCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListThings(config: IoTPaginationConfiguration, input: ListThingsCommandInput, ...additionalArguments: any): Paginator<ListThingsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListTopicRuleDestinationsCommandInput, ListTopicRuleDestinationsCommandOutput } from "../commands/ListTopicRuleDestinationsCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListTopicRuleDestinations(config: IoTPaginationConfiguration, input: ListTopicRuleDestinationsCommandInput, ...additionalArguments: any): Paginator<ListTopicRuleDestinationsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListTopicRulesCommandInput, ListTopicRulesCommandOutput } from "../commands/ListTopicRulesCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListTopicRules(config: IoTPaginationConfiguration, input: ListTopicRulesCommandInput, ...additionalArguments: any): Paginator<ListTopicRulesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListV2LoggingLevelsCommandInput, ListV2LoggingLevelsCommandOutput } from "../commands/ListV2LoggingLevelsCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListV2LoggingLevels(config: IoTPaginationConfiguration, input: ListV2LoggingLevelsCommandInput, ...additionalArguments: any): Paginator<ListV2LoggingLevelsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListViolationEventsCommandInput, ListViolationEventsCommandOutput } from "../commands/ListViolationEventsCommand";
|
|
3
3
|
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListViolationEvents(config: IoTPaginationConfiguration, input: ListViolationEventsCommandInput, ...additionalArguments: any): Paginator<ListViolationEventsCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iot",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.297.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.297.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.297.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.296.0",
|