Skip to content

Commit b0c2e17

Browse files
"chore: Updates version to 0.16.0"
1 parent c9e1210 commit b0c2e17

File tree

63 files changed

+8179
-1717
lines changed

Some content is hidden

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

63 files changed

+8179
-1717
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func addIntegrationTestTarget(_ name: String) {
120120
// MARK: - Generated
121121

122122
addDependencies(
123-
clientRuntimeVersion: "0.18.0",
123+
clientRuntimeVersion: "0.19.0",
124124
crtVersion: "0.9.0"
125125
)
126126

Package.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.0
1+
0.16.0

Sources/Services/AWSChime/ChimeClient.swift

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ extension ChimeClient: ChimeClientProtocol {
340340
return result
341341
}
342342

343-
/// Creates up to 100 new attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see [Using the Amazon Chime SDK](https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html) in the Amazon Chime Developer Guide.
343+
/// Creates up to 100 new attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see [Using the Amazon Chime SDK](https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html) in the Amazon Chime SDK Developer Guide.
344344
public func batchCreateAttendee(input: BatchCreateAttendeeInput) async throws -> BatchCreateAttendeeOutputResponse
345345
{
346346
let context = ClientRuntime.HttpContextBuilder()
@@ -803,7 +803,7 @@ extension ChimeClient: ChimeClientProtocol {
803803
return result
804804
}
805805

806-
/// Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see [Using the Amazon Chime SDK](https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html) in the Amazon Chime Developer Guide.
806+
/// Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see [Using the Amazon Chime SDK](https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html) in the Amazon Chime SDK Developer Guide.
807807
public func createAttendee(input: CreateAttendeeInput) async throws -> CreateAttendeeOutputResponse
808808
{
809809
let context = ClientRuntime.HttpContextBuilder()
@@ -1108,7 +1108,7 @@ extension ChimeClient: ChimeClientProtocol {
11081108
return result
11091109
}
11101110

1111-
/// Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see [Amazon Chime SDK Media Regions](https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html) in the Amazon Chime Developer Guide . For more information about the Amazon Chime SDK, see [Using the Amazon Chime SDK](https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html) in the Amazon Chime Developer Guide .
1111+
/// Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see [Amazon Chime SDK Media Regions](https://docs.aws.amazon.com/chime-sdk/latest/dg/chime-sdk-meetings-regions.html) in the Amazon Chime SDK Developer Guide . For more information about the Amazon Chime SDK, see [Using the Amazon Chime SDK](https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html) in the Amazon Chime SDK Developer Guide .
11121112
public func createMeeting(input: CreateMeetingInput) async throws -> CreateMeetingOutputResponse
11131113
{
11141114
let context = ClientRuntime.HttpContextBuilder()
@@ -1188,7 +1188,7 @@ extension ChimeClient: ChimeClientProtocol {
11881188
return result
11891189
}
11901190

1191-
/// Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see [Amazon Chime SDK Media Regions](https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html) in the Amazon Chime Developer Guide . For more information about the Amazon Chime SDK, see [Using the Amazon Chime SDK](https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html) in the Amazon Chime Developer Guide .
1191+
/// Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see [Amazon Chime SDK Media Regions](https://docs.aws.amazon.com/chime-sdk/latest/dg/chime-sdk-meetings-regions.html) in the Amazon Chime SDK Developer Guide . For more information about the Amazon Chime SDK, see [Using the Amazon Chime SDK](https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html) in the Amazon Chime SDK Developer Guide .
11921192
public func createMeetingWithAttendees(input: CreateMeetingWithAttendeesInput) async throws -> CreateMeetingWithAttendeesOutputResponse
11931193
{
11941194
let context = ClientRuntime.HttpContextBuilder()
@@ -1767,7 +1767,7 @@ extension ChimeClient: ChimeClientProtocol {
17671767
return result
17681768
}
17691769

1770-
/// Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their JoinToken. Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the Amazon Chime SDK, see [Using the Amazon Chime SDK](https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html) in the Amazon Chime Developer Guide.
1770+
/// Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their JoinToken. Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the Amazon Chime SDK, see [Using the Amazon Chime SDK](https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html) in the Amazon Chime SDK Developer Guide.
17711771
public func deleteAttendee(input: DeleteAttendeeInput) async throws -> DeleteAttendeeOutputResponse
17721772
{
17731773
let context = ClientRuntime.HttpContextBuilder()
@@ -2036,7 +2036,7 @@ extension ChimeClient: ChimeClientProtocol {
20362036
return result
20372037
}
20382038

2039-
/// Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from joining the meeting. For more information about the Amazon Chime SDK, see [Using the Amazon Chime SDK](https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html) in the Amazon Chime Developer Guide.
2039+
/// Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from joining the meeting. For more information about the Amazon Chime SDK, see [Using the Amazon Chime SDK](https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html) in the Amazon Chime SDK Developer Guide.
20402040
public func deleteMeeting(input: DeleteMeetingInput) async throws -> DeleteMeetingOutputResponse
20412041
{
20422042
let context = ClientRuntime.HttpContextBuilder()
@@ -3117,7 +3117,7 @@ extension ChimeClient: ChimeClientProtocol {
31173117
return result
31183118
}
31193119

3120-
/// Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see [Using the Amazon Chime SDK](https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html) in the Amazon Chime Developer Guide .
3120+
/// Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see [Using the Amazon Chime SDK](https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html) in the Amazon Chime SDK Developer Guide .
31213121
public func getAttendee(input: GetAttendeeInput) async throws -> GetAttendeeOutputResponse
31223122
{
31233123
let context = ClientRuntime.HttpContextBuilder()
@@ -3316,7 +3316,7 @@ extension ChimeClient: ChimeClientProtocol {
33163316
return result
33173317
}
33183318

3319-
/// Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see [Using the Amazon Chime SDK](https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html) in the Amazon Chime Developer Guide .
3319+
/// Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see [Using the Amazon Chime SDK](https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html) in the Amazon Chime SDK Developer Guide .
33203320
public func getMeeting(input: GetMeetingInput) async throws -> GetMeetingOutputResponse
33213321
{
33223322
let context = ClientRuntime.HttpContextBuilder()
@@ -4248,7 +4248,7 @@ extension ChimeClient: ChimeClientProtocol {
42484248
return result
42494249
}
42504250

4251-
/// Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see [Using the Amazon Chime SDK](https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html) in the Amazon Chime Developer Guide.
4251+
/// Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see [Using the Amazon Chime SDK](https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html) in the Amazon Chime SDK Developer Guide.
42524252
public func listAttendees(input: ListAttendeesInput) async throws -> ListAttendeesOutputResponse
42534253
{
42544254
let context = ClientRuntime.HttpContextBuilder()
@@ -4635,7 +4635,7 @@ extension ChimeClient: ChimeClientProtocol {
46354635
return result
46364636
}
46374637

4638-
/// Lists up to 100 active Amazon Chime SDK meetings. For more information about the Amazon Chime SDK, see [Using the Amazon Chime SDK](https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html) in the Amazon Chime Developer Guide.
4638+
/// Lists up to 100 active Amazon Chime SDK meetings. For more information about the Amazon Chime SDK, see [Using the Amazon Chime SDK](https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html) in the Amazon Chime SDK Developer Guide.
46394639
public func listMeetings(input: ListMeetingsInput) async throws -> ListMeetingsOutputResponse
46404640
{
46414641
let context = ClientRuntime.HttpContextBuilder()
@@ -5861,7 +5861,7 @@ extension ChimeClient: ChimeClientProtocol {
58615861
return result
58625862
}
58635863

5864-
/// Starts transcription for the specified meetingId.
5864+
/// Starts transcription for the specified meetingId. For more information, refer to [ Using Amazon Chime SDK live transcription ](https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html) in the Amazon Chime SDK Developer Guide. If you specify an invalid configuration, a TranscriptFailed event will be sent with the contents of the BadRequestException generated by Amazon Transcribe. For more information on each parameter and which combinations are valid, refer to the [StartStreamTranscription](https://docs.aws.amazon.com/transcribe/latest/APIReference/API_streaming_StartStreamTranscription.html) API in the Amazon Transcribe Developer Guide. Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon Transcribe is subject to the [AWS Service Terms](https://aws.amazon.com/service-terms/), including the terms specific to the AWS Machine Learning and Artificial Intelligence Services.
58655865
public func startMeetingTranscription(input: StartMeetingTranscriptionInput) async throws -> StartMeetingTranscriptionOutputResponse
58665866
{
58675867
let context = ClientRuntime.HttpContextBuilder()

0 commit comments

Comments
 (0)