aws-sdk-kinesisanalyticsv2 1.51.0 → 1.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/sig/types.rbs ADDED
@@ -0,0 +1,1256 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::KinesisAnalyticsV2
9
+ module Types
10
+
11
+ class AddApplicationCloudWatchLoggingOptionRequest
12
+ attr_accessor application_name: ::String
13
+ attr_accessor current_application_version_id: ::Integer
14
+ attr_accessor cloud_watch_logging_option: Types::CloudWatchLoggingOption
15
+ attr_accessor conditional_token: ::String
16
+ SENSITIVE: []
17
+ end
18
+
19
+ class AddApplicationCloudWatchLoggingOptionResponse
20
+ attr_accessor application_arn: ::String
21
+ attr_accessor application_version_id: ::Integer
22
+ attr_accessor cloud_watch_logging_option_descriptions: ::Array[Types::CloudWatchLoggingOptionDescription]
23
+ SENSITIVE: []
24
+ end
25
+
26
+ class AddApplicationInputProcessingConfigurationRequest
27
+ attr_accessor application_name: ::String
28
+ attr_accessor current_application_version_id: ::Integer
29
+ attr_accessor input_id: ::String
30
+ attr_accessor input_processing_configuration: Types::InputProcessingConfiguration
31
+ SENSITIVE: []
32
+ end
33
+
34
+ class AddApplicationInputProcessingConfigurationResponse
35
+ attr_accessor application_arn: ::String
36
+ attr_accessor application_version_id: ::Integer
37
+ attr_accessor input_id: ::String
38
+ attr_accessor input_processing_configuration_description: Types::InputProcessingConfigurationDescription
39
+ SENSITIVE: []
40
+ end
41
+
42
+ class AddApplicationInputRequest
43
+ attr_accessor application_name: ::String
44
+ attr_accessor current_application_version_id: ::Integer
45
+ attr_accessor input: Types::Input
46
+ SENSITIVE: []
47
+ end
48
+
49
+ class AddApplicationInputResponse
50
+ attr_accessor application_arn: ::String
51
+ attr_accessor application_version_id: ::Integer
52
+ attr_accessor input_descriptions: ::Array[Types::InputDescription]
53
+ SENSITIVE: []
54
+ end
55
+
56
+ class AddApplicationOutputRequest
57
+ attr_accessor application_name: ::String
58
+ attr_accessor current_application_version_id: ::Integer
59
+ attr_accessor output: Types::Output
60
+ SENSITIVE: []
61
+ end
62
+
63
+ class AddApplicationOutputResponse
64
+ attr_accessor application_arn: ::String
65
+ attr_accessor application_version_id: ::Integer
66
+ attr_accessor output_descriptions: ::Array[Types::OutputDescription]
67
+ SENSITIVE: []
68
+ end
69
+
70
+ class AddApplicationReferenceDataSourceRequest
71
+ attr_accessor application_name: ::String
72
+ attr_accessor current_application_version_id: ::Integer
73
+ attr_accessor reference_data_source: Types::ReferenceDataSource
74
+ SENSITIVE: []
75
+ end
76
+
77
+ class AddApplicationReferenceDataSourceResponse
78
+ attr_accessor application_arn: ::String
79
+ attr_accessor application_version_id: ::Integer
80
+ attr_accessor reference_data_source_descriptions: ::Array[Types::ReferenceDataSourceDescription]
81
+ SENSITIVE: []
82
+ end
83
+
84
+ class AddApplicationVpcConfigurationRequest
85
+ attr_accessor application_name: ::String
86
+ attr_accessor current_application_version_id: ::Integer
87
+ attr_accessor vpc_configuration: Types::VpcConfiguration
88
+ attr_accessor conditional_token: ::String
89
+ SENSITIVE: []
90
+ end
91
+
92
+ class AddApplicationVpcConfigurationResponse
93
+ attr_accessor application_arn: ::String
94
+ attr_accessor application_version_id: ::Integer
95
+ attr_accessor vpc_configuration_description: Types::VpcConfigurationDescription
96
+ SENSITIVE: []
97
+ end
98
+
99
+ class ApplicationCodeConfiguration
100
+ attr_accessor code_content: Types::CodeContent
101
+ attr_accessor code_content_type: ("PLAINTEXT" | "ZIPFILE")
102
+ SENSITIVE: []
103
+ end
104
+
105
+ class ApplicationCodeConfigurationDescription
106
+ attr_accessor code_content_type: ("PLAINTEXT" | "ZIPFILE")
107
+ attr_accessor code_content_description: Types::CodeContentDescription
108
+ SENSITIVE: []
109
+ end
110
+
111
+ class ApplicationCodeConfigurationUpdate
112
+ attr_accessor code_content_type_update: ("PLAINTEXT" | "ZIPFILE")
113
+ attr_accessor code_content_update: Types::CodeContentUpdate
114
+ SENSITIVE: []
115
+ end
116
+
117
+ class ApplicationConfiguration
118
+ attr_accessor sql_application_configuration: Types::SqlApplicationConfiguration
119
+ attr_accessor flink_application_configuration: Types::FlinkApplicationConfiguration
120
+ attr_accessor environment_properties: Types::EnvironmentProperties
121
+ attr_accessor application_code_configuration: Types::ApplicationCodeConfiguration
122
+ attr_accessor application_snapshot_configuration: Types::ApplicationSnapshotConfiguration
123
+ attr_accessor vpc_configurations: ::Array[Types::VpcConfiguration]
124
+ attr_accessor zeppelin_application_configuration: Types::ZeppelinApplicationConfiguration
125
+ SENSITIVE: []
126
+ end
127
+
128
+ class ApplicationConfigurationDescription
129
+ attr_accessor sql_application_configuration_description: Types::SqlApplicationConfigurationDescription
130
+ attr_accessor application_code_configuration_description: Types::ApplicationCodeConfigurationDescription
131
+ attr_accessor run_configuration_description: Types::RunConfigurationDescription
132
+ attr_accessor flink_application_configuration_description: Types::FlinkApplicationConfigurationDescription
133
+ attr_accessor environment_property_descriptions: Types::EnvironmentPropertyDescriptions
134
+ attr_accessor application_snapshot_configuration_description: Types::ApplicationSnapshotConfigurationDescription
135
+ attr_accessor vpc_configuration_descriptions: ::Array[Types::VpcConfigurationDescription]
136
+ attr_accessor zeppelin_application_configuration_description: Types::ZeppelinApplicationConfigurationDescription
137
+ SENSITIVE: []
138
+ end
139
+
140
+ class ApplicationConfigurationUpdate
141
+ attr_accessor sql_application_configuration_update: Types::SqlApplicationConfigurationUpdate
142
+ attr_accessor application_code_configuration_update: Types::ApplicationCodeConfigurationUpdate
143
+ attr_accessor flink_application_configuration_update: Types::FlinkApplicationConfigurationUpdate
144
+ attr_accessor environment_property_updates: Types::EnvironmentPropertyUpdates
145
+ attr_accessor application_snapshot_configuration_update: Types::ApplicationSnapshotConfigurationUpdate
146
+ attr_accessor vpc_configuration_updates: ::Array[Types::VpcConfigurationUpdate]
147
+ attr_accessor zeppelin_application_configuration_update: Types::ZeppelinApplicationConfigurationUpdate
148
+ SENSITIVE: []
149
+ end
150
+
151
+ class ApplicationDetail
152
+ attr_accessor application_arn: ::String
153
+ attr_accessor application_description: ::String
154
+ attr_accessor application_name: ::String
155
+ attr_accessor runtime_environment: ("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" | "ZEPPELIN-FLINK-3_0")
156
+ attr_accessor service_execution_role: ::String
157
+ attr_accessor application_status: ("DELETING" | "STARTING" | "STOPPING" | "READY" | "RUNNING" | "UPDATING" | "AUTOSCALING" | "FORCE_STOPPING" | "ROLLING_BACK" | "MAINTENANCE" | "ROLLED_BACK")
158
+ attr_accessor application_version_id: ::Integer
159
+ attr_accessor create_timestamp: ::Time
160
+ attr_accessor last_update_timestamp: ::Time
161
+ attr_accessor application_configuration_description: Types::ApplicationConfigurationDescription
162
+ attr_accessor cloud_watch_logging_option_descriptions: ::Array[Types::CloudWatchLoggingOptionDescription]
163
+ attr_accessor application_maintenance_configuration_description: Types::ApplicationMaintenanceConfigurationDescription
164
+ attr_accessor application_version_updated_from: ::Integer
165
+ attr_accessor application_version_rolled_back_from: ::Integer
166
+ attr_accessor conditional_token: ::String
167
+ attr_accessor application_version_rolled_back_to: ::Integer
168
+ attr_accessor application_mode: ("STREAMING" | "INTERACTIVE")
169
+ SENSITIVE: []
170
+ end
171
+
172
+ class ApplicationMaintenanceConfigurationDescription
173
+ attr_accessor application_maintenance_window_start_time: ::String
174
+ attr_accessor application_maintenance_window_end_time: ::String
175
+ SENSITIVE: []
176
+ end
177
+
178
+ class ApplicationMaintenanceConfigurationUpdate
179
+ attr_accessor application_maintenance_window_start_time_update: ::String
180
+ SENSITIVE: []
181
+ end
182
+
183
+ class ApplicationRestoreConfiguration
184
+ attr_accessor application_restore_type: ("SKIP_RESTORE_FROM_SNAPSHOT" | "RESTORE_FROM_LATEST_SNAPSHOT" | "RESTORE_FROM_CUSTOM_SNAPSHOT")
185
+ attr_accessor snapshot_name: ::String
186
+ SENSITIVE: []
187
+ end
188
+
189
+ class ApplicationSnapshotConfiguration
190
+ attr_accessor snapshots_enabled: bool
191
+ SENSITIVE: []
192
+ end
193
+
194
+ class ApplicationSnapshotConfigurationDescription
195
+ attr_accessor snapshots_enabled: bool
196
+ SENSITIVE: []
197
+ end
198
+
199
+ class ApplicationSnapshotConfigurationUpdate
200
+ attr_accessor snapshots_enabled_update: bool
201
+ SENSITIVE: []
202
+ end
203
+
204
+ class ApplicationSummary
205
+ attr_accessor application_name: ::String
206
+ attr_accessor application_arn: ::String
207
+ attr_accessor application_status: ("DELETING" | "STARTING" | "STOPPING" | "READY" | "RUNNING" | "UPDATING" | "AUTOSCALING" | "FORCE_STOPPING" | "ROLLING_BACK" | "MAINTENANCE" | "ROLLED_BACK")
208
+ attr_accessor application_version_id: ::Integer
209
+ attr_accessor runtime_environment: ("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" | "ZEPPELIN-FLINK-3_0")
210
+ attr_accessor application_mode: ("STREAMING" | "INTERACTIVE")
211
+ SENSITIVE: []
212
+ end
213
+
214
+ class ApplicationVersionSummary
215
+ attr_accessor application_version_id: ::Integer
216
+ attr_accessor application_status: ("DELETING" | "STARTING" | "STOPPING" | "READY" | "RUNNING" | "UPDATING" | "AUTOSCALING" | "FORCE_STOPPING" | "ROLLING_BACK" | "MAINTENANCE" | "ROLLED_BACK")
217
+ SENSITIVE: []
218
+ end
219
+
220
+ class CSVMappingParameters
221
+ attr_accessor record_row_delimiter: ::String
222
+ attr_accessor record_column_delimiter: ::String
223
+ SENSITIVE: []
224
+ end
225
+
226
+ class CatalogConfiguration
227
+ attr_accessor glue_data_catalog_configuration: Types::GlueDataCatalogConfiguration
228
+ SENSITIVE: []
229
+ end
230
+
231
+ class CatalogConfigurationDescription
232
+ attr_accessor glue_data_catalog_configuration_description: Types::GlueDataCatalogConfigurationDescription
233
+ SENSITIVE: []
234
+ end
235
+
236
+ class CatalogConfigurationUpdate
237
+ attr_accessor glue_data_catalog_configuration_update: Types::GlueDataCatalogConfigurationUpdate
238
+ SENSITIVE: []
239
+ end
240
+
241
+ class CheckpointConfiguration
242
+ attr_accessor configuration_type: ("DEFAULT" | "CUSTOM")
243
+ attr_accessor checkpointing_enabled: bool
244
+ attr_accessor checkpoint_interval: ::Integer
245
+ attr_accessor min_pause_between_checkpoints: ::Integer
246
+ SENSITIVE: []
247
+ end
248
+
249
+ class CheckpointConfigurationDescription
250
+ attr_accessor configuration_type: ("DEFAULT" | "CUSTOM")
251
+ attr_accessor checkpointing_enabled: bool
252
+ attr_accessor checkpoint_interval: ::Integer
253
+ attr_accessor min_pause_between_checkpoints: ::Integer
254
+ SENSITIVE: []
255
+ end
256
+
257
+ class CheckpointConfigurationUpdate
258
+ attr_accessor configuration_type_update: ("DEFAULT" | "CUSTOM")
259
+ attr_accessor checkpointing_enabled_update: bool
260
+ attr_accessor checkpoint_interval_update: ::Integer
261
+ attr_accessor min_pause_between_checkpoints_update: ::Integer
262
+ SENSITIVE: []
263
+ end
264
+
265
+ class CloudWatchLoggingOption
266
+ attr_accessor log_stream_arn: ::String
267
+ SENSITIVE: []
268
+ end
269
+
270
+ class CloudWatchLoggingOptionDescription
271
+ attr_accessor cloud_watch_logging_option_id: ::String
272
+ attr_accessor log_stream_arn: ::String
273
+ attr_accessor role_arn: ::String
274
+ SENSITIVE: []
275
+ end
276
+
277
+ class CloudWatchLoggingOptionUpdate
278
+ attr_accessor cloud_watch_logging_option_id: ::String
279
+ attr_accessor log_stream_arn_update: ::String
280
+ SENSITIVE: []
281
+ end
282
+
283
+ class CodeContent
284
+ attr_accessor text_content: ::String
285
+ attr_accessor zip_file_content: ::String
286
+ attr_accessor s3_content_location: Types::S3ContentLocation
287
+ SENSITIVE: []
288
+ end
289
+
290
+ class CodeContentDescription
291
+ attr_accessor text_content: ::String
292
+ attr_accessor code_md5: ::String
293
+ attr_accessor code_size: ::Integer
294
+ attr_accessor s3_application_code_location_description: Types::S3ApplicationCodeLocationDescription
295
+ SENSITIVE: []
296
+ end
297
+
298
+ class CodeContentUpdate
299
+ attr_accessor text_content_update: ::String
300
+ attr_accessor zip_file_content_update: ::String
301
+ attr_accessor s3_content_location_update: Types::S3ContentLocationUpdate
302
+ SENSITIVE: []
303
+ end
304
+
305
+ class CodeValidationException
306
+ attr_accessor message: ::String
307
+ SENSITIVE: []
308
+ end
309
+
310
+ class ConcurrentModificationException
311
+ attr_accessor message: ::String
312
+ SENSITIVE: []
313
+ end
314
+
315
+ class CreateApplicationPresignedUrlRequest
316
+ attr_accessor application_name: ::String
317
+ attr_accessor url_type: ("FLINK_DASHBOARD_URL" | "ZEPPELIN_UI_URL")
318
+ attr_accessor session_expiration_duration_in_seconds: ::Integer
319
+ SENSITIVE: []
320
+ end
321
+
322
+ class CreateApplicationPresignedUrlResponse
323
+ attr_accessor authorized_url: ::String
324
+ SENSITIVE: []
325
+ end
326
+
327
+ class CreateApplicationRequest
328
+ attr_accessor application_name: ::String
329
+ attr_accessor application_description: ::String
330
+ attr_accessor runtime_environment: ("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" | "ZEPPELIN-FLINK-3_0")
331
+ attr_accessor service_execution_role: ::String
332
+ attr_accessor application_configuration: Types::ApplicationConfiguration
333
+ attr_accessor cloud_watch_logging_options: ::Array[Types::CloudWatchLoggingOption]
334
+ attr_accessor tags: ::Array[Types::Tag]
335
+ attr_accessor application_mode: ("STREAMING" | "INTERACTIVE")
336
+ SENSITIVE: []
337
+ end
338
+
339
+ class CreateApplicationResponse
340
+ attr_accessor application_detail: Types::ApplicationDetail
341
+ SENSITIVE: []
342
+ end
343
+
344
+ class CreateApplicationSnapshotRequest
345
+ attr_accessor application_name: ::String
346
+ attr_accessor snapshot_name: ::String
347
+ SENSITIVE: []
348
+ end
349
+
350
+ class CreateApplicationSnapshotResponse < Aws::EmptyStructure
351
+ end
352
+
353
+ class CustomArtifactConfiguration
354
+ attr_accessor artifact_type: ("UDF" | "DEPENDENCY_JAR")
355
+ attr_accessor s3_content_location: Types::S3ContentLocation
356
+ attr_accessor maven_reference: Types::MavenReference
357
+ SENSITIVE: []
358
+ end
359
+
360
+ class CustomArtifactConfigurationDescription
361
+ attr_accessor artifact_type: ("UDF" | "DEPENDENCY_JAR")
362
+ attr_accessor s3_content_location_description: Types::S3ContentLocation
363
+ attr_accessor maven_reference_description: Types::MavenReference
364
+ SENSITIVE: []
365
+ end
366
+
367
+ class DeleteApplicationCloudWatchLoggingOptionRequest
368
+ attr_accessor application_name: ::String
369
+ attr_accessor current_application_version_id: ::Integer
370
+ attr_accessor cloud_watch_logging_option_id: ::String
371
+ attr_accessor conditional_token: ::String
372
+ SENSITIVE: []
373
+ end
374
+
375
+ class DeleteApplicationCloudWatchLoggingOptionResponse
376
+ attr_accessor application_arn: ::String
377
+ attr_accessor application_version_id: ::Integer
378
+ attr_accessor cloud_watch_logging_option_descriptions: ::Array[Types::CloudWatchLoggingOptionDescription]
379
+ SENSITIVE: []
380
+ end
381
+
382
+ class DeleteApplicationInputProcessingConfigurationRequest
383
+ attr_accessor application_name: ::String
384
+ attr_accessor current_application_version_id: ::Integer
385
+ attr_accessor input_id: ::String
386
+ SENSITIVE: []
387
+ end
388
+
389
+ class DeleteApplicationInputProcessingConfigurationResponse
390
+ attr_accessor application_arn: ::String
391
+ attr_accessor application_version_id: ::Integer
392
+ SENSITIVE: []
393
+ end
394
+
395
+ class DeleteApplicationOutputRequest
396
+ attr_accessor application_name: ::String
397
+ attr_accessor current_application_version_id: ::Integer
398
+ attr_accessor output_id: ::String
399
+ SENSITIVE: []
400
+ end
401
+
402
+ class DeleteApplicationOutputResponse
403
+ attr_accessor application_arn: ::String
404
+ attr_accessor application_version_id: ::Integer
405
+ SENSITIVE: []
406
+ end
407
+
408
+ class DeleteApplicationReferenceDataSourceRequest
409
+ attr_accessor application_name: ::String
410
+ attr_accessor current_application_version_id: ::Integer
411
+ attr_accessor reference_id: ::String
412
+ SENSITIVE: []
413
+ end
414
+
415
+ class DeleteApplicationReferenceDataSourceResponse
416
+ attr_accessor application_arn: ::String
417
+ attr_accessor application_version_id: ::Integer
418
+ SENSITIVE: []
419
+ end
420
+
421
+ class DeleteApplicationRequest
422
+ attr_accessor application_name: ::String
423
+ attr_accessor create_timestamp: ::Time
424
+ SENSITIVE: []
425
+ end
426
+
427
+ class DeleteApplicationResponse < Aws::EmptyStructure
428
+ end
429
+
430
+ class DeleteApplicationSnapshotRequest
431
+ attr_accessor application_name: ::String
432
+ attr_accessor snapshot_name: ::String
433
+ attr_accessor snapshot_creation_timestamp: ::Time
434
+ SENSITIVE: []
435
+ end
436
+
437
+ class DeleteApplicationSnapshotResponse < Aws::EmptyStructure
438
+ end
439
+
440
+ class DeleteApplicationVpcConfigurationRequest
441
+ attr_accessor application_name: ::String
442
+ attr_accessor current_application_version_id: ::Integer
443
+ attr_accessor vpc_configuration_id: ::String
444
+ attr_accessor conditional_token: ::String
445
+ SENSITIVE: []
446
+ end
447
+
448
+ class DeleteApplicationVpcConfigurationResponse
449
+ attr_accessor application_arn: ::String
450
+ attr_accessor application_version_id: ::Integer
451
+ SENSITIVE: []
452
+ end
453
+
454
+ class DeployAsApplicationConfiguration
455
+ attr_accessor s3_content_location: Types::S3ContentBaseLocation
456
+ SENSITIVE: []
457
+ end
458
+
459
+ class DeployAsApplicationConfigurationDescription
460
+ attr_accessor s3_content_location_description: Types::S3ContentBaseLocationDescription
461
+ SENSITIVE: []
462
+ end
463
+
464
+ class DeployAsApplicationConfigurationUpdate
465
+ attr_accessor s3_content_location_update: Types::S3ContentBaseLocationUpdate
466
+ SENSITIVE: []
467
+ end
468
+
469
+ class DescribeApplicationRequest
470
+ attr_accessor application_name: ::String
471
+ attr_accessor include_additional_details: bool
472
+ SENSITIVE: []
473
+ end
474
+
475
+ class DescribeApplicationResponse
476
+ attr_accessor application_detail: Types::ApplicationDetail
477
+ SENSITIVE: []
478
+ end
479
+
480
+ class DescribeApplicationSnapshotRequest
481
+ attr_accessor application_name: ::String
482
+ attr_accessor snapshot_name: ::String
483
+ SENSITIVE: []
484
+ end
485
+
486
+ class DescribeApplicationSnapshotResponse
487
+ attr_accessor snapshot_details: Types::SnapshotDetails
488
+ SENSITIVE: []
489
+ end
490
+
491
+ class DescribeApplicationVersionRequest
492
+ attr_accessor application_name: ::String
493
+ attr_accessor application_version_id: ::Integer
494
+ SENSITIVE: []
495
+ end
496
+
497
+ class DescribeApplicationVersionResponse
498
+ attr_accessor application_version_detail: Types::ApplicationDetail
499
+ SENSITIVE: []
500
+ end
501
+
502
+ class DestinationSchema
503
+ attr_accessor record_format_type: ("JSON" | "CSV")
504
+ SENSITIVE: []
505
+ end
506
+
507
+ class DiscoverInputSchemaRequest
508
+ attr_accessor resource_arn: ::String
509
+ attr_accessor service_execution_role: ::String
510
+ attr_accessor input_starting_position_configuration: Types::InputStartingPositionConfiguration
511
+ attr_accessor s3_configuration: Types::S3Configuration
512
+ attr_accessor input_processing_configuration: Types::InputProcessingConfiguration
513
+ SENSITIVE: []
514
+ end
515
+
516
+ class DiscoverInputSchemaResponse
517
+ attr_accessor input_schema: Types::SourceSchema
518
+ attr_accessor parsed_input_records: ::Array[::Array[::String]]
519
+ attr_accessor processed_input_records: ::Array[::String]
520
+ attr_accessor raw_input_records: ::Array[::String]
521
+ SENSITIVE: []
522
+ end
523
+
524
+ class EnvironmentProperties
525
+ attr_accessor property_groups: ::Array[Types::PropertyGroup]
526
+ SENSITIVE: []
527
+ end
528
+
529
+ class EnvironmentPropertyDescriptions
530
+ attr_accessor property_group_descriptions: ::Array[Types::PropertyGroup]
531
+ SENSITIVE: []
532
+ end
533
+
534
+ class EnvironmentPropertyUpdates
535
+ attr_accessor property_groups: ::Array[Types::PropertyGroup]
536
+ SENSITIVE: []
537
+ end
538
+
539
+ class FlinkApplicationConfiguration
540
+ attr_accessor checkpoint_configuration: Types::CheckpointConfiguration
541
+ attr_accessor monitoring_configuration: Types::MonitoringConfiguration
542
+ attr_accessor parallelism_configuration: Types::ParallelismConfiguration
543
+ SENSITIVE: []
544
+ end
545
+
546
+ class FlinkApplicationConfigurationDescription
547
+ attr_accessor checkpoint_configuration_description: Types::CheckpointConfigurationDescription
548
+ attr_accessor monitoring_configuration_description: Types::MonitoringConfigurationDescription
549
+ attr_accessor parallelism_configuration_description: Types::ParallelismConfigurationDescription
550
+ attr_accessor job_plan_description: ::String
551
+ SENSITIVE: []
552
+ end
553
+
554
+ class FlinkApplicationConfigurationUpdate
555
+ attr_accessor checkpoint_configuration_update: Types::CheckpointConfigurationUpdate
556
+ attr_accessor monitoring_configuration_update: Types::MonitoringConfigurationUpdate
557
+ attr_accessor parallelism_configuration_update: Types::ParallelismConfigurationUpdate
558
+ SENSITIVE: []
559
+ end
560
+
561
+ class FlinkRunConfiguration
562
+ attr_accessor allow_non_restored_state: bool
563
+ SENSITIVE: []
564
+ end
565
+
566
+ class GlueDataCatalogConfiguration
567
+ attr_accessor database_arn: ::String
568
+ SENSITIVE: []
569
+ end
570
+
571
+ class GlueDataCatalogConfigurationDescription
572
+ attr_accessor database_arn: ::String
573
+ SENSITIVE: []
574
+ end
575
+
576
+ class GlueDataCatalogConfigurationUpdate
577
+ attr_accessor database_arn_update: ::String
578
+ SENSITIVE: []
579
+ end
580
+
581
+ class Input
582
+ attr_accessor name_prefix: ::String
583
+ attr_accessor input_processing_configuration: Types::InputProcessingConfiguration
584
+ attr_accessor kinesis_streams_input: Types::KinesisStreamsInput
585
+ attr_accessor kinesis_firehose_input: Types::KinesisFirehoseInput
586
+ attr_accessor input_parallelism: Types::InputParallelism
587
+ attr_accessor input_schema: Types::SourceSchema
588
+ SENSITIVE: []
589
+ end
590
+
591
+ class InputDescription
592
+ attr_accessor input_id: ::String
593
+ attr_accessor name_prefix: ::String
594
+ attr_accessor in_app_stream_names: ::Array[::String]
595
+ attr_accessor input_processing_configuration_description: Types::InputProcessingConfigurationDescription
596
+ attr_accessor kinesis_streams_input_description: Types::KinesisStreamsInputDescription
597
+ attr_accessor kinesis_firehose_input_description: Types::KinesisFirehoseInputDescription
598
+ attr_accessor input_schema: Types::SourceSchema
599
+ attr_accessor input_parallelism: Types::InputParallelism
600
+ attr_accessor input_starting_position_configuration: Types::InputStartingPositionConfiguration
601
+ SENSITIVE: []
602
+ end
603
+
604
+ class InputLambdaProcessor
605
+ attr_accessor resource_arn: ::String
606
+ SENSITIVE: []
607
+ end
608
+
609
+ class InputLambdaProcessorDescription
610
+ attr_accessor resource_arn: ::String
611
+ attr_accessor role_arn: ::String
612
+ SENSITIVE: []
613
+ end
614
+
615
+ class InputLambdaProcessorUpdate
616
+ attr_accessor resource_arn_update: ::String
617
+ SENSITIVE: []
618
+ end
619
+
620
+ class InputParallelism
621
+ attr_accessor count: ::Integer
622
+ SENSITIVE: []
623
+ end
624
+
625
+ class InputParallelismUpdate
626
+ attr_accessor count_update: ::Integer
627
+ SENSITIVE: []
628
+ end
629
+
630
+ class InputProcessingConfiguration
631
+ attr_accessor input_lambda_processor: Types::InputLambdaProcessor
632
+ SENSITIVE: []
633
+ end
634
+
635
+ class InputProcessingConfigurationDescription
636
+ attr_accessor input_lambda_processor_description: Types::InputLambdaProcessorDescription
637
+ SENSITIVE: []
638
+ end
639
+
640
+ class InputProcessingConfigurationUpdate
641
+ attr_accessor input_lambda_processor_update: Types::InputLambdaProcessorUpdate
642
+ SENSITIVE: []
643
+ end
644
+
645
+ class InputSchemaUpdate
646
+ attr_accessor record_format_update: Types::RecordFormat
647
+ attr_accessor record_encoding_update: ::String
648
+ attr_accessor record_column_updates: ::Array[Types::RecordColumn]
649
+ SENSITIVE: []
650
+ end
651
+
652
+ class InputStartingPositionConfiguration
653
+ attr_accessor input_starting_position: ("NOW" | "TRIM_HORIZON" | "LAST_STOPPED_POINT")
654
+ SENSITIVE: []
655
+ end
656
+
657
+ class InputUpdate
658
+ attr_accessor input_id: ::String
659
+ attr_accessor name_prefix_update: ::String
660
+ attr_accessor input_processing_configuration_update: Types::InputProcessingConfigurationUpdate
661
+ attr_accessor kinesis_streams_input_update: Types::KinesisStreamsInputUpdate
662
+ attr_accessor kinesis_firehose_input_update: Types::KinesisFirehoseInputUpdate
663
+ attr_accessor input_schema_update: Types::InputSchemaUpdate
664
+ attr_accessor input_parallelism_update: Types::InputParallelismUpdate
665
+ SENSITIVE: []
666
+ end
667
+
668
+ class InvalidApplicationConfigurationException
669
+ attr_accessor message: ::String
670
+ SENSITIVE: []
671
+ end
672
+
673
+ class InvalidArgumentException
674
+ attr_accessor message: ::String
675
+ SENSITIVE: []
676
+ end
677
+
678
+ class InvalidRequestException
679
+ attr_accessor message: ::String
680
+ SENSITIVE: []
681
+ end
682
+
683
+ class JSONMappingParameters
684
+ attr_accessor record_row_path: ::String
685
+ SENSITIVE: []
686
+ end
687
+
688
+ class KinesisFirehoseInput
689
+ attr_accessor resource_arn: ::String
690
+ SENSITIVE: []
691
+ end
692
+
693
+ class KinesisFirehoseInputDescription
694
+ attr_accessor resource_arn: ::String
695
+ attr_accessor role_arn: ::String
696
+ SENSITIVE: []
697
+ end
698
+
699
+ class KinesisFirehoseInputUpdate
700
+ attr_accessor resource_arn_update: ::String
701
+ SENSITIVE: []
702
+ end
703
+
704
+ class KinesisFirehoseOutput
705
+ attr_accessor resource_arn: ::String
706
+ SENSITIVE: []
707
+ end
708
+
709
+ class KinesisFirehoseOutputDescription
710
+ attr_accessor resource_arn: ::String
711
+ attr_accessor role_arn: ::String
712
+ SENSITIVE: []
713
+ end
714
+
715
+ class KinesisFirehoseOutputUpdate
716
+ attr_accessor resource_arn_update: ::String
717
+ SENSITIVE: []
718
+ end
719
+
720
+ class KinesisStreamsInput
721
+ attr_accessor resource_arn: ::String
722
+ SENSITIVE: []
723
+ end
724
+
725
+ class KinesisStreamsInputDescription
726
+ attr_accessor resource_arn: ::String
727
+ attr_accessor role_arn: ::String
728
+ SENSITIVE: []
729
+ end
730
+
731
+ class KinesisStreamsInputUpdate
732
+ attr_accessor resource_arn_update: ::String
733
+ SENSITIVE: []
734
+ end
735
+
736
+ class KinesisStreamsOutput
737
+ attr_accessor resource_arn: ::String
738
+ SENSITIVE: []
739
+ end
740
+
741
+ class KinesisStreamsOutputDescription
742
+ attr_accessor resource_arn: ::String
743
+ attr_accessor role_arn: ::String
744
+ SENSITIVE: []
745
+ end
746
+
747
+ class KinesisStreamsOutputUpdate
748
+ attr_accessor resource_arn_update: ::String
749
+ SENSITIVE: []
750
+ end
751
+
752
+ class LambdaOutput
753
+ attr_accessor resource_arn: ::String
754
+ SENSITIVE: []
755
+ end
756
+
757
+ class LambdaOutputDescription
758
+ attr_accessor resource_arn: ::String
759
+ attr_accessor role_arn: ::String
760
+ SENSITIVE: []
761
+ end
762
+
763
+ class LambdaOutputUpdate
764
+ attr_accessor resource_arn_update: ::String
765
+ SENSITIVE: []
766
+ end
767
+
768
+ class LimitExceededException
769
+ attr_accessor message: ::String
770
+ SENSITIVE: []
771
+ end
772
+
773
+ class ListApplicationSnapshotsRequest
774
+ attr_accessor application_name: ::String
775
+ attr_accessor limit: ::Integer
776
+ attr_accessor next_token: ::String
777
+ SENSITIVE: []
778
+ end
779
+
780
+ class ListApplicationSnapshotsResponse
781
+ attr_accessor snapshot_summaries: ::Array[Types::SnapshotDetails]
782
+ attr_accessor next_token: ::String
783
+ SENSITIVE: []
784
+ end
785
+
786
+ class ListApplicationVersionsRequest
787
+ attr_accessor application_name: ::String
788
+ attr_accessor limit: ::Integer
789
+ attr_accessor next_token: ::String
790
+ SENSITIVE: []
791
+ end
792
+
793
+ class ListApplicationVersionsResponse
794
+ attr_accessor application_version_summaries: ::Array[Types::ApplicationVersionSummary]
795
+ attr_accessor next_token: ::String
796
+ SENSITIVE: []
797
+ end
798
+
799
+ class ListApplicationsRequest
800
+ attr_accessor limit: ::Integer
801
+ attr_accessor next_token: ::String
802
+ SENSITIVE: []
803
+ end
804
+
805
+ class ListApplicationsResponse
806
+ attr_accessor application_summaries: ::Array[Types::ApplicationSummary]
807
+ attr_accessor next_token: ::String
808
+ SENSITIVE: []
809
+ end
810
+
811
+ class ListTagsForResourceRequest
812
+ attr_accessor resource_arn: ::String
813
+ SENSITIVE: []
814
+ end
815
+
816
+ class ListTagsForResourceResponse
817
+ attr_accessor tags: ::Array[Types::Tag]
818
+ SENSITIVE: []
819
+ end
820
+
821
+ class MappingParameters
822
+ attr_accessor json_mapping_parameters: Types::JSONMappingParameters
823
+ attr_accessor csv_mapping_parameters: Types::CSVMappingParameters
824
+ SENSITIVE: []
825
+ end
826
+
827
+ class MavenReference
828
+ attr_accessor group_id: ::String
829
+ attr_accessor artifact_id: ::String
830
+ attr_accessor version: ::String
831
+ SENSITIVE: []
832
+ end
833
+
834
+ class MonitoringConfiguration
835
+ attr_accessor configuration_type: ("DEFAULT" | "CUSTOM")
836
+ attr_accessor metrics_level: ("APPLICATION" | "TASK" | "OPERATOR" | "PARALLELISM")
837
+ attr_accessor log_level: ("INFO" | "WARN" | "ERROR" | "DEBUG")
838
+ SENSITIVE: []
839
+ end
840
+
841
+ class MonitoringConfigurationDescription
842
+ attr_accessor configuration_type: ("DEFAULT" | "CUSTOM")
843
+ attr_accessor metrics_level: ("APPLICATION" | "TASK" | "OPERATOR" | "PARALLELISM")
844
+ attr_accessor log_level: ("INFO" | "WARN" | "ERROR" | "DEBUG")
845
+ SENSITIVE: []
846
+ end
847
+
848
+ class MonitoringConfigurationUpdate
849
+ attr_accessor configuration_type_update: ("DEFAULT" | "CUSTOM")
850
+ attr_accessor metrics_level_update: ("APPLICATION" | "TASK" | "OPERATOR" | "PARALLELISM")
851
+ attr_accessor log_level_update: ("INFO" | "WARN" | "ERROR" | "DEBUG")
852
+ SENSITIVE: []
853
+ end
854
+
855
+ class Output
856
+ attr_accessor name: ::String
857
+ attr_accessor kinesis_streams_output: Types::KinesisStreamsOutput
858
+ attr_accessor kinesis_firehose_output: Types::KinesisFirehoseOutput
859
+ attr_accessor lambda_output: Types::LambdaOutput
860
+ attr_accessor destination_schema: Types::DestinationSchema
861
+ SENSITIVE: []
862
+ end
863
+
864
+ class OutputDescription
865
+ attr_accessor output_id: ::String
866
+ attr_accessor name: ::String
867
+ attr_accessor kinesis_streams_output_description: Types::KinesisStreamsOutputDescription
868
+ attr_accessor kinesis_firehose_output_description: Types::KinesisFirehoseOutputDescription
869
+ attr_accessor lambda_output_description: Types::LambdaOutputDescription
870
+ attr_accessor destination_schema: Types::DestinationSchema
871
+ SENSITIVE: []
872
+ end
873
+
874
+ class OutputUpdate
875
+ attr_accessor output_id: ::String
876
+ attr_accessor name_update: ::String
877
+ attr_accessor kinesis_streams_output_update: Types::KinesisStreamsOutputUpdate
878
+ attr_accessor kinesis_firehose_output_update: Types::KinesisFirehoseOutputUpdate
879
+ attr_accessor lambda_output_update: Types::LambdaOutputUpdate
880
+ attr_accessor destination_schema_update: Types::DestinationSchema
881
+ SENSITIVE: []
882
+ end
883
+
884
+ class ParallelismConfiguration
885
+ attr_accessor configuration_type: ("DEFAULT" | "CUSTOM")
886
+ attr_accessor parallelism: ::Integer
887
+ attr_accessor parallelism_per_kpu: ::Integer
888
+ attr_accessor auto_scaling_enabled: bool
889
+ SENSITIVE: []
890
+ end
891
+
892
+ class ParallelismConfigurationDescription
893
+ attr_accessor configuration_type: ("DEFAULT" | "CUSTOM")
894
+ attr_accessor parallelism: ::Integer
895
+ attr_accessor parallelism_per_kpu: ::Integer
896
+ attr_accessor current_parallelism: ::Integer
897
+ attr_accessor auto_scaling_enabled: bool
898
+ SENSITIVE: []
899
+ end
900
+
901
+ class ParallelismConfigurationUpdate
902
+ attr_accessor configuration_type_update: ("DEFAULT" | "CUSTOM")
903
+ attr_accessor parallelism_update: ::Integer
904
+ attr_accessor parallelism_per_kpu_update: ::Integer
905
+ attr_accessor auto_scaling_enabled_update: bool
906
+ SENSITIVE: []
907
+ end
908
+
909
+ class PropertyGroup
910
+ attr_accessor property_group_id: ::String
911
+ attr_accessor property_map: ::Hash[::String, ::String]
912
+ SENSITIVE: []
913
+ end
914
+
915
+ class RecordColumn
916
+ attr_accessor name: ::String
917
+ attr_accessor mapping: ::String
918
+ attr_accessor sql_type: ::String
919
+ SENSITIVE: []
920
+ end
921
+
922
+ class RecordFormat
923
+ attr_accessor record_format_type: ("JSON" | "CSV")
924
+ attr_accessor mapping_parameters: Types::MappingParameters
925
+ SENSITIVE: []
926
+ end
927
+
928
+ class ReferenceDataSource
929
+ attr_accessor table_name: ::String
930
+ attr_accessor s3_reference_data_source: Types::S3ReferenceDataSource
931
+ attr_accessor reference_schema: Types::SourceSchema
932
+ SENSITIVE: []
933
+ end
934
+
935
+ class ReferenceDataSourceDescription
936
+ attr_accessor reference_id: ::String
937
+ attr_accessor table_name: ::String
938
+ attr_accessor s3_reference_data_source_description: Types::S3ReferenceDataSourceDescription
939
+ attr_accessor reference_schema: Types::SourceSchema
940
+ SENSITIVE: []
941
+ end
942
+
943
+ class ReferenceDataSourceUpdate
944
+ attr_accessor reference_id: ::String
945
+ attr_accessor table_name_update: ::String
946
+ attr_accessor s3_reference_data_source_update: Types::S3ReferenceDataSourceUpdate
947
+ attr_accessor reference_schema_update: Types::SourceSchema
948
+ SENSITIVE: []
949
+ end
950
+
951
+ class ResourceInUseException
952
+ attr_accessor message: ::String
953
+ SENSITIVE: []
954
+ end
955
+
956
+ class ResourceNotFoundException
957
+ attr_accessor message: ::String
958
+ SENSITIVE: []
959
+ end
960
+
961
+ class ResourceProvisionedThroughputExceededException
962
+ attr_accessor message: ::String
963
+ SENSITIVE: []
964
+ end
965
+
966
+ class RollbackApplicationRequest
967
+ attr_accessor application_name: ::String
968
+ attr_accessor current_application_version_id: ::Integer
969
+ SENSITIVE: []
970
+ end
971
+
972
+ class RollbackApplicationResponse
973
+ attr_accessor application_detail: Types::ApplicationDetail
974
+ SENSITIVE: []
975
+ end
976
+
977
+ class RunConfiguration
978
+ attr_accessor flink_run_configuration: Types::FlinkRunConfiguration
979
+ attr_accessor sql_run_configurations: ::Array[Types::SqlRunConfiguration]
980
+ attr_accessor application_restore_configuration: Types::ApplicationRestoreConfiguration
981
+ SENSITIVE: []
982
+ end
983
+
984
+ class RunConfigurationDescription
985
+ attr_accessor application_restore_configuration_description: Types::ApplicationRestoreConfiguration
986
+ attr_accessor flink_run_configuration_description: Types::FlinkRunConfiguration
987
+ SENSITIVE: []
988
+ end
989
+
990
+ class RunConfigurationUpdate
991
+ attr_accessor flink_run_configuration: Types::FlinkRunConfiguration
992
+ attr_accessor application_restore_configuration: Types::ApplicationRestoreConfiguration
993
+ SENSITIVE: []
994
+ end
995
+
996
+ class S3ApplicationCodeLocationDescription
997
+ attr_accessor bucket_arn: ::String
998
+ attr_accessor file_key: ::String
999
+ attr_accessor object_version: ::String
1000
+ SENSITIVE: []
1001
+ end
1002
+
1003
+ class S3Configuration
1004
+ attr_accessor bucket_arn: ::String
1005
+ attr_accessor file_key: ::String
1006
+ SENSITIVE: []
1007
+ end
1008
+
1009
+ class S3ContentBaseLocation
1010
+ attr_accessor bucket_arn: ::String
1011
+ attr_accessor base_path: ::String
1012
+ SENSITIVE: []
1013
+ end
1014
+
1015
+ class S3ContentBaseLocationDescription
1016
+ attr_accessor bucket_arn: ::String
1017
+ attr_accessor base_path: ::String
1018
+ SENSITIVE: []
1019
+ end
1020
+
1021
+ class S3ContentBaseLocationUpdate
1022
+ attr_accessor bucket_arn_update: ::String
1023
+ attr_accessor base_path_update: ::String
1024
+ SENSITIVE: []
1025
+ end
1026
+
1027
+ class S3ContentLocation
1028
+ attr_accessor bucket_arn: ::String
1029
+ attr_accessor file_key: ::String
1030
+ attr_accessor object_version: ::String
1031
+ SENSITIVE: []
1032
+ end
1033
+
1034
+ class S3ContentLocationUpdate
1035
+ attr_accessor bucket_arn_update: ::String
1036
+ attr_accessor file_key_update: ::String
1037
+ attr_accessor object_version_update: ::String
1038
+ SENSITIVE: []
1039
+ end
1040
+
1041
+ class S3ReferenceDataSource
1042
+ attr_accessor bucket_arn: ::String
1043
+ attr_accessor file_key: ::String
1044
+ SENSITIVE: []
1045
+ end
1046
+
1047
+ class S3ReferenceDataSourceDescription
1048
+ attr_accessor bucket_arn: ::String
1049
+ attr_accessor file_key: ::String
1050
+ attr_accessor reference_role_arn: ::String
1051
+ SENSITIVE: []
1052
+ end
1053
+
1054
+ class S3ReferenceDataSourceUpdate
1055
+ attr_accessor bucket_arn_update: ::String
1056
+ attr_accessor file_key_update: ::String
1057
+ SENSITIVE: []
1058
+ end
1059
+
1060
+ class ServiceUnavailableException
1061
+ attr_accessor message: ::String
1062
+ SENSITIVE: []
1063
+ end
1064
+
1065
+ class SnapshotDetails
1066
+ attr_accessor snapshot_name: ::String
1067
+ attr_accessor snapshot_status: ("CREATING" | "READY" | "DELETING" | "FAILED")
1068
+ attr_accessor application_version_id: ::Integer
1069
+ attr_accessor snapshot_creation_timestamp: ::Time
1070
+ attr_accessor runtime_environment: ("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" | "ZEPPELIN-FLINK-3_0")
1071
+ SENSITIVE: []
1072
+ end
1073
+
1074
+ class SourceSchema
1075
+ attr_accessor record_format: Types::RecordFormat
1076
+ attr_accessor record_encoding: ::String
1077
+ attr_accessor record_columns: ::Array[Types::RecordColumn]
1078
+ SENSITIVE: []
1079
+ end
1080
+
1081
+ class SqlApplicationConfiguration
1082
+ attr_accessor inputs: ::Array[Types::Input]
1083
+ attr_accessor outputs: ::Array[Types::Output]
1084
+ attr_accessor reference_data_sources: ::Array[Types::ReferenceDataSource]
1085
+ SENSITIVE: []
1086
+ end
1087
+
1088
+ class SqlApplicationConfigurationDescription
1089
+ attr_accessor input_descriptions: ::Array[Types::InputDescription]
1090
+ attr_accessor output_descriptions: ::Array[Types::OutputDescription]
1091
+ attr_accessor reference_data_source_descriptions: ::Array[Types::ReferenceDataSourceDescription]
1092
+ SENSITIVE: []
1093
+ end
1094
+
1095
+ class SqlApplicationConfigurationUpdate
1096
+ attr_accessor input_updates: ::Array[Types::InputUpdate]
1097
+ attr_accessor output_updates: ::Array[Types::OutputUpdate]
1098
+ attr_accessor reference_data_source_updates: ::Array[Types::ReferenceDataSourceUpdate]
1099
+ SENSITIVE: []
1100
+ end
1101
+
1102
+ class SqlRunConfiguration
1103
+ attr_accessor input_id: ::String
1104
+ attr_accessor input_starting_position_configuration: Types::InputStartingPositionConfiguration
1105
+ SENSITIVE: []
1106
+ end
1107
+
1108
+ class StartApplicationRequest
1109
+ attr_accessor application_name: ::String
1110
+ attr_accessor run_configuration: Types::RunConfiguration
1111
+ SENSITIVE: []
1112
+ end
1113
+
1114
+ class StartApplicationResponse < Aws::EmptyStructure
1115
+ end
1116
+
1117
+ class StopApplicationRequest
1118
+ attr_accessor application_name: ::String
1119
+ attr_accessor force: bool
1120
+ SENSITIVE: []
1121
+ end
1122
+
1123
+ class StopApplicationResponse < Aws::EmptyStructure
1124
+ end
1125
+
1126
+ class Tag
1127
+ attr_accessor key: ::String
1128
+ attr_accessor value: ::String
1129
+ SENSITIVE: []
1130
+ end
1131
+
1132
+ class TagResourceRequest
1133
+ attr_accessor resource_arn: ::String
1134
+ attr_accessor tags: ::Array[Types::Tag]
1135
+ SENSITIVE: []
1136
+ end
1137
+
1138
+ class TagResourceResponse < Aws::EmptyStructure
1139
+ end
1140
+
1141
+ class TooManyTagsException
1142
+ attr_accessor message: ::String
1143
+ SENSITIVE: []
1144
+ end
1145
+
1146
+ class UnableToDetectSchemaException
1147
+ attr_accessor message: ::String
1148
+ attr_accessor raw_input_records: ::Array[::String]
1149
+ attr_accessor processed_input_records: ::Array[::String]
1150
+ SENSITIVE: []
1151
+ end
1152
+
1153
+ class UnsupportedOperationException
1154
+ attr_accessor message: ::String
1155
+ SENSITIVE: []
1156
+ end
1157
+
1158
+ class UntagResourceRequest
1159
+ attr_accessor resource_arn: ::String
1160
+ attr_accessor tag_keys: ::Array[::String]
1161
+ SENSITIVE: []
1162
+ end
1163
+
1164
+ class UntagResourceResponse < Aws::EmptyStructure
1165
+ end
1166
+
1167
+ class UpdateApplicationMaintenanceConfigurationRequest
1168
+ attr_accessor application_name: ::String
1169
+ attr_accessor application_maintenance_configuration_update: Types::ApplicationMaintenanceConfigurationUpdate
1170
+ SENSITIVE: []
1171
+ end
1172
+
1173
+ class UpdateApplicationMaintenanceConfigurationResponse
1174
+ attr_accessor application_arn: ::String
1175
+ attr_accessor application_maintenance_configuration_description: Types::ApplicationMaintenanceConfigurationDescription
1176
+ SENSITIVE: []
1177
+ end
1178
+
1179
+ class UpdateApplicationRequest
1180
+ attr_accessor application_name: ::String
1181
+ attr_accessor current_application_version_id: ::Integer
1182
+ attr_accessor application_configuration_update: Types::ApplicationConfigurationUpdate
1183
+ attr_accessor service_execution_role_update: ::String
1184
+ attr_accessor run_configuration_update: Types::RunConfigurationUpdate
1185
+ attr_accessor cloud_watch_logging_option_updates: ::Array[Types::CloudWatchLoggingOptionUpdate]
1186
+ attr_accessor conditional_token: ::String
1187
+ attr_accessor runtime_environment_update: ("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" | "ZEPPELIN-FLINK-3_0")
1188
+ SENSITIVE: []
1189
+ end
1190
+
1191
+ class UpdateApplicationResponse
1192
+ attr_accessor application_detail: Types::ApplicationDetail
1193
+ SENSITIVE: []
1194
+ end
1195
+
1196
+ class VpcConfiguration
1197
+ attr_accessor subnet_ids: ::Array[::String]
1198
+ attr_accessor security_group_ids: ::Array[::String]
1199
+ SENSITIVE: []
1200
+ end
1201
+
1202
+ class VpcConfigurationDescription
1203
+ attr_accessor vpc_configuration_id: ::String
1204
+ attr_accessor vpc_id: ::String
1205
+ attr_accessor subnet_ids: ::Array[::String]
1206
+ attr_accessor security_group_ids: ::Array[::String]
1207
+ SENSITIVE: []
1208
+ end
1209
+
1210
+ class VpcConfigurationUpdate
1211
+ attr_accessor vpc_configuration_id: ::String
1212
+ attr_accessor subnet_id_updates: ::Array[::String]
1213
+ attr_accessor security_group_id_updates: ::Array[::String]
1214
+ SENSITIVE: []
1215
+ end
1216
+
1217
+ class ZeppelinApplicationConfiguration
1218
+ attr_accessor monitoring_configuration: Types::ZeppelinMonitoringConfiguration
1219
+ attr_accessor catalog_configuration: Types::CatalogConfiguration
1220
+ attr_accessor deploy_as_application_configuration: Types::DeployAsApplicationConfiguration
1221
+ attr_accessor custom_artifacts_configuration: ::Array[Types::CustomArtifactConfiguration]
1222
+ SENSITIVE: []
1223
+ end
1224
+
1225
+ class ZeppelinApplicationConfigurationDescription
1226
+ attr_accessor monitoring_configuration_description: Types::ZeppelinMonitoringConfigurationDescription
1227
+ attr_accessor catalog_configuration_description: Types::CatalogConfigurationDescription
1228
+ attr_accessor deploy_as_application_configuration_description: Types::DeployAsApplicationConfigurationDescription
1229
+ attr_accessor custom_artifacts_configuration_description: ::Array[Types::CustomArtifactConfigurationDescription]
1230
+ SENSITIVE: []
1231
+ end
1232
+
1233
+ class ZeppelinApplicationConfigurationUpdate
1234
+ attr_accessor monitoring_configuration_update: Types::ZeppelinMonitoringConfigurationUpdate
1235
+ attr_accessor catalog_configuration_update: Types::CatalogConfigurationUpdate
1236
+ attr_accessor deploy_as_application_configuration_update: Types::DeployAsApplicationConfigurationUpdate
1237
+ attr_accessor custom_artifacts_configuration_update: ::Array[Types::CustomArtifactConfiguration]
1238
+ SENSITIVE: []
1239
+ end
1240
+
1241
+ class ZeppelinMonitoringConfiguration
1242
+ attr_accessor log_level: ("INFO" | "WARN" | "ERROR" | "DEBUG")
1243
+ SENSITIVE: []
1244
+ end
1245
+
1246
+ class ZeppelinMonitoringConfigurationDescription
1247
+ attr_accessor log_level: ("INFO" | "WARN" | "ERROR" | "DEBUG")
1248
+ SENSITIVE: []
1249
+ end
1250
+
1251
+ class ZeppelinMonitoringConfigurationUpdate
1252
+ attr_accessor log_level_update: ("INFO" | "WARN" | "ERROR" | "DEBUG")
1253
+ SENSITIVE: []
1254
+ end
1255
+ end
1256
+ end