@aws-sdk/client-chime-sdk-meetings 3.899.0 → 3.906.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist-cjs/index.js +1546 -1802
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +2 -0
- package/dist-types/ChimeSDKMeetings.d.ts +1 -1
- package/dist-types/ChimeSDKMeetingsClient.d.ts +1 -1
- package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +1 -1
- package/dist-types/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +9 -0
- package/dist-types/commands/CreateAttendeeCommand.d.ts +1 -1
- package/dist-types/commands/CreateMeetingCommand.d.ts +18 -4
- package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +19 -4
- package/dist-types/commands/DeleteAttendeeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMeetingCommand.d.ts +1 -1
- package/dist-types/commands/GetAttendeeCommand.d.ts +1 -1
- package/dist-types/commands/GetMeetingCommand.d.ts +1 -1
- package/dist-types/commands/ListAttendeesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAttendeeCapabilitiesCommand.d.ts +9 -0
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +49 -0
- package/dist-types/ts3.4/models/models_0.d.ts +8 -0
- package/package.json +38 -38
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ AWS SDK for JavaScript ChimeSDKMeetings Client for Node.js, Browser and React Na
|
|
|
8
8
|
|
|
9
9
|
<p>The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the Amazon Web Services Regions for meetings, create and manage users, and send and
|
|
10
10
|
receive meeting notifications. For more information about the meeting APIs, see
|
|
11
|
-
<a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon Chime SDK meetings</a>.</p>
|
|
11
|
+
<a href="https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon Chime SDK meetings</a>.</p>
|
|
12
12
|
|
|
13
13
|
## Installing
|
|
14
14
|
|