@aws-sdk/client-athena 3.1086.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 +39 -39
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListApplicationDPUSizesInput,
|
|
4
|
-
ListApplicationDPUSizesOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListApplicationDPUSizesInput, ListApplicationDPUSizesOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListApplicationDPUSizesCommandInput
|
|
8
|
-
extends ListApplicationDPUSizesInput {}
|
|
4
|
+
export interface ListApplicationDPUSizesCommandInput extends ListApplicationDPUSizesInput {}
|
|
9
5
|
export interface ListApplicationDPUSizesCommandOutput
|
|
10
|
-
extends ListApplicationDPUSizesOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListApplicationDPUSizesOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListApplicationDPUSizesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListApplicationDPUSizesCommandInput
|
|
9
|
+
input: ListApplicationDPUSizesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListApplicationDPUSizesCommandInput,
|
|
17
12
|
ListApplicationDPUSizesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListCalculationExecutionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListCalculationExecutionsCommandInput
|
|
8
|
-
extends ListCalculationExecutionsRequest {}
|
|
7
|
+
export interface ListCalculationExecutionsCommandInput extends ListCalculationExecutionsRequest {}
|
|
9
8
|
export interface ListCalculationExecutionsCommandOutput
|
|
10
|
-
extends ListCalculationExecutionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListCalculationExecutionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListCalculationExecutionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListCalculationExecutionsCommandInput
|
|
12
|
+
input: ListCalculationExecutionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListCalculationExecutionsCommandInput,
|
|
17
15
|
ListCalculationExecutionsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListCalculationExecutionsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListCalculationExecutionsCommandInput
|
|
21
|
+
input: ListCalculationExecutionsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListCalculationExecutionsCommandInput,
|
|
26
24
|
ListCalculationExecutionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListCapacityReservationsInput,
|
|
4
|
-
ListCapacityReservationsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListCapacityReservationsInput, ListCapacityReservationsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListCapacityReservationsCommandInput
|
|
8
|
-
extends ListCapacityReservationsInput {}
|
|
4
|
+
export interface ListCapacityReservationsCommandInput extends ListCapacityReservationsInput {}
|
|
9
5
|
export interface ListCapacityReservationsCommandOutput
|
|
10
|
-
extends ListCapacityReservationsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListCapacityReservationsOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListCapacityReservationsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListCapacityReservationsCommandInput
|
|
9
|
+
input: ListCapacityReservationsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListCapacityReservationsCommandInput,
|
|
17
12
|
ListCapacityReservationsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDataCatalogsInput,
|
|
4
|
-
ListDataCatalogsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDataCatalogsInput, ListDataCatalogsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListDataCatalogsCommandInput extends ListDataCatalogsInput {}
|
|
8
|
-
export interface ListDataCatalogsCommandOutput
|
|
9
|
-
extends ListDataCatalogsOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListDataCatalogsCommandOutput extends ListDataCatalogsOutput, __MetadataBearer {}
|
|
11
6
|
declare const ListDataCatalogsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListDataCatalogsCommandInput
|
|
8
|
+
input: ListDataCatalogsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListDataCatalogsCommandInput,
|
|
16
11
|
ListDataCatalogsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListDatabasesInput, ListDatabasesOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListDatabasesCommandInput extends ListDatabasesInput {}
|
|
5
|
-
export interface ListDatabasesCommandOutput
|
|
6
|
-
extends ListDatabasesOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListDatabasesCommandOutput extends ListDatabasesOutput, __MetadataBearer {}
|
|
8
6
|
declare const ListDatabasesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListDatabasesCommandInput
|
|
8
|
+
input: ListDatabasesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListDatabasesCommandInput,
|
|
13
11
|
ListDatabasesCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListDatabasesCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListDatabasesCommandInput
|
|
17
|
+
input: ListDatabasesCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListDatabasesCommandInput,
|
|
22
20
|
ListDatabasesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListEngineVersionsInput,
|
|
4
|
-
ListEngineVersionsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListEngineVersionsInput, ListEngineVersionsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListEngineVersionsCommandInput
|
|
8
|
-
extends ListEngineVersionsInput {}
|
|
4
|
+
export interface ListEngineVersionsCommandInput extends ListEngineVersionsInput {}
|
|
9
5
|
export interface ListEngineVersionsCommandOutput
|
|
10
|
-
extends ListEngineVersionsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListEngineVersionsOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListEngineVersionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListEngineVersionsCommandInput
|
|
9
|
+
input: ListEngineVersionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListEngineVersionsCommandInput,
|
|
17
12
|
ListEngineVersionsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListExecutorsRequest,
|
|
4
|
-
ListExecutorsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListExecutorsRequest, ListExecutorsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListExecutorsCommandInput extends ListExecutorsRequest {}
|
|
8
|
-
export interface ListExecutorsCommandOutput
|
|
9
|
-
extends ListExecutorsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListExecutorsCommandOutput extends ListExecutorsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListExecutorsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListExecutorsCommandInput
|
|
8
|
+
input: ListExecutorsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListExecutorsCommandInput,
|
|
16
11
|
ListExecutorsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListExecutorsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListExecutorsCommandInput
|
|
17
|
+
input: ListExecutorsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListExecutorsCommandInput,
|
|
25
20
|
ListExecutorsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListNamedQueriesInput,
|
|
4
|
-
ListNamedQueriesOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListNamedQueriesInput, ListNamedQueriesOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListNamedQueriesCommandInput extends ListNamedQueriesInput {}
|
|
8
|
-
export interface ListNamedQueriesCommandOutput
|
|
9
|
-
extends ListNamedQueriesOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListNamedQueriesCommandOutput extends ListNamedQueriesOutput, __MetadataBearer {}
|
|
11
6
|
declare const ListNamedQueriesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListNamedQueriesCommandInput
|
|
8
|
+
input: ListNamedQueriesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListNamedQueriesCommandInput,
|
|
16
11
|
ListNamedQueriesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListNotebookMetadataInput,
|
|
4
|
-
ListNotebookMetadataOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListNotebookMetadataInput, ListNotebookMetadataOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListNotebookMetadataCommandInput
|
|
8
|
-
extends ListNotebookMetadataInput {}
|
|
4
|
+
export interface ListNotebookMetadataCommandInput extends ListNotebookMetadataInput {}
|
|
9
5
|
export interface ListNotebookMetadataCommandOutput
|
|
10
|
-
extends ListNotebookMetadataOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListNotebookMetadataOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListNotebookMetadataCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListNotebookMetadataCommandInput
|
|
9
|
+
input: ListNotebookMetadataCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListNotebookMetadataCommandInput,
|
|
17
12
|
ListNotebookMetadataCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListNotebookMetadataCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListNotebookMetadataCommandInput
|
|
18
|
+
input: ListNotebookMetadataCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListNotebookMetadataCommandInput,
|
|
26
21
|
ListNotebookMetadataCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListNotebookSessionsRequest,
|
|
4
|
-
ListNotebookSessionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListNotebookSessionsRequest, ListNotebookSessionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListNotebookSessionsCommandInput
|
|
8
|
-
extends ListNotebookSessionsRequest {}
|
|
4
|
+
export interface ListNotebookSessionsCommandInput extends ListNotebookSessionsRequest {}
|
|
9
5
|
export interface ListNotebookSessionsCommandOutput
|
|
10
|
-
extends ListNotebookSessionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListNotebookSessionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListNotebookSessionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListNotebookSessionsCommandInput
|
|
9
|
+
input: ListNotebookSessionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListNotebookSessionsCommandInput,
|
|
17
12
|
ListNotebookSessionsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListNotebookSessionsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListNotebookSessionsCommandInput
|
|
18
|
+
input: ListNotebookSessionsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListNotebookSessionsCommandInput,
|
|
26
21
|
ListNotebookSessionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListPreparedStatementsInput,
|
|
4
|
-
ListPreparedStatementsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListPreparedStatementsInput, ListPreparedStatementsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListPreparedStatementsCommandInput
|
|
8
|
-
extends ListPreparedStatementsInput {}
|
|
4
|
+
export interface ListPreparedStatementsCommandInput extends ListPreparedStatementsInput {}
|
|
9
5
|
export interface ListPreparedStatementsCommandOutput
|
|
10
|
-
extends ListPreparedStatementsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListPreparedStatementsOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListPreparedStatementsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListPreparedStatementsCommandInput
|
|
9
|
+
input: ListPreparedStatementsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListPreparedStatementsCommandInput,
|
|
17
12
|
ListPreparedStatementsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListPreparedStatementsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListPreparedStatementsCommandInput
|
|
18
|
+
input: ListPreparedStatementsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListPreparedStatementsCommandInput,
|
|
26
21
|
ListPreparedStatementsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListQueryExecutionsInput,
|
|
4
|
-
ListQueryExecutionsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListQueryExecutionsInput, ListQueryExecutionsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListQueryExecutionsCommandInput
|
|
8
|
-
extends ListQueryExecutionsInput {}
|
|
4
|
+
export interface ListQueryExecutionsCommandInput extends ListQueryExecutionsInput {}
|
|
9
5
|
export interface ListQueryExecutionsCommandOutput
|
|
10
|
-
extends ListQueryExecutionsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListQueryExecutionsOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListQueryExecutionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListQueryExecutionsCommandInput
|
|
9
|
+
input: ListQueryExecutionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListQueryExecutionsCommandInput,
|
|
17
12
|
ListQueryExecutionsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListSessionsRequest, ListSessionsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListSessionsCommandInput extends ListSessionsRequest {}
|
|
5
|
-
export interface ListSessionsCommandOutput
|
|
6
|
-
extends ListSessionsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListSessionsCommandOutput extends ListSessionsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListSessionsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListSessionsCommandInput
|
|
8
|
+
input: ListSessionsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListSessionsCommandInput,
|
|
13
11
|
ListSessionsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListSessionsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListSessionsCommandInput
|
|
17
|
+
input: ListSessionsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListSessionsCommandInput,
|
|
22
20
|
ListSessionsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTableMetadataInput,
|
|
4
|
-
ListTableMetadataOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTableMetadataInput, ListTableMetadataOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListTableMetadataCommandInput extends ListTableMetadataInput {}
|
|
8
|
-
export interface ListTableMetadataCommandOutput
|
|
9
|
-
extends ListTableMetadataOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListTableMetadataCommandOutput extends ListTableMetadataOutput, __MetadataBearer {}
|
|
11
6
|
declare const ListTableMetadataCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListTableMetadataCommandInput
|
|
8
|
+
input: ListTableMetadataCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListTableMetadataCommandInput,
|
|
16
11
|
ListTableMetadataCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListTableMetadataCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListTableMetadataCommandInput
|
|
17
|
+
input: ListTableMetadataCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListTableMetadataCommandInput,
|
|
25
20
|
ListTableMetadataCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceInput,
|
|
4
|
-
ListTagsForResourceOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceInput {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListWorkGroupsInput, ListWorkGroupsOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListWorkGroupsCommandInput extends ListWorkGroupsInput {}
|
|
5
|
-
export interface ListWorkGroupsCommandOutput
|
|
6
|
-
extends ListWorkGroupsOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListWorkGroupsCommandOutput extends ListWorkGroupsOutput, __MetadataBearer {}
|
|
8
6
|
declare const ListWorkGroupsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListWorkGroupsCommandInput
|
|
8
|
+
input: ListWorkGroupsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListWorkGroupsCommandInput,
|
|
13
11
|
ListWorkGroupsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutCapacityAssignmentConfigurationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutCapacityAssignmentConfigurationCommandInput
|
|
8
|
-
extends PutCapacityAssignmentConfigurationInput {}
|
|
7
|
+
export interface PutCapacityAssignmentConfigurationCommandInput extends PutCapacityAssignmentConfigurationInput {}
|
|
9
8
|
export interface PutCapacityAssignmentConfigurationCommandOutput
|
|
10
|
-
extends PutCapacityAssignmentConfigurationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PutCapacityAssignmentConfigurationOutput, __MetadataBearer {}
|
|
12
10
|
declare const PutCapacityAssignmentConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutCapacityAssignmentConfigurationCommandInput
|
|
12
|
+
input: PutCapacityAssignmentConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutCapacityAssignmentConfigurationCommandInput,
|
|
17
15
|
PutCapacityAssignmentConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PutCapacityAssignmentConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PutCapacityAssignmentConfigurationCommandInput
|
|
21
|
+
input: PutCapacityAssignmentConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PutCapacityAssignmentConfigurationCommandInput,
|
|
26
24
|
PutCapacityAssignmentConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
StartCalculationExecutionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartCalculationExecutionCommandInput
|
|
8
|
-
extends StartCalculationExecutionRequest {}
|
|
7
|
+
export interface StartCalculationExecutionCommandInput extends StartCalculationExecutionRequest {}
|
|
9
8
|
export interface StartCalculationExecutionCommandOutput
|
|
10
|
-
extends StartCalculationExecutionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends StartCalculationExecutionResponse, __MetadataBearer {}
|
|
12
10
|
declare const StartCalculationExecutionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: StartCalculationExecutionCommandInput
|
|
12
|
+
input: StartCalculationExecutionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
StartCalculationExecutionCommandInput,
|
|
17
15
|
StartCalculationExecutionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const StartCalculationExecutionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: StartCalculationExecutionCommandInput
|
|
21
|
+
input: StartCalculationExecutionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
StartCalculationExecutionCommandInput,
|
|
26
24
|
StartCalculationExecutionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartQueryExecutionInput,
|
|
4
|
-
StartQueryExecutionOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartQueryExecutionInput, StartQueryExecutionOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartQueryExecutionCommandInput
|
|
8
|
-
extends StartQueryExecutionInput {}
|
|
4
|
+
export interface StartQueryExecutionCommandInput extends StartQueryExecutionInput {}
|
|
9
5
|
export interface StartQueryExecutionCommandOutput
|
|
10
|
-
extends StartQueryExecutionOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends StartQueryExecutionOutput, __MetadataBearer {}
|
|
12
7
|
declare const StartQueryExecutionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: StartQueryExecutionCommandInput
|
|
9
|
+
input: StartQueryExecutionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
StartQueryExecutionCommandInput,
|
|
17
12
|
StartQueryExecutionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const StartQueryExecutionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: StartQueryExecutionCommandInput
|
|
18
|
+
input: StartQueryExecutionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
StartQueryExecutionCommandInput,
|
|
26
21
|
StartQueryExecutionCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { StartSessionRequest, StartSessionResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface StartSessionCommandInput extends StartSessionRequest {}
|
|
5
|
-
export interface StartSessionCommandOutput
|
|
6
|
-
extends StartSessionResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StartSessionCommandOutput extends StartSessionResponse, __MetadataBearer {}
|
|
8
6
|
declare const StartSessionCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: StartSessionCommandInput
|
|
8
|
+
input: StartSessionCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
StartSessionCommandInput,
|
|
13
11
|
StartSessionCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const StartSessionCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: StartSessionCommandInput
|
|
17
|
+
input: StartSessionCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
StartSessionCommandInput,
|
|
22
20
|
StartSessionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
StopCalculationExecutionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface StopCalculationExecutionCommandInput
|
|
8
|
-
extends StopCalculationExecutionRequest {}
|
|
7
|
+
export interface StopCalculationExecutionCommandInput extends StopCalculationExecutionRequest {}
|
|
9
8
|
export interface StopCalculationExecutionCommandOutput
|
|
10
|
-
extends StopCalculationExecutionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends StopCalculationExecutionResponse, __MetadataBearer {}
|
|
12
10
|
declare const StopCalculationExecutionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: StopCalculationExecutionCommandInput
|
|
12
|
+
input: StopCalculationExecutionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
StopCalculationExecutionCommandInput,
|
|
17
15
|
StopCalculationExecutionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const StopCalculationExecutionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: StopCalculationExecutionCommandInput
|
|
21
|
+
input: StopCalculationExecutionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
StopCalculationExecutionCommandInput,
|
|
26
24
|
StopCalculationExecutionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StopQueryExecutionInput,
|
|
4
|
-
StopQueryExecutionOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StopQueryExecutionInput, StopQueryExecutionOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface StopQueryExecutionCommandInput
|
|
8
|
-
extends StopQueryExecutionInput {}
|
|
4
|
+
export interface StopQueryExecutionCommandInput extends StopQueryExecutionInput {}
|
|
9
5
|
export interface StopQueryExecutionCommandOutput
|
|
10
|
-
extends StopQueryExecutionOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends StopQueryExecutionOutput, __MetadataBearer {}
|
|
12
7
|
declare const StopQueryExecutionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: StopQueryExecutionCommandInput
|
|
9
|
+
input: StopQueryExecutionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
StopQueryExecutionCommandInput,
|
|
17
12
|
StopQueryExecutionCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
TerminateSessionRequest,
|
|
4
|
-
TerminateSessionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { TerminateSessionRequest, TerminateSessionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface TerminateSessionCommandInput extends TerminateSessionRequest {}
|
|
8
|
-
export interface TerminateSessionCommandOutput
|
|
9
|
-
extends TerminateSessionResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TerminateSessionCommandOutput extends TerminateSessionResponse, __MetadataBearer {}
|
|
11
6
|
declare const TerminateSessionCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: TerminateSessionCommandInput
|
|
8
|
+
input: TerminateSessionCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
TerminateSessionCommandInput,
|
|
16
11
|
TerminateSessionCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const TerminateSessionCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: TerminateSessionCommandInput
|
|
17
|
+
input: TerminateSessionCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
TerminateSessionCommandInput,
|
|
25
20
|
TerminateSessionCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
5
|
-
export interface UntagResourceCommandOutput
|
|
6
|
-
extends UntagResourceOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {}
|
|
8
6
|
declare const UntagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UntagResourceCommandInput,
|
|
13
11
|
UntagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UntagResourceCommandInput,
|
|
22
20
|
UntagResourceCommandOutput,
|