aws-sdk-kinesisanalyticsv2 1.42.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.
@@ -1242,13 +704,6 @@ module Aws::KinesisAnalyticsV2
1242
704
 
1243
705
  # Describes the updated maintenance configuration for the application.
1244
706
  #
1245
- # @note When making an API call, you may pass ApplicationMaintenanceConfigurationUpdate
1246
- # data as a hash:
1247
- #
1248
- # {
1249
- # application_maintenance_window_start_time_update: "ApplicationMaintenanceWindowStartTime", # required
1250
- # }
1251
- #
1252
707
  # @!attribute [rw] application_maintenance_window_start_time_update
1253
708
  # The updated start time for the maintenance window.
1254
709
  # @return [String]
@@ -1264,14 +719,6 @@ module Aws::KinesisAnalyticsV2
1264
719
  # Specifies the method and snapshot to use when restarting an
1265
720
  # application using previously saved application state.
1266
721
  #
1267
- # @note When making an API call, you may pass ApplicationRestoreConfiguration
1268
- # data as a hash:
1269
- #
1270
- # {
1271
- # application_restore_type: "SKIP_RESTORE_FROM_SNAPSHOT", # required, accepts SKIP_RESTORE_FROM_SNAPSHOT, RESTORE_FROM_LATEST_SNAPSHOT, RESTORE_FROM_CUSTOM_SNAPSHOT
1272
- # snapshot_name: "SnapshotName",
1273
- # }
1274
- #
1275
722
  # @!attribute [rw] application_restore_type
1276
723
  # Specifies how the application should be restored.
1277
724
  # @return [String]
@@ -1295,13 +742,6 @@ module Aws::KinesisAnalyticsV2
1295
742
  # Describes whether snapshots are enabled for a Flink-based Kinesis Data
1296
743
  # Analytics application.
1297
744
  #
1298
- # @note When making an API call, you may pass ApplicationSnapshotConfiguration
1299
- # data as a hash:
1300
- #
1301
- # {
1302
- # snapshots_enabled: false, # required
1303
- # }
1304
- #
1305
745
  # @!attribute [rw] snapshots_enabled
1306
746
  # Describes whether snapshots are enabled for a Flink-based Kinesis
1307
747
  # Data Analytics application.
@@ -1334,13 +774,6 @@ module Aws::KinesisAnalyticsV2
1334
774
  # Describes updates to whether snapshots are enabled for a Flink-based
1335
775
  # Kinesis Data Analytics application.
1336
776
  #
1337
- # @note When making an API call, you may pass ApplicationSnapshotConfigurationUpdate
1338
- # data as a hash:
1339
- #
1340
- # {
1341
- # snapshots_enabled_update: false, # required
1342
- # }
1343
- #
1344
777
  # @!attribute [rw] snapshots_enabled_update
1345
778
  # Describes updates to whether snapshots are enabled for an
1346
779
  # application.
@@ -1426,14 +859,6 @@ module Aws::KinesisAnalyticsV2
1426
859
  #
1427
860
  # `"name2", "address2"`
1428
861
  #
1429
- # @note When making an API call, you may pass CSVMappingParameters
1430
- # data as a hash:
1431
- #
1432
- # {
1433
- # record_row_delimiter: "RecordRowDelimiter", # required
1434
- # record_column_delimiter: "RecordColumnDelimiter", # required
1435
- # }
1436
- #
1437
862
  # @!attribute [rw] record_row_delimiter
1438
863
  # The row delimiter. For example, in a CSV format, *'\\n'* is the
1439
864
  # typical row delimiter.
@@ -1457,15 +882,6 @@ module Aws::KinesisAnalyticsV2
1457
882
  # use this database for SQL queries that you write in a Kinesis Data
1458
883
  # Analytics Studio notebook.
1459
884
  #
1460
- # @note When making an API call, you may pass CatalogConfiguration
1461
- # data as a hash:
1462
- #
1463
- # {
1464
- # glue_data_catalog_configuration: { # required
1465
- # database_arn: "DatabaseARN", # required
1466
- # },
1467
- # }
1468
- #
1469
885
  # @!attribute [rw] glue_data_catalog_configuration
1470
886
  # The configuration parameters for the default Amazon Glue database.
1471
887
  # You use this database for Apache Flink SQL queries and table API
@@ -1503,15 +919,6 @@ module Aws::KinesisAnalyticsV2
1503
919
  # database. You use this database for SQL queries that you write in a
1504
920
  # Kinesis Data Analytics Studio notebook.
1505
921
  #
1506
- # @note When making an API call, you may pass CatalogConfigurationUpdate
1507
- # data as a hash:
1508
- #
1509
- # {
1510
- # glue_data_catalog_configuration_update: { # required
1511
- # database_arn_update: "DatabaseARN", # required
1512
- # },
1513
- # }
1514
- #
1515
922
  # @!attribute [rw] glue_data_catalog_configuration_update
1516
923
  # Updates to the configuration parameters for the default Amazon Glue
1517
924
  # database. You use this database for SQL queries that you write in a
@@ -1536,16 +943,6 @@ module Aws::KinesisAnalyticsV2
1536
943
  # [1]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/concepts/programming-model.html#checkpoints-for-fault-tolerance
1537
944
  # [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/
1538
945
  #
1539
- # @note When making an API call, you may pass CheckpointConfiguration
1540
- # data as a hash:
1541
- #
1542
- # {
1543
- # configuration_type: "DEFAULT", # required, accepts DEFAULT, CUSTOM
1544
- # checkpointing_enabled: false,
1545
- # checkpoint_interval: 1,
1546
- # min_pause_between_checkpoints: 1,
1547
- # }
1548
- #
1549
946
  # @!attribute [rw] configuration_type
1550
947
  # Describes whether the application uses Kinesis Data Analytics'
1551
948
  # default checkpointing behavior. You must set this property to
@@ -1689,16 +1086,6 @@ module Aws::KinesisAnalyticsV2
1689
1086
  # Describes updates to the checkpointing parameters for a Flink-based
1690
1087
  # Kinesis Data Analytics application.
1691
1088
  #
1692
- # @note When making an API call, you may pass CheckpointConfigurationUpdate
1693
- # data as a hash:
1694
- #
1695
- # {
1696
- # configuration_type_update: "DEFAULT", # accepts DEFAULT, CUSTOM
1697
- # checkpointing_enabled_update: false,
1698
- # checkpoint_interval_update: 1,
1699
- # min_pause_between_checkpoints_update: 1,
1700
- # }
1701
- #
1702
1089
  # @!attribute [rw] configuration_type_update
1703
1090
  # Describes updates to whether the application uses the default
1704
1091
  # checkpointing behavior of Kinesis Data Analytics. You must set this
@@ -1768,13 +1155,6 @@ module Aws::KinesisAnalyticsV2
1768
1155
  # Provides a description of Amazon CloudWatch logging options, including
1769
1156
  # the log stream Amazon Resource Name (ARN).
1770
1157
  #
1771
- # @note When making an API call, you may pass CloudWatchLoggingOption
1772
- # data as a hash:
1773
- #
1774
- # {
1775
- # log_stream_arn: "LogStreamARN", # required
1776
- # }
1777
- #
1778
1158
  # @!attribute [rw] log_stream_arn
1779
1159
  # The ARN of the CloudWatch log to receive application messages.
1780
1160
  # @return [String]
@@ -1820,14 +1200,6 @@ module Aws::KinesisAnalyticsV2
1820
1200
 
1821
1201
  # Describes the Amazon CloudWatch logging option updates.
1822
1202
  #
1823
- # @note When making an API call, you may pass CloudWatchLoggingOptionUpdate
1824
- # data as a hash:
1825
- #
1826
- # {
1827
- # cloud_watch_logging_option_id: "Id", # required
1828
- # log_stream_arn_update: "LogStreamARN",
1829
- # }
1830
- #
1831
1203
  # @!attribute [rw] cloud_watch_logging_option_id
1832
1204
  # The ID of the CloudWatch logging option to update
1833
1205
  # @return [String]
@@ -1850,19 +1222,6 @@ module Aws::KinesisAnalyticsV2
1850
1222
  # application code, for a Flink-based Kinesis Data Analytics
1851
1223
  # application.
1852
1224
  #
1853
- # @note When making an API call, you may pass CodeContent
1854
- # data as a hash:
1855
- #
1856
- # {
1857
- # text_content: "TextContent",
1858
- # zip_file_content: "data",
1859
- # s3_content_location: {
1860
- # bucket_arn: "BucketARN", # required
1861
- # file_key: "FileKey", # required
1862
- # object_version: "ObjectVersion",
1863
- # },
1864
- # }
1865
- #
1866
1225
  # @!attribute [rw] text_content
1867
1226
  # The text-format code for a Flink-based Kinesis Data Analytics
1868
1227
  # application.
@@ -1923,19 +1282,6 @@ module Aws::KinesisAnalyticsV2
1923
1282
  # Describes an update to the code of an application. Not supported for
1924
1283
  # Apache Zeppelin.
1925
1284
  #
1926
- # @note When making an API call, you may pass CodeContentUpdate
1927
- # data as a hash:
1928
- #
1929
- # {
1930
- # text_content_update: "TextContent",
1931
- # zip_file_content_update: "data",
1932
- # s3_content_location_update: {
1933
- # bucket_arn_update: "BucketARN",
1934
- # file_key_update: "FileKey",
1935
- # object_version_update: "ObjectVersion",
1936
- # },
1937
- # }
1938
- #
1939
1285
  # @!attribute [rw] text_content_update
1940
1286
  # Describes an update to the text code for an application.
1941
1287
  # @return [String]
@@ -1987,15 +1333,6 @@ module Aws::KinesisAnalyticsV2
1987
1333
  include Aws::Structure
1988
1334
  end
1989
1335
 
1990
- # @note When making an API call, you may pass CreateApplicationPresignedUrlRequest
1991
- # data as a hash:
1992
- #
1993
- # {
1994
- # application_name: "ApplicationName", # required
1995
- # url_type: "FLINK_DASHBOARD_URL", # required, accepts FLINK_DASHBOARD_URL, ZEPPELIN_UI_URL
1996
- # session_expiration_duration_in_seconds: 1,
1997
- # }
1998
- #
1999
1336
  # @!attribute [rw] application_name
2000
1337
  # The name of the application.
2001
1338
  # @return [String]
@@ -2032,202 +1369,6 @@ module Aws::KinesisAnalyticsV2
2032
1369
  include Aws::Structure
2033
1370
  end
2034
1371
 
