aws-sdk-kinesisanalyticsv2 1.52.0 → 1.54.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,8 +15,8 @@ module Aws::KinesisAnalyticsV2
15
15
  # @return [String]
16
16
  #
17
17
  # @!attribute [rw] current_application_version_id
18
- # The version ID of the Kinesis Data Analytics application. You must
19
- # provide the `CurrentApplicationVersionId` or the
18
+ # The version ID of the SQL-based Kinesis Data Analytics application.
19
+ # You must provide the `CurrentApplicationVersionId` or the
20
20
  # `ConditionalToken`.You can retrieve the application version ID using
21
21
  # DescribeApplication. For better concurrency support, use the
22
22
  # `ConditionalToken` parameter instead of
@@ -53,14 +53,15 @@ module Aws::KinesisAnalyticsV2
53
53
  # @return [String]
54
54
  #
55
55
  # @!attribute [rw] application_version_id
56
- # The new version ID of the Kinesis Data Analytics application.
57
- # Kinesis Data Analytics updates the `ApplicationVersionId` each time
58
- # you change the CloudWatch logging options.
56
+ # The new version ID of the SQL-based Kinesis Data Analytics
57
+ # application. Kinesis Data Analytics updates the
58
+ # `ApplicationVersionId` each time you change the CloudWatch logging
59
+ # options.
59
60
  # @return [Integer]
60
61
  #
61
62
  # @!attribute [rw] cloud_watch_logging_option_descriptions
62
63
  # The descriptions of the current CloudWatch logging options for the
63
- # Kinesis Data Analytics application.
64
+ # SQL-based Kinesis Data Analytics application.
64
65
  # @return [Array<Types::CloudWatchLoggingOptionDescription>]
65
66
  #
66
67
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/AddApplicationCloudWatchLoggingOptionResponse AWS API Documentation
@@ -340,8 +341,8 @@ module Aws::KinesisAnalyticsV2
340
341
  # @return [String]
341
342
  #
342
343
  # @!attribute [rw] application_version_id
343
- # Provides the current application version. Kinesis Data Analytics
344
- # updates the ApplicationVersionId each time you update the
344
+ # Provides the current application version. Managed Service for Apache
345
+ # Flink updates the ApplicationVersionId each time you update the
345
346
  # application.
346
347
  # @return [Integer]
347
348
  #
@@ -399,7 +400,7 @@ module Aws::KinesisAnalyticsV2
399
400
  end
400
401
 
401
402
  # Describes code configuration updates for an application. This is
402
- # supported for a Flink-based Kinesis Data Analytics application or a
403
+ # supported for a Managed Service for Apache Flink application or a
403
404
  # SQL-based Kinesis Data Analytics application.
404
405
  #
405
406
  # @!attribute [rw] code_content_type_update
@@ -419,8 +420,8 @@ module Aws::KinesisAnalyticsV2
419
420
  include Aws::Structure
420
421
  end
421
422
 
422
- # Specifies the creation parameters for a Kinesis Data Analytics
423
- # application.
423
+ # Specifies the creation parameters for a Managed Service for Apache
424
+ # Flink application.
424
425
  #
425
426
  # @!attribute [rw] sql_application_configuration
426
427
  # The creation and update parameters for a SQL-based Kinesis Data
@@ -428,23 +429,23 @@ module Aws::KinesisAnalyticsV2
428
429
  # @return [Types::SqlApplicationConfiguration]
429
430
  #
430
431
  # @!attribute [rw] flink_application_configuration
431
- # The creation and update parameters for a Flink-based Kinesis Data
432
- # Analytics application.
432
+ # The creation and update parameters for a Managed Service for Apache
433
+ # Flink application.
433
434
  # @return [Types::FlinkApplicationConfiguration]
434
435
  #
435
436
  # @!attribute [rw] environment_properties
436
- # Describes execution properties for a Flink-based Kinesis Data
437
- # Analytics application.
437
+ # Describes execution properties for a Managed Service for Apache
438
+ # Flink application.
438
439
  # @return [Types::EnvironmentProperties]
439
440
  #
440
441
  # @!attribute [rw] application_code_configuration
441
- # The code location and type parameters for a Flink-based Kinesis Data
442
- # Analytics application.
442
+ # The code location and type parameters for a Managed Service for
443
+ # Apache Flink application.
443
444
  # @return [Types::ApplicationCodeConfiguration]
444
445
  #
445
446
  # @!attribute [rw] application_snapshot_configuration
446
- # Describes whether snapshots are enabled for a Flink-based Kinesis
447
- # Data Analytics application.
447
+ # Describes whether snapshots are enabled for a Managed Service for
448
+ # Apache Flink application.
448
449
  # @return [Types::ApplicationSnapshotConfiguration]
449
450
  #
450
451
  # @!attribute [rw] vpc_configurations
@@ -453,8 +454,8 @@ module Aws::KinesisAnalyticsV2
453
454
  # @return [Array<Types::VpcConfiguration>]
454
455
  #
455
456
  # @!attribute [rw] zeppelin_application_configuration
456
- # The configuration parameters for a Kinesis Data Analytics Studio
457
- # notebook.
457
+ # The configuration parameters for a Managed Service for Apache Flink
458
+ # Studio notebook.
458
459
  # @return [Types::ZeppelinApplicationConfiguration]
459
460
  #
460
461
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ApplicationConfiguration AWS API Documentation
@@ -472,7 +473,7 @@ module Aws::KinesisAnalyticsV2
472
473
  end
473
474
 
474
475
  # Describes details about the application code and starting parameters
475
- # for a Kinesis Data Analytics application.
476
+ # for a Managed Service for Apache Flink application.
476
477
  #
477
478
  # @!attribute [rw] sql_application_configuration_description
478
479
  # The details about inputs, outputs, and reference data sources for a
@@ -480,27 +481,27 @@ module Aws::KinesisAnalyticsV2
480
481
  # @return [Types::SqlApplicationConfigurationDescription]
481
482
  #
482
483
  # @!attribute [rw] application_code_configuration_description
483
- # The details about the application code for a Flink-based Kinesis
484
- # Data Analytics application.
484
+ # The details about the application code for a Managed Service for
485
+ # Apache Flink application.
485
486
  # @return [Types::ApplicationCodeConfigurationDescription]
486
487
  #
487
488
  # @!attribute [rw] run_configuration_description
488
- # The details about the starting properties for a Kinesis Data
489
- # Analytics application.
489
+ # The details about the starting properties for a Managed Service for
490
+ # Apache Flink application.
490
491
  # @return [Types::RunConfigurationDescription]
491
492
  #
492
493
  # @!attribute [rw] flink_application_configuration_description
493
- # The details about a Flink-based Kinesis Data Analytics application.
494
+ # The details about a Managed Service for Apache Flink application.
494
495
  # @return [Types::FlinkApplicationConfigurationDescription]
495
496
  #
496
497
  # @!attribute [rw] environment_property_descriptions
497
- # Describes execution properties for a Flink-based Kinesis Data
498
- # Analytics application.
498
+ # Describes execution properties for a Managed Service for Apache
499
+ # Flink application.
499
500
  # @return [Types::EnvironmentPropertyDescriptions]
500
501
  #
501
502
  # @!attribute [rw] application_snapshot_configuration_description
502
- # Describes whether snapshots are enabled for a Flink-based Kinesis
503
- # Data Analytics application.
503
+ # Describes whether snapshots are enabled for a Managed Service for
504
+ # Apache Flink application.
504
505
  # @return [Types::ApplicationSnapshotConfigurationDescription]
505
506
  #
506
507
  # @!attribute [rw] vpc_configuration_descriptions
@@ -509,8 +510,8 @@ module Aws::KinesisAnalyticsV2
509
510
  # @return [Array<Types::VpcConfigurationDescription>]
510
511
  #
511
512
  # @!attribute [rw] zeppelin_application_configuration_description
