aws-sdk-kinesisanalyticsv2 1.41.0 → 1.43.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,18 +10,6 @@
10
10
  module Aws::KinesisAnalyticsV2
11
11
  module Types
12
12
 
13
- # @note When making an API call, you may pass AddApplicationCloudWatchLoggingOptionRequest
14
- # data as a hash:
15
- #
16
- # {
17
- # application_name: "ApplicationName", # required
18
- # current_application_version_id: 1,
19
- # cloud_watch_logging_option: { # required
20
- # log_stream_arn: "LogStreamARN", # required
21
- # },
22
- # conditional_token: "ConditionalToken",
23
- # }
24
- #
25
13
  # @!attribute [rw] application_name
26
14
  # The Kinesis Data Analytics application name.
27
15
  # @return [String]
@@ -85,20 +73,6 @@ module Aws::KinesisAnalyticsV2
85
73
  include Aws::Structure
86
74
  end
87
75
 
88
- # @note When making an API call, you may pass AddApplicationInputProcessingConfigurationRequest
89
- # data as a hash:
90
- #
91
- # {
92
- # application_name: "ApplicationName", # required
93
- # current_application_version_id: 1, # required
94
- # input_id: "Id", # required
95
- # input_processing_configuration: { # required
96
- # input_lambda_processor: { # required
97
- # resource_arn: "ResourceARN", # required
98
- # },
99
- # },
100
- # }
101
- #
102
76
  # @!attribute [rw] application_name
103
77
  # The name of the application to which you want to add the input
104
78
  # processing configuration.
@@ -163,53 +137,6 @@ module Aws::KinesisAnalyticsV2
163
137
  include Aws::Structure
164
138
  end
165
139
 
166
- # @note When making an API call, you may pass AddApplicationInputRequest
167
- # data as a hash:
168
- #
169
- # {
170
- # application_name: "ApplicationName", # required
171
- # current_application_version_id: 1, # required
172
- # input: { # required
173
- # name_prefix: "InAppStreamName", # required
174
- # input_processing_configuration: {
175
- # input_lambda_processor: { # required
176
- # resource_arn: "ResourceARN", # required
177
- # },
178
- # },
179
- # kinesis_streams_input: {
180
- # resource_arn: "ResourceARN", # required
181
- # },
182
- # kinesis_firehose_input: {
183
- # resource_arn: "ResourceARN", # required
184
- # },
185
- # input_parallelism: {
186
- # count: 1,
187
- # },
188
- # input_schema: { # required
189
- # record_format: { # required
190
- # record_format_type: "JSON", # required, accepts JSON, CSV
191
- # mapping_parameters: {
192
- # json_mapping_parameters: {
193
- # record_row_path: "RecordRowPath", # required
194
- # },
195
- # csv_mapping_parameters: {
196
- # record_row_delimiter: "RecordRowDelimiter", # required
197
- # record_column_delimiter: "RecordColumnDelimiter", # required
198
- # },
199
- # },
200
- # },
201
- # record_encoding: "RecordEncoding",
202
- # record_columns: [ # required
203
- # {
204
- # name: "RecordColumnName", # required
205
- # mapping: "RecordColumnMapping",
206
- # sql_type: "RecordColumnSqlType", # required
207
- # },
208
- # ],
209
- # },
210
- # },
211
- # }
212
- #
213
140
  # @!attribute [rw] application_name
214
141
  # The name of your existing application to which you want to add the
215
142
  # streaming source.
@@ -258,29 +185,6 @@ module Aws::KinesisAnalyticsV2
258
185
  include Aws::Structure
259
186
  end
260
187
 
261
- # @note When making an API call, you may pass AddApplicationOutputRequest
262
- # data as a hash:
263
- #
264
- # {
265
- # application_name: "ApplicationName", # required
266
- # current_application_version_id: 1, # required
267
- # output: { # required
268
- # name: "InAppStreamName", # required
269
- # kinesis_streams_output: {
270
- # resource_arn: "ResourceARN", # required
271
- # },
272
- # kinesis_firehose_output: {
273
- # resource_arn: "ResourceARN", # required
274
- # },
275
- # lambda_output: {
276
- # resource_arn: "ResourceARN", # required
277
- # },
278
- # destination_schema: { # required
279
- # record_format_type: "JSON", # required, accepts JSON, CSV
280
- # },
281
- # },
282
- # }
283
- #
284
188
  # @!attribute [rw] application_name
285
189
  # The name of the application to which you want to add the output
286
190
  # configuration.
@@ -339,43 +243,6 @@ module Aws::KinesisAnalyticsV2
339
243
  include Aws::Structure
340
244
  end
341
245
 
342
- # @note When making an API call, you may pass AddApplicationReferenceDataSourceRequest
343
- # data as a hash:
344
- #
345
- # {
346
- # application_name: "ApplicationName", # required
347
- # current_application_version_id: 1, # required
348
- # reference_data_source: { # required
349
- # table_name: "InAppTableName", # required
350
- # s3_reference_data_source: {
351
- # bucket_arn: "BucketARN",
352
- # file_key: "FileKey",
353
- # },
354
- # reference_schema: { # required
355
- # record_format: { # required
356
- # record_format_type: "JSON", # required, accepts JSON, CSV
357
- # mapping_parameters: {
358
- # json_mapping_parameters: {
359
- # record_row_path: "RecordRowPath", # required
360
- # },
361
- # csv_mapping_parameters: {
362
- # record_row_delimiter: "RecordRowDelimiter", # required
363
- # record_column_delimiter: "RecordColumnDelimiter", # required
364
- # },
365
- # },
366
- # },
367
- # record_encoding: "RecordEncoding",
368
- # record_columns: [ # required
369
- # {
370
- # name: "RecordColumnName", # required
371
- # mapping: "RecordColumnMapping",
372
- # sql_type: "RecordColumnSqlType", # required
373
- # },
374
- # ],
375
- # },
376
- # },
377
- # }
378
- #
379
246
  # @!attribute [rw] application_name
380
247
  # The name of an existing application.
381
248
  # @return [String]
@@ -429,19 +296,6 @@ module Aws::KinesisAnalyticsV2
429
296
  include Aws::Structure
430
297
  end
431
298
 
432
- # @note When making an API call, you may pass AddApplicationVpcConfigurationRequest
433
- # data as a hash:
434
- #
435
- # {
436
- # application_name: "ApplicationName", # required
437
- # current_application_version_id: 1,
438
- # vpc_configuration: { # required
439
- # subnet_ids: ["SubnetId"], # required
440
- # security_group_ids: ["SecurityGroupId"], # required
441
- # },
442
- # conditional_token: "ConditionalToken",
443
- # }
444
- #
445
299
  # @!attribute [rw] application_name
446
300
  # The name of an existing application.
447
301
  # @return [String]
@@ -507,22 +361,6 @@ module Aws::KinesisAnalyticsV2
507
361
 
508
362
  # Describes code configuration for an application.
509
363
  #
510
- # @note When making an API call, you may pass ApplicationCodeConfiguration
511
- # data as a hash:
512
- #
513
- # {
514
- # code_content: {
515
- # text_content: "TextContent",
516
- # zip_file_content: "data",
517
- # s3_content_location: {
518
- # bucket_arn: "BucketARN", # required
519
- # file_key: "FileKey", # required
520
- # object_version: "ObjectVersion",
521
- # },
522
- # },
523
- # code_content_type: "PLAINTEXT", # required, accepts PLAINTEXT, ZIPFILE
524
- # }
525
- #
526
364
  # @!attribute [rw] code_content
527
365
  # The location and type of the application code.
528
366
  # @return [Types::CodeContent]
@@ -564,22 +402,6 @@ module Aws::KinesisAnalyticsV2
564
402
  # supported for a Flink-based Kinesis Data Analytics application or a
565
403
  # SQL-based Kinesis Data Analytics application.
566
404
  #
567
- # @note When making an API call, you may pass ApplicationCodeConfigurationUpdate
568
- # data as a hash:
569
- #
570
- # {
571
- # code_content_type_update: "PLAINTEXT", # accepts PLAINTEXT, ZIPFILE
572
- # code_content_update: {
573
- # text_content_update: "TextContent",
574
- # zip_file_content_update: "data",
575
- # s3_content_location_update: {
576
- # bucket_arn_update: "BucketARN",
577
- # file_key_update: "FileKey",
578
- # object_version_update: "ObjectVersion",
579
- # },
580
- # },
581
- # }
582
- #
583
405
  # @!attribute [rw] code_content_type_update
584
406
  # Describes updates to the code content type.
585
407
  # @return [String]
@@ -600,184 +422,6 @@ module Aws::KinesisAnalyticsV2
600
422
  # Specifies the creation parameters for a Kinesis Data Analytics
601
423
  # application.
602
424
  #
603
- # @note When making an API call, you may pass ApplicationConfiguration
604
- # data as a hash:
605
- #
606
- # {
607
- # sql_application_configuration: {
608
- # inputs: [
609
- # {
610
- # name_prefix: "InAppStreamName", # required
611
- # input_processing_configuration: {
612
- # input_lambda_processor: { # required
613
- # resource_arn: "ResourceARN", # required
614
- # },
615
- # },
616
- # kinesis_streams_input: {
617
- # resource_arn: "ResourceARN", # required
618
- # },
619
- # kinesis_firehose_input: {
620
- # resource_arn: "ResourceARN", # required
621
- # },
622
- # input_parallelism: {
623
- # count: 1,
624
- # },
625
- # input_schema: { # required
626
- # record_format: { # required
627
- # record_format_type: "JSON", # required, accepts JSON, CSV
628
- # mapping_parameters: {
629
- # json_mapping_parameters: {
630
- # record_row_path: "RecordRowPath", # required
631
- # },
632
- # csv_mapping_parameters: {
633
- # record_row_delimiter: "RecordRowDelimiter", # required
634
- # record_column_delimiter: "RecordColumnDelimiter", # required
635
- # },
636
- # },
637
- # },
638
- # record_encoding: "RecordEncoding",
639
- # record_columns: [ # required
640
- # {
641
- # name: "RecordColumnName", # required
642
- # mapping: "RecordColumnMapping",
643
- # sql_type: "RecordColumnSqlType", # required
644
- # },
645
- # ],
646
- # },
647
- # },
648
- # ],
649
- # outputs: [
650
- # {
651
- # name: "InAppStreamName", # required
652
- # kinesis_streams_output: {
653
- # resource_arn: "ResourceARN", # required
654
- # },
655
- # kinesis_firehose_output: {
656
- # resource_arn: "ResourceARN", # required
657
- # },
658
- # lambda_output: {
659
- # resource_arn: "ResourceARN", # required
660
- # },
661
- # destination_schema: { # required
662
- # record_format_type: "JSON", # required, accepts JSON, CSV
663
- # },
664
- # },
665
- # ],
666
- # reference_data_sources: [
667
- # {
668
- # table_name: "InAppTableName", # required
669
- # s3_reference_data_source: {
670
- # bucket_arn: "BucketARN",
671
- # file_key: "FileKey",
672
- # },
673
- # reference_schema: { # required
674
- # record_format: { # required
675
- # record_format_type: "JSON", # required, accepts JSON, CSV
676
- # mapping_parameters: {
677
- # json_mapping_parameters: {
678
- # record_row_path: "RecordRowPath", # required
679
- # },
680
- # csv_mapping_parameters: {
681
- # record_row_delimiter: "RecordRowDelimiter", # required
682
- # record_column_delimiter: "RecordColumnDelimiter", # required
683
- # },
684
- # },
685
- # },
686
- # record_encoding: "RecordEncoding",
687
- # record_columns: [ # required
688
- # {
689
- # name: "RecordColumnName", # required
690
- # mapping: "RecordColumnMapping",
691
- # sql_type: "RecordColumnSqlType", # required
692
- # },
693
- # ],
694
- # },
695
- # },
696
- # ],
697
- # },
698
- # flink_application_configuration: {
699
- # checkpoint_configuration: {
700
- # configuration_type: "DEFAULT", # required, accepts DEFAULT, CUSTOM
701
- # checkpointing_enabled: false,
702
- # checkpoint_interval: 1,
703
- # min_pause_between_checkpoints: 1,
704
- # },
705
- # monitoring_configuration: {
706
- # configuration_type: "DEFAULT", # required, accepts DEFAULT, CUSTOM
707
- # metrics_level: "APPLICATION", # accepts APPLICATION, TASK, OPERATOR, PARALLELISM
708
- # log_level: "INFO", # accepts INFO, WARN, ERROR, DEBUG
709
- # },
710
- # parallelism_configuration: {
711
- # configuration_type: "DEFAULT", # required, accepts DEFAULT, CUSTOM
712
- # parallelism: 1,
713
- # parallelism_per_kpu: 1,
714
- # auto_scaling_enabled: false,
715
- # },
716
- # },
717
- # environment_properties: {
718
- # property_groups: [ # required
719
- # {
720
- # property_group_id: "Id", # required
721
- # property_map: { # required
722
- # "PropertyKey" => "PropertyValue",
723
- # },
724
- # },
725
- # ],
726
- # },
727
- # application_code_configuration: {
728
- # code_content: {
729
- # text_content: "TextContent",
730
- # zip_file_content: "data",
731
- # s3_content_location: {
732
- # bucket_arn: "BucketARN", # required
733
- # file_key: "FileKey", # required
734
- # object_version: "ObjectVersion",
735
- # },
736
- # },
737
- # code_content_type: "PLAINTEXT", # required, accepts PLAINTEXT, ZIPFILE
738
- # },
739
- # application_snapshot_configuration: {
740
- # snapshots_enabled: false, # required
741
- # },
742
- # vpc_configurations: [
743
- # {
744
- # subnet_ids: ["SubnetId"], # required
745
- # security_group_ids: ["SecurityGroupId"], # required
746
- # },
747
- # ],
748
- # zeppelin_application_configuration: {
749
- # monitoring_configuration: {
750
- # log_level: "INFO", # required, accepts INFO, WARN, ERROR, DEBUG
751
- # },
752
- # catalog_configuration: {
753
- # glue_data_catalog_configuration: { # required
754
- # database_arn: "DatabaseARN", # required
755
- # },
756
- # },
757
- # deploy_as_application_configuration: {
758
- # s3_content_location: { # required
759
- # bucket_arn: "BucketARN", # required
760
- # base_path: "BasePath",
761
- # },
762
- # },
763
- # custom_artifacts_configuration: [
764
- # {
765
- # artifact_type: "UDF", # required, accepts UDF, DEPENDENCY_JAR
766
- # s3_content_location: {
767
- # bucket_arn: "BucketARN", # required
768
- # file_key: "FileKey", # required
769
- # object_version: "ObjectVersion",
770
- # },
771
- # maven_reference: {
772
- # group_id: "MavenGroupId", # required
773
- # artifact_id: "MavenArtifactId", # required
774
- # version: "MavenVersion", # required
775
- # },
776
- # },
777
- # ],
778
- # },
779
- # }
780
- #
781
425
  # @!attribute [rw] sql_application_configuration
782
426
  # The creation and update parameters for a SQL-based Kinesis Data
783
427
  # Analytics application.
@@ -886,188 +530,6 @@ module Aws::KinesisAnalyticsV2
886
530
 
887
531
  # Describes updates to an application's configuration.
888
532
  #