2035
- # @note When making an API call, you may pass CreateApplicationRequest
2036
- # data as a hash:
2037
- #
2038
- # {
2039
- # application_name: "ApplicationName", # required
2040
- # application_description: "ApplicationDescription",
2041
- # 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, FLINK-1_15
2042
- # service_execution_role: "RoleARN", # required
2043
- # application_configuration: {
2044
- # sql_application_configuration: {
2045
- # inputs: [
2046
- # {
2047
- # name_prefix: "InAppStreamName", # required
2048
- # input_processing_configuration: {
2049
- # input_lambda_processor: { # required
2050
- # resource_arn: "ResourceARN", # required
2051
- # },
2052
- # },
2053
- # kinesis_streams_input: {
2054
- # resource_arn: "ResourceARN", # required
2055
- # },
2056
- # kinesis_firehose_input: {
2057
- # resource_arn: "ResourceARN", # required
2058
- # },
2059
- # input_parallelism: {
2060
- # count: 1,
2061
- # },
2062
- # input_schema: { # required
2063
- # record_format: { # required
2064
- # record_format_type: "JSON", # required, accepts JSON, CSV
2065
- # mapping_parameters: {
2066
- # json_mapping_parameters: {
2067
- # record_row_path: "RecordRowPath", # required
2068
- # },
2069
- # csv_mapping_parameters: {
2070
- # record_row_delimiter: "RecordRowDelimiter", # required
2071
- # record_column_delimiter: "RecordColumnDelimiter", # required
2072
- # },
2073
- # },
2074
- # },
2075
- # record_encoding: "RecordEncoding",
2076
- # record_columns: [ # required
2077
- # {
2078
- # name: "RecordColumnName", # required
2079
- # mapping: "RecordColumnMapping",
2080
- # sql_type: "RecordColumnSqlType", # required
2081
- # },
2082
- # ],
2083
- # },
2084
- # },
2085
- # ],
2086
- # outputs: [
2087
- # {
2088
- # name: "InAppStreamName", # required
2089
- # kinesis_streams_output: {
2090
- # resource_arn: "ResourceARN", # required
2091
- # },
2092
- # kinesis_firehose_output: {
2093
- # resource_arn: "ResourceARN", # required
2094
- # },
2095
- # lambda_output: {
2096
- # resource_arn: "ResourceARN", # required
2097
- # },
2098
- # destination_schema: { # required
2099
- # record_format_type: "JSON", # required, accepts JSON, CSV
2100
- # },
2101
- # },
2102
- # ],
2103
- # reference_data_sources: [
2104
- # {
2105
- # table_name: "InAppTableName", # required
2106
- # s3_reference_data_source: {
2107
- # bucket_arn: "BucketARN",
2108
- # file_key: "FileKey",
2109
- # },
2110
- # reference_schema: { # required
2111
- # record_format: { # required
2112
- # record_format_type: "JSON", # required, accepts JSON, CSV
2113
- # mapping_parameters: {
2114
- # json_mapping_parameters: {
2115
- # record_row_path: "RecordRowPath", # required
2116
- # },
2117
- # csv_mapping_parameters: {
2118
- # record_row_delimiter: "RecordRowDelimiter", # required
2119
- # record_column_delimiter: "RecordColumnDelimiter", # required
2120
- # },
2121
- # },
2122
- # },
2123
- # record_encoding: "RecordEncoding",
2124
- # record_columns: [ # required
2125
- # {
2126
- # name: "RecordColumnName", # required
2127
- # mapping: "RecordColumnMapping",
2128
- # sql_type: "RecordColumnSqlType", # required
2129
- # },
2130
- # ],
2131
- # },
2132
- # },
2133
- # ],
2134
- # },
2135
- # flink_application_configuration: {
2136
- # checkpoint_configuration: {
2137
- # configuration_type: "DEFAULT", # required, accepts DEFAULT, CUSTOM
2138
- # checkpointing_enabled: false,
2139
- # checkpoint_interval: 1,
2140
- # min_pause_between_checkpoints: 1,
2141
- # },
2142
- # monitoring_configuration: {
2143
- # configuration_type: "DEFAULT", # required, accepts DEFAULT, CUSTOM
2144
- # metrics_level: "APPLICATION", # accepts APPLICATION, TASK, OPERATOR, PARALLELISM
2145
- # log_level: "INFO", # accepts INFO, WARN, ERROR, DEBUG
2146
- # },
2147
- # parallelism_configuration: {
2148
- # configuration_type: "DEFAULT", # required, accepts DEFAULT, CUSTOM
2149
- # parallelism: 1,
2150
- # parallelism_per_kpu: 1,
2151
- # auto_scaling_enabled: false,
2152
- # },
2153
- # },
2154
- # environment_properties: {
2155
- # property_groups: [ # required
2156
- # {
2157
- # property_group_id: "Id", # required
2158
- # property_map: { # required
2159
- # "PropertyKey" => "PropertyValue",
2160
- # },
2161
- # },
2162
- # ],
2163
- # },
2164
- # application_code_configuration: {
2165
- # code_content: {
2166
- # text_content: "TextContent",
2167
- # zip_file_content: "data",
2168
- # s3_content_location: {
2169
- # bucket_arn: "BucketARN", # required
2170
- # file_key: "FileKey", # required
2171
- # object_version: "ObjectVersion",
2172
- # },
2173
- # },
2174
- # code_content_type: "PLAINTEXT", # required, accepts PLAINTEXT, ZIPFILE
2175
- # },
2176
- # application_snapshot_configuration: {
2177
- # snapshots_enabled: false, # required
2178
- # },
2179
- # vpc_configurations: [
2180
- # {
2181
- # subnet_ids: ["SubnetId"], # required
2182
- # security_group_ids: ["SecurityGroupId"], # required
2183
- # },
2184
- # ],
2185
- # zeppelin_application_configuration: {
2186
- # monitoring_configuration: {
2187
- # log_level: "INFO", # required, accepts INFO, WARN, ERROR, DEBUG
2188
- # },
2189
- # catalog_configuration: {
2190
- # glue_data_catalog_configuration: { # required
2191
- # database_arn: "DatabaseARN", # required
2192
- # },
2193
- # },
2194
- # deploy_as_application_configuration: {
2195
- # s3_content_location: { # required
2196
- # bucket_arn: "BucketARN", # required
2197
- # base_path: "BasePath",
2198
- # },
2199
- # },
2200
- # custom_artifacts_configuration: [
2201
- # {
2202
- # artifact_type: "UDF", # required, accepts UDF, DEPENDENCY_JAR
2203
- # s3_content_location: {
2204
- # bucket_arn: "BucketARN", # required
2205
- # file_key: "FileKey", # required
2206
- # object_version: "ObjectVersion",
2207
- # },
2208
- # maven_reference: {
2209
- # group_id: "MavenGroupId", # required
2210
- # artifact_id: "MavenArtifactId", # required
2211
- # version: "MavenVersion", # required
2212
- # },
2213
- # },
2214
- # ],
2215
- # },
2216
- # },
2217
- # cloud_watch_logging_options: [
2218
- # {
2219
- # log_stream_arn: "LogStreamARN", # required
2220
- # },
2221
- # ],
2222
- # tags: [
2223
- # {
2224
- # key: "TagKey", # required
2225
- # value: "TagValue",
2226
- # },
2227
- # ],
2228
- # application_mode: "STREAMING", # accepts STREAMING, INTERACTIVE
2229
- # }
2230
- #
2231
1372
  # @!attribute [rw] application_name
2232
1373
  # The name of your application (for example, `sample-app`).
2233
1374
  # @return [String]
@@ -2302,14 +1443,6 @@ module Aws::KinesisAnalyticsV2
2302
1443
  include Aws::Structure
2303
1444
  end
2304
1445
 
2305
- # @note When making an API call, you may pass CreateApplicationSnapshotRequest
2306
- # data as a hash:
2307
- #
2308
- # {
2309
- # application_name: "ApplicationName", # required
2310
- # snapshot_name: "SnapshotName", # required
2311
- # }
2312
- #
2313
1446
  # @!attribute [rw] application_name
2314
1447
  # The name of an existing application
2315
1448
  # @return [String]
@@ -2334,23 +1467,6 @@ module Aws::KinesisAnalyticsV2
2334
1467
  # Specifies dependency JARs, as well as JAR files that contain
2335
1468
  # user-defined functions (UDF).
2336
1469
  #
2337
- # @note When making an API call, you may pass CustomArtifactConfiguration
2338
- # data as a hash:
2339
- #
2340
- # {
2341
- # artifact_type: "UDF", # required, accepts UDF, DEPENDENCY_JAR
2342
- # s3_content_location: {
2343
- # bucket_arn: "BucketARN", # required
2344
- # file_key: "FileKey", # required
2345
- # object_version: "ObjectVersion",
2346
- # },
2347
- # maven_reference: {
2348
- # group_id: "MavenGroupId", # required
2349
- # artifact_id: "MavenArtifactId", # required
2350
- # version: "MavenVersion", # required
2351
- # },
2352
- # }
2353
- #
2354
1470
  # @!attribute [rw] artifact_type
2355
1471
  # `UDF` stands for user-defined functions. This type of artifact must
2356
1472
  # be in an S3 bucket. A `DEPENDENCY_JAR` can be in either Maven or an
@@ -2409,16 +1525,6 @@ module Aws::KinesisAnalyticsV2
2409
1525
  include Aws::Structure
2410
1526
  end
2411
1527
 
2412
- # @note When making an API call, you may pass DeleteApplicationCloudWatchLoggingOptionRequest
2413
- # data as a hash:
2414
- #
2415
- # {
2416
- # application_name: "ApplicationName", # required
2417
- # current_application_version_id: 1,
2418
- # cloud_watch_logging_option_id: "Id", # required
2419
- # conditional_token: "ConditionalToken",
2420
- # }
2421
- #
2422
1528
  # @!attribute [rw] application_name
2423
1529
  # The application name.
2424
1530
  # @return [String]
@@ -2482,15 +1588,6 @@ module Aws::KinesisAnalyticsV2
2482
1588
  include Aws::Structure
2483
1589
  end
2484
1590
 
2485
- # @note When making an API call, you may pass DeleteApplicationInputProcessingConfigurationRequest
2486
- # data as a hash:
2487
- #
2488
- # {
2489
- # application_name: "ApplicationName", # required
2490
- # current_application_version_id: 1, # required
2491
- # input_id: "Id", # required
2492
- # }
2493
- #
2494
1591
  # @!attribute [rw] application_name
2495
1592
  # The name of the application.
2496
1593
  # @return [String]
@@ -2535,15 +1632,6 @@ module Aws::KinesisAnalyticsV2
2535
1632
  include Aws::Structure
2536
1633
  end
2537
1634
 
2538
- # @note When making an API call, you may pass DeleteApplicationOutputRequest
2539
- # data as a hash:
2540
- #
2541
- # {
2542
- # application_name: "ApplicationName", # required
2543
- # current_application_version_id: 1, # required
2544
- # output_id: "Id", # required
2545
- # }
2546
- #
2547
1635
  # @!attribute [rw] application_name
2548
1636
  # The application name.
2549
1637
  # @return [String]
@@ -2592,15 +1680,6 @@ module Aws::KinesisAnalyticsV2
2592
1680
  include Aws::Structure
2593
1681
  end
2594
1682
 
2595
- # @note When making an API call, you may pass DeleteApplicationReferenceDataSourceRequest
2596
- # data as a hash:
2597
- #
2598
- # {
2599
- # application_name: "ApplicationName", # required
2600
- # current_application_version_id: 1, # required
2601
- # reference_id: "Id", # required
2602
- # }
2603
- #
2604
1683
  # @!attribute [rw] application_name
2605
1684
  # The name of an existing application.
2606
1685
  # @return [String]
@@ -2647,14 +1726,6 @@ module Aws::KinesisAnalyticsV2
2647
1726
  include Aws::Structure
2648
1727
  end
2649
1728
 
2650
- # @note When making an API call, you may pass DeleteApplicationRequest
2651
- # data as a hash:
2652
- #
2653
- # {
2654
- # application_name: "ApplicationName", # required
2655
- # create_timestamp: Time.now, # required
2656
- # }
2657
- #
2658
1729
  # @!attribute [rw] application_name
2659
1730
  # The name of the application to delete.
2660
1731
  # @return [String]
@@ -2676,15 +1747,6 @@ module Aws::KinesisAnalyticsV2
2676
1747
  #
2677
1748
  class DeleteApplicationResponse < Aws::EmptyStructure; end
2678
1749
 
2679
- # @note When making an API call, you may pass DeleteApplicationSnapshotRequest
2680
- # data as a hash:
2681
- #
2682
- # {
2683
- # application_name: "ApplicationName", # required
2684
- # snapshot_name: "SnapshotName", # required
2685
- # snapshot_creation_timestamp: Time.now, # required
2686
- # }
2687
- #
2688
1750
  # @!attribute [rw] application_name
2689
1751
  # The name of an existing application.
2690
1752
  # @return [String]
@@ -2712,16 +1774,6 @@ module Aws::KinesisAnalyticsV2
2712
1774
  #
2713
1775
  class DeleteApplicationSnapshotResponse < Aws::EmptyStructure; end
2714
1776
 
2715
- # @note When making an API call, you may pass DeleteApplicationVpcConfigurationRequest
2716
- # data as a hash:
2717
- #
2718
- # {
2719
- # application_name: "ApplicationName", # required
2720
- # current_application_version_id: 1,
2721
- # vpc_configuration_id: "Id", # required
2722
- # conditional_token: "ConditionalToken",
2723
- # }
2724
- #
2725
1777
  # @!attribute [rw] application_name
2726
1778
  # The name of an existing application.
2727
1779
  # @return [String]
@@ -2778,16 +1830,6 @@ module Aws::KinesisAnalyticsV2
2778
1830
  # The information required to deploy a Kinesis Data Analytics Studio
2779
1831
  # notebook as an application with durable state.
2780
1832
  #
2781
- # @note When making an API call, you may pass DeployAsApplicationConfiguration
2782
- # data as a hash:
2783
- #
2784
- # {
2785
- # s3_content_location: { # required
2786
- # bucket_arn: "BucketARN", # required
2787
- # base_path: "BasePath",
2788
- # },
2789
- # }
2790
- #
2791
1833
  # @!attribute [rw] s3_content_location
2792
1834
  # The description of an Amazon S3 object that contains the Amazon Data
2793
1835
  # Analytics application, including the Amazon Resource Name (ARN) of
@@ -2823,16 +1865,6 @@ module Aws::KinesisAnalyticsV2
2823
1865
  # Updates to the configuration information required to deploy an Amazon
2824
1866
  # Data Analytics Studio notebook as an application with durable state.
2825
1867
  #
2826
- # @note When making an API call, you may pass DeployAsApplicationConfigurationUpdate
2827
- # data as a hash:
2828
- #
2829
- # {
2830
- # s3_content_location_update: {
2831
- # bucket_arn_update: "BucketARN",
2832
- # base_path_update: "BasePath",
2833
- # },
2834
- # }
2835
- #
2836
1868
  # @!attribute [rw] s3_content_location_update
2837
1869
  # Updates to the location that holds the data required to specify an
2838
1870
  # Amazon Data Analytics application.
@@ -2846,14 +1878,6 @@ module Aws::KinesisAnalyticsV2
2846
1878
  include Aws::Structure
2847
1879
  end
2848
1880
 
