aws-sdk-kinesisanalyticsv2 1.94.0 → 1.95.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-kinesisanalyticsv2/client.rb +11 -11
- data/lib/aws-sdk-kinesisanalyticsv2/types.rb +12 -12
- data/lib/aws-sdk-kinesisanalyticsv2.rb +1 -1
- data/sig/client.rbs +2 -2
- data/sig/types.rbs +5 -5
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d76af6d072662d08e1a82abe6b723521b1f5ed3866401011ae0c9be7b20dfeb1
|
|
4
|
+
data.tar.gz: f1c7ac6131e1520303f3b2bfe156331046e60cc6b7c6785e42c19164962ce1a9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cbdcf60db1519808d28497c578e41141d94f253a0b53946344dbd79ec8de9c40a1d2374c6592724d7fb5431631af1bcaacad738d4c2884586b4791431d3c13d4
|
|
7
|
+
data.tar.gz: 13b1365b650e9cd7de8cc79048b60c65c64aa05ea31aaf4d5228cf8a40c117f440a45acf9ce2bfabac48cad8142814dec2008261bdf25d33874962daec2ca741
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.95.0
|
|
@@ -1035,7 +1035,7 @@ module Aws::KinesisAnalyticsV2
|
|
|
1035
1035
|
# resp = client.create_application({
|
|
1036
1036
|
# application_name: "ApplicationName", # required
|
|
1037
1037
|
# application_description: "ApplicationDescription",
|
|
1038
|
-
# runtime_environment: "SQL-1_0", # required, accepts 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
|
|
1038
|
+
# runtime_environment: "SQL-1_0", # required, accepts 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
|
|
1039
1039
|
# service_execution_role: "RoleARN", # required
|
|
1040
1040
|
# application_configuration: {
|
|
1041
1041
|
# sql_application_configuration: {
|
|
@@ -1237,7 +1237,7 @@ module Aws::KinesisAnalyticsV2
|
|
|
1237
1237
|
# resp.application_detail.application_arn #=> String
|
|
1238
1238
|
# resp.application_detail.application_description #=> String
|
|
1239
1239
|
# resp.application_detail.application_name #=> String
|
|
1240
|
-
# resp.application_detail.runtime_environment #=> String, one of "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"
|
|
1240
|
+
# resp.application_detail.runtime_environment #=> String, one of "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"
|
|
1241
1241
|
# resp.application_detail.service_execution_role #=> String
|
|
1242
1242
|
# resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK"
|
|
1243
1243
|
# resp.application_detail.application_version_id #=> Integer
|
|
@@ -1787,7 +1787,7 @@ module Aws::KinesisAnalyticsV2
|
|
|
1787
1787
|
# resp.application_detail.application_arn #=> String
|
|
1788
1788
|
# resp.application_detail.application_description #=> String
|
|
1789
1789
|
# resp.application_detail.application_name #=> String
|
|
1790
|
-
# resp.application_detail.runtime_environment #=> String, one of "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"
|
|
1790
|
+
# resp.application_detail.runtime_environment #=> String, one of "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"
|
|
1791
1791
|
# resp.application_detail.service_execution_role #=> String
|
|
1792
1792
|
# resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK"
|
|
1793
1793
|
# resp.application_detail.application_version_id #=> Integer
|
|
@@ -1983,7 +1983,7 @@ module Aws::KinesisAnalyticsV2
|
|
|
1983
1983
|
# resp.snapshot_details.snapshot_status #=> String, one of "CREATING", "READY", "DELETING", "FAILED"
|
|
1984
1984
|
# resp.snapshot_details.application_version_id #=> Integer
|
|
1985
1985
|
# resp.snapshot_details.snapshot_creation_timestamp #=> Time
|
|
1986
|
-
# resp.snapshot_details.runtime_environment #=> String, one of "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"
|
|
1986
|
+
# resp.snapshot_details.runtime_environment #=> String, one of "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"
|
|
1987
1987
|
# resp.snapshot_details.application_encryption_configuration_description.key_id #=> String
|
|
1988
1988
|
# resp.snapshot_details.application_encryption_configuration_description.key_type #=> String, one of "AWS_OWNED_KEY", "CUSTOMER_MANAGED_KEY"
|
|
1989
1989
|
#
|
|
@@ -2028,7 +2028,7 @@ module Aws::KinesisAnalyticsV2
|
|
|
2028
2028
|
# resp.application_version_detail.application_arn #=> String
|
|
2029
2029
|
# resp.application_version_detail.application_description #=> String
|
|
2030
2030
|
# resp.application_version_detail.application_name #=> String
|
|
2031
|
-
# resp.application_version_detail.runtime_environment #=> String, one of "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"
|
|
2031
|
+
# resp.application_version_detail.runtime_environment #=> String, one of "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"
|
|
2032
2032
|
# resp.application_version_detail.service_execution_role #=> String
|
|
2033
2033
|
# resp.application_version_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK"
|
|
2034
2034
|
# resp.application_version_detail.application_version_id #=> Integer
|
|
@@ -2334,7 +2334,7 @@ module Aws::KinesisAnalyticsV2
|
|
|
2334
2334
|
# resp.snapshot_summaries[0].snapshot_status #=> String, one of "CREATING", "READY", "DELETING", "FAILED"
|
|
2335
2335
|
# resp.snapshot_summaries[0].application_version_id #=> Integer
|
|
2336
2336
|
# resp.snapshot_summaries[0].snapshot_creation_timestamp #=> Time
|
|
2337
|
-
# resp.snapshot_summaries[0].runtime_environment #=> String, one of "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"
|
|
2337
|
+
# resp.snapshot_summaries[0].runtime_environment #=> String, one of "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"
|
|
2338
2338
|
# resp.snapshot_summaries[0].application_encryption_configuration_description.key_id #=> String
|
|
2339
2339
|
# resp.snapshot_summaries[0].application_encryption_configuration_description.key_type #=> String, one of "AWS_OWNED_KEY", "CUSTOMER_MANAGED_KEY"
|
|
2340
2340
|
# resp.next_token #=> String
|
|
@@ -2448,7 +2448,7 @@ module Aws::KinesisAnalyticsV2
|
|
|
2448
2448
|
# resp.application_summaries[0].application_arn #=> String
|
|
2449
2449
|
# resp.application_summaries[0].application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK"
|
|
2450
2450
|
# resp.application_summaries[0].application_version_id #=> Integer
|
|
2451
|
-
# resp.application_summaries[0].runtime_environment #=> String, one of "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"
|
|
2451
|
+
# resp.application_summaries[0].runtime_environment #=> String, one of "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"
|
|
2452
2452
|
# resp.application_summaries[0].application_mode #=> String, one of "STREAMING", "INTERACTIVE"
|
|
2453
2453
|
# resp.next_token #=> String
|
|
2454
2454
|
#
|
|
@@ -2531,7 +2531,7 @@ module Aws::KinesisAnalyticsV2
|
|
|
2531
2531
|
# resp.application_detail.application_arn #=> String
|
|
2532
2532
|
# resp.application_detail.application_description #=> String
|
|
2533
2533
|
# resp.application_detail.application_name #=> String
|
|
2534
|
-
# resp.application_detail.runtime_environment #=> String, one of "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"
|
|
2534
|
+
# resp.application_detail.runtime_environment #=> String, one of "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"
|
|
2535
2535
|
# resp.application_detail.service_execution_role #=> String
|
|
2536
2536
|
# resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK"
|
|
2537
2537
|
# resp.application_detail.application_version_id #=> Integer
|
|
@@ -3096,7 +3096,7 @@ module Aws::KinesisAnalyticsV2
|
|
|
3096
3096
|
# },
|
|
3097
3097
|
# ],
|
|
3098
3098
|
# conditional_token: "ConditionalToken",
|
|
3099
|
-
# runtime_environment_update: "SQL-1_0", # accepts 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
|
|
3099
|
+
# runtime_environment_update: "SQL-1_0", # accepts 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
|
|
3100
3100
|
# })
|
|
3101
3101
|
#
|
|
3102
3102
|
# @example Response structure
|
|
@@ -3104,7 +3104,7 @@ module Aws::KinesisAnalyticsV2
|
|
|
3104
3104
|
# resp.application_detail.application_arn #=> String
|
|
3105
3105
|
# resp.application_detail.application_description #=> String
|
|
3106
3106
|
# resp.application_detail.application_name #=> String
|
|
3107
|
-
# resp.application_detail.runtime_environment #=> String, one of "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"
|
|
3107
|
+
# resp.application_detail.runtime_environment #=> String, one of "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"
|
|
3108
3108
|
# resp.application_detail.service_execution_role #=> String
|
|
3109
3109
|
# resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK"
|
|
3110
3110
|
# resp.application_detail.application_version_id #=> Integer
|
|
@@ -3313,7 +3313,7 @@ module Aws::KinesisAnalyticsV2
|
|
|
3313
3313
|
tracer: tracer
|
|
3314
3314
|
)
|
|
3315
3315
|
context[:gem_name] = 'aws-sdk-kinesisanalyticsv2'
|
|
3316
|
-
context[:gem_version] = '1.
|
|
3316
|
+
context[:gem_version] = '1.95.0'
|
|
3317
3317
|
Seahorse::Client::Request.new(handlers, context)
|
|
3318
3318
|
end
|
|
3319
3319
|
|
|
@@ -1197,8 +1197,8 @@ module Aws::KinesisAnalyticsV2
|
|
|
1197
1197
|
#
|
|
1198
1198
|
#
|
|
1199
1199
|
#
|
|
1200
|
-
# [1]: https://nightlies.apache.org/flink/flink-docs-release-2.
|
|
1201
|
-
# [2]: https://nightlies.apache.org/flink/flink-docs-release-2.
|
|
1200
|
+
# [1]: https://nightlies.apache.org/flink/flink-docs-release-2.3/docs/dev/datastream/fault-tolerance/checkpointing/#enabling-and-configuring-checkpointing
|
|
1201
|
+
# [2]: https://nightlies.apache.org/flink/flink-docs-release-2.3/
|
|
1202
1202
|
#
|
|
1203
1203
|
# @!attribute [rw] configuration_type
|
|
1204
1204
|
# Describes whether the application uses Managed Service for Apache
|
|
@@ -1259,8 +1259,8 @@ module Aws::KinesisAnalyticsV2
|
|
|
1259
1259
|
#
|
|
1260
1260
|
#
|
|
1261
1261
|
#
|
|
1262
|
-
# [1]: https://nightlies.apache.org/flink/flink-docs-release-2.
|
|
1263
|
-
# [2]: https://nightlies.apache.org/flink/flink-docs-release-2.
|
|
1262
|
+
# [1]: https://nightlies.apache.org/flink/flink-docs-release-2.3/docs/ops/state/large_state_tuning/#tuning-checkpointing
|
|
1263
|
+
# [2]: https://nightlies.apache.org/flink/flink-docs-release-2.3/
|
|
1264
1264
|
# @return [Integer]
|
|
1265
1265
|
#
|
|
1266
1266
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/CheckpointConfiguration AWS API Documentation
|
|
@@ -2427,8 +2427,8 @@ module Aws::KinesisAnalyticsV2
|
|
|
2427
2427
|
#
|
|
2428
2428
|
#
|
|
2429
2429
|
#
|
|
2430
|
-
# [1]: https://nightlies.apache.org/flink/flink-docs-release-2.
|
|
2431
|
-
# [2]: https://nightlies.apache.org/flink/flink-docs-release-2.
|
|
2430
|
+
# [1]: https://nightlies.apache.org/flink/flink-docs-release-2.3/docs/dev/datastream/fault-tolerance/checkpointing/#enabling-and-configuring-checkpointing
|
|
2431
|
+
# [2]: https://nightlies.apache.org/flink/flink-docs-release-2.3/
|
|
2432
2432
|
# @return [Types::CheckpointConfiguration]
|
|
2433
2433
|
#
|
|
2434
2434
|
# @!attribute [rw] monitoring_configuration
|
|
@@ -2479,8 +2479,8 @@ module Aws::KinesisAnalyticsV2
|
|
|
2479
2479
|
#
|
|
2480
2480
|
#
|
|
2481
2481
|
#
|
|
2482
|
-
# [1]: https://nightlies.apache.org/flink/flink-docs-release-2.
|
|
2483
|
-
# [2]: https://nightlies.apache.org/flink/flink-docs-release-2.
|
|
2482
|
+
# [1]: https://nightlies.apache.org/flink/flink-docs-release-2.3/internals/job_scheduling.html
|
|
2483
|
+
# [2]: https://nightlies.apache.org/flink/flink-docs-release-2.3/
|
|
2484
2484
|
# @return [String]
|
|
2485
2485
|
#
|
|
2486
2486
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/FlinkApplicationConfigurationDescription AWS API Documentation
|
|
@@ -2543,8 +2543,8 @@ module Aws::KinesisAnalyticsV2
|
|
|
2543
2543
|
#
|
|
2544
2544
|
#
|
|
2545
2545
|
#
|
|
2546
|
-
# [1]: https://nightlies.apache.org/flink/flink-docs-release-2.
|
|
2547
|
-
# [2]: https://nightlies.apache.org/flink/flink-docs-release-2.
|
|
2546
|
+
# [1]: https://nightlies.apache.org/flink/flink-docs-release-2.3/docs/ops/state/savepoints/#allowing-non-restored-state
|
|
2547
|
+
# [2]: https://nightlies.apache.org/flink/flink-docs-release-2.3/
|
|
2548
2548
|
# @return [Boolean]
|
|
2549
2549
|
#
|
|
2550
2550
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/FlinkRunConfiguration AWS API Documentation
|
|
@@ -3948,8 +3948,8 @@ module Aws::KinesisAnalyticsV2
|
|
|
3948
3948
|
#
|
|
3949
3949
|
#
|
|
3950
3950
|
#
|
|
3951
|
-
# [1]: https://nightlies.apache.org/flink/flink-docs-release-2.
|
|
3952
|
-
# [2]: https://nightlies.apache.org/flink/flink-docs-release-2.
|
|
3951
|
+
# [1]: https://nightlies.apache.org/flink/flink-docs-release-2.3/dev/parallel.html
|
|
3952
|
+
# [2]: https://nightlies.apache.org/flink/flink-docs-release-2.3/
|
|
3953
3953
|
#
|
|
3954
3954
|
# @!attribute [rw] configuration_type
|
|
3955
3955
|
# Describes whether the application uses the default parallelism for
|
data/sig/client.rbs
CHANGED
|
@@ -186,7 +186,7 @@ module Aws
|
|
|
186
186
|
def create_application: (
|
|
187
187
|
application_name: ::String,
|
|
188
188
|
?application_description: ::String,
|
|
189
|
-
runtime_environment: ("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"),
|
|
189
|
+
runtime_environment: ("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"),
|
|
190
190
|
service_execution_role: ::String,
|
|
191
191
|
?application_configuration: {
|
|
192
192
|
sql_application_configuration: {
|
|
@@ -776,7 +776,7 @@ module Aws
|
|
|
776
776
|
}
|
|
777
777
|
],
|
|
778
778
|
?conditional_token: ::String,
|
|
779
|
-
?runtime_environment_update: ("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")
|
|
779
|
+
?runtime_environment_update: ("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")
|
|
780
780
|
) -> _UpdateApplicationResponseSuccess
|
|
781
781
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateApplicationResponseSuccess
|
|
782
782
|
|
data/sig/types.rbs
CHANGED
|
@@ -160,7 +160,7 @@ module Aws::KinesisAnalyticsV2
|
|
|
160
160
|
attr_accessor application_arn: ::String
|
|
161
161
|
attr_accessor application_description: ::String
|
|
162
162
|
attr_accessor application_name: ::String
|
|
163
|
-
attr_accessor runtime_environment: ("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")
|
|
163
|
+
attr_accessor runtime_environment: ("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")
|
|
164
164
|
attr_accessor service_execution_role: ::String
|
|
165
165
|
attr_accessor application_status: ("DELETING" | "STARTING" | "STOPPING" | "READY" | "RUNNING" | "UPDATING" | "AUTOSCALING" | "FORCE_STOPPING" | "ROLLING_BACK" | "MAINTENANCE" | "ROLLED_BACK")
|
|
166
166
|
attr_accessor application_version_id: ::Integer
|
|
@@ -252,7 +252,7 @@ module Aws::KinesisAnalyticsV2
|
|
|
252
252
|
attr_accessor application_arn: ::String
|
|
253
253
|
attr_accessor application_status: ("DELETING" | "STARTING" | "STOPPING" | "READY" | "RUNNING" | "UPDATING" | "AUTOSCALING" | "FORCE_STOPPING" | "ROLLING_BACK" | "MAINTENANCE" | "ROLLED_BACK")
|
|
254
254
|
attr_accessor application_version_id: ::Integer
|
|
255
|
-
attr_accessor runtime_environment: ("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")
|
|
255
|
+
attr_accessor runtime_environment: ("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")
|
|
256
256
|
attr_accessor application_mode: ("STREAMING" | "INTERACTIVE")
|
|
257
257
|
SENSITIVE: []
|
|
258
258
|
end
|
|
@@ -394,7 +394,7 @@ module Aws::KinesisAnalyticsV2
|
|
|
394
394
|
class CreateApplicationRequest
|
|
395
395
|
attr_accessor application_name: ::String
|
|
396
396
|
attr_accessor application_description: ::String
|
|
397
|
-
attr_accessor runtime_environment: ("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")
|
|
397
|
+
attr_accessor runtime_environment: ("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")
|
|
398
398
|
attr_accessor service_execution_role: ::String
|
|
399
399
|
attr_accessor application_configuration: Types::ApplicationConfiguration
|
|
400
400
|
attr_accessor cloud_watch_logging_options: ::Array[Types::CloudWatchLoggingOption]
|
|
@@ -1174,7 +1174,7 @@ module Aws::KinesisAnalyticsV2
|
|
|
1174
1174
|
attr_accessor snapshot_status: ("CREATING" | "READY" | "DELETING" | "FAILED")
|
|
1175
1175
|
attr_accessor application_version_id: ::Integer
|
|
1176
1176
|
attr_accessor snapshot_creation_timestamp: ::Time
|
|
1177
|
-
attr_accessor runtime_environment: ("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")
|
|
1177
|
+
attr_accessor runtime_environment: ("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")
|
|
1178
1178
|
attr_accessor application_encryption_configuration_description: Types::ApplicationEncryptionConfigurationDescription
|
|
1179
1179
|
SENSITIVE: []
|
|
1180
1180
|
end
|
|
@@ -1296,7 +1296,7 @@ module Aws::KinesisAnalyticsV2
|
|
|
1296
1296
|
attr_accessor run_configuration_update: Types::RunConfigurationUpdate
|
|
1297
1297
|
attr_accessor cloud_watch_logging_option_updates: ::Array[Types::CloudWatchLoggingOptionUpdate]
|
|
1298
1298
|
attr_accessor conditional_token: ::String
|
|
1299
|
-
attr_accessor runtime_environment_update: ("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")
|
|
1299
|
+
attr_accessor runtime_environment_update: ("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")
|
|
1300
1300
|
SENSITIVE: []
|
|
1301
1301
|
end
|
|
1302
1302
|
|