pub trait RequestId {
    // Required method
    fn request_id(&self) -> Option<&str>;
}
Expand description

Implementers add a function to return an AWS request ID

Required Methods§

source

fn request_id(&self) -> Option<&str>

Returns the request ID, or None if the service could not be reached.

Implementations on Foreign Types§

source§

impl RequestId for Headers

source§

impl<B> RequestId for Response<B>

source§

impl<E> RequestId for SdkError<E, Response>

source§

impl<O, E> RequestId for Result<O, E>
where O: RequestId, E: RequestId,

Implementors§

source§

impl RequestId for Error

source§

impl RequestId for ActivateEvaluationFormError

source§

impl RequestId for AssociateAnalyticsDataSetError

source§

impl RequestId for AssociateApprovedOriginError

source§

impl RequestId for AssociateBotError

source§

impl RequestId for AssociateDefaultVocabularyError

source§

impl RequestId for AssociateFlowError

source§

impl RequestId for AssociateInstanceStorageConfigError

source§

impl RequestId for AssociateLambdaFunctionError

source§

impl RequestId for AssociateLexBotError

source§

impl RequestId for AssociatePhoneNumberContactFlowError

source§

impl RequestId for AssociateQueueQuickConnectsError

source§

impl RequestId for AssociateRoutingProfileQueuesError

source§

impl RequestId for AssociateSecurityKeyError

source§

impl RequestId for AssociateTrafficDistributionGroupUserError

source§

impl RequestId for AssociateUserProficienciesError

source§

impl RequestId for BatchAssociateAnalyticsDataSetError

source§

impl RequestId for BatchDisassociateAnalyticsDataSetError

source§

impl RequestId for BatchGetFlowAssociationError

source§

impl RequestId for BatchPutContactError

source§

impl RequestId for ClaimPhoneNumberError

source§

impl RequestId for CreateAgentStatusError

source§

impl RequestId for CreateContactFlowError

source§

impl RequestId for CreateContactFlowModuleError

source§

impl RequestId for CreateEvaluationFormError

source§

impl RequestId for CreateHoursOfOperationError

source§

impl RequestId for CreateInstanceError

source§

impl RequestId for CreateIntegrationAssociationError

source§

impl RequestId for CreateParticipantError

source§

impl RequestId for CreatePersistentContactAssociationError

source§

impl RequestId for CreatePredefinedAttributeError

source§

impl RequestId for CreatePromptError

source§

impl RequestId for CreateQueueError

source§

impl RequestId for CreateQuickConnectError

source§

impl RequestId for CreateRoutingProfileError

source§

impl RequestId for CreateRuleError

source§

impl RequestId for CreateSecurityProfileError

source§

impl RequestId for CreateTaskTemplateError

source§

impl RequestId for CreateTrafficDistributionGroupError

source§

impl RequestId for CreateUseCaseError

source§

impl RequestId for CreateUserError

source§

impl RequestId for CreateUserHierarchyGroupError

source§

impl RequestId for CreateViewError

source§

impl RequestId for CreateViewVersionError

source§

impl RequestId for CreateVocabularyError

source§

impl RequestId for DeactivateEvaluationFormError

source§

impl RequestId for DeleteContactEvaluationError

source§

impl RequestId for DeleteContactFlowError

source§

impl RequestId for DeleteContactFlowModuleError

source§

impl RequestId for DeleteEvaluationFormError

source§

impl RequestId for DeleteHoursOfOperationError

source§

impl RequestId for DeleteInstanceError

source§

impl RequestId for DeleteIntegrationAssociationError

source§

impl RequestId for DeletePredefinedAttributeError

source§

impl RequestId for DeletePromptError

source§

impl RequestId for DeleteQueueError

source§

impl RequestId for DeleteQuickConnectError

source§

impl RequestId for DeleteRoutingProfileError

source§

impl RequestId for DeleteRuleError

source§

impl RequestId for DeleteSecurityProfileError

source§

impl RequestId for DeleteTaskTemplateError

source§

impl RequestId for DeleteTrafficDistributionGroupError

source§

impl RequestId for DeleteUseCaseError

source§

impl RequestId for DeleteUserError

source§

impl RequestId for DeleteUserHierarchyGroupError

source§

impl RequestId for DeleteViewError

source§

impl RequestId for DeleteViewVersionError

source§

impl RequestId for DeleteVocabularyError

source§

