@aws-sdk/client-chime-sdk-meetings 3.325.0 → 3.326.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.
@@ -42,6 +42,28 @@ export interface BatchCreateAttendeeCommandOutput extends BatchCreateAttendeeRes
42
42
  * };
43
43
  * const command = new BatchCreateAttendeeCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // BatchCreateAttendeeResponse
46
+ * // Attendees: [ // AttendeeList
47
+ * // { // Attendee
48
+ * // ExternalUserId: "STRING_VALUE",
49
+ * // AttendeeId: "STRING_VALUE",
50
+ * // JoinToken: "STRING_VALUE",
51
+ * // Capabilities: { // AttendeeCapabilities
52
+ * // Audio: "SendReceive" || "Send" || "Receive" || "None", // required
53
+ * // Video: "SendReceive" || "Send" || "Receive" || "None", // required
54
+ * // Content: "SendReceive" || "Send" || "Receive" || "None", // required
55
+ * // },
56
+ * // },
57
+ * // ],
58
+ * // Errors: [ // BatchCreateAttendeeErrorList
59
+ * // { // CreateAttendeeError
60
+ * // ExternalUserId: "STRING_VALUE",
61
+ * // ErrorCode: "STRING_VALUE",
62
+ * // ErrorMessage: "STRING_VALUE",
63
+ * // },
64
+ * // ],
65
+ * // };
66
+ *
45
67
  * ```
46
68
  *
47
69
  * @param BatchCreateAttendeeCommandInput - {@link BatchCreateAttendeeCommandInput}
@@ -77,6 +99,8 @@ export interface BatchCreateAttendeeCommandOutput extends BatchCreateAttendeeRes
77
99
  * @throws {@link UnprocessableEntityException} (client fault)
78
100
  * <p>The request was well-formed but was unable to be followed due to semantic errors.</p>
79
101
  *
102
+ * @throws {@link ChimeSDKMeetingsServiceException}
103
+ * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
80
104
  *
81
105
  */
82
106
  export declare class BatchCreateAttendeeCommand extends $Command<BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -61,6 +61,8 @@ export interface BatchUpdateAttendeeCapabilitiesExceptCommandOutput extends __Me
61
61
  * };
62
62
  * const command = new BatchUpdateAttendeeCapabilitiesExceptCommand(input);
63
63
  * const response = await client.send(command);
64
+ * // {};
65
+ *
64
66
  * ```
65
67
  *
66
68
  * @param BatchUpdateAttendeeCapabilitiesExceptCommandInput - {@link BatchUpdateAttendeeCapabilitiesExceptCommandInput}
@@ -87,6 +89,8 @@ export interface BatchUpdateAttendeeCapabilitiesExceptCommandOutput extends __Me
87
89
  * @throws {@link UnauthorizedException} (client fault)
88
90
  * <p>The user isn't authorized to request a resource.</p>
89
91
  *
92
+ * @throws {@link ChimeSDKMeetingsServiceException}
93
+ * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
90
94
  *
91
95
  */
92
96
  export declare class BatchUpdateAttendeeCapabilitiesExceptCommand extends $Command<BatchUpdateAttendeeCapabilitiesExceptCommandInput, BatchUpdateAttendeeCapabilitiesExceptCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -42,6 +42,19 @@ export interface CreateAttendeeCommandOutput extends CreateAttendeeResponse, __M
42
42
  * };
43
43
  * const command = new CreateAttendeeCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // CreateAttendeeResponse
