aws-sdk-kinesisanalyticsv2 1.19.0 → 1.24.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.
@@ -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:
@@ -1706,13 +1705,58 @@ module Aws::KinesisAnalyticsV2
1706
1705
  include Aws::Structure
1707
1706
  end
1708
1707
 
1708
+ # @note When making an API call, you may pass CreateApplicationPresignedUrlRequest
1709
+ # data as a hash:
1710
+ #
1711
+ # {
1712
+ # application_name: "ApplicationName", # required
1713
+ # url_type: "FLINK_DASHBOARD_URL", # required, accepts FLINK_DASHBOARD_URL
1714
+ # session_expiration_duration_in_seconds: 1,
1715
+ # }
1716
+ #
1717
+ # @!attribute [rw] application_name
1718
+ # The name of the application.
1719
+ # @return [String]
1720
+ #
1721
+ # @!attribute [rw] url_type
1722
+ # The type of the extension for which to create and return a URL.
1723
+ # Currently, the only valid extension URL type is
1724
+ # `FLINK_DASHBOARD_URL`.
1725
+ # @return [String]
1726
+ #
1727
+ # @!attribute [rw] session_expiration_duration_in_seconds
1728
+ # The duration in seconds for which the returned URL will be valid.
1729
+ # @return [Integer]
1730
+ #
1731
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/CreateApplicationPresignedUrlRequest AWS API Documentation
1732
+ #
1733
+ class CreateApplicationPresignedUrlRequest < Struct.new(
1734
+ :application_name,
1735
+ :url_type,
1736
+ :session_expiration_duration_in_seconds)
1737
+ SENSITIVE = []
1738
+ include Aws::Structure
1739
+ end
1740
+
1741
+ # @!attribute [rw] authorized_url
1742
+ # The URL of the extension.
1743
+ # @return [String]
1744
+ #
1745
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/CreateApplicationPresignedUrlResponse AWS API Documentation
1746
+ #
1747
+ class CreateApplicationPresignedUrlResponse < Struct.new(
1748
+ :authorized_url)
1749
+ SENSITIVE = []
1750
+ include Aws::Structure
1751
+ end
1752
+
1709
1753
  # @note When making an API call, you may pass CreateApplicationRequest
1710
1754
  # data as a hash:
1711
1755
  #
1712
1756
  # {
1713
1757
  # application_name: "ApplicationName", # required
1714
1758
  # application_description: "ApplicationDescription",
1715
- # runtime_environment: "SQL-1_0", # required, accepts SQL-1_0, FLINK-1_6, FLINK-1_8
1759
+ # runtime_environment: "SQL-1_0", # required, accepts SQL-1_0, FLINK-1_6, FLINK-1_8, FLINK-1_11
1716
1760
  # service_execution_role: "RoleARN", # required
1717
1761
  # application_configuration: {
1718
1762
  # sql_application_configuration: {
@@ -1879,8 +1923,8 @@ module Aws::KinesisAnalyticsV2
1879
1923
  # @return [String]
1880
1924
  #
1881
1925
  # @!attribute [rw] runtime_environment
1882
- # The runtime environment for the application (`SQL-1.0` or
1883
- # `FLINK-1_6`).
1926
+ # The runtime environment for the application (`SQL-1.0`, `FLINK-1_6`,
1927
+ # or `FLINK-1_8`).
1884
1928
  # @return [String]
1885
1929
  #
1886
1930
  # @!attribute [rw] service_execution_role
@@ -2384,7 +2428,7 @@ module Aws::KinesisAnalyticsV2
2384
2428
  end
2385
2429
 
2386
2430
  # Describes the data format when records are written to the destination
2387
- # in an SQL-based Amazon Kinesis Data Analytics application.
2431
+ # in a SQL-based Kinesis Data Analytics application.
2388
2432
  #
2389
2433
  # @note When making an API call, you may pass DestinationSchema
2390
2434
  # data as a hash:
@@ -2492,8 +2536,8 @@ module Aws::KinesisAnalyticsV2
2492
2536
  include Aws::Structure
2493
2537
  end
2494
2538
 
2495
- # Describes execution properties for a Java-based Kinesis Data Analytics
2496
- # application.
2539
+ # Describes execution properties for a Flink-based Kinesis Data
2540
+ # Analytics application.
2497
2541
  #
2498
2542
  # @note When making an API call, you may pass EnvironmentProperties
2499
2543
  # data as a hash:
@@ -2521,8 +2565,8 @@ module Aws::KinesisAnalyticsV2
2521
2565
  include Aws::Structure
2522
2566
  end
2523
2567
 
2524
- # Describes the execution properties for a Java-based Amazon Kinesis
2525
- # Data Analytics application.
2568
+ # Describes the execution properties for a Flink-based Kinesis Data
2569
+ # Analytics application.
2526
2570
  #
2527
2571
  # @!attribute [rw] property_group_descriptions
2528
2572
  # Describes the execution property groups.
@@ -2536,8 +2580,8 @@ module Aws::KinesisAnalyticsV2
2536
2580
  include Aws::Structure
2537
2581
  end
2538
2582
 
2539
- # Describes updates to the execution property groups for a Java-based
2540
- # Amazon Kinesis Data Analytics application.
2583
+ # Describes updates to the execution property groups for a Flink-based
2584
+ # Kinesis Data Analytics application.
2541
2585
  #
2542
2586
  # @note When making an API call, you may pass EnvironmentPropertyUpdates
2543
2587
  # data as a hash:
@@ -2565,8 +2609,8 @@ module Aws::KinesisAnalyticsV2
2565
2609
  include Aws::Structure
2566
2610
  end
2567
2611
 
2568
- # Describes configuration parameters for a Java-based Amazon Kinesis
2569
- # Data Analytics application.
2612
+ # Describes configuration parameters for a Flink-based Kinesis Data
2613
+ # Analytics application.
2570
2614
  #
2571
2615
  # @note When making an API call, you may pass FlinkApplicationConfiguration
2572
2616
  # data as a hash:
@@ -2599,8 +2643,8 @@ module Aws::KinesisAnalyticsV2
2599
2643
  #
2600
2644
  #
2601
2645
  #
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/
2646
+ # [1]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/concepts/programming-model.html#checkpoints-for-fault-tolerance
2647
+ # [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/
2604
2648
  # @return [Types::CheckpointConfiguration]
2605
2649
  #
2606
2650
  # @!attribute [rw] monitoring_configuration
@@ -2623,8 +2667,8 @@ module Aws::KinesisAnalyticsV2
2623
2667
  include Aws::Structure
2624
2668
  end
2625
2669
 
