@aws-sdk/client-athena 3.300.0 → 3.303.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/commands/BatchGetNamedQueryCommand.d.ts +2 -2
- package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +2 -2
- package/dist-types/commands/BatchGetQueryExecutionCommand.d.ts +2 -2
- package/dist-types/commands/CreateDataCatalogCommand.d.ts +4 -4
- package/dist-types/commands/CreateNamedQueryCommand.d.ts +1 -1
- package/dist-types/commands/CreateNotebookCommand.d.ts +1 -1
- package/dist-types/commands/CreatePreparedStatementCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreateWorkGroupCommand.d.ts +9 -9
- package/dist-types/commands/DeleteDataCatalogCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNamedQueryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNotebookCommand.d.ts +1 -1
- package/dist-types/commands/DeletePreparedStatementCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkGroupCommand.d.ts +1 -1
- package/dist-types/commands/ExportNotebookCommand.d.ts +1 -1
- package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +1 -1
- package/dist-types/commands/GetCalculationExecutionCommand.d.ts +1 -1
- package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetDataCatalogCommand.d.ts +1 -1
- package/dist-types/commands/GetDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/GetNamedQueryCommand.d.ts +1 -1
- package/dist-types/commands/GetNotebookMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetPreparedStatementCommand.d.ts +1 -1
- package/dist-types/commands/GetQueryExecutionCommand.d.ts +1 -1
- package/dist-types/commands/GetQueryResultsCommand.d.ts +1 -1
- package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetSessionCommand.d.ts +1 -1
- package/dist-types/commands/GetSessionStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetTableMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetWorkGroupCommand.d.ts +1 -1
- package/dist-types/commands/ImportNotebookCommand.d.ts +1 -1
- package/dist-types/commands/ListApplicationDPUSizesCommand.d.ts +1 -1
- package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataCatalogsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatabasesCommand.d.ts +1 -1
- package/dist-types/commands/ListEngineVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListExecutorsCommand.d.ts +1 -1
- package/dist-types/commands/ListNamedQueriesCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookMetadataCommand.d.ts +2 -2
- package/dist-types/commands/ListNotebookSessionsCommand.d.ts +1 -1
- package/dist-types/commands/ListPreparedStatementsCommand.d.ts +1 -1
- package/dist-types/commands/ListQueryExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTableMetadataCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkGroupsCommand.d.ts +1 -1
- package/dist-types/commands/StartCalculationExecutionCommand.d.ts +2 -2
- package/dist-types/commands/StartQueryExecutionCommand.d.ts +8 -8
- package/dist-types/commands/StartSessionCommand.d.ts +3 -3
- package/dist-types/commands/StopCalculationExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StopQueryExecutionCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/TerminateSessionCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDataCatalogCommand.d.ts +2 -2
- package/dist-types/commands/UpdateNamedQueryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotebookCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePreparedStatementCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkGroupCommand.d.ts +7 -7
- 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({
|
|
@@ -34,8 +34,8 @@ export interface BatchGetNamedQueryCommandOutput extends BatchGetNamedQueryOutpu
|
|
|
34
34
|
* import { AthenaClient, BatchGetNamedQueryCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, BatchGetNamedQueryCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
36
|
* const client = new AthenaClient(config);
|
|
37
|
-
* const input = {
|
|
38
|
-
* NamedQueryIds: [ // required
|
|
37
|
+
* const input = { // BatchGetNamedQueryInput
|
|
38
|
+
* NamedQueryIds: [ // NamedQueryIdList // required
|
|
39
39
|
* "STRING_VALUE",
|
|
40
40
|
* ],
|
|
41
41
|
* };
|
|
@@ -30,8 +30,8 @@ export interface BatchGetPreparedStatementCommandOutput extends BatchGetPrepared
|
|
|
30
30
|
* import { AthenaClient, BatchGetPreparedStatementCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
31
31
|
* // const { AthenaClient, BatchGetPreparedStatementCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
32
32
|
* const client = new AthenaClient(config);
|
|
33
|
-
* const input = {
|
|
34
|
-
* PreparedStatementNames: [ // required
|
|
33
|
+
* const input = { // BatchGetPreparedStatementInput
|
|
34
|
+
* PreparedStatementNames: [ // PreparedStatementNameList // required
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* WorkGroup: "STRING_VALUE", // required
|
|
@@ -31,8 +31,8 @@ export interface BatchGetQueryExecutionCommandOutput extends BatchGetQueryExecut
|
|
|
31
31
|
* import { AthenaClient, BatchGetQueryExecutionCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
32
32
|
* // const { AthenaClient, BatchGetQueryExecutionCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
33
33
|
* const client = new AthenaClient(config);
|
|
34
|
-
* const input = {
|
|
35
|
-
* QueryExecutionIds: [ // required
|
|
34
|
+
* const input = { // BatchGetQueryExecutionInput
|
|
35
|
+
* QueryExecutionIds: [ // QueryExecutionIdList // required
|
|
36
36
|
* "STRING_VALUE",
|
|
37
37
|
* ],
|
|
38
38
|
* };
|
|
@@ -27,15 +27,15 @@ export interface CreateDataCatalogCommandOutput extends CreateDataCatalogOutput,
|
|
|
27
27
|
* import { AthenaClient, CreateDataCatalogCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
28
28
|
* // const { AthenaClient, CreateDataCatalogCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
29
29
|
* const client = new AthenaClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateDataCatalogInput
|
|
31
31
|
* Name: "STRING_VALUE", // required
|
|
32
32
|
* Type: "LAMBDA" || "GLUE" || "HIVE", // required
|
|
33
33
|
* Description: "STRING_VALUE",
|
|
34
|
-
* Parameters: {
|
|
34
|
+
* Parameters: { // ParametersMap
|
|
35
35
|
* "<keys>": "STRING_VALUE",
|
|
36
36
|
* },
|
|
37
|
-
* Tags: [
|
|
38
|
-
* {
|
|
37
|
+
* Tags: [ // TagList
|
|
38
|
+
* { // Tag
|
|
39
39
|
* Key: "STRING_VALUE",
|
|
40
40
|
* Value: "STRING_VALUE",
|
|
41
41
|
* },
|
|
@@ -30,7 +30,7 @@ export interface CreateNamedQueryCommandOutput extends CreateNamedQueryOutput, _
|
|
|
30
30
|
* import { AthenaClient, CreateNamedQueryCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
31
31
|
* // const { AthenaClient, CreateNamedQueryCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
32
32
|
* const client = new AthenaClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // CreateNamedQueryInput
|
|
34
34
|
* Name: "STRING_VALUE", // required
|
|
35
35
|
* Description: "STRING_VALUE",
|
|
36
36
|
* Database: "STRING_VALUE", // required
|
|
@@ -28,7 +28,7 @@ export interface CreateNotebookCommandOutput extends CreateNotebookOutput, __Met
|
|
|
28
28
|
* import { AthenaClient, CreateNotebookCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
29
29
|
* // const { AthenaClient, CreateNotebookCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
30
30
|
* const client = new AthenaClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // CreateNotebookInput
|
|
32
32
|
* WorkGroup: "STRING_VALUE", // required
|
|
33
33
|
* Name: "STRING_VALUE", // required
|
|
34
34
|
* ClientRequestToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface CreatePreparedStatementCommandOutput extends CreatePreparedStat
|
|
|
26
26
|
* import { AthenaClient, CreatePreparedStatementCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
27
27
|
* // const { AthenaClient, CreatePreparedStatementCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
28
28
|
* const client = new AthenaClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreatePreparedStatementInput
|
|
30
30
|
* StatementName: "STRING_VALUE", // required
|
|
31
31
|
* WorkGroup: "STRING_VALUE", // required
|
|
32
32
|
* QueryStatement: "STRING_VALUE", // required
|
|
@@ -30,7 +30,7 @@ export interface CreatePresignedNotebookUrlCommandOutput extends CreatePresigned
|
|
|
30
30
|
* import { AthenaClient, CreatePresignedNotebookUrlCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
31
31
|
* // const { AthenaClient, CreatePresignedNotebookUrlCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
32
32
|
* const client = new AthenaClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // CreatePresignedNotebookUrlRequest
|
|
34
34
|
* SessionId: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
36
36
|
* const command = new CreatePresignedNotebookUrlCommand(input);
|
|
@@ -27,17 +27,17 @@ export interface CreateWorkGroupCommandOutput extends CreateWorkGroupOutput, __M
|
|
|
27
27
|
* import { AthenaClient, CreateWorkGroupCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
28
28
|
* // const { AthenaClient, CreateWorkGroupCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
29
29
|
* const client = new AthenaClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateWorkGroupInput
|
|
31
31
|
* Name: "STRING_VALUE", // required
|
|
32
|
-
* Configuration: {
|
|
33
|
-
* ResultConfiguration: {
|
|
32
|
+
* Configuration: { // WorkGroupConfiguration
|
|
33
|
+
* ResultConfiguration: { // ResultConfiguration
|
|
34
34
|
* OutputLocation: "STRING_VALUE",
|
|
35
|
-
* EncryptionConfiguration: {
|
|
35
|
+
* EncryptionConfiguration: { // EncryptionConfiguration
|
|
36
36
|
* EncryptionOption: "SSE_S3" || "SSE_KMS" || "CSE_KMS", // required
|
|
37
37
|
* KmsKey: "STRING_VALUE",
|
|
38
38
|
* },
|
|
39
39
|
* ExpectedBucketOwner: "STRING_VALUE",
|
|
40
|
-
* AclConfiguration: {
|
|
40
|
+
* AclConfiguration: { // AclConfiguration
|
|
41
41
|
* S3AclOption: "BUCKET_OWNER_FULL_CONTROL", // required
|
|
42
42
|
* },
|
|
43
43
|
* },
|
|
@@ -45,20 +45,20 @@ export interface CreateWorkGroupCommandOutput extends CreateWorkGroupOutput, __M
|
|
|
45
45
|
* PublishCloudWatchMetricsEnabled: true || false,
|
|
46
46
|
* BytesScannedCutoffPerQuery: Number("long"),
|
|
47
47
|
* RequesterPaysEnabled: true || false,
|
|
48
|
-
* EngineVersion: {
|
|
48
|
+
* EngineVersion: { // EngineVersion
|
|
49
49
|
* SelectedEngineVersion: "STRING_VALUE",
|
|
50
50
|
* EffectiveEngineVersion: "STRING_VALUE",
|
|
51
51
|
* },
|
|
52
52
|
* AdditionalConfiguration: "STRING_VALUE",
|
|
53
53
|
* ExecutionRole: "STRING_VALUE",
|
|
54
|
-
* CustomerContentEncryptionConfiguration: {
|
|
54
|
+
* CustomerContentEncryptionConfiguration: { // CustomerContentEncryptionConfiguration
|
|
55
55
|
* KmsKey: "STRING_VALUE", // required
|
|
56
56
|
* },
|
|
57
57
|
* EnableMinimumEncryptionConfiguration: true || false,
|
|
58
58
|
* },
|
|
59
59
|
* Description: "STRING_VALUE",
|
|
60
|
-
* Tags: [
|
|
61
|
-
* {
|
|
60
|
+
* Tags: [ // TagList
|
|
61
|
+
* { // Tag
|
|
62
62
|
* Key: "STRING_VALUE",
|
|
63
63
|
* Value: "STRING_VALUE",
|
|
64
64
|
* },
|
|
@@ -26,7 +26,7 @@ export interface DeleteDataCatalogCommandOutput extends DeleteDataCatalogOutput,
|
|
|
26
26
|
* import { AthenaClient, DeleteDataCatalogCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
27
27
|
* // const { AthenaClient, DeleteDataCatalogCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
28
28
|
* const client = new AthenaClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteDataCatalogInput
|
|
30
30
|
* Name: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteDataCatalogCommand(input);
|
|
@@ -30,7 +30,7 @@ export interface DeleteNamedQueryCommandOutput extends DeleteNamedQueryOutput, _
|
|
|
30
30
|
* import { AthenaClient, DeleteNamedQueryCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
31
31
|
* // const { AthenaClient, DeleteNamedQueryCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
32
32
|
* const client = new AthenaClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // DeleteNamedQueryInput
|
|
34
34
|
* NamedQueryId: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteNamedQueryCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteNotebookCommandOutput extends DeleteNotebookOutput, __Met
|
|
|
26
26
|
* import { AthenaClient, DeleteNotebookCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
27
27
|
* // const { AthenaClient, DeleteNotebookCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
28
28
|
* const client = new AthenaClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteNotebookInput
|
|
30
30
|
* NotebookId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteNotebookCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DeletePreparedStatementCommandOutput extends DeletePreparedStat
|
|
|
27
27
|
* import { AthenaClient, DeletePreparedStatementCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
28
28
|
* // const { AthenaClient, DeletePreparedStatementCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
29
29
|
* const client = new AthenaClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeletePreparedStatementInput
|
|
31
31
|
* StatementName: "STRING_VALUE", // required
|
|
32
32
|
* WorkGroup: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -27,7 +27,7 @@ export interface DeleteWorkGroupCommandOutput extends DeleteWorkGroupOutput, __M
|
|
|
27
27
|
* import { AthenaClient, DeleteWorkGroupCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
28
28
|
* // const { AthenaClient, DeleteWorkGroupCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
29
29
|
* const client = new AthenaClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteWorkGroupInput
|
|
31
31
|
* WorkGroup: "STRING_VALUE", // required
|
|
32
32
|
* RecursiveDeleteOption: true || false,
|
|
33
33
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ExportNotebookCommandOutput extends ExportNotebookOutput, __Met
|
|
|
26
26
|
* import { AthenaClient, ExportNotebookCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
27
27
|
* // const { AthenaClient, ExportNotebookCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
28
28
|
* const client = new AthenaClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ExportNotebookInput
|
|
30
30
|
* NotebookId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ExportNotebookCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetCalculationExecutionCodeCommandOutput extends GetCalculation
|
|
|
26
26
|
* import { AthenaClient, GetCalculationExecutionCodeCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
27
27
|
* // const { AthenaClient, GetCalculationExecutionCodeCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
28
28
|
* const client = new AthenaClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetCalculationExecutionCodeRequest
|
|
30
30
|
* CalculationExecutionId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetCalculationExecutionCodeCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetCalculationExecutionCommandOutput extends GetCalculationExec
|
|
|
26
26
|
* import { AthenaClient, GetCalculationExecutionCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
27
27
|
* // const { AthenaClient, GetCalculationExecutionCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
28
28
|
* const client = new AthenaClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetCalculationExecutionRequest
|
|
30
30
|
* CalculationExecutionId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetCalculationExecutionCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetCalculationExecutionStatusCommandOutput extends GetCalculati
|
|
|
26
26
|
* import { AthenaClient, GetCalculationExecutionStatusCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
27
27
|
* // const { AthenaClient, GetCalculationExecutionStatusCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
28
28
|
* const client = new AthenaClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetCalculationExecutionStatusRequest
|
|
30
30
|
* CalculationExecutionId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetCalculationExecutionStatusCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetDataCatalogCommandOutput extends GetDataCatalogOutput, __Met
|
|
|
26
26
|
* import { AthenaClient, GetDataCatalogCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
27
27
|
* // const { AthenaClient, GetDataCatalogCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
28
28
|
* const client = new AthenaClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetDataCatalogInput
|
|
30
30
|
* Name: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetDataCatalogCommand(input);
|