@aws-sdk/client-chime-sdk-meetings 3.47.1 → 3.50.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 (28) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +39 -33
  3. package/dist-types/ts3.4/ChimeSDKMeetings.d.ts +0 -60
  4. package/dist-types/ts3.4/ChimeSDKMeetingsClient.d.ts +0 -84
  5. package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/index.d.ts +0 -11
  17. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  18. package/dist-types/ts3.4/index.d.ts +0 -5
  19. package/dist-types/ts3.4/models/index.d.ts +0 -1
  20. package/dist-types/ts3.4/models/models_0.d.ts +0 -496
  21. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  22. package/dist-types/ts3.4/pagination/ListAttendeesPaginator.d.ts +0 -4
  23. package/dist-types/ts3.4/pagination/index.d.ts +0 -2
  24. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -35
  25. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  26. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  27. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  28. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
package/CHANGELOG.md CHANGED
@@ -3,6 +3,38 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-chime-sdk-meetings
9
+
10
+
11
+
12
+
13
+
14
+ # [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-chime-sdk-meetings
17
+
18
+
19
+
20
+
21
+
22
+ # [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
23
+
24
+ **Note:** Version bump only for package @aws-sdk/client-chime-sdk-meetings
25
+
26
+
27
+
28
+
29
+
30
+ ## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
31
+
32
+ **Note:** Version bump only for package @aws-sdk/client-chime-sdk-meetings
33
+
34
+
35
+
36
+
37
+
6
38
  ## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20)
7
39
 
8
40
  **Note:** Version bump only for package @aws-sdk/client-chime-sdk-meetings
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-chime-sdk-meetings",
3
3
  "description": "AWS SDK for JavaScript Chime Sdk Meetings Client for Node.js, Browser and React Native",
4
- "version": "3.47.1",
4
+ "version": "3.50.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,43 +18,49 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.47.1",
22
- "@aws-sdk/config-resolver": "3.47.1",
23
- "@aws-sdk/credential-provider-node": "3.47.1",
24
- "@aws-sdk/fetch-http-handler": "3.47.1",
25
- "@aws-sdk/hash-node": "3.47.1",
26
- "@aws-sdk/invalid-dependency": "3.47.1",
27
- "@aws-sdk/middleware-content-length": "3.47.1",
28
- "@aws-sdk/middleware-host-header": "3.47.1",
29
- "@aws-sdk/middleware-logger": "3.47.1",
30
- "@aws-sdk/middleware-retry": "3.47.1",
31
- "@aws-sdk/middleware-serde": "3.47.1",
32
- "@aws-sdk/middleware-signing": "3.47.1",
33
- "@aws-sdk/middleware-stack": "3.47.1",
34
- "@aws-sdk/middleware-user-agent": "3.47.1",
35
- "@aws-sdk/node-config-provider": "3.47.1",
36
- "@aws-sdk/node-http-handler": "3.47.1",
37
- "@aws-sdk/protocol-http": "3.47.1",
38
- "@aws-sdk/smithy-client": "3.47.1",
39
- "@aws-sdk/types": "3.47.1",
40
- "@aws-sdk/url-parser": "3.47.1",
41
- "@aws-sdk/util-base64-browser": "3.47.1",
42
- "@aws-sdk/util-base64-node": "3.47.1",
43
- "@aws-sdk/util-body-length-browser": "3.47.1",
44
- "@aws-sdk/util-body-length-node": "3.47.1",
45
- "@aws-sdk/util-defaults-mode-browser": "3.47.1",
46
- "@aws-sdk/util-defaults-mode-node": "3.47.1",
47
- "@aws-sdk/util-user-agent-browser": "3.47.1",
48
- "@aws-sdk/util-user-agent-node": "3.47.1",
49
- "@aws-sdk/util-utf8-browser": "3.47.1",
50
- "@aws-sdk/util-utf8-node": "3.47.1",
21
+ "@aws-sdk/client-sts": "3.50.0",
22
+ "@aws-sdk/config-resolver": "3.50.0",
23
+ "@aws-sdk/credential-provider-node": "3.50.0",
24
+ "@aws-sdk/fetch-http-handler": "3.50.0",
25
+ "@aws-sdk/hash-node": "3.50.0",
26
+ "@aws-sdk/invalid-dependency": "3.50.0",
27
+ "@aws-sdk/middleware-content-length": "3.50.0",
28
+ "@aws-sdk/middleware-host-header": "3.50.0",
29
+ "@aws-sdk/middleware-logger": "3.50.0",
30
+ "@aws-sdk/middleware-retry": "3.50.0",
31
+ "@aws-sdk/middleware-serde": "3.50.0",
32
+ "@aws-sdk/middleware-signing": "3.50.0",
33
+ "@aws-sdk/middleware-stack": "3.50.0",
34
+ "@aws-sdk/middleware-user-agent": "3.50.0",
35
+ "@aws-sdk/node-config-provider": "3.50.0",
36
+ "@aws-sdk/node-http-handler": "3.50.0",
37
+ "@aws-sdk/protocol-http": "3.50.0",
38
+ "@aws-sdk/smithy-client": "3.50.0",
39
+ "@aws-sdk/types": "3.50.0",
40
+ "@aws-sdk/url-parser": "3.50.0",
41
+ "@aws-sdk/util-base64-browser": "3.49.0",
42
+ "@aws-sdk/util-base64-node": "3.49.0",
43
+ "@aws-sdk/util-body-length-browser": "3.49.0",
44
+ "@aws-sdk/util-body-length-node": "3.49.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.50.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.50.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.50.0",
48
+ "@aws-sdk/util-user-agent-node": "3.50.0",
49
+ "@aws-sdk/util-utf8-browser": "3.49.0",
50
+ "@aws-sdk/util-utf8-node": "3.49.0",
51
51
  "tslib": "^2.3.0",
