@aws-sdk/client-chime-sdk-meetings 3.1077.0 → 3.1078.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 (56) hide show
  1. package/dist-cjs/index.js +24 -163
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchCreateAttendeeCommand.js +2 -14
  4. package/dist-es/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.js +2 -14
  5. package/dist-es/commands/CreateAttendeeCommand.js +2 -14
  6. package/dist-es/commands/CreateMeetingCommand.js +2 -14
  7. package/dist-es/commands/CreateMeetingWithAttendeesCommand.js +2 -14
  8. package/dist-es/commands/DeleteAttendeeCommand.js +2 -14
  9. package/dist-es/commands/DeleteMeetingCommand.js +2 -14
  10. package/dist-es/commands/GetAttendeeCommand.js +2 -14
  11. package/dist-es/commands/GetMeetingCommand.js +2 -14
  12. package/dist-es/commands/ListAttendeesCommand.js +2 -14
  13. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  14. package/dist-es/commands/StartMeetingTranscriptionCommand.js +2 -14
  15. package/dist-es/commands/StopMeetingTranscriptionCommand.js +2 -14
  16. package/dist-es/commands/TagResourceCommand.js +2 -14
  17. package/dist-es/commands/UntagResourceCommand.js +2 -14
  18. package/dist-es/commands/UpdateAttendeeCapabilitiesCommand.js +2 -14
  19. package/dist-es/index.js +1 -0
  20. package/dist-types/commandBuilder.d.ts +18 -0
  21. package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +3 -8
  22. package/dist-types/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +3 -8
  23. package/dist-types/commands/CreateAttendeeCommand.d.ts +3 -8
  24. package/dist-types/commands/CreateMeetingCommand.d.ts +3 -8
  25. package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +3 -8
  26. package/dist-types/commands/DeleteAttendeeCommand.d.ts +3 -8
  27. package/dist-types/commands/DeleteMeetingCommand.d.ts +3 -8
  28. package/dist-types/commands/GetAttendeeCommand.d.ts +3 -8
  29. package/dist-types/commands/GetMeetingCommand.d.ts +3 -8
  30. package/dist-types/commands/ListAttendeesCommand.d.ts +3 -8
  31. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  32. package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +3 -8
  33. package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +3 -8
  34. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  35. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  36. package/dist-types/commands/UpdateAttendeeCapabilitiesCommand.d.ts +3 -8
  37. package/dist-types/index.d.ts +1 -0
  38. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  39. package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +7 -16
  40. package/dist-types/ts3.4/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +7 -16
  41. package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +7 -16
  42. package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +7 -16
  43. package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +7 -16
  44. package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +7 -16
  45. package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +7 -16
  46. package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +7 -16
  47. package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +7 -16
  48. package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +7 -16
  49. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  50. package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +7 -16
  51. package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  53. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/UpdateAttendeeCapabilitiesCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/index.d.ts +1 -0
  56. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