46
+ * // Attendee: { // Attendee
47
+ * // ExternalUserId: "STRING_VALUE",
48
+ * // AttendeeId: "STRING_VALUE",
49
+ * // JoinToken: "STRING_VALUE",
50
+ * // Capabilities: { // AttendeeCapabilities
51
+ * // Audio: "SendReceive" || "Send" || "Receive" || "None", // required
52
+ * // Video: "SendReceive" || "Send" || "Receive" || "None", // required
53
+ * // Content: "SendReceive" || "Send" || "Receive" || "None", // required
54
+ * // },
55
+ * // },
56
+ * // };
57
+ *
45
58
  * ```
46
59
  *
47
60
  * @param CreateAttendeeCommandInput - {@link CreateAttendeeCommandInput}
@@ -77,6 +90,8 @@ export interface CreateAttendeeCommandOutput extends CreateAttendeeResponse, __M
77
90
  * @throws {@link UnprocessableEntityException} (client fault)
78
91
  * <p>The request was well-formed but was unable to be followed due to semantic errors.</p>
79
92
  *
93
+ * @throws {@link ChimeSDKMeetingsServiceException}
94
+ * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
80
95
  *
81
96
  */
82
97
  export declare class CreateAttendeeCommand extends $Command<CreateAttendeeCommandInput, CreateAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -60,6 +60,35 @@ export interface CreateMeetingCommandOutput extends CreateMeetingResponse, __Met
60
60
  * };
61
61
  * const command = new CreateMeetingCommand(input);
62
62
  * const response = await client.send(command);
63
+ * // { // CreateMeetingResponse
64
+ * // Meeting: { // Meeting
65
+ * // MeetingId: "STRING_VALUE",
66
+ * // MeetingHostId: "STRING_VALUE",
67
+ * // ExternalMeetingId: "STRING_VALUE",
68
+ * // MediaRegion: "STRING_VALUE",
69
+ * // MediaPlacement: { // MediaPlacement
70
+ * // AudioHostUrl: "STRING_VALUE",
71
+ * // AudioFallbackUrl: "STRING_VALUE",
72
+ * // SignalingUrl: "STRING_VALUE",
73
+ * // TurnControlUrl: "STRING_VALUE",
74
+ * // ScreenDataUrl: "STRING_VALUE",
75
+ * // ScreenViewingUrl: "STRING_VALUE",
76
+ * // ScreenSharingUrl: "STRING_VALUE",
77
+ * // EventIngestionUrl: "STRING_VALUE",
78
+ * // },
79
+ * // MeetingFeatures: { // MeetingFeaturesConfiguration
80
+ * // Audio: { // AudioFeatures
81
+ * // EchoReduction: "AVAILABLE" || "UNAVAILABLE",
82
+ * // },
83
+ * // },
84
+ * // PrimaryMeetingId: "STRING_VALUE",
85
+ * // TenantIds: [ // TenantIdList
86
+ * // "STRING_VALUE",
87
+ * // ],
88
+ * // MeetingArn: "STRING_VALUE",
89
+ * // },
90
+ * // };
91
+ *
63
92
  * ```
64
93
  *
65
94
  * @param CreateMeetingCommandInput - {@link CreateMeetingCommandInput}
@@ -89,6 +118,8 @@ export interface CreateMeetingCommandOutput extends CreateMeetingResponse, __Met
89
118
  * @throws {@link UnauthorizedException} (client fault)
90
119
  * <p>The user isn't authorized to request a resource.</p>
91
120
  *
121
+ * @throws {@link ChimeSDKMeetingsServiceException}
122
+ * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
92
123
  *
93
124
  */
94
125
  export declare class CreateMeetingCommand extends $Command<CreateMeetingCommandInput, CreateMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -70,6 +70,54 @@ export interface CreateMeetingWithAttendeesCommandOutput extends CreateMeetingWi
70
70
  * };
71
71
  * const command = new CreateMeetingWithAttendeesCommand(input);
72
72
  * const response = await client.send(command);
