@aws-sdk/client-chime-sdk-meetings 3.529.1 → 3.535.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/dist-types/ChimeSDKMeetings.d.ts +1 -1
- package/dist-types/ChimeSDKMeetingsClient.d.ts +1 -1
- package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +2 -1
- package/dist-types/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +2 -1
- package/dist-types/commands/CreateAttendeeCommand.d.ts +2 -1
- package/dist-types/commands/CreateMeetingCommand.d.ts +2 -1
- package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAttendeeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMeetingCommand.d.ts +2 -1
- package/dist-types/commands/GetAttendeeCommand.d.ts +2 -1
- package/dist-types/commands/GetMeetingCommand.d.ts +2 -1
- package/dist-types/commands/ListAttendeesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +2 -1
- package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAttendeeCapabilitiesCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +171 -171
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAttendeeCapabilitiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -115,10 +115,10 @@ export interface ChimeSDKMeetings {
|
|
|
115
115
|
updateAttendeeCapabilities(args: UpdateAttendeeCapabilitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAttendeeCapabilitiesCommandOutput) => void): void;
|
|
116
116
|
}
|
|
117
117
|
/**
|
|
118
|
-
* @public
|
|
119
118
|
* <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
|
|
120
119
|
* receive meeting notifications. For more information about the meeting APIs, see
|
|
121
120
|
* <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon Chime SDK meetings</a>.</p>
|
|
121
|
+
* @public
|
|
122
122
|
*/
|
|
123
123
|
export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient implements ChimeSDKMeetings {
|
|
124
124
|
}
|
|
@@ -167,10 +167,10 @@ export type ChimeSDKMeetingsClientResolvedConfigType = __SmithyResolvedConfigura
|
|
|
167
167
|
export interface ChimeSDKMeetingsClientResolvedConfig extends ChimeSDKMeetingsClientResolvedConfigType {
|
|
168
168
|
}
|
|
169
169
|
/**
|
|
170
|
-
* @public
|
|
171
170
|
* <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
|
|
172
171
|
* receive meeting notifications. For more information about the meeting APIs, see
|
|
173
172
|
* <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon Chime SDK meetings</a>.</p>
|
|
173
|
+
* @public
|
|
174
174
|
*/
|
|
175
175
|
export declare class ChimeSDKMeetingsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ChimeSDKMeetingsClientResolvedConfig> {
|
|
176
176
|
/**
|
|
@@ -22,10 +22,10 @@ export interface BatchCreateAttendeeCommandOutput extends BatchCreateAttendeeRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchCreateAttendeeCommand_base: {
|
|
24
24
|
new (input: BatchCreateAttendeeCommandInput): import("@smithy/smithy-client").CommandImpl<BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchCreateAttendeeCommandInput): import("@smithy/smithy-client").CommandImpl<BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see
|
|
30
30
|
* <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>
|
|
31
31
|
* @example
|
|
@@ -109,6 +109,7 @@ declare const BatchCreateAttendeeCommand_base: {
|
|
|
109
109
|
* @throws {@link ChimeSDKMeetingsServiceException}
|
|
110
110
|
* <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
|
|
111
111
|
*
|
|
112
|
+
* @public
|
|
112
113
|
*/
|
|
113
114
|
export declare class BatchCreateAttendeeCommand extends BatchCreateAttendeeCommand_base {
|
|
114
115
|
}
|
|
@@ -22,10 +22,10 @@ export interface BatchUpdateAttendeeCapabilitiesExceptCommandOutput extends __Me
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchUpdateAttendeeCapabilitiesExceptCommand_base: {
|
|
24
24
|
new (input: BatchUpdateAttendeeCapabilitiesExceptCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUpdateAttendeeCapabilitiesExceptCommandInput, BatchUpdateAttendeeCapabilitiesExceptCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchUpdateAttendeeCapabilitiesExceptCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUpdateAttendeeCapabilitiesExceptCommandInput, BatchUpdateAttendeeCapabilitiesExceptCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates <code>AttendeeCapabilities</code> except the capabilities listed in an <code>ExcludedAttendeeIds</code> table.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>You use the capabilities with a set of values that control what the capabilities can do, such as <code>SendReceive</code> data. For more information about those values, see
|
|
@@ -113,6 +113,7 @@ declare const BatchUpdateAttendeeCapabilitiesExceptCommand_base: {
|
|
|
113
113
|
* @throws {@link ChimeSDKMeetingsServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
|
|
115
115
|
*
|
|
116
|
+
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class BatchUpdateAttendeeCapabilitiesExceptCommand extends BatchUpdateAttendeeCapabilitiesExceptCommand_base {
|
|
118
119
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateAttendeeCommandOutput extends CreateAttendeeResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateAttendeeCommand_base: {
|
|
24
24
|
new (input: CreateAttendeeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAttendeeCommandInput, CreateAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateAttendeeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAttendeeCommandInput, CreateAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
|
|
@@ -100,6 +100,7 @@ declare const CreateAttendeeCommand_base: {
|
|
|
100
100
|
* @throws {@link ChimeSDKMeetingsServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
|
|
102
102
|
*
|
|
103
|
+
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class CreateAttendeeCommand extends CreateAttendeeCommand_base {
|
|
105
106
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateMeetingCommandOutput extends CreateMeetingResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateMeetingCommand_base: {
|
|
24
24
|
new (input: CreateMeetingCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMeetingCommandInput, CreateMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateMeetingCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMeetingCommandInput, CreateMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see
|
|
30
30
|
* <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon Chime SDK Media Regions</a>
|
|
31
31
|
* in the <i>Amazon Chime Developer Guide</i>. For more information about the Amazon Chime SDK, see
|
|
@@ -149,6 +149,7 @@ declare const CreateMeetingCommand_base: {
|
|
|
149
149
|
* @throws {@link ChimeSDKMeetingsServiceException}
|
|
150
150
|
* <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
|
|
151
151
|
*
|
|
152
|
+
* @public
|
|
152
153
|
*/
|
|
153
154
|
export declare class CreateMeetingCommand extends CreateMeetingCommand_base {
|
|
154
155
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateMeetingWithAttendeesCommandOutput extends CreateMeetingWi
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateMeetingWithAttendeesCommand_base: {
|
|
24
24
|
new (input: CreateMeetingWithAttendeesCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateMeetingWithAttendeesCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon Chime SDK Media Regions</a>
|
|
@@ -178,6 +178,7 @@ declare const CreateMeetingWithAttendeesCommand_base: {
|
|
|
178
178
|
* @throws {@link ChimeSDKMeetingsServiceException}
|
|
179
179
|
* <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
|
|
180
180
|
*
|
|
181
|
+
* @public
|
|
181
182
|
*/
|
|
182
183
|
export declare class CreateMeetingWithAttendeesCommand extends CreateMeetingWithAttendeesCommand_base {
|
|
183
184
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteAttendeeCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteAttendeeCommand_base: {
|
|
24
24
|
new (input: DeleteAttendeeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteAttendeeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their
|
|
30
30
|
* <code>JoinToken</code>. Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the Amazon Chime SDK, see
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
|
|
@@ -76,6 +76,7 @@ declare const DeleteAttendeeCommand_base: {
|
|
|
76
76
|
* @throws {@link ChimeSDKMeetingsServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeleteAttendeeCommand extends DeleteAttendeeCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteMeetingCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteMeetingCommand_base: {
|
|
24
24
|
new (input: DeleteMeetingCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMeetingCommandInput, DeleteMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteMeetingCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMeetingCommandInput, DeleteMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from
|
|
30
30
|
* joining the meeting. For more information about the Amazon Chime SDK, see
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a> in the
|
|
@@ -75,6 +75,7 @@ declare const DeleteMeetingCommand_base: {
|
|
|
75
75
|
* @throws {@link ChimeSDKMeetingsServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DeleteMeetingCommand extends DeleteMeetingCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetAttendeeCommandOutput extends GetAttendeeResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetAttendeeCommand_base: {
|
|
24
24
|
new (input: GetAttendeeCommandInput): import("@smithy/smithy-client").CommandImpl<GetAttendeeCommandInput, GetAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetAttendeeCommandInput): import("@smithy/smithy-client").CommandImpl<GetAttendeeCommandInput, GetAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
|
|
@@ -88,6 +88,7 @@ declare const GetAttendeeCommand_base: {
|
|
|
88
88
|
* @throws {@link ChimeSDKMeetingsServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class GetAttendeeCommand extends GetAttendeeCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetMeetingCommandOutput extends GetMeetingResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetMeetingCommand_base: {
|
|
24
24
|
new (input: GetMeetingCommandInput): import("@smithy/smithy-client").CommandImpl<GetMeetingCommandInput, GetMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetMeetingCommandInput): import("@smithy/smithy-client").CommandImpl<GetMeetingCommandInput, GetMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see
|
|
30
30
|
* <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
|
|
31
31
|
* in the <i>Amazon Chime Developer Guide</i>.</p>
|
|
@@ -110,6 +110,7 @@ declare const GetMeetingCommand_base: {
|
|
|
110
110
|
* @throws {@link ChimeSDKMeetingsServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
|
|
112
112
|
*
|
|
113
|
+
* @public
|
|
113
114
|
*/
|
|
114
115
|
export declare class GetMeetingCommand extends GetMeetingCommand_base {
|
|
115
116
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListAttendeesCommandOutput extends ListAttendeesResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAttendeesCommand_base: {
|
|
24
24
|
new (input: ListAttendeesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAttendeesCommandInput, ListAttendeesCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListAttendeesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAttendeesCommandInput, ListAttendeesCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
|
|
@@ -92,6 +92,7 @@ declare const ListAttendeesCommand_base: {
|
|
|
92
92
|
* @throws {@link ChimeSDKMeetingsServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class ListAttendeesCommand extends ListAttendeesCommand_base {
|
|
97
98
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of the tags available for the specified resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -82,6 +82,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
82
82
|
* @throws {@link ChimeSDKMeetingsServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartMeetingTranscriptionCommandOutput extends __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartMeetingTranscriptionCommand_base: {
|
|
24
24
|
new (input: StartMeetingTranscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartMeetingTranscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts transcription for the specified <code>meetingId</code>. For more information, refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html">
|
|
30
30
|
* Using Amazon Chime SDK live transcription
|
|
31
31
|
* </a> in the <i>Amazon Chime SDK Developer Guide</i>.</p>
|
|
@@ -120,6 +120,7 @@ declare const StartMeetingTranscriptionCommand_base: {
|
|
|
120
120
|
* @throws {@link ChimeSDKMeetingsServiceException}
|
|
121
121
|
* <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
|
|
122
122
|
*
|
|
123
|
+
* @public
|
|
123
124
|
*/
|
|
124
125
|
export declare class StartMeetingTranscriptionCommand extends StartMeetingTranscriptionCommand_base {
|
|
125
126
|
}
|
|
@@ -22,10 +22,10 @@ export interface StopMeetingTranscriptionCommandOutput extends __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const StopMeetingTranscriptionCommand_base: {
|
|
24
24
|
new (input: StopMeetingTranscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StopMeetingTranscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Stops transcription for the specified <code>meetingId</code>. For more information, refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html">
|
|
30
30
|
* Using Amazon Chime SDK live transcription
|
|
31
31
|
* </a> in the <i>Amazon Chime SDK Developer Guide</i>.</p>
|
|
@@ -85,6 +85,7 @@ declare const StopMeetingTranscriptionCommand_base: {
|
|
|
85
85
|
* @throws {@link ChimeSDKMeetingsServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class StopMeetingTranscriptionCommand extends StopMeetingTranscriptionCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>The resource that supports tags.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -84,6 +84,7 @@ declare const TagResourceCommand_base: {
|
|
|
84
84
|
* @throws {@link ChimeSDKMeetingsServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the specified tags from the specified resources. When you specify a tag key, the action removes both that key and its associated value. The operation succeeds even if you
|
|
30
30
|
* attempt to remove tags from a resource that were already removed. Note the following:</p>
|
|
31
31
|
* <ul>
|
|
@@ -99,6 +99,7 @@ declare const UntagResourceCommand_base: {
|
|
|
99
99
|
* @throws {@link ChimeSDKMeetingsServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
|
|
101
101
|
*
|
|
102
|
+
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
104
105
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateAttendeeCapabilitiesCommandOutput extends UpdateAttendeeC
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateAttendeeCapabilitiesCommand_base: {
|
|
24
24
|
new (input: UpdateAttendeeCapabilitiesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAttendeeCapabilitiesCommandInput, UpdateAttendeeCapabilitiesCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateAttendeeCapabilitiesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAttendeeCapabilitiesCommandInput, UpdateAttendeeCapabilitiesCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>The capabilities that you want to update.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>You use the capabilities with a set of values that control what the capabilities can do, such as <code>SendReceive</code> data. For more information about those values, see
|
|
@@ -120,6 +120,7 @@ declare const UpdateAttendeeCapabilitiesCommand_base: {
|
|
|
120
120
|
* @throws {@link ChimeSDKMeetingsServiceException}
|
|
121
121
|
* <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
|
|
122
122
|
*
|
|
123
|
+
* @public
|
|
123
124
|
*/
|
|
124
125
|
export declare class UpdateAttendeeCapabilitiesCommand extends UpdateAttendeeCapabilitiesCommand_base {
|
|
125
126
|
}
|