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