2849
- # @note When making an API call, you may pass DescribeApplicationRequest
2850
- # data as a hash:
2851
- #
2852
- # {
2853
- # application_name: "ApplicationName", # required
2854
- # include_additional_details: false,
2855
- # }
2856
- #
2857
1881
  # @!attribute [rw] application_name
2858
1882
  # The name of the application.
2859
1883
  # @return [String]
@@ -2886,14 +1910,6 @@ module Aws::KinesisAnalyticsV2
2886
1910
  include Aws::Structure
2887
1911
  end
2888
1912
 
2889
- # @note When making an API call, you may pass DescribeApplicationSnapshotRequest
2890
- # data as a hash:
2891
- #
2892
- # {
2893
- # application_name: "ApplicationName", # required
2894
- # snapshot_name: "SnapshotName", # required
2895
- # }
2896
- #
2897
1913
  # @!attribute [rw] application_name
2898
1914
  # The name of an existing application.
2899
1915
  # @return [String]
@@ -2924,14 +1940,6 @@ module Aws::KinesisAnalyticsV2
2924
1940
  include Aws::Structure
2925
1941
  end
2926
1942
 
2927
- # @note When making an API call, you may pass DescribeApplicationVersionRequest
2928
- # data as a hash:
2929
- #
2930
- # {
2931
- # application_name: "ApplicationName", # required
2932
- # application_version_id: 1, # required
2933
- # }
2934
- #
2935
1943
  # @!attribute [rw] application_name
2936
1944
  # The name of the application for which you want to get the version
2937
1945
  # description.
@@ -2968,13 +1976,6 @@ module Aws::KinesisAnalyticsV2
2968
1976
  # Describes the data format when records are written to the destination
2969
1977
  # in a SQL-based Kinesis Data Analytics application.
2970
1978
  #
2971
- # @note When making an API call, you may pass DestinationSchema
2972
- # data as a hash:
2973
- #
2974
- # {
2975
- # record_format_type: "JSON", # required, accepts JSON, CSV
2976
- # }
2977
- #
2978
1979
  # @!attribute [rw] record_format_type
2979
1980
  # Specifies the format of the records on the output stream.
2980
1981
  # @return [String]
@@ -2987,26 +1988,6 @@ module Aws::KinesisAnalyticsV2
2987
1988
  include Aws::Structure
2988
1989
  end
2989
1990
 
2990
- # @note When making an API call, you may pass DiscoverInputSchemaRequest
2991
- # data as a hash:
2992
- #
2993
- # {
2994
- # resource_arn: "ResourceARN",
2995
- # service_execution_role: "RoleARN", # required
2996
- # input_starting_position_configuration: {
2997
- # input_starting_position: "NOW", # accepts NOW, TRIM_HORIZON, LAST_STOPPED_POINT
2998
- # },
2999
- # s3_configuration: {
3000
- # bucket_arn: "BucketARN", # required
3001
- # file_key: "FileKey", # required
3002
- # },
3003
- # input_processing_configuration: {
3004
- # input_lambda_processor: { # required
3005
- # resource_arn: "ResourceARN", # required
3006
- # },
3007
- # },
3008
- # }
3009
- #
3010
1991
  # @!attribute [rw] resource_arn
3011
1992
  # The Amazon Resource Name (ARN) of the streaming source.
3012
1993
  # @return [String]
@@ -3077,20 +2058,6 @@ module Aws::KinesisAnalyticsV2
3077
2058
  # Describes execution properties for a Flink-based Kinesis Data
3078
2059
  # Analytics application.
3079
2060
  #
3080
- # @note When making an API call, you may pass EnvironmentProperties
3081
- # data as a hash:
3082
- #
3083
- # {
3084
- # property_groups: [ # required
3085
- # {
3086
- # property_group_id: "Id", # required
3087
- # property_map: { # required
3088
- # "PropertyKey" => "PropertyValue",
3089
- # },
3090
- # },
3091
- # ],
3092
- # }
3093
- #
3094
2061
  # @!attribute [rw] property_groups
3095
2062
  # Describes the execution property groups.
3096
2063
  # @return [Array<Types::PropertyGroup>]
@@ -3120,20 +2087,6 @@ module Aws::KinesisAnalyticsV2
3120
2087
  # Describes updates to the execution property groups for a Flink-based
3121
2088
  # Kinesis Data Analytics application or a Studio notebook.
3122
2089
  #
3123
- # @note When making an API call, you may pass EnvironmentPropertyUpdates
3124
- # data as a hash:
3125
- #
3126
- # {
3127
- # property_groups: [ # required
3128
- # {
3129
- # property_group_id: "Id", # required
3130
- # property_map: { # required
3131
- # "PropertyKey" => "PropertyValue",
3132
- # },
3133
- # },
3134
- # ],
3135
- # }
3136
- #
3137
2090
  # @!attribute [rw] property_groups
3138
2091
  # Describes updates to the execution property groups.
3139
2092
  # @return [Array<Types::PropertyGroup>]
@@ -3149,29 +2102,6 @@ module Aws::KinesisAnalyticsV2
3149
2102
  # Describes configuration parameters for a Flink-based Kinesis Data
3150
2103
  # Analytics application or a Studio notebook.
3151
2104
  #
3152
- # @note When making an API call, you may pass FlinkApplicationConfiguration
3153
- # data as a hash:
3154
- #
3155
- # {
3156
- # checkpoint_configuration: {
3157
- # configuration_type: "DEFAULT", # required, accepts DEFAULT, CUSTOM
3158
- # checkpointing_enabled: false,
3159
- # checkpoint_interval: 1,
3160
- # min_pause_between_checkpoints: 1,
3161
- # },
3162
- # monitoring_configuration: {
3163
- # configuration_type: "DEFAULT", # required, accepts DEFAULT, CUSTOM
3164
- # metrics_level: "APPLICATION", # accepts APPLICATION, TASK, OPERATOR, PARALLELISM
3165
- # log_level: "INFO", # accepts INFO, WARN, ERROR, DEBUG
3166
- # },
3167
- # parallelism_configuration: {
3168
- # configuration_type: "DEFAULT", # required, accepts DEFAULT, CUSTOM
3169
- # parallelism: 1,
3170
- # parallelism_per_kpu: 1,
3171
- # auto_scaling_enabled: false,
3172
- # },
3173
- # }
3174
- #
3175
2105
  # @!attribute [rw] checkpoint_configuration
3176
2106
  # Describes an application's checkpointing configuration.
3177
2107
  # Checkpointing is the process of persisting application state for
@@ -3250,29 +2180,6 @@ module Aws::KinesisAnalyticsV2
3250
2180
  # Describes updates to the configuration parameters for a Flink-based
3251
2181
  # Kinesis Data Analytics application.
3252
2182
  #
3253
- # @note When making an API call, you may pass FlinkApplicationConfigurationUpdate
3254
- # data as a hash:
3255
- #
3256
- # {
3257
- # checkpoint_configuration_update: {
3258
- # configuration_type_update: "DEFAULT", # accepts DEFAULT, CUSTOM
3259
- # checkpointing_enabled_update: false,
3260
- # checkpoint_interval_update: 1,
3261
- # min_pause_between_checkpoints_update: 1,
3262
- # },
3263
- # monitoring_configuration_update: {
3264
- # configuration_type_update: "DEFAULT", # accepts DEFAULT, CUSTOM
3265
- # metrics_level_update: "APPLICATION", # accepts APPLICATION, TASK, OPERATOR, PARALLELISM
3266
- # log_level_update: "INFO", # accepts INFO, WARN, ERROR, DEBUG
3267
- # },
3268
- # parallelism_configuration_update: {
3269
- # configuration_type_update: "DEFAULT", # accepts DEFAULT, CUSTOM
3270
- # parallelism_update: 1,
3271
- # parallelism_per_kpu_update: 1,
3272
- # auto_scaling_enabled_update: false,
3273
- # },
3274
- # }
3275
- #
3276
2183
  # @!attribute [rw] checkpoint_configuration_update
3277
2184
  # Describes updates to an application's checkpointing configuration.
3278
2185
  # Checkpointing is the process of persisting application state for
@@ -3302,13 +2209,6 @@ module Aws::KinesisAnalyticsV2
3302
2209
  # Describes the starting parameters for a Flink-based Kinesis Data
3303
2210
  # Analytics application.
3304
2211
  #
3305
- # @note When making an API call, you may pass FlinkRunConfiguration
3306
- # data as a hash:
3307
- #
3308
- # {
3309
- # allow_non_restored_state: false,
3310
- # }
3311
- #
3312
2212
  # @!attribute [rw] allow_non_restored_state
3313
2213
  # When restoring from a snapshot, specifies whether the runtime is
3314
2214
  # allowed to skip a state that cannot be mapped to the new program.
@@ -3342,13 +2242,6 @@ module Aws::KinesisAnalyticsV2
3342
2242
  # Flink SQL queries and table API transforms that you write in an
3343
2243
  # application.
3344
2244
  #
3345
- # @note When making an API call, you may pass GlueDataCatalogConfiguration
3346
- # data as a hash:
3347
- #
3348
- # {
3349
- # database_arn: "DatabaseARN", # required
3350
- # }
3351
- #
3352
2245
  # @!attribute [rw] database_arn
3353
2246
  # The Amazon Resource Name (ARN) of the database.
3354
2247
  # @return [String]
@@ -3381,13 +2274,6 @@ module Aws::KinesisAnalyticsV2
3381
2274
  # SQL queries that you write in a Kinesis Data Analytics Studio
3382
2275
  # notebook.
3383
2276
  #
3384
- # @note When making an API call, you may pass GlueDataCatalogConfigurationUpdate
3385
- # data as a hash:
3386
- #
3387
- # {
3388
- # database_arn_update: "DatabaseARN", # required
3389
- # }
3390
- #
3391
2277
  # @!attribute [rw] database_arn_update
3392
2278
  # The updated Amazon Resource Name (ARN) of the database.
3393
2279
  # @return [String]
@@ -3405,49 +2291,6 @@ module Aws::KinesisAnalyticsV2
3405
2291
  # in-application stream name that is created, and the mapping between
3406
2292
  # the two.
3407
2293
  #
3408
- # @note When making an API call, you may pass Input
3409
- # data as a hash:
3410
- #
3411
- # {
3412
- # name_prefix: "InAppStreamName", # required
3413
- # input_processing_configuration: {
3414
- # input_lambda_processor: { # required
3415
- # resource_arn: "ResourceARN", # required
3416
- # },
3417
- # },
3418
- # kinesis_streams_input: {
3419
- # resource_arn: "ResourceARN", # required
3420
- # },
3421
- # kinesis_firehose_input: {
3422
- # resource_arn: "ResourceARN", # required
3423
- # },
3424
- # input_parallelism: {
3425
- # count: 1,
3426
- # },
3427
- # input_schema: { # required
3428
- # record_format: { # required
3429
- # record_format_type: "JSON", # required, accepts JSON, CSV
3430
- # mapping_parameters: {
3431
- # json_mapping_parameters: {
3432
- # record_row_path: "RecordRowPath", # required
3433
- # },
3434
- # csv_mapping_parameters: {
3435
- # record_row_delimiter: "RecordRowDelimiter", # required
3436
- # record_column_delimiter: "RecordColumnDelimiter", # required
3437
- # },
3438
- # },
3439
- # },
3440
- # record_encoding: "RecordEncoding",
3441
- # record_columns: [ # required
3442
- # {
3443
- # name: "RecordColumnName", # required
3444
- # mapping: "RecordColumnMapping",
3445
- # sql_type: "RecordColumnSqlType", # required
3446
- # },
3447
- # ],
3448
- # },
3449
- # }
3450
- #
3451
2294
  # @!attribute [rw] name_prefix
3452
2295
  # The name prefix to use when creating an in-application stream.
3453
2296
  # Suppose that you specify a prefix "`MyInApplicationStream`."
@@ -3568,13 +2411,6 @@ module Aws::KinesisAnalyticsV2
3568
2411
  # Lambda function that is used to preprocess records in the stream in a
3569
2412
  # SQL-based Kinesis Data Analytics application.
3570
2413
  #
3571
- # @note When making an API call, you may pass InputLambdaProcessor
3572
- # data as a hash:
3573
- #
3574
- # {
3575
- # resource_arn: "ResourceARN", # required
3576
- # }
3577
- #
3578
2414
  # @!attribute [rw] resource_arn
3579
2415
  # The ARN of the Amazon Lambda function that operates on records in
3580
2416
  # the stream.
@@ -3643,13 +2479,6 @@ module Aws::KinesisAnalyticsV2
3643
2479
  # update to the InputLambdaProcessor that is used to preprocess the
3644
2480
  # records in the stream.
3645
2481
  #
3646
- # @note When making an API call, you may pass InputLambdaProcessorUpdate
3647
- # data as a hash:
3648
- #
3649
- # {
3650
- # resource_arn_update: "ResourceARN", # required
3651
- # }
3652
- #
3653
2482
  # @!attribute [rw] resource_arn_update
3654
2483
  # The Amazon Resource Name (ARN) of the new Amazon Lambda function
3655
2484
  # that is used to preprocess the records in the stream.