889
- # @note When making an API call, you may pass ApplicationConfigurationUpdate
890
- # data as a hash:
891
- #
892
- # {
893
- # sql_application_configuration_update: {
894
- # input_updates: [
895
- # {
896
- # input_id: "Id", # required
897
- # name_prefix_update: "InAppStreamName",
898
- # input_processing_configuration_update: {
899
- # input_lambda_processor_update: { # required
900
- # resource_arn_update: "ResourceARN", # required
901
- # },
902
- # },
903
- # kinesis_streams_input_update: {
904
- # resource_arn_update: "ResourceARN", # required
905
- # },
906
- # kinesis_firehose_input_update: {
907
- # resource_arn_update: "ResourceARN", # required
908
- # },
909
- # input_schema_update: {
910
- # record_format_update: {
911
- # record_format_type: "JSON", # required, accepts JSON, CSV
912
- # mapping_parameters: {
913
- # json_mapping_parameters: {
914
- # record_row_path: "RecordRowPath", # required
915
- # },
916
- # csv_mapping_parameters: {
917
- # record_row_delimiter: "RecordRowDelimiter", # required
918
- # record_column_delimiter: "RecordColumnDelimiter", # required
919
- # },
920
- # },
921
- # },
922
- # record_encoding_update: "RecordEncoding",
923
- # record_column_updates: [
924
- # {
925
- # name: "RecordColumnName", # required
926
- # mapping: "RecordColumnMapping",
927
- # sql_type: "RecordColumnSqlType", # required
928
- # },
929
- # ],
930
- # },
931
- # input_parallelism_update: {
932
- # count_update: 1, # required
933
- # },
934
- # },
935
- # ],
936
- # output_updates: [
937
- # {
938
- # output_id: "Id", # required
939
- # name_update: "InAppStreamName",
940
- # kinesis_streams_output_update: {
941
- # resource_arn_update: "ResourceARN", # required
942
- # },
943
- # kinesis_firehose_output_update: {
944
- # resource_arn_update: "ResourceARN", # required
945
- # },
946
- # lambda_output_update: {
947
- # resource_arn_update: "ResourceARN", # required
948
- # },
949
- # destination_schema_update: {
950
- # record_format_type: "JSON", # required, accepts JSON, CSV
951
- # },
952
- # },
953
- # ],
954
- # reference_data_source_updates: [
955
- # {
956
- # reference_id: "Id", # required
957
- # table_name_update: "InAppTableName",
958
- # s3_reference_data_source_update: {
959
- # bucket_arn_update: "BucketARN",
960
- # file_key_update: "FileKey",
961
- # },
962
- # reference_schema_update: {
963
- # record_format: { # required
964
- # record_format_type: "JSON", # required, accepts JSON, CSV
965
- # mapping_parameters: {
966
- # json_mapping_parameters: {
967
- # record_row_path: "RecordRowPath", # required
968
- # },
969
- # csv_mapping_parameters: {
970
- # record_row_delimiter: "RecordRowDelimiter", # required
971
- # record_column_delimiter: "RecordColumnDelimiter", # required
972
- # },
973
- # },
974
- # },
975
- # record_encoding: "RecordEncoding",
976
- # record_columns: [ # required
977
- # {
978
- # name: "RecordColumnName", # required
979
- # mapping: "RecordColumnMapping",
980
- # sql_type: "RecordColumnSqlType", # required
981
- # },
982
- # ],
983
- # },
984
- # },
985
- # ],
986
- # },
987
- # application_code_configuration_update: {
988
- # code_content_type_update: "PLAINTEXT", # accepts PLAINTEXT, ZIPFILE
989
- # code_content_update: {
990
- # text_content_update: "TextContent",
991
- # zip_file_content_update: "data",
992
- # s3_content_location_update: {
993
- # bucket_arn_update: "BucketARN",
994
- # file_key_update: "FileKey",
995
- # object_version_update: "ObjectVersion",
996
- # },
997
- # },
998
- # },
999
- # flink_application_configuration_update: {
1000
- # checkpoint_configuration_update: {
1001
- # configuration_type_update: "DEFAULT", # accepts DEFAULT, CUSTOM
1002
- # checkpointing_enabled_update: false,
1003
- # checkpoint_interval_update: 1,
1004
- # min_pause_between_checkpoints_update: 1,
1005
- # },
1006
- # monitoring_configuration_update: {
1007
- # configuration_type_update: "DEFAULT", # accepts DEFAULT, CUSTOM
1008
- # metrics_level_update: "APPLICATION", # accepts APPLICATION, TASK, OPERATOR, PARALLELISM
1009
- # log_level_update: "INFO", # accepts INFO, WARN, ERROR, DEBUG
1010
- # },
1011
- # parallelism_configuration_update: {
1012
- # configuration_type_update: "DEFAULT", # accepts DEFAULT, CUSTOM
1013
- # parallelism_update: 1,
1014
- # parallelism_per_kpu_update: 1,
1015
- # auto_scaling_enabled_update: false,
1016
- # },
1017
- # },
1018
- # environment_property_updates: {
1019
- # property_groups: [ # required
1020
- # {
1021
- # property_group_id: "Id", # required
1022
- # property_map: { # required
1023
- # "PropertyKey" => "PropertyValue",
1024
- # },
1025
- # },
1026
- # ],
1027
- # },
1028
- # application_snapshot_configuration_update: {
1029
- # snapshots_enabled_update: false, # required
1030
- # },
1031
- # vpc_configuration_updates: [
1032
- # {
1033
- # vpc_configuration_id: "Id", # required
1034
- # subnet_id_updates: ["SubnetId"],
1035
- # security_group_id_updates: ["SecurityGroupId"],
1036
- # },
1037
- # ],
1038
- # zeppelin_application_configuration_update: {
1039
- # monitoring_configuration_update: {
1040
- # log_level_update: "INFO", # required, accepts INFO, WARN, ERROR, DEBUG
1041
- # },
1042
- # catalog_configuration_update: {
1043
- # glue_data_catalog_configuration_update: { # required
1044
- # database_arn_update: "DatabaseARN", # required
1045
- # },
1046
- # },
1047
- # deploy_as_application_configuration_update: {
1048
- # s3_content_location_update: {
1049
- # bucket_arn_update: "BucketARN",
1050
- # base_path_update: "BasePath",
1051
- # },
1052
- # },
1053
- # custom_artifacts_configuration_update: [
1054
- # {
1055
- # artifact_type: "UDF", # required, accepts UDF, DEPENDENCY_JAR
1056
- # s3_content_location: {
1057
- # bucket_arn: "BucketARN", # required
1058
- # file_key: "FileKey", # required
1059
- # object_version: "ObjectVersion",
1060
- # },
1061
- # maven_reference: {
1062
- # group_id: "MavenGroupId", # required
1063
- # artifact_id: "MavenArtifactId", # required
1064
- # version: "MavenVersion", # required
1065
- # },
1066
- # },
1067
- # ],
1068
- # },
1069
- # }
1070
- #
1071
533
  # @!attribute [rw] sql_application_configuration_update
1072
534
  # Describes updates to a SQL-based Kinesis Data Analytics
1073
535
  # application's configuration.
@@ -1133,8 +595,7 @@ module Aws::KinesisAnalyticsV2
1133
595
  # @return [String]
1134
596
  #
1135
597
  # @!attribute [rw] runtime_environment
1136
- # The runtime environment for the application (`SQL-1_0`, `FLINK-1_6`,
1137
- # `FLINK-1_8`, or `FLINK-1_11`).
598
+ # The runtime environment for the application.
1138
599
  # @return [String]
1139
600
  #
1140
601
  # @!attribute [rw] service_execution_role
@@ -1243,13 +704,6 @@ module Aws::KinesisAnalyticsV2
1243
704
 
1244
705
  # Describes the updated maintenance configuration for the application.
1245
706
  #
1246
- # @note When making an API call, you may pass ApplicationMaintenanceConfigurationUpdate
1247
- # data as a hash:
1248
- #
1249
- # {
1250
- # application_maintenance_window_start_time_update: "ApplicationMaintenanceWindowStartTime", # required
1251
- # }
1252
- #
1253
707
  # @!attribute [rw] application_maintenance_window_start_time_update
1254
708
  # The updated start time for the maintenance window.
1255
709
  # @return [String]
@@ -1265,14 +719,6 @@ module Aws::KinesisAnalyticsV2
1265
719
  # Specifies the method and snapshot to use when restarting an
1266
720
  # application using previously saved application state.
1267
721
  #
1268
- # @note When making an API call, you may pass ApplicationRestoreConfiguration
1269
- # data as a hash:
1270
- #
1271
- # {
1272
- # application_restore_type: "SKIP_RESTORE_FROM_SNAPSHOT", # required, accepts SKIP_RESTORE_FROM_SNAPSHOT, RESTORE_FROM_LATEST_SNAPSHOT, RESTORE_FROM_CUSTOM_SNAPSHOT
1273
- # snapshot_name: "SnapshotName",
1274
- # }
1275
- #
1276
722
  # @!attribute [rw] application_restore_type
1277
723
  # Specifies how the application should be restored.
1278
724
  # @return [String]
@@ -1296,13 +742,6 @@ module Aws::KinesisAnalyticsV2
1296
742
  # Describes whether snapshots are enabled for a Flink-based Kinesis Data
1297
743
  # Analytics application.
1298
744
  #
1299
- # @note When making an API call, you may pass ApplicationSnapshotConfiguration
1300
- # data as a hash:
1301
- #
1302
- # {
1303
- # snapshots_enabled: false, # required
1304
- # }
1305
- #
1306
745
  # @!attribute [rw] snapshots_enabled
1307
746
  # Describes whether snapshots are enabled for a Flink-based Kinesis
1308
747
  # Data Analytics application.
@@ -1335,13 +774,6 @@ module Aws::KinesisAnalyticsV2
1335
774
  # Describes updates to whether snapshots are enabled for a Flink-based
1336
775
  # Kinesis Data Analytics application.
1337
776
  #
1338
- # @note When making an API call, you may pass ApplicationSnapshotConfigurationUpdate
1339
- # data as a hash:
1340
- #
1341
- # {
1342
- # snapshots_enabled_update: false, # required
1343
- # }
1344
- #
1345
777
  # @!attribute [rw] snapshots_enabled_update
1346
778
  # Describes updates to whether snapshots are enabled for an
1347
779
  # application.
@@ -1427,14 +859,6 @@ module Aws::KinesisAnalyticsV2
1427
859
  #
1428
860
  # `"name2", "address2"`
1429
861
  #
1430
- # @note When making an API call, you may pass CSVMappingParameters
1431
- # data as a hash:
1432
- #
1433
- # {
1434
- # record_row_delimiter: "RecordRowDelimiter", # required
1435
- # record_column_delimiter: "RecordColumnDelimiter", # required
1436
- # }
1437
- #
1438
862
  # @!attribute [rw] record_row_delimiter
1439
863
  # The row delimiter. For example, in a CSV format, *'\\n'* is the
1440
864
  # typical row delimiter.
@@ -1458,15 +882,6 @@ module Aws::KinesisAnalyticsV2
1458
882
  # use this database for SQL queries that you write in a Kinesis Data
1459
883
  # Analytics Studio notebook.
1460
884
  #
1461
- # @note When making an API call, you may pass CatalogConfiguration
1462
- # data as a hash:
1463
- #
1464
- # {
1465
- # glue_data_catalog_configuration: { # required
1466
- # database_arn: "DatabaseARN", # required
1467
- # },
1468
- # }
1469
- #
1470
885
  # @!attribute [rw] glue_data_catalog_configuration
1471
886
  # The configuration parameters for the default Amazon Glue database.
1472
887
  # You use this database for Apache Flink SQL queries and table API
@@ -1504,15 +919,6 @@ module Aws::KinesisAnalyticsV2
1504
919
  # database. You use this database for SQL queries that you write in a
1505
920
  # Kinesis Data Analytics Studio notebook.
1506
921
  #
1507
- # @note When making an API call, you may pass CatalogConfigurationUpdate
1508
- # data as a hash:
1509
- #
1510
- # {
1511
- # glue_data_catalog_configuration_update: { # required
1512
- # database_arn_update: "DatabaseARN", # required
1513
- # },
1514
- # }
1515
- #
1516
922
  # @!attribute [rw] glue_data_catalog_configuration_update
1517
923
  # Updates to the configuration parameters for the default Amazon Glue
1518
924
  # database. You use this database for SQL queries that you write in a
@@ -1537,16 +943,6 @@ module Aws::KinesisAnalyticsV2
1537
943
  # [1]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/concepts/programming-model.html#checkpoints-for-fault-tolerance
1538
944
  # [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/
1539
945
  #
1540
- # @note When making an API call, you may pass CheckpointConfiguration
1541
- # data as a hash:
1542
- #
1543
- # {
1544
- # configuration_type: "DEFAULT", # required, accepts DEFAULT, CUSTOM
1545
- # checkpointing_enabled: false,
1546
- # checkpoint_interval: 1,
1547
- # min_pause_between_checkpoints: 1,
1548
- # }
1549
- #
1550
946
  # @!attribute [rw] configuration_type
1551
947
  # Describes whether the application uses Kinesis Data Analytics'
1552
948
  # default checkpointing behavior. You must set this property to
@@ -1690,16 +1086,6 @@ module Aws::KinesisAnalyticsV2
1690
1086
  # Describes updates to the checkpointing parameters for a Flink-based
1691
1087
  # Kinesis Data Analytics application.
1692
1088
  #
1693
- # @note When making an API call, you may pass CheckpointConfigurationUpdate
1694
- # data as a hash:
1695
- #
1696
- # {
1697
- # configuration_type_update: "DEFAULT", # accepts DEFAULT, CUSTOM
1698
- # checkpointing_enabled_update: false,
1699
- # checkpoint_interval_update: 1,
1700
- # min_pause_between_checkpoints_update: 1,
1701
- # }
1702
- #
1703
1089
  # @!attribute [rw] configuration_type_update
1704
1090
  # Describes updates to whether the application uses the default
1705
1091
  # checkpointing behavior of Kinesis Data Analytics. You must set this
@@ -1769,13 +1155,6 @@ module Aws::KinesisAnalyticsV2
1769
1155
  # Provides a description of Amazon CloudWatch logging options, including
1770
1156
  # the log stream Amazon Resource Name (ARN).
1771
1157
  #
1772
- # @note When making an API call, you may pass CloudWatchLoggingOption
1773
- # data as a hash:
1774
- #
1775
- # {
1776
- # log_stream_arn: "LogStreamARN", # required
1777
- # }
1778
- #
1779
1158
  # @!attribute [rw] log_stream_arn
1780
1159
  # The ARN of the CloudWatch log to receive application messages.
1781
1160
  # @return [String]
@@ -1821,14 +1200,6 @@ module Aws::KinesisAnalyticsV2
1821
1200
 
1822
1201
  # Describes the Amazon CloudWatch logging option updates.
1823
1202
  #
1824
- # @note When making an API call, you may pass CloudWatchLoggingOptionUpdate
1825
- # data as a hash:
1826
- #
1827
- # {
1828
- # cloud_watch_logging_option_id: "Id", # required
1829
- # log_stream_arn_update: "LogStreamARN",
1830
- # }
1831
- #
1832
1203
  # @!attribute [rw] cloud_watch_logging_option_id
1833
1204
  # The ID of the CloudWatch logging option to update
1834
1205
  # @return [String]
@@ -1851,19 +1222,6 @@ module Aws::KinesisAnalyticsV2
1851
1222
  # application code, for a Flink-based Kinesis Data Analytics
1852
1223
  # application.
1853
1224
  #
1854
- # @note When making an API call, you may pass CodeContent
1855
- # data as a hash:
1856
- #
1857
- # {
1858
- # text_content: "TextContent",
1859
- # zip_file_content: "data",
1860
- # s3_content_location: {
1861
- # bucket_arn: "BucketARN", # required
1862
- # file_key: "FileKey", # required
1863
- # object_version: "ObjectVersion",
1864
- # },
1865
- # }
1866
- #
1867
1225
  # @!attribute [rw] text_content
1868
1226
  # The text-format code for a Flink-based Kinesis Data Analytics
1869
1227
  # application.
@@ -1924,19 +1282,6 @@ module Aws::KinesisAnalyticsV2
1924
1282
  # Describes an update to the code of an application. Not supported for
1925
1283
  # Apache Zeppelin.
1926
1284
  #
1927
- # @note When making an API call, you may pass CodeContentUpdate
1928
- # data as a hash:
1929
- #
1930
- # {
1931
- # text_content_update: "TextContent",
1932
- # zip_file_content_update: "data",
1933
- # s3_content_location_update: {
1934
- # bucket_arn_update: "BucketARN",
1935
- # file_key_update: "FileKey",
1936
- # object_version_update: "ObjectVersion",
1937
- # },
1938
- # }
1939
- #
1940
1285
  # @!attribute [rw] text_content_update
