@aws-sdk/client-connectparticipant 3.590.0 → 3.592.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 +0 -9
- package/dist-types/commands/CompleteAttachmentUploadCommand.d.ts +2 -1
- package/dist-types/commands/CreateParticipantConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeViewCommand.d.ts +2 -1
- package/dist-types/commands/DisconnectParticipantCommand.d.ts +2 -1
- package/dist-types/commands/GetAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/GetTranscriptCommand.d.ts +2 -1
- package/dist-types/commands/SendEventCommand.d.ts +2 -1
- package/dist-types/commands/SendMessageCommand.d.ts +2 -1
- package/dist-types/commands/StartAttachmentUploadCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/ConnectParticipantServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CompleteAttachmentUploadCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateParticipantConnectionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeViewCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisconnectParticipantCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetAttachmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTranscriptCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SendEventCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartAttachmentUploadCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/ConnectParticipantServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -206,7 +206,6 @@ var ConnectParticipantClient = _ConnectParticipantClient;
|
|
|
206
206
|
|
|
207
207
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
208
208
|
|
|
209
|
-
var import_types = require("@smithy/types");
|
|
210
209
|
|
|
211
210
|
// src/protocols/Aws_restJson1.ts
|
|
212
211
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -860,7 +859,6 @@ var CompleteAttachmentUploadCommand = _CompleteAttachmentUploadCommand;
|
|
|
860
859
|
|
|
861
860
|
|
|
862
861
|
|
|
863
|
-
|
|
864
862
|
var _CreateParticipantConnectionCommand = class _CreateParticipantConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
865
863
|
...commonParams
|
|
866
864
|
}).m(function(Command, cs, config, o) {
|
|
@@ -877,7 +875,6 @@ var CreateParticipantConnectionCommand = _CreateParticipantConnectionCommand;
|
|
|
877
875
|
|
|
878
876
|
|
|
879
877
|
|
|
880
|
-
|
|
881
878
|
var _DescribeViewCommand = class _DescribeViewCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
882
879
|
...commonParams
|
|
883
880
|
}).m(function(Command, cs, config, o) {
|
|
@@ -894,7 +891,6 @@ var DescribeViewCommand = _DescribeViewCommand;
|
|
|
894
891
|
|
|
895
892
|
|
|
896
893
|
|
|
897
|
-
|
|
898
894
|
var _DisconnectParticipantCommand = class _DisconnectParticipantCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
899
895
|
...commonParams
|
|
900
896
|
}).m(function(Command, cs, config, o) {
|
|
@@ -911,7 +907,6 @@ var DisconnectParticipantCommand = _DisconnectParticipantCommand;
|
|
|
911
907
|
|
|
912
908
|
|
|
913
909
|
|
|
914
|
-
|
|
915
910
|
var _GetAttachmentCommand = class _GetAttachmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
916
911
|
...commonParams
|
|
917
912
|
}).m(function(Command, cs, config, o) {
|
|
@@ -928,7 +923,6 @@ var GetAttachmentCommand = _GetAttachmentCommand;
|
|
|
928
923
|
|
|
929
924
|
|
|
930
925
|
|
|
931
|
-
|
|
932
926
|
var _GetTranscriptCommand = class _GetTranscriptCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
933
927
|
...commonParams
|
|
934
928
|
}).m(function(Command, cs, config, o) {
|
|
@@ -945,7 +939,6 @@ var GetTranscriptCommand = _GetTranscriptCommand;
|
|
|
945
939
|
|
|
946
940
|
|
|
947
941
|
|
|
948
|
-
|
|
949
942
|
var _SendEventCommand = class _SendEventCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
950
943
|
...commonParams
|
|
951
944
|
}).m(function(Command, cs, config, o) {
|
|
@@ -962,7 +955,6 @@ var SendEventCommand = _SendEventCommand;
|
|
|
962
955
|
|
|
963
956
|
|
|
964
957
|
|
|
965
|
-
|
|
966
958
|
var _SendMessageCommand = class _SendMessageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
967
959
|
...commonParams
|
|
968
960
|
}).m(function(Command, cs, config, o) {
|
|
@@ -979,7 +971,6 @@ var SendMessageCommand = _SendMessageCommand;
|
|
|
979
971
|
|
|
980
972
|
|
|
981
973
|
|
|
982
|
-
|
|
983
974
|
var _StartAttachmentUploadCommand = class _StartAttachmentUploadCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
984
975
|
...commonParams
|
|
985
976
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
export * from "./ConnectParticipantClient";
|
|
15
15
|
export * from "./ConnectParticipant";
|
|
16
16
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
17
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
18
|
-
export { ConnectParticipantExtensionConfiguration } from "./extensionConfiguration";
|
|
17
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
18
|
+
export type { ConnectParticipantExtensionConfiguration } from "./extensionConfiguration";
|
|
19
19
|
export * from "./commands";
|
|
20
20
|
export * from "./pagination";
|
|
21
21
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CompleteAttachmentUploadRequest,
|
|
10
10
|
CompleteAttachmentUploadResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CompleteAttachmentUploadCommandInput
|
|
14
15
|
extends CompleteAttachmentUploadRequest {}
|
|
15
16
|
export interface CompleteAttachmentUploadCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateParticipantConnectionRequest,
|
|
10
10
|
CreateParticipantConnectionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateParticipantConnectionCommandInput
|
|
14
15
|
extends CreateParticipantConnectionRequest {}
|
|
15
16
|
export interface CreateParticipantConnectionCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectParticipantClient";
|
|
8
8
|
import { DescribeViewRequest, DescribeViewResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DescribeViewCommandInput extends DescribeViewRequest {}
|
|
11
12
|
export interface DescribeViewCommandOutput
|
|
12
13
|
extends DescribeViewResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DisconnectParticipantRequest,
|
|
10
10
|
DisconnectParticipantResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DisconnectParticipantCommandInput
|
|
14
15
|
extends DisconnectParticipantRequest {}
|
|
15
16
|
export interface DisconnectParticipantCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetAttachmentRequest,
|
|
10
10
|
GetAttachmentResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetAttachmentCommandInput extends GetAttachmentRequest {}
|
|
14
15
|
export interface GetAttachmentCommandOutput
|
|
15
16
|
extends GetAttachmentResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetTranscriptRequest,
|
|
10
10
|
GetTranscriptResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetTranscriptCommandInput extends GetTranscriptRequest {}
|
|
14
15
|
export interface GetTranscriptCommandOutput
|
|
15
16
|
extends GetTranscriptResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectParticipantClient";
|
|
8
8
|
import { SendEventRequest, SendEventResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface SendEventCommandInput extends SendEventRequest {}
|
|
11
12
|
export interface SendEventCommandOutput
|
|
12
13
|
extends SendEventResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectParticipantClient";
|
|
8
8
|
import { SendMessageRequest, SendMessageResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface SendMessageCommandInput extends SendMessageRequest {}
|
|
11
12
|
export interface SendMessageCommandOutput
|
|
12
13
|
extends SendMessageResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartAttachmentUploadRequest,
|
|
10
10
|
StartAttachmentUploadResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartAttachmentUploadCommandInput
|
|
14
15
|
extends StartAttachmentUploadRequest {}
|
|
15
16
|
export interface StartAttachmentUploadCommandOutput
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class ConnectParticipantServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.592.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,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|