2626
- # Describes configuration parameters for a Java-based Amazon Kinesis
2627
- # Data Analytics application.
2670
+ # Describes configuration parameters for a Flink-based Kinesis Data
2671
+ # Analytics application.
2628
2672
  #
2629
2673
  # @!attribute [rw] checkpoint_configuration_description
2630
2674
  # Describes an application's checkpointing configuration.
@@ -2651,8 +2695,8 @@ module Aws::KinesisAnalyticsV2
2651
2695
  #
2652
2696
  #
2653
2697
  #
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/
2698
+ # [1]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/internals/job_scheduling.html
2699
+ # [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/
2656
2700
  # @return [String]
2657
2701
  #
2658
2702
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/FlinkApplicationConfigurationDescription AWS API Documentation
@@ -2666,8 +2710,8 @@ module Aws::KinesisAnalyticsV2
2666
2710
  include Aws::Structure
2667
2711
  end
2668
2712
 
2669
- # Describes updates to the configuration parameters for a Java-based
2670
- # Amazon Kinesis Data Analytics application.
2713
+ # Describes updates to the configuration parameters for a Flink-based
2714
+ # Kinesis Data Analytics application.
2671
2715
  #
2672
2716
  # @note When making an API call, you may pass FlinkApplicationConfigurationUpdate
2673
2717
  # data as a hash:
@@ -2718,8 +2762,8 @@ module Aws::KinesisAnalyticsV2
2718
2762
  include Aws::Structure
2719
2763
  end
2720
2764
 
2721
- # Describes the starting parameters for an Apache Flink-based Kinesis
2722
- # Data Analytics application.
2765
+ # Describes the starting parameters for a Flink-based Kinesis Data
2766
+ # Analytics application.
2723
2767
  #
2724
2768
  # @note When making an API call, you may pass FlinkRunConfiguration
2725
2769
  # data as a hash:
@@ -2729,14 +2773,20 @@ module Aws::KinesisAnalyticsV2
2729
2773
  # }
2730
2774
  #
2731
2775
  # @!attribute [rw] allow_non_restored_state
2732
- # When restoring from a savepoint, specifies whether the runtime is
2776
+ # When restoring from a snapshot, specifies whether the runtime is
2733
2777
  # 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
2778
+ # This will happen if the program is updated between snapshots to
2779
+ # remove stateful parameters, and state data in the snapshot no longer
2780
+ # corresponds to valid application data. For more information, see [
2781
+ # Allowing Non-Restored State][1] in the [Apache Flink
2738
2782
  # documentation][2].
2739
2783
  #
2784
+ # <note markdown="1"> This value defaults to `false`. If you update your application
2785
+ # without specifying this parameter, `AllowNonRestoredState` will be
2786
+ # set to `false`, even if it was previously set to `true`.
2787
+ #
2788
+ # </note>
2789
+ #
2740
2790
  #
2741
2791
  #
2742
2792
  # [1]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/ops/state/savepoints.html#allowing-non-restored-state
@@ -2751,10 +2801,10 @@ module Aws::KinesisAnalyticsV2
2751
2801
  include Aws::Structure
2752
2802
  end
2753
2803
 
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.
2804
+ # When you configure the application input for a SQL-based Kinesis Data
2805
+ # Analytics application, you specify the streaming source, the
2806
+ # in-application stream name that is created, and the mapping between
2807
+ # the two.
2758
2808
  #
2759
2809
  # @note When making an API call, you may pass Input
2760
2810
  # data as a hash:
@@ -2850,8 +2900,8 @@ module Aws::KinesisAnalyticsV2
2850
2900
  include Aws::Structure
2851
2901
  end
2852
2902
 
2853
- # Describes the application input configuration for an SQL-based Amazon
2854
- # Kinesis Data Analytics application.
2903
+ # Describes the application input configuration for a SQL-based Kinesis
2904
+ # Data Analytics application.
2855
2905
  #
2856
2906
  # @!attribute [rw] input_id
2857
2907
  # The input ID that is associated with the application input. This is
@@ -2916,8 +2966,8 @@ module Aws::KinesisAnalyticsV2
2916
2966
  end
2917
2967
 
2918
2968
  # 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.
2969
+ # Lambda function that is used to preprocess records in the stream in a
2970
+ # SQL-based Kinesis Data Analytics application.
2921
2971
  #
2922
2972
  # @note When making an API call, you may pass InputLambdaProcessor
2923
2973
  # data as a hash:
@@ -2933,9 +2983,13 @@ module Aws::KinesisAnalyticsV2
2933
2983
  # <note markdown="1"> To specify an earlier version of the Lambda function than the
2934
2984
  # latest, include the Lambda function version in the Lambda function
2935
2985
  # ARN. For more information about Lambda ARNs, see [Example ARNs: AWS
2936
- # Lambda](/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-lambda)
2986
+ # Lambda][1]
2937
2987
  #
2938
2988
  # </note>
2989
+ #
2990
+ #
2991
+ #
2992
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-lambda
2939
2993
  # @return [String]
2940
2994
  #
2941
2995
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/InputLambdaProcessor AWS API Documentation
@@ -2946,9 +3000,9 @@ module Aws::KinesisAnalyticsV2
2946
3000
  include Aws::Structure
2947
3001
  end
2948
3002
 
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.
3003
+ # For a SQL-based Kinesis Data Analytics application, an object that
3004
+ # contains the Amazon Resource Name (ARN) of the AWS Lambda function
3005
+ # that is used to preprocess records in the stream.
2952
3006
  #
2953
3007
  # @!attribute [rw] resource_arn
2954
3008
  # The ARN of the AWS Lambda function that is used to preprocess the
@@ -2957,9 +3011,13 @@ module Aws::KinesisAnalyticsV2
2957
3011
  # <note markdown="1"> To specify an earlier version of the Lambda function than the
2958
3012
  # latest, include the Lambda function version in the Lambda function
2959
3013
  # ARN. For more information about Lambda ARNs, see [Example ARNs: AWS
2960
- # Lambda](/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-lambda)
3014
+ # Lambda][1]
2961
3015
  #
2962
3016
  # </note>
3017
+ #
3018
+ #
3019
+ #
3020
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-lambda
2963
3021
  # @return [String]
2964
3022
  #
2965
3023
  # @!attribute [rw] role_arn
@@ -2982,8 +3040,8 @@ module Aws::KinesisAnalyticsV2
2982
3040
  include Aws::Structure
2983
3041
  end
2984
3042
 
2985
- # For an SQL-based Amazon Kinesis Data Analytics application, represents
2986
- # an update to the InputLambdaProcessor that is used to preprocess the
3043
+ # For a SQL-based Kinesis Data Analytics application, represents an
3044
+ # update to the InputLambdaProcessor that is used to preprocess the
2987
3045
  # records in the stream.
