@aws-sdk/client-athena 3.1087.0 → 3.1088.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/index.js +1 -1
- package/dist-types/ts3.4/Athena.d.ts +228 -249
- package/dist-types/ts3.4/AthenaClient.d.ts +18 -37
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePresignedNotebookUrlCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteCapacityReservationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ExportNotebookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetCalculationExecutionCodeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCalculationExecutionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCalculationExecutionStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCapacityAssignmentConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCapacityReservationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetNotebookMetadataCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetResourceDashboardCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSessionStatusCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ImportNotebookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListApplicationDPUSizesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCalculationExecutionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCapacityReservationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListExecutorsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListNotebookMetadataCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListNotebookSessionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/PutCapacityAssignmentConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartCalculationExecutionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopCalculationExecutionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateCapacityReservationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateNotebookMetadataCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +10 -20
- package/dist-types/ts3.4/models/errors.d.ts +5 -15
- package/dist-types/ts3.4/models/models_0.d.ts +11 -33
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeletePreparedStatementInput,
|
|
4
|
-
DeletePreparedStatementOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeletePreparedStatementInput, DeletePreparedStatementOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeletePreparedStatementCommandInput
|
|
8
|
-
extends DeletePreparedStatementInput {}
|
|
4
|
+
export interface DeletePreparedStatementCommandInput extends DeletePreparedStatementInput {}
|
|
9
5
|
export interface DeletePreparedStatementCommandOutput
|
|
10
|
-
extends DeletePreparedStatementOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeletePreparedStatementOutput, __MetadataBearer {}
|
|
12
7
|
declare const DeletePreparedStatementCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeletePreparedStatementCommandInput
|
|
9
|
+
input: DeletePreparedStatementCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeletePreparedStatementCommandInput,
|
|
17
12
|
DeletePreparedStatementCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeletePreparedStatementCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeletePreparedStatementCommandInput
|
|
18
|
+
input: DeletePreparedStatementCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeletePreparedStatementCommandInput,
|
|
26
21
|
DeletePreparedStatementCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteWorkGroupInput,
|
|
4
|
-
DeleteWorkGroupOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteWorkGroupInput, DeleteWorkGroupOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteWorkGroupCommandInput extends DeleteWorkGroupInput {}
|
|
8
|
-
export interface DeleteWorkGroupCommandOutput
|
|
9
|
-
extends DeleteWorkGroupOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteWorkGroupCommandOutput extends DeleteWorkGroupOutput, __MetadataBearer {}
|
|
11
6
|
declare const DeleteWorkGroupCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteWorkGroupCommandInput
|
|
8
|
+
input: DeleteWorkGroupCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteWorkGroupCommandInput,
|
|
16
11
|
DeleteWorkGroupCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteWorkGroupCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteWorkGroupCommandInput
|
|
17
|
+
input: DeleteWorkGroupCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteWorkGroupCommandInput,
|
|
25
20
|
DeleteWorkGroupCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ExportNotebookInput, ExportNotebookOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ExportNotebookCommandInput extends ExportNotebookInput {}
|
|
5
|
-
export interface ExportNotebookCommandOutput
|
|
6
|
-
extends ExportNotebookOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ExportNotebookCommandOutput extends ExportNotebookOutput, __MetadataBearer {}
|
|
8
6
|
declare const ExportNotebookCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ExportNotebookCommandInput
|
|
8
|
+
input: ExportNotebookCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ExportNotebookCommandInput,
|
|
13
11
|
ExportNotebookCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ExportNotebookCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ExportNotebookCommandInput
|
|
17
|
+
input: ExportNotebookCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ExportNotebookCommandInput,
|
|
22
20
|
ExportNotebookCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetCalculationExecutionCodeResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetCalculationExecutionCodeCommandInput
|
|
8
|
-
extends GetCalculationExecutionCodeRequest {}
|
|
7
|
+
export interface GetCalculationExecutionCodeCommandInput extends GetCalculationExecutionCodeRequest {}
|
|
9
8
|
export interface GetCalculationExecutionCodeCommandOutput
|
|
10
|
-
extends GetCalculationExecutionCodeResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetCalculationExecutionCodeResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetCalculationExecutionCodeCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetCalculationExecutionCodeCommandInput
|
|
12
|
+
input: GetCalculationExecutionCodeCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetCalculationExecutionCodeCommandInput,
|
|
17
15
|
GetCalculationExecutionCodeCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetCalculationExecutionCodeCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetCalculationExecutionCodeCommandInput
|
|
21
|
+
input: GetCalculationExecutionCodeCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetCalculationExecutionCodeCommandInput,
|
|
26
24
|
GetCalculationExecutionCodeCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetCalculationExecutionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetCalculationExecutionCommandInput
|
|
8
|
-
extends GetCalculationExecutionRequest {}
|
|
7
|
+
export interface GetCalculationExecutionCommandInput extends GetCalculationExecutionRequest {}
|
|
9
8
|
export interface GetCalculationExecutionCommandOutput
|
|
10
|
-
extends GetCalculationExecutionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetCalculationExecutionResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetCalculationExecutionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetCalculationExecutionCommandInput
|
|
12
|
+
input: GetCalculationExecutionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetCalculationExecutionCommandInput,
|
|
17
15
|
GetCalculationExecutionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetCalculationExecutionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetCalculationExecutionCommandInput
|
|
21
|
+
input: GetCalculationExecutionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetCalculationExecutionCommandInput,
|
|
26
24
|
GetCalculationExecutionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetCalculationExecutionStatusResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetCalculationExecutionStatusCommandInput
|
|
8
|
-
extends GetCalculationExecutionStatusRequest {}
|
|
7
|
+
export interface GetCalculationExecutionStatusCommandInput extends GetCalculationExecutionStatusRequest {}
|
|
9
8
|
export interface GetCalculationExecutionStatusCommandOutput
|
|
10
|
-
extends GetCalculationExecutionStatusResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetCalculationExecutionStatusResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetCalculationExecutionStatusCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetCalculationExecutionStatusCommandInput
|
|
12
|
+
input: GetCalculationExecutionStatusCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetCalculationExecutionStatusCommandInput,
|
|
17
15
|
GetCalculationExecutionStatusCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetCalculationExecutionStatusCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetCalculationExecutionStatusCommandInput
|
|
21
|
+
input: GetCalculationExecutionStatusCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetCalculationExecutionStatusCommandInput,
|
|
26
24
|
GetCalculationExecutionStatusCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetCapacityAssignmentConfigurationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetCapacityAssignmentConfigurationCommandInput
|
|
8
|
-
extends GetCapacityAssignmentConfigurationInput {}
|
|
7
|
+
export interface GetCapacityAssignmentConfigurationCommandInput extends GetCapacityAssignmentConfigurationInput {}
|
|
9
8
|
export interface GetCapacityAssignmentConfigurationCommandOutput
|
|
10
|
-
extends GetCapacityAssignmentConfigurationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetCapacityAssignmentConfigurationOutput, __MetadataBearer {}
|
|
12
10
|
declare const GetCapacityAssignmentConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetCapacityAssignmentConfigurationCommandInput
|
|
12
|
+
input: GetCapacityAssignmentConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetCapacityAssignmentConfigurationCommandInput,
|
|
17
15
|
GetCapacityAssignmentConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetCapacityAssignmentConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetCapacityAssignmentConfigurationCommandInput
|
|
21
|
+
input: GetCapacityAssignmentConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetCapacityAssignmentConfigurationCommandInput,
|
|
26
24
|
GetCapacityAssignmentConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetCapacityReservationInput,
|
|
4
|
-
GetCapacityReservationOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetCapacityReservationInput, GetCapacityReservationOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetCapacityReservationCommandInput
|
|
8
|
-
extends GetCapacityReservationInput {}
|
|
4
|
+
export interface GetCapacityReservationCommandInput extends GetCapacityReservationInput {}
|
|
9
5
|
export interface GetCapacityReservationCommandOutput
|
|
10
|
-
extends GetCapacityReservationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetCapacityReservationOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetCapacityReservationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetCapacityReservationCommandInput
|
|
9
|
+
input: GetCapacityReservationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetCapacityReservationCommandInput,
|
|
17
12
|
GetCapacityReservationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetCapacityReservationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetCapacityReservationCommandInput
|
|
18
|
+
input: GetCapacityReservationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetCapacityReservationCommandInput,
|
|
26
21
|
GetCapacityReservationCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetDataCatalogInput, GetDataCatalogOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetDataCatalogCommandInput extends GetDataCatalogInput {}
|
|
5
|
-
export interface GetDataCatalogCommandOutput
|
|
6
|
-
extends GetDataCatalogOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetDataCatalogCommandOutput extends GetDataCatalogOutput, __MetadataBearer {}
|
|
8
6
|
declare const GetDataCatalogCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetDataCatalogCommandInput
|
|
8
|
+
input: GetDataCatalogCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetDataCatalogCommandInput,
|
|
13
11
|
GetDataCatalogCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetDataCatalogCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetDataCatalogCommandInput
|
|
17
|
+
input: GetDataCatalogCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetDataCatalogCommandInput,
|
|
22
20
|
GetDataCatalogCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetDatabaseInput, GetDatabaseOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetDatabaseCommandInput extends GetDatabaseInput {}
|
|
5
|
-
export interface GetDatabaseCommandOutput
|
|
6
|
-
extends GetDatabaseOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetDatabaseCommandOutput extends GetDatabaseOutput, __MetadataBearer {}
|
|
8
6
|
declare const GetDatabaseCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetDatabaseCommandInput
|
|
8
|
+
input: GetDatabaseCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetDatabaseCommandInput,
|
|
13
11
|
GetDatabaseCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetDatabaseCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetDatabaseCommandInput
|
|
17
|
+
input: GetDatabaseCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetDatabaseCommandInput,
|
|
22
20
|
GetDatabaseCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetNamedQueryInput, GetNamedQueryOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetNamedQueryCommandInput extends GetNamedQueryInput {}
|
|
5
|
-
export interface GetNamedQueryCommandOutput
|
|
6
|
-
extends GetNamedQueryOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetNamedQueryCommandOutput extends GetNamedQueryOutput, __MetadataBearer {}
|
|
8
6
|
declare const GetNamedQueryCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetNamedQueryCommandInput
|
|
8
|
+
input: GetNamedQueryCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetNamedQueryCommandInput,
|
|
13
11
|
GetNamedQueryCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetNamedQueryCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetNamedQueryCommandInput
|
|
17
|
+
input: GetNamedQueryCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetNamedQueryCommandInput,
|
|
22
20
|
GetNamedQueryCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetNotebookMetadataInput,
|
|
4
|
-
GetNotebookMetadataOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetNotebookMetadataInput, GetNotebookMetadataOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetNotebookMetadataCommandInput
|
|
8
|
-
extends GetNotebookMetadataInput {}
|
|
4
|
+
export interface GetNotebookMetadataCommandInput extends GetNotebookMetadataInput {}
|
|
9
5
|
export interface GetNotebookMetadataCommandOutput
|
|
10
|
-
extends GetNotebookMetadataOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetNotebookMetadataOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetNotebookMetadataCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetNotebookMetadataCommandInput
|
|
9
|
+
input: GetNotebookMetadataCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetNotebookMetadataCommandInput,
|
|
17
12
|
GetNotebookMetadataCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetNotebookMetadataCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetNotebookMetadataCommandInput
|
|
18
|
+
input: GetNotebookMetadataCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetNotebookMetadataCommandInput,
|
|
26
21
|
GetNotebookMetadataCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetPreparedStatementInput,
|
|
4
|
-
GetPreparedStatementOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetPreparedStatementInput, GetPreparedStatementOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetPreparedStatementCommandInput
|
|
8
|
-
extends GetPreparedStatementInput {}
|
|
4
|
+
export interface GetPreparedStatementCommandInput extends GetPreparedStatementInput {}
|
|
9
5
|
export interface GetPreparedStatementCommandOutput
|
|
10
|
-
extends GetPreparedStatementOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetPreparedStatementOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetPreparedStatementCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetPreparedStatementCommandInput
|
|
9
|
+
input: GetPreparedStatementCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetPreparedStatementCommandInput,
|
|
17
12
|
GetPreparedStatementCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetPreparedStatementCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetPreparedStatementCommandInput
|
|
18
|
+
input: GetPreparedStatementCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetPreparedStatementCommandInput,
|
|
26
21
|
GetPreparedStatementCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetQueryExecutionInput,
|
|
4
|
-
GetQueryExecutionOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetQueryExecutionInput, GetQueryExecutionOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetQueryExecutionCommandInput extends GetQueryExecutionInput {}
|
|
8
|
-
export interface GetQueryExecutionCommandOutput
|
|
9
|
-
extends GetQueryExecutionOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetQueryExecutionCommandOutput extends GetQueryExecutionOutput, __MetadataBearer {}
|
|
11
6
|
declare const GetQueryExecutionCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetQueryExecutionCommandInput
|
|
8
|
+
input: GetQueryExecutionCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetQueryExecutionCommandInput,
|
|
16
11
|
GetQueryExecutionCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetQueryExecutionCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetQueryExecutionCommandInput
|
|
17
|
+
input: GetQueryExecutionCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetQueryExecutionCommandInput,
|
|
25
20
|
GetQueryExecutionCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetQueryResultsInput,
|
|
4
|
-
GetQueryResultsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetQueryResultsInput, GetQueryResultsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetQueryResultsCommandInput extends GetQueryResultsInput {}
|
|
8
|
-
export interface GetQueryResultsCommandOutput
|
|
9
|
-
extends GetQueryResultsOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetQueryResultsCommandOutput extends GetQueryResultsOutput, __MetadataBearer {}
|
|
11
6
|
declare const GetQueryResultsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetQueryResultsCommandInput
|
|
8
|
+
input: GetQueryResultsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetQueryResultsCommandInput,
|
|
16
11
|
GetQueryResultsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetQueryResultsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetQueryResultsCommandInput
|
|
17
|
+
input: GetQueryResultsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetQueryResultsCommandInput,
|
|
25
20
|
GetQueryResultsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetQueryRuntimeStatisticsOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetQueryRuntimeStatisticsCommandInput
|
|
8
|
-
extends GetQueryRuntimeStatisticsInput {}
|
|
7
|
+
export interface GetQueryRuntimeStatisticsCommandInput extends GetQueryRuntimeStatisticsInput {}
|
|
9
8
|
export interface GetQueryRuntimeStatisticsCommandOutput
|
|
10
|
-
extends GetQueryRuntimeStatisticsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetQueryRuntimeStatisticsOutput, __MetadataBearer {}
|
|
12
10
|
declare const GetQueryRuntimeStatisticsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetQueryRuntimeStatisticsCommandInput
|
|
12
|
+
input: GetQueryRuntimeStatisticsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetQueryRuntimeStatisticsCommandInput,
|
|
17
15
|
GetQueryRuntimeStatisticsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetQueryRuntimeStatisticsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetQueryRuntimeStatisticsCommandInput
|
|
21
|
+
input: GetQueryRuntimeStatisticsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetQueryRuntimeStatisticsCommandInput,
|
|
26
24
|
GetQueryRuntimeStatisticsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetResourceDashboardRequest,
|
|
4
|
-
GetResourceDashboardResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetResourceDashboardRequest, GetResourceDashboardResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetResourceDashboardCommandInput
|
|
8
|
-
extends GetResourceDashboardRequest {}
|
|
4
|
+
export interface GetResourceDashboardCommandInput extends GetResourceDashboardRequest {}
|
|
9
5
|
export interface GetResourceDashboardCommandOutput
|
|
10
|
-
extends GetResourceDashboardResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetResourceDashboardResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetResourceDashboardCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetResourceDashboardCommandInput
|
|
9
|
+
input: GetResourceDashboardCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetResourceDashboardCommandInput,
|
|
17
12
|
GetResourceDashboardCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetResourceDashboardCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetResourceDashboardCommandInput
|
|
18
|
+
input: GetResourceDashboardCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetResourceDashboardCommandInput,
|
|
26
21
|
GetResourceDashboardCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetSessionRequest, GetSessionResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetSessionCommandInput extends GetSessionRequest {}
|
|
5
|
-
export interface GetSessionCommandOutput
|
|
6
|
-
extends GetSessionResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetSessionCommandOutput extends GetSessionResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetSessionCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetSessionCommandInput
|
|
8
|
+
input: GetSessionCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetSessionCommandInput,
|
|
13
11
|
GetSessionCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetSessionCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetSessionCommandInput
|
|
17
|
+
input: GetSessionCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetSessionCommandInput,
|
|
22
20
|
GetSessionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetSessionEndpointRequest,
|
|
4
|
-
GetSessionEndpointResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetSessionEndpointRequest, GetSessionEndpointResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetSessionEndpointCommandInput
|
|
8
|
-
extends GetSessionEndpointRequest {}
|
|
4
|
+
export interface GetSessionEndpointCommandInput extends GetSessionEndpointRequest {}
|
|
9
5
|
export interface GetSessionEndpointCommandOutput
|
|
10
|
-
extends GetSessionEndpointResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetSessionEndpointResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetSessionEndpointCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetSessionEndpointCommandInput
|
|
9
|
+
input: GetSessionEndpointCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetSessionEndpointCommandInput,
|
|
17
12
|
GetSessionEndpointCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetSessionEndpointCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetSessionEndpointCommandInput
|
|
18
|
+
input: GetSessionEndpointCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetSessionEndpointCommandInput,
|
|
26
21
|
GetSessionEndpointCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetSessionStatusRequest,
|
|
4
|
-
GetSessionStatusResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetSessionStatusRequest, GetSessionStatusResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetSessionStatusCommandInput extends GetSessionStatusRequest {}
|
|
8
|
-
export interface GetSessionStatusCommandOutput
|
|
9
|
-
extends GetSessionStatusResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetSessionStatusCommandOutput extends GetSessionStatusResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetSessionStatusCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetSessionStatusCommandInput
|
|
8
|
+
input: GetSessionStatusCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetSessionStatusCommandInput,
|
|
16
11
|
GetSessionStatusCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetSessionStatusCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetSessionStatusCommandInput
|
|
17
|
+
input: GetSessionStatusCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetSessionStatusCommandInput,
|
|
25
20
|
GetSessionStatusCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetTableMetadataInput,
|
|
4
|
-
GetTableMetadataOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetTableMetadataInput, GetTableMetadataOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetTableMetadataCommandInput extends GetTableMetadataInput {}
|
|
8
|
-
export interface GetTableMetadataCommandOutput
|
|
9
|
-
extends GetTableMetadataOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetTableMetadataCommandOutput extends GetTableMetadataOutput, __MetadataBearer {}
|
|
11
6
|
declare const GetTableMetadataCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetTableMetadataCommandInput
|
|
8
|
+
input: GetTableMetadataCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetTableMetadataCommandInput,
|
|
16
11
|
GetTableMetadataCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetTableMetadataCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetTableMetadataCommandInput
|
|
17
|
+
input: GetTableMetadataCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetTableMetadataCommandInput,
|
|
25
20
|
GetTableMetadataCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetWorkGroupInput, GetWorkGroupOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetWorkGroupCommandInput extends GetWorkGroupInput {}
|
|
5
|
-
export interface GetWorkGroupCommandOutput
|
|
6
|
-
extends GetWorkGroupOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetWorkGroupCommandOutput extends GetWorkGroupOutput, __MetadataBearer {}
|
|
8
6
|
declare const GetWorkGroupCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetWorkGroupCommandInput
|
|
8
|
+
input: GetWorkGroupCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetWorkGroupCommandInput,
|
|
13
11
|
GetWorkGroupCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetWorkGroupCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetWorkGroupCommandInput
|
|
17
|
+
input: GetWorkGroupCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetWorkGroupCommandInput,
|
|
22
20
|
GetWorkGroupCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ImportNotebookInput, ImportNotebookOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ImportNotebookCommandInput extends ImportNotebookInput {}
|
|
5
|
-
export interface ImportNotebookCommandOutput
|
|
6
|
-
extends ImportNotebookOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ImportNotebookCommandOutput extends ImportNotebookOutput, __MetadataBearer {}
|
|
8
6
|
declare const ImportNotebookCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ImportNotebookCommandInput
|
|
8
|
+
input: ImportNotebookCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ImportNotebookCommandInput,
|
|
13
11
|
ImportNotebookCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ImportNotebookCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ImportNotebookCommandInput
|
|
17
|
+
input: ImportNotebookCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ImportNotebookCommandInput,
|
|
22
20
|
ImportNotebookCommandOutput,
|