512
- # The configuration parameters for a Kinesis Data Analytics Studio
513
- # notebook.
513
+ # The configuration parameters for a Managed Service for Apache Flink
514
+ # Studio notebook.
514
515
  # @return [Types::ZeppelinApplicationConfigurationDescription]
515
516
  #
516
517
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ApplicationConfigurationDescription AWS API Documentation
@@ -540,18 +541,18 @@ module Aws::KinesisAnalyticsV2
540
541
  # @return [Types::ApplicationCodeConfigurationUpdate]
541
542
  #
542
543
  # @!attribute [rw] flink_application_configuration_update
543
- # Describes updates to a Flink-based Kinesis Data Analytics
544
+ # Describes updates to a Managed Service for Apache Flink
544
545
  # application's configuration.
545
546
  # @return [Types::FlinkApplicationConfigurationUpdate]
546
547
  #
547
548
  # @!attribute [rw] environment_property_updates
548
- # Describes updates to the environment properties for a Flink-based
549
- # Kinesis Data Analytics application.
549
+ # Describes updates to the environment properties for a Managed
550
+ # Service for Apache Flink application.
550
551
  # @return [Types::EnvironmentPropertyUpdates]
551
552
  #
552
553
  # @!attribute [rw] application_snapshot_configuration_update
553
- # Describes whether snapshots are enabled for a Flink-based Kinesis
554
- # Data Analytics application.
554
+ # Describes whether snapshots are enabled for a Managed Service for
555
+ # Apache Flink application.
555
556
  # @return [Types::ApplicationSnapshotConfigurationUpdate]
556
557
  #
557
558
  # @!attribute [rw] vpc_configuration_updates
@@ -560,8 +561,8 @@ module Aws::KinesisAnalyticsV2
560
561
  # @return [Array<Types::VpcConfigurationUpdate>]
561
562
  #
562
563
  # @!attribute [rw] zeppelin_application_configuration_update
563
- # Updates to the configuration of a Kinesis Data Analytics Studio
564
- # notebook.
564
+ # Updates to the configuration of a Managed Service for Apache Flink
565
+ # Studio notebook.
565
566
  # @return [Types::ZeppelinApplicationConfigurationUpdate]
566
567
  #
567
568
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ApplicationConfigurationUpdate AWS API Documentation
@@ -608,8 +609,8 @@ module Aws::KinesisAnalyticsV2
608
609
  # @return [String]
609
610
  #
610
611
  # @!attribute [rw] application_version_id
611
- # Provides the current application version. Kinesis Data Analytics
612
- # updates the `ApplicationVersionId` each time you update the
612
+ # Provides the current application version. Managed Service for Apache
613
+ # Flink updates the `ApplicationVersionId` each time you update the
613
614
  # application.
614
615
  # @return [Integer]
615
616
  #
@@ -623,7 +624,7 @@ module Aws::KinesisAnalyticsV2
623
624
  #
624
625
  # @!attribute [rw] application_configuration_description
625
626
  # Describes details about the application code and starting parameters
626
- # for a Kinesis Data Analytics application.
627
+ # for a Managed Service for Apache Flink application.
627
628
  # @return [Types::ApplicationConfigurationDescription]
628
629
  #
629
630
  # @!attribute [rw] cloud_watch_logging_option_descriptions
@@ -654,9 +655,9 @@ module Aws::KinesisAnalyticsV2
654
655
  # @return [Integer]
655
656
  #
656
657
  # @!attribute [rw] application_mode
657
- # To create a Kinesis Data Analytics Studio notebook, you must set the
658
- # mode to `INTERACTIVE`. However, for a Kinesis Data Analytics for
659
- # Apache Flink application, the mode is optional.
658
+ # To create a Managed Service for Apache Flink Studio notebook, you
659
+ # must set the mode to `INTERACTIVE`. However, for a Managed Service
660
+ # for Apache Flink application, the mode is optional.
660
661
  # @return [String]
661
662
  #
662
663
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ApplicationDetail AWS API Documentation
@@ -739,12 +740,12 @@ module Aws::KinesisAnalyticsV2
739
740
  include Aws::Structure
740
741
  end
741
742
 
742
- # Describes whether snapshots are enabled for a Flink-based Kinesis Data
743
- # Analytics application.
743
+ # Describes whether snapshots are enabled for a Managed Service for
744
+ # Apache Flink application.
744
745
  #
745
746
  # @!attribute [rw] snapshots_enabled
746
- # Describes whether snapshots are enabled for a Flink-based Kinesis
747
- # Data Analytics application.
747
+ # Describes whether snapshots are enabled for a Managed Service for
748
+ # Apache Flink application.
748
749
  # @return [Boolean]
749
750
  #
750
751
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ApplicationSnapshotConfiguration AWS API Documentation
@@ -755,12 +756,12 @@ module Aws::KinesisAnalyticsV2
755
756
  include Aws::Structure
756
757
  end
757
758
 
758
- # Describes whether snapshots are enabled for a Flink-based Kinesis Data
759
- # Analytics application.
759
+ # Describes whether snapshots are enabled for a Managed Service for
760
+ # Apache Flink application.
760
761
  #
761
762
  # @!attribute [rw] snapshots_enabled
762
- # Describes whether snapshots are enabled for a Flink-based Kinesis
763
- # Data Analytics application.
763
+ # Describes whether snapshots are enabled for a Managed Service for
764
+ # Apache Flink application.
764
765
  # @return [Boolean]
765
766
  #
766
767
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ApplicationSnapshotConfigurationDescription AWS API Documentation
@@ -771,8 +772,8 @@ module Aws::KinesisAnalyticsV2
771
772
  include Aws::Structure
772
773
  end
773
774
 
774
- # Describes updates to whether snapshots are enabled for a Flink-based
775
- # Kinesis Data Analytics application.
775
+ # Describes updates to whether snapshots are enabled for a Managed
776
+ # Service for Apache Flink application.
776
777
  #
777
778
  # @!attribute [rw] snapshots_enabled_update
778
779
  # Describes updates to whether snapshots are enabled for an
@@ -811,9 +812,9 @@ module Aws::KinesisAnalyticsV2
811
812
  # @return [String]
812
813
  #
813
814
  # @!attribute [rw] application_mode
814
- # For a Kinesis Data Analytics for Apache Flink application, the mode
815
- # is `STREAMING`. For a Kinesis Data Analytics Studio notebook, it is
816
- # `INTERACTIVE`.
815
+ # For a Managed Service for Apache Flink application, the mode is
816
+ # `STREAMING`. For a Managed Service for Apache Flink Studio notebook,
817
+ # it is `INTERACTIVE`.
817
818
  # @return [String]
818
819
  #
819
820
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ApplicationSummary AWS API Documentation
@@ -832,8 +833,9 @@ module Aws::KinesisAnalyticsV2
832
833
  # The summary of the application version.
833
834
  #
834
835
  # @!attribute [rw] application_version_id
835
- # The ID of the application version. Kinesis Data Analytics updates
836
- # the `ApplicationVersionId` each time you update the application.
836
+ # The ID of the application version. Managed Service for Apache Flink
837
+ # updates the `ApplicationVersionId` each time you update the
838
+ # application.
837
839
  # @return [Integer]
838
840
  #
839
841
  # @!attribute [rw] application_status
@@ -879,14 +881,14 @@ module Aws::KinesisAnalyticsV2
879
881
  end
880
882
 
881
883
  # The configuration parameters for the default Amazon Glue database. You
882
- # use this database for SQL queries that you write in a Kinesis Data
883
- # Analytics Studio notebook.
884
+ # use this database for SQL queries that you write in a Managed Service
885
+ # for Apache Flink Studio notebook.
884
886
  #
885
887
  # @!attribute [rw] glue_data_catalog_configuration
886
888
  # The configuration parameters for the default Amazon Glue database.
