@aws-sdk/client-kinesis-analytics 3.477.0 → 3.481.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.
Files changed (85) hide show
  1. package/dist-cjs/commands/AddApplicationCloudWatchLoggingOptionCommand.js +18 -41
  2. package/dist-cjs/commands/AddApplicationInputCommand.js +18 -41
  3. package/dist-cjs/commands/AddApplicationInputProcessingConfigurationCommand.js +18 -41
  4. package/dist-cjs/commands/AddApplicationOutputCommand.js +18 -41
  5. package/dist-cjs/commands/AddApplicationReferenceDataSourceCommand.js +18 -41
  6. package/dist-cjs/commands/CreateApplicationCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteApplicationCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteApplicationInputProcessingConfigurationCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteApplicationOutputCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteApplicationReferenceDataSourceCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeApplicationCommand.js +18 -41
  13. package/dist-cjs/commands/DiscoverInputSchemaCommand.js +18 -41
  14. package/dist-cjs/commands/ListApplicationsCommand.js +18 -41
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  16. package/dist-cjs/commands/StartApplicationCommand.js +18 -41
  17. package/dist-cjs/commands/StopApplicationCommand.js +18 -41
  18. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  19. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  20. package/dist-cjs/commands/UpdateApplicationCommand.js +18 -41
  21. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  22. package/dist-es/commands/AddApplicationCloudWatchLoggingOptionCommand.js +18 -41
  23. package/dist-es/commands/AddApplicationInputCommand.js +18 -41
  24. package/dist-es/commands/AddApplicationInputProcessingConfigurationCommand.js +18 -41
  25. package/dist-es/commands/AddApplicationOutputCommand.js +18 -41
  26. package/dist-es/commands/AddApplicationReferenceDataSourceCommand.js +18 -41
  27. package/dist-es/commands/CreateApplicationCommand.js +18 -41
  28. package/dist-es/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +18 -41
  29. package/dist-es/commands/DeleteApplicationCommand.js +18 -41
  30. package/dist-es/commands/DeleteApplicationInputProcessingConfigurationCommand.js +18 -41
  31. package/dist-es/commands/DeleteApplicationOutputCommand.js +18 -41
  32. package/dist-es/commands/DeleteApplicationReferenceDataSourceCommand.js +18 -41
  33. package/dist-es/commands/DescribeApplicationCommand.js +18 -41
  34. package/dist-es/commands/DiscoverInputSchemaCommand.js +18 -41
  35. package/dist-es/commands/ListApplicationsCommand.js +18 -41
  36. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  37. package/dist-es/commands/StartApplicationCommand.js +18 -41
  38. package/dist-es/commands/StopApplicationCommand.js +18 -41
  39. package/dist-es/commands/TagResourceCommand.js +18 -41
  40. package/dist-es/commands/UntagResourceCommand.js +18 -41
  41. package/dist-es/commands/UpdateApplicationCommand.js +18 -41
  42. package/dist-es/endpoint/EndpointParameters.js +6 -0
  43. package/dist-types/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +6 -21
  44. package/dist-types/commands/AddApplicationInputCommand.d.ts +6 -21
  45. package/dist-types/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +6 -21
  46. package/dist-types/commands/AddApplicationOutputCommand.d.ts +6 -21
  47. package/dist-types/commands/AddApplicationReferenceDataSourceCommand.d.ts +6 -21
  48. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -21
  49. package/dist-types/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +6 -21
  50. package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -21
  51. package/dist-types/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +6 -21
  52. package/dist-types/commands/DeleteApplicationOutputCommand.d.ts +6 -21
  53. package/dist-types/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +6 -21
  54. package/dist-types/commands/DescribeApplicationCommand.d.ts +6 -21
  55. package/dist-types/commands/DiscoverInputSchemaCommand.d.ts +6 -21
  56. package/dist-types/commands/ListApplicationsCommand.d.ts +6 -21
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  58. package/dist-types/commands/StartApplicationCommand.d.ts +6 -21
  59. package/dist-types/commands/StopApplicationCommand.d.ts +6 -21
  60. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  61. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  62. package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -21
  63. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  64. package/dist-types/ts3.4/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +12 -24
  65. package/dist-types/ts3.4/commands/AddApplicationInputCommand.d.ts +14 -23
  66. package/dist-types/ts3.4/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +12 -24
  67. package/dist-types/ts3.4/commands/AddApplicationOutputCommand.d.ts +12 -24
  68. package/dist-types/ts3.4/commands/AddApplicationReferenceDataSourceCommand.d.ts +12 -24
  69. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +14 -23
  70. package/dist-types/ts3.4/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +12 -24
  71. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +14 -23
  72. package/dist-types/ts3.4/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +12 -24
  73. package/dist-types/ts3.4/commands/DeleteApplicationOutputCommand.d.ts +12 -24
  74. package/dist-types/ts3.4/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +12 -24
  75. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +14 -23
  76. package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  85. package/package.json +10 -10
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  KinesisAnalyticsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface AddApplicationInputProcessingConfigurationCommandInput
21
15
  export interface AddApplicationInputProcessingConfigurationCommandOutput
