@aws-sdk/client-chime-sdk-meetings 3.477.0 → 3.481.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 (73) hide show
  1. package/dist-cjs/commands/BatchCreateAttendeeCommand.js +18 -41
  2. package/dist-cjs/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.js +18 -41
  3. package/dist-cjs/commands/CreateAttendeeCommand.js +18 -41
  4. package/dist-cjs/commands/CreateMeetingCommand.js +18 -41
  5. package/dist-cjs/commands/CreateMeetingWithAttendeesCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteAttendeeCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteMeetingCommand.js +18 -41
  8. package/dist-cjs/commands/GetAttendeeCommand.js +18 -41
  9. package/dist-cjs/commands/GetMeetingCommand.js +18 -41
  10. package/dist-cjs/commands/ListAttendeesCommand.js +18 -41
  11. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  12. package/dist-cjs/commands/StartMeetingTranscriptionCommand.js +18 -41
  13. package/dist-cjs/commands/StopMeetingTranscriptionCommand.js +18 -41
  14. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  15. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  16. package/dist-cjs/commands/UpdateAttendeeCapabilitiesCommand.js +18 -41
  17. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  18. package/dist-cjs/pagination/ListAttendeesPaginator.js +2 -24
  19. package/dist-es/commands/BatchCreateAttendeeCommand.js +18 -41
  20. package/dist-es/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.js +18 -41
  21. package/dist-es/commands/CreateAttendeeCommand.js +18 -41
  22. package/dist-es/commands/CreateMeetingCommand.js +18 -41
  23. package/dist-es/commands/CreateMeetingWithAttendeesCommand.js +18 -41
  24. package/dist-es/commands/DeleteAttendeeCommand.js +18 -41
  25. package/dist-es/commands/DeleteMeetingCommand.js +18 -41
  26. package/dist-es/commands/GetAttendeeCommand.js +18 -41
  27. package/dist-es/commands/GetMeetingCommand.js +18 -41
  28. package/dist-es/commands/ListAttendeesCommand.js +18 -41
  29. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  30. package/dist-es/commands/StartMeetingTranscriptionCommand.js +18 -41
  31. package/dist-es/commands/StopMeetingTranscriptionCommand.js +18 -41
  32. package/dist-es/commands/TagResourceCommand.js +18 -41
  33. package/dist-es/commands/UntagResourceCommand.js +18 -41
  34. package/dist-es/commands/UpdateAttendeeCapabilitiesCommand.js +18 -41
  35. package/dist-es/endpoint/EndpointParameters.js +6 -0
  36. package/dist-es/pagination/ListAttendeesPaginator.js +2 -23
  37. package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +6 -21
  38. package/dist-types/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +6 -21
  39. package/dist-types/commands/CreateAttendeeCommand.d.ts +6 -21
  40. package/dist-types/commands/CreateMeetingCommand.d.ts +6 -21
  41. package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +6 -21
  42. package/dist-types/commands/DeleteAttendeeCommand.d.ts +6 -21
  43. package/dist-types/commands/DeleteMeetingCommand.d.ts +6 -21
  44. package/dist-types/commands/GetAttendeeCommand.d.ts +6 -21
  45. package/dist-types/commands/GetMeetingCommand.d.ts +6 -21
  46. package/dist-types/commands/ListAttendeesCommand.d.ts +6 -21
  47. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  48. package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +6 -21
  49. package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +6 -21
  50. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  51. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  52. package/dist-types/commands/UpdateAttendeeCapabilitiesCommand.d.ts +6 -21
  53. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  54. package/dist-types/pagination/ListAttendeesPaginator.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +14 -23
  56. package/dist-types/ts3.4/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +12 -24
  57. package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +14 -23
  58. package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +14 -23
  59. package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +12 -24
  60. package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +14 -23
  61. package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +14 -23
  62. package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +14 -23
  63. package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +14 -23
  64. package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +14 -23
  65. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  66. package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +12 -24
  67. package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +12 -24
  68. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  69. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  70. package/dist-types/ts3.4/commands/UpdateAttendeeCapabilitiesCommand.d.ts +12 -24
  71. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  72. package/dist-types/ts3.4/pagination/ListAttendeesPaginator.d.ts +3 -3
  73. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