887
889
  # You use this database for Apache Flink SQL queries and table API
888
- # transforms that you write in a Kinesis Data Analytics Studio
889
- # notebook.
890
+ # transforms that you write in a Managed Service for Apache Flink
891
+ # Studio notebook.
890
892
  # @return [Types::GlueDataCatalogConfiguration]
891
893
  #
892
894
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/CatalogConfiguration AWS API Documentation
@@ -899,12 +901,13 @@ module Aws::KinesisAnalyticsV2
899
901
 
900
902
  # The configuration parameters for the default Amazon Glue database. You
901
903
  # use this database for Apache Flink SQL queries and table API
902
- # transforms that you write in a Kinesis Data Analytics Studio notebook.
904
+ # transforms that you write in a Managed Service for Apache Flink Studio
905
+ # notebook.
903
906
  #
904
907
  # @!attribute [rw] glue_data_catalog_configuration_description
905
908
  # The configuration parameters for the default Amazon Glue database.
906
- # You use this database for SQL queries that you write in a Kinesis
907
- # Data Analytics Studio notebook.
909
+ # You use this database for SQL queries that you write in a Managed
910
+ # Service for Apache Flink Studio notebook.
908
911
  # @return [Types::GlueDataCatalogConfigurationDescription]
909
912
  #
910
913
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/CatalogConfigurationDescription AWS API Documentation
@@ -917,12 +920,12 @@ module Aws::KinesisAnalyticsV2
917
920
 
918
921
  # Updates to the configuration parameters for the default Amazon Glue
919
922
  # database. You use this database for SQL queries that you write in a
920
- # Kinesis Data Analytics Studio notebook.
923
+ # Managed Service for Apache Flink Studio notebook.
921
924
  #
922
925
  # @!attribute [rw] glue_data_catalog_configuration_update
923
926
  # Updates to the configuration parameters for the default Amazon Glue
924
927
  # database. You use this database for SQL queries that you write in a
925
- # Kinesis Data Analytics Studio notebook.
928
+ # Managed Service for Apache Flink Studio notebook.
926
929
  # @return [Types::GlueDataCatalogConfigurationUpdate]
927
930
  #
928
931
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/CatalogConfigurationUpdate AWS API Documentation
@@ -940,13 +943,13 @@ module Aws::KinesisAnalyticsV2
940
943
  #
941
944
  #
942
945
  #
943
- # [1]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/concepts/programming-model.html#checkpoints-for-fault-tolerance
944
- # [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/
946
+ # [1]: https://nightlies.apache.org/flink/flink-docs-release-1.18/docs/dev/datastream/fault-tolerance/checkpointing/#enabling-and-configuring-checkpointing
947
+ # [2]: https://nightlies.apache.org/flink/flink-docs-release-1.18/
945
948
  #
946
949
  # @!attribute [rw] configuration_type
947
- # Describes whether the application uses Kinesis Data Analytics'
948
- # default checkpointing behavior. You must set this property to
949
- # `CUSTOM` in order to set the `CheckpointingEnabled`,
950
+ # Describes whether the application uses Managed Service for Apache
951
+ # Flink' default checkpointing behavior. You must set this property
952
+ # to `CUSTOM` in order to set the `CheckpointingEnabled`,
950
953
  # `CheckpointInterval`, or `MinPauseBetweenCheckpoints` parameters.
951
954
  #
952
955
  # <note markdown="1"> If this value is set to `DEFAULT`, the application will use the
@@ -963,8 +966,8 @@ module Aws::KinesisAnalyticsV2
963
966
  # @return [String]
964
967
  #
965
968
  # @!attribute [rw] checkpointing_enabled
966
- # Describes whether checkpointing is enabled for a Flink-based Kinesis
967
- # Data Analytics application.
969
+ # Describes whether checkpointing is enabled for a Managed Service for
970
+ # Apache Flink application.
968
971
  #
969
972
  # <note markdown="1"> If `CheckpointConfiguration.ConfigurationType` is `DEFAULT`, the
970
973
  # application will use a `CheckpointingEnabled` value of `true`, even
@@ -1002,8 +1005,8 @@ module Aws::KinesisAnalyticsV2
1002
1005
  #
1003
1006
  #
1004
1007
  #
1005
- # [1]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/ops/state/large_state_tuning.html#tuning-checkpointing
1006
- # [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/
1008
+ # [1]: https://nightlies.apache.org/flink/flink-docs-release-1.18/docs/ops/state/large_state_tuning/#tuning-checkpointing
1009
+ # [2]: https://nightlies.apache.org/flink/flink-docs-release-1.18/
1007
1010
  # @return [Integer]
1008
1011
  #
1009
1012
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/CheckpointConfiguration AWS API Documentation
@@ -1017,12 +1020,12 @@ module Aws::KinesisAnalyticsV2
1017
1020
  include Aws::Structure
1018
1021
  end
1019
1022
 
1020
- # Describes checkpointing parameters for a Flink-based Kinesis Data
1021
- # Analytics application.
1023
+ # Describes checkpointing parameters for a Managed Service for Apache
1024
+ # Flink application.
1022
1025
  #
1023
1026
  # @!attribute [rw] configuration_type
1024
1027
  # Describes whether the application uses the default checkpointing
1025
- # behavior in Kinesis Data Analytics.
1028
+ # behavior in Managed Service for Apache Flink.
1026
1029
  #
1027
1030
  # <note markdown="1"> If this value is set to `DEFAULT`, the application will use the
1028
1031
  # following values, even if they are set to other values using APIs or
@@ -1038,8 +1041,8 @@ module Aws::KinesisAnalyticsV2
1038
1041
  # @return [String]
1039
1042
  #
1040
1043
  # @!attribute [rw] checkpointing_enabled
1041
- # Describes whether checkpointing is enabled for a Flink-based Kinesis
1042
- # Data Analytics application.
1044
+ # Describes whether checkpointing is enabled for a Managed Service for
1045
+ # Apache Flink application.
1043
1046
  #
1044
1047
  # <note markdown="1"> If `CheckpointConfiguration.ConfigurationType` is `DEFAULT`, the
1045
1048
  # application will use a `CheckpointingEnabled` value of `true`, even
@@ -1083,14 +1086,15 @@ module Aws::KinesisAnalyticsV2
1083
1086
  include Aws::Structure
1084
1087
  end
1085
1088
 
1086
- # Describes updates to the checkpointing parameters for a Flink-based
1087
- # Kinesis Data Analytics application.
1089
+ # Describes updates to the checkpointing parameters for a Managed
1090
+ # Service for Apache Flink application.
1088
1091
  #
1089
1092
  # @!attribute [rw] configuration_type_update
1090
1093
  # Describes updates to whether the application uses the default
1091
- # checkpointing behavior of Kinesis Data Analytics. You must set this
1092
- # property to `CUSTOM` in order to set the `CheckpointingEnabled`,
1093
- # `CheckpointInterval`, or `MinPauseBetweenCheckpoints` parameters.
1094
+ # checkpointing behavior of Managed Service for Apache Flink. You must
1095
+ # set this property to `CUSTOM` in order to set the
1096
+ # `CheckpointingEnabled`, `CheckpointInterval`, or
1097
+ # `MinPauseBetweenCheckpoints` parameters.
1094
1098
  #
1095
1099
  # <note markdown="1"> If this value is set to `DEFAULT`, the application will use the
1096
1100
  # following values, even if they are set to other values using APIs or
@@ -1219,16 +1223,15 @@ module Aws::KinesisAnalyticsV2
1219
1223
  end
1220
1224
 
1221
1225
  # Specifies either the application code, or the location of the
1222
- # application code, for a Flink-based Kinesis Data Analytics
1223
- # application.
1226
+ # application code, for a Managed Service for Apache Flink application.
1224
1227
  #
1225
1228
  # @!attribute [rw] text_content