impl RequestId for DescribeAgentStatusError

source§

impl RequestId for DescribeContactError

source§

impl RequestId for DescribeContactEvaluationError

source§

impl RequestId for DescribeContactFlowError

source§

impl RequestId for DescribeContactFlowModuleError

source§

impl RequestId for DescribeEvaluationFormError

source§

impl RequestId for DescribeHoursOfOperationError

source§

impl RequestId for DescribeInstanceError

source§

impl RequestId for DescribeInstanceAttributeError

source§

impl RequestId for DescribeInstanceStorageConfigError

source§

impl RequestId for DescribePhoneNumberError

source§

impl RequestId for DescribePredefinedAttributeError

source§

impl RequestId for DescribePromptError

source§

impl RequestId for DescribeQueueError

source§

impl RequestId for DescribeQuickConnectError

source§

impl RequestId for DescribeRoutingProfileError

source§

impl RequestId for DescribeRuleError

source§

impl RequestId for DescribeSecurityProfileError

source§

impl RequestId for DescribeTrafficDistributionGroupError

source§

impl RequestId for DescribeUserError

source§

impl RequestId for DescribeUserHierarchyGroupError

source§

impl RequestId for DescribeUserHierarchyStructureError

source§

impl RequestId for DescribeViewError

source§

impl RequestId for DescribeVocabularyError

source§

impl RequestId for DisassociateAnalyticsDataSetError

source§

impl RequestId for DisassociateApprovedOriginError

source§

impl RequestId for DisassociateBotError

source§

impl RequestId for DisassociateFlowError

source§

impl RequestId for DisassociateInstanceStorageConfigError

source§

impl RequestId for DisassociateLambdaFunctionError

source§

impl RequestId for DisassociateLexBotError

source§

impl RequestId for DisassociatePhoneNumberContactFlowError

source§

impl RequestId for DisassociateQueueQuickConnectsError

source§

impl RequestId for DisassociateRoutingProfileQueuesError

source§

impl RequestId for DisassociateSecurityKeyError

source§

impl RequestId for DisassociateTrafficDistributionGroupUserError

source§

impl RequestId for DisassociateUserProficienciesError

source§

impl RequestId for DismissUserContactError

source§

impl RequestId for GetContactAttributesError

source§

impl RequestId for GetCurrentMetricDataError

source§

impl RequestId for GetCurrentUserDataError

source§

impl RequestId for GetFederationTokenError

source§

impl RequestId for GetFlowAssociationError

source§

impl RequestId for GetMetricDataError

source§

impl RequestId for GetMetricDataV2Error

source§

impl RequestId for GetPromptFileError

source§

impl RequestId for GetTaskTemplateError

source§

impl RequestId for GetTrafficDistributionError

source§

impl RequestId for ImportPhoneNumberError

source§

impl RequestId for ListAgentStatusesError

source§

impl RequestId for ListAnalyticsDataAssociationsError

source§

impl RequestId for ListApprovedOriginsError

source§

impl RequestId for ListBotsError

source§

impl RequestId for ListContactEvaluationsError

source§

impl RequestId for ListContactFlowModulesError

source§

impl RequestId for ListContactFlowsError

source§

impl RequestId for ListContactReferencesError

source§

impl RequestId for ListDefaultVocabulariesError

source§

impl RequestId for ListEvaluationFormVersionsError

source§

impl RequestId for ListEvaluationFormsError

source§

impl RequestId for ListFlowAssociationsError

source§

impl RequestId for ListHoursOfOperationsError

source§

impl RequestId for ListInstanceAttributesError

source§

impl RequestId for ListInstanceStorageConfigsError

source§

impl RequestId for ListInstancesError

source§

impl RequestId for ListIntegrationAssociationsError

source§

impl RequestId for ListLambdaFunctionsError

source§

impl RequestId for ListLexBotsError

source§

impl RequestId for ListPhoneNumbersError

source§

impl RequestId for ListPhoneNumbersV2Error

source§

impl RequestId for ListPredefinedAttributesError

source§

impl RequestId for ListPromptsError

source§

impl RequestId for ListQueueQuickConnectsError

source§

impl RequestId for ListQueuesError

source§

impl RequestId for ListQuickConnectsError

source§

impl RequestId for ListRealtimeContactAnalysisSegmentsV2Error

source§

impl RequestId for ListRoutingProfileQueuesError

source§

