@aws-sdk/client-kinesis-analytics 3.1045.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 +56 -57
- package/dist-cjs/models/KinesisAnalyticsServiceException.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/KinesisAnalytics.js +1 -1
- package/dist-es/KinesisAnalyticsClient.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/CreateApplicationCommand.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/DescribeApplicationCommand.js +2 -2
- package/dist-es/commands/DiscoverInputSchemaCommand.js +2 -2
- package/dist-es/commands/ListApplicationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.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/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/KinesisAnalyticsServiceException.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/KinesisAnalyticsClient.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/CreateApplicationCommand.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/DescribeApplicationCommand.d.ts +6 -4
- package/dist-types/commands/DiscoverInputSchemaCommand.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/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/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/KinesisAnalyticsServiceException.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/KinesisAnalyticsClient.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/CreateApplicationCommand.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/DescribeApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.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/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/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/KinesisAnalyticsServiceException.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,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 { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient";
|
|
4
4
|
import type { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListApplicationsCommandInput extends ListApplicationsRequest {
|
|
|
22
22
|
export interface ListApplicationsCommandOutput extends ListApplicationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListApplicationsCommand_base: {
|
|
25
|
-
new (input: ListApplicationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListApplicationsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <note>
|
|
@@ -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 { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient";
|
|
4
4
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the list of key-value tags assigned to the application. For more information, see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-tagging.html">Using Tagging</a>.</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 { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient";
|
|
4
4
|
import type { StartApplicationRequest, StartApplicationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartApplicationCommandInput extends StartApplicationRequest {
|
|
|
22
22
|
export interface StartApplicationCommandOutput extends StartApplicationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartApplicationCommand_base: {
|
|
25
|
-
new (input: StartApplicationCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartApplicationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartApplicationCommandInput): import("@smithy/core/client").CommandImpl<StartApplicationCommandInput, StartApplicationCommandOutput, KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartApplicationCommandInput): import("@smithy/core/client").CommandImpl<StartApplicationCommandInput, StartApplicationCommandOutput, KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <note>
|
|
@@ -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 { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient";
|
|
4
4
|
import type { StopApplicationRequest, StopApplicationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StopApplicationCommandInput extends StopApplicationRequest {
|
|
|
22
22
|
export interface StopApplicationCommandOutput extends StopApplicationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StopApplicationCommand_base: {
|
|
25
|
-
new (input: StopApplicationCommandInput): import("@smithy/
|
|
26
|
-
new (input: StopApplicationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StopApplicationCommandInput): import("@smithy/core/client").CommandImpl<StopApplicationCommandInput, StopApplicationCommandOutput, KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StopApplicationCommandInput): import("@smithy/core/client").CommandImpl<StopApplicationCommandInput, StopApplicationCommandOutput, KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <note>
|
|
@@ -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 { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient";
|
|
4
4
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds one or more key-value tags to a Kinesis Analytics application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50.
|
|
@@ -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 { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient";
|
|
4
4
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes one or more tags from a Kinesis Analytics application. For more information, see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-tagging.html">Using Tagging</a>.</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 { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient";
|
|
4
4
|
import type { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateApplicationCommandInput extends UpdateApplicationRequest
|
|
|
22
22
|
export interface UpdateApplicationCommandOutput extends UpdateApplicationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateApplicationCommand_base: {
|
|
25
|
-
new (input: UpdateApplicationCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateApplicationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <note>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { KinesisAnalyticsServiceException as __BaseException } from "./KinesisAnalyticsServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.</p>
|
|
@@ -5,13 +5,13 @@ import type { KinesisAnalyticsClientConfig } from "./KinesisAnalyticsClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: KinesisAnalyticsClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { KinesisAnalyticsClientConfig } from "./KinesisAnalyticsClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: KinesisAnalyticsClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { KinesisAnalyticsClientConfig } from "./KinesisAnalyticsClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: KinesisAnalyticsClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: KinesisAnalyticsClientConfig) =>
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisAnalyticsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface AddApplicationCloudWatchLoggingOptionCommandOutput
|
|
|
19
19
|
declare const AddApplicationCloudWatchLoggingOptionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AddApplicationCloudWatchLoggingOptionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AddApplicationCloudWatchLoggingOptionCommandInput,
|
|
24
24
|
AddApplicationCloudWatchLoggingOptionCommandOutput,
|
|
25
25
|
KinesisAnalyticsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AddApplicationCloudWatchLoggingOptionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AddApplicationCloudWatchLoggingOptionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AddApplicationCloudWatchLoggingOptionCommandInput,
|
|
33
33
|
AddApplicationCloudWatchLoggingOptionCommandOutput,
|
|
34
34
|
KinesisAnalyticsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class AddApplicationCloudWatchLoggingOptionCommand extends AddApplicationCloudWatchLoggingOptionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisAnalyticsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface AddApplicationInputCommandOutput
|
|
|
19
19
|
declare const AddApplicationInputCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AddApplicationInputCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AddApplicationInputCommandInput,
|
|
24
24
|
AddApplicationInputCommandOutput,
|
|
25
25
|
KinesisAnalyticsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AddApplicationInputCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AddApplicationInputCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AddApplicationInputCommandInput,
|
|
33
33
|
AddApplicationInputCommandOutput,
|
|
34
34
|
KinesisAnalyticsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class AddApplicationInputCommand extends AddApplicationInputCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisAnalyticsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface AddApplicationInputProcessingConfigurationCommandOutput
|
|
|
19
19
|
declare const AddApplicationInputProcessingConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AddApplicationInputProcessingConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AddApplicationInputProcessingConfigurationCommandInput,
|
|
24
24
|
AddApplicationInputProcessingConfigurationCommandOutput,
|
|
25
25
|
KinesisAnalyticsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AddApplicationInputProcessingConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AddApplicationInputProcessingConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AddApplicationInputProcessingConfigurationCommandInput,
|
|
33
33
|
AddApplicationInputProcessingConfigurationCommandOutput,
|
|
34
34
|
KinesisAnalyticsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class AddApplicationInputProcessingConfigurationCommand extends AddApplicationInputProcessingConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisAnalyticsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface AddApplicationOutputCommandOutput
|
|
|
19
19
|
declare const AddApplicationOutputCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AddApplicationOutputCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AddApplicationOutputCommandInput,
|
|
24
24
|
AddApplicationOutputCommandOutput,
|
|
25
25
|
KinesisAnalyticsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AddApplicationOutputCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AddApplicationOutputCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AddApplicationOutputCommandInput,
|
|
33
33
|
AddApplicationOutputCommandOutput,
|
|
34
34
|
KinesisAnalyticsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class AddApplicationOutputCommand extends AddApplicationOutputCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisAnalyticsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface AddApplicationReferenceDataSourceCommandOutput
|
|
|
19
19
|
declare const AddApplicationReferenceDataSourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AddApplicationReferenceDataSourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AddApplicationReferenceDataSourceCommandInput,
|
|
24
24
|
AddApplicationReferenceDataSourceCommandOutput,
|
|
25
25
|
KinesisAnalyticsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AddApplicationReferenceDataSourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AddApplicationReferenceDataSourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AddApplicationReferenceDataSourceCommandInput,
|
|
33
33
|
AddApplicationReferenceDataSourceCommandOutput,
|
|
34
34
|
KinesisAnalyticsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class AddApplicationReferenceDataSourceCommand extends AddApplicationReferenceDataSourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisAnalyticsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateApplicationCommandOutput
|
|
|
19
19
|
declare const CreateApplicationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateApplicationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateApplicationCommandInput,
|
|
24
24
|
CreateApplicationCommandOutput,
|
|
25
25
|
KinesisAnalyticsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateApplicationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateApplicationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateApplicationCommandInput,
|
|
33
33
|
CreateApplicationCommandOutput,
|
|
34
34
|
KinesisAnalyticsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisAnalyticsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteApplicationCloudWatchLoggingOptionCommandOutput
|
|
|
19
19
|
declare const DeleteApplicationCloudWatchLoggingOptionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteApplicationCloudWatchLoggingOptionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteApplicationCloudWatchLoggingOptionCommandInput,
|
|
24
24
|
DeleteApplicationCloudWatchLoggingOptionCommandOutput,
|
|
25
25
|
KinesisAnalyticsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteApplicationCloudWatchLoggingOptionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteApplicationCloudWatchLoggingOptionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteApplicationCloudWatchLoggingOptionCommandInput,
|
|
33
33
|
DeleteApplicationCloudWatchLoggingOptionCommandOutput,
|
|
34
34
|
KinesisAnalyticsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteApplicationCloudWatchLoggingOptionCommand extends DeleteApplicationCloudWatchLoggingOptionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisAnalyticsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteApplicationCommandOutput
|
|
|
19
19
|
declare const DeleteApplicationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteApplicationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteApplicationCommandInput,
|
|
24
24
|
DeleteApplicationCommandOutput,
|
|
25
25
|
KinesisAnalyticsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteApplicationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteApplicationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteApplicationCommandInput,
|
|
33
33
|
DeleteApplicationCommandOutput,
|
|
34
34
|
KinesisAnalyticsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisAnalyticsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteApplicationInputProcessingConfigurationCommandOutput
|
|
|
19
19
|
declare const DeleteApplicationInputProcessingConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteApplicationInputProcessingConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteApplicationInputProcessingConfigurationCommandInput,
|
|
24
24
|
DeleteApplicationInputProcessingConfigurationCommandOutput,
|
|
25
25
|
KinesisAnalyticsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteApplicationInputProcessingConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteApplicationInputProcessingConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteApplicationInputProcessingConfigurationCommandInput,
|
|
33
33
|
DeleteApplicationInputProcessingConfigurationCommandOutput,
|
|
34
34
|
KinesisAnalyticsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteApplicationInputProcessingConfigurationCommand extends DeleteApplicationInputProcessingConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisAnalyticsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteApplicationOutputCommandOutput
|
|
|
19
19
|
declare const DeleteApplicationOutputCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteApplicationOutputCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteApplicationOutputCommandInput,
|
|
24
24
|
DeleteApplicationOutputCommandOutput,
|
|
25
25
|
KinesisAnalyticsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteApplicationOutputCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteApplicationOutputCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteApplicationOutputCommandInput,
|
|
33
33
|
DeleteApplicationOutputCommandOutput,
|
|
34
34
|
KinesisAnalyticsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteApplicationOutputCommand extends DeleteApplicationOutputCommand_base {
|
|
41
43
|
protected static __types: {
|