2988
3046
  #
2989
3047
  # @note When making an API call, you may pass InputLambdaProcessorUpdate
@@ -3000,9 +3058,13 @@ module Aws::KinesisAnalyticsV2
3000
3058
  # <note markdown="1"> To specify an earlier version of the Lambda function than the
3001
3059
  # latest, include the Lambda function version in the Lambda function
3002
3060
  # ARN. For more information about Lambda ARNs, see [Example ARNs: AWS
3003
- # Lambda](/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-lambda)
3061
+ # Lambda][1]
3004
3062
  #
3005
3063
  # </note>
3064
+ #
3065
+ #
3066
+ #
3067
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-lambda
3006
3068
  # @return [String]
3007
3069
  #
3008
3070
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/InputLambdaProcessorUpdate AWS API Documentation
@@ -3013,8 +3075,8 @@ module Aws::KinesisAnalyticsV2
3013
3075
  include Aws::Structure
3014
3076
  end
3015
3077
 
3016
- # For an SQL-based Amazon Kinesis Data Analytics application, describes
3017
- # the number of in-application streams to create for a given streaming
3078
+ # For a SQL-based Kinesis Data Analytics application, describes the
3079
+ # number of in-application streams to create for a given streaming
3018
3080
  # source.
3019
3081
  #
3020
3082
  # @note When making an API call, you may pass InputParallelism
@@ -3036,8 +3098,8 @@ module Aws::KinesisAnalyticsV2
3036
3098
  include Aws::Structure
3037
3099
  end
3038
3100
 
3039
- # For an SQL-based Amazon Kinesis Data Analytics application, provides
3040
- # updates to the parallelism count.
3101
+ # For a SQL-based Kinesis Data Analytics application, provides updates
3102
+ # to the parallelism count.
3041
3103
  #
3042
3104
  # @note When making an API call, you may pass InputParallelismUpdate
3043
3105
  # data as a hash:
@@ -3059,14 +3121,14 @@ module Aws::KinesisAnalyticsV2
3059
3121
  include Aws::Structure
3060
3122
  end
3061
3123
 
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].
3124
+ # For a SQL-based Kinesis Data Analytics application, describes a
3125
+ # processor that is used to preprocess the records in the stream before
3126
+ # being processed by your application code. Currently, the only input
3127
+ # processor available is [AWS Lambda][1].
3066
3128
  #
3067
3129
  #
3068
3130
  #
3069
- # [1]: https://aws.amazon.com/documentation/lambda/
3131
+ # [1]: https://docs.aws.amazon.com/lambda/
3070
3132
  #
3071
3133
  # @note When making an API call, you may pass InputProcessingConfiguration
3072
3134
  # data as a hash:
@@ -3090,13 +3152,13 @@ module Aws::KinesisAnalyticsV2
3090
3152
  include Aws::Structure
3091
3153
  end
3092
3154
 
3093
- # For an SQL-based Amazon Kinesis Data Analytics application, provides
3094
- # the configuration information about an input processor. Currently, the
3155
+ # For a SQL-based Kinesis Data Analytics application, provides the
3156
+ # configuration information about an input processor. Currently, the
3095
3157
  # only input processor available is [AWS Lambda][1].
3096
3158
  #
3097
3159
  #
3098
3160
  #
3099
- # [1]: https://aws.amazon.com/documentation/lambda/
3161
+ # [1]: https://docs.aws.amazon.com/lambda/
3100
3162
  #
3101
3163
  # @!attribute [rw] input_lambda_processor_description
3102
3164
  # Provides configuration information about the associated
@@ -3111,8 +3173,8 @@ module Aws::KinesisAnalyticsV2
3111
3173
  include Aws::Structure
3112
3174
  end
3113
3175
 
3114
- # For an SQL-based Amazon Kinesis Data Analytics application, describes
3115
- # updates to an InputProcessingConfiguration.
3176
+ # For a SQL-based Kinesis Data Analytics application, describes updates
3177
+ # to an InputProcessingConfiguration.
3116
3178
  #
3117
3179
  # @note When making an API call, you may pass InputProcessingConfigurationUpdate
3118
3180
  # data as a hash:
@@ -3135,7 +3197,7 @@ module Aws::KinesisAnalyticsV2
3135
3197
  include Aws::Structure
3136
3198
  end
3137
3199
 
3138
- # Describes updates for an SQL-based Amazon Kinesis Data Analytics
3200
+ # Describes updates for an SQL-based Kinesis Data Analytics
3139
3201
  # application's input schema.
3140
3202
  #
3141
3203
  # @note When making an API call, you may pass InputSchemaUpdate
@@ -3223,9 +3285,9 @@ module Aws::KinesisAnalyticsV2
3223
3285
  include Aws::Structure
3224
3286
  end
3225
3287
 
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).
3288
+ # For a SQL-based Kinesis Data Analytics application, describes updates
3289
+ # to a specific input configuration (identified by the `InputId` of an
3290
+ # application).
3229
3291
  #
3230
3292
  # @note When making an API call, you may pass InputUpdate
3231
3293
  # data as a hash:
@@ -3359,7 +3421,7 @@ module Aws::KinesisAnalyticsV2
3359
3421
  include Aws::Structure
3360
3422
  end
3361
3423
 
3362
- # For an SQL-based Amazon Kinesis Data Analytics application, provides
3424
+ # For a SQL-based Kinesis Data Analytics application, provides
3363
3425
  # additional mapping information when JSON is the record format on the
3364
3426
  # streaming source.
3365
3427
  #
@@ -3382,8 +3444,8 @@ module Aws::KinesisAnalyticsV2
3382
3444
  include Aws::Structure
3383
3445
  end
3384
3446
 
3385
- # For an SQL-based Amazon Kinesis Data Analytics application, identifies
3386
- # a Kinesis Data Firehose delivery stream as the streaming source. You
3447
+ # For a SQL-based Kinesis Data Analytics application, identifies a
3448
+ # Kinesis Data Firehose delivery stream as the streaming source. You
3387
3449
  # provide the delivery stream's Amazon Resource Name (ARN).
3388
3450
  #
3389
3451
  # @note When making an API call, you may pass KinesisFirehoseInput
@@ -3433,9 +3495,9 @@ module Aws::KinesisAnalyticsV2
3433
3495
  include Aws::Structure
3434
3496
  end
3435
3497
 
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.
3498
+ # For a SQL-based Kinesis Data Analytics application, when updating
3499
+ # application input configuration, provides information about a Kinesis
3500
+ # Data Firehose delivery stream as the streaming source.
3439
3501
  #