impl RequestId for ListRoutingProfilesError

source§

impl RequestId for ListRulesError

source§

impl RequestId for ListSecurityKeysError

source§

impl RequestId for ListSecurityProfileApplicationsError

source§

impl RequestId for ListSecurityProfilePermissionsError

source§

impl RequestId for ListSecurityProfilesError

source§

impl RequestId for ListTagsForResourceError

source§

impl RequestId for ListTaskTemplatesError

source§

impl RequestId for ListTrafficDistributionGroupUsersError

source§

impl RequestId for ListTrafficDistributionGroupsError

source§

impl RequestId for ListUseCasesError

source§

impl RequestId for ListUserHierarchyGroupsError

source§

impl RequestId for ListUserProficienciesError

source§

impl RequestId for ListUsersError

source§

impl RequestId for ListViewVersionsError

source§

impl RequestId for ListViewsError

source§

impl RequestId for MonitorContactError

source§

impl RequestId for PauseContactError

source§

impl RequestId for PutUserStatusError

source§

impl RequestId for ReleasePhoneNumberError

source§

impl RequestId for ReplicateInstanceError

source§

impl RequestId for ResumeContactError

source§

impl RequestId for ResumeContactRecordingError

source§

impl RequestId for SearchAvailablePhoneNumbersError

source§

impl RequestId for SearchContactsError

source§

impl RequestId for SearchHoursOfOperationsError

source§

impl RequestId for SearchPredefinedAttributesError

source§

impl RequestId for SearchPromptsError

source§

impl RequestId for SearchQueuesError

source§

impl RequestId for SearchQuickConnectsError

source§

impl RequestId for SearchResourceTagsError

source§

impl RequestId for SearchRoutingProfilesError

source§

impl RequestId for SearchSecurityProfilesError

source§

impl RequestId for SearchUsersError

source§

impl RequestId for SearchVocabulariesError

source§

impl RequestId for SendChatIntegrationEventError

source§

impl RequestId for StartChatContactError

source§

impl RequestId for StartContactEvaluationError

source§

impl RequestId for StartContactRecordingError

source§

impl RequestId for StartContactStreamingError

source§

impl RequestId for StartOutboundVoiceContactError

source§

impl RequestId for StartTaskContactError

source§

impl RequestId for StartWebRTCContactError

source§

impl RequestId for StopContactError

source§

impl RequestId for StopContactRecordingError

source§

impl RequestId for StopContactStreamingError

source§

impl RequestId for SubmitContactEvaluationError

source§

impl RequestId for SuspendContactRecordingError

source§

impl RequestId for TagContactError

source§

impl RequestId for TagResourceError

source§

impl RequestId for TransferContactError

source§

impl RequestId for UntagContactError

source§

impl RequestId for UntagResourceError

source§

impl RequestId for UpdateAgentStatusError

source§

impl RequestId for UpdateContactError

source§

impl RequestId for UpdateContactAttributesError

source§

impl RequestId for UpdateContactEvaluationError

source§

impl RequestId for UpdateContactFlowContentError

source§

impl RequestId for UpdateContactFlowMetadataError

source§

impl RequestId for UpdateContactFlowModuleContentError

source§

impl RequestId for UpdateContactFlowModuleMetadataError

source§

impl RequestId for UpdateContactFlowNameError

source§

impl RequestId for UpdateContactRoutingDataError

source§

impl RequestId for UpdateContactScheduleError

source§

impl RequestId for UpdateEvaluationFormError

source§

impl RequestId for UpdateHoursOfOperationError

source§

impl RequestId for UpdateInstanceAttributeError

source§

impl RequestId for UpdateInstanceStorageConfigError

source§

impl RequestId for UpdateParticipantRoleConfigError

source§

impl RequestId for UpdatePhoneNumberError

source§

impl RequestId for UpdatePhoneNumberMetadataError

source§

impl RequestId for UpdatePredefinedAttributeError

source§

impl RequestId for UpdatePromptError

source§

impl RequestId for UpdateQueueHoursOfOperationError

source§

impl RequestId for UpdateQueueMaxContactsError

source§

impl RequestId for UpdateQueueNameError

source§

impl RequestId for UpdateQueueOutboundCallerConfigError

source§

impl RequestId for UpdateQueueStatusError

source§

impl RequestId for UpdateQuickConnectConfigError

source§

impl RequestId for UpdateQuickConnectNameError

