@aws-sdk/client-connect-contact-lens 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/ConnectContactLens.d.ts +0 -1
- package/dist-types/ts3.4/ConnectContactLensClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ConnectContactLensServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -41
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-connect-contact-lens
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-connect-contact-lens
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-connect-contact-lens
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: ConnectContactLensClientConfig)
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: ConnectContactLensClientConfig)
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: ConnectContactLensClientConfig)
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -4,7 +4,6 @@ import {
|
|
|
4
4
|
ListRealtimeContactAnalysisSegmentsCommandOutput,
|
|
5
5
|
} from "./commands/ListRealtimeContactAnalysisSegmentsCommand";
|
|
6
6
|
import { ConnectContactLensClient } from "./ConnectContactLensClient";
|
|
7
|
-
|
|
8
7
|
export declare class ConnectContactLens extends ConnectContactLensClient {
|
|
9
8
|
listRealtimeContactAnalysisSegments(
|
|
10
9
|
args: ListRealtimeContactAnalysisSegmentsCommandInput,
|
|
@@ -53,47 +53,26 @@ export declare type ServiceOutputTypes =
|
|
|
53
53
|
export interface ClientDefaults
|
|
54
54
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
55
55
|
requestHandler?: __HttpHandler;
|
|
56
|
-
|
|
57
56
|
sha256?: __HashConstructor;
|
|
58
|
-
|
|
59
57
|
urlParser?: __UrlParser;
|
|
60
|
-
|
|
61
58
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
62
|
-
|
|
63
59
|
streamCollector?: __StreamCollector;
|
|
64
|
-
|
|
65
60
|
base64Decoder?: __Decoder;
|
|
66
|
-
|
|
67
61
|
base64Encoder?: __Encoder;
|
|
68
|
-
|
|
69
62
|
utf8Decoder?: __Decoder;
|
|
70
|
-
|
|
71
63
|
utf8Encoder?: __Encoder;
|
|
72
|
-
|
|
73
64
|
runtime?: string;
|
|
74
|
-
|
|
75
65
|
disableHostPrefix?: boolean;
|
|
76
|
-
|
|
77
66
|
maxAttempts?: number | __Provider<number>;
|
|
78
|
-
|
|
79
67
|
retryMode?: string | __Provider<string>;
|
|
80
|
-
|
|
81
68
|
logger?: __Logger;
|
|
82
|
-
|
|
83
69
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
84
|
-
|
|
85
70
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
86
|
-
|
|
87
71
|
serviceId?: string;
|
|
88
|
-
|
|
89
72
|
region?: string | __Provider<string>;
|
|
90
|
-
|
|
91
73
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
92
|
-
|
|
93
74
|
regionInfoProvider?: RegionInfoProvider;
|
|
94
|
-
|
|
95
75
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
96
|
-
|
|
97
76
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
98
77
|
}
|
|
99
78
|
declare type ConnectContactLensClientConfigType = Partial<
|
|
@@ -106,7 +85,6 @@ declare type ConnectContactLensClientConfigType = Partial<
|
|
|
106
85
|
HostHeaderInputConfig &
|
|
107
86
|
AwsAuthInputConfig &
|
|
108
87
|
UserAgentInputConfig;
|
|
109
|
-
|
|
110
88
|
export interface ConnectContactLensClientConfig
|
|
111
89
|
extends ConnectContactLensClientConfigType {}
|
|
112
90
|
declare type ConnectContactLensClientResolvedConfigType =
|
|
@@ -118,10 +96,8 @@ declare type ConnectContactLensClientResolvedConfigType =
|
|
|
118
96
|
HostHeaderResolvedConfig &
|
|
119
97
|
AwsAuthResolvedConfig &
|
|
120
98
|
UserAgentResolvedConfig;
|
|
121
|
-
|
|
122
99
|
export interface ConnectContactLensClientResolvedConfig
|
|
123
100
|
extends ConnectContactLensClientResolvedConfigType {}
|
|
124
|
-
|
|
125
101
|
export declare class ConnectContactLensClient extends __Client<
|
|
126
102
|
__HttpHandlerOptions,
|
|
127
103
|
ServiceInputTypes,
|
|
@@ -130,7 +106,6 @@ export declare class ConnectContactLensClient extends __Client<
|
|
|
130
106
|
> {
|
|
131
107
|
readonly config: ConnectContactLensClientResolvedConfig;
|
|
132
108
|
constructor(configuration: ConnectContactLensClientConfig);
|
|
133
|
-
|
|
134
109
|
destroy(): void;
|
|
135
110
|
}
|
|
136
111
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface ListRealtimeContactAnalysisSegmentsCommandInput
|
|
|
19
19
|
export interface ListRealtimeContactAnalysisSegmentsCommandOutput
|
|
20
20
|
extends ListRealtimeContactAnalysisSegmentsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListRealtimeContactAnalysisSegmentsCommand extends $Command<
|
|
24
23
|
ListRealtimeContactAnalysisSegmentsCommandInput,
|
|
25
24
|
ListRealtimeContactAnalysisSegmentsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListRealtimeContactAnalysisSegmentsCommand extends $Command
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListRealtimeContactAnalysisSegmentsCommandInput;
|
|
29
28
|
constructor(input: ListRealtimeContactAnalysisSegmentsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ConnectContactLensClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class ConnectContactLensServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -1,67 +1,50 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ConnectContactLensServiceException as __BaseException } from "./ConnectContactLensServiceException";
|
|
3
|
-
|
|
4
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
5
4
|
readonly name: "AccessDeniedException";
|
|
6
5
|
readonly $fault: "client";
|
|
7
6
|
Message: string | undefined;
|
|
8
|
-
|
|
9
7
|
constructor(
|
|
10
8
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
11
9
|
);
|
|
12
10
|
}
|
|
13
|
-
|
|
14
11
|
export declare class InternalServiceException extends __BaseException {
|
|
15
12
|
readonly name: "InternalServiceException";
|
|
16
13
|
readonly $fault: "server";
|
|
17
14
|
Message?: string;
|
|
18
|
-
|
|
19
15
|
constructor(
|
|
20
16
|
opts: __ExceptionOptionType<InternalServiceException, __BaseException>
|
|
21
17
|
);
|
|
22
18
|
}
|
|
23
|
-
|
|
24
19
|
export declare class InvalidRequestException extends __BaseException {
|
|
25
20
|
readonly name: "InvalidRequestException";
|
|
26
21
|
readonly $fault: "client";
|
|
27
22
|
Message?: string;
|
|
28
|
-
|
|
29
23
|
constructor(
|
|
30
24
|
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
31
25
|
);
|
|
32
26
|
}
|
|
33
27
|
export interface ListRealtimeContactAnalysisSegmentsRequest {
|
|
34
28
|
InstanceId: string | undefined;
|
|
35
|
-
|
|
36
29
|
ContactId: string | undefined;
|
|
37
|
-
|
|
38
30
|
MaxResults?: number;
|
|
39
|
-
|
|
40
31
|
NextToken?: string;
|
|
41
32
|
}
|
|
42
|
-
|
|
43
33
|
export interface PointOfInterest {
|
|
44
34
|
BeginOffsetMillis: number | undefined;
|
|
45
|
-
|
|
46
35
|
EndOffsetMillis: number | undefined;
|
|
47
36
|
}
|
|
48
|
-
|
|
49
37
|
export interface CategoryDetails {
|
|
50
38
|
PointsOfInterest: PointOfInterest[] | undefined;
|
|
51
39
|
}
|
|
52
|
-
|
|
53
40
|
export interface Categories {
|
|
54
41
|
MatchedCategories: string[] | undefined;
|
|
55
|
-
|
|
56
42
|
MatchedDetails: Record<string, CategoryDetails> | undefined;
|
|
57
43
|
}
|
|
58
|
-
|
|
59
44
|
export interface CharacterOffsets {
|
|
60
45
|
BeginOffsetChar: number | undefined;
|
|
61
|
-
|
|
62
46
|
EndOffsetChar: number | undefined;
|
|
63
47
|
}
|
|
64
|
-
|
|
65
48
|
export interface IssueDetected {
|
|
66
49
|
CharacterOffsets: CharacterOffsets | undefined;
|
|
67
50
|
}
|
|
@@ -70,84 +53,60 @@ export declare enum SentimentValue {
|
|
|
70
53
|
NEUTRAL = "NEUTRAL",
|
|
71
54
|
POSITIVE = "POSITIVE",
|
|
72
55
|
}
|
|
73
|
-
|
|
74
56
|
export interface Transcript {
|
|
75
57
|
Id: string | undefined;
|
|
76
|
-
|
|
77
58
|
ParticipantId: string | undefined;
|
|
78
|
-
|
|
79
59
|
ParticipantRole: string | undefined;
|
|
80
|
-
|
|
81
60
|
Content: string | undefined;
|
|
82
|
-
|
|
83
61
|
BeginOffsetMillis: number | undefined;
|
|
84
|
-
|
|
85
62
|
EndOffsetMillis: number | undefined;
|
|
86
|
-
|
|
87
63
|
Sentiment: SentimentValue | string | undefined;
|
|
88
|
-
|
|
89
64
|
IssuesDetected?: IssueDetected[];
|
|
90
65
|
}
|
|
91
|
-
|
|
92
66
|
export interface RealtimeContactAnalysisSegment {
|
|
93
67
|
Transcript?: Transcript;
|
|
94
|
-
|
|
95
68
|
Categories?: Categories;
|
|
96
69
|
}
|
|
97
70
|
export interface ListRealtimeContactAnalysisSegmentsResponse {
|
|
98
71
|
Segments: RealtimeContactAnalysisSegment[] | undefined;
|
|
99
|
-
|
|
100
72
|
NextToken?: string;
|
|
101
73
|
}
|
|
102
|
-
|
|
103
74
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
104
75
|
readonly name: "ResourceNotFoundException";
|
|
105
76
|
readonly $fault: "client";
|
|
106
77
|
Message?: string;
|
|
107
|
-
|
|
108
78
|
constructor(
|
|
109
79
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
110
80
|
);
|
|
111
81
|
}
|
|
112
|
-
|
|
113
82
|
export declare class ThrottlingException extends __BaseException {
|
|
114
83
|
readonly name: "ThrottlingException";
|
|
115
84
|
readonly $fault: "client";
|
|
116
85
|
Message: string | undefined;
|
|
117
|
-
|
|
118
86
|
constructor(
|
|
119
87
|
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
120
88
|
);
|
|
121
89
|
}
|
|
122
|
-
|
|
123
90
|
export declare const ListRealtimeContactAnalysisSegmentsRequestFilterSensitiveLog: (
|
|
124
91
|
obj: ListRealtimeContactAnalysisSegmentsRequest
|
|
125
92
|
) => any;
|
|
126
|
-
|
|
127
93
|
export declare const PointOfInterestFilterSensitiveLog: (
|
|
128
94
|
obj: PointOfInterest
|
|
129
95
|
) => any;
|
|
130
|
-
|
|
131
96
|
export declare const CategoryDetailsFilterSensitiveLog: (
|
|
132
97
|
obj: CategoryDetails
|
|
133
98
|
) => any;
|
|
134
|
-
|
|
135
99
|
export declare const CategoriesFilterSensitiveLog: (obj: Categories) => any;
|
|
136
|
-
|
|
137
100
|
export declare const CharacterOffsetsFilterSensitiveLog: (
|
|
138
101
|
obj: CharacterOffsets
|
|
139
102
|
) => any;
|
|
140
|
-
|
|
141
103
|
export declare const IssueDetectedFilterSensitiveLog: (
|
|
142
104
|
obj: IssueDetected
|
|
143
105
|
) => any;
|
|
144
|
-
|
|
145
106
|
export declare const TranscriptFilterSensitiveLog: (obj: Transcript) => any;
|
|
146
|
-
|
|
147
107
|
export declare const RealtimeContactAnalysisSegmentFilterSensitiveLog: (
|
|
148
108
|
obj: RealtimeContactAnalysisSegment
|
|
149
109
|
) => any;
|
|
150
|
-
|
|
151
110
|
export declare const ListRealtimeContactAnalysisSegmentsResponseFilterSensitiveLog: (
|
|
152
111
|
obj: ListRealtimeContactAnalysisSegmentsResponse
|
|
153
112
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { ConnectContactLensClientConfig } from "./ConnectContactLensClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (
|
|
5
4
|
config: ConnectContactLensClientConfig
|
|
6
5
|
) => {
|
|
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
|
|
|
53
52
|
| undefined;
|
|
54
53
|
signer?:
|
|
55
54
|
| import("@aws-sdk/types").RequestSigner
|
|
56
|
-
|
|
|
55
|
+
| ((
|
|
56
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
57
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
57
58
|
| undefined;
|
|
58
59
|
signingEscapePath?: boolean | undefined;
|
|
59
60
|
systemClockOffset?: number | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { ConnectContactLensClientConfig } from "./ConnectContactLensClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (
|
|
5
4
|
config: ConnectContactLensClientConfig
|
|
6
5
|
) => {
|
|
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
|
|
|
53
52
|
| undefined;
|
|
54
53
|
signer?:
|
|
55
54
|
| import("@aws-sdk/types").RequestSigner
|
|
56
|
-
|
|
|
55
|
+
| ((
|
|
56
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
57
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
57
58
|
| undefined;
|
|
58
59
|
signingEscapePath?: boolean | undefined;
|
|
59
60
|
systemClockOffset?: number | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ConnectContactLensClientConfig } from "./ConnectContactLensClient";
|
|
2
|
-
|
|
3
2
|
export declare const getRuntimeConfig: (
|
|
4
3
|
config: ConnectContactLensClientConfig
|
|
5
4
|
) => {
|
|
@@ -54,7 +53,9 @@ export declare const getRuntimeConfig: (
|
|
|
54
53
|
| undefined;
|
|
55
54
|
signer?:
|
|
56
55
|
| import("@aws-sdk/types").RequestSigner
|
|
57
|
-
|
|
|
56
|
+
| ((
|
|
57
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
58
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
58
59
|
| undefined;
|
|
59
60
|
signingEscapePath?: boolean | undefined;
|
|
60
61
|
systemClockOffset?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connect-contact-lens",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connect Contact Lens Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.178.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.178.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.178.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.178.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.178.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.178.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.178.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.178.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.178.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.178.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.178.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.178.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.178.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.178.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.178.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.178.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.178.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.178.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.178.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.178.0",
|
|
41
|
+
"@aws-sdk/types": "3.178.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.178.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.178.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.178.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.178.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.178.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|