22
16
  extends AddApplicationInputProcessingConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class AddApplicationInputProcessingConfigurationCommand extends $Command<
25
- AddApplicationInputProcessingConfigurationCommandInput,
26
- AddApplicationInputProcessingConfigurationCommandOutput,
27
- KinesisAnalyticsClientResolvedConfig
28
- > {
29
- readonly input: AddApplicationInputProcessingConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AddApplicationInputProcessingConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: KinesisAnalyticsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const AddApplicationInputProcessingConfigurationCommand_base: {
19
+ new (
20
+ input: AddApplicationInputProcessingConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  AddApplicationInputProcessingConfigurationCommandInput,
38
- AddApplicationInputProcessingConfigurationCommandOutput
23
+ AddApplicationInputProcessingConfigurationCommandOutput,
24
+ KinesisAnalyticsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AddApplicationInputProcessingConfigurationCommand extends AddApplicationInputProcessingConfigurationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  KinesisAnalyticsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface AddApplicationOutputCommandInput
21
15
  export interface AddApplicationOutputCommandOutput
22
16
  extends AddApplicationOutputResponse,
23
17
  __MetadataBearer {}
24
- export declare class AddApplicationOutputCommand extends $Command<
25
- AddApplicationOutputCommandInput,
26
- AddApplicationOutputCommandOutput,
27
- KinesisAnalyticsClientResolvedConfig
28
- > {
29
- readonly input: AddApplicationOutputCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AddApplicationOutputCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: KinesisAnalyticsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const AddApplicationOutputCommand_base: {
19
+ new (
20
+ input: AddApplicationOutputCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  AddApplicationOutputCommandInput,
38
- AddApplicationOutputCommandOutput
23
+ AddApplicationOutputCommandOutput,
24
+ KinesisAnalyticsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AddApplicationOutputCommand extends AddApplicationOutputCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  KinesisAnalyticsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface AddApplicationReferenceDataSourceCommandInput
21
15
  export interface AddApplicationReferenceDataSourceCommandOutput
22
16
  extends AddApplicationReferenceDataSourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class AddApplicationReferenceDataSourceCommand extends $Command<
25
- AddApplicationReferenceDataSourceCommandInput,
26
- AddApplicationReferenceDataSourceCommandOutput,
27
- KinesisAnalyticsClientResolvedConfig
28
- > {
29
- readonly input: AddApplicationReferenceDataSourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AddApplicationReferenceDataSourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: KinesisAnalyticsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const AddApplicationReferenceDataSourceCommand_base: {
19
+ new (
20
+ input: AddApplicationReferenceDataSourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  AddApplicationReferenceDataSourceCommandInput,
38
- AddApplicationReferenceDataSourceCommandOutput
23
+ AddApplicationReferenceDataSourceCommandOutput,
24
+ KinesisAnalyticsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AddApplicationReferenceDataSourceCommand extends AddApplicationReferenceDataSourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  KinesisAnalyticsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateApplicationCommandInput
21
15
  export interface CreateApplicationCommandOutput
22
16
  extends CreateApplicationResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateApplicationCommand extends $Command<
25
- CreateApplicationCommandInput,
26
- CreateApplicationCommandOutput,
27
- KinesisAnalyticsClientResolvedConfig
28
- > {
29
- readonly input: CreateApplicationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateApplicationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: KinesisAnalyticsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateApplicationCommand_base: {
19
+ new (
20
+ input: CreateApplicationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateApplicationCommandInput,
23
+ CreateApplicationCommandOutput,
24
+ KinesisAnalyticsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateApplicationCommand extends CreateApplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  KinesisAnalyticsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteApplicationCloudWatchLoggingOptionCommandInput
21
15
  export interface DeleteApplicationCloudWatchLoggingOptionCommandOutput
22
16
  extends DeleteApplicationCloudWatchLoggingOptionResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteApplicationCloudWatchLoggingOptionCommand extends $Command<
25
- DeleteApplicationCloudWatchLoggingOptionCommandInput,
26
- DeleteApplicationCloudWatchLoggingOptionCommandOutput,
27
- KinesisAnalyticsClientResolvedConfig
28
- > {
29
- readonly input: DeleteApplicationCloudWatchLoggingOptionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteApplicationCloudWatchLoggingOptionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: KinesisAnalyticsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteApplicationCloudWatchLoggingOptionCommand_base: {
19
+ new (
20
+ input: DeleteApplicationCloudWatchLoggingOptionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteApplicationCloudWatchLoggingOptionCommandInput,
38
- DeleteApplicationCloudWatchLoggingOptionCommandOutput
23
+ DeleteApplicationCloudWatchLoggingOptionCommandOutput,
24
+ KinesisAnalyticsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteApplicationCloudWatchLoggingOptionCommand extends DeleteApplicationCloudWatchLoggingOptionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  KinesisAnalyticsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DeleteApplicationCommandInput
21
15
  export interface DeleteApplicationCommandOutput
22
16
  extends DeleteApplicationResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteApplicationCommand extends $Command<
25
- DeleteApplicationCommandInput,
26
- DeleteApplicationCommandOutput,
27
- KinesisAnalyticsClientResolvedConfig
28
- > {
29
- readonly input: DeleteApplicationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteApplicationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: KinesisAnalyticsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteApplicationCommand_base: {
19
+ new (
20
+ input: DeleteApplicationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteApplicationCommandInput,
23
+ DeleteApplicationCommandOutput,
24
+ KinesisAnalyticsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  KinesisAnalyticsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteApplicationInputProcessingConfigurationCommandInput
21
15
  export interface DeleteApplicationInputProcessingConfigurationCommandOutput
22
16
  extends DeleteApplicationInputProcessingConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteApplicationInputProcessingConfigurationCommand extends $Command<
25
- DeleteApplicationInputProcessingConfigurationCommandInput,
26
- DeleteApplicationInputProcessingConfigurationCommandOutput,
27
- KinesisAnalyticsClientResolvedConfig
28
- > {
29
- readonly input: DeleteApplicationInputProcessingConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteApplicationInputProcessingConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: KinesisAnalyticsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteApplicationInputProcessingConfigurationCommand_base: {
19
+ new (
20
+ input: DeleteApplicationInputProcessingConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteApplicationInputProcessingConfigurationCommandInput,
38
- DeleteApplicationInputProcessingConfigurationCommandOutput
23
+ DeleteApplicationInputProcessingConfigurationCommandOutput,
24
+ KinesisAnalyticsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteApplicationInputProcessingConfigurationCommand extends DeleteApplicationInputProcessingConfigurationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  KinesisAnalyticsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteApplicationOutputCommandInput
21
15
  export interface DeleteApplicationOutputCommandOutput
22
16
  extends DeleteApplicationOutputResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteApplicationOutputCommand extends $Command<
25
- DeleteApplicationOutputCommandInput,
26
- DeleteApplicationOutputCommandOutput,
27
- KinesisAnalyticsClientResolvedConfig
28
- > {
29
- readonly input: DeleteApplicationOutputCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteApplicationOutputCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: KinesisAnalyticsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteApplicationOutputCommand_base: {
19
+ new (
20
+ input: DeleteApplicationOutputCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteApplicationOutputCommandInput,
38
- DeleteApplicationOutputCommandOutput
23
+ DeleteApplicationOutputCommandOutput,
24
+ KinesisAnalyticsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteApplicationOutputCommand extends DeleteApplicationOutputCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  KinesisAnalyticsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteApplicationReferenceDataSourceCommandInput
21
15
  export interface DeleteApplicationReferenceDataSourceCommandOutput
22
16
  extends DeleteApplicationReferenceDataSourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteApplicationReferenceDataSourceCommand extends $Command<
25
- DeleteApplicationReferenceDataSourceCommandInput,
26
- DeleteApplicationReferenceDataSourceCommandOutput,
27
- KinesisAnalyticsClientResolvedConfig
28
- > {
29
- readonly input: DeleteApplicationReferenceDataSourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteApplicationReferenceDataSourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: KinesisAnalyticsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteApplicationReferenceDataSourceCommand_base: {
19
+ new (
20
+ input: DeleteApplicationReferenceDataSourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteApplicationReferenceDataSourceCommandInput,
38
- DeleteApplicationReferenceDataSourceCommandOutput
23
+ DeleteApplicationReferenceDataSourceCommandOutput,
24
+ KinesisAnalyticsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteApplicationReferenceDataSourceCommand extends DeleteApplicationReferenceDataSourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  KinesisAnalyticsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DescribeApplicationCommandInput
21
15
  export interface DescribeApplicationCommandOutput
22
16
  extends DescribeApplicationResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeApplicationCommand extends $Command<
25
- DescribeApplicationCommandInput,
26
- DescribeApplicationCommandOutput,
27
- KinesisAnalyticsClientResolvedConfig
28
- > {
29
- readonly input: DescribeApplicationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeApplicationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: KinesisAnalyticsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DescribeApplicationCommandInput, DescribeApplicationCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DescribeApplicationCommand_base: {
19
+ new (
20
+ input: DescribeApplicationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeApplicationCommandInput,
23
+ DescribeApplicationCommandOutput,
24
+ KinesisAnalyticsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeApplicationCommand extends DescribeApplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  KinesisAnalyticsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DiscoverInputSchemaCommandInput
21
15
  export interface DiscoverInputSchemaCommandOutput
22
16
  extends DiscoverInputSchemaResponse,
23
17
  __MetadataBearer {}
24
- export declare class DiscoverInputSchemaCommand extends $Command<
25
- DiscoverInputSchemaCommandInput,
26
- DiscoverInputSchemaCommandOutput,
27
- KinesisAnalyticsClientResolvedConfig
28
- > {
29
- readonly input: DiscoverInputSchemaCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DiscoverInputSchemaCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: KinesisAnalyticsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DiscoverInputSchemaCommandInput, DiscoverInputSchemaCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DiscoverInputSchemaCommand_base: {
19
+ new (
20
+ input: DiscoverInputSchemaCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DiscoverInputSchemaCommandInput,
23
+ DiscoverInputSchemaCommandOutput,
24
+ KinesisAnalyticsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DiscoverInputSchemaCommand extends DiscoverInputSchemaCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  KinesisAnalyticsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
20
14
  export interface ListApplicationsCommandOutput
21
15
  extends ListApplicationsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListApplicationsCommand extends $Command<
24
- ListApplicationsCommandInput,
25
- ListApplicationsCommandOutput,
26
- KinesisAnalyticsClientResolvedConfig
27
- > {
28
- readonly input: ListApplicationsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListApplicationsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: KinesisAnalyticsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListApplicationsCommandInput, ListApplicationsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListApplicationsCommand_base: {
18
+ new (
19
+ input: ListApplicationsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListApplicationsCommandInput,
22
+ ListApplicationsCommandOutput,
23
+ KinesisAnalyticsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListApplicationsCommand extends ListApplicationsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  KinesisAnalyticsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- KinesisAnalyticsClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: KinesisAnalyticsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ KinesisAnalyticsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}