1226
- # The text-format code for a Flink-based Kinesis Data Analytics
1229
+ # The text-format code for a Managed Service for Apache Flink
1227
1230
  # application.
1228
1231
  # @return [String]
1229
1232
  #
1230
1233
  # @!attribute [rw] zip_file_content
1231
- # The zip-format code for a Flink-based Kinesis Data Analytics
1234
+ # The zip-format code for a Managed Service for Apache Flink
1232
1235
  # application.
1233
1236
  # @return [String]
1234
1237
  #
@@ -1247,7 +1250,7 @@ module Aws::KinesisAnalyticsV2
1247
1250
  include Aws::Structure
1248
1251
  end
1249
1252
 
1250
- # Describes details about the code of a Kinesis Data Analytics
1253
+ # Describes details about the code of a Managed Service for Apache Flink
1251
1254
  # application.
1252
1255
  #
1253
1256
  # @!attribute [rw] text_content
@@ -1409,9 +1412,9 @@ module Aws::KinesisAnalyticsV2
1409
1412
  # @return [Array<Types::Tag>]
1410
1413
  #
1411
1414
  # @!attribute [rw] application_mode
1412
- # Use the `STREAMING` mode to create a Kinesis Data Analytics For
1413
- # Flink application. To create a Kinesis Data Analytics Studio
1414
- # notebook, use the `INTERACTIVE` mode.
1415
+ # Use the `STREAMING` mode to create a Managed Service for Apache
1416
+ # Flink application. To create a Managed Service for Apache Flink
1417
+ # Studio notebook, use the `INTERACTIVE` mode.
1415
1418
  # @return [String]
1416
1419
  #
1417
1420
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/CreateApplicationRequest AWS API Documentation
@@ -1430,8 +1433,8 @@ module Aws::KinesisAnalyticsV2
1430
1433
  end
1431
1434
 
1432
1435
  # @!attribute [rw] application_detail
1433
- # In response to your `CreateApplication` request, Kinesis Data
1434
- # Analytics returns a response with details of the application it
1436
+ # In response to your `CreateApplication` request, Managed Service for
1437
+ # Apache Flink returns a response with details of the application it
1435
1438
  # created.
1436
1439
  # @return [Types::ApplicationDetail]
1437
1440
  #
@@ -1474,11 +1477,11 @@ module Aws::KinesisAnalyticsV2
1474
1477
  # @return [String]
1475
1478
  #
1476
1479
  # @!attribute [rw] s3_content_location
1477
- # For a Kinesis Data Analytics application provides a description of
1478
- # an Amazon S3 object, including the Amazon Resource Name (ARN) of the
1479
- # S3 bucket, the name of the Amazon S3 object that contains the data,
1480
- # and the version number of the Amazon S3 object that contains the
1481
- # data.
1480
+ # For a Managed Service for Apache Flink application provides a
1481
+ # description of an Amazon S3 object, including the Amazon Resource
1482
+ # Name (ARN) of the S3 bucket, the name of the Amazon S3 object that
1483
+ # contains the data, and the version number of the Amazon S3 object
1484
+ # that contains the data.
1482
1485
  # @return [Types::S3ContentLocation]
1483
1486
  #
1484
1487
  # @!attribute [rw] maven_reference
@@ -1504,11 +1507,11 @@ module Aws::KinesisAnalyticsV2
1504
1507
  # @return [String]
1505
1508
  #
1506
1509
  # @!attribute [rw] s3_content_location_description
1507
- # For a Kinesis Data Analytics application provides a description of
1508
- # an Amazon S3 object, including the Amazon Resource Name (ARN) of the
1509
- # S3 bucket, the name of the Amazon S3 object that contains the data,
1510
- # and the version number of the Amazon S3 object that contains the
1511
- # data.
1510
+ # For a Managed Service for Apache Flink application provides a
1511
+ # description of an Amazon S3 object, including the Amazon Resource
1512
+ # Name (ARN) of the S3 bucket, the name of the Amazon S3 object that
1513
+ # contains the data, and the version number of the Amazon S3 object
1514
+ # that contains the data.
1512
1515
  # @return [Types::S3ContentLocation]
1513
1516
  #
1514
1517
  # @!attribute [rw] maven_reference_description
@@ -1811,7 +1814,7 @@ module Aws::KinesisAnalyticsV2
1811
1814
  end
1812
1815
 
1813
1816
  # @!attribute [rw] application_arn
1814
- # The ARN of the Kinesis Data Analytics application.
1817
+ # The ARN of the Managed Service for Apache Flink application.
1815
1818
  # @return [String]
1816
1819
  #
1817
1820
  # @!attribute [rw] application_version_id
@@ -1827,8 +1830,8 @@ module Aws::KinesisAnalyticsV2
1827
1830
  include Aws::Structure
1828
1831
  end
1829
1832
 
1830
- # The information required to deploy a Kinesis Data Analytics Studio
1831
- # notebook as an application with durable state.
1833
+ # The information required to deploy a Managed Service for Apache Flink
1834
+ # Studio notebook as an application with durable state.
1832
1835
  #
1833
1836
  # @!attribute [rw] s3_content_location
1834
1837
  # The description of an Amazon S3 object that contains the Amazon Data
@@ -1883,8 +1886,8 @@ module Aws::KinesisAnalyticsV2
1883
1886
  # @return [String]
1884
1887
  #
1885
1888
  # @!attribute [rw] include_additional_details
1886
- # Displays verbose information about a Kinesis Data Analytics
1887
- # application, including the application's job plan.
1889
+ # Displays verbose information about a Managed Service for Apache
1890
+ # Flink application, including the application's job plan.
1888
1891
  # @return [Boolean]
1889
1892
  #
1890
1893
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DescribeApplicationRequest AWS API Documentation
@@ -1998,7 +2001,7 @@ module Aws::KinesisAnalyticsV2
1998
2001
  #
1999
2002
  # @!attribute [rw] input_starting_position_configuration
2000
2003
  # The point at which you want Kinesis Data Analytics to start reading
2001
- # records from the specified streaming source discovery purposes.
2004
+ # records from the specified streaming source for discovery purposes.
2002
2005
  # @return [Types::InputStartingPositionConfiguration]
2003
2006
  #
2004
2007
  # @!attribute [rw] s3_configuration
@@ -2055,8 +2058,8 @@ module Aws::KinesisAnalyticsV2
2055
2058
  include Aws::Structure
2056
2059
  end
2057
2060
 
2058
- # Describes execution properties for a Flink-based Kinesis Data
2059
- # Analytics application.
2061
+ # Describes execution properties for a Managed Service for Apache Flink
2062
+ # application.
2060
2063
  #
2061
2064
  # @!attribute [rw] property_groups
2062
2065
  # Describes the execution property groups.
@@ -2084,8 +2087,8 @@ module Aws::KinesisAnalyticsV2
2084
2087
  include Aws::Structure
2085
2088
  end
2086
2089
 
2087
- # Describes updates to the execution property groups for a Flink-based
2088
- # Kinesis Data Analytics application or a Studio notebook.
2090
+ # Describes updates to the execution property groups for a Managed
2091
+ # Service for Apache Flink application or a Studio notebook.
2089
2092
  #
2090
2093
  # @!attribute [rw] property_groups
2091
2094
  # Describes updates to the execution property groups.
@@ -2099,8 +2102,8 @@ module Aws::KinesisAnalyticsV2
2099
2102
  include Aws::Structure
2100
2103
  end
2101
2104
 
2102
- # Describes configuration parameters for a Flink-based Kinesis Data
2103
- # Analytics application or a Studio notebook.
2105
+ # Describes configuration parameters for a Managed Service for Apache
2106
+ # Flink application or a Studio notebook.
2104
2107
  #
2105
2108
  # @!attribute [rw] checkpoint_configuration
2106
2109
  # Describes an application's checkpointing configuration.
