@aws-sdk/client-kinesis-analytics-v2 3.478.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 (129) 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/AddApplicationVpcConfigurationCommand.js +18 -41
  7. package/dist-cjs/commands/CreateApplicationCommand.js +18 -41
  8. package/dist-cjs/commands/CreateApplicationPresignedUrlCommand.js +18 -41
  9. package/dist-cjs/commands/CreateApplicationSnapshotCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteApplicationCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteApplicationInputProcessingConfigurationCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteApplicationOutputCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteApplicationReferenceDataSourceCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteApplicationSnapshotCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteApplicationVpcConfigurationCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeApplicationCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeApplicationSnapshotCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeApplicationVersionCommand.js +18 -41
  20. package/dist-cjs/commands/DiscoverInputSchemaCommand.js +18 -41
  21. package/dist-cjs/commands/ListApplicationSnapshotsCommand.js +18 -41
  22. package/dist-cjs/commands/ListApplicationVersionsCommand.js +18 -41
  23. package/dist-cjs/commands/ListApplicationsCommand.js +18 -41
  24. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  25. package/dist-cjs/commands/RollbackApplicationCommand.js +18 -41
  26. package/dist-cjs/commands/StartApplicationCommand.js +18 -41
  27. package/dist-cjs/commands/StopApplicationCommand.js +18 -41
  28. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  29. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateApplicationCommand.js +18 -41
  31. package/dist-cjs/commands/UpdateApplicationMaintenanceConfigurationCommand.js +18 -41
  32. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  33. package/dist-es/commands/AddApplicationCloudWatchLoggingOptionCommand.js +18 -41
  34. package/dist-es/commands/AddApplicationInputCommand.js +18 -41
  35. package/dist-es/commands/AddApplicationInputProcessingConfigurationCommand.js +18 -41
  36. package/dist-es/commands/AddApplicationOutputCommand.js +18 -41
  37. package/dist-es/commands/AddApplicationReferenceDataSourceCommand.js +18 -41
  38. package/dist-es/commands/AddApplicationVpcConfigurationCommand.js +18 -41
  39. package/dist-es/commands/CreateApplicationCommand.js +18 -41
  40. package/dist-es/commands/CreateApplicationPresignedUrlCommand.js +18 -41
  41. package/dist-es/commands/CreateApplicationSnapshotCommand.js +18 -41
  42. package/dist-es/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +18 -41
  43. package/dist-es/commands/DeleteApplicationCommand.js +18 -41
  44. package/dist-es/commands/DeleteApplicationInputProcessingConfigurationCommand.js +18 -41
  45. package/dist-es/commands/DeleteApplicationOutputCommand.js +18 -41
  46. package/dist-es/commands/DeleteApplicationReferenceDataSourceCommand.js +18 -41
  47. package/dist-es/commands/DeleteApplicationSnapshotCommand.js +18 -41
  48. package/dist-es/commands/DeleteApplicationVpcConfigurationCommand.js +18 -41
  49. package/dist-es/commands/DescribeApplicationCommand.js +18 -41
  50. package/dist-es/commands/DescribeApplicationSnapshotCommand.js +18 -41
  51. package/dist-es/commands/DescribeApplicationVersionCommand.js +18 -41
  52. package/dist-es/commands/DiscoverInputSchemaCommand.js +18 -41
  53. package/dist-es/commands/ListApplicationSnapshotsCommand.js +18 -41
  54. package/dist-es/commands/ListApplicationVersionsCommand.js +18 -41
  55. package/dist-es/commands/ListApplicationsCommand.js +18 -41
  56. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  57. package/dist-es/commands/RollbackApplicationCommand.js +18 -41
  58. package/dist-es/commands/StartApplicationCommand.js +18 -41
  59. package/dist-es/commands/StopApplicationCommand.js +18 -41
  60. package/dist-es/commands/TagResourceCommand.js +18 -41
  61. package/dist-es/commands/UntagResourceCommand.js +18 -41
  62. package/dist-es/commands/UpdateApplicationCommand.js +18 -41
  63. package/dist-es/commands/UpdateApplicationMaintenanceConfigurationCommand.js +18 -41
  64. package/dist-es/endpoint/EndpointParameters.js +6 -0
  65. package/dist-types/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +6 -21
  66. package/dist-types/commands/AddApplicationInputCommand.d.ts +6 -21
  67. package/dist-types/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +6 -21
  68. package/dist-types/commands/AddApplicationOutputCommand.d.ts +6 -21
  69. package/dist-types/commands/AddApplicationReferenceDataSourceCommand.d.ts +6 -21
  70. package/dist-types/commands/AddApplicationVpcConfigurationCommand.d.ts +6 -21
  71. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -21
  72. package/dist-types/commands/CreateApplicationPresignedUrlCommand.d.ts +6 -21
  73. package/dist-types/commands/CreateApplicationSnapshotCommand.d.ts +6 -21
  74. package/dist-types/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +6 -21
  75. package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -21
  76. package/dist-types/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +6 -21
  77. package/dist-types/commands/DeleteApplicationOutputCommand.d.ts +6 -21
  78. package/dist-types/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +6 -21
  79. package/dist-types/commands/DeleteApplicationSnapshotCommand.d.ts +6 -21
  80. package/dist-types/commands/DeleteApplicationVpcConfigurationCommand.d.ts +6 -21
  81. package/dist-types/commands/DescribeApplicationCommand.d.ts +6 -21
  82. package/dist-types/commands/DescribeApplicationSnapshotCommand.d.ts +6 -21
  83. package/dist-types/commands/DescribeApplicationVersionCommand.d.ts +6 -21
  84. package/dist-types/commands/DiscoverInputSchemaCommand.d.ts +6 -21
  85. package/dist-types/commands/ListApplicationSnapshotsCommand.d.ts +6 -21
  86. package/dist-types/commands/ListApplicationVersionsCommand.d.ts +6 -21
  87. package/dist-types/commands/ListApplicationsCommand.d.ts +6 -21
  88. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  89. package/dist-types/commands/RollbackApplicationCommand.d.ts +6 -21
  90. package/dist-types/commands/StartApplicationCommand.d.ts +6 -21
  91. package/dist-types/commands/StopApplicationCommand.d.ts +6 -21
  92. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  93. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  94. package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -21
  95. package/dist-types/commands/UpdateApplicationMaintenanceConfigurationCommand.d.ts +6 -21
  96. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  97. package/dist-types/ts3.4/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/AddApplicationInputCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/AddApplicationOutputCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/AddApplicationReferenceDataSourceCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/AddApplicationVpcConfigurationCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/CreateApplicationPresignedUrlCommand.d.ts +12 -24
  105. package/dist-types/ts3.4/commands/CreateApplicationSnapshotCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +12 -24
  109. package/dist-types/ts3.4/commands/DeleteApplicationOutputCommand.d.ts +12 -24
  110. package/dist-types/ts3.4/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/commands/DeleteApplicationSnapshotCommand.d.ts +12 -24
  112. package/dist-types/ts3.4/commands/DeleteApplicationVpcConfigurationCommand.d.ts +12 -24
  113. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/DescribeApplicationSnapshotCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/commands/DescribeApplicationVersionCommand.d.ts +12 -24
  116. package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/ListApplicationSnapshotsCommand.d.ts +12 -24
  118. package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +12 -24
  119. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/RollbackApplicationCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/UpdateApplicationMaintenanceConfigurationCommand.d.ts +12 -24
  128. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  129. package/package.json +8 -8
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
4
  import { AddApplicationInputProcessingConfigurationRequest, AddApplicationInputProcessingConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface AddApplicationInputProcessingConfigurationCommandInput extends
21
20
  */
22
21
  export interface AddApplicationInputProcessingConfigurationCommandOutput extends AddApplicationInputProcessingConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const AddApplicationInputProcessingConfigurationCommand_base: {
24
+ new (input: AddApplicationInputProcessingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<AddApplicationInputProcessingConfigurationCommandInput, AddApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds an <a>InputProcessingConfiguration</a> to a SQL-based Kinesis Data Analytics application. An input processor pre-processes records
@@ -85,23 +88,5 @@ export interface AddApplicationInputProcessingConfigurationCommandOutput extends
85
88
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
86
89
  *
87
90
  */
88
- export declare class AddApplicationInputProcessingConfigurationCommand extends $Command<AddApplicationInputProcessingConfigurationCommandInput, AddApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
89
- readonly input: AddApplicationInputProcessingConfigurationCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: AddApplicationInputProcessingConfigurationCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddApplicationInputProcessingConfigurationCommandInput, AddApplicationInputProcessingConfigurationCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class AddApplicationInputProcessingConfigurationCommand extends AddApplicationInputProcessingConfigurationCommand_base {
107
92
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
4
  import { AddApplicationOutputRequest, AddApplicationOutputResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface AddApplicationOutputCommandInput extends AddApplicationOutputRe
21
20
  */
22
21
  export interface AddApplicationOutputCommandOutput extends AddApplicationOutputResponse, __MetadataBearer {
23
22
  }
23
+ declare const AddApplicationOutputCommand_base: {
24
+ new (input: AddApplicationOutputCommandInput): import("@smithy/smithy-client").CommandImpl<AddApplicationOutputCommandInput, AddApplicationOutputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds an external destination to your SQL-based Kinesis Data Analytics application.</p>
@@ -118,23 +121,5 @@ export interface AddApplicationOutputCommandOutput extends AddApplicationOutputR
118
121
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
119
122
  *
120
123
  */
121
- export declare class AddApplicationOutputCommand extends $Command<AddApplicationOutputCommandInput, AddApplicationOutputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
122
- readonly input: AddApplicationOutputCommandInput;
123
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
124
- /**
125
- * @public
126
- */
127
- constructor(input: AddApplicationOutputCommandInput);
128
- /**
129
- * @internal
130
- */
131
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddApplicationOutputCommandInput, AddApplicationOutputCommandOutput>;
132
- /**
133
- * @internal
134
- */
135
- private serialize;
136
- /**
137
- * @internal
138
- */
139
- private deserialize;
124
+ export declare class AddApplicationOutputCommand extends AddApplicationOutputCommand_base {
140
125
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
4
  import { AddApplicationReferenceDataSourceRequest, AddApplicationReferenceDataSourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface AddApplicationReferenceDataSourceCommandInput extends AddApplic
21
20
  */
22
21
  export interface AddApplicationReferenceDataSourceCommandOutput extends AddApplicationReferenceDataSourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const AddApplicationReferenceDataSourceCommand_base: {
24
+ new (input: AddApplicationReferenceDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<AddApplicationReferenceDataSourceCommandInput, AddApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds a reference data source to an existing SQL-based Kinesis Data Analytics application.</p>
@@ -137,23 +140,5 @@ export interface AddApplicationReferenceDataSourceCommandOutput extends AddAppli
137
140
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
138
141
  *
139
142
  */
140
- export declare class AddApplicationReferenceDataSourceCommand extends $Command<AddApplicationReferenceDataSourceCommandInput, AddApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
141
- readonly input: AddApplicationReferenceDataSourceCommandInput;
142
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
143
- /**
144
- * @public
145
- */
146
- constructor(input: AddApplicationReferenceDataSourceCommandInput);
147
- /**
148
- * @internal
149
- */
150
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddApplicationReferenceDataSourceCommandInput, AddApplicationReferenceDataSourceCommandOutput>;
151
- /**
152
- * @internal
153
- */
154
- private serialize;
155
- /**
156
- * @internal
157
- */
158
- private deserialize;
143
+ export declare class AddApplicationReferenceDataSourceCommand extends AddApplicationReferenceDataSourceCommand_base {
159
144
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
4
  import { AddApplicationVpcConfigurationRequest, AddApplicationVpcConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface AddApplicationVpcConfigurationCommandInput extends AddApplicati
21
20
  */
22
21
  export interface AddApplicationVpcConfigurationCommandOutput extends AddApplicationVpcConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const AddApplicationVpcConfigurationCommand_base: {
24
+ new (input: AddApplicationVpcConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<AddApplicationVpcConfigurationCommandInput, AddApplicationVpcConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds a Virtual Private Cloud (VPC) configuration to the application. Applications can use VPCs to store
@@ -100,23 +103,5 @@ export interface AddApplicationVpcConfigurationCommandOutput extends AddApplicat
100
103
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
101
104
  *
102
105
  */
103
- export declare class AddApplicationVpcConfigurationCommand extends $Command<AddApplicationVpcConfigurationCommandInput, AddApplicationVpcConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
104
- readonly input: AddApplicationVpcConfigurationCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: AddApplicationVpcConfigurationCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddApplicationVpcConfigurationCommandInput, AddApplicationVpcConfigurationCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class AddApplicationVpcConfigurationCommand extends AddApplicationVpcConfigurationCommand_base {
122
107
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
4
  import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateApplicationCommandInput extends CreateApplicationRequest
21
20
  */
22
21
  export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateApplicationCommand_base: {
24
+ new (input: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a Kinesis Data Analytics application. For information about creating a
@@ -509,23 +512,5 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
509
512
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
510
513
  *
511
514
  */
512
- export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
513
- readonly input: CreateApplicationCommandInput;
514
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
515
- /**
516
- * @public
517
- */
518
- constructor(input: CreateApplicationCommandInput);
519
- /**
520
- * @internal
521
- */
522
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
523
- /**
524
- * @internal
525
- */
526
- private serialize;
527
- /**
528
- * @internal
529
- */
530
- private deserialize;
515
+ export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
531
516
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
4
  import { CreateApplicationPresignedUrlRequest, CreateApplicationPresignedUrlResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateApplicationPresignedUrlCommandInput extends CreateApplica
21
20
  */
22
21
  export interface CreateApplicationPresignedUrlCommandOutput extends CreateApplicationPresignedUrlResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateApplicationPresignedUrlCommand_base: {
24
+ new (input: CreateApplicationPresignedUrlCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationPresignedUrlCommandInput, CreateApplicationPresignedUrlCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates and returns a URL that you can use to connect to
@@ -74,23 +77,5 @@ export interface CreateApplicationPresignedUrlCommandOutput extends CreateApplic
74
77
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
75
78
  *
76
79
  */
77
- export declare class CreateApplicationPresignedUrlCommand extends $Command<CreateApplicationPresignedUrlCommandInput, CreateApplicationPresignedUrlCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
78
- readonly input: CreateApplicationPresignedUrlCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: CreateApplicationPresignedUrlCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationPresignedUrlCommandInput, CreateApplicationPresignedUrlCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class CreateApplicationPresignedUrlCommand extends CreateApplicationPresignedUrlCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
4
  import { CreateApplicationSnapshotRequest, CreateApplicationSnapshotResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateApplicationSnapshotCommandInput extends CreateApplication
21
20
  */
22
21
  export interface CreateApplicationSnapshotCommandOutput extends CreateApplicationSnapshotResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateApplicationSnapshotCommand_base: {
24
+ new (input: CreateApplicationSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationSnapshotCommandInput, CreateApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a snapshot of the application's state data.</p>
@@ -72,23 +75,5 @@ export interface CreateApplicationSnapshotCommandOutput extends CreateApplicatio
72
75
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
73
76
  *
74
77
  */
75
- export declare class CreateApplicationSnapshotCommand extends $Command<CreateApplicationSnapshotCommandInput, CreateApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
76
- readonly input: CreateApplicationSnapshotCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: CreateApplicationSnapshotCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationSnapshotCommandInput, CreateApplicationSnapshotCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class CreateApplicationSnapshotCommand extends CreateApplicationSnapshotCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
4
  import { DeleteApplicationCloudWatchLoggingOptionRequest, DeleteApplicationCloudWatchLoggingOptionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteApplicationCloudWatchLoggingOptionCommandInput extends De
21
20
  */
22
21
  export interface DeleteApplicationCloudWatchLoggingOptionCommandOutput extends DeleteApplicationCloudWatchLoggingOptionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteApplicationCloudWatchLoggingOptionCommand_base: {
24
+ new (input: DeleteApplicationCloudWatchLoggingOptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCloudWatchLoggingOptionCommandInput, DeleteApplicationCloudWatchLoggingOptionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an Amazon CloudWatch log stream from an Kinesis Data Analytics application. </p>
@@ -82,23 +85,5 @@ export interface DeleteApplicationCloudWatchLoggingOptionCommandOutput extends D
82
85
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
83
86
  *
84
87
  */
85
- export declare class DeleteApplicationCloudWatchLoggingOptionCommand extends $Command<DeleteApplicationCloudWatchLoggingOptionCommandInput, DeleteApplicationCloudWatchLoggingOptionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
86
- readonly input: DeleteApplicationCloudWatchLoggingOptionCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: DeleteApplicationCloudWatchLoggingOptionCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationCloudWatchLoggingOptionCommandInput, DeleteApplicationCloudWatchLoggingOptionCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class DeleteApplicationCloudWatchLoggingOptionCommand extends DeleteApplicationCloudWatchLoggingOptionCommand_base {
104
89
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
4
  import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteApplicationCommandInput extends DeleteApplicationRequest
21
20
  */
22
21
  export interface DeleteApplicationCommandOutput extends DeleteApplicationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteApplicationCommand_base: {
24
+ new (input: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified application. Kinesis Data Analytics halts application execution and deletes the application.</p>
@@ -70,23 +73,5 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
70
73
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
71
74
  *
72
75
  */
73
- export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
74
- readonly input: DeleteApplicationCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: DeleteApplicationCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
4
  import { DeleteApplicationInputProcessingConfigurationRequest, DeleteApplicationInputProcessingConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteApplicationInputProcessingConfigurationCommandInput exten
21
20
  */
22
21
  export interface DeleteApplicationInputProcessingConfigurationCommandOutput extends DeleteApplicationInputProcessingConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteApplicationInputProcessingConfigurationCommand_base: {
24
+ new (input: DeleteApplicationInputProcessingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationInputProcessingConfigurationCommandInput, DeleteApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an <a>InputProcessingConfiguration</a> from an input.</p>
@@ -71,23 +74,5 @@ export interface DeleteApplicationInputProcessingConfigurationCommandOutput exte
71
74
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
72
75
  *
73
76
  */
74
- export declare class DeleteApplicationInputProcessingConfigurationCommand extends $Command<DeleteApplicationInputProcessingConfigurationCommandInput, DeleteApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
75
- readonly input: DeleteApplicationInputProcessingConfigurationCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: DeleteApplicationInputProcessingConfigurationCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationInputProcessingConfigurationCommandInput, DeleteApplicationInputProcessingConfigurationCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class DeleteApplicationInputProcessingConfigurationCommand extends DeleteApplicationInputProcessingConfigurationCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
4
  import { DeleteApplicationOutputRequest, DeleteApplicationOutputResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteApplicationOutputCommandInput extends DeleteApplicationOu
21
20
  */
22
21
  export interface DeleteApplicationOutputCommandOutput extends DeleteApplicationOutputResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteApplicationOutputCommand_base: {
24
+ new (input: DeleteApplicationOutputCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationOutputCommandInput, DeleteApplicationOutputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the output destination configuration from your SQL-based Kinesis Data Analytics application's configuration.
@@ -73,23 +76,5 @@ export interface DeleteApplicationOutputCommandOutput extends DeleteApplicationO
73
76
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
74
77
  *
75
78
  */
76
- export declare class DeleteApplicationOutputCommand extends $Command<DeleteApplicationOutputCommandInput, DeleteApplicationOutputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
77
- readonly input: DeleteApplicationOutputCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: DeleteApplicationOutputCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationOutputCommandInput, DeleteApplicationOutputCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class DeleteApplicationOutputCommand extends DeleteApplicationOutputCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
4
  import { DeleteApplicationReferenceDataSourceRequest, DeleteApplicationReferenceDataSourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteApplicationReferenceDataSourceCommandInput extends Delete
21
20
  */
22
21
  export interface DeleteApplicationReferenceDataSourceCommandOutput extends DeleteApplicationReferenceDataSourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteApplicationReferenceDataSourceCommand_base: {
24
+ new (input: DeleteApplicationReferenceDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationReferenceDataSourceCommandInput, DeleteApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a reference data source configuration from the specified SQL-based Kinesis Data Analytics application's configuration.</p>
@@ -73,23 +76,5 @@ export interface DeleteApplicationReferenceDataSourceCommandOutput extends Delet
73
76
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
74
77
  *
75
78
  */
76
- export declare class DeleteApplicationReferenceDataSourceCommand extends $Command<DeleteApplicationReferenceDataSourceCommandInput, DeleteApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
77
- readonly input: DeleteApplicationReferenceDataSourceCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: DeleteApplicationReferenceDataSourceCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationReferenceDataSourceCommandInput, DeleteApplicationReferenceDataSourceCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class DeleteApplicationReferenceDataSourceCommand extends DeleteApplicationReferenceDataSourceCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
4
  import { DeleteApplicationSnapshotRequest, DeleteApplicationSnapshotResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteApplicationSnapshotCommandInput extends DeleteApplication
21
20
  */
22
21
  export interface DeleteApplicationSnapshotCommandOutput extends DeleteApplicationSnapshotResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteApplicationSnapshotCommand_base: {
24
+ new (input: DeleteApplicationSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationSnapshotCommandInput, DeleteApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a snapshot of application state.</p>
@@ -72,23 +75,5 @@ export interface DeleteApplicationSnapshotCommandOutput extends DeleteApplicatio
72
75
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
73
76
  *
74
77
  */
75
- export declare class DeleteApplicationSnapshotCommand extends $Command<DeleteApplicationSnapshotCommandInput, DeleteApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
76
- readonly input: DeleteApplicationSnapshotCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: DeleteApplicationSnapshotCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationSnapshotCommandInput, DeleteApplicationSnapshotCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class DeleteApplicationSnapshotCommand extends DeleteApplicationSnapshotCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
4
  import { DeleteApplicationVpcConfigurationRequest, DeleteApplicationVpcConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteApplicationVpcConfigurationCommandInput extends DeleteApp
21
20
  */
22
21
  export interface DeleteApplicationVpcConfigurationCommandOutput extends DeleteApplicationVpcConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteApplicationVpcConfigurationCommand_base: {
24
+ new (input: DeleteApplicationVpcConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationVpcConfigurationCommandInput, DeleteApplicationVpcConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes a VPC configuration from a Kinesis Data Analytics application.</p>
@@ -72,23 +75,5 @@ export interface DeleteApplicationVpcConfigurationCommandOutput extends DeleteAp
72
75
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
73
76
  *
74
77
  */
75
- export declare class DeleteApplicationVpcConfigurationCommand extends $Command<DeleteApplicationVpcConfigurationCommandInput, DeleteApplicationVpcConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
76
- readonly input: DeleteApplicationVpcConfigurationCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: DeleteApplicationVpcConfigurationCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationVpcConfigurationCommandInput, DeleteApplicationVpcConfigurationCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class DeleteApplicationVpcConfigurationCommand extends DeleteApplicationVpcConfigurationCommand_base {
94
79
  }