Iot

Trait Iot 

Source
pub trait Iot {
Show 207 methods // 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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: 'async_trait; fn attach_policy<'life0, 'async_trait>( &'life0 self, input: AttachPolicyRequest, ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AttachPolicyError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: 'async_trait; fn clear_default_authorizer<'life0, 'async_trait>( &'life0 self, ) -> Pin<Box<dyn Future<Output = Result<ClearDefaultAuthorizerResponse, RusotoError<ClearDefaultAuthorizerError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: 'async_trait; fn create_dimension<'life0, 'async_trait>( &'life0 self, input: CreateDimensionRequest, ) -> Pin<Box<dyn Future<Output = Result<CreateDimensionResponse, RusotoError<CreateDimensionError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: 'async_trait; fn delete_certificate<'life0, 'async_trait>( &'life0 self, input: DeleteCertificateRequest, ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteCertificateError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: 'async_trait; fn delete_dimension<'life0, 'async_trait>( &'life0 self, input: DeleteDimensionRequest, ) -> Pin<Box<dyn Future<Output = Result<DeleteDimensionResponse, RusotoError<DeleteDimensionError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: 'async_trait; fn delete_job<'life0, 'async_trait>( &'life0 self, input: DeleteJobRequest, ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteJobError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: 'async_trait; fn delete_policy<'life0, 'async_trait>( &'life0 self, input: DeletePolicyRequest, ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeletePolicyError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: 'async_trait; fn delete_registration_code<'life0, 'async_trait>( &'life0 self, ) -> Pin<Box<dyn Future<Output = Result<DeleteRegistrationCodeResponse, RusotoError<DeleteRegistrationCodeError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: 'async_trait; fn describe_default_authorizer<'life0, 'async_trait>( &'life0 self, ) -> Pin<Box<dyn Future<Output = Result<DescribeDefaultAuthorizerResponse, RusotoError<DescribeDefaultAuthorizerError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: 'async_trait; fn describe_dimension<'life0, 'async_trait>( &'life0 self, input: DescribeDimensionRequest, ) -> Pin<Box<dyn Future<Output = Result<DescribeDimensionResponse, RusotoError<DescribeDimensionError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: 'async_trait; fn describe_event_configurations<'life0, 'async_trait>( &'life0 self, ) -> Pin<Box<dyn Future<Output = Result<DescribeEventConfigurationsResponse, RusotoError<DescribeEventConfigurationsError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: 'async_trait; fn detach_policy<'life0, 'async_trait>( &'life0 self, input: DetachPolicyRequest, ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DetachPolicyError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: 'async_trait; fn get_indexing_configuration<'life0, 'async_trait>( &'life0 self, ) -> Pin<Box<dyn Future<Output = Result<GetIndexingConfigurationResponse, RusotoError<GetIndexingConfigurationError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: 'async_trait; fn get_logging_options<'life0, 'async_trait>( &'life0 self, ) -> Pin<Box<dyn Future<Output = Result<GetLoggingOptionsResponse, RusotoError<GetLoggingOptionsError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: 'async_trait; fn get_registration_code<'life0, 'async_trait>( &'life0 self, ) -> Pin<Box<dyn Future<Output = Result<GetRegistrationCodeResponse, RusotoError<GetRegistrationCodeError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: 'async_trait; fn list_dimensions<'life0, 'async_trait>( &'life0 self, input: ListDimensionsRequest, ) -> Pin<Box<dyn Future<Output = Result<ListDimensionsResponse, RusotoError<ListDimensionsError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: 'async_trait; fn register_certificate_without_ca<'life0, 'async_trait>( &'life0 self, input: RegisterCertificateWithoutCARequest, ) -> Pin<Box<dyn Future<Output = Result<RegisterCertificateWithoutCAResponse, RusotoError<RegisterCertificateWithoutCAError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: 'async_trait; fn update_certificate<'life0, 'async_trait>( &'life0 self, input: UpdateCertificateRequest, ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateCertificateError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: 'async_trait; fn update_dimension<'life0, 'async_trait>( &'life0 self, input: UpdateDimensionRequest, ) -> Pin<Box<dyn Future<Output = Result<UpdateDimensionResponse, RusotoError<UpdateDimensionError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: 'async_trait; fn update_job<'life0, 'async_trait>( &'life0 self, input: UpdateJobRequest, ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateJobError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: '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 Self: 'async_trait, 'life0: 'async_trait;
}
Expand description

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

