aws-sdk-kinesisanalyticsv2 1.59.0 → 1.61.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/client.rbs CHANGED
@@ -78,6 +78,7 @@ module Aws
78
78
  def application_arn: () -> ::String
79
79
  def application_version_id: () -> ::Integer
80
80
  def cloud_watch_logging_option_descriptions: () -> ::Array[Types::CloudWatchLoggingOptionDescription]
81
+ def operation_id: () -> ::String
81
82
  end
82
83
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KinesisAnalyticsV2/Client.html#add_application_cloud_watch_logging_option-instance_method
83
84
  def add_application_cloud_watch_logging_option: (
@@ -237,6 +238,7 @@ module Aws
237
238
  def application_arn: () -> ::String
238
239
  def application_version_id: () -> ::Integer
239
240
  def vpc_configuration_description: () -> Types::VpcConfigurationDescription
241
+ def operation_id: () -> ::String
240
242
  end
241
243
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KinesisAnalyticsV2/Client.html#add_application_vpc_configuration-instance_method
242
244
  def add_application_vpc_configuration: (
@@ -258,7 +260,7 @@ module Aws
258
260
  def create_application: (
259
261
  application_name: ::String,
260
262
  ?application_description: ::String,
261
- 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" | "FLINK-1_18"),
263
+ 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" | "FLINK-1_18" | "FLINK-1_19"),
262
264
  service_execution_role: ::String,
263
265
  ?application_configuration: {
264
266
  sql_application_configuration: {
@@ -394,6 +396,9 @@ module Aws
394
396
  application_snapshot_configuration: {
395
397
  snapshots_enabled: bool
396
398
  }?,
399
+ application_system_rollback_configuration: {
400
+ rollback_enabled: bool
401
+ }?,
397
402
  vpc_configurations: Array[
398
403
  {
399
404
  subnet_ids: Array[::String],
@@ -484,6 +489,7 @@ module Aws
484
489
  def application_arn: () -> ::String
485
490
  def application_version_id: () -> ::Integer
486
491
  def cloud_watch_logging_option_descriptions: () -> ::Array[Types::CloudWatchLoggingOptionDescription]
492
+ def operation_id: () -> ::String
487
493
  end
488
494
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KinesisAnalyticsV2/Client.html#delete_application_cloud_watch_logging_option-instance_method
489
495
  def delete_application_cloud_watch_logging_option: (
@@ -548,6 +554,7 @@ module Aws
548
554
  include ::Seahorse::Client::_ResponseSuccess[Types::DeleteApplicationVpcConfigurationResponse]
549
555
  def application_arn: () -> ::String
550
556
  def application_version_id: () -> ::Integer
557
+ def operation_id: () -> ::String
551
558
  end
552
559
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KinesisAnalyticsV2/Client.html#delete_application_vpc_configuration-instance_method
553
560
  def delete_application_vpc_configuration: (
@@ -569,6 +576,17 @@ module Aws
569
576
  ) -> _DescribeApplicationResponseSuccess
570
577
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeApplicationResponseSuccess
571
578
 
579
+ interface _DescribeApplicationOperationResponseSuccess
580
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeApplicationOperationResponse]
581
+ def application_operation_info_details: () -> Types::ApplicationOperationInfoDetails
582
+ end
583
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KinesisAnalyticsV2/Client.html#describe_application_operation-instance_method
584
+ def describe_application_operation: (
585
+ application_name: ::String,
586
+ operation_id: ::String
587
+ ) -> _DescribeApplicationOperationResponseSuccess
588
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeApplicationOperationResponseSuccess
589
+
572
590
  interface _DescribeApplicationSnapshotResponseSuccess
573
591
  include ::Seahorse::Client::_ResponseSuccess[Types::DescribeApplicationSnapshotResponse]
574
592
  def snapshot_details: () -> Types::SnapshotDetails
@@ -617,6 +635,21 @@ module Aws
617
635
  ) -> _DiscoverInputSchemaResponseSuccess
618
636
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DiscoverInputSchemaResponseSuccess
619
637
 
638
+ interface _ListApplicationOperationsResponseSuccess
639
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListApplicationOperationsResponse]
640
+ def application_operation_info_list: () -> ::Array[Types::ApplicationOperationInfo]
641
+ def next_token: () -> ::String
642
+ end
643
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KinesisAnalyticsV2/Client.html#list_application_operations-instance_method
644
+ def list_application_operations: (
645
+ application_name: ::String,
646
+ ?limit: ::Integer,
647
+ ?next_token: ::String,
648
+ ?operation: ::String,
649
+ ?operation_status: ("IN_PROGRESS" | "CANCELLED" | "SUCCESSFUL" | "FAILED")
650
+ ) -> _ListApplicationOperationsResponseSuccess
651
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListApplicationOperationsResponseSuccess
652
+
620
653
  interface _ListApplicationSnapshotsResponseSuccess
621
654
  include ::Seahorse::Client::_ResponseSuccess[Types::ListApplicationSnapshotsResponse]
622
655
  def snapshot_summaries: () -> ::Array[Types::SnapshotDetails]
@@ -668,6 +701,7 @@ module Aws
668
701
  interface _RollbackApplicationResponseSuccess
669
702
  include ::Seahorse::Client::_ResponseSuccess[Types::RollbackApplicationResponse]
670
703
  def application_detail: () -> Types::ApplicationDetail
704
+ def operation_id: () -> ::String
671
705
  end
672
706
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KinesisAnalyticsV2/Client.html#rollback_application-instance_method
673
707
  def rollback_application: (
@@ -678,6 +712,7 @@ module Aws
678
712
 
679
713
  interface _StartApplicationResponseSuccess
680
714
  include ::Seahorse::Client::_ResponseSuccess[Types::StartApplicationResponse]
715
+ def operation_id: () -> ::String
681
716
  end
682
717
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KinesisAnalyticsV2/Client.html#start_application-instance_method
683
718
  def start_application: (
@@ -704,6 +739,7 @@ module Aws
704
739
 
705
740
  interface _StopApplicationResponseSuccess
706
741
  include ::Seahorse::Client::_ResponseSuccess[Types::StopApplicationResponse]
742
+ def operation_id: () -> ::String
707
743
  end
708
744
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KinesisAnalyticsV2/Client.html#stop_application-instance_method
709
745
  def stop_application: (
@@ -740,6 +776,7 @@ module Aws
740
776
  interface _UpdateApplicationResponseSuccess
741
777
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateApplicationResponse]
742
778
  def application_detail: () -> Types::ApplicationDetail
779
+ def operation_id: () -> ::String
743
780
  end
744
781
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KinesisAnalyticsV2/Client.html#update_application-instance_method
745
782
  def update_application: (
@@ -882,6 +919,9 @@ module Aws
882
919
  application_snapshot_configuration_update: {
883
920
  snapshots_enabled_update: bool
884
921
  }?,
922
+ application_system_rollback_configuration_update: {
923
+ rollback_enabled_update: bool
924
+ }?,
885
925
  vpc_configuration_updates: Array[
886
926
  {
887
927
  vpc_configuration_id: ::String,
@@ -938,7 +978,7 @@ module Aws
938
978
  },
939
979
  ],
940
980
  ?conditional_token: ::String,
941
- ?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" | "FLINK-1_18")
981
+ ?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" | "FLINK-1_18" | "FLINK-1_19")
942
982
  ) -> _UpdateApplicationResponseSuccess
943
983
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateApplicationResponseSuccess
944
984
 
data/sig/types.rbs CHANGED
@@ -20,6 +20,7 @@ module Aws::KinesisAnalyticsV2
20
20
  attr_accessor application_arn: ::String
21
21
  attr_accessor application_version_id: ::Integer
22
22
  attr_accessor cloud_watch_logging_option_descriptions: ::Array[Types::CloudWatchLoggingOptionDescription]
23
+ attr_accessor operation_id: ::String
23
24
  SENSITIVE: []
24
25
  end
25
26
 
@@ -93,6 +94,7 @@ module Aws::KinesisAnalyticsV2
93
94
  attr_accessor application_arn: ::String
94
95
  attr_accessor application_version_id: ::Integer
95
96
  attr_accessor vpc_configuration_description: Types::VpcConfigurationDescription
97
+ attr_accessor operation_id: ::String
96
98
  SENSITIVE: []
97
99
  end
98
100
 
@@ -120,6 +122,7 @@ module Aws::KinesisAnalyticsV2
120
122
  attr_accessor environment_properties: Types::EnvironmentProperties
121
123
  attr_accessor application_code_configuration: Types::ApplicationCodeConfiguration
122
124
  attr_accessor application_snapshot_configuration: Types::ApplicationSnapshotConfiguration
125
+ attr_accessor application_system_rollback_configuration: Types::ApplicationSystemRollbackConfiguration
123
126
  attr_accessor vpc_configurations: ::Array[Types::VpcConfiguration]
124
127
  attr_accessor zeppelin_application_configuration: Types::ZeppelinApplicationConfiguration
125
128
  SENSITIVE: []
@@ -132,6 +135,7 @@ module Aws::KinesisAnalyticsV2
132
135
  attr_accessor flink_application_configuration_description: Types::FlinkApplicationConfigurationDescription
133
136
  attr_accessor environment_property_descriptions: Types::EnvironmentPropertyDescriptions
134
137
  attr_accessor application_snapshot_configuration_description: Types::ApplicationSnapshotConfigurationDescription
138
+ attr_accessor application_system_rollback_configuration_description: Types::ApplicationSystemRollbackConfigurationDescription
135
139
  attr_accessor vpc_configuration_descriptions: ::Array[Types::VpcConfigurationDescription]
136
140
  attr_accessor zeppelin_application_configuration_description: Types::ZeppelinApplicationConfigurationDescription
137
141
  SENSITIVE: []
@@ -143,6 +147,7 @@ module Aws::KinesisAnalyticsV2
143
147
  attr_accessor flink_application_configuration_update: Types::FlinkApplicationConfigurationUpdate
144
148
  attr_accessor environment_property_updates: Types::EnvironmentPropertyUpdates
145
149
  attr_accessor application_snapshot_configuration_update: Types::ApplicationSnapshotConfigurationUpdate
150
+ attr_accessor application_system_rollback_configuration_update: Types::ApplicationSystemRollbackConfigurationUpdate
146
151
  attr_accessor vpc_configuration_updates: ::Array[Types::VpcConfigurationUpdate]
147
152
  attr_accessor zeppelin_application_configuration_update: Types::ZeppelinApplicationConfigurationUpdate
148
153
  SENSITIVE: []
@@ -152,7 +157,7 @@ module Aws::KinesisAnalyticsV2
152
157
  attr_accessor application_arn: ::String
153
158
  attr_accessor application_description: ::String
154
159
  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" | "FLINK-1_18")
160
+ 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" | "FLINK-1_18" | "FLINK-1_19")
156
161
  attr_accessor service_execution_role: ::String
157
162
  attr_accessor application_status: ("DELETING" | "STARTING" | "STOPPING" | "READY" | "RUNNING" | "UPDATING" | "AUTOSCALING" | "FORCE_STOPPING" | "ROLLING_BACK" | "MAINTENANCE" | "ROLLED_BACK")
158
163
  attr_accessor application_version_id: ::Integer
@@ -163,6 +168,7 @@ module Aws::KinesisAnalyticsV2
163
168
  attr_accessor application_maintenance_configuration_description: Types::ApplicationMaintenanceConfigurationDescription
164
169
  attr_accessor application_version_updated_from: ::Integer
165
170
  attr_accessor application_version_rolled_back_from: ::Integer
171
+ attr_accessor application_version_create_timestamp: ::Time
166
172
  attr_accessor conditional_token: ::String
167
173
  attr_accessor application_version_rolled_back_to: ::Integer
168
174
  attr_accessor application_mode: ("STREAMING" | "INTERACTIVE")
@@ -180,6 +186,25 @@ module Aws::KinesisAnalyticsV2
180
186
  SENSITIVE: []
181
187
  end
182
188
 
189
+ class ApplicationOperationInfo
190
+ attr_accessor operation: ::String
191
+ attr_accessor operation_id: ::String
192
+ attr_accessor start_time: ::Time
193
+ attr_accessor end_time: ::Time
194
+ attr_accessor operation_status: ("IN_PROGRESS" | "CANCELLED" | "SUCCESSFUL" | "FAILED")
195
+ SENSITIVE: []
196
+ end
197
+
198
+ class ApplicationOperationInfoDetails
199
+ attr_accessor operation: ::String
200
+ attr_accessor start_time: ::Time
201
+ attr_accessor end_time: ::Time
202
+ attr_accessor operation_status: ("IN_PROGRESS" | "CANCELLED" | "SUCCESSFUL" | "FAILED")
203
+ attr_accessor application_version_change_details: Types::ApplicationVersionChangeDetails
204
+ attr_accessor operation_failure_details: Types::OperationFailureDetails
205
+ SENSITIVE: []
206
+ end
207
+
183
208
  class ApplicationRestoreConfiguration
184
209
  attr_accessor application_restore_type: ("SKIP_RESTORE_FROM_SNAPSHOT" | "RESTORE_FROM_LATEST_SNAPSHOT" | "RESTORE_FROM_CUSTOM_SNAPSHOT")
185
210
  attr_accessor snapshot_name: ::String
@@ -206,11 +231,32 @@ module Aws::KinesisAnalyticsV2
206
231
  attr_accessor application_arn: ::String
207
232
  attr_accessor application_status: ("DELETING" | "STARTING" | "STOPPING" | "READY" | "RUNNING" | "UPDATING" | "AUTOSCALING" | "FORCE_STOPPING" | "ROLLING_BACK" | "MAINTENANCE" | "ROLLED_BACK")
208
233
  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" | "FLINK-1_18")
234
+ 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" | "FLINK-1_18" | "FLINK-1_19")
210
235
  attr_accessor application_mode: ("STREAMING" | "INTERACTIVE")
211
236
  SENSITIVE: []
212
237
  end
213
238
 
239
+ class ApplicationSystemRollbackConfiguration
240
+ attr_accessor rollback_enabled: bool
241
+ SENSITIVE: []
242
+ end
243
+
244
+ class ApplicationSystemRollbackConfigurationDescription
245
+ attr_accessor rollback_enabled: bool
246
+ SENSITIVE: []
247
+ end
248
+
249
+ class ApplicationSystemRollbackConfigurationUpdate
250
+ attr_accessor rollback_enabled_update: bool
251
+ SENSITIVE: []
252
+ end
253
+
254
+ class ApplicationVersionChangeDetails
255
+ attr_accessor application_version_updated_from: ::Integer
256
+ attr_accessor application_version_updated_to: ::Integer
257
+ SENSITIVE: []
258
+ end
259
+
214
260
  class ApplicationVersionSummary
215
261
  attr_accessor application_version_id: ::Integer
216
262
  attr_accessor application_status: ("DELETING" | "STARTING" | "STOPPING" | "READY" | "RUNNING" | "UPDATING" | "AUTOSCALING" | "FORCE_STOPPING" | "ROLLING_BACK" | "MAINTENANCE" | "ROLLED_BACK")
@@ -327,7 +373,7 @@ module Aws::KinesisAnalyticsV2
327
373
  class CreateApplicationRequest
328
374
  attr_accessor application_name: ::String
329
375
  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" | "FLINK-1_18")
376
+ 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" | "FLINK-1_18" | "FLINK-1_19")
331
377
  attr_accessor service_execution_role: ::String
332
378
  attr_accessor application_configuration: Types::ApplicationConfiguration
333
379
  attr_accessor cloud_watch_logging_options: ::Array[Types::CloudWatchLoggingOption]
@@ -376,6 +422,7 @@ module Aws::KinesisAnalyticsV2
376
422
  attr_accessor application_arn: ::String
377
423
  attr_accessor application_version_id: ::Integer
378
424
  attr_accessor cloud_watch_logging_option_descriptions: ::Array[Types::CloudWatchLoggingOptionDescription]
425
+ attr_accessor operation_id: ::String
379
426
  SENSITIVE: []
380
427
  end
381
428
 
@@ -448,6 +495,7 @@ module Aws::KinesisAnalyticsV2
448
495
  class DeleteApplicationVpcConfigurationResponse
449
496
  attr_accessor application_arn: ::String
450
497
  attr_accessor application_version_id: ::Integer
498
+ attr_accessor operation_id: ::String
451
499
  SENSITIVE: []
452
500
  end
453
501
 
@@ -466,6 +514,17 @@ module Aws::KinesisAnalyticsV2
466
514
  SENSITIVE: []
467
515
  end
468
516
 
517
+ class DescribeApplicationOperationRequest
518
+ attr_accessor application_name: ::String
519
+ attr_accessor operation_id: ::String
520
+ SENSITIVE: []
521
+ end
522
+
523
+ class DescribeApplicationOperationResponse
524
+ attr_accessor application_operation_info_details: Types::ApplicationOperationInfoDetails
525
+ SENSITIVE: []
526
+ end
527
+
469
528
  class DescribeApplicationRequest
470
529
  attr_accessor application_name: ::String
471
530
  attr_accessor include_additional_details: bool
@@ -536,6 +595,11 @@ module Aws::KinesisAnalyticsV2
536
595
  SENSITIVE: []
537
596
  end
538
597
 
598
+ class ErrorInfo
599
+ attr_accessor error_string: ::String
600
+ SENSITIVE: []
601
+ end
602
+
539
603
  class FlinkApplicationConfiguration
540
604
  attr_accessor checkpoint_configuration: Types::CheckpointConfiguration
541
605
  attr_accessor monitoring_configuration: Types::MonitoringConfiguration
@@ -770,6 +834,21 @@ module Aws::KinesisAnalyticsV2
770
834
  SENSITIVE: []
771
835
  end
772
836
 
837
+ class ListApplicationOperationsRequest
838
+ attr_accessor application_name: ::String
839
+ attr_accessor limit: ::Integer
840
+ attr_accessor next_token: ::String
841
+ attr_accessor operation: ::String
842
+ attr_accessor operation_status: ("IN_PROGRESS" | "CANCELLED" | "SUCCESSFUL" | "FAILED")
843
+ SENSITIVE: []
844
+ end
845
+
846
+ class ListApplicationOperationsResponse
847
+ attr_accessor application_operation_info_list: ::Array[Types::ApplicationOperationInfo]
848
+ attr_accessor next_token: ::String
849
+ SENSITIVE: []
850
+ end
851
+
773
852
  class ListApplicationSnapshotsRequest
774
853
  attr_accessor application_name: ::String
775
854
  attr_accessor limit: ::Integer
@@ -852,6 +931,12 @@ module Aws::KinesisAnalyticsV2
852
931
  SENSITIVE: []
853
932
  end
854
933
 
934
+ class OperationFailureDetails
935
+ attr_accessor rollback_operation_id: ::String
936
+ attr_accessor error_info: Types::ErrorInfo
937
+ SENSITIVE: []
938
+ end
939
+
855
940
  class Output
856
941
  attr_accessor name: ::String
857
942
  attr_accessor kinesis_streams_output: Types::KinesisStreamsOutput
@@ -971,6 +1056,7 @@ module Aws::KinesisAnalyticsV2
971
1056
 
972
1057
  class RollbackApplicationResponse
973
1058
  attr_accessor application_detail: Types::ApplicationDetail
1059
+ attr_accessor operation_id: ::String
974
1060
  SENSITIVE: []
975
1061
  end
976
1062
 
@@ -1067,7 +1153,7 @@ module Aws::KinesisAnalyticsV2
1067
1153
  attr_accessor snapshot_status: ("CREATING" | "READY" | "DELETING" | "FAILED")
1068
1154
  attr_accessor application_version_id: ::Integer
1069
1155
  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" | "FLINK-1_18")
1156
+ 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" | "FLINK-1_18" | "FLINK-1_19")
1071
1157
  SENSITIVE: []
1072
1158
  end
1073
1159
 
@@ -1111,7 +1197,9 @@ module Aws::KinesisAnalyticsV2
1111
1197
  SENSITIVE: []
1112
1198
  end
1113
1199
 
1114
- class StartApplicationResponse < Aws::EmptyStructure
1200
+ class StartApplicationResponse
1201
+ attr_accessor operation_id: ::String
1202
+ SENSITIVE: []
1115
1203
  end
1116
1204
 
1117
1205
  class StopApplicationRequest
@@ -1120,7 +1208,9 @@ module Aws::KinesisAnalyticsV2
1120
1208
  SENSITIVE: []
1121
1209
  end
1122
1210
 
1123
- class StopApplicationResponse < Aws::EmptyStructure
1211
+ class StopApplicationResponse
1212
+ attr_accessor operation_id: ::String
1213
+ SENSITIVE: []
1124
1214
  end
1125
1215
 
1126
1216
  class Tag
@@ -1184,12 +1274,13 @@ module Aws::KinesisAnalyticsV2
1184
1274
  attr_accessor run_configuration_update: Types::RunConfigurationUpdate
1185
1275
  attr_accessor cloud_watch_logging_option_updates: ::Array[Types::CloudWatchLoggingOptionUpdate]
1186
1276
  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" | "FLINK-1_18")
1277
+ 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" | "FLINK-1_18" | "FLINK-1_19")
1188
1278
  SENSITIVE: []
1189
1279
  end
1190
1280
 
1191
1281
  class UpdateApplicationResponse
1192
1282
  attr_accessor application_detail: Types::ApplicationDetail
1283
+ attr_accessor operation_id: ::String
1193
1284
  SENSITIVE: []
1194
1285
  end
1195
1286
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kinesisanalyticsv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.59.0
4
+ version: 1.61.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-25 00:00:00.000000000 Z
11
+ date: 2024-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core