@aws-sdk/client-chime-sdk-meetings 3.928.0 → 3.929.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.
Files changed (40) hide show
  1. package/dist-cjs/index.js +846 -941
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ChimeSDKMeetingsClient.js +2 -0
  4. package/dist-es/commands/BatchCreateAttendeeCommand.js +3 -10
  5. package/dist-es/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.js +3 -9
  6. package/dist-es/commands/CreateAttendeeCommand.js +3 -10
  7. package/dist-es/commands/CreateMeetingCommand.js +3 -10
  8. package/dist-es/commands/CreateMeetingWithAttendeesCommand.js +3 -10
  9. package/dist-es/commands/DeleteAttendeeCommand.js +3 -9
  10. package/dist-es/commands/DeleteMeetingCommand.js +3 -9
  11. package/dist-es/commands/GetAttendeeCommand.js +3 -10
  12. package/dist-es/commands/GetMeetingCommand.js +3 -10
  13. package/dist-es/commands/ListAttendeesCommand.js +3 -10
  14. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  15. package/dist-es/commands/StartMeetingTranscriptionCommand.js +3 -9
  16. package/dist-es/commands/StopMeetingTranscriptionCommand.js +3 -9
  17. package/dist-es/commands/TagResourceCommand.js +3 -9
  18. package/dist-es/commands/UntagResourceCommand.js +3 -9
  19. package/dist-es/commands/UpdateAttendeeCapabilitiesCommand.js +3 -10
  20. package/dist-es/models/models_0.js +0 -87
  21. package/dist-es/runtimeConfig.shared.js +2 -0
  22. package/dist-es/schemas/schemas_0.js +784 -0
  23. package/dist-types/ChimeSDKMeetingsClient.d.ts +10 -1
  24. package/dist-types/models/models_0.d.ts +0 -68
  25. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  26. package/dist-types/runtimeConfig.d.ts +1 -0
  27. package/dist-types/runtimeConfig.native.d.ts +1 -0
  28. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  29. package/dist-types/schemas/schemas_0.d.ts +88 -0
  30. package/dist-types/ts3.4/ChimeSDKMeetingsClient.d.ts +4 -0
  31. package/dist-types/ts3.4/models/models_0.d.ts +0 -47
  32. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  33. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  34. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  35. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  36. package/dist-types/ts3.4/schemas/schemas_0.d.ts +94 -0
  37. package/package.json +2 -3
  38. package/dist-es/protocols/Aws_restJson1.js +0 -697
  39. package/dist-types/protocols/Aws_restJson1.d.ts +0 -146
  40. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -197