1941
1286
  # Describes an update to the text code for an application.
1942
1287
  # @return [String]
@@ -1988,15 +1333,6 @@ module Aws::KinesisAnalyticsV2
1988
1333
  include Aws::Structure
1989
1334
  end
1990
1335
 
1991
- # @note When making an API call, you may pass CreateApplicationPresignedUrlRequest
1992
- # data as a hash:
1993
- #
1994
- # {
1995
- # application_name: "ApplicationName", # required
1996
- # url_type: "FLINK_DASHBOARD_URL", # required, accepts FLINK_DASHBOARD_URL, ZEPPELIN_UI_URL
1997
- # session_expiration_duration_in_seconds: 1,
1998
- # }
1999
- #
2000
1336
  # @!attribute [rw] application_name
2001
1337
  # The name of the application.
2002
1338
  # @return [String]
@@ -2033,202 +1369,6 @@ module Aws::KinesisAnalyticsV2
2033
1369
  include Aws::Structure
2034
1370
  end
2035
1371
 
2036
- # @note When making an API call, you may pass CreateApplicationRequest
2037
- # data as a hash:
2038
- #
2039
- # {
2040
- # application_name: "ApplicationName", # required
2041
- # application_description: "ApplicationDescription",
2042
- # runtime_environment: "SQL-1_0", # required, accepts SQL-1_0, FLINK-1_6, FLINK-1_8, ZEPPELIN-FLINK-1_0, FLINK-1_11, FLINK-1_13, ZEPPELIN-FLINK-2_0
2043
- # service_execution_role: "RoleARN", # required
2044
- # application_configuration: {
2045
- # sql_application_configuration: {
2046
- # inputs: [
2047
- # {
2048
- # name_prefix: "InAppStreamName", # required
2049
- # input_processing_configuration: {
2050
- # input_lambda_processor: { # required
2051
- # resource_arn: "ResourceARN", # required
2052
- # },
2053
- # },
2054
- # kinesis_streams_input: {
2055
- # resource_arn: "ResourceARN", # required
2056
- # },
2057
- # kinesis_firehose_input: {
2058
- # resource_arn: "ResourceARN", # required
2059
- # },
2060
- # input_parallelism: {
2061
- # count: 1,
2062
- # },
2063
- # input_schema: { # required
2064
- # record_format: { # required
2065
- # record_format_type: "JSON", # required, accepts JSON, CSV
2066
- # mapping_parameters: {
2067
- # json_mapping_parameters: {
2068
- # record_row_path: "RecordRowPath", # required
2069
- # },
2070
- # csv_mapping_parameters: {
2071
- # record_row_delimiter: "RecordRowDelimiter", # required
2072
- # record_column_delimiter: "RecordColumnDelimiter", # required
2073
- # },
2074
- # },
2075
- # },
2076
- # record_encoding: "RecordEncoding",
2077
- # record_columns: [ # required
2078
- # {
2079
- # name: "RecordColumnName", # required
2080
- # mapping: "RecordColumnMapping",
2081
- # sql_type: "RecordColumnSqlType", # required
2082
- # },
2083
- # ],
2084
- # },
2085
- # },
2086
- # ],
2087
- # outputs: [
2088
- # {
2089
- # name: "InAppStreamName", # required
2090
- # kinesis_streams_output: {
2091
- # resource_arn: "ResourceARN", # required
2092
- # },
2093
- # kinesis_firehose_output: {
2094
- # resource_arn: "ResourceARN", # required
2095
- # },
2096
- # lambda_output: {
2097
- # resource_arn: "ResourceARN", # required
2098
- # },
2099
- # destination_schema: { # required
2100
- # record_format_type: "JSON", # required, accepts JSON, CSV
2101
- # },
2102
- # },
2103
- # ],
2104
- # reference_data_sources: [
2105
- # {
2106
- # table_name: "InAppTableName", # required
2107
- # s3_reference_data_source: {
2108
- # bucket_arn: "BucketARN",
2109
- # file_key: "FileKey",
2110
- # },
2111
- # reference_schema: { # required
2112
- # record_format: { # required
2113
- # record_format_type: "JSON", # required, accepts JSON, CSV
2114
- # mapping_parameters: {
2115
- # json_mapping_parameters: {
2116
- # record_row_path: "RecordRowPath", # required
2117
- # },
2118
- # csv_mapping_parameters: {
2119
- # record_row_delimiter: "RecordRowDelimiter", # required
2120
- # record_column_delimiter: "RecordColumnDelimiter", # required
2121
- # },
2122
- # },
2123
- # },
2124
- # record_encoding: "RecordEncoding",
2125
- # record_columns: [ # required
2126
- # {
2127
- # name: "RecordColumnName", # required
2128
- # mapping: "RecordColumnMapping",
2129
- # sql_type: "RecordColumnSqlType", # required
2130
- # },
2131
- # ],
2132
- # },
2133
- # },
2134
- # ],
2135
- # },
2136
- # flink_application_configuration: {
2137
- # checkpoint_configuration: {
2138
- # configuration_type: "DEFAULT", # required, accepts DEFAULT, CUSTOM
2139
- # checkpointing_enabled: false,
2140
- # checkpoint_interval: 1,
2141
- # min_pause_between_checkpoints: 1,
2142
- # },
2143
- # monitoring_configuration: {
2144
- # configuration_type: "DEFAULT", # required, accepts DEFAULT, CUSTOM
2145
- # metrics_level: "APPLICATION", # accepts APPLICATION, TASK, OPERATOR, PARALLELISM
2146
- # log_level: "INFO", # accepts INFO, WARN, ERROR, DEBUG
2147
- # },
2148
- # parallelism_configuration: {
2149
- # configuration_type: "DEFAULT", # required, accepts DEFAULT, CUSTOM
2150
- # parallelism: 1,
2151
- # parallelism_per_kpu: 1,
2152
- # auto_scaling_enabled: false,
2153
- # },
2154
- # },
2155
- # environment_properties: {
2156
- # property_groups: [ # required
2157
- # {
2158
- # property_group_id: "Id", # required
2159
- # property_map: { # required
2160
- # "PropertyKey" => "PropertyValue",
2161
- # },
2162
- # },
2163
- # ],
2164
- # },
2165
- # application_code_configuration: {
2166
- # code_content: {
2167
- # text_content: "TextContent",
2168
- # zip_file_content: "data",
2169
- # s3_content_location: {
2170
- # bucket_arn: "BucketARN", # required
2171
- # file_key: "FileKey", # required
2172
- # object_version: "ObjectVersion",
2173
- # },
2174
- # },
2175
- # code_content_type: "PLAINTEXT", # required, accepts PLAINTEXT, ZIPFILE
2176
- # },
2177
- # application_snapshot_configuration: {
2178
- # snapshots_enabled: false, # required
2179
- # },
2180
- # vpc_configurations: [
2181
- # {
2182
- # subnet_ids: ["SubnetId"], # required
2183
- # security_group_ids: ["SecurityGroupId"], # required
2184
- # },
2185
- # ],
2186
- # zeppelin_application_configuration: {
2187
- # monitoring_configuration: {
2188
- # log_level: "INFO", # required, accepts INFO, WARN, ERROR, DEBUG
2189
- # },
2190
- # catalog_configuration: {
2191
- # glue_data_catalog_configuration: { # required
2192
- # database_arn: "DatabaseARN", # required
2193
- # },
2194
- # },
2195
- # deploy_as_application_configuration: {
2196
- # s3_content_location: { # required
2197
- # bucket_arn: "BucketARN", # required
2198
- # base_path: "BasePath",
2199
- # },
2200
- # },
2201
- # custom_artifacts_configuration: [
2202
- # {
2203
- # artifact_type: "UDF", # required, accepts UDF, DEPENDENCY_JAR
2204
- # s3_content_location: {
2205
- # bucket_arn: "BucketARN", # required
2206
- # file_key: "FileKey", # required
2207
- # object_version: "ObjectVersion",
2208
- # },
2209
- # maven_reference: {
2210
- # group_id: "MavenGroupId", # required
2211
- # artifact_id: "MavenArtifactId", # required
2212
- # version: "MavenVersion", # required
2213
- # },
2214
- # },
2215
- # ],
2216
- # },
2217
- # },
2218
- # cloud_watch_logging_options: [
2219
- # {
2220
- # log_stream_arn: "LogStreamARN", # required
2221
- # },
2222
- # ],
2223
- # tags: [
2224
- # {
2225
- # key: "TagKey", # required
2226
- # value: "TagValue",
2227
- # },
2228
- # ],
2229
- # application_mode: "STREAMING", # accepts STREAMING, INTERACTIVE
2230
- # }
2231
- #
2232
1372
  # @!attribute [rw] application_name
2233
1373
  # The name of your application (for example, `sample-app`).
2234
1374
  # @return [String]
@@ -2238,8 +1378,7 @@ module Aws::KinesisAnalyticsV2
2238
1378
  # @return [String]
2239
1379
  #
2240
1380
  # @!attribute [rw] runtime_environment
2241
- # The runtime environment for the application (`SQL-1_0`, `FLINK-1_6`,
2242
- # `FLINK-1_8`, or `FLINK-1_11`).
1381
+ # The runtime environment for the application.
2243
1382
  # @return [String]
2244
1383
  #
2245
1384
  # @!attribute [rw] service_execution_role
@@ -2270,9 +1409,9 @@ module Aws::KinesisAnalyticsV2
2270
1409
  # @return [Array<Types::Tag>]
2271
1410
  #
2272
1411
  # @!attribute [rw] application_mode
2273
- # Use the `STREAMING` mode to create a Kinesis Data Analytics Studio
2274
- # notebook. To create a Kinesis Data Analytics Studio notebook, use
2275
- # the `INTERACTIVE` 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.
2276
1415
  # @return [String]
2277
1416
  #
2278
1417
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/CreateApplicationRequest AWS API Documentation
@@ -2304,14 +1443,6 @@ module Aws::KinesisAnalyticsV2
2304
1443
  include Aws::Structure
2305
1444
  end
2306
1445
 
2307
- # @note When making an API call, you may pass CreateApplicationSnapshotRequest
2308
- # data as a hash:
2309
- #
2310
- # {
2311
- # application_name: "ApplicationName", # required
2312
- # snapshot_name: "SnapshotName", # required
2313
- # }
2314
- #
2315
1446
  # @!attribute [rw] application_name
2316
1447
  # The name of an existing application
2317
1448
  # @return [String]
@@ -2336,23 +1467,6 @@ module Aws::KinesisAnalyticsV2
2336
1467
  # Specifies dependency JARs, as well as JAR files that contain
2337
1468
  # user-defined functions (UDF).
2338
1469
  #
2339
- # @note When making an API call, you may pass CustomArtifactConfiguration
2340
- # data as a hash:
2341
- #
2342
- # {
2343
- # artifact_type: "UDF", # required, accepts UDF, DEPENDENCY_JAR
2344
- # s3_content_location: {
2345
- # bucket_arn: "BucketARN", # required
2346
- # file_key: "FileKey", # required
2347
- # object_version: "ObjectVersion",
2348
- # },
2349
- # maven_reference: {
2350
- # group_id: "MavenGroupId", # required
2351
- # artifact_id: "MavenArtifactId", # required
2352
- # version: "MavenVersion", # required
2353
- # },
2354
- # }
2355
- #
2356
1470
  # @!attribute [rw] artifact_type
2357
1471
  # `UDF` stands for user-defined functions. This type of artifact must
2358
1472
  # be in an S3 bucket. A `DEPENDENCY_JAR` can be in either Maven or an
@@ -2411,16 +1525,6 @@ module Aws::KinesisAnalyticsV2
2411
1525
  include Aws::Structure
2412
1526
  end
2413
1527
 
2414
- # @note When making an API call, you may pass DeleteApplicationCloudWatchLoggingOptionRequest
2415
- # data as a hash:
2416
- #
2417
- # {
2418
- # application_name: "ApplicationName", # required
2419
- # current_application_version_id: 1,
2420
- # cloud_watch_logging_option_id: "Id", # required
2421
- # conditional_token: "ConditionalToken",
2422
- # }
2423
- #
2424
1528
  # @!attribute [rw] application_name
2425
1529
  # The application name.
2426
1530
  # @return [String]
@@ -2484,15 +1588,6 @@ module Aws::KinesisAnalyticsV2
2484
1588
  include Aws::Structure
2485
1589
  end
2486
1590
 
2487
- # @note When making an API call, you may pass DeleteApplicationInputProcessingConfigurationRequest
2488
- # data as a hash:
2489
- #
2490
- # {
2491
- # application_name: "ApplicationName", # required
2492
- # current_application_version_id: 1, # required
2493
- # input_id: "Id", # required
2494
- # }
2495
- #
2496
1591
  # @!attribute [rw] application_name
2497
1592
  # The name of the application.
2498
1593
  # @return [String]
@@ -2537,15 +1632,6 @@ module Aws::KinesisAnalyticsV2
2537
1632
  include Aws::Structure
2538
1633
  end
2539
1634
 
2540
- # @note When making an API call, you may pass DeleteApplicationOutputRequest
2541
- # data as a hash:
2542
- #
2543
- # {
2544
- # application_name: "ApplicationName", # required
2545
- # current_application_version_id: 1, # required
2546
- # output_id: "Id", # required
2547
- # }
2548
- #
2549
1635
  # @!attribute [rw] application_name
2550
1636
  # The application name.
2551
1637
  # @return [String]
@@ -2594,15 +1680,6 @@ module Aws::KinesisAnalyticsV2
2594
1680
  include Aws::Structure
2595
1681
  end
2596
1682
 
2597
- # @note When making an API call, you may pass DeleteApplicationReferenceDataSourceRequest
2598
- # data as a hash:
2599
- #
2600
- # {
2601
- # application_name: "ApplicationName", # required
2602
- # current_application_version_id: 1, # required
2603
- # reference_id: "Id", # required
2604
- # }
2605
- #
2606
1683
  # @!attribute [rw] application_name
2607
1684
  # The name of an existing application.
2608
1685
  # @return [String]
@@ -2649,14 +1726,6 @@ module Aws::KinesisAnalyticsV2
2649
1726
  include Aws::Structure
2650
1727
  end
2651
1728
 
2652
- # @note When making an API call, you may pass DeleteApplicationRequest
2653
- # data as a hash:
2654
- #
2655
- # {
2656
- # application_name: "ApplicationName", # required
2657
- # create_timestamp: Time.now, # required
2658
- # }
2659
- #
2660
1729
  # @!attribute [rw] application_name
2661
1730
  # The name of the application to delete.
2662
1731
  # @return [String]
@@ -2678,15 +1747,6 @@ module Aws::KinesisAnalyticsV2
2678
1747
  #
2679
1748
  class DeleteApplicationResponse < Aws::EmptyStructure; end
2680
1749
 
2681
- # @note When making an API call, you may pass DeleteApplicationSnapshotRequest
2682
- # data as a hash:
2683
- #
2684
- # {
2685
- # application_name: "ApplicationName", # required
2686
- # snapshot_name: "SnapshotName", # required
2687
- # snapshot_creation_timestamp: Time.now, # required
2688
- # }
2689
- #
2690
1750
  # @!attribute [rw] application_name
2691
1751
  # The name of an existing application.
2692
1752
  # @return [String]
@@ -2714,16 +1774,6 @@ module Aws::KinesisAnalyticsV2
2714
1774
  #
2715
1775
  class DeleteApplicationSnapshotResponse < Aws::EmptyStructure; end
2716
1776
 
2717
- # @note When making an API call, you may pass DeleteApplicationVpcConfigurationRequest
2718
- # data as a hash:
2719
- #
2720
- # {
2721
- # application_name: "ApplicationName", # required
2722
- # current_application_version_id: 1,
2723
- # vpc_configuration_id: "Id", # required
2724
- # conditional_token: "ConditionalToken",
2725
- # }
2726
- #
2727
1777
  # @!attribute [rw] application_name