3440
3502
  # @note When making an API call, you may pass KinesisFirehoseInputUpdate
3441
3503
  # data as a hash:
@@ -3456,10 +3518,10 @@ module Aws::KinesisAnalyticsV2
3456
3518
  include Aws::Structure
3457
3519
  end
3458
3520
 
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.
3521
+ # For a SQL-based Kinesis Data Analytics application, when configuring
3522
+ # application output, identifies a Kinesis Data Firehose delivery stream
3523
+ # as the destination. You provide the stream Amazon Resource Name (ARN)
3524
+ # of the delivery stream.
3463
3525
  #
3464
3526
  # @note When making an API call, you may pass KinesisFirehoseOutput
3465
3527
  # data as a hash:
@@ -3480,7 +3542,7 @@ module Aws::KinesisAnalyticsV2
3480
3542
  include Aws::Structure
3481
3543
  end
3482
3544
 
3483
- # For an SQL-based Amazon Kinesis Data Analytics application's output,
3545
+ # For a SQL-based Kinesis Data Analytics application's output,
3484
3546
  # describes the Kinesis Data Firehose delivery stream that is configured
3485
3547
  # as its destination.
3486
3548
  #
@@ -3508,10 +3570,10 @@ module Aws::KinesisAnalyticsV2
3508
3570
  include Aws::Structure
3509
3571
  end
3510
3572
 
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.
3573
+ # For a SQL-based Kinesis Data Analytics application, when updating an
3574
+ # output configuration using the UpdateApplication operation, provides
3575
+ # information about a Kinesis Data Firehose delivery stream that is
3576
+ # configured as the destination.
3515
3577
  #
3516
3578
  # @note When making an API call, you may pass KinesisFirehoseOutputUpdate
3517
3579
  # data as a hash:
@@ -3532,8 +3594,8 @@ module Aws::KinesisAnalyticsV2
3532
3594
  include Aws::Structure
3533
3595
  end
3534
3596
 
3535
- # Identifies an Amazon Kinesis data stream as the streaming source. You
3536
- # provide the stream's Amazon Resource Name (ARN).
3597
+ # Identifies a Kinesis data stream as the streaming source. You provide
3598
+ # the stream's Amazon Resource Name (ARN).
3537
3599
  #
3538
3600
  # @note When making an API call, you may pass KinesisStreamsInput
3539
3601
  # data as a hash:
@@ -3554,9 +3616,9 @@ module Aws::KinesisAnalyticsV2
3554
3616
  include Aws::Structure
3555
3617
  end
3556
3618
 
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.
3619
+ # For a SQL-based Kinesis Data Analytics application, describes the
3620
+ # Kinesis data stream that is configured as the streaming source in the
3621
+ # application input configuration.
3560
3622
  #
3561
3623
  # @!attribute [rw] resource_arn
3562
3624
  # The Amazon Resource Name (ARN) of the Kinesis data stream.
@@ -3582,9 +3644,9 @@ module Aws::KinesisAnalyticsV2
3582
3644
  include Aws::Structure
3583
3645
  end
3584
3646
 
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.
3647
+ # When you update the input configuration for a SQL-based Kinesis Data
3648
+ # Analytics application, provides information about a Kinesis stream as
3649
+ # the streaming source.
3588
3650
  #
3589
3651
  # @note When making an API call, you may pass KinesisStreamsInputUpdate
3590
3652
  # data as a hash:
@@ -3606,9 +3668,9 @@ module Aws::KinesisAnalyticsV2
3606
3668
  include Aws::Structure
3607
3669
  end
3608
3670
 
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).
3671
+ # When you configure a SQL-based Kinesis Data Analytics application's
3672
+ # output, identifies a Kinesis data stream as the destination. You
3673
+ # provide the stream Amazon Resource Name (ARN).
3612
3674
  #
3613
3675
  # @note When making an API call, you may pass KinesisStreamsOutput
3614
3676
  # data as a hash:
@@ -3629,7 +3691,7 @@ module Aws::KinesisAnalyticsV2
3629
3691
  include Aws::Structure
3630
3692
  end
3631
3693
 
3632
- # For an SQL-based Amazon Kinesis Data Analytics application's output,
3694
+ # For an SQL-based Kinesis Data Analytics application's output,
3633
3695
  # describes the Kinesis data stream that is configured as its
3634
3696
  # destination.
3635
3697
  #
@@ -3657,10 +3719,10 @@ module Aws::KinesisAnalyticsV2
3657
3719
  include Aws::Structure
3658
3720
  end
3659
3721
 
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.
3722
+ # When you update a SQL-based Kinesis Data Analytics application's
3723
+ # output configuration using the UpdateApplication operation, provides
3724
+ # information about a Kinesis data stream that is configured as the
3725
+ # destination.
3664
3726
  #
3665
3727
  # @note When making an API call, you may pass KinesisStreamsOutputUpdate
3666
3728
  # data as a hash:
@@ -3682,10 +3744,10 @@ module Aws::KinesisAnalyticsV2
3682
3744
  include Aws::Structure
3683
3745
  end
3684
3746
 
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.
3747
+ # When you configure a SQL-based Kinesis Data Analytics application's
3748
+ # output, identifies an AWS Lambda function as the destination. You
3749
+ # provide the function Amazon Resource Name (ARN) of the Lambda
3750
+ # function.
3689
3751
  #
3690
3752
  # @note When making an API call, you may pass LambdaOutput
3691
3753
  # data as a hash:
@@ -3701,9 +3763,13 @@ module Aws::KinesisAnalyticsV2
3701
3763
  # <note markdown="1"> To specify an earlier version of the Lambda function than the
3702
3764
  # latest, include the Lambda function version in the Lambda function
3703
3765
  # ARN. For more information about Lambda ARNs, see [Example ARNs: AWS
3704
- # Lambda](/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-lambda)
3766
+ # Lambda][1]
3705
3767
  #
3706
3768
  # </note>
3769
+ #
3770
+ #
3771
+ #
3772
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-lambda
3707
3773
  # @return [String]
3708
3774
  #
3709
3775
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/LambdaOutput AWS API Documentation
@@ -3714,7 +3780,7 @@ module Aws::KinesisAnalyticsV2
3714
3780
  include Aws::Structure
3715
3781
  end
3716
3782
 
3717
- # For an SQL-based Amazon Kinesis Data Analytics application output,
3783
+ # For a SQL-based Kinesis Data Analytics application's output,
3718
3784
  # describes the AWS Lambda function that is configured as its
3719
3785
  # destination.
3720
3786
  #
