@aws-sdk/client-chime-sdk-meetings 3.306.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.
- package/dist-cjs/commands/BatchCreateAttendeeCommand.js +2 -2
- package/dist-cjs/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.js +2 -2
- package/dist-cjs/commands/CreateAttendeeCommand.js +2 -2
- package/dist-cjs/commands/CreateMeetingCommand.js +2 -2
- package/dist-cjs/commands/CreateMeetingWithAttendeesCommand.js +2 -2
- package/dist-cjs/commands/DeleteAttendeeCommand.js +2 -2
- package/dist-cjs/commands/DeleteMeetingCommand.js +2 -2
- package/dist-cjs/commands/GetAttendeeCommand.js +2 -2
- package/dist-cjs/commands/GetMeetingCommand.js +2 -2
- package/dist-cjs/commands/ListAttendeesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/StartMeetingTranscriptionCommand.js +2 -2
- package/dist-cjs/commands/StopMeetingTranscriptionCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAttendeeCapabilitiesCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +284 -300
- package/dist-es/commands/BatchCreateAttendeeCommand.js +3 -3
- package/dist-es/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.js +3 -3
- package/dist-es/commands/CreateAttendeeCommand.js +3 -3
- package/dist-es/commands/CreateMeetingCommand.js +3 -3
- package/dist-es/commands/CreateMeetingWithAttendeesCommand.js +3 -3
- package/dist-es/commands/DeleteAttendeeCommand.js +3 -3
- package/dist-es/commands/DeleteMeetingCommand.js +3 -3
- package/dist-es/commands/GetAttendeeCommand.js +3 -3
- package/dist-es/commands/GetMeetingCommand.js +3 -3
- package/dist-es/commands/ListAttendeesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/StartMeetingTranscriptionCommand.js +3 -3
- package/dist-es/commands/StopMeetingTranscriptionCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAttendeeCapabilitiesCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +251 -267
- package/dist-types/protocols/Aws_restJson1.d.ts +128 -32
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +32 -32
- package/package.json +6 -6
|
@@ -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
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
export declare const
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
export declare const
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
export declare const
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
export declare const
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
export declare const
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
export declare const
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
export declare const
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
export declare const
|
|
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
|
|
70
|
+
export declare const se_BatchCreateAttendeeCommand: (
|
|
71
71
|
input: BatchCreateAttendeeCommandInput,
|
|
72
72
|
context: __SerdeContext
|
|
73
73
|
) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const
|
|
74
|
+
export declare const se_BatchUpdateAttendeeCapabilitiesExceptCommand: (
|
|
75
75
|
input: BatchUpdateAttendeeCapabilitiesExceptCommandInput,
|
|
76
76
|
context: __SerdeContext
|
|
77
77
|
) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const
|
|
78
|
+
export declare const se_CreateAttendeeCommand: (
|
|
79
79
|
input: CreateAttendeeCommandInput,
|
|
80
80
|
context: __SerdeContext
|
|
81
81
|
) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const
|
|
82
|
+
export declare const se_CreateMeetingCommand: (
|
|
83
83
|
input: CreateMeetingCommandInput,
|
|
84
84
|
context: __SerdeContext
|
|
85
85
|
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const
|
|
86
|
+
export declare const se_CreateMeetingWithAttendeesCommand: (
|
|
87
87
|
input: CreateMeetingWithAttendeesCommandInput,
|
|
88
88
|
context: __SerdeContext
|
|
89
89
|
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const
|
|
90
|
+
export declare const se_DeleteAttendeeCommand: (
|
|
91
91
|
input: DeleteAttendeeCommandInput,
|
|
92
92
|
context: __SerdeContext
|
|
93
93
|
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const
|
|
94
|
+
export declare const se_DeleteMeetingCommand: (
|
|
95
95
|
input: DeleteMeetingCommandInput,
|
|
96
96
|
context: __SerdeContext
|
|
97
97
|
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const
|
|
98
|
+
export declare const se_GetAttendeeCommand: (
|
|
99
99
|
input: GetAttendeeCommandInput,
|
|
100
100
|
context: __SerdeContext
|
|
101
101
|
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const
|
|
102
|
+
export declare const se_GetMeetingCommand: (
|
|
103
103
|
input: GetMeetingCommandInput,
|
|
104
104
|
context: __SerdeContext
|
|
105
105
|
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const
|
|
106
|
+
export declare const se_ListAttendeesCommand: (
|
|
107
107
|
input: ListAttendeesCommandInput,
|
|
108
108
|
context: __SerdeContext
|
|
109
109
|
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
111
111
|
input: ListTagsForResourceCommandInput,
|
|
112
112
|
context: __SerdeContext
|
|
113
113
|
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const se_StartMeetingTranscriptionCommand: (
|
|
115
115
|
input: StartMeetingTranscriptionCommandInput,
|
|
116
116
|
context: __SerdeContext
|
|
117
117
|
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const se_StopMeetingTranscriptionCommand: (
|
|
119
119
|
input: StopMeetingTranscriptionCommandInput,
|
|
120
120
|
context: __SerdeContext
|
|
121
121
|
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_TagResourceCommand: (
|
|
123
123
|
input: TagResourceCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_UntagResourceCommand: (
|
|
127
127
|
input: UntagResourceCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_UpdateAttendeeCapabilitiesCommand: (
|
|
131
131
|
input: UpdateAttendeeCapabilitiesCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const de_BatchCreateAttendeeCommand: (
|
|
135
135
|
output: __HttpResponse,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<BatchCreateAttendeeCommandOutput>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const de_BatchUpdateAttendeeCapabilitiesExceptCommand: (
|
|
139
139
|
output: __HttpResponse,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<BatchUpdateAttendeeCapabilitiesExceptCommandOutput>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const de_CreateAttendeeCommand: (
|
|
143
143
|
output: __HttpResponse,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<CreateAttendeeCommandOutput>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const de_CreateMeetingCommand: (
|
|
147
147
|
output: __HttpResponse,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<CreateMeetingCommandOutput>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const de_CreateMeetingWithAttendeesCommand: (
|
|
151
151
|
output: __HttpResponse,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<CreateMeetingWithAttendeesCommandOutput>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const de_DeleteAttendeeCommand: (
|
|
155
155
|
output: __HttpResponse,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<DeleteAttendeeCommandOutput>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const de_DeleteMeetingCommand: (
|
|
159
159
|
output: __HttpResponse,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<DeleteMeetingCommandOutput>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const de_GetAttendeeCommand: (
|
|
163
163
|
output: __HttpResponse,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<GetAttendeeCommandOutput>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const de_GetMeetingCommand: (
|
|
167
167
|
output: __HttpResponse,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<GetMeetingCommandOutput>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const de_ListAttendeesCommand: (
|
|
171
171
|
output: __HttpResponse,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<ListAttendeesCommandOutput>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
175
175
|
output: __HttpResponse,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const de_StartMeetingTranscriptionCommand: (
|
|
179
179
|
output: __HttpResponse,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<StartMeetingTranscriptionCommandOutput>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const de_StopMeetingTranscriptionCommand: (
|
|
183
183
|
output: __HttpResponse,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<StopMeetingTranscriptionCommandOutput>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const de_TagResourceCommand: (
|
|
187
187
|
output: __HttpResponse,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<TagResourceCommandOutput>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const de_UntagResourceCommand: (
|
|
191
191
|
output: __HttpResponse,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<UntagResourceCommandOutput>;
|
|
194
|
-
export declare const
|
|
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.
|
|
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,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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.309.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.309.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.306.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.309.0",
|
|
44
44
|
"@aws-sdk/types": "3.306.0",
|
|
45
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.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.309.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.309.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.306.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.306.0",
|