@aws-sdk/client-athena 3.301.0 → 3.306.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-cjs/models/models_0.js +73 -86
- package/dist-es/models/models_0.js +73 -86
- package/dist-types/models/models_0.d.ts +138 -73
- package/dist-types/ts3.4/models/models_0.d.ts +93 -73
- package/package.json +34 -34
|
@@ -2,10 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SessionAlreadyExistsException = exports.ExecutorType = exports.ExecutorState = exports.WorkGroupState = exports.SessionState = exports.ColumnNullable = exports.MetadataException = exports.CalculationExecutionState = exports.NotebookType = exports.ResourceNotFoundException = exports.TooManyRequestsException = exports.ThrottleReason = exports.DataCatalogType = exports.QueryExecutionState = exports.StatementType = exports.EncryptionOption = exports.InvalidRequestException = exports.InternalServerException = exports.S3AclOption = void 0;
|
|
4
4
|
const AthenaServiceException_1 = require("./AthenaServiceException");
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
})(S3AclOption = exports.S3AclOption || (exports.S3AclOption = {}));
|
|
5
|
+
exports.S3AclOption = {
|
|
6
|
+
BUCKET_OWNER_FULL_CONTROL: "BUCKET_OWNER_FULL_CONTROL",
|
|
7
|
+
};
|
|
9
8
|
class InternalServerException extends AthenaServiceException_1.AthenaServiceException {
|
|
10
9
|
constructor(opts) {
|
|
11
10
|
super({
|
|
@@ -35,36 +34,31 @@ class InvalidRequestException extends AthenaServiceException_1.AthenaServiceExce
|
|
|
35
34
|
}
|
|
36
35
|
}
|
|
37
36
|
exports.InvalidRequestException = InvalidRequestException;
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
})(DataCatalogType = exports.DataCatalogType || (exports.DataCatalogType = {}));
|
|
64
|
-
var ThrottleReason;
|
|
65
|
-
(function (ThrottleReason) {
|
|
66
|
-
ThrottleReason["CONCURRENT_QUERY_LIMIT_EXCEEDED"] = "CONCURRENT_QUERY_LIMIT_EXCEEDED";
|
|
67
|
-
})(ThrottleReason = exports.ThrottleReason || (exports.ThrottleReason = {}));
|
|
37
|
+
exports.EncryptionOption = {
|
|
38
|
+
CSE_KMS: "CSE_KMS",
|
|
39
|
+
SSE_KMS: "SSE_KMS",
|
|
40
|
+
SSE_S3: "SSE_S3",
|
|
41
|
+
};
|
|
42
|
+
exports.StatementType = {
|
|
43
|
+
DDL: "DDL",
|
|
44
|
+
DML: "DML",
|
|
45
|
+
UTILITY: "UTILITY",
|
|
46
|
+
};
|
|
47
|
+
exports.QueryExecutionState = {
|
|
48
|
+
CANCELLED: "CANCELLED",
|
|
49
|
+
FAILED: "FAILED",
|
|
50
|
+
QUEUED: "QUEUED",
|
|
51
|
+
RUNNING: "RUNNING",
|
|
52
|
+
SUCCEEDED: "SUCCEEDED",
|
|
53
|
+
};
|
|
54
|
+
exports.DataCatalogType = {
|
|
55
|
+
GLUE: "GLUE",
|
|
56
|
+
HIVE: "HIVE",
|
|
57
|
+
LAMBDA: "LAMBDA",
|
|
58
|
+
};
|
|
59
|
+
exports.ThrottleReason = {
|
|
60
|
+
CONCURRENT_QUERY_LIMIT_EXCEEDED: "CONCURRENT_QUERY_LIMIT_EXCEEDED",
|
|
61
|
+
};
|
|
68
62
|
class TooManyRequestsException extends AthenaServiceException_1.AthenaServiceException {
|
|
69
63
|
constructor(opts) {
|
|
70
64
|
super({
|
|
@@ -95,21 +89,19 @@ class ResourceNotFoundException extends AthenaServiceException_1.AthenaServiceEx
|
|
|
95
89
|
}
|
|
96
90
|
}
|
|
97
91
|
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
CalculationExecutionState["RUNNING"] = "RUNNING";
|
|
112
|
-
})(CalculationExecutionState = exports.CalculationExecutionState || (exports.CalculationExecutionState = {}));
|
|
92
|
+
exports.NotebookType = {
|
|
93
|
+
IPYNB: "IPYNB",
|
|
94
|
+
};
|
|
95
|
+
exports.CalculationExecutionState = {
|
|
96
|
+
CANCELED: "CANCELED",
|
|
97
|
+
CANCELING: "CANCELING",
|
|
98
|
+
COMPLETED: "COMPLETED",
|
|
99
|
+
CREATED: "CREATED",
|
|
100
|
+
CREATING: "CREATING",
|
|
101
|
+
FAILED: "FAILED",
|
|
102
|
+
QUEUED: "QUEUED",
|
|
103
|
+
RUNNING: "RUNNING",
|
|
104
|
+
};
|
|
113
105
|
class MetadataException extends AthenaServiceException_1.AthenaServiceException {
|
|
114
106
|
constructor(opts) {
|
|
115
107
|
super({
|
|
@@ -124,43 +116,38 @@ class MetadataException extends AthenaServiceException_1.AthenaServiceException
|
|
|
124
116
|
}
|
|
125
117
|
}
|
|
126
118
|
exports.MetadataException = MetadataException;
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
(function (ExecutorType) {
|
|
160
|
-
ExecutorType["COORDINATOR"] = "COORDINATOR";
|
|
161
|
-
ExecutorType["GATEWAY"] = "GATEWAY";
|
|
162
|
-
ExecutorType["WORKER"] = "WORKER";
|
|
163
|
-
})(ExecutorType = exports.ExecutorType || (exports.ExecutorType = {}));
|
|
119
|
+
exports.ColumnNullable = {
|
|
120
|
+
NOT_NULL: "NOT_NULL",
|
|
121
|
+
NULLABLE: "NULLABLE",
|
|
122
|
+
UNKNOWN: "UNKNOWN",
|
|
123
|
+
};
|
|
124
|
+
exports.SessionState = {
|
|
125
|
+
BUSY: "BUSY",
|
|
126
|
+
CREATED: "CREATED",
|
|
127
|
+
CREATING: "CREATING",
|
|
128
|
+
DEGRADED: "DEGRADED",
|
|
129
|
+
FAILED: "FAILED",
|
|
130
|
+
IDLE: "IDLE",
|
|
131
|
+
TERMINATED: "TERMINATED",
|
|
132
|
+
TERMINATING: "TERMINATING",
|
|
133
|
+
};
|
|
134
|
+
exports.WorkGroupState = {
|
|
135
|
+
DISABLED: "DISABLED",
|
|
136
|
+
ENABLED: "ENABLED",
|
|
137
|
+
};
|
|
138
|
+
exports.ExecutorState = {
|
|
139
|
+
CREATED: "CREATED",
|
|
140
|
+
CREATING: "CREATING",
|
|
141
|
+
FAILED: "FAILED",
|
|
142
|
+
REGISTERED: "REGISTERED",
|
|
143
|
+
TERMINATED: "TERMINATED",
|
|
144
|
+
TERMINATING: "TERMINATING",
|
|
145
|
+
};
|
|
146
|
+
exports.ExecutorType = {
|
|
147
|
+
COORDINATOR: "COORDINATOR",
|
|
148
|
+
GATEWAY: "GATEWAY",
|
|
149
|
+
WORKER: "WORKER",
|
|
150
|
+
};
|
|
164
151
|
class SessionAlreadyExistsException extends AthenaServiceException_1.AthenaServiceException {
|
|
165
152
|
constructor(opts) {
|
|
166
153
|
super({
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { AthenaServiceException as __BaseException } from "./AthenaServiceException";
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
})(S3AclOption || (S3AclOption = {}));
|
|
2
|
+
export const S3AclOption = {
|
|
3
|
+
BUCKET_OWNER_FULL_CONTROL: "BUCKET_OWNER_FULL_CONTROL",
|
|
4
|
+
};
|
|
6
5
|
export class InternalServerException extends __BaseException {
|
|
7
6
|
constructor(opts) {
|
|
8
7
|
super({
|
|
@@ -30,36 +29,31 @@ export class InvalidRequestException extends __BaseException {
|
|
|
30
29
|
this.Message = opts.Message;
|
|
31
30
|
}
|
|
32
31
|
}
|
|
33
|
-
export
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
})(DataCatalogType || (DataCatalogType = {}));
|
|
59
|
-
export var ThrottleReason;
|
|
60
|
-
(function (ThrottleReason) {
|
|
61
|
-
ThrottleReason["CONCURRENT_QUERY_LIMIT_EXCEEDED"] = "CONCURRENT_QUERY_LIMIT_EXCEEDED";
|
|
62
|
-
})(ThrottleReason || (ThrottleReason = {}));
|
|
32
|
+
export const EncryptionOption = {
|
|
33
|
+
CSE_KMS: "CSE_KMS",
|
|
34
|
+
SSE_KMS: "SSE_KMS",
|
|
35
|
+
SSE_S3: "SSE_S3",
|
|
36
|
+
};
|
|
37
|
+
export const StatementType = {
|
|
38
|
+
DDL: "DDL",
|
|
39
|
+
DML: "DML",
|
|
40
|
+
UTILITY: "UTILITY",
|
|
41
|
+
};
|
|
42
|
+
export const QueryExecutionState = {
|
|
43
|
+
CANCELLED: "CANCELLED",
|
|
44
|
+
FAILED: "FAILED",
|
|
45
|
+
QUEUED: "QUEUED",
|
|
46
|
+
RUNNING: "RUNNING",
|
|
47
|
+
SUCCEEDED: "SUCCEEDED",
|
|
48
|
+
};
|
|
49
|
+
export const DataCatalogType = {
|
|
50
|
+
GLUE: "GLUE",
|
|
51
|
+
HIVE: "HIVE",
|
|
52
|
+
LAMBDA: "LAMBDA",
|
|
53
|
+
};
|
|
54
|
+
export const ThrottleReason = {
|
|
55
|
+
CONCURRENT_QUERY_LIMIT_EXCEEDED: "CONCURRENT_QUERY_LIMIT_EXCEEDED",
|
|
56
|
+
};
|
|
63
57
|
export class TooManyRequestsException extends __BaseException {
|
|
64
58
|
constructor(opts) {
|
|
65
59
|
super({
|
|
@@ -88,21 +82,19 @@ export class ResourceNotFoundException extends __BaseException {
|
|
|
88
82
|
this.ResourceName = opts.ResourceName;
|
|
89
83
|
}
|
|
90
84
|
}
|
|
91
|
-
export
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
CalculationExecutionState["RUNNING"] = "RUNNING";
|
|
105
|
-
})(CalculationExecutionState || (CalculationExecutionState = {}));
|
|
85
|
+
export const NotebookType = {
|
|
86
|
+
IPYNB: "IPYNB",
|
|
87
|
+
};
|
|
88
|
+
export const CalculationExecutionState = {
|
|
89
|
+
CANCELED: "CANCELED",
|
|
90
|
+
CANCELING: "CANCELING",
|
|
91
|
+
COMPLETED: "COMPLETED",
|
|
92
|
+
CREATED: "CREATED",
|
|
93
|
+
CREATING: "CREATING",
|
|
94
|
+
FAILED: "FAILED",
|
|
95
|
+
QUEUED: "QUEUED",
|
|
96
|
+
RUNNING: "RUNNING",
|
|
97
|
+
};
|
|
106
98
|
export class MetadataException extends __BaseException {
|
|
107
99
|
constructor(opts) {
|
|
108
100
|
super({
|
|
@@ -116,43 +108,38 @@ export class MetadataException extends __BaseException {
|
|
|
116
108
|
this.Message = opts.Message;
|
|
117
109
|
}
|
|
118
110
|
}
|
|
119
|
-
export
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
(function (ExecutorType) {
|
|
152
|
-
ExecutorType["COORDINATOR"] = "COORDINATOR";
|
|
153
|
-
ExecutorType["GATEWAY"] = "GATEWAY";
|
|
154
|
-
ExecutorType["WORKER"] = "WORKER";
|
|
155
|
-
})(ExecutorType || (ExecutorType = {}));
|
|
111
|
+
export const ColumnNullable = {
|
|
112
|
+
NOT_NULL: "NOT_NULL",
|
|
113
|
+
NULLABLE: "NULLABLE",
|
|
114
|
+
UNKNOWN: "UNKNOWN",
|
|
115
|
+
};
|
|
116
|
+
export const SessionState = {
|
|
117
|
+
BUSY: "BUSY",
|
|
118
|
+
CREATED: "CREATED",
|
|
119
|
+
CREATING: "CREATING",
|
|
120
|
+
DEGRADED: "DEGRADED",
|
|
121
|
+
FAILED: "FAILED",
|
|
122
|
+
IDLE: "IDLE",
|
|
123
|
+
TERMINATED: "TERMINATED",
|
|
124
|
+
TERMINATING: "TERMINATING",
|
|
125
|
+
};
|
|
126
|
+
export const WorkGroupState = {
|
|
127
|
+
DISABLED: "DISABLED",
|
|
128
|
+
ENABLED: "ENABLED",
|
|
129
|
+
};
|
|
130
|
+
export const ExecutorState = {
|
|
131
|
+
CREATED: "CREATED",
|
|
132
|
+
CREATING: "CREATING",
|
|
133
|
+
FAILED: "FAILED",
|
|
134
|
+
REGISTERED: "REGISTERED",
|
|
135
|
+
TERMINATED: "TERMINATED",
|
|
136
|
+
TERMINATING: "TERMINATING",
|
|
137
|
+
};
|
|
138
|
+
export const ExecutorType = {
|
|
139
|
+
COORDINATOR: "COORDINATOR",
|
|
140
|
+
GATEWAY: "GATEWAY",
|
|
141
|
+
WORKER: "WORKER",
|
|
142
|
+
};
|
|
156
143
|
export class SessionAlreadyExistsException extends __BaseException {
|
|
157
144
|
constructor(opts) {
|
|
158
145
|
super({
|
|
@@ -2,10 +2,15 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
|
|
|
2
2
|
import { AthenaServiceException as __BaseException } from "./AthenaServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
|
+
* @enum
|
|
5
6
|
*/
|
|
6
|
-
export declare
|
|
7
|
-
BUCKET_OWNER_FULL_CONTROL
|
|
8
|
-
}
|
|
7
|
+
export declare const S3AclOption: {
|
|
8
|
+
readonly BUCKET_OWNER_FULL_CONTROL: "BUCKET_OWNER_FULL_CONTROL";
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
export type S3AclOption = (typeof S3AclOption)[keyof typeof S3AclOption];
|
|
9
14
|
/**
|
|
10
15
|
* @public
|
|
11
16
|
* <p>Indicates that an Amazon S3 canned ACL should be set to control ownership of
|
|
@@ -269,12 +274,17 @@ export interface QueryExecutionContext {
|
|
|
269
274
|
}
|
|
270
275
|
/**
|
|
271
276
|
* @public
|
|
277
|
+
* @enum
|
|
272
278
|
*/
|
|
273
|
-
export declare
|
|
274
|
-
CSE_KMS
|
|
275
|
-
SSE_KMS
|
|
276
|
-
SSE_S3
|
|
277
|
-
}
|
|
279
|
+
export declare const EncryptionOption: {
|
|
280
|
+
readonly CSE_KMS: "CSE_KMS";
|
|
281
|
+
readonly SSE_KMS: "SSE_KMS";
|
|
282
|
+
readonly SSE_S3: "SSE_S3";
|
|
283
|
+
};
|
|
284
|
+
/**
|
|
285
|
+
* @public
|
|
286
|
+
*/
|
|
287
|
+
export type EncryptionOption = (typeof EncryptionOption)[keyof typeof EncryptionOption];
|
|
278
288
|
/**
|
|
279
289
|
* @public
|
|
280
290
|
* <p>If query and calculation results are encrypted in Amazon S3, indicates the encryption option
|
|
@@ -377,12 +387,17 @@ export interface ResultReuseConfiguration {
|
|
|
377
387
|
}
|
|
378
388
|
/**
|
|
379
389
|
* @public
|
|
390
|
+
* @enum
|
|
380
391
|
*/
|
|
381
|
-
export declare
|
|
382
|
-
DDL
|
|
383
|
-
DML
|
|
384
|
-
UTILITY
|
|
385
|
-
}
|
|
392
|
+
export declare const StatementType: {
|
|
393
|
+
readonly DDL: "DDL";
|
|
394
|
+
readonly DML: "DML";
|
|
395
|
+
readonly UTILITY: "UTILITY";
|
|
396
|
+
};
|
|
397
|
+
/**
|
|
398
|
+
* @public
|
|
399
|
+
*/
|
|
400
|
+
export type StatementType = (typeof StatementType)[keyof typeof StatementType];
|
|
386
401
|
/**
|
|
387
402
|
* @public
|
|
388
403
|
* <p>Contains information about whether the result of a previous query was reused.</p>
|
|
@@ -484,14 +499,19 @@ export interface AthenaError {
|
|
|
484
499
|
}
|
|
485
500
|
/**
|
|
486
501
|
* @public
|
|
502
|
+
* @enum
|
|
487
503
|
*/
|
|
488
|
-
export declare
|
|
489
|
-
CANCELLED
|
|
490
|
-
FAILED
|
|
491
|
-
QUEUED
|
|
492
|
-
RUNNING
|
|
493
|
-
SUCCEEDED
|
|
494
|
-
}
|
|
504
|
+
export declare const QueryExecutionState: {
|
|
505
|
+
readonly CANCELLED: "CANCELLED";
|
|
506
|
+
readonly FAILED: "FAILED";
|
|
507
|
+
readonly QUEUED: "QUEUED";
|
|
508
|
+
readonly RUNNING: "RUNNING";
|
|
509
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
510
|
+
};
|
|
511
|
+
/**
|
|
512
|
+
* @public
|
|
513
|
+
*/
|
|
514
|
+
export type QueryExecutionState = (typeof QueryExecutionState)[keyof typeof QueryExecutionState];
|
|
495
515
|
/**
|
|
496
516
|
* @public
|
|
497
517
|
* <p>The completion date, current state, submission time, and state change reason (if
|
|
@@ -657,12 +677,17 @@ export interface Tag {
|
|
|
657
677
|
}
|
|
658
678
|
/**
|
|
659
679
|
* @public
|
|
680
|
+
* @enum
|
|
660
681
|
*/
|
|
661
|
-
export declare
|
|
662
|
-
GLUE
|
|
663
|
-
HIVE
|
|
664
|
-
LAMBDA
|
|
665
|
-
}
|
|
682
|
+
export declare const DataCatalogType: {
|
|
683
|
+
readonly GLUE: "GLUE";
|
|
684
|
+
readonly HIVE: "HIVE";
|
|
685
|
+
readonly LAMBDA: "LAMBDA";
|
|
686
|
+
};
|
|
687
|
+
/**
|
|
688
|
+
* @public
|
|
689
|
+
*/
|
|
690
|
+
export type DataCatalogType = (typeof DataCatalogType)[keyof typeof DataCatalogType];
|
|
666
691
|
/**
|
|
667
692
|
* @public
|
|
668
693
|
*/
|
|
@@ -848,10 +873,15 @@ export interface CreateNotebookOutput {
|
|
|
848
873
|
}
|
|
849
874
|
/**
|
|
850
875
|
* @public
|
|
876
|
+
* @enum
|
|
851
877
|
*/
|
|
852
|
-
export declare
|
|
853
|
-
CONCURRENT_QUERY_LIMIT_EXCEEDED
|
|
854
|
-
}
|
|
878
|
+
export declare const ThrottleReason: {
|
|
879
|
+
readonly CONCURRENT_QUERY_LIMIT_EXCEEDED: "CONCURRENT_QUERY_LIMIT_EXCEEDED";
|
|
880
|
+
};
|
|
881
|
+
/**
|
|
882
|
+
* @public
|
|
883
|
+
*/
|
|
884
|
+
export type ThrottleReason = (typeof ThrottleReason)[keyof typeof ThrottleReason];
|
|
855
885
|
/**
|
|
856
886
|
* @public
|
|
857
887
|
* <p>Indicates that the request was throttled.</p>
|
|
@@ -1143,10 +1173,15 @@ export interface ExportNotebookInput {
|
|
|
1143
1173
|
}
|
|
1144
1174
|
/**
|
|
1145
1175
|
* @public
|
|
1176
|
+
* @enum
|
|
1146
1177
|
*/
|
|
1147
|
-
export declare
|
|
1148
|
-
IPYNB
|
|
1149
|
-
}
|
|
1178
|
+
export declare const NotebookType: {
|
|
1179
|
+
readonly IPYNB: "IPYNB";
|
|
1180
|
+
};
|
|
1181
|
+
/**
|
|
1182
|
+
* @public
|
|
1183
|
+
*/
|
|
1184
|
+
export type NotebookType = (typeof NotebookType)[keyof typeof NotebookType];
|
|
1150
1185
|
/**
|
|
1151
1186
|
* @public
|
|
1152
1187
|
* <p>Contains metadata for notebook, including the notebook name, ID, workgroup, and time
|
|
@@ -1240,17 +1275,22 @@ export interface CalculationStatistics {
|
|
|
1240
1275
|
}
|
|
1241
1276
|
/**
|
|
1242
1277
|
* @public
|
|
1278
|
+
* @enum
|
|
1243
1279
|
*/
|
|
1244
|
-
export declare
|
|
1245
|
-
CANCELED
|
|
1246
|
-
CANCELING
|
|
1247
|
-
COMPLETED
|
|
1248
|
-
CREATED
|
|
1249
|
-
CREATING
|
|
1250
|
-
FAILED
|
|
1251
|
-
QUEUED
|
|
1252
|
-
RUNNING
|
|
1253
|
-
}
|
|
1280
|
+
export declare const CalculationExecutionState: {
|
|
1281
|
+
readonly CANCELED: "CANCELED";
|
|
1282
|
+
readonly CANCELING: "CANCELING";
|
|
1283
|
+
readonly COMPLETED: "COMPLETED";
|
|
1284
|
+
readonly CREATED: "CREATED";
|
|
1285
|
+
readonly CREATING: "CREATING";
|
|
1286
|
+
readonly FAILED: "FAILED";
|
|
1287
|
+
readonly QUEUED: "QUEUED";
|
|
1288
|
+
readonly RUNNING: "RUNNING";
|
|
1289
|
+
};
|
|
1290
|
+
/**
|
|
1291
|
+
* @public
|
|
1292
|
+
*/
|
|
1293
|
+
export type CalculationExecutionState = (typeof CalculationExecutionState)[keyof typeof CalculationExecutionState];
|
|
1254
1294
|
/**
|
|
1255
1295
|
* @public
|
|
1256
1296
|
* <p>Contains information about the status of a notebook calculation.</p>
|
|
@@ -1633,12 +1673,17 @@ export interface GetQueryResultsInput {
|
|
|
1633
1673
|
}
|
|
1634
1674
|
/**
|
|
1635
1675
|
* @public
|
|
1676
|
+
* @enum
|
|
1636
1677
|
*/
|
|
1637
|
-
export declare
|
|
1638
|
-
NOT_NULL
|
|
1639
|
-
NULLABLE
|
|
1640
|
-
UNKNOWN
|
|
1641
|
-
}
|
|
1678
|
+
export declare const ColumnNullable: {
|
|
1679
|
+
readonly NOT_NULL: "NOT_NULL";
|
|
1680
|
+
readonly NULLABLE: "NULLABLE";
|
|
1681
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
1682
|
+
};
|
|
1683
|
+
/**
|
|
1684
|
+
* @public
|
|
1685
|
+
*/
|
|
1686
|
+
export type ColumnNullable = (typeof ColumnNullable)[keyof typeof ColumnNullable];
|
|
1642
1687
|
/**
|
|
1643
1688
|
* @public
|
|
1644
1689
|
* <p>Information about the columns in a query execution result.</p>
|
|
@@ -1894,17 +1939,22 @@ export interface SessionStatistics {
|
|
|
1894
1939
|
}
|
|
1895
1940
|
/**
|
|
1896
1941
|
* @public
|
|
1942
|
+
* @enum
|
|
1897
1943
|
*/
|
|
1898
|
-
export declare
|
|
1899
|
-
BUSY
|
|
1900
|
-
CREATED
|
|
1901
|
-
CREATING
|
|
1902
|
-
DEGRADED
|
|
1903
|
-
FAILED
|
|
1904
|
-
IDLE
|
|
1905
|
-
TERMINATED
|
|
1906
|
-
TERMINATING
|
|
1907
|
-
}
|
|
1944
|
+
export declare const SessionState: {
|
|
1945
|
+
readonly BUSY: "BUSY";
|
|
1946
|
+
readonly CREATED: "CREATED";
|
|
1947
|
+
readonly CREATING: "CREATING";
|
|
1948
|
+
readonly DEGRADED: "DEGRADED";
|
|
1949
|
+
readonly FAILED: "FAILED";
|
|
1950
|
+
readonly IDLE: "IDLE";
|
|
1951
|
+
readonly TERMINATED: "TERMINATED";
|
|
1952
|
+
readonly TERMINATING: "TERMINATING";
|
|
1953
|
+
};
|
|
1954
|
+
/**
|
|
1955
|
+
* @public
|
|
1956
|
+
*/
|
|
1957
|
+
export type SessionState = (typeof SessionState)[keyof typeof SessionState];
|
|
1908
1958
|
/**
|
|
1909
1959
|
* @public
|
|
1910
1960
|
* <p>Contains information about the status of a session.</p>
|
|
@@ -2111,11 +2161,16 @@ export interface GetWorkGroupInput {
|
|
|
2111
2161
|
}
|
|
2112
2162
|
/**
|
|
2113
2163
|
* @public
|
|
2164
|
+
* @enum
|
|
2114
2165
|
*/
|
|
2115
|
-
export declare
|
|
2116
|
-
DISABLED
|
|
2117
|
-
ENABLED
|
|
2118
|
-
}
|
|
2166
|
+
export declare const WorkGroupState: {
|
|
2167
|
+
readonly DISABLED: "DISABLED";
|
|
2168
|
+
readonly ENABLED: "ENABLED";
|
|
2169
|
+
};
|
|
2170
|
+
/**
|
|
2171
|
+
* @public
|
|
2172
|
+
*/
|
|
2173
|
+
export type WorkGroupState = (typeof WorkGroupState)[keyof typeof WorkGroupState];
|
|
2119
2174
|
/**
|
|
2120
2175
|
* @public
|
|
2121
2176
|
* <p>A workgroup, which contains a name, description, creation time, state, and other
|
|
@@ -2436,15 +2491,20 @@ export interface ListEngineVersionsOutput {
|
|
|
2436
2491
|
}
|
|
2437
2492
|
/**
|
|
2438
2493
|
* @public
|
|
2494
|
+
* @enum
|
|
2439
2495
|
*/
|
|
2440
|
-
export declare
|
|
2441
|
-
CREATED
|
|
2442
|
-
CREATING
|
|
2443
|
-
FAILED
|
|
2444
|
-
REGISTERED
|
|
2445
|
-
TERMINATED
|
|
2446
|
-
TERMINATING
|
|
2447
|
-
}
|
|
2496
|
+
export declare const ExecutorState: {
|
|
2497
|
+
readonly CREATED: "CREATED";
|
|
2498
|
+
readonly CREATING: "CREATING";
|
|
2499
|
+
readonly FAILED: "FAILED";
|
|
2500
|
+
readonly REGISTERED: "REGISTERED";
|
|
2501
|
+
readonly TERMINATED: "TERMINATED";
|
|
2502
|
+
readonly TERMINATING: "TERMINATING";
|
|
2503
|
+
};
|
|
2504
|
+
/**
|
|
2505
|
+
* @public
|
|
2506
|
+
*/
|
|
2507
|
+
export type ExecutorState = (typeof ExecutorState)[keyof typeof ExecutorState];
|
|
2448
2508
|
/**
|
|
2449
2509
|
* @public
|
|
2450
2510
|
*/
|
|
@@ -2483,12 +2543,17 @@ export interface ListExecutorsRequest {
|
|
|
2483
2543
|
}
|
|
2484
2544
|
/**
|
|
2485
2545
|
* @public
|
|
2546
|
+
* @enum
|
|
2486
2547
|
*/
|
|
2487
|
-
export declare
|
|
2488
|
-
COORDINATOR
|
|
2489
|
-
GATEWAY
|
|
2490
|
-
WORKER
|
|
2491
|
-
}
|
|
2548
|
+
export declare const ExecutorType: {
|
|
2549
|
+
readonly COORDINATOR: "COORDINATOR";
|
|
2550
|
+
readonly GATEWAY: "GATEWAY";
|
|
2551
|
+
readonly WORKER: "WORKER";
|
|
2552
|
+
};
|
|
2553
|
+
/**
|
|
2554
|
+
* @public
|
|
2555
|
+
*/
|
|
2556
|
+
export type ExecutorType = (typeof ExecutorType)[keyof typeof ExecutorType];
|
|
2492
2557
|
/**
|
|
2493
2558
|
* @public
|
|
2494
2559
|
* <p>Contains summary information about an executor.</p>
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { AthenaServiceException as __BaseException } from "./AthenaServiceException";
|
|
3
|
-
export declare
|
|
4
|
-
BUCKET_OWNER_FULL_CONTROL
|
|
5
|
-
}
|
|
3
|
+
export declare const S3AclOption: {
|
|
4
|
+
readonly BUCKET_OWNER_FULL_CONTROL: "BUCKET_OWNER_FULL_CONTROL";
|
|
5
|
+
};
|
|
6
|
+
export type S3AclOption = (typeof S3AclOption)[keyof typeof S3AclOption];
|
|
6
7
|
export interface AclConfiguration {
|
|
7
8
|
S3AclOption: S3AclOption | string | undefined;
|
|
8
9
|
}
|
|
@@ -74,11 +75,13 @@ export interface QueryExecutionContext {
|
|
|
74
75
|
Database?: string;
|
|
75
76
|
Catalog?: string;
|
|
76
77
|
}
|
|
77
|
-
export declare
|
|
78
|
-
CSE_KMS
|
|
79
|
-
SSE_KMS
|
|
80
|
-
SSE_S3
|
|
81
|
-
}
|
|
78
|
+
export declare const EncryptionOption: {
|
|
79
|
+
readonly CSE_KMS: "CSE_KMS";
|
|
80
|
+
readonly SSE_KMS: "SSE_KMS";
|
|
81
|
+
readonly SSE_S3: "SSE_S3";
|
|
82
|
+
};
|
|
83
|
+
export type EncryptionOption =
|
|
84
|
+
(typeof EncryptionOption)[keyof typeof EncryptionOption];
|
|
82
85
|
export interface EncryptionConfiguration {
|
|
83
86
|
EncryptionOption: EncryptionOption | string | undefined;
|
|
84
87
|
KmsKey?: string;
|
|
@@ -96,11 +99,12 @@ export interface ResultReuseByAgeConfiguration {
|
|
|
96
99
|
export interface ResultReuseConfiguration {
|
|
97
100
|
ResultReuseByAgeConfiguration?: ResultReuseByAgeConfiguration;
|
|
98
101
|
}
|
|
99
|
-
export declare
|
|
100
|
-
DDL
|
|
101
|
-
DML
|
|
102
|
-
UTILITY
|
|
103
|
-
}
|
|
102
|
+
export declare const StatementType: {
|
|
103
|
+
readonly DDL: "DDL";
|
|
104
|
+
readonly DML: "DML";
|
|
105
|
+
readonly UTILITY: "UTILITY";
|
|
106
|
+
};
|
|
107
|
+
export type StatementType = (typeof StatementType)[keyof typeof StatementType];
|
|
104
108
|
export interface ResultReuseInformation {
|
|
105
109
|
ReusedPreviousResult: boolean | undefined;
|
|
106
110
|
}
|
|
@@ -120,13 +124,15 @@ export interface AthenaError {
|
|
|
120
124
|
Retryable?: boolean;
|
|
121
125
|
ErrorMessage?: string;
|
|
122
126
|
}
|
|
123
|
-
export declare
|
|
124
|
-
CANCELLED
|
|
125
|
-
FAILED
|
|
126
|
-
QUEUED
|
|
127
|
-
RUNNING
|
|
128
|
-
SUCCEEDED
|
|
129
|
-
}
|
|
127
|
+
export declare const QueryExecutionState: {
|
|
128
|
+
readonly CANCELLED: "CANCELLED";
|
|
129
|
+
readonly FAILED: "FAILED";
|
|
130
|
+
readonly QUEUED: "QUEUED";
|
|
131
|
+
readonly RUNNING: "RUNNING";
|
|
132
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
133
|
+
};
|
|
134
|
+
export type QueryExecutionState =
|
|
135
|
+
(typeof QueryExecutionState)[keyof typeof QueryExecutionState];
|
|
130
136
|
export interface QueryExecutionStatus {
|
|
131
137
|
State?: QueryExecutionState | string;
|
|
132
138
|
StateChangeReason?: string;
|
|
@@ -161,11 +167,13 @@ export interface Tag {
|
|
|
161
167
|
Key?: string;
|
|
162
168
|
Value?: string;
|
|
163
169
|
}
|
|
164
|
-
export declare
|
|
165
|
-
GLUE
|
|
166
|
-
HIVE
|
|
167
|
-
LAMBDA
|
|
168
|
-
}
|
|
170
|
+
export declare const DataCatalogType: {
|
|
171
|
+
readonly GLUE: "GLUE";
|
|
172
|
+
readonly HIVE: "HIVE";
|
|
173
|
+
readonly LAMBDA: "LAMBDA";
|
|
174
|
+
};
|
|
175
|
+
export type DataCatalogType =
|
|
176
|
+
(typeof DataCatalogType)[keyof typeof DataCatalogType];
|
|
169
177
|
export interface CreateDataCatalogInput {
|
|
170
178
|
Name: string | undefined;
|
|
171
179
|
Type: DataCatalogType | string | undefined;
|
|
@@ -193,9 +201,11 @@ export interface CreateNotebookInput {
|
|
|
193
201
|
export interface CreateNotebookOutput {
|
|
194
202
|
NotebookId?: string;
|
|
195
203
|
}
|
|
196
|
-
export declare
|
|
197
|
-
CONCURRENT_QUERY_LIMIT_EXCEEDED
|
|
198
|
-
}
|
|
204
|
+
export declare const ThrottleReason: {
|
|
205
|
+
readonly CONCURRENT_QUERY_LIMIT_EXCEEDED: "CONCURRENT_QUERY_LIMIT_EXCEEDED";
|
|
206
|
+
};
|
|
207
|
+
export type ThrottleReason =
|
|
208
|
+
(typeof ThrottleReason)[keyof typeof ThrottleReason];
|
|
199
209
|
export declare class TooManyRequestsException extends __BaseException {
|
|
200
210
|
readonly name: "TooManyRequestsException";
|
|
201
211
|
readonly $fault: "client";
|
|
@@ -276,9 +286,10 @@ export interface DeleteWorkGroupOutput {}
|
|
|
276
286
|
export interface ExportNotebookInput {
|
|
277
287
|
NotebookId: string | undefined;
|
|
278
288
|
}
|
|
279
|
-
export declare
|
|
280
|
-
IPYNB
|
|
281
|
-
}
|
|
289
|
+
export declare const NotebookType: {
|
|
290
|
+
readonly IPYNB: "IPYNB";
|
|
291
|
+
};
|
|
292
|
+
export type NotebookType = (typeof NotebookType)[keyof typeof NotebookType];
|
|
282
293
|
export interface NotebookMetadata {
|
|
283
294
|
NotebookId?: string;
|
|
284
295
|
Name?: string;
|
|
@@ -304,16 +315,18 @@ export interface CalculationStatistics {
|
|
|
304
315
|
DpuExecutionInMillis?: number;
|
|
305
316
|
Progress?: string;
|
|
306
317
|
}
|
|
307
|
-
export declare
|
|
308
|
-
CANCELED
|
|
309
|
-
CANCELING
|
|
310
|
-
COMPLETED
|
|
311
|
-
CREATED
|
|
312
|
-
CREATING
|
|
313
|
-
FAILED
|
|
314
|
-
QUEUED
|
|
315
|
-
RUNNING
|
|
316
|
-
}
|
|
318
|
+
export declare const CalculationExecutionState: {
|
|
319
|
+
readonly CANCELED: "CANCELED";
|
|
320
|
+
readonly CANCELING: "CANCELING";
|
|
321
|
+
readonly COMPLETED: "COMPLETED";
|
|
322
|
+
readonly CREATED: "CREATED";
|
|
323
|
+
readonly CREATING: "CREATING";
|
|
324
|
+
readonly FAILED: "FAILED";
|
|
325
|
+
readonly QUEUED: "QUEUED";
|
|
326
|
+
readonly RUNNING: "RUNNING";
|
|
327
|
+
};
|
|
328
|
+
export type CalculationExecutionState =
|
|
329
|
+
(typeof CalculationExecutionState)[keyof typeof CalculationExecutionState];
|
|
317
330
|
export interface CalculationStatus {
|
|
318
331
|
SubmissionDateTime?: Date;
|
|
319
332
|
CompletionDateTime?: Date;
|
|
@@ -402,11 +415,13 @@ export interface GetQueryResultsInput {
|
|
|
402
415
|
NextToken?: string;
|
|
403
416
|
MaxResults?: number;
|
|
404
417
|
}
|
|
405
|
-
export declare
|
|
406
|
-
NOT_NULL
|
|
407
|
-
NULLABLE
|
|
408
|
-
UNKNOWN
|
|
409
|
-
}
|
|
418
|
+
export declare const ColumnNullable: {
|
|
419
|
+
readonly NOT_NULL: "NOT_NULL";
|
|
420
|
+
readonly NULLABLE: "NULLABLE";
|
|
421
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
422
|
+
};
|
|
423
|
+
export type ColumnNullable =
|
|
424
|
+
(typeof ColumnNullable)[keyof typeof ColumnNullable];
|
|
410
425
|
export interface ColumnInfo {
|
|
411
426
|
CatalogName?: string;
|
|
412
427
|
SchemaName?: string;
|
|
@@ -471,16 +486,17 @@ export interface SessionConfiguration {
|
|
|
471
486
|
export interface SessionStatistics {
|
|
472
487
|
DpuExecutionInMillis?: number;
|
|
473
488
|
}
|
|
474
|
-
export declare
|
|
475
|
-
BUSY
|
|
476
|
-
CREATED
|
|
477
|
-
CREATING
|
|
478
|
-
DEGRADED
|
|
479
|
-
FAILED
|
|
480
|
-
IDLE
|
|
481
|
-
TERMINATED
|
|
482
|
-
TERMINATING
|
|
483
|
-
}
|
|
489
|
+
export declare const SessionState: {
|
|
490
|
+
readonly BUSY: "BUSY";
|
|
491
|
+
readonly CREATED: "CREATED";
|
|
492
|
+
readonly CREATING: "CREATING";
|
|
493
|
+
readonly DEGRADED: "DEGRADED";
|
|
494
|
+
readonly FAILED: "FAILED";
|
|
495
|
+
readonly IDLE: "IDLE";
|
|
496
|
+
readonly TERMINATED: "TERMINATED";
|
|
497
|
+
readonly TERMINATING: "TERMINATING";
|
|
498
|
+
};
|
|
499
|
+
export type SessionState = (typeof SessionState)[keyof typeof SessionState];
|
|
484
500
|
export interface SessionStatus {
|
|
485
501
|
StartDateTime?: Date;
|
|
486
502
|
LastModifiedDateTime?: Date;
|
|
@@ -532,10 +548,12 @@ export interface GetTableMetadataOutput {
|
|
|
532
548
|
export interface GetWorkGroupInput {
|
|
533
549
|
WorkGroup: string | undefined;
|
|
534
550
|
}
|
|
535
|
-
export declare
|
|
536
|
-
DISABLED
|
|
537
|
-
ENABLED
|
|
538
|
-
}
|
|
551
|
+
export declare const WorkGroupState: {
|
|
552
|
+
readonly DISABLED: "DISABLED";
|
|
553
|
+
readonly ENABLED: "ENABLED";
|
|
554
|
+
};
|
|
555
|
+
export type WorkGroupState =
|
|
556
|
+
(typeof WorkGroupState)[keyof typeof WorkGroupState];
|
|
539
557
|
export interface WorkGroup {
|
|
540
558
|
Name: string | undefined;
|
|
541
559
|
State?: WorkGroupState | string;
|
|
@@ -612,25 +630,27 @@ export interface ListEngineVersionsOutput {
|
|
|
612
630
|
EngineVersions?: EngineVersion[];
|
|
613
631
|
NextToken?: string;
|
|
614
632
|
}
|
|
615
|
-
export declare
|
|
616
|
-
CREATED
|
|
617
|
-
CREATING
|
|
618
|
-
FAILED
|
|
619
|
-
REGISTERED
|
|
620
|
-
TERMINATED
|
|
621
|
-
TERMINATING
|
|
622
|
-
}
|
|
633
|
+
export declare const ExecutorState: {
|
|
634
|
+
readonly CREATED: "CREATED";
|
|
635
|
+
readonly CREATING: "CREATING";
|
|
636
|
+
readonly FAILED: "FAILED";
|
|
637
|
+
readonly REGISTERED: "REGISTERED";
|
|
638
|
+
readonly TERMINATED: "TERMINATED";
|
|
639
|
+
readonly TERMINATING: "TERMINATING";
|
|
640
|
+
};
|
|
641
|
+
export type ExecutorState = (typeof ExecutorState)[keyof typeof ExecutorState];
|
|
623
642
|
export interface ListExecutorsRequest {
|
|
624
643
|
SessionId: string | undefined;
|
|
625
644
|
ExecutorStateFilter?: ExecutorState | string;
|
|
626
645
|
MaxResults?: number;
|
|
627
646
|
NextToken?: string;
|
|
628
647
|
}
|
|
629
|
-
export declare
|
|
630
|
-
COORDINATOR
|
|
631
|
-
GATEWAY
|
|
632
|
-
WORKER
|
|
633
|
-
}
|
|
648
|
+
export declare const ExecutorType: {
|
|
649
|
+
readonly COORDINATOR: "COORDINATOR";
|
|
650
|
+
readonly GATEWAY: "GATEWAY";
|
|
651
|
+
readonly WORKER: "WORKER";
|
|
652
|
+
};
|
|
653
|
+
export type ExecutorType = (typeof ExecutorType)[keyof typeof ExecutorType];
|
|
634
654
|
export interface ExecutorsSummary {
|
|
635
655
|
ExecutorId: string | undefined;
|
|
636
656
|
ExecutorType?: ExecutorType | string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-athena",
|
|
3
3
|
"description": "AWS SDK for JavaScript Athena Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.306.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",
|
|
@@ -21,43 +21,43 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "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.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
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.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.306.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.306.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.306.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.306.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.306.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.306.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.306.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.306.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.306.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.306.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.306.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.306.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.306.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.306.0",
|
|
44
|
+
"@aws-sdk/types": "3.306.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.306.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.303.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.306.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.306.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.306.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.306.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.306.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0",
|
|
57
57
|
"uuid": "^8.3.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
60
|
+
"@aws-sdk/service-client-documentation-generator": "3.303.0",
|
|
61
61
|
"@tsconfig/node14": "1.0.3",
|
|
62
62
|
"@types/node": "^14.14.31",
|
|
63
63
|
"@types/uuid": "^8.3.0",
|