2728
1778
  # The name of an existing application.
2729
1779
  # @return [String]
@@ -2780,16 +1830,6 @@ module Aws::KinesisAnalyticsV2
2780
1830
  # The information required to deploy a Kinesis Data Analytics Studio
2781
1831
  # notebook as an application with durable state.
2782
1832
  #
2783
- # @note When making an API call, you may pass DeployAsApplicationConfiguration
2784
- # data as a hash:
2785
- #
2786
- # {
2787
- # s3_content_location: { # required
2788
- # bucket_arn: "BucketARN", # required
2789
- # base_path: "BasePath",
2790
- # },
2791
- # }
2792
- #
2793
1833
  # @!attribute [rw] s3_content_location
2794
1834
  # The description of an Amazon S3 object that contains the Amazon Data
2795
1835
  # Analytics application, including the Amazon Resource Name (ARN) of
@@ -2825,16 +1865,6 @@ module Aws::KinesisAnalyticsV2
2825
1865
  # Updates to the configuration information required to deploy an Amazon
2826
1866
  # Data Analytics Studio notebook as an application with durable state.
2827
1867
  #
2828
- # @note When making an API call, you may pass DeployAsApplicationConfigurationUpdate
2829
- # data as a hash:
2830
- #
2831
- # {
2832
- # s3_content_location_update: {
2833
- # bucket_arn_update: "BucketARN",
2834
- # base_path_update: "BasePath",
2835
- # },
2836
- # }
2837
- #
2838
1868
  # @!attribute [rw] s3_content_location_update
2839
1869
  # Updates to the location that holds the data required to specify an
2840
1870
  # Amazon Data Analytics application.
@@ -2848,14 +1878,6 @@ module Aws::KinesisAnalyticsV2
2848
1878
  include Aws::Structure
2849
1879
  end
2850
1880
 
2851
- # @note When making an API call, you may pass DescribeApplicationRequest
2852
- # data as a hash:
2853
- #
2854
- # {
2855
- # application_name: "ApplicationName", # required
2856
- # include_additional_details: false,
2857
- # }
2858
- #
2859
1881
  # @!attribute [rw] application_name
2860
1882
  # The name of the application.
2861
1883
  # @return [String]
@@ -2888,14 +1910,6 @@ module Aws::KinesisAnalyticsV2
2888
1910
  include Aws::Structure
2889
1911
  end
2890
1912
 
2891
- # @note When making an API call, you may pass DescribeApplicationSnapshotRequest
2892
- # data as a hash:
2893
- #
2894
- # {
2895
- # application_name: "ApplicationName", # required
2896
- # snapshot_name: "SnapshotName", # required
2897
- # }
2898
- #
2899
1913
  # @!attribute [rw] application_name
2900
1914
  # The name of an existing application.
2901
1915
  # @return [String]
@@ -2926,14 +1940,6 @@ module Aws::KinesisAnalyticsV2
2926
1940
  include Aws::Structure
2927
1941
  end
2928
1942
 
2929
- # @note When making an API call, you may pass DescribeApplicationVersionRequest
2930
- # data as a hash:
2931
- #
2932
- # {
2933
- # application_name: "ApplicationName", # required
2934
- # application_version_id: 1, # required
2935
- # }
2936
- #
2937
1943
  # @!attribute [rw] application_name
2938
1944
  # The name of the application for which you want to get the version
2939
1945
  # description.
@@ -2970,13 +1976,6 @@ module Aws::KinesisAnalyticsV2
2970
1976
  # Describes the data format when records are written to the destination
2971
1977
  # in a SQL-based Kinesis Data Analytics application.
2972
1978
  #
2973
- # @note When making an API call, you may pass DestinationSchema
2974
- # data as a hash:
2975
- #
2976
- # {
2977
- # record_format_type: "JSON", # required, accepts JSON, CSV
2978
- # }
2979
- #
2980
1979
  # @!attribute [rw] record_format_type
2981
1980
  # Specifies the format of the records on the output stream.
2982
1981
  # @return [String]
@@ -2989,26 +1988,6 @@ module Aws::KinesisAnalyticsV2
2989
1988
  include Aws::Structure
2990
1989
  end
2991
1990
 
2992
- # @note When making an API call, you may pass DiscoverInputSchemaRequest
2993
- # data as a hash:
2994
- #
2995
- # {
2996
- # resource_arn: "ResourceARN",
2997
- # service_execution_role: "RoleARN", # required
2998
- # input_starting_position_configuration: {
2999
- # input_starting_position: "NOW", # accepts NOW, TRIM_HORIZON, LAST_STOPPED_POINT
3000
- # },
3001
- # s3_configuration: {
3002
- # bucket_arn: "BucketARN", # required
3003
- # file_key: "FileKey", # required
3004
- # },
3005
- # input_processing_configuration: {
3006
- # input_lambda_processor: { # required
3007
- # resource_arn: "ResourceARN", # required
3008
- # },
3009
- # },
3010
- # }
3011
- #
3012
1991
  # @!attribute [rw] resource_arn
3013
1992
  # The Amazon Resource Name (ARN) of the streaming source.
3014
1993
  # @return [String]
@@ -3079,20 +2058,6 @@ module Aws::KinesisAnalyticsV2
3079
2058
  # Describes execution properties for a Flink-based Kinesis Data
3080
2059
  # Analytics application.
3081
2060
  #
3082
- # @note When making an API call, you may pass EnvironmentProperties
3083
- # data as a hash:
3084
- #
3085
- # {
3086
- # property_groups: [ # required
3087
- # {
3088
- # property_group_id: "Id", # required
3089
- # property_map: { # required
3090
- # "PropertyKey" => "PropertyValue",
3091
- # },
3092
- # },
3093
- # ],
3094
- # }
3095
- #
3096
2061
  # @!attribute [rw] property_groups
3097
2062
  # Describes the execution property groups.
3098
2063
  # @return [Array<Types::PropertyGroup>]
@@ -3122,20 +2087,6 @@ module Aws::KinesisAnalyticsV2
3122
2087
  # Describes updates to the execution property groups for a Flink-based
3123
2088
  # Kinesis Data Analytics application or a Studio notebook.
3124
2089
  #
3125
- # @note When making an API call, you may pass EnvironmentPropertyUpdates
3126
- # data as a hash:
3127
- #
3128
- # {
3129
- # property_groups: [ # required
3130
- # {
3131
- # property_group_id: "Id", # required
3132
- # property_map: { # required
3133
- # "PropertyKey" => "PropertyValue",
3134
- # },
3135
- # },
3136
- # ],
3137
- # }
3138
- #
3139
2090
  # @!attribute [rw] property_groups
3140
2091
  # Describes updates to the execution property groups.
3141
2092
  # @return [Array<Types::PropertyGroup>]
@@ -3151,29 +2102,6 @@ module Aws::KinesisAnalyticsV2
3151
2102
  # Describes configuration parameters for a Flink-based Kinesis Data
3152
2103
  # Analytics application or a Studio notebook.
3153
2104
  #
3154
- # @note When making an API call, you may pass FlinkApplicationConfiguration
3155
- # data as a hash:
3156
- #
3157
- # {
3158
- # checkpoint_configuration: {
3159
- # configuration_type: "DEFAULT", # required, accepts DEFAULT, CUSTOM
3160
- # checkpointing_enabled: false,
3161
- # checkpoint_interval: 1,
3162
- # min_pause_between_checkpoints: 1,
3163
- # },
3164
- # monitoring_configuration: {
3165
- # configuration_type: "DEFAULT", # required, accepts DEFAULT, CUSTOM
3166
- # metrics_level: "APPLICATION", # accepts APPLICATION, TASK, OPERATOR, PARALLELISM
3167
- # log_level: "INFO", # accepts INFO, WARN, ERROR, DEBUG
3168
- # },
3169
- # parallelism_configuration: {
3170
- # configuration_type: "DEFAULT", # required, accepts DEFAULT, CUSTOM
3171
- # parallelism: 1,
3172
- # parallelism_per_kpu: 1,
3173
- # auto_scaling_enabled: false,
3174
- # },
3175
- # }
3176
- #
3177
2105
  # @!attribute [rw] checkpoint_configuration
3178
2106
  # Describes an application's checkpointing configuration.
3179
2107
  # Checkpointing is the process of persisting application state for
@@ -3252,29 +2180,6 @@ module Aws::KinesisAnalyticsV2
3252
2180
  # Describes updates to the configuration parameters for a Flink-based
3253
2181
  # Kinesis Data Analytics application.
3254
2182
  #
3255
- # @note When making an API call, you may pass FlinkApplicationConfigurationUpdate
3256
- # data as a hash:
3257
- #
3258
- # {
3259
- # checkpoint_configuration_update: {
3260
- # configuration_type_update: "DEFAULT", # accepts DEFAULT, CUSTOM
3261
- # checkpointing_enabled_update: false,
3262
- # checkpoint_interval_update: 1,
3263
- # min_pause_between_checkpoints_update: 1,
3264
- # },
3265
- # monitoring_configuration_update: {
3266
- # configuration_type_update: "DEFAULT", # accepts DEFAULT, CUSTOM
3267
- # metrics_level_update: "APPLICATION", # accepts APPLICATION, TASK, OPERATOR, PARALLELISM
3268
- # log_level_update: "INFO", # accepts INFO, WARN, ERROR, DEBUG
3269
- # },
3270
- # parallelism_configuration_update: {
3271
- # configuration_type_update: "DEFAULT", # accepts DEFAULT, CUSTOM
3272
- # parallelism_update: 1,
3273
- # parallelism_per_kpu_update: 1,
3274
- # auto_scaling_enabled_update: false,
3275
- # },
3276
- # }
3277
- #
3278
2183
  # @!attribute [rw] checkpoint_configuration_update
3279
2184
  # Describes updates to an application's checkpointing configuration.
3280
2185
  # Checkpointing is the process of persisting application state for
@@ -3304,13 +2209,6 @@ module Aws::KinesisAnalyticsV2
3304
2209
  # Describes the starting parameters for a Flink-based Kinesis Data
3305
2210
  # Analytics application.
3306
2211
  #
3307
- # @note When making an API call, you may pass FlinkRunConfiguration
3308
- # data as a hash:
3309
- #
3310
- # {
3311
- # allow_non_restored_state: false,
3312
- # }
3313
- #
3314
2212
  # @!attribute [rw] allow_non_restored_state
3315
2213
  # When restoring from a snapshot, specifies whether the runtime is
3316
2214
  # allowed to skip a state that cannot be mapped to the new program.
@@ -3344,13 +2242,6 @@ module Aws::KinesisAnalyticsV2
3344
2242
  # Flink SQL queries and table API transforms that you write in an
3345
2243
  # application.
3346
2244
  #
3347
- # @note When making an API call, you may pass GlueDataCatalogConfiguration
3348
- # data as a hash:
3349
- #
3350
- # {
3351
- # database_arn: "DatabaseARN", # required
3352
- # }
3353
- #
3354
2245
  # @!attribute [rw] database_arn
3355
2246
  # The Amazon Resource Name (ARN) of the database.
3356
2247
  # @return [String]
@@ -3383,13 +2274,6 @@ module Aws::KinesisAnalyticsV2
3383
2274
  # SQL queries that you write in a Kinesis Data Analytics Studio
3384
2275
  # notebook.
3385
2276
  #
3386
- # @note When making an API call, you may pass GlueDataCatalogConfigurationUpdate
3387
- # data as a hash:
3388
- #
3389
- # {
3390
- # database_arn_update: "DatabaseARN", # required
3391
- # }
3392
- #
3393
2277
  # @!attribute [rw] database_arn_update
3394
2278
  # The updated Amazon Resource Name (ARN) of the database.
3395
2279
  # @return [String]
@@ -3407,49 +2291,6 @@ module Aws::KinesisAnalyticsV2
3407
2291
  # in-application stream name that is created, and the mapping between
3408
2292
  # the two.
3409
2293
  #
3410
- # @note When making an API call, you may pass Input
3411
- # data as a hash:
3412
- #
3413
- # {
3414
- # name_prefix: "InAppStreamName", # required
3415
- # input_processing_configuration: {
3416
- # input_lambda_processor: { # required
3417
- # resource_arn: "ResourceARN", # required
3418
- # },
3419
- # },
3420
- # kinesis_streams_input: {
3421
- # resource_arn: "ResourceARN", # required
3422
- # },
3423
- # kinesis_firehose_input: {
3424
- # resource_arn: "ResourceARN", # required
3425
- # },
3426
- # input_parallelism: {
3427
- # count: 1,
3428
- # },
3429
- # input_schema: { # required
3430
- # record_format: { # required
3431
- # record_format_type: "JSON", # required, accepts JSON, CSV
3432
- # mapping_parameters: {
3433
- # json_mapping_parameters: {
3434
- # record_row_path: "RecordRowPath", # required
3435
- # },
3436
- # csv_mapping_parameters: {
3437
- # record_row_delimiter: "RecordRowDelimiter", # required
3438
- # record_column_delimiter: "RecordColumnDelimiter", # required
3439
- # },
3440
- # },
3441
- # },
3442
- # record_encoding: "RecordEncoding",
3443
- # record_columns: [ # required
3444
- # {
3445
- # name: "RecordColumnName", # required
3446
- # mapping: "RecordColumnMapping",
3447
- # sql_type: "RecordColumnSqlType", # required
3448
- # },
3449
- # ],
3450
- # },
3451
- # }
3452
- #
3453
2294
  # @!attribute [rw] name_prefix
3454
2295
  # The name prefix to use when creating an in-application stream.
3455
2296
  # Suppose that you specify a prefix "`MyInApplicationStream`."
@@ -3570,13 +2411,6 @@ module Aws::KinesisAnalyticsV2
3570
2411
  # Lambda function that is used to preprocess records in the stream in a
3571
2412
  # SQL-based Kinesis Data Analytics application.
3572
2413
  #
3573
- # @note When making an API call, you may pass InputLambdaProcessor
3574
- # data as a hash:
3575
- #
3576
- # {
3577
- # resource_arn: "ResourceARN", # required
3578
- # }
3579
- #
3580
2414
  # @!attribute [rw] resource_arn
3581
2415
  # The ARN of the Amazon Lambda function that operates on records in
3582
2416
  # the stream.
@@ -3645,13 +2479,6 @@ module Aws::KinesisAnalyticsV2
3645
2479
  # update to the InputLambdaProcessor that is used to preprocess the
3646
2480
  # records in the stream.
3647
2481
  #
3648
- # @note When making an API call, you may pass InputLambdaProcessorUpdate
3649
- # data as a hash:
3650
- #
3651
- # {
3652
- # resource_arn_update: "ResourceARN", # required
3653
- # }
3654
- #
3655
2482
  # @!attribute [rw] resource_arn_update
3656
2483
  # The Amazon Resource Name (ARN) of the new Amazon Lambda function
3657
2484
  # that is used to preprocess the records in the stream.
@@ -3680,13 +2507,6 @@ module Aws::KinesisAnalyticsV2
3680
2507
  # number of in-application streams to create for a given streaming
3681
2508
  # source.
3682
2509
  #
3683
- # @note When making an API call, you may pass InputParallelism
3684
- # data as a hash:
3685
- #
3686
- # {
3687
- # count: 1,
3688
- # }
3689
- #
3690
2510
  # @!attribute [rw] count
3691
2511
  # The number of in-application streams to create.
3692
2512
  # @return [Integer]
@@ -3702,13 +2522,6 @@ module Aws::KinesisAnalyticsV2
3702
2522
  # For a SQL-based Kinesis Data Analytics application, provides updates
3703
2523
  # to the parallelism count.
3704
2524
  #
3705
- # @note When making an API call, you may pass InputParallelismUpdate
3706
- # data as a hash:
3707
- #
3708
- # {
3709
- # count_update: 1, # required
3710
- # }
3711
- #
3712
2525
  # @!attribute [rw] count_update
