@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
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
5
5
|
import { GetV2LoggingOptionsRequest, GetV2LoggingOptionsResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetV2LoggingOptionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetV2LoggingOptionsCommandInput extends GetV2LoggingOptionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetV2LoggingOptionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetV2LoggingOptionsCommandOutput extends GetV2LoggingOptionsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets the fine grained logging options.</p>
|
|
18
23
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetV2LoggingOptions</a> action.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface GetV2LoggingOptionsCommandOutput extends GetV2LoggingOptionsRes
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param GetV2LoggingOptionsCommandInput - {@link GetV2LoggingOptionsCommandInput}
|
|
35
|
+
* @returns {@link GetV2LoggingOptionsCommandOutput}
|
|
29
36
|
* @see {@link GetV2LoggingOptionsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link GetV2LoggingOptionsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
@@ -44,11 +51,20 @@ export interface GetV2LoggingOptionsCommandOutput extends GetV2LoggingOptionsRes
|
|
|
44
51
|
export declare class GetV2LoggingOptionsCommand extends $Command<GetV2LoggingOptionsCommandInput, GetV2LoggingOptionsCommandOutput, IoTClientResolvedConfig> {
|
|
45
52
|
readonly input: GetV2LoggingOptionsCommandInput;
|
|
46
53
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
47
57
|
constructor(input: GetV2LoggingOptionsCommandInput);
|
|
48
58
|
/**
|
|
49
59
|
* @internal
|
|
50
60
|
*/
|
|
51
61
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetV2LoggingOptionsCommandInput, GetV2LoggingOptionsCommandOutput>;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
52
65
|
private serialize;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
53
69
|
private deserialize;
|
|
54
70
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
5
5
|
import { ListActiveViolationsRequest, ListActiveViolationsResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListActiveViolationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListActiveViolationsCommandInput extends ListActiveViolationsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListActiveViolationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListActiveViolationsCommandOutput extends ListActiveViolationsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the active violations for a given Device Defender security profile.</p>
|
|
18
23
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListActiveViolations</a> action.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListActiveViolationsCommandOutput extends ListActiveViolationsR
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListActiveViolationsCommandInput - {@link ListActiveViolationsCommandInput}
|
|
35
|
+
* @returns {@link ListActiveViolationsCommandOutput}
|
|
29
36
|
* @see {@link ListActiveViolationsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListActiveViolationsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ListActiveViolationsCommandOutput extends ListActiveViolationsR
|
|
|
47
54
|
export declare class ListActiveViolationsCommand extends $Command<ListActiveViolationsCommandInput, ListActiveViolationsCommandOutput, IoTClientResolvedConfig> {
|
|
48
55
|
readonly input: ListActiveViolationsCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ListActiveViolationsCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListActiveViolationsCommandInput, ListActiveViolationsCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
5
5
|
import { ListAttachedPoliciesRequest, ListAttachedPoliciesResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAttachedPoliciesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAttachedPoliciesCommandInput extends ListAttachedPoliciesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAttachedPoliciesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAttachedPoliciesCommandOutput extends ListAttachedPoliciesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the policies attached to the specified thing group.</p>
|
|
18
23
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListAttachedPolicies</a> action.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListAttachedPoliciesCommandOutput extends ListAttachedPoliciesR
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListAttachedPoliciesCommandInput - {@link ListAttachedPoliciesCommandInput}
|
|
35
|
+
* @returns {@link ListAttachedPoliciesCommandOutput}
|
|
29
36
|
* @see {@link ListAttachedPoliciesCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListAttachedPoliciesCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface ListAttachedPoliciesCommandOutput extends ListAttachedPoliciesR
|
|
|
56
63
|
export declare class ListAttachedPoliciesCommand extends $Command<ListAttachedPoliciesCommandInput, ListAttachedPoliciesCommandOutput, IoTClientResolvedConfig> {
|
|
57
64
|
readonly input: ListAttachedPoliciesCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: ListAttachedPoliciesCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAttachedPoliciesCommandInput, ListAttachedPoliciesCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
5
5
|
import { ListAuditFindingsRequest, ListAuditFindingsResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAuditFindingsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAuditFindingsCommandInput extends ListAuditFindingsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAuditFindingsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAuditFindingsCommandOutput extends ListAuditFindingsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the findings (results) of a Device Defender audit or of the audits
|
|
18
23
|
* performed during a specified time period. (Findings are retained for 90 days.)</p>
|
|
19
24
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListAuditFindings</a> action.</p>
|
|
@@ -27,6 +32,8 @@ export interface ListAuditFindingsCommandOutput extends ListAuditFindingsRespons
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListAuditFindingsCommandInput - {@link ListAuditFindingsCommandInput}
|
|
36
|
+
* @returns {@link ListAuditFindingsCommandOutput}
|
|
30
37
|
* @see {@link ListAuditFindingsCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListAuditFindingsCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
@@ -45,11 +52,20 @@ export interface ListAuditFindingsCommandOutput extends ListAuditFindingsRespons
|
|
|
45
52
|
export declare class ListAuditFindingsCommand extends $Command<ListAuditFindingsCommandInput, ListAuditFindingsCommandOutput, IoTClientResolvedConfig> {
|
|
46
53
|
readonly input: ListAuditFindingsCommandInput;
|
|
47
54
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
48
58
|
constructor(input: ListAuditFindingsCommandInput);
|
|
49
59
|
/**
|
|
50
60
|
* @internal
|
|
51
61
|
*/
|
|
52
62
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAuditFindingsCommandInput, ListAuditFindingsCommandOutput>;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
53
66
|
private serialize;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
54
70
|
private deserialize;
|
|
55
71
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
5
5
|
import { ListAuditMitigationActionsExecutionsRequest, ListAuditMitigationActionsExecutionsResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAuditMitigationActionsExecutionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAuditMitigationActionsExecutionsCommandInput extends ListAuditMitigationActionsExecutionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAuditMitigationActionsExecutionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAuditMitigationActionsExecutionsCommandOutput extends ListAuditMitigationActionsExecutionsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets the status of audit mitigation action tasks that were
|
|
18
23
|
* executed.</p>
|
|
19
24
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListAuditMitigationActionsExecutions</a> action.</p>
|
|
@@ -27,6 +32,8 @@ export interface ListAuditMitigationActionsExecutionsCommandOutput extends ListA
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListAuditMitigationActionsExecutionsCommandInput - {@link ListAuditMitigationActionsExecutionsCommandInput}
|
|
36
|
+
* @returns {@link ListAuditMitigationActionsExecutionsCommandOutput}
|
|
30
37
|
* @see {@link ListAuditMitigationActionsExecutionsCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListAuditMitigationActionsExecutionsCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
@@ -45,11 +52,20 @@ export interface ListAuditMitigationActionsExecutionsCommandOutput extends ListA
|
|
|
45
52
|
export declare class ListAuditMitigationActionsExecutionsCommand extends $Command<ListAuditMitigationActionsExecutionsCommandInput, ListAuditMitigationActionsExecutionsCommandOutput, IoTClientResolvedConfig> {
|
|
46
53
|
readonly input: ListAuditMitigationActionsExecutionsCommandInput;
|
|
47
54
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
48
58
|
constructor(input: ListAuditMitigationActionsExecutionsCommandInput);
|
|
49
59
|
/**
|
|
50
60
|
* @internal
|
|
51
61
|
*/
|
|
52
62
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAuditMitigationActionsExecutionsCommandInput, ListAuditMitigationActionsExecutionsCommandOutput>;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
53
66
|
private serialize;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
54
70
|
private deserialize;
|
|
55
71
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
5
5
|
import { ListAuditMitigationActionsTasksRequest, ListAuditMitigationActionsTasksResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAuditMitigationActionsTasksCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAuditMitigationActionsTasksCommandInput extends ListAuditMitigationActionsTasksRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAuditMitigationActionsTasksCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAuditMitigationActionsTasksCommandOutput extends ListAuditMitigationActionsTasksResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets a list of audit mitigation action tasks that match the specified filters.</p>
|
|
18
23
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListAuditMitigationActionsTasks</a> action.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListAuditMitigationActionsTasksCommandOutput extends ListAuditM
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListAuditMitigationActionsTasksCommandInput - {@link ListAuditMitigationActionsTasksCommandInput}
|
|
35
|
+
* @returns {@link ListAuditMitigationActionsTasksCommandOutput}
|
|
29
36
|
* @see {@link ListAuditMitigationActionsTasksCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListAuditMitigationActionsTasksCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
@@ -44,11 +51,20 @@ export interface ListAuditMitigationActionsTasksCommandOutput extends ListAuditM
|
|
|
44
51
|
export declare class ListAuditMitigationActionsTasksCommand extends $Command<ListAuditMitigationActionsTasksCommandInput, ListAuditMitigationActionsTasksCommandOutput, IoTClientResolvedConfig> {
|
|
45
52
|
readonly input: ListAuditMitigationActionsTasksCommandInput;
|
|
46
53
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
47
57
|
constructor(input: ListAuditMitigationActionsTasksCommandInput);
|
|
48
58
|
/**
|
|
49
59
|
* @internal
|
|
50
60
|
*/
|
|
51
61
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAuditMitigationActionsTasksCommandInput, ListAuditMitigationActionsTasksCommandOutput>;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
52
65
|
private serialize;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
53
69
|
private deserialize;
|
|
54
70
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
5
5
|
import { ListAuditSuppressionsRequest, ListAuditSuppressionsResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAuditSuppressionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAuditSuppressionsCommandInput extends ListAuditSuppressionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAuditSuppressionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAuditSuppressionsCommandOutput extends ListAuditSuppressionsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* Lists your Device Defender audit listings.
|
|
19
24
|
* </p>
|
|
@@ -28,6 +33,8 @@ export interface ListAuditSuppressionsCommandOutput extends ListAuditSuppression
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param ListAuditSuppressionsCommandInput - {@link ListAuditSuppressionsCommandInput}
|
|
37
|
+
* @returns {@link ListAuditSuppressionsCommandOutput}
|
|
31
38
|
* @see {@link ListAuditSuppressionsCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link ListAuditSuppressionsCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface ListAuditSuppressionsCommandOutput extends ListAuditSuppression
|
|
|
46
53
|
export declare class ListAuditSuppressionsCommand extends $Command<ListAuditSuppressionsCommandInput, ListAuditSuppressionsCommandOutput, IoTClientResolvedConfig> {
|
|
47
54
|
readonly input: ListAuditSuppressionsCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: ListAuditSuppressionsCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAuditSuppressionsCommandInput, ListAuditSuppressionsCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
5
5
|
import { ListAuditTasksRequest, ListAuditTasksResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAuditTasksCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAuditTasksCommandInput extends ListAuditTasksRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAuditTasksCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAuditTasksCommandOutput extends ListAuditTasksResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the Device Defender audits that have been performed during a given
|
|
18
23
|
* time period.</p>
|
|
19
24
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListAuditTasks</a> action.</p>
|
|
@@ -27,6 +32,8 @@ export interface ListAuditTasksCommandOutput extends ListAuditTasksResponse, __M
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListAuditTasksCommandInput - {@link ListAuditTasksCommandInput}
|
|
36
|
+
* @returns {@link ListAuditTasksCommandOutput}
|
|
30
37
|
* @see {@link ListAuditTasksCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListAuditTasksCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
@@ -45,11 +52,20 @@ export interface ListAuditTasksCommandOutput extends ListAuditTasksResponse, __M
|
|
|
45
52
|
export declare class ListAuditTasksCommand extends $Command<ListAuditTasksCommandInput, ListAuditTasksCommandOutput, IoTClientResolvedConfig> {
|
|
46
53
|
readonly input: ListAuditTasksCommandInput;
|
|
47
54
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
48
58
|
constructor(input: ListAuditTasksCommandInput);
|
|
49
59
|
/**
|
|
50
60
|
* @internal
|
|
51
61
|
*/
|
|
52
62
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAuditTasksCommandInput, ListAuditTasksCommandOutput>;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
53
66
|
private serialize;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
54
70
|
private deserialize;
|
|
55
71
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
5
5
|
import { ListAuthorizersRequest, ListAuthorizersResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAuthorizersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAuthorizersCommandInput extends ListAuthorizersRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAuthorizersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAuthorizersCommandOutput extends ListAuthorizersResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the authorizers registered in your account.</p>
|
|
18
23
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListAuthorizers</a> action.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListAuthorizersCommandOutput extends ListAuthorizersResponse, _
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListAuthorizersCommandInput - {@link ListAuthorizersCommandInput}
|
|
35
|
+
* @returns {@link ListAuthorizersCommandOutput}
|
|
29
36
|
* @see {@link ListAuthorizersCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListAuthorizersCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface ListAuthorizersCommandOutput extends ListAuthorizersResponse, _
|
|
|
50
57
|
export declare class ListAuthorizersCommand extends $Command<ListAuthorizersCommandInput, ListAuthorizersCommandOutput, IoTClientResolvedConfig> {
|
|
51
58
|
readonly input: ListAuthorizersCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: ListAuthorizersCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAuthorizersCommandInput, ListAuthorizersCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
5
5
|
import { ListBillingGroupsRequest, ListBillingGroupsResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListBillingGroupsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListBillingGroupsCommandInput extends ListBillingGroupsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListBillingGroupsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListBillingGroupsCommandOutput extends ListBillingGroupsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the billing groups you have created.</p>
|
|
18
23
|
* <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>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListBillingGroupsCommandOutput extends ListBillingGroupsRespons
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListBillingGroupsCommandInput - {@link ListBillingGroupsCommandInput}
|
|
35
|
+
* @returns {@link ListBillingGroupsCommandOutput}
|
|
29
36
|
* @see {@link ListBillingGroupsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListBillingGroupsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ListBillingGroupsCommandOutput extends ListBillingGroupsRespons
|
|
|
47
54
|
export declare class ListBillingGroupsCommand extends $Command<ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput, IoTClientResolvedConfig> {
|
|
48
55
|
readonly input: ListBillingGroupsCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ListBillingGroupsCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
5
5
|
import { ListCACertificatesRequest, ListCACertificatesResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListCACertificatesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListCACertificatesCommandInput extends ListCACertificatesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListCACertificatesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListCACertificatesCommandOutput extends ListCACertificatesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the CA certificates registered for your Amazon Web Services account.</p>
|
|
18
23
|
* <p>The results are paginated with a default page size of 25. You can use the returned
|
|
19
24
|
* marker to retrieve additional results.</p>
|
|
@@ -28,6 +33,8 @@ export interface ListCACertificatesCommandOutput extends ListCACertificatesRespo
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param ListCACertificatesCommandInput - {@link ListCACertificatesCommandInput}
|
|
37
|
+
* @returns {@link ListCACertificatesCommandOutput}
|
|
31
38
|
* @see {@link ListCACertificatesCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link ListCACertificatesCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface ListCACertificatesCommandOutput extends ListCACertificatesRespo
|
|
|
52
59
|
export declare class ListCACertificatesCommand extends $Command<ListCACertificatesCommandInput, ListCACertificatesCommandOutput, IoTClientResolvedConfig> {
|
|
53
60
|
readonly input: ListCACertificatesCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: ListCACertificatesCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCACertificatesCommandInput, ListCACertificatesCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
5
5
|
import { ListCertificatesByCARequest, ListCertificatesByCAResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListCertificatesByCACommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListCertificatesByCACommandInput extends ListCertificatesByCARequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListCertificatesByCACommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListCertificatesByCACommandOutput extends ListCertificatesByCAResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>List the device certificates signed by the specified CA certificate.</p>
|
|
18
23
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListCertificatesByCA</a> action.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListCertificatesByCACommandOutput extends ListCertificatesByCAR
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListCertificatesByCACommandInput - {@link ListCertificatesByCACommandInput}
|
|
35
|
+
* @returns {@link ListCertificatesByCACommandOutput}
|
|
29
36
|
* @see {@link ListCertificatesByCACommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListCertificatesByCACommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface ListCertificatesByCACommandOutput extends ListCertificatesByCAR
|
|
|
50
57
|
export declare class ListCertificatesByCACommand extends $Command<ListCertificatesByCACommandInput, ListCertificatesByCACommandOutput, IoTClientResolvedConfig> {
|
|
51
58
|
readonly input: ListCertificatesByCACommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: ListCertificatesByCACommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCertificatesByCACommandInput, ListCertificatesByCACommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|