@wildix/wda-stream-client 1.1.67 → 3.1.69
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/WdaStream.js +3 -3
- package/dist-cjs/WdaStreamClient.js +34 -26
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +58 -0
- package/dist-cjs/commands/ConsumeEventCommand.js +10 -11
- package/dist-cjs/commands/DescribeEventCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceIdCommand.js +10 -11
- package/dist-cjs/commands/GetOngoingCallAnnotationsCommand.js +10 -11
- package/dist-cjs/commands/GetOngoingCallCommand.js +10 -11
- package/dist-cjs/commands/GetOngoingCallTranscriptionCommand.js +10 -11
- package/dist-cjs/commands/GetOngoingChatAnnotationsCommand.js +10 -11
- package/dist-cjs/commands/GetOngoingConferenceAnnotationsCommand.js +10 -11
- package/dist-cjs/commands/GetOngoingConferenceCommand.js +10 -11
- package/dist-cjs/commands/GetOngoingConferenceTranscriptionCommand.js +10 -11
- package/dist-cjs/commands/ListServicesCommand.js +10 -11
- package/dist-cjs/commands/QueryConversationsCommand.js +10 -11
- package/dist-cjs/commands/QueryPresenceCommand.js +10 -11
- package/dist-cjs/commands/QueryPresencesCommand.js +10 -11
- package/dist-cjs/commands/UpdatePresenceLastSeenCommand.js +10 -11
- package/dist-cjs/commands/index.js +2 -2
- package/dist-cjs/endpoint/EndpointParameters.js +16 -0
- package/dist-cjs/endpoint/bdd.js +28 -0
- package/dist-cjs/endpoint/endpointResolver.js +16 -0
- package/dist-cjs/index.js +5 -1
- package/dist-cjs/models/WdaStreamServiceException.js +3 -3
- package/dist-cjs/models/enums.js +508 -0
- package/dist-cjs/models/errors.js +56 -0
- package/dist-cjs/models/models_0.js +0 -660
- package/dist-cjs/models/models_1.js +0 -48
- package/dist-cjs/runtimeConfig.browser.js +11 -11
- package/dist-cjs/runtimeConfig.js +22 -18
- package/dist-cjs/runtimeConfig.shared.js +30 -10
- package/dist-cjs/runtimeExtensions.js +6 -5
- package/dist-cjs/schemas/schemas_0.js +2528 -0
- package/dist-es/WdaStream.js +2 -2
- package/dist-es/WdaStreamClient.js +30 -22
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +52 -0
- package/dist-es/commands/ConsumeEventCommand.js +9 -10
- package/dist-es/commands/DescribeEventCommand.js +9 -10
- package/dist-es/commands/GetConferenceIdCommand.js +9 -10
- package/dist-es/commands/GetOngoingCallAnnotationsCommand.js +9 -10
- package/dist-es/commands/GetOngoingCallCommand.js +9 -10
- package/dist-es/commands/GetOngoingCallTranscriptionCommand.js +9 -10
- package/dist-es/commands/GetOngoingChatAnnotationsCommand.js +9 -10
- package/dist-es/commands/GetOngoingConferenceAnnotationsCommand.js +9 -10
- package/dist-es/commands/GetOngoingConferenceCommand.js +9 -10
- package/dist-es/commands/GetOngoingConferenceTranscriptionCommand.js +9 -10
- package/dist-es/commands/ListServicesCommand.js +9 -10
- package/dist-es/commands/QueryConversationsCommand.js +9 -10
- package/dist-es/commands/QueryPresenceCommand.js +9 -10
- package/dist-es/commands/QueryPresencesCommand.js +9 -10
- package/dist-es/commands/UpdatePresenceLastSeenCommand.js +9 -10
- package/dist-es/commands/index.js +2 -2
- package/dist-es/endpoint/EndpointParameters.js +12 -0
- package/dist-es/endpoint/bdd.js +25 -0
- package/dist-es/endpoint/endpointResolver.js +12 -0
- package/dist-es/index.js +5 -1
- package/dist-es/models/WdaStreamServiceException.js +1 -1
- package/dist-es/models/enums.js +504 -0
- package/dist-es/models/errors.js +49 -0
- package/dist-es/models/models_0.js +1 -656
- package/dist-es/models/models_1.js +1 -45
- package/dist-es/runtimeConfig.browser.js +7 -7
- package/dist-es/runtimeConfig.js +17 -13
- package/dist-es/runtimeConfig.shared.js +24 -4
- package/dist-es/runtimeExtensions.js +6 -5
- package/dist-es/schemas/schemas_0.js +2519 -0
- package/dist-types/WdaStream.d.ts +16 -16
- package/dist-types/WdaStreamClient.d.ts +45 -27
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +81 -0
- package/dist-types/commands/ConsumeEventCommand.d.ts +16 -7
- package/dist-types/commands/DescribeEventCommand.d.ts +24 -18
- package/dist-types/commands/GetConferenceIdCommand.d.ts +11 -7
- package/dist-types/commands/GetOngoingCallAnnotationsCommand.d.ts +13 -9
- package/dist-types/commands/GetOngoingCallCommand.d.ts +13 -9
- package/dist-types/commands/GetOngoingCallTranscriptionCommand.d.ts +14 -10
- package/dist-types/commands/GetOngoingChatAnnotationsCommand.d.ts +11 -7
- package/dist-types/commands/GetOngoingConferenceAnnotationsCommand.d.ts +11 -7
- package/dist-types/commands/GetOngoingConferenceCommand.d.ts +11 -7
- package/dist-types/commands/GetOngoingConferenceTranscriptionCommand.d.ts +11 -7
- package/dist-types/commands/ListServicesCommand.d.ts +11 -7
- package/dist-types/commands/QueryConversationsCommand.d.ts +13 -9
- package/dist-types/commands/QueryPresenceCommand.d.ts +12 -7
- package/dist-types/commands/QueryPresencesCommand.d.ts +11 -7
- package/dist-types/commands/UpdatePresenceLastSeenCommand.d.ts +11 -7
- package/dist-types/commands/index.d.ts +2 -2
- package/dist-types/endpoint/EndpointParameters.d.ts +41 -0
- package/dist-types/endpoint/bdd.d.ts +2 -0
- package/dist-types/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/extensionConfiguration.d.ts +4 -3
- package/dist-types/index.d.ts +6 -1
- package/dist-types/models/WdaStreamServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +1088 -0
- package/dist-types/models/errors.d.ts +46 -0
- package/dist-types/models/models_0.d.ts +1111 -1206
- package/dist-types/models/models_1.d.ts +3 -982
- package/dist-types/runtimeConfig.browser.d.ts +35 -16
- package/dist-types/runtimeConfig.d.ts +34 -15
- package/dist-types/runtimeConfig.native.d.ts +36 -17
- package/dist-types/runtimeConfig.shared.d.ts +20 -3
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +333 -0
- package/package.json +14 -40
- package/dist-cjs/models/index.js +0 -5
- package/dist-cjs/protocols/Aws_restJson1.js +0 -1340
- package/dist-es/models/index.js +0 -2
- package/dist-es/protocols/Aws_restJson1.js +0 -1307
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -137
|
@@ -1,36 +1,55 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
|
|
2
|
-
import { WdaStreamClientConfig } from "./WdaStreamClient";
|
|
2
|
+
import type { WdaStreamClientConfig } from "./WdaStreamClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: WdaStreamClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
defaultUserAgentProvider: (config?: import("@aws-sdk/
|
|
10
|
+
defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
11
11
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
12
|
-
requestHandler: import("@smithy/
|
|
12
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
13
13
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
14
14
|
sha256: import("@smithy/types").HashConstructor;
|
|
15
|
-
streamCollector: import("
|
|
16
|
-
env?: "stage" | "stable" | "prod" | undefined;
|
|
17
|
-
token: import("@wildix/smithy-utils").TokenProvider;
|
|
15
|
+
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
18
16
|
cacheMiddleware?: boolean | undefined;
|
|
19
|
-
protocol
|
|
20
|
-
protocolSettings
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
18
|
+
protocolSettings: {
|
|
19
|
+
defaultNamespace?: string;
|
|
21
20
|
[setting: string]: unknown;
|
|
22
|
-
|
|
23
|
-
} | undefined;
|
|
21
|
+
};
|
|
24
22
|
apiVersion: string;
|
|
25
23
|
urlParser: import("@smithy/types").UrlParser;
|
|
26
24
|
base64Decoder: import("@smithy/types").Decoder;
|
|
27
|
-
base64Encoder: (_input:
|
|
25
|
+
base64Encoder: (_input: Uint8Array | string) => string;
|
|
28
26
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
29
|
-
utf8Encoder: (input:
|
|
27
|
+
utf8Encoder: (input: Uint8Array | string) => string;
|
|
30
28
|
disableHostPrefix: boolean;
|
|
29
|
+
profile?: string;
|
|
31
30
|
logger: import("@smithy/types").Logger;
|
|
32
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
33
|
-
customUserAgent?: string | import("@smithy/types").UserAgent
|
|
34
|
-
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined
|
|
35
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2
|
|
32
|
+
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
35
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
36
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
37
|
+
logger?: import("@smithy/types").Logger;
|
|
38
|
+
}) => import("@smithy/types").EndpointV2;
|
|
39
|
+
tls?: boolean;
|
|
40
|
+
useDualstackEndpoint?: boolean | import("@smithy/types").Provider<boolean | undefined>;
|
|
41
|
+
useFipsEndpoint?: boolean | import("@smithy/types").Provider<boolean | undefined>;
|
|
42
|
+
serviceConfiguredEndpoint?: never;
|
|
43
|
+
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
44
|
+
httpAuthSchemes: {
|
|
45
|
+
schemeId: string;
|
|
46
|
+
identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
|
|
47
|
+
signer: import("@smithy/core").HttpBearerAuthSigner;
|
|
48
|
+
}[];
|
|
49
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").WdaStreamHttpAuthSchemeProvider;
|
|
50
|
+
token?: import("@smithy/types").TokenIdentity | import("@smithy/types").TokenIdentityProvider;
|
|
51
|
+
clientContextParams?: {
|
|
52
|
+
env?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
53
|
+
};
|
|
54
|
+
env?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
36
55
|
};
|
|
@@ -1,36 +1,55 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
2
|
-
import { WdaStreamClientConfig } from "./WdaStreamClient";
|
|
2
|
+
import type { WdaStreamClientConfig } from "./WdaStreamClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: WdaStreamClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
defaultUserAgentProvider: (config?: import("@aws-sdk/
|
|
10
|
+
defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
11
11
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
12
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
12
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
13
13
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
14
14
|
sha256: import("@smithy/types").HashConstructor;
|
|
15
|
-
streamCollector: import("
|
|
15
|
+
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
16
16
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
17
|
-
env?: "stage" | "stable" | "prod" | undefined;
|
|
18
|
-
token: import("@wildix/smithy-utils").TokenProvider;
|
|
19
17
|
cacheMiddleware?: boolean | undefined;
|
|
20
|
-
protocol
|
|
21
|
-
protocolSettings
|
|
18
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
19
|
+
protocolSettings: {
|
|
20
|
+
defaultNamespace?: string;
|
|
22
21
|
[setting: string]: unknown;
|
|
23
|
-
|
|
24
|
-
} | undefined;
|
|
22
|
+
};
|
|
25
23
|
apiVersion: string;
|
|
26
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
27
25
|
base64Decoder: import("@smithy/types").Decoder;
|
|
28
|
-
base64Encoder: (_input:
|
|
26
|
+
base64Encoder: (_input: Uint8Array | string) => string;
|
|
29
27
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
30
|
-
utf8Encoder: (input:
|
|
28
|
+
utf8Encoder: (input: Uint8Array | string) => string;
|
|
31
29
|
disableHostPrefix: boolean;
|
|
30
|
+
profile?: string;
|
|
32
31
|
logger: import("@smithy/types").Logger;
|
|
33
32
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
customUserAgent?: string | import("@smithy/types").UserAgent
|
|
35
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2
|
|
33
|
+
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
34
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
35
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
36
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
37
|
+
logger?: import("@smithy/types").Logger;
|
|
38
|
+
}) => import("@smithy/types").EndpointV2;
|
|
39
|
+
tls?: boolean;
|
|
40
|
+
useDualstackEndpoint?: boolean | import("@smithy/types").Provider<boolean | undefined>;
|
|
41
|
+
useFipsEndpoint?: boolean | import("@smithy/types").Provider<boolean | undefined>;
|
|
42
|
+
serviceConfiguredEndpoint?: never;
|
|
43
|
+
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
44
|
+
httpAuthSchemes: {
|
|
45
|
+
schemeId: string;
|
|
46
|
+
identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
|
|
47
|
+
signer: import("@smithy/core").HttpBearerAuthSigner;
|
|
48
|
+
}[];
|
|
49
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").WdaStreamHttpAuthSchemeProvider;
|
|
50
|
+
token?: import("@smithy/types").TokenIdentity | import("@smithy/types").TokenIdentityProvider;
|
|
51
|
+
clientContextParams?: {
|
|
52
|
+
env?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
53
|
+
};
|
|
54
|
+
env?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
36
55
|
};
|
|
@@ -1,35 +1,54 @@
|
|
|
1
|
-
import { WdaStreamClientConfig } from "./WdaStreamClient";
|
|
1
|
+
import type { WdaStreamClientConfig } from "./WdaStreamClient";
|
|
2
2
|
/**
|
|
3
3
|
* @internal
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: WdaStreamClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
protocolSettings?: {
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
|
+
cacheMiddleware?: boolean;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
|
+
protocolSettings: {
|
|
12
|
+
defaultNamespace?: string;
|
|
14
13
|
[setting: string]: unknown;
|
|
15
|
-
|
|
16
|
-
} | undefined;
|
|
14
|
+
};
|
|
17
15
|
apiVersion: string;
|
|
18
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
20
|
-
streamCollector: import("
|
|
18
|
+
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
21
19
|
base64Decoder: import("@smithy/types").Decoder;
|
|
22
|
-
base64Encoder: (_input:
|
|
20
|
+
base64Encoder: (_input: Uint8Array | string) => string;
|
|
23
21
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
24
|
-
utf8Encoder: (input:
|
|
22
|
+
utf8Encoder: (input: Uint8Array | string) => string;
|
|
25
23
|
disableHostPrefix: boolean;
|
|
26
|
-
|
|
24
|
+
profile?: string;
|
|
25
|
+
defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
27
26
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
28
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
29
28
|
logger: import("@smithy/types").Logger;
|
|
30
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
31
|
-
defaultsMode: import("@smithy/
|
|
32
|
-
customUserAgent?: string | import("@smithy/types").UserAgent
|
|
33
|
-
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined
|
|
34
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2
|
|
30
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
31
|
+
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
33
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
34
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
35
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
36
|
+
logger?: import("@smithy/types").Logger;
|
|
37
|
+
}) => import("@smithy/types").EndpointV2;
|
|
38
|
+
tls?: boolean;
|
|
39
|
+
useDualstackEndpoint?: boolean | import("@smithy/types").Provider<boolean | undefined>;
|
|
40
|
+
useFipsEndpoint?: boolean | import("@smithy/types").Provider<boolean | undefined>;
|
|
41
|
+
serviceConfiguredEndpoint?: never;
|
|
42
|
+
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
43
|
+
httpAuthSchemes: {
|
|
44
|
+
schemeId: string;
|
|
45
|
+
identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
|
|
46
|
+
signer: import("@smithy/core").HttpBearerAuthSigner;
|
|
47
|
+
}[];
|
|
48
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").WdaStreamHttpAuthSchemeProvider;
|
|
49
|
+
token?: import("@smithy/types").TokenIdentity | import("@smithy/types").TokenIdentityProvider;
|
|
50
|
+
clientContextParams?: {
|
|
51
|
+
env?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
52
|
+
};
|
|
53
|
+
env?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
35
54
|
};
|
|
@@ -1,15 +1,32 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
2
|
+
import { HttpBearerAuthSigner } from "@smithy/core";
|
|
3
|
+
import type { IdentityProviderConfig } from "@smithy/types";
|
|
4
|
+
import type { WdaStreamClientConfig } from "./WdaStreamClient";
|
|
2
5
|
/**
|
|
3
6
|
* @internal
|
|
4
7
|
*/
|
|
5
8
|
export declare const getRuntimeConfig: (config: WdaStreamClientConfig) => {
|
|
6
9
|
apiVersion: string;
|
|
7
10
|
base64Decoder: import("@smithy/types").Decoder;
|
|
8
|
-
base64Encoder: (_input:
|
|
11
|
+
base64Encoder: (_input: Uint8Array | string) => string;
|
|
9
12
|
disableHostPrefix: boolean;
|
|
13
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
14
|
+
logger?: import("@smithy/types").Logger;
|
|
15
|
+
}) => import("@smithy/types").EndpointV2;
|
|
10
16
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
17
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").WdaStreamHttpAuthSchemeProvider;
|
|
18
|
+
httpAuthSchemes: {
|
|
19
|
+
schemeId: string;
|
|
20
|
+
identityProvider: (ipc: IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
|
|
21
|
+
signer: HttpBearerAuthSigner;
|
|
22
|
+
}[];
|
|
11
23
|
logger: import("@smithy/types").Logger;
|
|
24
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
|
|
25
|
+
protocolSettings: {
|
|
26
|
+
[setting: string]: unknown;
|
|
27
|
+
defaultNamespace?: string;
|
|
28
|
+
};
|
|
12
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
13
30
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
14
|
-
utf8Encoder: (input:
|
|
31
|
+
utf8Encoder: (input: Uint8Array | string) => string;
|
|
15
32
|
};
|
|
@@ -0,0 +1,333 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
2
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var WdaStreamServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var ForbiddenException$: StaticErrorSchema;
|
|
5
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
6
|
+
export declare var MatchNotFoundException$: StaticErrorSchema;
|
|
7
|
+
export declare var PresenceNotAvailableException$: StaticErrorSchema;
|
|
8
|
+
/**
|
|
9
|
+
* TypeRegistry instances containing modeled errors.
|
|
10
|
+
* @internal
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
14
|
+
export declare var TemplateParameter$: StaticStructureSchema;
|
|
15
|
+
export declare var TemplateWithParameters$: StaticStructureSchema;
|
|
16
|
+
export declare var WhatsAppInboundEventData$: StaticStructureSchema;
|
|
17
|
+
export declare var WhatsAppStatusEventData$: StaticStructureSchema;
|
|
18
|
+
export declare var CallRecord$: StaticStructureSchema;
|
|
19
|
+
export declare var ChatRecord$: StaticStructureSchema;
|
|
20
|
+
export declare var ConferenceRecord$: StaticStructureSchema;
|
|
21
|
+
export declare var TranscriptionTextChunk$: StaticStructureSchema;
|
|
22
|
+
export declare var TranscriptionSummary$: StaticStructureSchema;
|
|
23
|
+
export declare var TranscriptionSummaryCsat$: StaticStructureSchema;
|
|
24
|
+
export declare var TranscriptionSummaryJson$: StaticStructureSchema;
|
|
25
|
+
export declare var Annotation$: StaticStructureSchema;
|
|
26
|
+
export declare var AnnotationResultValue$: StaticStructureSchema;
|
|
27
|
+
export declare var AnnotationSource$: StaticStructureSchema;
|
|
28
|
+
export declare var AnnotationVariablesValue$: StaticStructureSchema;
|
|
29
|
+
export declare var CallAgentsCancelConsumeEvent$: StaticStructureSchema;
|
|
30
|
+
export declare var CallAgentsItemConsumeItem$: StaticStructureSchema;
|
|
31
|
+
export declare var CallAgentsStartConsumeEvent$: StaticStructureSchema;
|
|
32
|
+
export declare var CallAgentsStartOrEndConsumeEventData$: StaticStructureSchema;
|
|
33
|
+
export declare var CallAnalyticsAnnotationsRecordEvent$: StaticStructureSchema;
|
|
34
|
+
export declare var CallAnalyticsCostRecordEvent$: StaticStructureSchema;
|
|
35
|
+
export declare var CallAnalyticsLiveAnnotationEvent$: StaticStructureSchema;
|
|
36
|
+
export declare var CallAnalyticsLiveCompleteEvent$: StaticStructureSchema;
|
|
37
|
+
export declare var CallAnalyticsLiveInterruptedEvent$: StaticStructureSchema;
|
|
38
|
+
export declare var CallAnalyticsLiveProgressEvent$: StaticStructureSchema;
|
|
39
|
+
export declare var CallAnalyticsLiveProgressEventFlow$: StaticStructureSchema;
|
|
40
|
+
export declare var CallAnalyticsLiveTranscriptionEvent$: StaticStructureSchema;
|
|
41
|
+
export declare var CallAnalyticsRecordEvent$: StaticStructureSchema;
|
|
42
|
+
export declare var CallAnalyticsRecordEventFlow$: StaticStructureSchema;
|
|
43
|
+
export declare var CallAnalyticsTranscriptionRecordEvent$: StaticStructureSchema;
|
|
44
|
+
export declare var CallAnnotateConsumeEvent$: StaticStructureSchema;
|
|
45
|
+
export declare var CallAnnotateConsumeEventData$: StaticStructureSchema;
|
|
46
|
+
export declare var CallAttachmentConsumeEvent$: StaticStructureSchema;
|
|
47
|
+
export declare var CallAttachmentConsumeEventData$: StaticStructureSchema;
|
|
48
|
+
export declare var CallEndConsumeEvent$: StaticStructureSchema;
|
|
49
|
+
export declare var CallEndConsumeEventData$: StaticStructureSchema;
|
|
50
|
+
export declare var CallFlowAttachmentDestination$: StaticStructureSchema;
|
|
51
|
+
export declare var CallFlowConsumeParticipant$: StaticStructureSchema;
|
|
52
|
+
export declare var CallFlowConsumeQueue$: StaticStructureSchema;
|
|
53
|
+
export declare var CallFlowConsumeTrunk$: StaticStructureSchema;
|
|
54
|
+
export declare var CallFlowFax$: StaticStructureSchema;
|
|
55
|
+
export declare var CallFlowNotifications$: StaticStructureSchema;
|
|
56
|
+
export declare var CallFlowRecording$: StaticStructureSchema;
|
|
57
|
+
export declare var CallFlowVoicemail$: StaticStructureSchema;
|
|
58
|
+
export declare var CallLiveConsumeEvent$: StaticStructureSchema;
|
|
59
|
+
export declare var CallMosData$: StaticStructureSchema;
|
|
60
|
+
export declare var CallParticipant$: StaticStructureSchema;
|
|
61
|
+
export declare var CallPostTranscriptionConsumeEvent$: StaticStructureSchema;
|
|
62
|
+
export declare var CallPostTranscriptionConsumeEventData$: StaticStructureSchema;
|
|
63
|
+
export declare var CallRecordPause$: StaticStructureSchema;
|
|
64
|
+
export declare var CallRecordPauseConsumeEvent$: StaticStructureSchema;
|
|
65
|
+
export declare var CallRecordPauseConsumeEventData$: StaticStructureSchema;
|
|
66
|
+
export declare var CallRecordStartConsumeEvent$: StaticStructureSchema;
|
|
67
|
+
export declare var CallRecordStartConsumeEventData$: StaticStructureSchema;
|
|
68
|
+
export declare var CallRecordStopConsumeEvent$: StaticStructureSchema;
|
|
69
|
+
export declare var CallRecordStopConsumeEventData$: StaticStructureSchema;
|
|
70
|
+
export declare var CallRecordUnpauseConsumeEvent$: StaticStructureSchema;
|
|
71
|
+
export declare var CallRecordUnpauseConsumeEventData$: StaticStructureSchema;
|
|
72
|
+
export declare var CallRtpEndpoint$: StaticStructureSchema;
|
|
73
|
+
export declare var CallRtpJitterStats$: StaticStructureSchema;
|
|
74
|
+
export declare var CallRtpLegStats$: StaticStructureSchema;
|
|
75
|
+
export declare var CallRtpMosStats$: StaticStructureSchema;
|
|
76
|
+
export declare var CallRtpPacketLossStats$: StaticStructureSchema;
|
|
77
|
+
export declare var CallRtpRttStats$: StaticStructureSchema;
|
|
78
|
+
export declare var CallRtpStatsData$: StaticStructureSchema;
|
|
79
|
+
export declare var CallSplitConsumeEvent$: StaticStructureSchema;
|
|
80
|
+
export declare var CallSplitConsumeEventData$: StaticStructureSchema;
|
|
81
|
+
export declare var CallStartConsumeEvent$: StaticStructureSchema;
|
|
82
|
+
export declare var CallStartConsumeEventData$: StaticStructureSchema;
|
|
83
|
+
export declare var CallTranscribeConsumeEvent$: StaticStructureSchema;
|
|
84
|
+
export declare var CallTranscribeConsumeEventData$: StaticStructureSchema;
|
|
85
|
+
export declare var CallTranscription$: StaticStructureSchema;
|
|
86
|
+
export declare var CallTranscriptionChunk$: StaticStructureSchema;
|
|
87
|
+
export declare var CallUpdateConsumeEvent$: StaticStructureSchema;
|
|
88
|
+
export declare var CallUpdateConsumeEventData$: StaticStructureSchema;
|
|
89
|
+
export declare var CdsTranscriptionPayloadReference$: StaticStructureSchema;
|
|
90
|
+
export declare var ChatAnalyticsAnnotationsRecordEvent$: StaticStructureSchema;
|
|
91
|
+
export declare var ChatAnalyticsLiveAnnotationEvent$: StaticStructureSchema;
|
|
92
|
+
export declare var ChatAnalyticsLiveCompleteEvent$: StaticStructureSchema;
|
|
93
|
+
export declare var ChatAnalyticsLiveInterruptedEvent$: StaticStructureSchema;
|
|
94
|
+
export declare var ChatAnalyticsLiveProgressEvent$: StaticStructureSchema;
|
|
95
|
+
export declare var ChatAnalyticsLiveTranscriptionEvent$: StaticStructureSchema;
|
|
96
|
+
export declare var ChatAnalyticsManagerMissedEvent$: StaticStructureSchema;
|
|
97
|
+
export declare var ChatAnalyticsRecordEvent$: StaticStructureSchema;
|
|
98
|
+
export declare var ChatAnalyticsTranscriptionRecordEvent$: StaticStructureSchema;
|
|
99
|
+
export declare var ChatAnnotateConsumeEvent$: StaticStructureSchema;
|
|
100
|
+
export declare var ChatAnnotateConsumeEventData$: StaticStructureSchema;
|
|
101
|
+
export declare var ChatConsumeEventParticipants$: StaticStructureSchema;
|
|
102
|
+
export declare var ChatMessageConsumeEvent$: StaticStructureSchema;
|
|
103
|
+
export declare var ChatMessageConsumeEventData$: StaticStructureSchema;
|
|
104
|
+
export declare var ChatNewConsumeEvent$: StaticStructureSchema;
|
|
105
|
+
export declare var ChatNewConsumeEventData$: StaticStructureSchema;
|
|
106
|
+
export declare var ChatParticipant$: StaticStructureSchema;
|
|
107
|
+
export declare var ChatParticipantInfo$: StaticStructureSchema;
|
|
108
|
+
export declare var ChatParticipants$: StaticStructureSchema;
|
|
109
|
+
export declare var ChatTranscription$: StaticStructureSchema;
|
|
110
|
+
export declare var ChatUpdateConsumeEvent$: StaticStructureSchema;
|
|
111
|
+
export declare var ChatUpdateConsumeEventData$: StaticStructureSchema;
|
|
112
|
+
export declare var ConferenceAnalyticsAnnotationsRecordEvent$: StaticStructureSchema;
|
|
113
|
+
export declare var ConferenceAnalyticsLiveAnnotationEvent$: StaticStructureSchema;
|
|
114
|
+
export declare var ConferenceAnalyticsLiveCompleteEvent$: StaticStructureSchema;
|
|
115
|
+
export declare var ConferenceAnalyticsLiveInterruptedEvent$: StaticStructureSchema;
|
|
116
|
+
export declare var ConferenceAnalyticsLiveJoinEvent$: StaticStructureSchema;
|
|
117
|
+
export declare var ConferenceAnalyticsLiveLeaveEvent$: StaticStructureSchema;
|
|
118
|
+
export declare var ConferenceAnalyticsLiveProgressEvent$: StaticStructureSchema;
|
|
119
|
+
export declare var ConferenceAnalyticsLiveTranscriptionEvent$: StaticStructureSchema;
|
|
120
|
+
export declare var ConferenceAnalyticsRecordEvent$: StaticStructureSchema;
|
|
121
|
+
export declare var ConferenceAnalyticsRecordParticipant$: StaticStructureSchema;
|
|
122
|
+
export declare var ConferenceAnalyticsTranscriptionRecordEvent$: StaticStructureSchema;
|
|
123
|
+
export declare var ConferenceAnnotateConsumeEvent$: StaticStructureSchema;
|
|
124
|
+
export declare var ConferenceAnnotateConsumeEventData$: StaticStructureSchema;
|
|
125
|
+
export declare var ConferenceEndConsumeEvent$: StaticStructureSchema;
|
|
126
|
+
export declare var ConferenceJoinConsumeEvent$: StaticStructureSchema;
|
|
127
|
+
export declare var ConferenceJoinConsumeEventData$: StaticStructureSchema;
|
|
128
|
+
export declare var ConferenceKeepAliveConsumeEvent$: StaticStructureSchema;
|
|
129
|
+
export declare var ConferenceLeaveConsumeEvent$: StaticStructureSchema;
|
|
130
|
+
export declare var ConferenceLeaveConsumeEventData$: StaticStructureSchema;
|
|
131
|
+
export declare var ConferenceParticipant$: StaticStructureSchema;
|
|
132
|
+
export declare var ConferenceRecording$: StaticStructureSchema;
|
|
133
|
+
export declare var ConferenceRecordStartConsumeEvent$: StaticStructureSchema;
|
|
134
|
+
export declare var ConferenceRecordStartConsumeEventData$: StaticStructureSchema;
|
|
135
|
+
export declare var ConferenceRecordStopConsumeEvent$: StaticStructureSchema;
|
|
136
|
+
export declare var ConferenceRecordStopConsumeEventData$: StaticStructureSchema;
|
|
137
|
+
export declare var ConferenceSpeakerTime$: StaticStructureSchema;
|
|
138
|
+
export declare var ConferenceStartConsumeEvent$: StaticStructureSchema;
|
|
139
|
+
export declare var ConferenceStartConsumeEventData$: StaticStructureSchema;
|
|
140
|
+
export declare var ConferenceStatsConsumeEvent$: StaticStructureSchema;
|
|
141
|
+
export declare var ConferenceTimeFramesChunk$: StaticStructureSchema;
|
|
142
|
+
export declare var ConferenceTimeFramesConsumeEvent$: StaticStructureSchema;
|
|
143
|
+
export declare var ConferenceTimeFramesConsumeEventData$: StaticStructureSchema;
|
|
144
|
+
export declare var ConferenceTimeFramesListItem$: StaticStructureSchema;
|
|
145
|
+
export declare var ConferenceTranscription$: StaticStructureSchema;
|
|
146
|
+
export declare var ConferenceTranscriptionChunk$: StaticStructureSchema;
|
|
147
|
+
export declare var ConferenceTranscriptionConsumeEvent$: StaticStructureSchema;
|
|
148
|
+
export declare var ConferenceTranscriptionConsumeEventData$: StaticStructureSchema;
|
|
149
|
+
export declare var ConsumeEventInput$: StaticStructureSchema;
|
|
150
|
+
export declare var ConsumeEventOutput$: StaticStructureSchema;
|
|
151
|
+
export declare var DescribeEventInput$: StaticStructureSchema;
|
|
152
|
+
export declare var DescribeEventOutput$: StaticStructureSchema;
|
|
153
|
+
export declare var GetConferenceIdInput$: StaticStructureSchema;
|
|
154
|
+
export declare var GetConferenceIdOutput$: StaticStructureSchema;
|
|
155
|
+
export declare var GetOngoingCallAnnotationsInput$: StaticStructureSchema;
|
|
156
|
+
export declare var GetOngoingCallAnnotationsOutput$: StaticStructureSchema;
|
|
157
|
+
export declare var GetOngoingCallInput$: StaticStructureSchema;
|
|
158
|
+
export declare var GetOngoingCallOutput$: StaticStructureSchema;
|
|
159
|
+
export declare var GetOngoingCallTranscriptionInput$: StaticStructureSchema;
|
|
160
|
+
export declare var GetOngoingCallTranscriptionOutput$: StaticStructureSchema;
|
|
161
|
+
export declare var GetOngoingChatAnnotationsInput$: StaticStructureSchema;
|
|
162
|
+
export declare var GetOngoingChatAnnotationsOutput$: StaticStructureSchema;
|
|
163
|
+
export declare var GetOngoingConferenceAnnotationsInput$: StaticStructureSchema;
|
|
164
|
+
export declare var GetOngoingConferenceAnnotationsOutput$: StaticStructureSchema;
|
|
165
|
+
export declare var GetOngoingConferenceInput$: StaticStructureSchema;
|
|
166
|
+
export declare var GetOngoingConferenceOutput$: StaticStructureSchema;
|
|
167
|
+
export declare var GetOngoingConferenceTranscriptionInput$: StaticStructureSchema;
|
|
168
|
+
export declare var GetOngoingConferenceTranscriptionOutput$: StaticStructureSchema;
|
|
169
|
+
export declare var ListServicesFilter$: StaticStructureSchema;
|
|
170
|
+
export declare var ListServicesInput$: StaticStructureSchema;
|
|
171
|
+
export declare var ListServicesOutput$: StaticStructureSchema;
|
|
172
|
+
export declare var Presence$: StaticStructureSchema;
|
|
173
|
+
export declare var PresenceAnalyticsConferenceEvent$: StaticStructureSchema;
|
|
174
|
+
export declare var PresenceAnalyticsStatusEvent$: StaticStructureSchema;
|
|
175
|
+
export declare var PresenceAnalyticsTelephonyEvent$: StaticStructureSchema;
|
|
176
|
+
export declare var PresenceConsumeEvent$: StaticStructureSchema;
|
|
177
|
+
export declare var PresenceConsumeEventData$: StaticStructureSchema;
|
|
178
|
+
export declare var PresenceQueryFilter$: StaticStructureSchema;
|
|
179
|
+
export declare var PresenceTelephonyConsumeEvent$: StaticStructureSchema;
|
|
180
|
+
export declare var PresenceTelephonyConsumeEventData$: StaticStructureSchema;
|
|
181
|
+
export declare var QueryConversationsInput$: StaticStructureSchema;
|
|
182
|
+
export declare var QueryConversationsOutput$: StaticStructureSchema;
|
|
183
|
+
export declare var QueryPresenceInput$: StaticStructureSchema;
|
|
184
|
+
export declare var QueryPresenceOutput$: StaticStructureSchema;
|
|
185
|
+
export declare var QueryPresencesInput$: StaticStructureSchema;
|
|
186
|
+
export declare var QueryPresencesOutput$: StaticStructureSchema;
|
|
187
|
+
export declare var ServiceAgent$: StaticStructureSchema;
|
|
188
|
+
export declare var ServiceAgentConsumeEventData$: StaticStructureSchema;
|
|
189
|
+
export declare var ServiceAgentJoinConsumeEvent$: StaticStructureSchema;
|
|
190
|
+
export declare var ServiceAgentLeaveConsumeEvent$: StaticStructureSchema;
|
|
191
|
+
export declare var ServiceAgentsStatusAnalyticsRecordEvent$: StaticStructureSchema;
|
|
192
|
+
export declare var ServiceAgentUpdateConsumeEvent$: StaticStructureSchema;
|
|
193
|
+
export declare var ServiceAnalyticsLiveCompleteEvent$: StaticStructureSchema;
|
|
194
|
+
export declare var ServiceAnalyticsLiveProgressEvent$: StaticStructureSchema;
|
|
195
|
+
export declare var ServiceCallAnalyticsLiveCompleteEvent$: StaticStructureSchema;
|
|
196
|
+
export declare var ServiceCallAnalyticsLiveProgressEvent$: StaticStructureSchema;
|
|
197
|
+
export declare var ServiceCallAnalyticsRecordEvent$: StaticStructureSchema;
|
|
198
|
+
export declare var ServiceCallConsumeEventData$: StaticStructureSchema;
|
|
199
|
+
export declare var ServiceCallEndConsumeEvent$: StaticStructureSchema;
|
|
200
|
+
export declare var ServiceCallInitConsumeEvent$: StaticStructureSchema;
|
|
201
|
+
export declare var ServiceCallRecord$: StaticStructureSchema;
|
|
202
|
+
export declare var ServiceCallUpdateConsumeEvent$: StaticStructureSchema;
|
|
203
|
+
export declare var ServiceConsumeEventData$: StaticStructureSchema;
|
|
204
|
+
export declare var ServiceCustomer$: StaticStructureSchema;
|
|
205
|
+
export declare var ServiceEndConsumeEvent$: StaticStructureSchema;
|
|
206
|
+
export declare var ServiceInfo$: StaticStructureSchema;
|
|
207
|
+
export declare var ServiceInitConsumeEvent$: StaticStructureSchema;
|
|
208
|
+
export declare var ServiceUpdateConsumeEvent$: StaticStructureSchema;
|
|
209
|
+
export declare var SmsInboundConsumeEvent$: StaticStructureSchema;
|
|
210
|
+
export declare var SmsInboundConsumeEventData$: StaticStructureSchema;
|
|
211
|
+
export declare var SmsInboundEvent$: StaticStructureSchema;
|
|
212
|
+
export declare var SmsStatusConsumeEvent$: StaticStructureSchema;
|
|
213
|
+
export declare var SmsStatusConsumeEventData$: StaticStructureSchema;
|
|
214
|
+
export declare var SmsStatusEvent$: StaticStructureSchema;
|
|
215
|
+
export declare var SttUsageEventData$: StaticStructureSchema;
|
|
216
|
+
export declare var TranscriptionUsageEvent$: StaticStructureSchema;
|
|
217
|
+
export declare var UpdatePresenceLastSeenInput$: StaticStructureSchema;
|
|
218
|
+
export declare var UpdatePresenceLastSeenOutput$: StaticStructureSchema;
|
|
219
|
+
export declare var WebhookCallAnnotationsCompletedEvent$: StaticStructureSchema;
|
|
220
|
+
export declare var WebhookCallAnnotationsCompletedEventData$: StaticStructureSchema;
|
|
221
|
+
export declare var WebhookCallCompletedEvent$: StaticStructureSchema;
|
|
222
|
+
export declare var WebhookCallLiveAnnotationEvent$: StaticStructureSchema;
|
|
223
|
+
export declare var WebhookCallLiveCompletedEvent$: StaticStructureSchema;
|
|
224
|
+
export declare var WebhookCallLiveInterruptedEvent$: StaticStructureSchema;
|
|
225
|
+
export declare var WebhookCallLiveProgressEvent$: StaticStructureSchema;
|
|
226
|
+
export declare var WebhookCallLiveRecordPauseEvent$: StaticStructureSchema;
|
|
227
|
+
export declare var WebhookCallLiveRecordStartEvent$: StaticStructureSchema;
|
|
228
|
+
export declare var WebhookCallLiveRecordStopEvent$: StaticStructureSchema;
|
|
229
|
+
export declare var WebhookCallLiveRecordUnpauseEvent$: StaticStructureSchema;
|
|
230
|
+
export declare var WebhookCallLiveTranscriptionEvent$: StaticStructureSchema;
|
|
231
|
+
export declare var WebhookCallSummaryCompletedEvent$: StaticStructureSchema;
|
|
232
|
+
export declare var WebhookCallSummaryCompletedEventData$: StaticStructureSchema;
|
|
233
|
+
export declare var WebhookCallTranscriptionCompletedEvent$: StaticStructureSchema;
|
|
234
|
+
export declare var WebhookCallTranscriptionCompletedEventData$: StaticStructureSchema;
|
|
235
|
+
export declare var WebhookCallTranscriptionTextCompletedEvent$: StaticStructureSchema;
|
|
236
|
+
export declare var WebhookCallTranscriptionTextCompletedEventData$: StaticStructureSchema;
|
|
237
|
+
export declare var WebhookChatAnnotationsCompletedEvent$: StaticStructureSchema;
|
|
238
|
+
export declare var WebhookChatAnnotationsCompletedEventData$: StaticStructureSchema;
|
|
239
|
+
export declare var WebhookChatCompletedEvent$: StaticStructureSchema;
|
|
240
|
+
export declare var WebhookChatLiveAnnotationEvent$: StaticStructureSchema;
|
|
241
|
+
export declare var WebhookChatLiveCompletedEvent$: StaticStructureSchema;
|
|
242
|
+
export declare var WebhookChatLiveInterruptedEvent$: StaticStructureSchema;
|
|
243
|
+
export declare var WebhookChatLiveProgressEvent$: StaticStructureSchema;
|
|
244
|
+
export declare var WebhookChatManagerMissedEvent$: StaticStructureSchema;
|
|
245
|
+
export declare var WebhookChatSummaryCompletedEvent$: StaticStructureSchema;
|
|
246
|
+
export declare var WebhookChatSummaryCompletedEventData$: StaticStructureSchema;
|
|
247
|
+
export declare var WebhookConferenceAnnotationsCompletedEvent$: StaticStructureSchema;
|
|
248
|
+
export declare var WebhookConferenceAnnotationsCompletedEventData$: StaticStructureSchema;
|
|
249
|
+
export declare var WebhookConferenceCompletedEvent$: StaticStructureSchema;
|
|
250
|
+
export declare var WebhookConferenceLiveAnnotationEvent$: StaticStructureSchema;
|
|
251
|
+
export declare var WebhookConferenceLiveCompletedEvent$: StaticStructureSchema;
|
|
252
|
+
export declare var WebhookConferenceLiveInterruptedEvent$: StaticStructureSchema;
|
|
253
|
+
export declare var WebhookConferenceLiveJoinEvent$: StaticStructureSchema;
|
|
254
|
+
export declare var WebhookConferenceLiveLeaveEvent$: StaticStructureSchema;
|
|
255
|
+
export declare var WebhookConferenceLiveProgressEvent$: StaticStructureSchema;
|
|
256
|
+
export declare var WebhookConferenceLiveTranscriptionEvent$: StaticStructureSchema;
|
|
257
|
+
export declare var WebhookConferenceSummaryCompletedEvent$: StaticStructureSchema;
|
|
258
|
+
export declare var WebhookConferenceSummaryCompletedEventData$: StaticStructureSchema;
|
|
259
|
+
export declare var WebhookConferenceTranscriptionCompletedEvent$: StaticStructureSchema;
|
|
260
|
+
export declare var WebhookConferenceTranscriptionCompletedEventData$: StaticStructureSchema;
|
|
261
|
+
export declare var WebhookConferenceTranscriptionTextCompletedEvent$: StaticStructureSchema;
|
|
262
|
+
export declare var WebhookConferenceTranscriptionTextCompletedEventData$: StaticStructureSchema;
|
|
263
|
+
export declare var WebhookOutdatedCallEndEvent$: StaticStructureSchema;
|
|
264
|
+
export declare var WebhookOutdatedCallEventData$: StaticStructureSchema;
|
|
265
|
+
export declare var WebhookOutdatedCallParticipant$: StaticStructureSchema;
|
|
266
|
+
export declare var WebhookOutdatedCallStartEvent$: StaticStructureSchema;
|
|
267
|
+
export declare var WebhookOutdatedCallUpdateEvent$: StaticStructureSchema;
|
|
268
|
+
export declare var WebhookPresenceConferenceEvent$: StaticStructureSchema;
|
|
269
|
+
export declare var WebhookPresenceConferenceEventData$: StaticStructureSchema;
|
|
270
|
+
export declare var WebhookPresenceTelephonyEvent$: StaticStructureSchema;
|
|
271
|
+
export declare var WebhookPresenceTelephonyEventData$: StaticStructureSchema;
|
|
272
|
+
export declare var WebhookPresenceUserEvent$: StaticStructureSchema;
|
|
273
|
+
export declare var WebhookPresenceUserEventData$: StaticStructureSchema;
|
|
274
|
+
export declare var WebhookPresenceUserEventLocationData$: StaticStructureSchema;
|
|
275
|
+
export declare var WebhookServiceCallLiveCompletedEvent$: StaticStructureSchema;
|
|
276
|
+
export declare var WebhookServiceCallLiveProgressEvent$: StaticStructureSchema;
|
|
277
|
+
export declare var WebhookSmsStatusEvent$: StaticStructureSchema;
|
|
278
|
+
export declare var WebsocketAuthorizeAction$: StaticStructureSchema;
|
|
279
|
+
export declare var WebsocketAuthorizeBadRequestException$: StaticStructureSchema;
|
|
280
|
+
export declare var WebsocketAuthorizedEvent$: StaticStructureSchema;
|
|
281
|
+
export declare var WebsocketConversationsBroadcastEvent$: StaticStructureSchema;
|
|
282
|
+
export declare var WebsocketPresenceBroadcastEvent$: StaticStructureSchema;
|
|
283
|
+
export declare var WebsocketPresenceData$: StaticStructureSchema;
|
|
284
|
+
export declare var WebsocketPresenceDataList$: StaticStructureSchema;
|
|
285
|
+
export declare var WebsocketSubscribeAction$: StaticStructureSchema;
|
|
286
|
+
export declare var WebsocketSubscribeBadRequestException$: StaticStructureSchema;
|
|
287
|
+
export declare var WebsocketSubscribedEvent$: StaticStructureSchema;
|
|
288
|
+
export declare var WebsocketTranscriptionsBroadcastEvent$: StaticStructureSchema;
|
|
289
|
+
export declare var WebsocketUnsubscribeAction$: StaticStructureSchema;
|
|
290
|
+
export declare var WebsocketUnsubscribeBadRequestException$: StaticStructureSchema;
|
|
291
|
+
export declare var WebsocketUnsubscribedEvent$: StaticStructureSchema;
|
|
292
|
+
export declare var WhatsAppInboundConsumeEvent$: StaticStructureSchema;
|
|
293
|
+
export declare var WhatsAppInboundEvent$: StaticStructureSchema;
|
|
294
|
+
export declare var WhatsAppStatusConsumeEvent$: StaticStructureSchema;
|
|
295
|
+
export declare var WhatsAppStatusEvent$: StaticStructureSchema;
|
|
296
|
+
export declare var ButtonActionHandler$: StaticStructureSchema;
|
|
297
|
+
export declare var ButtonElement$: StaticStructureSchema;
|
|
298
|
+
export declare var ButtonLinkHandler$: StaticStructureSchema;
|
|
299
|
+
export declare var ButtonReplyHandler$: StaticStructureSchema;
|
|
300
|
+
export declare var Channel$: StaticStructureSchema;
|
|
301
|
+
export declare var ChannelContext$: StaticStructureSchema;
|
|
302
|
+
export declare var ChannelContextEvent$: StaticStructureSchema;
|
|
303
|
+
export declare var ChannelContextEventAttendee$: StaticStructureSchema;
|
|
304
|
+
export declare var ChannelContextPushToTalk$: StaticStructureSchema;
|
|
305
|
+
export declare var Message$: StaticStructureSchema;
|
|
306
|
+
export declare var MessageAttachment$: StaticStructureSchema;
|
|
307
|
+
export declare var MessageForward$: StaticStructureSchema;
|
|
308
|
+
export declare var MessageGiphy$: StaticStructureSchema;
|
|
309
|
+
export declare var MessageQuote$: StaticStructureSchema;
|
|
310
|
+
export declare var MessageTemplateConfig$: StaticStructureSchema;
|
|
311
|
+
export declare var Reaction$: StaticStructureSchema;
|
|
312
|
+
export declare var User$: StaticStructureSchema;
|
|
313
|
+
export declare var AnnotationPayload$: StaticUnionSchema;
|
|
314
|
+
export declare var CallFlowAttachment$: StaticUnionSchema;
|
|
315
|
+
export declare var ConsumeEventInputEvent$: StaticUnionSchema;
|
|
316
|
+
export declare var ActionElement$: StaticUnionSchema;
|
|
317
|
+
export declare var ButtonHandler$: StaticUnionSchema;
|
|
318
|
+
export declare var Element$: StaticUnionSchema;
|
|
319
|
+
export declare var ConsumeEvent$: StaticOperationSchema;
|
|
320
|
+
export declare var DescribeEvent$: StaticOperationSchema;
|
|
321
|
+
export declare var GetConferenceId$: StaticOperationSchema;
|
|
322
|
+
export declare var GetOngoingCall$: StaticOperationSchema;
|
|
323
|
+
export declare var GetOngoingCallAnnotations$: StaticOperationSchema;
|
|
324
|
+
export declare var GetOngoingCallTranscription$: StaticOperationSchema;
|
|
325
|
+
export declare var GetOngoingChatAnnotations$: StaticOperationSchema;
|
|
326
|
+
export declare var GetOngoingConference$: StaticOperationSchema;
|
|
327
|
+
export declare var GetOngoingConferenceAnnotations$: StaticOperationSchema;
|
|
328
|
+
export declare var GetOngoingConferenceTranscription$: StaticOperationSchema;
|
|
329
|
+
export declare var ListServices$: StaticOperationSchema;
|
|
330
|
+
export declare var QueryConversations$: StaticOperationSchema;
|
|
331
|
+
export declare var QueryPresence$: StaticOperationSchema;
|
|
332
|
+
export declare var QueryPresences$: StaticOperationSchema;
|
|
333
|
+
export declare var UpdatePresenceLastSeen$: StaticOperationSchema;
|