3713
2526
  # The number of in-application streams to create for the specified
3714
2527
  # streaming source.
@@ -3731,15 +2544,6 @@ module Aws::KinesisAnalyticsV2
3731
2544
  #
3732
2545
  # [1]: https://docs.aws.amazon.com/lambda/
3733
2546
  #
3734
- # @note When making an API call, you may pass InputProcessingConfiguration
3735
- # data as a hash:
3736
- #
3737
- # {
3738
- # input_lambda_processor: { # required
3739
- # resource_arn: "ResourceARN", # required
3740
- # },
3741
- # }
3742
- #
3743
2547
  # @!attribute [rw] input_lambda_processor
3744
2548
  # The InputLambdaProcessor that is used to preprocess the records in
3745
2549
  # the stream before being processed by your application code.
@@ -3777,15 +2581,6 @@ module Aws::KinesisAnalyticsV2
3777
2581
  # For a SQL-based Kinesis Data Analytics application, describes updates
3778
2582
  # to an InputProcessingConfiguration.
3779
2583
  #
3780
- # @note When making an API call, you may pass InputProcessingConfigurationUpdate
3781
- # data as a hash:
3782
- #
3783
- # {
3784
- # input_lambda_processor_update: { # required
3785
- # resource_arn_update: "ResourceARN", # required
3786
- # },
3787
- # }
3788
- #
3789
2584
  # @!attribute [rw] input_lambda_processor_update
3790
2585
  # Provides update information for an InputLambdaProcessor.
3791
2586
  # @return [Types::InputLambdaProcessorUpdate]
@@ -3801,32 +2596,6 @@ module Aws::KinesisAnalyticsV2
3801
2596
  # Describes updates for an SQL-based Kinesis Data Analytics
3802
2597
  # application's input schema.
3803
2598
  #
3804
- # @note When making an API call, you may pass InputSchemaUpdate
3805
- # data as a hash:
3806
- #
3807
- # {
3808
- # record_format_update: {
3809
- # record_format_type: "JSON", # required, accepts JSON, CSV
3810
- # mapping_parameters: {
3811
- # json_mapping_parameters: {
3812
- # record_row_path: "RecordRowPath", # required
3813
- # },
3814
- # csv_mapping_parameters: {
3815
- # record_row_delimiter: "RecordRowDelimiter", # required
3816
- # record_column_delimiter: "RecordColumnDelimiter", # required
3817
- # },
3818
- # },
3819
- # },
3820
- # record_encoding_update: "RecordEncoding",
3821
- # record_column_updates: [
3822
- # {
3823
- # name: "RecordColumnName", # required
3824
- # mapping: "RecordColumnMapping",
3825
- # sql_type: "RecordColumnSqlType", # required
3826
- # },
3827
- # ],
3828
- # }
3829
- #
3830
2599
  # @!attribute [rw] record_format_update
3831
2600
  # Specifies the format of the records on the streaming source.
3832
2601
  # @return [Types::RecordFormat]
@@ -3855,13 +2624,6 @@ module Aws::KinesisAnalyticsV2
3855
2624
  # Describes the point at which the application reads from the streaming
3856
2625
  # source.
3857
2626
  #
3858
- # @note When making an API call, you may pass InputStartingPositionConfiguration
3859
- # data as a hash:
3860
- #
3861
- # {
3862
- # input_starting_position: "NOW", # accepts NOW, TRIM_HORIZON, LAST_STOPPED_POINT
3863
- # }
3864
- #
3865
2627
  # @!attribute [rw] input_starting_position
3866
2628
  # The starting position on the stream.
3867
2629
  #
@@ -3890,50 +2652,6 @@ module Aws::KinesisAnalyticsV2
3890
2652
  # to a specific input configuration (identified by the `InputId` of an
3891
2653
  # application).
3892
2654
  #
3893
- # @note When making an API call, you may pass InputUpdate
3894
- # data as a hash:
3895
- #
3896
- # {
3897
- # input_id: "Id", # required
3898
- # name_prefix_update: "InAppStreamName",
3899
- # input_processing_configuration_update: {
3900
- # input_lambda_processor_update: { # required
3901
- # resource_arn_update: "ResourceARN", # required
3902
- # },
3903
- # },
3904
- # kinesis_streams_input_update: {
3905
- # resource_arn_update: "ResourceARN", # required
3906
- # },
3907
- # kinesis_firehose_input_update: {
3908
- # resource_arn_update: "ResourceARN", # required
3909
- # },
3910
- # input_schema_update: {
3911
- # record_format_update: {
3912
- # record_format_type: "JSON", # required, accepts JSON, CSV
3913
- # mapping_parameters: {
3914
- # json_mapping_parameters: {
3915
- # record_row_path: "RecordRowPath", # required
3916
- # },
3917
- # csv_mapping_parameters: {
3918
- # record_row_delimiter: "RecordRowDelimiter", # required
3919
- # record_column_delimiter: "RecordColumnDelimiter", # required
3920
- # },
3921
- # },
3922
- # },
3923
- # record_encoding_update: "RecordEncoding",
3924
- # record_column_updates: [
3925
- # {
3926
- # name: "RecordColumnName", # required
3927
- # mapping: "RecordColumnMapping",
3928
- # sql_type: "RecordColumnSqlType", # required
3929
- # },
3930
- # ],
3931
- # },
3932
- # input_parallelism_update: {
3933
- # count_update: 1, # required
3934
- # },
3935
- # }
3936
- #
3937
2655
  # @!attribute [rw] input_id
3938
2656
  # The input ID of the application input to be updated.
3939
2657
  # @return [String]
@@ -4026,13 +2744,6 @@ module Aws::KinesisAnalyticsV2
4026
2744
  # additional mapping information when JSON is the record format on the
4027
2745
  # streaming source.
4028
2746
  #
4029
- # @note When making an API call, you may pass JSONMappingParameters
4030
- # data as a hash:
4031
- #
4032
- # {
4033
- # record_row_path: "RecordRowPath", # required
4034
- # }
4035
- #
4036
2747
  # @!attribute [rw] record_row_path
4037
2748
  # The path to the top-level parent that contains the records.
4038
2749
  # @return [String]
@@ -4049,13 +2760,6 @@ module Aws::KinesisAnalyticsV2
4049
2760
  # Kinesis Data Firehose delivery stream as the streaming source. You
4050
2761
  # provide the delivery stream's Amazon Resource Name (ARN).
4051
2762
  #
4052
- # @note When making an API call, you may pass KinesisFirehoseInput
4053
- # data as a hash:
4054
- #
4055
- # {
4056
- # resource_arn: "ResourceARN", # required
4057
- # }
4058
- #
4059
2763
  # @!attribute [rw] resource_arn
4060
2764
  # The Amazon Resource Name (ARN) of the delivery stream.
4061
2765
  # @return [String]
@@ -4100,13 +2804,6 @@ module Aws::KinesisAnalyticsV2
4100
2804
  # application input configuration, provides information about a Kinesis
4101
2805
  # Data Firehose delivery stream as the streaming source.
4102
2806
  #
4103
- # @note When making an API call, you may pass KinesisFirehoseInputUpdate
4104
- # data as a hash:
4105
- #
4106
- # {
4107
- # resource_arn_update: "ResourceARN", # required
4108
- # }
4109
- #
4110
2807
  # @!attribute [rw] resource_arn_update
4111
2808
  # The Amazon Resource Name (ARN) of the input delivery stream to read.
4112
2809
  # @return [String]
@@ -4124,13 +2821,6 @@ module Aws::KinesisAnalyticsV2
4124
2821
  # as the destination. You provide the stream Amazon Resource Name (ARN)
4125
2822
  # of the delivery stream.
4126
2823
  #
4127
- # @note When making an API call, you may pass KinesisFirehoseOutput
4128
- # data as a hash:
4129
- #
4130
- # {
4131
- # resource_arn: "ResourceARN", # required
4132
- # }
4133
- #
4134
2824
  # @!attribute [rw] resource_arn
4135
2825
  # The ARN of the destination delivery stream to write to.
4136
2826
  # @return [String]
@@ -4176,13 +2866,6 @@ module Aws::KinesisAnalyticsV2
4176
2866
  # information about a Kinesis Data Firehose delivery stream that is
4177
2867
  # configured as the destination.
4178
2868
  #
4179
- # @note When making an API call, you may pass KinesisFirehoseOutputUpdate
4180
- # data as a hash:
4181
- #
4182
- # {
4183
- # resource_arn_update: "ResourceARN", # required
4184
- # }
4185
- #
4186
2869
  # @!attribute [rw] resource_arn_update
4187
2870
  # The Amazon Resource Name (ARN) of the delivery stream to write to.
4188
2871
  # @return [String]
@@ -4198,13 +2881,6 @@ module Aws::KinesisAnalyticsV2
4198
2881
  # Identifies a Kinesis data stream as the streaming source. You provide
4199
2882
  # the stream's Amazon Resource Name (ARN).
4200
2883
  #
4201
- # @note When making an API call, you may pass KinesisStreamsInput
4202
- # data as a hash:
4203
- #
4204
- # {
4205
- # resource_arn: "ResourceARN", # required
4206
- # }
4207
- #
4208
2884
  # @!attribute [rw] resource_arn
4209
2885
  # The ARN of the input Kinesis data stream to read.
4210
2886
  # @return [String]
@@ -4249,13 +2925,6 @@ module Aws::KinesisAnalyticsV2
4249
2925
  # Analytics application, provides information about a Kinesis stream as
4250
2926
  # the streaming source.
4251
2927
  #
4252
- # @note When making an API call, you may pass KinesisStreamsInputUpdate
4253
- # data as a hash:
4254
- #
4255
- # {
4256
- # resource_arn_update: "ResourceARN", # required
4257
- # }
4258
- #
4259
2928
  # @!attribute [rw] resource_arn_update
4260
2929
  # The Amazon Resource Name (ARN) of the input Kinesis data stream to
4261
2930
  # read.
@@ -4273,13 +2942,6 @@ module Aws::KinesisAnalyticsV2
4273
2942
  # output, identifies a Kinesis data stream as the destination. You
4274
2943
  # provide the stream Amazon Resource Name (ARN).
4275
2944
  #
4276
- # @note When making an API call, you may pass KinesisStreamsOutput
4277
- # data as a hash:
4278
- #
4279
- # {
4280
- # resource_arn: "ResourceARN", # required
4281
- # }
4282
- #
4283
2945
  # @!attribute [rw] resource_arn
4284
2946
  # The ARN of the destination Kinesis data stream to write to.
4285
2947
  # @return [String]
@@ -4325,13 +2987,6 @@ module Aws::KinesisAnalyticsV2
4325
2987
  # information about a Kinesis data stream that is configured as the
4326
2988
  # destination.
4327
2989
  #
4328
- # @note When making an API call, you may pass KinesisStreamsOutputUpdate
4329
- # data as a hash:
4330
- #
4331
- # {
4332
- # resource_arn_update: "ResourceARN", # required
4333
- # }
4334
- #
4335
2990
  # @!attribute [rw] resource_arn_update
4336
2991
  # The Amazon Resource Name (ARN) of the Kinesis data stream where you
4337
2992
  # want to write the output.
@@ -4350,13 +3005,6 @@ module Aws::KinesisAnalyticsV2
4350
3005
  # provide the function Amazon Resource Name (ARN) of the Lambda
4351
3006
  # function.
4352
3007
  #
4353
- # @note When making an API call, you may pass LambdaOutput
4354
- # data as a hash:
4355
- #
4356
- # {
4357
- # resource_arn: "ResourceARN", # required
4358
- # }
4359
- #
4360
3008
  # @!attribute [rw] resource_arn
4361
3009
  # The Amazon Resource Name (ARN) of the destination Lambda function to
4362
3010
  # write to.
@@ -4414,13 +3062,6 @@ module Aws::KinesisAnalyticsV2
4414
3062
  # information about an Amazon Lambda function that is configured as the
4415
3063
  # destination.
4416
3064
  #
4417
- # @note When making an API call, you may pass LambdaOutputUpdate
4418
- # data as a hash:
4419
- #
4420
- # {
4421
- # resource_arn_update: "ResourceARN", # required
4422
- # }
4423
- #
4424
3065
  # @!attribute [rw] resource_arn_update
4425
3066
  # The Amazon Resource Name (ARN) of the destination Amazon Lambda
4426
3067
  # function.
@@ -4458,15 +3099,6 @@ module Aws::KinesisAnalyticsV2
4458
3099
  include Aws::Structure
4459
3100
  end
4460
3101
 
4461
- # @note When making an API call, you may pass ListApplicationSnapshotsRequest
4462
- # data as a hash:
4463
- #
4464
- # {
4465
- # application_name: "ApplicationName", # required
4466
- # limit: 1,
4467
- # next_token: "NextToken",
4468
- # }
4469
- #
4470
3102
  # @!attribute [rw] application_name
4471
3103
  # The name of an existing application.
4472
3104
  # @return [String]
@@ -4511,15 +3143,6 @@ module Aws::KinesisAnalyticsV2
4511
3143
  include Aws::Structure
4512
3144
  end
4513
3145
 
4514
- # @note When making an API call, you may pass ListApplicationVersionsRequest
4515
- # data as a hash:
4516
- #
4517
- # {
4518
- # application_name: "ApplicationName", # required
4519
- # limit: 1,
4520
- # next_token: "NextToken",
4521
- # }
4522
- #
4523
3146
  # @!attribute [rw] application_name
4524
3147
  # The name of the application for which you want to list all versions.
4525
3148
  # @return [String]
@@ -4580,14 +3203,6 @@ module Aws::KinesisAnalyticsV2
4580
3203
  include Aws::Structure
4581
3204
  end
4582
3205
 
4583
- # @note When making an API call, you may pass ListApplicationsRequest
4584
- # data as a hash:
4585
- #
4586
- # {
4587
- # limit: 1,
4588
- # next_token: "ApplicationName",
4589
- # }
4590
- #
4591
3206
  # @!attribute [rw] limit
4592
3207
  # The maximum number of applications to list.
4593
3208
  # @return [Integer]
@@ -4637,13 +3252,6 @@ module Aws::KinesisAnalyticsV2
4637
3252
  include Aws::Structure
4638
3253
  end
4639
3254
 
4640
- # @note When making an API call, you may pass ListTagsForResourceRequest
4641
- # data as a hash:
4642
- #
4643
- # {
4644
- # resource_arn: "KinesisAnalyticsARN", # required
4645
- # }
4646
- #
4647
3255
  # @!attribute [rw] resource_arn
4648
3256
  # The ARN of the application for which to retrieve tags.
4649
3257
  # @return [String]
@@ -4674,19 +3282,6 @@ module Aws::KinesisAnalyticsV2
4674
3282
  # JSON, CSV, or record fields delimited by some delimiter) on the
4675
3283
  # streaming source.
4676
3284
  #
4677
- # @note When making an API call, you may pass MappingParameters
4678
- # data as a hash:
4679
- #
4680
- # {
4681
- # json_mapping_parameters: {
4682
- # record_row_path: "RecordRowPath", # required
4683
- # },
4684
- # csv_mapping_parameters: {
4685
- # record_row_delimiter: "RecordRowDelimiter", # required
4686
- # record_column_delimiter: "RecordColumnDelimiter", # required
4687
- # },
4688
- # }
4689
- #
4690
3285
  # @!attribute [rw] json_mapping_parameters
4691
3286
  # Provides additional mapping information when JSON is the record
4692
3287
  # format on the streaming source.
@@ -4709,15 +3304,6 @@ module Aws::KinesisAnalyticsV2
4709
3304
  # The information required to specify a Maven reference. You can use
4710
3305
  # Maven references to specify dependency JAR files.
4711
3306
  #
4712
- # @note When making an API call, you may pass MavenReference
4713
- # data as a hash:
4714
- #
4715
- # {
4716
- # group_id: "MavenGroupId", # required
4717
- # artifact_id: "MavenArtifactId", # required
4718
- # version: "MavenVersion", # required
4719
- # }
4720
- #
4721
3307
  # @!attribute [rw] group_id
