@aws-sdk/client-chime-sdk-meetings 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/ChimeSDKMeetings.d.ts +298 -85
- package/dist-types/ts3.4/ChimeSDKMeetingsClient.d.ts +226 -89
- package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAttendeeCapabilitiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +16 -16
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ChimeSDKMeetingsServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +693 -638
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAttendeesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +197 -50
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,89 +1,226 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
}
|
|
89
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
BatchCreateAttendeeCommandInput,
|
|
47
|
+
BatchCreateAttendeeCommandOutput,
|
|
48
|
+
} from "./commands/BatchCreateAttendeeCommand";
|
|
49
|
+
import {
|
|
50
|
+
BatchUpdateAttendeeCapabilitiesExceptCommandInput,
|
|
51
|
+
BatchUpdateAttendeeCapabilitiesExceptCommandOutput,
|
|
52
|
+
} from "./commands/BatchUpdateAttendeeCapabilitiesExceptCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateAttendeeCommandInput,
|
|
55
|
+
CreateAttendeeCommandOutput,
|
|
56
|
+
} from "./commands/CreateAttendeeCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateMeetingCommandInput,
|
|
59
|
+
CreateMeetingCommandOutput,
|
|
60
|
+
} from "./commands/CreateMeetingCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateMeetingWithAttendeesCommandInput,
|
|
63
|
+
CreateMeetingWithAttendeesCommandOutput,
|
|
64
|
+
} from "./commands/CreateMeetingWithAttendeesCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteAttendeeCommandInput,
|
|
67
|
+
DeleteAttendeeCommandOutput,
|
|
68
|
+
} from "./commands/DeleteAttendeeCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteMeetingCommandInput,
|
|
71
|
+
DeleteMeetingCommandOutput,
|
|
72
|
+
} from "./commands/DeleteMeetingCommand";
|
|
73
|
+
import {
|
|
74
|
+
GetAttendeeCommandInput,
|
|
75
|
+
GetAttendeeCommandOutput,
|
|
76
|
+
} from "./commands/GetAttendeeCommand";
|
|
77
|
+
import {
|
|
78
|
+
GetMeetingCommandInput,
|
|
79
|
+
GetMeetingCommandOutput,
|
|
80
|
+
} from "./commands/GetMeetingCommand";
|
|
81
|
+
import {
|
|
82
|
+
ListAttendeesCommandInput,
|
|
83
|
+
ListAttendeesCommandOutput,
|
|
84
|
+
} from "./commands/ListAttendeesCommand";
|
|
85
|
+
import {
|
|
86
|
+
ListTagsForResourceCommandInput,
|
|
87
|
+
ListTagsForResourceCommandOutput,
|
|
88
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
89
|
+
import {
|
|
90
|
+
StartMeetingTranscriptionCommandInput,
|
|
91
|
+
StartMeetingTranscriptionCommandOutput,
|
|
92
|
+
} from "./commands/StartMeetingTranscriptionCommand";
|
|
93
|
+
import {
|
|
94
|
+
StopMeetingTranscriptionCommandInput,
|
|
95
|
+
StopMeetingTranscriptionCommandOutput,
|
|
96
|
+
} from "./commands/StopMeetingTranscriptionCommand";
|
|
97
|
+
import {
|
|
98
|
+
TagResourceCommandInput,
|
|
99
|
+
TagResourceCommandOutput,
|
|
100
|
+
} from "./commands/TagResourceCommand";
|
|
101
|
+
import {
|
|
102
|
+
UntagResourceCommandInput,
|
|
103
|
+
UntagResourceCommandOutput,
|
|
104
|
+
} from "./commands/UntagResourceCommand";
|
|
105
|
+
import {
|
|
106
|
+
UpdateAttendeeCapabilitiesCommandInput,
|
|
107
|
+
UpdateAttendeeCapabilitiesCommandOutput,
|
|
108
|
+
} from "./commands/UpdateAttendeeCapabilitiesCommand";
|
|
109
|
+
export declare type ServiceInputTypes =
|
|
110
|
+
| BatchCreateAttendeeCommandInput
|
|
111
|
+
| BatchUpdateAttendeeCapabilitiesExceptCommandInput
|
|
112
|
+
| CreateAttendeeCommandInput
|
|
113
|
+
| CreateMeetingCommandInput
|
|
114
|
+
| CreateMeetingWithAttendeesCommandInput
|
|
115
|
+
| DeleteAttendeeCommandInput
|
|
116
|
+
| DeleteMeetingCommandInput
|
|
117
|
+
| GetAttendeeCommandInput
|
|
118
|
+
| GetMeetingCommandInput
|
|
119
|
+
| ListAttendeesCommandInput
|
|
120
|
+
| ListTagsForResourceCommandInput
|
|
121
|
+
| StartMeetingTranscriptionCommandInput
|
|
122
|
+
| StopMeetingTranscriptionCommandInput
|
|
123
|
+
| TagResourceCommandInput
|
|
124
|
+
| UntagResourceCommandInput
|
|
125
|
+
| UpdateAttendeeCapabilitiesCommandInput;
|
|
126
|
+
export declare type ServiceOutputTypes =
|
|
127
|
+
| BatchCreateAttendeeCommandOutput
|
|
128
|
+
| BatchUpdateAttendeeCapabilitiesExceptCommandOutput
|
|
129
|
+
| CreateAttendeeCommandOutput
|
|
130
|
+
| CreateMeetingCommandOutput
|
|
131
|
+
| CreateMeetingWithAttendeesCommandOutput
|
|
132
|
+
| DeleteAttendeeCommandOutput
|
|
133
|
+
| DeleteMeetingCommandOutput
|
|
134
|
+
| GetAttendeeCommandOutput
|
|
135
|
+
| GetMeetingCommandOutput
|
|
136
|
+
| ListAttendeesCommandOutput
|
|
137
|
+
| ListTagsForResourceCommandOutput
|
|
138
|
+
| StartMeetingTranscriptionCommandOutput
|
|
139
|
+
| StopMeetingTranscriptionCommandOutput
|
|
140
|
+
| TagResourceCommandOutput
|
|
141
|
+
| UntagResourceCommandOutput
|
|
142
|
+
| UpdateAttendeeCapabilitiesCommandOutput;
|
|
143
|
+
export interface ClientDefaults
|
|
144
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
145
|
+
requestHandler?: __HttpHandler;
|
|
146
|
+
|
|
147
|
+
sha256?: __HashConstructor;
|
|
148
|
+
|
|
149
|
+
urlParser?: __UrlParser;
|
|
150
|
+
|
|
151
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
152
|
+
|
|
153
|
+
streamCollector?: __StreamCollector;
|
|
154
|
+
|
|
155
|
+
base64Decoder?: __Decoder;
|
|
156
|
+
|
|
157
|
+
base64Encoder?: __Encoder;
|
|
158
|
+
|
|
159
|
+
utf8Decoder?: __Decoder;
|
|
160
|
+
|
|
161
|
+
utf8Encoder?: __Encoder;
|
|
162
|
+
|
|
163
|
+
runtime?: string;
|
|
164
|
+
|
|
165
|
+
disableHostPrefix?: boolean;
|
|
166
|
+
|
|
167
|
+
maxAttempts?: number | __Provider<number>;
|
|
168
|
+
|
|
169
|
+
retryMode?: string | __Provider<string>;
|
|
170
|
+
|
|
171
|
+
logger?: __Logger;
|
|
172
|
+
|
|
173
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
174
|
+
|
|
175
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
176
|
+
|
|
177
|
+
serviceId?: string;
|
|
178
|
+
|
|
179
|
+
region?: string | __Provider<string>;
|
|
180
|
+
|
|
181
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
182
|
+
|
|
183
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
184
|
+
|
|
185
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
186
|
+
|
|
187
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
188
|
+
}
|
|
189
|
+
declare type ChimeSDKMeetingsClientConfigType = Partial<
|
|
190
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
191
|
+
> &
|
|
192
|
+
ClientDefaults &
|
|
193
|
+
RegionInputConfig &
|
|
194
|
+
EndpointsInputConfig &
|
|
195
|
+
RetryInputConfig &
|
|
196
|
+
HostHeaderInputConfig &
|
|
197
|
+
AwsAuthInputConfig &
|
|
198
|
+
UserAgentInputConfig;
|
|
199
|
+
|
|
200
|
+
export interface ChimeSDKMeetingsClientConfig
|
|
201
|
+
extends ChimeSDKMeetingsClientConfigType {}
|
|
202
|
+
declare type ChimeSDKMeetingsClientResolvedConfigType =
|
|
203
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
204
|
+
Required<ClientDefaults> &
|
|
205
|
+
RegionResolvedConfig &
|
|
206
|
+
EndpointsResolvedConfig &
|
|
207
|
+
RetryResolvedConfig &
|
|
208
|
+
HostHeaderResolvedConfig &
|
|
209
|
+
AwsAuthResolvedConfig &
|
|
210
|
+
UserAgentResolvedConfig;
|
|
211
|
+
|
|
212
|
+
export interface ChimeSDKMeetingsClientResolvedConfig
|
|
213
|
+
extends ChimeSDKMeetingsClientResolvedConfigType {}
|
|
214
|
+
|
|
215
|
+
export declare class ChimeSDKMeetingsClient extends __Client<
|
|
216
|
+
__HttpHandlerOptions,
|
|
217
|
+
ServiceInputTypes,
|
|
218
|
+
ServiceOutputTypes,
|
|
219
|
+
ChimeSDKMeetingsClientResolvedConfig
|
|
220
|
+
> {
|
|
221
|
+
readonly config: ChimeSDKMeetingsClientResolvedConfig;
|
|
222
|
+
constructor(configuration: ChimeSDKMeetingsClientConfig);
|
|
223
|
+
|
|
224
|
+
destroy(): void;
|
|
225
|
+
}
|
|
226
|
+
export {};
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ChimeSDKMeetingsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ChimeSDKMeetingsClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchCreateAttendeeRequest,
|
|
15
|
+
BatchCreateAttendeeResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchCreateAttendeeCommandInput
|
|
18
|
+
extends BatchCreateAttendeeRequest {}
|
|
19
|
+
export interface BatchCreateAttendeeCommandOutput
|
|
20
|
+
extends BatchCreateAttendeeResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchCreateAttendeeCommand extends $Command<
|
|
24
|
+
BatchCreateAttendeeCommandInput,
|
|
25
|
+
BatchCreateAttendeeCommandOutput,
|
|
26
|
+
ChimeSDKMeetingsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchCreateAttendeeCommandInput;
|
|
29
|
+
constructor(input: BatchCreateAttendeeCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ChimeSDKMeetingsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ChimeSDKMeetingsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ChimeSDKMeetingsClient";
|
|
13
|
+
import { BatchUpdateAttendeeCapabilitiesExceptRequest } from "../models/models_0";
|
|
14
|
+
export interface BatchUpdateAttendeeCapabilitiesExceptCommandInput
|
|
15
|
+
extends BatchUpdateAttendeeCapabilitiesExceptRequest {}
|
|
16
|
+
export interface BatchUpdateAttendeeCapabilitiesExceptCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class BatchUpdateAttendeeCapabilitiesExceptCommand extends $Command<
|
|
20
|
+
BatchUpdateAttendeeCapabilitiesExceptCommandInput,
|
|
21
|
+
BatchUpdateAttendeeCapabilitiesExceptCommandOutput,
|
|
22
|
+
ChimeSDKMeetingsClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: BatchUpdateAttendeeCapabilitiesExceptCommandInput;
|
|
25
|
+
constructor(input: BatchUpdateAttendeeCapabilitiesExceptCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ChimeSDKMeetingsClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
BatchUpdateAttendeeCapabilitiesExceptCommandInput,
|
|
33
|
+
BatchUpdateAttendeeCapabilitiesExceptCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ChimeSDKMeetingsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ChimeSDKMeetingsClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateAttendeeRequest,
|
|
15
|
+
CreateAttendeeResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateAttendeeCommandInput extends CreateAttendeeRequest {}
|
|
18
|
+
export interface CreateAttendeeCommandOutput
|
|
19
|
+
extends CreateAttendeeResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateAttendeeCommand extends $Command<
|
|
23
|
+
CreateAttendeeCommandInput,
|
|
24
|
+
CreateAttendeeCommandOutput,
|
|
25
|
+
ChimeSDKMeetingsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateAttendeeCommandInput;
|
|
28
|
+
constructor(input: CreateAttendeeCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ChimeSDKMeetingsClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateAttendeeCommandInput, CreateAttendeeCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ChimeSDKMeetingsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ChimeSDKMeetingsClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateMeetingRequest,
|
|
15
|
+
CreateMeetingResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateMeetingCommandInput extends CreateMeetingRequest {}
|
|
18
|
+
export interface CreateMeetingCommandOutput
|
|
19
|
+
extends CreateMeetingResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateMeetingCommand extends $Command<
|
|
23
|
+
CreateMeetingCommandInput,
|
|
24
|
+
CreateMeetingCommandOutput,
|
|
25
|
+
ChimeSDKMeetingsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateMeetingCommandInput;
|
|
28
|
+
constructor(input: CreateMeetingCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ChimeSDKMeetingsClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateMeetingCommandInput, CreateMeetingCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ChimeSDKMeetingsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ChimeSDKMeetingsClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateMeetingWithAttendeesRequest,
|
|
15
|
+
CreateMeetingWithAttendeesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateMeetingWithAttendeesCommandInput
|
|
18
|
+
extends CreateMeetingWithAttendeesRequest {}
|
|
19
|
+
export interface CreateMeetingWithAttendeesCommandOutput
|
|
20
|
+
extends CreateMeetingWithAttendeesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateMeetingWithAttendeesCommand extends $Command<
|
|
24
|
+
CreateMeetingWithAttendeesCommandInput,
|
|
25
|
+
CreateMeetingWithAttendeesCommandOutput,
|
|
26
|
+
ChimeSDKMeetingsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateMeetingWithAttendeesCommandInput;
|
|
29
|
+
constructor(input: CreateMeetingWithAttendeesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ChimeSDKMeetingsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateMeetingWithAttendeesCommandInput,
|
|
37
|
+
CreateMeetingWithAttendeesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ChimeSDKMeetingsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ChimeSDKMeetingsClient";
|
|
13
|
+
import { DeleteAttendeeRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteAttendeeCommandInput extends DeleteAttendeeRequest {}
|
|
15
|
+
export interface DeleteAttendeeCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteAttendeeCommand extends $Command<
|
|
18
|
+
DeleteAttendeeCommandInput,
|
|
19
|
+
DeleteAttendeeCommandOutput,
|
|
20
|
+
ChimeSDKMeetingsClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteAttendeeCommandInput;
|
|
23
|
+
constructor(input: DeleteAttendeeCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ChimeSDKMeetingsClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|