73
+ * // { // CreateMeetingWithAttendeesResponse
74
+ * // Meeting: { // Meeting
75
+ * // MeetingId: "STRING_VALUE",
76
+ * // MeetingHostId: "STRING_VALUE",
77
+ * // ExternalMeetingId: "STRING_VALUE",
78
+ * // MediaRegion: "STRING_VALUE",
79
+ * // MediaPlacement: { // MediaPlacement
80
+ * // AudioHostUrl: "STRING_VALUE",
81
+ * // AudioFallbackUrl: "STRING_VALUE",
82
+ * // SignalingUrl: "STRING_VALUE",
83
+ * // TurnControlUrl: "STRING_VALUE",
84
+ * // ScreenDataUrl: "STRING_VALUE",
85
+ * // ScreenViewingUrl: "STRING_VALUE",
86
+ * // ScreenSharingUrl: "STRING_VALUE",
87
+ * // EventIngestionUrl: "STRING_VALUE",
88
+ * // },
89
+ * // MeetingFeatures: { // MeetingFeaturesConfiguration
90
+ * // Audio: { // AudioFeatures
91
+ * // EchoReduction: "AVAILABLE" || "UNAVAILABLE",
92
+ * // },
93
+ * // },
94
+ * // PrimaryMeetingId: "STRING_VALUE",
95
+ * // TenantIds: [ // TenantIdList
96
+ * // "STRING_VALUE",
97
+ * // ],
98
+ * // MeetingArn: "STRING_VALUE",
99
+ * // },
100
+ * // Attendees: [ // AttendeeList
101
+ * // { // Attendee
102
+ * // ExternalUserId: "STRING_VALUE",
103
+ * // AttendeeId: "STRING_VALUE",
104
+ * // JoinToken: "STRING_VALUE",
105
+ * // Capabilities: { // AttendeeCapabilities
106
+ * // Audio: "SendReceive" || "Send" || "Receive" || "None", // required
107
+ * // Video: "SendReceive" || "Send" || "Receive" || "None", // required
108
+ * // Content: "SendReceive" || "Send" || "Receive" || "None", // required
109
+ * // },
110
+ * // },
111
+ * // ],
112
+ * // Errors: [ // BatchCreateAttendeeErrorList
113
+ * // { // CreateAttendeeError
114
+ * // ExternalUserId: "STRING_VALUE",
115
+ * // ErrorCode: "STRING_VALUE",
116
+ * // ErrorMessage: "STRING_VALUE",
117
+ * // },
118
+ * // ],
119
+ * // };
120
+ *
73
121
  * ```
74
122
  *
75
123
  * @param CreateMeetingWithAttendeesCommandInput - {@link CreateMeetingWithAttendeesCommandInput}
@@ -99,6 +147,8 @@ export interface CreateMeetingWithAttendeesCommandOutput extends CreateMeetingWi
99
147
  * @throws {@link UnauthorizedException} (client fault)
100
148
  * <p>The user isn't authorized to request a resource.</p>
101
149
  *
150
+ * @throws {@link ChimeSDKMeetingsServiceException}
151
+ * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
102
152
  *
103
153
  */
104
154
  export declare class CreateMeetingWithAttendeesCommand extends $Command<CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface DeleteAttendeeCommandOutput extends __MetadataBearer {
35
35
  * };
36
36
  * const command = new DeleteAttendeeCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param DeleteAttendeeCommandInput - {@link DeleteAttendeeCommandInput}
@@ -64,6 +66,8 @@ export interface DeleteAttendeeCommandOutput extends __MetadataBearer {
64
66
  * @throws {@link UnauthorizedException} (client fault)
65
67
  * <p>The user isn't authorized to request a resource.</p>
66
68
  *
69
+ * @throws {@link ChimeSDKMeetingsServiceException}
70
+ * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
67
71
  *
68
72
  */
69
73
  export declare class DeleteAttendeeCommand extends $Command<DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface DeleteMeetingCommandOutput extends __MetadataBearer {
34
34
  * };
35
35
  * const command = new DeleteMeetingCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DeleteMeetingCommandInput - {@link DeleteMeetingCommandInput}
@@ -63,6 +65,8 @@ export interface DeleteMeetingCommandOutput extends __MetadataBearer {
63
65
  * @throws {@link UnauthorizedException} (client fault)
64
66
  * <p>The user isn't authorized to request a resource.</p>
65
67
  *
68
+ * @throws {@link ChimeSDKMeetingsServiceException}
69
+ * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
66
70
  *
67
71
  */
68
72
  export declare class DeleteMeetingCommand extends $Command<DeleteMeetingCommandInput, DeleteMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -36,6 +36,19 @@ export interface GetAttendeeCommandOutput extends GetAttendeeResponse, __Metadat
36
36
  * };
37
37
  * const command = new GetAttendeeCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // GetAttendeeResponse
40
+ * // Attendee: { // Attendee
41
+ * // ExternalUserId: "STRING_VALUE",
42
+ * // AttendeeId: "STRING_VALUE",
43
+ * // JoinToken: "STRING_VALUE",
44
+ * // Capabilities: { // AttendeeCapabilities
45
+ * // Audio: "SendReceive" || "Send" || "Receive" || "None", // required
46
+ * // Video: "SendReceive" || "Send" || "Receive" || "None", // required
47
+ * // Content: "SendReceive" || "Send" || "Receive" || "None", // required
48
+ * // },
49
+ * // },
50
+ * // };
51
+ *
39
52
  * ```
