@aws-sdk/client-timestream-query 3.289.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/CancelQueryCommand.d.ts +18 -0
- package/dist-types/commands/CreateScheduledQueryCommand.d.ts +24 -0
- package/dist-types/commands/DeleteScheduledQueryCommand.d.ts +21 -0
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeScheduledQueryCommand.d.ts +21 -0
- package/dist-types/commands/ExecuteScheduledQueryCommand.d.ts +21 -0
- package/dist-types/commands/ListScheduledQueriesCommand.d.ts +18 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
- package/dist-types/commands/PrepareQueryCommand.d.ts +18 -0
- package/dist-types/commands/QueryCommand.d.ts +25 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +13 -0
- package/dist-types/commands/UpdateScheduledQueryCommand.d.ts +21 -0
- package/package.json +30 -30
|
@@ -34,6 +34,24 @@ export interface CancelQueryCommandOutput extends CancelQueryResponse, __Metadat
|
|
|
34
34
|
* @see {@link CancelQueryCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link TimestreamQueryClientResolvedConfig | config} for TimestreamQueryClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p> You are not authorized to perform this action. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>
|
|
42
|
+
* Timestream was unable to fully process this request because of an internal
|
|
43
|
+
* server error. </p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidEndpointException} (client fault)
|
|
46
|
+
* <p>The requested endpoint was not valid.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The request was denied due to request throttling.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p> Invalid or malformed request. </p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
37
55
|
*/
|
|
38
56
|
export declare class CancelQueryCommand extends $Command<CancelQueryCommandInput, CancelQueryCommandOutput, TimestreamQueryClientResolvedConfig> {
|
|
39
57
|
readonly input: CancelQueryCommandInput;
|
|
@@ -33,6 +33,30 @@ export interface CreateScheduledQueryCommandOutput extends CreateScheduledQueryR
|
|
|
33
33
|
* @see {@link CreateScheduledQueryCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link TimestreamQueryClientResolvedConfig | config} for TimestreamQueryClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p> You are not authorized to perform this action. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ConflictException} (client fault)
|
|
40
|
+
* <p> Unable to poll results for a cancelled query. </p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServerException} (server fault)
|
|
43
|
+
* <p>
|
|
44
|
+
* Timestream was unable to fully process this request because of an internal
|
|
45
|
+
* server error. </p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidEndpointException} (client fault)
|
|
48
|
+
* <p>The requested endpoint was not valid.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
51
|
+
* <p>You have exceeded the service quota.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
54
|
+
* <p>The request was denied due to request throttling.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ValidationException} (client fault)
|
|
57
|
+
* <p> Invalid or malformed request. </p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
36
60
|
*/
|
|
37
61
|
export declare class CreateScheduledQueryCommand extends $Command<CreateScheduledQueryCommandInput, CreateScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig> {
|
|
38
62
|
readonly input: CreateScheduledQueryCommandInput;
|
|
@@ -29,6 +29,27 @@ export interface DeleteScheduledQueryCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteScheduledQueryCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link TimestreamQueryClientResolvedConfig | config} for TimestreamQueryClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p> You are not authorized to perform this action. </p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>
|
|
37
|
+
* Timestream was unable to fully process this request because of an internal
|
|
38
|
+
* server error. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidEndpointException} (client fault)
|
|
41
|
+
* <p>The requested endpoint was not valid.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>The requested resource could not be found.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>The request was denied due to request throttling.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p> Invalid or malformed request. </p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
32
53
|
*/
|
|
33
54
|
export declare class DeleteScheduledQueryCommand extends $Command<DeleteScheduledQueryCommandInput, DeleteScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig> {
|
|
34
55
|
readonly input: DeleteScheduledQueryCommandInput;
|
|
@@ -49,6 +49,18 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons
|
|
|
49
49
|
* @see {@link DescribeEndpointsCommandOutput} for command's `response` shape.
|
|
50
50
|
* @see {@link TimestreamQueryClientResolvedConfig | config} for TimestreamQueryClient's `config` shape.
|
|
51
51
|
*
|
|
52
|
+
* @throws {@link InternalServerException} (server fault)
|
|
53
|
+
* <p>
|
|
54
|
+
* Timestream was unable to fully process this request because of an internal
|
|
55
|
+
* server error. </p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
58
|
+
* <p>The request was denied due to request throttling.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ValidationException} (client fault)
|
|
61
|
+
* <p> Invalid or malformed request. </p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
52
64
|
*/
|
|
53
65
|
export declare class DescribeEndpointsCommand extends $Command<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput, TimestreamQueryClientResolvedConfig> {
|
|
54
66
|
readonly input: DescribeEndpointsCommandInput;
|
|
@@ -29,6 +29,27 @@ export interface DescribeScheduledQueryCommandOutput extends DescribeScheduledQu
|
|
|
29
29
|
* @see {@link DescribeScheduledQueryCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link TimestreamQueryClientResolvedConfig | config} for TimestreamQueryClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p> You are not authorized to perform this action. </p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>
|
|
37
|
+
* Timestream was unable to fully process this request because of an internal
|
|
38
|
+
* server error. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidEndpointException} (client fault)
|
|
41
|
+
* <p>The requested endpoint was not valid.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>The requested resource could not be found.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>The request was denied due to request throttling.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p> Invalid or malformed request. </p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
32
53
|
*/
|
|
33
54
|
export declare class DescribeScheduledQueryCommand extends $Command<DescribeScheduledQueryCommandInput, DescribeScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig> {
|
|
34
55
|
readonly input: DescribeScheduledQueryCommandInput;
|
|
@@ -29,6 +29,27 @@ export interface ExecuteScheduledQueryCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link ExecuteScheduledQueryCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link TimestreamQueryClientResolvedConfig | config} for TimestreamQueryClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p> You are not authorized to perform this action. </p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>
|
|
37
|
+
* Timestream was unable to fully process this request because of an internal
|
|
38
|
+
* server error. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidEndpointException} (client fault)
|
|
41
|
+
* <p>The requested endpoint was not valid.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>The requested resource could not be found.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>The request was denied due to request throttling.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p> Invalid or malformed request. </p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
32
53
|
*/
|
|
33
54
|
export declare class ExecuteScheduledQueryCommand extends $Command<ExecuteScheduledQueryCommandInput, ExecuteScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig> {
|
|
34
55
|
readonly input: ExecuteScheduledQueryCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface ListScheduledQueriesCommandOutput extends ListScheduledQueriesR
|
|
|
29
29
|
* @see {@link ListScheduledQueriesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link TimestreamQueryClientResolvedConfig | config} for TimestreamQueryClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p> You are not authorized to perform this action. </p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>
|
|
37
|
+
* Timestream was unable to fully process this request because of an internal
|
|
38
|
+
* server error. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidEndpointException} (client fault)
|
|
41
|
+
* <p>The requested endpoint was not valid.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The request was denied due to request throttling.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p> Invalid or malformed request. </p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class ListScheduledQueriesCommand extends $Command<ListScheduledQueriesCommandInput, ListScheduledQueriesCommandOutput, TimestreamQueryClientResolvedConfig> {
|
|
34
52
|
readonly input: ListScheduledQueriesCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link TimestreamQueryClientResolvedConfig | config} for TimestreamQueryClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidEndpointException} (client fault)
|
|
33
|
+
* <p>The requested endpoint was not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The requested resource could not be found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The request was denied due to request throttling.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p> Invalid or malformed request. </p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TimestreamQueryClientResolvedConfig> {
|
|
34
47
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -31,6 +31,24 @@ export interface PrepareQueryCommandOutput extends PrepareQueryResponse, __Metad
|
|
|
31
31
|
* @see {@link PrepareQueryCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link TimestreamQueryClientResolvedConfig | config} for TimestreamQueryClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p> You are not authorized to perform this action. </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p>
|
|
39
|
+
* Timestream was unable to fully process this request because of an internal
|
|
40
|
+
* server error. </p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidEndpointException} (client fault)
|
|
43
|
+
* <p>The requested endpoint was not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied due to request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p> Invalid or malformed request. </p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
34
52
|
*/
|
|
35
53
|
export declare class PrepareQueryCommand extends $Command<PrepareQueryCommandInput, PrepareQueryCommandOutput, TimestreamQueryClientResolvedConfig> {
|
|
36
54
|
readonly input: PrepareQueryCommandInput;
|
|
@@ -59,6 +59,31 @@ export interface QueryCommandOutput extends QueryResponse, __MetadataBearer {
|
|
|
59
59
|
* @see {@link QueryCommandOutput} for command's `response` shape.
|
|
60
60
|
* @see {@link TimestreamQueryClientResolvedConfig | config} for TimestreamQueryClient's `config` shape.
|
|
61
61
|
*
|
|
62
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
63
|
+
* <p> You are not authorized to perform this action. </p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ConflictException} (client fault)
|
|
66
|
+
* <p> Unable to poll results for a cancelled query. </p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InternalServerException} (server fault)
|
|
69
|
+
* <p>
|
|
70
|
+
* Timestream was unable to fully process this request because of an internal
|
|
71
|
+
* server error. </p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link InvalidEndpointException} (client fault)
|
|
74
|
+
* <p>The requested endpoint was not valid.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link QueryExecutionException} (client fault)
|
|
77
|
+
* <p>
|
|
78
|
+
* Timestream was unable to run the query successfully. </p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
81
|
+
* <p>The request was denied due to request throttling.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link ValidationException} (client fault)
|
|
84
|
+
* <p> Invalid or malformed request. </p>
|
|
85
|
+
*
|
|
86
|
+
*
|
|
62
87
|
*/
|
|
63
88
|
export declare class QueryCommand extends $Command<QueryCommandInput, QueryCommandOutput, TimestreamQueryClientResolvedConfig> {
|
|
64
89
|
readonly input: QueryCommandInput;
|
|
@@ -31,6 +31,22 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
31
31
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link TimestreamQueryClientResolvedConfig | config} for TimestreamQueryClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidEndpointException} (client fault)
|
|
35
|
+
* <p>The requested endpoint was not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
38
|
+
* <p>The requested resource could not be found.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
41
|
+
* <p>You have exceeded the service quota.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The request was denied due to request throttling.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p> Invalid or malformed request. </p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
34
50
|
*/
|
|
35
51
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, TimestreamQueryClientResolvedConfig> {
|
|
36
52
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link TimestreamQueryClientResolvedConfig | config} for TimestreamQueryClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidEndpointException} (client fault)
|
|
33
|
+
* <p>The requested endpoint was not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The requested resource could not be found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The request was denied due to request throttling.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p> Invalid or malformed request. </p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, TimestreamQueryClientResolvedConfig> {
|
|
34
47
|
readonly input: UntagResourceCommandInput;
|
|
@@ -29,6 +29,27 @@ export interface UpdateScheduledQueryCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link UpdateScheduledQueryCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link TimestreamQueryClientResolvedConfig | config} for TimestreamQueryClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p> You are not authorized to perform this action. </p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>
|
|
37
|
+
* Timestream was unable to fully process this request because of an internal
|
|
38
|
+
* server error. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidEndpointException} (client fault)
|
|
41
|
+
* <p>The requested endpoint was not valid.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>The requested resource could not be found.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>The request was denied due to request throttling.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p> Invalid or malformed request. </p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
32
53
|
*/
|
|
33
54
|
export declare class UpdateScheduledQueryCommand extends $Command<UpdateScheduledQueryCommandInput, UpdateScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig> {
|
|
34
55
|
readonly input: UpdateScheduledQueryCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-timestream-query",
|
|
3
3
|
"description": "AWS SDK for JavaScript Timestream Query 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,38 +20,38 @@
|
|
|
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-endpoint-discovery": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@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-endpoint-discovery": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
44
|
+
"@aws-sdk/types": "3.290.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.208.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
56
56
|
"tslib": "^2.3.1",
|
|
57
57
|
"uuid": "^8.3.2"
|