@aws-sdk/client-chime-sdk-meetings 3.296.0 → 3.297.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.
@@ -17,12 +17,14 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
17
17
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
18
18
  import { UpdateAttendeeCapabilitiesCommandInput, UpdateAttendeeCapabilitiesCommandOutput } from "./commands/UpdateAttendeeCapabilitiesCommand";
19
19
  /**
20
+ * @public
20
21
  * <p>The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the AWS Regions for meetings, create and manage users, and send and
21
22
  * receive meeting notifications. For more information about the meeting APIs, see
22
23
  * <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon Chime SDK meetings</a>.</p>
23
24
  */
24
25
  export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
25
26
  /**
27
+ * @public
26
28
  * <p>Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see
27
29
  * <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>
28
30
  */
@@ -30,6 +32,7 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
30
32
  batchCreateAttendee(args: BatchCreateAttendeeCommandInput, cb: (err: any, data?: BatchCreateAttendeeCommandOutput) => void): void;
31
33
  batchCreateAttendee(args: BatchCreateAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreateAttendeeCommandOutput) => void): void;
32
34
  /**
35
+ * @public
33
36
  * <p>Updates <code>AttendeeCapabilities</code> except the capabilities listed in an <code>ExcludedAttendeeIds</code> table.</p>
34
37
  * <note>
35
38
  * <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
@@ -56,6 +59,7 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
56
59
  batchUpdateAttendeeCapabilitiesExcept(args: BatchUpdateAttendeeCapabilitiesExceptCommandInput, cb: (err: any, data?: BatchUpdateAttendeeCapabilitiesExceptCommandOutput) => void): void;
57
60
  batchUpdateAttendeeCapabilitiesExcept(args: BatchUpdateAttendeeCapabilitiesExceptCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateAttendeeCapabilitiesExceptCommandOutput) => void): void;
58
61
  /**
62
+ * @public
59
63
  * <p>
60
64
  * Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see
61
65
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
@@ -67,6 +71,7 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
67
71
  createAttendee(args: CreateAttendeeCommandInput, cb: (err: any, data?: CreateAttendeeCommandOutput) => void): void;
68
72
  createAttendee(args: CreateAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAttendeeCommandOutput) => void): void;
69
73
  /**
74
+ * @public
70
75
  * <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
71
76
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon Chime SDK Media Regions</a>
72
77
  * in the <i>Amazon Chime Developer Guide</i>. For more information about the Amazon Chime SDK, see
@@ -79,6 +84,7 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
79
84
  createMeeting(args: CreateMeetingCommandInput, cb: (err: any, data?: CreateMeetingCommandOutput) => void): void;
80
85
  createMeeting(args: CreateMeetingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMeetingCommandOutput) => void): void;
81
86
  /**
87
+ * @public
82
88
  * <p>
83
89
  * Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see
84
90
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon Chime SDK Media Regions</a>
@@ -91,6 +97,7 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
91
97
  createMeetingWithAttendees(args: CreateMeetingWithAttendeesCommandInput, cb: (err: any, data?: CreateMeetingWithAttendeesCommandOutput) => void): void;
92
98
  createMeetingWithAttendees(args: CreateMeetingWithAttendeesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMeetingWithAttendeesCommandOutput) => void): void;
93
99
  /**
100
+ * @public
94
101
  * <p>Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their
95
102
  * <code>JoinToken</code>. Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the Amazon Chime SDK, see
96
103
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
@@ -100,6 +107,7 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
100
107
  deleteAttendee(args: DeleteAttendeeCommandInput, cb: (err: any, data?: DeleteAttendeeCommandOutput) => void): void;
101
108
  deleteAttendee(args: DeleteAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAttendeeCommandOutput) => void): void;
102
109
  /**
110
+ * @public
103
111
  * <p>Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from
104
112
  * joining the meeting. For more information about the Amazon Chime SDK, see
105
113
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a> in the
@@ -109,6 +117,7 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
109
117
  deleteMeeting(args: DeleteMeetingCommandInput, cb: (err: any, data?: DeleteMeetingCommandOutput) => void): void;
110
118
  deleteMeeting(args: DeleteMeetingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMeetingCommandOutput) => void): void;
111
119
  /**
120
+ * @public
112
121
  * <p>
113
122
  * Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see
114
123
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
@@ -119,6 +128,7 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
119
128
  getAttendee(args: GetAttendeeCommandInput, cb: (err: any, data?: GetAttendeeCommandOutput) => void): void;
120
129
  getAttendee(args: GetAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAttendeeCommandOutput) => void): void;
121
130
  /**
131
+ * @public
122
132
  * <p>Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see
123
133
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
124
134
  * in the <i>Amazon Chime Developer Guide</i>.</p>
@@ -127,6 +137,7 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
127
137
  getMeeting(args: GetMeetingCommandInput, cb: (err: any, data?: GetMeetingCommandOutput) => void): void;
128
138
  getMeeting(args: GetMeetingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMeetingCommandOutput) => void): void;
129
139
  /**
140
+ * @public
130
141
  * <p>
131
142
  * Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see
132
143
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
@@ -137,12 +148,14 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
137
148
  listAttendees(args: ListAttendeesCommandInput, cb: (err: any, data?: ListAttendeesCommandOutput) => void): void;
138
149
  listAttendees(args: ListAttendeesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAttendeesCommandOutput) => void): void;
139
150
  /**
151
+ * @public
140
152
  * <p>Returns a list of the tags available for the specified resource.</p>
141
153
  */
