@aws-sdk/client-kinesis-analytics-v2 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +82 -83
- package/dist-cjs/models/KinesisAnalyticsV2ServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/KinesisAnalyticsV2.js +1 -1
- package/dist-es/KinesisAnalyticsV2Client.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddApplicationCloudWatchLoggingOptionCommand.js +2 -2
- package/dist-es/commands/AddApplicationInputCommand.js +2 -2
- package/dist-es/commands/AddApplicationInputProcessingConfigurationCommand.js +2 -2
- package/dist-es/commands/AddApplicationOutputCommand.js +2 -2
- package/dist-es/commands/AddApplicationReferenceDataSourceCommand.js +2 -2
- package/dist-es/commands/AddApplicationVpcConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateApplicationCommand.js +2 -2
- package/dist-es/commands/CreateApplicationPresignedUrlCommand.js +2 -2
- package/dist-es/commands/CreateApplicationSnapshotCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationInputProcessingConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationOutputCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationReferenceDataSourceCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationSnapshotCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationVpcConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeApplicationCommand.js +2 -2
- package/dist-es/commands/DescribeApplicationOperationCommand.js +2 -2
- package/dist-es/commands/DescribeApplicationSnapshotCommand.js +2 -2
- package/dist-es/commands/DescribeApplicationVersionCommand.js +2 -2
- package/dist-es/commands/DiscoverInputSchemaCommand.js +2 -2
- package/dist-es/commands/ListApplicationOperationsCommand.js +2 -2
- package/dist-es/commands/ListApplicationSnapshotsCommand.js +2 -2
- package/dist-es/commands/ListApplicationVersionsCommand.js +2 -2
- package/dist-es/commands/ListApplicationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/RollbackApplicationCommand.js +2 -2
- package/dist-es/commands/StartApplicationCommand.js +2 -2
- package/dist-es/commands/StopApplicationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationMaintenanceConfigurationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/KinesisAnalyticsV2ServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/KinesisAnalyticsV2Client.d.ts +5 -5
- package/dist-types/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +6 -4
- package/dist-types/commands/AddApplicationInputCommand.d.ts +6 -4
- package/dist-types/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/AddApplicationOutputCommand.d.ts +6 -4
- package/dist-types/commands/AddApplicationReferenceDataSourceCommand.d.ts +6 -4
- package/dist-types/commands/AddApplicationVpcConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/CreateApplicationCommand.d.ts +6 -4
- package/dist-types/commands/CreateApplicationPresignedUrlCommand.d.ts +6 -4
- package/dist-types/commands/CreateApplicationSnapshotCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApplicationOutputCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApplicationSnapshotCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApplicationVpcConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeApplicationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeApplicationOperationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeApplicationSnapshotCommand.d.ts +6 -4
- package/dist-types/commands/DescribeApplicationVersionCommand.d.ts +6 -4
- package/dist-types/commands/DiscoverInputSchemaCommand.d.ts +6 -4
- package/dist-types/commands/ListApplicationOperationsCommand.d.ts +6 -4
- package/dist-types/commands/ListApplicationSnapshotsCommand.d.ts +6 -4
- package/dist-types/commands/ListApplicationVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListApplicationsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/RollbackApplicationCommand.d.ts +6 -4
- package/dist-types/commands/StartApplicationCommand.d.ts +6 -4
- package/dist-types/commands/StopApplicationCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateApplicationMaintenanceConfigurationCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/KinesisAnalyticsV2ServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/KinesisAnalyticsV2Client.d.ts +8 -14
- package/dist-types/ts3.4/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddApplicationInputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddApplicationOutputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddApplicationReferenceDataSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddApplicationVpcConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateApplicationPresignedUrlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateApplicationSnapshotCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApplicationOutputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApplicationSnapshotCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApplicationVpcConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeApplicationOperationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeApplicationSnapshotCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeApplicationVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApplicationOperationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApplicationSnapshotsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RollbackApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateApplicationMaintenanceConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/KinesisAnalyticsV2ServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { AddApplicationCloudWatchLoggingOptionCommandInput, AddApplicationCloudWatchLoggingOptionCommandOutput } from "./commands/AddApplicationCloudWatchLoggingOptionCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
|
|
4
4
|
import type { AddApplicationCloudWatchLoggingOptionRequest, AddApplicationCloudWatchLoggingOptionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AddApplicationCloudWatchLoggingOptionCommandInput extends AddAp
|
|
|
22
22
|
export interface AddApplicationCloudWatchLoggingOptionCommandOutput extends AddApplicationCloudWatchLoggingOptionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AddApplicationCloudWatchLoggingOptionCommand_base: {
|
|
25
|
-
new (input: AddApplicationCloudWatchLoggingOptionCommandInput): import("@smithy/
|
|
26
|
-
new (input: AddApplicationCloudWatchLoggingOptionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AddApplicationCloudWatchLoggingOptionCommandInput): import("@smithy/core/client").CommandImpl<AddApplicationCloudWatchLoggingOptionCommandInput, AddApplicationCloudWatchLoggingOptionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AddApplicationCloudWatchLoggingOptionCommandInput): import("@smithy/core/client").CommandImpl<AddApplicationCloudWatchLoggingOptionCommandInput, AddApplicationCloudWatchLoggingOptionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds an Amazon CloudWatch log stream to monitor application configuration errors.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
|
|
4
4
|
import type { AddApplicationInputRequest, AddApplicationInputResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AddApplicationInputCommandInput extends AddApplicationInputRequ
|
|
|
22
22
|
export interface AddApplicationInputCommandOutput extends AddApplicationInputResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AddApplicationInputCommand_base: {
|
|
25
|
-
new (input: AddApplicationInputCommandInput): import("@smithy/
|
|
26
|
-
new (input: AddApplicationInputCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AddApplicationInputCommandInput): import("@smithy/core/client").CommandImpl<AddApplicationInputCommandInput, AddApplicationInputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AddApplicationInputCommandInput): import("@smithy/core/client").CommandImpl<AddApplicationInputCommandInput, AddApplicationInputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
|
|
4
4
|
import type { AddApplicationInputProcessingConfigurationRequest, AddApplicationInputProcessingConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AddApplicationInputProcessingConfigurationCommandInput extends
|
|
|
22
22
|
export interface AddApplicationInputProcessingConfigurationCommandOutput extends AddApplicationInputProcessingConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AddApplicationInputProcessingConfigurationCommand_base: {
|
|
25
|
-
new (input: AddApplicationInputProcessingConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: AddApplicationInputProcessingConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AddApplicationInputProcessingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<AddApplicationInputProcessingConfigurationCommandInput, AddApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AddApplicationInputProcessingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<AddApplicationInputProcessingConfigurationCommandInput, AddApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds an <a>InputProcessingConfiguration</a> to a SQL-based Kinesis Data Analytics application. An input processor pre-processes records
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
|
|
4
4
|
import type { AddApplicationOutputRequest, AddApplicationOutputResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AddApplicationOutputCommandInput extends AddApplicationOutputRe
|
|
|
22
22
|
export interface AddApplicationOutputCommandOutput extends AddApplicationOutputResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AddApplicationOutputCommand_base: {
|
|
25
|
-
new (input: AddApplicationOutputCommandInput): import("@smithy/
|
|
26
|
-
new (input: AddApplicationOutputCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AddApplicationOutputCommandInput): import("@smithy/core/client").CommandImpl<AddApplicationOutputCommandInput, AddApplicationOutputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AddApplicationOutputCommandInput): import("@smithy/core/client").CommandImpl<AddApplicationOutputCommandInput, AddApplicationOutputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds an external destination to your SQL-based Kinesis Data Analytics application.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
|
|
4
4
|
import type { AddApplicationReferenceDataSourceRequest, AddApplicationReferenceDataSourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AddApplicationReferenceDataSourceCommandInput extends AddApplic
|
|
|
22
22
|
export interface AddApplicationReferenceDataSourceCommandOutput extends AddApplicationReferenceDataSourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AddApplicationReferenceDataSourceCommand_base: {
|
|
25
|
-
new (input: AddApplicationReferenceDataSourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: AddApplicationReferenceDataSourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AddApplicationReferenceDataSourceCommandInput): import("@smithy/core/client").CommandImpl<AddApplicationReferenceDataSourceCommandInput, AddApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AddApplicationReferenceDataSourceCommandInput): import("@smithy/core/client").CommandImpl<AddApplicationReferenceDataSourceCommandInput, AddApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds a reference data source to an existing SQL-based Kinesis Data Analytics application.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
|
|
4
4
|
import type { AddApplicationVpcConfigurationRequest, AddApplicationVpcConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AddApplicationVpcConfigurationCommandInput extends AddApplicati
|
|
|
22
22
|
export interface AddApplicationVpcConfigurationCommandOutput extends AddApplicationVpcConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AddApplicationVpcConfigurationCommand_base: {
|
|
25
|
-
new (input: AddApplicationVpcConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: AddApplicationVpcConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AddApplicationVpcConfigurationCommandInput): import("@smithy/core/client").CommandImpl<AddApplicationVpcConfigurationCommandInput, AddApplicationVpcConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AddApplicationVpcConfigurationCommandInput): import("@smithy/core/client").CommandImpl<AddApplicationVpcConfigurationCommandInput, AddApplicationVpcConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds a Virtual Private Cloud (VPC) configuration to the application. Applications can use VPCs to store
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
|
|
4
4
|
import type { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateApplicationCommandInput extends CreateApplicationRequest
|
|
|
22
22
|
export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateApplicationCommand_base: {
|
|
25
|
-
new (input: CreateApplicationCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateApplicationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a Managed Service for Apache Flink application. For information about creating a
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
|
|
4
4
|
import type { CreateApplicationPresignedUrlRequest, CreateApplicationPresignedUrlResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateApplicationPresignedUrlCommandInput extends CreateApplica
|
|
|
22
22
|
export interface CreateApplicationPresignedUrlCommandOutput extends CreateApplicationPresignedUrlResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateApplicationPresignedUrlCommand_base: {
|
|
25
|
-
new (input: CreateApplicationPresignedUrlCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateApplicationPresignedUrlCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateApplicationPresignedUrlCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationPresignedUrlCommandInput, CreateApplicationPresignedUrlCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateApplicationPresignedUrlCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationPresignedUrlCommandInput, CreateApplicationPresignedUrlCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates and returns a URL that you can use to connect to
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
|
|
4
4
|
import type { CreateApplicationSnapshotRequest, CreateApplicationSnapshotResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateApplicationSnapshotCommandInput extends CreateApplication
|
|
|
22
22
|
export interface CreateApplicationSnapshotCommandOutput extends CreateApplicationSnapshotResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateApplicationSnapshotCommand_base: {
|
|
25
|
-
new (input: CreateApplicationSnapshotCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateApplicationSnapshotCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateApplicationSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationSnapshotCommandInput, CreateApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateApplicationSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationSnapshotCommandInput, CreateApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a snapshot of the application's state data.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
|
|
4
4
|
import type { DeleteApplicationCloudWatchLoggingOptionRequest, DeleteApplicationCloudWatchLoggingOptionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteApplicationCloudWatchLoggingOptionCommandInput extends De
|
|
|
22
22
|
export interface DeleteApplicationCloudWatchLoggingOptionCommandOutput extends DeleteApplicationCloudWatchLoggingOptionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteApplicationCloudWatchLoggingOptionCommand_base: {
|
|
25
|
-
new (input: DeleteApplicationCloudWatchLoggingOptionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteApplicationCloudWatchLoggingOptionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteApplicationCloudWatchLoggingOptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCloudWatchLoggingOptionCommandInput, DeleteApplicationCloudWatchLoggingOptionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteApplicationCloudWatchLoggingOptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCloudWatchLoggingOptionCommandInput, DeleteApplicationCloudWatchLoggingOptionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an Amazon CloudWatch log stream from an SQL-based Kinesis Data Analytics application. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
|
|
4
4
|
import type { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteApplicationCommandInput extends DeleteApplicationRequest
|
|
|
22
22
|
export interface DeleteApplicationCommandOutput extends DeleteApplicationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteApplicationCommand_base: {
|
|
25
|
-
new (input: DeleteApplicationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteApplicationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified application. Managed Service for Apache Flink halts application execution and deletes the application.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
|
|
4
4
|
import type { DeleteApplicationInputProcessingConfigurationRequest, DeleteApplicationInputProcessingConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteApplicationInputProcessingConfigurationCommandInput exten
|
|
|
22
22
|
export interface DeleteApplicationInputProcessingConfigurationCommandOutput extends DeleteApplicationInputProcessingConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteApplicationInputProcessingConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteApplicationInputProcessingConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteApplicationInputProcessingConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteApplicationInputProcessingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationInputProcessingConfigurationCommandInput, DeleteApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteApplicationInputProcessingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationInputProcessingConfigurationCommandInput, DeleteApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an <a>InputProcessingConfiguration</a> from an input.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
|
|
4
4
|
import type { DeleteApplicationOutputRequest, DeleteApplicationOutputResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteApplicationOutputCommandInput extends DeleteApplicationOu
|
|
|
22
22
|
export interface DeleteApplicationOutputCommandOutput extends DeleteApplicationOutputResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteApplicationOutputCommand_base: {
|
|
25
|
-
new (input: DeleteApplicationOutputCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteApplicationOutputCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteApplicationOutputCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationOutputCommandInput, DeleteApplicationOutputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteApplicationOutputCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationOutputCommandInput, DeleteApplicationOutputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the output destination configuration from your SQL-based Kinesis Data Analytics application's configuration.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
|
|
4
4
|
import type { DeleteApplicationReferenceDataSourceRequest, DeleteApplicationReferenceDataSourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteApplicationReferenceDataSourceCommandInput extends Delete
|
|
|
22
22
|
export interface DeleteApplicationReferenceDataSourceCommandOutput extends DeleteApplicationReferenceDataSourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteApplicationReferenceDataSourceCommand_base: {
|
|
25
|
-
new (input: DeleteApplicationReferenceDataSourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteApplicationReferenceDataSourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteApplicationReferenceDataSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationReferenceDataSourceCommandInput, DeleteApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteApplicationReferenceDataSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationReferenceDataSourceCommandInput, DeleteApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a reference data source configuration from the specified SQL-based Kinesis Data Analytics application's configuration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
|
|
4
4
|
import type { DeleteApplicationSnapshotRequest, DeleteApplicationSnapshotResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteApplicationSnapshotCommandInput extends DeleteApplication
|
|
|
22
22
|
export interface DeleteApplicationSnapshotCommandOutput extends DeleteApplicationSnapshotResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteApplicationSnapshotCommand_base: {
|
|
25
|
-
new (input: DeleteApplicationSnapshotCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteApplicationSnapshotCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteApplicationSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationSnapshotCommandInput, DeleteApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteApplicationSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationSnapshotCommandInput, DeleteApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a snapshot of application state.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
|
|
4
4
|
import type { DeleteApplicationVpcConfigurationRequest, DeleteApplicationVpcConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteApplicationVpcConfigurationCommandInput extends DeleteApp
|
|
|
22
22
|
export interface DeleteApplicationVpcConfigurationCommandOutput extends DeleteApplicationVpcConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteApplicationVpcConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteApplicationVpcConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteApplicationVpcConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteApplicationVpcConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationVpcConfigurationCommandInput, DeleteApplicationVpcConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteApplicationVpcConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationVpcConfigurationCommandInput, DeleteApplicationVpcConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes a VPC configuration from a Managed Service for Apache Flink application.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
|
|
4
4
|
import type { DescribeApplicationRequest, DescribeApplicationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeApplicationCommandInput extends DescribeApplicationRequ
|
|
|
22
22
|
export interface DescribeApplicationCommandOutput extends DescribeApplicationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeApplicationCommand_base: {
|
|
25
|
-
new (input: DescribeApplicationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeApplicationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeApplicationCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeApplicationCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about a specific Managed Service for Apache Flink application.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
|
|
4
4
|
import type { DescribeApplicationOperationRequest, DescribeApplicationOperationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeApplicationOperationCommandInput extends DescribeApplic
|
|
|
22
22
|
export interface DescribeApplicationOperationCommandOutput extends DescribeApplicationOperationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeApplicationOperationCommand_base: {
|
|
25
|
-
new (input: DescribeApplicationOperationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeApplicationOperationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeApplicationOperationCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationOperationCommandInput, DescribeApplicationOperationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeApplicationOperationCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationOperationCommandInput, DescribeApplicationOperationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides a detailed description of a specified application operation. To see a list of all the operations of an application, invoke the <a>ListApplicationOperations</a> operation.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
|
|
4
4
|
import type { DescribeApplicationSnapshotRequest, DescribeApplicationSnapshotResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeApplicationSnapshotCommandInput extends DescribeApplica
|
|
|
22
22
|
export interface DescribeApplicationSnapshotCommandOutput extends DescribeApplicationSnapshotResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeApplicationSnapshotCommand_base: {
|
|
25
|
-
new (input: DescribeApplicationSnapshotCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeApplicationSnapshotCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeApplicationSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationSnapshotCommandInput, DescribeApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeApplicationSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationSnapshotCommandInput, DescribeApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about a snapshot of application state data.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
|
|
4
4
|
import type { DescribeApplicationVersionRequest, DescribeApplicationVersionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeApplicationVersionCommandInput extends DescribeApplicat
|
|
|
22
22
|
export interface DescribeApplicationVersionCommandOutput extends DescribeApplicationVersionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeApplicationVersionCommand_base: {
|
|
25
|
-
new (input: DescribeApplicationVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeApplicationVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeApplicationVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationVersionCommandInput, DescribeApplicationVersionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeApplicationVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationVersionCommandInput, DescribeApplicationVersionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides a detailed description of a specified version of the application. To see a list of all the versions of an application, invoke the <a>ListApplicationVersions</a> operation.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
|
|
4
4
|
import type { DiscoverInputSchemaRequest, DiscoverInputSchemaResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DiscoverInputSchemaCommandInput extends DiscoverInputSchemaRequ
|
|
|
22
22
|
export interface DiscoverInputSchemaCommandOutput extends DiscoverInputSchemaResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DiscoverInputSchemaCommand_base: {
|
|
25
|
-
new (input: DiscoverInputSchemaCommandInput): import("@smithy/
|
|
26
|
-
new (input: DiscoverInputSchemaCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DiscoverInputSchemaCommandInput): import("@smithy/core/client").CommandImpl<DiscoverInputSchemaCommandInput, DiscoverInputSchemaCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DiscoverInputSchemaCommandInput): import("@smithy/core/client").CommandImpl<DiscoverInputSchemaCommandInput, DiscoverInputSchemaCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Infers a schema for a SQL-based Kinesis Data Analytics application by evaluating
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
|
|
4
4
|
import type { ListApplicationOperationsRequest, ListApplicationOperationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListApplicationOperationsCommandInput extends ListApplicationOp
|
|
|
22
22
|
export interface ListApplicationOperationsCommandOutput extends ListApplicationOperationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListApplicationOperationsCommand_base: {
|
|
25
|
-
new (input: ListApplicationOperationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListApplicationOperationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListApplicationOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationOperationsCommandInput, ListApplicationOperationsCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListApplicationOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationOperationsCommandInput, ListApplicationOperationsCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all the operations performed for the specified application such as UpdateApplication, StartApplication etc.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
|
|
4
4
|
import type { ListApplicationSnapshotsRequest, ListApplicationSnapshotsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListApplicationSnapshotsCommandInput extends ListApplicationSna
|
|
|
22
22
|
export interface ListApplicationSnapshotsCommandOutput extends ListApplicationSnapshotsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListApplicationSnapshotsCommand_base: {
|
|
25
|
-
new (input: ListApplicationSnapshotsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListApplicationSnapshotsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListApplicationSnapshotsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationSnapshotsCommandInput, ListApplicationSnapshotsCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListApplicationSnapshotsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationSnapshotsCommandInput, ListApplicationSnapshotsCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists information about the current application snapshots.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
|
|
4
4
|
import type { ListApplicationVersionsRequest, ListApplicationVersionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListApplicationVersionsCommandInput extends ListApplicationVers
|
|
|
22
22
|
export interface ListApplicationVersionsCommandOutput extends ListApplicationVersionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListApplicationVersionsCommand_base: {
|
|
25
|
-
new (input: ListApplicationVersionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListApplicationVersionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListApplicationVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListApplicationVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all the versions for the specified application, including versions that were rolled back. The response also includes a summary of the configuration
|