5
4
  import { CreateMeetingWithAttendeesRequest, CreateMeetingWithAttendeesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateMeetingWithAttendeesCommandInput extends CreateMeetingWit
21
20
  */
22
21
  export interface CreateMeetingWithAttendeesCommandOutput extends CreateMeetingWithAttendeesResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateMeetingWithAttendeesCommand_base: {
24
+ new (input: CreateMeetingWithAttendeesCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -176,23 +179,5 @@ export interface CreateMeetingWithAttendeesCommandOutput extends CreateMeetingWi
176
179
  * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
177
180
  *
178
181
  */
179
- export declare class CreateMeetingWithAttendeesCommand extends $Command<CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
180
- readonly input: CreateMeetingWithAttendeesCommandInput;
181
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
182
- /**
183
- * @public
184
- */
185
- constructor(input: CreateMeetingWithAttendeesCommandInput);
186
- /**
187
- * @internal
188
- */
189
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput>;
190
- /**
191
- * @internal
192
- */
193
- private serialize;
194
- /**
195
- * @internal
196
- */
197
- private deserialize;
182
+ export declare class CreateMeetingWithAttendeesCommand extends CreateMeetingWithAttendeesCommand_base {
198
183
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
5
4
  import { DeleteAttendeeRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteAttendeeCommandInput extends DeleteAttendeeRequest {
21
20
  */
22
21
  export interface DeleteAttendeeCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteAttendeeCommand_base: {
24
+ new (input: DeleteAttendeeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their
@@ -74,23 +77,5 @@ export interface DeleteAttendeeCommandOutput extends __MetadataBearer {
74
77
  * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
75
78
  *
76
79
  */
77
- export declare class DeleteAttendeeCommand extends $Command<DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
78
- readonly input: DeleteAttendeeCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: DeleteAttendeeCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class DeleteAttendeeCommand extends DeleteAttendeeCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
5
4
  import { DeleteMeetingRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteMeetingCommandInput extends DeleteMeetingRequest {
21
20
  */
22
21
  export interface DeleteMeetingCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteMeetingCommand_base: {
24
+ new (input: DeleteMeetingCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMeetingCommandInput, DeleteMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from
@@ -73,23 +76,5 @@ export interface DeleteMeetingCommandOutput extends __MetadataBearer {
73
76
  * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
74
77
  *
75
78
  */
76
- export declare class DeleteMeetingCommand extends $Command<DeleteMeetingCommandInput, DeleteMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
77
- readonly input: DeleteMeetingCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: DeleteMeetingCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMeetingCommandInput, DeleteMeetingCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class DeleteMeetingCommand extends DeleteMeetingCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
5
4
  import { GetAttendeeRequest, GetAttendeeResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetAttendeeCommandInput extends GetAttendeeRequest {
21
20
  */
22
21
  export interface GetAttendeeCommandOutput extends GetAttendeeResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetAttendeeCommand_base: {
24
+ new (input: GetAttendeeCommandInput): import("@smithy/smithy-client").CommandImpl<GetAttendeeCommandInput, GetAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -86,23 +89,5 @@ export interface GetAttendeeCommandOutput extends GetAttendeeResponse, __Metadat
86
89
  * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
87
90
  *
88
91
  */
89
- export declare class GetAttendeeCommand extends $Command<GetAttendeeCommandInput, GetAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
90
- readonly input: GetAttendeeCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: GetAttendeeCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAttendeeCommandInput, GetAttendeeCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class GetAttendeeCommand extends GetAttendeeCommand_base {
108
93
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
5
4
  import { GetMeetingRequest, GetMeetingResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetMeetingCommandInput extends GetMeetingRequest {
21
20
  */
22
21
  export interface GetMeetingCommandOutput extends GetMeetingResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetMeetingCommand_base: {
24
+ new (input: GetMeetingCommandInput): import("@smithy/smithy-client").CommandImpl<GetMeetingCommandInput, GetMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see
@@ -108,23 +111,5 @@ export interface GetMeetingCommandOutput extends GetMeetingResponse, __MetadataB
108
111
  * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
109
112
  *
110
113
  */
111
- export declare class GetMeetingCommand extends $Command<GetMeetingCommandInput, GetMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
112
- readonly input: GetMeetingCommandInput;
113
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
114
- /**
115
- * @public
116
- */
117
- constructor(input: GetMeetingCommandInput);
118
- /**
119
- * @internal
120
- */
121
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMeetingCommandInput, GetMeetingCommandOutput>;
122
- /**
123
- * @internal
124
- */
125
- private serialize;
126
- /**
127
- * @internal
128
- */
129
- private deserialize;
114
+ export declare class GetMeetingCommand extends GetMeetingCommand_base {
130
115
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
5
4
  import { ListAttendeesRequest, ListAttendeesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAttendeesCommandInput extends ListAttendeesRequest {
21
20
  */
22
21
  export interface ListAttendeesCommandOutput extends ListAttendeesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAttendeesCommand_base: {
24
+ new (input: ListAttendeesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAttendeesCommandInput, ListAttendeesCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -90,23 +93,5 @@ export interface ListAttendeesCommandOutput extends ListAttendeesResponse, __Met
90
93
  * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
91
94
  *
92
95
  */
93
- export declare class ListAttendeesCommand extends $Command<ListAttendeesCommandInput, ListAttendeesCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
94
- readonly input: ListAttendeesCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: ListAttendeesCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAttendeesCommandInput, ListAttendeesCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class ListAttendeesCommand extends ListAttendeesCommand_base {
112
97
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
5
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of the tags available for the specified resource.</p>
@@ -80,23 +83,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
80
83
  * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
81
84
  *
82
85
  */
83
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
84
- readonly input: ListTagsForResourceCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: ListTagsForResourceCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
102
87
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
5
4
  import { StartMeetingTranscriptionRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartMeetingTranscriptionCommandInput extends StartMeetingTrans
21
20
  */
22
21
  export interface StartMeetingTranscriptionCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const StartMeetingTranscriptionCommand_base: {
24
+ new (input: StartMeetingTranscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts transcription for the specified <code>meetingId</code>. For more information, refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html">
@@ -118,23 +121,5 @@ export interface StartMeetingTranscriptionCommandOutput extends __MetadataBearer
118
121
  * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
119
122
  *
120
123
  */
121
- export declare class StartMeetingTranscriptionCommand extends $Command<StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
122
- readonly input: StartMeetingTranscriptionCommandInput;
123
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
124
- /**
125
- * @public
126
- */
127
- constructor(input: StartMeetingTranscriptionCommandInput);
128
- /**
129
- * @internal
130
- */
131
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput>;
132
- /**
133
- * @internal
134
- */
135
- private serialize;
136
- /**
137
- * @internal
138
- */
139
- private deserialize;
124
+ export declare class StartMeetingTranscriptionCommand extends StartMeetingTranscriptionCommand_base {
140
125
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
5
4
  import { StopMeetingTranscriptionRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopMeetingTranscriptionCommandInput extends StopMeetingTranscr
21
20
  */
22
21
  export interface StopMeetingTranscriptionCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const StopMeetingTranscriptionCommand_base: {
24
+ new (input: StopMeetingTranscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops transcription for the specified <code>meetingId</code>. For more information, refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html">
@@ -83,23 +86,5 @@ export interface StopMeetingTranscriptionCommandOutput extends __MetadataBearer
83
86
  * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
84
87
  *
85
88
  */
86
- export declare class StopMeetingTranscriptionCommand extends $Command<StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
87
- readonly input: StopMeetingTranscriptionCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: StopMeetingTranscriptionCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class StopMeetingTranscriptionCommand extends StopMeetingTranscriptionCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
5
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>The resource that supports tags.</p>
@@ -82,23 +85,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
82
85
  * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
83
86
  *
84
87
  */
85
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
86
- readonly input: TagResourceCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: TagResourceCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class TagResourceCommand extends TagResourceCommand_base {
104
89
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
5
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the specified tags from the specified resources. When you specify a tag key, the action removes both that key and its associated value. The operation succeeds even if you
@@ -97,23 +100,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
97
100
  * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
98
101
  *
99
102
  */
100
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
101
- readonly input: UntagResourceCommandInput;
102
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
103
- /**
104
- * @public
105
- */
106
- constructor(input: UntagResourceCommandInput);
107
- /**
108
- * @internal
109
- */
110
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
111
- /**
112
- * @internal
113
- */
114
- private serialize;
115
- /**
116
- * @internal
117
- */
118
- private deserialize;
103
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
119
104
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
5
4
  import { UpdateAttendeeCapabilitiesRequest, UpdateAttendeeCapabilitiesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateAttendeeCapabilitiesCommandInput extends UpdateAttendeeCa
21
20
  */
22
21
  export interface UpdateAttendeeCapabilitiesCommandOutput extends UpdateAttendeeCapabilitiesResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateAttendeeCapabilitiesCommand_base: {
24
+ new (input: UpdateAttendeeCapabilitiesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAttendeeCapabilitiesCommandInput, UpdateAttendeeCapabilitiesCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>The capabilities that you want to update.</p>
@@ -118,23 +121,5 @@ export interface UpdateAttendeeCapabilitiesCommandOutput extends UpdateAttendeeC
118
121
  * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
119
122
  *
120
123
  */
121
- export declare class UpdateAttendeeCapabilitiesCommand extends $Command<UpdateAttendeeCapabilitiesCommandInput, UpdateAttendeeCapabilitiesCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
122
- readonly input: UpdateAttendeeCapabilitiesCommandInput;
123
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
124
- /**
125
- * @public
126
- */
127
- constructor(input: UpdateAttendeeCapabilitiesCommandInput);
128
- /**
129
- * @internal
130
- */
131
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAttendeeCapabilitiesCommandInput, UpdateAttendeeCapabilitiesCommandOutput>;
132
- /**
133
- * @internal
134
- */
135
- private serialize;
136
- /**
137
- * @internal
138
- */
139
- private deserialize;
124
+ export declare class UpdateAttendeeCapabilitiesCommand extends UpdateAttendeeCapabilitiesCommand_base {
140
125
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { ChimeSDKMeetingsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListAttendees(config: ChimeSDKMeetingsPaginationConfiguration, input: ListAttendeesCommandInput, ...additionalArguments: any): Paginator<ListAttendeesCommandOutput>;
7
+ export declare const paginateListAttendees: (config: ChimeSDKMeetingsPaginationConfiguration, input: ListAttendeesCommandInput, ...rest: any[]) => Paginator<ListAttendeesCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ChimeSDKMeetingsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface BatchCreateAttendeeCommandInput
21
15
  export interface BatchCreateAttendeeCommandOutput
22
16
  extends BatchCreateAttendeeResponse,
23
17
  __MetadataBearer {}
24
- export declare class BatchCreateAttendeeCommand extends $Command<
25
- BatchCreateAttendeeCommandInput,
26
- BatchCreateAttendeeCommandOutput,
27
- ChimeSDKMeetingsClientResolvedConfig
28
- > {
29
- readonly input: BatchCreateAttendeeCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: BatchCreateAttendeeCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ChimeSDKMeetingsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const BatchCreateAttendeeCommand_base: {
19
+ new (
20
+ input: BatchCreateAttendeeCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ BatchCreateAttendeeCommandInput,
23
+ BatchCreateAttendeeCommandOutput,
24
+ ChimeSDKMeetingsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class BatchCreateAttendeeCommand extends BatchCreateAttendeeCommand_base {}