@@ -3742,10 +3808,10 @@ module Aws::KinesisAnalyticsV2
3742
3808
  include Aws::Structure
3743
3809
  end
3744
3810
 
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.
3811
+ # When you update an SQL-based Kinesis Data Analytics application's
3812
+ # output configuration using the UpdateApplication operation, provides
3813
+ # information about an AWS Lambda function that is configured as the
3814
+ # destination.
3749
3815
  #
3750
3816
  # @note When making an API call, you may pass LambdaOutputUpdate
3751
3817
  # data as a hash:
@@ -3761,9 +3827,13 @@ module Aws::KinesisAnalyticsV2
3761
3827
  # <note markdown="1"> To specify an earlier version of the Lambda function than the
3762
3828
  # latest, include the Lambda function version in the Lambda function
3763
3829
  # ARN. For more information about Lambda ARNs, see [Example ARNs: AWS
3764
- # Lambda](/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-lambda)
3830
+ # Lambda][1]
3765
3831
  #
3766
3832
  # </note>
3833
+ #
3834
+ #
3835
+ #
3836
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-lambda
3767
3837
  # @return [String]
3768
3838
  #
3769
3839
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/LambdaOutputUpdate AWS API Documentation
@@ -3928,11 +3998,11 @@ module Aws::KinesisAnalyticsV2
3928
3998
  include Aws::Structure
3929
3999
  end
3930
4000
 
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.
4001
+ # When you configure a SQL-based Kinesis Data Analytics application's
4002
+ # input at the time of creating or updating an application, provides
4003
+ # additional mapping information specific to the record format (such as
4004
+ # JSON, CSV, or record fields delimited by some delimiter) on the
4005
+ # streaming source.
3936
4006
  #
3937
4007
  # @note When making an API call, you may pass MappingParameters
3938
4008
  # data as a hash:
@@ -3967,7 +4037,7 @@ module Aws::KinesisAnalyticsV2
3967
4037
  end
3968
4038
 
3969
4039
  # Describes configuration parameters for Amazon CloudWatch logging for a
3970
- # Java-based Kinesis Data Analytics application. For more information
4040
+ # Flink-based Kinesis Data Analytics application. For more information
3971
4041
  # about CloudWatch logging, see [Monitoring][1].
3972
4042
  #
3973
4043
  #
@@ -3992,6 +4062,8 @@ module Aws::KinesisAnalyticsV2
3992
4062
  #
3993
4063
  # @!attribute [rw] metrics_level
3994
4064
  # Describes the granularity of the CloudWatch Logs for an application.
4065
+ # The `Parallelism` level is not recommended for applications with a
4066
+ # Parallelism over 64 due to excessive costs.
3995
4067
  # @return [String]
3996
4068
  #
3997
4069
  # @!attribute [rw] log_level
@@ -4009,7 +4081,7 @@ module Aws::KinesisAnalyticsV2
4009
4081
  end
4010
4082
 
4011
4083
  # Describes configuration parameters for CloudWatch logging for a
4012
- # Java-based Kinesis Data Analytics application.
4084
+ # Flink-based Kinesis Data Analytics application.
4013
4085
  #
4014
4086
  # @!attribute [rw] configuration_type
4015
4087
  # Describes whether to use the default CloudWatch logging
@@ -4035,7 +4107,7 @@ module Aws::KinesisAnalyticsV2
4035
4107
  end
4036
4108
 
4037
4109
  # Describes updates to configuration parameters for Amazon CloudWatch
4038
- # logging for a Java-based Kinesis Data Analytics application.
4110
+ # logging for a Flink-based Kinesis Data Analytics application.
4039
4111
  #
4040
4112
  # @note When making an API call, you may pass MonitoringConfigurationUpdate
4041
4113
  # data as a hash:
@@ -4055,7 +4127,8 @@ module Aws::KinesisAnalyticsV2
4055
4127
  #
4056
4128
  # @!attribute [rw] metrics_level_update
4057
4129
  # Describes updates to the granularity of the CloudWatch Logs for an
4058
- # application.
4130
+ # application. The `Parallelism` level is not recommended for
4131
+ # applications with a Parallelism over 64 due to excessive costs.
4059
4132
  # @return [String]
4060
4133
  #
4061
4134
  # @!attribute [rw] log_level_update
@@ -4073,9 +4146,9 @@ module Aws::KinesisAnalyticsV2
4073
4146
  include Aws::Structure
4074
4147
  end
4075
4148
 
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
4149
+ # Describes a SQL-based Kinesis Data Analytics application's output
4150
+ # configuration, in which you identify an in-application stream and a
4151
+ # destination where you want the in-application stream data to be
4079
4152
  # written. The destination can be a Kinesis data stream or a Kinesis
4080
4153
  # Data Firehose delivery stream.
4081
4154
  #
@@ -4103,11 +4176,11 @@ module Aws::KinesisAnalyticsV2
4103
4176
  # @return [String]
4104
4177
  #
4105
4178
  # @!attribute [rw] kinesis_streams_output
4106
- # Identifies an Amazon Kinesis data stream as the destination.
4179
+ # Identifies a Kinesis data stream as the destination.
4107
4180
  # @return [Types::KinesisStreamsOutput]
4108
4181
  #
4109
4182
  # @!attribute [rw] kinesis_firehose_output
4110
- # Identifies an Amazon Kinesis Data Firehose delivery stream as the
4183
+ # Identifies a Kinesis Data Firehose delivery stream as the
4111
4184
  # destination.
4112
4185
  # @return [Types::KinesisFirehoseOutput]
4113
4186
  #
@@ -4132,11 +4205,11 @@ module Aws::KinesisAnalyticsV2
4132
4205
  include Aws::Structure
4133
4206
  end
4134
4207
 
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.
4208
+ # For a SQL-based Kinesis Data Analytics application, describes the
4209
+ # application output configuration, which includes the in-application
4210
+ # stream name and the destination where the stream data is written. The
4211
+ # destination can be a Kinesis data stream or a Kinesis Data Firehose
4212
+ # delivery stream.
4140
4213
  #
4141
4214
  # @!attribute [rw] output_id
4142
4215
  # A unique identifier for the output configuration.
@@ -4178,8 +4251,8 @@ module Aws::KinesisAnalyticsV2
4178
4251
  include Aws::Structure
4179
4252
  end
4180
4253
 
4181
- # For an SQL-based Amazon Kinesis Data Analytics application, describes
4182
- # updates to the output configuration identified by the `OutputId`.
4254
+ # For a SQL-based Kinesis Data Analytics application, describes updates
4255
+ # to the output configuration identified by the `OutputId`.
4183
4256
  #
