Socket
Socket
Sign inDemoInstall

@aws-sdk/client-connect-contact-lens

Package Overview
Dependencies
Maintainers
5
Versions
351
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-connect-contact-lens - npm Package Compare versions

Comparing version 3.13.0 to 3.13.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [3.13.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.13.0...v3.13.1) (2021-04-22)
**Note:** Version bump only for package @aws-sdk/client-connect-contact-lens
# [3.13.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.12.0...v3.13.0) (2021-04-15)

@@ -8,0 +16,0 @@

7

commands/ListRealtimeContactAnalysisSegmentsCommand.ts

@@ -27,5 +27,6 @@ import {

export type ListRealtimeContactAnalysisSegmentsCommandInput = ListRealtimeContactAnalysisSegmentsRequest;
export type ListRealtimeContactAnalysisSegmentsCommandOutput = ListRealtimeContactAnalysisSegmentsResponse &
__MetadataBearer;
export interface ListRealtimeContactAnalysisSegmentsCommandInput extends ListRealtimeContactAnalysisSegmentsRequest {}
export interface ListRealtimeContactAnalysisSegmentsCommandOutput
extends ListRealtimeContactAnalysisSegmentsResponse,
__MetadataBearer {}

@@ -32,0 +33,0 @@ /**

@@ -162,3 +162,3 @@ import {

export type ConnectContactLensClientConfig = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
type ConnectContactLensClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
ClientDefaults &

@@ -171,4 +171,8 @@ RegionInputConfig &

UserAgentInputConfig;
/**
* The configuration interface of ConnectContactLensClient class constructor that set the region, credentials and other options.
*/
export interface ConnectContactLensClientConfig extends ConnectContactLensClientConfigType {}
export type ConnectContactLensClientResolvedConfig = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
type ConnectContactLensClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
Required<ClientDefaults> &

@@ -181,2 +185,6 @@ RegionResolvedConfig &

UserAgentResolvedConfig;
/**
* The resolved configuration interface of ConnectContactLensClient class. This is resolved and normalized from the {@link ConnectContactLensClientConfig | constructor configuration interface}.
*/
export interface ConnectContactLensClientResolvedConfig extends ConnectContactLensClientResolvedConfigType {}

@@ -198,2 +206,5 @@ /**

> {
/**
* The resolved configuration of ConnectContactLensClient class. This is resolved and normalized from the {@link ConnectContactLensClientConfig | constructor configuration interface}.
*/
readonly config: ConnectContactLensClientResolvedConfig;

@@ -200,0 +211,0 @@

{
"name": "@aws-sdk/client-connect-contact-lens",
"description": "AWS SDK for JavaScript Connect Contact Lens Client for Node.js, Browser and React Native",
"version": "3.13.0",
"version": "3.13.1",
"scripts": {

@@ -30,34 +30,34 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",

"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/client-sts": "3.13.0",
"@aws-sdk/config-resolver": "3.12.0",
"@aws-sdk/credential-provider-node": "3.13.0",
"@aws-sdk/fetch-http-handler": "3.12.0",
"@aws-sdk/hash-node": "3.12.0",
"@aws-sdk/invalid-dependency": "3.12.0",
"@aws-sdk/middleware-content-length": "3.12.0",
"@aws-sdk/middleware-host-header": "3.12.0",
"@aws-sdk/middleware-logger": "3.12.0",
"@aws-sdk/middleware-retry": "3.12.0",
"@aws-sdk/middleware-serde": "3.12.0",
"@aws-sdk/middleware-signing": "3.12.0",
"@aws-sdk/middleware-stack": "3.12.0",
"@aws-sdk/middleware-user-agent": "3.12.0",
"@aws-sdk/node-config-provider": "3.12.0",
"@aws-sdk/node-http-handler": "3.12.0",
"@aws-sdk/protocol-http": "3.12.0",
"@aws-sdk/smithy-client": "3.12.0",
"@aws-sdk/types": "3.12.0",
"@aws-sdk/url-parser": "3.12.0",
"@aws-sdk/util-base64-browser": "3.12.0",
"@aws-sdk/util-base64-node": "3.12.0",
"@aws-sdk/util-body-length-browser": "3.12.0",
"@aws-sdk/util-body-length-node": "3.12.0",
"@aws-sdk/util-user-agent-browser": "3.12.0",
"@aws-sdk/util-user-agent-node": "3.12.0",
"@aws-sdk/util-utf8-browser": "3.12.0",
"@aws-sdk/util-utf8-node": "3.12.0",
"@aws-sdk/client-sts": "3.13.1",
"@aws-sdk/config-resolver": "3.13.1",
"@aws-sdk/credential-provider-node": "3.13.1",
"@aws-sdk/fetch-http-handler": "3.13.1",
"@aws-sdk/hash-node": "3.13.1",
"@aws-sdk/invalid-dependency": "3.13.1",
"@aws-sdk/middleware-content-length": "3.13.1",
"@aws-sdk/middleware-host-header": "3.13.1",
"@aws-sdk/middleware-logger": "3.13.1",
"@aws-sdk/middleware-retry": "3.13.1",
"@aws-sdk/middleware-serde": "3.13.1",
"@aws-sdk/middleware-signing": "3.13.1",
"@aws-sdk/middleware-stack": "3.13.1",
"@aws-sdk/middleware-user-agent": "3.13.1",
"@aws-sdk/node-config-provider": "3.13.1",
"@aws-sdk/node-http-handler": "3.13.1",
"@aws-sdk/protocol-http": "3.13.1",
"@aws-sdk/smithy-client": "3.13.1",
"@aws-sdk/types": "3.13.1",
"@aws-sdk/url-parser": "3.13.1",
"@aws-sdk/util-base64-browser": "3.13.1",
"@aws-sdk/util-base64-node": "3.13.1",
"@aws-sdk/util-body-length-browser": "3.13.1",
"@aws-sdk/util-body-length-node": "3.13.1",
"@aws-sdk/util-user-agent-browser": "3.13.1",
"@aws-sdk/util-user-agent-node": "3.13.1",
"@aws-sdk/util-utf8-browser": "3.13.1",
"@aws-sdk/util-utf8-node": "3.13.1",
"tslib": "^2.0.0"
},
"devDependencies": {
"@aws-sdk/client-documentation-generator": "3.13.0",
"@aws-sdk/client-documentation-generator": "3.13.1",
"@types/node": "^12.7.5",

@@ -69,3 +69,3 @@ "downlevel-dts": "0.7.0",

"typedoc": "^0.19.2",
"typescript": "~4.1.2"
"typescript": "~4.2.4"
},

@@ -72,0 +72,0 @@ "engines": {

{
"name": "@aws-sdk/client-connect-contact-lens",
"description": "AWS SDK for JavaScript Connect Contact Lens Client for Node.js, Browser and React Native",
"version": "3.13.0",
"version": "3.13.1",
"scripts": {

@@ -30,34 +30,34 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",

"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/client-sts": "3.13.0",
"@aws-sdk/config-resolver": "3.12.0",
"@aws-sdk/credential-provider-node": "3.13.0",
"@aws-sdk/fetch-http-handler": "3.12.0",
"@aws-sdk/hash-node": "3.12.0",
"@aws-sdk/invalid-dependency": "3.12.0",
"@aws-sdk/middleware-content-length": "3.12.0",
"@aws-sdk/middleware-host-header": "3.12.0",
"@aws-sdk/middleware-logger": "3.12.0",
"@aws-sdk/middleware-retry": "3.12.0",
"@aws-sdk/middleware-serde": "3.12.0",
"@aws-sdk/middleware-signing": "3.12.0",
"@aws-sdk/middleware-stack": "3.12.0",
"@aws-sdk/middleware-user-agent": "3.12.0",
"@aws-sdk/node-config-provider": "3.12.0",
"@aws-sdk/node-http-handler": "3.12.0",
"@aws-sdk/protocol-http": "3.12.0",
"@aws-sdk/smithy-client": "3.12.0",
"@aws-sdk/types": "3.12.0",
"@aws-sdk/url-parser": "3.12.0",
"@aws-sdk/util-base64-browser": "3.12.0",
"@aws-sdk/util-base64-node": "3.12.0",
"@aws-sdk/util-body-length-browser": "3.12.0",
"@aws-sdk/util-body-length-node": "3.12.0",
"@aws-sdk/util-user-agent-browser": "3.12.0",
"@aws-sdk/util-user-agent-node": "3.12.0",
"@aws-sdk/util-utf8-browser": "3.12.0",
"@aws-sdk/util-utf8-node": "3.12.0",
"@aws-sdk/client-sts": "3.13.1",
"@aws-sdk/config-resolver": "3.13.1",
"@aws-sdk/credential-provider-node": "3.13.1",
"@aws-sdk/fetch-http-handler": "3.13.1",
"@aws-sdk/hash-node": "3.13.1",
"@aws-sdk/invalid-dependency": "3.13.1",
"@aws-sdk/middleware-content-length": "3.13.1",
"@aws-sdk/middleware-host-header": "3.13.1",
"@aws-sdk/middleware-logger": "3.13.1",
"@aws-sdk/middleware-retry": "3.13.1",
"@aws-sdk/middleware-serde": "3.13.1",
"@aws-sdk/middleware-signing": "3.13.1",
"@aws-sdk/middleware-stack": "3.13.1",
"@aws-sdk/middleware-user-agent": "3.13.1",
"@aws-sdk/node-config-provider": "3.13.1",
"@aws-sdk/node-http-handler": "3.13.1",
"@aws-sdk/protocol-http": "3.13.1",
"@aws-sdk/smithy-client": "3.13.1",
"@aws-sdk/types": "3.13.1",
"@aws-sdk/url-parser": "3.13.1",
"@aws-sdk/util-base64-browser": "3.13.1",
"@aws-sdk/util-base64-node": "3.13.1",
"@aws-sdk/util-body-length-browser": "3.13.1",
"@aws-sdk/util-body-length-node": "3.13.1",
"@aws-sdk/util-user-agent-browser": "3.13.1",
"@aws-sdk/util-user-agent-node": "3.13.1",
"@aws-sdk/util-utf8-browser": "3.13.1",
"@aws-sdk/util-utf8-node": "3.13.1",
"tslib": "^2.0.0"
},
"devDependencies": {
"@aws-sdk/client-documentation-generator": "3.13.0",
"@aws-sdk/client-documentation-generator": "3.13.1",
"@types/node": "^12.7.5",

@@ -69,3 +69,3 @@ "downlevel-dts": "0.7.0",

"typedoc": "^0.19.2",
"typescript": "~4.1.2"
"typescript": "~4.2.4"
},

@@ -72,0 +72,0 @@ "engines": {

@@ -1,2 +0,2 @@

import { __asyncGenerator, __await, __awaiter, __generator, __read, __spread } from "tslib";
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
import { ConnectContactLens } from "../ConnectContactLens";

@@ -16,3 +16,3 @@ import { ConnectContactLensClient } from "../ConnectContactLensClient";

switch (_a.label) {
case 0: return [4 /*yield*/, client.send.apply(client, __spread([new ListRealtimeContactAnalysisSegmentsCommand(input)], args))];
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListRealtimeContactAnalysisSegmentsCommand(input)], __read(args)))];
case 1:

@@ -36,3 +36,3 @@ // @ts-ignore

switch (_a.label) {
case 0: return [4 /*yield*/, client.listRealtimeContactAnalysisSegments.apply(client, __spread([input], args))];
case 0: return [4 /*yield*/, client.listRealtimeContactAnalysisSegments.apply(client, __spreadArray([input], __read(args)))];
case 1:

@@ -63,3 +63,3 @@ // @ts-ignore

if (!(config.client instanceof ConnectContactLens)) return [3 /*break*/, 3];
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spread([config.client, input], additionalArguments)))];
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
case 2:

@@ -70,3 +70,3 @@ page = _a.sent();

if (!(config.client instanceof ConnectContactLensClient)) return [3 /*break*/, 5];
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spread([config.client, input], additionalArguments)))];
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
case 4:

@@ -73,0 +73,0 @@ page = _a.sent();

@@ -5,4 +5,6 @@ import { ConnectContactLensClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectContactLensClient";

import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
export declare type ListRealtimeContactAnalysisSegmentsCommandInput = ListRealtimeContactAnalysisSegmentsRequest;
export declare type ListRealtimeContactAnalysisSegmentsCommandOutput = ListRealtimeContactAnalysisSegmentsResponse & __MetadataBearer;
export interface ListRealtimeContactAnalysisSegmentsCommandInput extends ListRealtimeContactAnalysisSegmentsRequest {
}
export interface ListRealtimeContactAnalysisSegmentsCommandOutput extends ListRealtimeContactAnalysisSegmentsResponse, __MetadataBearer {
}
/**

@@ -9,0 +11,0 @@ * <p>Provides a list of analysis segments for a real-time analysis session.</p>

@@ -90,5 +90,15 @@ import { ListRealtimeContactAnalysisSegmentsCommandInput, ListRealtimeContactAnalysisSegmentsCommandOutput } from "./commands/ListRealtimeContactAnalysisSegmentsCommand";

}
export declare type ConnectContactLensClientConfig = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
export declare type ConnectContactLensClientResolvedConfig = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
declare type ConnectContactLensClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
/**
* The configuration interface of ConnectContactLensClient class constructor that set the region, credentials and other options.
*/
export interface ConnectContactLensClientConfig extends ConnectContactLensClientConfigType {
}
declare type ConnectContactLensClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
/**
* The resolved configuration interface of ConnectContactLensClient class. This is resolved and normalized from the {@link ConnectContactLensClientConfig | constructor configuration interface}.
*/
export interface ConnectContactLensClientResolvedConfig extends ConnectContactLensClientResolvedConfigType {
}
/**
* <p>Contact Lens for Amazon Connect enables you to analyze conversations between customer and agents,

@@ -103,2 +113,5 @@ * by using speech transcription, natural language processing, and intelligent search

export declare class ConnectContactLensClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ConnectContactLensClientResolvedConfig> {
/**
* The resolved configuration of ConnectContactLensClient class. This is resolved and normalized from the {@link ConnectContactLensClientConfig | constructor configuration interface}.
*/
readonly config: ConnectContactLensClientResolvedConfig;

@@ -113,1 +126,2 @@ constructor(configuration: ConnectContactLensClientConfig);

}
export {};
{
"name": "@aws-sdk/client-connect-contact-lens",
"description": "AWS SDK for JavaScript Connect Contact Lens Client for Node.js, Browser and React Native",
"version": "3.13.0",
"version": "3.13.1",
"scripts": {

@@ -30,34 +30,34 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",

"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/client-sts": "3.13.0",
"@aws-sdk/config-resolver": "3.12.0",
"@aws-sdk/credential-provider-node": "3.13.0",
"@aws-sdk/fetch-http-handler": "3.12.0",
"@aws-sdk/hash-node": "3.12.0",
"@aws-sdk/invalid-dependency": "3.12.0",
"@aws-sdk/middleware-content-length": "3.12.0",
"@aws-sdk/middleware-host-header": "3.12.0",
"@aws-sdk/middleware-logger": "3.12.0",
"@aws-sdk/middleware-retry": "3.12.0",
"@aws-sdk/middleware-serde": "3.12.0",
"@aws-sdk/middleware-signing": "3.12.0",
"@aws-sdk/middleware-stack": "3.12.0",
"@aws-sdk/middleware-user-agent": "3.12.0",
"@aws-sdk/node-config-provider": "3.12.0",
"@aws-sdk/node-http-handler": "3.12.0",
"@aws-sdk/protocol-http": "3.12.0",
"@aws-sdk/smithy-client": "3.12.0",
"@aws-sdk/types": "3.12.0",
"@aws-sdk/url-parser": "3.12.0",
"@aws-sdk/util-base64-browser": "3.12.0",
"@aws-sdk/util-base64-node": "3.12.0",
"@aws-sdk/util-body-length-browser": "3.12.0",
"@aws-sdk/util-body-length-node": "3.12.0",
"@aws-sdk/util-user-agent-browser": "3.12.0",
"@aws-sdk/util-user-agent-node": "3.12.0",
"@aws-sdk/util-utf8-browser": "3.12.0",
"@aws-sdk/util-utf8-node": "3.12.0",
"@aws-sdk/client-sts": "3.13.1",
"@aws-sdk/config-resolver": "3.13.1",
"@aws-sdk/credential-provider-node": "3.13.1",
"@aws-sdk/fetch-http-handler": "3.13.1",
"@aws-sdk/hash-node": "3.13.1",
"@aws-sdk/invalid-dependency": "3.13.1",
"@aws-sdk/middleware-content-length": "3.13.1",
"@aws-sdk/middleware-host-header": "3.13.1",
"@aws-sdk/middleware-logger": "3.13.1",
"@aws-sdk/middleware-retry": "3.13.1",
"@aws-sdk/middleware-serde": "3.13.1",
"@aws-sdk/middleware-signing": "3.13.1",
"@aws-sdk/middleware-stack": "3.13.1",
"@aws-sdk/middleware-user-agent": "3.13.1",
"@aws-sdk/node-config-provider": "3.13.1",
"@aws-sdk/node-http-handler": "3.13.1",
"@aws-sdk/protocol-http": "3.13.1",
"@aws-sdk/smithy-client": "3.13.1",
"@aws-sdk/types": "3.13.1",
"@aws-sdk/url-parser": "3.13.1",
"@aws-sdk/util-base64-browser": "3.13.1",
"@aws-sdk/util-base64-node": "3.13.1",
"@aws-sdk/util-body-length-browser": "3.13.1",
"@aws-sdk/util-body-length-node": "3.13.1",
"@aws-sdk/util-user-agent-browser": "3.13.1",
"@aws-sdk/util-user-agent-node": "3.13.1",
"@aws-sdk/util-utf8-browser": "3.13.1",
"@aws-sdk/util-utf8-node": "3.13.1",
"tslib": "^2.0.0"
},
"devDependencies": {
"@aws-sdk/client-documentation-generator": "3.13.0",
"@aws-sdk/client-documentation-generator": "3.13.1",
"@types/node": "^12.7.5",

@@ -69,3 +69,3 @@ "downlevel-dts": "0.7.0",

"typedoc": "^0.19.2",
"typescript": "~4.1.2"
"typescript": "~4.2.4"
},

@@ -72,0 +72,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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