@aws-sdk/client-kinesis-analytics-v2 3.170.0 → 3.171.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/KinesisAnalyticsV2.d.ts +0 -31
- package/dist-types/ts3.4/KinesisAnalyticsV2Client.d.ts +0 -25
- package/dist-types/ts3.4/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AddApplicationInputCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AddApplicationOutputCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AddApplicationReferenceDataSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AddApplicationVpcConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApplicationPresignedUrlCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApplicationSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationOutputCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationVpcConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeApplicationSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeApplicationVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApplicationSnapshotsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RollbackApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationMaintenanceConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/KinesisAnalyticsV2ServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -613
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -19,7 +19,6 @@ export interface ListApplicationSnapshotsCommandInput
|
|
|
19
19
|
export interface ListApplicationSnapshotsCommandOutput
|
|
20
20
|
extends ListApplicationSnapshotsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListApplicationSnapshotsCommand extends $Command<
|
|
24
23
|
ListApplicationSnapshotsCommandInput,
|
|
25
24
|
ListApplicationSnapshotsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListApplicationSnapshotsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListApplicationSnapshotsCommandInput;
|
|
29
28
|
constructor(input: ListApplicationSnapshotsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListApplicationVersionsCommandInput
|
|
|
19
19
|
export interface ListApplicationVersionsCommandOutput
|
|
20
20
|
extends ListApplicationVersionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListApplicationVersionsCommand extends $Command<
|
|
24
23
|
ListApplicationVersionsCommandInput,
|
|
25
24
|
ListApplicationVersionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListApplicationVersionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListApplicationVersionsCommandInput;
|
|
29
28
|
constructor(input: ListApplicationVersionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
|
|
|
18
18
|
export interface ListApplicationsCommandOutput
|
|
19
19
|
extends ListApplicationsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListApplicationsCommand extends $Command<
|
|
23
22
|
ListApplicationsCommandInput,
|
|
24
23
|
ListApplicationsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListApplicationsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListApplicationsCommandInput;
|
|
28
27
|
constructor(input: ListApplicationsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface RollbackApplicationCommandInput
|
|
|
19
19
|
export interface RollbackApplicationCommandOutput
|
|
20
20
|
extends RollbackApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class RollbackApplicationCommand extends $Command<
|
|
24
23
|
RollbackApplicationCommandInput,
|
|
25
24
|
RollbackApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class RollbackApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: RollbackApplicationCommandInput;
|
|
29
28
|
constructor(input: RollbackApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface StartApplicationCommandInput extends StartApplicationRequest {}
|
|
|
18
18
|
export interface StartApplicationCommandOutput
|
|
19
19
|
extends StartApplicationResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class StartApplicationCommand extends $Command<
|
|
23
22
|
StartApplicationCommandInput,
|
|
24
23
|
StartApplicationCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class StartApplicationCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: StartApplicationCommandInput;
|
|
28
27
|
constructor(input: StartApplicationCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface StopApplicationCommandInput extends StopApplicationRequest {}
|
|
|
18
18
|
export interface StopApplicationCommandOutput
|
|
19
19
|
extends StopApplicationResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class StopApplicationCommand extends $Command<
|
|
23
22
|
StopApplicationCommandInput,
|
|
24
23
|
StopApplicationCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class StopApplicationCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: StopApplicationCommandInput;
|
|
28
27
|
constructor(input: StopApplicationCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateApplicationCommandInput
|
|
|
19
19
|
export interface UpdateApplicationCommandOutput
|
|
20
20
|
extends UpdateApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateApplicationCommand extends $Command<
|
|
24
23
|
UpdateApplicationCommandInput,
|
|
25
24
|
UpdateApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateApplicationCommandInput;
|
|
29
28
|
constructor(input: UpdateApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateApplicationMaintenanceConfigurationCommandInput
|
|
|
19
19
|
export interface UpdateApplicationMaintenanceConfigurationCommandOutput
|
|
20
20
|
extends UpdateApplicationMaintenanceConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateApplicationMaintenanceConfigurationCommand extends $Command<
|
|
24
23
|
UpdateApplicationMaintenanceConfigurationCommandInput,
|
|
25
24
|
UpdateApplicationMaintenanceConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateApplicationMaintenanceConfigurationCommand extends $C
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateApplicationMaintenanceConfigurationCommandInput;
|
|
29
28
|
constructor(input: UpdateApplicationMaintenanceConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class KinesisAnalyticsV2ServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|