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