@@ -1,146 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput } from "../commands/BatchCreateAttendeeCommand";
4
- import { BatchUpdateAttendeeCapabilitiesExceptCommandInput, BatchUpdateAttendeeCapabilitiesExceptCommandOutput } from "../commands/BatchUpdateAttendeeCapabilitiesExceptCommand";
5
- import { CreateAttendeeCommandInput, CreateAttendeeCommandOutput } from "../commands/CreateAttendeeCommand";
6
- import { CreateMeetingCommandInput, CreateMeetingCommandOutput } from "../commands/CreateMeetingCommand";
7
- import { CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput } from "../commands/CreateMeetingWithAttendeesCommand";
8
- import { DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput } from "../commands/DeleteAttendeeCommand";
9
- import { DeleteMeetingCommandInput, DeleteMeetingCommandOutput } from "../commands/DeleteMeetingCommand";
10
- import { GetAttendeeCommandInput, GetAttendeeCommandOutput } from "../commands/GetAttendeeCommand";
11
- import { GetMeetingCommandInput, GetMeetingCommandOutput } from "../commands/GetMeetingCommand";
12
- import { ListAttendeesCommandInput, ListAttendeesCommandOutput } from "../commands/ListAttendeesCommand";
13
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
14
- import { StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput } from "../commands/StartMeetingTranscriptionCommand";
15
- import { StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput } from "../commands/StopMeetingTranscriptionCommand";
16
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
17
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
18
- import { UpdateAttendeeCapabilitiesCommandInput, UpdateAttendeeCapabilitiesCommandOutput } from "../commands/UpdateAttendeeCapabilitiesCommand";
19
- /**
20
- * serializeAws_restJson1BatchCreateAttendeeCommand
21
- */
22
- export declare const se_BatchCreateAttendeeCommand: (input: BatchCreateAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
- /**
24
- * serializeAws_restJson1BatchUpdateAttendeeCapabilitiesExceptCommand
25
- */
26
- export declare const se_BatchUpdateAttendeeCapabilitiesExceptCommand: (input: BatchUpdateAttendeeCapabilitiesExceptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- /**
28
- * serializeAws_restJson1CreateAttendeeCommand
29
- */
30
- export declare const se_CreateAttendeeCommand: (input: CreateAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- /**
32
- * serializeAws_restJson1CreateMeetingCommand
33
- */
34
- export declare const se_CreateMeetingCommand: (input: CreateMeetingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- /**
36
- * serializeAws_restJson1CreateMeetingWithAttendeesCommand
37
- */
38
- export declare const se_CreateMeetingWithAttendeesCommand: (input: CreateMeetingWithAttendeesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- /**
40
- * serializeAws_restJson1DeleteAttendeeCommand
41
- */
42
- export declare const se_DeleteAttendeeCommand: (input: DeleteAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- /**
44
- * serializeAws_restJson1DeleteMeetingCommand
45
- */
46
- export declare const se_DeleteMeetingCommand: (input: DeleteMeetingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- /**
48
- * serializeAws_restJson1GetAttendeeCommand
49
- */
50
- export declare const se_GetAttendeeCommand: (input: GetAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- /**
52
- * serializeAws_restJson1GetMeetingCommand
53
- */
54
- export declare const se_GetMeetingCommand: (input: GetMeetingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- /**
56
- * serializeAws_restJson1ListAttendeesCommand
57
- */
58
- export declare const se_ListAttendeesCommand: (input: ListAttendeesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- /**
60
- * serializeAws_restJson1ListTagsForResourceCommand
61
- */
62
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- /**
64
- * serializeAws_restJson1StartMeetingTranscriptionCommand
65
- */
66
- export declare const se_StartMeetingTranscriptionCommand: (input: StartMeetingTranscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- /**
68
- * serializeAws_restJson1StopMeetingTranscriptionCommand
69
- */
70
- export declare const se_StopMeetingTranscriptionCommand: (input: StopMeetingTranscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- /**
72
- * serializeAws_restJson1TagResourceCommand
73
- */
74
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- /**
76
- * serializeAws_restJson1UntagResourceCommand
77
- */
78
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- /**
80
- * serializeAws_restJson1UpdateAttendeeCapabilitiesCommand
81
- */
82
- export declare const se_UpdateAttendeeCapabilitiesCommand: (input: UpdateAttendeeCapabilitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- /**
84
- * deserializeAws_restJson1BatchCreateAttendeeCommand
85
- */
86
- export declare const de_BatchCreateAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreateAttendeeCommandOutput>;
87
- /**
88
- * deserializeAws_restJson1BatchUpdateAttendeeCapabilitiesExceptCommand
89
- */
90
- export declare const de_BatchUpdateAttendeeCapabilitiesExceptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateAttendeeCapabilitiesExceptCommandOutput>;
91
- /**
92
- * deserializeAws_restJson1CreateAttendeeCommand
93
- */
94
- export declare const de_CreateAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAttendeeCommandOutput>;
95
- /**
96
- * deserializeAws_restJson1CreateMeetingCommand
97
- */
98
- export declare const de_CreateMeetingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMeetingCommandOutput>;
99
- /**
100
- * deserializeAws_restJson1CreateMeetingWithAttendeesCommand
101
- */
102
- export declare const de_CreateMeetingWithAttendeesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMeetingWithAttendeesCommandOutput>;
103
- /**
104
- * deserializeAws_restJson1DeleteAttendeeCommand
105
- */
106
- export declare const de_DeleteAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAttendeeCommandOutput>;
107
- /**
108
- * deserializeAws_restJson1DeleteMeetingCommand
109
- */
110
- export declare const de_DeleteMeetingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMeetingCommandOutput>;
111
- /**
112
- * deserializeAws_restJson1GetAttendeeCommand
113
- */
114
- export declare const de_GetAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAttendeeCommandOutput>;
115
- /**
116
- * deserializeAws_restJson1GetMeetingCommand
117
- */
118
- export declare const de_GetMeetingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMeetingCommandOutput>;
119
- /**
120
- * deserializeAws_restJson1ListAttendeesCommand
121
- */
122
- export declare const de_ListAttendeesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttendeesCommandOutput>;
123
- /**
124
- * deserializeAws_restJson1ListTagsForResourceCommand
125
- */
126
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
127
- /**
128
- * deserializeAws_restJson1StartMeetingTranscriptionCommand
129
- */
130
- export declare const de_StartMeetingTranscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMeetingTranscriptionCommandOutput>;
131
- /**
132
- * deserializeAws_restJson1StopMeetingTranscriptionCommand
133
- */
134
- export declare const de_StopMeetingTranscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopMeetingTranscriptionCommandOutput>;
135
- /**
136
- * deserializeAws_restJson1TagResourceCommand
137
- */
138
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
139
- /**
140
- * deserializeAws_restJson1UntagResourceCommand
141
- */
142
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
143
- /**
144
- * deserializeAws_restJson1UpdateAttendeeCapabilitiesCommand
145
- */
146
- export declare const de_UpdateAttendeeCapabilitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAttendeeCapabilitiesCommandOutput>;
@@ -1,197 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- BatchCreateAttendeeCommandInput,
8
- BatchCreateAttendeeCommandOutput,
9
- } from "../commands/BatchCreateAttendeeCommand";
10
- import {
11
- BatchUpdateAttendeeCapabilitiesExceptCommandInput,
12
- BatchUpdateAttendeeCapabilitiesExceptCommandOutput,
13
- } from "../commands/BatchUpdateAttendeeCapabilitiesExceptCommand";
14
- import {
15
- CreateAttendeeCommandInput,
16
- CreateAttendeeCommandOutput,
17
- } from "../commands/CreateAttendeeCommand";
18
- import {
19
- CreateMeetingCommandInput,
20
- CreateMeetingCommandOutput,
21
- } from "../commands/CreateMeetingCommand";
22
- import {
23
- CreateMeetingWithAttendeesCommandInput,
24
- CreateMeetingWithAttendeesCommandOutput,
25
- } from "../commands/CreateMeetingWithAttendeesCommand";
26
- import {
27
- DeleteAttendeeCommandInput,
28
- DeleteAttendeeCommandOutput,
29
- } from "../commands/DeleteAttendeeCommand";
30
- import {
31
- DeleteMeetingCommandInput,
32
- DeleteMeetingCommandOutput,
33
- } from "../commands/DeleteMeetingCommand";
34
- import {
35
- GetAttendeeCommandInput,
36
- GetAttendeeCommandOutput,
37
- } from "../commands/GetAttendeeCommand";
38
- import {
39
- GetMeetingCommandInput,
40
- GetMeetingCommandOutput,
41
- } from "../commands/GetMeetingCommand";
42
- import {
43
- ListAttendeesCommandInput,
44
- ListAttendeesCommandOutput,
45
- } from "../commands/ListAttendeesCommand";
46
- import {
47
- ListTagsForResourceCommandInput,
48
- ListTagsForResourceCommandOutput,
49
- } from "../commands/ListTagsForResourceCommand";
50
- import {
51
- StartMeetingTranscriptionCommandInput,
52
- StartMeetingTranscriptionCommandOutput,
53
- } from "../commands/StartMeetingTranscriptionCommand";
54
- import {
55
- StopMeetingTranscriptionCommandInput,
56
- StopMeetingTranscriptionCommandOutput,
57
- } from "../commands/StopMeetingTranscriptionCommand";
58
- import {
59
- TagResourceCommandInput,
60
- TagResourceCommandOutput,
61
- } from "../commands/TagResourceCommand";
62
- import {
63
- UntagResourceCommandInput,
64
- UntagResourceCommandOutput,
65
- } from "../commands/UntagResourceCommand";
66
- import {
67
- UpdateAttendeeCapabilitiesCommandInput,
68
- UpdateAttendeeCapabilitiesCommandOutput,
69
- } from "../commands/UpdateAttendeeCapabilitiesCommand";
70
- export declare const se_BatchCreateAttendeeCommand: (
71
- input: BatchCreateAttendeeCommandInput,
72
- context: __SerdeContext
73
- ) => Promise<__HttpRequest>;
74
- export declare const se_BatchUpdateAttendeeCapabilitiesExceptCommand: (
75
- input: BatchUpdateAttendeeCapabilitiesExceptCommandInput,
76
- context: __SerdeContext
77
- ) => Promise<__HttpRequest>;
78
- export declare const se_CreateAttendeeCommand: (
79
- input: CreateAttendeeCommandInput,
80
- context: __SerdeContext
81
- ) => Promise<__HttpRequest>;
82
- export declare const se_CreateMeetingCommand: (
83
- input: CreateMeetingCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const se_CreateMeetingWithAttendeesCommand: (
87
- input: CreateMeetingWithAttendeesCommandInput,
88
- context: __SerdeContext
89
- ) => Promise<__HttpRequest>;
90
- export declare const se_DeleteAttendeeCommand: (
91
- input: DeleteAttendeeCommandInput,
92
- context: __SerdeContext
93
- ) => Promise<__HttpRequest>;
94
- export declare const se_DeleteMeetingCommand: (
95
- input: DeleteMeetingCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_GetAttendeeCommand: (
99
- input: GetAttendeeCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_GetMeetingCommand: (
103
- input: GetMeetingCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_ListAttendeesCommand: (
107
- input: ListAttendeesCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const se_ListTagsForResourceCommand: (
111
- input: ListTagsForResourceCommandInput,
112
- context: __SerdeContext
113
- ) => Promise<__HttpRequest>;
114
- export declare const se_StartMeetingTranscriptionCommand: (
115
- input: StartMeetingTranscriptionCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const se_StopMeetingTranscriptionCommand: (
119
- input: StopMeetingTranscriptionCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_TagResourceCommand: (
123
- input: TagResourceCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_UntagResourceCommand: (
127
- input: UntagResourceCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_UpdateAttendeeCapabilitiesCommand: (
131
- input: UpdateAttendeeCapabilitiesCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const de_BatchCreateAttendeeCommand: (
135
- output: __HttpResponse,
136
- context: __SerdeContext
137
- ) => Promise<BatchCreateAttendeeCommandOutput>;
138
- export declare const de_BatchUpdateAttendeeCapabilitiesExceptCommand: (
139
- output: __HttpResponse,
140
- context: __SerdeContext
141
- ) => Promise<BatchUpdateAttendeeCapabilitiesExceptCommandOutput>;
142
- export declare const de_CreateAttendeeCommand: (
143
- output: __HttpResponse,
144
- context: __SerdeContext
145
- ) => Promise<CreateAttendeeCommandOutput>;
146
- export declare const de_CreateMeetingCommand: (
147
- output: __HttpResponse,
148
- context: __SerdeContext
149
- ) => Promise<CreateMeetingCommandOutput>;
150
- export declare const de_CreateMeetingWithAttendeesCommand: (
151
- output: __HttpResponse,
152
- context: __SerdeContext
153
- ) => Promise<CreateMeetingWithAttendeesCommandOutput>;
154
- export declare const de_DeleteAttendeeCommand: (
155
- output: __HttpResponse,
156
- context: __SerdeContext
157
- ) => Promise<DeleteAttendeeCommandOutput>;
158
- export declare const de_DeleteMeetingCommand: (
159
- output: __HttpResponse,
160
- context: __SerdeContext
161
- ) => Promise<DeleteMeetingCommandOutput>;
162
- export declare const de_GetAttendeeCommand: (
163
- output: __HttpResponse,
164
- context: __SerdeContext
165
- ) => Promise<GetAttendeeCommandOutput>;
166
- export declare const de_GetMeetingCommand: (
167
- output: __HttpResponse,
168
- context: __SerdeContext
169
- ) => Promise<GetMeetingCommandOutput>;
170
- export declare const de_ListAttendeesCommand: (
171
- output: __HttpResponse,
172
- context: __SerdeContext
173
- ) => Promise<ListAttendeesCommandOutput>;
174
- export declare const de_ListTagsForResourceCommand: (
175
- output: __HttpResponse,
176
- context: __SerdeContext
177
- ) => Promise<ListTagsForResourceCommandOutput>;
178
- export declare const de_StartMeetingTranscriptionCommand: (
179
- output: __HttpResponse,
180
- context: __SerdeContext
181
- ) => Promise<StartMeetingTranscriptionCommandOutput>;
182
- export declare const de_StopMeetingTranscriptionCommand: (
183
- output: __HttpResponse,
184
- context: __SerdeContext
185
- ) => Promise<StopMeetingTranscriptionCommandOutput>;
186
- export declare const de_TagResourceCommand: (
187
- output: __HttpResponse,
188
- context: __SerdeContext
189
- ) => Promise<TagResourceCommandOutput>;
190
- export declare const de_UntagResourceCommand: (
191
- output: __HttpResponse,
192
- context: __SerdeContext
193
- ) => Promise<UntagResourceCommandOutput>;
194
- export declare const de_UpdateAttendeeCapabilitiesCommand: (
195
- output: __HttpResponse,
196
- context: __SerdeContext
197
- ) => Promise<UpdateAttendeeCapabilitiesCommandOutput>;