@@ -3678,13 +2507,6 @@ module Aws::KinesisAnalyticsV2
3678
2507
  # number of in-application streams to create for a given streaming
3679
2508
  # source.
3680
2509
  #
3681
- # @note When making an API call, you may pass InputParallelism
3682
- # data as a hash:
3683
- #
3684
- # {
3685
- # count: 1,
3686
- # }
3687
- #
3688
2510
  # @!attribute [rw] count
3689
2511
  # The number of in-application streams to create.
3690
2512
  # @return [Integer]
@@ -3700,13 +2522,6 @@ module Aws::KinesisAnalyticsV2
3700
2522
  # For a SQL-based Kinesis Data Analytics application, provides updates
3701
2523
  # to the parallelism count.
3702
2524
  #
3703
- # @note When making an API call, you may pass InputParallelismUpdate
3704
- # data as a hash:
3705
- #
3706
- # {
3707
- # count_update: 1, # required
3708
- # }
3709
- #
3710
2525
  # @!attribute [rw] count_update
3711
2526
  # The number of in-application streams to create for the specified
3712
2527
  # streaming source.
@@ -3729,15 +2544,6 @@ module Aws::KinesisAnalyticsV2
3729
2544
  #
3730
2545
  # [1]: https://docs.aws.amazon.com/lambda/
3731
2546
  #
3732
- # @note When making an API call, you may pass InputProcessingConfiguration
3733
- # data as a hash:
3734
- #
3735
- # {
3736
- # input_lambda_processor: { # required
3737
- # resource_arn: "ResourceARN", # required
3738
- # },
3739
- # }
3740
- #
3741
2547
  # @!attribute [rw] input_lambda_processor
3742
2548
  # The InputLambdaProcessor that is used to preprocess the records in
3743
2549
  # the stream before being processed by your application code.
@@ -3775,15 +2581,6 @@ module Aws::KinesisAnalyticsV2
3775
2581
  # For a SQL-based Kinesis Data Analytics application, describes updates
3776
2582
  # to an InputProcessingConfiguration.
3777
2583
  #
3778
- # @note When making an API call, you may pass InputProcessingConfigurationUpdate
3779
- # data as a hash:
3780
- #
3781
- # {
3782
- # input_lambda_processor_update: { # required
3783
- # resource_arn_update: "ResourceARN", # required
3784
- # },
3785
- # }
3786
- #
3787
2584
  # @!attribute [rw] input_lambda_processor_update
3788
2585
  # Provides update information for an InputLambdaProcessor.
3789
2586
  # @return [Types::InputLambdaProcessorUpdate]
@@ -3799,32 +2596,6 @@ module Aws::KinesisAnalyticsV2
3799
2596
  # Describes updates for an SQL-based Kinesis Data Analytics
3800
2597
  # application's input schema.
3801
2598
  #
3802
- # @note When making an API call, you may pass InputSchemaUpdate
3803
- # data as a hash:
3804
- #
3805
- # {
3806
- # record_format_update: {
3807
- # record_format_type: "JSON", # required, accepts JSON, CSV
3808
- # mapping_parameters: {
3809
- # json_mapping_parameters: {
3810
- # record_row_path: "RecordRowPath", # required
3811
- # },
3812
- # csv_mapping_parameters: {
3813
- # record_row_delimiter: "RecordRowDelimiter", # required
3814
- # record_column_delimiter: "RecordColumnDelimiter", # required
3815
- # },
3816
- # },
3817
- # },
3818
- # record_encoding_update: "RecordEncoding",
3819
- # record_column_updates: [
3820
- # {
3821
- # name: "RecordColumnName", # required
3822
- # mapping: "RecordColumnMapping",
3823
- # sql_type: "RecordColumnSqlType", # required
3824
- # },
3825
- # ],
3826
- # }
3827
- #
3828
2599
  # @!attribute [rw] record_format_update
3829
2600
  # Specifies the format of the records on the streaming source.
3830
2601
  # @return [Types::RecordFormat]
@@ -3853,13 +2624,6 @@ module Aws::KinesisAnalyticsV2
3853
2624
  # Describes the point at which the application reads from the streaming
3854
2625
  # source.
3855
2626
  #
3856
- # @note When making an API call, you may pass InputStartingPositionConfiguration
3857
- # data as a hash:
3858
- #
3859
- # {
3860
- # input_starting_position: "NOW", # accepts NOW, TRIM_HORIZON, LAST_STOPPED_POINT
3861
- # }
3862
- #
3863
2627
  # @!attribute [rw] input_starting_position
3864
2628
  # The starting position on the stream.
3865
2629
  #
@@ -3888,50 +2652,6 @@ module Aws::KinesisAnalyticsV2
3888
2652
  # to a specific input configuration (identified by the `InputId` of an
3889
2653
  # application).
3890
2654
  #
3891
- # @note When making an API call, you may pass InputUpdate
3892
- # data as a hash:
3893
- #
3894
- # {
3895
- # input_id: "Id", # required
3896
- # name_prefix_update: "InAppStreamName",
3897
- # input_processing_configuration_update: {
3898
- # input_lambda_processor_update: { # required
3899
- # resource_arn_update: "ResourceARN", # required
3900
- # },
3901
- # },
3902
- # kinesis_streams_input_update: {
3903
- # resource_arn_update: "ResourceARN", # required
3904
- # },
3905
- # kinesis_firehose_input_update: {
3906
- # resource_arn_update: "ResourceARN", # required
3907
- # },
3908
- # input_schema_update: {
3909
- # record_format_update: {
3910
- # record_format_type: "JSON", # required, accepts JSON, CSV
3911
- # mapping_parameters: {
3912
- # json_mapping_parameters: {
3913
- # record_row_path: "RecordRowPath", # required
3914
- # },
3915
- # csv_mapping_parameters: {
3916
- # record_row_delimiter: "RecordRowDelimiter", # required
3917
- # record_column_delimiter: "RecordColumnDelimiter", # required
3918
- # },
3919
- # },
3920
- # },
3921
- # record_encoding_update: "RecordEncoding",
3922
- # record_column_updates: [
3923
- # {
3924
- # name: "RecordColumnName", # required
3925
- # mapping: "RecordColumnMapping",
3926
- # sql_type: "RecordColumnSqlType", # required
3927
- # },
3928
- # ],
3929
- # },
3930
- # input_parallelism_update: {
3931
- # count_update: 1, # required
3932
- # },
3933
- # }
3934
- #
3935
2655
  # @!attribute [rw] input_id
3936
2656
  # The input ID of the application input to be updated.
3937
2657
  # @return [String]
@@ -4024,13 +2744,6 @@ module Aws::KinesisAnalyticsV2
4024
2744
  # additional mapping information when JSON is the record format on the
4025
2745
  # streaming source.
4026
2746
  #
4027
- # @note When making an API call, you may pass JSONMappingParameters
4028
- # data as a hash:
4029
- #
4030
- # {
4031
- # record_row_path: "RecordRowPath", # required
4032
- # }
4033
- #
4034
2747
  # @!attribute [rw] record_row_path
4035
2748
  # The path to the top-level parent that contains the records.
4036
2749
  # @return [String]
@@ -4047,13 +2760,6 @@ module Aws::KinesisAnalyticsV2
4047
2760
  # Kinesis Data Firehose delivery stream as the streaming source. You
4048
2761
  # provide the delivery stream's Amazon Resource Name (ARN).
4049
2762
  #
4050
- # @note When making an API call, you may pass KinesisFirehoseInput
4051
- # data as a hash:
4052
- #
4053
- # {
4054
- # resource_arn: "ResourceARN", # required
4055
- # }
4056
- #
4057
2763
  # @!attribute [rw] resource_arn
4058
2764
  # The Amazon Resource Name (ARN) of the delivery stream.
4059
2765
  # @return [String]
@@ -4098,13 +2804,6 @@ module Aws::KinesisAnalyticsV2
4098
2804
  # application input configuration, provides information about a Kinesis
4099
2805
  # Data Firehose delivery stream as the streaming source.
4100
2806
  #
4101
- # @note When making an API call, you may pass KinesisFirehoseInputUpdate
4102
- # data as a hash:
4103
- #
4104
- # {
4105
- # resource_arn_update: "ResourceARN", # required
4106
- # }
4107
- #
4108
2807
  # @!attribute [rw] resource_arn_update
4109
2808
  # The Amazon Resource Name (ARN) of the input delivery stream to read.
4110
2809
  # @return [String]
@@ -4122,13 +2821,6 @@ module Aws::KinesisAnalyticsV2
4122
2821
  # as the destination. You provide the stream Amazon Resource Name (ARN)
4123
2822
  # of the delivery stream.
4124
2823
  #
4125
- # @note When making an API call, you may pass KinesisFirehoseOutput
4126
- # data as a hash:
4127
- #
4128
- # {
4129
- # resource_arn: "ResourceARN", # required
4130
- # }
4131
- #
4132
2824
  # @!attribute [rw] resource_arn
4133
2825
  # The ARN of the destination delivery stream to write to.
4134
2826
  # @return [String]
@@ -4174,13 +2866,6 @@ module Aws::KinesisAnalyticsV2
4174
2866
  # information about a Kinesis Data Firehose delivery stream that is
4175
2867
  # configured as the destination.
4176
2868
  #
4177
- # @note When making an API call, you may pass KinesisFirehoseOutputUpdate
4178
- # data as a hash:
4179
- #
4180
- # {
4181
- # resource_arn_update: "ResourceARN", # required
4182
- # }
4183
- #
4184
2869
  # @!attribute [rw] resource_arn_update
4185
2870
  # The Amazon Resource Name (ARN) of the delivery stream to write to.
4186
2871
  # @return [String]
@@ -4196,13 +2881,6 @@ module Aws::KinesisAnalyticsV2
4196
2881
  # Identifies a Kinesis data stream as the streaming source. You provide
4197
2882
  # the stream's Amazon Resource Name (ARN).
4198
2883
  #
4199
- # @note When making an API call, you may pass KinesisStreamsInput
4200
- # data as a hash:
4201
- #
4202
- # {
4203
- # resource_arn: "ResourceARN", # required
4204
- # }
4205
- #
4206
2884
  # @!attribute [rw] resource_arn
4207
2885
  # The ARN of the input Kinesis data stream to read.
4208
2886
  # @return [String]
@@ -4247,13 +2925,6 @@ module Aws::KinesisAnalyticsV2
4247
2925
  # Analytics application, provides information about a Kinesis stream as
4248
2926
  # the streaming source.
4249
2927
  #
4250
- # @note When making an API call, you may pass KinesisStreamsInputUpdate
4251
- # data as a hash:
4252
- #
4253
- # {
4254
- # resource_arn_update: "ResourceARN", # required
4255
- # }
4256
- #
4257
2928
  # @!attribute [rw] resource_arn_update
4258
2929
  # The Amazon Resource Name (ARN) of the input Kinesis data stream to
4259
2930
  # read.
@@ -4271,13 +2942,6 @@ module Aws::KinesisAnalyticsV2
4271
2942
  # output, identifies a Kinesis data stream as the destination. You
4272
2943
  # provide the stream Amazon Resource Name (ARN).
4273
2944
  #
4274
- # @note When making an API call, you may pass KinesisStreamsOutput
4275
- # data as a hash:
4276
- #
4277
- # {
4278
- # resource_arn: "ResourceARN", # required
4279
- # }
4280
- #
4281
2945
  # @!attribute [rw] resource_arn
4282
2946
  # The ARN of the destination Kinesis data stream to write to.
4283
2947
  # @return [String]
@@ -4323,13 +2987,6 @@ module Aws::KinesisAnalyticsV2
4323
2987
  # information about a Kinesis data stream that is configured as the
4324
2988
  # destination.
4325
2989
  #
4326
- # @note When making an API call, you may pass KinesisStreamsOutputUpdate
4327
- # data as a hash:
4328
- #
4329
- # {
4330
- # resource_arn_update: "ResourceARN", # required
4331
- # }
4332
- #
4333
2990
  # @!attribute [rw] resource_arn_update
4334
2991
  # The Amazon Resource Name (ARN) of the Kinesis data stream where you
4335
2992
  # want to write the output.
@@ -4348,13 +3005,6 @@ module Aws::KinesisAnalyticsV2
4348
3005
  # provide the function Amazon Resource Name (ARN) of the Lambda
4349
3006
  # function.
4350
3007
  #
4351
- # @note When making an API call, you may pass LambdaOutput
4352
- # data as a hash:
4353
- #
4354
- # {
4355
- # resource_arn: "ResourceARN", # required
4356
- # }
4357
- #
4358
3008
  # @!attribute [rw] resource_arn
4359
3009
  # The Amazon Resource Name (ARN) of the destination Lambda function to
4360
3010
  # write to.
@@ -4412,13 +3062,6 @@ module Aws::KinesisAnalyticsV2
4412
3062
  # information about an Amazon Lambda function that is configured as the
4413
3063
  # destination.
4414
3064
  #
