@aws-sdk/client-kinesis-analytics-v2 3.335.0 → 3.338.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/KinesisAnalyticsV2Client.js +2 -1
- package/dist-cjs/commands/AddApplicationCloudWatchLoggingOptionCommand.js +2 -1
- package/dist-cjs/commands/AddApplicationInputCommand.js +2 -1
- package/dist-cjs/commands/AddApplicationInputProcessingConfigurationCommand.js +2 -1
- package/dist-cjs/commands/AddApplicationOutputCommand.js +2 -1
- package/dist-cjs/commands/AddApplicationReferenceDataSourceCommand.js +2 -1
- package/dist-cjs/commands/AddApplicationVpcConfigurationCommand.js +2 -1
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -1
- package/dist-cjs/commands/CreateApplicationPresignedUrlCommand.js +2 -1
- package/dist-cjs/commands/CreateApplicationSnapshotCommand.js +2 -1
- package/dist-cjs/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +2 -1
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -1
- package/dist-cjs/commands/DeleteApplicationInputProcessingConfigurationCommand.js +2 -1
- package/dist-cjs/commands/DeleteApplicationOutputCommand.js +2 -1
- package/dist-cjs/commands/DeleteApplicationReferenceDataSourceCommand.js +2 -1
- package/dist-cjs/commands/DeleteApplicationSnapshotCommand.js +2 -1
- package/dist-cjs/commands/DeleteApplicationVpcConfigurationCommand.js +2 -1
- package/dist-cjs/commands/DescribeApplicationCommand.js +2 -1
- package/dist-cjs/commands/DescribeApplicationSnapshotCommand.js +2 -1
- package/dist-cjs/commands/DescribeApplicationVersionCommand.js +2 -1
- package/dist-cjs/commands/DiscoverInputSchemaCommand.js +2 -1
- package/dist-cjs/commands/ListApplicationSnapshotsCommand.js +2 -1
- package/dist-cjs/commands/ListApplicationVersionsCommand.js +2 -1
- package/dist-cjs/commands/ListApplicationsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/RollbackApplicationCommand.js +2 -1
- package/dist-cjs/commands/StartApplicationCommand.js +2 -1
- package/dist-cjs/commands/StopApplicationCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -1
- package/dist-cjs/commands/UpdateApplicationMaintenanceConfigurationCommand.js +2 -1
- package/dist-cjs/index.js +1 -1
- package/dist-cjs/models/KinesisAnalyticsV2ServiceException.js +2 -1
- package/dist-es/KinesisAnalyticsV2Client.js +1 -0
- package/dist-es/commands/AddApplicationCloudWatchLoggingOptionCommand.js +1 -0
- package/dist-es/commands/AddApplicationInputCommand.js +1 -0
- package/dist-es/commands/AddApplicationInputProcessingConfigurationCommand.js +1 -0
- package/dist-es/commands/AddApplicationOutputCommand.js +1 -0
- package/dist-es/commands/AddApplicationReferenceDataSourceCommand.js +1 -0
- package/dist-es/commands/AddApplicationVpcConfigurationCommand.js +1 -0
- package/dist-es/commands/CreateApplicationCommand.js +1 -0
- package/dist-es/commands/CreateApplicationPresignedUrlCommand.js +1 -0
- package/dist-es/commands/CreateApplicationSnapshotCommand.js +1 -0
- package/dist-es/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +1 -0
- package/dist-es/commands/DeleteApplicationCommand.js +1 -0
- package/dist-es/commands/DeleteApplicationInputProcessingConfigurationCommand.js +1 -0
- package/dist-es/commands/DeleteApplicationOutputCommand.js +1 -0
- package/dist-es/commands/DeleteApplicationReferenceDataSourceCommand.js +1 -0
- package/dist-es/commands/DeleteApplicationSnapshotCommand.js +1 -0
- package/dist-es/commands/DeleteApplicationVpcConfigurationCommand.js +1 -0
- package/dist-es/commands/DescribeApplicationCommand.js +1 -0
- package/dist-es/commands/DescribeApplicationSnapshotCommand.js +1 -0
- package/dist-es/commands/DescribeApplicationVersionCommand.js +1 -0
- package/dist-es/commands/DiscoverInputSchemaCommand.js +1 -0
- package/dist-es/commands/ListApplicationSnapshotsCommand.js +1 -0
- package/dist-es/commands/ListApplicationVersionsCommand.js +1 -0
- package/dist-es/commands/ListApplicationsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/RollbackApplicationCommand.js +1 -0
- package/dist-es/commands/StartApplicationCommand.js +1 -0
- package/dist-es/commands/StopApplicationCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateApplicationCommand.js +1 -0
- package/dist-es/commands/UpdateApplicationMaintenanceConfigurationCommand.js +1 -0
- package/dist-es/index.js +1 -1
- package/dist-es/models/KinesisAnalyticsV2ServiceException.js +1 -0
- package/dist-types/KinesisAnalyticsV2Client.d.ts +3 -3
- package/dist-types/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +4 -0
- package/dist-types/commands/AddApplicationInputCommand.d.ts +4 -0
- package/dist-types/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/AddApplicationOutputCommand.d.ts +4 -0
- package/dist-types/commands/AddApplicationReferenceDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/AddApplicationVpcConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +4 -0
- package/dist-types/commands/CreateApplicationPresignedUrlCommand.d.ts +4 -0
- package/dist-types/commands/CreateApplicationSnapshotCommand.d.ts +4 -0
- package/dist-types/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteApplicationOutputCommand.d.ts +4 -0
- package/dist-types/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteApplicationSnapshotCommand.d.ts +4 -0
- package/dist-types/commands/DeleteApplicationVpcConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DescribeApplicationCommand.d.ts +4 -0
- package/dist-types/commands/DescribeApplicationSnapshotCommand.d.ts +4 -0
- package/dist-types/commands/DescribeApplicationVersionCommand.d.ts +4 -0
- package/dist-types/commands/DiscoverInputSchemaCommand.d.ts +4 -0
- package/dist-types/commands/ListApplicationSnapshotsCommand.d.ts +4 -0
- package/dist-types/commands/ListApplicationVersionsCommand.d.ts +4 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/RollbackApplicationCommand.d.ts +4 -0
- package/dist-types/commands/StartApplicationCommand.d.ts +4 -0
- package/dist-types/commands/StopApplicationCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateApplicationMaintenanceConfigurationCommand.d.ts +4 -0
- package/dist-types/index.d.ts +8 -1
- package/dist-types/models/KinesisAnalyticsV2ServiceException.d.ts +1 -0
- package/dist-types/ts3.4/KinesisAnalyticsV2Client.d.ts +3 -3
- package/dist-types/ts3.4/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/AddApplicationInputCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/AddApplicationOutputCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/AddApplicationReferenceDataSourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/AddApplicationVpcConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateApplicationPresignedUrlCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateApplicationSnapshotCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteApplicationOutputCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteApplicationSnapshotCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteApplicationVpcConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeApplicationSnapshotCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeApplicationVersionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListApplicationSnapshotsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RollbackApplicationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateApplicationMaintenanceConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +1 -1
- package/dist-types/ts3.4/models/KinesisAnalyticsV2ServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
AddApplicationCloudWatchLoggingOptionRequest,
|
|
16
16
|
AddApplicationCloudWatchLoggingOptionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AddApplicationCloudWatchLoggingOptionCommandInput
|
|
19
20
|
extends AddApplicationCloudWatchLoggingOptionRequest {}
|
|
20
21
|
export interface AddApplicationCloudWatchLoggingOptionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
AddApplicationInputRequest,
|
|
16
16
|
AddApplicationInputResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AddApplicationInputCommandInput
|
|
19
20
|
extends AddApplicationInputRequest {}
|
|
20
21
|
export interface AddApplicationInputCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
AddApplicationInputProcessingConfigurationRequest,
|
|
16
16
|
AddApplicationInputProcessingConfigurationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AddApplicationInputProcessingConfigurationCommandInput
|
|
19
20
|
extends AddApplicationInputProcessingConfigurationRequest {}
|
|
20
21
|
export interface AddApplicationInputProcessingConfigurationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
AddApplicationOutputRequest,
|
|
16
16
|
AddApplicationOutputResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AddApplicationOutputCommandInput
|
|
19
20
|
extends AddApplicationOutputRequest {}
|
|
20
21
|
export interface AddApplicationOutputCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
AddApplicationReferenceDataSourceRequest,
|
|
16
16
|
AddApplicationReferenceDataSourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AddApplicationReferenceDataSourceCommandInput
|
|
19
20
|
extends AddApplicationReferenceDataSourceRequest {}
|
|
20
21
|
export interface AddApplicationReferenceDataSourceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
AddApplicationVpcConfigurationRequest,
|
|
16
16
|
AddApplicationVpcConfigurationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AddApplicationVpcConfigurationCommandInput
|
|
19
20
|
extends AddApplicationVpcConfigurationRequest {}
|
|
20
21
|
export interface AddApplicationVpcConfigurationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateApplicationRequest,
|
|
16
16
|
CreateApplicationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateApplicationCommandInput
|
|
19
20
|
extends CreateApplicationRequest {}
|
|
20
21
|
export interface CreateApplicationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateApplicationPresignedUrlRequest,
|
|
16
16
|
CreateApplicationPresignedUrlResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateApplicationPresignedUrlCommandInput
|
|
19
20
|
extends CreateApplicationPresignedUrlRequest {}
|
|
20
21
|
export interface CreateApplicationPresignedUrlCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateApplicationSnapshotRequest,
|
|
16
16
|
CreateApplicationSnapshotResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateApplicationSnapshotCommandInput
|
|
19
20
|
extends CreateApplicationSnapshotRequest {}
|
|
20
21
|
export interface CreateApplicationSnapshotCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteApplicationCloudWatchLoggingOptionRequest,
|
|
16
16
|
DeleteApplicationCloudWatchLoggingOptionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteApplicationCloudWatchLoggingOptionCommandInput
|
|
19
20
|
extends DeleteApplicationCloudWatchLoggingOptionRequest {}
|
|
20
21
|
export interface DeleteApplicationCloudWatchLoggingOptionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteApplicationRequest,
|
|
16
16
|
DeleteApplicationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteApplicationCommandInput
|
|
19
20
|
extends DeleteApplicationRequest {}
|
|
20
21
|
export interface DeleteApplicationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteApplicationInputProcessingConfigurationRequest,
|
|
16
16
|
DeleteApplicationInputProcessingConfigurationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteApplicationInputProcessingConfigurationCommandInput
|
|
19
20
|
extends DeleteApplicationInputProcessingConfigurationRequest {}
|
|
20
21
|
export interface DeleteApplicationInputProcessingConfigurationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteApplicationOutputRequest,
|
|
16
16
|
DeleteApplicationOutputResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteApplicationOutputCommandInput
|
|
19
20
|
extends DeleteApplicationOutputRequest {}
|
|
20
21
|
export interface DeleteApplicationOutputCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteApplicationReferenceDataSourceRequest,
|
|
16
16
|
DeleteApplicationReferenceDataSourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteApplicationReferenceDataSourceCommandInput
|
|
19
20
|
extends DeleteApplicationReferenceDataSourceRequest {}
|
|
20
21
|
export interface DeleteApplicationReferenceDataSourceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteApplicationSnapshotRequest,
|
|
16
16
|
DeleteApplicationSnapshotResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteApplicationSnapshotCommandInput
|
|
19
20
|
extends DeleteApplicationSnapshotRequest {}
|
|
20
21
|
export interface DeleteApplicationSnapshotCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteApplicationVpcConfigurationRequest,
|
|
16
16
|
DeleteApplicationVpcConfigurationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteApplicationVpcConfigurationCommandInput
|
|
19
20
|
extends DeleteApplicationVpcConfigurationRequest {}
|
|
20
21
|
export interface DeleteApplicationVpcConfigurationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeApplicationRequest,
|
|
16
16
|
DescribeApplicationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeApplicationCommandInput
|
|
19
20
|
extends DescribeApplicationRequest {}
|
|
20
21
|
export interface DescribeApplicationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeApplicationSnapshotRequest,
|
|
16
16
|
DescribeApplicationSnapshotResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeApplicationSnapshotCommandInput
|
|
19
20
|
extends DescribeApplicationSnapshotRequest {}
|
|
20
21
|
export interface DescribeApplicationSnapshotCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeApplicationVersionRequest,
|
|
16
16
|
DescribeApplicationVersionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeApplicationVersionCommandInput
|
|
19
20
|
extends DescribeApplicationVersionRequest {}
|
|
20
21
|
export interface DescribeApplicationVersionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DiscoverInputSchemaRequest,
|
|
16
16
|
DiscoverInputSchemaResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DiscoverInputSchemaCommandInput
|
|
19
20
|
extends DiscoverInputSchemaRequest {}
|
|
20
21
|
export interface DiscoverInputSchemaCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListApplicationSnapshotsRequest,
|
|
16
16
|
ListApplicationSnapshotsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListApplicationSnapshotsCommandInput
|
|
19
20
|
extends ListApplicationSnapshotsRequest {}
|
|
20
21
|
export interface ListApplicationSnapshotsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListApplicationVersionsRequest,
|
|
16
16
|
ListApplicationVersionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListApplicationVersionsCommandInput
|
|
19
20
|
extends ListApplicationVersionsRequest {}
|
|
20
21
|
export interface ListApplicationVersionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListApplicationsRequest,
|
|
16
16
|
ListApplicationsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
|
|
19
20
|
export interface ListApplicationsCommandOutput
|
|
20
21
|
extends ListApplicationsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceRequest,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
RollbackApplicationRequest,
|
|
16
16
|
RollbackApplicationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface RollbackApplicationCommandInput
|
|
19
20
|
extends RollbackApplicationRequest {}
|
|
20
21
|
export interface RollbackApplicationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StartApplicationRequest,
|
|
16
16
|
StartApplicationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartApplicationCommandInput extends StartApplicationRequest {}
|
|
19
20
|
export interface StartApplicationCommandOutput
|
|
20
21
|
extends StartApplicationResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StopApplicationRequest,
|
|
16
16
|
StopApplicationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StopApplicationCommandInput extends StopApplicationRequest {}
|
|
19
20
|
export interface StopApplicationCommandOutput
|
|
20
21
|
extends StopApplicationResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../KinesisAnalyticsV2Client";
|
|
14
14
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UntagResourceRequest,
|
|
16
16
|
UntagResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
20
|
export interface UntagResourceCommandOutput
|
|
20
21
|
extends UntagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateApplicationRequest,
|
|
16
16
|
UpdateApplicationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateApplicationCommandInput
|
|
19
20
|
extends UpdateApplicationRequest {}
|
|
20
21
|
export interface UpdateApplicationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateApplicationMaintenanceConfigurationRequest,
|
|
16
16
|
UpdateApplicationMaintenanceConfigurationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateApplicationMaintenanceConfigurationCommandInput
|
|
19
20
|
extends UpdateApplicationMaintenanceConfigurationRequest {}
|
|
20
21
|
export interface UpdateApplicationMaintenanceConfigurationCommandOutput
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "./KinesisAnalyticsV2";
|
|
2
1
|
export * from "./KinesisAnalyticsV2Client";
|
|
2
|
+
export * from "./KinesisAnalyticsV2";
|
|
3
3
|
export * from "./commands";
|
|
4
4
|
export * from "./models";
|
|
5
5
|
export { KinesisAnalyticsV2ServiceException } from "./models/KinesisAnalyticsV2ServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class KinesisAnalyticsV2ServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kinesis-analytics-v2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kinesis Analytics V2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.338.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.338.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.338.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.338.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
43
|
+
"@aws-sdk/types": "3.338.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.338.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|