Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-connectparticipant

Package Overview
Dependencies
Maintainers
0
Versions
433
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-connectparticipant - npm Package Compare versions

Comparing version 3.721.0 to 3.723.0

198

dist-cjs/index.js

@@ -156,3 +156,10 @@ "use strict";

// src/ConnectParticipantClient.ts
var _ConnectParticipantClient = class _ConnectParticipantClient extends import_smithy_client.Client {
var ConnectParticipantClient = class extends import_smithy_client.Client {
static {
__name(this, "ConnectParticipantClient");
}
/**
* The resolved configuration of ConnectParticipantClient class. This is resolved and normalized from the {@link ConnectParticipantClientConfig | constructor configuration interface}.
*/
config;
constructor(...[configuration]) {

@@ -167,3 +174,3 @@ const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});

const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
super(_config_8);

@@ -197,4 +204,2 @@ this.config = _config_8;

};
__name(_ConnectParticipantClient, "ConnectParticipantClient");
var ConnectParticipantClient = _ConnectParticipantClient;

@@ -217,3 +222,6 @@ // src/ConnectParticipant.ts

var _ConnectParticipantServiceException = class _ConnectParticipantServiceException extends import_smithy_client.ServiceException {
var ConnectParticipantServiceException = class _ConnectParticipantServiceException extends import_smithy_client.ServiceException {
static {
__name(this, "ConnectParticipantServiceException");
}
/**

@@ -227,8 +235,12 @@ * @internal

};
__name(_ConnectParticipantServiceException, "ConnectParticipantServiceException");
var ConnectParticipantServiceException = _ConnectParticipantServiceException;
// src/models/models_0.ts
var _AccessDeniedException = class _AccessDeniedException extends ConnectParticipantServiceException {
var AccessDeniedException = class _AccessDeniedException extends ConnectParticipantServiceException {
static {
__name(this, "AccessDeniedException");
}
name = "AccessDeniedException";
$fault = "client";
Message;
/**

@@ -243,4 +255,2 @@ * @internal

});
this.name = "AccessDeniedException";
this.$fault = "client";
Object.setPrototypeOf(this, _AccessDeniedException.prototype);

@@ -250,5 +260,9 @@ this.Message = opts.Message;

};
__name(_AccessDeniedException, "AccessDeniedException");
var AccessDeniedException = _AccessDeniedException;
var _InternalServerException = class _InternalServerException extends ConnectParticipantServiceException {
var InternalServerException = class _InternalServerException extends ConnectParticipantServiceException {
static {
__name(this, "InternalServerException");
}
name = "InternalServerException";
$fault = "server";
Message;
/**

@@ -263,4 +277,2 @@ * @internal

});
this.name = "InternalServerException";
this.$fault = "server";
Object.setPrototypeOf(this, _InternalServerException.prototype);

@@ -270,5 +282,9 @@ this.Message = opts.Message;

};
__name(_InternalServerException, "InternalServerException");
var InternalServerException = _InternalServerException;
var _ThrottlingException = class _ThrottlingException extends ConnectParticipantServiceException {
var ThrottlingException = class _ThrottlingException extends ConnectParticipantServiceException {
static {
__name(this, "ThrottlingException");
}
name = "ThrottlingException";
$fault = "client";
Message;
/**

@@ -283,4 +299,2 @@ * @internal

});
this.name = "ThrottlingException";
this.$fault = "client";
Object.setPrototypeOf(this, _ThrottlingException.prototype);

@@ -290,5 +304,9 @@ this.Message = opts.Message;

};
__name(_ThrottlingException, "ThrottlingException");
var ThrottlingException = _ThrottlingException;
var _ValidationException = class _ValidationException extends ConnectParticipantServiceException {
var ValidationException = class _ValidationException extends ConnectParticipantServiceException {
static {
__name(this, "ValidationException");
}
name = "ValidationException";
$fault = "client";
Message;
/**

@@ -303,4 +321,2 @@ * @internal

});
this.name = "ValidationException";
this.$fault = "client";
Object.setPrototypeOf(this, _ValidationException.prototype);

@@ -310,5 +326,9 @@ this.Message = opts.Message;

};
__name(_ValidationException, "ValidationException");
var ValidationException = _ValidationException;
var _ConflictException = class _ConflictException extends ConnectParticipantServiceException {
var ConflictException = class _ConflictException extends ConnectParticipantServiceException {
static {
__name(this, "ConflictException");
}
name = "ConflictException";
$fault = "client";
Message;
/**

@@ -323,4 +343,2 @@ * @internal

});
this.name = "ConflictException";
this.$fault = "client";
Object.setPrototypeOf(this, _ConflictException.prototype);

@@ -330,5 +348,9 @@ this.Message = opts.Message;

};
__name(_ConflictException, "ConflictException");
var ConflictException = _ConflictException;
var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extends ConnectParticipantServiceException {
var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends ConnectParticipantServiceException {
static {
__name(this, "ServiceQuotaExceededException");
}
name = "ServiceQuotaExceededException";
$fault = "client";
Message;
/**

@@ -343,4 +365,2 @@ * @internal

});
this.name = "ServiceQuotaExceededException";
this.$fault = "client";
Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);

@@ -350,4 +370,2 @@ this.Message = opts.Message;

};
__name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
var ServiceQuotaExceededException = _ServiceQuotaExceededException;
var ConnectionType = {

@@ -367,4 +385,20 @@ CONNECTION_CREDENTIALS: "CONNECTION_CREDENTIALS",

};
var _ResourceNotFoundException = class _ResourceNotFoundException extends ConnectParticipantServiceException {
var ResourceNotFoundException = class _ResourceNotFoundException extends ConnectParticipantServiceException {
static {
__name(this, "ResourceNotFoundException");
}
name = "ResourceNotFoundException";
$fault = "client";
Message;
/**
* <p>The identifier of the resource.</p>
* @public
*/
ResourceId;
/**
* <p>The type of Amazon Connect resource.</p>
* @public
*/
ResourceType;
/**
* @internal

@@ -378,4 +412,2 @@ */

});
this.name = "ResourceNotFoundException";
this.$fault = "client";
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);