4415
- # @note When making an API call, you may pass LambdaOutputUpdate
4416
- # data as a hash:
4417
- #
4418
- # {
4419
- # resource_arn_update: "ResourceARN", # required
4420
- # }
4421
- #
4422
3065
  # @!attribute [rw] resource_arn_update
4423
3066
  # The Amazon Resource Name (ARN) of the destination Amazon Lambda
4424
3067
  # function.
@@ -4456,15 +3099,6 @@ module Aws::KinesisAnalyticsV2
4456
3099
  include Aws::Structure
4457
3100
  end
4458
3101
 
4459
- # @note When making an API call, you may pass ListApplicationSnapshotsRequest
4460
- # data as a hash:
4461
- #
4462
- # {
4463
- # application_name: "ApplicationName", # required
4464
- # limit: 1,
4465
- # next_token: "NextToken",
4466
- # }
4467
- #
4468
3102
  # @!attribute [rw] application_name
4469
3103
  # The name of an existing application.
4470
3104
  # @return [String]
@@ -4509,15 +3143,6 @@ module Aws::KinesisAnalyticsV2
4509
3143
  include Aws::Structure
4510
3144
  end
4511
3145
 
4512
- # @note When making an API call, you may pass ListApplicationVersionsRequest
4513
- # data as a hash:
4514
- #
4515
- # {
4516
- # application_name: "ApplicationName", # required
4517
- # limit: 1,
4518
- # next_token: "NextToken",
4519
- # }
4520
- #
4521
3146
  # @!attribute [rw] application_name
4522
3147
  # The name of the application for which you want to list all versions.
4523
3148
  # @return [String]
@@ -4578,14 +3203,6 @@ module Aws::KinesisAnalyticsV2
4578
3203
  include Aws::Structure
4579
3204
  end
4580
3205
 
4581
- # @note When making an API call, you may pass ListApplicationsRequest
4582
- # data as a hash:
4583
- #
4584
- # {
4585
- # limit: 1,
4586
- # next_token: "ApplicationName",
4587
- # }
4588
- #
4589
3206
  # @!attribute [rw] limit
4590
3207
  # The maximum number of applications to list.
4591
3208
  # @return [Integer]
@@ -4635,13 +3252,6 @@ module Aws::KinesisAnalyticsV2
4635
3252
  include Aws::Structure
4636
3253
  end
4637
3254
 
4638
- # @note When making an API call, you may pass ListTagsForResourceRequest
4639
- # data as a hash:
4640
- #
4641
- # {
4642
- # resource_arn: "KinesisAnalyticsARN", # required
4643
- # }
4644
- #
4645
3255
  # @!attribute [rw] resource_arn
4646
3256
  # The ARN of the application for which to retrieve tags.
4647
3257
  # @return [String]
@@ -4672,19 +3282,6 @@ module Aws::KinesisAnalyticsV2
4672
3282
  # JSON, CSV, or record fields delimited by some delimiter) on the
4673
3283
  # streaming source.
4674
3284
  #
4675
- # @note When making an API call, you may pass MappingParameters
4676
- # data as a hash:
4677
- #
4678
- # {
4679
- # json_mapping_parameters: {
4680
- # record_row_path: "RecordRowPath", # required
4681
- # },
4682
- # csv_mapping_parameters: {
4683
- # record_row_delimiter: "RecordRowDelimiter", # required
4684
- # record_column_delimiter: "RecordColumnDelimiter", # required
4685
- # },
4686
- # }
4687
- #
4688
3285
  # @!attribute [rw] json_mapping_parameters
4689
3286
  # Provides additional mapping information when JSON is the record
4690
3287
  # format on the streaming source.
@@ -4707,15 +3304,6 @@ module Aws::KinesisAnalyticsV2
4707
3304
  # The information required to specify a Maven reference. You can use
4708
3305
  # Maven references to specify dependency JAR files.
4709
3306
  #
4710
- # @note When making an API call, you may pass MavenReference
4711
- # data as a hash:
4712
- #
4713
- # {
4714
- # group_id: "MavenGroupId", # required
4715
- # artifact_id: "MavenArtifactId", # required
4716
- # version: "MavenVersion", # required
4717
- # }
4718
- #
4719
3307
  # @!attribute [rw] group_id
4720
3308
  # The group ID of the Maven reference.
4721
3309
  # @return [String]
@@ -4746,15 +3334,6 @@ module Aws::KinesisAnalyticsV2
4746
3334
  #
4747
3335
  # [1]: https://docs.aws.amazon.com/kinesisanalytics/latest/java/monitoring-overview.html
4748
3336
  #
4749
- # @note When making an API call, you may pass MonitoringConfiguration
4750
- # data as a hash:
4751
- #
4752
- # {
4753
- # configuration_type: "DEFAULT", # required, accepts DEFAULT, CUSTOM
4754
- # metrics_level: "APPLICATION", # accepts APPLICATION, TASK, OPERATOR, PARALLELISM
4755
- # log_level: "INFO", # accepts INFO, WARN, ERROR, DEBUG
4756
- # }
4757
- #
4758
3337
  # @!attribute [rw] configuration_type
4759
3338
  # Describes whether to use the default CloudWatch logging
4760
3339
  # configuration for an application. You must set this property to
@@ -4811,15 +3390,6 @@ module Aws::KinesisAnalyticsV2
4811
3390
  # Describes updates to configuration parameters for Amazon CloudWatch
4812
3391
  # logging for an application.
4813
3392
  #
4814
- # @note When making an API call, you may pass MonitoringConfigurationUpdate
4815
- # data as a hash:
4816
- #
4817
- # {
4818
- # configuration_type_update: "DEFAULT", # accepts DEFAULT, CUSTOM
4819
- # metrics_level_update: "APPLICATION", # accepts APPLICATION, TASK, OPERATOR, PARALLELISM
4820
- # log_level_update: "INFO", # accepts INFO, WARN, ERROR, DEBUG
4821
- # }
4822
- #
4823
3393
  # @!attribute [rw] configuration_type_update
4824
3394
  # Describes updates to whether to use the default CloudWatch logging
4825
3395
  # configuration for an application. You must set this property to
@@ -4854,25 +3424,6 @@ module Aws::KinesisAnalyticsV2
4854
3424
  # written. The destination can be a Kinesis data stream or a Kinesis
4855
3425
  # Data Firehose delivery stream.
4856
3426
  #
4857
- # @note When making an API call, you may pass Output
4858
- # data as a hash:
4859
- #
4860
- # {
4861
- # name: "InAppStreamName", # required
4862
- # kinesis_streams_output: {
4863
- # resource_arn: "ResourceARN", # required
4864
- # },
4865
- # kinesis_firehose_output: {
4866
- # resource_arn: "ResourceARN", # required
4867
- # },
4868
- # lambda_output: {
4869
- # resource_arn: "ResourceARN", # required
4870
- # },
4871
- # destination_schema: { # required
4872
- # record_format_type: "JSON", # required, accepts JSON, CSV
4873
- # },
4874
- # }
4875
- #
4876
3427
  # @!attribute [rw] name
4877
3428
  # The name of the in-application stream.
4878
3429
  # @return [String]
@@ -4956,26 +3507,6 @@ module Aws::KinesisAnalyticsV2
4956
3507
  # For a SQL-based Kinesis Data Analytics application, describes updates
4957
3508
  # to the output configuration identified by the `OutputId`.
4958
3509
  #
4959
- # @note When making an API call, you may pass OutputUpdate
4960
- # data as a hash:
4961
- #
4962
- # {
4963
- # output_id: "Id", # required
4964
- # name_update: "InAppStreamName",
4965
- # kinesis_streams_output_update: {
4966
- # resource_arn_update: "ResourceARN", # required
4967
- # },
4968
- # kinesis_firehose_output_update: {
4969
- # resource_arn_update: "ResourceARN", # required
4970
- # },
4971
- # lambda_output_update: {
4972
- # resource_arn_update: "ResourceARN", # required
4973
- # },
4974
- # destination_schema_update: {
4975
- # record_format_type: "JSON", # required, accepts JSON, CSV
4976
- # },
4977
- # }
4978
- #
4979
3510
  # @!attribute [rw] output_id
4980
3511
  # Identifies the specific output configuration that you want to
4981
3512
  # update.
@@ -5029,16 +3560,6 @@ module Aws::KinesisAnalyticsV2
5029
3560
  # [1]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/dev/parallel.html
5030
3561
  # [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/
5031
3562
  #
5032
- # @note When making an API call, you may pass ParallelismConfiguration
5033
- # data as a hash:
5034
- #
5035
- # {
5036
- # configuration_type: "DEFAULT", # required, accepts DEFAULT, CUSTOM
5037
- # parallelism: 1,
5038
- # parallelism_per_kpu: 1,
5039
- # auto_scaling_enabled: false,
5040
- # }
5041
- #
5042
3563
  # @!attribute [rw] configuration_type
5043
3564
  # Describes whether the application uses the default parallelism for
5044
3565
  # the Kinesis Data Analytics service. You must set this property to
@@ -5150,16 +3671,6 @@ module Aws::KinesisAnalyticsV2
5150
3671
  # Describes updates to parameters for how an application executes
5151
3672
  # multiple tasks simultaneously.
5152
3673
  #
5153
- # @note When making an API call, you may pass ParallelismConfigurationUpdate
5154
- # data as a hash:
5155
- #
5156
- # {
5157
- # configuration_type_update: "DEFAULT", # accepts DEFAULT, CUSTOM
5158
- # parallelism_update: 1,
5159
- # parallelism_per_kpu_update: 1,
5160
- # auto_scaling_enabled_update: false,
5161
- # }
5162
- #
5163
3674
  # @!attribute [rw] configuration_type_update
5164
3675
  # Describes updates to whether the application uses the default
5165
3676
  # parallelism for the Kinesis Data Analytics service, or if a custom
@@ -5205,16 +3716,6 @@ module Aws::KinesisAnalyticsV2
5205
3716
 
5206
3717
  # Property key-value pairs passed into an application.
5207
3718
  #
5208
- # @note When making an API call, you may pass PropertyGroup
5209
- # data as a hash:
5210
- #
5211
- # {
5212
- # property_group_id: "Id", # required
5213
- # property_map: { # required
5214
- # "PropertyKey" => "PropertyValue",
5215
- # },
5216
- # }
5217
- #
5218
3719
  # @!attribute [rw] property_group_id
5219
3720
  # Describes the key of an application execution property key-value
5220
3721
  # pair.
@@ -5240,15 +3741,6 @@ module Aws::KinesisAnalyticsV2
5240
3741
  #
5241
3742
  # Also used to describe the format of the reference data source.
5242
3743
  #
5243
- # @note When making an API call, you may pass RecordColumn
5244
- # data as a hash:
5245
- #
5246
- # {
5247
- # name: "RecordColumnName", # required
5248
- # mapping: "RecordColumnMapping",
5249
- # sql_type: "RecordColumnSqlType", # required
5250
- # }
5251
- #
5252
3744
  # @!attribute [rw] name
5253
3745
  # The name of the column that is created in the in-application input
5254
3746
  # stream or reference table.
@@ -5278,22 +3770,6 @@ module Aws::KinesisAnalyticsV2
5278
3770
  # record format and relevant mapping information that should be applied
5279
3771
  # to schematize the records on the stream.
5280
3772
  #
5281
- # @note When making an API call, you may pass RecordFormat
5282
- # data as a hash:
5283
- #
5284
- # {
5285
- # record_format_type: "JSON", # required, accepts JSON, CSV
5286
- # mapping_parameters: {
5287
- # json_mapping_parameters: {
5288
- # record_row_path: "RecordRowPath", # required
5289
- # },
5290
- # csv_mapping_parameters: {
5291
- # record_row_delimiter: "RecordRowDelimiter", # required
5292
- # record_column_delimiter: "RecordColumnDelimiter", # required
5293
- # },
5294
- # },
5295
- # }
5296
- #
5297
3773
  # @!attribute [rw] record_format_type
5298
3774
  # The type of record format.
5299
3775
  # @return [String]
@@ -5320,39 +3796,6 @@ module Aws::KinesisAnalyticsV2
5320
3796
  # name that is created, and the necessary schema to map the data
5321
3797
  # elements in the Amazon S3 object to the in-application table.
5322
3798
  #
5323
- # @note When making an API call, you may pass ReferenceDataSource
5324
- # data as a hash:
5325
- #
5326
- # {
5327
- # table_name: "InAppTableName", # required
5328
- # s3_reference_data_source: {
5329
- # bucket_arn: "BucketARN",
5330
- # file_key: "FileKey",
5331
- # },
5332
- # reference_schema: { # required
5333
- # record_format: { # required
5334
- # record_format_type: "JSON", # required, accepts JSON, CSV
5335
- # mapping_parameters: {
5336
- # json_mapping_parameters: {
5337
- # record_row_path: "RecordRowPath", # required
5338
- # },
5339
- # csv_mapping_parameters: {
5340
- # record_row_delimiter: "RecordRowDelimiter", # required
5341
- # record_column_delimiter: "RecordColumnDelimiter", # required
5342
- # },
5343
- # },
5344
- # },
5345
- # record_encoding: "RecordEncoding",
5346
- # record_columns: [ # required
5347
- # {
5348
- # name: "RecordColumnName", # required
5349
- # mapping: "RecordColumnMapping",
5350
- # sql_type: "RecordColumnSqlType", # required
5351
- # },
5352
- # ],
5353
- # },
5354
- # }
5355
- #
5356
3799
  # @!attribute [rw] table_name
