@aws-sdk/client-connectparticipant 3.49.0 → 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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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-connectparticipant
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-connectparticipant
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-connectparticipant",
3
3
  "description": "AWS SDK for JavaScript Connectparticipant Client for Node.js, Browser and React Native",
4
- "version": "3.49.0",
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,34 +18,34 @@
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.49.0",
22
- "@aws-sdk/config-resolver": "3.49.0",
23
- "@aws-sdk/credential-provider-node": "3.49.0",
24
- "@aws-sdk/fetch-http-handler": "3.49.0",
25
- "@aws-sdk/hash-node": "3.49.0",
26
- "@aws-sdk/invalid-dependency": "3.49.0",
27
- "@aws-sdk/middleware-content-length": "3.49.0",
28
- "@aws-sdk/middleware-host-header": "3.49.0",
29
- "@aws-sdk/middleware-logger": "3.49.0",
30
- "@aws-sdk/middleware-retry": "3.49.0",
31
- "@aws-sdk/middleware-serde": "3.49.0",
32
- "@aws-sdk/middleware-signing": "3.49.0",
33
- "@aws-sdk/middleware-stack": "3.49.0",
34
- "@aws-sdk/middleware-user-agent": "3.49.0",
35
- "@aws-sdk/node-config-provider": "3.49.0",
36
- "@aws-sdk/node-http-handler": "3.49.0",
37
- "@aws-sdk/protocol-http": "3.49.0",
38
- "@aws-sdk/smithy-client": "3.49.0",
39
- "@aws-sdk/types": "3.49.0",
40
- "@aws-sdk/url-parser": "3.49.0",
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
41
  "@aws-sdk/util-base64-browser": "3.49.0",
42
42
  "@aws-sdk/util-base64-node": "3.49.0",
43
43
  "@aws-sdk/util-body-length-browser": "3.49.0",
44
44
  "@aws-sdk/util-body-length-node": "3.49.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.49.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.49.0",
47
- "@aws-sdk/util-user-agent-browser": "3.49.0",
48
- "@aws-sdk/util-user-agent-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
49
  "@aws-sdk/util-utf8-browser": "3.49.0",
50
50
  "@aws-sdk/util-utf8-node": "3.49.0",
51
51
  "tslib": "^2.3.0",