40
53
  *
41
54
  * @param GetAttendeeCommandInput - {@link GetAttendeeCommandInput}
@@ -65,6 +78,8 @@ export interface GetAttendeeCommandOutput extends GetAttendeeResponse, __Metadat
65
78
  * @throws {@link UnauthorizedException} (client fault)
66
79
  * <p>The user isn't authorized to request a resource.</p>
67
80
  *
81
+ * @throws {@link ChimeSDKMeetingsServiceException}
82
+ * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
68
83
  *
69
84
  */
70
85
  export declare class GetAttendeeCommand extends $Command<GetAttendeeCommandInput, GetAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -33,6 +33,35 @@ export interface GetMeetingCommandOutput extends GetMeetingResponse, __MetadataB
33
33
  * };
34
34
  * const command = new GetMeetingCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetMeetingResponse
37
+ * // Meeting: { // Meeting
38
+ * // MeetingId: "STRING_VALUE",
39
+ * // MeetingHostId: "STRING_VALUE",
40
+ * // ExternalMeetingId: "STRING_VALUE",
41
+ * // MediaRegion: "STRING_VALUE",
42
+ * // MediaPlacement: { // MediaPlacement
43
+ * // AudioHostUrl: "STRING_VALUE",
44
+ * // AudioFallbackUrl: "STRING_VALUE",
45
+ * // SignalingUrl: "STRING_VALUE",
46
+ * // TurnControlUrl: "STRING_VALUE",
47
+ * // ScreenDataUrl: "STRING_VALUE",
48
+ * // ScreenViewingUrl: "STRING_VALUE",
49
+ * // ScreenSharingUrl: "STRING_VALUE",
50
+ * // EventIngestionUrl: "STRING_VALUE",
51
+ * // },
52
+ * // MeetingFeatures: { // MeetingFeaturesConfiguration
53
+ * // Audio: { // AudioFeatures
54
+ * // EchoReduction: "AVAILABLE" || "UNAVAILABLE",
55
+ * // },
56
+ * // },
57
+ * // PrimaryMeetingId: "STRING_VALUE",
58
+ * // TenantIds: [ // TenantIdList
59
+ * // "STRING_VALUE",
60
+ * // ],
61
+ * // MeetingArn: "STRING_VALUE",
62
+ * // },
63
+ * // };
64
+ *
36
65
  * ```
37
66
  *
38
67
  * @param GetMeetingCommandInput - {@link GetMeetingCommandInput}
@@ -62,6 +91,8 @@ export interface GetMeetingCommandOutput extends GetMeetingResponse, __MetadataB
62
91
  * @throws {@link UnauthorizedException} (client fault)
63
92
  * <p>The user isn't authorized to request a resource.</p>
64
93
  *
94
+ * @throws {@link ChimeSDKMeetingsServiceException}
95
+ * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
65
96
  *
66
97
  */
67
98
  export declare class GetMeetingCommand extends $Command<GetMeetingCommandInput, GetMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -37,6 +37,22 @@ export interface ListAttendeesCommandOutput extends ListAttendeesResponse, __Met
37
37
  * };
38
38
  * const command = new ListAttendeesCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // ListAttendeesResponse
41
+ * // Attendees: [ // AttendeeList
42
+ * // { // Attendee
43
+ * // ExternalUserId: "STRING_VALUE",
44
+ * // AttendeeId: "STRING_VALUE",
45
+ * // JoinToken: "STRING_VALUE",
46
+ * // Capabilities: { // AttendeeCapabilities
47
+ * // Audio: "SendReceive" || "Send" || "Receive" || "None", // required
48
+ * // Video: "SendReceive" || "Send" || "Receive" || "None", // required
49
+ * // Content: "SendReceive" || "Send" || "Receive" || "None", // required
50
+ * // },
51
+ * // },
52
+ * // ],
53
+ * // NextToken: "STRING_VALUE",
54
+ * // };
55
+ *
40
56
  * ```
