Skip to content

Commit a6ff65f

Browse files
author
awstools
committedJun 29, 2023
feat(client-chime): The Amazon Chime SDK APIs in the Chime namespace are no longer supported. Customers should use APIs in the dedicated Amazon Chime SDK namespaces: ChimeSDKIdentity, ChimeSDKMediaPipelines, ChimeSDKMeetings, ChimeSDKMessaging, and ChimeSDKVoice.
1 parent 8c61b34 commit a6ff65f

File tree

140 files changed

+1792
-187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+1792
-187
lines changed
 

‎clients/client-chime/README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,21 @@
66

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

9+
<important>
10+
<p>
11+
<b>Most of these APIs are no longer supported and will not be updated.</b> We recommend using the latest versions in the
12+
<a href="https://docs.aws.amazon.com/chime-sdk/latest/APIReference/welcome.html">Amazon Chime SDK API reference</a>, in the Amazon Chime SDK.</p>
13+
<p>Using the latest versions requires migrating to dedicated namespaces. For more information, refer to
14+
<a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html">Migrating from the Amazon Chime namespace</a> in the
15+
<i>Amazon Chime SDK Developer Guide</i>.</p>
16+
</important>
917
<p>The Amazon Chime application programming interface (API) is designed so administrators can
1018
perform key tasks, such as creating and managing Amazon Chime accounts, users, and Voice
1119
Connectors. This guide provides detailed information about the Amazon Chime API,
1220
including operations, types, inputs and outputs, and error codes.</p>
1321
<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
14-
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>
22+
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
23+
AWS SDK or the AWS CLI.</p>
1524
<dl>
1625
<dt>Using an AWS SDK</dt>
1726
<dd>

‎clients/client-chime/src/Chime.ts

+13-2
Original file line numberDiff line numberDiff line change
@@ -4043,12 +4043,23 @@ export interface Chime {
40434043

40444044
/**
40454045
* @public
4046-
* <p>The Amazon Chime application programming interface (API) is designed so administrators can
4046+
* @deprecated
4047+
*
4048+
* <important>
4049+
* <p>
4050+
* <b>Most of these APIs are no longer supported and will not be updated.</b> We recommend using the latest versions in the
4051+
* <a href="https://docs.aws.amazon.com/chime-sdk/latest/APIReference/welcome.html">Amazon Chime SDK API reference</a>, in the Amazon Chime SDK.</p>
4052+
* <p>Using the latest versions requires migrating to dedicated namespaces. For more information, refer to
4053+
* <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html">Migrating from the Amazon Chime namespace</a> in the
4054+
* <i>Amazon Chime SDK Developer Guide</i>.</p>
4055+
* </important>
4056+
* <p>The Amazon Chime application programming interface (API) is designed so administrators can
40474057
* perform key tasks, such as creating and managing Amazon Chime accounts, users, and Voice
40484058
* Connectors. This guide provides detailed information about the Amazon Chime API,
40494059
* including operations, types, inputs and outputs, and error codes.</p>
40504060
* <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
4051-
* 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>
4061+
* 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
4062+
* AWS SDK or the AWS CLI.</p>
40524063
* <dl>
40534064
* <dt>Using an AWS SDK</dt>
40544065
* <dd>

0 commit comments

Comments
 (0)