@aws-sdk/client-kinesis-analytics-v2 3.1089.0 → 3.1090.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1088.0";
72
+ var version = "3.1089.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -2359,6 +2359,7 @@ const RuntimeEnvironment = {
2359
2359
  FLINK_1_6: "FLINK-1_6",
2360
2360
  FLINK_1_8: "FLINK-1_8",
2361
2361
  FLINK_2_2: "FLINK-2_2",
2362
+ FLINK_2_3: "FLINK-2_3",
2362
2363
  SQL_1_0: "SQL-1_0",
2363
2364
  ZEPPELIN_FLINK_1_0: "ZEPPELIN-FLINK-1_0",
2364
2365
  ZEPPELIN_FLINK_2_0: "ZEPPELIN-FLINK-2_0",
@@ -67,6 +67,7 @@ export const RuntimeEnvironment = {
67
67
  FLINK_1_6: "FLINK-1_6",
68
68
  FLINK_1_8: "FLINK-1_8",
69
69
  FLINK_2_2: "FLINK-2_2",
70
+ FLINK_2_3: "FLINK-2_3",
70
71
  SQL_1_0: "SQL-1_0",
71
72
  ZEPPELIN_FLINK_1_0: "ZEPPELIN-FLINK-1_0",
72
73
  ZEPPELIN_FLINK_2_0: "ZEPPELIN-FLINK-2_0",
@@ -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" || "FLINK-1_18" || "FLINK-1_19" || "FLINK-1_20" || "FLINK-2_2", // 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" || "FLINK-1_19" || "FLINK-1_20" || "FLINK-2_2" || "FLINK-2_3", // required
42
42
  * ServiceExecutionRole: "STRING_VALUE", // required
43
43
  * ApplicationConfiguration: { // ApplicationConfiguration
44
44
  * SqlApplicationConfiguration: { // SqlApplicationConfiguration
@@ -245,7 +245,7 @@ declare const CreateApplicationCommand_base: {
245
245
  * // ApplicationARN: "STRING_VALUE", // required
246
246
  * // ApplicationDescription: "STRING_VALUE",
247
247
  * // ApplicationName: "STRING_VALUE", // required
248
- * // 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" || "FLINK-1_19" || "FLINK-1_20" || "FLINK-2_2", // required
248
+ * // 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" || "FLINK-1_19" || "FLINK-1_20" || "FLINK-2_2" || "FLINK-2_3", // required
249
249
  * // ServiceExecutionRole: "STRING_VALUE",
250
250
  * // ApplicationStatus: "DELETING" || "STARTING" || "STOPPING" || "READY" || "RUNNING" || "UPDATING" || "AUTOSCALING" || "FORCE_STOPPING" || "ROLLING_BACK" || "MAINTENANCE" || "ROLLED_BACK", // required
251
251
  * // ApplicationVersionId: Number("long"), // required
@@ -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" || "FLINK-1_18" || "FLINK-1_19" || "FLINK-1_20" || "FLINK-2_2", // 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" || "FLINK-1_19" || "FLINK-1_20" || "FLINK-2_2" || "FLINK-2_3", // 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
@@ -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" || "FLINK-1_18" || "FLINK-1_19" || "FLINK-1_20" || "FLINK-2_2",
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" || "FLINK-1_19" || "FLINK-1_20" || "FLINK-2_2" || "FLINK-2_3",
49
49
  * // ApplicationEncryptionConfigurationDescription: { // ApplicationEncryptionConfigurationDescription
50
50
  * // KeyId: "STRING_VALUE",
51
51
  * // KeyType: "AWS_OWNED_KEY" || "CUSTOMER_MANAGED_KEY", // required
@@ -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" || "FLINK-1_18" || "FLINK-1_19" || "FLINK-1_20" || "FLINK-2_2", // 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" || "FLINK-1_19" || "FLINK-1_20" || "FLINK-2_2" || "FLINK-2_3", // 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
@@ -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" || "FLINK-1_18" || "FLINK-1_19" || "FLINK-1_20" || "FLINK-2_2",
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" || "FLINK-1_19" || "FLINK-1_20" || "FLINK-2_2" || "FLINK-2_3",
51
51
  * // ApplicationEncryptionConfigurationDescription: { // ApplicationEncryptionConfigurationDescription
52
52
  * // KeyId: "STRING_VALUE",
53
53
  * // KeyType: "AWS_OWNED_KEY" || "CUSTOMER_MANAGED_KEY", // required
@@ -50,7 +50,7 @@ declare const ListApplicationsCommand_base: {
50
50
  * // ApplicationARN: "STRING_VALUE", // required
51
51
  * // ApplicationStatus: "DELETING" || "STARTING" || "STOPPING" || "READY" || "RUNNING" || "UPDATING" || "AUTOSCALING" || "FORCE_STOPPING" || "ROLLING_BACK" || "MAINTENANCE" || "ROLLED_BACK", // required
52
52
  * // ApplicationVersionId: Number("long"), // required
53
- * // 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" || "FLINK-1_19" || "FLINK-1_20" || "FLINK-2_2", // required
53
+ * // 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" || "FLINK-1_19" || "FLINK-1_20" || "FLINK-2_2" || "FLINK-2_3", // required
54
54
  * // ApplicationMode: "STREAMING" || "INTERACTIVE",
55
55
  * // },
56
56
  * // ],
@@ -49,7 +49,7 @@ declare const RollbackApplicationCommand_base: {
49
49
  * // ApplicationARN: "STRING_VALUE", // required
50
50
  * // ApplicationDescription: "STRING_VALUE",
51
51
  * // ApplicationName: "STRING_VALUE", // required
52
- * // 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" || "FLINK-1_19" || "FLINK-1_20" || "FLINK-2_2", // required
52
+ * // 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" || "FLINK-1_19" || "FLINK-1_20" || "FLINK-2_2" || "FLINK-2_3", // required
53
53
  * // ServiceExecutionRole: "STRING_VALUE",
54
54
  * // ApplicationStatus: "DELETING" || "STARTING" || "STOPPING" || "READY" || "RUNNING" || "UPDATING" || "AUTOSCALING" || "FORCE_STOPPING" || "ROLLING_BACK" || "MAINTENANCE" || "ROLLED_BACK", // required
55
55
  * // ApplicationVersionId: Number("long"), // required
@@ -245,7 +245,7 @@ declare const UpdateApplicationCommand_base: {
245
245
  * },
246
246
  * ],
247
247
  * ConditionalToken: "STRING_VALUE",
248
- * RuntimeEnvironmentUpdate: "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" || "FLINK-1_19" || "FLINK-1_20" || "FLINK-2_2",
248
+ * RuntimeEnvironmentUpdate: "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" || "FLINK-1_19" || "FLINK-1_20" || "FLINK-2_2" || "FLINK-2_3",
249
249
  * };
250
250
  * const command = new UpdateApplicationCommand(input);
251
251
  * const response = await client.send(command);
@@ -254,7 +254,7 @@ declare const UpdateApplicationCommand_base: {
254
254
  * // ApplicationARN: "STRING_VALUE", // required
255
255
  * // ApplicationDescription: "STRING_VALUE",
256
256
  * // ApplicationName: "STRING_VALUE", // required
257
- * // 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" || "FLINK-1_19" || "FLINK-1_20" || "FLINK-2_2", // required
257
+ * // 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" || "FLINK-1_19" || "FLINK-1_20" || "FLINK-2_2" || "FLINK-2_3", // required
258
258
  * // ServiceExecutionRole: "STRING_VALUE",
259
259
  * // ApplicationStatus: "DELETING" || "STARTING" || "STOPPING" || "READY" || "RUNNING" || "UPDATING" || "AUTOSCALING" || "FORCE_STOPPING" || "ROLLING_BACK" || "MAINTENANCE" || "ROLLED_BACK", // required
260
260
  * // ApplicationVersionId: Number("long"), // required
@@ -159,6 +159,7 @@ export declare const RuntimeEnvironment: {
159
159
  readonly FLINK_1_6: "FLINK-1_6";
160
160
  readonly FLINK_1_8: "FLINK-1_8";
161
161
  readonly FLINK_2_2: "FLINK-2_2";
162
+ readonly FLINK_2_3: "FLINK-2_3";
162
163
  readonly SQL_1_0: "SQL-1_0";
163
164
  readonly ZEPPELIN_FLINK_1_0: "ZEPPELIN-FLINK-1_0";
164
165
  readonly ZEPPELIN_FLINK_2_0: "ZEPPELIN-FLINK-2_0";
@@ -1375,9 +1375,9 @@ export interface EnvironmentProperties {
1375
1375
  * <p>Describes an application's checkpointing configuration. Checkpointing is the process of persisting application state for fault
1376
1376
  * tolerance.
1377
1377
  * For more information, see
1378
- * <a href="https://nightlies.apache.org/flink/flink-docs-release-2.2/docs/dev/datastream/fault-tolerance/checkpointing/#enabling-and-configuring-checkpointing">
1378
+ * <a href="https://nightlies.apache.org/flink/flink-docs-release-2.3/docs/dev/datastream/fault-tolerance/checkpointing/#enabling-and-configuring-checkpointing">
1379
1379
  * Checkpoints for Fault Tolerance</a> in the
1380
- * <a href="https://nightlies.apache.org/flink/flink-docs-release-2.2/">Apache Flink Documentation</a>.</p>
1380
+ * <a href="https://nightlies.apache.org/flink/flink-docs-release-2.3/">Apache Flink Documentation</a>.</p>
1381
1381
  * @public
1382
1382
  */
1383
1383
  export interface CheckpointConfiguration {
@@ -1430,7 +1430,7 @@ export interface CheckpointConfiguration {
1430
1430
  * <p>Describes the minimum time in milliseconds after a checkpoint operation completes that a
1431
1431
  * new checkpoint operation can start. If a checkpoint operation takes longer than the
1432
1432
  * <code>CheckpointInterval</code>, the application otherwise performs continual checkpoint
1433
- * operations. For more information, see <a href="https://nightlies.apache.org/flink/flink-docs-release-2.2/docs/ops/state/large_state_tuning/#tuning-checkpointing"> Tuning Checkpointing</a> in the <a href="https://nightlies.apache.org/flink/flink-docs-release-2.2/">Apache Flink
1433
+ * operations. For more information, see <a href="https://nightlies.apache.org/flink/flink-docs-release-2.3/docs/ops/state/large_state_tuning/#tuning-checkpointing"> Tuning Checkpointing</a> in the <a href="https://nightlies.apache.org/flink/flink-docs-release-2.3/">Apache Flink
1434
1434
  * Documentation</a>.</p>
1435
1435
  * <note>
1436
1436
  * <p>If <code>CheckpointConfiguration.ConfigurationType</code> is <code>DEFAULT</code>,
@@ -1468,7 +1468,7 @@ export interface MonitoringConfiguration {
1468
1468
  /**
1469
1469
  * <p>Describes parameters for how a Managed Service for Apache Flink application
1470
1470
  * executes multiple tasks simultaneously. For more information about parallelism,
1471
- * see <a href="https://nightlies.apache.org/flink/flink-docs-release-2.2/dev/parallel.html">Parallel Execution</a> in the <a href="https://nightlies.apache.org/flink/flink-docs-release-2.2/">Apache Flink
1471
+ * see <a href="https://nightlies.apache.org/flink/flink-docs-release-2.3/dev/parallel.html">Parallel Execution</a> in the <a href="https://nightlies.apache.org/flink/flink-docs-release-2.3/">Apache Flink
1472
1472
  * Documentation</a>.</p>
1473
1473
  * @public
1474
1474
  */
@@ -1513,9 +1513,9 @@ export interface FlinkApplicationConfiguration {
1513
1513
  * <p>Describes an application's checkpointing configuration. Checkpointing is the
1514
1514
  * process of persisting application state for fault tolerance.
1515
1515
  * For more information, see
1516
- * <a href="https://nightlies.apache.org/flink/flink-docs-release-2.2/docs/dev/datastream/fault-tolerance/checkpointing/#enabling-and-configuring-checkpointing">
1516
+ * <a href="https://nightlies.apache.org/flink/flink-docs-release-2.3/docs/dev/datastream/fault-tolerance/checkpointing/#enabling-and-configuring-checkpointing">
1517
1517
  * Checkpoints for Fault Tolerance</a> in the
1518
- * <a href="https://nightlies.apache.org/flink/flink-docs-release-2.2/">Apache Flink Documentation</a>. </p>
1518
+ * <a href="https://nightlies.apache.org/flink/flink-docs-release-2.3/">Apache Flink Documentation</a>. </p>
1519
1519
  * @public
1520
1520
  */
1521
1521
  CheckpointConfiguration?: CheckpointConfiguration | undefined;
@@ -1937,7 +1937,7 @@ export interface FlinkApplicationConfigurationDescription {
1937
1937
  */
1938
1938
  ParallelismConfigurationDescription?: ParallelismConfigurationDescription | undefined;
1939
1939
  /**
1940
- * <p>The job plan for an application. For more information about the job plan, see <a href="https://nightlies.apache.org/flink/flink-docs-release-2.2/internals/job_scheduling.html">Jobs and Scheduling</a> in the <a href="https://nightlies.apache.org/flink/flink-docs-release-2.2/">Apache Flink
1940
+ * <p>The job plan for an application. For more information about the job plan, see <a href="https://nightlies.apache.org/flink/flink-docs-release-2.3/internals/job_scheduling.html">Jobs and Scheduling</a> in the <a href="https://nightlies.apache.org/flink/flink-docs-release-2.3/">Apache Flink
1941
1941
  * Documentation</a>. To retrieve the job plan for the application, use the <a>DescribeApplicationRequest$IncludeAdditionalDetails</a> parameter of the <a>DescribeApplication</a> operation.</p>
1942
1942
  * @public
1943
1943
  */
@@ -1972,8 +1972,8 @@ export interface FlinkRunConfiguration {
1972
1972
  * This will happen if the program is updated between snapshots to remove stateful parameters, and
1973
1973
  * state data in the snapshot no longer
1974
1974
  * corresponds to valid application data. For more information, see
1975
- * <a href="https://nightlies.apache.org/flink/flink-docs-release-2.2/docs/ops/state/savepoints/#allowing-non-restored-state">
1976
- * Allowing Non-Restored State</a> in the <a href="https://nightlies.apache.org/flink/flink-docs-release-2.2/">Apache Flink
1975
+ * <a href="https://nightlies.apache.org/flink/flink-docs-release-2.3/docs/ops/state/savepoints/#allowing-non-restored-state">
1976
+ * Allowing Non-Restored State</a> in the <a href="https://nightlies.apache.org/flink/flink-docs-release-2.3/">Apache Flink
1977
1977
  * documentation</a>.</p>
1978
1978
  * <note>
1979
1979
  * <p>This value defaults to <code>false</code>. If you update your application without
@@ -80,6 +80,7 @@ export declare const RuntimeEnvironment: {
80
80
  readonly FLINK_1_6: "FLINK-1_6";
81
81
  readonly FLINK_1_8: "FLINK-1_8";
82
82
  readonly FLINK_2_2: "FLINK-2_2";
83
+ readonly FLINK_2_3: "FLINK-2_3";
83
84
  readonly SQL_1_0: "SQL-1_0";
84
85
  readonly ZEPPELIN_FLINK_1_0: "ZEPPELIN-FLINK-1_0";
85
86
  readonly ZEPPELIN_FLINK_2_0: "ZEPPELIN-FLINK-2_0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kinesis-analytics-v2",
3
- "version": "3.1089.0",
3
+ "version": "3.1090.0",
4
4
  "description": "AWS SDK for JavaScript Kinesis Analytics V2 Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-kinesis-analytics-v2",
6
6
  "license": "Apache-2.0",