142
154
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
143
155
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
144
156
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
145
157
  /**
158
+ * @public
146
159
  * <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">
147
160
  * Using Amazon Chime SDK live transcription
148
161
  * </a> in the <i>Amazon Chime SDK Developer Guide</i>.</p>
@@ -155,6 +168,7 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
155
168
  startMeetingTranscription(args: StartMeetingTranscriptionCommandInput, cb: (err: any, data?: StartMeetingTranscriptionCommandOutput) => void): void;
156
169
  startMeetingTranscription(args: StartMeetingTranscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMeetingTranscriptionCommandOutput) => void): void;
157
170
  /**
171
+ * @public
158
172
  * <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">
159
173
  * Using Amazon Chime SDK live transcription
160
174
  * </a> in the <i>Amazon Chime SDK Developer Guide</i>.</p>
@@ -167,12 +181,14 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
167
181
  stopMeetingTranscription(args: StopMeetingTranscriptionCommandInput, cb: (err: any, data?: StopMeetingTranscriptionCommandOutput) => void): void;
168
182
  stopMeetingTranscription(args: StopMeetingTranscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopMeetingTranscriptionCommandOutput) => void): void;
169
183
  /**
184
+ * @public
170
185
  * <p>The resource that supports tags.</p>
171
186
  */
172
187
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
173
188
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
174
189
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
175
190
  /**
191
+ * @public
176
192
  * <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
177
193
  * attempt to remove tags from a resource that were already removed. Note the following:</p>
178
194
  * <ul>
@@ -200,6 +216,7 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
200
216
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
201
217
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
202
218
  /**
219
+ * @public
203
220
  * <p>The capabilties that you want to update.</p>
204
221
  * <note>
205
222
  * <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
@@ -24,15 +24,24 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
24
24
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
25
25
  import { UpdateAttendeeCapabilitiesCommandInput, UpdateAttendeeCapabilitiesCommandOutput } from "./commands/UpdateAttendeeCapabilitiesCommand";
26
26
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
27
+ /**
28
+ * @public
29
+ */
27
30
  export type ServiceInputTypes = BatchCreateAttendeeCommandInput | BatchUpdateAttendeeCapabilitiesExceptCommandInput | CreateAttendeeCommandInput | CreateMeetingCommandInput | CreateMeetingWithAttendeesCommandInput | DeleteAttendeeCommandInput | DeleteMeetingCommandInput | GetAttendeeCommandInput | GetMeetingCommandInput | ListAttendeesCommandInput | ListTagsForResourceCommandInput | StartMeetingTranscriptionCommandInput | StopMeetingTranscriptionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAttendeeCapabilitiesCommandInput;
31
+ /**
32
+ * @public
33
+ */
28
34
  export type ServiceOutputTypes = BatchCreateAttendeeCommandOutput | BatchUpdateAttendeeCapabilitiesExceptCommandOutput | CreateAttendeeCommandOutput | CreateMeetingCommandOutput | CreateMeetingWithAttendeesCommandOutput | DeleteAttendeeCommandOutput | DeleteMeetingCommandOutput | GetAttendeeCommandOutput | GetMeetingCommandOutput | ListAttendeesCommandOutput | ListTagsForResourceCommandOutput | StartMeetingTranscriptionCommandOutput | StopMeetingTranscriptionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAttendeeCapabilitiesCommandOutput;
35
+ /**
36
+ * @public
37
+ */
29
38
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
30
39
  /**
31
40
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
32
41
  */
33
42
  requestHandler?: __HttpHandler;
34
43
  /**
35
- * A constructor for a class implementing the {@link __Checksum} interface
44
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
36
45
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
37
46
  * @internal
38
47
  */