@@ -2110,8 +2113,8 @@ module Aws::KinesisAnalyticsV2
2110
2113
  #
2111
2114
  #
2112
2115
  #
2113
- # [1]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/concepts/programming-model.html#checkpoints-for-fault-tolerance
2114
- # [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/
2116
+ # [1]: https://nightlies.apache.org/flink/flink-docs-release-1.18/docs/dev/datastream/fault-tolerance/checkpointing/#enabling-and-configuring-checkpointing
2117
+ # [2]: https://nightlies.apache.org/flink/flink-docs-release-1.18/
2115
2118
  # @return [Types::CheckpointConfiguration]
2116
2119
  #
2117
2120
  # @!attribute [rw] monitoring_configuration
@@ -2134,8 +2137,8 @@ module Aws::KinesisAnalyticsV2
2134
2137
  include Aws::Structure
2135
2138
  end
2136
2139
 
2137
- # Describes configuration parameters for a Flink-based Kinesis Data
2138
- # Analytics application.
2140
+ # Describes configuration parameters for a Managed Service for Apache
2141
+ # Flink application.
2139
2142
  #
2140
2143
  # @!attribute [rw] checkpoint_configuration_description
2141
2144
  # Describes an application's checkpointing configuration.
@@ -2162,8 +2165,8 @@ module Aws::KinesisAnalyticsV2
2162
2165
  #
2163
2166
  #
2164
2167
  #
2165
- # [1]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/internals/job_scheduling.html
2166
- # [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/
2168
+ # [1]: https://nightlies.apache.org/flink/flink-docs-release-1.18/internals/job_scheduling.html
2169
+ # [2]: https://nightlies.apache.org/flink/flink-docs-release-1.18/
2167
2170
  # @return [String]
2168
2171
  #
2169
2172
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/FlinkApplicationConfigurationDescription AWS API Documentation
@@ -2177,8 +2180,8 @@ module Aws::KinesisAnalyticsV2
2177
2180
  include Aws::Structure
2178
2181
  end
2179
2182
 
2180
- # Describes updates to the configuration parameters for a Flink-based
2181
- # Kinesis Data Analytics application.
2183
+ # Describes updates to the configuration parameters for a Managed
2184
+ # Service for Apache Flink application.
2182
2185
  #
2183
2186
  # @!attribute [rw] checkpoint_configuration_update
2184
2187
  # Describes updates to an application's checkpointing configuration.
@@ -2206,8 +2209,8 @@ module Aws::KinesisAnalyticsV2
2206
2209
  include Aws::Structure
2207
2210
  end
2208
2211
 
2209
- # Describes the starting parameters for a Flink-based Kinesis Data
2210
- # Analytics application.
2212
+ # Describes the starting parameters for a Managed Service for Apache
2213
+ # Flink application.
2211
2214
  #
2212
2215
  # @!attribute [rw] allow_non_restored_state
2213
2216
  # When restoring from a snapshot, specifies whether the runtime is
@@ -2226,8 +2229,8 @@ module Aws::KinesisAnalyticsV2
2226
2229
  #
2227
2230
  #
2228
2231
  #
2229
- # [1]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/ops/state/savepoints.html#allowing-non-restored-state
2230
- # [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/
2232
+ # [1]: https://nightlies.apache.org/flink/flink-docs-release-1.18/docs/ops/state/savepoints/#allowing-non-restored-state
2233
+ # [2]: https://nightlies.apache.org/flink/flink-docs-release-1.18/
2231
2234
  # @return [Boolean]
2232
2235
  #
2233
2236
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/FlinkRunConfiguration AWS API Documentation
@@ -2271,8 +2274,8 @@ module Aws::KinesisAnalyticsV2
2271
2274
  end
2272
2275
 
2273
2276
  # Updates to the configuration of the Glue Data Catalog that you use for
2274
- # SQL queries that you write in a Kinesis Data Analytics Studio
2275
- # notebook.
2277
+ # SQL queries that you write in a Managed Service for Apache Flink
2278
+ # Studio notebook.
2276
2279
  #
2277
2280
  # @!attribute [rw] database_arn_update
2278
2281
  # The updated Amazon Resource Name (ARN) of the database.
@@ -3550,32 +3553,32 @@ module Aws::KinesisAnalyticsV2
3550
3553
  include Aws::Structure
3551
3554
  end
3552
3555
 
3553
- # Describes parameters for how a Flink-based Kinesis Data Analytics
3556
+ # Describes parameters for how a Managed Service for Apache Flink
3554
3557
  # application executes multiple tasks simultaneously. For more
3555
3558
  # information about parallelism, see [Parallel Execution][1] in the
3556
3559
  # [Apache Flink Documentation][2].
3557
3560
  #
3558
3561
  #
3559
3562
  #
3560
- # [1]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/dev/parallel.html
3561
- # [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/
3563
+ # [1]: https://nightlies.apache.org/flink/flink-docs-release-1.18/dev/parallel.html
3564
+ # [2]: https://nightlies.apache.org/flink/flink-docs-release-1.18/
3562
3565
  #
3563
3566
  # @!attribute [rw] configuration_type
3564
3567
  # Describes whether the application uses the default parallelism for
3565
- # the Kinesis Data Analytics service. You must set this property to
3566
- # `CUSTOM` in order to change your application's
3568
+ # the Managed Service for Apache Flink service. You must set this
3569
+ # property to `CUSTOM` in order to change your application's
3567
3570
  # `AutoScalingEnabled`, `Parallelism`, or `ParallelismPerKPU`
3568
3571
  # properties.
3569
3572
  # @return [String]
3570
3573
  #
3571
3574
  # @!attribute [rw] parallelism
3572
- # Describes the initial number of parallel tasks that a Flink-based
3573
- # Kinesis Data Analytics application can perform. If
3574
- # `AutoScalingEnabled` is set to True, Kinesis Data Analytics
3575
- # increases the `CurrentParallelism` value in response to application
3576
- # load. The service can increase the `CurrentParallelism` value up to
3577
- # the maximum parallelism, which is `ParalellismPerKPU` times the
3578
- # maximum KPUs for the application. The maximum KPUs for an
3575
+ # Describes the initial number of parallel tasks that a Managed
3576
+ # Service for Apache Flink application can perform. If
3577
+ # `AutoScalingEnabled` is set to True, Managed Service for Apache
3578
+ # Flink increases the `CurrentParallelism` value in response to
3579
+ # application load. The service can increase the `CurrentParallelism`
3580
+ # value up to the maximum parallelism, which is `ParalellismPerKPU`
3581
+ # times the maximum KPUs for the application. The maximum KPUs for an
3579
3582
  # application is 32 by default, and can be increased by requesting a
3580
3583
  # limit increase. If application load is reduced, the service can
3581
3584
  # reduce the `CurrentParallelism` value down to the `Parallelism`
@@ -3583,10 +3586,10 @@ module Aws::KinesisAnalyticsV2
3583
3586
  # @return [Integer]
3584
3587
  #
3585
3588
  # @!attribute [rw] parallelism_per_kpu
3586
- # Describes the number of parallel tasks that a Flink-based Kinesis
3587
- # Data Analytics application can perform per Kinesis Processing Unit
3589
+ # Describes the number of parallel tasks that a Managed Service for
3590
+ # Apache Flink application can perform per Kinesis Processing Unit
3588
3591
  # (KPU) used by the application. For more information about KPUs, see
3589
- # [Amazon Kinesis Data Analytics Pricing][1].
3592
+ # [Amazon Managed Service for Apache Flink Pricing][1].
3590
3593
  #
3591
3594
  #
3592
3595
  #
@@ -3594,8 +3597,8 @@ module Aws::KinesisAnalyticsV2
3594
3597
  # @return [Integer]
3595
3598
  #
3596
3599
  # @!attribute [rw] auto_scaling_enabled