4722
3308
  # The group ID of the Maven reference.
4723
3309
  # @return [String]
@@ -4748,15 +3334,6 @@ module Aws::KinesisAnalyticsV2
4748
3334
  #
4749
3335
  # [1]: https://docs.aws.amazon.com/kinesisanalytics/latest/java/monitoring-overview.html
4750
3336
  #
4751
- # @note When making an API call, you may pass MonitoringConfiguration
4752
- # data as a hash:
4753
- #
4754
- # {
4755
- # configuration_type: "DEFAULT", # required, accepts DEFAULT, CUSTOM
4756
- # metrics_level: "APPLICATION", # accepts APPLICATION, TASK, OPERATOR, PARALLELISM
4757
- # log_level: "INFO", # accepts INFO, WARN, ERROR, DEBUG
4758
- # }
4759
- #
4760
3337
  # @!attribute [rw] configuration_type
4761
3338
  # Describes whether to use the default CloudWatch logging
4762
3339
  # configuration for an application. You must set this property to
@@ -4813,15 +3390,6 @@ module Aws::KinesisAnalyticsV2
4813
3390
  # Describes updates to configuration parameters for Amazon CloudWatch
4814
3391
  # logging for an application.
4815
3392
  #
4816
- # @note When making an API call, you may pass MonitoringConfigurationUpdate
4817
- # data as a hash:
4818
- #
4819
- # {
4820
- # configuration_type_update: "DEFAULT", # accepts DEFAULT, CUSTOM
4821
- # metrics_level_update: "APPLICATION", # accepts APPLICATION, TASK, OPERATOR, PARALLELISM
4822
- # log_level_update: "INFO", # accepts INFO, WARN, ERROR, DEBUG
4823
- # }
4824
- #
4825
3393
  # @!attribute [rw] configuration_type_update
4826
3394
  # Describes updates to whether to use the default CloudWatch logging
4827
3395
  # configuration for an application. You must set this property to
@@ -4856,25 +3424,6 @@ module Aws::KinesisAnalyticsV2
4856
3424
  # written. The destination can be a Kinesis data stream or a Kinesis
4857
3425
  # Data Firehose delivery stream.
4858
3426
  #
4859
- # @note When making an API call, you may pass Output
4860
- # data as a hash:
4861
- #
4862
- # {
4863
- # name: "InAppStreamName", # required
4864
- # kinesis_streams_output: {
4865
- # resource_arn: "ResourceARN", # required
4866
- # },
4867
- # kinesis_firehose_output: {
4868
- # resource_arn: "ResourceARN", # required
4869
- # },
4870
- # lambda_output: {
4871
- # resource_arn: "ResourceARN", # required
4872
- # },
4873
- # destination_schema: { # required
4874
- # record_format_type: "JSON", # required, accepts JSON, CSV
4875
- # },
4876
- # }
4877
- #
4878
3427
  # @!attribute [rw] name
4879
3428
  # The name of the in-application stream.
4880
3429
  # @return [String]
@@ -4958,26 +3507,6 @@ module Aws::KinesisAnalyticsV2
4958
3507
  # For a SQL-based Kinesis Data Analytics application, describes updates
4959
3508
  # to the output configuration identified by the `OutputId`.
4960
3509
  #
4961
- # @note When making an API call, you may pass OutputUpdate
4962
- # data as a hash:
4963
- #
4964
- # {
4965
- # output_id: "Id", # required
4966
- # name_update: "InAppStreamName",
4967
- # kinesis_streams_output_update: {
4968
- # resource_arn_update: "ResourceARN", # required
4969
- # },
4970
- # kinesis_firehose_output_update: {
4971
- # resource_arn_update: "ResourceARN", # required
4972
- # },
4973
- # lambda_output_update: {
4974
- # resource_arn_update: "ResourceARN", # required
4975
- # },
4976
- # destination_schema_update: {
4977
- # record_format_type: "JSON", # required, accepts JSON, CSV
4978
- # },
4979
- # }
4980
- #
4981
3510
  # @!attribute [rw] output_id
4982
3511
  # Identifies the specific output configuration that you want to
4983
3512
  # update.
@@ -5031,16 +3560,6 @@ module Aws::KinesisAnalyticsV2
5031
3560
  # [1]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/dev/parallel.html
5032
3561
  # [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/
5033
3562
  #
5034
- # @note When making an API call, you may pass ParallelismConfiguration
5035
- # data as a hash:
5036
- #
5037
- # {
5038
- # configuration_type: "DEFAULT", # required, accepts DEFAULT, CUSTOM
5039
- # parallelism: 1,
5040
- # parallelism_per_kpu: 1,
5041
- # auto_scaling_enabled: false,
5042
- # }
5043
- #
5044
3563
  # @!attribute [rw] configuration_type
5045
3564
  # Describes whether the application uses the default parallelism for
5046
3565
  # the Kinesis Data Analytics service. You must set this property to
@@ -5152,16 +3671,6 @@ module Aws::KinesisAnalyticsV2
5152
3671
  # Describes updates to parameters for how an application executes
5153
3672
  # multiple tasks simultaneously.
5154
3673
  #
5155
- # @note When making an API call, you may pass ParallelismConfigurationUpdate
5156
- # data as a hash:
5157
- #
5158
- # {
5159
- # configuration_type_update: "DEFAULT", # accepts DEFAULT, CUSTOM
5160
- # parallelism_update: 1,
5161
- # parallelism_per_kpu_update: 1,
5162
- # auto_scaling_enabled_update: false,
5163
- # }
5164
- #
5165
3674
  # @!attribute [rw] configuration_type_update
5166
3675
  # Describes updates to whether the application uses the default
5167
3676
  # parallelism for the Kinesis Data Analytics service, or if a custom
@@ -5207,16 +3716,6 @@ module Aws::KinesisAnalyticsV2
5207
3716
 
5208
3717
  # Property key-value pairs passed into an application.
5209
3718
  #
5210
- # @note When making an API call, you may pass PropertyGroup
5211
- # data as a hash:
5212
- #
5213
- # {
5214
- # property_group_id: "Id", # required
5215
- # property_map: { # required
5216
- # "PropertyKey" => "PropertyValue",
5217
- # },
5218
- # }
5219
- #
5220
3719
  # @!attribute [rw] property_group_id
5221
3720
  # Describes the key of an application execution property key-value
5222
3721
  # pair.
@@ -5242,15 +3741,6 @@ module Aws::KinesisAnalyticsV2
5242
3741
  #
5243
3742
  # Also used to describe the format of the reference data source.
5244
3743
  #
5245
- # @note When making an API call, you may pass RecordColumn
5246
- # data as a hash:
5247
- #
5248
- # {
5249
- # name: "RecordColumnName", # required
5250
- # mapping: "RecordColumnMapping",
5251
- # sql_type: "RecordColumnSqlType", # required
5252
- # }
5253
- #
5254
3744
  # @!attribute [rw] name
5255
3745
  # The name of the column that is created in the in-application input
5256
3746
  # stream or reference table.
@@ -5280,22 +3770,6 @@ module Aws::KinesisAnalyticsV2
5280
3770
  # record format and relevant mapping information that should be applied
5281
3771
  # to schematize the records on the stream.
5282
3772
  #
5283
- # @note When making an API call, you may pass RecordFormat
5284
- # data as a hash:
5285
- #
5286
- # {
5287
- # record_format_type: "JSON", # required, accepts JSON, CSV
5288
- # mapping_parameters: {
5289
- # json_mapping_parameters: {
5290
- # record_row_path: "RecordRowPath", # required
5291
- # },
5292
- # csv_mapping_parameters: {
5293
- # record_row_delimiter: "RecordRowDelimiter", # required
5294
- # record_column_delimiter: "RecordColumnDelimiter", # required
5295
- # },
5296
- # },
5297
- # }
5298
- #
5299
3773
  # @!attribute [rw] record_format_type
5300
3774
  # The type of record format.
5301
3775
  # @return [String]
@@ -5322,39 +3796,6 @@ module Aws::KinesisAnalyticsV2
5322
3796
  # name that is created, and the necessary schema to map the data
5323
3797
  # elements in the Amazon S3 object to the in-application table.
5324
3798
  #
5325
- # @note When making an API call, you may pass ReferenceDataSource
5326
- # data as a hash:
5327
- #
5328
- # {
5329
- # table_name: "InAppTableName", # required
5330
- # s3_reference_data_source: {
5331
- # bucket_arn: "BucketARN",
5332
- # file_key: "FileKey",
5333
- # },
5334
- # reference_schema: { # required
5335
- # record_format: { # required
5336
- # record_format_type: "JSON", # required, accepts JSON, CSV
5337
- # mapping_parameters: {
5338
- # json_mapping_parameters: {
5339
- # record_row_path: "RecordRowPath", # required
5340
- # },
5341
- # csv_mapping_parameters: {
5342
- # record_row_delimiter: "RecordRowDelimiter", # required
5343
- # record_column_delimiter: "RecordColumnDelimiter", # required
5344
- # },
5345
- # },
5346
- # },
5347
- # record_encoding: "RecordEncoding",
5348
- # record_columns: [ # required
5349
- # {
5350
- # name: "RecordColumnName", # required
5351
- # mapping: "RecordColumnMapping",
5352
- # sql_type: "RecordColumnSqlType", # required
5353
- # },
5354
- # ],
5355
- # },
5356
- # }
5357
- #
5358
3799
  # @!attribute [rw] table_name
5359
3800
  # The name of the in-application table to create.
5360
3801
  # @return [String]
@@ -5426,40 +3867,6 @@ module Aws::KinesisAnalyticsV2
5426
3867
  # information that maps the data in the Amazon S3 object to the
5427
3868
  # in-application reference table that is created.
5428
3869
  #
5429
- # @note When making an API call, you may pass ReferenceDataSourceUpdate
5430
- # data as a hash:
5431
- #
5432
- # {
5433
- # reference_id: "Id", # required
5434
- # table_name_update: "InAppTableName",
5435
- # s3_reference_data_source_update: {
5436
- # bucket_arn_update: "BucketARN",
5437
- # file_key_update: "FileKey",
5438
- # },
5439
- # reference_schema_update: {
5440
- # record_format: { # required
5441
- # record_format_type: "JSON", # required, accepts JSON, CSV
5442
- # mapping_parameters: {
5443
- # json_mapping_parameters: {
5444
- # record_row_path: "RecordRowPath", # required
5445
- # },
5446
- # csv_mapping_parameters: {
5447
- # record_row_delimiter: "RecordRowDelimiter", # required
5448
- # record_column_delimiter: "RecordColumnDelimiter", # required
5449
- # },
5450
- # },
5451
- # },
5452
- # record_encoding: "RecordEncoding",
5453
- # record_columns: [ # required
5454
- # {
5455
- # name: "RecordColumnName", # required
5456
- # mapping: "RecordColumnMapping",
5457
- # sql_type: "RecordColumnSqlType", # required
5458
- # },
5459
- # ],
5460
- # },
5461
- # }
5462
- #
5463
3870
  # @!attribute [rw] reference_id
5464
3871
  # The ID of the reference data source that is being updated. You can
5465
3872
  # use the DescribeApplication operation to get this value.
@@ -5538,14 +3945,6 @@ module Aws::KinesisAnalyticsV2
5538
3945
  include Aws::Structure
5539
3946
  end
5540
3947
 
5541
- # @note When making an API call, you may pass RollbackApplicationRequest
5542
- # data as a hash:
5543
- #
5544
- # {
5545
- # application_name: "ApplicationName", # required
5546
- # current_application_version_id: 1, # required
5547
- # }
5548
- #
5549
3948
  # @!attribute [rw] application_name
5550
3949
  # The name of the application.
5551
3950
  # @return [String]
@@ -5581,27 +3980,6 @@ module Aws::KinesisAnalyticsV2
5581
3980
  # Describes the starting parameters for an Kinesis Data Analytics
5582
3981
  # application.
5583
3982
  #
5584
- # @note When making an API call, you may pass RunConfiguration
5585
- # data as a hash:
5586
- #
5587
- # {
5588
- # flink_run_configuration: {
5589
- # allow_non_restored_state: false,
5590
- # },
5591
- # sql_run_configurations: [
5592
- # {
5593
- # input_id: "Id", # required
5594
- # input_starting_position_configuration: { # required
5595
- # input_starting_position: "NOW", # accepts NOW, TRIM_HORIZON, LAST_STOPPED_POINT
5596
- # },
5597
- # },
5598
- # ],
5599
- # application_restore_configuration: {
5600
- # application_restore_type: "SKIP_RESTORE_FROM_SNAPSHOT", # required, accepts SKIP_RESTORE_FROM_SNAPSHOT, RESTORE_FROM_LATEST_SNAPSHOT, RESTORE_FROM_CUSTOM_SNAPSHOT
5601
- # snapshot_name: "SnapshotName",
5602
- # },
5603
- # }
5604
- #
5605
3983
  # @!attribute [rw] flink_run_configuration
5606
3984
  # Describes the starting parameters for a Flink-based Kinesis Data
5607
3985
  # Analytics application.
@@ -5650,19 +4028,6 @@ module Aws::KinesisAnalyticsV2
5650
4028
  # Describes the updates to the starting parameters for a Kinesis Data
5651
4029
  # Analytics application.
5652
4030
  #
5653
- # @note When making an API call, you may pass RunConfigurationUpdate
5654
- # data as a hash:
5655
- #
5656
- # {
5657
- # flink_run_configuration: {
5658
- # allow_non_restored_state: false,
5659
- # },
5660
- # application_restore_configuration: {
5661
- # application_restore_type: "SKIP_RESTORE_FROM_SNAPSHOT", # required, accepts SKIP_RESTORE_FROM_SNAPSHOT, RESTORE_FROM_LATEST_SNAPSHOT, RESTORE_FROM_CUSTOM_SNAPSHOT
5662
- # snapshot_name: "SnapshotName",
5663
- # },
5664
- # }
5665
- #
5666
4031
  # @!attribute [rw] flink_run_configuration
5667
4032
  # Describes the starting parameters for a Flink-based Kinesis Data
5668
4033
  # Analytics application.
@@ -5713,14 +4078,6 @@ module Aws::KinesisAnalyticsV2
5713
4078
  # Name (ARN) of the S3 bucket and the name of the Amazon S3 object that
5714
4079
  # contains the data.
5715
4080
  #
5716
- # @note When making an API call, you may pass S3Configuration
5717
- # data as a hash:
5718
- #
5719
- # {
5720
- # bucket_arn: "BucketARN", # required
5721
- # file_key: "FileKey", # required
5722
- # }
5723
- #
5724
4081
  # @!attribute [rw] bucket_arn
5725
4082
  # The ARN of the S3 bucket that contains the data.
5726
4083
  # @return [String]
@@ -5740,14 +4097,6 @@ module Aws::KinesisAnalyticsV2
5740
4097
 
5741
4098
  # The S3 bucket that holds the application information.
5742
4099
  #
5743
- # @note When making an API call, you may pass S3ContentBaseLocation
5744
- # data as a hash:
5745
- #
5746
- # {
5747
- # bucket_arn: "BucketARN", # required
5748
- # base_path: "BasePath",
5749
- # }
5750
- #
5751
4100
  # @!attribute [rw] bucket_arn
5752
4101
  # The Amazon Resource Name (ARN) of the S3 bucket.
5753
4102
  # @return [String]
@@ -5787,14 +4136,6 @@ module Aws::KinesisAnalyticsV2
5787
4136
  # The information required to update the S3 base location that holds the
5788
4137
  # application.
5789
4138
  #
5790
- # @note When making an API call, you may pass S3ContentBaseLocationUpdate
5791
- # data as a hash:
5792
- #
5793
- # {
5794
- # bucket_arn_update: "BucketARN",
5795
- # base_path_update: "BasePath",
5796
- # }
5797
- #
5798
4139
  # @!attribute [rw] bucket_arn_update
5799
4140
  # The updated Amazon Resource Name (ARN) of the S3 bucket.
