Trait rusoto_workmail::Workmail[][src]

pub trait Workmail {
Show methods fn associate_delegate_to_resource<'life0, 'async_trait>(
        &'life0 self,
        input: AssociateDelegateToResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<AssociateDelegateToResourceResponse, RusotoError<AssociateDelegateToResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn associate_member_to_group<'life0, 'async_trait>(
        &'life0 self,
        input: AssociateMemberToGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<AssociateMemberToGroupResponse, RusotoError<AssociateMemberToGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn cancel_mailbox_export_job<'life0, 'async_trait>(
        &'life0 self,
        input: CancelMailboxExportJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<CancelMailboxExportJobResponse, RusotoError<CancelMailboxExportJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_alias<'life0, 'async_trait>(
        &'life0 self,
        input: CreateAliasRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateAliasResponse, RusotoError<CreateAliasError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_group<'life0, 'async_trait>(
        &'life0 self,
        input: CreateGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateGroupResponse, RusotoError<CreateGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_mobile_device_access_rule<'life0, 'async_trait>(
        &'life0 self,
        input: CreateMobileDeviceAccessRuleRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateMobileDeviceAccessRuleResponse, RusotoError<CreateMobileDeviceAccessRuleError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_organization<'life0, 'async_trait>(
        &'life0 self,
        input: CreateOrganizationRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateOrganizationResponse, RusotoError<CreateOrganizationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_resource<'life0, 'async_trait>(
        &'life0 self,
        input: CreateResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateResourceResponse, RusotoError<CreateResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_user<'life0, 'async_trait>(
        &'life0 self,
        input: CreateUserRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateUserResponse, RusotoError<CreateUserError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_access_control_rule<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteAccessControlRuleRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteAccessControlRuleResponse, RusotoError<DeleteAccessControlRuleError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_alias<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteAliasRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteAliasResponse, RusotoError<DeleteAliasError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_group<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteGroupResponse, RusotoError<DeleteGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_mailbox_permissions<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteMailboxPermissionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteMailboxPermissionsResponse, RusotoError<DeleteMailboxPermissionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_mobile_device_access_rule<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteMobileDeviceAccessRuleRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteMobileDeviceAccessRuleResponse, RusotoError<DeleteMobileDeviceAccessRuleError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_organization<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteOrganizationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteOrganizationResponse, RusotoError<DeleteOrganizationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_resource<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteResourceResponse, RusotoError<DeleteResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_retention_policy<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteRetentionPolicyRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteRetentionPolicyResponse, RusotoError<DeleteRetentionPolicyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_user<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteUserRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteUserResponse, RusotoError<DeleteUserError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn deregister_from_work_mail<'life0, 'async_trait>(
        &'life0 self,
        input: DeregisterFromWorkMailRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeregisterFromWorkMailResponse, RusotoError<DeregisterFromWorkMailError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_group<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeGroupResponse, RusotoError<DescribeGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_mailbox_export_job<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeMailboxExportJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeMailboxExportJobResponse, RusotoError<DescribeMailboxExportJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_organization<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeOrganizationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeOrganizationResponse, RusotoError<DescribeOrganizationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_resource<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeResourceResponse, RusotoError<DescribeResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_user<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeUserRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeUserResponse, RusotoError<DescribeUserError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn disassociate_delegate_from_resource<'life0, 'async_trait>(
        &'life0 self,
        input: DisassociateDelegateFromResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<DisassociateDelegateFromResourceResponse, RusotoError<DisassociateDelegateFromResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn disassociate_member_from_group<'life0, 'async_trait>(
        &'life0 self,
        input: DisassociateMemberFromGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<DisassociateMemberFromGroupResponse, RusotoError<DisassociateMemberFromGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_access_control_effect<'life0, 'async_trait>(
        &'life0 self,
        input: GetAccessControlEffectRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetAccessControlEffectResponse, RusotoError<GetAccessControlEffectError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_default_retention_policy<'life0, 'async_trait>(
        &'life0 self,
        input: GetDefaultRetentionPolicyRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetDefaultRetentionPolicyResponse, RusotoError<GetDefaultRetentionPolicyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_mailbox_details<'life0, 'async_trait>(
        &'life0 self,
        input: GetMailboxDetailsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetMailboxDetailsResponse, RusotoError<GetMailboxDetailsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_mobile_device_access_effect<'life0, 'async_trait>(
        &'life0 self,
        input: GetMobileDeviceAccessEffectRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetMobileDeviceAccessEffectResponse, RusotoError<GetMobileDeviceAccessEffectError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_access_control_rules<'life0, 'async_trait>(
        &'life0 self,
        input: ListAccessControlRulesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListAccessControlRulesResponse, RusotoError<ListAccessControlRulesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_aliases<'life0, 'async_trait>(
        &'life0 self,
        input: ListAliasesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListAliasesResponse, RusotoError<ListAliasesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_group_members<'life0, 'async_trait>(
        &'life0 self,
        input: ListGroupMembersRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListGroupMembersResponse, RusotoError<ListGroupMembersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_groups<'life0, 'async_trait>(
        &'life0 self,
        input: ListGroupsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListGroupsResponse, RusotoError<ListGroupsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_mailbox_export_jobs<'life0, 'async_trait>(
        &'life0 self,
        input: ListMailboxExportJobsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListMailboxExportJobsResponse, RusotoError<ListMailboxExportJobsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_mailbox_permissions<'life0, 'async_trait>(
        &'life0 self,
        input: ListMailboxPermissionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListMailboxPermissionsResponse, RusotoError<ListMailboxPermissionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_mobile_device_access_rules<'life0, 'async_trait>(
        &'life0 self,
        input: ListMobileDeviceAccessRulesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListMobileDeviceAccessRulesResponse, RusotoError<ListMobileDeviceAccessRulesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_organizations<'life0, 'async_trait>(
        &'life0 self,
        input: ListOrganizationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListOrganizationsResponse, RusotoError<ListOrganizationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_resource_delegates<'life0, 'async_trait>(
        &'life0 self,
        input: ListResourceDelegatesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListResourceDelegatesResponse, RusotoError<ListResourceDelegatesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_resources<'life0, 'async_trait>(
        &'life0 self,
        input: ListResourcesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListResourcesResponse, RusotoError<ListResourcesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_tags_for_resource<'life0, 'async_trait>(
        &'life0 self,
        input: ListTagsForResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_users<'life0, 'async_trait>(
        &'life0 self,
        input: ListUsersRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListUsersResponse, RusotoError<ListUsersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn put_access_control_rule<'life0, 'async_trait>(
        &'life0 self,
        input: PutAccessControlRuleRequest
    ) -> Pin<Box<dyn Future<Output = Result<PutAccessControlRuleResponse, RusotoError<PutAccessControlRuleError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn put_mailbox_permissions<'life0, 'async_trait>(
        &'life0 self,
        input: PutMailboxPermissionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<PutMailboxPermissionsResponse, RusotoError<PutMailboxPermissionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn put_retention_policy<'life0, 'async_trait>(
        &'life0 self,
        input: PutRetentionPolicyRequest
    ) -> Pin<Box<dyn Future<Output = Result<PutRetentionPolicyResponse, RusotoError<PutRetentionPolicyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn register_to_work_mail<'life0, 'async_trait>(
        &'life0 self,
        input: RegisterToWorkMailRequest
    ) -> Pin<Box<dyn Future<Output = Result<RegisterToWorkMailResponse, RusotoError<RegisterToWorkMailError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn reset_password<'life0, 'async_trait>(
        &'life0 self,
        input: ResetPasswordRequest
    ) -> Pin<Box<dyn Future<Output = Result<ResetPasswordResponse, RusotoError<ResetPasswordError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn start_mailbox_export_job<'life0, 'async_trait>(
        &'life0 self,
        input: StartMailboxExportJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<StartMailboxExportJobResponse, RusotoError<StartMailboxExportJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn tag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: TagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn untag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: UntagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_mailbox_quota<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateMailboxQuotaRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateMailboxQuotaResponse, RusotoError<UpdateMailboxQuotaError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_mobile_device_access_rule<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateMobileDeviceAccessRuleRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateMobileDeviceAccessRuleResponse, RusotoError<UpdateMobileDeviceAccessRuleError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_primary_email_address<'life0, 'async_trait>(
        &'life0 self,
        input: UpdatePrimaryEmailAddressRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdatePrimaryEmailAddressResponse, RusotoError<UpdatePrimaryEmailAddressError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_resource<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateResourceResponse, RusotoError<UpdateResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
}
Expand description

Trait representing the capabilities of the Amazon WorkMail API. Amazon WorkMail clients implement this trait.

Required methods

Adds a member (user or group) to the resource's set of delegates.

Adds a member (user or group) to the group's set.

Cancels a mailbox export job.

If the mailbox export job is near completion, it might not be possible to cancel it.

Adds an alias to the set of a given member (user or group) of Amazon WorkMail.

Creates a group that can be used in Amazon WorkMail by calling the RegisterToWorkMail operation.

Creates a new mobile device access rule for the specified Amazon WorkMail organization.

Creates a new Amazon WorkMail organization. Optionally, you can choose to associate an existing AWS Directory Service directory with your organization. If an AWS Directory Service directory ID is specified, the organization alias must match the directory alias. If you choose not to associate an existing directory with your organization, then we create a new Amazon WorkMail directory for you. For more information, see Adding an organization in the Amazon WorkMail Administrator Guide.

You can associate multiple email domains with an organization, then set your default email domain from the Amazon WorkMail console. You can also associate a domain that is managed in an Amazon Route 53 public hosted zone. For more information, see Adding a domain and Choosing the default domain in the Amazon WorkMail Administrator Guide.

Optionally, you can use a customer managed master key from AWS Key Management Service (AWS KMS) to encrypt email for your organization. If you don't associate an AWS KMS key, Amazon WorkMail creates a default AWS managed master key for you.

Creates a new Amazon WorkMail resource.

Creates a user who can be used in Amazon WorkMail by calling the RegisterToWorkMail operation.

Deletes an access control rule for the specified WorkMail organization.

Remove one or more specified aliases from a set of aliases for a given user.

Deletes a group from Amazon WorkMail.

Deletes permissions granted to a member (user or group).

Deletes a mobile device access rule for the specified Amazon WorkMail organization.

Deletes an Amazon WorkMail organization and all underlying AWS resources managed by Amazon WorkMail as part of the organization. You can choose whether to delete the associated directory. For more information, see Removing an organization in the Amazon WorkMail Administrator Guide.

Deletes the specified resource.

Deletes the specified retention policy from the specified organization.

Deletes a user from Amazon WorkMail and all subsequent systems. Before you can delete a user, the user state must be DISABLED. Use the DescribeUser action to confirm the user state.

Deleting a user is permanent and cannot be undone. WorkMail archives user mailboxes for 30 days before they are permanently removed.

Mark a user, group, or resource as no longer used in Amazon WorkMail. This action disassociates the mailbox and schedules it for clean-up. WorkMail keeps mailboxes for 30 days before they are permanently removed. The functionality in the console is Disable.

Returns the data available for the group.

Describes the current status of a mailbox export job.

Provides more information regarding a given organization based on its identifier.

Returns the data available for the resource.

Provides information regarding the user.

Removes a member from the resource's set of delegates.

Removes a member from a group.

Gets the effects of an organization's access control rules as they apply to a specified IPv4 address, access protocol action, or user ID.

Gets the default retention policy details for the specified organization.

Requests a user's mailbox details for a specified organization and user.

Simulates the effect of the mobile device access rules for the given attributes of a sample access event. Use this method to test the effects of the current set of mobile device access rules for the Amazon WorkMail organization for a particular user's attributes.

Lists the access control rules for the specified organization.

Creates a paginated call to list the aliases associated with a given entity.

Returns an overview of the members of a group. Users and groups can be members of a group.

Returns summaries of the organization's groups.

Lists the mailbox export jobs started for the specified organization within the last seven days.

Lists the mailbox permissions associated with a user, group, or resource mailbox.

Lists the mobile device access rules for the specified Amazon WorkMail organization.

Returns summaries of the customer's organizations.

Lists the delegates associated with a resource. Users and groups can be resource delegates and answer requests on behalf of the resource.

Returns summaries of the organization's resources.

Lists the tags applied to an Amazon WorkMail organization resource.

Returns summaries of the organization's users.

Adds a new access control rule for the specified organization. The rule allows or denies access to the organization for the specified IPv4 addresses, access protocol actions, and user IDs. Adding a new rule with the same name as an existing rule replaces the older rule.

Sets permissions for a user, group, or resource. This replaces any pre-existing permissions.

Puts a retention policy to the specified organization.

Registers an existing and disabled user, group, or resource for Amazon WorkMail use by associating a mailbox and calendaring capabilities. It performs no change if the user, group, or resource is enabled and fails if the user, group, or resource is deleted. This operation results in the accumulation of costs. For more information, see Pricing. The equivalent console functionality for this operation is Enable.

Users can either be created by calling the CreateUser API operation or they can be synchronized from your directory. For more information, see DeregisterFromWorkMail.

Allows the administrator to reset the password for a user.

Starts a mailbox export job to export MIME-format email messages and calendar items from the specified mailbox to the specified Amazon Simple Storage Service (Amazon S3) bucket. For more information, see Exporting mailbox content in the Amazon WorkMail Administrator Guide.

Applies the specified tags to the specified Amazon WorkMail organization resource.

Untags the specified tags from the specified Amazon WorkMail organization resource.

Updates a user's current mailbox quota for a specified organization and user.

Updates a mobile device access rule for the specified Amazon WorkMail organization.

Updates the primary email for a user, group, or resource. The current email is moved into the list of aliases (or swapped between an existing alias and the current primary email), and the email provided in the input is promoted as the primary.

Updates data for the resource. To have the latest information, it must be preceded by a DescribeResource call. The dataset in the request should be the one expected when performing another DescribeResource call.

Implementors