aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
1,064 lines • 96.9 kB
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* All IAM policy actions for Amazon Chime (CHIME)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonchime.html
*
* 2025-02-24T21:46:58.889Z
*/
export var AwsChimeActions;
(function (AwsChimeActions) {
/**
* Grants permission to accept the delegate invitation to share management of an A
* mazon Chime account with another AWS Account
*
* See https://docs.aws.amazon.com/chime/latest/ag/control-access.html
*/
AwsChimeActions["AcceptDelegate"] = "chime:AcceptDelegate";
/**
* Grants permission to activate users in an Amazon Chime Enterprise account
*
* See https://docs.aws.amazon.com/chime/latest/ag/manage-access.html
*/
AwsChimeActions["ActivateUsers"] = "chime:ActivateUsers";
/**
* Grants permission to add a domain to your Amazon Chime account
*
* See https://docs.aws.amazon.com/chime/latest/ag/claim-domain.html
*/
AwsChimeActions["AddDomain"] = "chime:AddDomain";
/**
* Grants permission to add new or update existing Active Directory or Okta user g
* roups associated with your Amazon Chime Enterprise account
*
* See https://docs.aws.amazon.com/chime/latest/ag/manage-chime-account.html
*/
AwsChimeActions["AddOrUpdateGroups"] = "chime:AddOrUpdateGroups";
/**
* Grants permission to associate a flow with a channel
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_AssociateChannelFlow.html
*/
AwsChimeActions["AssociateChannelFlow"] = "chime:AssociateChannelFlow";
/**
* Grants permission to associate a phone number with an Amazon Chime user
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_AssociatePhoneNumberWithUser.html
*/
AwsChimeActions["AssociatePhoneNumberWithUser"] = "chime:AssociatePhoneNumberWithUser";
/**
* Grants permission to associate multiple phone numbers with an Amazon Chime Voic
* e Connector
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_AssociatePhoneNumbersWithVoiceConnector.html
*/
AwsChimeActions["AssociatePhoneNumbersWithVoiceConnector"] = "chime:AssociatePhoneNumbersWithVoiceConnector";
/**
* Grants permission to associate multiple phone numbers with an Amazon Chime Voic
* e Connector Group
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_AssociatePhoneNumbersWithVoiceConnectorGroup.html
*/
AwsChimeActions["AssociatePhoneNumbersWithVoiceConnectorGroup"] = "chime:AssociatePhoneNumbersWithVoiceConnectorGroup";
/**
* Grants permission to associate the specified sign-in delegate groups with the s
* pecified Amazon Chime account
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_AssociateSigninDelegateGroupsWithAccount.html
*/
AwsChimeActions["AssociateSigninDelegateGroupsWithAccount"] = "chime:AssociateSigninDelegateGroupsWithAccount";
/**
* Grants permission to associate the specified Amazon Connect instance with an Am
* azon Chime Voice Connector
*
* See https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnect.html#amazonconnect-actions-as-permissions
*/
AwsChimeActions["AssociateVoiceConnectorConnect"] = "chime:AssociateVoiceConnectorConnect";
/**
* Grants permission to authorize an Active Directory for your Amazon Chime Enterp
* rise account
*
* See https://docs.aws.amazon.com/chime/latest/ag/control-access.html
*/
AwsChimeActions["AuthorizeDirectory"] = "chime:AuthorizeDirectory";
/**
* Grants permission to create new attendees for an active Amazon Chime SDK meetin
* g
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_BatchCreateAttendee.html
*/
AwsChimeActions["BatchCreateAttendee"] = "chime:BatchCreateAttendee";
/**
* Grants permission to add multiple users and bots to a channel
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_BatchCreateChannelMembership.html
*/
AwsChimeActions["BatchCreateChannelMembership"] = "chime:BatchCreateChannelMembership";
/**
* Grants permission to batch add room members
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_BatchCreateRoomMembership.html
*/
AwsChimeActions["BatchCreateRoomMembership"] = "chime:BatchCreateRoomMembership";
/**
* Grants permission to move up to 50 phone numbers to the deletion queue
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_BatchDeletePhoneNumber.html
*/
AwsChimeActions["BatchDeletePhoneNumber"] = "chime:BatchDeletePhoneNumber";
/**
* Grants permission to suspend up to 50 users from a Team or EnterpriseLWA Amazon
* Chime account
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_BatchSuspendUser.html
*/
AwsChimeActions["BatchSuspendUser"] = "chime:BatchSuspendUser";
/**
* Grants permission to remove the suspension from up to 50 previously suspended u
* sers for the specified Amazon Chime EnterpriseLWA account
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_BatchUnsuspendUser.html
*/
AwsChimeActions["BatchUnsuspendUser"] = "chime:BatchUnsuspendUser";
/**
* Grants permission to update AttendeeCapabilities except the capabilities listed
* in an ExcludedAttendeeIds table
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_BatchUpdateAttendeeCapabilitiesExcept.html
*/
AwsChimeActions["BatchUpdateAttendeeCapabilitiesExcept"] = "chime:BatchUpdateAttendeeCapabilitiesExcept";
/**
* Grants permission to update phone number details within the UpdatePhoneNumberRe
* questItem object for up to 50 phone numbers
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_BatchUpdatePhoneNumber.html
*/
AwsChimeActions["BatchUpdatePhoneNumber"] = "chime:BatchUpdatePhoneNumber";
/**
* Grants permission to update user details within the UpdateUserRequestItem objec
* t for up to 20 users for the specified Amazon Chime account
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_BatchUpdateUser.html
*/
AwsChimeActions["BatchUpdateUser"] = "chime:BatchUpdateUser";
/**
* Grants permission to callback for a message on a channel
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_ChannelFlowCallback.html
*/
AwsChimeActions["ChannelFlowCallback"] = "chime:ChannelFlowCallback";
/**
* Grants permission to establish a web socket connection for app instance user to
* the messaging session endpoint
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_Connect.html
*/
AwsChimeActions["Connect"] = "chime:Connect";
/**
* Grants permission to connect an Active Directory to your Amazon Chime Enterpris
* e account
*
* See https://docs.aws.amazon.com/chime/latest/ag/active_directory.html
*/
AwsChimeActions["ConnectDirectory"] = "chime:ConnectDirectory";
/**
* Grants permission to create an Amazon Chime account under the administrator's A
* WS account
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_CreateAccount.html
*/
AwsChimeActions["CreateAccount"] = "chime:CreateAccount";
/**
* Grants permission to create a new SCIM access key for your Amazon Chime account
* and Okta configuration
*
* See https://docs.aws.amazon.com/chime/latest/ag/okta_sso.html
*/
AwsChimeActions["CreateApiKey"] = "chime:CreateApiKey";
/**
* Grants permission to create an app instance in the AWS account (tag-based acces
* s controls are only supported on identity-chime.<region>.amazonaws.com endpoint
* s)
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_CreateAppInstance.html
*/
AwsChimeActions["CreateAppInstance"] = "chime:CreateAppInstance";
/**
* Grants permission to promote a user or bot to an AppInstanceAdmin
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_CreateAppInstanceAdmin.html
*/
AwsChimeActions["CreateAppInstanceAdmin"] = "chime:CreateAppInstanceAdmin";
/**
* Grants permission to create a bot within an AppInstance (tag-based access contr
* ols are only supported on identity-chime.<region>.amazonaws.com endpoints)
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_CreateAppInstanceBot.html
*/
AwsChimeActions["CreateAppInstanceBot"] = "chime:CreateAppInstanceBot";
/**
* Grants permission to create a user within an AppInstance (tag-based access cont
* rols are only supported on identity-chime.<region>.amazonaws.com endpoints)
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_CreateAppInstanceUser.html
*/
AwsChimeActions["CreateAppInstanceUser"] = "chime:CreateAppInstanceUser";
/**
* Grants permission to create a new attendee for an active Amazon Chime SDK meeti
* ng
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_CreateAttendee.html
*/
AwsChimeActions["CreateAttendee"] = "chime:CreateAttendee";
/**
* Grants permission to create a bot for an Amazon Chime Enterprise account
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_CreateBot.html
*/
AwsChimeActions["CreateBot"] = "chime:CreateBot";
/**
* Grants permission to create a new Call Detail Record S3 bucket
*
* See https://docs.aws.amazon.com/chime/latest/ag/manage-access.html
*/
AwsChimeActions["CreateCDRBucket"] = "chime:CreateCDRBucket";
/**
* Grants permission to create a channel for an app instance in the AWS account (t
* ag-based access controls are only supported on messaging-chime.<region>.amazona
* ws.com endpoints)
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_CreateChannel.html
*/
AwsChimeActions["CreateChannel"] = "chime:CreateChannel";
/**
* Grants permission to ban a user or bot from a channel
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_CreateChannelBan.html
*/
AwsChimeActions["CreateChannelBan"] = "chime:CreateChannelBan";
/**
* Grants permission to create a channel flow for an app instance in the AWS accou
* nt (tag-based access controls are only supported on messaging-chime.<region>.am
* azonaws.com endpoints)
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_CreateChannelFlow.html
*/
AwsChimeActions["CreateChannelFlow"] = "chime:CreateChannelFlow";
/**
* Grants permission to add a user or bot to a channel
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_CreateChannelMembership.html
*/
AwsChimeActions["CreateChannelMembership"] = "chime:CreateChannelMembership";
/**
* Grants permission to create a channel moderator
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_CreateChannelModerator.html
*/
AwsChimeActions["CreateChannelModerator"] = "chime:CreateChannelModerator";
/**
* Grants permission to create an Amazon Connect Analytics Connector in the AWS ac
* count (tag-based access controls are only supported on voice-chime.<region>.ama
* zonaws.com endpoints)
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_CreateVoiceConnector.html
*/
AwsChimeActions["CreateConnectAnalyticsConnector"] = "chime:CreateConnectAnalyticsConnector";
/**
* Grants permission to create an Amazon Connect Call Transfer Connector in the AW
* S account (tag-based access controls are only supported on voice-chime.<region>
* .amazonaws.com endpoints)
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_CreateVoiceConnector.html
*/
AwsChimeActions["CreateConnectCallTransferConnector"] = "chime:CreateConnectCallTransferConnector";
/**
* Grants permission to create a media capture pipeline (tag-based access controls
* are only supported on media-pipelines-chime.<region>.amazonaws.com endpoints)
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_CreateMediaCapturePipeline.html
*/
AwsChimeActions["CreateMediaCapturePipeline"] = "chime:CreateMediaCapturePipeline";
/**
* Grants permission to create a media concatenation pipeline (tag-based access co
* ntrols are only supported on media-pipelines-chime.<region>.amazonaws.com endpo
* ints)
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_CreateMediaConcatenationPipeline.html
*/
AwsChimeActions["CreateMediaConcatenationPipeline"] = "chime:CreateMediaConcatenationPipeline";
/**
* Grants permission to create a media insights pipeline (tag-based access control
* s are only supported on media-pipelines-chime.<region>.amazonaws.com endpoints)
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_CreateMediaInsightsPipeline.html
*/
AwsChimeActions["CreateMediaInsightsPipeline"] = "chime:CreateMediaInsightsPipeline";
/**
* Grants permission to create a media insights pipeline configuration (tag-based
* access controls are only supported on media-pipelines-chime.<region>.amazonaws.
* com endpoints)
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_CreateMediaInsightsPipelineConfiguration.html
*/
AwsChimeActions["CreateMediaInsightsPipelineConfiguration"] = "chime:CreateMediaInsightsPipelineConfiguration";
/**
* Grants permission to create a media live connector pipeline (tag-based access c
* ontrols are only supported on media-pipelines-chime.<region>.amazonaws.com endp
* oints)
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_CreateMediaLiveConnectorPipeline.html
*/
AwsChimeActions["CreateMediaLiveConnectorPipeline"] = "chime:CreateMediaLiveConnectorPipeline";
/**
* Grants permission to create kinesis video stream pool (tag-based access control
* s are only supported on media-pipelines-chime.<region>.amazonaws.com endpoints)
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_CreateMediaPipelineKinesisVideoStreamPool.html
*/
AwsChimeActions["CreateMediaPipelineKinesisVideoStreamPool"] = "chime:CreateMediaPipelineKinesisVideoStreamPool";
/**
* Grants permission to create a media stream pipeline (tag-based access controls
* are only supported on media-pipelines-chime.<region>.amazonaws.com endpoints)
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_CreateMediaStreamPipeline.html
*/
AwsChimeActions["CreateMediaStreamPipeline"] = "chime:CreateMediaStreamPipeline";
/**
* Grants permission to create a new meeting in the specified media Region, with n
* o initial attendees (tag-based access controls are only supported on meetings-c
* hime.<region>.amazonaws.com endpoints)
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_CreateMeeting.html
*/
AwsChimeActions["CreateMeeting"] = "chime:CreateMeeting";
/**
* Grants permission to call a phone number to join the specified Amazon Chime SDK
* meeting
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_CreateMeetingDialOut.html
*/
AwsChimeActions["CreateMeetingDialOut"] = "chime:CreateMeetingDialOut";
/**
* Grants permission to create a new meeting in the specified media Region, with a
* set of attendees (tag-based access controls are only supported on meetings-chim
* e.<region>.amazonaws.com endpoints)
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_CreateMeetingWithAttendees.html
*/
AwsChimeActions["CreateMeetingWithAttendees"] = "chime:CreateMeetingWithAttendees";
/**
* Grants permission to create a phone number order with the Carriers
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_CreatePhoneNumberOrder.html
*/
AwsChimeActions["CreatePhoneNumberOrder"] = "chime:CreatePhoneNumberOrder";
/**
* Grants permission to create a proxy session for the specified Amazon Chime Voic
* e Connector
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_CreateProxySession.html
*/
AwsChimeActions["CreateProxySession"] = "chime:CreateProxySession";
/**
* Grants permission to create a room
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_CreateRoom.html
*/
AwsChimeActions["CreateRoom"] = "chime:CreateRoom";
/**
* Grants permission to add a room member
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_CreateRoomMembership.html
*/
AwsChimeActions["CreateRoomMembership"] = "chime:CreateRoomMembership";
/**
* Grants permission to create an Amazon Chime SIP media application in the AWS ac
* count (tag-based access controls are only supported on voice-chime.<region>.ama
* zonaws.com endpoints)
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_CreateSipMediaApplication.html
*/
AwsChimeActions["CreateSipMediaApplication"] = "chime:CreateSipMediaApplication";
/**
* Grants permission to create outbound call for Amazon Chime SIP media applicatio
* n under the administrator's AWS account
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_CreateSipMediaApplicationCall.html
*/
AwsChimeActions["CreateSipMediaApplicationCall"] = "chime:CreateSipMediaApplicationCall";
/**
* Grants permission to create an Amazon Chime SIP rule under the administrator's
* AWS account
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_CreateSipRule.html
*/
AwsChimeActions["CreateSipRule"] = "chime:CreateSipRule";
/**
* Grants permission to create a user under the specified Amazon Chime account
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_CreateUser.html
*/
AwsChimeActions["CreateUser"] = "chime:CreateUser";
/**
* Grants permission to create a Voice Connector in the AWS account (tag-based acc
* ess controls are only supported on voice-chime.<region>.amazonaws.com endpoints
* )
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_CreateVoiceConnector.html
*/
AwsChimeActions["CreateVoiceConnector"] = "chime:CreateVoiceConnector";
/**
* Grants permission to create a Amazon Chime Voice Connector Group under the admi
* nistrator's AWS account
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_CreateVoiceConnectorGroup.html
*/
AwsChimeActions["CreateVoiceConnectorGroup"] = "chime:CreateVoiceConnectorGroup";
/**
* Grants permission to create a voice profile
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_CreateVoiceProfile.html
*/
AwsChimeActions["CreateVoiceProfile"] = "chime:CreateVoiceProfile";
/**
* Grants permission to create a voice profile domain (tag-based access controls a
* re only supported on voice-chime.<region>.amazonaws.com endpoints)
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_CreateVoiceProfileDomain.html
*/
AwsChimeActions["CreateVoiceProfileDomain"] = "chime:CreateVoiceProfileDomain";
/**
* Grants permission to delete the specified Amazon Chime account
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_DeleteAccount.html
*/
AwsChimeActions["DeleteAccount"] = "chime:DeleteAccount";
/**
* Grants permission to delete the OpenIdConfig attributes from your Amazon Chime
* account
*
* See https://docs.aws.amazon.com/chime/latest/ag/okta_sso.html
*/
AwsChimeActions["DeleteAccountOpenIdConfig"] = "chime:DeleteAccountOpenIdConfig";
/**
* Grants permission to delete the specified SCIM access key associated with your
* Amazon Chime account and Okta configuration
*
* See https://docs.aws.amazon.com/chime/latest/ag/okta_sso.html
*/
AwsChimeActions["DeleteApiKey"] = "chime:DeleteApiKey";
/**
* Grants permission to delete an AppInstance
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_DeleteAppInstance.html
*/
AwsChimeActions["DeleteAppInstance"] = "chime:DeleteAppInstance";
/**
* Grants permission to demote an AppInstanceAdmin to a user or bot
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_DeleteAppInstanceAdmin.html
*/
AwsChimeActions["DeleteAppInstanceAdmin"] = "chime:DeleteAppInstanceAdmin";
/**
* Grants permission to delete an AppInstanceBot
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_DeleteAppInstanceBot.html
*/
AwsChimeActions["DeleteAppInstanceBot"] = "chime:DeleteAppInstanceBot";
/**
* Grants permission to disable data streaming for the app instance
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_DeleteAppInstanceStreamingConfigurations.html
*/
AwsChimeActions["DeleteAppInstanceStreamingConfigurations"] = "chime:DeleteAppInstanceStreamingConfigurations";
/**
* Grants permission to delete an AppInstanceUser
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_DeleteAppInstanceUser.html
*/
AwsChimeActions["DeleteAppInstanceUser"] = "chime:DeleteAppInstanceUser";
/**
* Grants permission to delete the specified attendee from an Amazon Chime SDK mee
* ting
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_DeleteAttendee.html
*/
AwsChimeActions["DeleteAttendee"] = "chime:DeleteAttendee";
/**
* Grants permission to delete a Call Detail Record S3 bucket from your Amazon Chi
* me account
*
* See https://docs.aws.amazon.com/chime/latest/ag/control-access.html
*/
AwsChimeActions["DeleteCDRBucket"] = "chime:DeleteCDRBucket";
/**
* Grants permission to delete a channel
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DeleteChannel.html
*/
AwsChimeActions["DeleteChannel"] = "chime:DeleteChannel";
/**
* Grants permission to remove a user or bot from a channel's ban list
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DeleteChannelBan.html
*/
AwsChimeActions["DeleteChannelBan"] = "chime:DeleteChannelBan";
/**
* Grants permission to delete a channel flow
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DeleteChannelFlow.html
*/
AwsChimeActions["DeleteChannelFlow"] = "chime:DeleteChannelFlow";
/**
* Grants permission to remove a member from a channel
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DeleteChannelMembership.html
*/
AwsChimeActions["DeleteChannelMembership"] = "chime:DeleteChannelMembership";
/**
* Grants permission to delete a channel message
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DeleteChannelMessage.html
*/
AwsChimeActions["DeleteChannelMessage"] = "chime:DeleteChannelMessage";
/**
* Grants permission to delete a channel moderator
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DeleteChannelModerator.html
*/
AwsChimeActions["DeleteChannelModerator"] = "chime:DeleteChannelModerator";
/**
* Grants permission to delete delegated AWS account management from your Amazon C
* hime account
*
* See https://docs.aws.amazon.com/chime/latest/ag/control-access.html
*/
AwsChimeActions["DeleteDelegate"] = "chime:DeleteDelegate";
/**
* Grants permission to delete a domain from your Amazon Chime account
*
* See https://docs.aws.amazon.com/chime/latest/ag/claim-domain.html
*/
AwsChimeActions["DeleteDomain"] = "chime:DeleteDomain";
/**
* Grants permission to delete an events configuration for a bot to receive outgoi
* ng events
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_DeleteEventsConfiguration.html
*/
AwsChimeActions["DeleteEventsConfiguration"] = "chime:DeleteEventsConfiguration";
/**
* Grants permission to delete Active Directory or Okta user groups from your Amaz
* on Chime Enterprise account
*
* See https://docs.aws.amazon.com/chime/latest/ag/control-access.html
*/
AwsChimeActions["DeleteGroups"] = "chime:DeleteGroups";
/**
* Grants permission to delete a media capture pipeline
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_DeleteMediaCapturePipeline.html
*/
AwsChimeActions["DeleteMediaCapturePipeline"] = "chime:DeleteMediaCapturePipeline";
/**
* Grants permission to delete a media insights pipeline configuration
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_DeleteMediaInsightsPipelineConfiguration.html
*/
AwsChimeActions["DeleteMediaInsightsPipelineConfiguration"] = "chime:DeleteMediaInsightsPipelineConfiguration";
/**
* Grants permission to delete a media pipeline
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_DeleteMediaPipeline.html
*/
AwsChimeActions["DeleteMediaPipeline"] = "chime:DeleteMediaPipeline";
/**
* Grants permission to delete kinesis video stream pool
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_DeleteMediaPipelineKinesisVideoStreamPool.html
*/
AwsChimeActions["DeleteMediaPipelineKinesisVideoStreamPool"] = "chime:DeleteMediaPipelineKinesisVideoStreamPool";
/**
* Grants permission to delete the specified Amazon Chime SDK meeting
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_DeleteMeeting.html
*/
AwsChimeActions["DeleteMeeting"] = "chime:DeleteMeeting";
/**
* Grants permission to delete the data streaming configurations of an AppInstance
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DeleteMessagingStreamingConfigurations.html
*/
AwsChimeActions["DeleteMessagingStreamingConfigurations"] = "chime:DeleteMessagingStreamingConfigurations";
/**
* Grants permission to move a phone number to the deletion queue
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_DeletePhoneNumber.html
*/
AwsChimeActions["DeletePhoneNumber"] = "chime:DeletePhoneNumber";
/**
* Grants permission to delete a proxy session for the specified Amazon Chime Voic
* e Connector
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_DeleteProxySession.html
*/
AwsChimeActions["DeleteProxySession"] = "chime:DeleteProxySession";
/**
* Grants permission to delete a room
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_DeleteRoom.html
*/
AwsChimeActions["DeleteRoom"] = "chime:DeleteRoom";
/**
* Grants permission to remove a room member
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_DeleteRoomMembership.html
*/
AwsChimeActions["DeleteRoomMembership"] = "chime:DeleteRoomMembership";
/**
* Grants permission to delete Amazon Chime SIP media application under the admini
* strator's AWS account
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_DeleteSipMediaApplication.html
*/
AwsChimeActions["DeleteSipMediaApplication"] = "chime:DeleteSipMediaApplication";
/**
* Grants permission to delete Amazon Chime SIP rule under the administrator's AWS
* account
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_DeleteSipRule.html
*/
AwsChimeActions["DeleteSipRule"] = "chime:DeleteSipRule";
/**
* Grants permission to delete the specified Amazon Chime Voice Connector
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_DeleteVoiceConnector.html
*/
AwsChimeActions["DeleteVoiceConnector"] = "chime:DeleteVoiceConnector";
/**
* Grants permission to delete emergency calling configuration for the specified A
* mazon Chime Voice Connector
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_DeleteVoiceConnectorEmergencyCallingConfiguration.html
*/
AwsChimeActions["DeleteVoiceConnectorEmergencyCallingConfiguration"] = "chime:DeleteVoiceConnectorEmergencyCallingConfiguration";
/**
* Grants permission to delete the configuration of the external system that is co
* nnected with the specified Amazon Chime Voice Connector
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_DeleteVoiceConnectorExternalSystemsConfiguration.html
*/
AwsChimeActions["DeleteVoiceConnectorExternalSystemsConfiguration"] = "chime:DeleteVoiceConnectorExternalSystemsConfiguration";
/**
* Grants permission to delete the specified Amazon Chime Voice Connector Group
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_DeleteVoiceConnectorGroup.html
*/
AwsChimeActions["DeleteVoiceConnectorGroup"] = "chime:DeleteVoiceConnectorGroup";
/**
* Grants permission to delete the origination settings for the specified Amazon C
* hime Voice Connector
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_DeleteVoiceConnectorOrigination.html
*/
AwsChimeActions["DeleteVoiceConnectorOrigination"] = "chime:DeleteVoiceConnectorOrigination";
/**
* Grants permission to delete proxy configuration for the specified Amazon Chime
* Voice Connector
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_DeleteVoiceConnectorProxy.html
*/
AwsChimeActions["DeleteVoiceConnectorProxy"] = "chime:DeleteVoiceConnectorProxy";
/**
* Grants permission to delete streaming configuration for the specified Amazon Ch
* ime Voice Connector
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_DeleteVoiceConnectorStreamingConfiguration.html
*/
AwsChimeActions["DeleteVoiceConnectorStreamingConfiguration"] = "chime:DeleteVoiceConnectorStreamingConfiguration";
/**
* Grants permission to delete the termination settings for the specified Amazon C
* hime Voice Connector
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_DeleteVoiceConnectorTermination.html
*/
AwsChimeActions["DeleteVoiceConnectorTermination"] = "chime:DeleteVoiceConnectorTermination";
/**
* Grants permission to delete SIP termination credentials for the specified Amazo
* n Chime Voice Connector
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_DeleteVoiceConnectorTerminationCredentials.html
*/
AwsChimeActions["DeleteVoiceConnectorTerminationCredentials"] = "chime:DeleteVoiceConnectorTerminationCredentials";
/**
* Grants permission to delete a voice profile
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_DeleteVoiceProfile.html
*/
AwsChimeActions["DeleteVoiceProfile"] = "chime:DeleteVoiceProfile";
/**
* Grants permission to delete a voice profile domain
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_DeleteVoiceProfileDomain.html
*/
AwsChimeActions["DeleteVoiceProfileDomain"] = "chime:DeleteVoiceProfileDomain";
/**
* Grants permission to deregister an endpoint for an app instance user
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_DeregisterAppInstanceUserEndpoint.html
*/
AwsChimeActions["DeregisterAppInstanceUserEndpoint"] = "chime:DeregisterAppInstanceUserEndpoint";
/**
* Grants permission to get the full details of an AppInstance
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_DescribeAppInstance.html
*/
AwsChimeActions["DescribeAppInstance"] = "chime:DescribeAppInstance";
/**
* Grants permission to get the full details of an AppInstanceAdmin
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_DescribeAppInstanceAdmin.html
*/
AwsChimeActions["DescribeAppInstanceAdmin"] = "chime:DescribeAppInstanceAdmin";
/**
* Grants permission to get the full details of an AppInstanceBot
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_DescribeAppInstanceBot.html
*/
AwsChimeActions["DescribeAppInstanceBot"] = "chime:DescribeAppInstanceBot";
/**
* Grants permission to get the full details of an AppInstanceUser
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_DescribeAppInstanceUser.html
*/
AwsChimeActions["DescribeAppInstanceUser"] = "chime:DescribeAppInstanceUser";
/**
* Grants permission to describe an endpoint registered for an app instance user
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_DescribeAppInstanceUserEndpoint.html
*/
AwsChimeActions["DescribeAppInstanceUserEndpoint"] = "chime:DescribeAppInstanceUserEndpoint";
/**
* Grants permission to get the full details of a channel
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DescribeChannel.html
*/
AwsChimeActions["DescribeChannel"] = "chime:DescribeChannel";
/**
* Grants permission to get the full details of a channel ban
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DescribeChannelBan.html
*/
AwsChimeActions["DescribeChannelBan"] = "chime:DescribeChannelBan";
/**
* Grants permission to get the full details of a channel flow
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DescribeChannelFlow.html
*/
AwsChimeActions["DescribeChannelFlow"] = "chime:DescribeChannelFlow";
/**
* Grants permission to get the full details of a channel membership
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DescribeChannelMembership.html
*/
AwsChimeActions["DescribeChannelMembership"] = "chime:DescribeChannelMembership";
/**
* Grants permission to get the details of a channel based on the membership of th
* e specified user or bot
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DescribeChannelMembershipForAppInstanceUser.html
*/
AwsChimeActions["DescribeChannelMembershipForAppInstanceUser"] = "chime:DescribeChannelMembershipForAppInstanceUser";
/**
* Grants permission to get the full details of a channel moderated by the specifi
* ed user or bot
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DescribeChannelModeratedByAppInstanceUser.html
*/
AwsChimeActions["DescribeChannelModeratedByAppInstanceUser"] = "chime:DescribeChannelModeratedByAppInstanceUser";
/**
* Grants permission to get the full details of a single ChannelModerator
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DescribeChannelModerator.html
*/
AwsChimeActions["DescribeChannelModerator"] = "chime:DescribeChannelModerator";
/**
* Grants permission to disassociate a flow from a channel
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DisassociateChannelFlow.html
*/
AwsChimeActions["DisassociateChannelFlow"] = "chime:DisassociateChannelFlow";
/**
* Grants permission to disassociate the primary provisioned number from the speci
* fied Amazon Chime user
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_DisassociatePhoneNumberFromUser.html
*/
AwsChimeActions["DisassociatePhoneNumberFromUser"] = "chime:DisassociatePhoneNumberFromUser";
/**
* Grants permission to disassociate multiple phone numbers from the specified Ama
* zon Chime Voice Connector
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_DisassociatePhoneNumbersFromVoiceConnector.html
*/
AwsChimeActions["DisassociatePhoneNumbersFromVoiceConnector"] = "chime:DisassociatePhoneNumbersFromVoiceConnector";
/**
* Grants permission to disassociate multiple phone numbers from the specified Ama
* zon Chime Voice Connector Group
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_DisassociatePhoneNumbersFromVoiceConnectorGroup.html
*/
AwsChimeActions["DisassociatePhoneNumbersFromVoiceConnectorGroup"] = "chime:DisassociatePhoneNumbersFromVoiceConnectorGroup";
/**
* Grants permission to disassociate the specified sign-in delegate groups from th
* e specified Amazon Chime account
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_DisassociateSigninDelegateGroupsFromAccount.html
*/
AwsChimeActions["DisassociateSigninDelegateGroupsFromAccount"] = "chime:DisassociateSigninDelegateGroupsFromAccount";
/**
* Grants permission to disassociate the Amazon Connect instance from the specifie
* d Amazon Chime Voice Connector
*
* See https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnect.html#amazonconnect-actions-as-permissions
*/
AwsChimeActions["DisassociateVoiceConnectorConnect"] = "chime:DisassociateVoiceConnectorConnect";
/**
* Grants permission to disconnect the Active Directory from your Amazon Chime Ent
* erprise account
*
* See https://docs.aws.amazon.com/chime/latest/ag/control-access.html
*/
AwsChimeActions["DisconnectDirectory"] = "chime:DisconnectDirectory";
/**
* Grants permission to get details for the specified Amazon Chime account
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_GetAccount.html
*/
AwsChimeActions["GetAccount"] = "chime:GetAccount";
/**
* Grants permission to get details for the account resource associated with your
* Amazon Chime account
*
* See https://docs.aws.amazon.com/chime/latest/ag/control-access.html
*/
AwsChimeActions["GetAccountResource"] = "chime:GetAccountResource";
/**
* Grants permission to get account settings for the specified Amazon Chime accoun
* t ID
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_GetAccountSettings.html
*/
AwsChimeActions["GetAccountSettings"] = "chime:GetAccountSettings";
/**
* Grants permission to get the account details and OpenIdConfig attributes for yo
* ur Amazon Chime account
*
* See https://docs.aws.amazon.com/chime/latest/ag/okta_sso.html
*/
AwsChimeActions["GetAccountWithOpenIdConfig"] = "chime:GetAccountWithOpenIdConfig";
/**
* Grants permission to get retention settings for an app instance
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_GetAppInstanceRetentionSettings.html
*/
AwsChimeActions["GetAppInstanceRetentionSettings"] = "chime:GetAppInstanceRetentionSettings";
/**
* Grants permission to get the streaming configurations for an app instance
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_GetAppInstanceStreamingConfigurations.html
*/
AwsChimeActions["GetAppInstanceStreamingConfigurations"] = "chime:GetAppInstanceStreamingConfigurations";
/**
* Grants permission to get attendee details for a specified meeting ID and attend
* ee ID
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_GetAttendee.html
*/
AwsChimeActions["GetAttendee"] = "chime:GetAttendee";
/**
* Grants permission to retrieve details for the specified bot
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_GetBot.html
*/
AwsChimeActions["GetBot"] = "chime:GetBot";
/**
* Grants permission to get details of a Call Detail Record S3 bucket associated w
* ith your Amazon Chime account
*
* See https://docs.aws.amazon.com/chime/latest/ag/control-access.html
*/
AwsChimeActions["GetCDRBucket"] = "chime:GetCDRBucket";
/**
* Grants permission to get the preferences for a channel membership
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_GetChannelMembershipPreferences.html
*/
AwsChimeActions["GetChannelMembershipPreferences"] = "chime:GetChannelMembershipPreferences";
/**
* Grants permission to get the full details of a channel message
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_GetChannelMessage.html
*/
AwsChimeActions["GetChannelMessage"] = "chime:GetChannelMessage";
/**
* Grants permission to get the status of a channel message
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_GetChannelMessageStatus.html
*/
AwsChimeActions["GetChannelMessageStatus"] = "chime:GetChannelMessageStatus";
/**
* Grants permission to get domain details for a domain associated with your Amazo
* n Chime account
*
* See https://docs.aws.amazon.com/chime/latest/ag/claim-domain.html
*/
AwsChimeActions["GetDomain"] = "chime:GetDomain";
/**
* Grants permission to retrieve details for an events configuration for a bot to
* receive outgoing events
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_GetEventsConfiguration.html
*/
AwsChimeActions["GetEventsConfiguration"] = "chime:GetEventsConfiguration";
/**
* Grants permission to get global settings related to Amazon Chime for the AWS ac
* count
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_GetGlobalSettings.html
*/
AwsChimeActions["GetGlobalSettings"] = "chime:GetGlobalSettings";
/**
* Grants permission to get an existing media capture pipeline
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_GetMediaCapturePipeline.html
*/
AwsChimeActions["GetMediaCapturePipeline"] = "chime:GetMediaCapturePipeline";
/**
* Grants permission to get a media insights pipeline configuration
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_GetMediaInsightsPipelineConfiguration.html
*/
AwsChimeActions["GetMediaInsightsPipelineConfiguration"] = "chime:GetMediaInsightsPipelineConfiguration";
/**
* Grants permission to get an existing media pipeline
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_GetMediaPipeline.html
*/
AwsChimeActions["GetMediaPipeline"] = "chime:GetMediaPipeline";
/**
* Grants permission to get an existing media pipeline
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_GetMediaPipelineKinesisVideoStreamPool.html
*/
AwsChimeActions["GetMediaPipelineKinesisVideoStreamPool"] = "chime:GetMediaPipelineKinesisVideoStreamPool";
/**
* Grants permission to get the meeting record for a specified meeting ID
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_GetMeeting.html
*/
AwsChimeActions["GetMeeting"] = "chime:GetMeeting";
/**
* Grants permission to get attendee, connection, and other details for a meeting
*
* See https://docs.aws.amazon.com/chime/latest/ag/control-access.html
*/
AwsChimeActions["GetMeetingDetail"] = "chime:GetMeetingDetail";
/**
* Grants permission to get the endpoint for the messaging session
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_GetMessagingSessionEndpoint.html
*/
AwsChimeActions["GetMessagingSessionEndpoint"] = "chime:GetMessagingSessionEndpoint";
/**
* Grants permission to get the data streaming configurations of an AppInstance
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_GetMessagingStreamingConfigurations.html
*/
AwsChimeActions["GetMessagingStreamingConfigurations"] = "chime:GetMessagingStreamingConfigurations";
/**
* Grants permission to get details for the specified phone number
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_GetPhoneNumber.html
*/
AwsChimeActions["GetPhoneNumber"] = "chime:GetPhoneNumber";
/**
* Grants permission to get details for the specified phone number order
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_GetPhoneNumberOrder.html
*/
AwsChimeActions["GetPhoneNumberOrder"] = "chime:GetPhoneNumberOrder";
/**
* Grants permission to get phone number settings related to Amazon Chime for the
* AWS account
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_GetPhoneNumberSettings.html
*/
AwsChimeActions["GetPhoneNumberSettings"] = "chime:GetPhoneNumberSettings";
/**
* Grants permission to get details of the specified proxy session for the specifi
* ed Amazon Chime Voice Connector
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_GetProxySession.html
*/
AwsChimeActions["GetProxySession"] = "chime:GetProxySession";
/**
* Grants permission to retrieve the retention settings for the specified Amazon C
* hime account
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_GetRetentionSettings.html
*/
AwsChimeActions["GetRetentionSettings"] = "chime:GetRetentionSettings";
/**
* Grants permission to retrieve a room
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_GetRoom.html
*/
AwsChimeActions["GetRoom"] = "chime:GetRoom";
/**
* Grants permission to get details of Amazon Chime SIP media application under th
* e administrator's AWS account
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_GetSipMediaApplication.html
*/
AwsChimeActions["GetSipMediaApplication"] = "chime:GetSipMediaApplication";
/**
* Grants permission to get Alexa Skill configuration settings for Amazon Chime SI
* P media application under the administrator's AWS account
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_GetSipMediaApplicationAlexaSkillConfiguration.html
*/
AwsChimeActions["GetSipMediaApplicationAlexaSkillConfiguration"] = "chime:GetSipMediaApplicationAlexaSkillConfiguration";
/**
* Grants permission to get logging configuration settings for Amazon Chime SIP me
* dia application under the administrator's AWS account
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_GetSipMediaApplicationLoggingConfiguration.html
*/
AwsChimeActions["GetSipMediaApplicationLoggingConfiguration"] = "chime:GetSipMediaApplicationLoggingConfiguration";
/**
* Grants permission to get details of Amazon Chime SIP rule under the administrat
* or's AWS account
*
* See https://docs.aws.amazon.com/chime/latest/APIReference/API_GetSipRule.html
*/
AwsChimeActions["GetSipRule"] = "chime:GetSipRule";
/**
* Grants permission to get a speaker search task on the specified Amazon Chime re
* source
*
* See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_GetSpeakerSearchTask.html
*/
AwsChimeActions["GetSpeakerSearchTask"] = "chime:GetSpeakerSearchTask";
/**
* Grants permission to get telephony limits for the AWS account
*
* See https://docs.aws.amazon.com/chime/latest/ag/phone-numbers.html
*/
AwsChimeActions["GetTelephonyLimits"] = "chime:GetTelephonyLimits";
/**
* Grants permission to get details for the specified user ID
*
* See https://docs.aws.amazon.c