4
2
  import type { BatchUpdateAttendeeCapabilitiesExceptRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface BatchUpdateAttendeeCapabilitiesExceptCommandInput extends Batch
22
19
  export interface BatchUpdateAttendeeCapabilitiesExceptCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const BatchUpdateAttendeeCapabilitiesExceptCommand_base: {
25
- new (input: BatchUpdateAttendeeCapabilitiesExceptCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateAttendeeCapabilitiesExceptCommandInput, BatchUpdateAttendeeCapabilitiesExceptCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchUpdateAttendeeCapabilitiesExceptCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateAttendeeCapabilitiesExceptCommandInput, BatchUpdateAttendeeCapabilitiesExceptCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchUpdateAttendeeCapabilitiesExceptCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateAttendeeCapabilitiesExceptCommandInput, BatchUpdateAttendeeCapabilitiesExceptCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchUpdateAttendeeCapabilitiesExceptCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateAttendeeCapabilitiesExceptCommandInput, BatchUpdateAttendeeCapabilitiesExceptCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates <code>AttendeeCapabilities</code> except the capabilities listed in an <code>ExcludedAttendeeIds</code> table.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
4
2
  import type { CreateAttendeeRequest, CreateAttendeeResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateAttendeeCommandInput extends CreateAttendeeRequest {
22
19
  export interface CreateAttendeeCommandOutput extends CreateAttendeeResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateAttendeeCommand_base: {
25
- new (input: CreateAttendeeCommandInput): import("@smithy/core/client").CommandImpl<CreateAttendeeCommandInput, CreateAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAttendeeCommandInput): import("@smithy/core/client").CommandImpl<CreateAttendeeCommandInput, CreateAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateAttendeeCommandInput): import("@smithy/core/client").CommandImpl<CreateAttendeeCommandInput, CreateAttendeeCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateAttendeeCommandInput): import("@smithy/core/client").CommandImpl<CreateAttendeeCommandInput, CreateAttendeeCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
4
2
  import type { CreateMeetingRequest, CreateMeetingResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateMeetingCommandInput extends CreateMeetingRequest {
22
19
  export interface CreateMeetingCommandOutput extends CreateMeetingResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateMeetingCommand_base: {
25
- new (input: CreateMeetingCommandInput): import("@smithy/core/client").CommandImpl<CreateMeetingCommandInput, CreateMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateMeetingCommandInput): import("@smithy/core/client").CommandImpl<CreateMeetingCommandInput, CreateMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateMeetingCommandInput): import("@smithy/core/client").CommandImpl<CreateMeetingCommandInput, CreateMeetingCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateMeetingCommandInput): import("@smithy/core/client").CommandImpl<CreateMeetingCommandInput, CreateMeetingCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
4
2
  import type { CreateMeetingWithAttendeesRequest, CreateMeetingWithAttendeesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateMeetingWithAttendeesCommandInput extends CreateMeetingWit
22
19
  export interface CreateMeetingWithAttendeesCommandOutput extends CreateMeetingWithAttendeesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateMeetingWithAttendeesCommand_base: {
25
- new (input: CreateMeetingWithAttendeesCommandInput): import("@smithy/core/client").CommandImpl<CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateMeetingWithAttendeesCommandInput): import("@smithy/core/client").CommandImpl<CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateMeetingWithAttendeesCommandInput): import("@smithy/core/client").CommandImpl<CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateMeetingWithAttendeesCommandInput): import("@smithy/core/client").CommandImpl<CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
4
2
  import type { DeleteAttendeeRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteAttendeeCommandInput extends DeleteAttendeeRequest {
22
19
  export interface DeleteAttendeeCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAttendeeCommand_base: {
25
- new (input: DeleteAttendeeCommandInput): import("@smithy/core/client").CommandImpl<DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAttendeeCommandInput): import("@smithy/core/client").CommandImpl<DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAttendeeCommandInput): import("@smithy/core/client").CommandImpl<DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAttendeeCommandInput): import("@smithy/core/client").CommandImpl<DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
4
2
  import type { DeleteMeetingRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteMeetingCommandInput extends DeleteMeetingRequest {
22
19
  export interface DeleteMeetingCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteMeetingCommand_base: {
25
- new (input: DeleteMeetingCommandInput): import("@smithy/core/client").CommandImpl<DeleteMeetingCommandInput, DeleteMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteMeetingCommandInput): import("@smithy/core/client").CommandImpl<DeleteMeetingCommandInput, DeleteMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteMeetingCommandInput): import("@smithy/core/client").CommandImpl<DeleteMeetingCommandInput, DeleteMeetingCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteMeetingCommandInput): import("@smithy/core/client").CommandImpl<DeleteMeetingCommandInput, DeleteMeetingCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
4
2
  import type { GetAttendeeRequest, GetAttendeeResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetAttendeeCommandInput extends GetAttendeeRequest {
22
19
  export interface GetAttendeeCommandOutput extends GetAttendeeResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetAttendeeCommand_base: {
25
- new (input: GetAttendeeCommandInput): import("@smithy/core/client").CommandImpl<GetAttendeeCommandInput, GetAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAttendeeCommandInput): import("@smithy/core/client").CommandImpl<GetAttendeeCommandInput, GetAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetAttendeeCommandInput): import("@smithy/core/client").CommandImpl<GetAttendeeCommandInput, GetAttendeeCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetAttendeeCommandInput): import("@smithy/core/client").CommandImpl<GetAttendeeCommandInput, GetAttendeeCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
4
2
  import type { GetMeetingRequest, GetMeetingResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetMeetingCommandInput extends GetMeetingRequest {
22
19
  export interface GetMeetingCommandOutput extends GetMeetingResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetMeetingCommand_base: {
25
- new (input: GetMeetingCommandInput): import("@smithy/core/client").CommandImpl<GetMeetingCommandInput, GetMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetMeetingCommandInput): import("@smithy/core/client").CommandImpl<GetMeetingCommandInput, GetMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetMeetingCommandInput): import("@smithy/core/client").CommandImpl<GetMeetingCommandInput, GetMeetingCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetMeetingCommandInput): import("@smithy/core/client").CommandImpl<GetMeetingCommandInput, GetMeetingCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
4
2
  import type { ListAttendeesRequest, ListAttendeesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListAttendeesCommandInput extends ListAttendeesRequest {
22
19
  export interface ListAttendeesCommandOutput extends ListAttendeesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAttendeesCommand_base: {
25
- new (input: ListAttendeesCommandInput): import("@smithy/core/client").CommandImpl<ListAttendeesCommandInput, ListAttendeesCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAttendeesCommandInput): import("@smithy/core/client").CommandImpl<ListAttendeesCommandInput, ListAttendeesCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAttendeesCommandInput): import("@smithy/core/client").CommandImpl<ListAttendeesCommandInput, ListAttendeesCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListAttendeesCommandInput): import("@smithy/core/client").CommandImpl<ListAttendeesCommandInput, ListAttendeesCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
4
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of the tags available for the specified resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
4
2
  import type { StartMeetingTranscriptionRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartMeetingTranscriptionCommandInput extends StartMeetingTrans
22
19
  export interface StartMeetingTranscriptionCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const StartMeetingTranscriptionCommand_base: {
25
- new (input: StartMeetingTranscriptionCommandInput): import("@smithy/core/client").CommandImpl<StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartMeetingTranscriptionCommandInput): import("@smithy/core/client").CommandImpl<StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartMeetingTranscriptionCommandInput): import("@smithy/core/client").CommandImpl<StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartMeetingTranscriptionCommandInput): import("@smithy/core/client").CommandImpl<StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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">
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
4
2
  import type { StopMeetingTranscriptionRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StopMeetingTranscriptionCommandInput extends StopMeetingTranscr
22
19
  export interface StopMeetingTranscriptionCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const StopMeetingTranscriptionCommand_base: {
25
- new (input: StopMeetingTranscriptionCommandInput): import("@smithy/core/client").CommandImpl<StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopMeetingTranscriptionCommandInput): import("@smithy/core/client").CommandImpl<StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StopMeetingTranscriptionCommandInput): import("@smithy/core/client").CommandImpl<StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StopMeetingTranscriptionCommandInput): import("@smithy/core/client").CommandImpl<StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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">
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
4
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>The resource that supports tags.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
4
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
4
2
  import type { UpdateAttendeeCapabilitiesRequest, UpdateAttendeeCapabilitiesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateAttendeeCapabilitiesCommandInput extends UpdateAttendeeCa
22
19
  export interface UpdateAttendeeCapabilitiesCommandOutput extends UpdateAttendeeCapabilitiesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateAttendeeCapabilitiesCommand_base: {
25
- new (input: UpdateAttendeeCapabilitiesCommandInput): import("@smithy/core/client").CommandImpl<UpdateAttendeeCapabilitiesCommandInput, UpdateAttendeeCapabilitiesCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateAttendeeCapabilitiesCommandInput): import("@smithy/core/client").CommandImpl<UpdateAttendeeCapabilitiesCommandInput, UpdateAttendeeCapabilitiesCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateAttendeeCapabilitiesCommandInput): import("@smithy/core/client").CommandImpl<UpdateAttendeeCapabilitiesCommandInput, UpdateAttendeeCapabilitiesCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateAttendeeCapabilitiesCommandInput): import("@smithy/core/client").CommandImpl<UpdateAttendeeCapabilitiesCommandInput, UpdateAttendeeCapabilitiesCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>The capabilities that you want to update.</p>
@@ -11,6 +11,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
11
11
  export type { RuntimeExtension } from "./runtimeExtensions";