@@ -122,23 +131,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
122
131
  */
123
132
  logger?: __Logger;
124
133
  /**
125
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
134
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
126
135
  */
127
136
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
128
137
  }
138
+ /**
139
+ * @public
140
+ */
129
141
  type ChimeSDKMeetingsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
130
142
  /**
131
- * The configuration interface of ChimeSDKMeetingsClient class constructor that set the region, credentials and other options.
143
+ * @public
144
+ *
145
+ * The configuration interface of ChimeSDKMeetingsClient class constructor that set the region, credentials and other options.
132
146
  */
133
147
  export interface ChimeSDKMeetingsClientConfig extends ChimeSDKMeetingsClientConfigType {
134
148
  }
149
+ /**
150
+ * @public
151
+ */
135
152
  type ChimeSDKMeetingsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
136
153
  /**
137
- * The resolved configuration interface of ChimeSDKMeetingsClient class. This is resolved and normalized from the {@link ChimeSDKMeetingsClientConfig | constructor configuration interface}.
154
+ * @public
155
+ *
156
+ * The resolved configuration interface of ChimeSDKMeetingsClient class. This is resolved and normalized from the {@link ChimeSDKMeetingsClientConfig | constructor configuration interface}.
138
157
  */
139
158
  export interface ChimeSDKMeetingsClientResolvedConfig extends ChimeSDKMeetingsClientResolvedConfigType {
140
159
  }
141
160
  /**
161
+ * @public
142
162
  * <p>The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the AWS Regions for meetings, create and manage users, and send and
143
163
  * receive meeting notifications. For more information about the meeting APIs, see
144
164
  * <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon Chime SDK meetings</a>.</p>
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
5
5
  import { BatchCreateAttendeeRequest, BatchCreateAttendeeResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchCreateAttendeeCommand}.
8
10
  */
9
11
  export interface BatchCreateAttendeeCommandInput extends BatchCreateAttendeeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchCreateAttendeeCommand}.
13
17
  */
14
18
  export interface BatchCreateAttendeeCommandOutput extends BatchCreateAttendeeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see
18
23
  * <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>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface BatchCreateAttendeeCommandOutput extends BatchCreateAttendeeRes
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param BatchCreateAttendeeCommandInput - {@link BatchCreateAttendeeCommandInput}
35
+ * @returns {@link BatchCreateAttendeeCommandOutput}
29
36
  * @see {@link BatchCreateAttendeeCommandInput} for command's `input` shape.
30
37
  * @see {@link BatchCreateAttendeeCommandOutput} for command's `response` shape.
31
38
  * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for ChimeSDKMeetingsClient's `config` shape.
@@ -62,11 +69,20 @@ export interface BatchCreateAttendeeCommandOutput extends BatchCreateAttendeeRes
62
69
  export declare class BatchCreateAttendeeCommand extends $Command<BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
63
70
  readonly input: BatchCreateAttendeeCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: BatchCreateAttendeeCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
5
5
  import { BatchUpdateAttendeeCapabilitiesExceptRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchUpdateAttendeeCapabilitiesExceptCommand}.
8
10
  */
9
11
  export interface BatchUpdateAttendeeCapabilitiesExceptCommandInput extends BatchUpdateAttendeeCapabilitiesExceptRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchUpdateAttendeeCapabilitiesExceptCommand}.
13
17
  */
14
18
  export interface BatchUpdateAttendeeCapabilitiesExceptCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates <code>AttendeeCapabilities</code> except the capabilities listed in an <code>ExcludedAttendeeIds</code> table.</p>
18
23
  * <note>
19
24
  * <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
@@ -45,6 +50,8 @@ export interface BatchUpdateAttendeeCapabilitiesExceptCommandOutput extends __Me
45
50
  * const response = await client.send(command);
