@aws-sdk/client-connectparticipant 3.927.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 +5 -6
- 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
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: ConnectParticipantClientConfig)
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectParticipantHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var JoinToken: StaticSimpleSchema;
|
|
3
|
+
export declare var ViewAction: StaticSimpleSchema;
|
|
4
|
+
export declare var ViewInputSchema: StaticSimpleSchema;
|
|
5
|
+
export declare var ViewName: StaticSimpleSchema;
|
|
6
|
+
export declare var ViewTemplate: StaticSimpleSchema;
|
|
7
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
8
|
+
export declare var AttachmentItem: StaticStructureSchema;
|
|
9
|
+
export declare var Attendee: StaticStructureSchema;
|
|
10
|
+
export declare var AudioFeatures: StaticStructureSchema;
|
|
11
|
+
export declare var CancelParticipantAuthenticationRequest: StaticStructureSchema;
|
|
12
|
+
export declare var CancelParticipantAuthenticationResponse: StaticStructureSchema;
|
|
13
|
+
export declare var CompleteAttachmentUploadRequest: StaticStructureSchema;
|
|
14
|
+
export declare var CompleteAttachmentUploadResponse: StaticStructureSchema;
|
|
15
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
16
|
+
export declare var ConnectionCredentials: StaticStructureSchema;
|
|
17
|
+
export declare var CreateParticipantConnectionRequest: StaticStructureSchema;
|
|
18
|
+
export declare var CreateParticipantConnectionResponse: StaticStructureSchema;
|
|
19
|
+
export declare var DescribeViewRequest: StaticStructureSchema;
|
|
20
|
+
export declare var DescribeViewResponse: StaticStructureSchema;
|
|
21
|
+
export declare var DisconnectParticipantRequest: StaticStructureSchema;
|
|
22
|
+
export declare var DisconnectParticipantResponse: StaticStructureSchema;
|
|
23
|
+
export declare var GetAttachmentRequest: StaticStructureSchema;
|
|
24
|
+
export declare var GetAttachmentResponse: StaticStructureSchema;
|
|
25
|
+
export declare var GetAuthenticationUrlRequest: StaticStructureSchema;
|
|
26
|
+
export declare var GetAuthenticationUrlResponse: StaticStructureSchema;
|
|
27
|
+
export declare var GetTranscriptRequest: StaticStructureSchema;
|
|
28
|
+
export declare var GetTranscriptResponse: StaticStructureSchema;
|
|
29
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
30
|
+
export declare var Item: StaticStructureSchema;
|
|
31
|
+
export declare var MeetingFeaturesConfiguration: StaticStructureSchema;
|
|
32
|
+
export declare var MessageMetadata: StaticStructureSchema;
|
|
33
|
+
export declare var Receipt: StaticStructureSchema;
|
|
34
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
35
|
+
export declare var SendEventRequest: StaticStructureSchema;
|
|
36
|
+
export declare var SendEventResponse: StaticStructureSchema;
|
|
37
|
+
export declare var SendMessageRequest: StaticStructureSchema;
|
|
38
|
+
export declare var SendMessageResponse: StaticStructureSchema;
|
|
39
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
40
|
+
export declare var StartAttachmentUploadRequest: StaticStructureSchema;
|
|
41
|
+
export declare var StartAttachmentUploadResponse: StaticStructureSchema;
|
|
42
|
+
export declare var StartPosition: StaticStructureSchema;
|
|
43
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
44
|
+
export declare var UploadMetadata: StaticStructureSchema;
|
|
45
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
46
|
+
export declare var View: StaticStructureSchema;
|
|
47
|
+
export declare var ViewContent: StaticStructureSchema;
|
|
48
|
+
export declare var WebRTCConnection: StaticStructureSchema;
|
|
49
|
+
export declare var WebRTCMediaPlacement: StaticStructureSchema;
|
|
50
|
+
export declare var WebRTCMeeting: StaticStructureSchema;
|
|
51
|
+
export declare var Websocket: StaticStructureSchema;
|
|
52
|
+
export declare var __Unit: "unit";
|
|
53
|
+
export declare var ConnectParticipantServiceException: StaticErrorSchema;
|
|
54
|
+
export declare var AttachmentIdList: number;
|
|
55
|
+
export declare var Attachments: StaticListSchema;
|
|
56
|
+
export declare var ConnectionTypeList: number;
|
|
57
|
+
export declare var Receipts: StaticListSchema;
|
|
58
|
+
export declare var Transcript: StaticListSchema;
|
|
59
|
+
export declare var ViewActions: StaticListSchema;
|
|
60
|
+
export declare var UploadMetadataSignedHeaders: number;
|
|
61
|
+
export declare var CancelParticipantAuthentication: StaticOperationSchema;
|
|
62
|
+
export declare var CompleteAttachmentUpload: StaticOperationSchema;
|
|
63
|
+
export declare var CreateParticipantConnection: StaticOperationSchema;
|
|
64
|
+
export declare var DescribeView: StaticOperationSchema;
|
|
65
|
+
export declare var DisconnectParticipant: StaticOperationSchema;
|
|
66
|
+
export declare var GetAttachment: StaticOperationSchema;
|
|
67
|
+
export declare var GetAuthenticationUrl: StaticOperationSchema;
|
|
68
|
+
export declare var GetTranscript: StaticOperationSchema;
|
|
69
|
+
export declare var SendEvent: StaticOperationSchema;
|
|
70
|
+
export declare var SendMessage: StaticOperationSchema;
|
|
71
|
+
export declare var StartAttachmentUpload: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -144,6 +147,7 @@ export interface ClientDefaults
|
|
|
144
147
|
retryMode?: string | __Provider<string>;
|
|
145
148
|
logger?: __Logger;
|
|
146
149
|
extensions?: RuntimeExtension[];
|
|
150
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
147
151
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
148
152
|
}
|
|
149
153
|
export type ConnectParticipantClientConfigType = Partial<
|
|
@@ -301,15 +301,3 @@ export interface StartAttachmentUploadResponse {
|
|
|
301
301
|
AttachmentId?: string | undefined;
|
|
302
302
|
UploadMetadata?: UploadMetadata | undefined;
|
|
303
303
|
}
|
|
304
|
-
export declare const AttendeeFilterSensitiveLog: (obj: Attendee) => any;
|
|
305
|
-
export declare const WebRTCConnectionFilterSensitiveLog: (
|
|
306
|
-
obj: WebRTCConnection
|
|
307
|
-
) => any;
|
|
308
|
-
export declare const CreateParticipantConnectionResponseFilterSensitiveLog: (
|
|
309
|
-
obj: CreateParticipantConnectionResponse
|
|
310
|
-
) => any;
|
|
311
|
-
export declare const ViewContentFilterSensitiveLog: (obj: ViewContent) => any;
|
|
312
|
-
export declare const ViewFilterSensitiveLog: (obj: View) => any;
|
|
313
|
-
export declare const DescribeViewResponseFilterSensitiveLog: (
|
|
314
|
-
obj: DescribeViewResponse
|
|
315
|
-
) => any;
|
|
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
|
|
|
40
40
|
profile?: string;
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
42
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
+
import("@smithy/types").HttpRequest,
|
|
45
|
+
import("@smithy/types").HttpResponse
|
|
46
|
+
>;
|
|
43
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
44
48
|
userAgentAppId?:
|
|
45
49
|
| string
|
|
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
|
|
|
40
40
|
profile?: string;
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
42
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
+
import("@smithy/types").HttpRequest,
|
|
45
|
+
import("@smithy/types").HttpResponse
|
|
46
|
+
>;
|
|
43
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
44
48
|
retryStrategy?:
|
|
45
49
|
| import("@smithy/types").RetryStrategy
|
|
@@ -39,6 +39,10 @@ export declare const getRuntimeConfig: (
|
|
|
39
39
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
40
40
|
logger: import("@smithy/types").Logger;
|
|
41
41
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
+
import("@smithy/types").HttpRequest,
|
|
44
|
+
import("@smithy/types").HttpResponse
|
|
45
|
+
>;
|
|
42
46
|
defaultsMode:
|
|
43
47
|
| import("@smithy/smithy-client").DefaultsMode
|
|
44
48
|
| import("@smithy/types").Provider<
|
|
@@ -16,6 +16,10 @@ export declare const getRuntimeConfig: (
|
|
|
16
16
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectParticipantHttpAuthSchemeProvider;
|
|
17
17
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
18
18
|
logger: import("@smithy/types").Logger;
|
|
19
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
20
|
+
import("@smithy/types").HttpRequest,
|
|
21
|
+
import("@smithy/types").HttpResponse
|
|
22
|
+
>;
|
|
19
23
|
serviceId: string;
|
|
20
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
21
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticOperationSchema,
|
|
5
|
+
StaticSimpleSchema,
|
|
6
|
+
StaticStructureSchema,
|
|
7
|
+
} from "@smithy/types";
|
|
8
|
+
export declare var JoinToken: StaticSimpleSchema;
|
|
9
|
+
export declare var ViewAction: StaticSimpleSchema;
|
|
10
|
+
export declare var ViewInputSchema: StaticSimpleSchema;
|
|
11
|
+
export declare var ViewName: StaticSimpleSchema;
|
|
12
|
+
export declare var ViewTemplate: StaticSimpleSchema;
|
|
13
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
14
|
+
export declare var AttachmentItem: StaticStructureSchema;
|
|
15
|
+
export declare var Attendee: StaticStructureSchema;
|
|
16
|
+
export declare var AudioFeatures: StaticStructureSchema;
|
|
17
|
+
export declare var CancelParticipantAuthenticationRequest: StaticStructureSchema;
|
|
18
|
+
export declare var CancelParticipantAuthenticationResponse: StaticStructureSchema;
|
|
19
|
+
export declare var CompleteAttachmentUploadRequest: StaticStructureSchema;
|
|
20
|
+
export declare var CompleteAttachmentUploadResponse: StaticStructureSchema;
|
|
21
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
22
|
+
export declare var ConnectionCredentials: StaticStructureSchema;
|
|
23
|
+
export declare var CreateParticipantConnectionRequest: StaticStructureSchema;
|
|
24
|
+
export declare var CreateParticipantConnectionResponse: StaticStructureSchema;
|
|
25
|
+
export declare var DescribeViewRequest: StaticStructureSchema;
|
|
26
|
+
export declare var DescribeViewResponse: StaticStructureSchema;
|
|
27
|
+
export declare var DisconnectParticipantRequest: StaticStructureSchema;
|
|
28
|
+
export declare var DisconnectParticipantResponse: StaticStructureSchema;
|
|
29
|
+
export declare var GetAttachmentRequest: StaticStructureSchema;
|
|
30
|
+
export declare var GetAttachmentResponse: StaticStructureSchema;
|
|
31
|
+
export declare var GetAuthenticationUrlRequest: StaticStructureSchema;
|
|
32
|
+
export declare var GetAuthenticationUrlResponse: StaticStructureSchema;
|
|
33
|
+
export declare var GetTranscriptRequest: StaticStructureSchema;
|
|
34
|
+
export declare var GetTranscriptResponse: StaticStructureSchema;
|
|
35
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
36
|
+
export declare var Item: StaticStructureSchema;
|
|
37
|
+
export declare var MeetingFeaturesConfiguration: StaticStructureSchema;
|
|
38
|
+
export declare var MessageMetadata: StaticStructureSchema;
|
|
39
|
+
export declare var Receipt: StaticStructureSchema;
|
|
40
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
41
|
+
export declare var SendEventRequest: StaticStructureSchema;
|
|
42
|
+
export declare var SendEventResponse: StaticStructureSchema;
|
|
43
|
+
export declare var SendMessageRequest: StaticStructureSchema;
|
|
44
|
+
export declare var SendMessageResponse: StaticStructureSchema;
|
|
45
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
46
|
+
export declare var StartAttachmentUploadRequest: StaticStructureSchema;
|
|
47
|
+
export declare var StartAttachmentUploadResponse: StaticStructureSchema;
|
|
48
|
+
export declare var StartPosition: StaticStructureSchema;
|
|
49
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
50
|
+
export declare var UploadMetadata: StaticStructureSchema;
|
|
51
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
52
|
+
export declare var View: StaticStructureSchema;
|
|
53
|
+
export declare var ViewContent: StaticStructureSchema;
|
|
54
|
+
export declare var WebRTCConnection: StaticStructureSchema;
|
|
55
|
+
export declare var WebRTCMediaPlacement: StaticStructureSchema;
|
|
56
|
+
export declare var WebRTCMeeting: StaticStructureSchema;
|
|
57
|
+
export declare var Websocket: StaticStructureSchema;
|
|
58
|
+
export declare var __Unit: "unit";
|
|
59
|
+
export declare var ConnectParticipantServiceException: StaticErrorSchema;
|
|
60
|
+
export declare var AttachmentIdList: number;
|
|
61
|
+
export declare var Attachments: StaticListSchema;
|
|
62
|
+
export declare var ConnectionTypeList: number;
|
|
63
|
+
export declare var Receipts: StaticListSchema;
|
|
64
|
+
export declare var Transcript: StaticListSchema;
|
|
65
|
+
export declare var ViewActions: StaticListSchema;
|
|
66
|
+
export declare var UploadMetadataSignedHeaders: number;
|
|
67
|
+
export declare var CancelParticipantAuthentication: StaticOperationSchema;
|
|
68
|
+
export declare var CompleteAttachmentUpload: StaticOperationSchema;
|
|
69
|
+
export declare var CreateParticipantConnection: StaticOperationSchema;
|
|
70
|
+
export declare var DescribeView: StaticOperationSchema;
|
|
71
|
+
export declare var DisconnectParticipant: StaticOperationSchema;
|
|
72
|
+
export declare var GetAttachment: StaticOperationSchema;
|
|
73
|
+
export declare var GetAuthenticationUrl: StaticOperationSchema;
|
|
74
|
+
export declare var GetTranscript: StaticOperationSchema;
|
|
75
|
+
export declare var SendEvent: StaticOperationSchema;
|
|
76
|
+
export declare var SendMessage: StaticOperationSchema;
|
|
77
|
+
export declare var StartAttachmentUpload: StaticOperationSchema;
|
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.
|
|
4
|
+
"version": "3.929.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-connectparticipant",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.928.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.929.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.928.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.925.0",
|
|
30
30
|
"@aws-sdk/types": "3.922.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.922.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.922.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.928.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.2",
|
|
35
35
|
"@smithy/core": "^3.17.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.5",
|
|
@@ -56,7 +56,6 @@
|
|
|
56
56
|
"@smithy/util-middleware": "^4.2.4",
|
|
57
57
|
"@smithy/util-retry": "^4.2.4",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
|
-
"@smithy/uuid": "^1.1.0",
|
|
60
59
|
"tslib": "^2.6.2"
|
|
61
60
|
},
|
|
62
61
|
"devDependencies": {
|