@aws-sdk/client-kendra-ranking 3.288.0 → 3.290.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-types/commands/CreateRescoreExecutionPlanCommand.d.ts +33 -0
- package/dist-types/commands/DeleteRescoreExecutionPlanCommand.d.ts +31 -0
- package/dist-types/commands/DescribeRescoreExecutionPlanCommand.d.ts +27 -0
- package/dist-types/commands/ListRescoreExecutionPlansCommand.d.ts +22 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +27 -0
- package/dist-types/commands/RescoreCommand.d.ts +31 -0
- package/dist-types/commands/TagResourceCommand.d.ts +27 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +27 -0
- package/dist-types/commands/UpdateRescoreExecutionPlanCommand.d.ts +38 -0
- package/package.json +29 -29
|
@@ -38,6 +38,39 @@ export interface CreateRescoreExecutionPlanCommandOutput extends CreateRescoreEx
|
|
|
38
38
|
* @see {@link CreateRescoreExecutionPlanCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link KendraRankingClientResolvedConfig | config} for KendraRankingClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
42
|
+
* <p>You don’t have sufficient access to perform this action.
|
|
43
|
+
* Please ensure you have the required permission policies
|
|
44
|
+
* and user accounts and try again.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ConflictException} (client fault)
|
|
47
|
+
* <p>A conflict occurred with the request. Please fix any
|
|
48
|
+
* inconsistencies with your resources and try again.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InternalServerException} (server fault)
|
|
51
|
+
* <p>An issue occurred with the internal server used for
|
|
52
|
+
* your Amazon Kendra Intelligent Ranking service.
|
|
53
|
+
* Please wait a few minutes and try again, or contact
|
|
54
|
+
* <a href="http://aws.amazon.com/contact-us/">Support</a>
|
|
55
|
+
* for help.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
58
|
+
* <p>You have exceeded the set limits for your
|
|
59
|
+
* Amazon Kendra Intelligent Ranking service. Please
|
|
60
|
+
* see <a href="https://docs.aws.amazon.com/kendra/latest/dg/quotas.html">Quotas</a>
|
|
61
|
+
* for more information, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> to inquire about
|
|
62
|
+
* an increase of limits.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
65
|
+
* <p>The request was denied due to request throttling.
|
|
66
|
+
* Please reduce the number of requests and try again.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ValidationException} (client fault)
|
|
69
|
+
* <p>The input fails to satisfy the constraints set by
|
|
70
|
+
* the Amazon Kendra Intelligent Ranking service.
|
|
71
|
+
* Please provide the correct input and try again.</p>
|
|
72
|
+
*
|
|
73
|
+
*
|
|
41
74
|
*/
|
|
42
75
|
export declare class CreateRescoreExecutionPlanCommand extends $Command<CreateRescoreExecutionPlanCommandInput, CreateRescoreExecutionPlanCommandOutput, KendraRankingClientResolvedConfig> {
|
|
43
76
|
readonly input: CreateRescoreExecutionPlanCommandInput;
|
|
@@ -31,6 +31,37 @@ export interface DeleteRescoreExecutionPlanCommandOutput extends __MetadataBeare
|
|
|
31
31
|
* @see {@link DeleteRescoreExecutionPlanCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link KendraRankingClientResolvedConfig | config} for KendraRankingClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>You don’t have sufficient access to perform this action.
|
|
36
|
+
* Please ensure you have the required permission policies
|
|
37
|
+
* and user accounts and try again.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ConflictException} (client fault)
|
|
40
|
+
* <p>A conflict occurred with the request. Please fix any
|
|
41
|
+
* inconsistencies with your resources and try again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalServerException} (server fault)
|
|
44
|
+
* <p>An issue occurred with the internal server used for
|
|
45
|
+
* your Amazon Kendra Intelligent Ranking service.
|
|
46
|
+
* Please wait a few minutes and try again, or contact
|
|
47
|
+
* <a href="http://aws.amazon.com/contact-us/">Support</a>
|
|
48
|
+
* for help.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
51
|
+
* <p>The resource you want to use doesn't exist. Please
|
|
52
|
+
* check you have provided the correct resource and try
|
|
53
|
+
* again.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
56
|
+
* <p>The request was denied due to request throttling.
|
|
57
|
+
* Please reduce the number of requests and try again.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ValidationException} (client fault)
|
|
60
|
+
* <p>The input fails to satisfy the constraints set by
|
|
61
|
+
* the Amazon Kendra Intelligent Ranking service.
|
|
62
|
+
* Please provide the correct input and try again.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
34
65
|
*/
|
|
35
66
|
export declare class DeleteRescoreExecutionPlanCommand extends $Command<DeleteRescoreExecutionPlanCommandInput, DeleteRescoreExecutionPlanCommandOutput, KendraRankingClientResolvedConfig> {
|
|
36
67
|
readonly input: DeleteRescoreExecutionPlanCommandInput;
|
|
@@ -31,6 +31,33 @@ export interface DescribeRescoreExecutionPlanCommandOutput extends DescribeResco
|
|
|
31
31
|
* @see {@link DescribeRescoreExecutionPlanCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link KendraRankingClientResolvedConfig | config} for KendraRankingClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>You don’t have sufficient access to perform this action.
|
|
36
|
+
* Please ensure you have the required permission policies
|
|
37
|
+
* and user accounts and try again.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>An issue occurred with the internal server used for
|
|
41
|
+
* your Amazon Kendra Intelligent Ranking service.
|
|
42
|
+
* Please wait a few minutes and try again, or contact
|
|
43
|
+
* <a href="http://aws.amazon.com/contact-us/">Support</a>
|
|
44
|
+
* for help.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>The resource you want to use doesn't exist. Please
|
|
48
|
+
* check you have provided the correct resource and try
|
|
49
|
+
* again.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
52
|
+
* <p>The request was denied due to request throttling.
|
|
53
|
+
* Please reduce the number of requests and try again.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ValidationException} (client fault)
|
|
56
|
+
* <p>The input fails to satisfy the constraints set by
|
|
57
|
+
* the Amazon Kendra Intelligent Ranking service.
|
|
58
|
+
* Please provide the correct input and try again.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
34
61
|
*/
|
|
35
62
|
export declare class DescribeRescoreExecutionPlanCommand extends $Command<DescribeRescoreExecutionPlanCommandInput, DescribeRescoreExecutionPlanCommandOutput, KendraRankingClientResolvedConfig> {
|
|
36
63
|
readonly input: DescribeRescoreExecutionPlanCommandInput;
|
|
@@ -31,6 +31,28 @@ export interface ListRescoreExecutionPlansCommandOutput extends ListRescoreExecu
|
|
|
31
31
|
* @see {@link ListRescoreExecutionPlansCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link KendraRankingClientResolvedConfig | config} for KendraRankingClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>You don’t have sufficient access to perform this action.
|
|
36
|
+
* Please ensure you have the required permission policies
|
|
37
|
+
* and user accounts and try again.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>An issue occurred with the internal server used for
|
|
41
|
+
* your Amazon Kendra Intelligent Ranking service.
|
|
42
|
+
* Please wait a few minutes and try again, or contact
|
|
43
|
+
* <a href="http://aws.amazon.com/contact-us/">Support</a>
|
|
44
|
+
* for help.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>The request was denied due to request throttling.
|
|
48
|
+
* Please reduce the number of requests and try again.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ValidationException} (client fault)
|
|
51
|
+
* <p>The input fails to satisfy the constraints set by
|
|
52
|
+
* the Amazon Kendra Intelligent Ranking service.
|
|
53
|
+
* Please provide the correct input and try again.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
34
56
|
*/
|
|
35
57
|
export declare class ListRescoreExecutionPlansCommand extends $Command<ListRescoreExecutionPlansCommandInput, ListRescoreExecutionPlansCommandOutput, KendraRankingClientResolvedConfig> {
|
|
36
58
|
readonly input: ListRescoreExecutionPlansCommandInput;
|
|
@@ -31,6 +31,33 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
31
31
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link KendraRankingClientResolvedConfig | config} for KendraRankingClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>You don’t have sufficient access to perform this action.
|
|
36
|
+
* Please ensure you have the required permission policies
|
|
37
|
+
* and user accounts and try again.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>An issue occurred with the internal server used for
|
|
41
|
+
* your Amazon Kendra Intelligent Ranking service.
|
|
42
|
+
* Please wait a few minutes and try again, or contact
|
|
43
|
+
* <a href="http://aws.amazon.com/contact-us/">Support</a>
|
|
44
|
+
* for help.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceUnavailableException} (client fault)
|
|
47
|
+
* <p>The resource you want to use is unavailable. Please
|
|
48
|
+
* check you have provided the correct resource
|
|
49
|
+
* information and try again.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
52
|
+
* <p>The request was denied due to request throttling.
|
|
53
|
+
* Please reduce the number of requests and try again.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ValidationException} (client fault)
|
|
56
|
+
* <p>The input fails to satisfy the constraints set by
|
|
57
|
+
* the Amazon Kendra Intelligent Ranking service.
|
|
58
|
+
* Please provide the correct input and try again.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
34
61
|
*/
|
|
35
62
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KendraRankingClientResolvedConfig> {
|
|
36
63
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -32,6 +32,37 @@ export interface RescoreCommandOutput extends RescoreResult, __MetadataBearer {
|
|
|
32
32
|
* @see {@link RescoreCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link KendraRankingClientResolvedConfig | config} for KendraRankingClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>You don’t have sufficient access to perform this action.
|
|
37
|
+
* Please ensure you have the required permission policies
|
|
38
|
+
* and user accounts and try again.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ConflictException} (client fault)
|
|
41
|
+
* <p>A conflict occurred with the request. Please fix any
|
|
42
|
+
* inconsistencies with your resources and try again.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerException} (server fault)
|
|
45
|
+
* <p>An issue occurred with the internal server used for
|
|
46
|
+
* your Amazon Kendra Intelligent Ranking service.
|
|
47
|
+
* Please wait a few minutes and try again, or contact
|
|
48
|
+
* <a href="http://aws.amazon.com/contact-us/">Support</a>
|
|
49
|
+
* for help.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
52
|
+
* <p>The resource you want to use doesn't exist. Please
|
|
53
|
+
* check you have provided the correct resource and try
|
|
54
|
+
* again.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
57
|
+
* <p>The request was denied due to request throttling.
|
|
58
|
+
* Please reduce the number of requests and try again.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ValidationException} (client fault)
|
|
61
|
+
* <p>The input fails to satisfy the constraints set by
|
|
62
|
+
* the Amazon Kendra Intelligent Ranking service.
|
|
63
|
+
* Please provide the correct input and try again.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
35
66
|
*/
|
|
36
67
|
export declare class RescoreCommand extends $Command<RescoreCommandInput, RescoreCommandOutput, KendraRankingClientResolvedConfig> {
|
|
37
68
|
readonly input: RescoreCommandInput;
|
|
@@ -33,6 +33,33 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
33
33
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link KendraRankingClientResolvedConfig | config} for KendraRankingClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p>You don’t have sufficient access to perform this action.
|
|
38
|
+
* Please ensure you have the required permission policies
|
|
39
|
+
* and user accounts and try again.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>An issue occurred with the internal server used for
|
|
43
|
+
* your Amazon Kendra Intelligent Ranking service.
|
|
44
|
+
* Please wait a few minutes and try again, or contact
|
|
45
|
+
* <a href="http://aws.amazon.com/contact-us/">Support</a>
|
|
46
|
+
* for help.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceUnavailableException} (client fault)
|
|
49
|
+
* <p>The resource you want to use is unavailable. Please
|
|
50
|
+
* check you have provided the correct resource
|
|
51
|
+
* information and try again.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
54
|
+
* <p>The request was denied due to request throttling.
|
|
55
|
+
* Please reduce the number of requests and try again.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ValidationException} (client fault)
|
|
58
|
+
* <p>The input fails to satisfy the constraints set by
|
|
59
|
+
* the Amazon Kendra Intelligent Ranking service.
|
|
60
|
+
* Please provide the correct input and try again.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
36
63
|
*/
|
|
37
64
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, KendraRankingClientResolvedConfig> {
|
|
38
65
|
readonly input: TagResourceCommandInput;
|
|
@@ -32,6 +32,33 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
32
32
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link KendraRankingClientResolvedConfig | config} for KendraRankingClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>You don’t have sufficient access to perform this action.
|
|
37
|
+
* Please ensure you have the required permission policies
|
|
38
|
+
* and user accounts and try again.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>An issue occurred with the internal server used for
|
|
42
|
+
* your Amazon Kendra Intelligent Ranking service.
|
|
43
|
+
* Please wait a few minutes and try again, or contact
|
|
44
|
+
* <a href="http://aws.amazon.com/contact-us/">Support</a>
|
|
45
|
+
* for help.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceUnavailableException} (client fault)
|
|
48
|
+
* <p>The resource you want to use is unavailable. Please
|
|
49
|
+
* check you have provided the correct resource
|
|
50
|
+
* information and try again.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
53
|
+
* <p>The request was denied due to request throttling.
|
|
54
|
+
* Please reduce the number of requests and try again.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ValidationException} (client fault)
|
|
57
|
+
* <p>The input fails to satisfy the constraints set by
|
|
58
|
+
* the Amazon Kendra Intelligent Ranking service.
|
|
59
|
+
* Please provide the correct input and try again.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
35
62
|
*/
|
|
36
63
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, KendraRankingClientResolvedConfig> {
|
|
37
64
|
readonly input: UntagResourceCommandInput;
|
|
@@ -34,6 +34,44 @@ export interface UpdateRescoreExecutionPlanCommandOutput extends __MetadataBeare
|
|
|
34
34
|
* @see {@link UpdateRescoreExecutionPlanCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link KendraRankingClientResolvedConfig | config} for KendraRankingClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p>You don’t have sufficient access to perform this action.
|
|
39
|
+
* Please ensure you have the required permission policies
|
|
40
|
+
* and user accounts and try again.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ConflictException} (client fault)
|
|
43
|
+
* <p>A conflict occurred with the request. Please fix any
|
|
44
|
+
* inconsistencies with your resources and try again.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InternalServerException} (server fault)
|
|
47
|
+
* <p>An issue occurred with the internal server used for
|
|
48
|
+
* your Amazon Kendra Intelligent Ranking service.
|
|
49
|
+
* Please wait a few minutes and try again, or contact
|
|
50
|
+
* <a href="http://aws.amazon.com/contact-us/">Support</a>
|
|
51
|
+
* for help.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
54
|
+
* <p>The resource you want to use doesn't exist. Please
|
|
55
|
+
* check you have provided the correct resource and try
|
|
56
|
+
* again.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
59
|
+
* <p>You have exceeded the set limits for your
|
|
60
|
+
* Amazon Kendra Intelligent Ranking service. Please
|
|
61
|
+
* see <a href="https://docs.aws.amazon.com/kendra/latest/dg/quotas.html">Quotas</a>
|
|
62
|
+
* for more information, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> to inquire about
|
|
63
|
+
* an increase of limits.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
66
|
+
* <p>The request was denied due to request throttling.
|
|
67
|
+
* Please reduce the number of requests and try again.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ValidationException} (client fault)
|
|
70
|
+
* <p>The input fails to satisfy the constraints set by
|
|
71
|
+
* the Amazon Kendra Intelligent Ranking service.
|
|
72
|
+
* Please provide the correct input and try again.</p>
|
|
73
|
+
*
|
|
74
|
+
*
|
|
37
75
|
*/
|
|
38
76
|
export declare class UpdateRescoreExecutionPlanCommand extends $Command<UpdateRescoreExecutionPlanCommandInput, UpdateRescoreExecutionPlanCommandOutput, KendraRankingClientResolvedConfig> {
|
|
39
77
|
readonly input: UpdateRescoreExecutionPlanCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kendra-ranking",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kendra Ranking Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.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",
|
|
@@ -20,37 +20,37 @@
|
|
|
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-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1",
|
|
56
56
|
"uuid": "^8.3.2"
|