[][src]Trait rusoto_iot::Iot

pub trait Iot {
    fn accept_certificate_transfer<'life0, 'async_trait>(
        &'life0 self,
        input: AcceptCertificateTransferRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AcceptCertificateTransferError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn add_thing_to_billing_group<'life0, 'async_trait>(
        &'life0 self,
        input: AddThingToBillingGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<AddThingToBillingGroupResponse, RusotoError<AddThingToBillingGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn add_thing_to_thing_group<'life0, 'async_trait>(
        &'life0 self,
        input: AddThingToThingGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<AddThingToThingGroupResponse, RusotoError<AddThingToThingGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn associate_targets_with_job<'life0, 'async_trait>(
        &'life0 self,
        input: AssociateTargetsWithJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<AssociateTargetsWithJobResponse, RusotoError<AssociateTargetsWithJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn attach_policy<'life0, 'async_trait>(
        &'life0 self,
        input: AttachPolicyRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AttachPolicyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn attach_principal_policy<'life0, 'async_trait>(
        &'life0 self,
        input: AttachPrincipalPolicyRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AttachPrincipalPolicyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn attach_security_profile<'life0, 'async_trait>(
        &'life0 self,
        input: AttachSecurityProfileRequest
    ) -> Pin<Box<dyn Future<Output = Result<AttachSecurityProfileResponse, RusotoError<AttachSecurityProfileError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn attach_thing_principal<'life0, 'async_trait>(
        &'life0 self,
        input: AttachThingPrincipalRequest
    ) -> Pin<Box<dyn Future<Output = Result<AttachThingPrincipalResponse, RusotoError<AttachThingPrincipalError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn cancel_audit_mitigation_actions_task<'life0, 'async_trait>(
        &'life0 self,
        input: CancelAuditMitigationActionsTaskRequest
    ) -> Pin<Box<dyn Future<Output = Result<CancelAuditMitigationActionsTaskResponse, RusotoError<CancelAuditMitigationActionsTaskError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn cancel_audit_task<'life0, 'async_trait>(
        &'life0 self,
        input: CancelAuditTaskRequest
    ) -> Pin<Box<dyn Future<Output = Result<CancelAuditTaskResponse, RusotoError<CancelAuditTaskError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn cancel_certificate_transfer<'life0, 'async_trait>(
        &'life0 self,
        input: CancelCertificateTransferRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<CancelCertificateTransferError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn cancel_job<'life0, 'async_trait>(
        &'life0 self,
        input: CancelJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<CancelJobResponse, RusotoError<CancelJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn cancel_job_execution<'life0, 'async_trait>(
        &'life0 self,
        input: CancelJobExecutionRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<CancelJobExecutionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn clear_default_authorizer<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<ClearDefaultAuthorizerResponse, RusotoError<ClearDefaultAuthorizerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn confirm_topic_rule_destination<'life0, 'async_trait>(
        &'life0 self,
        input: ConfirmTopicRuleDestinationRequest
    ) -> Pin<Box<dyn Future<Output = Result<ConfirmTopicRuleDestinationResponse, RusotoError<ConfirmTopicRuleDestinationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_authorizer<'life0, 'async_trait>(
        &'life0 self,
        input: CreateAuthorizerRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateAuthorizerResponse, RusotoError<CreateAuthorizerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_billing_group<'life0, 'async_trait>(
        &'life0 self,
        input: CreateBillingGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateBillingGroupResponse, RusotoError<CreateBillingGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_certificate_from_csr<'life0, 'async_trait>(
        &'life0 self,
        input: CreateCertificateFromCsrRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateCertificateFromCsrResponse, RusotoError<CreateCertificateFromCsrError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_domain_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: CreateDomainConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateDomainConfigurationResponse, RusotoError<CreateDomainConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_dynamic_thing_group<'life0, 'async_trait>(
        &'life0 self,
        input: CreateDynamicThingGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateDynamicThingGroupResponse, RusotoError<CreateDynamicThingGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_job<'life0, 'async_trait>(
        &'life0 self,
        input: CreateJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateJobResponse, RusotoError<CreateJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_keys_and_certificate<'life0, 'async_trait>(
        &'life0 self,
        input: CreateKeysAndCertificateRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateKeysAndCertificateResponse, RusotoError<CreateKeysAndCertificateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_mitigation_action<'life0, 'async_trait>(
        &'life0 self,
        input: CreateMitigationActionRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateMitigationActionResponse, RusotoError<CreateMitigationActionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_ota_update<'life0, 'async_trait>(
        &'life0 self,
        input: CreateOTAUpdateRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateOTAUpdateResponse, RusotoError<CreateOTAUpdateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_policy<'life0, 'async_trait>(
        &'life0 self,
        input: CreatePolicyRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreatePolicyResponse, RusotoError<CreatePolicyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_policy_version<'life0, 'async_trait>(
        &'life0 self,
        input: CreatePolicyVersionRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreatePolicyVersionResponse, RusotoError<CreatePolicyVersionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_provisioning_claim<'life0, 'async_trait>(
        &'life0 self,
        input: CreateProvisioningClaimRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateProvisioningClaimResponse, RusotoError<CreateProvisioningClaimError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_provisioning_template<'life0, 'async_trait>(
        &'life0 self,
        input: CreateProvisioningTemplateRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateProvisioningTemplateResponse, RusotoError<CreateProvisioningTemplateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_provisioning_template_version<'life0, 'async_trait>(
        &'life0 self,
        input: CreateProvisioningTemplateVersionRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateProvisioningTemplateVersionResponse, RusotoError<CreateProvisioningTemplateVersionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_role_alias<'life0, 'async_trait>(
        &'life0 self,
        input: CreateRoleAliasRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateRoleAliasResponse, RusotoError<CreateRoleAliasError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_scheduled_audit<'life0, 'async_trait>(
        &'life0 self,
        input: CreateScheduledAuditRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateScheduledAuditResponse, RusotoError<CreateScheduledAuditError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_security_profile<'life0, 'async_trait>(
        &'life0 self,
        input: CreateSecurityProfileRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateSecurityProfileResponse, RusotoError<CreateSecurityProfileError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_stream<'life0, 'async_trait>(
        &'life0 self,
        input: CreateStreamRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateStreamResponse, RusotoError<CreateStreamError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_thing<'life0, 'async_trait>(
        &'life0 self,
        input: CreateThingRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateThingResponse, RusotoError<CreateThingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_thing_group<'life0, 'async_trait>(
        &'life0 self,
        input: CreateThingGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateThingGroupResponse, RusotoError<CreateThingGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_thing_type<'life0, 'async_trait>(
        &'life0 self,
        input: CreateThingTypeRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateThingTypeResponse, RusotoError<CreateThingTypeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_topic_rule<'life0, 'async_trait>(
        &'life0 self,
        input: CreateTopicRuleRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<CreateTopicRuleError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_topic_rule_destination<'life0, 'async_trait>(
        &'life0 self,
        input: CreateTopicRuleDestinationRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateTopicRuleDestinationResponse, RusotoError<CreateTopicRuleDestinationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_account_audit_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteAccountAuditConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteAccountAuditConfigurationResponse, RusotoError<DeleteAccountAuditConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_authorizer<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteAuthorizerRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteAuthorizerResponse, RusotoError<DeleteAuthorizerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_billing_group<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteBillingGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteBillingGroupResponse, RusotoError<DeleteBillingGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_ca_certificate<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteCACertificateRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteCACertificateResponse, RusotoError<DeleteCACertificateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_certificate<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteCertificateRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteCertificateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_domain_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteDomainConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteDomainConfigurationResponse, RusotoError<DeleteDomainConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_dynamic_thing_group<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteDynamicThingGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteDynamicThingGroupResponse, RusotoError<DeleteDynamicThingGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_job<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_job_execution<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteJobExecutionRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteJobExecutionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_mitigation_action<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteMitigationActionRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteMitigationActionResponse, RusotoError<DeleteMitigationActionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_ota_update<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteOTAUpdateRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteOTAUpdateResponse, RusotoError<DeleteOTAUpdateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_policy<'life0, 'async_trait>(
        &'life0 self,
        input: DeletePolicyRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeletePolicyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_policy_version<'life0, 'async_trait>(
        &'life0 self,
        input: DeletePolicyVersionRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeletePolicyVersionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_provisioning_template<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteProvisioningTemplateRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteProvisioningTemplateResponse, RusotoError<DeleteProvisioningTemplateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_provisioning_template_version<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteProvisioningTemplateVersionRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteProvisioningTemplateVersionResponse, RusotoError<DeleteProvisioningTemplateVersionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_registration_code<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<DeleteRegistrationCodeResponse, RusotoError<DeleteRegistrationCodeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_role_alias<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteRoleAliasRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteRoleAliasResponse, RusotoError<DeleteRoleAliasError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_scheduled_audit<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteScheduledAuditRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteScheduledAuditResponse, RusotoError<DeleteScheduledAuditError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_security_profile<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteSecurityProfileRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteSecurityProfileResponse, RusotoError<DeleteSecurityProfileError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_stream<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteStreamRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteStreamResponse, RusotoError<DeleteStreamError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_thing<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteThingRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteThingResponse, RusotoError<DeleteThingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_thing_group<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteThingGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteThingGroupResponse, RusotoError<DeleteThingGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_thing_type<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteThingTypeRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteThingTypeResponse, RusotoError<DeleteThingTypeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_topic_rule<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteTopicRuleRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteTopicRuleError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_topic_rule_destination<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteTopicRuleDestinationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteTopicRuleDestinationResponse, RusotoError<DeleteTopicRuleDestinationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_v2_logging_level<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteV2LoggingLevelRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteV2LoggingLevelError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn deprecate_thing_type<'life0, 'async_trait>(
        &'life0 self,
        input: DeprecateThingTypeRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeprecateThingTypeResponse, RusotoError<DeprecateThingTypeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_account_audit_configuration<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<DescribeAccountAuditConfigurationResponse, RusotoError<DescribeAccountAuditConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_audit_finding<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeAuditFindingRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeAuditFindingResponse, RusotoError<DescribeAuditFindingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_audit_mitigation_actions_task<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeAuditMitigationActionsTaskRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeAuditMitigationActionsTaskResponse, RusotoError<DescribeAuditMitigationActionsTaskError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_audit_task<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeAuditTaskRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeAuditTaskResponse, RusotoError<DescribeAuditTaskError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_authorizer<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeAuthorizerRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeAuthorizerResponse, RusotoError<DescribeAuthorizerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_billing_group<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeBillingGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeBillingGroupResponse, RusotoError<DescribeBillingGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_ca_certificate<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeCACertificateRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeCACertificateResponse, RusotoError<DescribeCACertificateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_certificate<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeCertificateRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeCertificateResponse, RusotoError<DescribeCertificateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_default_authorizer<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<DescribeDefaultAuthorizerResponse, RusotoError<DescribeDefaultAuthorizerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_domain_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeDomainConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeDomainConfigurationResponse, RusotoError<DescribeDomainConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_endpoint<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeEndpointRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeEndpointResponse, RusotoError<DescribeEndpointError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_event_configurations<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<DescribeEventConfigurationsResponse, RusotoError<DescribeEventConfigurationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_index<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeIndexRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeIndexResponse, RusotoError<DescribeIndexError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_job<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeJobResponse, RusotoError<DescribeJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_job_execution<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeJobExecutionRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeJobExecutionResponse, RusotoError<DescribeJobExecutionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_mitigation_action<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeMitigationActionRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeMitigationActionResponse, RusotoError<DescribeMitigationActionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_provisioning_template<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeProvisioningTemplateRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeProvisioningTemplateResponse, RusotoError<DescribeProvisioningTemplateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_provisioning_template_version<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeProvisioningTemplateVersionRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeProvisioningTemplateVersionResponse, RusotoError<DescribeProvisioningTemplateVersionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_role_alias<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeRoleAliasRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeRoleAliasResponse, RusotoError<DescribeRoleAliasError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_scheduled_audit<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeScheduledAuditRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeScheduledAuditResponse, RusotoError<DescribeScheduledAuditError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_security_profile<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeSecurityProfileRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeSecurityProfileResponse, RusotoError<DescribeSecurityProfileError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_stream<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeStreamRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeStreamResponse, RusotoError<DescribeStreamError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_thing<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeThingRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeThingResponse, RusotoError<DescribeThingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_thing_group<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeThingGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeThingGroupResponse, RusotoError<DescribeThingGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_thing_registration_task<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeThingRegistrationTaskRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeThingRegistrationTaskResponse, RusotoError<DescribeThingRegistrationTaskError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_thing_type<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeThingTypeRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeThingTypeResponse, RusotoError<DescribeThingTypeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn detach_policy<'life0, 'async_trait>(
        &'life0 self,
        input: DetachPolicyRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DetachPolicyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn detach_principal_policy<'life0, 'async_trait>(
        &'life0 self,
        input: DetachPrincipalPolicyRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DetachPrincipalPolicyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn detach_security_profile<'life0, 'async_trait>(
        &'life0 self,
        input: DetachSecurityProfileRequest
    ) -> Pin<Box<dyn Future<Output = Result<DetachSecurityProfileResponse, RusotoError<DetachSecurityProfileError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn detach_thing_principal<'life0, 'async_trait>(
        &'life0 self,
        input: DetachThingPrincipalRequest
    ) -> Pin<Box<dyn Future<Output = Result<DetachThingPrincipalResponse, RusotoError<DetachThingPrincipalError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn disable_topic_rule<'life0, 'async_trait>(
        &'life0 self,
        input: DisableTopicRuleRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DisableTopicRuleError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn enable_topic_rule<'life0, 'async_trait>(
        &'life0 self,
        input: EnableTopicRuleRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<EnableTopicRuleError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_cardinality<'life0, 'async_trait>(
        &'life0 self,
        input: GetCardinalityRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetCardinalityResponse, RusotoError<GetCardinalityError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_effective_policies<'life0, 'async_trait>(
        &'life0 self,
        input: GetEffectivePoliciesRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetEffectivePoliciesResponse, RusotoError<GetEffectivePoliciesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_indexing_configuration<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<GetIndexingConfigurationResponse, RusotoError<GetIndexingConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_job_document<'life0, 'async_trait>(
        &'life0 self,
        input: GetJobDocumentRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetJobDocumentResponse, RusotoError<GetJobDocumentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_logging_options<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<GetLoggingOptionsResponse, RusotoError<GetLoggingOptionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_ota_update<'life0, 'async_trait>(
        &'life0 self,
        input: GetOTAUpdateRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetOTAUpdateResponse, RusotoError<GetOTAUpdateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_percentiles<'life0, 'async_trait>(
        &'life0 self,
        input: GetPercentilesRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetPercentilesResponse, RusotoError<GetPercentilesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_policy<'life0, 'async_trait>(
        &'life0 self,
        input: GetPolicyRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetPolicyResponse, RusotoError<GetPolicyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_policy_version<'life0, 'async_trait>(
        &'life0 self,
        input: GetPolicyVersionRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetPolicyVersionResponse, RusotoError<GetPolicyVersionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_registration_code<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<GetRegistrationCodeResponse, RusotoError<GetRegistrationCodeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_statistics<'life0, 'async_trait>(
        &'life0 self,
        input: GetStatisticsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetStatisticsResponse, RusotoError<GetStatisticsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_topic_rule<'life0, 'async_trait>(
        &'life0 self,
        input: GetTopicRuleRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetTopicRuleResponse, RusotoError<GetTopicRuleError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_topic_rule_destination<'life0, 'async_trait>(
        &'life0 self,
        input: GetTopicRuleDestinationRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetTopicRuleDestinationResponse, RusotoError<GetTopicRuleDestinationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_v2_logging_options<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<GetV2LoggingOptionsResponse, RusotoError<GetV2LoggingOptionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_active_violations<'life0, 'async_trait>(
        &'life0 self,
        input: ListActiveViolationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListActiveViolationsResponse, RusotoError<ListActiveViolationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_attached_policies<'life0, 'async_trait>(
        &'life0 self,
        input: ListAttachedPoliciesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListAttachedPoliciesResponse, RusotoError<ListAttachedPoliciesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_audit_findings<'life0, 'async_trait>(
        &'life0 self,
        input: ListAuditFindingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListAuditFindingsResponse, RusotoError<ListAuditFindingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_audit_mitigation_actions_executions<'life0, 'async_trait>(
        &'life0 self,
        input: ListAuditMitigationActionsExecutionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListAuditMitigationActionsExecutionsResponse, RusotoError<ListAuditMitigationActionsExecutionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_audit_mitigation_actions_tasks<'life0, 'async_trait>(
        &'life0 self,
        input: ListAuditMitigationActionsTasksRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListAuditMitigationActionsTasksResponse, RusotoError<ListAuditMitigationActionsTasksError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_audit_tasks<'life0, 'async_trait>(
        &'life0 self,
        input: ListAuditTasksRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListAuditTasksResponse, RusotoError<ListAuditTasksError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_authorizers<'life0, 'async_trait>(
        &'life0 self,
        input: ListAuthorizersRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListAuthorizersResponse, RusotoError<ListAuthorizersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_billing_groups<'life0, 'async_trait>(
        &'life0 self,
        input: ListBillingGroupsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListBillingGroupsResponse, RusotoError<ListBillingGroupsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_ca_certificates<'life0, 'async_trait>(
        &'life0 self,
        input: ListCACertificatesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListCACertificatesResponse, RusotoError<ListCACertificatesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_certificates<'life0, 'async_trait>(
        &'life0 self,
        input: ListCertificatesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListCertificatesResponse, RusotoError<ListCertificatesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_certificates_by_ca<'life0, 'async_trait>(
        &'life0 self,
        input: ListCertificatesByCARequest
    ) -> Pin<Box<dyn Future<Output = Result<ListCertificatesByCAResponse, RusotoError<ListCertificatesByCAError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_domain_configurations<'life0, 'async_trait>(
        &'life0 self,
        input: ListDomainConfigurationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListDomainConfigurationsResponse, RusotoError<ListDomainConfigurationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_indices<'life0, 'async_trait>(
        &'life0 self,
        input: ListIndicesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListIndicesResponse, RusotoError<ListIndicesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_job_executions_for_job<'life0, 'async_trait>(
        &'life0 self,
        input: ListJobExecutionsForJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListJobExecutionsForJobResponse, RusotoError<ListJobExecutionsForJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_job_executions_for_thing<'life0, 'async_trait>(
        &'life0 self,
        input: ListJobExecutionsForThingRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListJobExecutionsForThingResponse, RusotoError<ListJobExecutionsForThingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_jobs<'life0, 'async_trait>(
        &'life0 self,
        input: ListJobsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListJobsResponse, RusotoError<ListJobsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_mitigation_actions<'life0, 'async_trait>(
        &'life0 self,
        input: ListMitigationActionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListMitigationActionsResponse, RusotoError<ListMitigationActionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_ota_updates<'life0, 'async_trait>(
        &'life0 self,
        input: ListOTAUpdatesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListOTAUpdatesResponse, RusotoError<ListOTAUpdatesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_outgoing_certificates<'life0, 'async_trait>(
        &'life0 self,
        input: ListOutgoingCertificatesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListOutgoingCertificatesResponse, RusotoError<ListOutgoingCertificatesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_policies<'life0, 'async_trait>(
        &'life0 self,
        input: ListPoliciesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListPoliciesResponse, RusotoError<ListPoliciesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_policy_principals<'life0, 'async_trait>(
        &'life0 self,
        input: ListPolicyPrincipalsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListPolicyPrincipalsResponse, RusotoError<ListPolicyPrincipalsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_policy_versions<'life0, 'async_trait>(
        &'life0 self,
        input: ListPolicyVersionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListPolicyVersionsResponse, RusotoError<ListPolicyVersionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_principal_policies<'life0, 'async_trait>(
        &'life0 self,
        input: ListPrincipalPoliciesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListPrincipalPoliciesResponse, RusotoError<ListPrincipalPoliciesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_principal_things<'life0, 'async_trait>(
        &'life0 self,
        input: ListPrincipalThingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListPrincipalThingsResponse, RusotoError<ListPrincipalThingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_provisioning_template_versions<'life0, 'async_trait>(
        &'life0 self,
        input: ListProvisioningTemplateVersionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListProvisioningTemplateVersionsResponse, RusotoError<ListProvisioningTemplateVersionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_provisioning_templates<'life0, 'async_trait>(
        &'life0 self,
        input: ListProvisioningTemplatesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListProvisioningTemplatesResponse, RusotoError<ListProvisioningTemplatesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_role_aliases<'life0, 'async_trait>(
        &'life0 self,
        input: ListRoleAliasesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListRoleAliasesResponse, RusotoError<ListRoleAliasesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_scheduled_audits<'life0, 'async_trait>(
        &'life0 self,
        input: ListScheduledAuditsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListScheduledAuditsResponse, RusotoError<ListScheduledAuditsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_security_profiles<'life0, 'async_trait>(
        &'life0 self,
        input: ListSecurityProfilesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListSecurityProfilesResponse, RusotoError<ListSecurityProfilesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_security_profiles_for_target<'life0, 'async_trait>(
        &'life0 self,
        input: ListSecurityProfilesForTargetRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListSecurityProfilesForTargetResponse, RusotoError<ListSecurityProfilesForTargetError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_streams<'life0, 'async_trait>(
        &'life0 self,
        input: ListStreamsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListStreamsResponse, RusotoError<ListStreamsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_tags_for_resource<'life0, 'async_trait>(
        &'life0 self,
        input: ListTagsForResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_targets_for_policy<'life0, 'async_trait>(
        &'life0 self,
        input: ListTargetsForPolicyRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTargetsForPolicyResponse, RusotoError<ListTargetsForPolicyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_targets_for_security_profile<'life0, 'async_trait>(
        &'life0 self,
        input: ListTargetsForSecurityProfileRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTargetsForSecurityProfileResponse, RusotoError<ListTargetsForSecurityProfileError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_thing_groups<'life0, 'async_trait>(
        &'life0 self,
        input: ListThingGroupsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListThingGroupsResponse, RusotoError<ListThingGroupsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_thing_groups_for_thing<'life0, 'async_trait>(
        &'life0 self,
        input: ListThingGroupsForThingRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListThingGroupsForThingResponse, RusotoError<ListThingGroupsForThingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_thing_principals<'life0, 'async_trait>(
        &'life0 self,
        input: ListThingPrincipalsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListThingPrincipalsResponse, RusotoError<ListThingPrincipalsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_thing_registration_task_reports<'life0, 'async_trait>(
        &'life0 self,
        input: ListThingRegistrationTaskReportsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListThingRegistrationTaskReportsResponse, RusotoError<ListThingRegistrationTaskReportsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_thing_registration_tasks<'life0, 'async_trait>(
        &'life0 self,
        input: ListThingRegistrationTasksRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListThingRegistrationTasksResponse, RusotoError<ListThingRegistrationTasksError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_thing_types<'life0, 'async_trait>(
        &'life0 self,
        input: ListThingTypesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListThingTypesResponse, RusotoError<ListThingTypesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_things<'life0, 'async_trait>(
        &'life0 self,
        input: ListThingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListThingsResponse, RusotoError<ListThingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_things_in_billing_group<'life0, 'async_trait>(
        &'life0 self,
        input: ListThingsInBillingGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListThingsInBillingGroupResponse, RusotoError<ListThingsInBillingGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_things_in_thing_group<'life0, 'async_trait>(
        &'life0 self,
        input: ListThingsInThingGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListThingsInThingGroupResponse, RusotoError<ListThingsInThingGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_topic_rule_destinations<'life0, 'async_trait>(
        &'life0 self,
        input: ListTopicRuleDestinationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTopicRuleDestinationsResponse, RusotoError<ListTopicRuleDestinationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_topic_rules<'life0, 'async_trait>(
        &'life0 self,
        input: ListTopicRulesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTopicRulesResponse, RusotoError<ListTopicRulesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_v2_logging_levels<'life0, 'async_trait>(
        &'life0 self,
        input: ListV2LoggingLevelsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListV2LoggingLevelsResponse, RusotoError<ListV2LoggingLevelsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_violation_events<'life0, 'async_trait>(
        &'life0 self,
        input: ListViolationEventsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListViolationEventsResponse, RusotoError<ListViolationEventsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn register_ca_certificate<'life0, 'async_trait>(
        &'life0 self,
        input: RegisterCACertificateRequest
    ) -> Pin<Box<dyn Future<Output = Result<RegisterCACertificateResponse, RusotoError<RegisterCACertificateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn register_certificate<'life0, 'async_trait>(
        &'life0 self,
        input: RegisterCertificateRequest
    ) -> Pin<Box<dyn Future<Output = Result<RegisterCertificateResponse, RusotoError<RegisterCertificateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn register_thing<'life0, 'async_trait>(
        &'life0 self,
        input: RegisterThingRequest
    ) -> Pin<Box<dyn Future<Output = Result<RegisterThingResponse, RusotoError<RegisterThingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn reject_certificate_transfer<'life0, 'async_trait>(
        &'life0 self,
        input: RejectCertificateTransferRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<RejectCertificateTransferError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn remove_thing_from_billing_group<'life0, 'async_trait>(
        &'life0 self,
        input: RemoveThingFromBillingGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<RemoveThingFromBillingGroupResponse, RusotoError<RemoveThingFromBillingGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn remove_thing_from_thing_group<'life0, 'async_trait>(
        &'life0 self,
        input: RemoveThingFromThingGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<RemoveThingFromThingGroupResponse, RusotoError<RemoveThingFromThingGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn replace_topic_rule<'life0, 'async_trait>(
        &'life0 self,
        input: ReplaceTopicRuleRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<ReplaceTopicRuleError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn search_index<'life0, 'async_trait>(
        &'life0 self,
        input: SearchIndexRequest
    ) -> Pin<Box<dyn Future<Output = Result<SearchIndexResponse, RusotoError<SearchIndexError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn set_default_authorizer<'life0, 'async_trait>(
        &'life0 self,
        input: SetDefaultAuthorizerRequest
    ) -> Pin<Box<dyn Future<Output = Result<SetDefaultAuthorizerResponse, RusotoError<SetDefaultAuthorizerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn set_default_policy_version<'life0, 'async_trait>(
        &'life0 self,
        input: SetDefaultPolicyVersionRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SetDefaultPolicyVersionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn set_logging_options<'life0, 'async_trait>(
        &'life0 self,
        input: SetLoggingOptionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SetLoggingOptionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn set_v2_logging_level<'life0, 'async_trait>(
        &'life0 self,
        input: SetV2LoggingLevelRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SetV2LoggingLevelError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn set_v2_logging_options<'life0, 'async_trait>(
        &'life0 self,
        input: SetV2LoggingOptionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SetV2LoggingOptionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn start_audit_mitigation_actions_task<'life0, 'async_trait>(
        &'life0 self,
        input: StartAuditMitigationActionsTaskRequest
    ) -> Pin<Box<dyn Future<Output = Result<StartAuditMitigationActionsTaskResponse, RusotoError<StartAuditMitigationActionsTaskError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn start_on_demand_audit_task<'life0, 'async_trait>(
        &'life0 self,
        input: StartOnDemandAuditTaskRequest
    ) -> Pin<Box<dyn Future<Output = Result<StartOnDemandAuditTaskResponse, RusotoError<StartOnDemandAuditTaskError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn start_thing_registration_task<'life0, 'async_trait>(
        &'life0 self,
        input: StartThingRegistrationTaskRequest
    ) -> Pin<Box<dyn Future<Output = Result<StartThingRegistrationTaskResponse, RusotoError<StartThingRegistrationTaskError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn stop_thing_registration_task<'life0, 'async_trait>(
        &'life0 self,
        input: StopThingRegistrationTaskRequest
    ) -> Pin<Box<dyn Future<Output = Result<StopThingRegistrationTaskResponse, RusotoError<StopThingRegistrationTaskError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn tag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: TagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn test_authorization<'life0, 'async_trait>(
        &'life0 self,
        input: TestAuthorizationRequest
    ) -> Pin<Box<dyn Future<Output = Result<TestAuthorizationResponse, RusotoError<TestAuthorizationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn test_invoke_authorizer<'life0, 'async_trait>(
        &'life0 self,
        input: TestInvokeAuthorizerRequest
    ) -> Pin<Box<dyn Future<Output = Result<TestInvokeAuthorizerResponse, RusotoError<TestInvokeAuthorizerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn transfer_certificate<'life0, 'async_trait>(
        &'life0 self,
        input: TransferCertificateRequest
    ) -> Pin<Box<dyn Future<Output = Result<TransferCertificateResponse, RusotoError<TransferCertificateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn untag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: UntagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_account_audit_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateAccountAuditConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateAccountAuditConfigurationResponse, RusotoError<UpdateAccountAuditConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_authorizer<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateAuthorizerRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateAuthorizerResponse, RusotoError<UpdateAuthorizerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_billing_group<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateBillingGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateBillingGroupResponse, RusotoError<UpdateBillingGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_ca_certificate<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateCACertificateRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateCACertificateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_certificate<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateCertificateRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateCertificateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_domain_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDomainConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateDomainConfigurationResponse, RusotoError<UpdateDomainConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_dynamic_thing_group<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDynamicThingGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateDynamicThingGroupResponse, RusotoError<UpdateDynamicThingGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_event_configurations<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateEventConfigurationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateEventConfigurationsResponse, RusotoError<UpdateEventConfigurationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_indexing_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateIndexingConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateIndexingConfigurationResponse, RusotoError<UpdateIndexingConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_job<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_mitigation_action<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateMitigationActionRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateMitigationActionResponse, RusotoError<UpdateMitigationActionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_provisioning_template<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateProvisioningTemplateRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateProvisioningTemplateResponse, RusotoError<UpdateProvisioningTemplateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_role_alias<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateRoleAliasRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateRoleAliasResponse, RusotoError<UpdateRoleAliasError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_scheduled_audit<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateScheduledAuditRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateScheduledAuditResponse, RusotoError<UpdateScheduledAuditError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_security_profile<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateSecurityProfileRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateSecurityProfileResponse, RusotoError<UpdateSecurityProfileError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_stream<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateStreamRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateStreamResponse, RusotoError<UpdateStreamError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_thing<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateThingRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateThingResponse, RusotoError<UpdateThingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_thing_group<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateThingGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateThingGroupResponse, RusotoError<UpdateThingGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_thing_groups_for_thing<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateThingGroupsForThingRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateThingGroupsForThingResponse, RusotoError<UpdateThingGroupsForThingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_topic_rule_destination<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateTopicRuleDestinationRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateTopicRuleDestinationResponse, RusotoError<UpdateTopicRuleDestinationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn validate_security_profile_behaviors<'life0, 'async_trait>(
        &'life0 self,
        input: ValidateSecurityProfileBehaviorsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ValidateSecurityProfileBehaviorsResponse, RusotoError<ValidateSecurityProfileBehaviorsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Trait representing the capabilities of the AWS IoT API. AWS IoT clients implement this trait.

Required methods

fn accept_certificate_transfer<'life0, 'async_trait>(
    &'life0 self,
    input: AcceptCertificateTransferRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AcceptCertificateTransferError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Accepts a pending certificate transfer. The default state of the certificate is INACTIVE.

To check for pending certificate transfers, call ListCertificates to enumerate your certificates.

fn add_thing_to_billing_group<'life0, 'async_trait>(
    &'life0 self,
    input: AddThingToBillingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<AddThingToBillingGroupResponse, RusotoError<AddThingToBillingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Adds a thing to a billing group.

fn add_thing_to_thing_group<'life0, 'async_trait>(
    &'life0 self,
    input: AddThingToThingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<AddThingToThingGroupResponse, RusotoError<AddThingToThingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Adds a thing to a thing group.

fn associate_targets_with_job<'life0, 'async_trait>(
    &'life0 self,
    input: AssociateTargetsWithJobRequest
) -> Pin<Box<dyn Future<Output = Result<AssociateTargetsWithJobResponse, RusotoError<AssociateTargetsWithJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Associates a group with a continuous job. The following criteria must be met:

  • The job must have been created with the targetSelection field set to "CONTINUOUS".

  • The job status must currently be "IN_PROGRESS".

  • The total number of targets associated with a job must not exceed 100.

fn attach_policy<'life0, 'async_trait>(
    &'life0 self,
    input: AttachPolicyRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AttachPolicyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Attaches a policy to the specified target.

fn attach_principal_policy<'life0, 'async_trait>(
    &'life0 self,
    input: AttachPrincipalPolicyRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AttachPrincipalPolicyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Attaches the specified policy to the specified principal (certificate or other credential).

Note: This API is deprecated. Please use AttachPolicy instead.

fn attach_security_profile<'life0, 'async_trait>(
    &'life0 self,
    input: AttachSecurityProfileRequest
) -> Pin<Box<dyn Future<Output = Result<AttachSecurityProfileResponse, RusotoError<AttachSecurityProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Associates a Device Defender security profile with a thing group or this account. Each thing group or account can have up to five security profiles associated with it.

fn attach_thing_principal<'life0, 'async_trait>(
    &'life0 self,
    input: AttachThingPrincipalRequest
) -> Pin<Box<dyn Future<Output = Result<AttachThingPrincipalResponse, RusotoError<AttachThingPrincipalError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Attaches the specified principal to the specified thing. A principal can be X.509 certificates, IAM users, groups, and roles, Amazon Cognito identities or federated identities.

fn cancel_audit_mitigation_actions_task<'life0, 'async_trait>(
    &'life0 self,
    input: CancelAuditMitigationActionsTaskRequest
) -> Pin<Box<dyn Future<Output = Result<CancelAuditMitigationActionsTaskResponse, RusotoError<CancelAuditMitigationActionsTaskError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Cancels a mitigation action task that is in progress. If the task is not in progress, an InvalidRequestException occurs.

fn cancel_audit_task<'life0, 'async_trait>(
    &'life0 self,
    input: CancelAuditTaskRequest
) -> Pin<Box<dyn Future<Output = Result<CancelAuditTaskResponse, RusotoError<CancelAuditTaskError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Cancels an audit that is in progress. The audit can be either scheduled or on-demand. If the audit is not in progress, an "InvalidRequestException" occurs.

fn cancel_certificate_transfer<'life0, 'async_trait>(
    &'life0 self,
    input: CancelCertificateTransferRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<CancelCertificateTransferError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Cancels a pending transfer for the specified certificate.

Note Only the transfer source account can use this operation to cancel a transfer. (Transfer destinations can use RejectCertificateTransfer instead.) After transfer, AWS IoT returns the certificate to the source account in the INACTIVE state. After the destination account has accepted the transfer, the transfer cannot be cancelled.

After a certificate transfer is cancelled, the status of the certificate changes from PENDING_TRANSFER to INACTIVE.

fn cancel_job<'life0, 'async_trait>(
    &'life0 self,
    input: CancelJobRequest
) -> Pin<Box<dyn Future<Output = Result<CancelJobResponse, RusotoError<CancelJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Cancels a job.

fn cancel_job_execution<'life0, 'async_trait>(
    &'life0 self,
    input: CancelJobExecutionRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<CancelJobExecutionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Cancels the execution of a job for a given thing.

fn clear_default_authorizer<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<ClearDefaultAuthorizerResponse, RusotoError<ClearDefaultAuthorizerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Clears the default authorizer.

fn confirm_topic_rule_destination<'life0, 'async_trait>(
    &'life0 self,
    input: ConfirmTopicRuleDestinationRequest
) -> Pin<Box<dyn Future<Output = Result<ConfirmTopicRuleDestinationResponse, RusotoError<ConfirmTopicRuleDestinationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Confirms a topic rule destination. When you create a rule requiring a destination, AWS IoT sends a confirmation message to the endpoint or base address you specify. The message includes a token which you pass back when calling ConfirmTopicRuleDestination to confirm that you own or have access to the endpoint.

fn create_authorizer<'life0, 'async_trait>(
    &'life0 self,
    input: CreateAuthorizerRequest
) -> Pin<Box<dyn Future<Output = Result<CreateAuthorizerResponse, RusotoError<CreateAuthorizerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates an authorizer.

fn create_billing_group<'life0, 'async_trait>(
    &'life0 self,
    input: CreateBillingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<CreateBillingGroupResponse, RusotoError<CreateBillingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a billing group.

fn create_certificate_from_csr<'life0, 'async_trait>(
    &'life0 self,
    input: CreateCertificateFromCsrRequest
) -> Pin<Box<dyn Future<Output = Result<CreateCertificateFromCsrResponse, RusotoError<CreateCertificateFromCsrError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates an X.509 certificate using the specified certificate signing request.

Note: The CSR must include a public key that is either an RSA key with a length of at least 2048 bits or an ECC key from NIST P-256 or NIST P-384 curves.

Note: Reusing the same certificate signing request (CSR) results in a distinct certificate.

You can create multiple certificates in a batch by creating a directory, copying multiple .csr files into that directory, and then specifying that directory on the command line. The following commands show how to create a batch of certificates given a batch of CSRs.

Assuming a set of CSRs are located inside of the directory my-csr-directory:

On Linux and OS X, the command is:

$ ls my-csr-directory/ | xargs -I {} aws iot create-certificate-from-csr --certificate-signing-request file://my-csr-directory/{}

This command lists all of the CSRs in my-csr-directory and pipes each CSR file name to the aws iot create-certificate-from-csr AWS CLI command to create a certificate for the corresponding CSR.

The aws iot create-certificate-from-csr part of the command can also be run in parallel to speed up the certificate creation process:

$ ls my-csr-directory/ | xargs -P 10 -I {} aws iot create-certificate-from-csr --certificate-signing-request file://my-csr-directory/{}

On Windows PowerShell, the command to create certificates for all CSRs in my-csr-directory is:

> ls -Name my-csr-directory | %{aws iot create-certificate-from-csr --certificate-signing-request file://my-csr-directory/$_}

On a Windows command prompt, the command to create certificates for all CSRs in my-csr-directory is:

> forfiles /p my-csr-directory /c "cmd /c aws iot create-certificate-from-csr --certificate-signing-request file://@path"

fn create_domain_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDomainConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDomainConfigurationResponse, RusotoError<CreateDomainConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a domain configuration.

The domain configuration feature is in public preview and is subject to change.

fn create_dynamic_thing_group<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDynamicThingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDynamicThingGroupResponse, RusotoError<CreateDynamicThingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a dynamic thing group.

fn create_job<'life0, 'async_trait>(
    &'life0 self,
    input: CreateJobRequest
) -> Pin<Box<dyn Future<Output = Result<CreateJobResponse, RusotoError<CreateJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a job.

fn create_keys_and_certificate<'life0, 'async_trait>(
    &'life0 self,
    input: CreateKeysAndCertificateRequest
) -> Pin<Box<dyn Future<Output = Result<CreateKeysAndCertificateResponse, RusotoError<CreateKeysAndCertificateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a 2048-bit RSA key pair and issues an X.509 certificate using the issued public key. You can also call CreateKeysAndCertificate over MQTT from a device, for more information, see Provisioning MQTT API.

Note This is the only time AWS IoT issues the private key for this certificate, so it is important to keep it in a secure location.

fn create_mitigation_action<'life0, 'async_trait>(
    &'life0 self,
    input: CreateMitigationActionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateMitigationActionResponse, RusotoError<CreateMitigationActionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Defines an action that can be applied to audit findings by using StartAuditMitigationActionsTask. Each mitigation action can apply only one type of change.

fn create_ota_update<'life0, 'async_trait>(
    &'life0 self,
    input: CreateOTAUpdateRequest
) -> Pin<Box<dyn Future<Output = Result<CreateOTAUpdateResponse, RusotoError<CreateOTAUpdateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates an AWS IoT OTAUpdate on a target group of things or groups.

fn create_policy<'life0, 'async_trait>(
    &'life0 self,
    input: CreatePolicyRequest
) -> Pin<Box<dyn Future<Output = Result<CreatePolicyResponse, RusotoError<CreatePolicyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates an AWS IoT policy.

The created policy is the default version for the policy. This operation creates a policy version with a version identifier of 1 and sets 1 as the policy's default version.

fn create_policy_version<'life0, 'async_trait>(
    &'life0 self,
    input: CreatePolicyVersionRequest
) -> Pin<Box<dyn Future<Output = Result<CreatePolicyVersionResponse, RusotoError<CreatePolicyVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a new version of the specified AWS IoT policy. To update a policy, create a new policy version. A managed policy can have up to five versions. If the policy has five versions, you must use DeletePolicyVersion to delete an existing version before you create a new one.

Optionally, you can set the new version as the policy's default version. The default version is the operative version (that is, the version that is in effect for the certificates to which the policy is attached).

fn create_provisioning_claim<'life0, 'async_trait>(
    &'life0 self,
    input: CreateProvisioningClaimRequest
) -> Pin<Box<dyn Future<Output = Result<CreateProvisioningClaimResponse, RusotoError<CreateProvisioningClaimError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a provisioning claim.

fn create_provisioning_template<'life0, 'async_trait>(
    &'life0 self,
    input: CreateProvisioningTemplateRequest
) -> Pin<Box<dyn Future<Output = Result<CreateProvisioningTemplateResponse, RusotoError<CreateProvisioningTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a fleet provisioning template.

fn create_provisioning_template_version<'life0, 'async_trait>(
    &'life0 self,
    input: CreateProvisioningTemplateVersionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateProvisioningTemplateVersionResponse, RusotoError<CreateProvisioningTemplateVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a new version of a fleet provisioning template.

fn create_role_alias<'life0, 'async_trait>(
    &'life0 self,
    input: CreateRoleAliasRequest
) -> Pin<Box<dyn Future<Output = Result<CreateRoleAliasResponse, RusotoError<CreateRoleAliasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a role alias.

fn create_scheduled_audit<'life0, 'async_trait>(
    &'life0 self,
    input: CreateScheduledAuditRequest
) -> Pin<Box<dyn Future<Output = Result<CreateScheduledAuditResponse, RusotoError<CreateScheduledAuditError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a scheduled audit that is run at a specified time interval.

fn create_security_profile<'life0, 'async_trait>(
    &'life0 self,
    input: CreateSecurityProfileRequest
) -> Pin<Box<dyn Future<Output = Result<CreateSecurityProfileResponse, RusotoError<CreateSecurityProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a Device Defender security profile.

fn create_stream<'life0, 'async_trait>(
    &'life0 self,
    input: CreateStreamRequest
) -> Pin<Box<dyn Future<Output = Result<CreateStreamResponse, RusotoError<CreateStreamError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a stream for delivering one or more large files in chunks over MQTT. A stream transports data bytes in chunks or blocks packaged as MQTT messages from a source like S3. You can have one or more files associated with a stream.

fn create_thing<'life0, 'async_trait>(
    &'life0 self,
    input: CreateThingRequest
) -> Pin<Box<dyn Future<Output = Result<CreateThingResponse, RusotoError<CreateThingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a thing record in the registry. If this call is made multiple times using the same thing name and configuration, the call will succeed. If this call is made with the same thing name but different configuration a ResourceAlreadyExistsException is thrown.

This is a control plane operation. See Authorization for information about authorizing control plane actions.

fn create_thing_group<'life0, 'async_trait>(
    &'life0 self,
    input: CreateThingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<CreateThingGroupResponse, RusotoError<CreateThingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Create a thing group.

This is a control plane operation. See Authorization for information about authorizing control plane actions.

fn create_thing_type<'life0, 'async_trait>(
    &'life0 self,
    input: CreateThingTypeRequest
) -> Pin<Box<dyn Future<Output = Result<CreateThingTypeResponse, RusotoError<CreateThingTypeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a new thing type.

fn create_topic_rule<'life0, 'async_trait>(
    &'life0 self,
    input: CreateTopicRuleRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<CreateTopicRuleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a rule. Creating rules is an administrator-level action. Any user who has permission to create rules will be able to access data processed by the rule.

fn create_topic_rule_destination<'life0, 'async_trait>(
    &'life0 self,
    input: CreateTopicRuleDestinationRequest
) -> Pin<Box<dyn Future<Output = Result<CreateTopicRuleDestinationResponse, RusotoError<CreateTopicRuleDestinationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a topic rule destination. The destination must be confirmed prior to use.

fn delete_account_audit_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteAccountAuditConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteAccountAuditConfigurationResponse, RusotoError<DeleteAccountAuditConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Restores the default settings for Device Defender audits for this account. Any configuration data you entered is deleted and all audit checks are reset to disabled.

fn delete_authorizer<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteAuthorizerRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteAuthorizerResponse, RusotoError<DeleteAuthorizerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes an authorizer.

fn delete_billing_group<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteBillingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteBillingGroupResponse, RusotoError<DeleteBillingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes the billing group.

fn delete_ca_certificate<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteCACertificateRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteCACertificateResponse, RusotoError<DeleteCACertificateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes a registered CA certificate.

fn delete_certificate<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteCertificateRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteCertificateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes the specified certificate.

A certificate cannot be deleted if it has a policy or IoT thing attached to it or if its status is set to ACTIVE. To delete a certificate, first use the DetachPrincipalPolicy API to detach all policies. Next, use the UpdateCertificate API to set the certificate to the INACTIVE status.

fn delete_domain_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDomainConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteDomainConfigurationResponse, RusotoError<DeleteDomainConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes the specified domain configuration.

The domain configuration feature is in public preview and is subject to change.

fn delete_dynamic_thing_group<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDynamicThingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteDynamicThingGroupResponse, RusotoError<DeleteDynamicThingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes a dynamic thing group.

fn delete_job<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteJobRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes a job and its related job executions.

Deleting a job may take time, depending on the number of job executions created for the job and various other factors. While the job is being deleted, the status of the job will be shown as "DELETION_IN_PROGRESS". Attempting to delete or cancel a job whose status is already "DELETION_IN_PROGRESS" will result in an error.

Only 10 jobs may have status "DELETION_IN_PROGRESS" at the same time, or a LimitExceededException will occur.

fn delete_job_execution<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteJobExecutionRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteJobExecutionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes a job execution.

fn delete_mitigation_action<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteMitigationActionRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteMitigationActionResponse, RusotoError<DeleteMitigationActionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes a defined mitigation action from your AWS account.

fn delete_ota_update<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteOTAUpdateRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteOTAUpdateResponse, RusotoError<DeleteOTAUpdateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Delete an OTA update.

fn delete_policy<'life0, 'async_trait>(
    &'life0 self,
    input: DeletePolicyRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeletePolicyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes the specified policy.

A policy cannot be deleted if it has non-default versions or it is attached to any certificate.

To delete a policy, use the DeletePolicyVersion API to delete all non-default versions of the policy; use the DetachPrincipalPolicy API to detach the policy from any certificate; and then use the DeletePolicy API to delete the policy.

When a policy is deleted using DeletePolicy, its default version is deleted with it.

fn delete_policy_version<'life0, 'async_trait>(
    &'life0 self,
    input: DeletePolicyVersionRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeletePolicyVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes the specified version of the specified policy. You cannot delete the default version of a policy using this API. To delete the default version of a policy, use DeletePolicy. To find out which version of a policy is marked as the default version, use ListPolicyVersions.

fn delete_provisioning_template<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteProvisioningTemplateRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteProvisioningTemplateResponse, RusotoError<DeleteProvisioningTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes a fleet provisioning template.

fn delete_provisioning_template_version<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteProvisioningTemplateVersionRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteProvisioningTemplateVersionResponse, RusotoError<DeleteProvisioningTemplateVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes a fleet provisioning template version.

fn delete_registration_code<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DeleteRegistrationCodeResponse, RusotoError<DeleteRegistrationCodeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes a CA certificate registration code.

fn delete_role_alias<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteRoleAliasRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteRoleAliasResponse, RusotoError<DeleteRoleAliasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes a role alias

fn delete_scheduled_audit<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteScheduledAuditRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteScheduledAuditResponse, RusotoError<DeleteScheduledAuditError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes a scheduled audit.

fn delete_security_profile<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteSecurityProfileRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteSecurityProfileResponse, RusotoError<DeleteSecurityProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes a Device Defender security profile.

fn delete_stream<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteStreamRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteStreamResponse, RusotoError<DeleteStreamError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes a stream.

fn delete_thing<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteThingRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteThingResponse, RusotoError<DeleteThingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes the specified thing. Returns successfully with no error if the deletion is successful or you specify a thing that doesn't exist.

fn delete_thing_group<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteThingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteThingGroupResponse, RusotoError<DeleteThingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes a thing group.

fn delete_thing_type<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteThingTypeRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteThingTypeResponse, RusotoError<DeleteThingTypeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes the specified thing type. You cannot delete a thing type if it has things associated with it. To delete a thing type, first mark it as deprecated by calling DeprecateThingType, then remove any associated things by calling UpdateThing to change the thing type on any associated thing, and finally use DeleteThingType to delete the thing type.

fn delete_topic_rule<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteTopicRuleRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteTopicRuleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes the rule.

fn delete_topic_rule_destination<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteTopicRuleDestinationRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteTopicRuleDestinationResponse, RusotoError<DeleteTopicRuleDestinationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes a topic rule destination.

fn delete_v2_logging_level<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteV2LoggingLevelRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteV2LoggingLevelError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes a logging level.

fn deprecate_thing_type<'life0, 'async_trait>(
    &'life0 self,
    input: DeprecateThingTypeRequest
) -> Pin<Box<dyn Future<Output = Result<DeprecateThingTypeResponse, RusotoError<DeprecateThingTypeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deprecates a thing type. You can not associate new things with deprecated thing type.

fn describe_account_audit_configuration<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DescribeAccountAuditConfigurationResponse, RusotoError<DescribeAccountAuditConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about the Device Defender audit settings for this account. Settings include how audit notifications are sent and which audit checks are enabled or disabled.

fn describe_audit_finding<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAuditFindingRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAuditFindingResponse, RusotoError<DescribeAuditFindingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about a single audit finding. Properties include the reason for noncompliance, the severity of the issue, and when the audit that returned the finding was started.

fn describe_audit_mitigation_actions_task<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAuditMitigationActionsTaskRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAuditMitigationActionsTaskResponse, RusotoError<DescribeAuditMitigationActionsTaskError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about an audit mitigation task that is used to apply mitigation actions to a set of audit findings. Properties include the actions being applied, the audit checks to which they're being applied, the task status, and aggregated task statistics.

fn describe_audit_task<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAuditTaskRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAuditTaskResponse, RusotoError<DescribeAuditTaskError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about a Device Defender audit.

fn describe_authorizer<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAuthorizerRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAuthorizerResponse, RusotoError<DescribeAuthorizerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Describes an authorizer.

fn describe_billing_group<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeBillingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeBillingGroupResponse, RusotoError<DescribeBillingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Returns information about a billing group.

fn describe_ca_certificate<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeCACertificateRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeCACertificateResponse, RusotoError<DescribeCACertificateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Describes a registered CA certificate.

fn describe_certificate<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeCertificateRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeCertificateResponse, RusotoError<DescribeCertificateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about the specified certificate.

fn describe_default_authorizer<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DescribeDefaultAuthorizerResponse, RusotoError<DescribeDefaultAuthorizerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Describes the default authorizer.

fn describe_domain_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDomainConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDomainConfigurationResponse, RusotoError<DescribeDomainConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets summary information about a domain configuration.

The domain configuration feature is in public preview and is subject to change.

fn describe_endpoint<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeEndpointRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeEndpointResponse, RusotoError<DescribeEndpointError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Returns a unique endpoint specific to the AWS account making the call.

fn describe_event_configurations<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DescribeEventConfigurationsResponse, RusotoError<DescribeEventConfigurationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Describes event configurations.

fn describe_index<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeIndexRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeIndexResponse, RusotoError<DescribeIndexError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Describes a search index.

fn describe_job<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeJobRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeJobResponse, RusotoError<DescribeJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Describes a job.

fn describe_job_execution<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeJobExecutionRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeJobExecutionResponse, RusotoError<DescribeJobExecutionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Describes a job execution.

fn describe_mitigation_action<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeMitigationActionRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeMitigationActionResponse, RusotoError<DescribeMitigationActionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about a mitigation action.

fn describe_provisioning_template<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeProvisioningTemplateRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeProvisioningTemplateResponse, RusotoError<DescribeProvisioningTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Returns information about a fleet provisioning template.

fn describe_provisioning_template_version<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeProvisioningTemplateVersionRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeProvisioningTemplateVersionResponse, RusotoError<DescribeProvisioningTemplateVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Returns information about a fleet provisioning template version.

fn describe_role_alias<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeRoleAliasRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeRoleAliasResponse, RusotoError<DescribeRoleAliasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Describes a role alias.

fn describe_scheduled_audit<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeScheduledAuditRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeScheduledAuditResponse, RusotoError<DescribeScheduledAuditError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about a scheduled audit.

fn describe_security_profile<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeSecurityProfileRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeSecurityProfileResponse, RusotoError<DescribeSecurityProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about a Device Defender security profile.

fn describe_stream<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeStreamRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeStreamResponse, RusotoError<DescribeStreamError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about a stream.

fn describe_thing<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeThingRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeThingResponse, RusotoError<DescribeThingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about the specified thing.

fn describe_thing_group<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeThingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeThingGroupResponse, RusotoError<DescribeThingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Describe a thing group.

fn describe_thing_registration_task<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeThingRegistrationTaskRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeThingRegistrationTaskResponse, RusotoError<DescribeThingRegistrationTaskError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Describes a bulk thing provisioning task.

fn describe_thing_type<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeThingTypeRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeThingTypeResponse, RusotoError<DescribeThingTypeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about the specified thing type.

fn detach_policy<'life0, 'async_trait>(
    &'life0 self,
    input: DetachPolicyRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DetachPolicyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Detaches a policy from the specified target.

fn detach_principal_policy<'life0, 'async_trait>(
    &'life0 self,
    input: DetachPrincipalPolicyRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DetachPrincipalPolicyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Removes the specified policy from the specified certificate.

Note: This API is deprecated. Please use DetachPolicy instead.

fn detach_security_profile<'life0, 'async_trait>(
    &'life0 self,
    input: DetachSecurityProfileRequest
) -> Pin<Box<dyn Future<Output = Result<DetachSecurityProfileResponse, RusotoError<DetachSecurityProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Disassociates a Device Defender security profile from a thing group or from this account.

fn detach_thing_principal<'life0, 'async_trait>(
    &'life0 self,
    input: DetachThingPrincipalRequest
) -> Pin<Box<dyn Future<Output = Result<DetachThingPrincipalResponse, RusotoError<DetachThingPrincipalError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Detaches the specified principal from the specified thing. A principal can be X.509 certificates, IAM users, groups, and roles, Amazon Cognito identities or federated identities.

This call is asynchronous. It might take several seconds for the detachment to propagate.

fn disable_topic_rule<'life0, 'async_trait>(
    &'life0 self,
    input: DisableTopicRuleRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DisableTopicRuleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Disables the rule.

fn enable_topic_rule<'life0, 'async_trait>(
    &'life0 self,
    input: EnableTopicRuleRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<EnableTopicRuleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Enables the rule.

fn get_cardinality<'life0, 'async_trait>(
    &'life0 self,
    input: GetCardinalityRequest
) -> Pin<Box<dyn Future<Output = Result<GetCardinalityResponse, RusotoError<GetCardinalityError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Returns the approximate count of unique values that match the query.

fn get_effective_policies<'life0, 'async_trait>(
    &'life0 self,
    input: GetEffectivePoliciesRequest
) -> Pin<Box<dyn Future<Output = Result<GetEffectivePoliciesResponse, RusotoError<GetEffectivePoliciesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets a list of the policies that have an effect on the authorization behavior of the specified device when it connects to the AWS IoT device gateway.

fn get_indexing_configuration<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<GetIndexingConfigurationResponse, RusotoError<GetIndexingConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets the indexing configuration.

fn get_job_document<'life0, 'async_trait>(
    &'life0 self,
    input: GetJobDocumentRequest
) -> Pin<Box<dyn Future<Output = Result<GetJobDocumentResponse, RusotoError<GetJobDocumentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets a job document.

fn get_logging_options<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<GetLoggingOptionsResponse, RusotoError<GetLoggingOptionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets the logging options.

NOTE: use of this command is not recommended. Use GetV2LoggingOptions instead.

fn get_ota_update<'life0, 'async_trait>(
    &'life0 self,
    input: GetOTAUpdateRequest
) -> Pin<Box<dyn Future<Output = Result<GetOTAUpdateResponse, RusotoError<GetOTAUpdateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets an OTA update.

fn get_percentiles<'life0, 'async_trait>(
    &'life0 self,
    input: GetPercentilesRequest
) -> Pin<Box<dyn Future<Output = Result<GetPercentilesResponse, RusotoError<GetPercentilesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Groups the aggregated values that match the query into percentile groupings. The default percentile groupings are: 1,5,25,50,75,95,99, although you can specify your own when you call GetPercentiles. This function returns a value for each percentile group specified (or the default percentile groupings). The percentile group "1" contains the aggregated field value that occurs in approximately one percent of the values that match the query. The percentile group "5" contains the aggregated field value that occurs in approximately five percent of the values that match the query, and so on. The result is an approximation, the more values that match the query, the more accurate the percentile values.

fn get_policy<'life0, 'async_trait>(
    &'life0 self,
    input: GetPolicyRequest
) -> Pin<Box<dyn Future<Output = Result<GetPolicyResponse, RusotoError<GetPolicyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about the specified policy with the policy document of the default version.

fn get_policy_version<'life0, 'async_trait>(
    &'life0 self,
    input: GetPolicyVersionRequest
) -> Pin<Box<dyn Future<Output = Result<GetPolicyVersionResponse, RusotoError<GetPolicyVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about the specified policy version.

fn get_registration_code<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<GetRegistrationCodeResponse, RusotoError<GetRegistrationCodeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets a registration code used to register a CA certificate with AWS IoT.

fn get_statistics<'life0, 'async_trait>(
    &'life0 self,
    input: GetStatisticsRequest
) -> Pin<Box<dyn Future<Output = Result<GetStatisticsResponse, RusotoError<GetStatisticsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Returns the count, average, sum, minimum, maximum, sum of squares, variance, and standard deviation for the specified aggregated field. If the aggregation field is of type String, only the count statistic is returned.

fn get_topic_rule<'life0, 'async_trait>(
    &'life0 self,
    input: GetTopicRuleRequest
) -> Pin<Box<dyn Future<Output = Result<GetTopicRuleResponse, RusotoError<GetTopicRuleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about the rule.

fn get_topic_rule_destination<'life0, 'async_trait>(
    &'life0 self,
    input: GetTopicRuleDestinationRequest
) -> Pin<Box<dyn Future<Output = Result<GetTopicRuleDestinationResponse, RusotoError<GetTopicRuleDestinationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about a topic rule destination.

fn get_v2_logging_options<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<GetV2LoggingOptionsResponse, RusotoError<GetV2LoggingOptionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets the fine grained logging options.

fn list_active_violations<'life0, 'async_trait>(
    &'life0 self,
    input: ListActiveViolationsRequest
) -> Pin<Box<dyn Future<Output = Result<ListActiveViolationsResponse, RusotoError<ListActiveViolationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the active violations for a given Device Defender security profile.

fn list_attached_policies<'life0, 'async_trait>(
    &'life0 self,
    input: ListAttachedPoliciesRequest
) -> Pin<Box<dyn Future<Output = Result<ListAttachedPoliciesResponse, RusotoError<ListAttachedPoliciesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the policies attached to the specified thing group.

fn list_audit_findings<'life0, 'async_trait>(
    &'life0 self,
    input: ListAuditFindingsRequest
) -> Pin<Box<dyn Future<Output = Result<ListAuditFindingsResponse, RusotoError<ListAuditFindingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the findings (results) of a Device Defender audit or of the audits performed during a specified time period. (Findings are retained for 180 days.)

fn list_audit_mitigation_actions_executions<'life0, 'async_trait>(
    &'life0 self,
    input: ListAuditMitigationActionsExecutionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListAuditMitigationActionsExecutionsResponse, RusotoError<ListAuditMitigationActionsExecutionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets the status of audit mitigation action tasks that were executed.

fn list_audit_mitigation_actions_tasks<'life0, 'async_trait>(
    &'life0 self,
    input: ListAuditMitigationActionsTasksRequest
) -> Pin<Box<dyn Future<Output = Result<ListAuditMitigationActionsTasksResponse, RusotoError<ListAuditMitigationActionsTasksError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets a list of audit mitigation action tasks that match the specified filters.

fn list_audit_tasks<'life0, 'async_trait>(
    &'life0 self,
    input: ListAuditTasksRequest
) -> Pin<Box<dyn Future<Output = Result<ListAuditTasksResponse, RusotoError<ListAuditTasksError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the Device Defender audits that have been performed during a given time period.

fn list_authorizers<'life0, 'async_trait>(
    &'life0 self,
    input: ListAuthorizersRequest
) -> Pin<Box<dyn Future<Output = Result<ListAuthorizersResponse, RusotoError<ListAuthorizersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the authorizers registered in your account.

fn list_billing_groups<'life0, 'async_trait>(
    &'life0 self,
    input: ListBillingGroupsRequest
) -> Pin<Box<dyn Future<Output = Result<ListBillingGroupsResponse, RusotoError<ListBillingGroupsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the billing groups you have created.

fn list_ca_certificates<'life0, 'async_trait>(
    &'life0 self,
    input: ListCACertificatesRequest
) -> Pin<Box<dyn Future<Output = Result<ListCACertificatesResponse, RusotoError<ListCACertificatesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the CA certificates registered for your AWS account.

The results are paginated with a default page size of 25. You can use the returned marker to retrieve additional results.

fn list_certificates<'life0, 'async_trait>(
    &'life0 self,
    input: ListCertificatesRequest
) -> Pin<Box<dyn Future<Output = Result<ListCertificatesResponse, RusotoError<ListCertificatesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the certificates registered in your AWS account.

The results are paginated with a default page size of 25. You can use the returned marker to retrieve additional results.

fn list_certificates_by_ca<'life0, 'async_trait>(
    &'life0 self,
    input: ListCertificatesByCARequest
) -> Pin<Box<dyn Future<Output = Result<ListCertificatesByCAResponse, RusotoError<ListCertificatesByCAError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

List the device certificates signed by the specified CA certificate.

fn list_domain_configurations<'life0, 'async_trait>(
    &'life0 self,
    input: ListDomainConfigurationsRequest
) -> Pin<Box<dyn Future<Output = Result<ListDomainConfigurationsResponse, RusotoError<ListDomainConfigurationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets a list of domain configurations for the user. This list is sorted alphabetically by domain configuration name.

The domain configuration feature is in public preview and is subject to change.

fn list_indices<'life0, 'async_trait>(
    &'life0 self,
    input: ListIndicesRequest
) -> Pin<Box<dyn Future<Output = Result<ListIndicesResponse, RusotoError<ListIndicesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the search indices.

fn list_job_executions_for_job<'life0, 'async_trait>(
    &'life0 self,
    input: ListJobExecutionsForJobRequest
) -> Pin<Box<dyn Future<Output = Result<ListJobExecutionsForJobResponse, RusotoError<ListJobExecutionsForJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the job executions for a job.

fn list_job_executions_for_thing<'life0, 'async_trait>(
    &'life0 self,
    input: ListJobExecutionsForThingRequest
) -> Pin<Box<dyn Future<Output = Result<ListJobExecutionsForThingResponse, RusotoError<ListJobExecutionsForThingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the job executions for the specified thing.

fn list_jobs<'life0, 'async_trait>(
    &'life0 self,
    input: ListJobsRequest
) -> Pin<Box<dyn Future<Output = Result<ListJobsResponse, RusotoError<ListJobsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists jobs.

fn list_mitigation_actions<'life0, 'async_trait>(
    &'life0 self,
    input: ListMitigationActionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListMitigationActionsResponse, RusotoError<ListMitigationActionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets a list of all mitigation actions that match the specified filter criteria.

fn list_ota_updates<'life0, 'async_trait>(
    &'life0 self,
    input: ListOTAUpdatesRequest
) -> Pin<Box<dyn Future<Output = Result<ListOTAUpdatesResponse, RusotoError<ListOTAUpdatesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists OTA updates.

fn list_outgoing_certificates<'life0, 'async_trait>(
    &'life0 self,
    input: ListOutgoingCertificatesRequest
) -> Pin<Box<dyn Future<Output = Result<ListOutgoingCertificatesResponse, RusotoError<ListOutgoingCertificatesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists certificates that are being transferred but not yet accepted.

fn list_policies<'life0, 'async_trait>(
    &'life0 self,
    input: ListPoliciesRequest
) -> Pin<Box<dyn Future<Output = Result<ListPoliciesResponse, RusotoError<ListPoliciesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists your policies.

fn list_policy_principals<'life0, 'async_trait>(
    &'life0 self,
    input: ListPolicyPrincipalsRequest
) -> Pin<Box<dyn Future<Output = Result<ListPolicyPrincipalsResponse, RusotoError<ListPolicyPrincipalsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the principals associated with the specified policy.

Note: This API is deprecated. Please use ListTargetsForPolicy instead.

fn list_policy_versions<'life0, 'async_trait>(
    &'life0 self,
    input: ListPolicyVersionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListPolicyVersionsResponse, RusotoError<ListPolicyVersionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the versions of the specified policy and identifies the default version.

fn list_principal_policies<'life0, 'async_trait>(
    &'life0 self,
    input: ListPrincipalPoliciesRequest
) -> Pin<Box<dyn Future<Output = Result<ListPrincipalPoliciesResponse, RusotoError<ListPrincipalPoliciesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the policies attached to the specified principal. If you use an Cognito identity, the ID must be in AmazonCognito Identity format.

Note: This API is deprecated. Please use ListAttachedPolicies instead.

fn list_principal_things<'life0, 'async_trait>(
    &'life0 self,
    input: ListPrincipalThingsRequest
) -> Pin<Box<dyn Future<Output = Result<ListPrincipalThingsResponse, RusotoError<ListPrincipalThingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the things associated with the specified principal. A principal can be X.509 certificates, IAM users, groups, and roles, Amazon Cognito identities or federated identities.

fn list_provisioning_template_versions<'life0, 'async_trait>(
    &'life0 self,
    input: ListProvisioningTemplateVersionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListProvisioningTemplateVersionsResponse, RusotoError<ListProvisioningTemplateVersionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

A list of fleet provisioning template versions.

fn list_provisioning_templates<'life0, 'async_trait>(
    &'life0 self,
    input: ListProvisioningTemplatesRequest
) -> Pin<Box<dyn Future<Output = Result<ListProvisioningTemplatesResponse, RusotoError<ListProvisioningTemplatesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the fleet provisioning templates in your AWS account.

fn list_role_aliases<'life0, 'async_trait>(
    &'life0 self,
    input: ListRoleAliasesRequest
) -> Pin<Box<dyn Future<Output = Result<ListRoleAliasesResponse, RusotoError<ListRoleAliasesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the role aliases registered in your account.

fn list_scheduled_audits<'life0, 'async_trait>(
    &'life0 self,
    input: ListScheduledAuditsRequest
) -> Pin<Box<dyn Future<Output = Result<ListScheduledAuditsResponse, RusotoError<ListScheduledAuditsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists all of your scheduled audits.

fn list_security_profiles<'life0, 'async_trait>(
    &'life0 self,
    input: ListSecurityProfilesRequest
) -> Pin<Box<dyn Future<Output = Result<ListSecurityProfilesResponse, RusotoError<ListSecurityProfilesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the Device Defender security profiles you have created. You can use filters to list only those security profiles associated with a thing group or only those associated with your account.

fn list_security_profiles_for_target<'life0, 'async_trait>(
    &'life0 self,
    input: ListSecurityProfilesForTargetRequest
) -> Pin<Box<dyn Future<Output = Result<ListSecurityProfilesForTargetResponse, RusotoError<ListSecurityProfilesForTargetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the Device Defender security profiles attached to a target (thing group).

fn list_streams<'life0, 'async_trait>(
    &'life0 self,
    input: ListStreamsRequest
) -> Pin<Box<dyn Future<Output = Result<ListStreamsResponse, RusotoError<ListStreamsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists all of the streams in your AWS account.

fn list_tags_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsForResourceRequest
) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the tags (metadata) you have assigned to the resource.

fn list_targets_for_policy<'life0, 'async_trait>(
    &'life0 self,
    input: ListTargetsForPolicyRequest
) -> Pin<Box<dyn Future<Output = Result<ListTargetsForPolicyResponse, RusotoError<ListTargetsForPolicyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

List targets for the specified policy.

fn list_targets_for_security_profile<'life0, 'async_trait>(
    &'life0 self,
    input: ListTargetsForSecurityProfileRequest
) -> Pin<Box<dyn Future<Output = Result<ListTargetsForSecurityProfileResponse, RusotoError<ListTargetsForSecurityProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the targets (thing groups) associated with a given Device Defender security profile.

fn list_thing_groups<'life0, 'async_trait>(
    &'life0 self,
    input: ListThingGroupsRequest
) -> Pin<Box<dyn Future<Output = Result<ListThingGroupsResponse, RusotoError<ListThingGroupsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

List the thing groups in your account.

fn list_thing_groups_for_thing<'life0, 'async_trait>(
    &'life0 self,
    input: ListThingGroupsForThingRequest
) -> Pin<Box<dyn Future<Output = Result<ListThingGroupsForThingResponse, RusotoError<ListThingGroupsForThingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

List the thing groups to which the specified thing belongs.

fn list_thing_principals<'life0, 'async_trait>(
    &'life0 self,
    input: ListThingPrincipalsRequest
) -> Pin<Box<dyn Future<Output = Result<ListThingPrincipalsResponse, RusotoError<ListThingPrincipalsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the principals associated with the specified thing. A principal can be X.509 certificates, IAM users, groups, and roles, Amazon Cognito identities or federated identities.

fn list_thing_registration_task_reports<'life0, 'async_trait>(
    &'life0 self,
    input: ListThingRegistrationTaskReportsRequest
) -> Pin<Box<dyn Future<Output = Result<ListThingRegistrationTaskReportsResponse, RusotoError<ListThingRegistrationTaskReportsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Information about the thing registration tasks.

fn list_thing_registration_tasks<'life0, 'async_trait>(
    &'life0 self,
    input: ListThingRegistrationTasksRequest
) -> Pin<Box<dyn Future<Output = Result<ListThingRegistrationTasksResponse, RusotoError<ListThingRegistrationTasksError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

List bulk thing provisioning tasks.

fn list_thing_types<'life0, 'async_trait>(
    &'life0 self,
    input: ListThingTypesRequest
) -> Pin<Box<dyn Future<Output = Result<ListThingTypesResponse, RusotoError<ListThingTypesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the existing thing types.

fn list_things<'life0, 'async_trait>(
    &'life0 self,
    input: ListThingsRequest
) -> Pin<Box<dyn Future<Output = Result<ListThingsResponse, RusotoError<ListThingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists your things. Use the attributeName and attributeValue parameters to filter your things. For example, calling ListThings with attributeName=Color and attributeValue=Red retrieves all things in the registry that contain an attribute Color with the value Red.

fn list_things_in_billing_group<'life0, 'async_trait>(
    &'life0 self,
    input: ListThingsInBillingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<ListThingsInBillingGroupResponse, RusotoError<ListThingsInBillingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the things you have added to the given billing group.

fn list_things_in_thing_group<'life0, 'async_trait>(
    &'life0 self,
    input: ListThingsInThingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<ListThingsInThingGroupResponse, RusotoError<ListThingsInThingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the things in the specified group.

fn list_topic_rule_destinations<'life0, 'async_trait>(
    &'life0 self,
    input: ListTopicRuleDestinationsRequest
) -> Pin<Box<dyn Future<Output = Result<ListTopicRuleDestinationsResponse, RusotoError<ListTopicRuleDestinationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists all the topic rule destinations in your AWS account.

fn list_topic_rules<'life0, 'async_trait>(
    &'life0 self,
    input: ListTopicRulesRequest
) -> Pin<Box<dyn Future<Output = Result<ListTopicRulesResponse, RusotoError<ListTopicRulesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the rules for the specific topic.

fn list_v2_logging_levels<'life0, 'async_trait>(
    &'life0 self,
    input: ListV2LoggingLevelsRequest
) -> Pin<Box<dyn Future<Output = Result<ListV2LoggingLevelsResponse, RusotoError<ListV2LoggingLevelsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists logging levels.

fn list_violation_events<'life0, 'async_trait>(
    &'life0 self,
    input: ListViolationEventsRequest
) -> Pin<Box<dyn Future<Output = Result<ListViolationEventsResponse, RusotoError<ListViolationEventsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the Device Defender security profile violations discovered during the given time period. You can use filters to limit the results to those alerts issued for a particular security profile, behavior, or thing (device).

fn register_ca_certificate<'life0, 'async_trait>(
    &'life0 self,
    input: RegisterCACertificateRequest
) -> Pin<Box<dyn Future<Output = Result<RegisterCACertificateResponse, RusotoError<RegisterCACertificateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Registers a CA certificate with AWS IoT. This CA certificate can then be used to sign device certificates, which can be then registered with AWS IoT. You can register up to 10 CA certificates per AWS account that have the same subject field. This enables you to have up to 10 certificate authorities sign your device certificates. If you have more than one CA certificate registered, make sure you pass the CA certificate when you register your device certificates with the RegisterCertificate API.

fn register_certificate<'life0, 'async_trait>(
    &'life0 self,
    input: RegisterCertificateRequest
) -> Pin<Box<dyn Future<Output = Result<RegisterCertificateResponse, RusotoError<RegisterCertificateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Registers a device certificate with AWS IoT. If you have more than one CA certificate that has the same subject field, you must specify the CA certificate that was used to sign the device certificate being registered.

fn register_thing<'life0, 'async_trait>(
    &'life0 self,
    input: RegisterThingRequest
) -> Pin<Box<dyn Future<Output = Result<RegisterThingResponse, RusotoError<RegisterThingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Provisions a thing in the device registry. RegisterThing calls other AWS IoT control plane APIs. These calls might exceed your account level AWS IoT Throttling Limits and cause throttle errors. Please contact AWS Customer Support to raise your throttling limits if necessary.

fn reject_certificate_transfer<'life0, 'async_trait>(
    &'life0 self,
    input: RejectCertificateTransferRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<RejectCertificateTransferError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Rejects a pending certificate transfer. After AWS IoT rejects a certificate transfer, the certificate status changes from PENDING_TRANSFER to INACTIVE.

To check for pending certificate transfers, call ListCertificates to enumerate your certificates.

This operation can only be called by the transfer destination. After it is called, the certificate will be returned to the source's account in the INACTIVE state.

fn remove_thing_from_billing_group<'life0, 'async_trait>(
    &'life0 self,
    input: RemoveThingFromBillingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<RemoveThingFromBillingGroupResponse, RusotoError<RemoveThingFromBillingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Removes the given thing from the billing group.

fn remove_thing_from_thing_group<'life0, 'async_trait>(
    &'life0 self,
    input: RemoveThingFromThingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<RemoveThingFromThingGroupResponse, RusotoError<RemoveThingFromThingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Remove the specified thing from the specified group.

fn replace_topic_rule<'life0, 'async_trait>(
    &'life0 self,
    input: ReplaceTopicRuleRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<ReplaceTopicRuleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Replaces the rule. You must specify all parameters for the new rule. Creating rules is an administrator-level action. Any user who has permission to create rules will be able to access data processed by the rule.

fn search_index<'life0, 'async_trait>(
    &'life0 self,
    input: SearchIndexRequest
) -> Pin<Box<dyn Future<Output = Result<SearchIndexResponse, RusotoError<SearchIndexError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

The query search index.

fn set_default_authorizer<'life0, 'async_trait>(
    &'life0 self,
    input: SetDefaultAuthorizerRequest
) -> Pin<Box<dyn Future<Output = Result<SetDefaultAuthorizerResponse, RusotoError<SetDefaultAuthorizerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Sets the default authorizer. This will be used if a websocket connection is made without specifying an authorizer.

fn set_default_policy_version<'life0, 'async_trait>(
    &'life0 self,
    input: SetDefaultPolicyVersionRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SetDefaultPolicyVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Sets the specified version of the specified policy as the policy's default (operative) version. This action affects all certificates to which the policy is attached. To list the principals the policy is attached to, use the ListPrincipalPolicy API.

fn set_logging_options<'life0, 'async_trait>(
    &'life0 self,
    input: SetLoggingOptionsRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SetLoggingOptionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Sets the logging options.

NOTE: use of this command is not recommended. Use SetV2LoggingOptions instead.

fn set_v2_logging_level<'life0, 'async_trait>(
    &'life0 self,
    input: SetV2LoggingLevelRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SetV2LoggingLevelError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Sets the logging level.

fn set_v2_logging_options<'life0, 'async_trait>(
    &'life0 self,
    input: SetV2LoggingOptionsRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SetV2LoggingOptionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Sets the logging options for the V2 logging service.

fn start_audit_mitigation_actions_task<'life0, 'async_trait>(
    &'life0 self,
    input: StartAuditMitigationActionsTaskRequest
) -> Pin<Box<dyn Future<Output = Result<StartAuditMitigationActionsTaskResponse, RusotoError<StartAuditMitigationActionsTaskError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Starts a task that applies a set of mitigation actions to the specified target.

fn start_on_demand_audit_task<'life0, 'async_trait>(
    &'life0 self,
    input: StartOnDemandAuditTaskRequest
) -> Pin<Box<dyn Future<Output = Result<StartOnDemandAuditTaskResponse, RusotoError<StartOnDemandAuditTaskError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Starts an on-demand Device Defender audit.

fn start_thing_registration_task<'life0, 'async_trait>(
    &'life0 self,
    input: StartThingRegistrationTaskRequest
) -> Pin<Box<dyn Future<Output = Result<StartThingRegistrationTaskResponse, RusotoError<StartThingRegistrationTaskError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a bulk thing provisioning task.

fn stop_thing_registration_task<'life0, 'async_trait>(
    &'life0 self,
    input: StopThingRegistrationTaskRequest
) -> Pin<Box<dyn Future<Output = Result<StopThingRegistrationTaskResponse, RusotoError<StopThingRegistrationTaskError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Cancels a bulk thing provisioning task.

fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Adds to or modifies the tags of the given resource. Tags are metadata which can be used to manage a resource.

fn test_authorization<'life0, 'async_trait>(
    &'life0 self,
    input: TestAuthorizationRequest
) -> Pin<Box<dyn Future<Output = Result<TestAuthorizationResponse, RusotoError<TestAuthorizationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Tests if a specified principal is authorized to perform an AWS IoT action on a specified resource. Use this to test and debug the authorization behavior of devices that connect to the AWS IoT device gateway.

fn test_invoke_authorizer<'life0, 'async_trait>(
    &'life0 self,
    input: TestInvokeAuthorizerRequest
) -> Pin<Box<dyn Future<Output = Result<TestInvokeAuthorizerResponse, RusotoError<TestInvokeAuthorizerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Tests a custom authorization behavior by invoking a specified custom authorizer. Use this to test and debug the custom authorization behavior of devices that connect to the AWS IoT device gateway.

fn transfer_certificate<'life0, 'async_trait>(
    &'life0 self,
    input: TransferCertificateRequest
) -> Pin<Box<dyn Future<Output = Result<TransferCertificateResponse, RusotoError<TransferCertificateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Transfers the specified certificate to the specified AWS account.

You can cancel the transfer until it is acknowledged by the recipient.

No notification is sent to the transfer destination's account. It is up to the caller to notify the transfer target.

The certificate being transferred must not be in the ACTIVE state. You can use the UpdateCertificate API to deactivate it.

The certificate must not have any policies attached to it. You can use the DetachPrincipalPolicy API to detach them.

fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Removes the given tags (metadata) from the resource.

fn update_account_audit_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateAccountAuditConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateAccountAuditConfigurationResponse, RusotoError<UpdateAccountAuditConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Configures or reconfigures the Device Defender audit settings for this account. Settings include how audit notifications are sent and which audit checks are enabled or disabled.

fn update_authorizer<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateAuthorizerRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateAuthorizerResponse, RusotoError<UpdateAuthorizerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates an authorizer.

fn update_billing_group<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateBillingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateBillingGroupResponse, RusotoError<UpdateBillingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates information about the billing group.

fn update_ca_certificate<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateCACertificateRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateCACertificateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates a registered CA certificate.

fn update_certificate<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateCertificateRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateCertificateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates the status of the specified certificate. This operation is idempotent.

Moving a certificate from the ACTIVE state (including REVOKED) will not disconnect currently connected devices, but these devices will be unable to reconnect.

The ACTIVE state is required to authenticate devices connecting to AWS IoT using a certificate.

fn update_domain_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDomainConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDomainConfigurationResponse, RusotoError<UpdateDomainConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates values stored in the domain configuration. Domain configurations for default endpoints can't be updated.

The domain configuration feature is in public preview and is subject to change.

fn update_dynamic_thing_group<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDynamicThingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDynamicThingGroupResponse, RusotoError<UpdateDynamicThingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates a dynamic thing group.

fn update_event_configurations<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateEventConfigurationsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateEventConfigurationsResponse, RusotoError<UpdateEventConfigurationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates the event configurations.

fn update_indexing_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateIndexingConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateIndexingConfigurationResponse, RusotoError<UpdateIndexingConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates the search configuration.

fn update_job<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateJobRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates supported fields of the specified job.

fn update_mitigation_action<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateMitigationActionRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateMitigationActionResponse, RusotoError<UpdateMitigationActionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates the definition for the specified mitigation action.

fn update_provisioning_template<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateProvisioningTemplateRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateProvisioningTemplateResponse, RusotoError<UpdateProvisioningTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates a fleet provisioning template.

fn update_role_alias<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateRoleAliasRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateRoleAliasResponse, RusotoError<UpdateRoleAliasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates a role alias.

fn update_scheduled_audit<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateScheduledAuditRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateScheduledAuditResponse, RusotoError<UpdateScheduledAuditError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates a scheduled audit, including which checks are performed and how often the audit takes place.

fn update_security_profile<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateSecurityProfileRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateSecurityProfileResponse, RusotoError<UpdateSecurityProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates a Device Defender security profile.

fn update_stream<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateStreamRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateStreamResponse, RusotoError<UpdateStreamError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates an existing stream. The stream version will be incremented by one.

fn update_thing<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateThingRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateThingResponse, RusotoError<UpdateThingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates the data for a thing.

fn update_thing_group<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateThingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateThingGroupResponse, RusotoError<UpdateThingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Update a thing group.

fn update_thing_groups_for_thing<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateThingGroupsForThingRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateThingGroupsForThingResponse, RusotoError<UpdateThingGroupsForThingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates the groups to which the thing belongs.

fn update_topic_rule_destination<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateTopicRuleDestinationRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateTopicRuleDestinationResponse, RusotoError<UpdateTopicRuleDestinationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates a topic rule destination. You use this to change the status, endpoint URL, or confirmation URL of the destination.

fn validate_security_profile_behaviors<'life0, 'async_trait>(
    &'life0 self,
    input: ValidateSecurityProfileBehaviorsRequest
) -> Pin<Box<dyn Future<Output = Result<ValidateSecurityProfileBehaviorsResponse, RusotoError<ValidateSecurityProfileBehaviorsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Validates a Device Defender security profile behaviors specification.

Loading content...

Implementors

impl Iot for IotClient[src]

fn accept_certificate_transfer<'life0, 'async_trait>(
    &'life0 self,
    input: AcceptCertificateTransferRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AcceptCertificateTransferError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Accepts a pending certificate transfer. The default state of the certificate is INACTIVE.

To check for pending certificate transfers, call ListCertificates to enumerate your certificates.

fn add_thing_to_billing_group<'life0, 'async_trait>(
    &'life0 self,
    input: AddThingToBillingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<AddThingToBillingGroupResponse, RusotoError<AddThingToBillingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds a thing to a billing group.

fn add_thing_to_thing_group<'life0, 'async_trait>(
    &'life0 self,
    input: AddThingToThingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<AddThingToThingGroupResponse, RusotoError<AddThingToThingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds a thing to a thing group.

fn associate_targets_with_job<'life0, 'async_trait>(
    &'life0 self,
    input: AssociateTargetsWithJobRequest
) -> Pin<Box<dyn Future<Output = Result<AssociateTargetsWithJobResponse, RusotoError<AssociateTargetsWithJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Associates a group with a continuous job. The following criteria must be met:

  • The job must have been created with the targetSelection field set to "CONTINUOUS".

  • The job status must currently be "IN_PROGRESS".

  • The total number of targets associated with a job must not exceed 100.

fn attach_policy<'life0, 'async_trait>(
    &'life0 self,
    input: AttachPolicyRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AttachPolicyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Attaches a policy to the specified target.

fn attach_principal_policy<'life0, 'async_trait>(
    &'life0 self,
    input: AttachPrincipalPolicyRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AttachPrincipalPolicyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Attaches the specified policy to the specified principal (certificate or other credential).

Note: This API is deprecated. Please use AttachPolicy instead.

fn attach_security_profile<'life0, 'async_trait>(
    &'life0 self,
    input: AttachSecurityProfileRequest
) -> Pin<Box<dyn Future<Output = Result<AttachSecurityProfileResponse, RusotoError<AttachSecurityProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Associates a Device Defender security profile with a thing group or this account. Each thing group or account can have up to five security profiles associated with it.

fn attach_thing_principal<'life0, 'async_trait>(
    &'life0 self,
    input: AttachThingPrincipalRequest
) -> Pin<Box<dyn Future<Output = Result<AttachThingPrincipalResponse, RusotoError<AttachThingPrincipalError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Attaches the specified principal to the specified thing. A principal can be X.509 certificates, IAM users, groups, and roles, Amazon Cognito identities or federated identities.

fn cancel_audit_mitigation_actions_task<'life0, 'async_trait>(
    &'life0 self,
    input: CancelAuditMitigationActionsTaskRequest
) -> Pin<Box<dyn Future<Output = Result<CancelAuditMitigationActionsTaskResponse, RusotoError<CancelAuditMitigationActionsTaskError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Cancels a mitigation action task that is in progress. If the task is not in progress, an InvalidRequestException occurs.

fn cancel_audit_task<'life0, 'async_trait>(
    &'life0 self,
    input: CancelAuditTaskRequest
) -> Pin<Box<dyn Future<Output = Result<CancelAuditTaskResponse, RusotoError<CancelAuditTaskError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Cancels an audit that is in progress. The audit can be either scheduled or on-demand. If the audit is not in progress, an "InvalidRequestException" occurs.

fn cancel_certificate_transfer<'life0, 'async_trait>(
    &'life0 self,
    input: CancelCertificateTransferRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<CancelCertificateTransferError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Cancels a pending transfer for the specified certificate.

Note Only the transfer source account can use this operation to cancel a transfer. (Transfer destinations can use RejectCertificateTransfer instead.) After transfer, AWS IoT returns the certificate to the source account in the INACTIVE state. After the destination account has accepted the transfer, the transfer cannot be cancelled.

After a certificate transfer is cancelled, the status of the certificate changes from PENDING_TRANSFER to INACTIVE.

fn cancel_job<'life0, 'async_trait>(
    &'life0 self,
    input: CancelJobRequest
) -> Pin<Box<dyn Future<Output = Result<CancelJobResponse, RusotoError<CancelJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Cancels a job.

fn cancel_job_execution<'life0, 'async_trait>(
    &'life0 self,
    input: CancelJobExecutionRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<CancelJobExecutionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Cancels the execution of a job for a given thing.

fn clear_default_authorizer<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<ClearDefaultAuthorizerResponse, RusotoError<ClearDefaultAuthorizerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Clears the default authorizer.

fn confirm_topic_rule_destination<'life0, 'async_trait>(
    &'life0 self,
    input: ConfirmTopicRuleDestinationRequest
) -> Pin<Box<dyn Future<Output = Result<ConfirmTopicRuleDestinationResponse, RusotoError<ConfirmTopicRuleDestinationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Confirms a topic rule destination. When you create a rule requiring a destination, AWS IoT sends a confirmation message to the endpoint or base address you specify. The message includes a token which you pass back when calling ConfirmTopicRuleDestination to confirm that you own or have access to the endpoint.

fn create_authorizer<'life0, 'async_trait>(
    &'life0 self,
    input: CreateAuthorizerRequest
) -> Pin<Box<dyn Future<Output = Result<CreateAuthorizerResponse, RusotoError<CreateAuthorizerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an authorizer.

fn create_billing_group<'life0, 'async_trait>(
    &'life0 self,
    input: CreateBillingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<CreateBillingGroupResponse, RusotoError<CreateBillingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a billing group.

fn create_certificate_from_csr<'life0, 'async_trait>(
    &'life0 self,
    input: CreateCertificateFromCsrRequest
) -> Pin<Box<dyn Future<Output = Result<CreateCertificateFromCsrResponse, RusotoError<CreateCertificateFromCsrError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an X.509 certificate using the specified certificate signing request.

Note: The CSR must include a public key that is either an RSA key with a length of at least 2048 bits or an ECC key from NIST P-256 or NIST P-384 curves.

Note: Reusing the same certificate signing request (CSR) results in a distinct certificate.

You can create multiple certificates in a batch by creating a directory, copying multiple .csr files into that directory, and then specifying that directory on the command line. The following commands show how to create a batch of certificates given a batch of CSRs.

Assuming a set of CSRs are located inside of the directory my-csr-directory:

On Linux and OS X, the command is:

$ ls my-csr-directory/ | xargs -I {} aws iot create-certificate-from-csr --certificate-signing-request file://my-csr-directory/{}

This command lists all of the CSRs in my-csr-directory and pipes each CSR file name to the aws iot create-certificate-from-csr AWS CLI command to create a certificate for the corresponding CSR.

The aws iot create-certificate-from-csr part of the command can also be run in parallel to speed up the certificate creation process:

$ ls my-csr-directory/ | xargs -P 10 -I {} aws iot create-certificate-from-csr --certificate-signing-request file://my-csr-directory/{}

On Windows PowerShell, the command to create certificates for all CSRs in my-csr-directory is:

> ls -Name my-csr-directory | %{aws iot create-certificate-from-csr --certificate-signing-request file://my-csr-directory/$_}

On a Windows command prompt, the command to create certificates for all CSRs in my-csr-directory is:

> forfiles /p my-csr-directory /c "cmd /c aws iot create-certificate-from-csr --certificate-signing-request file://@path"

fn create_domain_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDomainConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDomainConfigurationResponse, RusotoError<CreateDomainConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a domain configuration.

The domain configuration feature is in public preview and is subject to change.

fn create_dynamic_thing_group<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDynamicThingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDynamicThingGroupResponse, RusotoError<CreateDynamicThingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a dynamic thing group.

fn create_job<'life0, 'async_trait>(
    &'life0 self,
    input: CreateJobRequest
) -> Pin<Box<dyn Future<Output = Result<CreateJobResponse, RusotoError<CreateJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a job.

fn create_keys_and_certificate<'life0, 'async_trait>(
    &'life0 self,
    input: CreateKeysAndCertificateRequest
) -> Pin<Box<dyn Future<Output = Result<CreateKeysAndCertificateResponse, RusotoError<CreateKeysAndCertificateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a 2048-bit RSA key pair and issues an X.509 certificate using the issued public key. You can also call CreateKeysAndCertificate over MQTT from a device, for more information, see Provisioning MQTT API.

Note This is the only time AWS IoT issues the private key for this certificate, so it is important to keep it in a secure location.

fn create_mitigation_action<'life0, 'async_trait>(
    &'life0 self,
    input: CreateMitigationActionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateMitigationActionResponse, RusotoError<CreateMitigationActionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Defines an action that can be applied to audit findings by using StartAuditMitigationActionsTask. Each mitigation action can apply only one type of change.

fn create_ota_update<'life0, 'async_trait>(
    &'life0 self,
    input: CreateOTAUpdateRequest
) -> Pin<Box<dyn Future<Output = Result<CreateOTAUpdateResponse, RusotoError<CreateOTAUpdateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an AWS IoT OTAUpdate on a target group of things or groups.

fn create_policy<'life0, 'async_trait>(
    &'life0 self,
    input: CreatePolicyRequest
) -> Pin<Box<dyn Future<Output = Result<CreatePolicyResponse, RusotoError<CreatePolicyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an AWS IoT policy.

The created policy is the default version for the policy. This operation creates a policy version with a version identifier of 1 and sets 1 as the policy's default version.

fn create_policy_version<'life0, 'async_trait>(
    &'life0 self,
    input: CreatePolicyVersionRequest
) -> Pin<Box<dyn Future<Output = Result<CreatePolicyVersionResponse, RusotoError<CreatePolicyVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new version of the specified AWS IoT policy. To update a policy, create a new policy version. A managed policy can have up to five versions. If the policy has five versions, you must use DeletePolicyVersion to delete an existing version before you create a new one.

Optionally, you can set the new version as the policy's default version. The default version is the operative version (that is, the version that is in effect for the certificates to which the policy is attached).

fn create_provisioning_claim<'life0, 'async_trait>(
    &'life0 self,
    input: CreateProvisioningClaimRequest
) -> Pin<Box<dyn Future<Output = Result<CreateProvisioningClaimResponse, RusotoError<CreateProvisioningClaimError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a provisioning claim.

fn create_provisioning_template<'life0, 'async_trait>(
    &'life0 self,
    input: CreateProvisioningTemplateRequest
) -> Pin<Box<dyn Future<Output = Result<CreateProvisioningTemplateResponse, RusotoError<CreateProvisioningTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a fleet provisioning template.

fn create_provisioning_template_version<'life0, 'async_trait>(
    &'life0 self,
    input: CreateProvisioningTemplateVersionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateProvisioningTemplateVersionResponse, RusotoError<CreateProvisioningTemplateVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new version of a fleet provisioning template.

fn create_role_alias<'life0, 'async_trait>(
    &'life0 self,
    input: CreateRoleAliasRequest
) -> Pin<Box<dyn Future<Output = Result<CreateRoleAliasResponse, RusotoError<CreateRoleAliasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a role alias.

fn create_scheduled_audit<'life0, 'async_trait>(
    &'life0 self,
    input: CreateScheduledAuditRequest
) -> Pin<Box<dyn Future<Output = Result<CreateScheduledAuditResponse, RusotoError<CreateScheduledAuditError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a scheduled audit that is run at a specified time interval.

fn create_security_profile<'life0, 'async_trait>(
    &'life0 self,
    input: CreateSecurityProfileRequest
) -> Pin<Box<dyn Future<Output = Result<CreateSecurityProfileResponse, RusotoError<CreateSecurityProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a Device Defender security profile.

fn create_stream<'life0, 'async_trait>(
    &'life0 self,
    input: CreateStreamRequest
) -> Pin<Box<dyn Future<Output = Result<CreateStreamResponse, RusotoError<CreateStreamError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a stream for delivering one or more large files in chunks over MQTT. A stream transports data bytes in chunks or blocks packaged as MQTT messages from a source like S3. You can have one or more files associated with a stream.

fn create_thing<'life0, 'async_trait>(
    &'life0 self,
    input: CreateThingRequest
) -> Pin<Box<dyn Future<Output = Result<CreateThingResponse, RusotoError<CreateThingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a thing record in the registry. If this call is made multiple times using the same thing name and configuration, the call will succeed. If this call is made with the same thing name but different configuration a ResourceAlreadyExistsException is thrown.

This is a control plane operation. See Authorization for information about authorizing control plane actions.

fn create_thing_group<'life0, 'async_trait>(
    &'life0 self,
    input: CreateThingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<CreateThingGroupResponse, RusotoError<CreateThingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Create a thing group.

This is a control plane operation. See Authorization for information about authorizing control plane actions.

fn create_thing_type<'life0, 'async_trait>(
    &'life0 self,
    input: CreateThingTypeRequest
) -> Pin<Box<dyn Future<Output = Result<CreateThingTypeResponse, RusotoError<CreateThingTypeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new thing type.

fn create_topic_rule<'life0, 'async_trait>(
    &'life0 self,
    input: CreateTopicRuleRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<CreateTopicRuleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a rule. Creating rules is an administrator-level action. Any user who has permission to create rules will be able to access data processed by the rule.

fn create_topic_rule_destination<'life0, 'async_trait>(
    &'life0 self,
    input: CreateTopicRuleDestinationRequest
) -> Pin<Box<dyn Future<Output = Result<CreateTopicRuleDestinationResponse, RusotoError<CreateTopicRuleDestinationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a topic rule destination. The destination must be confirmed prior to use.

fn delete_account_audit_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteAccountAuditConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteAccountAuditConfigurationResponse, RusotoError<DeleteAccountAuditConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Restores the default settings for Device Defender audits for this account. Any configuration data you entered is deleted and all audit checks are reset to disabled.

fn delete_authorizer<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteAuthorizerRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteAuthorizerResponse, RusotoError<DeleteAuthorizerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes an authorizer.

fn delete_billing_group<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteBillingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteBillingGroupResponse, RusotoError<DeleteBillingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the billing group.

fn delete_ca_certificate<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteCACertificateRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteCACertificateResponse, RusotoError<DeleteCACertificateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a registered CA certificate.

fn delete_certificate<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteCertificateRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteCertificateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified certificate.

A certificate cannot be deleted if it has a policy or IoT thing attached to it or if its status is set to ACTIVE. To delete a certificate, first use the DetachPrincipalPolicy API to detach all policies. Next, use the UpdateCertificate API to set the certificate to the INACTIVE status.

fn delete_domain_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDomainConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteDomainConfigurationResponse, RusotoError<DeleteDomainConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified domain configuration.

The domain configuration feature is in public preview and is subject to change.

fn delete_dynamic_thing_group<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDynamicThingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteDynamicThingGroupResponse, RusotoError<DeleteDynamicThingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a dynamic thing group.

fn delete_job<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteJobRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a job and its related job executions.

Deleting a job may take time, depending on the number of job executions created for the job and various other factors. While the job is being deleted, the status of the job will be shown as "DELETION_IN_PROGRESS". Attempting to delete or cancel a job whose status is already "DELETION_IN_PROGRESS" will result in an error.

Only 10 jobs may have status "DELETION_IN_PROGRESS" at the same time, or a LimitExceededException will occur.

fn delete_job_execution<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteJobExecutionRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteJobExecutionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a job execution.

fn delete_mitigation_action<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteMitigationActionRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteMitigationActionResponse, RusotoError<DeleteMitigationActionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a defined mitigation action from your AWS account.

fn delete_ota_update<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteOTAUpdateRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteOTAUpdateResponse, RusotoError<DeleteOTAUpdateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Delete an OTA update.

fn delete_policy<'life0, 'async_trait>(
    &'life0 self,
    input: DeletePolicyRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeletePolicyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified policy.

A policy cannot be deleted if it has non-default versions or it is attached to any certificate.

To delete a policy, use the DeletePolicyVersion API to delete all non-default versions of the policy; use the DetachPrincipalPolicy API to detach the policy from any certificate; and then use the DeletePolicy API to delete the policy.

When a policy is deleted using DeletePolicy, its default version is deleted with it.

fn delete_policy_version<'life0, 'async_trait>(
    &'life0 self,
    input: DeletePolicyVersionRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeletePolicyVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified version of the specified policy. You cannot delete the default version of a policy using this API. To delete the default version of a policy, use DeletePolicy. To find out which version of a policy is marked as the default version, use ListPolicyVersions.

fn delete_provisioning_template<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteProvisioningTemplateRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteProvisioningTemplateResponse, RusotoError<DeleteProvisioningTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a fleet provisioning template.

fn delete_provisioning_template_version<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteProvisioningTemplateVersionRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteProvisioningTemplateVersionResponse, RusotoError<DeleteProvisioningTemplateVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a fleet provisioning template version.

fn delete_registration_code<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DeleteRegistrationCodeResponse, RusotoError<DeleteRegistrationCodeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a CA certificate registration code.

fn delete_role_alias<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteRoleAliasRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteRoleAliasResponse, RusotoError<DeleteRoleAliasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a role alias

fn delete_scheduled_audit<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteScheduledAuditRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteScheduledAuditResponse, RusotoError<DeleteScheduledAuditError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a scheduled audit.

fn delete_security_profile<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteSecurityProfileRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteSecurityProfileResponse, RusotoError<DeleteSecurityProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a Device Defender security profile.

fn delete_stream<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteStreamRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteStreamResponse, RusotoError<DeleteStreamError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a stream.

fn delete_thing<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteThingRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteThingResponse, RusotoError<DeleteThingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified thing. Returns successfully with no error if the deletion is successful or you specify a thing that doesn't exist.

fn delete_thing_group<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteThingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteThingGroupResponse, RusotoError<DeleteThingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a thing group.

fn delete_thing_type<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteThingTypeRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteThingTypeResponse, RusotoError<DeleteThingTypeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified thing type. You cannot delete a thing type if it has things associated with it. To delete a thing type, first mark it as deprecated by calling DeprecateThingType, then remove any associated things by calling UpdateThing to change the thing type on any associated thing, and finally use DeleteThingType to delete the thing type.

fn delete_topic_rule<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteTopicRuleRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteTopicRuleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the rule.

fn delete_topic_rule_destination<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteTopicRuleDestinationRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteTopicRuleDestinationResponse, RusotoError<DeleteTopicRuleDestinationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a topic rule destination.

fn delete_v2_logging_level<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteV2LoggingLevelRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteV2LoggingLevelError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a logging level.

fn deprecate_thing_type<'life0, 'async_trait>(
    &'life0 self,
    input: DeprecateThingTypeRequest
) -> Pin<Box<dyn Future<Output = Result<DeprecateThingTypeResponse, RusotoError<DeprecateThingTypeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deprecates a thing type. You can not associate new things with deprecated thing type.

fn describe_account_audit_configuration<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DescribeAccountAuditConfigurationResponse, RusotoError<DescribeAccountAuditConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about the Device Defender audit settings for this account. Settings include how audit notifications are sent and which audit checks are enabled or disabled.

fn describe_audit_finding<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAuditFindingRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAuditFindingResponse, RusotoError<DescribeAuditFindingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about a single audit finding. Properties include the reason for noncompliance, the severity of the issue, and when the audit that returned the finding was started.

fn describe_audit_mitigation_actions_task<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAuditMitigationActionsTaskRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAuditMitigationActionsTaskResponse, RusotoError<DescribeAuditMitigationActionsTaskError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about an audit mitigation task that is used to apply mitigation actions to a set of audit findings. Properties include the actions being applied, the audit checks to which they're being applied, the task status, and aggregated task statistics.

fn describe_audit_task<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAuditTaskRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAuditTaskResponse, RusotoError<DescribeAuditTaskError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about a Device Defender audit.

fn describe_authorizer<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAuthorizerRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAuthorizerResponse, RusotoError<DescribeAuthorizerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes an authorizer.

fn describe_billing_group<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeBillingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeBillingGroupResponse, RusotoError<DescribeBillingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a billing group.

fn describe_ca_certificate<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeCACertificateRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeCACertificateResponse, RusotoError<DescribeCACertificateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a registered CA certificate.

fn describe_certificate<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeCertificateRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeCertificateResponse, RusotoError<DescribeCertificateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about the specified certificate.

fn describe_default_authorizer<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DescribeDefaultAuthorizerResponse, RusotoError<DescribeDefaultAuthorizerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the default authorizer.

fn describe_domain_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDomainConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDomainConfigurationResponse, RusotoError<DescribeDomainConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets summary information about a domain configuration.

The domain configuration feature is in public preview and is subject to change.

fn describe_endpoint<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeEndpointRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeEndpointResponse, RusotoError<DescribeEndpointError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a unique endpoint specific to the AWS account making the call.

fn describe_event_configurations<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DescribeEventConfigurationsResponse, RusotoError<DescribeEventConfigurationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes event configurations.

fn describe_index<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeIndexRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeIndexResponse, RusotoError<DescribeIndexError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a search index.

fn describe_job<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeJobRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeJobResponse, RusotoError<DescribeJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a job.

fn describe_job_execution<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeJobExecutionRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeJobExecutionResponse, RusotoError<DescribeJobExecutionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a job execution.

fn describe_mitigation_action<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeMitigationActionRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeMitigationActionResponse, RusotoError<DescribeMitigationActionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about a mitigation action.

fn describe_provisioning_template<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeProvisioningTemplateRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeProvisioningTemplateResponse, RusotoError<DescribeProvisioningTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a fleet provisioning template.

fn describe_provisioning_template_version<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeProvisioningTemplateVersionRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeProvisioningTemplateVersionResponse, RusotoError<DescribeProvisioningTemplateVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a fleet provisioning template version.

fn describe_role_alias<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeRoleAliasRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeRoleAliasResponse, RusotoError<DescribeRoleAliasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a role alias.

fn describe_scheduled_audit<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeScheduledAuditRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeScheduledAuditResponse, RusotoError<DescribeScheduledAuditError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about a scheduled audit.

fn describe_security_profile<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeSecurityProfileRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeSecurityProfileResponse, RusotoError<DescribeSecurityProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about a Device Defender security profile.

fn describe_stream<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeStreamRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeStreamResponse, RusotoError<DescribeStreamError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about a stream.

fn describe_thing<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeThingRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeThingResponse, RusotoError<DescribeThingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about the specified thing.

fn describe_thing_group<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeThingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeThingGroupResponse, RusotoError<DescribeThingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describe a thing group.

fn describe_thing_registration_task<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeThingRegistrationTaskRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeThingRegistrationTaskResponse, RusotoError<DescribeThingRegistrationTaskError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a bulk thing provisioning task.

fn describe_thing_type<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeThingTypeRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeThingTypeResponse, RusotoError<DescribeThingTypeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about the specified thing type.

fn detach_policy<'life0, 'async_trait>(
    &'life0 self,
    input: DetachPolicyRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DetachPolicyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Detaches a policy from the specified target.

fn detach_principal_policy<'life0, 'async_trait>(
    &'life0 self,
    input: DetachPrincipalPolicyRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DetachPrincipalPolicyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes the specified policy from the specified certificate.

Note: This API is deprecated. Please use DetachPolicy instead.

fn detach_security_profile<'life0, 'async_trait>(
    &'life0 self,
    input: DetachSecurityProfileRequest
) -> Pin<Box<dyn Future<Output = Result<DetachSecurityProfileResponse, RusotoError<DetachSecurityProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disassociates a Device Defender security profile from a thing group or from this account.

fn detach_thing_principal<'life0, 'async_trait>(
    &'life0 self,
    input: DetachThingPrincipalRequest
) -> Pin<Box<dyn Future<Output = Result<DetachThingPrincipalResponse, RusotoError<DetachThingPrincipalError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Detaches the specified principal from the specified thing. A principal can be X.509 certificates, IAM users, groups, and roles, Amazon Cognito identities or federated identities.

This call is asynchronous. It might take several seconds for the detachment to propagate.

fn disable_topic_rule<'life0, 'async_trait>(
    &'life0 self,
    input: DisableTopicRuleRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DisableTopicRuleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disables the rule.

fn enable_topic_rule<'life0, 'async_trait>(
    &'life0 self,
    input: EnableTopicRuleRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<EnableTopicRuleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Enables the rule.

fn get_cardinality<'life0, 'async_trait>(
    &'life0 self,
    input: GetCardinalityRequest
) -> Pin<Box<dyn Future<Output = Result<GetCardinalityResponse, RusotoError<GetCardinalityError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the approximate count of unique values that match the query.

fn get_effective_policies<'life0, 'async_trait>(
    &'life0 self,
    input: GetEffectivePoliciesRequest
) -> Pin<Box<dyn Future<Output = Result<GetEffectivePoliciesResponse, RusotoError<GetEffectivePoliciesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets a list of the policies that have an effect on the authorization behavior of the specified device when it connects to the AWS IoT device gateway.

fn get_indexing_configuration<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<GetIndexingConfigurationResponse, RusotoError<GetIndexingConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the indexing configuration.

fn get_job_document<'life0, 'async_trait>(
    &'life0 self,
    input: GetJobDocumentRequest
) -> Pin<Box<dyn Future<Output = Result<GetJobDocumentResponse, RusotoError<GetJobDocumentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets a job document.

fn get_logging_options<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<GetLoggingOptionsResponse, RusotoError<GetLoggingOptionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the logging options.

NOTE: use of this command is not recommended. Use GetV2LoggingOptions instead.

fn get_ota_update<'life0, 'async_trait>(
    &'life0 self,
    input: GetOTAUpdateRequest
) -> Pin<Box<dyn Future<Output = Result<GetOTAUpdateResponse, RusotoError<GetOTAUpdateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets an OTA update.

fn get_percentiles<'life0, 'async_trait>(
    &'life0 self,
    input: GetPercentilesRequest
) -> Pin<Box<dyn Future<Output = Result<GetPercentilesResponse, RusotoError<GetPercentilesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Groups the aggregated values that match the query into percentile groupings. The default percentile groupings are: 1,5,25,50,75,95,99, although you can specify your own when you call GetPercentiles. This function returns a value for each percentile group specified (or the default percentile groupings). The percentile group "1" contains the aggregated field value that occurs in approximately one percent of the values that match the query. The percentile group "5" contains the aggregated field value that occurs in approximately five percent of the values that match the query, and so on. The result is an approximation, the more values that match the query, the more accurate the percentile values.

fn get_policy<'life0, 'async_trait>(
    &'life0 self,
    input: GetPolicyRequest
) -> Pin<Box<dyn Future<Output = Result<GetPolicyResponse, RusotoError<GetPolicyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about the specified policy with the policy document of the default version.

fn get_policy_version<'life0, 'async_trait>(
    &'life0 self,
    input: GetPolicyVersionRequest
) -> Pin<Box<dyn Future<Output = Result<GetPolicyVersionResponse, RusotoError<GetPolicyVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about the specified policy version.

fn get_registration_code<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<GetRegistrationCodeResponse, RusotoError<GetRegistrationCodeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets a registration code used to register a CA certificate with AWS IoT.

fn get_statistics<'life0, 'async_trait>(
    &'life0 self,
    input: GetStatisticsRequest
) -> Pin<Box<dyn Future<Output = Result<GetStatisticsResponse, RusotoError<GetStatisticsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the count, average, sum, minimum, maximum, sum of squares, variance, and standard deviation for the specified aggregated field. If the aggregation field is of type String, only the count statistic is returned.

fn get_topic_rule<'life0, 'async_trait>(
    &'life0 self,
    input: GetTopicRuleRequest
) -> Pin<Box<dyn Future<Output = Result<GetTopicRuleResponse, RusotoError<GetTopicRuleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about the rule.

fn get_topic_rule_destination<'life0, 'async_trait>(
    &'life0 self,
    input: GetTopicRuleDestinationRequest
) -> Pin<Box<dyn Future<Output = Result<GetTopicRuleDestinationResponse, RusotoError<GetTopicRuleDestinationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about a topic rule destination.

fn get_v2_logging_options<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<GetV2LoggingOptionsResponse, RusotoError<GetV2LoggingOptionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the fine grained logging options.

fn list_active_violations<'life0, 'async_trait>(
    &'life0 self,
    input: ListActiveViolationsRequest
) -> Pin<Box<dyn Future<Output = Result<ListActiveViolationsResponse, RusotoError<ListActiveViolationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the active violations for a given Device Defender security profile.

fn list_attached_policies<'life0, 'async_trait>(
    &'life0 self,
    input: ListAttachedPoliciesRequest
) -> Pin<Box<dyn Future<Output = Result<ListAttachedPoliciesResponse, RusotoError<ListAttachedPoliciesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the policies attached to the specified thing group.

fn list_audit_findings<'life0, 'async_trait>(
    &'life0 self,
    input: ListAuditFindingsRequest
) -> Pin<Box<dyn Future<Output = Result<ListAuditFindingsResponse, RusotoError<ListAuditFindingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the findings (results) of a Device Defender audit or of the audits performed during a specified time period. (Findings are retained for 180 days.)

fn list_audit_mitigation_actions_executions<'life0, 'async_trait>(
    &'life0 self,
    input: ListAuditMitigationActionsExecutionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListAuditMitigationActionsExecutionsResponse, RusotoError<ListAuditMitigationActionsExecutionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the status of audit mitigation action tasks that were executed.

fn list_audit_mitigation_actions_tasks<'life0, 'async_trait>(
    &'life0 self,
    input: ListAuditMitigationActionsTasksRequest
) -> Pin<Box<dyn Future<Output = Result<ListAuditMitigationActionsTasksResponse, RusotoError<ListAuditMitigationActionsTasksError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets a list of audit mitigation action tasks that match the specified filters.

fn list_audit_tasks<'life0, 'async_trait>(
    &'life0 self,
    input: ListAuditTasksRequest
) -> Pin<Box<dyn Future<Output = Result<ListAuditTasksResponse, RusotoError<ListAuditTasksError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the Device Defender audits that have been performed during a given time period.

fn list_authorizers<'life0, 'async_trait>(
    &'life0 self,
    input: ListAuthorizersRequest
) -> Pin<Box<dyn Future<Output = Result<ListAuthorizersResponse, RusotoError<ListAuthorizersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the authorizers registered in your account.

fn list_billing_groups<'life0, 'async_trait>(
    &'life0 self,
    input: ListBillingGroupsRequest
) -> Pin<Box<dyn Future<Output = Result<ListBillingGroupsResponse, RusotoError<ListBillingGroupsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the billing groups you have created.

fn list_ca_certificates<'life0, 'async_trait>(
    &'life0 self,
    input: ListCACertificatesRequest
) -> Pin<Box<dyn Future<Output = Result<ListCACertificatesResponse, RusotoError<ListCACertificatesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the CA certificates registered for your AWS account.

The results are paginated with a default page size of 25. You can use the returned marker to retrieve additional results.

fn list_certificates<'life0, 'async_trait>(
    &'life0 self,
    input: ListCertificatesRequest
) -> Pin<Box<dyn Future<Output = Result<ListCertificatesResponse, RusotoError<ListCertificatesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the certificates registered in your AWS account.

The results are paginated with a default page size of 25. You can use the returned marker to retrieve additional results.

fn list_certificates_by_ca<'life0, 'async_trait>(
    &'life0 self,
    input: ListCertificatesByCARequest
) -> Pin<Box<dyn Future<Output = Result<ListCertificatesByCAResponse, RusotoError<ListCertificatesByCAError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

List the device certificates signed by the specified CA certificate.

fn list_domain_configurations<'life0, 'async_trait>(
    &'life0 self,
    input: ListDomainConfigurationsRequest
) -> Pin<Box<dyn Future<Output = Result<ListDomainConfigurationsResponse, RusotoError<ListDomainConfigurationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets a list of domain configurations for the user. This list is sorted alphabetically by domain configuration name.

The domain configuration feature is in public preview and is subject to change.

fn list_indices<'life0, 'async_trait>(
    &'life0 self,
    input: ListIndicesRequest
) -> Pin<Box<dyn Future<Output = Result<ListIndicesResponse, RusotoError<ListIndicesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the search indices.

fn list_job_executions_for_job<'life0, 'async_trait>(
    &'life0 self,
    input: ListJobExecutionsForJobRequest
) -> Pin<Box<dyn Future<Output = Result<ListJobExecutionsForJobResponse, RusotoError<ListJobExecutionsForJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the job executions for a job.

fn list_job_executions_for_thing<'life0, 'async_trait>(
    &'life0 self,
    input: ListJobExecutionsForThingRequest
) -> Pin<Box<dyn Future<Output = Result<ListJobExecutionsForThingResponse, RusotoError<ListJobExecutionsForThingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the job executions for the specified thing.

fn list_jobs<'life0, 'async_trait>(
    &'life0 self,
    input: ListJobsRequest
) -> Pin<Box<dyn Future<Output = Result<ListJobsResponse, RusotoError<ListJobsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists jobs.

fn list_mitigation_actions<'life0, 'async_trait>(
    &'life0 self,
    input: ListMitigationActionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListMitigationActionsResponse, RusotoError<ListMitigationActionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets a list of all mitigation actions that match the specified filter criteria.

fn list_ota_updates<'life0, 'async_trait>(
    &'life0 self,
    input: ListOTAUpdatesRequest
) -> Pin<Box<dyn Future<Output = Result<ListOTAUpdatesResponse, RusotoError<ListOTAUpdatesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists OTA updates.

fn list_outgoing_certificates<'life0, 'async_trait>(
    &'life0 self,
    input: ListOutgoingCertificatesRequest
) -> Pin<Box<dyn Future<Output = Result<ListOutgoingCertificatesResponse, RusotoError<ListOutgoingCertificatesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists certificates that are being transferred but not yet accepted.

fn list_policies<'life0, 'async_trait>(
    &'life0 self,
    input: ListPoliciesRequest
) -> Pin<Box<dyn Future<Output = Result<ListPoliciesResponse, RusotoError<ListPoliciesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists your policies.

fn list_policy_principals<'life0, 'async_trait>(
    &'life0 self,
    input: ListPolicyPrincipalsRequest
) -> Pin<Box<dyn Future<Output = Result<ListPolicyPrincipalsResponse, RusotoError<ListPolicyPrincipalsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the principals associated with the specified policy.

Note: This API is deprecated. Please use ListTargetsForPolicy instead.

fn list_policy_versions<'life0, 'async_trait>(
    &'life0 self,
    input: ListPolicyVersionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListPolicyVersionsResponse, RusotoError<ListPolicyVersionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the versions of the specified policy and identifies the default version.

fn list_principal_policies<'life0, 'async_trait>(
    &'life0 self,
    input: ListPrincipalPoliciesRequest
) -> Pin<Box<dyn Future<Output = Result<ListPrincipalPoliciesResponse, RusotoError<ListPrincipalPoliciesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the policies attached to the specified principal. If you use an Cognito identity, the ID must be in AmazonCognito Identity format.

Note: This API is deprecated. Please use ListAttachedPolicies instead.

fn list_principal_things<'life0, 'async_trait>(
    &'life0 self,
    input: ListPrincipalThingsRequest
) -> Pin<Box<dyn Future<Output = Result<ListPrincipalThingsResponse, RusotoError<ListPrincipalThingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the things associated with the specified principal. A principal can be X.509 certificates, IAM users, groups, and roles, Amazon Cognito identities or federated identities.

fn list_provisioning_template_versions<'life0, 'async_trait>(
    &'life0 self,
    input: ListProvisioningTemplateVersionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListProvisioningTemplateVersionsResponse, RusotoError<ListProvisioningTemplateVersionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

A list of fleet provisioning template versions.

fn list_provisioning_templates<'life0, 'async_trait>(
    &'life0 self,
    input: ListProvisioningTemplatesRequest
) -> Pin<Box<dyn Future<Output = Result<ListProvisioningTemplatesResponse, RusotoError<ListProvisioningTemplatesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the fleet provisioning templates in your AWS account.

fn list_role_aliases<'life0, 'async_trait>(
    &'life0 self,
    input: ListRoleAliasesRequest
) -> Pin<Box<dyn Future<Output = Result<ListRoleAliasesResponse, RusotoError<ListRoleAliasesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the role aliases registered in your account.

fn list_scheduled_audits<'life0, 'async_trait>(
    &'life0 self,
    input: ListScheduledAuditsRequest
) -> Pin<Box<dyn Future<Output = Result<ListScheduledAuditsResponse, RusotoError<ListScheduledAuditsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all of your scheduled audits.

fn list_security_profiles<'life0, 'async_trait>(
    &'life0 self,
    input: ListSecurityProfilesRequest
) -> Pin<Box<dyn Future<Output = Result<ListSecurityProfilesResponse, RusotoError<ListSecurityProfilesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the Device Defender security profiles you have created. You can use filters to list only those security profiles associated with a thing group or only those associated with your account.

fn list_security_profiles_for_target<'life0, 'async_trait>(
    &'life0 self,
    input: ListSecurityProfilesForTargetRequest
) -> Pin<Box<dyn Future<Output = Result<ListSecurityProfilesForTargetResponse, RusotoError<ListSecurityProfilesForTargetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the Device Defender security profiles attached to a target (thing group).

fn list_streams<'life0, 'async_trait>(
    &'life0 self,
    input: ListStreamsRequest
) -> Pin<Box<dyn Future<Output = Result<ListStreamsResponse, RusotoError<ListStreamsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all of the streams in your AWS account.

fn list_tags_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsForResourceRequest
) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the tags (metadata) you have assigned to the resource.

fn list_targets_for_policy<'life0, 'async_trait>(
    &'life0 self,
    input: ListTargetsForPolicyRequest
) -> Pin<Box<dyn Future<Output = Result<ListTargetsForPolicyResponse, RusotoError<ListTargetsForPolicyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

List targets for the specified policy.

fn list_targets_for_security_profile<'life0, 'async_trait>(
    &'life0 self,
    input: ListTargetsForSecurityProfileRequest
) -> Pin<Box<dyn Future<Output = Result<ListTargetsForSecurityProfileResponse, RusotoError<ListTargetsForSecurityProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the targets (thing groups) associated with a given Device Defender security profile.

fn list_thing_groups<'life0, 'async_trait>(
    &'life0 self,
    input: ListThingGroupsRequest
) -> Pin<Box<dyn Future<Output = Result<ListThingGroupsResponse, RusotoError<ListThingGroupsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

List the thing groups in your account.

fn list_thing_groups_for_thing<'life0, 'async_trait>(
    &'life0 self,
    input: ListThingGroupsForThingRequest
) -> Pin<Box<dyn Future<Output = Result<ListThingGroupsForThingResponse, RusotoError<ListThingGroupsForThingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

List the thing groups to which the specified thing belongs.

fn list_thing_principals<'life0, 'async_trait>(
    &'life0 self,
    input: ListThingPrincipalsRequest
) -> Pin<Box<dyn Future<Output = Result<ListThingPrincipalsResponse, RusotoError<ListThingPrincipalsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the principals associated with the specified thing. A principal can be X.509 certificates, IAM users, groups, and roles, Amazon Cognito identities or federated identities.

fn list_thing_registration_task_reports<'life0, 'async_trait>(
    &'life0 self,
    input: ListThingRegistrationTaskReportsRequest
) -> Pin<Box<dyn Future<Output = Result<ListThingRegistrationTaskReportsResponse, RusotoError<ListThingRegistrationTaskReportsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Information about the thing registration tasks.

fn list_thing_registration_tasks<'life0, 'async_trait>(
    &'life0 self,
    input: ListThingRegistrationTasksRequest
) -> Pin<Box<dyn Future<Output = Result<ListThingRegistrationTasksResponse, RusotoError<ListThingRegistrationTasksError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

List bulk thing provisioning tasks.

fn list_thing_types<'life0, 'async_trait>(
    &'life0 self,
    input: ListThingTypesRequest
) -> Pin<Box<dyn Future<Output = Result<ListThingTypesResponse, RusotoError<ListThingTypesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the existing thing types.

fn list_things<'life0, 'async_trait>(
    &'life0 self,
    input: ListThingsRequest
) -> Pin<Box<dyn Future<Output = Result<ListThingsResponse, RusotoError<ListThingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists your things. Use the attributeName and attributeValue parameters to filter your things. For example, calling ListThings with attributeName=Color and attributeValue=Red retrieves all things in the registry that contain an attribute Color with the value Red.

fn list_things_in_billing_group<'life0, 'async_trait>(
    &'life0 self,
    input: ListThingsInBillingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<ListThingsInBillingGroupResponse, RusotoError<ListThingsInBillingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the things you have added to the given billing group.

fn list_things_in_thing_group<'life0, 'async_trait>(
    &'life0 self,
    input: ListThingsInThingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<ListThingsInThingGroupResponse, RusotoError<ListThingsInThingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the things in the specified group.

fn list_topic_rule_destinations<'life0, 'async_trait>(
    &'life0 self,
    input: ListTopicRuleDestinationsRequest
) -> Pin<Box<dyn Future<Output = Result<ListTopicRuleDestinationsResponse, RusotoError<ListTopicRuleDestinationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all the topic rule destinations in your AWS account.

fn list_topic_rules<'life0, 'async_trait>(
    &'life0 self,
    input: ListTopicRulesRequest
) -> Pin<Box<dyn Future<Output = Result<ListTopicRulesResponse, RusotoError<ListTopicRulesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the rules for the specific topic.

fn list_v2_logging_levels<'life0, 'async_trait>(
    &'life0 self,
    input: ListV2LoggingLevelsRequest
) -> Pin<Box<dyn Future<Output = Result<ListV2LoggingLevelsResponse, RusotoError<ListV2LoggingLevelsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists logging levels.

fn list_violation_events<'life0, 'async_trait>(
    &'life0 self,
    input: ListViolationEventsRequest
) -> Pin<Box<dyn Future<Output = Result<ListViolationEventsResponse, RusotoError<ListViolationEventsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the Device Defender security profile violations discovered during the given time period. You can use filters to limit the results to those alerts issued for a particular security profile, behavior, or thing (device).

fn register_ca_certificate<'life0, 'async_trait>(
    &'life0 self,
    input: RegisterCACertificateRequest
) -> Pin<Box<dyn Future<Output = Result<RegisterCACertificateResponse, RusotoError<RegisterCACertificateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Registers a CA certificate with AWS IoT. This CA certificate can then be used to sign device certificates, which can be then registered with AWS IoT. You can register up to 10 CA certificates per AWS account that have the same subject field. This enables you to have up to 10 certificate authorities sign your device certificates. If you have more than one CA certificate registered, make sure you pass the CA certificate when you register your device certificates with the RegisterCertificate API.

fn register_certificate<'life0, 'async_trait>(
    &'life0 self,
    input: RegisterCertificateRequest
) -> Pin<Box<dyn Future<Output = Result<RegisterCertificateResponse, RusotoError<RegisterCertificateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Registers a device certificate with AWS IoT. If you have more than one CA certificate that has the same subject field, you must specify the CA certificate that was used to sign the device certificate being registered.

fn register_thing<'life0, 'async_trait>(
    &'life0 self,
    input: RegisterThingRequest
) -> Pin<Box<dyn Future<Output = Result<RegisterThingResponse, RusotoError<RegisterThingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Provisions a thing in the device registry. RegisterThing calls other AWS IoT control plane APIs. These calls might exceed your account level AWS IoT Throttling Limits and cause throttle errors. Please contact AWS Customer Support to raise your throttling limits if necessary.

fn reject_certificate_transfer<'life0, 'async_trait>(
    &'life0 self,
    input: RejectCertificateTransferRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<RejectCertificateTransferError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Rejects a pending certificate transfer. After AWS IoT rejects a certificate transfer, the certificate status changes from PENDING_TRANSFER to INACTIVE.

To check for pending certificate transfers, call ListCertificates to enumerate your certificates.

This operation can only be called by the transfer destination. After it is called, the certificate will be returned to the source's account in the INACTIVE state.

fn remove_thing_from_billing_group<'life0, 'async_trait>(
    &'life0 self,
    input: RemoveThingFromBillingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<RemoveThingFromBillingGroupResponse, RusotoError<RemoveThingFromBillingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes the given thing from the billing group.

fn remove_thing_from_thing_group<'life0, 'async_trait>(
    &'life0 self,
    input: RemoveThingFromThingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<RemoveThingFromThingGroupResponse, RusotoError<RemoveThingFromThingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Remove the specified thing from the specified group.

fn replace_topic_rule<'life0, 'async_trait>(
    &'life0 self,
    input: ReplaceTopicRuleRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<ReplaceTopicRuleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Replaces the rule. You must specify all parameters for the new rule. Creating rules is an administrator-level action. Any user who has permission to create rules will be able to access data processed by the rule.

fn search_index<'life0, 'async_trait>(
    &'life0 self,
    input: SearchIndexRequest
) -> Pin<Box<dyn Future<Output = Result<SearchIndexResponse, RusotoError<SearchIndexError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

The query search index.

fn set_default_authorizer<'life0, 'async_trait>(
    &'life0 self,
    input: SetDefaultAuthorizerRequest
) -> Pin<Box<dyn Future<Output = Result<SetDefaultAuthorizerResponse, RusotoError<SetDefaultAuthorizerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Sets the default authorizer. This will be used if a websocket connection is made without specifying an authorizer.

fn set_default_policy_version<'life0, 'async_trait>(
    &'life0 self,
    input: SetDefaultPolicyVersionRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SetDefaultPolicyVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Sets the specified version of the specified policy as the policy's default (operative) version. This action affects all certificates to which the policy is attached. To list the principals the policy is attached to, use the ListPrincipalPolicy API.

fn set_logging_options<'life0, 'async_trait>(
    &'life0 self,
    input: SetLoggingOptionsRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SetLoggingOptionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Sets the logging options.

NOTE: use of this command is not recommended. Use SetV2LoggingOptions instead.

fn set_v2_logging_level<'life0, 'async_trait>(
    &'life0 self,
    input: SetV2LoggingLevelRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SetV2LoggingLevelError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Sets the logging level.

fn set_v2_logging_options<'life0, 'async_trait>(
    &'life0 self,
    input: SetV2LoggingOptionsRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SetV2LoggingOptionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Sets the logging options for the V2 logging service.

fn start_audit_mitigation_actions_task<'life0, 'async_trait>(
    &'life0 self,
    input: StartAuditMitigationActionsTaskRequest
) -> Pin<Box<dyn Future<Output = Result<StartAuditMitigationActionsTaskResponse, RusotoError<StartAuditMitigationActionsTaskError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Starts a task that applies a set of mitigation actions to the specified target.

fn start_on_demand_audit_task<'life0, 'async_trait>(
    &'life0 self,
    input: StartOnDemandAuditTaskRequest
) -> Pin<Box<dyn Future<Output = Result<StartOnDemandAuditTaskResponse, RusotoError<StartOnDemandAuditTaskError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Starts an on-demand Device Defender audit.

fn start_thing_registration_task<'life0, 'async_trait>(
    &'life0 self,
    input: StartThingRegistrationTaskRequest
) -> Pin<Box<dyn Future<Output = Result<StartThingRegistrationTaskResponse, RusotoError<StartThingRegistrationTaskError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a bulk thing provisioning task.

fn stop_thing_registration_task<'life0, 'async_trait>(
    &'life0 self,
    input: StopThingRegistrationTaskRequest
) -> Pin<Box<dyn Future<Output = Result<StopThingRegistrationTaskResponse, RusotoError<StopThingRegistrationTaskError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Cancels a bulk thing provisioning task.

fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds to or modifies the tags of the given resource. Tags are metadata which can be used to manage a resource.

fn test_authorization<'life0, 'async_trait>(
    &'life0 self,
    input: TestAuthorizationRequest
) -> Pin<Box<dyn Future<Output = Result<TestAuthorizationResponse, RusotoError<TestAuthorizationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Tests if a specified principal is authorized to perform an AWS IoT action on a specified resource. Use this to test and debug the authorization behavior of devices that connect to the AWS IoT device gateway.

fn test_invoke_authorizer<'life0, 'async_trait>(
    &'life0 self,
    input: TestInvokeAuthorizerRequest
) -> Pin<Box<dyn Future<Output = Result<TestInvokeAuthorizerResponse, RusotoError<TestInvokeAuthorizerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Tests a custom authorization behavior by invoking a specified custom authorizer. Use this to test and debug the custom authorization behavior of devices that connect to the AWS IoT device gateway.

fn transfer_certificate<'life0, 'async_trait>(
    &'life0 self,
    input: TransferCertificateRequest
) -> Pin<Box<dyn Future<Output = Result<TransferCertificateResponse, RusotoError<TransferCertificateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Transfers the specified certificate to the specified AWS account.

You can cancel the transfer until it is acknowledged by the recipient.

No notification is sent to the transfer destination's account. It is up to the caller to notify the transfer target.

The certificate being transferred must not be in the ACTIVE state. You can use the UpdateCertificate API to deactivate it.

The certificate must not have any policies attached to it. You can use the DetachPrincipalPolicy API to detach them.

fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes the given tags (metadata) from the resource.

fn update_account_audit_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateAccountAuditConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateAccountAuditConfigurationResponse, RusotoError<UpdateAccountAuditConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Configures or reconfigures the Device Defender audit settings for this account. Settings include how audit notifications are sent and which audit checks are enabled or disabled.

fn update_authorizer<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateAuthorizerRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateAuthorizerResponse, RusotoError<UpdateAuthorizerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an authorizer.

fn update_billing_group<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateBillingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateBillingGroupResponse, RusotoError<UpdateBillingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates information about the billing group.

fn update_ca_certificate<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateCACertificateRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateCACertificateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a registered CA certificate.

fn update_certificate<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateCertificateRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateCertificateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the status of the specified certificate. This operation is idempotent.

Moving a certificate from the ACTIVE state (including REVOKED) will not disconnect currently connected devices, but these devices will be unable to reconnect.

The ACTIVE state is required to authenticate devices connecting to AWS IoT using a certificate.

fn update_domain_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDomainConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDomainConfigurationResponse, RusotoError<UpdateDomainConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates values stored in the domain configuration. Domain configurations for default endpoints can't be updated.

The domain configuration feature is in public preview and is subject to change.

fn update_dynamic_thing_group<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDynamicThingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDynamicThingGroupResponse, RusotoError<UpdateDynamicThingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a dynamic thing group.

fn update_event_configurations<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateEventConfigurationsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateEventConfigurationsResponse, RusotoError<UpdateEventConfigurationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the event configurations.

fn update_indexing_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateIndexingConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateIndexingConfigurationResponse, RusotoError<UpdateIndexingConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the search configuration.

fn update_job<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateJobRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates supported fields of the specified job.

fn update_mitigation_action<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateMitigationActionRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateMitigationActionResponse, RusotoError<UpdateMitigationActionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the definition for the specified mitigation action.

fn update_provisioning_template<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateProvisioningTemplateRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateProvisioningTemplateResponse, RusotoError<UpdateProvisioningTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a fleet provisioning template.

fn update_role_alias<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateRoleAliasRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateRoleAliasResponse, RusotoError<UpdateRoleAliasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a role alias.

fn update_scheduled_audit<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateScheduledAuditRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateScheduledAuditResponse, RusotoError<UpdateScheduledAuditError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a scheduled audit, including which checks are performed and how often the audit takes place.

fn update_security_profile<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateSecurityProfileRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateSecurityProfileResponse, RusotoError<UpdateSecurityProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a Device Defender security profile.

fn update_stream<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateStreamRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateStreamResponse, RusotoError<UpdateStreamError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an existing stream. The stream version will be incremented by one.

fn update_thing<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateThingRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateThingResponse, RusotoError<UpdateThingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the data for a thing.

fn update_thing_group<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateThingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateThingGroupResponse, RusotoError<UpdateThingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Update a thing group.

fn update_thing_groups_for_thing<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateThingGroupsForThingRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateThingGroupsForThingResponse, RusotoError<UpdateThingGroupsForThingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the groups to which the thing belongs.

fn update_topic_rule_destination<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateTopicRuleDestinationRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateTopicRuleDestinationResponse, RusotoError<UpdateTopicRuleDestinationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a topic rule destination. You use this to change the status, endpoint URL, or confirmation URL of the destination.

fn validate_security_profile_behaviors<'life0, 'async_trait>(
    &'life0 self,
    input: ValidateSecurityProfileBehaviorsRequest
) -> Pin<Box<dyn Future<Output = Result<ValidateSecurityProfileBehaviorsResponse, RusotoError<ValidateSecurityProfileBehaviorsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Validates a Device Defender security profile behaviors specification.

Loading content...