5800
4141
  # @return [String]
@@ -5817,15 +4158,6 @@ module Aws::KinesisAnalyticsV2
5817
4158
  # bucket, the name of the Amazon S3 object that contains the data, and
5818
4159
  # the version number of the Amazon S3 object that contains the data.
5819
4160
  #
5820
- # @note When making an API call, you may pass S3ContentLocation
5821
- # data as a hash:
5822
- #
5823
- # {
5824
- # bucket_arn: "BucketARN", # required
5825
- # file_key: "FileKey", # required
5826
- # object_version: "ObjectVersion",
5827
- # }
5828
- #
5829
4161
  # @!attribute [rw] bucket_arn
5830
4162
  # The Amazon Resource Name (ARN) for the S3 bucket containing the
5831
4163
  # application code.
@@ -5852,15 +4184,6 @@ module Aws::KinesisAnalyticsV2
5852
4184
  # Describes an update for the Amazon S3 code content location for an
5853
4185
  # application.
5854
4186
  #
5855
- # @note When making an API call, you may pass S3ContentLocationUpdate
5856
- # data as a hash:
5857
- #
5858
- # {
5859
- # bucket_arn_update: "BucketARN",
5860
- # file_key_update: "FileKey",
5861
- # object_version_update: "ObjectVersion",
5862
- # }
5863
- #
5864
4187
  # @!attribute [rw] bucket_arn_update
5865
4188
  # The new Amazon Resource Name (ARN) for the S3 bucket containing the
5866
4189
  # application code.
@@ -5891,14 +4214,6 @@ module Aws::KinesisAnalyticsV2
5891
4214
  # If the data changes, you call the UpdateApplication operation to
5892
4215
  # trigger reloading of data into your application.
5893
4216
  #
5894
- # @note When making an API call, you may pass S3ReferenceDataSource
5895
- # data as a hash:
5896
- #
5897
- # {
5898
- # bucket_arn: "BucketARN",
5899
- # file_key: "FileKey",
5900
- # }
5901
- #
5902
4217
  # @!attribute [rw] bucket_arn
5903
4218
  # The Amazon Resource Name (ARN) of the S3 bucket.
5904
4219
  # @return [String]
@@ -5953,14 +4268,6 @@ module Aws::KinesisAnalyticsV2
5953
4268
  # Amazon S3 bucket name and object key name for an in-application
5954
4269
  # reference table.
5955
4270
  #
5956
- # @note When making an API call, you may pass S3ReferenceDataSourceUpdate
5957
- # data as a hash:
5958
- #
5959
- # {
5960
- # bucket_arn_update: "BucketARN",
5961
- # file_key_update: "FileKey",
5962
- # }
5963
- #
5964
4271
  # @!attribute [rw] bucket_arn_update
5965
4272
  # The Amazon Resource Name (ARN) of the S3 bucket.
5966
4273
  # @return [String]
@@ -6024,32 +4331,6 @@ module Aws::KinesisAnalyticsV2
6024
4331
  # format of the data in the streaming source, and how each data element
6025
4332
  # maps to corresponding columns created in the in-application stream.
6026
4333
  #
6027
- # @note When making an API call, you may pass SourceSchema
6028
- # data as a hash:
6029
- #
6030
- # {
6031
- # record_format: { # required
6032
- # record_format_type: "JSON", # required, accepts JSON, CSV
6033
- # mapping_parameters: {
6034
- # json_mapping_parameters: {
6035
- # record_row_path: "RecordRowPath", # required
6036
- # },
6037
- # csv_mapping_parameters: {
6038
- # record_row_delimiter: "RecordRowDelimiter", # required
6039
- # record_column_delimiter: "RecordColumnDelimiter", # required
6040
- # },
6041
- # },
6042
- # },
6043
- # record_encoding: "RecordEncoding",
6044
- # record_columns: [ # required
6045
- # {
6046
- # name: "RecordColumnName", # required
6047
- # mapping: "RecordColumnMapping",
6048
- # sql_type: "RecordColumnSqlType", # required
6049
- # },
6050
- # ],
6051
- # }
6052
- #
6053
4334
  # @!attribute [rw] record_format
6054
4335
  # Specifies the format of the records on the streaming source.
6055
4336
  # @return [Types::RecordFormat]
@@ -6076,101 +4357,6 @@ module Aws::KinesisAnalyticsV2
6076
4357
  # Describes the inputs, outputs, and reference data sources for a
6077
4358
  # SQL-based Kinesis Data Analytics application.
6078
4359
  #
6079
- # @note When making an API call, you may pass SqlApplicationConfiguration
6080
- # data as a hash:
6081
- #
6082
- # {
6083
- # inputs: [
6084
- # {
6085
- # name_prefix: "InAppStreamName", # required
6086
- # input_processing_configuration: {
6087
- # input_lambda_processor: { # required
6088
- # resource_arn: "ResourceARN", # required
6089
- # },
6090
- # },
6091
- # kinesis_streams_input: {
6092
- # resource_arn: "ResourceARN", # required
6093
- # },
6094
- # kinesis_firehose_input: {
6095
- # resource_arn: "ResourceARN", # required
6096
- # },
6097
- # input_parallelism: {
6098
- # count: 1,
6099
- # },
6100
- # input_schema: { # required
6101
- # record_format: { # required
6102
- # record_format_type: "JSON", # required, accepts JSON, CSV
6103
- # mapping_parameters: {
6104
- # json_mapping_parameters: {
6105
- # record_row_path: "RecordRowPath", # required
6106
- # },
6107
- # csv_mapping_parameters: {
6108
- # record_row_delimiter: "RecordRowDelimiter", # required
6109
- # record_column_delimiter: "RecordColumnDelimiter", # required
6110
- # },
6111
- # },
6112
- # },
6113
- # record_encoding: "RecordEncoding",
6114
- # record_columns: [ # required
6115
- # {
6116
- # name: "RecordColumnName", # required
6117
- # mapping: "RecordColumnMapping",
6118
- # sql_type: "RecordColumnSqlType", # required
6119
- # },
6120
- # ],
6121
- # },
6122
- # },
6123
- # ],
6124
- # outputs: [
6125
- # {
6126
- # name: "InAppStreamName", # required
6127
- # kinesis_streams_output: {
6128
- # resource_arn: "ResourceARN", # required
6129
- # },
6130
- # kinesis_firehose_output: {
6131
- # resource_arn: "ResourceARN", # required
6132
- # },
6133
- # lambda_output: {
6134
- # resource_arn: "ResourceARN", # required
6135
- # },
6136
- # destination_schema: { # required
6137
- # record_format_type: "JSON", # required, accepts JSON, CSV
6138
- # },
6139
- # },
6140
- # ],
6141
- # reference_data_sources: [
6142
- # {
6143
- # table_name: "InAppTableName", # required
6144
- # s3_reference_data_source: {
6145
- # bucket_arn: "BucketARN",
6146
- # file_key: "FileKey",
6147
- # },
6148
- # reference_schema: { # required
6149
- # record_format: { # required
6150
- # record_format_type: "JSON", # required, accepts JSON, CSV
6151
- # mapping_parameters: {
6152
- # json_mapping_parameters: {
6153
- # record_row_path: "RecordRowPath", # required
6154
- # },
6155
- # csv_mapping_parameters: {
6156
- # record_row_delimiter: "RecordRowDelimiter", # required
6157
- # record_column_delimiter: "RecordColumnDelimiter", # required
6158
- # },
6159
- # },
6160
- # },
6161
- # record_encoding: "RecordEncoding",
6162
- # record_columns: [ # required
6163
- # {
6164
- # name: "RecordColumnName", # required
6165
- # mapping: "RecordColumnMapping",
6166
- # sql_type: "RecordColumnSqlType", # required
6167
- # },
6168
- # ],
6169
- # },
6170
- # },
6171
- # ],
6172
- # }
6173
- #
6174
4360
  # @!attribute [rw] inputs
6175
4361
  # The array of Input objects describing the input streams used by the
6176
4362
  # application.
@@ -6228,104 +4414,6 @@ module Aws::KinesisAnalyticsV2
6228
4414
  # reference data sources for a SQL-based Kinesis Data Analytics
6229
4415
  # application.
6230
4416
  #
6231
- # @note When making an API call, you may pass SqlApplicationConfigurationUpdate
6232
- # data as a hash:
6233
- #
6234
- # {
6235
- # input_updates: [
6236
- # {
6237
- # input_id: "Id", # required
6238
- # name_prefix_update: "InAppStreamName",
6239
- # input_processing_configuration_update: {
6240
- # input_lambda_processor_update: { # required
6241
- # resource_arn_update: "ResourceARN", # required
6242
- # },
6243
- # },
6244
- # kinesis_streams_input_update: {
6245
- # resource_arn_update: "ResourceARN", # required
6246
- # },
6247
- # kinesis_firehose_input_update: {
6248
- # resource_arn_update: "ResourceARN", # required
6249
- # },
6250
- # input_schema_update: {
6251
- # record_format_update: {
6252
- # record_format_type: "JSON", # required, accepts JSON, CSV
6253
- # mapping_parameters: {
6254
- # json_mapping_parameters: {
6255
- # record_row_path: "RecordRowPath", # required
6256
- # },
6257
- # csv_mapping_parameters: {
6258
- # record_row_delimiter: "RecordRowDelimiter", # required
6259
- # record_column_delimiter: "RecordColumnDelimiter", # required
6260
- # },
6261
- # },
6262
- # },
6263
- # record_encoding_update: "RecordEncoding",
6264
- # record_column_updates: [
6265
- # {
6266
- # name: "RecordColumnName", # required
6267
- # mapping: "RecordColumnMapping",
6268
- # sql_type: "RecordColumnSqlType", # required
6269
- # },
6270
- # ],
6271
- # },
6272
- # input_parallelism_update: {
6273
- # count_update: 1, # required
6274
- # },
6275
- # },
6276
- # ],
6277
- # output_updates: [
6278
- # {
6279
- # output_id: "Id", # required
6280
- # name_update: "InAppStreamName",
6281
- # kinesis_streams_output_update: {
6282
- # resource_arn_update: "ResourceARN", # required
6283
- # },
6284
- # kinesis_firehose_output_update: {
6285
- # resource_arn_update: "ResourceARN", # required
6286
- # },
6287
- # lambda_output_update: {
6288
- # resource_arn_update: "ResourceARN", # required
6289
- # },
6290
- # destination_schema_update: {
6291
- # record_format_type: "JSON", # required, accepts JSON, CSV
6292
- # },
6293
- # },
6294
- # ],
6295
- # reference_data_source_updates: [
6296
- # {
6297
- # reference_id: "Id", # required
6298
- # table_name_update: "InAppTableName",
6299
- # s3_reference_data_source_update: {
6300
- # bucket_arn_update: "BucketARN",
6301
- # file_key_update: "FileKey",
6302
- # },
6303
- # reference_schema_update: {
6304
- # record_format: { # required
6305
- # record_format_type: "JSON", # required, accepts JSON, CSV
6306
- # mapping_parameters: {
6307
- # json_mapping_parameters: {
6308
- # record_row_path: "RecordRowPath", # required
6309
- # },
6310
- # csv_mapping_parameters: {
6311
- # record_row_delimiter: "RecordRowDelimiter", # required
6312
- # record_column_delimiter: "RecordColumnDelimiter", # required
6313
- # },
6314
- # },
6315
- # },
6316
- # record_encoding: "RecordEncoding",
6317
- # record_columns: [ # required
6318
- # {
6319
- # name: "RecordColumnName", # required
6320
- # mapping: "RecordColumnMapping",
6321
- # sql_type: "RecordColumnSqlType", # required
6322
- # },
6323
- # ],
6324
- # },
6325
- # },
6326
- # ],
6327
- # }
6328
- #
6329
4417
  # @!attribute [rw] input_updates
6330
4418
  # The array of InputUpdate objects describing the new input streams
6331
4419
  # used by the application.
@@ -6354,16 +4442,6 @@ module Aws::KinesisAnalyticsV2
6354
4442
  # Describes the starting parameters for a SQL-based Kinesis Data
6355
4443
  # Analytics application.
6356
4444
  #
6357
- # @note When making an API call, you may pass SqlRunConfiguration
6358
- # data as a hash:
6359
- #
6360
- # {
6361
- # input_id: "Id", # required
6362
- # input_starting_position_configuration: { # required
6363
- # input_starting_position: "NOW", # accepts NOW, TRIM_HORIZON, LAST_STOPPED_POINT
6364
- # },
6365
- # }
6366
- #
6367
4445
  # @!attribute [rw] input_id
6368
4446
  # The input source ID. You can get this ID by calling the
6369
4447
  # DescribeApplication operation.
@@ -6383,30 +4461,6 @@ module Aws::KinesisAnalyticsV2
6383
4461
  include Aws::Structure
6384
4462
  end
6385
4463
 
6386
- # @note When making an API call, you may pass StartApplicationRequest
6387
- # data as a hash:
6388
- #
6389
- # {
6390
- # application_name: "ApplicationName", # required
6391
- # run_configuration: {
6392
- # flink_run_configuration: {
6393
- # allow_non_restored_state: false,
6394
- # },
6395
- # sql_run_configurations: [
6396
- # {
6397
- # input_id: "Id", # required
6398
- # input_starting_position_configuration: { # required
6399
- # input_starting_position: "NOW", # accepts NOW, TRIM_HORIZON, LAST_STOPPED_POINT
6400
- # },
6401
- # },
6402
- # ],
6403
- # application_restore_configuration: {
6404
- # application_restore_type: "SKIP_RESTORE_FROM_SNAPSHOT", # required, accepts SKIP_RESTORE_FROM_SNAPSHOT, RESTORE_FROM_LATEST_SNAPSHOT, RESTORE_FROM_CUSTOM_SNAPSHOT
6405
- # snapshot_name: "SnapshotName",
6406
- # },
6407
- # },
6408
- # }
6409
- #
6410
4464
  # @!attribute [rw] application_name
6411
4465
  # The name of the application.
6412
4466
  # @return [String]
@@ -6429,14 +4483,6 @@ module Aws::KinesisAnalyticsV2
6429
4483
  #
6430
4484
  class StartApplicationResponse < Aws::EmptyStructure; end
6431
4485
 
6432
- # @note When making an API call, you may pass StopApplicationRequest
6433
- # data as a hash:
6434
- #
6435
- # {
6436
- # application_name: "ApplicationName", # required
6437
- # force: false,
6438
- # }
6439
- #
6440
4486
  # @!attribute [rw] application_name
6441
4487
  # The name of the running application to stop.
6442
4488
  # @return [String]
@@ -6485,14 +4531,6 @@ module Aws::KinesisAnalyticsV2
6485
4531
  #
6486
4532
  # [1]: https://docs.aws.amazon.com/kinesisanalytics/latest/java/how-tagging.html
6487
4533
  #
6488
- # @note When making an API call, you may pass Tag
6489
- # data as a hash:
6490
- #
6491
- # {
6492
- # key: "TagKey", # required
6493
- # value: "TagValue",
6494
- # }
6495
- #
6496
4534
  # @!attribute [rw] key
6497
4535
  # The key of the key-value tag.
6498
4536
  # @return [String]
@@ -6510,19 +4548,6 @@ module Aws::KinesisAnalyticsV2
6510
4548
  include Aws::Structure
6511
4549
  end
6512
4550
 
6513
- # @note When making an API call, you may pass TagResourceRequest
6514
- # data as a hash:
6515
- #
6516
- # {
6517
- # resource_arn: "KinesisAnalyticsARN", # required
6518
- # tags: [ # required
6519
- # {
6520
- # key: "TagKey", # required
6521
- # value: "TagValue",
6522
- # },
6523
- # ],
6524
- # }
6525
- #
6526
4551
  # @!attribute [rw] resource_arn
6527
4552
  # The ARN of the application to assign the tags.
6528
4553
  # @return [String]
@@ -6599,14 +4624,6 @@ module Aws::KinesisAnalyticsV2
6599
4624
  include Aws::Structure