5357
3800
  # The name of the in-application table to create.
5358
3801
  # @return [String]
@@ -5424,40 +3867,6 @@ module Aws::KinesisAnalyticsV2
5424
3867
  # information that maps the data in the Amazon S3 object to the
5425
3868
  # in-application reference table that is created.
5426
3869
  #
5427
- # @note When making an API call, you may pass ReferenceDataSourceUpdate
5428
- # data as a hash:
5429
- #
5430
- # {
5431
- # reference_id: "Id", # required
5432
- # table_name_update: "InAppTableName",
5433
- # s3_reference_data_source_update: {
5434
- # bucket_arn_update: "BucketARN",
5435
- # file_key_update: "FileKey",
5436
- # },
5437
- # reference_schema_update: {
5438
- # record_format: { # required
5439
- # record_format_type: "JSON", # required, accepts JSON, CSV
5440
- # mapping_parameters: {
5441
- # json_mapping_parameters: {
5442
- # record_row_path: "RecordRowPath", # required
5443
- # },
5444
- # csv_mapping_parameters: {
5445
- # record_row_delimiter: "RecordRowDelimiter", # required
5446
- # record_column_delimiter: "RecordColumnDelimiter", # required
5447
- # },
5448
- # },
5449
- # },
5450
- # record_encoding: "RecordEncoding",
5451
- # record_columns: [ # required
5452
- # {
5453
- # name: "RecordColumnName", # required
5454
- # mapping: "RecordColumnMapping",
5455
- # sql_type: "RecordColumnSqlType", # required
5456
- # },
5457
- # ],
5458
- # },
5459
- # }
5460
- #
5461
3870
  # @!attribute [rw] reference_id
5462
3871
  # The ID of the reference data source that is being updated. You can
5463
3872
  # use the DescribeApplication operation to get this value.
@@ -5536,14 +3945,6 @@ module Aws::KinesisAnalyticsV2
5536
3945
  include Aws::Structure
5537
3946
  end
5538
3947
 
5539
- # @note When making an API call, you may pass RollbackApplicationRequest
5540
- # data as a hash:
5541
- #
5542
- # {
5543
- # application_name: "ApplicationName", # required
5544
- # current_application_version_id: 1, # required
5545
- # }
5546
- #
5547
3948
  # @!attribute [rw] application_name
5548
3949
  # The name of the application.
5549
3950
  # @return [String]
@@ -5579,27 +3980,6 @@ module Aws::KinesisAnalyticsV2
5579
3980
  # Describes the starting parameters for an Kinesis Data Analytics
5580
3981
  # application.
5581
3982
  #
5582
- # @note When making an API call, you may pass RunConfiguration
5583
- # data as a hash:
5584
- #
5585
- # {
5586
- # flink_run_configuration: {
5587
- # allow_non_restored_state: false,
5588
- # },
5589
- # sql_run_configurations: [
5590
- # {
5591
- # input_id: "Id", # required
5592
- # input_starting_position_configuration: { # required
5593
- # input_starting_position: "NOW", # accepts NOW, TRIM_HORIZON, LAST_STOPPED_POINT
5594
- # },
5595
- # },
5596
- # ],
5597
- # application_restore_configuration: {
5598
- # application_restore_type: "SKIP_RESTORE_FROM_SNAPSHOT", # required, accepts SKIP_RESTORE_FROM_SNAPSHOT, RESTORE_FROM_LATEST_SNAPSHOT, RESTORE_FROM_CUSTOM_SNAPSHOT
5599
- # snapshot_name: "SnapshotName",
5600
- # },
5601
- # }
5602
- #
5603
3983
  # @!attribute [rw] flink_run_configuration
5604
3984
  # Describes the starting parameters for a Flink-based Kinesis Data
5605
3985
  # Analytics application.
@@ -5648,19 +4028,6 @@ module Aws::KinesisAnalyticsV2
5648
4028
  # Describes the updates to the starting parameters for a Kinesis Data
5649
4029
  # Analytics application.
5650
4030
  #
5651
- # @note When making an API call, you may pass RunConfigurationUpdate
5652
- # data as a hash:
5653
- #
5654
- # {
5655
- # flink_run_configuration: {
5656
- # allow_non_restored_state: false,
5657
- # },
5658
- # application_restore_configuration: {
5659
- # application_restore_type: "SKIP_RESTORE_FROM_SNAPSHOT", # required, accepts SKIP_RESTORE_FROM_SNAPSHOT, RESTORE_FROM_LATEST_SNAPSHOT, RESTORE_FROM_CUSTOM_SNAPSHOT
5660
- # snapshot_name: "SnapshotName",
5661
- # },
5662
- # }
5663
- #
5664
4031
  # @!attribute [rw] flink_run_configuration
5665
4032
  # Describes the starting parameters for a Flink-based Kinesis Data
5666
4033
  # Analytics application.
@@ -5711,14 +4078,6 @@ module Aws::KinesisAnalyticsV2
5711
4078
  # Name (ARN) of the S3 bucket and the name of the Amazon S3 object that
5712
4079
  # contains the data.
5713
4080
  #
5714
- # @note When making an API call, you may pass S3Configuration
5715
- # data as a hash:
5716
- #
5717
- # {
5718
- # bucket_arn: "BucketARN", # required
5719
- # file_key: "FileKey", # required
5720
- # }
5721
- #
5722
4081
  # @!attribute [rw] bucket_arn
5723
4082
  # The ARN of the S3 bucket that contains the data.
5724
4083
  # @return [String]
@@ -5738,14 +4097,6 @@ module Aws::KinesisAnalyticsV2
5738
4097
 
5739
4098
  # The S3 bucket that holds the application information.
5740
4099
  #
5741
- # @note When making an API call, you may pass S3ContentBaseLocation
5742
- # data as a hash:
5743
- #
5744
- # {
5745
- # bucket_arn: "BucketARN", # required
5746
- # base_path: "BasePath",
5747
- # }
5748
- #
5749
4100
  # @!attribute [rw] bucket_arn
5750
4101
  # The Amazon Resource Name (ARN) of the S3 bucket.
5751
4102
  # @return [String]
@@ -5785,14 +4136,6 @@ module Aws::KinesisAnalyticsV2
5785
4136
  # The information required to update the S3 base location that holds the
5786
4137
  # application.
5787
4138
  #
5788
- # @note When making an API call, you may pass S3ContentBaseLocationUpdate
5789
- # data as a hash:
5790
- #
5791
- # {
5792
- # bucket_arn_update: "BucketARN",
5793
- # base_path_update: "BasePath",
5794
- # }
5795
- #
5796
4139
  # @!attribute [rw] bucket_arn_update
5797
4140
  # The updated Amazon Resource Name (ARN) of the S3 bucket.
5798
4141
  # @return [String]
@@ -5815,15 +4158,6 @@ module Aws::KinesisAnalyticsV2
5815
4158
  # bucket, the name of the Amazon S3 object that contains the data, and
5816
4159
  # the version number of the Amazon S3 object that contains the data.
5817
4160
  #
5818
- # @note When making an API call, you may pass S3ContentLocation
5819
- # data as a hash:
5820
- #
5821
- # {
5822
- # bucket_arn: "BucketARN", # required
5823
- # file_key: "FileKey", # required
5824
- # object_version: "ObjectVersion",
5825
- # }
5826
- #
5827
4161
  # @!attribute [rw] bucket_arn
5828
4162
  # The Amazon Resource Name (ARN) for the S3 bucket containing the
5829
4163
  # application code.
@@ -5850,15 +4184,6 @@ module Aws::KinesisAnalyticsV2
5850
4184
  # Describes an update for the Amazon S3 code content location for an
5851
4185
  # application.
5852
4186
  #
5853
- # @note When making an API call, you may pass S3ContentLocationUpdate
5854
- # data as a hash:
5855
- #
5856
- # {
5857
- # bucket_arn_update: "BucketARN",
5858
- # file_key_update: "FileKey",
5859
- # object_version_update: "ObjectVersion",
5860
- # }
5861
- #
5862
4187
  # @!attribute [rw] bucket_arn_update
5863
4188
  # The new Amazon Resource Name (ARN) for the S3 bucket containing the
5864
4189
  # application code.
@@ -5889,14 +4214,6 @@ module Aws::KinesisAnalyticsV2
5889
4214
  # If the data changes, you call the UpdateApplication operation to
5890
4215
  # trigger reloading of data into your application.
5891
4216
  #
5892
- # @note When making an API call, you may pass S3ReferenceDataSource
5893
- # data as a hash:
5894
- #
5895
- # {
5896
- # bucket_arn: "BucketARN",
5897
- # file_key: "FileKey",
5898
- # }
5899
- #
5900
4217
  # @!attribute [rw] bucket_arn
5901
4218
  # The Amazon Resource Name (ARN) of the S3 bucket.
5902
4219
  # @return [String]
@@ -5951,14 +4268,6 @@ module Aws::KinesisAnalyticsV2
5951
4268
  # Amazon S3 bucket name and object key name for an in-application
5952
4269
  # reference table.
5953
4270
  #
5954
- # @note When making an API call, you may pass S3ReferenceDataSourceUpdate
5955
- # data as a hash:
5956
- #
5957
- # {
5958
- # bucket_arn_update: "BucketARN",
5959
- # file_key_update: "FileKey",
5960
- # }
5961
- #
5962
4271
  # @!attribute [rw] bucket_arn_update
5963
4272
  # The Amazon Resource Name (ARN) of the S3 bucket.
5964
4273
  # @return [String]
@@ -6022,32 +4331,6 @@ module Aws::KinesisAnalyticsV2
6022
4331
  # format of the data in the streaming source, and how each data element
6023
4332
  # maps to corresponding columns created in the in-application stream.
6024
4333
  #
6025
- # @note When making an API call, you may pass SourceSchema
6026
- # data as a hash:
6027
- #
6028
- # {
6029
- # record_format: { # required
6030
- # record_format_type: "JSON", # required, accepts JSON, CSV
6031
- # mapping_parameters: {
6032
- # json_mapping_parameters: {
6033
- # record_row_path: "RecordRowPath", # required
6034
- # },
6035
- # csv_mapping_parameters: {
6036
- # record_row_delimiter: "RecordRowDelimiter", # required
6037
- # record_column_delimiter: "RecordColumnDelimiter", # required
6038
- # },
6039
- # },
6040
- # },
6041
- # record_encoding: "RecordEncoding",
6042
- # record_columns: [ # required
6043
- # {
6044
- # name: "RecordColumnName", # required
6045
- # mapping: "RecordColumnMapping",
6046
- # sql_type: "RecordColumnSqlType", # required
6047
- # },
6048
- # ],
6049
- # }
6050
- #
6051
4334
  # @!attribute [rw] record_format
6052
4335
  # Specifies the format of the records on the streaming source.
6053
4336
  # @return [Types::RecordFormat]
@@ -6074,101 +4357,6 @@ module Aws::KinesisAnalyticsV2
6074
4357
  # Describes the inputs, outputs, and reference data sources for a
6075
4358
  # SQL-based Kinesis Data Analytics application.
6076
4359
  #
