Skip to content

Commit

Permalink
feat(client-chime): Adds support for Hindi and Thai languages and add…
Browse files Browse the repository at this point in the history
…itional Amazon Transcribe parameters to the StartMeetingTranscription API.
  • Loading branch information
awstools committed Apr 20, 2023
1 parent 636d752 commit d1e9bf8
Show file tree
Hide file tree
Showing 80 changed files with 3,037 additions and 1,590 deletions.
15 changes: 5 additions & 10 deletions clients/client-chime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,12 @@

AWS SDK for JavaScript Chime Client for Node.js, Browser and React Native.

<p>The Amazon Chime API (application programming interface) is designed for developers to
<p>The Amazon Chime application programming interface (API) is designed so administrators can
perform key tasks, such as creating and managing Amazon Chime accounts, users, and Voice
Connectors. This guide provides detailed information about the Amazon Chime API,
including operations, types, inputs and outputs, and error codes. It also includes API actions for use with the Amazon Chime SDK, which developers use to build their own communication applications. For more information about the
Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">
Using the Amazon Chime SDK
</a> in the <i>Amazon Chime Developer Guide</i>.</p>
<p>You can use an AWS SDK, the AWS Command Line Interface (AWS CLI), or the REST API to make API calls. We recommend using an AWS SDK or the
AWS CLI. Each API operation includes links to information about using it with a language-specific AWS SDK or the AWS CLI.</p>
including operations, types, inputs and outputs, and error codes.</p>
<p>You can use an AWS SDK, the AWS Command Line Interface (AWS CLI), or the REST API to make API calls for Amazon Chime. We recommend using an AWS SDK or the
AWS CLI. The page for each API action contains a <i>See Also</i> section that includes links to information about using the action with a language-specific AWS SDK or the AWS CLI.</p>
<dl>
<dt>Using an AWS SDK</dt>
<dd>
Expand All @@ -37,14 +34,12 @@ in the <i>AWS Command Line Interface User Guide</i>. For a list of available Ama
</dd>
<dt>Using REST APIs</dt>
<dd>
<p>If you use REST to make API calls, you must authenticate your request by providing a signature. Amazon Chime supports signature version 4. For more information, see
<p>If you use REST to make API calls, you must authenticate your request by providing a signature. Amazon Chime supports Signature Version 4. For more information, see
<a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 Signing Process</a>
in the <i>Amazon Web Services General Reference</i>.</p>

<p>When making REST API calls, use the service name <code>chime</code> and REST endpoint <code>https://service.chime.aws.amazon.com</code>.</p>
</dd>
</dl>

