aws-sdk-kinesisanalyticsv2 1.22.0 → 1.23.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a0a6deea5451cb4a28255465b790ce754cf6fba28086c4ce13f4a725f8076483
|
4
|
+
data.tar.gz: 14accf4428c4440a44056f2e2179c6c0aa88f8cd6d903938e6fcd51e83cf361c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0388be12e01a7cedf36f362b510e52fe3abdcb21d1302b40e7f814f2cfde452f5a097e2fff20ea34d8b9f5c35322994726e750bd24ff634af3f4cef3fc8113bc'
|
7
|
+
data.tar.gz: 689910aa2e4b84f110f28331402ecf18700d314621b4fa21af7a3679e64322be5188d1127e838b408675ae20ba78a532476b4806da1d8202eab989c576da2853
|
@@ -384,8 +384,8 @@ module Aws::KinesisAnalyticsV2
|
|
384
384
|
req.send_request(options)
|
385
385
|
end
|
386
386
|
|
387
|
-
# Adds a streaming source to your SQL-based
|
388
|
-
#
|
387
|
+
# Adds a streaming source to your SQL-based Kinesis Data Analytics
|
388
|
+
# application.
|
389
389
|
#
|
390
390
|
# You can add a streaming source when you create an application, or you
|
391
391
|
# can use this operation to add a streaming source after you create an
|
@@ -495,14 +495,14 @@ module Aws::KinesisAnalyticsV2
|
|
495
495
|
req.send_request(options)
|
496
496
|
end
|
497
497
|
|
498
|
-
# Adds an InputProcessingConfiguration to
|
498
|
+
# Adds an InputProcessingConfiguration to a SQL-based Kinesis Data
|
499
499
|
# Analytics application. An input processor pre-processes records on the
|
500
500
|
# input stream before the application's SQL code executes. Currently,
|
501
501
|
# the only input processor available is [AWS Lambda][1].
|
502
502
|
#
|
503
503
|
#
|
504
504
|
#
|
505
|
-
# [1]: https://aws.amazon.com/
|
505
|
+
# [1]: https://docs.aws.amazon.com/lambda/
|
506
506
|
#
|
507
507
|
# @option params [required, String] :application_name
|
508
508
|
# The name of the application to which you want to add the input
|
@@ -560,8 +560,8 @@ module Aws::KinesisAnalyticsV2
|
|
560
560
|
req.send_request(options)
|
561
561
|
end
|
562
562
|
|
563
|
-
# Adds an external destination to your SQL-based
|
564
|
-
#
|
563
|
+
# Adds an external destination to your SQL-based Kinesis Data Analytics
|
564
|
+
# application.
|
565
565
|
#
|
566
566
|
# If you want Kinesis Data Analytics to deliver data from an
|
567
567
|
# in-application stream within your application to an external
|
@@ -650,8 +650,8 @@ module Aws::KinesisAnalyticsV2
|
|
650
650
|
req.send_request(options)
|
651
651
|
end
|
652
652
|
|
653
|
-
# Adds a reference data source to an existing SQL-based
|
654
|
-
#
|
653
|
+
# Adds a reference data source to an existing SQL-based Kinesis Data
|
654
|
+
# Analytics application.
|
655
655
|
#
|
656
656
|
# Kinesis Data Analytics reads reference data (that is, an Amazon S3
|
657
657
|
# object) and creates an in-application table within your application.
|
@@ -763,11 +763,10 @@ module Aws::KinesisAnalyticsV2
|
|
763
763
|
# The name of an existing application.
|
764
764
|
#
|
765
765
|
# @option params [required, Integer] :current_application_version_id
|
766
|
-
# The version of the application to which you want to add the
|
767
|
-
#
|
768
|
-
#
|
769
|
-
#
|
770
|
-
# `ConcurrentModificationException` is returned.
|
766
|
+
# The version of the application to which you want to add the VPC
|
767
|
+
# configuration. You can use the DescribeApplication operation to get
|
768
|
+
# the current application version. If the version specified is not the
|
769
|
+
# current version, the `ConcurrentModificationException` is returned.
|
771
770
|
#
|
772
771
|
# @option params [required, Types::VpcConfiguration] :vpc_configuration
|
773
772
|
# Description of the VPC to add to the application.
|
@@ -809,8 +808,8 @@ module Aws::KinesisAnalyticsV2
|
|
809
808
|
req.send_request(options)
|
810
809
|
end
|
811
810
|
|
812
|
-
# Creates
|
813
|
-
#
|
811
|
+
# Creates a Kinesis Data Analytics application. For information about
|
812
|
+
# creating a Kinesis Data Analytics application, see [Creating an
|
814
813
|
# Application][1].
|
815
814
|
#
|
816
815
|
#
|
@@ -824,8 +823,8 @@ module Aws::KinesisAnalyticsV2
|
|
824
823
|
# A summary description of the application.
|
825
824
|
#
|
826
825
|
# @option params [required, String] :runtime_environment
|
827
|
-
# The runtime environment for the application (`SQL-1.0`
|
828
|
-
# `FLINK-
|
826
|
+
# The runtime environment for the application (`SQL-1.0`, `FLINK-1_6`,
|
827
|
+
# or `FLINK-1_8`).
|
829
828
|
#
|
830
829
|
# @option params [required, String] :service_execution_role
|
831
830
|
# The IAM role used by the application to access Kinesis data streams,
|
@@ -1024,7 +1023,7 @@ module Aws::KinesisAnalyticsV2
|
|
1024
1023
|
# resp.application_detail.application_name #=> String
|
1025
1024
|
# resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8"
|
1026
1025
|
# resp.application_detail.service_execution_role #=> String
|
1027
|
-
# resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING"
|
1026
|
+
# resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING"
|
1028
1027
|
# resp.application_detail.application_version_id #=> Integer
|
1029
1028
|
# resp.application_detail.create_timestamp #=> Time
|
1030
1029
|
# resp.application_detail.last_update_timestamp #=> Time
|
@@ -1177,8 +1176,8 @@ module Aws::KinesisAnalyticsV2
|
|
1177
1176
|
req.send_request(options)
|
1178
1177
|
end
|
1179
1178
|
|
1180
|
-
# Deletes an Amazon CloudWatch log stream from an
|
1181
|
-
#
|
1179
|
+
# Deletes an Amazon CloudWatch log stream from an Kinesis Data Analytics
|
1180
|
+
# application.
|
1182
1181
|
#
|
1183
1182
|
# @option params [required, String] :application_name
|
1184
1183
|
# The application name.
|
@@ -1268,8 +1267,8 @@ module Aws::KinesisAnalyticsV2
|
|
1268
1267
|
end
|
1269
1268
|
|
1270
1269
|
# Deletes the output destination configuration from your SQL-based
|
1271
|
-
#
|
1272
|
-
#
|
1270
|
+
# Kinesis Data Analytics application's configuration. Kinesis Data
|
1271
|
+
# Analytics will no longer write data from the corresponding
|
1273
1272
|
# in-application stream to the external output destination.
|
1274
1273
|
#
|
1275
1274
|
# @option params [required, String] :application_name
|
@@ -1317,7 +1316,7 @@ module Aws::KinesisAnalyticsV2
|
|
1317
1316
|
end
|
1318
1317
|
|
1319
1318
|
# Deletes a reference data source configuration from the specified
|
1320
|
-
# SQL-based
|
1319
|
+
# SQL-based Kinesis Data Analytics application's configuration.
|
1321
1320
|
#
|
1322
1321
|
# If the application is running, Kinesis Data Analytics immediately
|
1323
1322
|
# removes the in-application table that you created using the
|
@@ -1436,7 +1435,7 @@ module Aws::KinesisAnalyticsV2
|
|
1436
1435
|
req.send_request(options)
|
1437
1436
|
end
|
1438
1437
|
|
1439
|
-
# Returns information about a specific
|
1438
|
+
# Returns information about a specific Kinesis Data Analytics
|
1440
1439
|
# application.
|
1441
1440
|
#
|
1442
1441
|
# If you want to retrieve a list of all applications in your account,
|
@@ -1467,7 +1466,7 @@ module Aws::KinesisAnalyticsV2
|
|
1467
1466
|
# resp.application_detail.application_name #=> String
|
1468
1467
|
# resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8"
|
1469
1468
|
# resp.application_detail.service_execution_role #=> String
|
1470
|
-
# resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING"
|
1469
|
+
# resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING"
|
1471
1470
|
# resp.application_detail.application_version_id #=> Integer
|
1472
1471
|
# resp.application_detail.create_timestamp #=> Time
|
1473
1472
|
# resp.application_detail.last_update_timestamp #=> Time
|
@@ -1603,12 +1602,11 @@ module Aws::KinesisAnalyticsV2
|
|
1603
1602
|
req.send_request(options)
|
1604
1603
|
end
|
1605
1604
|
|
1606
|
-
# Infers a schema for
|
1607
|
-
#
|
1608
|
-
#
|
1609
|
-
#
|
1610
|
-
#
|
1611
|
-
# infer the schema.
|
1605
|
+
# Infers a schema for a SQL-based Kinesis Data Analytics application by
|
1606
|
+
# evaluating sample records on the specified streaming source (Kinesis
|
1607
|
+
# data stream or Kinesis Data Firehose delivery stream) or Amazon S3
|
1608
|
+
# object. In the response, the operation returns the inferred schema and
|
1609
|
+
# also the sample records that the operation used to infer the schema.
|
1612
1610
|
#
|
1613
1611
|
# You can use the inferred schema when configuring a streaming source
|
1614
1612
|
# for your application. When you create an application using the Kinesis
|
@@ -1732,9 +1730,9 @@ module Aws::KinesisAnalyticsV2
|
|
1732
1730
|
req.send_request(options)
|
1733
1731
|
end
|
1734
1732
|
|
1735
|
-
# Returns a list of
|
1736
|
-
#
|
1737
|
-
#
|
1733
|
+
# Returns a list of Kinesis Data Analytics applications in your account.
|
1734
|
+
# For each application, the response includes the application name,
|
1735
|
+
# Amazon Resource Name (ARN), and status.
|
1738
1736
|
#
|
1739
1737
|
# If you want detailed information about a specific application, use
|
1740
1738
|
# DescribeApplication.
|
@@ -1769,7 +1767,7 @@ module Aws::KinesisAnalyticsV2
|
|
1769
1767
|
# resp.application_summaries #=> Array
|
1770
1768
|
# resp.application_summaries[0].application_name #=> String
|
1771
1769
|
# resp.application_summaries[0].application_arn #=> String
|
1772
|
-
# resp.application_summaries[0].application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING"
|
1770
|
+
# resp.application_summaries[0].application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING"
|
1773
1771
|
# resp.application_summaries[0].application_version_id #=> Integer
|
1774
1772
|
# resp.application_summaries[0].runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8"
|
1775
1773
|
# resp.next_token #=> String
|
@@ -1818,7 +1816,7 @@ module Aws::KinesisAnalyticsV2
|
|
1818
1816
|
req.send_request(options)
|
1819
1817
|
end
|
1820
1818
|
|
1821
|
-
# Starts the specified
|
1819
|
+
# Starts the specified Kinesis Data Analytics application. After
|
1822
1820
|
# creating an application, you must exclusively call this operation to
|
1823
1821
|
# start your application.
|
1824
1822
|
#
|
@@ -1870,12 +1868,25 @@ module Aws::KinesisAnalyticsV2
|
|
1870
1868
|
# @option params [required, String] :application_name
|
1871
1869
|
# The name of the running application to stop.
|
1872
1870
|
#
|
1871
|
+
# @option params [Boolean] :force
|
1872
|
+
# Set to `true` to force the application to stop. If you set `Force` to
|
1873
|
+
# `true`, Kinesis Data Analytics stops the application without taking a
|
1874
|
+
# snapshot.
|
1875
|
+
#
|
1876
|
+
# You can only force stop a Flink-based Kinesis Data Analytics
|
1877
|
+
# application. You can't force stop a SQL-based Kinesis Data Analytics
|
1878
|
+
# application.
|
1879
|
+
#
|
1880
|
+
# The application must be in the `STARTING`, `UPDATING`, `STOPPING`,
|
1881
|
+
# `AUTOSCALING`, or `RUNNING` state.
|
1882
|
+
#
|
1873
1883
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1874
1884
|
#
|
1875
1885
|
# @example Request syntax with placeholder values
|
1876
1886
|
#
|
1877
1887
|
# resp = client.stop_application({
|
1878
1888
|
# application_name: "ApplicationName", # required
|
1889
|
+
# force: false,
|
1879
1890
|
# })
|
1880
1891
|
#
|
1881
1892
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/StopApplication AWS API Documentation
|
@@ -1887,10 +1898,10 @@ module Aws::KinesisAnalyticsV2
|
|
1887
1898
|
req.send_request(options)
|
1888
1899
|
end
|
1889
1900
|
|
1890
|
-
# Adds one or more key-value tags to a Kinesis Analytics
|
1891
|
-
# Note that the maximum number of application tags includes
|
1892
|
-
# The maximum number of user-defined application tags is
|
1893
|
-
# information, see [Using Tagging][1].
|
1901
|
+
# Adds one or more key-value tags to a Kinesis Data Analytics
|
1902
|
+
# application. Note that the maximum number of application tags includes
|
1903
|
+
# system tags. The maximum number of user-defined application tags is
|
1904
|
+
# 50. For more information, see [Using Tagging][1].
|
1894
1905
|
#
|
1895
1906
|
#
|
1896
1907
|
#
|
@@ -1925,16 +1936,16 @@ module Aws::KinesisAnalyticsV2
|
|
1925
1936
|
req.send_request(options)
|
1926
1937
|
end
|
1927
1938
|
|
1928
|
-
# Removes one or more tags from a Kinesis Analytics application.
|
1929
|
-
# more information, see [Using Tagging][1].
|
1939
|
+
# Removes one or more tags from a Kinesis Data Analytics application.
|
1940
|
+
# For more information, see [Using Tagging][1].
|
1930
1941
|
#
|
1931
1942
|
#
|
1932
1943
|
#
|
1933
1944
|
# [1]: https://docs.aws.amazon.com/kinesisanalytics/latest/java/how-tagging.html
|
1934
1945
|
#
|
1935
1946
|
# @option params [required, String] :resource_arn
|
1936
|
-
# The ARN of the Kinesis Analytics application from which to remove
|
1937
|
-
# tags.
|
1947
|
+
# The ARN of the Kinesis Data Analytics application from which to remove
|
1948
|
+
# the tags.
|
1938
1949
|
#
|
1939
1950
|
# @option params [required, Array<String>] :tag_keys
|
1940
1951
|
# A list of keys of tags to remove from the specified application.
|
@@ -1957,13 +1968,19 @@ module Aws::KinesisAnalyticsV2
|
|
1957
1968
|
req.send_request(options)
|
1958
1969
|
end
|
1959
1970
|
|
1960
|
-
# Updates an existing
|
1961
|
-
#
|
1962
|
-
#
|
1971
|
+
# Updates an existing Kinesis Data Analytics application. Using this
|
1972
|
+
# operation, you can update application code, input configuration, and
|
1973
|
+
# output configuration.
|
1963
1974
|
#
|
1964
1975
|
# Kinesis Data Analytics updates the `ApplicationVersionId` each time
|
1965
1976
|
# you update your application.
|
1966
1977
|
#
|
1978
|
+
# <note markdown="1"> You cannot update the `RuntimeEnvironment` of an existing application.
|
1979
|
+
# If you need to update an application's `RuntimeEnvironment`, you must
|
1980
|
+
# delete the application and create it again.
|
1981
|
+
#
|
1982
|
+
# </note>
|
1983
|
+
#
|
1967
1984
|
# @option params [required, String] :application_name
|
1968
1985
|
# The name of the application to update.
|
1969
1986
|
#
|
@@ -2167,7 +2184,7 @@ module Aws::KinesisAnalyticsV2
|
|
2167
2184
|
# resp.application_detail.application_name #=> String
|
2168
2185
|
# resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8"
|
2169
2186
|
# resp.application_detail.service_execution_role #=> String
|
2170
|
-
# resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING"
|
2187
|
+
# resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING"
|
2171
2188
|
# resp.application_detail.application_version_id #=> Integer
|
2172
2189
|
# resp.application_detail.create_timestamp #=> Time
|
2173
2190
|
# resp.application_detail.last_update_timestamp #=> Time
|
@@ -2280,7 +2297,7 @@ module Aws::KinesisAnalyticsV2
|
|
2280
2297
|
params: params,
|
2281
2298
|
config: config)
|
2282
2299
|
context[:gem_name] = 'aws-sdk-kinesisanalyticsv2'
|
2283
|
-
context[:gem_version] = '1.
|
2300
|
+
context[:gem_version] = '1.23.0'
|
2284
2301
|
Seahorse::Client::Request.new(handlers, context)
|
2285
2302
|
end
|
2286
2303
|
|
@@ -967,6 +967,7 @@ module Aws::KinesisAnalyticsV2
|
|
967
967
|
StartApplicationResponse.struct_class = Types::StartApplicationResponse
|
968
968
|
|
969
969
|
StopApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
|
970
|
+
StopApplicationRequest.add_member(:force, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "Force"))
|
970
971
|
StopApplicationRequest.struct_class = Types::StopApplicationRequest
|
971
972
|
|
972
973
|
StopApplicationResponse.struct_class = Types::StopApplicationResponse
|
@@ -1348,6 +1349,7 @@ module Aws::KinesisAnalyticsV2
|
|
1348
1349
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
|
1349
1350
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1350
1351
|
o.errors << Shapes::ShapeRef.new(shape: InvalidApplicationConfigurationException)
|
1352
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1351
1353
|
end)
|
1352
1354
|
|
1353
1355
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
@@ -128,7 +128,7 @@ module Aws::KinesisAnalyticsV2
|
|
128
128
|
#
|
129
129
|
# @!attribute [rw] input_id
|
130
130
|
# The input ID that is associated with the application input. This is
|
131
|
-
# the ID that
|
131
|
+
# the ID that Kinesis Data Analytics assigns to each input
|
132
132
|
# configuration that you add to your application.
|
133
133
|
# @return [String]
|
134
134
|
#
|
@@ -395,7 +395,7 @@ module Aws::KinesisAnalyticsV2
|
|
395
395
|
# @return [String]
|
396
396
|
#
|
397
397
|
# @!attribute [rw] application_version_id
|
398
|
-
# The updated application version ID.
|
398
|
+
# The updated application version ID. Kinesis Data Analytics
|
399
399
|
# increments this ID when the application is updated.
|
400
400
|
# @return [Integer]
|
401
401
|
#
|
@@ -430,11 +430,10 @@ module Aws::KinesisAnalyticsV2
|
|
430
430
|
# @return [String]
|
431
431
|
#
|
432
432
|
# @!attribute [rw] current_application_version_id
|
433
|
-
# The version of the application to which you want to add the
|
434
|
-
#
|
435
|
-
#
|
436
|
-
#
|
437
|
-
# `ConcurrentModificationException` is returned.
|
433
|
+
# The version of the application to which you want to add the VPC
|
434
|
+
# configuration. You can use the DescribeApplication operation to get
|
435
|
+
# the current application version. If the version specified is not the
|
436
|
+
# current version, the `ConcurrentModificationException` is returned.
|
438
437
|
# @return [Integer]
|
439
438
|
#
|
440
439
|
# @!attribute [rw] vpc_configuration
|
@@ -475,7 +474,7 @@ module Aws::KinesisAnalyticsV2
|
|
475
474
|
include Aws::Structure
|
476
475
|
end
|
477
476
|
|
478
|
-
# Describes code configuration for a
|
477
|
+
# Describes code configuration for a Flink-based Kinesis Data Analytics
|
479
478
|
# application.
|
480
479
|
#
|
481
480
|
# @note When making an API call, you may pass ApplicationCodeConfiguration
|
@@ -511,7 +510,7 @@ module Aws::KinesisAnalyticsV2
|
|
511
510
|
include Aws::Structure
|
512
511
|
end
|
513
512
|
|
514
|
-
# Describes code configuration for a
|
513
|
+
# Describes code configuration for a Flink-based Kinesis Data Analytics
|
515
514
|
# application.
|
516
515
|
#
|
517
516
|
# @!attribute [rw] code_content_type
|
@@ -532,8 +531,8 @@ module Aws::KinesisAnalyticsV2
|
|
532
531
|
include Aws::Structure
|
533
532
|
end
|
534
533
|
|
535
|
-
# Describes updates to a
|
536
|
-
# application.
|
534
|
+
# Describes code configuration updates to a Flink-based Kinesis Data
|
535
|
+
# Analytics application.
|
537
536
|
#
|
538
537
|
# @note When making an API call, you may pass ApplicationCodeConfigurationUpdate
|
539
538
|
# data as a hash:
|
@@ -568,7 +567,7 @@ module Aws::KinesisAnalyticsV2
|
|
568
567
|
include Aws::Structure
|
569
568
|
end
|
570
569
|
|
571
|
-
# Specifies the creation parameters for
|
570
|
+
# Specifies the creation parameters for a Kinesis Data Analytics
|
572
571
|
# application.
|
573
572
|
#
|
574
573
|
# @note When making an API call, you may pass ApplicationConfiguration
|
@@ -719,27 +718,27 @@ module Aws::KinesisAnalyticsV2
|
|
719
718
|
# }
|
720
719
|
#
|
721
720
|
# @!attribute [rw] sql_application_configuration
|
722
|
-
# The creation and update parameters for
|
721
|
+
# The creation and update parameters for a SQL-based Kinesis Data
|
723
722
|
# Analytics application.
|
724
723
|
# @return [Types::SqlApplicationConfiguration]
|
725
724
|
#
|
726
725
|
# @!attribute [rw] flink_application_configuration
|
727
|
-
# The creation and update parameters for a
|
726
|
+
# The creation and update parameters for a Flink-based Kinesis Data
|
728
727
|
# Analytics application.
|
729
728
|
# @return [Types::FlinkApplicationConfiguration]
|
730
729
|
#
|
731
730
|
# @!attribute [rw] environment_properties
|
732
|
-
# Describes execution properties for a
|
731
|
+
# Describes execution properties for a Flink-based Kinesis Data
|
733
732
|
# Analytics application.
|
734
733
|
# @return [Types::EnvironmentProperties]
|
735
734
|
#
|
736
735
|
# @!attribute [rw] application_code_configuration
|
737
|
-
# The code location and type parameters for a
|
736
|
+
# The code location and type parameters for a Flink-based Kinesis Data
|
738
737
|
# Analytics application.
|
739
738
|
# @return [Types::ApplicationCodeConfiguration]
|
740
739
|
#
|
741
740
|
# @!attribute [rw] application_snapshot_configuration
|
742
|
-
# Describes whether snapshots are enabled for a
|
741
|
+
# Describes whether snapshots are enabled for a Flink-based Kinesis
|
743
742
|
# Data Analytics application.
|
744
743
|
# @return [Types::ApplicationSnapshotConfiguration]
|
745
744
|
#
|
@@ -762,16 +761,16 @@ module Aws::KinesisAnalyticsV2
|
|
762
761
|
end
|
763
762
|
|
764
763
|
# Describes details about the application code and starting parameters
|
765
|
-
# for
|
764
|
+
# for a Kinesis Data Analytics application.
|
766
765
|
#
|
767
766
|
# @!attribute [rw] sql_application_configuration_description
|
768
|
-
# The details about inputs, outputs, and reference data sources for
|
767
|
+
# The details about inputs, outputs, and reference data sources for a
|
769
768
|
# SQL-based Kinesis Data Analytics application.
|
770
769
|
# @return [Types::SqlApplicationConfigurationDescription]
|
771
770
|
#
|
772
771
|
# @!attribute [rw] application_code_configuration_description
|
773
|
-
# The details about the application code for a
|
774
|
-
# Analytics application.
|
772
|
+
# The details about the application code for a Flink-based Kinesis
|
773
|
+
# Data Analytics application.
|
775
774
|
# @return [Types::ApplicationCodeConfigurationDescription]
|
776
775
|
#
|
777
776
|
# @!attribute [rw] run_configuration_description
|
@@ -780,16 +779,16 @@ module Aws::KinesisAnalyticsV2
|
|
780
779
|
# @return [Types::RunConfigurationDescription]
|
781
780
|
#
|
782
781
|
# @!attribute [rw] flink_application_configuration_description
|
783
|
-
# The details about a
|
782
|
+
# The details about a Flink-based Kinesis Data Analytics application.
|
784
783
|
# @return [Types::FlinkApplicationConfigurationDescription]
|
785
784
|
#
|
786
785
|
# @!attribute [rw] environment_property_descriptions
|
787
|
-
# Describes execution properties for a
|
786
|
+
# Describes execution properties for a Flink-based Kinesis Data
|
788
787
|
# Analytics application.
|
789
788
|
# @return [Types::EnvironmentPropertyDescriptions]
|
790
789
|
#
|
791
790
|
# @!attribute [rw] application_snapshot_configuration_description
|
792
|
-
# Describes whether snapshots are enabled for a
|
791
|
+
# Describes whether snapshots are enabled for a Flink-based Kinesis
|
793
792
|
# Data Analytics application.
|
794
793
|
# @return [Types::ApplicationSnapshotConfigurationDescription]
|
795
794
|
#
|
@@ -966,27 +965,27 @@ module Aws::KinesisAnalyticsV2
|
|
966
965
|
# }
|
967
966
|
#
|
968
967
|
# @!attribute [rw] sql_application_configuration_update
|
969
|
-
# Describes updates to
|
968
|
+
# Describes updates to a SQL-based Kinesis Data Analytics
|
970
969
|
# application's configuration.
|
971
970
|
# @return [Types::SqlApplicationConfigurationUpdate]
|
972
971
|
#
|
973
972
|
# @!attribute [rw] application_code_configuration_update
|
974
|
-
# Describes updates to a
|
973
|
+
# Describes updates to a Flink-based Kinesis Data Analytics
|
975
974
|
# application's code configuration.
|
976
975
|
# @return [Types::ApplicationCodeConfigurationUpdate]
|
977
976
|
#
|
978
977
|
# @!attribute [rw] flink_application_configuration_update
|
979
|
-
# Describes updates to a
|
978
|
+
# Describes updates to a Flink-based Kinesis Data Analytics
|
980
979
|
# application's configuration.
|
981
980
|
# @return [Types::FlinkApplicationConfigurationUpdate]
|
982
981
|
#
|
983
982
|
# @!attribute [rw] environment_property_updates
|
984
|
-
# Describes updates to the environment properties for a
|
983
|
+
# Describes updates to the environment properties for a Flink-based
|
985
984
|
# Kinesis Data Analytics application.
|
986
985
|
# @return [Types::EnvironmentPropertyUpdates]
|
987
986
|
#
|
988
987
|
# @!attribute [rw] application_snapshot_configuration_update
|
989
|
-
# Describes whether snapshots are enabled for a
|
988
|
+
# Describes whether snapshots are enabled for a Flink-based Kinesis
|
990
989
|
# Data Analytics application.
|
991
990
|
# @return [Types::ApplicationSnapshotConfigurationUpdate]
|
992
991
|
#
|
@@ -1025,8 +1024,8 @@ module Aws::KinesisAnalyticsV2
|
|
1025
1024
|
# @return [String]
|
1026
1025
|
#
|
1027
1026
|
# @!attribute [rw] runtime_environment
|
1028
|
-
# The runtime environment for the application (`SQL-1.0`
|
1029
|
-
# `FLINK-
|
1027
|
+
# The runtime environment for the application (`SQL-1.0`, `FLINK-1_6`,
|
1028
|
+
# or `FLINK-1_8`).
|
1030
1029
|
# @return [String]
|
1031
1030
|
#
|
1032
1031
|
# @!attribute [rw] service_execution_role
|
@@ -1053,8 +1052,8 @@ module Aws::KinesisAnalyticsV2
|
|
1053
1052
|
# @return [Time]
|
1054
1053
|
#
|
1055
1054
|
# @!attribute [rw] application_configuration_description
|
1056
|
-
# Provides details about the application's SQL or
|
1057
|
-
# starting parameters.
|
1055
|
+
# Provides details about the application's Java, SQL, or Scala code
|
1056
|
+
# and starting parameters.
|
1058
1057
|
# @return [Types::ApplicationConfigurationDescription]
|
1059
1058
|
#
|
1060
1059
|
# @!attribute [rw] cloud_watch_logging_option_descriptions
|
@@ -1110,7 +1109,7 @@ module Aws::KinesisAnalyticsV2
|
|
1110
1109
|
include Aws::Structure
|
1111
1110
|
end
|
1112
1111
|
|
1113
|
-
# Describes whether snapshots are enabled for a
|
1112
|
+
# Describes whether snapshots are enabled for a Flink-based Kinesis Data
|
1114
1113
|
# Analytics application.
|
1115
1114
|
#
|
1116
1115
|
# @note When making an API call, you may pass ApplicationSnapshotConfiguration
|
@@ -1121,7 +1120,7 @@ module Aws::KinesisAnalyticsV2
|
|
1121
1120
|
# }
|
1122
1121
|
#
|
1123
1122
|
# @!attribute [rw] snapshots_enabled
|
1124
|
-
# Describes whether snapshots are enabled for a
|
1123
|
+
# Describes whether snapshots are enabled for a Flink-based Kinesis
|
1125
1124
|
# Data Analytics application.
|
1126
1125
|
# @return [Boolean]
|
1127
1126
|
#
|
@@ -1133,11 +1132,11 @@ module Aws::KinesisAnalyticsV2
|
|
1133
1132
|
include Aws::Structure
|
1134
1133
|
end
|
1135
1134
|
|
1136
|
-
# Describes whether snapshots are enabled for a
|
1135
|
+
# Describes whether snapshots are enabled for a Flink-based Kinesis Data
|
1137
1136
|
# Analytics application.
|
1138
1137
|
#
|
1139
1138
|
# @!attribute [rw] snapshots_enabled
|
1140
|
-
# Describes whether snapshots are enabled for a
|
1139
|
+
# Describes whether snapshots are enabled for a Flink-based Kinesis
|
1141
1140
|
# Data Analytics application.
|
1142
1141
|
# @return [Boolean]
|
1143
1142
|
#
|
@@ -1149,7 +1148,7 @@ module Aws::KinesisAnalyticsV2
|
|
1149
1148
|
include Aws::Structure
|
1150
1149
|
end
|
1151
1150
|
|
1152
|
-
# Describes updates to whether snapshots are enabled for a
|
1151
|
+
# Describes updates to whether snapshots are enabled for a Flink-based
|
1153
1152
|
# Kinesis Data Analytics application.
|
1154
1153
|
#
|
1155
1154
|
# @note When making an API call, you may pass ApplicationSnapshotConfigurationUpdate
|
@@ -1160,7 +1159,7 @@ module Aws::KinesisAnalyticsV2
|
|
1160
1159
|
# }
|
1161
1160
|
#
|
1162
1161
|
# @!attribute [rw] snapshots_enabled_update
|
1163
|
-
# Describes updates to whether snapshots are enabled for a
|
1162
|
+
# Describes updates to whether snapshots are enabled for a Flink-based
|
1164
1163
|
# Kinesis Data Analytics application.
|
1165
1164
|
# @return [Boolean]
|
1166
1165
|
#
|
@@ -1192,8 +1191,8 @@ module Aws::KinesisAnalyticsV2
|
|
1192
1191
|
# @return [Integer]
|
1193
1192
|
#
|
1194
1193
|
# @!attribute [rw] runtime_environment
|
1195
|
-
# The runtime environment for the application (`SQL-1.0`
|
1196
|
-
# `FLINK-
|
1194
|
+
# The runtime environment for the application (`SQL-1.0`, `FLINK-1_6`,
|
1195
|
+
# or `FLINK-1_8`).
|
1197
1196
|
# @return [String]
|
1198
1197
|
#
|
1199
1198
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ApplicationSummary AWS API Documentation
|
@@ -1208,11 +1207,11 @@ module Aws::KinesisAnalyticsV2
|
|
1208
1207
|
include Aws::Structure
|
1209
1208
|
end
|
1210
1209
|
|
1211
|
-
# For
|
1212
|
-
# when the record format uses delimiters,
|
1213
|
-
# following sample records use CSV format,
|
1214
|
-
# *'\\n'* as the row delimiter and a comma
|
1215
|
-
# delimiter:
|
1210
|
+
# For a SQL-based Kinesis Data Analytics application, provides
|
1211
|
+
# additional mapping information when the record format uses delimiters,
|
1212
|
+
# such as CSV. For example, the following sample records use CSV format,
|
1213
|
+
# where the records use the *'\\n'* as the row delimiter and a comma
|
1214
|
+
# (",") as the column delimiter:
|
1216
1215
|
#
|
1217
1216
|
# `"name1", "address1"`
|
1218
1217
|
#
|
@@ -1252,8 +1251,8 @@ module Aws::KinesisAnalyticsV2
|
|
1252
1251
|
#
|
1253
1252
|
#
|
1254
1253
|
#
|
1255
|
-
# [1]: https://ci.apache.org/projects/flink/flink-docs-release-1.
|
1256
|
-
# [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.
|
1254
|
+
# [1]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/concepts/programming-model.html#checkpoints-for-fault-tolerance
|
1255
|
+
# [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/
|
1257
1256
|
#
|
1258
1257
|
# @note When making an API call, you may pass CheckpointConfiguration
|
1259
1258
|
# data as a hash:
|
@@ -1266,9 +1265,9 @@ module Aws::KinesisAnalyticsV2
|
|
1266
1265
|
# }
|
1267
1266
|
#
|
1268
1267
|
# @!attribute [rw] configuration_type
|
1269
|
-
# Describes whether the application uses
|
1270
|
-
#
|
1271
|
-
#
|
1268
|
+
# Describes whether the application uses Kinesis Data Analytics'
|
1269
|
+
# default checkpointing behavior. You must set this property to
|
1270
|
+
# `CUSTOM` in order to set the `CheckpointingEnabled`,
|
1272
1271
|
# `CheckpointInterval`, or `MinPauseBetweenCheckpoints` parameters.
|
1273
1272
|
#
|
1274
1273
|
# <note markdown="1"> If this value is set to `DEFAULT`, the application will use the
|
@@ -1285,7 +1284,7 @@ module Aws::KinesisAnalyticsV2
|
|
1285
1284
|
# @return [String]
|
1286
1285
|
#
|
1287
1286
|
# @!attribute [rw] checkpointing_enabled
|
1288
|
-
# Describes whether checkpointing is enabled for a
|
1287
|
+
# Describes whether checkpointing is enabled for a Flink-based Kinesis
|
1289
1288
|
# Data Analytics application.
|
1290
1289
|
#
|
1291
1290
|
# <note markdown="1"> If `CheckpointConfiguration.ConfigurationType` is `DEFAULT`, the
|
@@ -1324,8 +1323,8 @@ module Aws::KinesisAnalyticsV2
|
|
1324
1323
|
#
|
1325
1324
|
#
|
1326
1325
|
#
|
1327
|
-
# [1]: https://ci.apache.org/projects/flink/flink-docs-
|
1328
|
-
# [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.
|
1326
|
+
# [1]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/ops/state/large_state_tuning.html#tuning-checkpointing
|
1327
|
+
# [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/
|
1329
1328
|
# @return [Integer]
|
1330
1329
|
#
|
1331
1330
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/CheckpointConfiguration AWS API Documentation
|
@@ -1339,8 +1338,8 @@ module Aws::KinesisAnalyticsV2
|
|
1339
1338
|
include Aws::Structure
|
1340
1339
|
end
|
1341
1340
|
|
1342
|
-
# Describes checkpointing parameters for a
|
1343
|
-
#
|
1341
|
+
# Describes checkpointing parameters for a Flink-based Kinesis Data
|
1342
|
+
# Analytics application.
|
1344
1343
|
#
|
1345
1344
|
# @!attribute [rw] configuration_type
|
1346
1345
|
# Describes whether the application uses the default checkpointing
|
@@ -1360,7 +1359,7 @@ module Aws::KinesisAnalyticsV2
|
|
1360
1359
|
# @return [String]
|
1361
1360
|
#
|
1362
1361
|
# @!attribute [rw] checkpointing_enabled
|
1363
|
-
# Describes whether checkpointing is enabled for a
|
1362
|
+
# Describes whether checkpointing is enabled for a Flink-based Kinesis
|
1364
1363
|
# Data Analytics application.
|
1365
1364
|
#
|
1366
1365
|
# <note markdown="1"> If `CheckpointConfiguration.ConfigurationType` is `DEFAULT`, the
|
@@ -1405,8 +1404,8 @@ module Aws::KinesisAnalyticsV2
|
|
1405
1404
|
include Aws::Structure
|
1406
1405
|
end
|
1407
1406
|
|
1408
|
-
# Describes updates to the checkpointing parameters for a
|
1409
|
-
#
|
1407
|
+
# Describes updates to the checkpointing parameters for a Flink-based
|
1408
|
+
# Kinesis Data Analytics application.
|
1410
1409
|
#
|
1411
1410
|
# @note When making an API call, you may pass CheckpointConfigurationUpdate
|
1412
1411
|
# data as a hash:
|
@@ -1566,7 +1565,7 @@ module Aws::KinesisAnalyticsV2
|
|
1566
1565
|
end
|
1567
1566
|
|
1568
1567
|
# Specifies either the application code, or the location of the
|
1569
|
-
# application code, for a
|
1568
|
+
# application code, for a Flink-based Kinesis Data Analytics
|
1570
1569
|
# application.
|
1571
1570
|
#
|
1572
1571
|
# @note When making an API call, you may pass CodeContent
|
@@ -1583,12 +1582,12 @@ module Aws::KinesisAnalyticsV2
|
|
1583
1582
|
# }
|
1584
1583
|
#
|
1585
1584
|
# @!attribute [rw] text_content
|
1586
|
-
# The text-format code for a
|
1585
|
+
# The text-format code for a Flink-based Kinesis Data Analytics
|
1587
1586
|
# application.
|
1588
1587
|
# @return [String]
|
1589
1588
|
#
|
1590
1589
|
# @!attribute [rw] zip_file_content
|
1591
|
-
# The zip-format code for a
|
1590
|
+
# The zip-format code for a Flink-based Kinesis Data Analytics
|
1592
1591
|
# application.
|
1593
1592
|
# @return [String]
|
1594
1593
|
#
|
@@ -1607,7 +1606,7 @@ module Aws::KinesisAnalyticsV2
|
|
1607
1606
|
include Aws::Structure
|
1608
1607
|
end
|
1609
1608
|
|
1610
|
-
# Describes details about the application code for a
|
1609
|
+
# Describes details about the application code for a Flink-based Kinesis
|
1611
1610
|
# Data Analytics application.
|
1612
1611
|
#
|
1613
1612
|
# @!attribute [rw] text_content
|
@@ -1639,8 +1638,8 @@ module Aws::KinesisAnalyticsV2
|
|
1639
1638
|
include Aws::Structure
|
1640
1639
|
end
|
1641
1640
|
|
1642
|
-
# Describes an update to the code of a
|
1643
|
-
# application.
|
1641
|
+
# Describes an update to the code of a Flink-based Kinesis Data
|
1642
|
+
# Analytics application.
|
1644
1643
|
#
|
1645
1644
|
# @note When making an API call, you may pass CodeContentUpdate
|
1646
1645
|
# data as a hash:
|
@@ -1879,8 +1878,8 @@ module Aws::KinesisAnalyticsV2
|
|
1879
1878
|
# @return [String]
|
1880
1879
|
#
|
1881
1880
|
# @!attribute [rw] runtime_environment
|
1882
|
-
# The runtime environment for the application (`SQL-1.0`
|
1883
|
-
# `FLINK-
|
1881
|
+
# The runtime environment for the application (`SQL-1.0`, `FLINK-1_6`,
|
1882
|
+
# or `FLINK-1_8`).
|
1884
1883
|
# @return [String]
|
1885
1884
|
#
|
1886
1885
|
# @!attribute [rw] service_execution_role
|
@@ -2384,7 +2383,7 @@ module Aws::KinesisAnalyticsV2
|
|
2384
2383
|
end
|
2385
2384
|
|
2386
2385
|
# Describes the data format when records are written to the destination
|
2387
|
-
# in
|
2386
|
+
# in a SQL-based Kinesis Data Analytics application.
|
2388
2387
|
#
|
2389
2388
|
# @note When making an API call, you may pass DestinationSchema
|
2390
2389
|
# data as a hash:
|
@@ -2492,8 +2491,8 @@ module Aws::KinesisAnalyticsV2
|
|
2492
2491
|
include Aws::Structure
|
2493
2492
|
end
|
2494
2493
|
|
2495
|
-
# Describes execution properties for a
|
2496
|
-
# application.
|
2494
|
+
# Describes execution properties for a Flink-based Kinesis Data
|
2495
|
+
# Analytics application.
|
2497
2496
|
#
|
2498
2497
|
# @note When making an API call, you may pass EnvironmentProperties
|
2499
2498
|
# data as a hash:
|
@@ -2521,8 +2520,8 @@ module Aws::KinesisAnalyticsV2
|
|
2521
2520
|
include Aws::Structure
|
2522
2521
|
end
|
2523
2522
|
|
2524
|
-
# Describes the execution properties for a
|
2525
|
-
#
|
2523
|
+
# Describes the execution properties for a Flink-based Kinesis Data
|
2524
|
+
# Analytics application.
|
2526
2525
|
#
|
2527
2526
|
# @!attribute [rw] property_group_descriptions
|
2528
2527
|
# Describes the execution property groups.
|
@@ -2536,8 +2535,8 @@ module Aws::KinesisAnalyticsV2
|
|
2536
2535
|
include Aws::Structure
|
2537
2536
|
end
|
2538
2537
|
|
2539
|
-
# Describes updates to the execution property groups for a
|
2540
|
-
#
|
2538
|
+
# Describes updates to the execution property groups for a Flink-based
|
2539
|
+
# Kinesis Data Analytics application.
|
2541
2540
|
#
|
2542
2541
|
# @note When making an API call, you may pass EnvironmentPropertyUpdates
|
2543
2542
|
# data as a hash:
|
@@ -2565,8 +2564,8 @@ module Aws::KinesisAnalyticsV2
|
|
2565
2564
|
include Aws::Structure
|
2566
2565
|
end
|
2567
2566
|
|
2568
|
-
# Describes configuration parameters for a
|
2569
|
-
#
|
2567
|
+
# Describes configuration parameters for a Flink-based Kinesis Data
|
2568
|
+
# Analytics application.
|
2570
2569
|
#
|
2571
2570
|
# @note When making an API call, you may pass FlinkApplicationConfiguration
|
2572
2571
|
# data as a hash:
|
@@ -2599,8 +2598,8 @@ module Aws::KinesisAnalyticsV2
|
|
2599
2598
|
#
|
2600
2599
|
#
|
2601
2600
|
#
|
2602
|
-
# [1]: https://ci.apache.org/projects/flink/flink-docs-release-1.
|
2603
|
-
# [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.
|
2601
|
+
# [1]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/concepts/programming-model.html#checkpoints-for-fault-tolerance
|
2602
|
+
# [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/
|
2604
2603
|
# @return [Types::CheckpointConfiguration]
|
2605
2604
|
#
|
2606
2605
|
# @!attribute [rw] monitoring_configuration
|
@@ -2623,8 +2622,8 @@ module Aws::KinesisAnalyticsV2
|
|
2623
2622
|
include Aws::Structure
|
2624
2623
|
end
|
2625
2624
|
|
2626
|
-
# Describes configuration parameters for a
|
2627
|
-
#
|
2625
|
+
# Describes configuration parameters for a Flink-based Kinesis Data
|
2626
|
+
# Analytics application.
|
2628
2627
|
#
|
2629
2628
|
# @!attribute [rw] checkpoint_configuration_description
|
2630
2629
|
# Describes an application's checkpointing configuration.
|
@@ -2651,8 +2650,8 @@ module Aws::KinesisAnalyticsV2
|
|
2651
2650
|
#
|
2652
2651
|
#
|
2653
2652
|
#
|
2654
|
-
# [1]: https://ci.apache.org/projects/flink/flink-docs-
|
2655
|
-
# [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.
|
2653
|
+
# [1]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/internals/job_scheduling.html
|
2654
|
+
# [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/
|
2656
2655
|
# @return [String]
|
2657
2656
|
#
|
2658
2657
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/FlinkApplicationConfigurationDescription AWS API Documentation
|
@@ -2666,8 +2665,8 @@ module Aws::KinesisAnalyticsV2
|
|
2666
2665
|
include Aws::Structure
|
2667
2666
|
end
|
2668
2667
|
|
2669
|
-
# Describes updates to the configuration parameters for a
|
2670
|
-
#
|
2668
|
+
# Describes updates to the configuration parameters for a Flink-based
|
2669
|
+
# Kinesis Data Analytics application.
|
2671
2670
|
#
|
2672
2671
|
# @note When making an API call, you may pass FlinkApplicationConfigurationUpdate
|
2673
2672
|
# data as a hash:
|
@@ -2718,8 +2717,8 @@ module Aws::KinesisAnalyticsV2
|
|
2718
2717
|
include Aws::Structure
|
2719
2718
|
end
|
2720
2719
|
|
2721
|
-
# Describes the starting parameters for
|
2722
|
-
#
|
2720
|
+
# Describes the starting parameters for a Flink-based Kinesis Data
|
2721
|
+
# Analytics application.
|
2723
2722
|
#
|
2724
2723
|
# @note When making an API call, you may pass FlinkRunConfiguration
|
2725
2724
|
# data as a hash:
|
@@ -2729,14 +2728,20 @@ module Aws::KinesisAnalyticsV2
|
|
2729
2728
|
# }
|
2730
2729
|
#
|
2731
2730
|
# @!attribute [rw] allow_non_restored_state
|
2732
|
-
# When restoring from a
|
2731
|
+
# When restoring from a snapshot, specifies whether the runtime is
|
2733
2732
|
# allowed to skip a state that cannot be mapped to the new program.
|
2734
|
-
# This will happen if the program is updated between
|
2735
|
-
# remove stateful parameters, and state data in the
|
2736
|
-
#
|
2737
|
-
#
|
2733
|
+
# This will happen if the program is updated between snapshots to
|
2734
|
+
# remove stateful parameters, and state data in the snapshot no longer
|
2735
|
+
# corresponds to valid application data. For more information, see [
|
2736
|
+
# Allowing Non-Restored State][1] in the [Apache Flink
|
2738
2737
|
# documentation][2].
|
2739
2738
|
#
|
2739
|
+
# <note markdown="1"> This value defaults to `false`. If you update your application
|
2740
|
+
# without specifying this parameter, `AllowNonRestoredState` will be
|
2741
|
+
# set to `false`, even if it was previously set to `true`.
|
2742
|
+
#
|
2743
|
+
# </note>
|
2744
|
+
#
|
2740
2745
|
#
|
2741
2746
|
#
|
2742
2747
|
# [1]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/ops/state/savepoints.html#allowing-non-restored-state
|
@@ -2751,10 +2756,10 @@ module Aws::KinesisAnalyticsV2
|
|
2751
2756
|
include Aws::Structure
|
2752
2757
|
end
|
2753
2758
|
|
2754
|
-
# When you configure the application input for
|
2755
|
-
#
|
2756
|
-
#
|
2757
|
-
#
|
2759
|
+
# When you configure the application input for a SQL-based Kinesis Data
|
2760
|
+
# Analytics application, you specify the streaming source, the
|
2761
|
+
# in-application stream name that is created, and the mapping between
|
2762
|
+
# the two.
|
2758
2763
|
#
|
2759
2764
|
# @note When making an API call, you may pass Input
|
2760
2765
|
# data as a hash:
|
@@ -2850,8 +2855,8 @@ module Aws::KinesisAnalyticsV2
|
|
2850
2855
|
include Aws::Structure
|
2851
2856
|
end
|
2852
2857
|
|
2853
|
-
# Describes the application input configuration for
|
2854
|
-
#
|
2858
|
+
# Describes the application input configuration for a SQL-based Kinesis
|
2859
|
+
# Data Analytics application.
|
2855
2860
|
#
|
2856
2861
|
# @!attribute [rw] input_id
|
2857
2862
|
# The input ID that is associated with the application input. This is
|
@@ -2916,8 +2921,8 @@ module Aws::KinesisAnalyticsV2
|
|
2916
2921
|
end
|
2917
2922
|
|
2918
2923
|
# An object that contains the Amazon Resource Name (ARN) of the AWS
|
2919
|
-
# Lambda function that is used to preprocess records in the stream in
|
2920
|
-
# SQL-based
|
2924
|
+
# Lambda function that is used to preprocess records in the stream in a
|
2925
|
+
# SQL-based Kinesis Data Analytics application.
|
2921
2926
|
#
|
2922
2927
|
# @note When making an API call, you may pass InputLambdaProcessor
|
2923
2928
|
# data as a hash:
|
@@ -2933,9 +2938,13 @@ module Aws::KinesisAnalyticsV2
|
|
2933
2938
|
# <note markdown="1"> To specify an earlier version of the Lambda function than the
|
2934
2939
|
# latest, include the Lambda function version in the Lambda function
|
2935
2940
|
# ARN. For more information about Lambda ARNs, see [Example ARNs: AWS
|
2936
|
-
# Lambda]
|
2941
|
+
# Lambda][1]
|
2937
2942
|
#
|
2938
2943
|
# </note>
|
2944
|
+
#
|
2945
|
+
#
|
2946
|
+
#
|
2947
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-lambda
|
2939
2948
|
# @return [String]
|
2940
2949
|
#
|
2941
2950
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/InputLambdaProcessor AWS API Documentation
|
@@ -2946,9 +2955,9 @@ module Aws::KinesisAnalyticsV2
|
|
2946
2955
|
include Aws::Structure
|
2947
2956
|
end
|
2948
2957
|
|
2949
|
-
# For
|
2950
|
-
#
|
2951
|
-
#
|
2958
|
+
# For a SQL-based Kinesis Data Analytics application, an object that
|
2959
|
+
# contains the Amazon Resource Name (ARN) of the AWS Lambda function
|
2960
|
+
# that is used to preprocess records in the stream.
|
2952
2961
|
#
|
2953
2962
|
# @!attribute [rw] resource_arn
|
2954
2963
|
# The ARN of the AWS Lambda function that is used to preprocess the
|
@@ -2957,9 +2966,13 @@ module Aws::KinesisAnalyticsV2
|
|
2957
2966
|
# <note markdown="1"> To specify an earlier version of the Lambda function than the
|
2958
2967
|
# latest, include the Lambda function version in the Lambda function
|
2959
2968
|
# ARN. For more information about Lambda ARNs, see [Example ARNs: AWS
|
2960
|
-
# Lambda]
|
2969
|
+
# Lambda][1]
|
2961
2970
|
#
|
2962
2971
|
# </note>
|
2972
|
+
#
|
2973
|
+
#
|
2974
|
+
#
|
2975
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-lambda
|
2963
2976
|
# @return [String]
|
2964
2977
|
#
|
2965
2978
|
# @!attribute [rw] role_arn
|
@@ -2982,8 +2995,8 @@ module Aws::KinesisAnalyticsV2
|
|
2982
2995
|
include Aws::Structure
|
2983
2996
|
end
|
2984
2997
|
|
2985
|
-
# For
|
2986
|
-
#
|
2998
|
+
# For a SQL-based Kinesis Data Analytics application, represents an
|
2999
|
+
# update to the InputLambdaProcessor that is used to preprocess the
|
2987
3000
|
# records in the stream.
|
2988
3001
|
#
|
2989
3002
|
# @note When making an API call, you may pass InputLambdaProcessorUpdate
|
@@ -3000,9 +3013,13 @@ module Aws::KinesisAnalyticsV2
|
|
3000
3013
|
# <note markdown="1"> To specify an earlier version of the Lambda function than the
|
3001
3014
|
# latest, include the Lambda function version in the Lambda function
|
3002
3015
|
# ARN. For more information about Lambda ARNs, see [Example ARNs: AWS
|
3003
|
-
# Lambda]
|
3016
|
+
# Lambda][1]
|
3004
3017
|
#
|
3005
3018
|
# </note>
|
3019
|
+
#
|
3020
|
+
#
|
3021
|
+
#
|
3022
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-lambda
|
3006
3023
|
# @return [String]
|
3007
3024
|
#
|
3008
3025
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/InputLambdaProcessorUpdate AWS API Documentation
|
@@ -3013,8 +3030,8 @@ module Aws::KinesisAnalyticsV2
|
|
3013
3030
|
include Aws::Structure
|
3014
3031
|
end
|
3015
3032
|
|
3016
|
-
# For
|
3017
|
-
#
|
3033
|
+
# For a SQL-based Kinesis Data Analytics application, describes the
|
3034
|
+
# number of in-application streams to create for a given streaming
|
3018
3035
|
# source.
|
3019
3036
|
#
|
3020
3037
|
# @note When making an API call, you may pass InputParallelism
|
@@ -3036,8 +3053,8 @@ module Aws::KinesisAnalyticsV2
|
|
3036
3053
|
include Aws::Structure
|
3037
3054
|
end
|
3038
3055
|
|
3039
|
-
# For
|
3040
|
-
#
|
3056
|
+
# For a SQL-based Kinesis Data Analytics application, provides updates
|
3057
|
+
# to the parallelism count.
|
3041
3058
|
#
|
3042
3059
|
# @note When making an API call, you may pass InputParallelismUpdate
|
3043
3060
|
# data as a hash:
|
@@ -3059,14 +3076,14 @@ module Aws::KinesisAnalyticsV2
|
|
3059
3076
|
include Aws::Structure
|
3060
3077
|
end
|
3061
3078
|
|
3062
|
-
# For
|
3063
|
-
#
|
3064
|
-
#
|
3065
|
-
#
|
3079
|
+
# For a SQL-based Kinesis Data Analytics application, describes a
|
3080
|
+
# processor that is used to preprocess the records in the stream before
|
3081
|
+
# being processed by your application code. Currently, the only input
|
3082
|
+
# processor available is [AWS Lambda][1].
|
3066
3083
|
#
|
3067
3084
|
#
|
3068
3085
|
#
|
3069
|
-
# [1]: https://aws.amazon.com/
|
3086
|
+
# [1]: https://docs.aws.amazon.com/lambda/
|
3070
3087
|
#
|
3071
3088
|
# @note When making an API call, you may pass InputProcessingConfiguration
|
3072
3089
|
# data as a hash:
|
@@ -3090,13 +3107,13 @@ module Aws::KinesisAnalyticsV2
|
|
3090
3107
|
include Aws::Structure
|
3091
3108
|
end
|
3092
3109
|
|
3093
|
-
# For
|
3094
|
-
#
|
3110
|
+
# For a SQL-based Kinesis Data Analytics application, provides the
|
3111
|
+
# configuration information about an input processor. Currently, the
|
3095
3112
|
# only input processor available is [AWS Lambda][1].
|
3096
3113
|
#
|
3097
3114
|
#
|
3098
3115
|
#
|
3099
|
-
# [1]: https://aws.amazon.com/
|
3116
|
+
# [1]: https://docs.aws.amazon.com/lambda/
|
3100
3117
|
#
|
3101
3118
|
# @!attribute [rw] input_lambda_processor_description
|
3102
3119
|
# Provides configuration information about the associated
|
@@ -3111,8 +3128,8 @@ module Aws::KinesisAnalyticsV2
|
|
3111
3128
|
include Aws::Structure
|
3112
3129
|
end
|
3113
3130
|
|
3114
|
-
# For
|
3115
|
-
#
|
3131
|
+
# For a SQL-based Kinesis Data Analytics application, describes updates
|
3132
|
+
# to an InputProcessingConfiguration.
|
3116
3133
|
#
|
3117
3134
|
# @note When making an API call, you may pass InputProcessingConfigurationUpdate
|
3118
3135
|
# data as a hash:
|
@@ -3135,7 +3152,7 @@ module Aws::KinesisAnalyticsV2
|
|
3135
3152
|
include Aws::Structure
|
3136
3153
|
end
|
3137
3154
|
|
3138
|
-
# Describes updates for an SQL-based
|
3155
|
+
# Describes updates for an SQL-based Kinesis Data Analytics
|
3139
3156
|
# application's input schema.
|
3140
3157
|
#
|
3141
3158
|
# @note When making an API call, you may pass InputSchemaUpdate
|
@@ -3223,9 +3240,9 @@ module Aws::KinesisAnalyticsV2
|
|
3223
3240
|
include Aws::Structure
|
3224
3241
|
end
|
3225
3242
|
|
3226
|
-
# For
|
3227
|
-
#
|
3228
|
-
#
|
3243
|
+
# For a SQL-based Kinesis Data Analytics application, describes updates
|
3244
|
+
# to a specific input configuration (identified by the `InputId` of an
|
3245
|
+
# application).
|
3229
3246
|
#
|
3230
3247
|
# @note When making an API call, you may pass InputUpdate
|
3231
3248
|
# data as a hash:
|
@@ -3359,7 +3376,7 @@ module Aws::KinesisAnalyticsV2
|
|
3359
3376
|
include Aws::Structure
|
3360
3377
|
end
|
3361
3378
|
|
3362
|
-
# For
|
3379
|
+
# For a SQL-based Kinesis Data Analytics application, provides
|
3363
3380
|
# additional mapping information when JSON is the record format on the
|
3364
3381
|
# streaming source.
|
3365
3382
|
#
|
@@ -3382,8 +3399,8 @@ module Aws::KinesisAnalyticsV2
|
|
3382
3399
|
include Aws::Structure
|
3383
3400
|
end
|
3384
3401
|
|
3385
|
-
# For
|
3386
|
-
#
|
3402
|
+
# For a SQL-based Kinesis Data Analytics application, identifies a
|
3403
|
+
# Kinesis Data Firehose delivery stream as the streaming source. You
|
3387
3404
|
# provide the delivery stream's Amazon Resource Name (ARN).
|
3388
3405
|
#
|
3389
3406
|
# @note When making an API call, you may pass KinesisFirehoseInput
|
@@ -3433,9 +3450,9 @@ module Aws::KinesisAnalyticsV2
|
|
3433
3450
|
include Aws::Structure
|
3434
3451
|
end
|
3435
3452
|
|
3436
|
-
# For
|
3437
|
-
#
|
3438
|
-
#
|
3453
|
+
# For a SQL-based Kinesis Data Analytics application, when updating
|
3454
|
+
# application input configuration, provides information about a Kinesis
|
3455
|
+
# Data Firehose delivery stream as the streaming source.
|
3439
3456
|
#
|
3440
3457
|
# @note When making an API call, you may pass KinesisFirehoseInputUpdate
|
3441
3458
|
# data as a hash:
|
@@ -3456,10 +3473,10 @@ module Aws::KinesisAnalyticsV2
|
|
3456
3473
|
include Aws::Structure
|
3457
3474
|
end
|
3458
3475
|
|
3459
|
-
# For
|
3460
|
-
#
|
3461
|
-
#
|
3462
|
-
#
|
3476
|
+
# For a SQL-based Kinesis Data Analytics application, when configuring
|
3477
|
+
# application output, identifies a Kinesis Data Firehose delivery stream
|
3478
|
+
# as the destination. You provide the stream Amazon Resource Name (ARN)
|
3479
|
+
# of the delivery stream.
|
3463
3480
|
#
|
3464
3481
|
# @note When making an API call, you may pass KinesisFirehoseOutput
|
3465
3482
|
# data as a hash:
|
@@ -3480,7 +3497,7 @@ module Aws::KinesisAnalyticsV2
|
|
3480
3497
|
include Aws::Structure
|
3481
3498
|
end
|
3482
3499
|
|
3483
|
-
# For
|
3500
|
+
# For a SQL-based Kinesis Data Analytics application's output,
|
3484
3501
|
# describes the Kinesis Data Firehose delivery stream that is configured
|
3485
3502
|
# as its destination.
|
3486
3503
|
#
|
@@ -3508,10 +3525,10 @@ module Aws::KinesisAnalyticsV2
|
|
3508
3525
|
include Aws::Structure
|
3509
3526
|
end
|
3510
3527
|
|
3511
|
-
# For
|
3512
|
-
#
|
3513
|
-
#
|
3514
|
-
#
|
3528
|
+
# For a SQL-based Kinesis Data Analytics application, when updating an
|
3529
|
+
# output configuration using the UpdateApplication operation, provides
|
3530
|
+
# information about a Kinesis Data Firehose delivery stream that is
|
3531
|
+
# configured as the destination.
|
3515
3532
|
#
|
3516
3533
|
# @note When making an API call, you may pass KinesisFirehoseOutputUpdate
|
3517
3534
|
# data as a hash:
|
@@ -3532,8 +3549,8 @@ module Aws::KinesisAnalyticsV2
|
|
3532
3549
|
include Aws::Structure
|
3533
3550
|
end
|
3534
3551
|
|
3535
|
-
# Identifies
|
3536
|
-
#
|
3552
|
+
# Identifies a Kinesis data stream as the streaming source. You provide
|
3553
|
+
# the stream's Amazon Resource Name (ARN).
|
3537
3554
|
#
|
3538
3555
|
# @note When making an API call, you may pass KinesisStreamsInput
|
3539
3556
|
# data as a hash:
|
@@ -3554,9 +3571,9 @@ module Aws::KinesisAnalyticsV2
|
|
3554
3571
|
include Aws::Structure
|
3555
3572
|
end
|
3556
3573
|
|
3557
|
-
# For
|
3558
|
-
#
|
3559
|
-
#
|
3574
|
+
# For a SQL-based Kinesis Data Analytics application, describes the
|
3575
|
+
# Kinesis data stream that is configured as the streaming source in the
|
3576
|
+
# application input configuration.
|
3560
3577
|
#
|
3561
3578
|
# @!attribute [rw] resource_arn
|
3562
3579
|
# The Amazon Resource Name (ARN) of the Kinesis data stream.
|
@@ -3582,9 +3599,9 @@ module Aws::KinesisAnalyticsV2
|
|
3582
3599
|
include Aws::Structure
|
3583
3600
|
end
|
3584
3601
|
|
3585
|
-
# When you update the input configuration for
|
3586
|
-
#
|
3587
|
-
#
|
3602
|
+
# When you update the input configuration for a SQL-based Kinesis Data
|
3603
|
+
# Analytics application, provides information about a Kinesis stream as
|
3604
|
+
# the streaming source.
|
3588
3605
|
#
|
3589
3606
|
# @note When making an API call, you may pass KinesisStreamsInputUpdate
|
3590
3607
|
# data as a hash:
|
@@ -3606,9 +3623,9 @@ module Aws::KinesisAnalyticsV2
|
|
3606
3623
|
include Aws::Structure
|
3607
3624
|
end
|
3608
3625
|
|
3609
|
-
# When you configure
|
3610
|
-
#
|
3611
|
-
#
|
3626
|
+
# When you configure a SQL-based Kinesis Data Analytics application's
|
3627
|
+
# output, identifies a Kinesis data stream as the destination. You
|
3628
|
+
# provide the stream Amazon Resource Name (ARN).
|
3612
3629
|
#
|
3613
3630
|
# @note When making an API call, you may pass KinesisStreamsOutput
|
3614
3631
|
# data as a hash:
|
@@ -3629,7 +3646,7 @@ module Aws::KinesisAnalyticsV2
|
|
3629
3646
|
include Aws::Structure
|
3630
3647
|
end
|
3631
3648
|
|
3632
|
-
# For an SQL-based
|
3649
|
+
# For an SQL-based Kinesis Data Analytics application's output,
|
3633
3650
|
# describes the Kinesis data stream that is configured as its
|
3634
3651
|
# destination.
|
3635
3652
|
#
|
@@ -3657,10 +3674,10 @@ module Aws::KinesisAnalyticsV2
|
|
3657
3674
|
include Aws::Structure
|
3658
3675
|
end
|
3659
3676
|
|
3660
|
-
# When you update
|
3661
|
-
#
|
3662
|
-
#
|
3663
|
-
#
|
3677
|
+
# When you update a SQL-based Kinesis Data Analytics application's
|
3678
|
+
# output configuration using the UpdateApplication operation, provides
|
3679
|
+
# information about a Kinesis data stream that is configured as the
|
3680
|
+
# destination.
|
3664
3681
|
#
|
3665
3682
|
# @note When making an API call, you may pass KinesisStreamsOutputUpdate
|
3666
3683
|
# data as a hash:
|
@@ -3682,10 +3699,10 @@ module Aws::KinesisAnalyticsV2
|
|
3682
3699
|
include Aws::Structure
|
3683
3700
|
end
|
3684
3701
|
|
3685
|
-
# When you configure
|
3686
|
-
#
|
3687
|
-
#
|
3688
|
-
#
|
3702
|
+
# When you configure a SQL-based Kinesis Data Analytics application's
|
3703
|
+
# output, identifies an AWS Lambda function as the destination. You
|
3704
|
+
# provide the function Amazon Resource Name (ARN) of the Lambda
|
3705
|
+
# function.
|
3689
3706
|
#
|
3690
3707
|
# @note When making an API call, you may pass LambdaOutput
|
3691
3708
|
# data as a hash:
|
@@ -3701,9 +3718,13 @@ module Aws::KinesisAnalyticsV2
|
|
3701
3718
|
# <note markdown="1"> To specify an earlier version of the Lambda function than the
|
3702
3719
|
# latest, include the Lambda function version in the Lambda function
|
3703
3720
|
# ARN. For more information about Lambda ARNs, see [Example ARNs: AWS
|
3704
|
-
# Lambda]
|
3721
|
+
# Lambda][1]
|
3705
3722
|
#
|
3706
3723
|
# </note>
|
3724
|
+
#
|
3725
|
+
#
|
3726
|
+
#
|
3727
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-lambda
|
3707
3728
|
# @return [String]
|
3708
3729
|
#
|
3709
3730
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/LambdaOutput AWS API Documentation
|
@@ -3714,7 +3735,7 @@ module Aws::KinesisAnalyticsV2
|
|
3714
3735
|
include Aws::Structure
|
3715
3736
|
end
|
3716
3737
|
|
3717
|
-
# For
|
3738
|
+
# For a SQL-based Kinesis Data Analytics application's output,
|
3718
3739
|
# describes the AWS Lambda function that is configured as its
|
3719
3740
|
# destination.
|
3720
3741
|
#
|
@@ -3742,10 +3763,10 @@ module Aws::KinesisAnalyticsV2
|
|
3742
3763
|
include Aws::Structure
|
3743
3764
|
end
|
3744
3765
|
|
3745
|
-
# When you update an SQL-based
|
3746
|
-
#
|
3747
|
-
#
|
3748
|
-
#
|
3766
|
+
# When you update an SQL-based Kinesis Data Analytics application's
|
3767
|
+
# output configuration using the UpdateApplication operation, provides
|
3768
|
+
# information about an AWS Lambda function that is configured as the
|
3769
|
+
# destination.
|
3749
3770
|
#
|
3750
3771
|
# @note When making an API call, you may pass LambdaOutputUpdate
|
3751
3772
|
# data as a hash:
|
@@ -3761,9 +3782,13 @@ module Aws::KinesisAnalyticsV2
|
|
3761
3782
|
# <note markdown="1"> To specify an earlier version of the Lambda function than the
|
3762
3783
|
# latest, include the Lambda function version in the Lambda function
|
3763
3784
|
# ARN. For more information about Lambda ARNs, see [Example ARNs: AWS
|
3764
|
-
# Lambda]
|
3785
|
+
# Lambda][1]
|
3765
3786
|
#
|
3766
3787
|
# </note>
|
3788
|
+
#
|
3789
|
+
#
|
3790
|
+
#
|
3791
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-lambda
|
3767
3792
|
# @return [String]
|
3768
3793
|
#
|
3769
3794
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/LambdaOutputUpdate AWS API Documentation
|
@@ -3928,11 +3953,11 @@ module Aws::KinesisAnalyticsV2
|
|
3928
3953
|
include Aws::Structure
|
3929
3954
|
end
|
3930
3955
|
|
3931
|
-
# When you configure
|
3932
|
-
#
|
3933
|
-
#
|
3934
|
-
#
|
3935
|
-
#
|
3956
|
+
# When you configure a SQL-based Kinesis Data Analytics application's
|
3957
|
+
# input at the time of creating or updating an application, provides
|
3958
|
+
# additional mapping information specific to the record format (such as
|
3959
|
+
# JSON, CSV, or record fields delimited by some delimiter) on the
|
3960
|
+
# streaming source.
|
3936
3961
|
#
|
3937
3962
|
# @note When making an API call, you may pass MappingParameters
|
3938
3963
|
# data as a hash:
|
@@ -3967,7 +3992,7 @@ module Aws::KinesisAnalyticsV2
|
|
3967
3992
|
end
|
3968
3993
|
|
3969
3994
|
# Describes configuration parameters for Amazon CloudWatch logging for a
|
3970
|
-
#
|
3995
|
+
# Flink-based Kinesis Data Analytics application. For more information
|
3971
3996
|
# about CloudWatch logging, see [Monitoring][1].
|
3972
3997
|
#
|
3973
3998
|
#
|
@@ -3992,6 +4017,8 @@ module Aws::KinesisAnalyticsV2
|
|
3992
4017
|
#
|
3993
4018
|
# @!attribute [rw] metrics_level
|
3994
4019
|
# Describes the granularity of the CloudWatch Logs for an application.
|
4020
|
+
# The `Parallelism` level is not recommended for applications with a
|
4021
|
+
# Parallelism over 64 due to excessive costs.
|
3995
4022
|
# @return [String]
|
3996
4023
|
#
|
3997
4024
|
# @!attribute [rw] log_level
|
@@ -4009,7 +4036,7 @@ module Aws::KinesisAnalyticsV2
|
|
4009
4036
|
end
|
4010
4037
|
|
4011
4038
|
# Describes configuration parameters for CloudWatch logging for a
|
4012
|
-
#
|
4039
|
+
# Flink-based Kinesis Data Analytics application.
|
4013
4040
|
#
|
4014
4041
|
# @!attribute [rw] configuration_type
|
4015
4042
|
# Describes whether to use the default CloudWatch logging
|
@@ -4035,7 +4062,7 @@ module Aws::KinesisAnalyticsV2
|
|
4035
4062
|
end
|
4036
4063
|
|
4037
4064
|
# Describes updates to configuration parameters for Amazon CloudWatch
|
4038
|
-
# logging for a
|
4065
|
+
# logging for a Flink-based Kinesis Data Analytics application.
|
4039
4066
|
#
|
4040
4067
|
# @note When making an API call, you may pass MonitoringConfigurationUpdate
|
4041
4068
|
# data as a hash:
|
@@ -4055,7 +4082,8 @@ module Aws::KinesisAnalyticsV2
|
|
4055
4082
|
#
|
4056
4083
|
# @!attribute [rw] metrics_level_update
|
4057
4084
|
# Describes updates to the granularity of the CloudWatch Logs for an
|
4058
|
-
# application.
|
4085
|
+
# application. The `Parallelism` level is not recommended for
|
4086
|
+
# applications with a Parallelism over 64 due to excessive costs.
|
4059
4087
|
# @return [String]
|
4060
4088
|
#
|
4061
4089
|
# @!attribute [rw] log_level_update
|
@@ -4073,9 +4101,9 @@ module Aws::KinesisAnalyticsV2
|
|
4073
4101
|
include Aws::Structure
|
4074
4102
|
end
|
4075
4103
|
|
4076
|
-
# Describes
|
4077
|
-
#
|
4078
|
-
#
|
4104
|
+
# Describes a SQL-based Kinesis Data Analytics application's output
|
4105
|
+
# configuration, in which you identify an in-application stream and a
|
4106
|
+
# destination where you want the in-application stream data to be
|
4079
4107
|
# written. The destination can be a Kinesis data stream or a Kinesis
|
4080
4108
|
# Data Firehose delivery stream.
|
4081
4109
|
#
|
@@ -4103,11 +4131,11 @@ module Aws::KinesisAnalyticsV2
|
|
4103
4131
|
# @return [String]
|
4104
4132
|
#
|
4105
4133
|
# @!attribute [rw] kinesis_streams_output
|
4106
|
-
# Identifies
|
4134
|
+
# Identifies a Kinesis data stream as the destination.
|
4107
4135
|
# @return [Types::KinesisStreamsOutput]
|
4108
4136
|
#
|
4109
4137
|
# @!attribute [rw] kinesis_firehose_output
|
4110
|
-
# Identifies
|
4138
|
+
# Identifies a Kinesis Data Firehose delivery stream as the
|
4111
4139
|
# destination.
|
4112
4140
|
# @return [Types::KinesisFirehoseOutput]
|
4113
4141
|
#
|
@@ -4132,11 +4160,11 @@ module Aws::KinesisAnalyticsV2
|
|
4132
4160
|
include Aws::Structure
|
4133
4161
|
end
|
4134
4162
|
|
4135
|
-
# For
|
4136
|
-
#
|
4137
|
-
#
|
4138
|
-
#
|
4139
|
-
#
|
4163
|
+
# For a SQL-based Kinesis Data Analytics application, describes the
|
4164
|
+
# application output configuration, which includes the in-application
|
4165
|
+
# stream name and the destination where the stream data is written. The
|
4166
|
+
# destination can be a Kinesis data stream or a Kinesis Data Firehose
|
4167
|
+
# delivery stream.
|
4140
4168
|
#
|
4141
4169
|
# @!attribute [rw] output_id
|
4142
4170
|
# A unique identifier for the output configuration.
|
@@ -4178,8 +4206,8 @@ module Aws::KinesisAnalyticsV2
|
|
4178
4206
|
include Aws::Structure
|
4179
4207
|
end
|
4180
4208
|
|
4181
|
-
# For
|
4182
|
-
#
|
4209
|
+
# For a SQL-based Kinesis Data Analytics application, describes updates
|
4210
|
+
# to the output configuration identified by the `OutputId`.
|
4183
4211
|
#
|
4184
4212
|
# @note When making an API call, you may pass OutputUpdate
|
4185
4213
|
# data as a hash:
|
@@ -4243,15 +4271,15 @@ module Aws::KinesisAnalyticsV2
|
|
4243
4271
|
include Aws::Structure
|
4244
4272
|
end
|
4245
4273
|
|
4246
|
-
# Describes parameters for how a
|
4247
|
-
#
|
4248
|
-
# information about parallelism, see [Parallel Execution][1] in the
|
4274
|
+
# Describes parameters for how a Flink-based Kinesis Data Analytics
|
4275
|
+
# application application executes multiple tasks simultaneously. For
|
4276
|
+
# more information about parallelism, see [Parallel Execution][1] in the
|
4249
4277
|
# [Apache Flink Documentation][2].
|
4250
4278
|
#
|
4251
4279
|
#
|
4252
4280
|
#
|
4253
|
-
# [1]: https://ci.apache.org/projects/flink/flink-docs-
|
4254
|
-
# [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.
|
4281
|
+
# [1]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/dev/parallel.html
|
4282
|
+
# [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/
|
4255
4283
|
#
|
4256
4284
|
# @note When making an API call, you may pass ParallelismConfiguration
|
4257
4285
|
# data as a hash:
|
@@ -4272,7 +4300,7 @@ module Aws::KinesisAnalyticsV2
|
|
4272
4300
|
# @return [String]
|
4273
4301
|
#
|
4274
4302
|
# @!attribute [rw] parallelism
|
4275
|
-
# Describes the initial number of parallel tasks that a
|
4303
|
+
# Describes the initial number of parallel tasks that a Flink-based
|
4276
4304
|
# Kinesis Data Analytics application can perform. If
|
4277
4305
|
# `AutoScalingEnabled` is set to True, Kinesis Data Analytics
|
4278
4306
|
# increases the `CurrentParallelism` value in response to application
|
@@ -4286,7 +4314,7 @@ module Aws::KinesisAnalyticsV2
|
|
4286
4314
|
# @return [Integer]
|
4287
4315
|
#
|
4288
4316
|
# @!attribute [rw] parallelism_per_kpu
|
4289
|
-
# Describes the number of parallel tasks that a
|
4317
|
+
# Describes the number of parallel tasks that a Flink-based Kinesis
|
4290
4318
|
# Data Analytics application can perform per Kinesis Processing Unit
|
4291
4319
|
# (KPU) used by the application. For more information about KPUs, see
|
4292
4320
|
# [Amazon Kinesis Data Analytics Pricing][1].
|
@@ -4313,7 +4341,7 @@ module Aws::KinesisAnalyticsV2
|
|
4313
4341
|
include Aws::Structure
|
4314
4342
|
end
|
4315
4343
|
|
4316
|
-
# Describes parameters for how a
|
4344
|
+
# Describes parameters for how a Flink-based Kinesis Data Analytics
|
4317
4345
|
# application executes multiple tasks simultaneously.
|
4318
4346
|
#
|
4319
4347
|
# @!attribute [rw] configuration_type
|
@@ -4322,7 +4350,7 @@ module Aws::KinesisAnalyticsV2
|
|
4322
4350
|
# @return [String]
|
4323
4351
|
#
|
4324
4352
|
# @!attribute [rw] parallelism
|
4325
|
-
# Describes the initial number of parallel tasks that a
|
4353
|
+
# Describes the initial number of parallel tasks that a Flink-based
|
4326
4354
|
# Kinesis Data Analytics application can perform. If
|
4327
4355
|
# `AutoScalingEnabled` is set to True, then Kinesis Data Analytics can
|
4328
4356
|
# increase the `CurrentParallelism` value in response to application
|
@@ -4335,13 +4363,13 @@ module Aws::KinesisAnalyticsV2
|
|
4335
4363
|
# @return [Integer]
|
4336
4364
|
#
|
4337
4365
|
# @!attribute [rw] parallelism_per_kpu
|
4338
|
-
# Describes the number of parallel tasks that a
|
4366
|
+
# Describes the number of parallel tasks that a Flink-based Kinesis
|
4339
4367
|
# Data Analytics application can perform per Kinesis Processing Unit
|
4340
4368
|
# (KPU) used by the application.
|
4341
4369
|
# @return [Integer]
|
4342
4370
|
#
|
4343
4371
|
# @!attribute [rw] current_parallelism
|
4344
|
-
# Describes the current number of parallel tasks that a
|
4372
|
+
# Describes the current number of parallel tasks that a Flink-based
|
4345
4373
|
# Kinesis Data Analytics application can perform. If
|
4346
4374
|
# `AutoScalingEnabled` is set to True, Kinesis Data Analytics can
|
4347
4375
|
# increase this value in response to application load. The service can
|
@@ -4371,7 +4399,7 @@ module Aws::KinesisAnalyticsV2
|
|
4371
4399
|
include Aws::Structure
|
4372
4400
|
end
|
4373
4401
|
|
4374
|
-
# Describes updates to parameters for how a
|
4402
|
+
# Describes updates to parameters for how a Flink-based Kinesis Data
|
4375
4403
|
# Analytics application executes multiple tasks simultaneously.
|
4376
4404
|
#
|
4377
4405
|
# @note When making an API call, you may pass ParallelismConfigurationUpdate
|
@@ -4427,7 +4455,7 @@ module Aws::KinesisAnalyticsV2
|
|
4427
4455
|
include Aws::Structure
|
4428
4456
|
end
|
4429
4457
|
|
4430
|
-
# Property key-value pairs passed into a
|
4458
|
+
# Property key-value pairs passed into a Flink-based Kinesis Data
|
4431
4459
|
# Analytics application.
|
4432
4460
|
#
|
4433
4461
|
# @note When making an API call, you may pass PropertyGroup
|
@@ -4459,8 +4487,8 @@ module Aws::KinesisAnalyticsV2
|
|
4459
4487
|
include Aws::Structure
|
4460
4488
|
end
|
4461
4489
|
|
4462
|
-
# For
|
4463
|
-
#
|
4490
|
+
# For a SQL-based Kinesis Data Analytics application, describes the
|
4491
|
+
# mapping of each data element in the streaming source to the
|
4464
4492
|
# corresponding column in the in-application stream.
|
4465
4493
|
#
|
4466
4494
|
# Also used to describe the format of the reference data source.
|
@@ -4499,9 +4527,9 @@ module Aws::KinesisAnalyticsV2
|
|
4499
4527
|
include Aws::Structure
|
4500
4528
|
end
|
4501
4529
|
|
4502
|
-
# For
|
4503
|
-
#
|
4504
|
-
#
|
4530
|
+
# For a SQL-based Kinesis Data Analytics application, describes the
|
4531
|
+
# record format and relevant mapping information that should be applied
|
4532
|
+
# to schematize the records on the stream.
|
4505
4533
|
#
|
4506
4534
|
# @note When making an API call, you may pass RecordFormat
|
4507
4535
|
# data as a hash:
|
@@ -4539,10 +4567,10 @@ module Aws::KinesisAnalyticsV2
|
|
4539
4567
|
include Aws::Structure
|
4540
4568
|
end
|
4541
4569
|
|
4542
|
-
# For
|
4543
|
-
#
|
4544
|
-
#
|
4545
|
-
#
|
4570
|
+
# For a SQL-based Kinesis Data Analytics application, describes the
|
4571
|
+
# reference data source by providing the source information (Amazon S3
|
4572
|
+
# bucket name and object key name), the resulting in-application table
|
4573
|
+
# name that is created, and the necessary schema to map the data
|
4546
4574
|
# elements in the Amazon S3 object to the in-application table.
|
4547
4575
|
#
|
4548
4576
|
# @note When making an API call, you may pass ReferenceDataSource
|
@@ -4605,8 +4633,8 @@ module Aws::KinesisAnalyticsV2
|
|
4605
4633
|
include Aws::Structure
|
4606
4634
|
end
|
4607
4635
|
|
4608
|
-
# For
|
4609
|
-
#
|
4636
|
+
# For a SQL-based Kinesis Data Analytics application, describes the
|
4637
|
+
# reference data source configured for an application.
|
4610
4638
|
#
|
4611
4639
|
# @!attribute [rw] reference_id
|
4612
4640
|
# The ID of the reference data source. This is the ID that Kinesis
|
@@ -4643,10 +4671,10 @@ module Aws::KinesisAnalyticsV2
|
|
4643
4671
|
end
|
4644
4672
|
|
4645
4673
|
# When you update a reference data source configuration for a SQL-based
|
4646
|
-
#
|
4647
|
-
#
|
4648
|
-
#
|
4649
|
-
#
|
4674
|
+
# Kinesis Data Analytics application, this object provides all the
|
4675
|
+
# updated values (such as the source bucket name and object key name),
|
4676
|
+
# the in-application table name that is created, and updated mapping
|
4677
|
+
# information that maps the data in the Amazon S3 object to the
|
4650
4678
|
# in-application reference table that is created.
|
4651
4679
|
#
|
4652
4680
|
# @note When making an API call, you may pass ReferenceDataSourceUpdate
|
@@ -4742,9 +4770,9 @@ module Aws::KinesisAnalyticsV2
|
|
4742
4770
|
end
|
4743
4771
|
|
4744
4772
|
# Discovery failed to get a record from the streaming source because of
|
4745
|
-
# the
|
4746
|
-
#
|
4747
|
-
#
|
4773
|
+
# the Kinesis Streams `ProvisionedThroughputExceededException`. For more
|
4774
|
+
# information, see [GetRecords][1] in the Amazon Kinesis Streams API
|
4775
|
+
# Reference.
|
4748
4776
|
#
|
4749
4777
|
#
|
4750
4778
|
#
|
@@ -4761,7 +4789,7 @@ module Aws::KinesisAnalyticsV2
|
|
4761
4789
|
include Aws::Structure
|
4762
4790
|
end
|
4763
4791
|
|
4764
|
-
# Describes the starting parameters for an
|
4792
|
+
# Describes the starting parameters for an Kinesis Data Analytics
|
4765
4793
|
# application.
|
4766
4794
|
#
|
4767
4795
|
# @note When making an API call, you may pass RunConfiguration
|
@@ -4786,13 +4814,13 @@ module Aws::KinesisAnalyticsV2
|
|
4786
4814
|
# }
|
4787
4815
|
#
|
4788
4816
|
# @!attribute [rw] flink_run_configuration
|
4789
|
-
# Describes the starting parameters for
|
4790
|
-
#
|
4817
|
+
# Describes the starting parameters for a Flink-based Kinesis Data
|
4818
|
+
# Analytics application.
|
4791
4819
|
# @return [Types::FlinkRunConfiguration]
|
4792
4820
|
#
|
4793
4821
|
# @!attribute [rw] sql_run_configurations
|
4794
|
-
# Describes the starting parameters for
|
4795
|
-
# Analytics application.
|
4822
|
+
# Describes the starting parameters for a SQL-based Kinesis Data
|
4823
|
+
# Analytics application application.
|
4796
4824
|
# @return [Array<Types::SqlRunConfiguration>]
|
4797
4825
|
#
|
4798
4826
|
# @!attribute [rw] application_restore_configuration
|
@@ -4817,8 +4845,8 @@ module Aws::KinesisAnalyticsV2
|
|
4817
4845
|
# @return [Types::ApplicationRestoreConfiguration]
|
4818
4846
|
#
|
4819
4847
|
# @!attribute [rw] flink_run_configuration_description
|
4820
|
-
# Describes the starting parameters for
|
4821
|
-
#
|
4848
|
+
# Describes the starting parameters for a Flink-based Kinesis Data
|
4849
|
+
# Analytics application.
|
4822
4850
|
# @return [Types::FlinkRunConfiguration]
|
4823
4851
|
#
|
4824
4852
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/RunConfigurationDescription AWS API Documentation
|
@@ -4847,8 +4875,8 @@ module Aws::KinesisAnalyticsV2
|
|
4847
4875
|
# }
|
4848
4876
|
#
|
4849
4877
|
# @!attribute [rw] flink_run_configuration
|
4850
|
-
# Describes the starting parameters for
|
4851
|
-
#
|
4878
|
+
# Describes the starting parameters for a Flink-based Kinesis Data
|
4879
|
+
# Analytics application.
|
4852
4880
|
# @return [Types::FlinkRunConfiguration]
|
4853
4881
|
#
|
4854
4882
|
# @!attribute [rw] application_restore_configuration
|
@@ -4865,7 +4893,7 @@ module Aws::KinesisAnalyticsV2
|
|
4865
4893
|
include Aws::Structure
|
4866
4894
|
end
|
4867
4895
|
|
4868
|
-
# Describes the location of a
|
4896
|
+
# Describes the location of a Flink-based Kinesis Data Analytics
|
4869
4897
|
# application's code stored in an S3 bucket.
|
4870
4898
|
#
|
4871
4899
|
# @!attribute [rw] bucket_arn
|
@@ -4891,7 +4919,7 @@ module Aws::KinesisAnalyticsV2
|
|
4891
4919
|
include Aws::Structure
|
4892
4920
|
end
|
4893
4921
|
|
4894
|
-
# For
|
4922
|
+
# For a SQL-based Kinesis Data Analytics application, provides a
|
4895
4923
|
# description of an Amazon S3 data source, including the Amazon Resource
|
4896
4924
|
# Name (ARN) of the S3 bucket and the name of the Amazon S3 object that
|
4897
4925
|
# contains the data.
|
@@ -4921,7 +4949,7 @@ module Aws::KinesisAnalyticsV2
|
|
4921
4949
|
include Aws::Structure
|
4922
4950
|
end
|
4923
4951
|
|
4924
|
-
# For a
|
4952
|
+
# For a Flink-based Kinesis Data Analytics application, provides a
|
4925
4953
|
# description of an Amazon S3 object, including the Amazon Resource Name
|
4926
4954
|
# (ARN) of the S3 bucket, the name of the Amazon S3 object that contains
|
4927
4955
|
# the data, and the version number of the Amazon S3 object that contains
|
@@ -4960,7 +4988,7 @@ module Aws::KinesisAnalyticsV2
|
|
4960
4988
|
end
|
4961
4989
|
|
4962
4990
|
# Describes an update for the Amazon S3 code content location for a
|
4963
|
-
#
|
4991
|
+
# Flink-based Kinesis Data Analytics application.
|
4964
4992
|
#
|
4965
4993
|
# @note When making an API call, you may pass S3ContentLocationUpdate
|
4966
4994
|
# data as a hash:
|
@@ -4994,8 +5022,8 @@ module Aws::KinesisAnalyticsV2
|
|
4994
5022
|
include Aws::Structure
|
4995
5023
|
end
|
4996
5024
|
|
4997
|
-
# For
|
4998
|
-
#
|
5025
|
+
# For a SQL-based Kinesis Data Analytics application, identifies the
|
5026
|
+
# Amazon S3 bucket and object that contains the reference data.
|
4999
5027
|
#
|
5000
5028
|
# A Kinesis Data Analytics application loads reference data only once.
|
5001
5029
|
# If the data changes, you call the UpdateApplication operation to
|
@@ -5026,8 +5054,8 @@ module Aws::KinesisAnalyticsV2
|
|
5026
5054
|
include Aws::Structure
|
5027
5055
|
end
|
5028
5056
|
|
5029
|
-
# For
|
5030
|
-
#
|
5057
|
+
# For a SQL-based Kinesis Data Analytics application, provides the
|
5058
|
+
# bucket name and object key name that stores the reference data.
|
5031
5059
|
#
|
5032
5060
|
# @!attribute [rw] bucket_arn
|
5033
5061
|
# The Amazon Resource Name (ARN) of the S3 bucket.
|
@@ -5059,8 +5087,8 @@ module Aws::KinesisAnalyticsV2
|
|
5059
5087
|
include Aws::Structure
|
5060
5088
|
end
|
5061
5089
|
|
5062
|
-
# For
|
5063
|
-
#
|
5090
|
+
# For a SQL-based Kinesis Data Analytics application, describes the
|
5091
|
+
# Amazon S3 bucket name and object key name for an in-application
|
5064
5092
|
# reference table.
|
5065
5093
|
#
|
5066
5094
|
# @note When making an API call, you may pass S3ReferenceDataSourceUpdate
|
@@ -5130,10 +5158,9 @@ module Aws::KinesisAnalyticsV2
|
|
5130
5158
|
include Aws::Structure
|
5131
5159
|
end
|
5132
5160
|
|
5133
|
-
# For
|
5134
|
-
#
|
5135
|
-
#
|
5136
|
-
# stream.
|
5161
|
+
# For a SQL-based Kinesis Data Analytics application, describes the
|
5162
|
+
# format of the data in the streaming source, and how each data element
|
5163
|
+
# maps to corresponding columns created in the in-application stream.
|
5137
5164
|
#
|
5138
5165
|
# @note When making an API call, you may pass SourceSchema
|
5139
5166
|
# data as a hash:
|
@@ -5184,7 +5211,7 @@ module Aws::KinesisAnalyticsV2
|
|
5184
5211
|
include Aws::Structure
|
5185
5212
|
end
|
5186
5213
|
|
5187
|
-
# Describes the inputs, outputs, and reference data sources for
|
5214
|
+
# Describes the inputs, outputs, and reference data sources for a
|
5188
5215
|
# SQL-based Kinesis Data Analytics application.
|
5189
5216
|
#
|
5190
5217
|
# @note When making an API call, you may pass SqlApplicationConfiguration
|
@@ -5307,7 +5334,7 @@ module Aws::KinesisAnalyticsV2
|
|
5307
5334
|
include Aws::Structure
|
5308
5335
|
end
|
5309
5336
|
|
5310
|
-
# Describes the inputs, outputs, and reference data sources for
|
5337
|
+
# Describes the inputs, outputs, and reference data sources for a
|
5311
5338
|
# SQL-based Kinesis Data Analytics application.
|
5312
5339
|
#
|
5313
5340
|
# @!attribute [rw] input_descriptions
|
@@ -5336,7 +5363,7 @@ module Aws::KinesisAnalyticsV2
|
|
5336
5363
|
end
|
5337
5364
|
|
5338
5365
|
# Describes updates to the input streams, destination streams, and
|
5339
|
-
# reference data sources for
|
5366
|
+
# reference data sources for a SQL-based Kinesis Data Analytics
|
5340
5367
|
# application.
|
5341
5368
|
#
|
5342
5369
|
# @note When making an API call, you may pass SqlApplicationConfigurationUpdate
|
@@ -5462,7 +5489,7 @@ module Aws::KinesisAnalyticsV2
|
|
5462
5489
|
include Aws::Structure
|
5463
5490
|
end
|
5464
5491
|
|
5465
|
-
# Describes the starting parameters for
|
5492
|
+
# Describes the starting parameters for a SQL-based Kinesis Data
|
5466
5493
|
# Analytics application.
|
5467
5494
|
#
|
5468
5495
|
# @note When making an API call, you may pass SqlRunConfiguration
|
@@ -5545,16 +5572,31 @@ module Aws::KinesisAnalyticsV2
|
|
5545
5572
|
#
|
5546
5573
|
# {
|
5547
5574
|
# application_name: "ApplicationName", # required
|
5575
|
+
# force: false,
|
5548
5576
|
# }
|
5549
5577
|
#
|
5550
5578
|
# @!attribute [rw] application_name
|
5551
5579
|
# The name of the running application to stop.
|
5552
5580
|
# @return [String]
|
5553
5581
|
#
|
5582
|
+
# @!attribute [rw] force
|
5583
|
+
# Set to `true` to force the application to stop. If you set `Force`
|
5584
|
+
# to `true`, Kinesis Data Analytics stops the application without
|
5585
|
+
# taking a snapshot.
|
5586
|
+
#
|
5587
|
+
# You can only force stop a Flink-based Kinesis Data Analytics
|
5588
|
+
# application. You can't force stop a SQL-based Kinesis Data
|
5589
|
+
# Analytics application.
|
5590
|
+
#
|
5591
|
+
# The application must be in the `STARTING`, `UPDATING`, `STOPPING`,
|
5592
|
+
# `AUTOSCALING`, or `RUNNING` state.
|
5593
|
+
# @return [Boolean]
|
5594
|
+
#
|
5554
5595
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/StopApplicationRequest AWS API Documentation
|
5555
5596
|
#
|
5556
5597
|
class StopApplicationRequest < Struct.new(
|
5557
|
-
:application_name
|
5598
|
+
:application_name,
|
5599
|
+
:force)
|
5558
5600
|
SENSITIVE = []
|
5559
5601
|
include Aws::Structure
|
5560
5602
|
end
|
@@ -5649,8 +5691,8 @@ module Aws::KinesisAnalyticsV2
|
|
5649
5691
|
include Aws::Structure
|
5650
5692
|
end
|
5651
5693
|
|
5652
|
-
# The data format is not valid.
|
5653
|
-
#
|
5694
|
+
# The data format is not valid. Kinesis Data Analytics cannot detect the
|
5695
|
+
# schema for the given streaming source.
|
5654
5696
|
#
|
5655
5697
|
# @!attribute [rw] message
|
5656
5698
|
# @return [String]
|
@@ -5697,8 +5739,8 @@ module Aws::KinesisAnalyticsV2
|
|
5697
5739
|
# }
|
5698
5740
|
#
|
5699
5741
|
# @!attribute [rw] resource_arn
|
5700
|
-
# The ARN of the Kinesis Analytics application from which to
|
5701
|
-
# the tags.
|
5742
|
+
# The ARN of the Kinesis Data Analytics application from which to
|
5743
|
+
# remove the tags.
|
5702
5744
|
# @return [String]
|
5703
5745
|
#
|
5704
5746
|
# @!attribute [rw] tag_keys
|