6077
- # @note When making an API call, you may pass SqlApplicationConfiguration
6078
- # data as a hash:
6079
- #
6080
- # {
6081
- # inputs: [
6082
- # {
6083
- # name_prefix: "InAppStreamName", # required
6084
- # input_processing_configuration: {
6085
- # input_lambda_processor: { # required
6086
- # resource_arn: "ResourceARN", # required
6087
- # },
6088
- # },
6089
- # kinesis_streams_input: {
6090
- # resource_arn: "ResourceARN", # required
6091
- # },
6092
- # kinesis_firehose_input: {
6093
- # resource_arn: "ResourceARN", # required
6094
- # },
6095
- # input_parallelism: {
6096
- # count: 1,
6097
- # },
6098
- # input_schema: { # required
6099
- # record_format: { # required
6100
- # record_format_type: "JSON", # required, accepts JSON, CSV
6101
- # mapping_parameters: {
6102
- # json_mapping_parameters: {
6103
- # record_row_path: "RecordRowPath", # required
6104
- # },
6105
- # csv_mapping_parameters: {
6106
- # record_row_delimiter: "RecordRowDelimiter", # required
6107
- # record_column_delimiter: "RecordColumnDelimiter", # required
6108
- # },
6109
- # },
6110
- # },
6111
- # record_encoding: "RecordEncoding",
6112
- # record_columns: [ # required
6113
- # {
6114
- # name: "RecordColumnName", # required
6115
- # mapping: "RecordColumnMapping",
6116
- # sql_type: "RecordColumnSqlType", # required
6117
- # },
6118
- # ],
6119
- # },
6120
- # },
6121
- # ],
6122
- # outputs: [
6123
- # {
6124
- # name: "InAppStreamName", # required
6125
- # kinesis_streams_output: {
6126
- # resource_arn: "ResourceARN", # required
6127
- # },
6128
- # kinesis_firehose_output: {
6129
- # resource_arn: "ResourceARN", # required
6130
- # },
6131
- # lambda_output: {
6132
- # resource_arn: "ResourceARN", # required
6133
- # },
6134
- # destination_schema: { # required
6135
- # record_format_type: "JSON", # required, accepts JSON, CSV
6136
- # },
6137
- # },
6138
- # ],
6139
- # reference_data_sources: [
6140
- # {
6141
- # table_name: "InAppTableName", # required
6142
- # s3_reference_data_source: {
6143
- # bucket_arn: "BucketARN",
6144
- # file_key: "FileKey",
6145
- # },
6146
- # reference_schema: { # required
6147
- # record_format: { # required
6148
- # record_format_type: "JSON", # required, accepts JSON, CSV
6149
- # mapping_parameters: {
6150
- # json_mapping_parameters: {
6151
- # record_row_path: "RecordRowPath", # required
6152
- # },
6153
- # csv_mapping_parameters: {
6154
- # record_row_delimiter: "RecordRowDelimiter", # required
6155
- # record_column_delimiter: "RecordColumnDelimiter", # required
6156
- # },
6157
- # },
6158
- # },
6159
- # record_encoding: "RecordEncoding",
6160
- # record_columns: [ # required
6161
- # {
6162
- # name: "RecordColumnName", # required
6163
- # mapping: "RecordColumnMapping",
6164
- # sql_type: "RecordColumnSqlType", # required
6165
- # },
6166
- # ],
6167
- # },
6168
- # },
6169
- # ],
6170
- # }
6171
- #
6172
4360
  # @!attribute [rw] inputs
6173
4361
  # The array of Input objects describing the input streams used by the
6174
4362
  # application.
@@ -6226,104 +4414,6 @@ module Aws::KinesisAnalyticsV2
6226
4414
  # reference data sources for a SQL-based Kinesis Data Analytics
6227
4415
  # application.
6228
4416
  #
6229
- # @note When making an API call, you may pass SqlApplicationConfigurationUpdate
6230
- # data as a hash:
6231
- #
6232
- # {
6233
- # input_updates: [
6234
- # {
6235
- # input_id: "Id", # required
6236
- # name_prefix_update: "InAppStreamName",
6237
- # input_processing_configuration_update: {
6238
- # input_lambda_processor_update: { # required
6239
- # resource_arn_update: "ResourceARN", # required
6240
- # },
6241
- # },
6242
- # kinesis_streams_input_update: {
6243
- # resource_arn_update: "ResourceARN", # required
6244
- # },
6245
- # kinesis_firehose_input_update: {
6246
- # resource_arn_update: "ResourceARN", # required
6247
- # },
6248
- # input_schema_update: {
6249
- # record_format_update: {
6250
- # record_format_type: "JSON", # required, accepts JSON, CSV
6251
- # mapping_parameters: {
6252
- # json_mapping_parameters: {
6253
- # record_row_path: "RecordRowPath", # required
6254
- # },
6255
- # csv_mapping_parameters: {
6256
- # record_row_delimiter: "RecordRowDelimiter", # required
6257
- # record_column_delimiter: "RecordColumnDelimiter", # required
6258
- # },
6259
- # },
6260
- # },
6261
- # record_encoding_update: "RecordEncoding",
6262
- # record_column_updates: [
6263
- # {
6264
- # name: "RecordColumnName", # required
6265
- # mapping: "RecordColumnMapping",
6266
- # sql_type: "RecordColumnSqlType", # required
6267
- # },
6268
- # ],
6269
- # },
6270
- # input_parallelism_update: {
6271
- # count_update: 1, # required
6272
- # },
6273
- # },
6274
- # ],
6275
- # output_updates: [
6276
- # {
6277
- # output_id: "Id", # required
6278
- # name_update: "InAppStreamName",
6279
- # kinesis_streams_output_update: {
6280
- # resource_arn_update: "ResourceARN", # required
6281
- # },
6282
- # kinesis_firehose_output_update: {
6283
- # resource_arn_update: "ResourceARN", # required
6284
- # },
6285
- # lambda_output_update: {
6286
- # resource_arn_update: "ResourceARN", # required
6287
- # },
6288
- # destination_schema_update: {
6289
- # record_format_type: "JSON", # required, accepts JSON, CSV
6290
- # },
6291
- # },
6292
- # ],
6293
- # reference_data_source_updates: [
6294
- # {
6295
- # reference_id: "Id", # required
6296
- # table_name_update: "InAppTableName",
6297
- # s3_reference_data_source_update: {
6298
- # bucket_arn_update: "BucketARN",
6299
- # file_key_update: "FileKey",
6300
- # },
6301
- # reference_schema_update: {
6302
- # record_format: { # required
6303
- # record_format_type: "JSON", # required, accepts JSON, CSV
6304
- # mapping_parameters: {
6305
- # json_mapping_parameters: {
6306
- # record_row_path: "RecordRowPath", # required
6307
- # },
6308
- # csv_mapping_parameters: {
6309
- # record_row_delimiter: "RecordRowDelimiter", # required
6310
- # record_column_delimiter: "RecordColumnDelimiter", # required
6311
- # },
6312
- # },
6313
- # },
6314
- # record_encoding: "RecordEncoding",
6315
- # record_columns: [ # required
6316
- # {
6317
- # name: "RecordColumnName", # required
6318
- # mapping: "RecordColumnMapping",
6319
- # sql_type: "RecordColumnSqlType", # required
6320
- # },
6321
- # ],
6322
- # },
6323
- # },
6324
- # ],
6325
- # }
6326
- #
6327
4417
  # @!attribute [rw] input_updates
6328
4418
  # The array of InputUpdate objects describing the new input streams
6329
4419
  # used by the application.
@@ -6352,16 +4442,6 @@ module Aws::KinesisAnalyticsV2
6352
4442
  # Describes the starting parameters for a SQL-based Kinesis Data
6353
4443
  # Analytics application.
6354
4444
  #
6355
- # @note When making an API call, you may pass SqlRunConfiguration
6356
- # data as a hash:
6357
- #
6358
- # {
6359
- # input_id: "Id", # required
6360
- # input_starting_position_configuration: { # required
6361
- # input_starting_position: "NOW", # accepts NOW, TRIM_HORIZON, LAST_STOPPED_POINT
6362
- # },
6363
- # }
6364
- #
6365
4445
  # @!attribute [rw] input_id
6366
4446
  # The input source ID. You can get this ID by calling the
6367
4447
  # DescribeApplication operation.
@@ -6381,30 +4461,6 @@ module Aws::KinesisAnalyticsV2
6381
4461
  include Aws::Structure
6382
4462
  end
6383
4463
 
6384
- # @note When making an API call, you may pass StartApplicationRequest
6385
- # data as a hash:
6386
- #
6387
- # {
6388
- # application_name: "ApplicationName", # required
6389
- # run_configuration: {
6390
- # flink_run_configuration: {
6391
- # allow_non_restored_state: false,
6392
- # },
6393
- # sql_run_configurations: [
6394
- # {
6395
- # input_id: "Id", # required
6396
- # input_starting_position_configuration: { # required
6397
- # input_starting_position: "NOW", # accepts NOW, TRIM_HORIZON, LAST_STOPPED_POINT
6398
- # },
6399
- # },
6400
- # ],
6401
- # application_restore_configuration: {
6402
- # application_restore_type: "SKIP_RESTORE_FROM_SNAPSHOT", # required, accepts SKIP_RESTORE_FROM_SNAPSHOT, RESTORE_FROM_LATEST_SNAPSHOT, RESTORE_FROM_CUSTOM_SNAPSHOT
6403
- # snapshot_name: "SnapshotName",
6404
- # },
6405
- # },
6406
- # }
6407
- #
6408
4464
  # @!attribute [rw] application_name
6409
4465
  # The name of the application.
6410
4466
  # @return [String]
@@ -6427,14 +4483,6 @@ module Aws::KinesisAnalyticsV2
6427
4483
  #
6428
4484
  class StartApplicationResponse < Aws::EmptyStructure; end
6429
4485
 
6430
- # @note When making an API call, you may pass StopApplicationRequest
6431
- # data as a hash:
6432
- #
6433
- # {
6434
- # application_name: "ApplicationName", # required
6435
- # force: false,
6436
- # }
6437
- #
6438
4486
  # @!attribute [rw] application_name
6439
4487
  # The name of the running application to stop.
6440
4488
  # @return [String]
@@ -6483,14 +4531,6 @@ module Aws::KinesisAnalyticsV2
6483
4531
  #
6484
4532
  # [1]: https://docs.aws.amazon.com/kinesisanalytics/latest/java/how-tagging.html
6485
4533
  #
6486
- # @note When making an API call, you may pass Tag
6487
- # data as a hash:
6488
- #
6489
- # {
6490
- # key: "TagKey", # required
6491
- # value: "TagValue",
6492
- # }
6493
- #
6494
4534
  # @!attribute [rw] key
6495
4535
  # The key of the key-value tag.
6496
4536
  # @return [String]
@@ -6508,19 +4548,6 @@ module Aws::KinesisAnalyticsV2
6508
4548
  include Aws::Structure
6509
4549
  end
6510
4550
 
6511
- # @note When making an API call, you may pass TagResourceRequest
6512
- # data as a hash:
6513
- #
6514
- # {
6515
- # resource_arn: "KinesisAnalyticsARN", # required
6516
- # tags: [ # required
6517
- # {
6518
- # key: "TagKey", # required
6519
- # value: "TagValue",
6520
- # },
6521
- # ],
6522
- # }
6523
- #
6524
4551
  # @!attribute [rw] resource_arn
6525
4552
  # The ARN of the application to assign the tags.
6526
4553
  # @return [String]
@@ -6597,14 +4624,6 @@ module Aws::KinesisAnalyticsV2
6597
4624
  include Aws::Structure
6598
4625
  end
6599
4626
 
6600
- # @note When making an API call, you may pass UntagResourceRequest
6601
- # data as a hash:
6602
- #
6603
- # {
6604
- # resource_arn: "KinesisAnalyticsARN", # required
6605
- # tag_keys: ["TagKey"], # required
6606
- # }
6607
- #
6608
4627
  # @!attribute [rw] resource_arn
6609
4628
  # The ARN of the Kinesis Data Analytics application from which to
6610
4629
  # remove the tags.
@@ -6627,16 +4646,6 @@ module Aws::KinesisAnalyticsV2
6627
4646
  #
6628
4647
  class UntagResourceResponse < Aws::EmptyStructure; end
6629
4648
 
6630
- # @note When making an API call, you may pass UpdateApplicationMaintenanceConfigurationRequest
6631
- # data as a hash:
6632
- #
6633
- # {
6634
- # application_name: "ApplicationName", # required
6635
- # application_maintenance_configuration_update: { # required
6636
- # application_maintenance_window_start_time_update: "ApplicationMaintenanceWindowStartTime", # required
6637
- # },
6638
- # }
6639
- #
6640
4649
  # @!attribute [rw] application_name
6641
4650
  # The name of the application for which you want to update the
6642
4651
  # maintenance configuration.
@@ -6673,209 +4682,6 @@ module Aws::KinesisAnalyticsV2
6673
4682
  include Aws::Structure
6674
4683
  end
6675
4684
 