Required Methods§

Source

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

Source

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 Self: 'async_trait, 'life0: 'async_trait,

Adds a thing to a billing group.

Source

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 Self: 'async_trait, 'life0: 'async_trait,

Adds a thing to a thing group.

Source

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 Self: 'async_trait, 'life0: '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.

Source

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

Attaches a policy to the specified target.

Source

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

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

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

Source

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

Source

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

Source

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 Self: 'async_trait, 'life0: 'async_trait,

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

Source

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

Source

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

Source

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

Cancels a job.

Source

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

Cancels the execution of a job for a given thing.

Source

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

Clears the default authorizer.

Source

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 Self: 'async_trait, 'life0: '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.

Source

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

Creates an authorizer.

Source

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

Creates a billing group.

Source

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 Self: 'async_trait, 'life0: '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"

Source

fn create_dimension<'life0, 'async_trait>( &'life0 self, input: CreateDimensionRequest, ) -> Pin<Box<dyn Future<Output = Result<CreateDimensionResponse, RusotoError<CreateDimensionError>>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Create a dimension that you can use to limit the scope of a metric used in a security profile for AWS IoT Device Defender. For example, using a TOPIC_FILTER dimension, you can narrow down the scope of the metric only to MQTT topics whose name match the pattern specified in the dimension.

Source

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

Creates a domain configuration.

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

Source

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 Self: 'async_trait, 'life0: 'async_trait,

Creates a dynamic thing group.

Source

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

Creates a job.

Source

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 Self: 'async_trait, 'life0: '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.

Source

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

Source

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

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

Source

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

Source

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

Source

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

Creates a provisioning claim.

Source

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

Creates a fleet provisioning template.

Source

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 Self: 'async_trait, 'life0: 'async_trait,

Creates a new version of a fleet provisioning template.

Source

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

Creates a role alias.

Source

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

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

Source

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

Creates a Device Defender security profile.

Source

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

Source

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

Source

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

Create a thing group.

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

Source

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

Creates a new thing type.

Source

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

Source

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 Self: 'async_trait, 'life0: 'async_trait,

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

Source

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 Self: 'async_trait, 'life0: '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.

Source

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

Deletes an authorizer.

Source

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

Deletes the billing group.

Source

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

Deletes a registered CA certificate.

Source

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

Source

fn delete_dimension<'life0, 'async_trait>( &'life0 self, input: DeleteDimensionRequest, ) -> Pin<Box<dyn Future<Output = Result<DeleteDimensionResponse, RusotoError<DeleteDimensionError>>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Removes the specified dimension from your AWS account.

Source

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

Deletes the specified domain configuration.

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

Source

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 Self: 'async_trait, 'life0: 'async_trait,

Deletes a dynamic thing group.

Source

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

Source

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

Deletes a job execution.

Source

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

Deletes a defined mitigation action from your AWS account.

Source

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

Delete an OTA update.

Source

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

Source

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

Source

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

Deletes a fleet provisioning template.

Source

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 Self: 'async_trait, 'life0: 'async_trait,

Deletes a fleet provisioning template version.

Source

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

Deletes a CA certificate registration code.

Source

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

Deletes a role alias

Source

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

Deletes a scheduled audit.

Source

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

Deletes a Device Defender security profile.

Source

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

Deletes a stream.

Source

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

Source

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

Deletes a thing group.

Source

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

Source

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

Deletes the rule.

Source

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 Self: 'async_trait, 'life0: 'async_trait,

Deletes a topic rule destination.

Source

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

Deletes a logging level.

Source

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

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

Source

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

Source

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

Source

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 Self: 'async_trait, 'life0: '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.

Source

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

Gets information about a Device Defender audit.

Source

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

Describes an authorizer.

Source

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

Returns information about a billing group.

Source

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

Describes a registered CA certificate.

Source

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

Gets information about the specified certificate.

Source

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

Describes the default authorizer.

Source

fn describe_dimension<'life0, 'async_trait>( &'life0 self, input: DescribeDimensionRequest, ) -> Pin<Box<dyn Future<Output = Result<DescribeDimensionResponse, RusotoError<DescribeDimensionError>>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Provides details about a dimension that is defined in your AWS account.

Source

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

Gets summary information about a domain configuration.

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

Source

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

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

Source

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

Describes event configurations.

Source

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

Describes a search index.

Source

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

Describes a job.

Source

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

Describes a job execution.

Source

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

Gets information about a mitigation action.

Source

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

Returns information about a fleet provisioning template.

Source

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 Self: 'async_trait, 'life0: 'async_trait,

Returns information about a fleet provisioning template version.

Source

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

Describes a role alias.

Source

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

Gets information about a scheduled audit.

Source

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

Gets information about a Device Defender security profile.

Source

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

Gets information about a stream.

Source

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

Gets information about the specified thing.

Source

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

Describe a thing group.

Source

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 Self: 'async_trait, 'life0: 'async_trait,

Describes a bulk thing provisioning task.

Source

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

Gets information about the specified thing type.

Source

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

Detaches a policy from the specified target.

Source

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

Removes the specified policy from the specified certificate.

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

Source

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

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

Source

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

Source

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

Disables the rule.

Source

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

Enables the rule.

Source

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

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

Source

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

Source

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

Gets the indexing configuration.

Source

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

Gets a job document.

Source

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

Gets the logging options.

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

Source

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

Gets an OTA update.

Source

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

Source

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

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

Source

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

Gets information about the specified policy version.

Source

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

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

Source

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

Source

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

Gets information about the rule.

Source

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 Self: 'async_trait, 'life0: 'async_trait,

Gets information about a topic rule destination.

Source

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

Gets the fine grained logging options.

Source

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

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

Source

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

Lists the policies attached to the specified thing group.

Source

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

Source

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 Self: 'async_trait, 'life0: 'async_trait,

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

Source

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 Self: 'async_trait, 'life0: 'async_trait,

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

Source

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

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

Source

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

Lists the authorizers registered in your account.

Source

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

Lists the billing groups you have created.

Source

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

Source

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

Source

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 Self: 'async_trait, 'life0: 'async_trait,

List the device certificates signed by the specified CA certificate.

Source

fn list_dimensions<'life0, 'async_trait>( &'life0 self, input: ListDimensionsRequest, ) -> Pin<Box<dyn Future<Output = Result<ListDimensionsResponse, RusotoError<ListDimensionsError>>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

List the set of dimensions that are defined for your AWS account.

Source

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

Source

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

Lists the search indices.

Source

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 Self: 'async_trait, 'life0: 'async_trait,

Lists the job executions for a job.

Source

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 Self: 'async_trait, 'life0: 'async_trait,

Lists the job executions for the specified thing.

Source

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

Lists jobs.

Source

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

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

Source

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

Lists OTA updates.

Source

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

Lists certificates that are being transferred but not yet accepted.

Source

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

Lists your policies.

Source

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

Lists the principals associated with the specified policy.

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

Source

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

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

Source

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

Source

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

Source

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 Self: 'async_trait, 'life0: 'async_trait,

A list of fleet provisioning template versions.

Source

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

Lists the fleet provisioning templates in your AWS account.

Source

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

Lists the role aliases registered in your account.

Source

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

Lists all of your scheduled audits.

Source

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

Source

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 Self: 'async_trait, 'life0: 'async_trait,

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

Source

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

Lists all of the streams in your AWS account.

Source

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 Self: 'async_trait, 'life0: 'async_trait,

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

Source

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 Self: 'async_trait, 'life0: 'async_trait,

List targets for the specified policy.

Source

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 Self: 'async_trait, 'life0: 'async_trait,

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

Source

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

List the thing groups in your account.

Source

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 Self: 'async_trait, 'life0: 'async_trait,

List the thing groups to which the specified thing belongs.

Source

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

Source

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 Self: 'async_trait, 'life0: 'async_trait,

Information about the thing registration tasks.

Source

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 Self: 'async_trait, 'life0: 'async_trait,

List bulk thing provisioning tasks.

Source

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

Lists the existing thing types.

Source

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

Source

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 Self: 'async_trait, 'life0: 'async_trait,

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

Source

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 Self: 'async_trait, 'life0: 'async_trait,

Lists the things in the specified group.

Source

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 Self: 'async_trait, 'life0: 'async_trait,

Lists all the topic rule destinations in your AWS account.

Source

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

Lists the rules for the specific topic.

Source

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 Self: 'async_trait, 'life0: 'async_trait,

Lists logging levels.

Source

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

Source

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

Source

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

Source

fn register_certificate_without_ca<'life0, 'async_trait>( &'life0 self, input: RegisterCertificateWithoutCARequest, ) -> Pin<Box<dyn Future<Output = Result<RegisterCertificateWithoutCAResponse, RusotoError<RegisterCertificateWithoutCAError>>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Register a certificate that does not have a certificate authority (CA).

Source

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

Source

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

Source

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 Self: 'async_trait, 'life0: 'async_trait,

Removes the given thing from the billing group.

Source

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 Self: 'async_trait, 'life0: 'async_trait,

Remove the specified thing from the specified group.

You must specify either a thingGroupArn or a thingGroupName to identify the thing group and either a thingArn or a thingName to identify the thing to remove from the thing group.

Source

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

Source

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

The query search index.

Source

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

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

Source

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

Source

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

Sets the logging options.

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

Source

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

Sets the logging level.

Source

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

Sets the logging options for the V2 logging service.

Source

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 Self: 'async_trait, 'life0: 'async_trait,

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

Source

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 Self: 'async_trait, 'life0: 'async_trait,

Starts an on-demand Device Defender audit.

Source

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 Self: 'async_trait, 'life0: 'async_trait,

Creates a bulk thing provisioning task.

Source

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 Self: 'async_trait, 'life0: 'async_trait,

Cancels a bulk thing provisioning task.

Source

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

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

Source

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

Source

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

Source

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

Source

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

Removes the given tags (metadata) from the resource.

Source

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 Self: 'async_trait, 'life0: '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.

Source

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

Updates an authorizer.

Source

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

Updates information about the billing group.

Source

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

Updates a registered CA certificate.

Source

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

Source

fn update_dimension<'life0, 'async_trait>( &'life0 self, input: UpdateDimensionRequest, ) -> Pin<Box<dyn Future<Output = Result<UpdateDimensionResponse, RusotoError<UpdateDimensionError>>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Updates the definition for a dimension. You cannot change the type of a dimension after it is created (you can delete it and re-create it).

Source

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

Source

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 Self: 'async_trait, 'life0: 'async_trait,

Updates a dynamic thing group.

Source

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

Updates the event configurations.

Source

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

Updates the search configuration.

Source

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

Updates supported fields of the specified job.

Source

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

Updates the definition for the specified mitigation action.

Source

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

Updates a fleet provisioning template.

Source

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

Updates a role alias.

Source

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

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

Source

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

Updates a Device Defender security profile.

Source

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

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

Source

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

Updates the data for a thing.

Source

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

Update a thing group.

Source

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 Self: 'async_trait, 'life0: 'async_trait,

Updates the groups to which the thing belongs.

Source

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 Self: 'async_trait, 'life0: 'async_trait,

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

Source

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 Self: 'async_trait, 'life0: 'async_trait,

Validates a Device Defender security profile behaviors specification.

Implementors§