@@ -387,4 +419,2 @@ this.Message = opts.Message;

};
__name(_ResourceNotFoundException, "ResourceNotFoundException");
var ResourceNotFoundException = _ResourceNotFoundException;
var ScanDirection = {

@@ -920,3 +950,3 @@ BACKWARD: "BACKWARD",

// src/commands/CancelParticipantAuthenticationCommand.ts
var _CancelParticipantAuthenticationCommand = class _CancelParticipantAuthenticationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
var CancelParticipantAuthenticationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
return [

@@ -927,5 +957,6 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),

}).s("AmazonConnectParticipantServiceLambda", "CancelParticipantAuthentication", {}).n("ConnectParticipantClient", "CancelParticipantAuthenticationCommand").f(void 0, void 0).ser(se_CancelParticipantAuthenticationCommand).de(de_CancelParticipantAuthenticationCommand).build() {
static {
__name(this, "CancelParticipantAuthenticationCommand");
}
};
__name(_CancelParticipantAuthenticationCommand, "CancelParticipantAuthenticationCommand");
var CancelParticipantAuthenticationCommand = _CancelParticipantAuthenticationCommand;

@@ -936,3 +967,3 @@ // src/commands/CompleteAttachmentUploadCommand.ts

var _CompleteAttachmentUploadCommand = class _CompleteAttachmentUploadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
var CompleteAttachmentUploadCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
return [

@@ -943,5 +974,6 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),

}).s("AmazonConnectParticipantServiceLambda", "CompleteAttachmentUpload", {}).n("ConnectParticipantClient", "CompleteAttachmentUploadCommand").f(void 0, void 0).ser(se_CompleteAttachmentUploadCommand).de(de_CompleteAttachmentUploadCommand).build() {
static {
__name(this, "CompleteAttachmentUploadCommand");
}
};
__name(_CompleteAttachmentUploadCommand, "CompleteAttachmentUploadCommand");
var CompleteAttachmentUploadCommand = _CompleteAttachmentUploadCommand;

@@ -952,3 +984,3 @@ // src/commands/CreateParticipantConnectionCommand.ts

