@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
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -128,10 +125,7 @@ import {
|
|
|
128
125
|
GetCapacityReservationCommandInput,
|
|
129
126
|
GetCapacityReservationCommandOutput,
|
|
130
127
|
} from "./commands/GetCapacityReservationCommand";
|
|
131
|
-
import {
|
|
132
|
-
GetDatabaseCommandInput,
|
|
133
|
-
GetDatabaseCommandOutput,
|
|
134
|
-
} from "./commands/GetDatabaseCommand";
|
|
128
|
+
import { GetDatabaseCommandInput, GetDatabaseCommandOutput } from "./commands/GetDatabaseCommand";
|
|
135
129
|
import {
|
|
136
130
|
GetDataCatalogCommandInput,
|
|
137
131
|
GetDataCatalogCommandOutput,
|
|
@@ -164,10 +158,7 @@ import {
|
|
|
164
158
|
GetResourceDashboardCommandInput,
|
|
165
159
|
GetResourceDashboardCommandOutput,
|
|
166
160
|
} from "./commands/GetResourceDashboardCommand";
|
|
167
|
-
import {
|
|
168
|
-
GetSessionCommandInput,
|
|
169
|
-
GetSessionCommandOutput,
|
|
170
|
-
} from "./commands/GetSessionCommand";
|
|
161
|
+
import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
|
|
171
162
|
import {
|
|
172
163
|
GetSessionEndpointCommandInput,
|
|
173
164
|
GetSessionEndpointCommandOutput,
|
|
@@ -276,10 +267,7 @@ import {
|
|
|
276
267
|
StopQueryExecutionCommandInput,
|
|
277
268
|
StopQueryExecutionCommandOutput,
|
|
278
269
|
} from "./commands/StopQueryExecutionCommand";
|
|
279
|
-
import {
|
|
280
|
-
TagResourceCommandInput,
|
|
281
|
-
TagResourceCommandOutput,
|
|
282
|
-
} from "./commands/TagResourceCommand";
|
|
270
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
283
271
|
import {
|
|
284
272
|
TerminateSessionCommandInput,
|
|
285
273
|
TerminateSessionCommandOutput,
|
|
@@ -465,8 +453,7 @@ export type ServiceOutputTypes =
|
|
|
465
453
|
| UpdateNotebookMetadataCommandOutput
|
|
466
454
|
| UpdatePreparedStatementCommandOutput
|
|
467
455
|
| UpdateWorkGroupCommandOutput;
|
|
468
|
-
export interface ClientDefaults
|
|
469
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
456
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
470
457
|
requestHandler?: __HttpHandlerUserInput;
|
|
471
458
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
472
459
|
urlParser?: __UrlParser;
|
|
@@ -491,9 +478,7 @@ export interface ClientDefaults
|
|
|
491
478
|
extensions?: RuntimeExtension[];
|
|
492
479
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
493
480
|
}
|
|
494
|
-
export type AthenaClientConfigType = Partial<
|
|
495
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
496
|
-
> &
|
|
481
|
+
export type AthenaClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
497
482
|
ClientDefaults &
|
|
498
483
|
UserAgentInputConfig &
|
|
499
484
|
RetryInputConfig &
|
|
@@ -503,19 +488,17 @@ export type AthenaClientConfigType = Partial<
|
|
|
503
488
|
HttpAuthSchemeInputConfig &
|
|
504
489
|
ClientInputEndpointParameters;
|
|
505
490
|
export interface AthenaClientConfig extends AthenaClientConfigType {}
|
|
506
|
-
export type AthenaClientResolvedConfigType =
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
export interface AthenaClientResolvedConfig
|
|
518
|
-
extends AthenaClientResolvedConfigType {}
|
|
491
|
+
export type AthenaClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
492
|
+
Required<ClientDefaults> &
|
|
493
|
+
RuntimeExtensionsConfig &
|
|
494
|
+
UserAgentResolvedConfig &
|
|
495
|
+
RetryResolvedConfig &
|
|
496
|
+
RegionResolvedConfig &
|
|
497
|
+
HostHeaderResolvedConfig &
|
|
498
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
499
|
+
HttpAuthSchemeResolvedConfig &
|
|
500
|
+
ClientResolvedEndpointParameters;
|
|
501
|
+
export interface AthenaClientResolvedConfig extends AthenaClientResolvedConfigType {}
|
|
519
502
|
export declare class AthenaClient extends __Client<
|
|
520
503
|
__HttpHandlerOptions,
|
|
521
504
|
ServiceInputTypes,
|
|
@@ -523,8 +506,6 @@ export declare class AthenaClient extends __Client<
|
|
|
523
506
|
AthenaClientResolvedConfig
|
|
524
507
|
> {
|
|
525
508
|
readonly config: AthenaClientResolvedConfig;
|
|
526
|
-
constructor(
|
|
527
|
-
...[configuration]: __CheckOptionalClientConfig<AthenaClientConfig>
|
|
528
|
-
);
|
|
509
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<AthenaClientConfig>);
|
|
529
510
|
destroy(): void;
|
|
530
511
|
}
|
|
@@ -7,17 +7,10 @@ import { AthenaHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: AthenaHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: AthenaHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): AthenaHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { AthenaClientResolvedConfig } from "../AthenaClient";
|
|
15
|
-
export interface AthenaHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface AthenaHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface AthenaHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface AthenaHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
AthenaClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
AthenaHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultAthenaHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: AthenaClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<AthenaHttpAuthSchemeParameters>;
|
|
31
|
-
export interface AthenaHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<AthenaHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface AthenaHttpAuthSchemeProvider extends HttpAuthSchemeProvider<AthenaHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultAthenaHttpAuthSchemeProvider: AthenaHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: AthenaHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: AthenaHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -1,25 +1,20 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
ServiceInputTypes,
|
|
5
|
-
ServiceOutputTypes,
|
|
6
|
-
} from "./AthenaClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
2
|
+
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./AthenaClient";
|
|
3
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
4
|
added: EndpointParameterInstructions,
|
|
12
5
|
plugins: (
|
|
13
6
|
CommandCtor: any,
|
|
14
7
|
clientStack: any,
|
|
15
8
|
config: any,
|
|
16
|
-
options: any
|
|
9
|
+
options: any,
|
|
17
10
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
11
|
op: string,
|
|
19
12
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
13
|
+
smithyContext?: Record<string, unknown>,
|
|
21
14
|
) => {
|
|
22
|
-
new (
|
|
15
|
+
new (
|
|
16
|
+
input: I,
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
18
|
I,
|
|
24
19
|
O,
|
|
25
20
|
AthenaClientResolvedConfig,
|
|
@@ -38,9 +33,4 @@ export declare const command: <
|
|
|
38
33
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
34
|
};
|
|
40
35
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
36
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BatchGetNamedQueryInput,
|
|
4
|
-
BatchGetNamedQueryOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BatchGetNamedQueryInput, BatchGetNamedQueryOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchGetNamedQueryCommandInput
|
|
8
|
-
extends BatchGetNamedQueryInput {}
|
|
4
|
+
export interface BatchGetNamedQueryCommandInput extends BatchGetNamedQueryInput {}
|
|
9
5
|
export interface BatchGetNamedQueryCommandOutput
|
|
10
|
-
extends BatchGetNamedQueryOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends BatchGetNamedQueryOutput, __MetadataBearer {}
|
|
12
7
|
declare const BatchGetNamedQueryCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: BatchGetNamedQueryCommandInput
|
|
9
|
+
input: BatchGetNamedQueryCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
BatchGetNamedQueryCommandInput,
|
|
17
12
|
BatchGetNamedQueryCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const BatchGetNamedQueryCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: BatchGetNamedQueryCommandInput
|
|
18
|
+
input: BatchGetNamedQueryCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
BatchGetNamedQueryCommandInput,
|
|
26
21
|
BatchGetNamedQueryCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
BatchGetPreparedStatementOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchGetPreparedStatementCommandInput
|
|
8
|
-
extends BatchGetPreparedStatementInput {}
|
|
7
|
+
export interface BatchGetPreparedStatementCommandInput extends BatchGetPreparedStatementInput {}
|
|
9
8
|
export interface BatchGetPreparedStatementCommandOutput
|
|
10
|
-
extends BatchGetPreparedStatementOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends BatchGetPreparedStatementOutput, __MetadataBearer {}
|
|
12
10
|
declare const BatchGetPreparedStatementCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: BatchGetPreparedStatementCommandInput
|
|
12
|
+
input: BatchGetPreparedStatementCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
BatchGetPreparedStatementCommandInput,
|
|
17
15
|
BatchGetPreparedStatementCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const BatchGetPreparedStatementCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: BatchGetPreparedStatementCommandInput
|
|
21
|
+
input: BatchGetPreparedStatementCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
BatchGetPreparedStatementCommandInput,
|
|
26
24
|
BatchGetPreparedStatementCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BatchGetQueryExecutionInput,
|
|
4
|
-
BatchGetQueryExecutionOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BatchGetQueryExecutionInput, BatchGetQueryExecutionOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchGetQueryExecutionCommandInput
|
|
8
|
-
extends BatchGetQueryExecutionInput {}
|
|
4
|
+
export interface BatchGetQueryExecutionCommandInput extends BatchGetQueryExecutionInput {}
|
|
9
5
|
export interface BatchGetQueryExecutionCommandOutput
|
|
10
|
-
extends BatchGetQueryExecutionOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends BatchGetQueryExecutionOutput, __MetadataBearer {}
|
|
12
7
|
declare const BatchGetQueryExecutionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: BatchGetQueryExecutionCommandInput
|
|
9
|
+
input: BatchGetQueryExecutionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
BatchGetQueryExecutionCommandInput,
|
|
17
12
|
BatchGetQueryExecutionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const BatchGetQueryExecutionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: BatchGetQueryExecutionCommandInput
|
|
18
|
+
input: BatchGetQueryExecutionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
BatchGetQueryExecutionCommandInput,
|
|
26
21
|
BatchGetQueryExecutionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CancelCapacityReservationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CancelCapacityReservationCommandInput
|
|
8
|
-
extends CancelCapacityReservationInput {}
|
|
7
|
+
export interface CancelCapacityReservationCommandInput extends CancelCapacityReservationInput {}
|
|
9
8
|
export interface CancelCapacityReservationCommandOutput
|
|
10
|
-
extends CancelCapacityReservationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CancelCapacityReservationOutput, __MetadataBearer {}
|
|
12
10
|
declare const CancelCapacityReservationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CancelCapacityReservationCommandInput
|
|
12
|
+
input: CancelCapacityReservationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CancelCapacityReservationCommandInput,
|
|
17
15
|
CancelCapacityReservationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CancelCapacityReservationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CancelCapacityReservationCommandInput
|
|
21
|
+
input: CancelCapacityReservationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CancelCapacityReservationCommandInput,
|
|
26
24
|
CancelCapacityReservationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateCapacityReservationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateCapacityReservationCommandInput
|
|
8
|
-
extends CreateCapacityReservationInput {}
|
|
7
|
+
export interface CreateCapacityReservationCommandInput extends CreateCapacityReservationInput {}
|
|
9
8
|
export interface CreateCapacityReservationCommandOutput
|
|
10
|
-
extends CreateCapacityReservationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateCapacityReservationOutput, __MetadataBearer {}
|
|
12
10
|
declare const CreateCapacityReservationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateCapacityReservationCommandInput
|
|
12
|
+
input: CreateCapacityReservationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateCapacityReservationCommandInput,
|
|
17
15
|
CreateCapacityReservationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateCapacityReservationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateCapacityReservationCommandInput
|
|
21
|
+
input: CreateCapacityReservationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateCapacityReservationCommandInput,
|
|
26
24
|
CreateCapacityReservationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDataCatalogInput,
|
|
4
|
-
CreateDataCatalogOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDataCatalogInput, CreateDataCatalogOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateDataCatalogCommandInput extends CreateDataCatalogInput {}
|
|
8
|
-
export interface CreateDataCatalogCommandOutput
|
|
9
|
-
extends CreateDataCatalogOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateDataCatalogCommandOutput extends CreateDataCatalogOutput, __MetadataBearer {}
|
|
11
6
|
declare const CreateDataCatalogCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateDataCatalogCommandInput
|
|
8
|
+
input: CreateDataCatalogCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateDataCatalogCommandInput,
|
|
16
11
|
CreateDataCatalogCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateDataCatalogCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateDataCatalogCommandInput
|
|
17
|
+
input: CreateDataCatalogCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateDataCatalogCommandInput,
|
|
25
20
|
CreateDataCatalogCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateNamedQueryInput,
|
|
4
|
-
CreateNamedQueryOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateNamedQueryInput, CreateNamedQueryOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateNamedQueryCommandInput extends CreateNamedQueryInput {}
|
|
8
|
-
export interface CreateNamedQueryCommandOutput
|
|
9
|
-
extends CreateNamedQueryOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateNamedQueryCommandOutput extends CreateNamedQueryOutput, __MetadataBearer {}
|
|
11
6
|
declare const CreateNamedQueryCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateNamedQueryCommandInput
|
|
8
|
+
input: CreateNamedQueryCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateNamedQueryCommandInput,
|
|
16
11
|
CreateNamedQueryCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateNamedQueryCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateNamedQueryCommandInput
|
|
17
|
+
input: CreateNamedQueryCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateNamedQueryCommandInput,
|
|
25
20
|
CreateNamedQueryCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateNotebookInput, CreateNotebookOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateNotebookCommandInput extends CreateNotebookInput {}
|
|
5
|
-
export interface CreateNotebookCommandOutput
|
|
6
|
-
extends CreateNotebookOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateNotebookCommandOutput extends CreateNotebookOutput, __MetadataBearer {}
|
|
8
6
|
declare const CreateNotebookCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateNotebookCommandInput
|
|
8
|
+
input: CreateNotebookCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateNotebookCommandInput,
|
|
13
11
|
CreateNotebookCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateNotebookCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateNotebookCommandInput
|
|
17
|
+
input: CreateNotebookCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateNotebookCommandInput,
|
|
22
20
|
CreateNotebookCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreatePreparedStatementInput,
|
|
4
|
-
CreatePreparedStatementOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreatePreparedStatementInput, CreatePreparedStatementOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreatePreparedStatementCommandInput
|
|
8
|
-
extends CreatePreparedStatementInput {}
|
|
4
|
+
export interface CreatePreparedStatementCommandInput extends CreatePreparedStatementInput {}
|
|
9
5
|
export interface CreatePreparedStatementCommandOutput
|
|
10
|
-
extends CreatePreparedStatementOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreatePreparedStatementOutput, __MetadataBearer {}
|
|
12
7
|
declare const CreatePreparedStatementCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreatePreparedStatementCommandInput
|
|
9
|
+
input: CreatePreparedStatementCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreatePreparedStatementCommandInput,
|
|
17
12
|
CreatePreparedStatementCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreatePreparedStatementCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreatePreparedStatementCommandInput
|
|
18
|
+
input: CreatePreparedStatementCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreatePreparedStatementCommandInput,
|
|
26
21
|
CreatePreparedStatementCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreatePresignedNotebookUrlResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreatePresignedNotebookUrlCommandInput
|
|
8
|
-
extends CreatePresignedNotebookUrlRequest {}
|
|
7
|
+
export interface CreatePresignedNotebookUrlCommandInput extends CreatePresignedNotebookUrlRequest {}
|
|
9
8
|
export interface CreatePresignedNotebookUrlCommandOutput
|
|
10
|
-
extends CreatePresignedNotebookUrlResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreatePresignedNotebookUrlResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreatePresignedNotebookUrlCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreatePresignedNotebookUrlCommandInput
|
|
12
|
+
input: CreatePresignedNotebookUrlCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreatePresignedNotebookUrlCommandInput,
|
|
17
15
|
CreatePresignedNotebookUrlCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreatePresignedNotebookUrlCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreatePresignedNotebookUrlCommandInput
|
|
21
|
+
input: CreatePresignedNotebookUrlCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreatePresignedNotebookUrlCommandInput,
|
|
26
24
|
CreatePresignedNotebookUrlCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateWorkGroupInput,
|
|
4
|
-
CreateWorkGroupOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateWorkGroupInput, CreateWorkGroupOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateWorkGroupCommandInput extends CreateWorkGroupInput {}
|
|
8
|
-
export interface CreateWorkGroupCommandOutput
|
|
9
|
-
extends CreateWorkGroupOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateWorkGroupCommandOutput extends CreateWorkGroupOutput, __MetadataBearer {}
|
|
11
6
|
declare const CreateWorkGroupCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateWorkGroupCommandInput
|
|
8
|
+
input: CreateWorkGroupCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateWorkGroupCommandInput,
|
|
16
11
|
CreateWorkGroupCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateWorkGroupCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateWorkGroupCommandInput
|
|
17
|
+
input: CreateWorkGroupCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateWorkGroupCommandInput,
|
|
25
20
|
CreateWorkGroupCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteCapacityReservationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteCapacityReservationCommandInput
|
|
8
|
-
extends DeleteCapacityReservationInput {}
|
|
7
|
+
export interface DeleteCapacityReservationCommandInput extends DeleteCapacityReservationInput {}
|
|
9
8
|
export interface DeleteCapacityReservationCommandOutput
|
|
10
|
-
extends DeleteCapacityReservationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteCapacityReservationOutput, __MetadataBearer {}
|
|
12
10
|
declare const DeleteCapacityReservationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteCapacityReservationCommandInput
|
|
12
|
+
input: DeleteCapacityReservationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteCapacityReservationCommandInput,
|
|
17
15
|
DeleteCapacityReservationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteCapacityReservationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteCapacityReservationCommandInput
|
|
21
|
+
input: DeleteCapacityReservationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteCapacityReservationCommandInput,
|
|
26
24
|
DeleteCapacityReservationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteDataCatalogInput,
|
|
4
|
-
DeleteDataCatalogOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteDataCatalogInput, DeleteDataCatalogOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteDataCatalogCommandInput extends DeleteDataCatalogInput {}
|
|
8
|
-
export interface DeleteDataCatalogCommandOutput
|
|
9
|
-
extends DeleteDataCatalogOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteDataCatalogCommandOutput extends DeleteDataCatalogOutput, __MetadataBearer {}
|
|
11
6
|
declare const DeleteDataCatalogCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteDataCatalogCommandInput
|
|
8
|
+
input: DeleteDataCatalogCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteDataCatalogCommandInput,
|
|
16
11
|
DeleteDataCatalogCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteDataCatalogCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteDataCatalogCommandInput
|
|
17
|
+
input: DeleteDataCatalogCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteDataCatalogCommandInput,
|
|
25
20
|
DeleteDataCatalogCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteNamedQueryInput,
|
|
4
|
-
DeleteNamedQueryOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteNamedQueryInput, DeleteNamedQueryOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteNamedQueryCommandInput extends DeleteNamedQueryInput {}
|
|
8
|
-
export interface DeleteNamedQueryCommandOutput
|
|
9
|
-
extends DeleteNamedQueryOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteNamedQueryCommandOutput extends DeleteNamedQueryOutput, __MetadataBearer {}
|
|
11
6
|
declare const DeleteNamedQueryCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteNamedQueryCommandInput
|
|
8
|
+
input: DeleteNamedQueryCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteNamedQueryCommandInput,
|
|
16
11
|
DeleteNamedQueryCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteNotebookInput, DeleteNotebookOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteNotebookCommandInput extends DeleteNotebookInput {}
|
|
5
|
-
export interface DeleteNotebookCommandOutput
|
|
6
|
-
extends DeleteNotebookOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteNotebookCommandOutput extends DeleteNotebookOutput, __MetadataBearer {}
|
|
8
6
|
declare const DeleteNotebookCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteNotebookCommandInput
|
|
8
|
+
input: DeleteNotebookCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteNotebookCommandInput,
|
|
13
11
|
DeleteNotebookCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteNotebookCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteNotebookCommandInput
|
|
17
|
+
input: DeleteNotebookCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteNotebookCommandInput,
|
|
22
20
|
DeleteNotebookCommandOutput,
|