3597
- # Describes whether the Kinesis Data Analytics service can increase
3598
- # the parallelism of the application in response to increased
3600
+ # Describes whether the Managed Service for Apache Flink service can
3601
+ # increase the parallelism of the application in response to increased
3599
3602
  # throughput.
3600
3603
  # @return [Boolean]
3601
3604
  #
@@ -3610,49 +3613,50 @@ module Aws::KinesisAnalyticsV2
3610
3613
  include Aws::Structure
3611
3614
  end
3612
3615
 
3613
- # Describes parameters for how a Flink-based Kinesis Data Analytics
3616
+ # Describes parameters for how a Managed Service for Apache Flink
3614
3617
  # application executes multiple tasks simultaneously.
3615
3618
  #
3616
3619
  # @!attribute [rw] configuration_type
3617
3620
  # Describes whether the application uses the default parallelism for
3618
- # the Kinesis Data Analytics service.
3621
+ # the Managed Service for Apache Flink service.
3619
3622
  # @return [String]
3620
3623
  #
3621
3624
  # @!attribute [rw] parallelism
3622
- # Describes the initial number of parallel tasks that a Flink-based
3623
- # Kinesis Data Analytics application can perform. If
3624
- # `AutoScalingEnabled` is set to True, then Kinesis Data Analytics can
3625
- # increase the `CurrentParallelism` value in response to application
3626
- # load. The service can increase `CurrentParallelism` up to the
3627
- # maximum parallelism, which is `ParalellismPerKPU` times the maximum
3628
- # KPUs for the application. The maximum KPUs for an application is 32
3629
- # by default, and can be increased by requesting a limit increase. If
3630
- # application load is reduced, the service can reduce the
3631
- # `CurrentParallelism` value down to the `Parallelism` setting.
3625
+ # Describes the initial number of parallel tasks that a Managed
3626
+ # Service for Apache Flink application can perform. If
3627
+ # `AutoScalingEnabled` is set to True, then Managed Service for Apache
3628
+ # Flink can increase the `CurrentParallelism` value in response to
3629
+ # application load. The service can increase `CurrentParallelism` up
3630
+ # to the maximum parallelism, which is `ParalellismPerKPU` times the
3631
+ # maximum KPUs for the application. The maximum KPUs for an
3632
+ # application is 32 by default, and can be increased by requesting a
3633
+ # limit increase. If application load is reduced, the service can
3634
+ # reduce the `CurrentParallelism` value down to the `Parallelism`
3635
+ # setting.
3632
3636
  # @return [Integer]
3633
3637
  #
3634
3638
  # @!attribute [rw] parallelism_per_kpu
3635
- # Describes the number of parallel tasks that a Flink-based Kinesis
3636
- # Data Analytics application can perform per Kinesis Processing Unit
3639
+ # Describes the number of parallel tasks that a Managed Service for
3640
+ # Apache Flink application can perform per Kinesis Processing Unit
3637
3641
  # (KPU) used by the application.
3638
3642
  # @return [Integer]
3639
3643
  #
3640
3644
  # @!attribute [rw] current_parallelism
3641
- # Describes the current number of parallel tasks that a Flink-based
3642
- # Kinesis Data Analytics application can perform. If
3643
- # `AutoScalingEnabled` is set to True, Kinesis Data Analytics can
3644
- # increase this value in response to application load. The service can
3645
- # increase this value up to the maximum parallelism, which is
3646
- # `ParalellismPerKPU` times the maximum KPUs for the application. The
3647
- # maximum KPUs for an application is 32 by default, and can be
3645
+ # Describes the current number of parallel tasks that a Managed
3646
+ # Service for Apache Flink application can perform. If
3647
+ # `AutoScalingEnabled` is set to True, Managed Service for Apache
3648
+ # Flink can increase this value in response to application load. The
3649
+ # service can increase this value up to the maximum parallelism, which
3650
+ # is `ParalellismPerKPU` times the maximum KPUs for the application.
3651
+ # The maximum KPUs for an application is 32 by default, and can be
3648
3652
  # increased by requesting a limit increase. If application load is
3649
3653
  # reduced, the service can reduce the `CurrentParallelism` value down
3650
3654
  # to the `Parallelism` setting.
3651
3655
  # @return [Integer]
3652
3656
  #
3653
3657
  # @!attribute [rw] auto_scaling_enabled
3654
- # Describes whether the Kinesis Data Analytics service can increase
3655
- # the parallelism of the application in response to increased
3658
+ # Describes whether the Managed Service for Apache Flink service can
3659
+ # increase the parallelism of the application in response to increased
3656
3660
  # throughput.
3657
3661
  # @return [Boolean]
3658
3662
  #
@@ -3673,23 +3677,23 @@ module Aws::KinesisAnalyticsV2
3673
3677
  #
3674
3678
  # @!attribute [rw] configuration_type_update
3675
3679
  # Describes updates to whether the application uses the default
3676
- # parallelism for the Kinesis Data Analytics service, or if a custom
3677
- # parallelism is used. You must set this property to `CUSTOM` in order
3678
- # to change your application's `AutoScalingEnabled`, `Parallelism`,
3679
- # or `ParallelismPerKPU` properties.
3680
+ # parallelism for the Managed Service for Apache Flink service, or if
3681
+ # a custom parallelism is used. You must set this property to `CUSTOM`
3682
+ # in order to change your application's `AutoScalingEnabled`,
3683
+ # `Parallelism`, or `ParallelismPerKPU` properties.
3680
3684
  # @return [String]
3681
3685
  #
3682
3686
  # @!attribute [rw] parallelism_update
3683
3687
  # Describes updates to the initial number of parallel tasks an
3684
3688
  # application can perform. If `AutoScalingEnabled` is set to True,
3685
- # then Kinesis Data Analytics can increase the `CurrentParallelism`
3686
- # value in response to application load. The service can increase
3687
- # `CurrentParallelism` up to the maximum parallelism, which is
3688
- # `ParalellismPerKPU` times the maximum KPUs for the application. The
3689
- # maximum KPUs for an application is 32 by default, and can be
3690
- # increased by requesting a limit increase. If application load is
3691
- # reduced, the service will reduce `CurrentParallelism` down to the
3692
- # `Parallelism` setting.
3689
+ # then Managed Service for Apache Flink can increase the
3690
+ # `CurrentParallelism` value in response to application load. The
3691
+ # service can increase `CurrentParallelism` up to the maximum
3692
+ # parallelism, which is `ParalellismPerKPU` times the maximum KPUs for
3693
+ # the application. The maximum KPUs for an application is 32 by
3694
+ # default, and can be increased by requesting a limit increase. If
3695
+ # application load is reduced, the service will reduce
3696
+ # `CurrentParallelism` down to the `Parallelism` setting.
3693
3697
  # @return [Integer]
3694
3698
  #
3695
3699
  # @!attribute [rw] parallelism_per_kpu_update
@@ -3698,9 +3702,9 @@ module Aws::KinesisAnalyticsV2
3698
3702
  # @return [Integer]
3699
3703
  #
3700
3704
  # @!attribute [rw] auto_scaling_enabled_update
3701
- # Describes updates to whether the Kinesis Data Analytics service can
3702
- # increase the parallelism of a Flink-based Kinesis Data Analytics
3703
- # application in response to increased throughput.
3705
+ # Describes updates to whether the Managed Service for Apache Flink
3706
+ # service can increase the parallelism of a Managed Service for Apache
3707
+ # Flink application in response to increased throughput.
3704
3708
  # @return [Boolean]
3705
3709
  #
3706
3710
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ParallelismConfigurationUpdate AWS API Documentation
@@ -3802,9 +3806,9 @@ module Aws::KinesisAnalyticsV2
3802
3806
  #
3803
3807
  # @!attribute [rw] s3_reference_data_source
3804
3808
  # Identifies the S3 bucket and object that contains the reference