41
57
  *
42
58
  * @param ListAttendeesCommandInput - {@link ListAttendeesCommandInput}
@@ -66,6 +82,8 @@ export interface ListAttendeesCommandOutput extends ListAttendeesResponse, __Met
66
82
  * @throws {@link UnauthorizedException} (client fault)
67
83
  * <p>The user isn't authorized to request a resource.</p>
68
84
  *
85
+ * @throws {@link ChimeSDKMeetingsServiceException}
86
+ * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
69
87
  *
70
88
  */
71
89
  export declare class ListAttendeesCommand extends $Command<ListAttendeesCommandInput, ListAttendeesCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -31,6 +31,15 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // ListTagsForResourceResponse
35
+ * // Tags: [ // TagList
36
+ * // { // Tag
37
+ * // Key: "STRING_VALUE", // required
38
+ * // Value: "STRING_VALUE", // required
39
+ * // },
40
+ * // ],
41
+ * // };
42
+ *
34
43
  * ```
35
44
  *
36
45
  * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
@@ -42,6 +51,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
42
51
  * @throws {@link ResourceNotFoundException} (client fault)
43
52
  * <p>The resource that you want to tag couldn't be found.</p>
44
53
  *
54
+ * @throws {@link ChimeSDKMeetingsServiceException}
55
+ * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
45
56
  *
46
57
  */
47
58
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -69,6 +69,8 @@ export interface StartMeetingTranscriptionCommandOutput extends __MetadataBearer
69
69
  * };
70
70
  * const command = new StartMeetingTranscriptionCommand(input);
71
71
  * const response = await client.send(command);
72
+ * // {};
73
+ *
72
74
  * ```
73
75
  *
74
76
  * @param StartMeetingTranscriptionCommandInput - {@link StartMeetingTranscriptionCommandInput}
@@ -104,6 +106,8 @@ export interface StartMeetingTranscriptionCommandOutput extends __MetadataBearer
104
106
  * @throws {@link UnprocessableEntityException} (client fault)
105
107
  * <p>The request was well-formed but was unable to be followed due to semantic errors.</p>
106
108
  *
109
+ * @throws {@link ChimeSDKMeetingsServiceException}
110
+ * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
107
111
  *
108
112
  */
109
113
  export declare class StartMeetingTranscriptionCommand extends $Command<StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -37,6 +37,8 @@ export interface StopMeetingTranscriptionCommandOutput extends __MetadataBearer
37
37
  * };
38
38
  * const command = new StopMeetingTranscriptionCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // {};