4184
4257
  # @note When making an API call, you may pass OutputUpdate
4185
4258
  # data as a hash:
@@ -4243,15 +4316,15 @@ module Aws::KinesisAnalyticsV2
4243
4316
  include Aws::Structure
4244
4317
  end
4245
4318
 
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
4319
+ # Describes parameters for how a Flink-based Kinesis Data Analytics
4320
+ # application application executes multiple tasks simultaneously. For
4321
+ # more information about parallelism, see [Parallel Execution][1] in the
4249
4322
  # [Apache Flink Documentation][2].
4250
4323
  #
4251
4324
  #
4252
4325
  #
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/
4326
+ # [1]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/dev/parallel.html
4327
+ # [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/
4255
4328
  #
4256
4329
  # @note When making an API call, you may pass ParallelismConfiguration
4257
4330
  # data as a hash:
@@ -4272,7 +4345,7 @@ module Aws::KinesisAnalyticsV2
4272
4345
  # @return [String]
4273
4346
  #
4274
4347
  # @!attribute [rw] parallelism
4275
- # Describes the initial number of parallel tasks that a Java-based
4348
+ # Describes the initial number of parallel tasks that a Flink-based
4276
4349
  # Kinesis Data Analytics application can perform. If
4277
4350
  # `AutoScalingEnabled` is set to True, Kinesis Data Analytics
4278
4351
  # increases the `CurrentParallelism` value in response to application
@@ -4286,7 +4359,7 @@ module Aws::KinesisAnalyticsV2
4286
4359
  # @return [Integer]
4287
4360
  #
4288
4361
  # @!attribute [rw] parallelism_per_kpu
4289
- # Describes the number of parallel tasks that a Java-based Kinesis
4362
+ # Describes the number of parallel tasks that a Flink-based Kinesis
4290
4363
  # Data Analytics application can perform per Kinesis Processing Unit
4291
4364
  # (KPU) used by the application. For more information about KPUs, see
4292
4365
  # [Amazon Kinesis Data Analytics Pricing][1].
@@ -4313,7 +4386,7 @@ module Aws::KinesisAnalyticsV2
4313
4386
  include Aws::Structure
4314
4387
  end
4315
4388
 
4316
- # Describes parameters for how a Java-based Kinesis Data Analytics
4389
+ # Describes parameters for how a Flink-based Kinesis Data Analytics
4317
4390
  # application executes multiple tasks simultaneously.
4318
4391
  #
4319
4392
  # @!attribute [rw] configuration_type
@@ -4322,7 +4395,7 @@ module Aws::KinesisAnalyticsV2
4322
4395
  # @return [String]
4323
4396
  #
4324
4397
  # @!attribute [rw] parallelism
4325
- # Describes the initial number of parallel tasks that a Java-based
4398
+ # Describes the initial number of parallel tasks that a Flink-based
4326
4399
  # Kinesis Data Analytics application can perform. If
4327
4400
  # `AutoScalingEnabled` is set to True, then Kinesis Data Analytics can
4328
4401
  # increase the `CurrentParallelism` value in response to application
@@ -4335,13 +4408,13 @@ module Aws::KinesisAnalyticsV2
4335
4408
  # @return [Integer]
4336
4409
  #
4337
4410
  # @!attribute [rw] parallelism_per_kpu
4338
- # Describes the number of parallel tasks that a Java-based Kinesis
4411
+ # Describes the number of parallel tasks that a Flink-based Kinesis
4339
4412
  # Data Analytics application can perform per Kinesis Processing Unit
4340
4413
  # (KPU) used by the application.
4341
4414
  # @return [Integer]
4342
4415
  #
4343
4416
  # @!attribute [rw] current_parallelism
4344
- # Describes the current number of parallel tasks that a Java-based
4417
+ # Describes the current number of parallel tasks that a Flink-based
4345
4418
  # Kinesis Data Analytics application can perform. If
4346
4419
  # `AutoScalingEnabled` is set to True, Kinesis Data Analytics can
4347
4420
  # increase this value in response to application load. The service can
@@ -4371,7 +4444,7 @@ module Aws::KinesisAnalyticsV2
4371
4444
  include Aws::Structure
4372
4445
  end
4373
4446
 
4374
- # Describes updates to parameters for how a Java-based Kinesis Data
4447
+ # Describes updates to parameters for how a Flink-based Kinesis Data
4375
4448
  # Analytics application executes multiple tasks simultaneously.
4376
4449
  #
4377
4450
  # @note When making an API call, you may pass ParallelismConfigurationUpdate
@@ -4427,7 +4500,7 @@ module Aws::KinesisAnalyticsV2
4427
4500
  include Aws::Structure
4428
4501
  end
4429
4502
 
4430
- # Property key-value pairs passed into a Java-based Kinesis Data
4503
+ # Property key-value pairs passed into a Flink-based Kinesis Data
4431
4504
  # Analytics application.
4432
4505
  #
4433
4506
  # @note When making an API call, you may pass PropertyGroup
@@ -4459,8 +4532,8 @@ module Aws::KinesisAnalyticsV2
4459
4532
  include Aws::Structure
4460
4533
  end
4461
4534
 
4462
- # For an SQL-based Amazon Kinesis Data Analytics application, describes
4463
- # the mapping of each data element in the streaming source to the
4535
+ # For a SQL-based Kinesis Data Analytics application, describes the
4536
+ # mapping of each data element in the streaming source to the
4464
4537
  # corresponding column in the in-application stream.
4465
4538
  #
4466
4539
  # Also used to describe the format of the reference data source.
@@ -4499,9 +4572,9 @@ module Aws::KinesisAnalyticsV2
4499
4572
  include Aws::Structure
4500
4573
  end
4501
4574
 
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.
4575
+ # For a SQL-based Kinesis Data Analytics application, describes the
4576
+ # record format and relevant mapping information that should be applied
4577
+ # to schematize the records on the stream.
4505
4578
  #
4506
4579
  # @note When making an API call, you may pass RecordFormat
4507
4580
  # data as a hash:
@@ -4539,10 +4612,10 @@ module Aws::KinesisAnalyticsV2
4539
4612
  include Aws::Structure
4540
4613
  end
4541
4614
 
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
4615
+ # For a SQL-based Kinesis Data Analytics application, describes the
4616
+ # reference data source by providing the source information (Amazon S3
4617
+ # bucket name and object key name), the resulting in-application table
4618
+ # name that is created, and the necessary schema to map the data
4546
4619
  # elements in the Amazon S3 object to the in-application table.
4547
4620
  #
4548
4621
  # @note When making an API call, you may pass ReferenceDataSource