3805
- # data. A Kinesis Data Analytics application loads reference data only
3806
- # once. If the data changes, you call the UpdateApplication operation
3807
- # to trigger reloading of data into your application.
3809
+ # data. A SQL-based Kinesis Data Analytics application loads reference
3810
+ # data only once. If the data changes, you call the UpdateApplication
3811
+ # operation to trigger reloading of data into your application.
3808
3812
  # @return [Types::S3ReferenceDataSource]
3809
3813
  #
3810
3814
  # @!attribute [rw] reference_schema
@@ -3977,12 +3981,12 @@ module Aws::KinesisAnalyticsV2
3977
3981
  include Aws::Structure
3978
3982
  end
3979
3983
 
3980
- # Describes the starting parameters for an Kinesis Data Analytics
3981
- # application.
3984
+ # Describes the starting parameters for an Managed Service for Apache
3985
+ # Flink application.
3982
3986
  #
3983
3987
  # @!attribute [rw] flink_run_configuration
3984
- # Describes the starting parameters for a Flink-based Kinesis Data
3985
- # Analytics application.
3988
+ # Describes the starting parameters for a Managed Service for Apache
3989
+ # Flink application.
3986
3990
  # @return [Types::FlinkRunConfiguration]
3987
3991
  #
3988
3992
  # @!attribute [rw] sql_run_configurations
@@ -4004,16 +4008,16 @@ module Aws::KinesisAnalyticsV2
4004
4008
  include Aws::Structure
4005
4009
  end
4006
4010
 
4007
- # Describes the starting properties for a Kinesis Data Analytics
4008
- # application.
4011
+ # Describes the starting properties for a Managed Service for Apache
4012
+ # Flink application.
4009
4013
  #
4010
4014
  # @!attribute [rw] application_restore_configuration_description
4011
4015
  # Describes the restore behavior of a restarting application.
4012
4016
  # @return [Types::ApplicationRestoreConfiguration]
4013
4017
  #
4014
4018
  # @!attribute [rw] flink_run_configuration_description
4015
- # Describes the starting parameters for a Flink-based Kinesis Data
4016
- # Analytics application.
4019
+ # Describes the starting parameters for a Managed Service for Apache
4020
+ # Flink application.
4017
4021
  # @return [Types::FlinkRunConfiguration]
4018
4022
  #
4019
4023
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/RunConfigurationDescription AWS API Documentation
@@ -4025,12 +4029,12 @@ module Aws::KinesisAnalyticsV2
4025
4029
  include Aws::Structure
4026
4030
  end
4027
4031
 
4028
- # Describes the updates to the starting parameters for a Kinesis Data
4029
- # Analytics application.
4032
+ # Describes the updates to the starting parameters for a Managed Service
4033
+ # for Apache Flink application.
4030
4034
  #
4031
4035
  # @!attribute [rw] flink_run_configuration
4032
- # Describes the starting parameters for a Flink-based Kinesis Data
4033
- # Analytics application.
4036
+ # Describes the starting parameters for a Managed Service for Apache
4037
+ # Flink application.
4034
4038
  # @return [Types::FlinkRunConfiguration]
4035
4039
  #
4036
4040
  # @!attribute [rw] application_restore_configuration
@@ -4153,10 +4157,11 @@ module Aws::KinesisAnalyticsV2
4153
4157
  include Aws::Structure
4154
4158
  end
4155
4159
 
4156
- # For a Kinesis Data Analytics application provides a description of an
4157
- # Amazon S3 object, including the Amazon Resource Name (ARN) of the S3
4158
- # bucket, the name of the Amazon S3 object that contains the data, and
4159
- # the version number of the Amazon S3 object that contains the data.
4160
+ # For a Managed Service for Apache Flink application provides a
4161
+ # description of an Amazon S3 object, including the Amazon Resource Name
4162
+ # (ARN) of the S3 bucket, the name of the Amazon S3 object that contains
4163
+ # the data, and the version number of the Amazon S3 object that contains
4164
+ # the data.
4160
4165
  #
4161
4166
  # @!attribute [rw] bucket_arn
4162
4167
  # The Amazon Resource Name (ARN) for the S3 bucket containing the
@@ -4210,9 +4215,9 @@ module Aws::KinesisAnalyticsV2
4210
4215
  # For a SQL-based Kinesis Data Analytics application, identifies the
4211
4216
  # Amazon S3 bucket and object that contains the reference data.
4212
4217
  #
4213
- # A Kinesis Data Analytics application loads reference data only once.
4214
- # If the data changes, you call the UpdateApplication operation to
4215
- # trigger reloading of data into your application.
4218
+ # A SQL-based Kinesis Data Analytics application loads reference data
4219
+ # only once. If the data changes, you call the UpdateApplication
4220
+ # operation to trigger reloading of data into your application.
4216
4221
  #
4217
4222
  # @!attribute [rw] bucket_arn
4218
4223
  # The Amazon Resource Name (ARN) of the S3 bucket.
@@ -4316,13 +4321,18 @@ module Aws::KinesisAnalyticsV2
4316
4321
  # The timestamp of the application snapshot.
4317
4322
  # @return [Time]
4318
4323
  #
4324
+ # @!attribute [rw] runtime_environment
4325
+ # The Flink Runtime for the application snapshot.
4326
+ # @return [String]
4327
+ #
4319
4328
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/SnapshotDetails AWS API Documentation
4320
4329
  #
4321
4330
  class SnapshotDetails < Struct.new(
4322
4331
  :snapshot_name,
4323
4332
  :snapshot_status,
4324
4333
  :application_version_id,
4325
- :snapshot_creation_timestamp)
4334
+ :snapshot_creation_timestamp,
4335
+ :runtime_environment)
4326
4336
  SENSITIVE = []
4327
4337
  include Aws::Structure
4328
4338
  end
@@ -4466,8 +4476,8 @@ module Aws::KinesisAnalyticsV2
4466
4476
  # @return [String]
4467
4477
  #
4468
4478
  # @!attribute [rw] run_configuration
4469
- # Identifies the run configuration (start parameters) of a Kinesis
4470
- # Data Analytics application.
4479
+ # Identifies the run configuration (start parameters) of a Managed
4480
+ # Service for Apache Flink application.
4471
4481
  # @return [Types::RunConfiguration]
4472
4482
  #
4473
4483
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/StartApplicationRequest AWS API Documentation
@@ -4489,8 +4499,8 @@ module Aws::KinesisAnalyticsV2
4489
4499
  #
4490
4500
  # @!attribute [rw] force
4491
4501
  # Set to `true` to force the application to stop. If you set `Force`
4492
- # to `true`, Kinesis Data Analytics stops the application without
4493
- # taking a snapshot.
4502
+ # to `true`, Managed Service for Apache Flink stops the application
4503
+ # without taking a snapshot.
4494
4504
  #
4495
4505
  # <note markdown="1"> Force-stopping your application may lead to data loss or
4496
4506
  # duplication. To prevent data loss or duplicate processing of data
@@ -4499,7 +4509,7 @@ module Aws::KinesisAnalyticsV2
4499
4509
  #
4500
4510
  # </note>
4501
4511
  #
4502
- # You can only force stop a Flink-based Kinesis Data Analytics
4512
+ # You can only force stop a Managed Service for Apache Flink
4503
4513
  # application. You can't force stop a SQL-based Kinesis Data
4504
4514
  # Analytics application.
4505
4515
  #
@@ -4625,8 +4635,8 @@ module Aws::KinesisAnalyticsV2
4625
4635
  end
4626
4636
 
4627
4637
  # @!attribute [rw] resource_arn
4628
- # The ARN of the Kinesis Data Analytics application from which to
4629
- # remove the tags.
4638
+ # The ARN of the Managed Service for Apache Flink application from
4639
+ # which to remove the tags.
4630
4640
  # @return [String]
4631
4641
  #