41
+ *
40
42
  * ```
41
43
  *
42
44
  * @param StopMeetingTranscriptionCommandInput - {@link StopMeetingTranscriptionCommandInput}
@@ -69,6 +71,8 @@ export interface StopMeetingTranscriptionCommandOutput extends __MetadataBearer
69
71
  * @throws {@link UnprocessableEntityException} (client fault)
70
72
  * <p>The request was well-formed but was unable to be followed due to semantic errors.</p>
71
73
  *
74
+ * @throws {@link ChimeSDKMeetingsServiceException}
75
+ * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
72
76
  *
73
77
  */
74
78
  export declare class StopMeetingTranscriptionCommand extends $Command<StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -37,6 +37,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
37
37
  * };
38
38
  * const command = new TagResourceCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // {};
41
+ *
40
42
  * ```
41
43
  *
42
44
  * @param TagResourceCommandInput - {@link TagResourceCommandInput}
@@ -54,6 +56,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
54
56
  * @throws {@link TooManyTagsException} (client fault)
55
57
  * <p>Too many tags were added to the specified resource.</p>
56
58
  *
59
+ * @throws {@link ChimeSDKMeetingsServiceException}
60
+ * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
57
61
  *
58
62
  */
59
63
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -55,6 +55,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
55
55
  * };
56
56
  * const command = new UntagResourceCommand(input);
57
57
  * const response = await client.send(command);
58
+ * // {};
59
+ *
58
60
  * ```
59
61
  *
60
62
  * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
@@ -69,6 +71,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
69
71
  * @throws {@link ResourceNotFoundException} (client fault)
70
72
  * <p>The resource that you want to tag couldn't be found.</p>
71
73
  *
74
+ * @throws {@link ChimeSDKMeetingsServiceException}
75
+ * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
72
76
  *
73
77
  */
74
78
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -57,6 +57,19 @@ export interface UpdateAttendeeCapabilitiesCommandOutput extends UpdateAttendeeC
57
57
  * };
58
58
  * const command = new UpdateAttendeeCapabilitiesCommand(input);
59
59
  * const response = await client.send(command);
60
+ * // { // UpdateAttendeeCapabilitiesResponse
61
+ * // Attendee: { // Attendee
62
+ * // ExternalUserId: "STRING_VALUE",
63
+ * // AttendeeId: "STRING_VALUE",
64
+ * // JoinToken: "STRING_VALUE",
65
+ * // Capabilities: { // AttendeeCapabilities
66
+ * // Audio: "SendReceive" || "Send" || "Receive" || "None", // required
67
+ * // Video: "SendReceive" || "Send" || "Receive" || "None", // required
68
+ * // Content: "SendReceive" || "Send" || "Receive" || "None", // required
69
+ * // },
70
+ * // },
71
+ * // };
72
+ *
60
73
  * ```
61
74
  *
62
75
  * @param UpdateAttendeeCapabilitiesCommandInput - {@link UpdateAttendeeCapabilitiesCommandInput}
@@ -83,6 +96,8 @@ export interface UpdateAttendeeCapabilitiesCommandOutput extends UpdateAttendeeC
83
96
  * @throws {@link UnauthorizedException} (client fault)
84
97
  * <p>The user isn't authorized to request a resource.</p>
85
98
  *
99
+ * @throws {@link ChimeSDKMeetingsServiceException}
100
+ * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
86
101
  *
87
102
  */
88
103
  export declare class UpdateAttendeeCapabilitiesCommand extends $Command<UpdateAttendeeCapabilitiesCommandInput, UpdateAttendeeCapabilitiesCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-chime-sdk-meetings",
3
3
  "description": "AWS SDK for JavaScript Chime Sdk Meetings Client for Node.js, Browser and React Native",
4
- "version": "3.325.0",
4
+ "version": "3.326.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.325.0",
24
+ "@aws-sdk/client-sts": "3.326.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.325.0",
26
+ "@aws-sdk/credential-provider-node": "3.326.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",