@@ -4605,8 +4678,8 @@ module Aws::KinesisAnalyticsV2
4605
4678
  include Aws::Structure
4606
4679
  end
4607
4680
 
4608
- # For an SQL-based Amazon Kinesis Data Analytics application, describes
4609
- # the reference data source configured for an application.
4681
+ # For a SQL-based Kinesis Data Analytics application, describes the
4682
+ # reference data source configured for an application.
4610
4683
  #
4611
4684
  # @!attribute [rw] reference_id
4612
4685
  # The ID of the reference data source. This is the ID that Kinesis
@@ -4643,10 +4716,10 @@ module Aws::KinesisAnalyticsV2
4643
4716
  end
4644
4717
 
4645
4718
  # 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
4719
+ # Kinesis Data Analytics application, this object provides all the
4720
+ # updated values (such as the source bucket name and object key name),
4721
+ # the in-application table name that is created, and updated mapping
4722
+ # information that maps the data in the Amazon S3 object to the
4650
4723
  # in-application reference table that is created.
4651
4724
  #
4652
4725
  # @note When making an API call, you may pass ReferenceDataSourceUpdate
@@ -4742,9 +4815,9 @@ module Aws::KinesisAnalyticsV2
4742
4815
  end
4743
4816
 
4744
4817
  # 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.
4818
+ # the Kinesis Streams `ProvisionedThroughputExceededException`. For more
4819
+ # information, see [GetRecords][1] in the Amazon Kinesis Streams API
4820
+ # Reference.
4748
4821
  #
4749
4822
  #
4750
4823
  #
@@ -4761,7 +4834,7 @@ module Aws::KinesisAnalyticsV2
4761
4834
  include Aws::Structure
4762
4835
  end
4763
4836
 
4764
- # Describes the starting parameters for an Amazon Kinesis Data Analytics
4837
+ # Describes the starting parameters for an Kinesis Data Analytics
4765
4838
  # application.
4766
4839
  #
4767
4840
  # @note When making an API call, you may pass RunConfiguration
@@ -4786,13 +4859,13 @@ module Aws::KinesisAnalyticsV2
4786
4859
  # }
4787
4860
  #
4788
4861
  # @!attribute [rw] flink_run_configuration
4789
- # Describes the starting parameters for an Apache Flink-based Kinesis
4790
- # Data Analytics application.
4862
+ # Describes the starting parameters for a Flink-based Kinesis Data
4863
+ # Analytics application.
4791
4864
  # @return [Types::FlinkRunConfiguration]
4792
4865
  #
4793
4866
  # @!attribute [rw] sql_run_configurations
4794
- # Describes the starting parameters for an SQL-based Kinesis Data
4795
- # Analytics application.
4867
+ # Describes the starting parameters for a SQL-based Kinesis Data
4868
+ # Analytics application application.
4796
4869
  # @return [Array<Types::SqlRunConfiguration>]
4797
4870
  #
4798
4871
  # @!attribute [rw] application_restore_configuration
@@ -4816,10 +4889,16 @@ module Aws::KinesisAnalyticsV2
4816
4889
  # Describes the restore behavior of a restarting application.
4817
4890
  # @return [Types::ApplicationRestoreConfiguration]
4818
4891
  #
4892
+ # @!attribute [rw] flink_run_configuration_description
4893
+ # Describes the starting parameters for a Flink-based Kinesis Data
4894
+ # Analytics application.
4895
+ # @return [Types::FlinkRunConfiguration]
4896
+ #
4819
4897
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/RunConfigurationDescription AWS API Documentation
4820
4898
  #
4821
4899
  class RunConfigurationDescription < Struct.new(
4822
- :application_restore_configuration_description)
4900
+ :application_restore_configuration_description,
4901
+ :flink_run_configuration_description)
4823
4902
  SENSITIVE = []
4824
4903
  include Aws::Structure
4825
4904
  end
@@ -4841,8 +4920,8 @@ module Aws::KinesisAnalyticsV2
4841
4920
  # }
4842
4921
  #
4843
4922
  # @!attribute [rw] flink_run_configuration
4844
- # Describes the starting parameters for an Apache Flink-based Kinesis
4845
- # Data Analytics application.
4923
+ # Describes the starting parameters for a Flink-based Kinesis Data
4924
+ # Analytics application.
4846
4925
  # @return [Types::FlinkRunConfiguration]
4847
4926
  #
4848
4927
  # @!attribute [rw] application_restore_configuration
@@ -4859,7 +4938,7 @@ module Aws::KinesisAnalyticsV2
4859
4938
  include Aws::Structure
4860
4939
  end
4861
4940
 
4862
- # Describes the location of a Java-based Amazon Kinesis Data Analytics
4941
+ # Describes the location of a Flink-based Kinesis Data Analytics
4863
4942
  # application's code stored in an S3 bucket.
4864
4943
  #
4865
4944
  # @!attribute [rw] bucket_arn
@@ -4885,7 +4964,7 @@ module Aws::KinesisAnalyticsV2
4885
4964
  include Aws::Structure
4886
4965
  end
4887
4966
 
4888
- # For an SQL-based Amazon Kinesis Data Analytics application, provides a
4967
+ # For a SQL-based Kinesis Data Analytics application, provides a
4889
4968
  # description of an Amazon S3 data source, including the Amazon Resource
4890
4969
  # Name (ARN) of the S3 bucket and the name of the Amazon S3 object that
4891
4970
  # contains the data.
@@ -4915,7 +4994,7 @@ module Aws::KinesisAnalyticsV2
4915
4994
  include Aws::Structure
4916
4995
  end
4917
4996
 
4918
- # For a Java-based Amazon Kinesis Data Analytics application, provides a
4997
+ # For a Flink-based Kinesis Data Analytics application, provides a
4919
4998
  # description of an Amazon S3 object, including the Amazon Resource Name
4920
4999
  # (ARN) of the S3 bucket, the name of the Amazon S3 object that contains
4921
5000
  # the data, and the version number of the Amazon S3 object that contains
@@ -4954,7 +5033,7 @@ module Aws::KinesisAnalyticsV2
4954
5033
  end
4955
5034
 
4956
5035
  # Describes an update for the Amazon S3 code content location for a
4957
- # Java-based Amazon Kinesis Data Analytics application.
5036
+ # Flink-based Kinesis Data Analytics application.
4958
5037
  #
4959
5038
  # @note When making an API call, you may pass S3ContentLocationUpdate
4960
5039
  # data as a hash:
@@ -4988,8 +5067,8 @@ module Aws::KinesisAnalyticsV2
4988
5067
  include Aws::Structure
4989
5068
  end
4990
5069
 