source§

impl RequestId for UpdateRoutingProfileAgentAvailabilityTimerError

source§

impl RequestId for UpdateRoutingProfileConcurrencyError

source§

impl RequestId for UpdateRoutingProfileDefaultOutboundQueueError

source§

impl RequestId for UpdateRoutingProfileNameError

source§

impl RequestId for UpdateRoutingProfileQueuesError

source§

impl RequestId for UpdateRuleError

source§

impl RequestId for UpdateSecurityProfileError

source§

impl RequestId for UpdateTaskTemplateError

source§

impl RequestId for UpdateTrafficDistributionError

source§

impl RequestId for UpdateUserHierarchyError

source§

impl RequestId for UpdateUserHierarchyGroupNameError

source§

impl RequestId for UpdateUserHierarchyStructureError

source§

impl RequestId for UpdateUserIdentityInfoError

source§

impl RequestId for UpdateUserPhoneConfigError

source§

impl RequestId for UpdateUserProficienciesError

source§

impl RequestId for UpdateUserRoutingProfileError

source§

impl RequestId for UpdateUserSecurityProfilesError

source§

impl RequestId for UpdateViewContentError

source§

impl RequestId for UpdateViewMetadataError

source§

impl RequestId for ErrorMetadata

source§

impl RequestId for AccessDeniedException

source§

impl RequestId for ConflictException

source§

impl RequestId for ContactFlowNotPublishedException

source§

impl RequestId for ContactNotFoundException

source§

impl RequestId for DestinationNotAllowedException

source§

impl RequestId for DuplicateResourceException

source§

impl RequestId for IdempotencyException

source§

impl RequestId for InternalServiceException

source§

impl RequestId for InvalidContactFlowException

source§

impl RequestId for InvalidContactFlowModuleException

source§

impl RequestId for InvalidParameterException

source§

impl RequestId for InvalidRequestException

source§

impl RequestId for LimitExceededException

source§

impl RequestId for MaximumResultReturnedException

source§

impl RequestId for OutboundContactNotPermittedException

source§

impl RequestId for OutputTypeNotFoundException

source§

impl RequestId for PropertyValidationException

source§

impl RequestId for ResourceConflictException

source§

impl RequestId for ResourceInUseException

source§

impl RequestId for ResourceNotFoundException

source§

impl RequestId for ResourceNotReadyException

source§

impl RequestId for ServiceQuotaExceededException

source§

impl RequestId for ThrottlingException

source§

impl RequestId for TooManyRequestsException

source§

impl RequestId for UserNotFoundException

source§

impl RequestId for ActivateEvaluationFormOutput

source§

impl RequestId for AssociateAnalyticsDataSetOutput

source§

impl RequestId for AssociateApprovedOriginOutput

source§

impl RequestId for AssociateBotOutput

source§

impl RequestId for AssociateDefaultVocabularyOutput

source§

impl RequestId for AssociateFlowOutput

source§

impl RequestId for AssociateInstanceStorageConfigOutput

source§

impl RequestId for AssociateLambdaFunctionOutput

source§

impl RequestId for AssociateLexBotOutput

source§

impl RequestId for AssociatePhoneNumberContactFlowOutput

source§

impl RequestId for AssociateQueueQuickConnectsOutput

source§

impl RequestId for AssociateRoutingProfileQueuesOutput

source§

impl RequestId for AssociateSecurityKeyOutput

source§

impl RequestId for AssociateTrafficDistributionGroupUserOutput

source§

impl RequestId for AssociateUserProficienciesOutput

source§

impl RequestId for BatchAssociateAnalyticsDataSetOutput

source§

impl RequestId for BatchDisassociateAnalyticsDataSetOutput

source§

impl RequestId for BatchGetFlowAssociationOutput

source§

impl RequestId for BatchPutContactOutput

source§

impl RequestId for ClaimPhoneNumberOutput

source§

impl RequestId for CreateAgentStatusOutput

source§

impl RequestId for CreateContactFlowOutput

source§

impl RequestId for CreateContactFlowModuleOutput

source§

impl RequestId for CreateEvaluationFormOutput

source§

impl RequestId for CreateHoursOfOperationOutput

source§

impl RequestId for CreateInstanceOutput

source§

impl RequestId for CreateIntegrationAssociationOutput

source§

impl RequestId for CreateParticipantOutput

source§

impl RequestId for CreatePersistentContactAssociationOutput

