@aws-sdk/client-chime-sdk-meetings 3.1087.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/ChimeSDKMeetings.d.ts +53 -70
- package/dist-types/ts3.4/ChimeSDKMeetingsClient.d.ts +8 -27
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAttendeeCapabilitiesCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +5 -10
- package/dist-types/ts3.4/models/errors.d.ts +9 -27
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -5,7 +5,7 @@ export interface DeleteAttendeeCommandInput extends DeleteAttendeeRequest {}
|
|
|
5
5
|
export interface DeleteAttendeeCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteAttendeeCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteAttendeeCommandInput
|
|
8
|
+
input: DeleteAttendeeCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteAttendeeCommandInput,
|
|
11
11
|
DeleteAttendeeCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteAttendeeCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteAttendeeCommandInput
|
|
17
|
+
input: DeleteAttendeeCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteAttendeeCommandInput,
|
|
20
20
|
DeleteAttendeeCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteMeetingCommandInput extends DeleteMeetingRequest {}
|
|
|
5
5
|
export interface DeleteMeetingCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteMeetingCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteMeetingCommandInput
|
|
8
|
+
input: DeleteMeetingCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteMeetingCommandInput,
|
|
11
11
|
DeleteMeetingCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteMeetingCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteMeetingCommandInput
|
|
17
|
+
input: DeleteMeetingCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteMeetingCommandInput,
|
|
20
20
|
DeleteMeetingCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetAttendeeRequest, GetAttendeeResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetAttendeeCommandInput extends GetAttendeeRequest {}
|
|
5
|
-
export interface GetAttendeeCommandOutput
|
|
6
|
-
extends GetAttendeeResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetAttendeeCommandOutput extends GetAttendeeResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetAttendeeCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetAttendeeCommandInput
|
|
8
|
+
input: GetAttendeeCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetAttendeeCommandInput,
|
|
13
11
|
GetAttendeeCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetAttendeeCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetAttendeeCommandInput
|
|
17
|
+
input: GetAttendeeCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetAttendeeCommandInput,
|
|
22
20
|
GetAttendeeCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetMeetingRequest, GetMeetingResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetMeetingCommandInput extends GetMeetingRequest {}
|
|
5
|
-
export interface GetMeetingCommandOutput
|
|
6
|
-
extends GetMeetingResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetMeetingCommandOutput extends GetMeetingResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetMeetingCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetMeetingCommandInput
|
|
8
|
+
input: GetMeetingCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetMeetingCommandInput,
|
|
13
11
|
GetMeetingCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetMeetingCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetMeetingCommandInput
|
|
17
|
+
input: GetMeetingCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetMeetingCommandInput,
|
|
22
20
|
GetMeetingCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListAttendeesRequest,
|
|
4
|
-
ListAttendeesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListAttendeesRequest, ListAttendeesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListAttendeesCommandInput extends ListAttendeesRequest {}
|
|
8
|
-
export interface ListAttendeesCommandOutput
|
|
9
|
-
extends ListAttendeesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListAttendeesCommandOutput extends ListAttendeesResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListAttendeesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListAttendeesCommandInput
|
|
8
|
+
input: ListAttendeesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListAttendeesCommandInput,
|
|
16
11
|
ListAttendeesCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListAttendeesCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListAttendeesCommandInput
|
|
17
|
+
input: ListAttendeesCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListAttendeesCommandInput,
|
|
25
20
|
ListAttendeesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { StartMeetingTranscriptionRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface StartMeetingTranscriptionCommandInput
|
|
5
|
-
|
|
6
|
-
export interface StartMeetingTranscriptionCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface StartMeetingTranscriptionCommandInput extends StartMeetingTranscriptionRequest {}
|
|
5
|
+
export interface StartMeetingTranscriptionCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const StartMeetingTranscriptionCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: StartMeetingTranscriptionCommandInput
|
|
8
|
+
input: StartMeetingTranscriptionCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
StartMeetingTranscriptionCommandInput,
|
|
13
11
|
StartMeetingTranscriptionCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const StartMeetingTranscriptionCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: StartMeetingTranscriptionCommandInput
|
|
17
|
+
input: StartMeetingTranscriptionCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
StartMeetingTranscriptionCommandInput,
|
|
22
20
|
StartMeetingTranscriptionCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { StopMeetingTranscriptionRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface StopMeetingTranscriptionCommandInput
|
|
5
|
-
|
|
6
|
-
export interface StopMeetingTranscriptionCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface StopMeetingTranscriptionCommandInput extends StopMeetingTranscriptionRequest {}
|
|
5
|
+
export interface StopMeetingTranscriptionCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const StopMeetingTranscriptionCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: StopMeetingTranscriptionCommandInput
|
|
8
|
+
input: StopMeetingTranscriptionCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
StopMeetingTranscriptionCommandInput,
|
|
13
11
|
StopMeetingTranscriptionCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const StopMeetingTranscriptionCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: StopMeetingTranscriptionCommandInput
|
|
17
|
+
input: StopMeetingTranscriptionCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
StopMeetingTranscriptionCommandInput,
|
|
22
20
|
StopMeetingTranscriptionCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateAttendeeCapabilitiesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateAttendeeCapabilitiesCommandInput
|
|
8
|
-
extends UpdateAttendeeCapabilitiesRequest {}
|
|
7
|
+
export interface UpdateAttendeeCapabilitiesCommandInput extends UpdateAttendeeCapabilitiesRequest {}
|
|
9
8
|
export interface UpdateAttendeeCapabilitiesCommandOutput
|
|
10
|
-
extends UpdateAttendeeCapabilitiesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateAttendeeCapabilitiesResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateAttendeeCapabilitiesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateAttendeeCapabilitiesCommandInput
|
|
12
|
+
input: UpdateAttendeeCapabilitiesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateAttendeeCapabilitiesCommandInput,
|
|
17
15
|
UpdateAttendeeCapabilitiesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateAttendeeCapabilitiesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateAttendeeCapabilitiesCommandInput
|
|
21
|
+
input: UpdateAttendeeCapabilitiesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateAttendeeCapabilitiesCommandInput,
|
|
26
24
|
UpdateAttendeeCapabilitiesCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface ChimeSDKMeetingsExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -4,14 +4,12 @@ export declare const MediaCapabilities: {
|
|
|
4
4
|
readonly SEND: "Send";
|
|
5
5
|
readonly SEND_RECEIVE: "SendReceive";
|
|
6
6
|
};
|
|
7
|
-
export type MediaCapabilities =
|
|
8
|
-
(typeof MediaCapabilities)[keyof typeof MediaCapabilities];
|
|
7
|
+
export type MediaCapabilities = (typeof MediaCapabilities)[keyof typeof MediaCapabilities];
|
|
9
8
|
export declare const MeetingFeatureStatus: {
|
|
10
9
|
readonly AVAILABLE: "AVAILABLE";
|
|
11
10
|
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
12
11
|
};
|
|
13
|
-
export type MeetingFeatureStatus =
|
|
14
|
-
(typeof MeetingFeatureStatus)[keyof typeof MeetingFeatureStatus];
|
|
12
|
+
export type MeetingFeatureStatus = (typeof MeetingFeatureStatus)[keyof typeof MeetingFeatureStatus];
|
|
15
13
|
export declare const MediaPlacementNetworkType: {
|
|
16
14
|
readonly DUAL_STACK: "DualStack";
|
|
17
15
|
readonly IPV4_ONLY: "Ipv4Only";
|
|
@@ -23,15 +21,13 @@ export declare const ContentResolution: {
|
|
|
23
21
|
readonly NONE: "None";
|
|
24
22
|
readonly UHD: "UHD";
|
|
25
23
|
};
|
|
26
|
-
export type ContentResolution =
|
|
27
|
-
(typeof ContentResolution)[keyof typeof ContentResolution];
|
|
24
|
+
export type ContentResolution = (typeof ContentResolution)[keyof typeof ContentResolution];
|
|
28
25
|
export declare const VideoResolution: {
|
|
29
26
|
readonly FHD: "FHD";
|
|
30
27
|
readonly HD: "HD";
|
|
31
28
|
readonly NONE: "None";
|
|
32
29
|
};
|
|
33
|
-
export type VideoResolution =
|
|
34
|
-
(typeof VideoResolution)[keyof typeof VideoResolution];
|
|
30
|
+
export type VideoResolution = (typeof VideoResolution)[keyof typeof VideoResolution];
|
|
35
31
|
export declare const TranscribeMedicalContentIdentificationType: {
|
|
36
32
|
readonly PHI: "PHI";
|
|
37
33
|
};
|
|
@@ -119,8 +115,7 @@ export declare const TranscribeRegion: {
|
|
|
119
115
|
readonly US_GOV_WEST_1: "us-gov-west-1";
|
|
120
116
|
readonly US_WEST_2: "us-west-2";
|
|
121
117
|
};
|
|
122
|
-
export type TranscribeRegion =
|
|
123
|
-
(typeof TranscribeRegion)[keyof typeof TranscribeRegion];
|
|
118
|
+
export type TranscribeRegion = (typeof TranscribeRegion)[keyof typeof TranscribeRegion];
|
|
124
119
|
export declare const TranscribeVocabularyFilterMethod: {
|
|
125
120
|
readonly MASK: "mask";
|
|
126
121
|
readonly REMOVE: "remove";
|
|
@@ -6,9 +6,7 @@ export declare class BadRequestException extends __BaseException {
|
|
|
6
6
|
Code?: string | undefined;
|
|
7
7
|
Message?: string | undefined;
|
|
8
8
|
RequestId?: string | undefined;
|
|
9
|
-
constructor(
|
|
10
|
-
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
11
|
-
);
|
|
9
|
+
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
12
10
|
}
|
|
13
11
|
export declare class ForbiddenException extends __BaseException {
|
|
14
12
|
readonly name: "ForbiddenException";
|
|
@@ -24,9 +22,7 @@ export declare class LimitExceededException extends __BaseException {
|
|
|
24
22
|
Code?: string | undefined;
|
|
25
23
|
Message?: string | undefined;
|
|
26
24
|
RequestId?: string | undefined;
|
|
27
|
-
constructor(
|
|
28
|
-
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
29
|
-
);
|
|
25
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
30
26
|
}
|
|
31
27
|
export declare class NotFoundException extends __BaseException {
|
|
32
28
|
readonly name: "NotFoundException";
|
|
@@ -42,9 +38,7 @@ export declare class ServiceFailureException extends __BaseException {
|
|
|
42
38
|
Code?: string | undefined;
|
|
43
39
|
Message?: string | undefined;
|
|
44
40
|
RequestId?: string | undefined;
|
|
45
|
-
constructor(
|
|
46
|
-
opts: __ExceptionOptionType<ServiceFailureException, __BaseException>
|
|
47
|
-
);
|
|
41
|
+
constructor(opts: __ExceptionOptionType<ServiceFailureException, __BaseException>);
|
|
48
42
|
}
|
|
49
43
|
export declare class ServiceUnavailableException extends __BaseException {
|
|
50
44
|
readonly name: "ServiceUnavailableException";
|
|
@@ -53,9 +47,7 @@ export declare class ServiceUnavailableException extends __BaseException {
|
|
|
53
47
|
Message?: string | undefined;
|
|
54
48
|
RequestId?: string | undefined;
|
|
55
49
|
RetryAfterSeconds?: string | undefined;
|
|
56
|
-
constructor(
|
|
57
|
-
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
58
|
-
);
|
|
50
|
+
constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
|
|
59
51
|
}
|
|
60
52
|
export declare class ThrottlingException extends __BaseException {
|
|
61
53
|
readonly name: "ThrottlingException";
|
|
@@ -63,9 +55,7 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
63
55
|
Code?: string | undefined;
|
|
64
56
|
Message?: string | undefined;
|
|
65
57
|
RequestId?: string | undefined;
|
|
66
|
-
constructor(
|
|
67
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
68
|
-
);
|
|
58
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
69
59
|
}
|
|
70
60
|
export declare class UnauthorizedException extends __BaseException {
|
|
71
61
|
readonly name: "UnauthorizedException";
|
|
@@ -73,9 +63,7 @@ export declare class UnauthorizedException extends __BaseException {
|
|
|
73
63
|
Code?: string | undefined;
|
|
74
64
|
Message?: string | undefined;
|
|
75
65
|
RequestId?: string | undefined;
|
|
76
|
-
constructor(
|
|
77
|
-
opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
|
|
78
|
-
);
|
|
66
|
+
constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
|
|
79
67
|
}
|
|
80
68
|
export declare class UnprocessableEntityException extends __BaseException {
|
|
81
69
|
readonly name: "UnprocessableEntityException";
|
|
@@ -83,9 +71,7 @@ export declare class UnprocessableEntityException extends __BaseException {
|
|
|
83
71
|
Code?: string | undefined;
|
|
84
72
|
Message?: string | undefined;
|
|
85
73
|
RequestId?: string | undefined;
|
|
86
|
-
constructor(
|
|
87
|
-
opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>
|
|
88
|
-
);
|
|
74
|
+
constructor(opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>);
|
|
89
75
|
}
|
|
90
76
|
export declare class ConflictException extends __BaseException {
|
|
91
77
|
readonly name: "ConflictException";
|
|
@@ -102,9 +88,7 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
102
88
|
Message?: string | undefined;
|
|
103
89
|
RequestId?: string | undefined;
|
|
104
90
|
ResourceName?: string | undefined;
|
|
105
|
-
constructor(
|
|
106
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
107
|
-
);
|
|
91
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
108
92
|
}
|
|
109
93
|
export declare class TooManyTagsException extends __BaseException {
|
|
110
94
|
readonly name: "TooManyTagsException";
|
|
@@ -113,7 +97,5 @@ export declare class TooManyTagsException extends __BaseException {
|
|
|
113
97
|
Message?: string | undefined;
|
|
114
98
|
RequestId?: string | undefined;
|
|
115
99
|
ResourceName?: string | undefined;
|
|
116
|
-
constructor(
|
|
117
|
-
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
118
|
-
);
|
|
100
|
+
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
119
101
|
}
|
|
@@ -182,9 +182,7 @@ export interface EngineTranscribeMedicalSettings {
|
|
|
182
182
|
Type: TranscribeMedicalType | undefined;
|
|
183
183
|
VocabularyName?: string | undefined;
|
|
184
184
|
Region?: TranscribeMedicalRegion | undefined;
|
|
185
|
-
ContentIdentificationType?:
|
|
186
|
-
| TranscribeMedicalContentIdentificationType
|
|
187
|
-
| undefined;
|
|
185
|
+
ContentIdentificationType?: TranscribeMedicalContentIdentificationType | undefined;
|
|
188
186
|
}
|
|
189
187
|
export interface EngineTranscribeSettings {
|
|
190
188
|
LanguageCode?: TranscribeLanguageCode | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { ChimeSDKMeetingsClient } from "../ChimeSDKMeetingsClient";
|
|
3
|
-
export interface ChimeSDKMeetingsPaginationConfiguration
|
|
4
|
-
extends PaginationConfiguration {
|
|
3
|
+
export interface ChimeSDKMeetingsPaginationConfiguration extends PaginationConfiguration {
|
|
5
4
|
client: ChimeSDKMeetingsClient;
|
|
6
5
|
}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
|
|
2
2
|
import { ChimeSDKMeetingsClientConfig } from "./ChimeSDKMeetingsClient";
|
|
3
|
-
export declare const getRuntimeConfig: (
|
|
4
|
-
config: ChimeSDKMeetingsClientConfig
|
|
5
|
-
) => {
|
|
3
|
+
export declare const getRuntimeConfig: (config: ChimeSDKMeetingsClientConfig) => {
|
|
6
4
|
runtime: string;
|
|
7
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
6
|
import("@smithy/core/client").ResolvedDefaultsMode
|
|
@@ -10,24 +8,16 @@ export declare const getRuntimeConfig: (
|
|
|
10
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
9
|
credentialDefaultProvider:
|
|
12
10
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
-
| ((
|
|
14
|
-
_: unknown
|
|
15
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
16
12
|
defaultUserAgentProvider: (
|
|
17
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
18
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
19
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
20
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
21
|
-
requestHandler:
|
|
22
|
-
| import("@smithy/core/protocols").HttpHandler<any>
|
|
23
|
-
| RequestHandler;
|
|
17
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
24
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
25
19
|
streamCollector: (
|
|
26
|
-
stream:
|
|
27
|
-
| import("stream").Readable
|
|
28
|
-
| import("stream/web").ReadableStream
|
|
29
|
-
| ReadableStream
|
|
30
|
-
| Blob
|
|
20
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
31
21
|
) => Promise<Uint8Array>;
|
|
32
22
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
33
23
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -55,13 +45,8 @@ export declare const getRuntimeConfig: (
|
|
|
55
45
|
logger: import("@smithy/types").Logger;
|
|
56
46
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
57
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
58
|
-
userAgentAppId?:
|
|
59
|
-
|
|
60
|
-
| undefined
|
|
61
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
62
|
-
retryStrategy?:
|
|
63
|
-
| import("@smithy/types").RetryStrategy
|
|
64
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
48
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
49
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
65
50
|
endpoint?:
|
|
66
51
|
| ((
|
|
67
52
|
| string
|
|
@@ -83,7 +68,7 @@ export declare const getRuntimeConfig: (
|
|
|
83
68
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
84
69
|
context?: {
|
|
85
70
|
logger?: import("@smithy/types").Logger;
|
|
86
|
-
}
|
|
71
|
+
},
|
|
87
72
|
) => import("@smithy/types").EndpointV2;
|
|
88
73
|
tls?: boolean;
|
|
89
74
|
serviceConfiguredEndpoint?: never;
|
|
@@ -96,13 +81,13 @@ export declare const getRuntimeConfig: (
|
|
|
96
81
|
signer?:
|
|
97
82
|
| import("@smithy/types").RequestSigner
|
|
98
83
|
| ((
|
|
99
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
100
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
101
86
|
signingEscapePath?: boolean;
|
|
102
87
|
systemClockOffset?: number;
|
|
103
88
|
signingRegion?: string;
|
|
104
89
|
signerConstructor?: new (
|
|
105
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
106
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
107
92
|
) => import("@smithy/types").RequestSigner;
|
|
108
93
|
};
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
2
2
|
import { ChimeSDKMeetingsClientConfig } from "./ChimeSDKMeetingsClient";
|
|
3
|
-
export declare const getRuntimeConfig: (
|
|
4
|
-
config: ChimeSDKMeetingsClientConfig
|
|
5
|
-
) => {
|
|
3
|
+
export declare const getRuntimeConfig: (config: ChimeSDKMeetingsClientConfig) => {
|
|
6
4
|
runtime: string;
|
|
7
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
6
|
import("@smithy/core/client").ResolvedDefaultsMode
|
|
@@ -12,23 +10,17 @@ export declare const getRuntimeConfig: (
|
|
|
12
10
|
credentialDefaultProvider:
|
|
13
11
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
14
12
|
| ((
|
|
15
|
-
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
13
|
+
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
|
|
16
14
|
) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
17
15
|
defaultUserAgentProvider: (
|
|
18
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
16
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
19
17
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
20
18
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
21
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
22
|
-
requestHandler:
|
|
23
|
-
| RequestHandler
|
|
24
|
-
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
20
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
25
21
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
22
|
streamCollector: (
|
|
27
|
-
stream:
|
|
28
|
-
| import("stream").Readable
|
|
29
|
-
| import("stream/web").ReadableStream
|
|
30
|
-
| ReadableStream
|
|
31
|
-
| Blob
|
|
23
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
32
24
|
) => Promise<Uint8Array>;
|
|
33
25
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
34
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -55,9 +47,7 @@ export declare const getRuntimeConfig: (
|
|
|
55
47
|
logger: import("@smithy/types").Logger;
|
|
56
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
57
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
58
|
-
retryStrategy?:
|
|
59
|
-
| import("@smithy/types").RetryStrategy
|
|
60
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
50
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
61
51
|
endpoint?:
|
|
62
52
|
| ((
|
|
63
53
|
| string
|
|
@@ -79,7 +69,7 @@ export declare const getRuntimeConfig: (
|
|
|
79
69
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
80
70
|
context?: {
|
|
81
71
|
logger?: import("@smithy/types").Logger;
|
|
82
|
-
}
|
|
72
|
+
},
|
|
83
73
|
) => import("@smithy/types").EndpointV2;
|
|
84
74
|
tls?: boolean;
|
|
85
75
|
serviceConfiguredEndpoint?: never;
|
|
@@ -91,13 +81,13 @@ export declare const getRuntimeConfig: (
|
|
|
91
81
|
signer?:
|
|
92
82
|
| import("@smithy/types").RequestSigner
|
|
93
83
|
| ((
|
|
94
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
95
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
96
86
|
signingEscapePath?: boolean;
|
|
97
87
|
systemClockOffset?: number;
|
|
98
88
|
signingRegion?: string;
|
|
99
89
|
signerConstructor?: new (
|
|
100
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
101
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
102
92
|
) => import("@smithy/types").RequestSigner;
|
|
103
93
|
};
|