52
52
  "uuid": "^8.3.2"
53
53
  },
54
54
  "devDependencies": {
55
- "@aws-sdk/service-client-documentation-generator": "3.47.1",
55
+ "@aws-sdk/service-client-documentation-generator": "3.49.0",
56
+ "@tsconfig/recommended": "1.0.1",
56
57
  "@types/node": "^12.7.5",
57
- "@types/uuid": "^8.3.0"
58
+ "@types/uuid": "^8.3.0",
59
+ "concurrently": "7.0.0",
60
+ "downlevel-dts": "0.7.0",
61
+ "rimraf": "3.0.2",
62
+ "typedoc": "0.19.2",
63
+ "typescript": "~4.3.5"
58
64
  },
59
65
  "engines": {
60
66
  "node": ">=12.0.0"
@@ -1,60 +0,0 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { ChimeSDKMeetingsClient } from "./ChimeSDKMeetingsClient";
3
- import { BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput } from "./commands/BatchCreateAttendeeCommand";
4
- import { CreateAttendeeCommandInput, CreateAttendeeCommandOutput } from "./commands/CreateAttendeeCommand";
5
- import { CreateMeetingCommandInput, CreateMeetingCommandOutput } from "./commands/CreateMeetingCommand";
6
- import { CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput } from "./commands/CreateMeetingWithAttendeesCommand";
7
- import { DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput } from "./commands/DeleteAttendeeCommand";
8
- import { DeleteMeetingCommandInput, DeleteMeetingCommandOutput } from "./commands/DeleteMeetingCommand";
9
- import { GetAttendeeCommandInput, GetAttendeeCommandOutput } from "./commands/GetAttendeeCommand";
10
- import { GetMeetingCommandInput, GetMeetingCommandOutput } from "./commands/GetMeetingCommand";
11
- import { ListAttendeesCommandInput, ListAttendeesCommandOutput } from "./commands/ListAttendeesCommand";
12
- import { StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput } from "./commands/StartMeetingTranscriptionCommand";
13
- import { StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput } from "./commands/StopMeetingTranscriptionCommand";
14
-
15
- export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
16
-
17
- batchCreateAttendee(args: BatchCreateAttendeeCommandInput, options?: __HttpHandlerOptions): Promise<BatchCreateAttendeeCommandOutput>;
18
- batchCreateAttendee(args: BatchCreateAttendeeCommandInput, cb: (err: any, data?: BatchCreateAttendeeCommandOutput) => void): void;
19
- batchCreateAttendee(args: BatchCreateAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreateAttendeeCommandOutput) => void): void;
20
-
21
- createAttendee(args: CreateAttendeeCommandInput, options?: __HttpHandlerOptions): Promise<CreateAttendeeCommandOutput>;
22
- createAttendee(args: CreateAttendeeCommandInput, cb: (err: any, data?: CreateAttendeeCommandOutput) => void): void;
23
- createAttendee(args: CreateAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAttendeeCommandOutput) => void): void;
24
-
25
- createMeeting(args: CreateMeetingCommandInput, options?: __HttpHandlerOptions): Promise<CreateMeetingCommandOutput>;
26
- createMeeting(args: CreateMeetingCommandInput, cb: (err: any, data?: CreateMeetingCommandOutput) => void): void;
27
- createMeeting(args: CreateMeetingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMeetingCommandOutput) => void): void;
28
-
29
- createMeetingWithAttendees(args: CreateMeetingWithAttendeesCommandInput, options?: __HttpHandlerOptions): Promise<CreateMeetingWithAttendeesCommandOutput>;
30
- createMeetingWithAttendees(args: CreateMeetingWithAttendeesCommandInput, cb: (err: any, data?: CreateMeetingWithAttendeesCommandOutput) => void): void;
31
- createMeetingWithAttendees(args: CreateMeetingWithAttendeesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMeetingWithAttendeesCommandOutput) => void): void;
32
-
33
- deleteAttendee(args: DeleteAttendeeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAttendeeCommandOutput>;
34
- deleteAttendee(args: DeleteAttendeeCommandInput, cb: (err: any, data?: DeleteAttendeeCommandOutput) => void): void;
35
- deleteAttendee(args: DeleteAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAttendeeCommandOutput) => void): void;
36
-
37
- deleteMeeting(args: DeleteMeetingCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMeetingCommandOutput>;
38
- deleteMeeting(args: DeleteMeetingCommandInput, cb: (err: any, data?: DeleteMeetingCommandOutput) => void): void;
39
- deleteMeeting(args: DeleteMeetingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMeetingCommandOutput) => void): void;
40
-
41
- getAttendee(args: GetAttendeeCommandInput, options?: __HttpHandlerOptions): Promise<GetAttendeeCommandOutput>;
42
- getAttendee(args: GetAttendeeCommandInput, cb: (err: any, data?: GetAttendeeCommandOutput) => void): void;
43
- getAttendee(args: GetAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAttendeeCommandOutput) => void): void;
44
-
45
- getMeeting(args: GetMeetingCommandInput, options?: __HttpHandlerOptions): Promise<GetMeetingCommandOutput>;
46
- getMeeting(args: GetMeetingCommandInput, cb: (err: any, data?: GetMeetingCommandOutput) => void): void;
47
- getMeeting(args: GetMeetingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMeetingCommandOutput) => void): void;
48
-
49
- listAttendees(args: ListAttendeesCommandInput, options?: __HttpHandlerOptions): Promise<ListAttendeesCommandOutput>;
50
- listAttendees(args: ListAttendeesCommandInput, cb: (err: any, data?: ListAttendeesCommandOutput) => void): void;
51
- listAttendees(args: ListAttendeesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAttendeesCommandOutput) => void): void;
52
-
53
- startMeetingTranscription(args: StartMeetingTranscriptionCommandInput, options?: __HttpHandlerOptions): Promise<StartMeetingTranscriptionCommandOutput>;
54
- startMeetingTranscription(args: StartMeetingTranscriptionCommandInput, cb: (err: any, data?: StartMeetingTranscriptionCommandOutput) => void): void;
55
- startMeetingTranscription(args: StartMeetingTranscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMeetingTranscriptionCommandOutput) => void): void;
56
-
57
- stopMeetingTranscription(args: StopMeetingTranscriptionCommandInput, options?: __HttpHandlerOptions): Promise<StopMeetingTranscriptionCommandOutput>;
58
- stopMeetingTranscription(args: StopMeetingTranscriptionCommandInput, cb: (err: any, data?: StopMeetingTranscriptionCommandOutput) => void): void;
59
- stopMeetingTranscription(args: StopMeetingTranscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopMeetingTranscriptionCommandOutput) => void): void;
60
- }
@@ -1,84 +0,0 @@
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 { 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 { CreateAttendeeCommandInput, CreateAttendeeCommandOutput } from "./commands/CreateAttendeeCommand";
11
- import { CreateMeetingCommandInput, CreateMeetingCommandOutput } from "./commands/CreateMeetingCommand";
12
- import { CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput } from "./commands/CreateMeetingWithAttendeesCommand";
13
- import { DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput } from "./commands/DeleteAttendeeCommand";
14
- import { DeleteMeetingCommandInput, DeleteMeetingCommandOutput } from "./commands/DeleteMeetingCommand";
15
- import { GetAttendeeCommandInput, GetAttendeeCommandOutput } from "./commands/GetAttendeeCommand";
16
- import { GetMeetingCommandInput, GetMeetingCommandOutput } from "./commands/GetMeetingCommand";
17
- import { ListAttendeesCommandInput, ListAttendeesCommandOutput } from "./commands/ListAttendeesCommand";
18
- import { StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput } from "./commands/StartMeetingTranscriptionCommand";
19
- import { StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput } from "./commands/StopMeetingTranscriptionCommand";
20
- export declare type ServiceInputTypes = BatchCreateAttendeeCommandInput | CreateAttendeeCommandInput | CreateMeetingCommandInput | CreateMeetingWithAttendeesCommandInput | DeleteAttendeeCommandInput | DeleteMeetingCommandInput | GetAttendeeCommandInput | GetMeetingCommandInput | ListAttendeesCommandInput | StartMeetingTranscriptionCommandInput | StopMeetingTranscriptionCommandInput;
21
- export declare type ServiceOutputTypes = BatchCreateAttendeeCommandOutput | CreateAttendeeCommandOutput | CreateMeetingCommandOutput | CreateMeetingWithAttendeesCommandOutput | DeleteAttendeeCommandOutput | DeleteMeetingCommandOutput | GetAttendeeCommandOutput | GetMeetingCommandOutput | ListAttendeesCommandOutput | StartMeetingTranscriptionCommandOutput | StopMeetingTranscriptionCommandOutput;
22
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
23
-
24
- requestHandler?: __HttpHandler;
25
-
26
- sha256?: __HashConstructor;
27
-
28
- urlParser?: __UrlParser;
29
-
30
- bodyLengthChecker?: (body: any) => number | undefined;
31
-
32
- streamCollector?: __StreamCollector;
33
-
34
- base64Decoder?: __Decoder;
35
-
36
- base64Encoder?: __Encoder;
37
-
38
- utf8Decoder?: __Decoder;
39
-
40
- utf8Encoder?: __Encoder;
41
-
42
- runtime?: string;
43
-
44
- disableHostPrefix?: boolean;
45
-
46
- maxAttempts?: number | __Provider<number>;
47
-
48
- retryMode?: string | __Provider<string>;
49
-
50
- logger?: __Logger;
51
-
52
- useDualstackEndpoint?: boolean | __Provider<boolean>;
53
-
54
- useFipsEndpoint?: boolean | __Provider<boolean>;
55
-
56
- serviceId?: string;
57
-
58
- region?: string | __Provider<string>;
59
-
60
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
61
-
62
- regionInfoProvider?: RegionInfoProvider;
63
-
64
- defaultUserAgentProvider?: Provider<__UserAgent>;
65
-
66
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
67
- }
68
- declare type ChimeSDKMeetingsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
69
-
70
- export interface ChimeSDKMeetingsClientConfig extends ChimeSDKMeetingsClientConfigType {
71
- }
72
- declare type ChimeSDKMeetingsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
73
-
74
- export interface ChimeSDKMeetingsClientResolvedConfig extends ChimeSDKMeetingsClientResolvedConfigType {
75
- }
76
-
77
- export declare class ChimeSDKMeetingsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ChimeSDKMeetingsClientResolvedConfig> {
78
-
79
- readonly config: ChimeSDKMeetingsClientResolvedConfig;
80
- constructor(configuration: ChimeSDKMeetingsClientConfig);
81
-
82
- destroy(): void;
83
- }
84
- export {};
@@ -1,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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 { DeleteMeetingRequest } from "../models/models_0";
5
- export interface DeleteMeetingCommandInput extends DeleteMeetingRequest {
6
- }
7
- export interface DeleteMeetingCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteMeetingCommand extends $Command<DeleteMeetingCommandInput, DeleteMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
11
- readonly input: DeleteMeetingCommandInput;
12
- constructor(input: DeleteMeetingCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMeetingCommandInput, DeleteMeetingCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { GetAttendeeRequest, GetAttendeeResponse } from "../models/models_0";
5
- export interface GetAttendeeCommandInput extends GetAttendeeRequest {
6
- }
7
- export interface GetAttendeeCommandOutput extends GetAttendeeResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetAttendeeCommand extends $Command<GetAttendeeCommandInput, GetAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
11
- readonly input: GetAttendeeCommandInput;
12
- constructor(input: GetAttendeeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAttendeeCommandInput, GetAttendeeCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { GetMeetingRequest, GetMeetingResponse } from "../models/models_0";
5
- export interface GetMeetingCommandInput extends GetMeetingRequest {
6
- }
7
- export interface GetMeetingCommandOutput extends GetMeetingResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetMeetingCommand extends $Command<GetMeetingCommandInput, GetMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
11
- readonly input: GetMeetingCommandInput;
12
- constructor(input: GetMeetingCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMeetingCommandInput, GetMeetingCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { ListAttendeesRequest, ListAttendeesResponse } from "../models/models_0";
5
- export interface ListAttendeesCommandInput extends ListAttendeesRequest {
6
- }
7
- export interface ListAttendeesCommandOutput extends ListAttendeesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAttendeesCommand extends $Command<ListAttendeesCommandInput, ListAttendeesCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
11
- readonly input: ListAttendeesCommandInput;
12
- constructor(input: ListAttendeesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAttendeesCommandInput, ListAttendeesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { StartMeetingTranscriptionRequest } from "../models/models_0";
5
- export interface StartMeetingTranscriptionCommandInput extends StartMeetingTranscriptionRequest {
6
- }
7
- export interface StartMeetingTranscriptionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class StartMeetingTranscriptionCommand extends $Command<StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
11
- readonly input: StartMeetingTranscriptionCommandInput;
12
- constructor(input: StartMeetingTranscriptionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { StopMeetingTranscriptionRequest } from "../models/models_0";
5
- export interface StopMeetingTranscriptionCommandInput extends StopMeetingTranscriptionRequest {
6
- }
7
- export interface StopMeetingTranscriptionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class StopMeetingTranscriptionCommand extends $Command<StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
11
- readonly input: StopMeetingTranscriptionCommandInput;
12
- constructor(input: StopMeetingTranscriptionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,11 +0,0 @@
1
- export * from "./BatchCreateAttendeeCommand";
2
- export * from "./CreateAttendeeCommand";
3
- export * from "./CreateMeetingCommand";
4
- export * from "./CreateMeetingWithAttendeesCommand";
5
- export * from "./DeleteAttendeeCommand";
6
- export * from "./DeleteMeetingCommand";
7
- export * from "./GetAttendeeCommand";
8
- export * from "./GetMeetingCommand";
9
- export * from "./ListAttendeesCommand";
10
- export * from "./StartMeetingTranscriptionCommand";
11
- export * from "./StopMeetingTranscriptionCommand";
@@ -1,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,5 +0,0 @@
1
- export * from "./ChimeSDKMeetings";
2
- export * from "./ChimeSDKMeetingsClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1,496 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
-
3
- export interface Attendee {
4
-
5
- ExternalUserId?: string;
6
-
7
- AttendeeId?: string;
8
-
9
- JoinToken?: string;
10
- }
11
- export declare namespace Attendee {
12
-
13
- const filterSensitiveLog: (obj: Attendee) => any;
14
- }
15
- export declare enum MeetingFeatureStatus {
16
- AVAILABLE = "AVAILABLE",
17
- UNAVAILABLE = "UNAVAILABLE"
18
- }
19
-
20
- export interface AudioFeatures {
21
-
22
- EchoReduction?: MeetingFeatureStatus | string;
23
- }
24
- export declare namespace AudioFeatures {
25
-
26
- const filterSensitiveLog: (obj: AudioFeatures) => any;
27
- }
28
-
29
- export interface BadRequestException extends __SmithyException, $MetadataBearer {
30
- name: "BadRequestException";
31
- $fault: "client";
32
- Code?: string;
33
- Message?: string;
34
-
35
- RequestId?: string;
36
- }
37
-
38
- export interface CreateAttendeeRequestItem {
39
-
40
- ExternalUserId: string | undefined;
41
- }
42
- export declare namespace CreateAttendeeRequestItem {
43
-
44
- const filterSensitiveLog: (obj: CreateAttendeeRequestItem) => any;
45
- }
46
- export interface BatchCreateAttendeeRequest {
47
-
48
- MeetingId: string | undefined;
49
-
50
- Attendees: CreateAttendeeRequestItem[] | undefined;
51
- }
52
- export declare namespace BatchCreateAttendeeRequest {
53
-
54
- const filterSensitiveLog: (obj: BatchCreateAttendeeRequest) => any;
55
- }
56
-
57
- export interface CreateAttendeeError {
58
-
59
- ExternalUserId?: string;
60
-
61
- ErrorCode?: string;
62
-
63
- ErrorMessage?: string;
64
- }
65
- export declare namespace CreateAttendeeError {
66
-
67
- const filterSensitiveLog: (obj: CreateAttendeeError) => any;
68
- }
69
- export interface BatchCreateAttendeeResponse {
70
-
71
- Attendees?: Attendee[];
72
-
73
- Errors?: CreateAttendeeError[];
74
- }
75
- export declare namespace BatchCreateAttendeeResponse {
76
-
77
- const filterSensitiveLog: (obj: BatchCreateAttendeeResponse) => any;
78
- }
79
-
80
- export interface ForbiddenException extends __SmithyException, $MetadataBearer {
81
- name: "ForbiddenException";
82
- $fault: "client";
83
- Code?: string;
84
- Message?: string;
85
-
86
- RequestId?: string;
87
- }
88
-
89
- export interface LimitExceededException extends __SmithyException, $MetadataBearer {
90
- name: "LimitExceededException";
91
- $fault: "client";
92
- Code?: string;
93
- Message?: string;
94
-
95
- RequestId?: string;
96
- }
97
-
98
- export interface NotFoundException extends __SmithyException, $MetadataBearer {
99
- name: "NotFoundException";
100
- $fault: "client";
101
- Code?: string;
102
- Message?: string;
103
-
104
- RequestId?: string;
105
- }
106
-
107
- export interface ServiceUnavailableException extends __SmithyException, $MetadataBearer {
108
- name: "ServiceUnavailableException";
109
- $fault: "server";
110
- Code?: string;
111
- Message?: string;
112
-
113
- RequestId?: string;
114
-
115
- RetryAfterSeconds?: string;
116
- }
117
-
118
- export interface UnauthorizedException extends __SmithyException, $MetadataBearer {
119
- name: "UnauthorizedException";
120
- $fault: "client";
121
- Code?: string;
122
- Message?: string;
123
-
124
- RequestId?: string;
125
- }
126
- export interface CreateAttendeeRequest {
127
-
128
- MeetingId: string | undefined;
129
-
130
- ExternalUserId: string | undefined;
131
- }
132
- export declare namespace CreateAttendeeRequest {
133
-
134
- const filterSensitiveLog: (obj: CreateAttendeeRequest) => any;
135
- }
136
- export interface CreateAttendeeResponse {
137
-
138
- Attendee?: Attendee;
139
- }
140
- export declare namespace CreateAttendeeResponse {
141
-
142
- const filterSensitiveLog: (obj: CreateAttendeeResponse) => any;
143
- }
144
-
145
- export interface UnprocessableEntityException extends __SmithyException, $MetadataBearer {
146
- name: "UnprocessableEntityException";
147
- $fault: "client";
148
- Code?: string;
149
- Message?: string;
150
-
151
- RequestId?: string;
152
- }
153
-
154
- export interface MeetingFeaturesConfiguration {
155
-
156
- Audio?: AudioFeatures;
157
- }
158
- export declare namespace MeetingFeaturesConfiguration {
159
-
160
- const filterSensitiveLog: (obj: MeetingFeaturesConfiguration) => any;
161
- }
162
-
163
- export interface NotificationsConfiguration {
164
-
165
- LambdaFunctionArn?: string;
166
-
167
- SnsTopicArn?: string;
168
-
169
- SqsQueueArn?: string;
170
- }
171
- export declare namespace NotificationsConfiguration {
172
-
173
- const filterSensitiveLog: (obj: NotificationsConfiguration) => any;
174
- }
175
- export interface CreateMeetingRequest {
176
-
177
- ClientRequestToken?: string;
178
-
179
- MediaRegion: string | undefined;
180
-
181
- MeetingHostId?: string;
182
-
183
- ExternalMeetingId: string | undefined;
184
-
185
- NotificationsConfiguration?: NotificationsConfiguration;
186
-
187
- MeetingFeatures?: MeetingFeaturesConfiguration;
188
- }
189
- export declare namespace CreateMeetingRequest {
190
-
191
- const filterSensitiveLog: (obj: CreateMeetingRequest) => any;
192
- }
193
-
194
- export interface MediaPlacement {
195
-
196
- AudioHostUrl?: string;
197
-
198
- AudioFallbackUrl?: string;
199
-
200
- SignalingUrl?: string;
201
-
202
- TurnControlUrl?: string;
203
-
204
- ScreenDataUrl?: string;
205
-
206
- ScreenViewingUrl?: string;
207
-
208
- ScreenSharingUrl?: string;
209
-
210
- EventIngestionUrl?: string;
211
- }
212
- export declare namespace MediaPlacement {
213
-
214
- const filterSensitiveLog: (obj: MediaPlacement) => any;
215
- }
216
-
217
- export interface Meeting {
218
-
219
- MeetingId?: string;
220
-
221
- MeetingHostId?: string;
222
-
223
- ExternalMeetingId?: string;
224
-
225
- MediaRegion?: string;
226
-
227
- MediaPlacement?: MediaPlacement;
228
-
229
- MeetingFeatures?: MeetingFeaturesConfiguration;
230
- }
231
- export declare namespace Meeting {
232
-
233
- const filterSensitiveLog: (obj: Meeting) => any;
234
- }
235
- export interface CreateMeetingResponse {
236
-
237
- Meeting?: Meeting;
238
- }
239
- export declare namespace CreateMeetingResponse {
240
-
241
- const filterSensitiveLog: (obj: CreateMeetingResponse) => any;
242
- }
243
- export interface CreateMeetingWithAttendeesRequest {
244
-
245
- ClientRequestToken?: string;
246
-
247
- MediaRegion: string | undefined;
248
-
249
- MeetingHostId?: string;
250
-
251
- ExternalMeetingId: string | undefined;
252
-
253
- MeetingFeatures?: MeetingFeaturesConfiguration;
254
-
255
- NotificationsConfiguration?: NotificationsConfiguration;
256
-
257
- Attendees: CreateAttendeeRequestItem[] | undefined;
258
- }
259
- export declare namespace CreateMeetingWithAttendeesRequest {
260
-
261
- const filterSensitiveLog: (obj: CreateMeetingWithAttendeesRequest) => any;
262
- }
263
- export interface CreateMeetingWithAttendeesResponse {
264
-
265
- Meeting?: Meeting;
266
-
267
- Attendees?: Attendee[];
268
-
269
- Errors?: CreateAttendeeError[];
270
- }
271
- export declare namespace CreateMeetingWithAttendeesResponse {
272
-
273
- const filterSensitiveLog: (obj: CreateMeetingWithAttendeesResponse) => any;
274
- }
275
- export interface DeleteAttendeeRequest {
276
-
277
- MeetingId: string | undefined;
278
-
279
- AttendeeId: string | undefined;
280
- }
281
- export declare namespace DeleteAttendeeRequest {
282
-
283
- const filterSensitiveLog: (obj: DeleteAttendeeRequest) => any;
284
- }
285
- export interface DeleteMeetingRequest {
286
-
287
- MeetingId: string | undefined;
288
- }
289
- export declare namespace DeleteMeetingRequest {
290
-
291
- const filterSensitiveLog: (obj: DeleteMeetingRequest) => any;
292
- }
293
- export interface GetAttendeeRequest {
294
-
295
- MeetingId: string | undefined;
296
-
297
- AttendeeId: string | undefined;
298
- }
299
- export declare namespace GetAttendeeRequest {
300
-
301
- const filterSensitiveLog: (obj: GetAttendeeRequest) => any;
302
- }
303
- export interface GetAttendeeResponse {
304
-
305
- Attendee?: Attendee;
306
- }
307
- export declare namespace GetAttendeeResponse {
308
-
309
- const filterSensitiveLog: (obj: GetAttendeeResponse) => any;
310
- }
311
- export interface GetMeetingRequest {
312
-
313
- MeetingId: string | undefined;
314
- }
315
- export declare namespace GetMeetingRequest {
316
-
317
- const filterSensitiveLog: (obj: GetMeetingRequest) => any;
318
- }
319
- export interface GetMeetingResponse {
320
-
321
- Meeting?: Meeting;
322
- }
323
- export declare namespace GetMeetingResponse {
324
-
325
- const filterSensitiveLog: (obj: GetMeetingResponse) => any;
326
- }
327
- export interface ListAttendeesRequest {
328
-
329
- MeetingId: string | undefined;
330
-
331
- NextToken?: string;
332
-
333
- MaxResults?: number;
334
- }
335
- export declare namespace ListAttendeesRequest {
336
-
337
- const filterSensitiveLog: (obj: ListAttendeesRequest) => any;
338
- }
339
- export interface ListAttendeesResponse {
340
-
341
- Attendees?: Attendee[];
342
-
343
- NextToken?: string;
344
- }
345
- export declare namespace ListAttendeesResponse {
346
-
347
- const filterSensitiveLog: (obj: ListAttendeesResponse) => any;
348
- }
349
- export declare enum TranscribeMedicalContentIdentificationType {
350
- PHI = "PHI"
351
- }
352
- export declare enum TranscribeMedicalLanguageCode {
353
- EN_US = "en-US"
354
- }
355
- export declare enum TranscribeMedicalRegion {
356
- AP_SOUTHEAST_2 = "ap-southeast-2",
357
- AUTO = "auto",
358
- CA_CENTRAL_1 = "ca-central-1",
359
- EU_WEST_1 = "eu-west-1",
360
- US_EAST_1 = "us-east-1",
361
- US_EAST_2 = "us-east-2",
362
- US_WEST_2 = "us-west-2"
363
- }
364
- export declare enum TranscribeMedicalSpecialty {
365
- CARDIOLOGY = "CARDIOLOGY",
366
- NEUROLOGY = "NEUROLOGY",
367
- ONCOLOGY = "ONCOLOGY",
368
- PRIMARYCARE = "PRIMARYCARE",
369
- RADIOLOGY = "RADIOLOGY",
370
- UROLOGY = "UROLOGY"
371
- }
372
- export declare enum TranscribeMedicalType {
373
- CONVERSATION = "CONVERSATION",
374
- DICTATION = "DICTATION"
375
- }
376
-
377
- export interface EngineTranscribeMedicalSettings {
378
-
379
- LanguageCode: TranscribeMedicalLanguageCode | string | undefined;
380
-
381
- Specialty: TranscribeMedicalSpecialty | string | undefined;
382
-
383
- Type: TranscribeMedicalType | string | undefined;
384
-
385
- VocabularyName?: string;
386
-
387
- Region?: TranscribeMedicalRegion | string;
388
-
389
- ContentIdentificationType?: TranscribeMedicalContentIdentificationType | string;
390
- }
391
- export declare namespace EngineTranscribeMedicalSettings {
392
-
393
- const filterSensitiveLog: (obj: EngineTranscribeMedicalSettings) => any;
394
- }
395
- export declare enum TranscribeContentIdentificationType {
396
- PII = "PII"
397
- }
398
- export declare enum TranscribeContentRedactionType {
399
- PII = "PII"
400
- }
401
- export declare enum TranscribeLanguageCode {
402
- DE_DE = "de-DE",
403
- EN_AU = "en-AU",
404
- EN_GB = "en-GB",
405
- EN_US = "en-US",
406
- ES_US = "es-US",
407
- FR_CA = "fr-CA",
408
- FR_FR = "fr-FR",
409
- IT_IT = "it-IT",
410
- JA_JP = "ja-JP",
411
- KO_KR = "ko-KR",
412
- PT_BR = "pt-BR",
413
- ZH_CN = "zh-CN"
414
- }
415
- export declare enum TranscribePartialResultsStability {
416
- HIGH = "high",
417
- LOW = "low",
418
- MEDIUM = "medium"
419
- }
420
- export declare enum TranscribeRegion {
421
- AP_NORTHEAST_1 = "ap-northeast-1",
422
- AP_NORTHEAST_2 = "ap-northeast-2",
423
- AP_SOUTHEAST_2 = "ap-southeast-2",
424
- AUTO = "auto",
425
- CA_CENTRAL_1 = "ca-central-1",
426
- EU_CENTRAL_1 = "eu-central-1",
427
- EU_WEST_1 = "eu-west-1",
428
- EU_WEST_2 = "eu-west-2",
429
- SA_EAST_1 = "sa-east-1",
430
- US_EAST_1 = "us-east-1",
431
- US_EAST_2 = "us-east-2",
432
- US_WEST_2 = "us-west-2"
433
- }
434
- export declare enum TranscribeVocabularyFilterMethod {
435
- MASK = "mask",
436
- REMOVE = "remove",
437
- TAG = "tag"
438
- }
439
-
440
- export interface EngineTranscribeSettings {
441
-
442
- LanguageCode: TranscribeLanguageCode | string | undefined;
443
-
444
- VocabularyFilterMethod?: TranscribeVocabularyFilterMethod | string;
445
-
446
- VocabularyFilterName?: string;
447
-
448
- VocabularyName?: string;
449
-
450
- Region?: TranscribeRegion | string;
451
-
452
- EnablePartialResultsStabilization?: boolean;
453
-
454
- PartialResultsStability?: TranscribePartialResultsStability | string;
455
-
456
- ContentIdentificationType?: TranscribeContentIdentificationType | string;
457
-
458
- ContentRedactionType?: TranscribeContentRedactionType | string;
459
-
460
- PiiEntityTypes?: string;
461
-
462
- LanguageModelName?: string;
463
- }
464
- export declare namespace EngineTranscribeSettings {
465
-
466
- const filterSensitiveLog: (obj: EngineTranscribeSettings) => any;
467
- }
468
-
469
- export interface TranscriptionConfiguration {
470
-
471
- EngineTranscribeSettings?: EngineTranscribeSettings;
472
-
473
- EngineTranscribeMedicalSettings?: EngineTranscribeMedicalSettings;
474
- }
475
- export declare namespace TranscriptionConfiguration {
476
-
477
- const filterSensitiveLog: (obj: TranscriptionConfiguration) => any;
478
- }
479
- export interface StartMeetingTranscriptionRequest {
480
-
481
- MeetingId: string | undefined;
482
-
483
- TranscriptionConfiguration: TranscriptionConfiguration | undefined;
484
- }
485
- export declare namespace StartMeetingTranscriptionRequest {
486
-
487
- const filterSensitiveLog: (obj: StartMeetingTranscriptionRequest) => any;
488
- }
489
- export interface StopMeetingTranscriptionRequest {
490
-
491
- MeetingId: string | undefined;
492
- }
493
- export declare namespace StopMeetingTranscriptionRequest {
494
-
495
- const filterSensitiveLog: (obj: StopMeetingTranscriptionRequest) => any;
496
- }
@@ -1,6 +0,0 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
2
- import { ChimeSDKMeetings } from "../ChimeSDKMeetings";
3
- import { ChimeSDKMeetingsClient } from "../ChimeSDKMeetingsClient";
4
- export interface ChimeSDKMeetingsPaginationConfiguration extends PaginationConfiguration {
5
- client: ChimeSDKMeetings | ChimeSDKMeetingsClient;
6
- }
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListAttendeesCommandInput, ListAttendeesCommandOutput } from "../commands/ListAttendeesCommand";
3
- import { ChimeSDKMeetingsPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListAttendees(config: ChimeSDKMeetingsPaginationConfiguration, input: ListAttendeesCommandInput, ...additionalArguments: any): Paginator<ListAttendeesCommandOutput>;
@@ -1,2 +0,0 @@
1
- export * from "./Interfaces";
2
- export * from "./ListAttendeesPaginator";
@@ -1,35 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput } from "../commands/BatchCreateAttendeeCommand";
4
- import { CreateAttendeeCommandInput, CreateAttendeeCommandOutput } from "../commands/CreateAttendeeCommand";
5
- import { CreateMeetingCommandInput, CreateMeetingCommandOutput } from "../commands/CreateMeetingCommand";
6
- import { CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput } from "../commands/CreateMeetingWithAttendeesCommand";
7
- import { DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput } from "../commands/DeleteAttendeeCommand";
8
- import { DeleteMeetingCommandInput, DeleteMeetingCommandOutput } from "../commands/DeleteMeetingCommand";
9
- import { GetAttendeeCommandInput, GetAttendeeCommandOutput } from "../commands/GetAttendeeCommand";
10
- import { GetMeetingCommandInput, GetMeetingCommandOutput } from "../commands/GetMeetingCommand";
11
- import { ListAttendeesCommandInput, ListAttendeesCommandOutput } from "../commands/ListAttendeesCommand";
12
- import { StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput } from "../commands/StartMeetingTranscriptionCommand";
13
- import { StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput } from "../commands/StopMeetingTranscriptionCommand";
14
- export declare const serializeAws_restJson1BatchCreateAttendeeCommand: (input: BatchCreateAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
15
- export declare const serializeAws_restJson1CreateAttendeeCommand: (input: CreateAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
16
- export declare const serializeAws_restJson1CreateMeetingCommand: (input: CreateMeetingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
17
- export declare const serializeAws_restJson1CreateMeetingWithAttendeesCommand: (input: CreateMeetingWithAttendeesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
18
- export declare const serializeAws_restJson1DeleteAttendeeCommand: (input: DeleteAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
19
- export declare const serializeAws_restJson1DeleteMeetingCommand: (input: DeleteMeetingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
20
- export declare const serializeAws_restJson1GetAttendeeCommand: (input: GetAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
21
- export declare const serializeAws_restJson1GetMeetingCommand: (input: GetMeetingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
22
- export declare const serializeAws_restJson1ListAttendeesCommand: (input: ListAttendeesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
- export declare const serializeAws_restJson1StartMeetingTranscriptionCommand: (input: StartMeetingTranscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
- export declare const serializeAws_restJson1StopMeetingTranscriptionCommand: (input: StopMeetingTranscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- export declare const deserializeAws_restJson1BatchCreateAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreateAttendeeCommandOutput>;
26
- export declare const deserializeAws_restJson1CreateAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAttendeeCommandOutput>;
27
- export declare const deserializeAws_restJson1CreateMeetingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMeetingCommandOutput>;
28
- export declare const deserializeAws_restJson1CreateMeetingWithAttendeesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMeetingWithAttendeesCommandOutput>;
29
- export declare const deserializeAws_restJson1DeleteAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAttendeeCommandOutput>;
30
- export declare const deserializeAws_restJson1DeleteMeetingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMeetingCommandOutput>;
31
- export declare const deserializeAws_restJson1GetAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAttendeeCommandOutput>;
32
- export declare const deserializeAws_restJson1GetMeetingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMeetingCommandOutput>;
33
- export declare const deserializeAws_restJson1ListAttendeesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttendeesCommandOutput>;
34
- export declare const deserializeAws_restJson1StartMeetingTranscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMeetingTranscriptionCommandOutput>;
35
- export declare const deserializeAws_restJson1StopMeetingTranscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopMeetingTranscriptionCommandOutput>;
@@ -1,38 +0,0 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
- import { ChimeSDKMeetingsClientConfig } from "./ChimeSDKMeetingsClient";
3
-
4
- export declare const getRuntimeConfig: (config: ChimeSDKMeetingsClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<any>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
@@ -1,38 +0,0 @@
1
- import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
- import { ChimeSDKMeetingsClientConfig } from "./ChimeSDKMeetingsClient";
3
-
4
- export declare const getRuntimeConfig: (config: ChimeSDKMeetingsClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<string>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
@@ -1,37 +0,0 @@
1
- import { ChimeSDKMeetingsClientConfig } from "./ChimeSDKMeetingsClient";
2
-
3
- export declare const getRuntimeConfig: (config: ChimeSDKMeetingsClientConfig) => {
4
- runtime: string;
5
- sha256: import("@aws-sdk/types").HashConstructor;
6
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
7
- apiVersion: string;
8
- urlParser: import("@aws-sdk/types").UrlParser;
9
- bodyLengthChecker: (body: any) => number | undefined;
10
- streamCollector: import("@aws-sdk/types").StreamCollector;
11
- base64Decoder: import("@aws-sdk/types").Decoder;
12
- base64Encoder: import("@aws-sdk/types").Encoder;
13
- utf8Decoder: import("@aws-sdk/types").Decoder;
14
- utf8Encoder: import("@aws-sdk/types").Encoder;
15
- disableHostPrefix: boolean;
16
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
- retryMode: string | import("@aws-sdk/types").Provider<string>;
18
- logger: import("@aws-sdk/types").Logger;
19
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
- serviceId: string;
22
- region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
27
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
- tls?: boolean | undefined;
29
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
- signingEscapePath?: boolean | undefined;
33
- systemClockOffset?: number | undefined;
34
- signingRegion?: string | undefined;
35
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
- };
@@ -1,11 +0,0 @@
1
- import { Logger as __Logger } from "@aws-sdk/types";
2
- import { ChimeSDKMeetingsClientConfig } from "./ChimeSDKMeetingsClient";
3
-
4
- export declare const getRuntimeConfig: (config: ChimeSDKMeetingsClientConfig) => {
5
- apiVersion: string;
6
- disableHostPrefix: boolean;
7
- logger: __Logger;
8
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
9
- serviceId: string;
10
- urlParser: import("@aws-sdk/types").UrlParser;
11
- };