<p>Administrative permissions are controlled using AWS Identity and Access Management (IAM). For more information, see
<a href="https://docs.aws.amazon.com/chime/latest/ag/security-iam.html">Identity and Access Management for Amazon Chime</a>
in the <i>Amazon Chime Administration Guide</i>.</p>
Expand Down
39 changes: 17 additions & 22 deletions clients/client-chime/src/Chime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4043,45 +4043,40 @@ export interface Chime {

/**
* @public
* <p>The Amazon Chime API (application programming interface) is designed for developers to
* <p>The Amazon Chime application programming interface (API) is designed so administrators can
* perform key tasks, such as creating and managing Amazon Chime accounts, users, and Voice
* Connectors. This guide provides detailed information about the Amazon Chime API,
* including operations, types, inputs and outputs, and error codes. It also includes API actions for use with the Amazon Chime SDK, which developers use to build their own communication applications. For more information about the
* Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">
* Using the Amazon Chime SDK
* </a> in the <i>Amazon Chime Developer Guide</i>.</p>
* <p>You can use an AWS SDK, the AWS Command Line Interface (AWS CLI), or the REST API to make API calls. We recommend using an AWS SDK or the
* AWS CLI. Each API operation includes links to information about using it with a language-specific AWS SDK or the AWS CLI.</p>
* including operations, types, inputs and outputs, and error codes.</p>
* <p>You can use an AWS SDK, the AWS Command Line Interface (AWS CLI), or the REST API to make API calls for Amazon Chime. We recommend using an AWS SDK or the
* AWS CLI. The page for each API action contains a <i>See Also</i> section that includes links to information about using the action with a language-specific AWS SDK or the AWS CLI.</p>
* <dl>
* <dt>Using an AWS SDK</dt>
* <dd>
* <p>
* You don't need to write code to calculate a signature for request authentication. The SDK clients authenticate your requests by using access keys that you provide. For more information about AWS SDKs, see the
* <a href="http://aws.amazon.com/developer/">AWS Developer Center</a>.
* </p>
* You don't need to write code to calculate a signature for request authentication. The SDK clients authenticate your requests by using access keys that you provide. For more information about AWS SDKs, see the
* <a href="http://aws.amazon.com/developer/">AWS Developer Center</a>.
* </p>
* </dd>
* <dt>Using the AWS CLI</dt>
* <dd>
* <p>Use your access keys with the AWS CLI to make API calls. For information about setting up the AWS CLI, see
* <a href="https://docs.aws.amazon.com/cli/latest/userguide/installing.html">Installing the AWS Command Line Interface</a>
* in the <i>AWS Command Line Interface User Guide</i>. For a list of available Amazon Chime commands, see the
* <a href="https://docs.aws.amazon.com/cli/latest/reference/chime/index.html">Amazon Chime commands</a> in the
* <i>AWS CLI Command Reference</i>.
* </p>
* <a href="https://docs.aws.amazon.com/cli/latest/userguide/installing.html">Installing the AWS Command Line Interface</a>
* in the <i>AWS Command Line Interface User Guide</i>. For a list of available Amazon Chime commands, see the
* <a href="https://docs.aws.amazon.com/cli/latest/reference/chime/index.html">Amazon Chime commands</a> in the
* <i>AWS CLI Command Reference</i>.
* </p>
* </dd>
* <dt>Using REST APIs</dt>
* <dd>
* <p>If you use REST to make API calls, you must authenticate your request by providing a signature. Amazon Chime supports signature version 4. For more information, see
* <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 Signing Process</a>
* in the <i>Amazon Web Services General Reference</i>.</p>
*
* <p>If you use REST to make API calls, you must authenticate your request by providing a signature. Amazon Chime supports Signature Version 4. For more information, see
* <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 Signing Process</a>
* in the <i>Amazon Web Services General Reference</i>.</p>
* <p>When making REST API calls, use the service name <code>chime</code> and REST endpoint <code>https://service.chime.aws.amazon.com</code>.</p>
* </dd>
* </dl>
*
* <p>Administrative permissions are controlled using AWS Identity and Access Management (IAM). For more information, see
* <a href="https://docs.aws.amazon.com/chime/latest/ag/security-iam.html">Identity and Access Management for Amazon Chime</a>
* in the <i>Amazon Chime Administration Guide</i>.</p>
* <a href="https://docs.aws.amazon.com/chime/latest/ag/security-iam.html">Identity and Access Management for Amazon Chime</a>
* in the <i>Amazon Chime Administration Guide</i>.</p>
*/
export class Chime extends ChimeClient implements Chime {}
createAggregatedClient(commands, Chime);
39 changes: 17 additions & 22 deletions clients/client-chime/src/ChimeClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1149,45 +1149,40 @@ export interface ChimeClientResolvedConfig extends ChimeClientResolvedConfigType

/**
* @public
* <p>The Amazon Chime API (application programming interface) is designed for developers to
* <p>The Amazon Chime application programming interface (API) is designed so administrators can
* perform key tasks, such as creating and managing Amazon Chime accounts, users, and Voice
* Connectors. This guide provides detailed information about the Amazon Chime API,
* including operations, types, inputs and outputs, and error codes. It also includes API actions for use with the Amazon Chime SDK, which developers use to build their own communication applications. For more information about the
* Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">
* Using the Amazon Chime SDK
* </a> in the <i>Amazon Chime Developer Guide</i>.</p>
* <p>You can use an AWS SDK, the AWS Command Line Interface (AWS CLI), or the REST API to make API calls. We recommend using an AWS SDK or the
* AWS CLI. Each API operation includes links to information about using it with a language-specific AWS SDK or the AWS CLI.</p>
* including operations, types, inputs and outputs, and error codes.</p>
* <p>You can use an AWS SDK, the AWS Command Line Interface (AWS CLI), or the REST API to make API calls for Amazon Chime. We recommend using an AWS SDK or the
* AWS CLI. The page for each API action contains a <i>See Also</i> section that includes links to information about using the action with a language-specific AWS SDK or the AWS CLI.</p>
* <dl>
* <dt>Using an AWS SDK</dt>
* <dd>
* <p>
* You don't need to write code to calculate a signature for request authentication. The SDK clients authenticate your requests by using access keys that you provide. For more information about AWS SDKs, see the
* <a href="http://aws.amazon.com/developer/">AWS Developer Center</a>.
* </p>
* You don't need to write code to calculate a signature for request authentication. The SDK clients authenticate your requests by using access keys that you provide. For more information about AWS SDKs, see the
* <a href="http://aws.amazon.com/developer/">AWS Developer Center</a>.
* </p>
* </dd>
* <dt>Using the AWS CLI</dt>
* <dd>
* <p>Use your access keys with the AWS CLI to make API calls. For information about setting up the AWS CLI, see
* <a href="https://docs.aws.amazon.com/cli/latest/userguide/installing.html">Installing the AWS Command Line Interface</a>
* in the <i>AWS Command Line Interface User Guide</i>. For a list of available Amazon Chime commands, see the
* <a href="https://docs.aws.amazon.com/cli/latest/reference/chime/index.html">Amazon Chime commands</a> in the
* <i>AWS CLI Command Reference</i>.
* </p>
* <a href="https://docs.aws.amazon.com/cli/latest/userguide/installing.html">Installing the AWS Command Line Interface</a>
* in the <i>AWS Command Line Interface User Guide</i>. For a list of available Amazon Chime commands, see the
* <a href="https://docs.aws.amazon.com/cli/latest/reference/chime/index.html">Amazon Chime commands</a> in the
* <i>AWS CLI Command Reference</i>.
* </p>
* </dd>
* <dt>Using REST APIs</dt>
* <dd>
* <p>If you use REST to make API calls, you must authenticate your request by providing a signature. Amazon Chime supports signature version 4. For more information, see
* <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 Signing Process</a>
* in the <i>Amazon Web Services General Reference</i>.</p>
*
* <p>If you use REST to make API calls, you must authenticate your request by providing a signature. Amazon Chime supports Signature Version 4. For more information, see
* <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 Signing Process</a>
* in the <i>Amazon Web Services General Reference</i>.</p>
* <p>When making REST API calls, use the service name <code>chime</code> and REST endpoint <code>https://service.chime.aws.amazon.com</code>.</p>
* </dd>
* </dl>
*
* <p>Administrative permissions are controlled using AWS Identity and Access Management (IAM). For more information, see
* <a href="https://docs.aws.amazon.com/chime/latest/ag/security-iam.html">Identity and Access Management for Amazon Chime</a>
* in the <i>Amazon Chime Administration Guide</i>.</p>
* <a href="https://docs.aws.amazon.com/chime/latest/ag/security-iam.html">Identity and Access Management for Amazon Chime</a>
* in the <i>Amazon Chime Administration Guide</i>.</p>
*/
export class ChimeClient extends __Client<
__HttpHandlerOptions,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ export interface BatchCreateAttendeeCommandOutput extends BatchCreateAttendeeRes
* @public
* <p>
* Creates up to 100 new attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see
* <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
* <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
* in the
* <i>Amazon Chime Developer Guide</i>.
* <i>Amazon Chime SDK Developer Guide</i>.
* </p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export interface BatchCreateChannelMembershipCommandOutput
* const client = new ChimeClient(config);
* const input = { // BatchCreateChannelMembershipRequest
* ChannelArn: "STRING_VALUE", // required
* Type: "STRING_VALUE",
* Type: "DEFAULT" || "HIDDEN",
* MemberArns: [ // MemberArns // required
* "STRING_VALUE",
* ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export interface BatchCreateRoomMembershipCommandOutput extends BatchCreateRoomM
* MembershipItemList: [ // MembershipItemList // required
* { // MembershipItem
* MemberId: "STRING_VALUE",
* Role: "STRING_VALUE",
* Role: "Administrator" || "Member",
* },
* ],
* };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export interface BatchDeletePhoneNumberCommandOutput extends BatchDeletePhoneNum
* Moves phone numbers into the
* <b>Deletion queue</b>. Phone numbers must be disassociated from any users or Amazon Chime Voice Connectors before they can be deleted.
* </p>
*
* <p>
* Phone numbers remain in the
* <b>Deletion queue</b> for 7 days before they are deleted permanently.
Expand Down
3 changes: 0 additions & 3 deletions clients/client-chime/src/commands/BatchSuspendUserCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,12 @@ export interface BatchSuspendUserCommandOutput extends BatchSuspendUserResponse,
* <p>Suspends up to 50 users from a <code>Team</code> or <code>EnterpriseLWA</code> Amazon Chime
* account. For more information about different account types, see <a href="https://docs.aws.amazon.com/chime/latest/ag/manage-chime-account.html">Managing Your Amazon Chime Accounts</a> in the <i>Amazon Chime Administration
* Guide</i>.</p>
*
* <p>Users suspended from a <code>Team</code> account are disassociated from the account,but they
* can continue to use Amazon Chime as free users. To remove the suspension from suspended
* <code>Team</code> account users, invite them to the <code>Team</code> account again.
* You can use the <a>InviteUsers</a> action to do so.</p>
*
* <p>Users suspended from an <code>EnterpriseLWA</code> account are immediately signed out of
* Amazon Chime and can no longer sign in. To remove the suspension from suspended <code>EnterpriseLWA</code> account users, use the <a>BatchUnsuspendUser</a> action.</p>
*
* <p>
* To sign out users without suspending them, use the
* <a>LogoutUser</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export interface BatchUnsuspendUserCommandOutput extends BatchUnsuspendUserRespo
* Managing Your Amazon Chime Accounts
* </a> in the account types, in the <i>Amazon Chime Administration Guide</i>.
* </p>
*
* <p>
* Previously suspended users who are unsuspended using this action are returned to
* <code>Registered</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export interface BatchUpdatePhoneNumberCommandOutput extends BatchUpdatePhoneNum
* UpdatePhoneNumberRequestItems: [ // UpdatePhoneNumberRequestItemList // required
* { // UpdatePhoneNumberRequestItem
* PhoneNumberId: "STRING_VALUE", // required
* ProductType: "STRING_VALUE",
* ProductType: "BusinessCalling" || "VoiceConnector" || "SipMediaApplicationDialIn",
* CallingName: "STRING_VALUE",
* },
* ],
Expand Down
4 changes: 2 additions & 2 deletions clients/client-chime/src/commands/BatchUpdateUserCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ export interface BatchUpdateUserCommandOutput extends BatchUpdateUserResponse, _
* UpdateUserRequestItems: [ // UpdateUserRequestItemList // required
* { // UpdateUserRequestItem
* UserId: "STRING_VALUE", // required
* LicenseType: "STRING_VALUE",
* UserType: "STRING_VALUE",
* LicenseType: "Basic" || "Plus" || "Pro" || "ProTrial",
* UserType: "PrivateUser" || "SharedDevice",
* AlexaForBusinessMetadata: { // AlexaForBusinessMetadata
* IsAlexaForBusinessEnabled: true || false,
* AlexaForBusinessRoomArn: "STRING_VALUE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export interface CreateAppInstanceAdminCommandOutput extends CreateAppInstanceAd
* @public
* <p>Promotes an <code>AppInstanceUser</code> to an <code>AppInstanceAdmin</code>. The promoted user can perform the following actions.
* </p>
*
* <ul>
* <li>
* <p>
Expand All @@ -49,7 +48,6 @@ export interface CreateAppInstanceAdminCommandOutput extends CreateAppInstanceAd
* <code>DeleteChannelMessage</code> actions.</p>
* </li>
* </ul>
*
* <p>Only an <code>AppInstanceUser</code> can be promoted to an <code>AppInstanceAdmin</code> role.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
4 changes: 2 additions & 2 deletions clients/client-chime/src/commands/CreateAttendeeCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ export interface CreateAttendeeCommandOutput extends CreateAttendeeResponse, __M
* @public
* <p>
* Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see
* <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
* <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
* in the
* <i>Amazon Chime Developer Guide</i>.
* <i>Amazon Chime SDK Developer Guide</i>.
* </p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export interface CreateChannelBanCommandOutput extends CreateChannelBanResponse,
* channels.</p>
* <p>If you ban a user who is already part of a channel, that user is automatically kicked
* from the channel.</p>
*
* <note>
* <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
* <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
Expand Down
Loading

0 comments on commit d1e9bf8

Please sign in to comment.