@aws-sdk/client-kinesis-analytics-v2 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/KinesisAnalyticsV2.d.ts +104 -155
- package/dist-types/ts3.4/KinesisAnalyticsV2Client.d.ts +6 -19
- 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 +7 -13
- package/dist-types/ts3.4/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AddApplicationInputCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AddApplicationOutputCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AddApplicationReferenceDataSourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AddApplicationVpcConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateApplicationPresignedUrlCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateApplicationSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteApplicationOutputCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteApplicationSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteApplicationVpcConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeApplicationOperationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeApplicationSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeApplicationVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListApplicationOperationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListApplicationSnapshotsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RollbackApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateApplicationMaintenanceConfigurationCommand.d.ts +4 -6
- 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 +8 -16
- package/dist-types/ts3.4/models/errors.d.ts +13 -44
- package/dist-types/ts3.4/models/models_0.d.ts +41 -123
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- 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
|
-
DescribeApplicationRequest,
|
|
4
|
-
DescribeApplicationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeApplicationRequest, DescribeApplicationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeApplicationCommandInput
|
|
8
|
-
extends DescribeApplicationRequest {}
|
|
4
|
+
export interface DescribeApplicationCommandInput extends DescribeApplicationRequest {}
|
|
9
5
|
export interface DescribeApplicationCommandOutput
|
|
10
|
-
extends DescribeApplicationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeApplicationResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeApplicationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeApplicationCommandInput
|
|
9
|
+
input: DescribeApplicationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeApplicationCommandInput,
|
|
17
12
|
DescribeApplicationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeApplicationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeApplicationCommandInput
|
|
18
|
+
input: DescribeApplicationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeApplicationCommandInput,
|
|
26
21
|
DescribeApplicationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeApplicationOperationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeApplicationOperationCommandInput
|
|
8
|
-
extends DescribeApplicationOperationRequest {}
|
|
7
|
+
export interface DescribeApplicationOperationCommandInput extends DescribeApplicationOperationRequest {}
|
|
9
8
|
export interface DescribeApplicationOperationCommandOutput
|
|
10
|
-
extends DescribeApplicationOperationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeApplicationOperationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeApplicationOperationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeApplicationOperationCommandInput
|
|
12
|
+
input: DescribeApplicationOperationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeApplicationOperationCommandInput,
|
|
17
15
|
DescribeApplicationOperationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeApplicationOperationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeApplicationOperationCommandInput
|
|
21
|
+
input: DescribeApplicationOperationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeApplicationOperationCommandInput,
|
|
26
24
|
DescribeApplicationOperationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeApplicationSnapshotResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeApplicationSnapshotCommandInput
|
|
8
|
-
extends DescribeApplicationSnapshotRequest {}
|
|
7
|
+
export interface DescribeApplicationSnapshotCommandInput extends DescribeApplicationSnapshotRequest {}
|
|
9
8
|
export interface DescribeApplicationSnapshotCommandOutput
|
|
10
|
-
extends DescribeApplicationSnapshotResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeApplicationSnapshotResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeApplicationSnapshotCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeApplicationSnapshotCommandInput
|
|
12
|
+
input: DescribeApplicationSnapshotCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeApplicationSnapshotCommandInput,
|
|
17
15
|
DescribeApplicationSnapshotCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeApplicationSnapshotCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeApplicationSnapshotCommandInput
|
|
21
|
+
input: DescribeApplicationSnapshotCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeApplicationSnapshotCommandInput,
|
|
26
24
|
DescribeApplicationSnapshotCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeApplicationVersionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeApplicationVersionCommandInput
|
|
8
|
-
extends DescribeApplicationVersionRequest {}
|
|
7
|
+
export interface DescribeApplicationVersionCommandInput extends DescribeApplicationVersionRequest {}
|
|
9
8
|
export interface DescribeApplicationVersionCommandOutput
|
|
10
|
-
extends DescribeApplicationVersionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeApplicationVersionResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeApplicationVersionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeApplicationVersionCommandInput
|
|
12
|
+
input: DescribeApplicationVersionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeApplicationVersionCommandInput,
|
|
17
15
|
DescribeApplicationVersionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeApplicationVersionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeApplicationVersionCommandInput
|
|
21
|
+
input: DescribeApplicationVersionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeApplicationVersionCommandInput,
|
|
26
24
|
DescribeApplicationVersionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DiscoverInputSchemaRequest,
|
|
4
|
-
DiscoverInputSchemaResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DiscoverInputSchemaRequest, DiscoverInputSchemaResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DiscoverInputSchemaCommandInput
|
|
8
|
-
extends DiscoverInputSchemaRequest {}
|
|
4
|
+
export interface DiscoverInputSchemaCommandInput extends DiscoverInputSchemaRequest {}
|
|
9
5
|
export interface DiscoverInputSchemaCommandOutput
|
|
10
|
-
extends DiscoverInputSchemaResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DiscoverInputSchemaResponse, __MetadataBearer {}
|
|
12
7
|
declare const DiscoverInputSchemaCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DiscoverInputSchemaCommandInput
|
|
9
|
+
input: DiscoverInputSchemaCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DiscoverInputSchemaCommandInput,
|
|
17
12
|
DiscoverInputSchemaCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DiscoverInputSchemaCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DiscoverInputSchemaCommandInput
|
|
18
|
+
input: DiscoverInputSchemaCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DiscoverInputSchemaCommandInput,
|
|
26
21
|
DiscoverInputSchemaCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListApplicationOperationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListApplicationOperationsCommandInput
|
|
8
|
-
extends ListApplicationOperationsRequest {}
|
|
7
|
+
export interface ListApplicationOperationsCommandInput extends ListApplicationOperationsRequest {}
|
|
9
8
|
export interface ListApplicationOperationsCommandOutput
|
|
10
|
-
extends ListApplicationOperationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListApplicationOperationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListApplicationOperationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListApplicationOperationsCommandInput
|
|
12
|
+
input: ListApplicationOperationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListApplicationOperationsCommandInput,
|
|
17
15
|
ListApplicationOperationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListApplicationOperationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListApplicationOperationsCommandInput
|
|
21
|
+
input: ListApplicationOperationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListApplicationOperationsCommandInput,
|
|
26
24
|
ListApplicationOperationsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListApplicationSnapshotsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListApplicationSnapshotsCommandInput
|
|
8
|
-
extends ListApplicationSnapshotsRequest {}
|
|
7
|
+
export interface ListApplicationSnapshotsCommandInput extends ListApplicationSnapshotsRequest {}
|
|
9
8
|
export interface ListApplicationSnapshotsCommandOutput
|
|
10
|
-
extends ListApplicationSnapshotsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListApplicationSnapshotsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListApplicationSnapshotsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListApplicationSnapshotsCommandInput
|
|
12
|
+
input: ListApplicationSnapshotsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListApplicationSnapshotsCommandInput,
|
|
17
15
|
ListApplicationSnapshotsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListApplicationSnapshotsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListApplicationSnapshotsCommandInput
|
|
21
|
+
input: ListApplicationSnapshotsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListApplicationSnapshotsCommandInput,
|
|
26
24
|
ListApplicationSnapshotsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListApplicationVersionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListApplicationVersionsCommandInput
|
|
8
|
-
extends ListApplicationVersionsRequest {}
|
|
7
|
+
export interface ListApplicationVersionsCommandInput extends ListApplicationVersionsRequest {}
|
|
9
8
|
export interface ListApplicationVersionsCommandOutput
|
|
10
|
-
extends ListApplicationVersionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListApplicationVersionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListApplicationVersionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListApplicationVersionsCommandInput
|
|
12
|
+
input: ListApplicationVersionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListApplicationVersionsCommandInput,
|
|
17
15
|
ListApplicationVersionsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListApplicationVersionsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListApplicationVersionsCommandInput
|
|
21
|
+
input: ListApplicationVersionsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListApplicationVersionsCommandInput,
|
|
26
24
|
ListApplicationVersionsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListApplicationsRequest,
|
|
4
|
-
ListApplicationsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
|
|
8
|
-
export interface ListApplicationsCommandOutput
|
|
9
|
-
extends ListApplicationsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListApplicationsCommandOutput extends ListApplicationsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListApplicationsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListApplicationsCommandInput
|
|
8
|
+
input: ListApplicationsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListApplicationsCommandInput,
|
|
16
11
|
ListApplicationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __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,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
RollbackApplicationRequest,
|
|
4
|
-
RollbackApplicationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { RollbackApplicationRequest, RollbackApplicationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface RollbackApplicationCommandInput
|
|
8
|
-
extends RollbackApplicationRequest {}
|
|
4
|
+
export interface RollbackApplicationCommandInput extends RollbackApplicationRequest {}
|
|
9
5
|
export interface RollbackApplicationCommandOutput
|
|
10
|
-
extends RollbackApplicationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends RollbackApplicationResponse, __MetadataBearer {}
|
|
12
7
|
declare const RollbackApplicationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: RollbackApplicationCommandInput
|
|
9
|
+
input: RollbackApplicationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
RollbackApplicationCommandInput,
|
|
17
12
|
RollbackApplicationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const RollbackApplicationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: RollbackApplicationCommandInput
|
|
18
|
+
input: RollbackApplicationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
RollbackApplicationCommandInput,
|
|
26
21
|
RollbackApplicationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartApplicationRequest,
|
|
4
|
-
StartApplicationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartApplicationRequest, StartApplicationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface StartApplicationCommandInput extends StartApplicationRequest {}
|
|
8
|
-
export interface StartApplicationCommandOutput
|
|
9
|
-
extends StartApplicationResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StartApplicationCommandOutput extends StartApplicationResponse, __MetadataBearer {}
|
|
11
6
|
declare const StartApplicationCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: StartApplicationCommandInput
|
|
8
|
+
input: StartApplicationCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
StartApplicationCommandInput,
|
|
16
11
|
StartApplicationCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const StartApplicationCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: StartApplicationCommandInput
|
|
17
|
+
input: StartApplicationCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
StartApplicationCommandInput,
|
|
25
20
|
StartApplicationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StopApplicationRequest,
|
|
4
|
-
StopApplicationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StopApplicationRequest, StopApplicationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface StopApplicationCommandInput extends StopApplicationRequest {}
|
|
8
|
-
export interface StopApplicationCommandOutput
|
|
9
|
-
extends StopApplicationResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StopApplicationCommandOutput extends StopApplicationResponse, __MetadataBearer {}
|
|
11
6
|
declare const StopApplicationCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: StopApplicationCommandInput
|
|
8
|
+
input: StopApplicationCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
StopApplicationCommandInput,
|
|
16
11
|
StopApplicationCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const StopApplicationCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: StopApplicationCommandInput
|
|
17
|
+
input: StopApplicationCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
StopApplicationCommandInput,
|
|
25
20
|
StopApplicationCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __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
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateApplicationRequest,
|
|
4
|
-
UpdateApplicationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateApplicationCommandInput
|
|
8
|
-
extends UpdateApplicationRequest {}
|
|
4
|
+
export interface UpdateApplicationCommandInput extends UpdateApplicationRequest {}
|
|
9
5
|
export interface UpdateApplicationCommandOutput
|
|
10
|
-
extends UpdateApplicationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateApplicationResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateApplicationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateApplicationCommandInput
|
|
9
|
+
input: UpdateApplicationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateApplicationCommandInput,
|
|
17
12
|
UpdateApplicationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateApplicationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateApplicationCommandInput
|
|
18
|
+
input: UpdateApplicationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateApplicationCommandInput,
|
|
26
21
|
UpdateApplicationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateApplicationMaintenanceConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateApplicationMaintenanceConfigurationCommandInput
|
|
8
|
-
extends UpdateApplicationMaintenanceConfigurationRequest {}
|
|
7
|
+
export interface UpdateApplicationMaintenanceConfigurationCommandInput extends UpdateApplicationMaintenanceConfigurationRequest {}
|
|
9
8
|
export interface UpdateApplicationMaintenanceConfigurationCommandOutput
|
|
10
|
-
extends UpdateApplicationMaintenanceConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateApplicationMaintenanceConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateApplicationMaintenanceConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateApplicationMaintenanceConfigurationCommandInput
|
|
12
|
+
input: UpdateApplicationMaintenanceConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateApplicationMaintenanceConfigurationCommandInput,
|
|
17
15
|
UpdateApplicationMaintenanceConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateApplicationMaintenanceConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateApplicationMaintenanceConfigurationCommandInput
|
|
21
|
+
input: UpdateApplicationMaintenanceConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateApplicationMaintenanceConfigurationCommandInput,
|
|
26
24
|
UpdateApplicationMaintenanceConfigurationCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface KinesisAnalyticsV2ExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -2,8 +2,7 @@ export declare const RecordFormatType: {
|
|
|
2
2
|
readonly CSV: "CSV";
|
|
3
3
|
readonly JSON: "JSON";
|
|
4
4
|
};
|
|
5
|
-
export type RecordFormatType =
|
|
6
|
-
(typeof RecordFormatType)[keyof typeof RecordFormatType];
|
|
5
|
+
export type RecordFormatType = (typeof RecordFormatType)[keyof typeof RecordFormatType];
|
|
7
6
|
export declare const InputStartingPosition: {
|
|
8
7
|
readonly LAST_STOPPED_POINT: "LAST_STOPPED_POINT";
|
|
9
8
|
readonly NOW: "NOW";
|
|
@@ -15,8 +14,7 @@ export declare const CodeContentType: {
|
|
|
15
14
|
readonly PLAINTEXT: "PLAINTEXT";
|
|
16
15
|
readonly ZIPFILE: "ZIPFILE";
|
|
17
16
|
};
|
|
18
|
-
export type CodeContentType =
|
|
19
|
-
(typeof CodeContentType)[keyof typeof CodeContentType];
|
|
17
|
+
export type CodeContentType = (typeof CodeContentType)[keyof typeof CodeContentType];
|
|
20
18
|
export declare const KeyType: {
|
|
21
19
|
readonly AWS_OWNED_KEY: "AWS_OWNED_KEY";
|
|
22
20
|
readonly CUSTOMER_MANAGED_KEY: "CUSTOMER_MANAGED_KEY";
|
|
@@ -26,8 +24,7 @@ export declare const ConfigurationType: {
|
|
|
26
24
|
readonly CUSTOM: "CUSTOM";
|
|
27
25
|
readonly DEFAULT: "DEFAULT";
|
|
28
26
|
};
|
|
29
|
-
export type ConfigurationType =
|
|
30
|
-
(typeof ConfigurationType)[keyof typeof ConfigurationType];
|
|
27
|
+
export type ConfigurationType = (typeof ConfigurationType)[keyof typeof ConfigurationType];
|
|
31
28
|
export declare const LogLevel: {
|
|
32
29
|
readonly DEBUG: "DEBUG";
|
|
33
30
|
readonly ERROR: "ERROR";
|
|
@@ -58,8 +55,7 @@ export declare const ApplicationMode: {
|
|
|
58
55
|
readonly INTERACTIVE: "INTERACTIVE";
|
|
59
56
|
readonly STREAMING: "STREAMING";
|
|
60
57
|
};
|
|
61
|
-
export type ApplicationMode =
|
|
62
|
-
(typeof ApplicationMode)[keyof typeof ApplicationMode];
|
|
58
|
+
export type ApplicationMode = (typeof ApplicationMode)[keyof typeof ApplicationMode];
|
|
63
59
|
export declare const ApplicationStatus: {
|
|
64
60
|
readonly AUTOSCALING: "AUTOSCALING";
|
|
65
61
|
readonly DELETING: "DELETING";
|
|
@@ -73,8 +69,7 @@ export declare const ApplicationStatus: {
|
|
|
73
69
|
readonly STOPPING: "STOPPING";
|
|
74
70
|
readonly UPDATING: "UPDATING";
|
|
75
71
|
};
|
|
76
|
-
export type ApplicationStatus =
|
|
77
|
-
(typeof ApplicationStatus)[keyof typeof ApplicationStatus];
|
|
72
|
+
export type ApplicationStatus = (typeof ApplicationStatus)[keyof typeof ApplicationStatus];
|
|
78
73
|
export declare const RuntimeEnvironment: {
|
|
79
74
|
readonly FLINK_1_11: "FLINK-1_11";
|
|
80
75
|
readonly FLINK_1_13: "FLINK-1_13";
|
|
@@ -90,16 +85,14 @@ export declare const RuntimeEnvironment: {
|
|
|
90
85
|
readonly ZEPPELIN_FLINK_2_0: "ZEPPELIN-FLINK-2_0";
|
|
91
86
|
readonly ZEPPELIN_FLINK_3_0: "ZEPPELIN-FLINK-3_0";
|
|
92
87
|
};
|
|
93
|
-
export type RuntimeEnvironment =
|
|
94
|
-
(typeof RuntimeEnvironment)[keyof typeof RuntimeEnvironment];
|
|
88
|
+
export type RuntimeEnvironment = (typeof RuntimeEnvironment)[keyof typeof RuntimeEnvironment];
|
|
95
89
|
export declare const OperationStatus: {
|
|
96
90
|
readonly CANCELLED: "CANCELLED";
|
|
97
91
|
readonly FAILED: "FAILED";
|
|
98
92
|
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
99
93
|
readonly SUCCESSFUL: "SUCCESSFUL";
|
|
100
94
|
};
|
|
101
|
-
export type OperationStatus =
|
|
102
|
-
(typeof OperationStatus)[keyof typeof OperationStatus];
|
|
95
|
+
export type OperationStatus = (typeof OperationStatus)[keyof typeof OperationStatus];
|
|
103
96
|
export declare const UrlType: {
|
|
104
97
|
readonly FLINK_DASHBOARD_URL: "FLINK_DASHBOARD_URL";
|
|
105
98
|
readonly ZEPPELIN_UI_URL: "ZEPPELIN_UI_URL";
|
|
@@ -111,5 +104,4 @@ export declare const SnapshotStatus: {
|
|
|
111
104
|
readonly FAILED: "FAILED";
|
|
112
105
|
readonly READY: "READY";
|
|
113
106
|
};
|
|
114
|
-
export type SnapshotStatus =
|
|
115
|
-
(typeof SnapshotStatus)[keyof typeof SnapshotStatus];
|
|
107
|
+
export type SnapshotStatus = (typeof SnapshotStatus)[keyof typeof SnapshotStatus];
|