4991
- # For an SQL-based Amazon Kinesis Data Analytics application, identifies
4992
- # the Amazon S3 bucket and object that contains the reference data.
5070
+ # For a SQL-based Kinesis Data Analytics application, identifies the
5071
+ # Amazon S3 bucket and object that contains the reference data.
4993
5072
  #
4994
5073
  # A Kinesis Data Analytics application loads reference data only once.
4995
5074
  # If the data changes, you call the UpdateApplication operation to
@@ -5020,8 +5099,8 @@ module Aws::KinesisAnalyticsV2
5020
5099
  include Aws::Structure
5021
5100
  end
5022
5101
 
5023
- # For an SQL-based Amazon Kinesis Data Analytics application, provides
5024
- # the bucket name and object key name that stores the reference data.
5102
+ # For a SQL-based Kinesis Data Analytics application, provides the
5103
+ # bucket name and object key name that stores the reference data.
5025
5104
  #
5026
5105
  # @!attribute [rw] bucket_arn
5027
5106
  # The Amazon Resource Name (ARN) of the S3 bucket.
@@ -5053,8 +5132,8 @@ module Aws::KinesisAnalyticsV2
5053
5132
  include Aws::Structure
5054
5133
  end
5055
5134
 
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
5135
+ # For a SQL-based Kinesis Data Analytics application, describes the
5136
+ # Amazon S3 bucket name and object key name for an in-application
5058
5137
  # reference table.
5059
5138
  #
5060
5139
  # @note When making an API call, you may pass S3ReferenceDataSourceUpdate
@@ -5124,10 +5203,9 @@ module Aws::KinesisAnalyticsV2
5124
5203
  include Aws::Structure
5125
5204
  end
5126
5205
 
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.
5206
+ # For a SQL-based Kinesis Data Analytics application, describes the
5207
+ # format of the data in the streaming source, and how each data element
5208
+ # maps to corresponding columns created in the in-application stream.
5131
5209
  #
5132
5210
  # @note When making an API call, you may pass SourceSchema
5133
5211
  # data as a hash:
@@ -5178,7 +5256,7 @@ module Aws::KinesisAnalyticsV2
5178
5256
  include Aws::Structure
5179
5257
  end
5180
5258
 
5181
- # Describes the inputs, outputs, and reference data sources for an
5259
+ # Describes the inputs, outputs, and reference data sources for a
5182
5260
  # SQL-based Kinesis Data Analytics application.
5183
5261
  #
5184
5262
  # @note When making an API call, you may pass SqlApplicationConfiguration
@@ -5301,7 +5379,7 @@ module Aws::KinesisAnalyticsV2
5301
5379
  include Aws::Structure
5302
5380
  end
5303
5381
 
5304
- # Describes the inputs, outputs, and reference data sources for an
5382
+ # Describes the inputs, outputs, and reference data sources for a
5305
5383
  # SQL-based Kinesis Data Analytics application.
5306
5384
  #
5307
5385
  # @!attribute [rw] input_descriptions
@@ -5330,7 +5408,7 @@ module Aws::KinesisAnalyticsV2
5330
5408
  end
5331
5409
 
5332
5410
  # Describes updates to the input streams, destination streams, and
5333
- # reference data sources for an SQL-based Kinesis Data Analytics
5411
+ # reference data sources for a SQL-based Kinesis Data Analytics
5334
5412
  # application.
5335
5413
  #
5336
5414
  # @note When making an API call, you may pass SqlApplicationConfigurationUpdate
@@ -5456,7 +5534,7 @@ module Aws::KinesisAnalyticsV2
5456
5534
  include Aws::Structure
5457
5535
  end
5458
5536
 
5459
- # Describes the starting parameters for an SQL-based Kinesis Data
5537
+ # Describes the starting parameters for a SQL-based Kinesis Data
5460
5538
  # Analytics application.
5461
5539
  #
5462
5540
  # @note When making an API call, you may pass SqlRunConfiguration
@@ -5539,16 +5617,38 @@ module Aws::KinesisAnalyticsV2
5539
5617
  #
5540
5618
  # {
5541
5619
  # application_name: "ApplicationName", # required
5620
+ # force: false,
5542
5621
  # }
5543
5622
  #
5544
5623
  # @!attribute [rw] application_name
5545
5624
  # The name of the running application to stop.
5546
5625
  # @return [String]
5547
5626
  #
5627
+ # @!attribute [rw] force
5628
+ # Set to `true` to force the application to stop. If you set `Force`
5629
+ # to `true`, Kinesis Data Analytics stops the application without
5630
+ # taking a snapshot.
5631
+ #
5632
+ # <note markdown="1"> Force-stopping your application may lead to data loss or
5633
+ # duplication. To prevent data loss or duplicate processing of data
5634
+ # during application restarts, we recommend you to take frequent
5635
+ # snapshots of your application.
5636
+ #
5637
+ # </note>
5638
+ #
5639
+ # You can only force stop a Flink-based Kinesis Data Analytics
5640
+ # application. You can't force stop a SQL-based Kinesis Data
5641
+ # Analytics application.
5642
+ #
5643
+ # The application must be in the `STARTING`, `UPDATING`, `STOPPING`,
5644
+ # `AUTOSCALING`, or `RUNNING` status.
5645
+ # @return [Boolean]
5646
+ #
5548
5647
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/StopApplicationRequest AWS API Documentation
5549
5648
  #
5550
5649
  class StopApplicationRequest < Struct.new(
5551
- :application_name)
5650
+ :application_name,
5651
+ :force)
5552
5652
  SENSITIVE = []
5553
5653
  include Aws::Structure
5554
5654
  end
@@ -5643,8 +5743,8 @@ module Aws::KinesisAnalyticsV2
5643
5743
  include Aws::Structure
5644
5744
  end
5645
5745
 
5646
- # The data format is not valid. Amazon Kinesis Data Analytics cannot
5647
- # detect the schema for the given streaming source.
5746
+ # The data format is not valid. Kinesis Data Analytics cannot detect the
5747
+ # schema for the given streaming source.
5648
5748
  #
5649
5749
  # @!attribute [rw] message
5650
5750
  # @return [String]
@@ -5691,8 +5791,8 @@ module Aws::KinesisAnalyticsV2
5691
5791
  # }
5692
5792
  #
5693
5793
  # @!attribute [rw] resource_arn
5694
- # The ARN of the Kinesis Analytics application from which to remove
5695
- # the tags.
5794
+ # The ARN of the Kinesis Data Analytics application from which to
5795
+ # remove the tags.
5696
5796
  # @return [String]
5697
5797
  #
5698
5798
  # @!attribute [rw] tag_keys