6676
- # @note When making an API call, you may pass UpdateApplicationRequest
6677
- # data as a hash:
6678
- #
6679
- # {
6680
- # application_name: "ApplicationName", # required
6681
- # current_application_version_id: 1,
6682
- # application_configuration_update: {
6683
- # sql_application_configuration_update: {
6684
- # input_updates: [
6685
- # {
6686
- # input_id: "Id", # required
6687
- # name_prefix_update: "InAppStreamName",
6688
- # input_processing_configuration_update: {
6689
- # input_lambda_processor_update: { # required
6690
- # resource_arn_update: "ResourceARN", # required
6691
- # },
6692
- # },
6693
- # kinesis_streams_input_update: {
6694
- # resource_arn_update: "ResourceARN", # required
6695
- # },
6696
- # kinesis_firehose_input_update: {
6697
- # resource_arn_update: "ResourceARN", # required
6698
- # },
6699
- # input_schema_update: {
6700
- # record_format_update: {
6701
- # record_format_type: "JSON", # required, accepts JSON, CSV
6702
- # mapping_parameters: {
6703
- # json_mapping_parameters: {
6704
- # record_row_path: "RecordRowPath", # required
6705
- # },
6706
- # csv_mapping_parameters: {
6707
- # record_row_delimiter: "RecordRowDelimiter", # required
6708
- # record_column_delimiter: "RecordColumnDelimiter", # required
6709
- # },
6710
- # },
6711
- # },
6712
- # record_encoding_update: "RecordEncoding",
6713
- # record_column_updates: [
6714
- # {
6715
- # name: "RecordColumnName", # required
6716
- # mapping: "RecordColumnMapping",
6717
- # sql_type: "RecordColumnSqlType", # required
6718
- # },
6719
- # ],
6720
- # },
6721
- # input_parallelism_update: {
6722
- # count_update: 1, # required
6723
- # },
6724
- # },
6725
- # ],
6726
- # output_updates: [
6727
- # {
6728
- # output_id: "Id", # required
6729
- # name_update: "InAppStreamName",
6730
- # kinesis_streams_output_update: {
6731
- # resource_arn_update: "ResourceARN", # required
6732
- # },
6733
- # kinesis_firehose_output_update: {
6734
- # resource_arn_update: "ResourceARN", # required
6735
- # },
6736
- # lambda_output_update: {
6737
- # resource_arn_update: "ResourceARN", # required
6738
- # },
6739
- # destination_schema_update: {
6740
- # record_format_type: "JSON", # required, accepts JSON, CSV
6741
- # },
6742
- # },
6743
- # ],
6744
- # reference_data_source_updates: [
6745
- # {
6746
- # reference_id: "Id", # required
6747
- # table_name_update: "InAppTableName",
6748
- # s3_reference_data_source_update: {
6749
- # bucket_arn_update: "BucketARN",
6750
- # file_key_update: "FileKey",
6751
- # },
6752
- # reference_schema_update: {
6753
- # record_format: { # required
6754
- # record_format_type: "JSON", # required, accepts JSON, CSV
6755
- # mapping_parameters: {
6756
- # json_mapping_parameters: {
6757
- # record_row_path: "RecordRowPath", # required
6758
- # },
6759
- # csv_mapping_parameters: {
6760
- # record_row_delimiter: "RecordRowDelimiter", # required
6761
- # record_column_delimiter: "RecordColumnDelimiter", # required
6762
- # },
6763
- # },
6764
- # },
6765
- # record_encoding: "RecordEncoding",
6766
- # record_columns: [ # required
6767
- # {
6768
- # name: "RecordColumnName", # required
6769
- # mapping: "RecordColumnMapping",
6770
- # sql_type: "RecordColumnSqlType", # required
6771
- # },
6772
- # ],
6773
- # },
6774
- # },
6775
- # ],
6776
- # },
6777
- # application_code_configuration_update: {
6778
- # code_content_type_update: "PLAINTEXT", # accepts PLAINTEXT, ZIPFILE
6779
- # code_content_update: {
6780
- # text_content_update: "TextContent",
6781
- # zip_file_content_update: "data",
6782
- # s3_content_location_update: {
6783
- # bucket_arn_update: "BucketARN",
6784
- # file_key_update: "FileKey",
6785
- # object_version_update: "ObjectVersion",
6786
- # },
6787
- # },
6788
- # },
6789
- # flink_application_configuration_update: {
6790
- # checkpoint_configuration_update: {
6791
- # configuration_type_update: "DEFAULT", # accepts DEFAULT, CUSTOM
6792
- # checkpointing_enabled_update: false,
6793
- # checkpoint_interval_update: 1,
6794
- # min_pause_between_checkpoints_update: 1,
6795
- # },
6796
- # monitoring_configuration_update: {
6797
- # configuration_type_update: "DEFAULT", # accepts DEFAULT, CUSTOM
6798
- # metrics_level_update: "APPLICATION", # accepts APPLICATION, TASK, OPERATOR, PARALLELISM
6799
- # log_level_update: "INFO", # accepts INFO, WARN, ERROR, DEBUG
6800
- # },
6801
- # parallelism_configuration_update: {
6802
- # configuration_type_update: "DEFAULT", # accepts DEFAULT, CUSTOM
6803
- # parallelism_update: 1,
6804
- # parallelism_per_kpu_update: 1,
6805
- # auto_scaling_enabled_update: false,
6806
- # },
6807
- # },
6808
- # environment_property_updates: {
6809
- # property_groups: [ # required
6810
- # {
6811
- # property_group_id: "Id", # required
6812
- # property_map: { # required
6813
- # "PropertyKey" => "PropertyValue",
6814
- # },
6815
- # },
6816
- # ],
6817
- # },
6818
- # application_snapshot_configuration_update: {
6819
- # snapshots_enabled_update: false, # required
6820
- # },
6821
- # vpc_configuration_updates: [
6822
- # {
6823
- # vpc_configuration_id: "Id", # required
6824
- # subnet_id_updates: ["SubnetId"],
6825
- # security_group_id_updates: ["SecurityGroupId"],
6826
- # },
6827
- # ],
6828
- # zeppelin_application_configuration_update: {
6829
- # monitoring_configuration_update: {
6830
- # log_level_update: "INFO", # required, accepts INFO, WARN, ERROR, DEBUG
6831
- # },
6832
- # catalog_configuration_update: {
6833
- # glue_data_catalog_configuration_update: { # required
6834
- # database_arn_update: "DatabaseARN", # required
6835
- # },
6836
- # },
6837
- # deploy_as_application_configuration_update: {
6838
- # s3_content_location_update: {
6839
- # bucket_arn_update: "BucketARN",
6840
- # base_path_update: "BasePath",
6841
- # },
6842
- # },
6843
- # custom_artifacts_configuration_update: [
6844
- # {
6845
- # artifact_type: "UDF", # required, accepts UDF, DEPENDENCY_JAR
6846
- # s3_content_location: {
6847
- # bucket_arn: "BucketARN", # required
6848
- # file_key: "FileKey", # required
6849
- # object_version: "ObjectVersion",
6850
- # },
6851
- # maven_reference: {
6852
- # group_id: "MavenGroupId", # required
6853
- # artifact_id: "MavenArtifactId", # required
6854
- # version: "MavenVersion", # required
6855
- # },
6856
- # },
6857
- # ],
6858
- # },
6859
- # },
6860
- # service_execution_role_update: "RoleARN",
6861
- # run_configuration_update: {
6862
- # flink_run_configuration: {
6863
- # allow_non_restored_state: false,
6864
- # },
6865
- # application_restore_configuration: {
6866
- # application_restore_type: "SKIP_RESTORE_FROM_SNAPSHOT", # required, accepts SKIP_RESTORE_FROM_SNAPSHOT, RESTORE_FROM_LATEST_SNAPSHOT, RESTORE_FROM_CUSTOM_SNAPSHOT
6867
- # snapshot_name: "SnapshotName",
6868
- # },
6869
- # },
6870
- # cloud_watch_logging_option_updates: [
6871
- # {
6872
- # cloud_watch_logging_option_id: "Id", # required
6873
- # log_stream_arn_update: "LogStreamARN",
6874
- # },
6875
- # ],
6876
- # conditional_token: "ConditionalToken",
6877
- # }
6878
- #
6879
4685
  # @!attribute [rw] application_name
6880
4686
  # The name of the application to update.
6881
4687
  # @return [String]
@@ -6944,14 +4750,6 @@ module Aws::KinesisAnalyticsV2
6944
4750
 
6945
4751
  # Describes the parameters of a VPC used by the application.
6946
4752
  #
6947
- # @note When making an API call, you may pass VpcConfiguration
6948
- # data as a hash:
6949
- #
6950
- # {
6951
- # subnet_ids: ["SubnetId"], # required
6952
- # security_group_ids: ["SecurityGroupId"], # required
6953
- # }
6954
- #
6955
4753
  # @!attribute [rw] subnet_ids
6956
4754
  # The array of [Subnet][1] IDs used by the VPC configuration.
6957
4755
  #
@@ -7016,15 +4814,6 @@ module Aws::KinesisAnalyticsV2
7016
4814
 
7017
4815
  # Describes updates to the VPC configuration used by the application.
7018
4816
  #
7019
- # @note When making an API call, you may pass VpcConfigurationUpdate
7020
- # data as a hash:
7021
- #
7022
- # {
7023
- # vpc_configuration_id: "Id", # required
7024
- # subnet_id_updates: ["SubnetId"],
7025
- # security_group_id_updates: ["SecurityGroupId"],
7026
- # }
7027
- #
7028
4817
  # @!attribute [rw] vpc_configuration_id
7029
4818
  # Describes an update to the ID of the VPC configuration.
7030
4819
  # @return [String]
@@ -7059,41 +4848,6 @@ module Aws::KinesisAnalyticsV2
7059
4848
 
7060
4849
  # The configuration of a Kinesis Data Analytics Studio notebook.
7061
4850
  #
7062
- # @note When making an API call, you may pass ZeppelinApplicationConfiguration
7063
- # data as a hash:
7064
- #
7065
- # {
7066
- # monitoring_configuration: {
7067
- # log_level: "INFO", # required, accepts INFO, WARN, ERROR, DEBUG
7068
- # },
7069
- # catalog_configuration: {
7070
- # glue_data_catalog_configuration: { # required
7071
- # database_arn: "DatabaseARN", # required
7072
- # },
7073
- # },
7074
- # deploy_as_application_configuration: {
7075
- # s3_content_location: { # required
7076
- # bucket_arn: "BucketARN", # required
7077
- # base_path: "BasePath",
7078
- # },
7079
- # },
7080
- # custom_artifacts_configuration: [
7081
- # {
7082
- # artifact_type: "UDF", # required, accepts UDF, DEPENDENCY_JAR
7083
- # s3_content_location: {
7084
- # bucket_arn: "BucketARN", # required
7085
- # file_key: "FileKey", # required
7086
- # object_version: "ObjectVersion",
7087
- # },
7088
- # maven_reference: {
7089
- # group_id: "MavenGroupId", # required
7090
- # artifact_id: "MavenArtifactId", # required
7091
- # version: "MavenVersion", # required
7092
- # },
7093
- # },
7094
- # ],
7095
- # }
7096
- #
7097
4851
  # @!attribute [rw] monitoring_configuration
7098
4852
  # The monitoring configuration of a Kinesis Data Analytics Studio
7099
4853
  # notebook.
@@ -7161,41 +4915,6 @@ module Aws::KinesisAnalyticsV2
7161
4915
  # Updates to the configuration of Kinesis Data Analytics Studio
7162
4916
  # notebook.
7163
4917
  #
7164
- # @note When making an API call, you may pass ZeppelinApplicationConfigurationUpdate
7165
- # data as a hash:
7166
- #
7167
- # {
7168
- # monitoring_configuration_update: {
7169
- # log_level_update: "INFO", # required, accepts INFO, WARN, ERROR, DEBUG
7170
- # },
7171
- # catalog_configuration_update: {
7172
- # glue_data_catalog_configuration_update: { # required
7173
- # database_arn_update: "DatabaseARN", # required
7174
- # },
7175
- # },
7176
- # deploy_as_application_configuration_update: {
7177
- # s3_content_location_update: {
7178
- # bucket_arn_update: "BucketARN",
7179
- # base_path_update: "BasePath",
7180
- # },
7181
- # },
7182
- # custom_artifacts_configuration_update: [
7183
- # {
7184
- # artifact_type: "UDF", # required, accepts UDF, DEPENDENCY_JAR
7185
- # s3_content_location: {
7186
- # bucket_arn: "BucketARN", # required
7187
- # file_key: "FileKey", # required
7188
- # object_version: "ObjectVersion",
7189
- # },
7190
- # maven_reference: {
7191
- # group_id: "MavenGroupId", # required
7192
- # artifact_id: "MavenArtifactId", # required
7193
- # version: "MavenVersion", # required
7194
- # },
7195
- # },
7196
- # ],
7197
- # }
7198
- #
7199
4918
  # @!attribute [rw] monitoring_configuration_update
7200
4919
  # Updates to the monitoring configuration of a Kinesis Data Analytics
7201
4920
  # Studio notebook.
@@ -7236,13 +4955,6 @@ module Aws::KinesisAnalyticsV2
7236
4955
  #
7237
4956
  # [1]: https://docs.aws.amazon.com/kinesisanalytics/latest/java/monitoring-overview.html
7238
4957
  #
7239
- # @note When making an API call, you may pass ZeppelinMonitoringConfiguration
7240
- # data as a hash:
7241
- #
7242
- # {
7243
- # log_level: "INFO", # required, accepts INFO, WARN, ERROR, DEBUG
7244
- # }
7245
- #
7246
4958
  # @!attribute [rw] log_level
7247
4959
  # The verbosity of the CloudWatch Logs for an application.
7248
4960
  # @return [String]
@@ -7273,13 +4985,6 @@ module Aws::KinesisAnalyticsV2
7273
4985
  # Updates to the monitoring configuration for Apache Zeppelin within a
7274
4986
  # Kinesis Data Analytics Studio notebook.
7275
4987
  #
7276
- # @note When making an API call, you may pass ZeppelinMonitoringConfigurationUpdate
7277
- # data as a hash:
7278
- #
7279
- # {
7280
- # log_level_update: "INFO", # required, accepts INFO, WARN, ERROR, DEBUG
7281
- # }
7282
- #
7283
4988
  # @!attribute [rw] log_level_update
7284
4989
  # Updates to the logging level for Apache Zeppelin within a Kinesis
7285
4990
  # Data Analytics Studio notebook.