@aws-sdk/client-connectparticipant 3.928.0 → 3.929.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +664 -594
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/ConnectParticipantClient.js +2 -0
- package/dist-es/commands/CancelParticipantAuthenticationCommand.js +3 -9
- package/dist-es/commands/CompleteAttachmentUploadCommand.js +3 -9
- package/dist-es/commands/CreateParticipantConnectionCommand.js +3 -10
- package/dist-es/commands/DescribeViewCommand.js +3 -10
- package/dist-es/commands/DisconnectParticipantCommand.js +3 -9
- package/dist-es/commands/GetAttachmentCommand.js +3 -9
- package/dist-es/commands/GetAuthenticationUrlCommand.js +3 -9
- package/dist-es/commands/GetTranscriptCommand.js +3 -9
- package/dist-es/commands/SendEventCommand.js +3 -9
- package/dist-es/commands/SendMessageCommand.js +3 -9
- package/dist-es/commands/StartAttachmentUploadCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -28
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +624 -0
- package/dist-types/ConnectParticipantClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -24
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +71 -0
- package/dist-types/ts3.4/ConnectParticipantClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -12
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +77 -0
- package/package.json +2 -3
- package/dist-es/protocols/Aws_restJson1.js +0 -465
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -101
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -137
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CancelParticipantAuthenticationCommandInput,
|
|
8
|
-
CancelParticipantAuthenticationCommandOutput,
|
|
9
|
-
} from "../commands/CancelParticipantAuthenticationCommand";
|
|
10
|
-
import {
|
|
11
|
-
CompleteAttachmentUploadCommandInput,
|
|
12
|
-
CompleteAttachmentUploadCommandOutput,
|
|
13
|
-
} from "../commands/CompleteAttachmentUploadCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateParticipantConnectionCommandInput,
|
|
16
|
-
CreateParticipantConnectionCommandOutput,
|
|
17
|
-
} from "../commands/CreateParticipantConnectionCommand";
|
|
18
|
-
import {
|
|
19
|
-
DescribeViewCommandInput,
|
|
20
|
-
DescribeViewCommandOutput,
|
|
21
|
-
} from "../commands/DescribeViewCommand";
|
|
22
|
-
import {
|
|
23
|
-
DisconnectParticipantCommandInput,
|
|
24
|
-
DisconnectParticipantCommandOutput,
|
|
25
|
-
} from "../commands/DisconnectParticipantCommand";
|
|
26
|
-
import {
|
|
27
|
-
GetAttachmentCommandInput,
|
|
28
|
-
GetAttachmentCommandOutput,
|
|
29
|
-
} from "../commands/GetAttachmentCommand";
|
|
30
|
-
import {
|
|
31
|
-
GetAuthenticationUrlCommandInput,
|
|
32
|
-
GetAuthenticationUrlCommandOutput,
|
|
33
|
-
} from "../commands/GetAuthenticationUrlCommand";
|
|
34
|
-
import {
|
|
35
|
-
GetTranscriptCommandInput,
|
|
36
|
-
GetTranscriptCommandOutput,
|
|
37
|
-
} from "../commands/GetTranscriptCommand";
|
|
38
|
-
import {
|
|
39
|
-
SendEventCommandInput,
|
|
40
|
-
SendEventCommandOutput,
|
|
41
|
-
} from "../commands/SendEventCommand";
|
|
42
|
-
import {
|
|
43
|
-
SendMessageCommandInput,
|
|
44
|
-
SendMessageCommandOutput,
|
|
45
|
-
} from "../commands/SendMessageCommand";
|
|
46
|
-
import {
|
|
47
|
-
StartAttachmentUploadCommandInput,
|
|
48
|
-
StartAttachmentUploadCommandOutput,
|
|
49
|
-
} from "../commands/StartAttachmentUploadCommand";
|
|
50
|
-
export declare const se_CancelParticipantAuthenticationCommand: (
|
|
51
|
-
input: CancelParticipantAuthenticationCommandInput,
|
|
52
|
-
context: __SerdeContext
|
|
53
|
-
) => Promise<__HttpRequest>;
|
|
54
|
-
export declare const se_CompleteAttachmentUploadCommand: (
|
|
55
|
-
input: CompleteAttachmentUploadCommandInput,
|
|
56
|
-
context: __SerdeContext
|
|
57
|
-
) => Promise<__HttpRequest>;
|
|
58
|
-
export declare const se_CreateParticipantConnectionCommand: (
|
|
59
|
-
input: CreateParticipantConnectionCommandInput,
|
|
60
|
-
context: __SerdeContext
|
|
61
|
-
) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const se_DescribeViewCommand: (
|
|
63
|
-
input: DescribeViewCommandInput,
|
|
64
|
-
context: __SerdeContext
|
|
65
|
-
) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const se_DisconnectParticipantCommand: (
|
|
67
|
-
input: DisconnectParticipantCommandInput,
|
|
68
|
-
context: __SerdeContext
|
|
69
|
-
) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const se_GetAttachmentCommand: (
|
|
71
|
-
input: GetAttachmentCommandInput,
|
|
72
|
-
context: __SerdeContext
|
|
73
|
-
) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const se_GetAuthenticationUrlCommand: (
|
|
75
|
-
input: GetAuthenticationUrlCommandInput,
|
|
76
|
-
context: __SerdeContext
|
|
77
|
-
) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const se_GetTranscriptCommand: (
|
|
79
|
-
input: GetTranscriptCommandInput,
|
|
80
|
-
context: __SerdeContext
|
|
81
|
-
) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const se_SendEventCommand: (
|
|
83
|
-
input: SendEventCommandInput,
|
|
84
|
-
context: __SerdeContext
|
|
85
|
-
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const se_SendMessageCommand: (
|
|
87
|
-
input: SendMessageCommandInput,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const se_StartAttachmentUploadCommand: (
|
|
91
|
-
input: StartAttachmentUploadCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const de_CancelParticipantAuthenticationCommand: (
|
|
95
|
-
output: __HttpResponse,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<CancelParticipantAuthenticationCommandOutput>;
|
|
98
|
-
export declare const de_CompleteAttachmentUploadCommand: (
|
|
99
|
-
output: __HttpResponse,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<CompleteAttachmentUploadCommandOutput>;
|
|
102
|
-
export declare const de_CreateParticipantConnectionCommand: (
|
|
103
|
-
output: __HttpResponse,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<CreateParticipantConnectionCommandOutput>;
|
|
106
|
-
export declare const de_DescribeViewCommand: (
|
|
107
|
-
output: __HttpResponse,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<DescribeViewCommandOutput>;
|
|
110
|
-
export declare const de_DisconnectParticipantCommand: (
|
|
111
|
-
output: __HttpResponse,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<DisconnectParticipantCommandOutput>;
|
|
114
|
-
export declare const de_GetAttachmentCommand: (
|
|
115
|
-
output: __HttpResponse,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<GetAttachmentCommandOutput>;
|
|
118
|
-
export declare const de_GetAuthenticationUrlCommand: (
|
|
119
|
-
output: __HttpResponse,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<GetAuthenticationUrlCommandOutput>;
|
|
122
|
-
export declare const de_GetTranscriptCommand: (
|
|
123
|
-
output: __HttpResponse,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<GetTranscriptCommandOutput>;
|
|
126
|
-
export declare const de_SendEventCommand: (
|
|
127
|
-
output: __HttpResponse,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<SendEventCommandOutput>;
|
|
130
|
-
export declare const de_SendMessageCommand: (
|
|
131
|
-
output: __HttpResponse,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<SendMessageCommandOutput>;
|
|
134
|
-
export declare const de_StartAttachmentUploadCommand: (
|
|
135
|
-
output: __HttpResponse,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<StartAttachmentUploadCommandOutput>;
|