@aws-sdk/client-connectparticipant 3.1075.0 → 3.1077.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 +792 -15
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
- package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
- package/dist-cjs/endpoint/bdd.js +0 -49
- package/dist-cjs/endpoint/endpointResolver.js +0 -14
- package/dist-cjs/models/ConnectParticipantServiceException.js +0 -8
- package/dist-cjs/models/errors.js +0 -103
- package/dist-cjs/runtimeConfig.browser.js +0 -32
- package/dist-cjs/runtimeConfig.js +0 -45
- package/dist-cjs/runtimeConfig.native.js +0 -12
- package/dist-cjs/runtimeConfig.shared.js +0 -38
- package/dist-cjs/schemas/schemas_0.js +0 -484
package/dist-cjs/index.js
CHANGED
|
@@ -1,21 +1,58 @@
|
|
|
1
|
-
|
|
2
|
-
const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
1
|
+
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
3
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
4
|
-
const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
|
|
5
4
|
exports.$Command = Command;
|
|
6
5
|
exports.__Client = Client;
|
|
7
|
-
const { resolveRegionConfig } = require("@smithy/core/config");
|
|
8
|
-
const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
9
|
-
const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
10
|
-
const { resolveRetryConfig, getOmitRetryHeadersPlugin, getRetryPlugin } = require("@smithy/core/retry");
|
|
11
|
-
const { getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
12
|
-
const {
|
|
13
|
-
const {
|
|
14
|
-
const {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
const {
|
|
18
|
-
|
|
6
|
+
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
|
+
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
8
|
+
const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
9
|
+
const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getOmitRetryHeadersPlugin, getRetryPlugin } = require("@smithy/core/retry");
|
|
10
|
+
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
|
+
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
|
+
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
|
+
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
|
+
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
16
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
17
|
+
|
|
18
|
+
const defaultConnectParticipantHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
19
|
+
return {
|
|
20
|
+
operation: getSmithyContext(context).operation,
|
|
21
|
+
region: await normalizeProvider(config.region)() || (() => {
|
|
22
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
23
|
+
})(),
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
27
|
+
return {
|
|
28
|
+
schemeId: "aws.auth#sigv4",
|
|
29
|
+
signingProperties: {
|
|
30
|
+
name: "execute-api",
|
|
31
|
+
region: authParameters.region,
|
|
32
|
+
},
|
|
33
|
+
propertiesExtractor: (config, context) => ({
|
|
34
|
+
signingProperties: {
|
|
35
|
+
config,
|
|
36
|
+
context,
|
|
37
|
+
},
|
|
38
|
+
}),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
const defaultConnectParticipantHttpAuthSchemeProvider = (authParameters) => {
|
|
42
|
+
const options = [];
|
|
43
|
+
switch (authParameters.operation) {
|
|
44
|
+
default: {
|
|
45
|
+
options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
return options;
|
|
49
|
+
};
|
|
50
|
+
const resolveHttpAuthSchemeConfig = (config) => {
|
|
51
|
+
const config_0 = resolveAwsSdkSigV4Config(config);
|
|
52
|
+
return Object.assign(config_0, {
|
|
53
|
+
authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
|
|
54
|
+
});
|
|
55
|
+
};
|
|
19
56
|
|
|
20
57
|
const resolveClientEndpointParameters = (options) => {
|
|
21
58
|
return Object.assign(options, {
|
|
@@ -31,6 +68,679 @@ const commonParams = {
|
|
|
31
68
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
32
69
|
};
|
|
33
70
|
|
|
71
|
+
var version = "3.1076.0";
|
|
72
|
+
var packageInfo = {
|
|
73
|
+
version: version};
|
|
74
|
+
|
|
75
|
+
const k = "ref";
|
|
76
|
+
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
77
|
+
const _data = {
|
|
78
|
+
conditions: [
|
|
79
|
+
[c, [g]],
|
|
80
|
+
[c, j],
|
|
81
|
+
["aws.partition", j, d],
|
|
82
|
+
[e, [{ [k]: "UseFIPS" }, b]],
|
|
83
|
+
[e, [{ [k]: "UseDualStack" }, b]],
|
|
84
|
+
[e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
|
|
85
|
+
[e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]],
|
|
86
|
+
["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]]
|
|
87
|
+
],
|
|
88
|
+
results: [
|
|
89
|
+
[a],
|
|
90
|
+
[a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
|
|
91
|
+
[a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
|
|
92
|
+
[g, i],
|
|
93
|
+
["https://participant.connect-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
94
|
+
[a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
|
|
95
|
+
["https://participant.connect.{Region}.amazonaws.com", i],
|
|
96
|
+
["https://participant.connect-fips.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
97
|
+
[a, "FIPS is enabled but this partition does not support FIPS"],
|
|
98
|
+
["https://participant.connect.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
99
|
+
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
100
|
+
["https://participant.connect.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
101
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
102
|
+
]
|
|
103
|
+
};
|
|
104
|
+
const root = 2;
|
|
105
|
+
const r = 100_000_000;
|
|
106
|
+
const nodes = new Int32Array([
|
|
107
|
+
-1, 1, -1,
|
|
108
|
+
0, 13, 3,
|
|
109
|
+
1, 4, r + 12,
|
|
110
|
+
2, 5, r + 12,
|
|
111
|
+
3, 8, 6,
|
|
112
|
+
4, 7, r + 11,
|
|
113
|
+
5, r + 9, r + 10,
|
|
114
|
+
4, 11, 9,
|
|
115
|
+
6, 10, r + 8,
|
|
116
|
+
7, r + 6, r + 7,
|
|
117
|
+
5, 12, r + 5,
|
|
118
|
+
6, r + 4, r + 5,
|
|
119
|
+
3, r + 1, 14,
|
|
120
|
+
4, r + 2, r + 3,
|
|
121
|
+
]);
|
|
122
|
+
const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
123
|
+
|
|
124
|
+
const cache = new EndpointCache({
|
|
125
|
+
size: 50,
|
|
126
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
127
|
+
});
|
|
128
|
+
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
129
|
+
return cache.get(endpointParams, () => decideEndpoint(bdd, {
|
|
130
|
+
endpointParams: endpointParams,
|
|
131
|
+
logger: context.logger,
|
|
132
|
+
}));
|
|
133
|
+
};
|
|
134
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
135
|
+
|
|
136
|
+
class ConnectParticipantServiceException extends ServiceException {
|
|
137
|
+
constructor(options) {
|
|
138
|
+
super(options);
|
|
139
|
+
Object.setPrototypeOf(this, ConnectParticipantServiceException.prototype);
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
class AccessDeniedException extends ConnectParticipantServiceException {
|
|
144
|
+
name = "AccessDeniedException";
|
|
145
|
+
$fault = "client";
|
|
146
|
+
Message;
|
|
147
|
+
constructor(opts) {
|
|
148
|
+
super({
|
|
149
|
+
name: "AccessDeniedException",
|
|
150
|
+
$fault: "client",
|
|
151
|
+
...opts,
|
|
152
|
+
});
|
|
153
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
154
|
+
this.Message = opts.Message;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
class InternalServerException extends ConnectParticipantServiceException {
|
|
158
|
+
name = "InternalServerException";
|
|
159
|
+
$fault = "server";
|
|
160
|
+
Message;
|
|
161
|
+
constructor(opts) {
|
|
162
|
+
super({
|
|
163
|
+
name: "InternalServerException",
|
|
164
|
+
$fault: "server",
|
|
165
|
+
...opts,
|
|
166
|
+
});
|
|
167
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
168
|
+
this.Message = opts.Message;
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
class ThrottlingException extends ConnectParticipantServiceException {
|
|
172
|
+
name = "ThrottlingException";
|
|
173
|
+
$fault = "client";
|
|
174
|
+
Message;
|
|
175
|
+
constructor(opts) {
|
|
176
|
+
super({
|
|
177
|
+
name: "ThrottlingException",
|
|
178
|
+
$fault: "client",
|
|
179
|
+
...opts,
|
|
180
|
+
});
|
|
181
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
182
|
+
this.Message = opts.Message;
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
class ValidationException extends ConnectParticipantServiceException {
|
|
186
|
+
name = "ValidationException";
|
|
187
|
+
$fault = "client";
|
|
188
|
+
Message;
|
|
189
|
+
constructor(opts) {
|
|
190
|
+
super({
|
|
191
|
+
name: "ValidationException",
|
|
192
|
+
$fault: "client",
|
|
193
|
+
...opts,
|
|
194
|
+
});
|
|
195
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
196
|
+
this.Message = opts.Message;
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
class ConflictException extends ConnectParticipantServiceException {
|
|
200
|
+
name = "ConflictException";
|
|
201
|
+
$fault = "client";
|
|
202
|
+
Message;
|
|
203
|
+
constructor(opts) {
|
|
204
|
+
super({
|
|
205
|
+
name: "ConflictException",
|
|
206
|
+
$fault: "client",
|
|
207
|
+
...opts,
|
|
208
|
+
});
|
|
209
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
210
|
+
this.Message = opts.Message;
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
class ServiceQuotaExceededException extends ConnectParticipantServiceException {
|
|
214
|
+
name = "ServiceQuotaExceededException";
|
|
215
|
+
$fault = "client";
|
|
216
|
+
Message;
|
|
217
|
+
constructor(opts) {
|
|
218
|
+
super({
|
|
219
|
+
name: "ServiceQuotaExceededException",
|
|
220
|
+
$fault: "client",
|
|
221
|
+
...opts,
|
|
222
|
+
});
|
|
223
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
224
|
+
this.Message = opts.Message;
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
class ResourceNotFoundException extends ConnectParticipantServiceException {
|
|
228
|
+
name = "ResourceNotFoundException";
|
|
229
|
+
$fault = "client";
|
|
230
|
+
Message;
|
|
231
|
+
ResourceId;
|
|
232
|
+
ResourceType;
|
|
233
|
+
constructor(opts) {
|
|
234
|
+
super({
|
|
235
|
+
name: "ResourceNotFoundException",
|
|
236
|
+
$fault: "client",
|
|
237
|
+
...opts,
|
|
238
|
+
});
|
|
239
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
240
|
+
this.Message = opts.Message;
|
|
241
|
+
this.ResourceId = opts.ResourceId;
|
|
242
|
+
this.ResourceType = opts.ResourceType;
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
const _A = "Attendee";
|
|
247
|
+
const _ADE = "AccessDeniedException";
|
|
248
|
+
const _AF = "AudioFeatures";
|
|
249
|
+
const _AFU = "AudioFallbackUrl";
|
|
250
|
+
const _AHU = "AudioHostUrl";
|
|
251
|
+
const _AI = "AttachmentItem";
|
|
252
|
+
const _AIt = "AttachmentId";
|
|
253
|
+
const _AItt = "AttendeeId";
|
|
254
|
+
const _AItta = "AttachmentIds";
|
|
255
|
+
const _AN = "AttachmentName";
|
|
256
|
+
const _ASIB = "AttachmentSizeInBytes";
|
|
257
|
+
const _AT = "AbsoluteTime";
|
|
258
|
+
const _AU = "AuthenticationUrl";
|
|
259
|
+
const _Ac = "Actions";
|
|
260
|
+
const _Ar = "Arn";
|
|
261
|
+
const _At = "Attachments";
|
|
262
|
+
const _Au = "Audio";
|
|
263
|
+
const _C = "Content";
|
|
264
|
+
const _CAU = "CompleteAttachmentUpload";
|
|
265
|
+
const _CAUR = "CompleteAttachmentUploadRequest";
|
|
266
|
+
const _CAURo = "CompleteAttachmentUploadResponse";
|
|
267
|
+
const _CC = "ConnectionCredentials";
|
|
268
|
+
const _CE = "ConflictException";
|
|
269
|
+
const _CEo = "ConnectionExpiry";
|
|
270
|
+
const _CI = "ContactId";
|
|
271
|
+
const _CP = "ConnectParticipant";
|
|
272
|
+
const _CPA = "CancelParticipantAuthentication";
|
|
273
|
+
const _CPAR = "CancelParticipantAuthenticationRequest";
|
|
274
|
+
const _CPARa = "CancelParticipantAuthenticationResponse";
|
|
275
|
+
const _CPC = "CreateParticipantConnection";
|
|
276
|
+
const _CPCR = "CreateParticipantConnectionRequest";
|
|
277
|
+
const _CPCRr = "CreateParticipantConnectionResponse";
|
|
278
|
+
const _CT = "ContentType";
|
|
279
|
+
const _CTl = "ClientToken";
|
|
280
|
+
const _CTo = "ConnectionToken";
|
|
281
|
+
const _DN = "DisplayName";
|
|
282
|
+
const _DP = "DisconnectParticipant";
|
|
283
|
+
const _DPR = "DisconnectParticipantRequest";
|
|
284
|
+
const _DPRi = "DisconnectParticipantResponse";
|
|
285
|
+
const _DT = "DeliveredTimestamp";
|
|
286
|
+
const _DV = "DescribeView";
|
|
287
|
+
const _DVR = "DescribeViewRequest";
|
|
288
|
+
const _DVRe = "DescribeViewResponse";
|
|
289
|
+
const _E = "Expiry";
|
|
290
|
+
const _EIU = "EventIngestionUrl";
|
|
291
|
+
const _ER = "EchoReduction";
|
|
292
|
+
const _GA = "GetAttachment";
|
|
293
|
+
const _GAR = "GetAttachmentRequest";
|
|
294
|
+
const _GARe = "GetAttachmentResponse";
|
|
295
|
+
const _GAU = "GetAuthenticationUrl";
|
|
296
|
+
const _GAUR = "GetAuthenticationUrlRequest";
|
|
297
|
+
const _GAURe = "GetAuthenticationUrlResponse";
|
|
298
|
+
const _GT = "GetTranscript";
|
|
299
|
+
const _GTR = "GetTranscriptRequest";
|
|
300
|
+
const _GTRe = "GetTranscriptResponse";
|
|
301
|
+
const _HTI = "HeadersToInclude";
|
|
302
|
+
const _I = "Item";
|
|
303
|
+
const _ICI = "InitialContactId";
|
|
304
|
+
const _IS = "InputSchema";
|
|
305
|
+
const _ISE = "InternalServerException";
|
|
306
|
+
const _Id = "Id";
|
|
307
|
+
const _JT = "JoinToken";
|
|
308
|
+
const _M = "Message";
|
|
309
|
+
const _MF = "MeetingFeatures";
|
|
310
|
+
const _MFC = "MeetingFeaturesConfiguration";
|
|
311
|
+
const _MI = "MessageId";
|
|
312
|
+
const _MIe = "MeetingId";
|
|
313
|
+
const _MM = "MessageMetadata";
|
|
314
|
+
const _MP = "MediaPlacement";
|
|
315
|
+
const _MPM = "MessageProcessingMetadata";
|
|
316
|
+
const _MPS = "MessageProcessingStatus";
|
|
317
|
+
const _MR = "MaxResults";
|
|
318
|
+
const _MRo = "MostRecent";
|
|
319
|
+
const _Me = "Meeting";
|
|
320
|
+
const _N = "Name";
|
|
321
|
+
const _NT = "NextToken";
|
|
322
|
+
const _PI = "ParticipantId";
|
|
323
|
+
const _PR = "ParticipantRole";
|
|
324
|
+
const _PT = "ParticipantToken";
|
|
325
|
+
const _R = "Receipts";
|
|
326
|
+
const _RCI = "RelatedContactId";
|
|
327
|
+
const _RI = "ResourceId";
|
|
328
|
+
const _RNFE = "ResourceNotFoundException";
|
|
329
|
+
const _RPI = "RecipientParticipantId";
|
|
330
|
+
const _RT = "ResourceType";
|
|
331
|
+
const _RTe = "ReadTimestamp";
|
|
332
|
+
const _RU = "RedirectUri";
|
|
333
|
+
const _Re = "Receipt";
|
|
334
|
+
const _S = "Status";
|
|
335
|
+
const _SAU = "StartAttachmentUpload";
|
|
336
|
+
const _SAUR = "StartAttachmentUploadRequest";
|
|
337
|
+
const _SAURt = "StartAttachmentUploadResponse";
|
|
338
|
+
const _SD = "ScanDirection";
|
|
339
|
+
const _SE = "SendEvent";
|
|
340
|
+
const _SER = "SendEventRequest";
|
|
341
|
+
const _SERe = "SendEventResponse";
|
|
342
|
+
const _SI = "SessionId";
|
|
343
|
+
const _SM = "SendMessage";
|
|
344
|
+
const _SMR = "SendMessageRequest";
|
|
345
|
+
const _SMRe = "SendMessageResponse";
|
|
346
|
+
const _SO = "SortOrder";
|
|
347
|
+
const _SP = "StartPosition";
|
|
348
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
349
|
+
const _SU = "SignalingUrl";
|
|
350
|
+
const _T = "Type";
|
|
351
|
+
const _TE = "ThrottlingException";
|
|
352
|
+
const _Te = "Template";
|
|
353
|
+
const _Tr = "Transcript";
|
|
354
|
+
const _U = "Url";
|
|
355
|
+
const _UE = "UrlExpiry";
|
|
356
|
+
const _UEIS = "UrlExpiryInSeconds";
|
|
357
|
+
const _UM = "UploadMetadata";
|
|
358
|
+
const _V = "View";
|
|
359
|
+
const _VA = "ViewAction";
|
|
360
|
+
const _VAi = "ViewActions";
|
|
361
|
+
const _VC = "ViewContent";
|
|
362
|
+
const _VE = "ValidationException";
|
|
363
|
+
const _VIS = "ViewInputSchema";
|
|
364
|
+
const _VN = "ViewName";
|
|
365
|
+
const _VT = "ViewTemplate";
|
|
366
|
+
const _VTi = "ViewToken";
|
|
367
|
+
const _Ve = "Version";
|
|
368
|
+
const _W = "Websocket";
|
|
369
|
+
const _WRTCC = "WebRTCConnection";
|
|
370
|
+
const _WRTCM = "WebRTCMeeting";
|
|
371
|
+
const _WRTCMP = "WebRTCMediaPlacement";
|
|
372
|
+
const _XAB = "X-Amz-Bearer";
|
|
373
|
+
const _c = "client";
|
|
374
|
+
const _e = "error";
|
|
375
|
+
const _h = "http";
|
|
376
|
+
const _hE = "httpError";
|
|
377
|
+
const _hH = "httpHeader";
|
|
378
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.connectparticipant";
|
|
379
|
+
const _se = "server";
|
|
380
|
+
const n0 = "com.amazonaws.connectparticipant";
|
|
381
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
382
|
+
var ConnectParticipantServiceException$ = [-3, _s, "ConnectParticipantServiceException", 0, [], []];
|
|
383
|
+
_s_registry.registerError(ConnectParticipantServiceException$, ConnectParticipantServiceException);
|
|
384
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
385
|
+
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
386
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
387
|
+
[_M],
|
|
388
|
+
[0], 1
|
|
389
|
+
];
|
|
390
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
391
|
+
var ConflictException$ = [-3, n0, _CE,
|
|
392
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
393
|
+
[_M],
|
|
394
|
+
[0], 1
|
|
395
|
+
];
|
|
396
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
397
|
+
var InternalServerException$ = [-3, n0, _ISE,
|
|
398
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
399
|
+
[_M],
|
|
400
|
+
[0], 1
|
|
401
|
+
];
|
|
402
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
403
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
404
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
405
|
+
[_M, _RI, _RT],
|
|
406
|
+
[0, 0, 0]
|
|
407
|
+
];
|
|
408
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
409
|
+
var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
410
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
411
|
+
[_M],
|
|
412
|
+
[0], 1
|
|
413
|
+
];
|
|
414
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
415
|
+
var ThrottlingException$ = [-3, n0, _TE,
|
|
416
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
417
|
+
[_M],
|
|
418
|
+
[0], 1
|
|
419
|
+
];
|
|
420
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
421
|
+
var ValidationException$ = [-3, n0, _VE,
|
|
422
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
423
|
+
[_M],
|
|
424
|
+
[0], 1
|
|
425
|
+
];
|
|
426
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
427
|
+
const errorTypeRegistries = [
|
|
428
|
+
_s_registry,
|
|
429
|
+
n0_registry,
|
|
430
|
+
];
|
|
431
|
+
var JoinToken = [0, n0, _JT, 8, 0];
|
|
432
|
+
var ViewAction = [0, n0, _VA, 8, 0];
|
|
433
|
+
var ViewInputSchema = [0, n0, _VIS, 8, 0];
|
|
434
|
+
var ViewName = [0, n0, _VN, 8, 0];
|
|
435
|
+
var ViewTemplate = [0, n0, _VT, 8, 0];
|
|
436
|
+
var AttachmentItem$ = [3, n0, _AI,
|
|
437
|
+
0,
|
|
438
|
+
[_CT, _AIt, _AN, _S],
|
|
439
|
+
[0, 0, 0, 0]
|
|
440
|
+
];
|
|
441
|
+
var Attendee$ = [3, n0, _A,
|
|
442
|
+
0,
|
|
443
|
+
[_AItt, _JT],
|
|
444
|
+
[0, [() => JoinToken, 0]]
|
|
445
|
+
];
|
|
446
|
+
var AudioFeatures$ = [3, n0, _AF,
|
|
447
|
+
0,
|
|
448
|
+
[_ER],
|
|
449
|
+
[0]
|
|
450
|
+
];
|
|
451
|
+
var CancelParticipantAuthenticationRequest$ = [3, n0, _CPAR,
|
|
452
|
+
0,
|
|
453
|
+
[_SI, _CTo],
|
|
454
|
+
[0, [0, { [_hH]: _XAB }]], 2
|
|
455
|
+
];
|
|
456
|
+
var CancelParticipantAuthenticationResponse$ = [3, n0, _CPARa,
|
|
457
|
+
0,
|
|
458
|
+
[],
|
|
459
|
+
[]
|
|
460
|
+
];
|
|
461
|
+
var CompleteAttachmentUploadRequest$ = [3, n0, _CAUR,
|
|
462
|
+
0,
|
|
463
|
+
[_AItta, _CTo, _CTl],
|
|
464
|
+
[64 | 0, [0, { [_hH]: _XAB }], [0, 4]], 2
|
|
465
|
+
];
|
|
466
|
+
var CompleteAttachmentUploadResponse$ = [3, n0, _CAURo,
|
|
467
|
+
0,
|
|
468
|
+
[],
|
|
469
|
+
[]
|
|
470
|
+
];
|
|
471
|
+
var ConnectionCredentials$ = [3, n0, _CC,
|
|
472
|
+
0,
|
|
473
|
+
[_CTo, _E],
|
|
474
|
+
[0, 0]
|
|
475
|
+
];
|
|
476
|
+
var CreateParticipantConnectionRequest$ = [3, n0, _CPCR,
|
|
477
|
+
0,
|
|
478
|
+
[_PT, _T, _CP],
|
|
479
|
+
[[0, { [_hH]: _XAB }], 64 | 0, 2], 1
|
|
480
|
+
];
|
|
481
|
+
var CreateParticipantConnectionResponse$ = [3, n0, _CPCRr,
|
|
482
|
+
0,
|
|
483
|
+
[_W, _CC, _WRTCC],
|
|
484
|
+
[() => Websocket$, () => ConnectionCredentials$, [() => WebRTCConnection$, 0]]
|
|
485
|
+
];
|
|
486
|
+
var DescribeViewRequest$ = [3, n0, _DVR,
|
|
487
|
+
0,
|
|
488
|
+
[_VTi, _CTo],
|
|
489
|
+
[[0, 1], [0, { [_hH]: _XAB }]], 2
|
|
490
|
+
];
|
|
491
|
+
var DescribeViewResponse$ = [3, n0, _DVRe,
|
|
492
|
+
0,
|
|
493
|
+
[_V],
|
|
494
|
+
[[() => View$, 0]]
|
|
495
|
+
];
|
|
496
|
+
var DisconnectParticipantRequest$ = [3, n0, _DPR,
|
|
497
|
+
0,
|
|
498
|
+
[_CTo, _CTl],
|
|
499
|
+
[[0, { [_hH]: _XAB }], [0, 4]], 1
|
|
500
|
+
];
|
|
501
|
+
var DisconnectParticipantResponse$ = [3, n0, _DPRi,
|
|
502
|
+
0,
|
|
503
|
+
[],
|
|
504
|
+
[]
|
|
505
|
+
];
|
|
506
|
+
var GetAttachmentRequest$ = [3, n0, _GAR,
|
|
507
|
+
0,
|
|
508
|
+
[_AIt, _CTo, _UEIS],
|
|
509
|
+
[0, [0, { [_hH]: _XAB }], 1], 2
|
|
510
|
+
];
|
|
511
|
+
var GetAttachmentResponse$ = [3, n0, _GARe,
|
|
512
|
+
0,
|
|
513
|
+
[_ASIB, _U, _UE],
|
|
514
|
+
[1, 0, 0], 1
|
|
515
|
+
];
|
|
516
|
+
var GetAuthenticationUrlRequest$ = [3, n0, _GAUR,
|
|
517
|
+
0,
|
|
518
|
+
[_SI, _RU, _CTo],
|
|
519
|
+
[0, 0, [0, { [_hH]: _XAB }]], 3
|
|
520
|
+
];
|
|
521
|
+
var GetAuthenticationUrlResponse$ = [3, n0, _GAURe,
|
|
522
|
+
0,
|
|
523
|
+
[_AU],
|
|
524
|
+
[0]
|
|
525
|
+
];
|
|
526
|
+
var GetTranscriptRequest$ = [3, n0, _GTR,
|
|
527
|
+
0,
|
|
528
|
+
[_CTo, _CI, _MR, _NT, _SD, _SO, _SP],
|
|
529
|
+
[[0, { [_hH]: _XAB }], 0, 1, 0, 0, 0, () => StartPosition$], 1
|
|
530
|
+
];
|
|
531
|
+
var GetTranscriptResponse$ = [3, n0, _GTRe,
|
|
532
|
+
0,
|
|
533
|
+
[_ICI, _Tr, _NT],
|
|
534
|
+
[0, () => Transcript, 0]
|
|
535
|
+
];
|
|
536
|
+
var Item$ = [3, n0, _I,
|
|
537
|
+
0,
|
|
538
|
+
[_AT, _C, _CT, _Id, _T, _PI, _DN, _PR, _At, _MM, _RCI, _CI],
|
|
539
|
+
[0, 0, 0, 0, 0, 0, 0, 0, () => Attachments, () => MessageMetadata$, 0, 0]
|
|
540
|
+
];
|
|
541
|
+
var MeetingFeaturesConfiguration$ = [3, n0, _MFC,
|
|
542
|
+
0,
|
|
543
|
+
[_Au],
|
|
544
|
+
[() => AudioFeatures$]
|
|
545
|
+
];
|
|
546
|
+
var MessageMetadata$ = [3, n0, _MM,
|
|
547
|
+
0,
|
|
548
|
+
[_MI, _R, _MPS],
|
|
549
|
+
[0, () => Receipts, 0]
|
|
550
|
+
];
|
|
551
|
+
var MessageProcessingMetadata$ = [3, n0, _MPM,
|
|
552
|
+
0,
|
|
553
|
+
[_MPS],
|
|
554
|
+
[0]
|
|
555
|
+
];
|
|
556
|
+
var Receipt$ = [3, n0, _Re,
|
|
557
|
+
0,
|
|
558
|
+
[_DT, _RTe, _RPI],
|
|
559
|
+
[0, 0, 0]
|
|
560
|
+
];
|
|
561
|
+
var SendEventRequest$ = [3, n0, _SER,
|
|
562
|
+
0,
|
|
563
|
+
[_CT, _CTo, _C, _CTl],
|
|
564
|
+
[0, [0, { [_hH]: _XAB }], 0, [0, 4]], 2
|
|
565
|
+
];
|
|
566
|
+
var SendEventResponse$ = [3, n0, _SERe,
|
|
567
|
+
0,
|
|
568
|
+
[_Id, _AT],
|
|
569
|
+
[0, 0]
|
|
570
|
+
];
|
|
571
|
+
var SendMessageRequest$ = [3, n0, _SMR,
|
|
572
|
+
0,
|
|
573
|
+
[_CT, _C, _CTo, _CTl],
|
|
574
|
+
[0, 0, [0, { [_hH]: _XAB }], [0, 4]], 3
|
|
575
|
+
];
|
|
576
|
+
var SendMessageResponse$ = [3, n0, _SMRe,
|
|
577
|
+
0,
|
|
578
|
+
[_Id, _AT, _MM],
|
|
579
|
+
[0, 0, () => MessageProcessingMetadata$]
|
|
580
|
+
];
|
|
581
|
+
var StartAttachmentUploadRequest$ = [3, n0, _SAUR,
|
|
582
|
+
0,
|
|
583
|
+
[_CT, _ASIB, _AN, _CTo, _CTl],
|
|
584
|
+
[0, 1, 0, [0, { [_hH]: _XAB }], [0, 4]], 4
|
|
585
|
+
];
|
|
586
|
+
var StartAttachmentUploadResponse$ = [3, n0, _SAURt,
|
|
587
|
+
0,
|
|
588
|
+
[_AIt, _UM],
|
|
589
|
+
[0, () => UploadMetadata$]
|
|
590
|
+
];
|
|
591
|
+
var StartPosition$ = [3, n0, _SP,
|
|
592
|
+
0,
|
|
593
|
+
[_Id, _AT, _MRo],
|
|
594
|
+
[0, 0, 1]
|
|
595
|
+
];
|
|
596
|
+
var UploadMetadata$ = [3, n0, _UM,
|
|
597
|
+
0,
|
|
598
|
+
[_U, _UE, _HTI],
|
|
599
|
+
[0, 0, 128 | 0]
|
|
600
|
+
];
|
|
601
|
+
var View$ = [3, n0, _V,
|
|
602
|
+
0,
|
|
603
|
+
[_Id, _Ar, _N, _Ve, _C],
|
|
604
|
+
[0, 0, [() => ViewName, 0], 1, [() => ViewContent$, 0]]
|
|
605
|
+
];
|
|
606
|
+
var ViewContent$ = [3, n0, _VC,
|
|
607
|
+
0,
|
|
608
|
+
[_IS, _Te, _Ac],
|
|
609
|
+
[[() => ViewInputSchema, 0], [() => ViewTemplate, 0], [() => ViewActions, 0]]
|
|
610
|
+
];
|
|
611
|
+
var WebRTCConnection$ = [3, n0, _WRTCC,
|
|
612
|
+
0,
|
|
613
|
+
[_A, _Me],
|
|
614
|
+
[[() => Attendee$, 0], () => WebRTCMeeting$]
|
|
615
|
+
];
|
|
616
|
+
var WebRTCMediaPlacement$ = [3, n0, _WRTCMP,
|
|
617
|
+
0,
|
|
618
|
+
[_AHU, _AFU, _SU, _EIU],
|
|
619
|
+
[0, 0, 0, 0]
|
|
620
|
+
];
|
|
621
|
+
var WebRTCMeeting$ = [3, n0, _WRTCM,
|
|
622
|
+
0,
|
|
623
|
+
[_MP, _MF, _MIe],
|
|
624
|
+
[() => WebRTCMediaPlacement$, () => MeetingFeaturesConfiguration$, 0]
|
|
625
|
+
];
|
|
626
|
+
var Websocket$ = [3, n0, _W,
|
|
627
|
+
0,
|
|
628
|
+
[_U, _CEo],
|
|
629
|
+
[0, 0]
|
|
630
|
+
];
|
|
631
|
+
var Attachments = [1, n0, _At,
|
|
632
|
+
0, () => AttachmentItem$
|
|
633
|
+
];
|
|
634
|
+
var Receipts = [1, n0, _R,
|
|
635
|
+
0, () => Receipt$
|
|
636
|
+
];
|
|
637
|
+
var Transcript = [1, n0, _Tr,
|
|
638
|
+
0, () => Item$
|
|
639
|
+
];
|
|
640
|
+
var ViewActions = [1, n0, _VAi,
|
|
641
|
+
0, [() => ViewAction,
|
|
642
|
+
0]
|
|
643
|
+
];
|
|
644
|
+
var CancelParticipantAuthentication$ = [9, n0, _CPA,
|
|
645
|
+
{ [_h]: ["POST", "/participant/cancel-authentication", 200] }, () => CancelParticipantAuthenticationRequest$, () => CancelParticipantAuthenticationResponse$
|
|
646
|
+
];
|
|
647
|
+
var CompleteAttachmentUpload$ = [9, n0, _CAU,
|
|
648
|
+
{ [_h]: ["POST", "/participant/complete-attachment-upload", 200] }, () => CompleteAttachmentUploadRequest$, () => CompleteAttachmentUploadResponse$
|
|
649
|
+
];
|
|
650
|
+
var CreateParticipantConnection$ = [9, n0, _CPC,
|
|
651
|
+
{ [_h]: ["POST", "/participant/connection", 200] }, () => CreateParticipantConnectionRequest$, () => CreateParticipantConnectionResponse$
|
|
652
|
+
];
|
|
653
|
+
var DescribeView$ = [9, n0, _DV,
|
|
654
|
+
{ [_h]: ["GET", "/participant/views/{ViewToken}", 200] }, () => DescribeViewRequest$, () => DescribeViewResponse$
|
|
655
|
+
];
|
|
656
|
+
var DisconnectParticipant$ = [9, n0, _DP,
|
|
657
|
+
{ [_h]: ["POST", "/participant/disconnect", 200] }, () => DisconnectParticipantRequest$, () => DisconnectParticipantResponse$
|
|
658
|
+
];
|
|
659
|
+
var GetAttachment$ = [9, n0, _GA,
|
|
660
|
+
{ [_h]: ["POST", "/participant/attachment", 200] }, () => GetAttachmentRequest$, () => GetAttachmentResponse$
|
|
661
|
+
];
|
|
662
|
+
var GetAuthenticationUrl$ = [9, n0, _GAU,
|
|
663
|
+
{ [_h]: ["POST", "/participant/authentication-url", 200] }, () => GetAuthenticationUrlRequest$, () => GetAuthenticationUrlResponse$
|
|
664
|
+
];
|
|
665
|
+
var GetTranscript$ = [9, n0, _GT,
|
|
666
|
+
{ [_h]: ["POST", "/participant/transcript", 200] }, () => GetTranscriptRequest$, () => GetTranscriptResponse$
|
|
667
|
+
];
|
|
668
|
+
var SendEvent$ = [9, n0, _SE,
|
|
669
|
+
{ [_h]: ["POST", "/participant/event", 200] }, () => SendEventRequest$, () => SendEventResponse$
|
|
670
|
+
];
|
|
671
|
+
var SendMessage$ = [9, n0, _SM,
|
|
672
|
+
{ [_h]: ["POST", "/participant/message", 200] }, () => SendMessageRequest$, () => SendMessageResponse$
|
|
673
|
+
];
|
|
674
|
+
var StartAttachmentUpload$ = [9, n0, _SAU,
|
|
675
|
+
{ [_h]: ["POST", "/participant/start-attachment-upload", 200] }, () => StartAttachmentUploadRequest$, () => StartAttachmentUploadResponse$
|
|
676
|
+
];
|
|
677
|
+
|
|
678
|
+
const getRuntimeConfig$1 = (config) => {
|
|
679
|
+
return {
|
|
680
|
+
apiVersion: "2018-09-07",
|
|
681
|
+
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
682
|
+
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
683
|
+
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
684
|
+
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
685
|
+
extensions: config?.extensions ?? [],
|
|
686
|
+
httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultConnectParticipantHttpAuthSchemeProvider,
|
|
687
|
+
httpAuthSchemes: config?.httpAuthSchemes ?? [
|
|
688
|
+
{
|
|
689
|
+
schemeId: "aws.auth#sigv4",
|
|
690
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
|
691
|
+
signer: new AwsSdkSigV4Signer(),
|
|
692
|
+
},
|
|
693
|
+
],
|
|
694
|
+
logger: config?.logger ?? new NoOpLogger(),
|
|
695
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
696
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
697
|
+
defaultNamespace: "com.amazonaws.connectparticipant",
|
|
698
|
+
errorTypeRegistries,
|
|
699
|
+
version: "2018-09-07",
|
|
700
|
+
serviceTarget: "AmazonConnectParticipantServiceLambda",
|
|
701
|
+
},
|
|
702
|
+
serviceId: config?.serviceId ?? "ConnectParticipant",
|
|
703
|
+
sha256: config?.sha256 ?? Sha256,
|
|
704
|
+
urlParser: config?.urlParser ?? parseUrl,
|
|
705
|
+
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
706
|
+
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
707
|
+
};
|
|
708
|
+
};
|
|
709
|
+
|
|
710
|
+
const getRuntimeConfig = (config) => {
|
|
711
|
+
emitWarningIfUnsupportedVersion(process.version);
|
|
712
|
+
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
713
|
+
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
714
|
+
const clientSharedValues = getRuntimeConfig$1(config);
|
|
715
|
+
emitWarningIfUnsupportedVersion$1(process.version);
|
|
716
|
+
const loaderConfig = {
|
|
717
|
+
profile: config?.profile,
|
|
718
|
+
logger: clientSharedValues.logger,
|
|
719
|
+
};
|
|
720
|
+
return {
|
|
721
|
+
...clientSharedValues,
|
|
722
|
+
...config,
|
|
723
|
+
runtime: "node",
|
|
724
|
+
defaultsMode,
|
|
725
|
+
authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
726
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
727
|
+
credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
|
|
728
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
729
|
+
maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
730
|
+
region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
731
|
+
requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
732
|
+
retryMode: config?.retryMode ??
|
|
733
|
+
loadConfig({
|
|
734
|
+
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
735
|
+
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
736
|
+
}, config),
|
|
737
|
+
streamCollector: config?.streamCollector ?? streamCollector,
|
|
738
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
739
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
740
|
+
userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
|
|
741
|
+
};
|
|
742
|
+
};
|
|
743
|
+
|
|
34
744
|
const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
35
745
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
36
746
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -325,26 +1035,93 @@ const ChatItemType = {
|
|
|
325
1035
|
TYPING: "TYPING",
|
|
326
1036
|
};
|
|
327
1037
|
|
|
1038
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
1039
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
328
1040
|
exports.ArtifactStatus = ArtifactStatus;
|
|
1041
|
+
exports.AttachmentItem$ = AttachmentItem$;
|
|
1042
|
+
exports.Attendee$ = Attendee$;
|
|
1043
|
+
exports.AudioFeatures$ = AudioFeatures$;
|
|
1044
|
+
exports.CancelParticipantAuthentication$ = CancelParticipantAuthentication$;
|
|
329
1045
|
exports.CancelParticipantAuthenticationCommand = CancelParticipantAuthenticationCommand;
|
|
1046
|
+
exports.CancelParticipantAuthenticationRequest$ = CancelParticipantAuthenticationRequest$;
|
|
1047
|
+
exports.CancelParticipantAuthenticationResponse$ = CancelParticipantAuthenticationResponse$;
|
|
330
1048
|
exports.ChatItemType = ChatItemType;
|
|
1049
|
+
exports.CompleteAttachmentUpload$ = CompleteAttachmentUpload$;
|
|
331
1050
|
exports.CompleteAttachmentUploadCommand = CompleteAttachmentUploadCommand;
|
|
1051
|
+
exports.CompleteAttachmentUploadRequest$ = CompleteAttachmentUploadRequest$;
|
|
1052
|
+
exports.CompleteAttachmentUploadResponse$ = CompleteAttachmentUploadResponse$;
|
|
1053
|
+
exports.ConflictException = ConflictException;
|
|
1054
|
+
exports.ConflictException$ = ConflictException$;
|
|
332
1055
|
exports.ConnectParticipant = ConnectParticipant;
|
|
333
1056
|
exports.ConnectParticipantClient = ConnectParticipantClient;
|
|
1057
|
+
exports.ConnectParticipantServiceException = ConnectParticipantServiceException;
|
|
1058
|
+
exports.ConnectParticipantServiceException$ = ConnectParticipantServiceException$;
|
|
1059
|
+
exports.ConnectionCredentials$ = ConnectionCredentials$;
|
|
334
1060
|
exports.ConnectionType = ConnectionType;
|
|
1061
|
+
exports.CreateParticipantConnection$ = CreateParticipantConnection$;
|
|
335
1062
|
exports.CreateParticipantConnectionCommand = CreateParticipantConnectionCommand;
|
|
1063
|
+
exports.CreateParticipantConnectionRequest$ = CreateParticipantConnectionRequest$;
|
|
1064
|
+
exports.CreateParticipantConnectionResponse$ = CreateParticipantConnectionResponse$;
|
|
1065
|
+
exports.DescribeView$ = DescribeView$;
|
|
336
1066
|
exports.DescribeViewCommand = DescribeViewCommand;
|
|
1067
|
+
exports.DescribeViewRequest$ = DescribeViewRequest$;
|
|
1068
|
+
exports.DescribeViewResponse$ = DescribeViewResponse$;
|
|
1069
|
+
exports.DisconnectParticipant$ = DisconnectParticipant$;
|
|
337
1070
|
exports.DisconnectParticipantCommand = DisconnectParticipantCommand;
|
|
1071
|
+
exports.DisconnectParticipantRequest$ = DisconnectParticipantRequest$;
|
|
1072
|
+
exports.DisconnectParticipantResponse$ = DisconnectParticipantResponse$;
|
|
1073
|
+
exports.GetAttachment$ = GetAttachment$;
|
|
338
1074
|
exports.GetAttachmentCommand = GetAttachmentCommand;
|
|
1075
|
+
exports.GetAttachmentRequest$ = GetAttachmentRequest$;
|
|
1076
|
+
exports.GetAttachmentResponse$ = GetAttachmentResponse$;
|
|
1077
|
+
exports.GetAuthenticationUrl$ = GetAuthenticationUrl$;
|
|
339
1078
|
exports.GetAuthenticationUrlCommand = GetAuthenticationUrlCommand;
|
|
1079
|
+
exports.GetAuthenticationUrlRequest$ = GetAuthenticationUrlRequest$;
|
|
1080
|
+
exports.GetAuthenticationUrlResponse$ = GetAuthenticationUrlResponse$;
|
|
1081
|
+
exports.GetTranscript$ = GetTranscript$;
|
|
340
1082
|
exports.GetTranscriptCommand = GetTranscriptCommand;
|
|
1083
|
+
exports.GetTranscriptRequest$ = GetTranscriptRequest$;
|
|
1084
|
+
exports.GetTranscriptResponse$ = GetTranscriptResponse$;
|
|
1085
|
+
exports.InternalServerException = InternalServerException;
|
|
1086
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
1087
|
+
exports.Item$ = Item$;
|
|
341
1088
|
exports.MeetingFeatureStatus = MeetingFeatureStatus;
|
|
1089
|
+
exports.MeetingFeaturesConfiguration$ = MeetingFeaturesConfiguration$;
|
|
1090
|
+
exports.MessageMetadata$ = MessageMetadata$;
|
|
1091
|
+
exports.MessageProcessingMetadata$ = MessageProcessingMetadata$;
|
|
342
1092
|
exports.MessageProcessingStatus = MessageProcessingStatus;
|
|
343
1093
|
exports.ParticipantRole = ParticipantRole;
|
|
1094
|
+
exports.Receipt$ = Receipt$;
|
|
1095
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1096
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
344
1097
|
exports.ResourceType = ResourceType;
|
|
345
1098
|
exports.ScanDirection = ScanDirection;
|
|
1099
|
+
exports.SendEvent$ = SendEvent$;
|
|
346
1100
|
exports.SendEventCommand = SendEventCommand;
|
|
1101
|
+
exports.SendEventRequest$ = SendEventRequest$;
|
|
1102
|
+
exports.SendEventResponse$ = SendEventResponse$;
|
|
1103
|
+
exports.SendMessage$ = SendMessage$;
|
|
347
1104
|
exports.SendMessageCommand = SendMessageCommand;
|
|
1105
|
+
exports.SendMessageRequest$ = SendMessageRequest$;
|
|
1106
|
+
exports.SendMessageResponse$ = SendMessageResponse$;
|
|
1107
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
1108
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
348
1109
|
exports.SortKey = SortKey;
|
|
1110
|
+
exports.StartAttachmentUpload$ = StartAttachmentUpload$;
|
|
349
1111
|
exports.StartAttachmentUploadCommand = StartAttachmentUploadCommand;
|
|
1112
|
+
exports.StartAttachmentUploadRequest$ = StartAttachmentUploadRequest$;
|
|
1113
|
+
exports.StartAttachmentUploadResponse$ = StartAttachmentUploadResponse$;
|
|
1114
|
+
exports.StartPosition$ = StartPosition$;
|
|
1115
|
+
exports.ThrottlingException = ThrottlingException;
|
|
1116
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
1117
|
+
exports.UploadMetadata$ = UploadMetadata$;
|
|
1118
|
+
exports.ValidationException = ValidationException;
|
|
1119
|
+
exports.ValidationException$ = ValidationException$;
|
|
1120
|
+
exports.View$ = View$;
|
|
1121
|
+
exports.ViewContent$ = ViewContent$;
|
|
1122
|
+
exports.WebRTCConnection$ = WebRTCConnection$;
|
|
1123
|
+
exports.WebRTCMediaPlacement$ = WebRTCMediaPlacement$;
|
|
1124
|
+
exports.WebRTCMeeting$ = WebRTCMeeting$;
|
|
1125
|
+
exports.Websocket$ = Websocket$;
|
|
1126
|
+
exports.errorTypeRegistries = errorTypeRegistries;
|
|
350
1127
|
exports.paginateGetTranscript = paginateGetTranscript;
|