source§

impl RequestId for CreatePredefinedAttributeOutput

source§

impl RequestId for CreatePromptOutput

source§

impl RequestId for CreateQueueOutput

source§

impl RequestId for CreateQuickConnectOutput

source§

impl RequestId for CreateRoutingProfileOutput

source§

impl RequestId for CreateRuleOutput

source§

impl RequestId for CreateSecurityProfileOutput

source§

impl RequestId for CreateTaskTemplateOutput

source§

impl RequestId for CreateTrafficDistributionGroupOutput

source§

impl RequestId for CreateUseCaseOutput

source§

impl RequestId for CreateUserOutput

source§

impl RequestId for CreateUserHierarchyGroupOutput

source§

impl RequestId for CreateViewOutput

source§

impl RequestId for CreateViewVersionOutput

source§

impl RequestId for CreateVocabularyOutput

source§

impl RequestId for DeactivateEvaluationFormOutput

source§

impl RequestId for DeleteContactEvaluationOutput

source§

impl RequestId for DeleteContactFlowOutput

source§

impl RequestId for DeleteContactFlowModuleOutput

source§

impl RequestId for DeleteEvaluationFormOutput

source§

impl RequestId for DeleteHoursOfOperationOutput

source§

impl RequestId for DeleteInstanceOutput

source§

impl RequestId for DeleteIntegrationAssociationOutput

source§

impl RequestId for DeletePredefinedAttributeOutput

source§

impl RequestId for DeletePromptOutput

source§

impl RequestId for DeleteQueueOutput

source§

impl RequestId for DeleteQuickConnectOutput

source§

impl RequestId for DeleteRoutingProfileOutput

source§

impl RequestId for DeleteRuleOutput

source§

impl RequestId for DeleteSecurityProfileOutput

source§

impl RequestId for DeleteTaskTemplateOutput

source§

impl RequestId for DeleteTrafficDistributionGroupOutput

source§

impl RequestId for DeleteUseCaseOutput

source§

impl RequestId for DeleteUserOutput

source§

impl RequestId for DeleteUserHierarchyGroupOutput

source§

impl RequestId for DeleteViewOutput

source§

impl RequestId for DeleteViewVersionOutput

source§

impl RequestId for DeleteVocabularyOutput

source§

impl RequestId for DescribeAgentStatusOutput

source§

impl RequestId for DescribeContactOutput

source§

impl RequestId for DescribeContactEvaluationOutput

source§

impl RequestId for DescribeContactFlowOutput

source§

impl RequestId for DescribeContactFlowModuleOutput

source§

impl RequestId for DescribeEvaluationFormOutput

source§

impl RequestId for DescribeHoursOfOperationOutput

source§

impl RequestId for DescribeInstanceOutput

source§

impl RequestId for DescribeInstanceAttributeOutput

source§

impl RequestId for DescribeInstanceStorageConfigOutput

source§

impl RequestId for DescribePhoneNumberOutput

source§

impl RequestId for DescribePredefinedAttributeOutput

source§

impl RequestId for DescribePromptOutput

source§

impl RequestId for DescribeQueueOutput

source§

impl RequestId for DescribeQuickConnectOutput

source§

impl RequestId for DescribeRoutingProfileOutput

source§

impl RequestId for DescribeRuleOutput

source§

impl RequestId for DescribeSecurityProfileOutput

source§

impl RequestId for DescribeTrafficDistributionGroupOutput

source§

impl RequestId for DescribeUserOutput

source§

impl RequestId for DescribeUserHierarchyGroupOutput

source§

impl RequestId for DescribeUserHierarchyStructureOutput

source§

impl RequestId for DescribeViewOutput

source§

impl RequestId for DescribeVocabularyOutput

source§

impl RequestId for DisassociateAnalyticsDataSetOutput

source§

impl RequestId for DisassociateApprovedOriginOutput

source§

impl RequestId for DisassociateBotOutput

source§

impl RequestId for DisassociateFlowOutput

source§

impl RequestId for DisassociateInstanceStorageConfigOutput

source§

impl RequestId for DisassociateLambdaFunctionOutput

source§

impl RequestId for DisassociateLexBotOutput

source§

impl RequestId for DisassociatePhoneNumberContactFlowOutput

source§

impl RequestId for DisassociateQueueQuickConnectsOutput

source§

impl RequestId for DisassociateRoutingProfileQueuesOutput

