@aws-sdk/client-kinesis-analytics-v2 3.533.0 → 3.540.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 (75) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +1 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-es/models/models_0.js +1 -0
  6. package/dist-types/KinesisAnalyticsV2.d.ts +2 -1
  7. package/dist-types/KinesisAnalyticsV2Client.d.ts +1 -1
  8. package/dist-types/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +2 -1
  9. package/dist-types/commands/AddApplicationInputCommand.d.ts +2 -1
  10. package/dist-types/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +2 -1
  11. package/dist-types/commands/AddApplicationOutputCommand.d.ts +2 -1
  12. package/dist-types/commands/AddApplicationReferenceDataSourceCommand.d.ts +2 -1
  13. package/dist-types/commands/AddApplicationVpcConfigurationCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateApplicationCommand.d.ts +4 -3
  15. package/dist-types/commands/CreateApplicationPresignedUrlCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateApplicationSnapshotCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteApplicationOutputCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteApplicationSnapshotCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteApplicationVpcConfigurationCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeApplicationCommand.d.ts +3 -2
  25. package/dist-types/commands/DescribeApplicationSnapshotCommand.d.ts +3 -2
  26. package/dist-types/commands/DescribeApplicationVersionCommand.d.ts +3 -2
  27. package/dist-types/commands/DiscoverInputSchemaCommand.d.ts +2 -1
  28. package/dist-types/commands/ListApplicationSnapshotsCommand.d.ts +3 -2
  29. package/dist-types/commands/ListApplicationVersionsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListApplicationsCommand.d.ts +3 -2
  31. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  32. package/dist-types/commands/RollbackApplicationCommand.d.ts +3 -2
  33. package/dist-types/commands/StartApplicationCommand.d.ts +2 -1
  34. package/dist-types/commands/StopApplicationCommand.d.ts +2 -1
  35. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  36. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateApplicationCommand.d.ts +4 -3
  38. package/dist-types/commands/UpdateApplicationMaintenanceConfigurationCommand.d.ts +2 -1
  39. package/dist-types/index.d.ts +0 -1
  40. package/dist-types/models/models_0.d.ts +605 -604
  41. package/dist-types/ts3.4/KinesisAnalyticsV2.d.ts +1 -0
  42. package/dist-types/ts3.4/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/AddApplicationInputCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/AddApplicationOutputCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/AddApplicationReferenceDataSourceCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/AddApplicationVpcConfigurationCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/CreateApplicationPresignedUrlCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/CreateApplicationSnapshotCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DeleteApplicationOutputCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DeleteApplicationSnapshotCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DeleteApplicationVpcConfigurationCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DescribeApplicationSnapshotCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DescribeApplicationVersionCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListApplicationSnapshotsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/RollbackApplicationCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/UpdateApplicationMaintenanceConfigurationCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/index.d.ts +0 -1
  74. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  75. package/package.json +40 -40
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -442,6 +442,7 @@ var RuntimeEnvironment = {
442
442
  FLINK_1_11: "FLINK-1_11",
443
443
  FLINK_1_13: "FLINK-1_13",
444
444
  FLINK_1_15: "FLINK-1_15",
445
+ FLINK_1_18: "FLINK-1_18",
445
446
  FLINK_1_6: "FLINK-1_6",
446
447
  FLINK_1_8: "FLINK-1_8",
447
448
  SQL_1_0: "SQL-1_0",
@@ -2083,9 +2084,6 @@ var _KinesisAnalyticsV2 = class _KinesisAnalyticsV2 extends KinesisAnalyticsV2Cl
2083
2084
  __name(_KinesisAnalyticsV2, "KinesisAnalyticsV2");
2084
2085
  var KinesisAnalyticsV2 = _KinesisAnalyticsV2;
2085
2086
  (0, import_smithy_client.createAggregatedClient)(commands, KinesisAnalyticsV2);
2086
-
2087
- // src/index.ts
2088
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
2089
2087
  // Annotate the CommonJS export names for ESM import in node:
2090
2088
 
2091
2089
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -2,5 +2,4 @@ export * from "./KinesisAnalyticsV2Client";
2
2
  export * from "./KinesisAnalyticsV2";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
- import "@aws-sdk/util-endpoints";
6
5
  export { KinesisAnalyticsV2ServiceException } from "./models/KinesisAnalyticsV2ServiceException";
@@ -149,6 +149,7 @@ export const RuntimeEnvironment = {
149
149
  FLINK_1_11: "FLINK-1_11",
150
150
  FLINK_1_13: "FLINK-1_13",
151
151
  FLINK_1_15: "FLINK-1_15",
152
+ FLINK_1_18: "FLINK-1_18",
152
153
  FLINK_1_6: "FLINK-1_6",
153
154
  FLINK_1_8: "FLINK-1_8",
154
155
  SQL_1_0: "SQL-1_0",
@@ -155,6 +155,7 @@ export interface KinesisAnalyticsV2 {
155
155
  /**
156
156
  * @see {@link ListApplicationsCommand}
157
157
  */
158
+ listApplications(): Promise<ListApplicationsCommandOutput>;
158
159
  listApplications(args: ListApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListApplicationsCommandOutput>;
159
160
  listApplications(args: ListApplicationsCommandInput, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
160
161
  listApplications(args: ListApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
@@ -220,13 +221,13 @@ export interface KinesisAnalyticsV2 {
220
221
  updateApplicationMaintenanceConfiguration(args: UpdateApplicationMaintenanceConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationMaintenanceConfigurationCommandOutput) => void): void;
221
222
  }
222
223
  /**
223
- * @public
224
224
  * <note>
225
225
  * <p>Amazon Managed Service for Apache Flink was previously known as Amazon Kinesis Data Analytics for Apache Flink.</p>
226
226
  * </note>
227
227
  * <p>Amazon Managed Service for Apache Flink is a fully managed service that you can use to process and analyze streaming data using Java, Python, SQL, or Scala. The service
228
228
  * enables you to quickly author and run Java, SQL, or Scala code against streaming sources to perform time
229
229
  * series analytics, feed real-time dashboards, and create real-time metrics.</p>
230
+ * @public
230
231
  */
231
232
  export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client implements KinesisAnalyticsV2 {
232
233
  }
@@ -182,13 +182,13 @@ export type KinesisAnalyticsV2ClientResolvedConfigType = __SmithyResolvedConfigu
182
182
  export interface KinesisAnalyticsV2ClientResolvedConfig extends KinesisAnalyticsV2ClientResolvedConfigType {
183
183
  }
184
184
  /**
185
- * @public
186
185
  * <note>
187
186
  * <p>Amazon Managed Service for Apache Flink was previously known as Amazon Kinesis Data Analytics for Apache Flink.</p>
188
187
  * </note>
189
188
  * <p>Amazon Managed Service for Apache Flink is a fully managed service that you can use to process and analyze streaming data using Java, Python, SQL, or Scala. The service
190
189
  * enables you to quickly author and run Java, SQL, or Scala code against streaming sources to perform time
191
190
  * series analytics, feed real-time dashboards, and create real-time metrics.</p>
191
+ * @public
192
192
  */
193
193
  export declare class KinesisAnalyticsV2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, KinesisAnalyticsV2ClientResolvedConfig> {
194
194
  /**
@@ -22,10 +22,10 @@ export interface AddApplicationCloudWatchLoggingOptionCommandOutput extends AddA
22
22
  }
23
23
  declare const AddApplicationCloudWatchLoggingOptionCommand_base: {
24
24
  new (input: AddApplicationCloudWatchLoggingOptionCommandInput): import("@smithy/smithy-client").CommandImpl<AddApplicationCloudWatchLoggingOptionCommandInput, AddApplicationCloudWatchLoggingOptionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddApplicationCloudWatchLoggingOptionCommandInput): import("@smithy/smithy-client").CommandImpl<AddApplicationCloudWatchLoggingOptionCommandInput, AddApplicationCloudWatchLoggingOptionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds an Amazon CloudWatch log stream to monitor application configuration errors.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const AddApplicationCloudWatchLoggingOptionCommand_base: {
86
86
  * @throws {@link KinesisAnalyticsV2ServiceException}
87
87
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class AddApplicationCloudWatchLoggingOptionCommand extends AddApplicationCloudWatchLoggingOptionCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface AddApplicationInputCommandOutput extends AddApplicationInputRes
22
22
  }
23
23
  declare const AddApplicationInputCommand_base: {
24
24
  new (input: AddApplicationInputCommandInput): import("@smithy/smithy-client").CommandImpl<AddApplicationInputCommandInput, AddApplicationInputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddApplicationInputCommandInput): import("@smithy/smithy-client").CommandImpl<AddApplicationInputCommandInput, AddApplicationInputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Adds a streaming source to your SQL-based Kinesis Data Analytics application.
31
31
  * </p>
@@ -175,6 +175,7 @@ declare const AddApplicationInputCommand_base: {
175
175
  * @throws {@link KinesisAnalyticsV2ServiceException}
176
176
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
177
177
  *
178
+ * @public
178
179
  */
179
180
  export declare class AddApplicationInputCommand extends AddApplicationInputCommand_base {
180
181
  }
@@ -22,10 +22,10 @@ export interface AddApplicationInputProcessingConfigurationCommandOutput extends
22
22
  }
23
23
  declare const AddApplicationInputProcessingConfigurationCommand_base: {
24
24
  new (input: AddApplicationInputProcessingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<AddApplicationInputProcessingConfigurationCommandInput, AddApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddApplicationInputProcessingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<AddApplicationInputProcessingConfigurationCommandInput, AddApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds an <a>InputProcessingConfiguration</a> to a SQL-based Kinesis Data Analytics application. An input processor pre-processes records
30
30
  * on the input stream before the
31
31
  * application's SQL code executes. Currently, the only input processor available is <a href="https://docs.aws.amazon.com/lambda/">Amazon Lambda</a>.</p>
@@ -87,6 +87,7 @@ declare const AddApplicationInputProcessingConfigurationCommand_base: {
87
87
  * @throws {@link KinesisAnalyticsV2ServiceException}
88
88
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class AddApplicationInputProcessingConfigurationCommand extends AddApplicationInputProcessingConfigurationCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface AddApplicationOutputCommandOutput extends AddApplicationOutputR
22
22
  }
23
23
  declare const AddApplicationOutputCommand_base: {
24
24
  new (input: AddApplicationOutputCommandInput): import("@smithy/smithy-client").CommandImpl<AddApplicationOutputCommandInput, AddApplicationOutputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddApplicationOutputCommandInput): import("@smithy/smithy-client").CommandImpl<AddApplicationOutputCommandInput, AddApplicationOutputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds an external destination to your SQL-based Kinesis Data Analytics application.</p>
30
30
  * <p>If you want Kinesis Data Analytics to deliver data from an in-application stream within
31
31
  * your application to an external destination (such as an Kinesis data stream, a Kinesis Data
@@ -120,6 +120,7 @@ declare const AddApplicationOutputCommand_base: {
120
120
  * @throws {@link KinesisAnalyticsV2ServiceException}
121
121
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
122
122
  *
123
+ * @public
123
124
  */
124
125
  export declare class AddApplicationOutputCommand extends AddApplicationOutputCommand_base {
125
126
  }
@@ -22,10 +22,10 @@ export interface AddApplicationReferenceDataSourceCommandOutput extends AddAppli
22
22
  }
23
23
  declare const AddApplicationReferenceDataSourceCommand_base: {
24
24
  new (input: AddApplicationReferenceDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<AddApplicationReferenceDataSourceCommandInput, AddApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddApplicationReferenceDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<AddApplicationReferenceDataSourceCommandInput, AddApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds a reference data source to an existing SQL-based Kinesis Data Analytics application.</p>
30
30
  * <p>Kinesis Data Analytics reads reference data (that is, an Amazon S3 object) and creates an
31
31
  * in-application table within your application. In the request, you provide the source (S3
@@ -139,6 +139,7 @@ declare const AddApplicationReferenceDataSourceCommand_base: {
139
139
  * @throws {@link KinesisAnalyticsV2ServiceException}
140
140
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
141
141
  *
142
+ * @public
142
143
  */
143
144
  export declare class AddApplicationReferenceDataSourceCommand extends AddApplicationReferenceDataSourceCommand_base {
144
145
  }
@@ -22,10 +22,10 @@ export interface AddApplicationVpcConfigurationCommandOutput extends AddApplicat
22
22
  }
23
23
  declare const AddApplicationVpcConfigurationCommand_base: {
24
24
  new (input: AddApplicationVpcConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<AddApplicationVpcConfigurationCommandInput, AddApplicationVpcConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddApplicationVpcConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<AddApplicationVpcConfigurationCommandInput, AddApplicationVpcConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds a Virtual Private Cloud (VPC) configuration to the application. Applications can use VPCs to store
30
30
  * and access resources securely.</p>
31
31
  * <p>Note the following about VPC configurations for Managed Service for Apache Flink applications:</p>
@@ -102,6 +102,7 @@ declare const AddApplicationVpcConfigurationCommand_base: {
102
102
  * @throws {@link KinesisAnalyticsV2ServiceException}
103
103
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class AddApplicationVpcConfigurationCommand extends AddApplicationVpcConfigurationCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
22
22
  }
23
23
  declare const CreateApplicationCommand_base: {
24
24
  new (input: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a Managed Service for Apache Flink application. For information about creating a
30
30
  * Managed Service for Apache Flink application, see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/java/getting-started.html">Creating an
31
31
  * Application</a>.</p>
@@ -38,7 +38,7 @@ declare const CreateApplicationCommand_base: {
38
38
  * const input = { // CreateApplicationRequest
39
39
  * ApplicationName: "STRING_VALUE", // required
40
40
  * ApplicationDescription: "STRING_VALUE",
41
- * RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0", // required
41
+ * RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18", // required
42
42
  * ServiceExecutionRole: "STRING_VALUE", // required
43
43
  * ApplicationConfiguration: { // ApplicationConfiguration
44
44
  * SqlApplicationConfiguration: { // SqlApplicationConfiguration
@@ -238,7 +238,7 @@ declare const CreateApplicationCommand_base: {
238
238
  * // ApplicationARN: "STRING_VALUE", // required
239
239
  * // ApplicationDescription: "STRING_VALUE",
240
240
  * // ApplicationName: "STRING_VALUE", // required
241
- * // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0", // required
241
+ * // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18", // required
242
242
  * // ServiceExecutionRole: "STRING_VALUE",
243
243
  * // ApplicationStatus: "DELETING" || "STARTING" || "STOPPING" || "READY" || "RUNNING" || "UPDATING" || "AUTOSCALING" || "FORCE_STOPPING" || "ROLLING_BACK" || "MAINTENANCE" || "ROLLED_BACK", // required
244
244
  * // ApplicationVersionId: Number("long"), // required
@@ -511,6 +511,7 @@ declare const CreateApplicationCommand_base: {
511
511
  * @throws {@link KinesisAnalyticsV2ServiceException}
512
512
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
513
513
  *
514
+ * @public
514
515
  */
515
516
  export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
516
517
  }
@@ -22,10 +22,10 @@ export interface CreateApplicationPresignedUrlCommandOutput extends CreateApplic
22
22
  }
23
23
  declare const CreateApplicationPresignedUrlCommand_base: {
24
24
  new (input: CreateApplicationPresignedUrlCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationPresignedUrlCommandInput, CreateApplicationPresignedUrlCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateApplicationPresignedUrlCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationPresignedUrlCommandInput, CreateApplicationPresignedUrlCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates and returns a URL that you can use to connect to
30
30
  * an application's extension.</p>
31
31
  * <p>The IAM role or user used to call this API defines the permissions to access the
@@ -76,6 +76,7 @@ declare const CreateApplicationPresignedUrlCommand_base: {
76
76
  * @throws {@link KinesisAnalyticsV2ServiceException}
77
77
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class CreateApplicationPresignedUrlCommand extends CreateApplicationPresignedUrlCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface CreateApplicationSnapshotCommandOutput extends CreateApplicatio
22
22
  }
23
23
  declare const CreateApplicationSnapshotCommand_base: {
24
24
  new (input: CreateApplicationSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationSnapshotCommandInput, CreateApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateApplicationSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationSnapshotCommandInput, CreateApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a snapshot of the application's state data.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const CreateApplicationSnapshotCommand_base: {
74
74
  * @throws {@link KinesisAnalyticsV2ServiceException}
75
75
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class CreateApplicationSnapshotCommand extends CreateApplicationSnapshotCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface DeleteApplicationCloudWatchLoggingOptionCommandOutput extends D
22
22
  }
23
23
  declare const DeleteApplicationCloudWatchLoggingOptionCommand_base: {
24
24
  new (input: DeleteApplicationCloudWatchLoggingOptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCloudWatchLoggingOptionCommandInput, DeleteApplicationCloudWatchLoggingOptionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteApplicationCloudWatchLoggingOptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCloudWatchLoggingOptionCommandInput, DeleteApplicationCloudWatchLoggingOptionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an Amazon CloudWatch log stream from an SQL-based Kinesis Data Analytics application. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const DeleteApplicationCloudWatchLoggingOptionCommand_base: {
84
84
  * @throws {@link KinesisAnalyticsV2ServiceException}
85
85
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class DeleteApplicationCloudWatchLoggingOptionCommand extends DeleteApplicationCloudWatchLoggingOptionCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
22
22
  }
23
23
  declare const DeleteApplicationCommand_base: {
24
24
  new (input: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified application. Managed Service for Apache Flink halts application execution and deletes the application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const DeleteApplicationCommand_base: {
72
72
  * @throws {@link KinesisAnalyticsV2ServiceException}
73
73
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DeleteApplicationInputProcessingConfigurationCommandOutput exte
22
22
  }
23
23
  declare const DeleteApplicationInputProcessingConfigurationCommand_base: {
24
24
  new (input: DeleteApplicationInputProcessingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationInputProcessingConfigurationCommandInput, DeleteApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteApplicationInputProcessingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationInputProcessingConfigurationCommandInput, DeleteApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an <a>InputProcessingConfiguration</a> from an input.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const DeleteApplicationInputProcessingConfigurationCommand_base: {
73
73
  * @throws {@link KinesisAnalyticsV2ServiceException}
74
74
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class DeleteApplicationInputProcessingConfigurationCommand extends DeleteApplicationInputProcessingConfigurationCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface DeleteApplicationOutputCommandOutput extends DeleteApplicationO
22
22
  }
23
23
  declare const DeleteApplicationOutputCommand_base: {
24
24
  new (input: DeleteApplicationOutputCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationOutputCommandInput, DeleteApplicationOutputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteApplicationOutputCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationOutputCommandInput, DeleteApplicationOutputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the output destination configuration from your SQL-based Kinesis Data Analytics application's configuration.
30
30
  * Kinesis Data Analytics will no longer write data from
31
31
  * the corresponding in-application stream to the external output destination.</p>
@@ -75,6 +75,7 @@ declare const DeleteApplicationOutputCommand_base: {
75
75
  * @throws {@link KinesisAnalyticsV2ServiceException}
76
76
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DeleteApplicationOutputCommand extends DeleteApplicationOutputCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DeleteApplicationReferenceDataSourceCommandOutput extends Delet
22
22
  }
23
23
  declare const DeleteApplicationReferenceDataSourceCommand_base: {
24
24
  new (input: DeleteApplicationReferenceDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationReferenceDataSourceCommandInput, DeleteApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteApplicationReferenceDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationReferenceDataSourceCommandInput, DeleteApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a reference data source configuration from the specified SQL-based Kinesis Data Analytics application's configuration.</p>
30
30
  * <p>If the application is running, Kinesis Data Analytics immediately removes the in-application table
31
31
  * that you created using the <a>AddApplicationReferenceDataSource</a> operation. </p>
@@ -75,6 +75,7 @@ declare const DeleteApplicationReferenceDataSourceCommand_base: {
75
75
  * @throws {@link KinesisAnalyticsV2ServiceException}
76
76
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DeleteApplicationReferenceDataSourceCommand extends DeleteApplicationReferenceDataSourceCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DeleteApplicationSnapshotCommandOutput extends DeleteApplicatio
22
22
  }
23
23
  declare const DeleteApplicationSnapshotCommand_base: {
24
24
  new (input: DeleteApplicationSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationSnapshotCommandInput, DeleteApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteApplicationSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationSnapshotCommandInput, DeleteApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a snapshot of application state.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const DeleteApplicationSnapshotCommand_base: {
74
74
  * @throws {@link KinesisAnalyticsV2ServiceException}
75
75
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class DeleteApplicationSnapshotCommand extends DeleteApplicationSnapshotCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface DeleteApplicationVpcConfigurationCommandOutput extends DeleteAp
22
22
  }
23
23
  declare const DeleteApplicationVpcConfigurationCommand_base: {
24
24
  new (input: DeleteApplicationVpcConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationVpcConfigurationCommandInput, DeleteApplicationVpcConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteApplicationVpcConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationVpcConfigurationCommandInput, DeleteApplicationVpcConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes a VPC configuration from a Managed Service for Apache Flink application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const DeleteApplicationVpcConfigurationCommand_base: {
74
74
  * @throws {@link KinesisAnalyticsV2ServiceException}
75
75
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class DeleteApplicationVpcConfigurationCommand extends DeleteApplicationVpcConfigurationCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface DescribeApplicationCommandOutput extends DescribeApplicationRes
22
22
  }
23
23
  declare const DescribeApplicationCommand_base: {
24
24
  new (input: DescribeApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about a specific Managed Service for Apache Flink application.</p>
30
30
  * <p>If you want to retrieve a list of all applications in your account,
31
31
  * use the <a>ListApplications</a> operation.</p>
@@ -46,7 +46,7 @@ declare const DescribeApplicationCommand_base: {
46
46
  * // ApplicationARN: "STRING_VALUE", // required
47
47
  * // ApplicationDescription: "STRING_VALUE",
48
48
  * // ApplicationName: "STRING_VALUE", // required
49
- * // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0", // required
49
+ * // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18", // required
50
50
  * // ServiceExecutionRole: "STRING_VALUE",
51
51
  * // ApplicationStatus: "DELETING" || "STARTING" || "STOPPING" || "READY" || "RUNNING" || "UPDATING" || "AUTOSCALING" || "FORCE_STOPPING" || "ROLLING_BACK" || "MAINTENANCE" || "ROLLED_BACK", // required
52
52
  * // ApplicationVersionId: Number("long"), // required
@@ -299,6 +299,7 @@ declare const DescribeApplicationCommand_base: {
299
299
  * @throws {@link KinesisAnalyticsV2ServiceException}
300
300
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
301
301
  *
302
+ * @public
302
303
  */
303
304
  export declare class DescribeApplicationCommand extends DescribeApplicationCommand_base {
304
305
  }
@@ -22,10 +22,10 @@ export interface DescribeApplicationSnapshotCommandOutput extends DescribeApplic
22
22
  }
23
23
  declare const DescribeApplicationSnapshotCommand_base: {
24
24
  new (input: DescribeApplicationSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationSnapshotCommandInput, DescribeApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeApplicationSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationSnapshotCommandInput, DescribeApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about a snapshot of application state data.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -45,7 +45,7 @@ declare const DescribeApplicationSnapshotCommand_base: {
45
45
  * // SnapshotStatus: "CREATING" || "READY" || "DELETING" || "FAILED", // required
46
46
  * // ApplicationVersionId: Number("long"), // required
47
47
  * // SnapshotCreationTimestamp: new Date("TIMESTAMP"),
48
- * // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0",
48
+ * // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18",
49
49
  * // },
50
50
  * // };
51
51
  *
@@ -70,6 +70,7 @@ declare const DescribeApplicationSnapshotCommand_base: {
70
70
  * @throws {@link KinesisAnalyticsV2ServiceException}
71
71
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DescribeApplicationSnapshotCommand extends DescribeApplicationSnapshotCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface DescribeApplicationVersionCommandOutput extends DescribeApplica
22
22
  }
23
23
  declare const DescribeApplicationVersionCommand_base: {
24
24
  new (input: DescribeApplicationVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationVersionCommandInput, DescribeApplicationVersionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeApplicationVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationVersionCommandInput, DescribeApplicationVersionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides a detailed description of a specified version of the application. To see a list of all the versions of an application, invoke the <a>ListApplicationVersions</a> operation.</p>
30
30
  * <note>
31
31
  * <p>This operation is supported only for Managed Service for Apache Flink.</p>
@@ -47,7 +47,7 @@ declare const DescribeApplicationVersionCommand_base: {
47
47
  * // ApplicationARN: "STRING_VALUE", // required
48
48
  * // ApplicationDescription: "STRING_VALUE",
49
49
  * // ApplicationName: "STRING_VALUE", // required
50
- * // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0", // required
50
+ * // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18", // required
51
51
  * // ServiceExecutionRole: "STRING_VALUE",
52
52
  * // ApplicationStatus: "DELETING" || "STARTING" || "STOPPING" || "READY" || "RUNNING" || "UPDATING" || "AUTOSCALING" || "FORCE_STOPPING" || "ROLLING_BACK" || "MAINTENANCE" || "ROLLED_BACK", // required
53
53
  * // ApplicationVersionId: Number("long"), // required
@@ -301,6 +301,7 @@ declare const DescribeApplicationVersionCommand_base: {
301
301
  * @throws {@link KinesisAnalyticsV2ServiceException}
302
302
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
303
303
  *
304
+ * @public
304
305
  */
305
306
  export declare class DescribeApplicationVersionCommand extends DescribeApplicationVersionCommand_base {
306
307
  }
@@ -22,10 +22,10 @@ export interface DiscoverInputSchemaCommandOutput extends DiscoverInputSchemaRes
22
22
  }
23
23
  declare const DiscoverInputSchemaCommand_base: {
24
24
  new (input: DiscoverInputSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<DiscoverInputSchemaCommandInput, DiscoverInputSchemaCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DiscoverInputSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<DiscoverInputSchemaCommandInput, DiscoverInputSchemaCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Infers a schema for a SQL-based Kinesis Data Analytics application by evaluating
30
30
  * sample records on the specified streaming source (Kinesis data stream or Kinesis Data Firehose
31
31
  * delivery stream) or Amazon S3 object. In the response, the operation returns the inferred
@@ -125,6 +125,7 @@ declare const DiscoverInputSchemaCommand_base: {
125
125
  * @throws {@link KinesisAnalyticsV2ServiceException}
126
126
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
127
127
  *
128
+ * @public
128
129
  */
129
130
  export declare class DiscoverInputSchemaCommand extends DiscoverInputSchemaCommand_base {
130
131
  }
@@ -22,10 +22,10 @@ export interface ListApplicationSnapshotsCommandOutput extends ListApplicationSn
22
22
  }
23
23
  declare const ListApplicationSnapshotsCommand_base: {
24
24
  new (input: ListApplicationSnapshotsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationSnapshotsCommandInput, ListApplicationSnapshotsCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListApplicationSnapshotsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationSnapshotsCommandInput, ListApplicationSnapshotsCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists information about the current application snapshots.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -47,7 +47,7 @@ declare const ListApplicationSnapshotsCommand_base: {
47
47
  * // SnapshotStatus: "CREATING" || "READY" || "DELETING" || "FAILED", // required
48
48
  * // ApplicationVersionId: Number("long"), // required
49
49
  * // SnapshotCreationTimestamp: new Date("TIMESTAMP"),
50
- * // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0",
50
+ * // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18",
51
51
  * // },
52
52
  * // ],
53
53
  * // NextToken: "STRING_VALUE",
@@ -71,6 +71,7 @@ declare const ListApplicationSnapshotsCommand_base: {
71
71
  * @throws {@link KinesisAnalyticsV2ServiceException}
72
72
  * <p>Base exception class for all service exceptions from KinesisAnalyticsV2 service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class ListApplicationSnapshotsCommand extends ListApplicationSnapshotsCommand_base {
76
77
  }