4632
4642
  # @!attribute [rw] tag_keys
@@ -4722,6 +4732,17 @@ module Aws::KinesisAnalyticsV2
4722
4732
  # `CurrentApplicationVersionId`.
4723
4733
  # @return [String]
4724
4734
  #
4735
+ # @!attribute [rw] runtime_environment_update
4736
+ # Updates the Managed Service for Apache Flink runtime environment
4737
+ # used to run your code. To avoid issues you must:
4738
+ #
4739
+ # * Ensure your new jar and dependencies are compatible with the new
4740
+ # runtime selected.
4741
+ #
4742
+ # * Ensure your new code's state is compatible with the snapshot from
4743
+ # which your application will start
4744
+ # @return [String]
4745
+ #
4725
4746
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/UpdateApplicationRequest AWS API Documentation
4726
4747
  #
4727
4748
  class UpdateApplicationRequest < Struct.new(
@@ -4731,7 +4752,8 @@ module Aws::KinesisAnalyticsV2
4731
4752
  :service_execution_role_update,
4732
4753
  :run_configuration_update,
4733
4754
  :cloud_watch_logging_option_updates,
4734
- :conditional_token)
4755
+ :conditional_token,
4756
+ :runtime_environment_update)
4735
4757
  SENSITIVE = []
4736
4758
  include Aws::Structure
4737
4759
  end
@@ -4846,21 +4868,22 @@ module Aws::KinesisAnalyticsV2
4846
4868
  include Aws::Structure
4847
4869
  end
4848
4870
 
4849
- # The configuration of a Kinesis Data Analytics Studio notebook.
4871
+ # The configuration of a Managed Service for Apache Flink Studio
4872
+ # notebook.
4850
4873
  #
4851
4874
  # @!attribute [rw] monitoring_configuration
4852
- # The monitoring configuration of a Kinesis Data Analytics Studio
4853
- # notebook.
4875
+ # The monitoring configuration of a Managed Service for Apache Flink
4876
+ # Studio notebook.
4854
4877
  # @return [Types::ZeppelinMonitoringConfiguration]
4855
4878
  #
4856
4879
  # @!attribute [rw] catalog_configuration
4857
- # The Amazon Glue Data Catalog that you use in queries in a Kinesis
4858
- # Data Analytics Studio notebook.
4880
+ # The Amazon Glue Data Catalog that you use in queries in a Managed
4881
+ # Service for Apache Flink Studio notebook.
4859
4882
  # @return [Types::CatalogConfiguration]
4860
4883
  #
4861
4884
  # @!attribute [rw] deploy_as_application_configuration
4862
- # The information required to deploy a Kinesis Data Analytics Studio
4863
- # notebook as an application with durable state.
4885
+ # The information required to deploy a Managed Service for Apache
4886
+ # Flink Studio notebook as an application with durable state.
4864
4887
  # @return [Types::DeployAsApplicationConfiguration]
4865
4888
  #
4866
4889
  # @!attribute [rw] custom_artifacts_configuration
@@ -4879,21 +4902,22 @@ module Aws::KinesisAnalyticsV2
4879
4902
  include Aws::Structure
4880
4903
  end
4881
4904
 
4882
- # The configuration of a Kinesis Data Analytics Studio notebook.
4905
+ # The configuration of a Managed Service for Apache Flink Studio
4906
+ # notebook.
4883
4907
  #
4884
4908
  # @!attribute [rw] monitoring_configuration_description
4885
- # The monitoring configuration of a Kinesis Data Analytics Studio
4886
- # notebook.
4909
+ # The monitoring configuration of a Managed Service for Apache Flink
4910
+ # Studio notebook.
4887
4911
  # @return [Types::ZeppelinMonitoringConfigurationDescription]
4888
4912
  #
4889
4913
  # @!attribute [rw] catalog_configuration_description
4890
- # The Amazon Glue Data Catalog that is associated with the Kinesis
4891
- # Data Analytics Studio notebook.
4914
+ # The Amazon Glue Data Catalog that is associated with the Managed
4915
+ # Service for Apache Flink Studio notebook.
4892
4916
  # @return [Types::CatalogConfigurationDescription]
4893
4917
  #
4894
4918
  # @!attribute [rw] deploy_as_application_configuration_description
4895
- # The parameters required to deploy a Kinesis Data Analytics Studio
4896
- # notebook as an application with durable state.
4919
+ # The parameters required to deploy a Managed Service for Apache Flink
4920
+ # Studio notebook as an application with durable state.
4897
4921
  # @return [Types::DeployAsApplicationConfigurationDescription]
4898
4922
  #
4899
4923
  # @!attribute [rw] custom_artifacts_configuration_description
@@ -4912,17 +4936,18 @@ module Aws::KinesisAnalyticsV2
4912
4936
  include Aws::Structure
4913
4937
  end
4914
4938
 
4915
- # Updates to the configuration of Kinesis Data Analytics Studio
4916
- # notebook.
4939
+ # Updates to the configuration of Managed Service for Apache Flink
4940
+ # Studio notebook.
4917
4941
  #
4918
4942
  # @!attribute [rw] monitoring_configuration_update
4919
- # Updates to the monitoring configuration of a Kinesis Data Analytics
4920
- # Studio notebook.
4943
+ # Updates to the monitoring configuration of a Managed Service for
4944
+ # Apache Flink Studio notebook.
4921
4945
  # @return [Types::ZeppelinMonitoringConfigurationUpdate]
4922
4946
  #
4923
4947
  # @!attribute [rw] catalog_configuration_update
4924
4948
  # Updates to the configuration of the Amazon Glue Data Catalog that is
4925
- # associated with the Kinesis Data Analytics Studio notebook.
4949
+ # associated with the Managed Service for Apache Flink Studio
4950
+ # notebook.
4926
4951
  # @return [Types::CatalogConfigurationUpdate]
4927
4952
  #
4928
4953
  # @!attribute [rw] deploy_as_application_configuration_update
@@ -4948,8 +4973,8 @@ module Aws::KinesisAnalyticsV2
4948
4973
  end
4949
4974
 
4950
4975
  # Describes configuration parameters for Amazon CloudWatch logging for a
4951
- # Kinesis Data Analytics Studio notebook. For more information about
4952
- # CloudWatch logging, see [Monitoring][1].
4976
+ # Managed Service for Apache Flink Studio notebook. For more information
4977
+ # about CloudWatch logging, see [Monitoring][1].
4953
4978
  #
4954
4979
  #
4955
4980
  #
@@ -4967,8 +4992,8 @@ module Aws::KinesisAnalyticsV2
4967
4992
  include Aws::Structure
4968
4993
  end
4969
4994
 
4970
- # The monitoring configuration for Apache Zeppelin within a Kinesis Data
4971
- # Analytics Studio notebook.
4995
+ # The monitoring configuration for Apache Zeppelin within a Managed
4996
+ # Service for Apache Flink Studio notebook.
4972
4997
  #
4973
4998
  # @!attribute [rw] log_level
4974
4999
  # Describes the verbosity of the CloudWatch Logs for an application.
@@ -4983,11 +5008,11 @@ module Aws::KinesisAnalyticsV2
4983
5008
  end
4984
5009
 
4985
5010
  # Updates to the monitoring configuration for Apache Zeppelin within a
4986
- # Kinesis Data Analytics Studio notebook.
5011
+ # Managed Service for Apache Flink Studio notebook.
4987
5012
  #
4988
5013
  # @!attribute [rw] log_level_update
4989
- # Updates to the logging level for Apache Zeppelin within a Kinesis
4990
- # Data Analytics Studio notebook.
5014
+ # Updates to the logging level for Apache Zeppelin within a Managed
5015
+ # Service for Apache Flink Studio notebook.
4991
5016
  # @return [String]
4992
5017
  #
4993
5018
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ZeppelinMonitoringConfigurationUpdate AWS API Documentation