6600
4625
  end
6601
4626
 
6602
- # @note When making an API call, you may pass UntagResourceRequest
6603
- # data as a hash:
6604
- #
6605
- # {
6606
- # resource_arn: "KinesisAnalyticsARN", # required
6607
- # tag_keys: ["TagKey"], # required
6608
- # }
6609
- #
6610
4627
  # @!attribute [rw] resource_arn
6611
4628
  # The ARN of the Kinesis Data Analytics application from which to
6612
4629
  # remove the tags.
@@ -6629,16 +4646,6 @@ module Aws::KinesisAnalyticsV2
6629
4646
  #
6630
4647
  class UntagResourceResponse < Aws::EmptyStructure; end
6631
4648
 
6632
- # @note When making an API call, you may pass UpdateApplicationMaintenanceConfigurationRequest
6633
- # data as a hash:
6634
- #
6635
- # {
6636
- # application_name: "ApplicationName", # required
6637
- # application_maintenance_configuration_update: { # required
6638
- # application_maintenance_window_start_time_update: "ApplicationMaintenanceWindowStartTime", # required
6639
- # },
6640
- # }
6641
- #
6642
4649
  # @!attribute [rw] application_name
6643
4650
  # The name of the application for which you want to update the
6644
4651
  # maintenance configuration.
@@ -6675,209 +4682,6 @@ module Aws::KinesisAnalyticsV2
6675
4682
  include Aws::Structure
6676
4683
  end
6677
4684
 
6678
- # @note When making an API call, you may pass UpdateApplicationRequest
6679
- # data as a hash:
6680
- #
6681
- # {
6682
- # application_name: "ApplicationName", # required
6683
- # current_application_version_id: 1,
6684
- # application_configuration_update: {
6685
- # sql_application_configuration_update: {
6686
- # input_updates: [
6687
- # {
6688
- # input_id: "Id", # required
6689
- # name_prefix_update: "InAppStreamName",
6690
- # input_processing_configuration_update: {
6691
- # input_lambda_processor_update: { # required
6692
- # resource_arn_update: "ResourceARN", # required
6693
- # },
6694
- # },
6695
- # kinesis_streams_input_update: {
6696
- # resource_arn_update: "ResourceARN", # required
6697
- # },
6698
- # kinesis_firehose_input_update: {
6699
- # resource_arn_update: "ResourceARN", # required
6700
- # },
6701
- # input_schema_update: {
6702
- # record_format_update: {
6703
- # record_format_type: "JSON", # required, accepts JSON, CSV
6704
- # mapping_parameters: {
6705
- # json_mapping_parameters: {
6706
- # record_row_path: "RecordRowPath", # required
6707
- # },
6708
- # csv_mapping_parameters: {
6709
- # record_row_delimiter: "RecordRowDelimiter", # required
6710
- # record_column_delimiter: "RecordColumnDelimiter", # required
6711
- # },
6712
- # },
6713
- # },
6714
- # record_encoding_update: "RecordEncoding",
6715
- # record_column_updates: [
6716
- # {
6717
- # name: "RecordColumnName", # required
6718
- # mapping: "RecordColumnMapping",
6719
- # sql_type: "RecordColumnSqlType", # required
6720
- # },
6721
- # ],
6722
- # },
6723
- # input_parallelism_update: {
6724
- # count_update: 1, # required
6725
- # },
6726
- # },
6727
- # ],
6728
- # output_updates: [
6729
- # {
6730
- # output_id: "Id", # required
6731
- # name_update: "InAppStreamName",
6732
- # kinesis_streams_output_update: {
6733
- # resource_arn_update: "ResourceARN", # required
6734
- # },
6735
- # kinesis_firehose_output_update: {
6736
- # resource_arn_update: "ResourceARN", # required
6737
- # },
6738
- # lambda_output_update: {
6739
- # resource_arn_update: "ResourceARN", # required
6740
- # },
6741
- # destination_schema_update: {
6742
- # record_format_type: "JSON", # required, accepts JSON, CSV
6743
- # },
6744
- # },
6745
- # ],
6746
- # reference_data_source_updates: [
6747
- # {
6748
- # reference_id: "Id", # required
6749
- # table_name_update: "InAppTableName",
6750
- # s3_reference_data_source_update: {
6751
- # bucket_arn_update: "BucketARN",
6752
- # file_key_update: "FileKey",
6753
- # },
6754
- # reference_schema_update: {
6755
- # record_format: { # required
6756
- # record_format_type: "JSON", # required, accepts JSON, CSV
6757
- # mapping_parameters: {
6758
- # json_mapping_parameters: {
6759
- # record_row_path: "RecordRowPath", # required
6760
- # },
6761
- # csv_mapping_parameters: {
6762
- # record_row_delimiter: "RecordRowDelimiter", # required
6763
- # record_column_delimiter: "RecordColumnDelimiter", # required
6764
- # },
6765
- # },
6766
- # },
6767
- # record_encoding: "RecordEncoding",
6768
- # record_columns: [ # required
6769
- # {
6770
- # name: "RecordColumnName", # required
6771
- # mapping: "RecordColumnMapping",
6772
- # sql_type: "RecordColumnSqlType", # required
6773
- # },
6774
- # ],
6775
- # },
6776
- # },
6777
- # ],
6778
- # },
6779
- # application_code_configuration_update: {
6780
- # code_content_type_update: "PLAINTEXT", # accepts PLAINTEXT, ZIPFILE
6781
- # code_content_update: {
6782
- # text_content_update: "TextContent",
6783
- # zip_file_content_update: "data",
6784
- # s3_content_location_update: {
6785
- # bucket_arn_update: "BucketARN",
6786
- # file_key_update: "FileKey",
6787
- # object_version_update: "ObjectVersion",
6788
- # },
6789
- # },
6790
- # },
6791
- # flink_application_configuration_update: {
6792
- # checkpoint_configuration_update: {
6793
- # configuration_type_update: "DEFAULT", # accepts DEFAULT, CUSTOM
6794
- # checkpointing_enabled_update: false,
6795
- # checkpoint_interval_update: 1,
6796
- # min_pause_between_checkpoints_update: 1,
6797
- # },
6798
- # monitoring_configuration_update: {
6799
- # configuration_type_update: "DEFAULT", # accepts DEFAULT, CUSTOM
6800
- # metrics_level_update: "APPLICATION", # accepts APPLICATION, TASK, OPERATOR, PARALLELISM
6801
- # log_level_update: "INFO", # accepts INFO, WARN, ERROR, DEBUG
6802
- # },
6803
- # parallelism_configuration_update: {
6804
- # configuration_type_update: "DEFAULT", # accepts DEFAULT, CUSTOM
6805
- # parallelism_update: 1,
6806
- # parallelism_per_kpu_update: 1,
6807
- # auto_scaling_enabled_update: false,
6808
- # },
6809
- # },
6810
- # environment_property_updates: {
6811
- # property_groups: [ # required
6812
- # {
6813
- # property_group_id: "Id", # required
6814
- # property_map: { # required
6815
- # "PropertyKey" => "PropertyValue",
6816
- # },
6817
- # },
6818
- # ],
6819
- # },
6820
- # application_snapshot_configuration_update: {
6821
- # snapshots_enabled_update: false, # required
6822
- # },
6823
- # vpc_configuration_updates: [
6824
- # {
6825
- # vpc_configuration_id: "Id", # required
6826
- # subnet_id_updates: ["SubnetId"],
6827
- # security_group_id_updates: ["SecurityGroupId"],
6828
- # },
6829
- # ],
6830
- # zeppelin_application_configuration_update: {
6831
- # monitoring_configuration_update: {
6832
- # log_level_update: "INFO", # required, accepts INFO, WARN, ERROR, DEBUG
6833
- # },
6834
- # catalog_configuration_update: {
6835
- # glue_data_catalog_configuration_update: { # required
6836
- # database_arn_update: "DatabaseARN", # required
6837
- # },
6838
- # },
6839
- # deploy_as_application_configuration_update: {
6840
- # s3_content_location_update: {
6841
- # bucket_arn_update: "BucketARN",
6842
- # base_path_update: "BasePath",
6843
- # },
6844
- # },
6845
- # custom_artifacts_configuration_update: [
6846
- # {
6847
- # artifact_type: "UDF", # required, accepts UDF, DEPENDENCY_JAR
6848
- # s3_content_location: {
6849
- # bucket_arn: "BucketARN", # required
6850
- # file_key: "FileKey", # required
6851
- # object_version: "ObjectVersion",
6852
- # },
6853
- # maven_reference: {
6854
- # group_id: "MavenGroupId", # required
6855
- # artifact_id: "MavenArtifactId", # required
6856
- # version: "MavenVersion", # required
6857
- # },
6858
- # },
6859
- # ],
6860
- # },
6861
- # },
6862
- # service_execution_role_update: "RoleARN",
6863
- # run_configuration_update: {
6864
- # flink_run_configuration: {
6865
- # allow_non_restored_state: false,
6866
- # },
6867
- # application_restore_configuration: {
6868
- # application_restore_type: "SKIP_RESTORE_FROM_SNAPSHOT", # required, accepts SKIP_RESTORE_FROM_SNAPSHOT, RESTORE_FROM_LATEST_SNAPSHOT, RESTORE_FROM_CUSTOM_SNAPSHOT
6869
- # snapshot_name: "SnapshotName",
6870
- # },
6871
- # },
6872
- # cloud_watch_logging_option_updates: [
6873
- # {
6874
- # cloud_watch_logging_option_id: "Id", # required
6875
- # log_stream_arn_update: "LogStreamARN",
6876
- # },
6877
- # ],
6878
- # conditional_token: "ConditionalToken",
6879
- # }
6880
- #
6881
4685
  # @!attribute [rw] application_name
6882
4686
  # The name of the application to update.
6883
4687
  # @return [String]
@@ -6946,14 +4750,6 @@ module Aws::KinesisAnalyticsV2
6946
4750
 
6947
4751
  # Describes the parameters of a VPC used by the application.
6948
4752
  #
6949
- # @note When making an API call, you may pass VpcConfiguration
6950
- # data as a hash:
6951
- #
6952
- # {
6953
- # subnet_ids: ["SubnetId"], # required
6954
- # security_group_ids: ["SecurityGroupId"], # required
6955
- # }
6956
- #
6957
4753
  # @!attribute [rw] subnet_ids
6958
4754
  # The array of [Subnet][1] IDs used by the VPC configuration.
6959
4755
  #
@@ -7018,15 +4814,6 @@ module Aws::KinesisAnalyticsV2
7018
4814
 
7019
4815
  # Describes updates to the VPC configuration used by the application.
7020
4816
  #
7021
- # @note When making an API call, you may pass VpcConfigurationUpdate
7022
- # data as a hash:
7023
- #
7024
- # {
7025
- # vpc_configuration_id: "Id", # required
7026
- # subnet_id_updates: ["SubnetId"],
7027
- # security_group_id_updates: ["SecurityGroupId"],
7028
- # }
7029
- #
7030
4817
  # @!attribute [rw] vpc_configuration_id
7031
4818
  # Describes an update to the ID of the VPC configuration.
7032
4819
  # @return [String]
@@ -7061,41 +4848,6 @@ module Aws::KinesisAnalyticsV2
7061
4848
 
7062
4849
  # The configuration of a Kinesis Data Analytics Studio notebook.
7063
4850
  #
7064
- # @note When making an API call, you may pass ZeppelinApplicationConfiguration
7065
- # data as a hash:
7066
- #
7067
- # {
7068
- # monitoring_configuration: {
7069
- # log_level: "INFO", # required, accepts INFO, WARN, ERROR, DEBUG
7070
- # },
7071
- # catalog_configuration: {
7072
- # glue_data_catalog_configuration: { # required
7073
- # database_arn: "DatabaseARN", # required
7074
- # },
7075
- # },
7076
- # deploy_as_application_configuration: {
7077
- # s3_content_location: { # required
7078
- # bucket_arn: "BucketARN", # required
7079
- # base_path: "BasePath",
7080
- # },
7081
- # },
7082
- # custom_artifacts_configuration: [
7083
- # {
7084
- # artifact_type: "UDF", # required, accepts UDF, DEPENDENCY_JAR
7085
- # s3_content_location: {
7086
- # bucket_arn: "BucketARN", # required
7087
- # file_key: "FileKey", # required
7088
- # object_version: "ObjectVersion",
7089
- # },
7090
- # maven_reference: {
7091
- # group_id: "MavenGroupId", # required
7092
- # artifact_id: "MavenArtifactId", # required
7093
- # version: "MavenVersion", # required
7094
- # },
7095
- # },
7096
- # ],
7097
- # }
7098
- #
7099
4851
  # @!attribute [rw] monitoring_configuration
7100
4852
  # The monitoring configuration of a Kinesis Data Analytics Studio
7101
4853
  # notebook.
@@ -7163,41 +4915,6 @@ module Aws::KinesisAnalyticsV2
7163
4915
  # Updates to the configuration of Kinesis Data Analytics Studio
7164
4916
  # notebook.
7165
4917
  #
7166
- # @note When making an API call, you may pass ZeppelinApplicationConfigurationUpdate
7167
- # data as a hash:
7168
- #
7169
- # {
7170
- # monitoring_configuration_update: {
7171
- # log_level_update: "INFO", # required, accepts INFO, WARN, ERROR, DEBUG
7172
- # },
7173
- # catalog_configuration_update: {
7174
- # glue_data_catalog_configuration_update: { # required
7175
- # database_arn_update: "DatabaseARN", # required
7176
- # },
7177
- # },
7178
- # deploy_as_application_configuration_update: {
7179
- # s3_content_location_update: {
7180
- # bucket_arn_update: "BucketARN",
7181
- # base_path_update: "BasePath",
7182
- # },
7183
- # },
7184
- # custom_artifacts_configuration_update: [
7185
- # {
7186
- # artifact_type: "UDF", # required, accepts UDF, DEPENDENCY_JAR
7187
- # s3_content_location: {
7188
- # bucket_arn: "BucketARN", # required
7189
- # file_key: "FileKey", # required
7190
- # object_version: "ObjectVersion",
7191
- # },
7192
- # maven_reference: {
7193
- # group_id: "MavenGroupId", # required
7194
- # artifact_id: "MavenArtifactId", # required
7195
- # version: "MavenVersion", # required
7196
- # },
7197
- # },
7198
- # ],
7199
- # }
7200
- #
7201
4918
  # @!attribute [rw] monitoring_configuration_update
7202
4919
  # Updates to the monitoring configuration of a Kinesis Data Analytics
7203
4920
  # Studio notebook.
@@ -7238,13 +4955,6 @@ module Aws::KinesisAnalyticsV2
7238
4955
  #
7239
4956
  # [1]: https://docs.aws.amazon.com/kinesisanalytics/latest/java/monitoring-overview.html
7240
4957
  #
7241
- # @note When making an API call, you may pass ZeppelinMonitoringConfiguration
7242
- # data as a hash:
7243
- #
7244
- # {
7245
- # log_level: "INFO", # required, accepts INFO, WARN, ERROR, DEBUG
7246
- # }
7247
- #
7248
4958
  # @!attribute [rw] log_level
7249
4959
  # The verbosity of the CloudWatch Logs for an application.
7250
4960
  # @return [String]
@@ -7275,13 +4985,6 @@ module Aws::KinesisAnalyticsV2
7275
4985
  # Updates to the monitoring configuration for Apache Zeppelin within a
7276
4986
  # Kinesis Data Analytics Studio notebook.
7277
4987
  #
7278
- # @note When making an API call, you may pass ZeppelinMonitoringConfigurationUpdate
7279
- # data as a hash:
7280
- #
7281
- # {
7282
- # log_level_update: "INFO", # required, accepts INFO, WARN, ERROR, DEBUG
7283
- # }
7284
- #
7285
4988
  # @!attribute [rw] log_level_update
7286
4989
  # Updates to the logging level for Apache Zeppelin within a Kinesis
7287
4990
  # Data Analytics Studio notebook.