@@ -1,45 +0,0 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CompleteAttachmentUploadCommandInput, CompleteAttachmentUploadCommandOutput } from "./commands/CompleteAttachmentUploadCommand";
3
- import { CreateParticipantConnectionCommandInput, CreateParticipantConnectionCommandOutput } from "./commands/CreateParticipantConnectionCommand";
4
- import { DisconnectParticipantCommandInput, DisconnectParticipantCommandOutput } from "./commands/DisconnectParticipantCommand";
5
- import { GetAttachmentCommandInput, GetAttachmentCommandOutput } from "./commands/GetAttachmentCommand";
6
- import { GetTranscriptCommandInput, GetTranscriptCommandOutput } from "./commands/GetTranscriptCommand";
7
- import { SendEventCommandInput, SendEventCommandOutput } from "./commands/SendEventCommand";
8
- import { SendMessageCommandInput, SendMessageCommandOutput } from "./commands/SendMessageCommand";
9
- import { StartAttachmentUploadCommandInput, StartAttachmentUploadCommandOutput } from "./commands/StartAttachmentUploadCommand";
10
- import { ConnectParticipantClient } from "./ConnectParticipantClient";
11
-
12
- export declare class ConnectParticipant extends ConnectParticipantClient {
13
-
14
- completeAttachmentUpload(args: CompleteAttachmentUploadCommandInput, options?: __HttpHandlerOptions): Promise<CompleteAttachmentUploadCommandOutput>;
15
- completeAttachmentUpload(args: CompleteAttachmentUploadCommandInput, cb: (err: any, data?: CompleteAttachmentUploadCommandOutput) => void): void;
16
- completeAttachmentUpload(args: CompleteAttachmentUploadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CompleteAttachmentUploadCommandOutput) => void): void;
17
-
18
- createParticipantConnection(args: CreateParticipantConnectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateParticipantConnectionCommandOutput>;
19
- createParticipantConnection(args: CreateParticipantConnectionCommandInput, cb: (err: any, data?: CreateParticipantConnectionCommandOutput) => void): void;
20
- createParticipantConnection(args: CreateParticipantConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateParticipantConnectionCommandOutput) => void): void;
21
-
22
- disconnectParticipant(args: DisconnectParticipantCommandInput, options?: __HttpHandlerOptions): Promise<DisconnectParticipantCommandOutput>;
23
- disconnectParticipant(args: DisconnectParticipantCommandInput, cb: (err: any, data?: DisconnectParticipantCommandOutput) => void): void;
24
- disconnectParticipant(args: DisconnectParticipantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisconnectParticipantCommandOutput) => void): void;
25
-
26
- getAttachment(args: GetAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<GetAttachmentCommandOutput>;
27
- getAttachment(args: GetAttachmentCommandInput, cb: (err: any, data?: GetAttachmentCommandOutput) => void): void;
28
- getAttachment(args: GetAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAttachmentCommandOutput) => void): void;
29
-
30
- getTranscript(args: GetTranscriptCommandInput, options?: __HttpHandlerOptions): Promise<GetTranscriptCommandOutput>;
31
- getTranscript(args: GetTranscriptCommandInput, cb: (err: any, data?: GetTranscriptCommandOutput) => void): void;
32
- getTranscript(args: GetTranscriptCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTranscriptCommandOutput) => void): void;
33
-
34
- sendEvent(args: SendEventCommandInput, options?: __HttpHandlerOptions): Promise<SendEventCommandOutput>;
35
- sendEvent(args: SendEventCommandInput, cb: (err: any, data?: SendEventCommandOutput) => void): void;
36
- sendEvent(args: SendEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendEventCommandOutput) => void): void;
37
-
38
- sendMessage(args: SendMessageCommandInput, options?: __HttpHandlerOptions): Promise<SendMessageCommandOutput>;
39
- sendMessage(args: SendMessageCommandInput, cb: (err: any, data?: SendMessageCommandOutput) => void): void;
40
- sendMessage(args: SendMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendMessageCommandOutput) => void): void;
41
-
42
- startAttachmentUpload(args: StartAttachmentUploadCommandInput, options?: __HttpHandlerOptions): Promise<StartAttachmentUploadCommandOutput>;
43
- startAttachmentUpload(args: StartAttachmentUploadCommandInput, cb: (err: any, data?: StartAttachmentUploadCommandOutput) => void): void;
44
- startAttachmentUpload(args: StartAttachmentUploadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartAttachmentUploadCommandOutput) => void): void;
45
- }
@@ -1,81 +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 { CompleteAttachmentUploadCommandInput, CompleteAttachmentUploadCommandOutput } from "./commands/CompleteAttachmentUploadCommand";
10
- import { CreateParticipantConnectionCommandInput, CreateParticipantConnectionCommandOutput } from "./commands/CreateParticipantConnectionCommand";
11
- import { DisconnectParticipantCommandInput, DisconnectParticipantCommandOutput } from "./commands/DisconnectParticipantCommand";
12
- import { GetAttachmentCommandInput, GetAttachmentCommandOutput } from "./commands/GetAttachmentCommand";
13
- import { GetTranscriptCommandInput, GetTranscriptCommandOutput } from "./commands/GetTranscriptCommand";
14
- import { SendEventCommandInput, SendEventCommandOutput } from "./commands/SendEventCommand";
15
- import { SendMessageCommandInput, SendMessageCommandOutput } from "./commands/SendMessageCommand";
16
- import { StartAttachmentUploadCommandInput, StartAttachmentUploadCommandOutput } from "./commands/StartAttachmentUploadCommand";
17
- export declare type ServiceInputTypes = CompleteAttachmentUploadCommandInput | CreateParticipantConnectionCommandInput | DisconnectParticipantCommandInput | GetAttachmentCommandInput | GetTranscriptCommandInput | SendEventCommandInput | SendMessageCommandInput | StartAttachmentUploadCommandInput;
18
- export declare type ServiceOutputTypes = CompleteAttachmentUploadCommandOutput | CreateParticipantConnectionCommandOutput | DisconnectParticipantCommandOutput | GetAttachmentCommandOutput | GetTranscriptCommandOutput | SendEventCommandOutput | SendMessageCommandOutput | StartAttachmentUploadCommandOutput;
19
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
20
-
21
- requestHandler?: __HttpHandler;
22
-
23
- sha256?: __HashConstructor;
24
-
25
- urlParser?: __UrlParser;
26
-
27
- bodyLengthChecker?: (body: any) => number | undefined;
28
-
29
- streamCollector?: __StreamCollector;
30
-
31
- base64Decoder?: __Decoder;
32
-
33
- base64Encoder?: __Encoder;
34
-
35
- utf8Decoder?: __Decoder;
36
-
37
- utf8Encoder?: __Encoder;
38
-
39
- runtime?: string;
40
-
41
- disableHostPrefix?: boolean;
42
-
43
- maxAttempts?: number | __Provider<number>;
44
-
45
- retryMode?: string | __Provider<string>;
46
-
47
- logger?: __Logger;
48
-
49
- useDualstackEndpoint?: boolean | __Provider<boolean>;
50
-
51
- useFipsEndpoint?: boolean | __Provider<boolean>;
52
-
53
- serviceId?: string;
54
-
55
- region?: string | __Provider<string>;
56
-
57
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
58
-
59
- regionInfoProvider?: RegionInfoProvider;
60
-
61
- defaultUserAgentProvider?: Provider<__UserAgent>;
62
-
63
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
64
- }
65
- declare type ConnectParticipantClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
66
-
67
- export interface ConnectParticipantClientConfig extends ConnectParticipantClientConfigType {
68
- }
69
- declare type ConnectParticipantClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
70
-
71
- export interface ConnectParticipantClientResolvedConfig extends ConnectParticipantClientResolvedConfigType {
72
- }
73
-
74
- export declare class ConnectParticipantClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ConnectParticipantClientResolvedConfig> {
75
-
76
- readonly config: ConnectParticipantClientResolvedConfig;
77
- constructor(configuration: ConnectParticipantClientConfig);
78
-
79
- destroy(): void;
80
- }
81
- 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 { ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectParticipantClient";
4
- import { CompleteAttachmentUploadRequest, CompleteAttachmentUploadResponse } from "../models/models_0";
5
- export interface CompleteAttachmentUploadCommandInput extends CompleteAttachmentUploadRequest {
6
- }
7
- export interface CompleteAttachmentUploadCommandOutput extends CompleteAttachmentUploadResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CompleteAttachmentUploadCommand extends $Command<CompleteAttachmentUploadCommandInput, CompleteAttachmentUploadCommandOutput, ConnectParticipantClientResolvedConfig> {
11
- readonly input: CompleteAttachmentUploadCommandInput;
12
- constructor(input: CompleteAttachmentUploadCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectParticipantClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CompleteAttachmentUploadCommandInput, CompleteAttachmentUploadCommandOutput>;
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 { ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectParticipantClient";
4
- import { CreateParticipantConnectionRequest, CreateParticipantConnectionResponse } from "../models/models_0";
5
- export interface CreateParticipantConnectionCommandInput extends CreateParticipantConnectionRequest {
6
- }
7
- export interface CreateParticipantConnectionCommandOutput extends CreateParticipantConnectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateParticipantConnectionCommand extends $Command<CreateParticipantConnectionCommandInput, CreateParticipantConnectionCommandOutput, ConnectParticipantClientResolvedConfig> {
11
- readonly input: CreateParticipantConnectionCommandInput;
12
- constructor(input: CreateParticipantConnectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectParticipantClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateParticipantConnectionCommandInput, CreateParticipantConnectionCommandOutput>;
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 { ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectParticipantClient";
4
- import { DisconnectParticipantRequest, DisconnectParticipantResponse } from "../models/models_0";
5
- export interface DisconnectParticipantCommandInput extends DisconnectParticipantRequest {
6
- }
7
- export interface DisconnectParticipantCommandOutput extends DisconnectParticipantResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisconnectParticipantCommand extends $Command<DisconnectParticipantCommandInput, DisconnectParticipantCommandOutput, ConnectParticipantClientResolvedConfig> {
11
- readonly input: DisconnectParticipantCommandInput;
12
- constructor(input: DisconnectParticipantCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectParticipantClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisconnectParticipantCommandInput, DisconnectParticipantCommandOutput>;
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 { ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectParticipantClient";
4
- import { GetAttachmentRequest, GetAttachmentResponse } from "../models/models_0";
5
- export interface GetAttachmentCommandInput extends GetAttachmentRequest {
6
- }
7
- export interface GetAttachmentCommandOutput extends GetAttachmentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetAttachmentCommand extends $Command<GetAttachmentCommandInput, GetAttachmentCommandOutput, ConnectParticipantClientResolvedConfig> {
11
- readonly input: GetAttachmentCommandInput;
12
- constructor(input: GetAttachmentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectParticipantClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAttachmentCommandInput, GetAttachmentCommandOutput>;
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 { ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectParticipantClient";
4
- import { GetTranscriptRequest, GetTranscriptResponse } from "../models/models_0";
5
- export interface GetTranscriptCommandInput extends GetTranscriptRequest {
6
- }
7
- export interface GetTranscriptCommandOutput extends GetTranscriptResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetTranscriptCommand extends $Command<GetTranscriptCommandInput, GetTranscriptCommandOutput, ConnectParticipantClientResolvedConfig> {
11
- readonly input: GetTranscriptCommandInput;
12
- constructor(input: GetTranscriptCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectParticipantClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTranscriptCommandInput, GetTranscriptCommandOutput>;
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 { ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectParticipantClient";
4
- import { SendEventRequest, SendEventResponse } from "../models/models_0";
5
- export interface SendEventCommandInput extends SendEventRequest {
6
- }
7
- export interface SendEventCommandOutput extends SendEventResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class SendEventCommand extends $Command<SendEventCommandInput, SendEventCommandOutput, ConnectParticipantClientResolvedConfig> {
11
- readonly input: SendEventCommandInput;
12
- constructor(input: SendEventCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectParticipantClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendEventCommandInput, SendEventCommandOutput>;
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 { ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectParticipantClient";
4
- import { SendMessageRequest, SendMessageResponse } from "../models/models_0";
5
- export interface SendMessageCommandInput extends SendMessageRequest {
6
- }
7
- export interface SendMessageCommandOutput extends SendMessageResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class SendMessageCommand extends $Command<SendMessageCommandInput, SendMessageCommandOutput, ConnectParticipantClientResolvedConfig> {
11
- readonly input: SendMessageCommandInput;
12
- constructor(input: SendMessageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectParticipantClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendMessageCommandInput, SendMessageCommandOutput>;
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 { ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectParticipantClient";
4
- import { StartAttachmentUploadRequest, StartAttachmentUploadResponse } from "../models/models_0";
5
- export interface StartAttachmentUploadCommandInput extends StartAttachmentUploadRequest {
6
- }
7
- export interface StartAttachmentUploadCommandOutput extends StartAttachmentUploadResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartAttachmentUploadCommand extends $Command<StartAttachmentUploadCommandInput, StartAttachmentUploadCommandOutput, ConnectParticipantClientResolvedConfig> {
11
- readonly input: StartAttachmentUploadCommandInput;
12
- constructor(input: StartAttachmentUploadCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectParticipantClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartAttachmentUploadCommandInput, StartAttachmentUploadCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,8 +0,0 @@
1
- export * from "./CompleteAttachmentUploadCommand";
2
- export * from "./CreateParticipantConnectionCommand";
3
- export * from "./DisconnectParticipantCommand";
4
- export * from "./GetAttachmentCommand";
5
- export * from "./GetTranscriptCommand";
6
- export * from "./SendEventCommand";
7
- export * from "./SendMessageCommand";
8
- export * from "./StartAttachmentUploadCommand";
@@ -1,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,5 +0,0 @@
1
- export * from "./ConnectParticipant";
2
- export * from "./ConnectParticipantClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1,343 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
-
3
- export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
4
- name: "AccessDeniedException";
5
- $fault: "client";
6
- Message: string | undefined;
7
- }
8
- export interface CompleteAttachmentUploadRequest {
9
-
10
- AttachmentIds: string[] | undefined;
11
-
12
- ClientToken?: string;
13
-
14
- ConnectionToken: string | undefined;
15
- }
16
- export declare namespace CompleteAttachmentUploadRequest {
17
-
18
- const filterSensitiveLog: (obj: CompleteAttachmentUploadRequest) => any;
19
- }
20
- export interface CompleteAttachmentUploadResponse {
21
- }
22
- export declare namespace CompleteAttachmentUploadResponse {
23
-
24
- const filterSensitiveLog: (obj: CompleteAttachmentUploadResponse) => any;
25
- }
26
-
27
- export interface ConflictException extends __SmithyException, $MetadataBearer {
28
- name: "ConflictException";
29
- $fault: "client";
30
- Message: string | undefined;
31
- }
32
-
33
- export interface InternalServerException extends __SmithyException, $MetadataBearer {
34
- name: "InternalServerException";
35
- $fault: "server";
36
- Message: string | undefined;
37
- }
38
-
39
- export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
40
- name: "ServiceQuotaExceededException";
41
- $fault: "client";
42
- Message: string | undefined;
43
- }
44
-
45
- export interface ThrottlingException extends __SmithyException, $MetadataBearer {
46
- name: "ThrottlingException";
47
- $fault: "client";
48
- Message: string | undefined;
49
- }
50
-
51
- export interface ValidationException extends __SmithyException, $MetadataBearer {
52
- name: "ValidationException";
53
- $fault: "client";
54
- Message: string | undefined;
55
- }
56
- export declare enum ConnectionType {
57
- CONNECTION_CREDENTIALS = "CONNECTION_CREDENTIALS",
58
- WEBSOCKET = "WEBSOCKET"
59
- }
60
- export interface CreateParticipantConnectionRequest {
61
-
62
- Type: (ConnectionType | string)[] | undefined;
63
-
64
- ParticipantToken: string | undefined;
65
-
66
- ConnectParticipant?: boolean;
67
- }
68
- export declare namespace CreateParticipantConnectionRequest {
69
-
70
- const filterSensitiveLog: (obj: CreateParticipantConnectionRequest) => any;
71
- }
72
-
73
- export interface ConnectionCredentials {
74
-
75
- ConnectionToken?: string;
76
-
77
- Expiry?: string;
78
- }
79
- export declare namespace ConnectionCredentials {
80
-
81
- const filterSensitiveLog: (obj: ConnectionCredentials) => any;
82
- }
83
-
84
- export interface Websocket {
85
-
86
- Url?: string;
87
-
88
- ConnectionExpiry?: string;
89
- }
90
- export declare namespace Websocket {
91
-
92
- const filterSensitiveLog: (obj: Websocket) => any;
93
- }
94
- export interface CreateParticipantConnectionResponse {
95
-
96
- Websocket?: Websocket;
97
-
98
- ConnectionCredentials?: ConnectionCredentials;
99
- }
100
- export declare namespace CreateParticipantConnectionResponse {
101
-
102
- const filterSensitiveLog: (obj: CreateParticipantConnectionResponse) => any;
103
- }
104
- export interface DisconnectParticipantRequest {
105
-
106
- ClientToken?: string;
107
-
108
- ConnectionToken: string | undefined;
109
- }
110
- export declare namespace DisconnectParticipantRequest {
111
-
112
- const filterSensitiveLog: (obj: DisconnectParticipantRequest) => any;
113
- }
114
- export interface DisconnectParticipantResponse {
115
- }
116
- export declare namespace DisconnectParticipantResponse {
117
-
118
- const filterSensitiveLog: (obj: DisconnectParticipantResponse) => any;
119
- }
120
- export interface GetAttachmentRequest {
121
-
122
- AttachmentId: string | undefined;
123
-
124
- ConnectionToken: string | undefined;
125
- }
126
- export declare namespace GetAttachmentRequest {
127
-
128
- const filterSensitiveLog: (obj: GetAttachmentRequest) => any;
129
- }
130
- export interface GetAttachmentResponse {
131
-
132
- Url?: string;
133
-
134
- UrlExpiry?: string;
135
- }
136
- export declare namespace GetAttachmentResponse {
137
-
138
- const filterSensitiveLog: (obj: GetAttachmentResponse) => any;
139
- }
140
- export declare enum ScanDirection {
141
- BACKWARD = "BACKWARD",
142
- FORWARD = "FORWARD"
143
- }
144
- export declare enum SortKey {
145
- ASCENDING = "ASCENDING",
146
- DESCENDING = "DESCENDING"
147
- }
148
-
149
- export interface StartPosition {
150
-
151
- Id?: string;
152
-
153
- AbsoluteTime?: string;
154
-
155
- MostRecent?: number;
156
- }
157
- export declare namespace StartPosition {
158
-
159
- const filterSensitiveLog: (obj: StartPosition) => any;
160
- }
161
- export interface GetTranscriptRequest {
162
-
163
- ContactId?: string;
164
-
165
- MaxResults?: number;
166
-
167
- NextToken?: string;
168
-
169
- ScanDirection?: ScanDirection | string;
170
-
171
- SortOrder?: SortKey | string;
172
-
173
- StartPosition?: StartPosition;
174
-
175
- ConnectionToken: string | undefined;
176
- }
177
- export declare namespace GetTranscriptRequest {
178
-
179
- const filterSensitiveLog: (obj: GetTranscriptRequest) => any;
180
- }
181
- export declare enum ArtifactStatus {
182
- APPROVED = "APPROVED",
183
- IN_PROGRESS = "IN_PROGRESS",
184
- REJECTED = "REJECTED"
185
- }
186
-
187
- export interface AttachmentItem {
188
-
189
- ContentType?: string;
190
-
191
- AttachmentId?: string;
192
-
193
- AttachmentName?: string;
194
-
195
- Status?: ArtifactStatus | string;
196
- }
197
- export declare namespace AttachmentItem {
198
-
199
- const filterSensitiveLog: (obj: AttachmentItem) => any;
200
- }
201
- export declare enum ParticipantRole {
202
- AGENT = "AGENT",
203
- CUSTOMER = "CUSTOMER",
204
- SYSTEM = "SYSTEM"
205
- }
206
- export declare enum ChatItemType {
207
- ATTACHMENT = "ATTACHMENT",
208
- CHAT_ENDED = "CHAT_ENDED",
209
- CONNECTION_ACK = "CONNECTION_ACK",
210
- EVENT = "EVENT",
211
- MESSAGE = "MESSAGE",
212
- PARTICIPANT_JOINED = "PARTICIPANT_JOINED",
213
- PARTICIPANT_LEFT = "PARTICIPANT_LEFT",
214
- TRANSFER_FAILED = "TRANSFER_FAILED",
215
- TRANSFER_SUCCEEDED = "TRANSFER_SUCCEEDED",
216
- TYPING = "TYPING"
217
- }
218
-
219
- export interface Item {
220
-
221
- AbsoluteTime?: string;
222
-
223
- Content?: string;
224
-
225
- ContentType?: string;
226
-
227
- Id?: string;
228
-
229
- Type?: ChatItemType | string;
230
-
231
- ParticipantId?: string;
232
-
233
- DisplayName?: string;
234
-
235
- ParticipantRole?: ParticipantRole | string;
236
-
237
- Attachments?: AttachmentItem[];
238
- }
239
- export declare namespace Item {
240
-
241
- const filterSensitiveLog: (obj: Item) => any;
242
- }
243
- export interface GetTranscriptResponse {
244
-
245
- InitialContactId?: string;
246
-
247
- Transcript?: Item[];
248
-
249
- NextToken?: string;
250
- }
251
- export declare namespace GetTranscriptResponse {
252
-
253
- const filterSensitiveLog: (obj: GetTranscriptResponse) => any;
254
- }
255
- export interface SendEventRequest {
256
-
257
- ContentType: string | undefined;
258
-
259
- Content?: string;
260
-
261
- ClientToken?: string;
262
-
263
- ConnectionToken: string | undefined;
264
- }
265
- export declare namespace SendEventRequest {
266
-
267
- const filterSensitiveLog: (obj: SendEventRequest) => any;
268
- }
269
- export interface SendEventResponse {
270
-
271
- Id?: string;
272
-
273
- AbsoluteTime?: string;
274
- }
275
- export declare namespace SendEventResponse {
276
-
277
- const filterSensitiveLog: (obj: SendEventResponse) => any;
278
- }
279
- export interface SendMessageRequest {
280
-
281
- ContentType: string | undefined;
282
-
283
- Content: string | undefined;
284
-
285
- ClientToken?: string;
286
-
287
- ConnectionToken: string | undefined;
288
- }
289
- export declare namespace SendMessageRequest {
290
-
291
- const filterSensitiveLog: (obj: SendMessageRequest) => any;
292
- }
293
- export interface SendMessageResponse {
294
-
295
- Id?: string;
296
-
297
- AbsoluteTime?: string;
298
- }
299
- export declare namespace SendMessageResponse {
300
-
301
- const filterSensitiveLog: (obj: SendMessageResponse) => any;
302
- }
303
- export interface StartAttachmentUploadRequest {
304
-
305
- ContentType: string | undefined;
306
-
307
- AttachmentSizeInBytes: number | undefined;
308
-
309
- AttachmentName: string | undefined;
310
-
311
- ClientToken?: string;
312
-
313
- ConnectionToken: string | undefined;
314
- }
315
- export declare namespace StartAttachmentUploadRequest {
316
-
317
- const filterSensitiveLog: (obj: StartAttachmentUploadRequest) => any;
318
- }
319
-
320
- export interface UploadMetadata {
321
-
322
- Url?: string;
323
-
324
- UrlExpiry?: string;
325
-
326
- HeadersToInclude?: {
327
- [key: string]: string;
328
- };
329
- }
330
- export declare namespace UploadMetadata {
331
-
332
- const filterSensitiveLog: (obj: UploadMetadata) => any;
333
- }
334
- export interface StartAttachmentUploadResponse {
335
-
336
- AttachmentId?: string;
337
-
338
- UploadMetadata?: UploadMetadata;
339
- }
340
- export declare namespace StartAttachmentUploadResponse {
341
-
342
- const filterSensitiveLog: (obj: StartAttachmentUploadResponse) => any;
343
- }
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { GetTranscriptCommandInput, GetTranscriptCommandOutput } from "../commands/GetTranscriptCommand";
3
- import { ConnectParticipantPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateGetTranscript(config: ConnectParticipantPaginationConfiguration, input: GetTranscriptCommandInput, ...additionalArguments: any): Paginator<GetTranscriptCommandOutput>;
@@ -1,6 +0,0 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
2
- import { ConnectParticipant } from "../ConnectParticipant";
3
- import { ConnectParticipantClient } from "../ConnectParticipantClient";
4
- export interface ConnectParticipantPaginationConfiguration extends PaginationConfiguration {
5
- client: ConnectParticipant | ConnectParticipantClient;
6
- }
@@ -1,2 +0,0 @@
1
- export * from "./GetTranscriptPaginator";
2
- export * from "./Interfaces";
@@ -1,26 +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 { CompleteAttachmentUploadCommandInput, CompleteAttachmentUploadCommandOutput } from "../commands/CompleteAttachmentUploadCommand";
4
- import { CreateParticipantConnectionCommandInput, CreateParticipantConnectionCommandOutput } from "../commands/CreateParticipantConnectionCommand";
5
- import { DisconnectParticipantCommandInput, DisconnectParticipantCommandOutput } from "../commands/DisconnectParticipantCommand";
6
- import { GetAttachmentCommandInput, GetAttachmentCommandOutput } from "../commands/GetAttachmentCommand";
7
- import { GetTranscriptCommandInput, GetTranscriptCommandOutput } from "../commands/GetTranscriptCommand";
8
- import { SendEventCommandInput, SendEventCommandOutput } from "../commands/SendEventCommand";
9
- import { SendMessageCommandInput, SendMessageCommandOutput } from "../commands/SendMessageCommand";
10
- import { StartAttachmentUploadCommandInput, StartAttachmentUploadCommandOutput } from "../commands/StartAttachmentUploadCommand";
11
- export declare const serializeAws_restJson1CompleteAttachmentUploadCommand: (input: CompleteAttachmentUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
12
- export declare const serializeAws_restJson1CreateParticipantConnectionCommand: (input: CreateParticipantConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
13
- export declare const serializeAws_restJson1DisconnectParticipantCommand: (input: DisconnectParticipantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
14
- export declare const serializeAws_restJson1GetAttachmentCommand: (input: GetAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
15
- export declare const serializeAws_restJson1GetTranscriptCommand: (input: GetTranscriptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
16
- export declare const serializeAws_restJson1SendEventCommand: (input: SendEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
17
- export declare const serializeAws_restJson1SendMessageCommand: (input: SendMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
18
- export declare const serializeAws_restJson1StartAttachmentUploadCommand: (input: StartAttachmentUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
19
- export declare const deserializeAws_restJson1CompleteAttachmentUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CompleteAttachmentUploadCommandOutput>;
20
- export declare const deserializeAws_restJson1CreateParticipantConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateParticipantConnectionCommandOutput>;
21
- export declare const deserializeAws_restJson1DisconnectParticipantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisconnectParticipantCommandOutput>;
22
- export declare const deserializeAws_restJson1GetAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAttachmentCommandOutput>;
23
- export declare const deserializeAws_restJson1GetTranscriptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTranscriptCommandOutput>;
24
- export declare const deserializeAws_restJson1SendEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendEventCommandOutput>;
25
- export declare const deserializeAws_restJson1SendMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendMessageCommandOutput>;
26
- export declare const deserializeAws_restJson1StartAttachmentUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAttachmentUploadCommandOutput>;
@@ -1,38 +0,0 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
- import { ConnectParticipantClientConfig } from "./ConnectParticipantClient";
3
-
4
- export declare const getRuntimeConfig: (config: ConnectParticipantClientConfig) => {
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 { ConnectParticipantClientConfig } from "./ConnectParticipantClient";
3
-
4
- export declare const getRuntimeConfig: (config: ConnectParticipantClientConfig) => {
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 { ConnectParticipantClientConfig } from "./ConnectParticipantClient";
2
-
3
- export declare const getRuntimeConfig: (config: ConnectParticipantClientConfig) => {
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 { ConnectParticipantClientConfig } from "./ConnectParticipantClient";
3
-
4
- export declare const getRuntimeConfig: (config: ConnectParticipantClientConfig) => {
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
- };