@aws-sdk/client-athena 3.489.0 → 3.495.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/Athena.js +1 -147
- package/dist-cjs/AthenaClient.js +1 -43
- package/dist-cjs/commands/BatchGetNamedQueryCommand.js +1 -28
- package/dist-cjs/commands/BatchGetPreparedStatementCommand.js +1 -28
- package/dist-cjs/commands/BatchGetQueryExecutionCommand.js +1 -28
- package/dist-cjs/commands/CancelCapacityReservationCommand.js +1 -28
- package/dist-cjs/commands/CreateCapacityReservationCommand.js +1 -28
- package/dist-cjs/commands/CreateDataCatalogCommand.js +1 -28
- package/dist-cjs/commands/CreateNamedQueryCommand.js +1 -28
- package/dist-cjs/commands/CreateNotebookCommand.js +1 -28
- package/dist-cjs/commands/CreatePreparedStatementCommand.js +1 -28
- package/dist-cjs/commands/CreatePresignedNotebookUrlCommand.js +1 -28
- package/dist-cjs/commands/CreateWorkGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteCapacityReservationCommand.js +1 -28
- package/dist-cjs/commands/DeleteDataCatalogCommand.js +1 -28
- package/dist-cjs/commands/DeleteNamedQueryCommand.js +1 -28
- package/dist-cjs/commands/DeleteNotebookCommand.js +1 -28
- package/dist-cjs/commands/DeletePreparedStatementCommand.js +1 -28
- package/dist-cjs/commands/DeleteWorkGroupCommand.js +1 -28
- package/dist-cjs/commands/ExportNotebookCommand.js +1 -28
- package/dist-cjs/commands/GetCalculationExecutionCodeCommand.js +1 -28
- package/dist-cjs/commands/GetCalculationExecutionCommand.js +1 -28
- package/dist-cjs/commands/GetCalculationExecutionStatusCommand.js +1 -28
- package/dist-cjs/commands/GetCapacityAssignmentConfigurationCommand.js +1 -28
- package/dist-cjs/commands/GetCapacityReservationCommand.js +1 -28
- package/dist-cjs/commands/GetDataCatalogCommand.js +1 -28
- package/dist-cjs/commands/GetDatabaseCommand.js +1 -28
- package/dist-cjs/commands/GetNamedQueryCommand.js +1 -28
- package/dist-cjs/commands/GetNotebookMetadataCommand.js +1 -28
- package/dist-cjs/commands/GetPreparedStatementCommand.js +1 -28
- package/dist-cjs/commands/GetQueryExecutionCommand.js +1 -28
- package/dist-cjs/commands/GetQueryResultsCommand.js +1 -28
- package/dist-cjs/commands/GetQueryRuntimeStatisticsCommand.js +1 -28
- package/dist-cjs/commands/GetSessionCommand.js +1 -28
- package/dist-cjs/commands/GetSessionStatusCommand.js +1 -28
- package/dist-cjs/commands/GetTableMetadataCommand.js +1 -28
- package/dist-cjs/commands/GetWorkGroupCommand.js +1 -28
- package/dist-cjs/commands/ImportNotebookCommand.js +1 -28
- package/dist-cjs/commands/ListApplicationDPUSizesCommand.js +1 -28
- package/dist-cjs/commands/ListCalculationExecutionsCommand.js +1 -28
- package/dist-cjs/commands/ListCapacityReservationsCommand.js +1 -28
- package/dist-cjs/commands/ListDataCatalogsCommand.js +1 -28
- package/dist-cjs/commands/ListDatabasesCommand.js +1 -28
- package/dist-cjs/commands/ListEngineVersionsCommand.js +1 -28
- package/dist-cjs/commands/ListExecutorsCommand.js +1 -28
- package/dist-cjs/commands/ListNamedQueriesCommand.js +1 -28
- package/dist-cjs/commands/ListNotebookMetadataCommand.js +1 -28
- package/dist-cjs/commands/ListNotebookSessionsCommand.js +1 -28
- package/dist-cjs/commands/ListPreparedStatementsCommand.js +1 -28
- package/dist-cjs/commands/ListQueryExecutionsCommand.js +1 -28
- package/dist-cjs/commands/ListSessionsCommand.js +1 -28
- package/dist-cjs/commands/ListTableMetadataCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListWorkGroupsCommand.js +1 -28
- package/dist-cjs/commands/PutCapacityAssignmentConfigurationCommand.js +1 -28
- package/dist-cjs/commands/StartCalculationExecutionCommand.js +1 -28
- package/dist-cjs/commands/StartQueryExecutionCommand.js +1 -28
- package/dist-cjs/commands/StartSessionCommand.js +1 -28
- package/dist-cjs/commands/StopCalculationExecutionCommand.js +1 -28
- package/dist-cjs/commands/StopQueryExecutionCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/TerminateSessionCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateCapacityReservationCommand.js +1 -28
- package/dist-cjs/commands/UpdateDataCatalogCommand.js +1 -28
- package/dist-cjs/commands/UpdateNamedQueryCommand.js +1 -28
- package/dist-cjs/commands/UpdateNotebookCommand.js +1 -28
- package/dist-cjs/commands/UpdateNotebookMetadataCommand.js +1 -28
- package/dist-cjs/commands/UpdatePreparedStatementCommand.js +1 -28
- package/dist-cjs/commands/UpdateWorkGroupCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -71
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +5289 -11
- package/dist-cjs/models/AthenaServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -180
- package/dist-cjs/pagination/GetQueryResultsPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListApplicationDPUSizesPaginator.js +1 -7
- package/dist-cjs/pagination/ListCalculationExecutionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListCapacityReservationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDataCatalogsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDatabasesPaginator.js +1 -7
- package/dist-cjs/pagination/ListEngineVersionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListExecutorsPaginator.js +1 -7
- package/dist-cjs/pagination/ListNamedQueriesPaginator.js +1 -7
- package/dist-cjs/pagination/ListPreparedStatementsPaginator.js +1 -7
- package/dist-cjs/pagination/ListQueryExecutionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListSessionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTableMetadataPaginator.js +1 -7
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
- package/dist-cjs/pagination/ListWorkGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -19
- package/dist-cjs/protocols/Aws_json1_1.js +1 -3604
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StopCalculationExecutionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class StopCalculationExecutionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "StopCalculationExecution", {})
|
|
22
|
-
.n("AthenaClient", "StopCalculationExecutionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_StopCalculationExecutionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_StopCalculationExecutionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StopCalculationExecutionCommand = StopCalculationExecutionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StopQueryExecutionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class StopQueryExecutionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "StopQueryExecution", {})
|
|
22
|
-
.n("AthenaClient", "StopQueryExecutionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_StopQueryExecutionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_StopQueryExecutionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StopQueryExecutionCommand = StopQueryExecutionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class TagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "TagResource", {})
|
|
22
|
-
.n("AthenaClient", "TagResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_TagResourceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_TagResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.TagResourceCommand = TagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TerminateSessionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class TerminateSessionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "TerminateSession", {})
|
|
22
|
-
.n("AthenaClient", "TerminateSessionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_TerminateSessionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_TerminateSessionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.TerminateSessionCommand = TerminateSessionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "UntagResource", {})
|
|
22
|
-
.n("AthenaClient", "UntagResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UntagResourceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UntagResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateCapacityReservationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateCapacityReservationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "UpdateCapacityReservation", {})
|
|
22
|
-
.n("AthenaClient", "UpdateCapacityReservationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateCapacityReservationCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateCapacityReservationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateCapacityReservationCommand = UpdateCapacityReservationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateDataCatalogCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateDataCatalogCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "UpdateDataCatalog", {})
|
|
22
|
-
.n("AthenaClient", "UpdateDataCatalogCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateDataCatalogCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateDataCatalogCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateDataCatalogCommand = UpdateDataCatalogCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateNamedQueryCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateNamedQueryCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "UpdateNamedQuery", {})
|
|
22
|
-
.n("AthenaClient", "UpdateNamedQueryCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateNamedQueryCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateNamedQueryCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateNamedQueryCommand = UpdateNamedQueryCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateNotebookCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateNotebookCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "UpdateNotebook", {})
|
|
22
|
-
.n("AthenaClient", "UpdateNotebookCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateNotebookCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateNotebookCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateNotebookCommand = UpdateNotebookCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateNotebookMetadataCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateNotebookMetadataCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "UpdateNotebookMetadata", {})
|
|
22
|
-
.n("AthenaClient", "UpdateNotebookMetadataCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateNotebookMetadataCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateNotebookMetadataCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateNotebookMetadataCommand = UpdateNotebookMetadataCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdatePreparedStatementCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdatePreparedStatementCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "UpdatePreparedStatement", {})
|
|
22
|
-
.n("AthenaClient", "UpdatePreparedStatementCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdatePreparedStatementCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdatePreparedStatementCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdatePreparedStatementCommand = UpdatePreparedStatementCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateWorkGroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateWorkGroupCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "UpdateWorkGroup", {})
|
|
22
|
-
.n("AthenaClient", "UpdateWorkGroupCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateWorkGroupCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateWorkGroupCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateWorkGroupCommand = UpdateWorkGroupCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,71 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./BatchGetNamedQueryCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./BatchGetPreparedStatementCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./BatchGetQueryExecutionCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CancelCapacityReservationCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateCapacityReservationCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateDataCatalogCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateNamedQueryCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./CreateNotebookCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./CreatePreparedStatementCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./CreatePresignedNotebookUrlCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./CreateWorkGroupCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DeleteCapacityReservationCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DeleteDataCatalogCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DeleteNamedQueryCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DeleteNotebookCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DeletePreparedStatementCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DeleteWorkGroupCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./ExportNotebookCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./GetCalculationExecutionCodeCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./GetCalculationExecutionCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./GetCalculationExecutionStatusCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./GetCapacityAssignmentConfigurationCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./GetCapacityReservationCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./GetDataCatalogCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./GetDatabaseCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./GetNamedQueryCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./GetNotebookMetadataCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./GetPreparedStatementCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./GetQueryExecutionCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./GetQueryResultsCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./GetQueryRuntimeStatisticsCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./GetSessionCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./GetSessionStatusCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./GetTableMetadataCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./GetWorkGroupCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./ImportNotebookCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./ListApplicationDPUSizesCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./ListCalculationExecutionsCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./ListCapacityReservationsCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./ListDataCatalogsCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./ListDatabasesCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./ListEngineVersionsCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./ListExecutorsCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./ListNamedQueriesCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./ListNotebookMetadataCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./ListNotebookSessionsCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./ListPreparedStatementsCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./ListQueryExecutionsCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./ListSessionsCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./ListTableMetadataCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./ListWorkGroupsCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./PutCapacityAssignmentConfigurationCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./StartCalculationExecutionCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./StartQueryExecutionCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./StartSessionCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./StopCalculationExecutionCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./StopQueryExecutionCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./TerminateSessionCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./UpdateCapacityReservationCommand"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./UpdateDataCatalogCommand"), exports);
|
|
67
|
-
tslib_1.__exportStar(require("./UpdateNamedQueryCommand"), exports);
|
|
68
|
-
tslib_1.__exportStar(require("./UpdateNotebookCommand"), exports);
|
|
69
|
-
tslib_1.__exportStar(require("./UpdateNotebookMetadataCommand"), exports);
|
|
70
|
-
tslib_1.__exportStar(require("./UpdatePreparedStatementCommand"), exports);
|
|
71
|
-
tslib_1.__exportStar(require("./UpdateWorkGroupCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "athena",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|