46
51
  * ```
47
52
  *
53
+ * @param BatchUpdateAttendeeCapabilitiesExceptCommandInput - {@link BatchUpdateAttendeeCapabilitiesExceptCommandInput}
54
+ * @returns {@link BatchUpdateAttendeeCapabilitiesExceptCommandOutput}
48
55
  * @see {@link BatchUpdateAttendeeCapabilitiesExceptCommandInput} for command's `input` shape.
49
56
  * @see {@link BatchUpdateAttendeeCapabilitiesExceptCommandOutput} for command's `response` shape.
50
57
  * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for ChimeSDKMeetingsClient's `config` shape.
@@ -72,11 +79,20 @@ export interface BatchUpdateAttendeeCapabilitiesExceptCommandOutput extends __Me
72
79
  export declare class BatchUpdateAttendeeCapabilitiesExceptCommand extends $Command<BatchUpdateAttendeeCapabilitiesExceptCommandInput, BatchUpdateAttendeeCapabilitiesExceptCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
73
80
  readonly input: BatchUpdateAttendeeCapabilitiesExceptCommandInput;
74
81
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
+ /**
83
+ * @public
84
+ */
75
85
  constructor(input: BatchUpdateAttendeeCapabilitiesExceptCommandInput);
76
86
  /**
77
87
  * @internal
78
88
  */
79
89
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchUpdateAttendeeCapabilitiesExceptCommandInput, BatchUpdateAttendeeCapabilitiesExceptCommandOutput>;
90
+ /**
91
+ * @internal
92
+ */
80
93
  private serialize;
94
+ /**
95
+ * @internal
96
+ */
81
97
  private deserialize;
82
98
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
5
5
  import { CreateAttendeeRequest, CreateAttendeeResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateAttendeeCommand}.
8
10
  */
9
11
  export interface CreateAttendeeCommandInput extends CreateAttendeeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateAttendeeCommand}.
13
17
  */
14
18
  export interface CreateAttendeeCommandOutput extends CreateAttendeeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see
19
24
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
@@ -30,6 +35,8 @@ export interface CreateAttendeeCommandOutput extends CreateAttendeeResponse, __M
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param CreateAttendeeCommandInput - {@link CreateAttendeeCommandInput}
39
+ * @returns {@link CreateAttendeeCommandOutput}
33
40
  * @see {@link CreateAttendeeCommandInput} for command's `input` shape.
34
41
  * @see {@link CreateAttendeeCommandOutput} for command's `response` shape.
35
42
  * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for ChimeSDKMeetingsClient's `config` shape.
@@ -66,11 +73,20 @@ export interface CreateAttendeeCommandOutput extends CreateAttendeeResponse, __M
66
73
  export declare class CreateAttendeeCommand extends $Command<CreateAttendeeCommandInput, CreateAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
67
74
  readonly input: CreateAttendeeCommandInput;
68
75
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
+ /**
77
+ * @public
78
+ */
69
79
  constructor(input: CreateAttendeeCommandInput);
70
80
  /**
71
81
  * @internal
72
82
  */
73
83
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAttendeeCommandInput, CreateAttendeeCommandOutput>;
84
+ /**
85
+ * @internal
86
+ */
74
87
  private serialize;
88
+ /**
89
+ * @internal
90
+ */
75
91
  private deserialize;
76
92
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
5
5
  import { CreateMeetingRequest, CreateMeetingResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateMeetingCommand}.
8
10
  */
9
11
  export interface CreateMeetingCommandInput extends CreateMeetingRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateMeetingCommand}.
13
17
  */
14
18
  export interface CreateMeetingCommandOutput extends CreateMeetingResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <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
18
23
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon Chime SDK Media Regions</a>
19
24
  * in the <i>Amazon Chime Developer Guide</i>. For more information about the Amazon Chime SDK, see
@@ -31,6 +36,8 @@ export interface CreateMeetingCommandOutput extends CreateMeetingResponse, __Met
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param CreateMeetingCommandInput - {@link CreateMeetingCommandInput}
40
+ * @returns {@link CreateMeetingCommandOutput}
34
41
  * @see {@link CreateMeetingCommandInput} for command's `input` shape.
35
42
  * @see {@link CreateMeetingCommandOutput} for command's `response` shape.
36
43
  * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for ChimeSDKMeetingsClient's `config` shape.
@@ -61,11 +68,20 @@ export interface CreateMeetingCommandOutput extends CreateMeetingResponse, __Met
61
68
  export declare class CreateMeetingCommand extends $Command<CreateMeetingCommandInput, CreateMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
62
69
  readonly input: CreateMeetingCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: CreateMeetingCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMeetingCommandInput, CreateMeetingCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
5
5
  import { CreateMeetingWithAttendeesRequest, CreateMeetingWithAttendeesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateMeetingWithAttendeesCommand}.
8
10
  */
9
11
  export interface CreateMeetingWithAttendeesCommandInput extends CreateMeetingWithAttendeesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateMeetingWithAttendeesCommand}.
13
17
  */
14
18
  export interface CreateMeetingWithAttendeesCommandOutput extends CreateMeetingWithAttendeesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see
19
24
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon Chime SDK Media Regions</a>
@@ -31,6 +36,8 @@ export interface CreateMeetingWithAttendeesCommandOutput extends CreateMeetingWi
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param CreateMeetingWithAttendeesCommandInput - {@link CreateMeetingWithAttendeesCommandInput}
40
+ * @returns {@link CreateMeetingWithAttendeesCommandOutput}
34
41
  * @see {@link CreateMeetingWithAttendeesCommandInput} for command's `input` shape.
35
42
  * @see {@link CreateMeetingWithAttendeesCommandOutput} for command's `response` shape.
36
43
  * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for ChimeSDKMeetingsClient's `config` shape.
@@ -61,11 +68,20 @@ export interface CreateMeetingWithAttendeesCommandOutput extends CreateMeetingWi
61
68
  export declare class CreateMeetingWithAttendeesCommand extends $Command<CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
62
69
  readonly input: CreateMeetingWithAttendeesCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: CreateMeetingWithAttendeesCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
5
5
  import { DeleteAttendeeRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteAttendeeCommand}.
8
10
  */
9
11
  export interface DeleteAttendeeCommandInput extends DeleteAttendeeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteAttendeeCommand}.
13
17
  */
14
18
  export interface DeleteAttendeeCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their
18
23
  * <code>JoinToken</code>. Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the Amazon Chime SDK, see
19
24
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
@@ -28,6 +33,8 @@ export interface DeleteAttendeeCommandOutput extends __MetadataBearer {
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DeleteAttendeeCommandInput - {@link DeleteAttendeeCommandInput}
37
+ * @returns {@link DeleteAttendeeCommandOutput}
31
38
  * @see {@link DeleteAttendeeCommandInput} for command's `input` shape.
32
39
  * @see {@link DeleteAttendeeCommandOutput} for command's `response` shape.
33
40
  * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for ChimeSDKMeetingsClient's `config` shape.
@@ -58,11 +65,20 @@ export interface DeleteAttendeeCommandOutput extends __MetadataBearer {
58
65
  export declare class DeleteAttendeeCommand extends $Command<DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
59
66
  readonly input: DeleteAttendeeCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: DeleteAttendeeCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
5
5
  import { DeleteMeetingRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteMeetingCommand}.
8
10
  */
9
11
  export interface DeleteMeetingCommandInput extends DeleteMeetingRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteMeetingCommand}.
13
17
  */
14
18
  export interface DeleteMeetingCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from
18
23
  * joining the meeting. For more information about the Amazon Chime SDK, see
19
24
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a> in the
@@ -28,6 +33,8 @@ export interface DeleteMeetingCommandOutput extends __MetadataBearer {
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DeleteMeetingCommandInput - {@link DeleteMeetingCommandInput}
37
+ * @returns {@link DeleteMeetingCommandOutput}
31
38
  * @see {@link DeleteMeetingCommandInput} for command's `input` shape.
32
39
  * @see {@link DeleteMeetingCommandOutput} for command's `response` shape.
33
40
  * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for ChimeSDKMeetingsClient's `config` shape.
@@ -58,11 +65,20 @@ export interface DeleteMeetingCommandOutput extends __MetadataBearer {
58
65
  export declare class DeleteMeetingCommand extends $Command<DeleteMeetingCommandInput, DeleteMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
59
66
  readonly input: DeleteMeetingCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: DeleteMeetingCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMeetingCommandInput, DeleteMeetingCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
5
5
  import { GetAttendeeRequest, GetAttendeeResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetAttendeeCommand}.
8
10
  */
9
11
  export interface GetAttendeeCommandInput extends GetAttendeeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetAttendeeCommand}.
13
17
  */
14
18
  export interface GetAttendeeCommandOutput extends GetAttendeeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see
19
24
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
@@ -29,6 +34,8 @@ export interface GetAttendeeCommandOutput extends GetAttendeeResponse, __Metadat
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param GetAttendeeCommandInput - {@link GetAttendeeCommandInput}
38
+ * @returns {@link GetAttendeeCommandOutput}
32
39
  * @see {@link GetAttendeeCommandInput} for command's `input` shape.
33
40
  * @see {@link GetAttendeeCommandOutput} for command's `response` shape.
34
41
  * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for ChimeSDKMeetingsClient's `config` shape.
@@ -59,11 +66,20 @@ export interface GetAttendeeCommandOutput extends GetAttendeeResponse, __Metadat
59
66
  export declare class GetAttendeeCommand extends $Command<GetAttendeeCommandInput, GetAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
60
67
  readonly input: GetAttendeeCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: GetAttendeeCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAttendeeCommandInput, GetAttendeeCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }