aws-sdk-kinesisanalyticsv2 1.18.0 → 1.23.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1cd5d3fc42aac7ee76cfea946ae87ea6208959264e595a73d9ef5fa051c4931a
4
- data.tar.gz: ba4e99212dea01eee1eebdf0f12bfff282c620f874323af92ad758966f5d97e6
3
+ metadata.gz: a0a6deea5451cb4a28255465b790ce754cf6fba28086c4ce13f4a725f8076483
4
+ data.tar.gz: 14accf4428c4440a44056f2e2179c6c0aa88f8cd6d903938e6fcd51e83cf361c
5
5
  SHA512:
6
- metadata.gz: 721e7970698edba12ab9cb5a32923e10f2c3331751d0727020a1257a5b3aabed26ff8dfecd0e6cc2143d19b87d56d3ab385790266af92b6e56f8b69eef93e172
7
- data.tar.gz: 9a1bea80735a46cd020493ea8560760deeaf2e4059fbe882a0f817e9165e945c06c2bbfed8c1159658d0033854d9ec14ebd6284c03e433e6e9a81e611b90fc18
6
+ metadata.gz: '0388be12e01a7cedf36f362b510e52fe3abdcb21d1302b40e7f814f2cfde452f5a097e2fff20ea34d8b9f5c35322994726e750bd24ff634af3f4cef3fc8113bc'
7
+ data.tar.gz: 689910aa2e4b84f110f28331402ecf18700d314621b4fa21af7a3679e64322be5188d1127e838b408675ae20ba78a532476b4806da1d8202eab989c576da2853
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -44,9 +45,9 @@ require_relative 'aws-sdk-kinesisanalyticsv2/customizations'
44
45
  #
45
46
  # See {Errors} for more information.
46
47
  #
47
- # @service
48
+ # @!group service
48
49
  module Aws::KinesisAnalyticsV2
49
50
 
50
- GEM_VERSION = '1.18.0'
51
+ GEM_VERSION = '1.23.0'
51
52
 
52
53
  end
@@ -85,13 +85,28 @@ module Aws::KinesisAnalyticsV2
85
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
86
86
  # credentials.
87
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
88
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
89
103
  # from an EC2 IMDS on an EC2 instance.
90
104
  #
91
- # * `Aws::SharedCredentials` - Used for loading credentials from a
92
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
93
107
  #
94
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
95
110
  #
96
111
  # When `:credentials` are not configured directly, the following
97
112
  # locations will be searched for credentials:
@@ -101,10 +116,10 @@ module Aws::KinesisAnalyticsV2
101
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
102
117
  # * `~/.aws/credentials`
103
118
  # * `~/.aws/config`
104
- # * EC2 IMDS instance profile - When used by default, the timeouts are
105
- # very aggressive. Construct and pass an instance of
106
- # `Aws::InstanceProfileCredentails` to enable retries and extended
107
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
108
123
  #
109
124
  # @option options [required, String] :region
110
125
  # The AWS region to connect to. The configured `:region` is
@@ -369,8 +384,8 @@ module Aws::KinesisAnalyticsV2
369
384
  req.send_request(options)
370
385
  end
371
386
 
372
- # Adds a streaming source to your SQL-based Amazon Kinesis Data
373
- # Analytics application.
387
+ # Adds a streaming source to your SQL-based Kinesis Data Analytics
388
+ # application.
374
389
  #
375
390
  # You can add a streaming source when you create an application, or you
376
391
  # can use this operation to add a streaming source after you create an
@@ -480,14 +495,14 @@ module Aws::KinesisAnalyticsV2
480
495
  req.send_request(options)
481
496
  end
482
497
 
483
- # Adds an InputProcessingConfiguration to an SQL-based Kinesis Data
498
+ # Adds an InputProcessingConfiguration to a SQL-based Kinesis Data
484
499
  # Analytics application. An input processor pre-processes records on the
485
500
  # input stream before the application's SQL code executes. Currently,
486
501
  # the only input processor available is [AWS Lambda][1].
487
502
  #
488
503
  #
489
504
  #
490
- # [1]: https://aws.amazon.com/documentation/lambda/
505
+ # [1]: https://docs.aws.amazon.com/lambda/
491
506
  #
492
507
  # @option params [required, String] :application_name
493
508
  # The name of the application to which you want to add the input
@@ -545,8 +560,8 @@ module Aws::KinesisAnalyticsV2
545
560
  req.send_request(options)
546
561
  end
547
562
 
548
- # Adds an external destination to your SQL-based Amazon Kinesis Data
549
- # Analytics application.
563
+ # Adds an external destination to your SQL-based Kinesis Data Analytics
564
+ # application.
550
565
  #
551
566
  # If you want Kinesis Data Analytics to deliver data from an
552
567
  # in-application stream within your application to an external
@@ -635,8 +650,8 @@ module Aws::KinesisAnalyticsV2
635
650
  req.send_request(options)
636
651
  end
637
652
 
638
- # Adds a reference data source to an existing SQL-based Amazon Kinesis
639
- # Data Analytics application.
653
+ # Adds a reference data source to an existing SQL-based Kinesis Data
654
+ # Analytics application.
640
655
  #
641
656
  # Kinesis Data Analytics reads reference data (that is, an Amazon S3
642
657
  # object) and creates an in-application table within your application.
@@ -748,11 +763,10 @@ module Aws::KinesisAnalyticsV2
748
763
  # The name of an existing application.
749
764
  #
750
765
  # @option params [required, Integer] :current_application_version_id
751
- # The version of the application to which you want to add the input
752
- # processing configuration. You can use the DescribeApplication
753
- # operation to get the current application version. If the version
754
- # specified is not the current version, the
755
- # `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.
756
770
  #
757
771
  # @option params [required, Types::VpcConfiguration] :vpc_configuration
758
772
  # Description of the VPC to add to the application.
@@ -794,8 +808,8 @@ module Aws::KinesisAnalyticsV2
794
808
  req.send_request(options)
795
809
  end
796
810
 
797
- # Creates an Amazon Kinesis Data Analytics application. For information
798
- # about creating a Kinesis Data Analytics application, see [Creating an
811
+ # Creates a Kinesis Data Analytics application. For information about
812
+ # creating a Kinesis Data Analytics application, see [Creating an
799
813
  # Application][1].
800
814
  #
801
815
  #
@@ -809,8 +823,8 @@ module Aws::KinesisAnalyticsV2
809
823
  # A summary description of the application.
810
824
  #
811
825
  # @option params [required, String] :runtime_environment
812
- # The runtime environment for the application (`SQL-1.0` or
813
- # `FLINK-1_6`).
826
+ # The runtime environment for the application (`SQL-1.0`, `FLINK-1_6`,
827
+ # or `FLINK-1_8`).
814
828
  #
815
829
  # @option params [required, String] :service_execution_role
816
830
  # The IAM role used by the application to access Kinesis data streams,
@@ -1009,7 +1023,7 @@ module Aws::KinesisAnalyticsV2
1009
1023
  # resp.application_detail.application_name #=> String
1010
1024
  # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8"
1011
1025
  # resp.application_detail.service_execution_role #=> String
1012
- # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING"
1026
+ # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING"
1013
1027
  # resp.application_detail.application_version_id #=> Integer
1014
1028
  # resp.application_detail.create_timestamp #=> Time
1015
1029
  # resp.application_detail.last_update_timestamp #=> Time
@@ -1069,6 +1083,7 @@ module Aws::KinesisAnalyticsV2
1069
1083
  # resp.application_detail.application_configuration_description.application_code_configuration_description.code_content_description.s3_application_code_location_description.object_version #=> String
1070
1084
  # resp.application_detail.application_configuration_description.run_configuration_description.application_restore_configuration_description.application_restore_type #=> String, one of "SKIP_RESTORE_FROM_SNAPSHOT", "RESTORE_FROM_LATEST_SNAPSHOT", "RESTORE_FROM_CUSTOM_SNAPSHOT"
1071
1085
  # resp.application_detail.application_configuration_description.run_configuration_description.application_restore_configuration_description.snapshot_name #=> String
1086
+ # resp.application_detail.application_configuration_description.run_configuration_description.flink_run_configuration_description.allow_non_restored_state #=> Boolean
1072
1087
  # resp.application_detail.application_configuration_description.flink_application_configuration_description.checkpoint_configuration_description.configuration_type #=> String, one of "DEFAULT", "CUSTOM"
1073
1088
  # resp.application_detail.application_configuration_description.flink_application_configuration_description.checkpoint_configuration_description.checkpointing_enabled #=> Boolean
1074
1089
  # resp.application_detail.application_configuration_description.flink_application_configuration_description.checkpoint_configuration_description.checkpoint_interval #=> Integer
@@ -1161,8 +1176,8 @@ module Aws::KinesisAnalyticsV2
1161
1176
  req.send_request(options)
1162
1177
  end
1163
1178
 
1164
- # Deletes an Amazon CloudWatch log stream from an Amazon Kinesis Data
1165
- # Analytics application.
1179
+ # Deletes an Amazon CloudWatch log stream from an Kinesis Data Analytics
1180
+ # application.
1166
1181
  #
1167
1182
  # @option params [required, String] :application_name
1168
1183
  # The application name.
@@ -1252,8 +1267,8 @@ module Aws::KinesisAnalyticsV2
1252
1267
  end
1253
1268
 
1254
1269
  # Deletes the output destination configuration from your SQL-based
1255
- # Amazon Kinesis Data Analytics application's configuration. Kinesis
1256
- # Data Analytics will no longer write data from the corresponding
1270
+ # Kinesis Data Analytics application's configuration. Kinesis Data
1271
+ # Analytics will no longer write data from the corresponding
1257
1272
  # in-application stream to the external output destination.
1258
1273
  #
1259
1274
  # @option params [required, String] :application_name
@@ -1301,7 +1316,7 @@ module Aws::KinesisAnalyticsV2
1301
1316
  end
1302
1317
 
1303
1318
  # Deletes a reference data source configuration from the specified
1304
- # SQL-based Amazon Kinesis Data Analytics application's configuration.
1319
+ # SQL-based Kinesis Data Analytics application's configuration.
1305
1320
  #
1306
1321
  # If the application is running, Kinesis Data Analytics immediately
1307
1322
  # removes the in-application table that you created using the
@@ -1420,7 +1435,7 @@ module Aws::KinesisAnalyticsV2
1420
1435
  req.send_request(options)
1421
1436
  end
1422
1437
 
1423
- # Returns information about a specific Amazon Kinesis Data Analytics
1438
+ # Returns information about a specific Kinesis Data Analytics
1424
1439
  # application.
1425
1440
  #
1426
1441
  # If you want to retrieve a list of all applications in your account,
@@ -1451,7 +1466,7 @@ module Aws::KinesisAnalyticsV2
1451
1466
  # resp.application_detail.application_name #=> String
1452
1467
  # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8"
1453
1468
  # resp.application_detail.service_execution_role #=> String
1454
- # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING"
1469
+ # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING"
1455
1470
  # resp.application_detail.application_version_id #=> Integer
1456
1471
  # resp.application_detail.create_timestamp #=> Time
1457
1472
  # resp.application_detail.last_update_timestamp #=> Time
@@ -1511,6 +1526,7 @@ module Aws::KinesisAnalyticsV2
1511
1526
  # resp.application_detail.application_configuration_description.application_code_configuration_description.code_content_description.s3_application_code_location_description.object_version #=> String
1512
1527
  # resp.application_detail.application_configuration_description.run_configuration_description.application_restore_configuration_description.application_restore_type #=> String, one of "SKIP_RESTORE_FROM_SNAPSHOT", "RESTORE_FROM_LATEST_SNAPSHOT", "RESTORE_FROM_CUSTOM_SNAPSHOT"
1513
1528
  # resp.application_detail.application_configuration_description.run_configuration_description.application_restore_configuration_description.snapshot_name #=> String
1529
+ # resp.application_detail.application_configuration_description.run_configuration_description.flink_run_configuration_description.allow_non_restored_state #=> Boolean
1514
1530
  # resp.application_detail.application_configuration_description.flink_application_configuration_description.checkpoint_configuration_description.configuration_type #=> String, one of "DEFAULT", "CUSTOM"
1515
1531
  # resp.application_detail.application_configuration_description.flink_application_configuration_description.checkpoint_configuration_description.checkpointing_enabled #=> Boolean
1516
1532
  # resp.application_detail.application_configuration_description.flink_application_configuration_description.checkpoint_configuration_description.checkpoint_interval #=> Integer
@@ -1586,12 +1602,11 @@ module Aws::KinesisAnalyticsV2
1586
1602
  req.send_request(options)
1587
1603
  end
1588
1604
 
1589
- # Infers a schema for an SQL-based Amazon Kinesis Data Analytics
1590
- # application by evaluating sample records on the specified streaming
1591
- # source (Kinesis data stream or Kinesis Data Firehose delivery stream)
1592
- # or Amazon S3 object. In the response, the operation returns the
1593
- # inferred schema and also the sample records that the operation used to
1594
- # 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.
1595
1610
  #
1596
1611
  # You can use the inferred schema when configuring a streaming source
1597
1612
  # for your application. When you create an application using the Kinesis
@@ -1715,9 +1730,9 @@ module Aws::KinesisAnalyticsV2
1715
1730
  req.send_request(options)
1716
1731
  end
1717
1732
 
1718
- # Returns a list of Amazon Kinesis Data Analytics applications in your
1719
- # account. For each application, the response includes the application
1720
- # name, Amazon Resource Name (ARN), and status.
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.
1721
1736
  #
1722
1737
  # If you want detailed information about a specific application, use
1723
1738
  # DescribeApplication.
@@ -1752,7 +1767,7 @@ module Aws::KinesisAnalyticsV2
1752
1767
  # resp.application_summaries #=> Array
1753
1768
  # resp.application_summaries[0].application_name #=> String
1754
1769
  # resp.application_summaries[0].application_arn #=> String
1755
- # resp.application_summaries[0].application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING"
1770
+ # resp.application_summaries[0].application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING"
1756
1771
  # resp.application_summaries[0].application_version_id #=> Integer
1757
1772
  # resp.application_summaries[0].runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8"
1758
1773
  # resp.next_token #=> String
@@ -1801,7 +1816,7 @@ module Aws::KinesisAnalyticsV2
1801
1816
  req.send_request(options)
1802
1817
  end
1803
1818
 
1804
- # Starts the specified Amazon Kinesis Data Analytics application. After
1819
+ # Starts the specified Kinesis Data Analytics application. After
1805
1820
  # creating an application, you must exclusively call this operation to
1806
1821
  # start your application.
1807
1822
  #
@@ -1853,12 +1868,25 @@ module Aws::KinesisAnalyticsV2
1853
1868
  # @option params [required, String] :application_name
1854
1869
  # The name of the running application to stop.
1855
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
+ #
1856
1883
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1857
1884
  #
1858
1885
  # @example Request syntax with placeholder values
1859
1886
  #
1860
1887
  # resp = client.stop_application({
1861
1888
  # application_name: "ApplicationName", # required
1889
+ # force: false,
1862
1890
  # })
1863
1891
  #
1864
1892
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/StopApplication AWS API Documentation
@@ -1870,10 +1898,10 @@ module Aws::KinesisAnalyticsV2
1870
1898
  req.send_request(options)
1871
1899
  end
1872
1900
 
1873
- # Adds one or more key-value tags to a Kinesis Analytics application.
1874
- # Note that the maximum number of application tags includes system tags.
1875
- # The maximum number of user-defined application tags is 50. For more
1876
- # 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].
1877
1905
  #
1878
1906
  #
1879
1907
  #
@@ -1908,16 +1936,16 @@ module Aws::KinesisAnalyticsV2
1908
1936
  req.send_request(options)
1909
1937
  end
1910
1938
 
1911
- # Removes one or more tags from a Kinesis Analytics application. For
1912
- # 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].
1913
1941
  #
1914
1942
  #
1915
1943
  #
1916
1944
  # [1]: https://docs.aws.amazon.com/kinesisanalytics/latest/java/how-tagging.html
1917
1945
  #
1918
1946
  # @option params [required, String] :resource_arn
1919
- # The ARN of the Kinesis Analytics application from which to remove the
1920
- # tags.
1947
+ # The ARN of the Kinesis Data Analytics application from which to remove
1948
+ # the tags.
1921
1949
  #
1922
1950
  # @option params [required, Array<String>] :tag_keys
1923
1951
  # A list of keys of tags to remove from the specified application.
@@ -1940,13 +1968,19 @@ module Aws::KinesisAnalyticsV2
1940
1968
  req.send_request(options)
1941
1969
  end
1942
1970
 
1943
- # Updates an existing Amazon Kinesis Data Analytics application. Using
1944
- # this operation, you can update application code, input configuration,
1945
- # and output configuration.
1971
+ # Updates an existing Kinesis Data Analytics application. Using this
1972
+ # operation, you can update application code, input configuration, and
1973
+ # output configuration.
1946
1974
  #
1947
1975
  # Kinesis Data Analytics updates the `ApplicationVersionId` each time
1948
1976
  # you update your application.
1949
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
+ #
1950
1984
  # @option params [required, String] :application_name
1951
1985
  # The name of the application to update.
1952
1986
  #
@@ -2150,7 +2184,7 @@ module Aws::KinesisAnalyticsV2
2150
2184
  # resp.application_detail.application_name #=> String
2151
2185
  # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8"
2152
2186
  # resp.application_detail.service_execution_role #=> String
2153
- # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING"
2187
+ # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING"
2154
2188
  # resp.application_detail.application_version_id #=> Integer
2155
2189
  # resp.application_detail.create_timestamp #=> Time
2156
2190
  # resp.application_detail.last_update_timestamp #=> Time
@@ -2210,6 +2244,7 @@ module Aws::KinesisAnalyticsV2
2210
2244
  # resp.application_detail.application_configuration_description.application_code_configuration_description.code_content_description.s3_application_code_location_description.object_version #=> String
2211
2245
  # resp.application_detail.application_configuration_description.run_configuration_description.application_restore_configuration_description.application_restore_type #=> String, one of "SKIP_RESTORE_FROM_SNAPSHOT", "RESTORE_FROM_LATEST_SNAPSHOT", "RESTORE_FROM_CUSTOM_SNAPSHOT"
2212
2246
  # resp.application_detail.application_configuration_description.run_configuration_description.application_restore_configuration_description.snapshot_name #=> String
2247
+ # resp.application_detail.application_configuration_description.run_configuration_description.flink_run_configuration_description.allow_non_restored_state #=> Boolean
2213
2248
  # resp.application_detail.application_configuration_description.flink_application_configuration_description.checkpoint_configuration_description.configuration_type #=> String, one of "DEFAULT", "CUSTOM"
2214
2249
  # resp.application_detail.application_configuration_description.flink_application_configuration_description.checkpoint_configuration_description.checkpointing_enabled #=> Boolean
2215
2250
  # resp.application_detail.application_configuration_description.flink_application_configuration_description.checkpoint_configuration_description.checkpoint_interval #=> Integer
@@ -2262,7 +2297,7 @@ module Aws::KinesisAnalyticsV2
2262
2297
  params: params,
2263
2298
  config: config)
2264
2299
  context[:gem_name] = 'aws-sdk-kinesisanalyticsv2'
2265
- context[:gem_version] = '1.18.0'
2300
+ context[:gem_version] = '1.23.0'
2266
2301
  Seahorse::Client::Request.new(handlers, context)
2267
2302
  end
2268
2303
 
@@ -882,6 +882,7 @@ module Aws::KinesisAnalyticsV2
882
882
  RunConfiguration.struct_class = Types::RunConfiguration
883
883
 
884
884
  RunConfigurationDescription.add_member(:application_restore_configuration_description, Shapes::ShapeRef.new(shape: ApplicationRestoreConfiguration, location_name: "ApplicationRestoreConfigurationDescription"))
885
+ RunConfigurationDescription.add_member(:flink_run_configuration_description, Shapes::ShapeRef.new(shape: FlinkRunConfiguration, location_name: "FlinkRunConfigurationDescription"))
885
886
  RunConfigurationDescription.struct_class = Types::RunConfigurationDescription
886
887
 
887
888
  RunConfigurationUpdate.add_member(:flink_run_configuration, Shapes::ShapeRef.new(shape: FlinkRunConfiguration, location_name: "FlinkRunConfiguration"))
@@ -966,6 +967,7 @@ module Aws::KinesisAnalyticsV2
966
967
  StartApplicationResponse.struct_class = Types::StartApplicationResponse
967
968
 
968
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"))
969
971
  StopApplicationRequest.struct_class = Types::StopApplicationRequest
970
972
 
971
973
  StopApplicationResponse.struct_class = Types::StopApplicationResponse
@@ -1132,6 +1134,7 @@ module Aws::KinesisAnalyticsV2
1132
1134
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1133
1135
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1134
1136
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1137
+ o.errors << Shapes::ShapeRef.new(shape: InvalidApplicationConfigurationException)
1135
1138
  end)
1136
1139
 
1137
1140
  api.add_operation(:create_application, Seahorse::Model::Operation.new.tap do |o|
@@ -1161,6 +1164,7 @@ module Aws::KinesisAnalyticsV2
1161
1164
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1162
1165
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1163
1166
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1167
+ o.errors << Shapes::ShapeRef.new(shape: InvalidApplicationConfigurationException)
1164
1168
  end)
1165
1169
 
1166
1170
  api.add_operation(:delete_application, Seahorse::Model::Operation.new.tap do |o|
@@ -1253,6 +1257,7 @@ module Aws::KinesisAnalyticsV2
1253
1257
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1254
1258
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1255
1259
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1260
+ o.errors << Shapes::ShapeRef.new(shape: InvalidApplicationConfigurationException)
1256
1261
  end)
1257
1262
 
1258
1263
  api.add_operation(:describe_application, Seahorse::Model::Operation.new.tap do |o|
@@ -1344,6 +1349,7 @@ module Aws::KinesisAnalyticsV2
1344
1349
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1345
1350
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1346
1351
  o.errors << Shapes::ShapeRef.new(shape: InvalidApplicationConfigurationException)
1352
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1347
1353
  end)
1348
1354
 
1349
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 Amazon Kinesis Data Analytics assigns to each input
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. Amazon Kinesis Data Analytics
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 input
434
- # processing configuration. You can use the DescribeApplication
435
- # operation to get the current application version. If the version
436
- # specified is not the current version, the
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 Java-based Kinesis Data Analytics
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 Java-based Kinesis Data Analytics
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 Java-based Amazon Kinesis Data Analytics
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 an Amazon Kinesis Data Analytics
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 an SQL-based Kinesis Data
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 Java-based Kinesis Data
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 Java-based Kinesis Data
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 Java-based Kinesis Data
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 Java-based Kinesis
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 an Amazon Kinesis Data Analytics application.
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 an
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 Java-based Kinesis Data
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 Java-based Kinesis Data Analytics application.
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 Java-based Kinesis Data
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 Java-based Kinesis
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 an SQL-based Kinesis Data Analytics
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 Java-based Kinesis Data Analytics
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 Java-based Kinesis Data Analytics
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 Java-based
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 Java-based Kinesis
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` or
1029
- # `FLINK-1_6`).
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 Java code and
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 Java-based Kinesis Data
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 Java-based Kinesis
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 Java-based Kinesis Data
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 Java-based Kinesis
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 Java-based
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 Java-based
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` or
1196
- # `FLINK-1_6`).
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 an SQL-based application, provides additional mapping information
1212
- # when the record format uses delimiters, such as CSV. For example, the
1213
- # following sample records use CSV format, where the records use the
1214
- # *'\\n'* as the row delimiter and a comma (",") as the column
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.6/concepts/programming-model.html#checkpoints-for-fault-tolerance
1256
- # [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.6/
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 Amazon Kinesis Data
1270
- # Analytics' default checkpointing behavior. You must set this
1271
- # property to `CUSTOM` in order to set the `CheckpointingEnabled`,
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 Java-based Kinesis
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-stable/ops/state/large_state_tuning.html#tuning-checkpointing
1328
- # [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.6/
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 Java-based Amazon Kinesis
1343
- # Data Analytics application.
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 Java-based Kinesis
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 Java-based
1409
- # Amazon Kinesis Data Analytics application.
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 Java-based Amazon Kinesis Data Analytics
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 Java-based Kinesis Data Analytics
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 Java-based Kinesis Data Analytics
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 Java-based Kinesis
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 Java-based Kinesis Data Analytics
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` or
1883
- # `FLINK-1_6`).
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 an SQL-based Amazon Kinesis Data Analytics application.
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 Java-based Kinesis Data Analytics
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 Java-based Amazon Kinesis
2525
- # Data Analytics application.
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 Java-based
2540
- # Amazon Kinesis Data Analytics application.
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 Java-based Amazon Kinesis
2569
- # Data Analytics application.
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.6/concepts/programming-model.html#checkpoints-for-fault-tolerance
2603
- # [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.6/
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 Java-based Amazon Kinesis
2627
- # Data Analytics application.
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-stable/internals/job_scheduling.html
2655
- # [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.6/
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 Java-based
2670
- # Amazon Kinesis Data Analytics application.
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 an Apache Flink-based Kinesis
2722
- # Data Analytics application.
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 savepoint, specifies whether the runtime is
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 savepoints to
2735
- # remove stateful parameters, and state data in the savepoint no
2736
- # longer corresponds to valid application data. For more information,
2737
- # see [ Allowing Non-Restored State][1] in the [Apache Flink
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 an SQL-based Amazon
2755
- # Kinesis Data Analytics application, you specify the streaming source,
2756
- # the in-application stream name that is created, and the mapping
2757
- # between the two.
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 an SQL-based Amazon
2854
- # Kinesis Data Analytics application.
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 an
2920
- # SQL-based Amazon Kinesis Data Analytics application.
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](/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-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 an SQL-based Amazon Kinesis Data Analytics application, an object
2950
- # that contains the Amazon Resource Name (ARN) of the AWS Lambda
2951
- # function that is used to preprocess records in the stream.
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](/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-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 an SQL-based Amazon Kinesis Data Analytics application, represents
2986
- # an update to the InputLambdaProcessor that is used to preprocess the
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](/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-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 an SQL-based Amazon Kinesis Data Analytics application, describes
3017
- # the number of in-application streams to create for a given streaming
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 an SQL-based Amazon Kinesis Data Analytics application, provides
3040
- # updates to the parallelism count.
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 an SQL-based Amazon Kinesis Data Analytics application, describes
3063
- # a processor that is used to preprocess the records in the stream
3064
- # before being processed by your application code. Currently, the only
3065
- # input processor available is [AWS Lambda][1].
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/documentation/lambda/
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 an SQL-based Amazon Kinesis Data Analytics application, provides
3094
- # the configuration information about an input processor. Currently, the
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/documentation/lambda/
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 an SQL-based Amazon Kinesis Data Analytics application, describes
3115
- # updates to an InputProcessingConfiguration.
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 Amazon Kinesis Data Analytics
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 an SQL-based Amazon Kinesis Data Analytics application, describes
3227
- # updates to a specific input configuration (identified by the `InputId`
3228
- # of an application).
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 an SQL-based Amazon Kinesis Data Analytics application, provides
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 an SQL-based Amazon Kinesis Data Analytics application, identifies
3386
- # a Kinesis Data Firehose delivery stream as the streaming source. You
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 an SQL-based Amazon Kinesis Data Analytics application, when
3437
- # updating application input configuration, provides information about a
3438
- # Kinesis Data Firehose delivery stream as the streaming source.
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 an SQL-based Amazon Kinesis Data Analytics application, when
3460
- # configuring application output, identifies a Kinesis Data Firehose
3461
- # delivery stream as the destination. You provide the stream Amazon
3462
- # Resource Name (ARN) of the delivery stream.
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 an SQL-based Amazon Kinesis Data Analytics application's output,
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 an SQL-based Amazon Kinesis Data Analytics application, when
3512
- # updating an output configuration using the UpdateApplication
3513
- # operation, provides information about a Kinesis Data Firehose delivery
3514
- # stream that is configured as the destination.
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 an Amazon Kinesis data stream as the streaming source. You
3536
- # provide the stream's Amazon Resource Name (ARN).
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 an SQL-based Amazon Kinesis Data Analytics application, describes
3558
- # the Kinesis data stream that is configured as the streaming source in
3559
- # the application input configuration.
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 an SQL-based Amazon
3586
- # Kinesis Data Analytics application, provides information about an
3587
- # Amazon Kinesis stream as the streaming source.
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 an SQL-based Amazon Kinesis Data Analytics
3610
- # application's output, identifies a Kinesis data stream as the
3611
- # destination. You provide the stream Amazon Resource Name (ARN).
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 Amazon Kinesis Data Analytics application's output,
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 an SQL-based Amazon Kinesis Data Analytics
3661
- # application's output configuration using the UpdateApplication
3662
- # operation, provides information about a Kinesis data stream that is
3663
- # configured as the destination.
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 an SQL-based Amazon Kinesis Data Analytics
3686
- # application's output, identifies an AWS Lambda function as the
3687
- # destination. You provide the function Amazon Resource Name (ARN) of
3688
- # the Lambda function.
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](/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-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 an SQL-based Amazon Kinesis Data Analytics application output,
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 Amazon Kinesis Data Analytics
3746
- # application's output configuration using the UpdateApplication
3747
- # operation, provides information about an AWS Lambda function that is
3748
- # configured as the destination.
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](/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-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 an SQL-based Amazon Kinesis Data Analytics
3932
- # application's input at the time of creating or updating an
3933
- # application, provides additional mapping information specific to the
3934
- # record format (such as JSON, CSV, or record fields delimited by some
3935
- # delimiter) on the streaming source.
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
- # Java-based Kinesis Data Analytics application. For more information
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
- # Java-based Kinesis Data Analytics application.
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 Java-based Kinesis Data Analytics application.
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 an SQL-based Amazon Kinesis Data Analytics application's
4077
- # output configuration, in which you identify an in-application stream
4078
- # and a destination where you want the in-application stream data to be
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 an Amazon Kinesis data stream as the destination.
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 an Amazon Kinesis Data Firehose delivery stream as the
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 an SQL-based Amazon Kinesis Data Analytics application, describes
4136
- # the application output configuration, which includes the
4137
- # in-application stream name and the destination where the stream data
4138
- # is written. The destination can be a Kinesis data stream or a Kinesis
4139
- # Data Firehose delivery stream.
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 an SQL-based Amazon Kinesis Data Analytics application, describes
4182
- # updates to the output configuration identified by the `OutputId`.
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 Java-based Amazon Kinesis Data
4247
- # Analytics application executes multiple tasks simultaneously. For more
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-stable/dev/parallel.html
4254
- # [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.6/
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 Java-based
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 Java-based Kinesis
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 Java-based Kinesis Data Analytics
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 Java-based
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 Java-based Kinesis
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 Java-based
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 Java-based Kinesis Data
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 Java-based Kinesis Data
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 an SQL-based Amazon Kinesis Data Analytics application, describes
4463
- # the mapping of each data element in the streaming source to the
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 an SQL-based Amazon Kinesis Data Analytics application, describes
4503
- # the record format and relevant mapping information that should be
4504
- # applied to schematize the records on the stream.
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 an SQL-based Amazon Kinesis Data Analytics application, describes
4543
- # the reference data source by providing the source information (Amazon
4544
- # S3 bucket name and object key name), the resulting in-application
4545
- # table name that is created, and the necessary schema to map the data
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 an SQL-based Amazon Kinesis Data Analytics application, describes
4609
- # the reference data source configured for an application.
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
- # Amazon Kinesis Data Analytics application, this object provides all
4647
- # the updated values (such as the source bucket name and object key
4648
- # name), the in-application table name that is created, and updated
4649
- # mapping information that maps the data in the Amazon S3 object to the
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 Amazon Kinesis Streams `ProvisionedThroughputExceededException`.
4746
- # For more information, see [GetRecords][1] in the Amazon Kinesis
4747
- # Streams API Reference.
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 Amazon Kinesis Data Analytics
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 an Apache Flink-based Kinesis
4790
- # Data Analytics application.
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 an SQL-based Kinesis Data
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
@@ -4816,10 +4844,16 @@ module Aws::KinesisAnalyticsV2
4816
4844
  # Describes the restore behavior of a restarting application.
4817
4845
  # @return [Types::ApplicationRestoreConfiguration]
4818
4846
  #
4847
+ # @!attribute [rw] flink_run_configuration_description
4848
+ # Describes the starting parameters for a Flink-based Kinesis Data
4849
+ # Analytics application.
4850
+ # @return [Types::FlinkRunConfiguration]
4851
+ #
4819
4852
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/RunConfigurationDescription AWS API Documentation
4820
4853
  #
4821
4854
  class RunConfigurationDescription < Struct.new(
4822
- :application_restore_configuration_description)
4855
+ :application_restore_configuration_description,
4856
+ :flink_run_configuration_description)
4823
4857
  SENSITIVE = []
4824
4858
  include Aws::Structure
4825
4859
  end
@@ -4841,8 +4875,8 @@ module Aws::KinesisAnalyticsV2
4841
4875
  # }
4842
4876
  #
4843
4877
  # @!attribute [rw] flink_run_configuration
4844
- # Describes the starting parameters for an Apache Flink-based Kinesis
4845
- # Data Analytics application.
4878
+ # Describes the starting parameters for a Flink-based Kinesis Data
4879
+ # Analytics application.
4846
4880
  # @return [Types::FlinkRunConfiguration]
4847
4881
  #
4848
4882
  # @!attribute [rw] application_restore_configuration
@@ -4859,7 +4893,7 @@ module Aws::KinesisAnalyticsV2
4859
4893
  include Aws::Structure
4860
4894
  end
4861
4895
 
4862
- # Describes the location of a Java-based Amazon Kinesis Data Analytics
4896
+ # Describes the location of a Flink-based Kinesis Data Analytics
4863
4897
  # application's code stored in an S3 bucket.
4864
4898
  #
4865
4899
  # @!attribute [rw] bucket_arn
@@ -4885,7 +4919,7 @@ module Aws::KinesisAnalyticsV2
4885
4919
  include Aws::Structure
4886
4920
  end
4887
4921
 
4888
- # For an SQL-based Amazon Kinesis Data Analytics application, provides a
4922
+ # For a SQL-based Kinesis Data Analytics application, provides a
4889
4923
  # description of an Amazon S3 data source, including the Amazon Resource
4890
4924
  # Name (ARN) of the S3 bucket and the name of the Amazon S3 object that
4891
4925
  # contains the data.
@@ -4915,7 +4949,7 @@ module Aws::KinesisAnalyticsV2
4915
4949
  include Aws::Structure
4916
4950
  end
4917
4951
 
4918
- # For a Java-based Amazon Kinesis Data Analytics application, provides a
4952
+ # For a Flink-based Kinesis Data Analytics application, provides a
4919
4953
  # description of an Amazon S3 object, including the Amazon Resource Name
4920
4954
  # (ARN) of the S3 bucket, the name of the Amazon S3 object that contains
4921
4955
  # the data, and the version number of the Amazon S3 object that contains
@@ -4954,7 +4988,7 @@ module Aws::KinesisAnalyticsV2
4954
4988
  end
4955
4989
 
4956
4990
  # Describes an update for the Amazon S3 code content location for a
4957
- # Java-based Amazon Kinesis Data Analytics application.
4991
+ # Flink-based Kinesis Data Analytics application.
4958
4992
  #
4959
4993
  # @note When making an API call, you may pass S3ContentLocationUpdate
4960
4994
  # data as a hash:
@@ -4988,8 +5022,8 @@ module Aws::KinesisAnalyticsV2
4988
5022
  include Aws::Structure
4989
5023
  end
4990
5024
 
4991
- # For an SQL-based Amazon Kinesis Data Analytics application, identifies
4992
- # the Amazon S3 bucket and object that contains the reference data.
5025
+ # For a SQL-based Kinesis Data Analytics application, identifies the
5026
+ # Amazon S3 bucket and object that contains the reference data.
4993
5027
  #
4994
5028
  # A Kinesis Data Analytics application loads reference data only once.
4995
5029
  # If the data changes, you call the UpdateApplication operation to
@@ -5020,8 +5054,8 @@ module Aws::KinesisAnalyticsV2
5020
5054
  include Aws::Structure
5021
5055
  end
5022
5056
 
5023
- # For an SQL-based Amazon Kinesis Data Analytics application, provides
5024
- # the bucket name and object key name that stores the reference data.
5057
+ # For a SQL-based Kinesis Data Analytics application, provides the
5058
+ # bucket name and object key name that stores the reference data.
5025
5059
  #
5026
5060
  # @!attribute [rw] bucket_arn
5027
5061
  # The Amazon Resource Name (ARN) of the S3 bucket.
@@ -5053,8 +5087,8 @@ module Aws::KinesisAnalyticsV2
5053
5087
  include Aws::Structure
5054
5088
  end
5055
5089
 
5056
- # For an SQL-based Amazon Kinesis Data Analytics application, describes
5057
- # the Amazon S3 bucket name and object key name for an in-application
5090
+ # For a SQL-based Kinesis Data Analytics application, describes the
5091
+ # Amazon S3 bucket name and object key name for an in-application
5058
5092
  # reference table.
5059
5093
  #
5060
5094
  # @note When making an API call, you may pass S3ReferenceDataSourceUpdate
@@ -5124,10 +5158,9 @@ module Aws::KinesisAnalyticsV2
5124
5158
  include Aws::Structure
5125
5159
  end
5126
5160
 
5127
- # For an SQL-based Amazon Kinesis Data Analytics application, describes
5128
- # the format of the data in the streaming source, and how each data
5129
- # element maps to corresponding columns created in the in-application
5130
- # 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.
5131
5164
  #
5132
5165
  # @note When making an API call, you may pass SourceSchema
5133
5166
  # data as a hash:
@@ -5178,7 +5211,7 @@ module Aws::KinesisAnalyticsV2
5178
5211
  include Aws::Structure
5179
5212
  end
5180
5213
 
5181
- # Describes the inputs, outputs, and reference data sources for an
5214
+ # Describes the inputs, outputs, and reference data sources for a
5182
5215
  # SQL-based Kinesis Data Analytics application.
5183
5216
  #
5184
5217
  # @note When making an API call, you may pass SqlApplicationConfiguration
@@ -5301,7 +5334,7 @@ module Aws::KinesisAnalyticsV2
5301
5334
  include Aws::Structure
5302
5335
  end
5303
5336
 
5304
- # Describes the inputs, outputs, and reference data sources for an
5337
+ # Describes the inputs, outputs, and reference data sources for a
5305
5338
  # SQL-based Kinesis Data Analytics application.
5306
5339
  #
5307
5340
  # @!attribute [rw] input_descriptions
@@ -5330,7 +5363,7 @@ module Aws::KinesisAnalyticsV2
5330
5363
  end
5331
5364
 
5332
5365
  # Describes updates to the input streams, destination streams, and
5333
- # reference data sources for an SQL-based Kinesis Data Analytics
5366
+ # reference data sources for a SQL-based Kinesis Data Analytics
5334
5367
  # application.
5335
5368
  #
5336
5369
  # @note When making an API call, you may pass SqlApplicationConfigurationUpdate
@@ -5456,7 +5489,7 @@ module Aws::KinesisAnalyticsV2
5456
5489
  include Aws::Structure
5457
5490
  end
5458
5491
 
5459
- # Describes the starting parameters for an SQL-based Kinesis Data
5492
+ # Describes the starting parameters for a SQL-based Kinesis Data
5460
5493
  # Analytics application.
5461
5494
  #
5462
5495
  # @note When making an API call, you may pass SqlRunConfiguration
@@ -5539,16 +5572,31 @@ module Aws::KinesisAnalyticsV2
5539
5572
  #
5540
5573
  # {
5541
5574
  # application_name: "ApplicationName", # required
5575
+ # force: false,
5542
5576
  # }
5543
5577
  #
5544
5578
  # @!attribute [rw] application_name
5545
5579
  # The name of the running application to stop.
5546
5580
  # @return [String]
5547
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
+ #
5548
5595
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/StopApplicationRequest AWS API Documentation
5549
5596
  #
5550
5597
  class StopApplicationRequest < Struct.new(
5551
- :application_name)
5598
+ :application_name,
5599
+ :force)
5552
5600
  SENSITIVE = []
5553
5601
  include Aws::Structure
5554
5602
  end
@@ -5643,8 +5691,8 @@ module Aws::KinesisAnalyticsV2
5643
5691
  include Aws::Structure
5644
5692
  end
5645
5693
 
5646
- # The data format is not valid. Amazon Kinesis Data Analytics cannot
5647
- # detect the schema for the given streaming source.
5694
+ # The data format is not valid. Kinesis Data Analytics cannot detect the
5695
+ # schema for the given streaming source.
5648
5696
  #
5649
5697
  # @!attribute [rw] message
5650
5698
  # @return [String]
@@ -5691,8 +5739,8 @@ module Aws::KinesisAnalyticsV2
5691
5739
  # }
5692
5740
  #
5693
5741
  # @!attribute [rw] resource_arn
5694
- # The ARN of the Kinesis Analytics application from which to remove
5695
- # the tags.
5742
+ # The ARN of the Kinesis Data Analytics application from which to
5743
+ # remove the tags.
5696
5744
  # @return [String]
5697
5745
  #
5698
5746
  # @!attribute [rw] tag_keys