var _CreateParticipantConnectionCommand = class _CreateParticipantConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
var CreateParticipantConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
return [

@@ -959,5 +991,6 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),

}).s("AmazonConnectParticipantServiceLambda", "CreateParticipantConnection", {}).n("ConnectParticipantClient", "CreateParticipantConnectionCommand").f(void 0, void 0).ser(se_CreateParticipantConnectionCommand).de(de_CreateParticipantConnectionCommand).build() {
static {
__name(this, "CreateParticipantConnectionCommand");
}
};
__name(_CreateParticipantConnectionCommand, "CreateParticipantConnectionCommand");
var CreateParticipantConnectionCommand = _CreateParticipantConnectionCommand;

@@ -968,3 +1001,3 @@ // src/commands/DescribeViewCommand.ts

var _DescribeViewCommand = class _DescribeViewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
var DescribeViewCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
return [

@@ -975,5 +1008,6 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),

}).s("AmazonConnectParticipantServiceLambda", "DescribeView", {}).n("ConnectParticipantClient", "DescribeViewCommand").f(void 0, DescribeViewResponseFilterSensitiveLog).ser(se_DescribeViewCommand).de(de_DescribeViewCommand).build() {
static {
__name(this, "DescribeViewCommand");
}
};
__name(_DescribeViewCommand, "DescribeViewCommand");
var DescribeViewCommand = _DescribeViewCommand;

@@ -984,3 +1018,3 @@ // src/commands/DisconnectParticipantCommand.ts

var _DisconnectParticipantCommand = class _DisconnectParticipantCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
var DisconnectParticipantCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
return [

@@ -991,5 +1025,6 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),

}).s("AmazonConnectParticipantServiceLambda", "DisconnectParticipant", {}).n("ConnectParticipantClient", "DisconnectParticipantCommand").f(void 0, void 0).ser(se_DisconnectParticipantCommand).de(de_DisconnectParticipantCommand).build() {
static {
__name(this, "DisconnectParticipantCommand");
}
};
__name(_DisconnectParticipantCommand, "DisconnectParticipantCommand");
var DisconnectParticipantCommand = _DisconnectParticipantCommand;

@@ -1000,3 +1035,3 @@ // src/commands/GetAttachmentCommand.ts

var _GetAttachmentCommand = class _GetAttachmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
var GetAttachmentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
return [

@@ -1007,5 +1042,6 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),

}).s("AmazonConnectParticipantServiceLambda", "GetAttachment", {}).n("ConnectParticipantClient", "GetAttachmentCommand").f(void 0, void 0).ser(se_GetAttachmentCommand).de(de_GetAttachmentCommand).build() {
static {
__name(this, "GetAttachmentCommand");
}
};
__name(_GetAttachmentCommand, "GetAttachmentCommand");
var GetAttachmentCommand = _GetAttachmentCommand;

@@ -1016,3 +1052,3 @@ // src/commands/GetAuthenticationUrlCommand.ts

var _GetAuthenticationUrlCommand = class _GetAuthenticationUrlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
var GetAuthenticationUrlCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
return [

@@ -1023,5 +1059,6 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),

}).s("AmazonConnectParticipantServiceLambda", "GetAuthenticationUrl", {}).n("ConnectParticipantClient", "GetAuthenticationUrlCommand").f(void 0, void 0).ser(se_GetAuthenticationUrlCommand).de(de_GetAuthenticationUrlCommand).build() {
static {
__name(this, "GetAuthenticationUrlCommand");
}
};
__name(_GetAuthenticationUrlCommand, "GetAuthenticationUrlCommand");
var GetAuthenticationUrlCommand = _GetAuthenticationUrlCommand;

@@ -1032,3 +1069,3 @@ // src/commands/GetTranscriptCommand.ts

var _GetTranscriptCommand = class _GetTranscriptCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
var GetTranscriptCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
return [

@@ -1039,5 +1076,6 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),

}).s("AmazonConnectParticipantServiceLambda", "GetTranscript", {}).n("ConnectParticipantClient", "GetTranscriptCommand").f(void 0, void 0).ser(se_GetTranscriptCommand).de(de_GetTranscriptCommand).build() {
static {
__name(this, "GetTranscriptCommand");
}
};
__name(_GetTranscriptCommand, "GetTranscriptCommand");
var GetTranscriptCommand = _GetTranscriptCommand;

@@ -1048,3 +1086,3 @@ // src/commands/SendEventCommand.ts

