@aws-sdk/client-personalize-runtime 3.130.0 → 3.141.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 +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/GetPersonalizedRankingCommand.js +2 -2
- package/dist-cjs/commands/GetRecommendationsCommand.js +2 -2
- package/dist-cjs/models/models_0.js +25 -35
- package/dist-es/commands/GetPersonalizedRankingCommand.js +3 -3
- package/dist-es/commands/GetRecommendationsCommand.js +3 -3
- package/dist-es/models/models_0.js +5 -20
- package/dist-types/models/models_0.d.ts +20 -30
- package/dist-types/ts3.4/models/models_0.d.ts +10 -20
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
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.141.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.140.0...v3.141.0) (2022-08-01)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update client endpoints as of 2022-08-01 ([aaf49f2](https://github.com/aws/aws-sdk-js-v3/commit/aaf49f21b371412e6ea7e00890b71a7b31991b66))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.137.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.136.1...v3.137.0) (2022-07-26)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **namespaces:** remove namespaces with only a log filter ([#3823](https://github.com/aws/aws-sdk-js-v3/issues/3823)) ([33e6822](https://github.com/aws/aws-sdk-js-v3/commit/33e68228fb64c53dd8f89e6be76dd5f46edc3cfd))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.131.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.130.0...v3.131.0) (2022-07-15)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @aws-sdk/client-personalize-runtime
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
6
36
|
# [3.130.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.129.0...v3.130.0) (2022-07-14)
|
|
7
37
|
|
|
8
38
|
|
package/README.md
CHANGED
|
@@ -165,7 +165,7 @@ try {
|
|
|
165
165
|
const data = await client.send(command);
|
|
166
166
|
// process data.
|
|
167
167
|
} catch (error) {
|
|
168
|
-
const { requestId, cfId, extendedRequestId } = error
|
|
168
|
+
const { requestId, cfId, extendedRequestId } = error.$$metadata;
|
|
169
169
|
console.log({ requestId, cfId, extendedRequestId });
|
|
170
170
|
/**
|
|
171
171
|
* The keys within exceptions are also parsed.
|
|
@@ -20,8 +20,8 @@ class GetPersonalizedRankingCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetPersonalizedRankingRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetPersonalizedRankingResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class GetRecommendationsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetRecommendationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetRecommendationsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,28 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.GetRecommendationsResponseFilterSensitiveLog = exports.GetRecommendationsRequestFilterSensitiveLog = exports.GetPersonalizedRankingResponseFilterSensitiveLog = exports.PredictedItemFilterSensitiveLog = exports.GetPersonalizedRankingRequestFilterSensitiveLog = exports.ResourceNotFoundException = exports.InvalidInputException = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
5
|
const PersonalizeRuntimeServiceException_1 = require("./PersonalizeRuntimeServiceException");
|
|
6
|
-
var GetPersonalizedRankingRequest;
|
|
7
|
-
(function (GetPersonalizedRankingRequest) {
|
|
8
|
-
GetPersonalizedRankingRequest.filterSensitiveLog = (obj) => ({
|
|
9
|
-
...obj,
|
|
10
|
-
...(obj.context && { context: smithy_client_1.SENSITIVE_STRING }),
|
|
11
|
-
...(obj.filterValues && { filterValues: smithy_client_1.SENSITIVE_STRING }),
|
|
12
|
-
});
|
|
13
|
-
})(GetPersonalizedRankingRequest = exports.GetPersonalizedRankingRequest || (exports.GetPersonalizedRankingRequest = {}));
|
|
14
|
-
var PredictedItem;
|
|
15
|
-
(function (PredictedItem) {
|
|
16
|
-
PredictedItem.filterSensitiveLog = (obj) => ({
|
|
17
|
-
...obj,
|
|
18
|
-
});
|
|
19
|
-
})(PredictedItem = exports.PredictedItem || (exports.PredictedItem = {}));
|
|
20
|
-
var GetPersonalizedRankingResponse;
|
|
21
|
-
(function (GetPersonalizedRankingResponse) {
|
|
22
|
-
GetPersonalizedRankingResponse.filterSensitiveLog = (obj) => ({
|
|
23
|
-
...obj,
|
|
24
|
-
});
|
|
25
|
-
})(GetPersonalizedRankingResponse = exports.GetPersonalizedRankingResponse || (exports.GetPersonalizedRankingResponse = {}));
|
|
26
6
|
class InvalidInputException extends PersonalizeRuntimeServiceException_1.PersonalizeRuntimeServiceException {
|
|
27
7
|
constructor(opts) {
|
|
28
8
|
super({
|
|
@@ -49,17 +29,27 @@ class ResourceNotFoundException extends PersonalizeRuntimeServiceException_1.Per
|
|
|
49
29
|
}
|
|
50
30
|
}
|
|
51
31
|
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
32
|
+
const GetPersonalizedRankingRequestFilterSensitiveLog = (obj) => ({
|
|
33
|
+
...obj,
|
|
34
|
+
...(obj.context && { context: smithy_client_1.SENSITIVE_STRING }),
|
|
35
|
+
...(obj.filterValues && { filterValues: smithy_client_1.SENSITIVE_STRING }),
|
|
36
|
+
});
|
|
37
|
+
exports.GetPersonalizedRankingRequestFilterSensitiveLog = GetPersonalizedRankingRequestFilterSensitiveLog;
|
|
38
|
+
const PredictedItemFilterSensitiveLog = (obj) => ({
|
|
39
|
+
...obj,
|
|
40
|
+
});
|
|
41
|
+
exports.PredictedItemFilterSensitiveLog = PredictedItemFilterSensitiveLog;
|
|
42
|
+
const GetPersonalizedRankingResponseFilterSensitiveLog = (obj) => ({
|
|
43
|
+
...obj,
|
|
44
|
+
});
|
|
45
|
+
exports.GetPersonalizedRankingResponseFilterSensitiveLog = GetPersonalizedRankingResponseFilterSensitiveLog;
|
|
46
|
+
const GetRecommendationsRequestFilterSensitiveLog = (obj) => ({
|
|
47
|
+
...obj,
|
|
48
|
+
...(obj.context && { context: smithy_client_1.SENSITIVE_STRING }),
|
|
49
|
+
...(obj.filterValues && { filterValues: smithy_client_1.SENSITIVE_STRING }),
|
|
50
|
+
});
|
|
51
|
+
exports.GetRecommendationsRequestFilterSensitiveLog = GetRecommendationsRequestFilterSensitiveLog;
|
|
52
|
+
const GetRecommendationsResponseFilterSensitiveLog = (obj) => ({
|
|
53
|
+
...obj,
|
|
54
|
+
});
|
|
55
|
+
exports.GetRecommendationsResponseFilterSensitiveLog = GetRecommendationsResponseFilterSensitiveLog;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetPersonalizedRankingRequestFilterSensitiveLog, GetPersonalizedRankingResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetPersonalizedRankingCommand, serializeAws_restJson1GetPersonalizedRankingCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetPersonalizedRankingCommand = (function (_super) {
|
|
7
7
|
__extends(GetPersonalizedRankingCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetPersonalizedRankingCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetPersonalizedRankingRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetPersonalizedRankingResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetRecommendationsRequestFilterSensitiveLog, GetRecommendationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetRecommendationsCommand, serializeAws_restJson1GetRecommendationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetRecommendationsCommand = (function (_super) {
|
|
7
7
|
__extends(GetRecommendationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetRecommendationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetRecommendationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetRecommendationsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,18 +1,6 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { PersonalizeRuntimeServiceException as __BaseException } from "./PersonalizeRuntimeServiceException";
|
|
4
|
-
export var GetPersonalizedRankingRequest;
|
|
5
|
-
(function (GetPersonalizedRankingRequest) {
|
|
6
|
-
GetPersonalizedRankingRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.context && { context: SENSITIVE_STRING })), (obj.filterValues && { filterValues: SENSITIVE_STRING }))); };
|
|
7
|
-
})(GetPersonalizedRankingRequest || (GetPersonalizedRankingRequest = {}));
|
|
8
|
-
export var PredictedItem;
|
|
9
|
-
(function (PredictedItem) {
|
|
10
|
-
PredictedItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
11
|
-
})(PredictedItem || (PredictedItem = {}));
|
|
12
|
-
export var GetPersonalizedRankingResponse;
|
|
13
|
-
(function (GetPersonalizedRankingResponse) {
|
|
14
|
-
GetPersonalizedRankingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
15
|
-
})(GetPersonalizedRankingResponse || (GetPersonalizedRankingResponse = {}));
|
|
16
4
|
var InvalidInputException = (function (_super) {
|
|
17
5
|
__extends(InvalidInputException, _super);
|
|
18
6
|
function InvalidInputException(opts) {
|
|
@@ -37,11 +25,8 @@ var ResourceNotFoundException = (function (_super) {
|
|
|
37
25
|
return ResourceNotFoundException;
|
|
38
26
|
}(__BaseException));
|
|
39
27
|
export { ResourceNotFoundException };
|
|
40
|
-
export var
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
})(
|
|
44
|
-
export var
|
|
45
|
-
(function (GetRecommendationsResponse) {
|
|
46
|
-
GetRecommendationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
47
|
-
})(GetRecommendationsResponse || (GetRecommendationsResponse = {}));
|
|
28
|
+
export var GetPersonalizedRankingRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.context && { context: SENSITIVE_STRING })), (obj.filterValues && { filterValues: SENSITIVE_STRING }))); };
|
|
29
|
+
export var PredictedItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
30
|
+
export var GetPersonalizedRankingResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
31
|
+
export var GetRecommendationsRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.context && { context: SENSITIVE_STRING })), (obj.filterValues && { filterValues: SENSITIVE_STRING }))); };
|
|
32
|
+
export var GetRecommendationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -41,12 +41,6 @@ export interface GetPersonalizedRankingRequest {
|
|
|
41
41
|
*/
|
|
42
42
|
filterValues?: Record<string, string>;
|
|
43
43
|
}
|
|
44
|
-
export declare namespace GetPersonalizedRankingRequest {
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
|
-
const filterSensitiveLog: (obj: GetPersonalizedRankingRequest) => any;
|
|
49
|
-
}
|
|
50
44
|
/**
|
|
51
45
|
* <p>An object that identifies an item.</p>
|
|
52
46
|
* <p>The and APIs return a list of
|
|
@@ -63,12 +57,6 @@ export interface PredictedItem {
|
|
|
63
57
|
*/
|
|
64
58
|
score?: number;
|
|
65
59
|
}
|
|
66
|
-
export declare namespace PredictedItem {
|
|
67
|
-
/**
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
70
|
-
const filterSensitiveLog: (obj: PredictedItem) => any;
|
|
71
|
-
}
|
|
72
60
|
export interface GetPersonalizedRankingResponse {
|
|
73
61
|
/**
|
|
74
62
|
* <p>A list of items in order of most likely interest to the user. The maximum is 500.</p>
|
|
@@ -79,12 +67,6 @@ export interface GetPersonalizedRankingResponse {
|
|
|
79
67
|
*/
|
|
80
68
|
recommendationId?: string;
|
|
81
69
|
}
|
|
82
|
-
export declare namespace GetPersonalizedRankingResponse {
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
const filterSensitiveLog: (obj: GetPersonalizedRankingResponse) => any;
|
|
87
|
-
}
|
|
88
70
|
/**
|
|
89
71
|
* <p>Provide a valid value for the field or parameter.</p>
|
|
90
72
|
*/
|
|
@@ -157,12 +139,6 @@ export interface GetRecommendationsRequest {
|
|
|
157
139
|
*/
|
|
158
140
|
recommenderArn?: string;
|
|
159
141
|
}
|
|
160
|
-
export declare namespace GetRecommendationsRequest {
|
|
161
|
-
/**
|
|
162
|
-
* @internal
|
|
163
|
-
*/
|
|
164
|
-
const filterSensitiveLog: (obj: GetRecommendationsRequest) => any;
|
|
165
|
-
}
|
|
166
142
|
export interface GetRecommendationsResponse {
|
|
167
143
|
/**
|
|
168
144
|
* <p>A list of recommendations sorted in descending order by prediction score. There can be a
|
|
@@ -174,9 +150,23 @@ export interface GetRecommendationsResponse {
|
|
|
174
150
|
*/
|
|
175
151
|
recommendationId?: string;
|
|
176
152
|
}
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
153
|
+
/**
|
|
154
|
+
* @internal
|
|
155
|
+
*/
|
|
156
|
+
export declare const GetPersonalizedRankingRequestFilterSensitiveLog: (obj: GetPersonalizedRankingRequest) => any;
|
|
157
|
+
/**
|
|
158
|
+
* @internal
|
|
159
|
+
*/
|
|
160
|
+
export declare const PredictedItemFilterSensitiveLog: (obj: PredictedItem) => any;
|
|
161
|
+
/**
|
|
162
|
+
* @internal
|
|
163
|
+
*/
|
|
164
|
+
export declare const GetPersonalizedRankingResponseFilterSensitiveLog: (obj: GetPersonalizedRankingResponse) => any;
|
|
165
|
+
/**
|
|
166
|
+
* @internal
|
|
167
|
+
*/
|
|
168
|
+
export declare const GetRecommendationsRequestFilterSensitiveLog: (obj: GetRecommendationsRequest) => any;
|
|
169
|
+
/**
|
|
170
|
+
* @internal
|
|
171
|
+
*/
|
|
172
|
+
export declare const GetRecommendationsResponseFilterSensitiveLog: (obj: GetRecommendationsResponse) => any;
|
|
@@ -14,10 +14,6 @@ export interface GetPersonalizedRankingRequest {
|
|
|
14
14
|
|
|
15
15
|
filterValues?: Record<string, string>;
|
|
16
16
|
}
|
|
17
|
-
export declare namespace GetPersonalizedRankingRequest {
|
|
18
|
-
|
|
19
|
-
const filterSensitiveLog: (obj: GetPersonalizedRankingRequest) => any;
|
|
20
|
-
}
|
|
21
17
|
|
|
22
18
|
export interface PredictedItem {
|
|
23
19
|
|
|
@@ -25,20 +21,12 @@ export interface PredictedItem {
|
|
|
25
21
|
|
|
26
22
|
score?: number;
|
|
27
23
|
}
|
|
28
|
-
export declare namespace PredictedItem {
|
|
29
|
-
|
|
30
|
-
const filterSensitiveLog: (obj: PredictedItem) => any;
|
|
31
|
-
}
|
|
32
24
|
export interface GetPersonalizedRankingResponse {
|
|
33
25
|
|
|
34
26
|
personalizedRanking?: PredictedItem[];
|
|
35
27
|
|
|
36
28
|
recommendationId?: string;
|
|
37
29
|
}
|
|
38
|
-
export declare namespace GetPersonalizedRankingResponse {
|
|
39
|
-
|
|
40
|
-
const filterSensitiveLog: (obj: GetPersonalizedRankingResponse) => any;
|
|
41
|
-
}
|
|
42
30
|
|
|
43
31
|
export declare class InvalidInputException extends __BaseException {
|
|
44
32
|
readonly name: "InvalidInputException";
|
|
@@ -71,17 +59,19 @@ export interface GetRecommendationsRequest {
|
|
|
71
59
|
|
|
72
60
|
recommenderArn?: string;
|
|
73
61
|
}
|
|
74
|
-
export declare namespace GetRecommendationsRequest {
|
|
75
|
-
|
|
76
|
-
const filterSensitiveLog: (obj: GetRecommendationsRequest) => any;
|
|
77
|
-
}
|
|
78
62
|
export interface GetRecommendationsResponse {
|
|
79
63
|
|
|
80
64
|
itemList?: PredictedItem[];
|
|
81
65
|
|
|
82
66
|
recommendationId?: string;
|
|
83
67
|
}
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
68
|
+
|
|
69
|
+
export declare const GetPersonalizedRankingRequestFilterSensitiveLog: (obj: GetPersonalizedRankingRequest) => any;
|
|
70
|
+
|
|
71
|
+
export declare const PredictedItemFilterSensitiveLog: (obj: PredictedItem) => any;
|
|
72
|
+
|
|
73
|
+
export declare const GetPersonalizedRankingResponseFilterSensitiveLog: (obj: GetPersonalizedRankingResponse) => any;
|
|
74
|
+
|
|
75
|
+
export declare const GetRecommendationsRequestFilterSensitiveLog: (obj: GetRecommendationsRequest) => any;
|
|
76
|
+
|
|
77
|
+
export declare const GetRecommendationsResponseFilterSensitiveLog: (obj: GetRecommendationsResponse) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-personalize-runtime",
|
|
3
3
|
"description": "AWS SDK for JavaScript Personalize Runtime Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.141.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",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.141.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.141.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
27
27
|
"@aws-sdk/middleware-content-length": "3.127.0",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
37
|
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
38
|
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
+
"@aws-sdk/smithy-client": "3.137.0",
|
|
40
40
|
"@aws-sdk/types": "3.127.0",
|
|
41
41
|
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.137.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.137.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
49
|
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|