source§

impl RequestId for DisassociateSecurityKeyOutput

source§

impl RequestId for DisassociateTrafficDistributionGroupUserOutput

source§

impl RequestId for DisassociateUserProficienciesOutput

source§

impl RequestId for DismissUserContactOutput

source§

impl RequestId for GetContactAttributesOutput

source§

impl RequestId for GetCurrentMetricDataOutput

source§

impl RequestId for GetCurrentUserDataOutput

source§

impl RequestId for GetFederationTokenOutput

source§

impl RequestId for GetFlowAssociationOutput

source§

impl RequestId for GetMetricDataOutput

source§

impl RequestId for GetMetricDataV2Output

source§

impl RequestId for GetPromptFileOutput

source§

impl RequestId for GetTaskTemplateOutput

source§

impl RequestId for GetTrafficDistributionOutput

source§

impl RequestId for ImportPhoneNumberOutput

source§

impl RequestId for ListAgentStatusesOutput

source§

impl RequestId for ListAnalyticsDataAssociationsOutput

source§

impl RequestId for ListApprovedOriginsOutput

source§

impl RequestId for ListBotsOutput

source§

impl RequestId for ListContactEvaluationsOutput

source§

impl RequestId for ListContactFlowModulesOutput

source§

impl RequestId for ListContactFlowsOutput

source§

impl RequestId for ListContactReferencesOutput

source§

impl RequestId for ListDefaultVocabulariesOutput

source§

impl RequestId for ListEvaluationFormVersionsOutput

source§

impl RequestId for ListEvaluationFormsOutput

source§

impl RequestId for ListFlowAssociationsOutput

source§

impl RequestId for ListHoursOfOperationsOutput

source§

impl RequestId for ListInstanceAttributesOutput

source§

impl RequestId for ListInstanceStorageConfigsOutput

source§

impl RequestId for ListInstancesOutput

source§

impl RequestId for ListIntegrationAssociationsOutput

source§

impl RequestId for ListLambdaFunctionsOutput

source§

impl RequestId for ListLexBotsOutput

source§

impl RequestId for ListPhoneNumbersOutput

source§

impl RequestId for ListPhoneNumbersV2Output

source§

impl RequestId for ListPredefinedAttributesOutput

source§

impl RequestId for ListPromptsOutput

source§

impl RequestId for ListQueueQuickConnectsOutput

source§

impl RequestId for ListQueuesOutput

source§

impl RequestId for ListQuickConnectsOutput

source§

impl RequestId for ListRealtimeContactAnalysisSegmentsV2Output

source§

impl RequestId for ListRoutingProfileQueuesOutput

source§

impl RequestId for ListRoutingProfilesOutput

source§

impl RequestId for ListRulesOutput

source§

impl RequestId for ListSecurityKeysOutput

source§

impl RequestId for ListSecurityProfileApplicationsOutput

source§

impl RequestId for ListSecurityProfilePermissionsOutput

source§

impl RequestId for ListSecurityProfilesOutput

source§

impl RequestId for ListTagsForResourceOutput

source§

impl RequestId for ListTaskTemplatesOutput

source§

impl RequestId for ListTrafficDistributionGroupUsersOutput

source§

impl RequestId for ListTrafficDistributionGroupsOutput

source§

impl RequestId for ListUseCasesOutput

source§

impl RequestId for ListUserHierarchyGroupsOutput

source§

impl RequestId for ListUserProficienciesOutput

source§

impl RequestId for ListUsersOutput

source§

impl RequestId for ListViewVersionsOutput

source§

impl RequestId for ListViewsOutput

source§

impl RequestId for MonitorContactOutput

source§

impl RequestId for PauseContactOutput

source§

impl RequestId for PutUserStatusOutput

source§

impl RequestId for ReleasePhoneNumberOutput

source§

impl RequestId for ReplicateInstanceOutput

source§

impl RequestId for ResumeContactOutput

source§

impl RequestId for ResumeContactRecordingOutput

source§

impl RequestId for SearchAvailablePhoneNumbersOutput

source§

impl RequestId for SearchContactsOutput

source§

impl RequestId for SearchHoursOfOperationsOutput

source§

impl RequestId for SearchPredefinedAttributesOutput

source§

impl RequestId for SearchPromptsOutput

source§

impl RequestId for SearchQueuesOutput

source§

impl RequestId for SearchQuickConnectsOutput

source§

impl RequestId for SearchResourceTagsOutput

source§

impl RequestId for SearchRoutingProfilesOutput

source§

impl RequestId for SearchSecurityProfilesOutput

source§

impl RequestId for SearchUsersOutput

source§

impl RequestId for SearchVocabulariesOutput

source§

impl RequestId for SendChatIntegrationEventOutput

source§

impl RequestId for StartChatContactOutput

source§

impl RequestId for StartContactEvaluationOutput

source§

impl RequestId for StartContactRecordingOutput

source§

impl RequestId for StartContactStreamingOutput

source§

impl RequestId for StartOutboundVoiceContactOutput

source§

impl RequestId for StartTaskContactOutput

source§

impl RequestId for StartWebRtcContactOutput

source§

impl RequestId for StopContactOutput

source§

impl RequestId for StopContactRecordingOutput

source§

impl RequestId for StopContactStreamingOutput

source§

impl RequestId for SubmitContactEvaluationOutput

source§

impl RequestId for SuspendContactRecordingOutput

source§

impl RequestId for TagContactOutput

source§

impl RequestId for TagResourceOutput

source§

impl RequestId for TransferContactOutput

source§

impl RequestId for UntagContactOutput

source§

impl RequestId for UntagResourceOutput

source§

impl RequestId for UpdateAgentStatusOutput

source§

impl RequestId for UpdateContactOutput

source§

impl RequestId for UpdateContactAttributesOutput

source§

impl RequestId for UpdateContactEvaluationOutput

source§

impl RequestId for UpdateContactFlowContentOutput

source§

impl RequestId for UpdateContactFlowMetadataOutput

source§

impl RequestId for UpdateContactFlowModuleContentOutput

source§

impl RequestId for UpdateContactFlowModuleMetadataOutput

source§

impl RequestId for UpdateContactFlowNameOutput

source§

impl RequestId for UpdateContactRoutingDataOutput

source§

impl RequestId for UpdateContactScheduleOutput

source§

impl RequestId for UpdateEvaluationFormOutput

source§

impl RequestId for UpdateHoursOfOperationOutput

source§

impl RequestId for UpdateInstanceAttributeOutput

source§

impl RequestId for UpdateInstanceStorageConfigOutput

source§

impl RequestId for UpdateParticipantRoleConfigOutput

source§

impl RequestId for UpdatePhoneNumberOutput

source§

impl RequestId for UpdatePhoneNumberMetadataOutput

source§

impl RequestId for UpdatePredefinedAttributeOutput

source§

impl RequestId for UpdatePromptOutput

source§

impl RequestId for UpdateQueueHoursOfOperationOutput

source§

impl RequestId for UpdateQueueMaxContactsOutput

source§

impl RequestId for UpdateQueueNameOutput

source§

impl RequestId for UpdateQueueOutboundCallerConfigOutput

source§

impl RequestId for UpdateQueueStatusOutput

source§

impl RequestId for UpdateQuickConnectConfigOutput

source§

impl RequestId for UpdateQuickConnectNameOutput

source§

impl RequestId for UpdateRoutingProfileAgentAvailabilityTimerOutput

source§

impl RequestId for UpdateRoutingProfileConcurrencyOutput

source§

impl RequestId for UpdateRoutingProfileDefaultOutboundQueueOutput

source§

impl RequestId for UpdateRoutingProfileNameOutput

source§

impl RequestId for UpdateRoutingProfileQueuesOutput

source§

impl RequestId for UpdateRuleOutput

source§

impl RequestId for UpdateSecurityProfileOutput

source§

impl RequestId for UpdateTaskTemplateOutput

source§

impl RequestId for UpdateTrafficDistributionOutput

source§

impl RequestId for UpdateUserHierarchyOutput

source§

impl RequestId for UpdateUserHierarchyGroupNameOutput

source§

impl RequestId for UpdateUserHierarchyStructureOutput

source§

impl RequestId for UpdateUserIdentityInfoOutput

source§

impl RequestId for UpdateUserPhoneConfigOutput

source§

impl RequestId for UpdateUserProficienciesOutput

source§

impl RequestId for UpdateUserRoutingProfileOutput

source§

impl RequestId for UpdateUserSecurityProfilesOutput

source§

impl RequestId for UpdateViewContentOutput

source§

impl RequestId for UpdateViewMetadataOutput