var _SendEventCommand = class _SendEventCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
var SendEventCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
return [

@@ -1055,5 +1093,6 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),

}).s("AmazonConnectParticipantServiceLambda", "SendEvent", {}).n("ConnectParticipantClient", "SendEventCommand").f(void 0, void 0).ser(se_SendEventCommand).de(de_SendEventCommand).build() {
static {
__name(this, "SendEventCommand");
}
};
__name(_SendEventCommand, "SendEventCommand");
var SendEventCommand = _SendEventCommand;

@@ -1064,3 +1103,3 @@ // src/commands/SendMessageCommand.ts

var _SendMessageCommand = class _SendMessageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
var SendMessageCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
return [

@@ -1071,5 +1110,6 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),

}).s("AmazonConnectParticipantServiceLambda", "SendMessage", {}).n("ConnectParticipantClient", "SendMessageCommand").f(void 0, void 0).ser(se_SendMessageCommand).de(de_SendMessageCommand).build() {
static {
__name(this, "SendMessageCommand");
}
};
__name(_SendMessageCommand, "SendMessageCommand");
var SendMessageCommand = _SendMessageCommand;

@@ -1080,3 +1120,3 @@ // src/commands/StartAttachmentUploadCommand.ts

var _StartAttachmentUploadCommand = class _StartAttachmentUploadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
var StartAttachmentUploadCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
return [

@@ -1087,5 +1127,6 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),

}).s("AmazonConnectParticipantServiceLambda", "StartAttachmentUpload", {}).n("ConnectParticipantClient", "StartAttachmentUploadCommand").f(void 0, void 0).ser(se_StartAttachmentUploadCommand).de(de_StartAttachmentUploadCommand).build() {
static {
__name(this, "StartAttachmentUploadCommand");
}
};
__name(_StartAttachmentUploadCommand, "StartAttachmentUploadCommand");
var StartAttachmentUploadCommand = _StartAttachmentUploadCommand;