12
12
  export type { ChimeSDKMeetingsExtensionConfiguration } from "./extensionConfiguration";
13
13
  export * from "./commands";
14
+ export { Command as $Command } from "@smithy/core/client";
14
15
  export * from "./schemas/schemas_0";
15
16
  export * from "./pagination";
16
17
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ ChimeSDKMeetingsClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./ChimeSDKMeetingsClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ ChimeSDKMeetingsClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ ChimeSDKMeetingsClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKMeetingsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKMeetingsClient";
8
2
  import {
9
3
  BatchCreateAttendeeRequest,
10
4
  BatchCreateAttendeeResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchCreateAttendeeCommandInput
15
8
  extends BatchCreateAttendeeRequest {}
16
9
  export interface BatchCreateAttendeeCommandOutput
@@ -22,22 +15,20 @@ declare const BatchCreateAttendeeCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  BatchCreateAttendeeCommandInput,
24
17
  BatchCreateAttendeeCommandOutput,
25
- ChimeSDKMeetingsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ChimeSDKMeetingsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: BatchCreateAttendeeCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  BatchCreateAttendeeCommandInput,
33
26
  BatchCreateAttendeeCommandOutput,
34
- ChimeSDKMeetingsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ChimeSDKMeetingsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class BatchCreateAttendeeCommand extends BatchCreateAttendeeCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKMeetingsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKMeetingsClient";
8
2
  import { BatchUpdateAttendeeCapabilitiesExceptRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface BatchUpdateAttendeeCapabilitiesExceptCommandInput
12
5
  extends BatchUpdateAttendeeCapabilitiesExceptRequest {}
13
6
  export interface BatchUpdateAttendeeCapabilitiesExceptCommandOutput
@@ -18,22 +11,20 @@ declare const BatchUpdateAttendeeCapabilitiesExceptCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  BatchUpdateAttendeeCapabilitiesExceptCommandInput,
20
13
  BatchUpdateAttendeeCapabilitiesExceptCommandOutput,
21
- ChimeSDKMeetingsClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ChimeSDKMeetingsClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: BatchUpdateAttendeeCapabilitiesExceptCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  BatchUpdateAttendeeCapabilitiesExceptCommandInput,
29
22
  BatchUpdateAttendeeCapabilitiesExceptCommandOutput,
30
- ChimeSDKMeetingsClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ChimeSDKMeetingsClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class BatchUpdateAttendeeCapabilitiesExceptCommand extends BatchUpdateAttendeeCapabilitiesExceptCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKMeetingsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKMeetingsClient";
8
2
  import {
9
3
  CreateAttendeeRequest,
10
4
  CreateAttendeeResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateAttendeeCommandInput extends CreateAttendeeRequest {}
15
8
  export interface CreateAttendeeCommandOutput
16
9
  extends CreateAttendeeResponse,
@@ -21,22 +14,20 @@ declare const CreateAttendeeCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateAttendeeCommandInput,
23
16
  CreateAttendeeCommandOutput,
24
- ChimeSDKMeetingsClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ChimeSDKMeetingsClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateAttendeeCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateAttendeeCommandInput,
32
25
  CreateAttendeeCommandOutput,
33
- ChimeSDKMeetingsClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").ChimeSDKMeetingsClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateAttendeeCommand extends CreateAttendeeCommand_base {
42
33
  protected static __types: {