@@ -1106,6 +1147,7 @@ // src/ConnectParticipant.ts

};
var _ConnectParticipant = class _ConnectParticipant extends ConnectParticipantClient {
var ConnectParticipant = class extends ConnectParticipantClient {
static {
__name(this, "ConnectParticipant");
}
};
__name(_ConnectParticipant, "ConnectParticipant");
var ConnectParticipant = _ConnectParticipant;
(0, import_smithy_client.createAggregatedClient)(commands, ConnectParticipant);

@@ -1112,0 +1154,0 @@

@@ -17,2 +17,3 @@ import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";

export class ConnectParticipantClient extends __Client {
config;
constructor(...[configuration]) {

@@ -19,0 +20,0 @@ const _config_0 = __getRuntimeConfig(configuration || {});

import { SENSITIVE_STRING } from "@smithy/smithy-client";
import { ConnectParticipantServiceException as __BaseException } from "./ConnectParticipantServiceException";
export class AccessDeniedException extends __BaseException {
name = "AccessDeniedException";
$fault = "client";
Message;
constructor(opts) {

@@ -10,4 +13,2 @@ super({

});
this.name = "AccessDeniedException";
this.$fault = "client";
Object.setPrototypeOf(this, AccessDeniedException.prototype);

@@ -18,2 +19,5 @@ this.Message = opts.Message;

export class InternalServerException extends __BaseException {
name = "InternalServerException";
$fault = "server";
Message;
constructor(opts) {

@@ -25,4 +29,2 @@ super({

});
this.name = "InternalServerException";
this.$fault = "server";
Object.setPrototypeOf(this, InternalServerException.prototype);

@@ -33,2 +35,5 @@ this.Message = opts.Message;

export class ThrottlingException extends __BaseException {
name = "ThrottlingException";
$fault = "client";
Message;
constructor(opts) {

@@ -40,4 +45,2 @@ super({

});
this.name = "ThrottlingException";
this.$fault = "client";
Object.setPrototypeOf(this, ThrottlingException.prototype);

@@ -48,2 +51,5 @@ this.Message = opts.Message;

export class ValidationException extends __BaseException {
name = "ValidationException";
$fault = "client";
Message;
constructor(opts) {

@@ -55,4 +61,2 @@ super({

});
this.name = "ValidationException";
this.$fault = "client";
Object.setPrototypeOf(this, ValidationException.prototype);

@@ -63,2 +67,5 @@ this.Message = opts.Message;

export class ConflictException extends __BaseException {
name = "ConflictException";
$fault = "client";
Message;
constructor(opts) {

@@ -70,4 +77,2 @@ super({

});
this.name = "ConflictException";
this.$fault = "client";
Object.setPrototypeOf(this, ConflictException.prototype);

@@ -78,2 +83,5 @@ this.Message = opts.Message;

export class ServiceQuotaExceededException extends __BaseException {
name = "ServiceQuotaExceededException";
$fault = "client";
Message;
constructor(opts) {

@@ -85,4 +93,2 @@ super({

});
this.name = "ServiceQuotaExceededException";
this.$fault = "client";
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);

@@ -107,2 +113,7 @@ this.Message = opts.Message;

export class ResourceNotFoundException extends __BaseException {
name = "ResourceNotFoundException";
$fault = "client";
Message;
ResourceId;
ResourceType;
constructor(opts) {

@@ -114,4 +125,2 @@ super({

});
this.name = "ResourceNotFoundException";
this.$fault = "client";
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);

@@ -118,0 +127,0 @@ this.Message = opts.Message;

@@ -10,3 +10,3 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";

bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;

@@ -13,0 +13,0 @@ maxAttempts: number | import("@smithy/types").Provider<number>;

@@ -10,3 +10,3 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";

bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>;
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;

@@ -13,0 +13,0 @@ maxAttempts: number | import("@smithy/types").Provider<number>;

@@ -25,3 +25,3 @@ import { ConnectParticipantClientConfig } from "./ConnectParticipantClient";

defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
maxAttempts: number | import("@smithy/types").Provider<number>;

@@ -35,3 +35,3 @@ retryMode: string | import("@smithy/types").Provider<string>;

retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {

@@ -38,0 +38,0 @@ logger?: import("@smithy/types").Logger | undefined;

@@ -11,5 +11,7 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";

bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
credentialDefaultProvider: (
input: any
) => import("@smithy/types").AwsCredentialIdentityProvider;
credentialDefaultProvider:
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
| ((
_: unknown
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
defaultUserAgentProvider: (

@@ -16,0 +18,0 @@ config?:

@@ -11,9 +11,11 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";

bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
credentialDefaultProvider: (
init?:
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
| undefined
) => import("@smithy/types").MemoizedProvider<
import("@smithy/types").AwsCredentialIdentity
>;
credentialDefaultProvider:
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
| ((
init?:
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
| undefined
) => import("@smithy/types").MemoizedProvider<
import("@smithy/types").AwsCredentialIdentity
>);
defaultUserAgentProvider: (

@@ -20,0 +22,0 @@ config?:

@@ -33,5 +33,7 @@ import { ConnectParticipantClientConfig } from "./ConnectParticipantClient";

) => Promise<import("@smithy/types").UserAgent>;
credentialDefaultProvider: (
input: any
) => import("@smithy/types").AwsCredentialIdentityProvider;
credentialDefaultProvider:
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
| ((
_: unknown
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
maxAttempts: number | import("@smithy/types").Provider<number>;

@@ -56,7 +58,17 @@ retryMode: string | import("@smithy/types").Provider<string>;

endpoint?:
| string
| import("@smithy/types").Endpoint
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
| import("@smithy/types").EndpointV2
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
| ((
| string
| import("@smithy/types").Endpoint
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
| import("@smithy/types").EndpointV2
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
) &
(
| string
| import("@smithy/types").Provider<string>
| import("@smithy/types").Endpoint
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
| import("@smithy/types").EndpointV2
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
))
| undefined;

@@ -63,0 +75,0 @@ endpointProvider: (

{
"name": "@aws-sdk/client-connectparticipant",
"description": "AWS SDK for JavaScript Connectparticipant Client for Node.js, Browser and React Native",
"version": "3.721.0",
"version": "3.723.0",
"scripts": {

@@ -23,40 +23,40 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-crypto/sha256-js": "5.2.0",
"@aws-sdk/client-sso-oidc": "3.721.0",
"@aws-sdk/client-sts": "3.721.0",
"@aws-sdk/core": "3.716.0",
"@aws-sdk/credential-provider-node": "3.721.0",
"@aws-sdk/middleware-host-header": "3.714.0",
"@aws-sdk/middleware-logger": "3.714.0",
"@aws-sdk/middleware-recursion-detection": "3.714.0",
"@aws-sdk/middleware-user-agent": "3.721.0",
"@aws-sdk/region-config-resolver": "3.714.0",
"@aws-sdk/types": "3.714.0",
"@aws-sdk/util-endpoints": "3.714.0",
"@aws-sdk/util-user-agent-browser": "3.714.0",
"@aws-sdk/util-user-agent-node": "3.721.0",
"@smithy/config-resolver": "^3.0.13",
"@smithy/core": "^2.5.5",
"@smithy/fetch-http-handler": "^4.1.2",
"@smithy/hash-node": "^3.0.11",
"@smithy/invalid-dependency": "^3.0.11",
"@smithy/middleware-content-length": "^3.0.13",
"@smithy/middleware-endpoint": "^3.2.6",
"@smithy/middleware-retry": "^3.0.31",
"@smithy/middleware-serde": "^3.0.11",
"@smithy/middleware-stack": "^3.0.11",
"@smithy/node-config-provider": "^3.1.12",
"@smithy/node-http-handler": "^3.3.2",
"@smithy/protocol-http": "^4.1.8",
"@smithy/smithy-client": "^3.5.1",
"@smithy/types": "^3.7.2",
"@smithy/url-parser": "^3.0.11",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.31",
"@smithy/util-defaults-mode-node": "^3.0.31",
"@smithy/util-endpoints": "^2.1.7",
"@smithy/util-middleware": "^3.0.11",
"@smithy/util-retry": "^3.0.11",
"@smithy/util-utf8": "^3.0.0",
"@aws-sdk/client-sso-oidc": "3.723.0",
"@aws-sdk/client-sts": "3.723.0",
"@aws-sdk/core": "3.723.0",
"@aws-sdk/credential-provider-node": "3.723.0",
"@aws-sdk/middleware-host-header": "3.723.0",
"@aws-sdk/middleware-logger": "3.723.0",
"@aws-sdk/middleware-recursion-detection": "3.723.0",
"@aws-sdk/middleware-user-agent": "3.723.0",
"@aws-sdk/region-config-resolver": "3.723.0",
"@aws-sdk/types": "3.723.0",
"@aws-sdk/util-endpoints": "3.723.0",
"@aws-sdk/util-user-agent-browser": "3.723.0",
"@aws-sdk/util-user-agent-node": "3.723.0",
"@smithy/config-resolver": "^4.0.0",
"@smithy/core": "^3.0.0",
"@smithy/fetch-http-handler": "^5.0.0",
"@smithy/hash-node": "^4.0.0",
"@smithy/invalid-dependency": "^4.0.0",
"@smithy/middleware-content-length": "^4.0.0",
"@smithy/middleware-endpoint": "^4.0.0",
"@smithy/middleware-retry": "^4.0.0",
"@smithy/middleware-serde": "^4.0.0",
"@smithy/middleware-stack": "^4.0.0",
"@smithy/node-config-provider": "^4.0.0",
"@smithy/node-http-handler": "^4.0.0",
"@smithy/protocol-http": "^5.0.0",
"@smithy/smithy-client": "^4.0.0",
"@smithy/types": "^4.0.0",
"@smithy/url-parser": "^4.0.0",
"@smithy/util-base64": "^4.0.0",
"@smithy/util-body-length-browser": "^4.0.0",
"@smithy/util-body-length-node": "^4.0.0",
"@smithy/util-defaults-mode-browser": "^4.0.0",
"@smithy/util-defaults-mode-node": "^4.0.0",
"@smithy/util-endpoints": "^3.0.0",
"@smithy/util-middleware": "^4.0.0",
"@smithy/util-retry": "^4.0.0",
"@smithy/util-utf8": "^4.0.0",
"@types/uuid": "^9.0.1",

@@ -67,11 +67,11 @@ "tslib": "^2.6.2",

"devDependencies": {
"@tsconfig/node16": "16.1.3",
"@types/node": "^16.18.96",
"@tsconfig/node18": "18.2.4",
"@types/node": "^18.19.69",
"concurrently": "7.0.0",
"downlevel-dts": "0.10.1",
"rimraf": "3.0.2",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},

@@ -78,0 +78,0 @@ "typesVersions": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc