aws-sdk-kinesisanalyticsv2 1.16.0 → 1.21.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a78870597160258e03b53413ba99f04100137590ad27e68ac59c3b52575eae23
4
- data.tar.gz: 33d8981c3b5096e5bce3afcb5a4b9639f9338718c0e1e93184379744e8619643
3
+ metadata.gz: f8c0b251ca7b697b95c0f33ed5395312ad5e26ab9c62fa86d2972fcdb32b185e
4
+ data.tar.gz: 8ddf8c6c7697d6d730124a8e1d520a83d9bfa8181968b11e9d28356bdc4135bf
5
5
  SHA512:
6
- metadata.gz: 05c3c6991827e91ce6298c28797de6699dfa423ade8c841d358866d929b09299baf03dea93fb5fb1eced9b1c3d83a761eec8fcc4ddbf7c96dc82aac58237aded
7
- data.tar.gz: 05e7e1512e370eaddcf665239bed19b210946b8170bef86db380e1504bca588b8cfa4eb135c2b41c72de4a72b313e6d0c0c438e5a99ae47f881516edf544c7dc
6
+ metadata.gz: 2e13612024e14d3af457973093dbf33a63d573c65130e7ae074e8ff1d25da6777909349018f19f4f1bc707aa67ab617ba308f01789dba75ba10ea7d4aa2ef108
7
+ data.tar.gz: 8185d5f004e042dc0c8adc133de41500c640a01e806e782ee74babf682a4a121293a7b4957138470f08279690324e4c152f2ed2467a85f9ca4ddc9f716d7e831
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -5,6 +7,7 @@
5
7
  #
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
10
+
8
11
  require 'aws-sdk-core'
9
12
  require 'aws-sigv4'
10
13
 
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-kinesisanalyticsv2/customizations'
42
45
  #
43
46
  # See {Errors} for more information.
44
47
  #
45
- # @service
48
+ # @!group service
46
49
  module Aws::KinesisAnalyticsV2
47
50
 
48
- GEM_VERSION = '1.16.0'
51
+ GEM_VERSION = '1.21.0'
49
52
 
50
53
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::KinesisAnalyticsV2
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
74
78
 
@@ -81,13 +85,28 @@ module Aws::KinesisAnalyticsV2
81
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
82
86
  # credentials.
83
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
84
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
85
103
  # from an EC2 IMDS on an EC2 instance.
86
104
  #
87
- # * `Aws::SharedCredentials` - Used for loading credentials from a
88
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
89
107
  #
90
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
91
110
  #
92
111
  # When `:credentials` are not configured directly, the following
93
112
  # locations will be searched for credentials:
@@ -97,10 +116,10 @@ module Aws::KinesisAnalyticsV2
97
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
98
117
  # * `~/.aws/credentials`
99
118
  # * `~/.aws/config`
100
- # * EC2 IMDS instance profile - When used by default, the timeouts are
101
- # very aggressive. Construct and pass an instance of
102
- # `Aws::InstanceProfileCredentails` to enable retries and extended
103
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
104
123
  #
105
124
  # @option options [required, String] :region
106
125
  # The AWS region to connect to. The configured `:region` is
@@ -161,7 +180,7 @@ module Aws::KinesisAnalyticsV2
161
180
  # @option options [String] :endpoint
162
181
  # The client endpoint is normally constructed from the `:region`
163
182
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
183
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
184
  #
166
185
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
186
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -1005,7 +1024,7 @@ module Aws::KinesisAnalyticsV2
1005
1024
  # resp.application_detail.application_name #=> String
1006
1025
  # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8"
1007
1026
  # resp.application_detail.service_execution_role #=> String
1008
- # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING"
1027
+ # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING"
1009
1028
  # resp.application_detail.application_version_id #=> Integer
1010
1029
  # resp.application_detail.create_timestamp #=> Time
1011
1030
  # resp.application_detail.last_update_timestamp #=> Time
@@ -1065,6 +1084,7 @@ module Aws::KinesisAnalyticsV2
1065
1084
  # resp.application_detail.application_configuration_description.application_code_configuration_description.code_content_description.s3_application_code_location_description.object_version #=> String
1066
1085
  # resp.application_detail.application_configuration_description.run_configuration_description.application_restore_configuration_description.application_restore_type #=> String, one of "SKIP_RESTORE_FROM_SNAPSHOT", "RESTORE_FROM_LATEST_SNAPSHOT", "RESTORE_FROM_CUSTOM_SNAPSHOT"
1067
1086
  # resp.application_detail.application_configuration_description.run_configuration_description.application_restore_configuration_description.snapshot_name #=> String
1087
+ # resp.application_detail.application_configuration_description.run_configuration_description.flink_run_configuration_description.allow_non_restored_state #=> Boolean
1068
1088
  # resp.application_detail.application_configuration_description.flink_application_configuration_description.checkpoint_configuration_description.configuration_type #=> String, one of "DEFAULT", "CUSTOM"
1069
1089
  # resp.application_detail.application_configuration_description.flink_application_configuration_description.checkpoint_configuration_description.checkpointing_enabled #=> Boolean
1070
1090
  # resp.application_detail.application_configuration_description.flink_application_configuration_description.checkpoint_configuration_description.checkpoint_interval #=> Integer
@@ -1447,7 +1467,7 @@ module Aws::KinesisAnalyticsV2
1447
1467
  # resp.application_detail.application_name #=> String
1448
1468
  # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8"
1449
1469
  # resp.application_detail.service_execution_role #=> String
1450
- # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING"
1470
+ # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING"
1451
1471
  # resp.application_detail.application_version_id #=> Integer
1452
1472
  # resp.application_detail.create_timestamp #=> Time
1453
1473
  # resp.application_detail.last_update_timestamp #=> Time
@@ -1507,6 +1527,7 @@ module Aws::KinesisAnalyticsV2
1507
1527
  # resp.application_detail.application_configuration_description.application_code_configuration_description.code_content_description.s3_application_code_location_description.object_version #=> String
1508
1528
  # resp.application_detail.application_configuration_description.run_configuration_description.application_restore_configuration_description.application_restore_type #=> String, one of "SKIP_RESTORE_FROM_SNAPSHOT", "RESTORE_FROM_LATEST_SNAPSHOT", "RESTORE_FROM_CUSTOM_SNAPSHOT"
1509
1529
  # resp.application_detail.application_configuration_description.run_configuration_description.application_restore_configuration_description.snapshot_name #=> String
1530
+ # resp.application_detail.application_configuration_description.run_configuration_description.flink_run_configuration_description.allow_non_restored_state #=> Boolean
1510
1531
  # resp.application_detail.application_configuration_description.flink_application_configuration_description.checkpoint_configuration_description.configuration_type #=> String, one of "DEFAULT", "CUSTOM"
1511
1532
  # resp.application_detail.application_configuration_description.flink_application_configuration_description.checkpoint_configuration_description.checkpointing_enabled #=> Boolean
1512
1533
  # resp.application_detail.application_configuration_description.flink_application_configuration_description.checkpoint_configuration_description.checkpoint_interval #=> Integer
@@ -1748,7 +1769,7 @@ module Aws::KinesisAnalyticsV2
1748
1769
  # resp.application_summaries #=> Array
1749
1770
  # resp.application_summaries[0].application_name #=> String
1750
1771
  # resp.application_summaries[0].application_arn #=> String
1751
- # resp.application_summaries[0].application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING"
1772
+ # resp.application_summaries[0].application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING"
1752
1773
  # resp.application_summaries[0].application_version_id #=> Integer
1753
1774
  # resp.application_summaries[0].runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8"
1754
1775
  # resp.next_token #=> String
@@ -2146,7 +2167,7 @@ module Aws::KinesisAnalyticsV2
2146
2167
  # resp.application_detail.application_name #=> String
2147
2168
  # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8"
2148
2169
  # resp.application_detail.service_execution_role #=> String
2149
- # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING"
2170
+ # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING"
2150
2171
  # resp.application_detail.application_version_id #=> Integer
2151
2172
  # resp.application_detail.create_timestamp #=> Time
2152
2173
  # resp.application_detail.last_update_timestamp #=> Time
@@ -2206,6 +2227,7 @@ module Aws::KinesisAnalyticsV2
2206
2227
  # resp.application_detail.application_configuration_description.application_code_configuration_description.code_content_description.s3_application_code_location_description.object_version #=> String
2207
2228
  # resp.application_detail.application_configuration_description.run_configuration_description.application_restore_configuration_description.application_restore_type #=> String, one of "SKIP_RESTORE_FROM_SNAPSHOT", "RESTORE_FROM_LATEST_SNAPSHOT", "RESTORE_FROM_CUSTOM_SNAPSHOT"
2208
2229
  # resp.application_detail.application_configuration_description.run_configuration_description.application_restore_configuration_description.snapshot_name #=> String
2230
+ # resp.application_detail.application_configuration_description.run_configuration_description.flink_run_configuration_description.allow_non_restored_state #=> Boolean
2209
2231
  # resp.application_detail.application_configuration_description.flink_application_configuration_description.checkpoint_configuration_description.configuration_type #=> String, one of "DEFAULT", "CUSTOM"
2210
2232
  # resp.application_detail.application_configuration_description.flink_application_configuration_description.checkpoint_configuration_description.checkpointing_enabled #=> Boolean
2211
2233
  # resp.application_detail.application_configuration_description.flink_application_configuration_description.checkpoint_configuration_description.checkpoint_interval #=> Integer
@@ -2258,7 +2280,7 @@ module Aws::KinesisAnalyticsV2
2258
2280
  params: params,
2259
2281
  config: config)
2260
2282
  context[:gem_name] = 'aws-sdk-kinesisanalyticsv2'
2261
- context[:gem_version] = '1.16.0'
2283
+ context[:gem_version] = '1.21.0'
2262
2284
  Seahorse::Client::Request.new(handlers, context)
2263
2285
  end
2264
2286
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -880,6 +882,7 @@ module Aws::KinesisAnalyticsV2
880
882
  RunConfiguration.struct_class = Types::RunConfiguration
881
883
 
882
884
  RunConfigurationDescription.add_member(:application_restore_configuration_description, Shapes::ShapeRef.new(shape: ApplicationRestoreConfiguration, location_name: "ApplicationRestoreConfigurationDescription"))
885
+ RunConfigurationDescription.add_member(:flink_run_configuration_description, Shapes::ShapeRef.new(shape: FlinkRunConfiguration, location_name: "FlinkRunConfigurationDescription"))
883
886
  RunConfigurationDescription.struct_class = Types::RunConfigurationDescription
884
887
 
885
888
  RunConfigurationUpdate.add_member(:flink_run_configuration, Shapes::ShapeRef.new(shape: FlinkRunConfiguration, location_name: "FlinkRunConfiguration"))
@@ -1130,6 +1133,7 @@ module Aws::KinesisAnalyticsV2
1130
1133
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1131
1134
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1132
1135
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1136
+ o.errors << Shapes::ShapeRef.new(shape: InvalidApplicationConfigurationException)
1133
1137
  end)
1134
1138
 
1135
1139
  api.add_operation(:create_application, Seahorse::Model::Operation.new.tap do |o|
@@ -1159,6 +1163,7 @@ module Aws::KinesisAnalyticsV2
1159
1163
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1160
1164
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1161
1165
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1166
+ o.errors << Shapes::ShapeRef.new(shape: InvalidApplicationConfigurationException)
1162
1167
  end)
1163
1168
 
1164
1169
  api.add_operation(:delete_application, Seahorse::Model::Operation.new.tap do |o|
@@ -1251,6 +1256,7 @@ module Aws::KinesisAnalyticsV2
1251
1256
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1252
1257
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1253
1258
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1259
+ o.errors << Shapes::ShapeRef.new(shape: InvalidApplicationConfigurationException)
1254
1260
  end)
1255
1261
 
1256
1262
  api.add_operation(:describe_application, Seahorse::Model::Operation.new.tap do |o|
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -39,6 +41,7 @@ module Aws::KinesisAnalyticsV2
39
41
  :application_name,
40
42
  :current_application_version_id,
41
43
  :cloud_watch_logging_option)
44
+ SENSITIVE = []
42
45
  include Aws::Structure
43
46
  end
44
47
 
@@ -63,6 +66,7 @@ module Aws::KinesisAnalyticsV2
63
66
  :application_arn,
64
67
  :application_version_id,
65
68
  :cloud_watch_logging_option_descriptions)
69
+ SENSITIVE = []
66
70
  include Aws::Structure
67
71
  end
68
72
 
@@ -110,6 +114,7 @@ module Aws::KinesisAnalyticsV2
110
114
  :current_application_version_id,
111
115
  :input_id,
112
116
  :input_processing_configuration)
117
+ SENSITIVE = []
113
118
  include Aws::Structure
114
119
  end
115
120
 
@@ -139,6 +144,7 @@ module Aws::KinesisAnalyticsV2
139
144
  :application_version_id,
140
145
  :input_id,
141
146
  :input_processing_configuration_description)
147
+ SENSITIVE = []
142
148
  include Aws::Structure
143
149
  end
144
150
 
@@ -210,6 +216,7 @@ module Aws::KinesisAnalyticsV2
210
216
  :application_name,
211
217
  :current_application_version_id,
212
218
  :input)
219
+ SENSITIVE = []
213
220
  include Aws::Structure
214
221
  end
215
222
 
@@ -231,6 +238,7 @@ module Aws::KinesisAnalyticsV2
231
238
  :application_arn,
232
239
  :application_version_id,
233
240
  :input_descriptions)
241
+ SENSITIVE = []
234
242
  include Aws::Structure
235
243
  end
236
244
 
@@ -283,6 +291,7 @@ module Aws::KinesisAnalyticsV2
283
291
  :application_name,
284
292
  :current_application_version_id,
285
293
  :output)
294
+ SENSITIVE = []
286
295
  include Aws::Structure
287
296
  end
288
297
 
@@ -310,6 +319,7 @@ module Aws::KinesisAnalyticsV2
310
319
  :application_arn,
311
320
  :application_version_id,
312
321
  :output_descriptions)
322
+ SENSITIVE = []
313
323
  include Aws::Structure
314
324
  end
315
325
 
@@ -376,6 +386,7 @@ module Aws::KinesisAnalyticsV2
376
386
  :application_name,
377
387
  :current_application_version_id,
378
388
  :reference_data_source)
389
+ SENSITIVE = []
379
390
  include Aws::Structure
380
391
  end
381
392
 
@@ -398,6 +409,7 @@ module Aws::KinesisAnalyticsV2
398
409
  :application_arn,
399
410
  :application_version_id,
400
411
  :reference_data_source_descriptions)
412
+ SENSITIVE = []
401
413
  include Aws::Structure
402
414
  end
403
415
 
@@ -435,6 +447,7 @@ module Aws::KinesisAnalyticsV2
435
447
  :application_name,
436
448
  :current_application_version_id,
437
449
  :vpc_configuration)
450
+ SENSITIVE = []
438
451
  include Aws::Structure
439
452
  end
440
453
 
@@ -458,6 +471,7 @@ module Aws::KinesisAnalyticsV2
458
471
  :application_arn,
459
472
  :application_version_id,
460
473
  :vpc_configuration_description)
474
+ SENSITIVE = []
461
475
  include Aws::Structure
462
476
  end
463
477
 
@@ -493,6 +507,7 @@ module Aws::KinesisAnalyticsV2
493
507
  class ApplicationCodeConfiguration < Struct.new(
494
508
  :code_content,
495
509
  :code_content_type)
510
+ SENSITIVE = []
496
511
  include Aws::Structure
497
512
  end
498
513
 
@@ -513,6 +528,7 @@ module Aws::KinesisAnalyticsV2
513
528
  class ApplicationCodeConfigurationDescription < Struct.new(
514
529
  :code_content_type,
515
530
  :code_content_description)
531
+ SENSITIVE = []
516
532
  include Aws::Structure
517
533
  end
518
534
 
@@ -548,6 +564,7 @@ module Aws::KinesisAnalyticsV2
548
564
  class ApplicationCodeConfigurationUpdate < Struct.new(
549
565
  :code_content_type_update,
550
566
  :code_content_update)
567
+ SENSITIVE = []
551
568
  include Aws::Structure
552
569
  end
553
570
 
@@ -740,6 +757,7 @@ module Aws::KinesisAnalyticsV2
740
757
  :application_code_configuration,
741
758
  :application_snapshot_configuration,
742
759
  :vpc_configurations)
760
+ SENSITIVE = []
743
761
  include Aws::Structure
744
762
  end
745
763
 
@@ -790,6 +808,7 @@ module Aws::KinesisAnalyticsV2
790
808
  :environment_property_descriptions,
791
809
  :application_snapshot_configuration_description,
792
810
  :vpc_configuration_descriptions)
811
+ SENSITIVE = []
793
812
  include Aws::Structure
794
813
  end
795
814
 
@@ -985,6 +1004,7 @@ module Aws::KinesisAnalyticsV2
985
1004
  :environment_property_updates,
986
1005
  :application_snapshot_configuration_update,
987
1006
  :vpc_configuration_updates)
1007
+ SENSITIVE = []
988
1008
  include Aws::Structure
989
1009
  end
990
1010
 
@@ -1055,6 +1075,7 @@ module Aws::KinesisAnalyticsV2
1055
1075
  :last_update_timestamp,
1056
1076
  :application_configuration_description,
1057
1077
  :cloud_watch_logging_option_descriptions)
1078
+ SENSITIVE = []
1058
1079
  include Aws::Structure
1059
1080
  end
1060
1081
 
@@ -1085,6 +1106,7 @@ module Aws::KinesisAnalyticsV2
1085
1106
  class ApplicationRestoreConfiguration < Struct.new(
1086
1107
  :application_restore_type,
1087
1108
  :snapshot_name)
1109
+ SENSITIVE = []
1088
1110
  include Aws::Structure
1089
1111
  end
1090
1112
 
@@ -1107,6 +1129,7 @@ module Aws::KinesisAnalyticsV2
1107
1129
  #
1108
1130
  class ApplicationSnapshotConfiguration < Struct.new(
1109
1131
  :snapshots_enabled)
1132
+ SENSITIVE = []
1110
1133
  include Aws::Structure
1111
1134
  end
1112
1135
 
@@ -1122,6 +1145,7 @@ module Aws::KinesisAnalyticsV2
1122
1145
  #
1123
1146
  class ApplicationSnapshotConfigurationDescription < Struct.new(
1124
1147
  :snapshots_enabled)
1148
+ SENSITIVE = []
1125
1149
  include Aws::Structure
1126
1150
  end
1127
1151
 
@@ -1144,6 +1168,7 @@ module Aws::KinesisAnalyticsV2
1144
1168
  #
1145
1169
  class ApplicationSnapshotConfigurationUpdate < Struct.new(
1146
1170
  :snapshots_enabled_update)
1171
+ SENSITIVE = []
1147
1172
  include Aws::Structure
1148
1173
  end
1149
1174
 
@@ -1179,6 +1204,7 @@ module Aws::KinesisAnalyticsV2
1179
1204
  :application_status,
1180
1205
  :application_version_id,
1181
1206
  :runtime_environment)
1207
+ SENSITIVE = []
1182
1208
  include Aws::Structure
1183
1209
  end
1184
1210
 
@@ -1215,6 +1241,7 @@ module Aws::KinesisAnalyticsV2
1215
1241
  class CSVMappingParameters < Struct.new(
1216
1242
  :record_row_delimiter,
1217
1243
  :record_column_delimiter)
1244
+ SENSITIVE = []
1218
1245
  include Aws::Structure
1219
1246
  end
1220
1247
 
@@ -1308,6 +1335,7 @@ module Aws::KinesisAnalyticsV2
1308
1335
  :checkpointing_enabled,
1309
1336
  :checkpoint_interval,
1310
1337
  :min_pause_between_checkpoints)
1338
+ SENSITIVE = []
1311
1339
  include Aws::Structure
1312
1340
  end
1313
1341
 
@@ -1373,6 +1401,7 @@ module Aws::KinesisAnalyticsV2
1373
1401
  :checkpointing_enabled,
1374
1402
  :checkpoint_interval,
1375
1403
  :min_pause_between_checkpoints)
1404
+ SENSITIVE = []
1376
1405
  include Aws::Structure
1377
1406
  end
1378
1407
 
@@ -1451,6 +1480,7 @@ module Aws::KinesisAnalyticsV2
1451
1480
  :checkpointing_enabled_update,
1452
1481
  :checkpoint_interval_update,
1453
1482
  :min_pause_between_checkpoints_update)
1483
+ SENSITIVE = []
1454
1484
  include Aws::Structure
1455
1485
  end
1456
1486
 
@@ -1472,6 +1502,7 @@ module Aws::KinesisAnalyticsV2
1472
1502
  #
1473
1503
  class CloudWatchLoggingOption < Struct.new(
1474
1504
  :log_stream_arn)
1505
+ SENSITIVE = []
1475
1506
  include Aws::Structure
1476
1507
  end
1477
1508
 
@@ -1502,6 +1533,7 @@ module Aws::KinesisAnalyticsV2
1502
1533
  :cloud_watch_logging_option_id,
1503
1534
  :log_stream_arn,
1504
1535
  :role_arn)
1536
+ SENSITIVE = []
1505
1537
  include Aws::Structure
1506
1538
  end
1507
1539
 
@@ -1529,6 +1561,7 @@ module Aws::KinesisAnalyticsV2
1529
1561
  class CloudWatchLoggingOptionUpdate < Struct.new(
1530
1562
  :cloud_watch_logging_option_id,
1531
1563
  :log_stream_arn_update)
1564
+ SENSITIVE = []
1532
1565
  include Aws::Structure
1533
1566
  end
1534
1567
 
@@ -1570,6 +1603,7 @@ module Aws::KinesisAnalyticsV2
1570
1603
  :text_content,
1571
1604
  :zip_file_content,
1572
1605
  :s3_content_location)
1606
+ SENSITIVE = []
1573
1607
  include Aws::Structure
1574
1608
  end
1575
1609
 
@@ -1601,6 +1635,7 @@ module Aws::KinesisAnalyticsV2
1601
1635
  :code_md5,
1602
1636
  :code_size,
1603
1637
  :s3_application_code_location_description)
1638
+ SENSITIVE = []
1604
1639
  include Aws::Structure
1605
1640
  end
1606
1641
 
@@ -1638,6 +1673,7 @@ module Aws::KinesisAnalyticsV2
1638
1673
  :text_content_update,
1639
1674
  :zip_file_content_update,
1640
1675
  :s3_content_location_update)
1676
+ SENSITIVE = []
1641
1677
  include Aws::Structure
1642
1678
  end
1643
1679
 
@@ -1651,6 +1687,7 @@ module Aws::KinesisAnalyticsV2
1651
1687
  #
1652
1688
  class CodeValidationException < Struct.new(
1653
1689
  :message)
1690
+ SENSITIVE = []
1654
1691
  include Aws::Structure
1655
1692
  end
1656
1693
 
@@ -1665,6 +1702,7 @@ module Aws::KinesisAnalyticsV2
1665
1702
  #
1666
1703
  class ConcurrentModificationException < Struct.new(
1667
1704
  :message)
1705
+ SENSITIVE = []
1668
1706
  include Aws::Structure
1669
1707
  end
1670
1708
 
@@ -1882,6 +1920,7 @@ module Aws::KinesisAnalyticsV2
1882
1920
  :application_configuration,
1883
1921
  :cloud_watch_logging_options,
1884
1922
  :tags)
1923
+ SENSITIVE = []
1885
1924
  include Aws::Structure
1886
1925
  end
1887
1926
 
@@ -1895,6 +1934,7 @@ module Aws::KinesisAnalyticsV2
1895
1934
  #
1896
1935
  class CreateApplicationResponse < Struct.new(
1897
1936
  :application_detail)
1937
+ SENSITIVE = []
1898
1938
  include Aws::Structure
1899
1939
  end
1900
1940
 
@@ -1919,6 +1959,7 @@ module Aws::KinesisAnalyticsV2
1919
1959
  class CreateApplicationSnapshotRequest < Struct.new(
1920
1960
  :application_name,
1921
1961
  :snapshot_name)
1962
+ SENSITIVE = []
1922
1963
  include Aws::Structure
1923
1964
  end
1924
1965
 
@@ -1956,6 +1997,7 @@ module Aws::KinesisAnalyticsV2
1956
1997
  :application_name,
1957
1998
  :current_application_version_id,
1958
1999
  :cloud_watch_logging_option_id)
2000
+ SENSITIVE = []
1959
2001
  include Aws::Structure
1960
2002
  end
1961
2003
 
@@ -1980,6 +2022,7 @@ module Aws::KinesisAnalyticsV2
1980
2022
  :application_arn,
1981
2023
  :application_version_id,
1982
2024
  :cloud_watch_logging_option_descriptions)
2025
+ SENSITIVE = []
1983
2026
  include Aws::Structure
1984
2027
  end
1985
2028
 
@@ -2015,6 +2058,7 @@ module Aws::KinesisAnalyticsV2
2015
2058
  :application_name,
2016
2059
  :current_application_version_id,
2017
2060
  :input_id)
2061
+ SENSITIVE = []
2018
2062
  include Aws::Structure
2019
2063
  end
2020
2064
 
@@ -2031,6 +2075,7 @@ module Aws::KinesisAnalyticsV2
2031
2075
  class DeleteApplicationInputProcessingConfigurationResponse < Struct.new(
2032
2076
  :application_arn,
2033
2077
  :application_version_id)
2078
+ SENSITIVE = []
2034
2079
  include Aws::Structure
2035
2080
  end
2036
2081
 
@@ -2070,6 +2115,7 @@ module Aws::KinesisAnalyticsV2
2070
2115
  :application_name,
2071
2116
  :current_application_version_id,
2072
2117
  :output_id)
2118
+ SENSITIVE = []
2073
2119
  include Aws::Structure
2074
2120
  end
2075
2121
 
@@ -2086,6 +2132,7 @@ module Aws::KinesisAnalyticsV2
2086
2132
  class DeleteApplicationOutputResponse < Struct.new(
2087
2133
  :application_arn,
2088
2134
  :application_version_id)
2135
+ SENSITIVE = []
2089
2136
  include Aws::Structure
2090
2137
  end
2091
2138
 
@@ -2123,6 +2170,7 @@ module Aws::KinesisAnalyticsV2
2123
2170
  :application_name,
2124
2171
  :current_application_version_id,
2125
2172
  :reference_id)
2173
+ SENSITIVE = []
2126
2174
  include Aws::Structure
2127
2175
  end
2128
2176
 
@@ -2139,6 +2187,7 @@ module Aws::KinesisAnalyticsV2
2139
2187
  class DeleteApplicationReferenceDataSourceResponse < Struct.new(
2140
2188
  :application_arn,
2141
2189
  :application_version_id)
2190
+ SENSITIVE = []
2142
2191
  include Aws::Structure
2143
2192
  end
2144
2193
 
@@ -2163,6 +2212,7 @@ module Aws::KinesisAnalyticsV2
2163
2212
  class DeleteApplicationRequest < Struct.new(
2164
2213
  :application_name,
2165
2214
  :create_timestamp)
2215
+ SENSITIVE = []
2166
2216
  include Aws::Structure
2167
2217
  end
2168
2218
 
@@ -2198,6 +2248,7 @@ module Aws::KinesisAnalyticsV2
2198
2248
  :application_name,
2199
2249
  :snapshot_name,
2200
2250
  :snapshot_creation_timestamp)
2251
+ SENSITIVE = []
2201
2252
  include Aws::Structure
2202
2253
  end
2203
2254
 
@@ -2233,6 +2284,7 @@ module Aws::KinesisAnalyticsV2
2233
2284
  :application_name,
2234
2285
  :current_application_version_id,
2235
2286
  :vpc_configuration_id)
2287
+ SENSITIVE = []
2236
2288
  include Aws::Structure
2237
2289
  end
2238
2290
 
@@ -2249,6 +2301,7 @@ module Aws::KinesisAnalyticsV2
2249
2301
  class DeleteApplicationVpcConfigurationResponse < Struct.new(
2250
2302
  :application_arn,
2251
2303
  :application_version_id)
2304
+ SENSITIVE = []
2252
2305
  include Aws::Structure
2253
2306
  end
2254
2307
 
@@ -2274,6 +2327,7 @@ module Aws::KinesisAnalyticsV2
2274
2327
  class DescribeApplicationRequest < Struct.new(
2275
2328
  :application_name,
2276
2329
  :include_additional_details)
2330
+ SENSITIVE = []
2277
2331
  include Aws::Structure
2278
2332
  end
2279
2333
 
@@ -2287,6 +2341,7 @@ module Aws::KinesisAnalyticsV2
2287
2341
  #
2288
2342
  class DescribeApplicationResponse < Struct.new(
2289
2343
  :application_detail)
2344
+ SENSITIVE = []
2290
2345
  include Aws::Structure
2291
2346
  end
2292
2347
 
@@ -2312,6 +2367,7 @@ module Aws::KinesisAnalyticsV2
2312
2367
  class DescribeApplicationSnapshotRequest < Struct.new(
2313
2368
  :application_name,
2314
2369
  :snapshot_name)
2370
+ SENSITIVE = []
2315
2371
  include Aws::Structure
2316
2372
  end
2317
2373
 
@@ -2323,6 +2379,7 @@ module Aws::KinesisAnalyticsV2
2323
2379
  #
2324
2380
  class DescribeApplicationSnapshotResponse < Struct.new(
2325
2381
  :snapshot_details)
2382
+ SENSITIVE = []
2326
2383
  include Aws::Structure
2327
2384
  end
2328
2385
 
@@ -2344,6 +2401,7 @@ module Aws::KinesisAnalyticsV2
2344
2401
  #
2345
2402
  class DestinationSchema < Struct.new(
2346
2403
  :record_format_type)
2404
+ SENSITIVE = []
2347
2405
  include Aws::Structure
2348
2406
  end
2349
2407
 
@@ -2398,6 +2456,7 @@ module Aws::KinesisAnalyticsV2
2398
2456
  :input_starting_position_configuration,
2399
2457
  :s3_configuration,
2400
2458
  :input_processing_configuration)
2459
+ SENSITIVE = []
2401
2460
  include Aws::Structure
2402
2461
  end
2403
2462
 
@@ -2429,6 +2488,7 @@ module Aws::KinesisAnalyticsV2
2429
2488
  :parsed_input_records,
2430
2489
  :processed_input_records,
2431
2490
  :raw_input_records)
2491
+ SENSITIVE = []
2432
2492
  include Aws::Structure
2433
2493
  end
2434
2494
 
@@ -2457,6 +2517,7 @@ module Aws::KinesisAnalyticsV2
2457
2517
  #
2458
2518
  class EnvironmentProperties < Struct.new(
2459
2519
  :property_groups)
2520
+ SENSITIVE = []
2460
2521
  include Aws::Structure
2461
2522
  end
2462
2523
 
@@ -2471,6 +2532,7 @@ module Aws::KinesisAnalyticsV2
2471
2532
  #
2472
2533
  class EnvironmentPropertyDescriptions < Struct.new(
2473
2534
  :property_group_descriptions)
2535
+ SENSITIVE = []
2474
2536
  include Aws::Structure
2475
2537
  end
2476
2538
 
@@ -2499,6 +2561,7 @@ module Aws::KinesisAnalyticsV2
2499
2561
  #
2500
2562
  class EnvironmentPropertyUpdates < Struct.new(
2501
2563
  :property_groups)
2564
+ SENSITIVE = []
2502
2565
  include Aws::Structure
2503
2566
  end
2504
2567
 
@@ -2556,6 +2619,7 @@ module Aws::KinesisAnalyticsV2
2556
2619
  :checkpoint_configuration,
2557
2620
  :monitoring_configuration,
2558
2621
  :parallelism_configuration)
2622
+ SENSITIVE = []
2559
2623
  include Aws::Structure
2560
2624
  end
2561
2625
 
@@ -2598,6 +2662,7 @@ module Aws::KinesisAnalyticsV2
2598
2662
  :monitoring_configuration_description,
2599
2663
  :parallelism_configuration_description,
2600
2664
  :job_plan_description)
2665
+ SENSITIVE = []
2601
2666
  include Aws::Structure
2602
2667
  end
2603
2668
 
@@ -2649,6 +2714,7 @@ module Aws::KinesisAnalyticsV2
2649
2714
  :checkpoint_configuration_update,
2650
2715
  :monitoring_configuration_update,
2651
2716
  :parallelism_configuration_update)
2717
+ SENSITIVE = []
2652
2718
  include Aws::Structure
2653
2719
  end
2654
2720
 
@@ -2681,6 +2747,7 @@ module Aws::KinesisAnalyticsV2
2681
2747
  #
2682
2748
  class FlinkRunConfiguration < Struct.new(
2683
2749
  :allow_non_restored_state)
2750
+ SENSITIVE = []
2684
2751
  include Aws::Structure
2685
2752
  end
2686
2753
 
@@ -2779,6 +2846,7 @@ module Aws::KinesisAnalyticsV2
2779
2846
  :kinesis_firehose_input,
2780
2847
  :input_parallelism,
2781
2848
  :input_schema)
2849
+ SENSITIVE = []
2782
2850
  include Aws::Structure
2783
2851
  end
2784
2852
 
@@ -2843,6 +2911,7 @@ module Aws::KinesisAnalyticsV2
2843
2911
  :input_schema,
2844
2912
  :input_parallelism,
2845
2913
  :input_starting_position_configuration)
2914
+ SENSITIVE = []
2846
2915
  include Aws::Structure
2847
2916
  end
2848
2917
 
@@ -2873,6 +2942,7 @@ module Aws::KinesisAnalyticsV2
2873
2942
  #
2874
2943
  class InputLambdaProcessor < Struct.new(
2875
2944
  :resource_arn)
2945
+ SENSITIVE = []
2876
2946
  include Aws::Structure
2877
2947
  end
2878
2948
 
@@ -2908,6 +2978,7 @@ module Aws::KinesisAnalyticsV2
2908
2978
  class InputLambdaProcessorDescription < Struct.new(
2909
2979
  :resource_arn,
2910
2980
  :role_arn)
2981
+ SENSITIVE = []
2911
2982
  include Aws::Structure
2912
2983
  end
2913
2984
 
@@ -2938,6 +3009,7 @@ module Aws::KinesisAnalyticsV2
2938
3009
  #
2939
3010
  class InputLambdaProcessorUpdate < Struct.new(
2940
3011
  :resource_arn_update)
3012
+ SENSITIVE = []
2941
3013
  include Aws::Structure
2942
3014
  end
2943
3015
 
@@ -2960,6 +3032,7 @@ module Aws::KinesisAnalyticsV2
2960
3032
  #
2961
3033
  class InputParallelism < Struct.new(
2962
3034
  :count)
3035
+ SENSITIVE = []
2963
3036
  include Aws::Structure
2964
3037
  end
2965
3038
 
@@ -2982,6 +3055,7 @@ module Aws::KinesisAnalyticsV2
2982
3055
  #
2983
3056
  class InputParallelismUpdate < Struct.new(
2984
3057
  :count_update)
3058
+ SENSITIVE = []
2985
3059
  include Aws::Structure
2986
3060
  end
2987
3061
 
@@ -3012,6 +3086,7 @@ module Aws::KinesisAnalyticsV2
3012
3086
  #
3013
3087
  class InputProcessingConfiguration < Struct.new(
3014
3088
  :input_lambda_processor)
3089
+ SENSITIVE = []
3015
3090
  include Aws::Structure
3016
3091
  end
3017
3092
 
@@ -3032,6 +3107,7 @@ module Aws::KinesisAnalyticsV2
3032
3107
  #
3033
3108
  class InputProcessingConfigurationDescription < Struct.new(
3034
3109
  :input_lambda_processor_description)
3110
+ SENSITIVE = []
3035
3111
  include Aws::Structure
3036
3112
  end
3037
3113
 
@@ -3055,6 +3131,7 @@ module Aws::KinesisAnalyticsV2
3055
3131
  #
3056
3132
  class InputProcessingConfigurationUpdate < Struct.new(
3057
3133
  :input_lambda_processor_update)
3134
+ SENSITIVE = []
3058
3135
  include Aws::Structure
3059
3136
  end
3060
3137
 
@@ -3108,6 +3185,7 @@ module Aws::KinesisAnalyticsV2
3108
3185
  :record_format_update,
3109
3186
  :record_encoding_update,
3110
3187
  :record_column_updates)
3188
+ SENSITIVE = []
3111
3189
  include Aws::Structure
3112
3190
  end
3113
3191
 
@@ -3141,6 +3219,7 @@ module Aws::KinesisAnalyticsV2
3141
3219
  #
3142
3220
  class InputStartingPositionConfiguration < Struct.new(
3143
3221
  :input_starting_position)
3222
+ SENSITIVE = []
3144
3223
  include Aws::Structure
3145
3224
  end
3146
3225
 
@@ -3237,6 +3316,7 @@ module Aws::KinesisAnalyticsV2
3237
3316
  :kinesis_firehose_input_update,
3238
3317
  :input_schema_update,
3239
3318
  :input_parallelism_update)
3319
+ SENSITIVE = []
3240
3320
  include Aws::Structure
3241
3321
  end
3242
3322
 
@@ -3249,6 +3329,7 @@ module Aws::KinesisAnalyticsV2
3249
3329
  #
3250
3330
  class InvalidApplicationConfigurationException < Struct.new(
3251
3331
  :message)
3332
+ SENSITIVE = []
3252
3333
  include Aws::Structure
3253
3334
  end
3254
3335
 
@@ -3261,6 +3342,7 @@ module Aws::KinesisAnalyticsV2
3261
3342
  #
3262
3343
  class InvalidArgumentException < Struct.new(
3263
3344
  :message)
3345
+ SENSITIVE = []
3264
3346
  include Aws::Structure
3265
3347
  end
3266
3348
 
@@ -3273,6 +3355,7 @@ module Aws::KinesisAnalyticsV2
3273
3355
  #
3274
3356
  class InvalidRequestException < Struct.new(
3275
3357
  :message)
3358
+ SENSITIVE = []
3276
3359
  include Aws::Structure
3277
3360
  end
3278
3361
 
@@ -3295,6 +3378,7 @@ module Aws::KinesisAnalyticsV2
3295
3378
  #
3296
3379
  class JSONMappingParameters < Struct.new(
3297
3380
  :record_row_path)
3381
+ SENSITIVE = []
3298
3382
  include Aws::Structure
3299
3383
  end
3300
3384
 
@@ -3317,6 +3401,7 @@ module Aws::KinesisAnalyticsV2
3317
3401
  #
3318
3402
  class KinesisFirehoseInput < Struct.new(
3319
3403
  :resource_arn)
3404
+ SENSITIVE = []
3320
3405
  include Aws::Structure
3321
3406
  end
3322
3407
 
@@ -3344,6 +3429,7 @@ module Aws::KinesisAnalyticsV2
3344
3429
  class KinesisFirehoseInputDescription < Struct.new(
3345
3430
  :resource_arn,
3346
3431
  :role_arn)
3432
+ SENSITIVE = []
3347
3433
  include Aws::Structure
3348
3434
  end
3349
3435
 
@@ -3366,6 +3452,7 @@ module Aws::KinesisAnalyticsV2
3366
3452
  #
3367
3453
  class KinesisFirehoseInputUpdate < Struct.new(
3368
3454
  :resource_arn_update)
3455
+ SENSITIVE = []
3369
3456
  include Aws::Structure
3370
3457
  end
3371
3458
 
@@ -3389,6 +3476,7 @@ module Aws::KinesisAnalyticsV2
3389
3476
  #
3390
3477
  class KinesisFirehoseOutput < Struct.new(
3391
3478
  :resource_arn)
3479
+ SENSITIVE = []
3392
3480
  include Aws::Structure
3393
3481
  end
3394
3482
 
@@ -3416,6 +3504,7 @@ module Aws::KinesisAnalyticsV2
3416
3504
  class KinesisFirehoseOutputDescription < Struct.new(
3417
3505
  :resource_arn,
3418
3506
  :role_arn)
3507
+ SENSITIVE = []
3419
3508
  include Aws::Structure
3420
3509
  end
3421
3510
 
@@ -3439,6 +3528,7 @@ module Aws::KinesisAnalyticsV2
3439
3528
  #
3440
3529
  class KinesisFirehoseOutputUpdate < Struct.new(
3441
3530
  :resource_arn_update)
3531
+ SENSITIVE = []
3442
3532
  include Aws::Structure
3443
3533
  end
3444
3534
 
@@ -3460,6 +3550,7 @@ module Aws::KinesisAnalyticsV2
3460
3550
  #
3461
3551
  class KinesisStreamsInput < Struct.new(
3462
3552
  :resource_arn)
3553
+ SENSITIVE = []
3463
3554
  include Aws::Structure
3464
3555
  end
3465
3556
 
@@ -3487,6 +3578,7 @@ module Aws::KinesisAnalyticsV2
3487
3578
  class KinesisStreamsInputDescription < Struct.new(
3488
3579
  :resource_arn,
3489
3580
  :role_arn)
3581
+ SENSITIVE = []
3490
3582
  include Aws::Structure
3491
3583
  end
3492
3584
 
@@ -3510,6 +3602,7 @@ module Aws::KinesisAnalyticsV2
3510
3602
  #
3511
3603
  class KinesisStreamsInputUpdate < Struct.new(
3512
3604
  :resource_arn_update)
3605
+ SENSITIVE = []
3513
3606
  include Aws::Structure
3514
3607
  end
3515
3608
 
@@ -3532,6 +3625,7 @@ module Aws::KinesisAnalyticsV2
3532
3625
  #
3533
3626
  class KinesisStreamsOutput < Struct.new(
3534
3627
  :resource_arn)
3628
+ SENSITIVE = []
3535
3629
  include Aws::Structure
3536
3630
  end
3537
3631
 
@@ -3559,6 +3653,7 @@ module Aws::KinesisAnalyticsV2
3559
3653
  class KinesisStreamsOutputDescription < Struct.new(
3560
3654
  :resource_arn,
3561
3655
  :role_arn)
3656
+ SENSITIVE = []
3562
3657
  include Aws::Structure
3563
3658
  end
3564
3659
 
@@ -3583,6 +3678,7 @@ module Aws::KinesisAnalyticsV2
3583
3678
  #
3584
3679
  class KinesisStreamsOutputUpdate < Struct.new(
3585
3680
  :resource_arn_update)
3681
+ SENSITIVE = []
3586
3682
  include Aws::Structure
3587
3683
  end
3588
3684
 
@@ -3614,6 +3710,7 @@ module Aws::KinesisAnalyticsV2
3614
3710
  #
3615
3711
  class LambdaOutput < Struct.new(
3616
3712
  :resource_arn)
3713
+ SENSITIVE = []
3617
3714
  include Aws::Structure
3618
3715
  end
3619
3716
 
@@ -3641,6 +3738,7 @@ module Aws::KinesisAnalyticsV2
3641
3738
  class LambdaOutputDescription < Struct.new(
3642
3739
  :resource_arn,
3643
3740
  :role_arn)
3741
+ SENSITIVE = []
3644
3742
  include Aws::Structure
3645
3743
  end
3646
3744
 
@@ -3672,6 +3770,7 @@ module Aws::KinesisAnalyticsV2
3672
3770
  #
3673
3771
  class LambdaOutputUpdate < Struct.new(
3674
3772
  :resource_arn_update)
3773
+ SENSITIVE = []
3675
3774
  include Aws::Structure
3676
3775
  end
3677
3776
 
@@ -3684,6 +3783,7 @@ module Aws::KinesisAnalyticsV2
3684
3783
  #
3685
3784
  class LimitExceededException < Struct.new(
3686
3785
  :message)
3786
+ SENSITIVE = []
3687
3787
  include Aws::Structure
3688
3788
  end
3689
3789
 
@@ -3717,6 +3817,7 @@ module Aws::KinesisAnalyticsV2
3717
3817
  :application_name,
3718
3818
  :limit,
3719
3819
  :next_token)
3820
+ SENSITIVE = []
3720
3821
  include Aws::Structure
3721
3822
  end
3722
3823
 
@@ -3735,6 +3836,7 @@ module Aws::KinesisAnalyticsV2
3735
3836
  class ListApplicationSnapshotsResponse < Struct.new(
3736
3837
  :snapshot_summaries,
3737
3838
  :next_token)
3839
+ SENSITIVE = []
3738
3840
  include Aws::Structure
3739
3841
  end
3740
3842
 
@@ -3766,6 +3868,7 @@ module Aws::KinesisAnalyticsV2
3766
3868
  class ListApplicationsRequest < Struct.new(
3767
3869
  :limit,
3768
3870
  :next_token)
3871
+ SENSITIVE = []
3769
3872
  include Aws::Structure
3770
3873
  end
3771
3874
 
@@ -3790,6 +3893,7 @@ module Aws::KinesisAnalyticsV2
3790
3893
  class ListApplicationsResponse < Struct.new(
3791
3894
  :application_summaries,
3792
3895
  :next_token)
3896
+ SENSITIVE = []
3793
3897
  include Aws::Structure
3794
3898
  end
3795
3899
 
@@ -3808,6 +3912,7 @@ module Aws::KinesisAnalyticsV2
3808
3912
  #
3809
3913
  class ListTagsForResourceRequest < Struct.new(
3810
3914
  :resource_arn)
3915
+ SENSITIVE = []
3811
3916
  include Aws::Structure
3812
3917
  end
3813
3918
 
@@ -3819,6 +3924,7 @@ module Aws::KinesisAnalyticsV2
3819
3924
  #
3820
3925
  class ListTagsForResourceResponse < Struct.new(
3821
3926
  :tags)
3927
+ SENSITIVE = []
3822
3928
  include Aws::Structure
3823
3929
  end
3824
3930
 
@@ -3856,6 +3962,7 @@ module Aws::KinesisAnalyticsV2
3856
3962
  class MappingParameters < Struct.new(
3857
3963
  :json_mapping_parameters,
3858
3964
  :csv_mapping_parameters)
3965
+ SENSITIVE = []
3859
3966
  include Aws::Structure
3860
3967
  end
3861
3968
 
@@ -3897,6 +4004,7 @@ module Aws::KinesisAnalyticsV2
3897
4004
  :configuration_type,
3898
4005
  :metrics_level,
3899
4006
  :log_level)
4007
+ SENSITIVE = []
3900
4008
  include Aws::Structure
3901
4009
  end
3902
4010
 
@@ -3922,6 +4030,7 @@ module Aws::KinesisAnalyticsV2
3922
4030
  :configuration_type,
3923
4031
  :metrics_level,
3924
4032
  :log_level)
4033
+ SENSITIVE = []
3925
4034
  include Aws::Structure
3926
4035
  end
3927
4036
 
@@ -3960,6 +4069,7 @@ module Aws::KinesisAnalyticsV2
3960
4069
  :configuration_type_update,
3961
4070
  :metrics_level_update,
3962
4071
  :log_level_update)
4072
+ SENSITIVE = []
3963
4073
  include Aws::Structure
3964
4074
  end
3965
4075
 
@@ -4018,6 +4128,7 @@ module Aws::KinesisAnalyticsV2
4018
4128
  :kinesis_firehose_output,
4019
4129
  :lambda_output,
4020
4130
  :destination_schema)
4131
+ SENSITIVE = []
4021
4132
  include Aws::Structure
4022
4133
  end
4023
4134
 
@@ -4063,6 +4174,7 @@ module Aws::KinesisAnalyticsV2
4063
4174
  :kinesis_firehose_output_description,
4064
4175
  :lambda_output_description,
4065
4176
  :destination_schema)
4177
+ SENSITIVE = []
4066
4178
  include Aws::Structure
4067
4179
  end
4068
4180
 
@@ -4127,6 +4239,7 @@ module Aws::KinesisAnalyticsV2
4127
4239
  :kinesis_firehose_output_update,
4128
4240
  :lambda_output_update,
4129
4241
  :destination_schema_update)
4242
+ SENSITIVE = []
4130
4243
  include Aws::Structure
4131
4244
  end
4132
4245
 
@@ -4196,6 +4309,7 @@ module Aws::KinesisAnalyticsV2
4196
4309
  :parallelism,
4197
4310
  :parallelism_per_kpu,
4198
4311
  :auto_scaling_enabled)
4312
+ SENSITIVE = []
4199
4313
  include Aws::Structure
4200
4314
  end
4201
4315
 
@@ -4253,6 +4367,7 @@ module Aws::KinesisAnalyticsV2
4253
4367
  :parallelism_per_kpu,
4254
4368
  :current_parallelism,
4255
4369
  :auto_scaling_enabled)
4370
+ SENSITIVE = []
4256
4371
  include Aws::Structure
4257
4372
  end
4258
4373
 
@@ -4308,6 +4423,7 @@ module Aws::KinesisAnalyticsV2
4308
4423
  :parallelism_update,
4309
4424
  :parallelism_per_kpu_update,
4310
4425
  :auto_scaling_enabled_update)
4426
+ SENSITIVE = []
4311
4427
  include Aws::Structure
4312
4428
  end
4313
4429
 
@@ -4339,6 +4455,7 @@ module Aws::KinesisAnalyticsV2
4339
4455
  class PropertyGroup < Struct.new(
4340
4456
  :property_group_id,
4341
4457
  :property_map)
4458
+ SENSITIVE = []
4342
4459
  include Aws::Structure
4343
4460
  end
4344
4461
 
@@ -4378,6 +4495,7 @@ module Aws::KinesisAnalyticsV2
4378
4495
  :name,
4379
4496
  :mapping,
4380
4497
  :sql_type)
4498
+ SENSITIVE = []
4381
4499
  include Aws::Structure
4382
4500
  end
4383
4501
 
@@ -4417,6 +4535,7 @@ module Aws::KinesisAnalyticsV2
4417
4535
  class RecordFormat < Struct.new(
4418
4536
  :record_format_type,
4419
4537
  :mapping_parameters)
4538
+ SENSITIVE = []
4420
4539
  include Aws::Structure
4421
4540
  end
4422
4541
 
@@ -4482,6 +4601,7 @@ module Aws::KinesisAnalyticsV2
4482
4601
  :table_name,
4483
4602
  :s3_reference_data_source,
4484
4603
  :reference_schema)
4604
+ SENSITIVE = []
4485
4605
  include Aws::Structure
4486
4606
  end
4487
4607
 
@@ -4518,6 +4638,7 @@ module Aws::KinesisAnalyticsV2
4518
4638
  :table_name,
4519
4639
  :s3_reference_data_source_description,
4520
4640
  :reference_schema)
4641
+ SENSITIVE = []
4521
4642
  include Aws::Structure
4522
4643
  end
4523
4644
 
@@ -4590,6 +4711,7 @@ module Aws::KinesisAnalyticsV2
4590
4711
  :table_name_update,
4591
4712
  :s3_reference_data_source_update,
4592
4713
  :reference_schema_update)
4714
+ SENSITIVE = []
4593
4715
  include Aws::Structure
4594
4716
  end
4595
4717
 
@@ -4602,6 +4724,7 @@ module Aws::KinesisAnalyticsV2
4602
4724
  #
4603
4725
  class ResourceInUseException < Struct.new(
4604
4726
  :message)
4727
+ SENSITIVE = []
4605
4728
  include Aws::Structure
4606
4729
  end
4607
4730
 
@@ -4614,6 +4737,7 @@ module Aws::KinesisAnalyticsV2
4614
4737
  #
4615
4738
  class ResourceNotFoundException < Struct.new(
4616
4739
  :message)
4740
+ SENSITIVE = []
4617
4741
  include Aws::Structure
4618
4742
  end
4619
4743
 
@@ -4633,6 +4757,7 @@ module Aws::KinesisAnalyticsV2
4633
4757
  #
4634
4758
  class ResourceProvisionedThroughputExceededException < Struct.new(
4635
4759
  :message)
4760
+ SENSITIVE = []
4636
4761
  include Aws::Structure
4637
4762
  end
4638
4763
 
@@ -4680,6 +4805,7 @@ module Aws::KinesisAnalyticsV2
4680
4805
  :flink_run_configuration,
4681
4806
  :sql_run_configurations,
4682
4807
  :application_restore_configuration)
4808
+ SENSITIVE = []
4683
4809
  include Aws::Structure
4684
4810
  end
4685
4811
 
@@ -4690,10 +4816,17 @@ module Aws::KinesisAnalyticsV2
4690
4816
  # Describes the restore behavior of a restarting application.
4691
4817
  # @return [Types::ApplicationRestoreConfiguration]
4692
4818
  #
4819
+ # @!attribute [rw] flink_run_configuration_description
4820
+ # Describes the starting parameters for an Apache Flink-based Kinesis
4821
+ # Data Analytics application.
4822
+ # @return [Types::FlinkRunConfiguration]
4823
+ #
4693
4824
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/RunConfigurationDescription AWS API Documentation
4694
4825
  #
4695
4826
  class RunConfigurationDescription < Struct.new(
4696
- :application_restore_configuration_description)
4827
+ :application_restore_configuration_description,
4828
+ :flink_run_configuration_description)
4829
+ SENSITIVE = []
4697
4830
  include Aws::Structure
4698
4831
  end
4699
4832
 
@@ -4728,6 +4861,7 @@ module Aws::KinesisAnalyticsV2
4728
4861
  class RunConfigurationUpdate < Struct.new(
4729
4862
  :flink_run_configuration,
4730
4863
  :application_restore_configuration)
4864
+ SENSITIVE = []
4731
4865
  include Aws::Structure
4732
4866
  end
4733
4867
 
@@ -4753,6 +4887,7 @@ module Aws::KinesisAnalyticsV2
4753
4887
  :bucket_arn,
4754
4888
  :file_key,
4755
4889
  :object_version)
4890
+ SENSITIVE = []
4756
4891
  include Aws::Structure
4757
4892
  end
4758
4893
 
@@ -4782,6 +4917,7 @@ module Aws::KinesisAnalyticsV2
4782
4917
  class S3Configuration < Struct.new(
4783
4918
  :bucket_arn,
4784
4919
  :file_key)
4920
+ SENSITIVE = []
4785
4921
  include Aws::Structure
4786
4922
  end
4787
4923
 
@@ -4819,6 +4955,7 @@ module Aws::KinesisAnalyticsV2
4819
4955
  :bucket_arn,
4820
4956
  :file_key,
4821
4957
  :object_version)
4958
+ SENSITIVE = []
4822
4959
  include Aws::Structure
4823
4960
  end
4824
4961
 
@@ -4853,6 +4990,7 @@ module Aws::KinesisAnalyticsV2
4853
4990
  :bucket_arn_update,
4854
4991
  :file_key_update,
4855
4992
  :object_version_update)
4993
+ SENSITIVE = []
4856
4994
  include Aws::Structure
4857
4995
  end
4858
4996
 
@@ -4884,6 +5022,7 @@ module Aws::KinesisAnalyticsV2
4884
5022
  class S3ReferenceDataSource < Struct.new(
4885
5023
  :bucket_arn,
4886
5024
  :file_key)
5025
+ SENSITIVE = []
4887
5026
  include Aws::Structure
4888
5027
  end
4889
5028
 
@@ -4916,6 +5055,7 @@ module Aws::KinesisAnalyticsV2
4916
5055
  :bucket_arn,
4917
5056
  :file_key,
4918
5057
  :reference_role_arn)
5058
+ SENSITIVE = []
4919
5059
  include Aws::Structure
4920
5060
  end
4921
5061
 
@@ -4944,6 +5084,7 @@ module Aws::KinesisAnalyticsV2
4944
5084
  class S3ReferenceDataSourceUpdate < Struct.new(
4945
5085
  :bucket_arn_update,
4946
5086
  :file_key_update)
5087
+ SENSITIVE = []
4947
5088
  include Aws::Structure
4948
5089
  end
4949
5090
 
@@ -4956,6 +5097,7 @@ module Aws::KinesisAnalyticsV2
4956
5097
  #
4957
5098
  class ServiceUnavailableException < Struct.new(
4958
5099
  :message)
5100
+ SENSITIVE = []
4959
5101
  include Aws::Structure
4960
5102
  end
4961
5103
 
@@ -4984,6 +5126,7 @@ module Aws::KinesisAnalyticsV2
4984
5126
  :snapshot_status,
4985
5127
  :application_version_id,
4986
5128
  :snapshot_creation_timestamp)
5129
+ SENSITIVE = []
4987
5130
  include Aws::Structure
4988
5131
  end
4989
5132
 
@@ -5037,6 +5180,7 @@ module Aws::KinesisAnalyticsV2
5037
5180
  :record_format,
5038
5181
  :record_encoding,
5039
5182
  :record_columns)
5183
+ SENSITIVE = []
5040
5184
  include Aws::Structure
5041
5185
  end
5042
5186
 
@@ -5159,6 +5303,7 @@ module Aws::KinesisAnalyticsV2
5159
5303
  :inputs,
5160
5304
  :outputs,
5161
5305
  :reference_data_sources)
5306
+ SENSITIVE = []
5162
5307
  include Aws::Structure
5163
5308
  end
5164
5309
 
@@ -5186,6 +5331,7 @@ module Aws::KinesisAnalyticsV2
5186
5331
  :input_descriptions,
5187
5332
  :output_descriptions,
5188
5333
  :reference_data_source_descriptions)
5334
+ SENSITIVE = []
5189
5335
  include Aws::Structure
5190
5336
  end
5191
5337
 
@@ -5312,6 +5458,7 @@ module Aws::KinesisAnalyticsV2
5312
5458
  :input_updates,
5313
5459
  :output_updates,
5314
5460
  :reference_data_source_updates)
5461
+ SENSITIVE = []
5315
5462
  include Aws::Structure
5316
5463
  end
5317
5464
 
@@ -5343,6 +5490,7 @@ module Aws::KinesisAnalyticsV2
5343
5490
  class SqlRunConfiguration < Struct.new(
5344
5491
  :input_id,
5345
5492
  :input_starting_position_configuration)
5493
+ SENSITIVE = []
5346
5494
  include Aws::Structure
5347
5495
  end
5348
5496
 
@@ -5384,6 +5532,7 @@ module Aws::KinesisAnalyticsV2
5384
5532
  class StartApplicationRequest < Struct.new(
5385
5533
  :application_name,
5386
5534
  :run_configuration)
5535
+ SENSITIVE = []
5387
5536
  include Aws::Structure
5388
5537
  end
5389
5538
 
@@ -5406,6 +5555,7 @@ module Aws::KinesisAnalyticsV2
5406
5555
  #
5407
5556
  class StopApplicationRequest < Struct.new(
5408
5557
  :application_name)
5558
+ SENSITIVE = []
5409
5559
  include Aws::Structure
5410
5560
  end
5411
5561
 
@@ -5445,6 +5595,7 @@ module Aws::KinesisAnalyticsV2
5445
5595
  class Tag < Struct.new(
5446
5596
  :key,
5447
5597
  :value)
5598
+ SENSITIVE = []
5448
5599
  include Aws::Structure
5449
5600
  end
5450
5601
 
@@ -5474,6 +5625,7 @@ module Aws::KinesisAnalyticsV2
5474
5625
  class TagResourceRequest < Struct.new(
5475
5626
  :resource_arn,
5476
5627
  :tags)
5628
+ SENSITIVE = []
5477
5629
  include Aws::Structure
5478
5630
  end
5479
5631
 
@@ -5493,6 +5645,7 @@ module Aws::KinesisAnalyticsV2
5493
5645
  #
5494
5646
  class TooManyTagsException < Struct.new(
5495
5647
  :message)
5648
+ SENSITIVE = []
5496
5649
  include Aws::Structure
5497
5650
  end
5498
5651
 
@@ -5517,6 +5670,7 @@ module Aws::KinesisAnalyticsV2
5517
5670
  :message,
5518
5671
  :raw_input_records,
5519
5672
  :processed_input_records)
5673
+ SENSITIVE = []
5520
5674
  include Aws::Structure
5521
5675
  end
5522
5676
 
@@ -5530,6 +5684,7 @@ module Aws::KinesisAnalyticsV2
5530
5684
  #
5531
5685
  class UnsupportedOperationException < Struct.new(
5532
5686
  :message)
5687
+ SENSITIVE = []
5533
5688
  include Aws::Structure
5534
5689
  end
5535
5690
 
@@ -5555,6 +5710,7 @@ module Aws::KinesisAnalyticsV2
5555
5710
  class UntagResourceRequest < Struct.new(
5556
5711
  :resource_arn,
5557
5712
  :tag_keys)
5713
+ SENSITIVE = []
5558
5714
  include Aws::Structure
5559
5715
  end
5560
5716
 
@@ -5770,6 +5926,7 @@ module Aws::KinesisAnalyticsV2
5770
5926
  :service_execution_role_update,
5771
5927
  :run_configuration_update,
5772
5928
  :cloud_watch_logging_option_updates)
5929
+ SENSITIVE = []
5773
5930
  include Aws::Structure
5774
5931
  end
5775
5932
 
@@ -5781,6 +5938,7 @@ module Aws::KinesisAnalyticsV2
5781
5938
  #
5782
5939
  class UpdateApplicationResponse < Struct.new(
5783
5940
  :application_detail)
5941
+ SENSITIVE = []
5784
5942
  include Aws::Structure
5785
5943
  end
5786
5944
 
@@ -5815,6 +5973,7 @@ module Aws::KinesisAnalyticsV2
5815
5973
  class VpcConfiguration < Struct.new(
5816
5974
  :subnet_ids,
5817
5975
  :security_group_ids)
5976
+ SENSITIVE = []
5818
5977
  include Aws::Structure
5819
5978
  end
5820
5979
 
@@ -5851,6 +6010,7 @@ module Aws::KinesisAnalyticsV2
5851
6010
  :vpc_id,
5852
6011
  :subnet_ids,
5853
6012
  :security_group_ids)
6013
+ SENSITIVE = []
5854
6014
  include Aws::Structure
5855
6015
  end
5856
6016
 
@@ -5893,6 +6053,7 @@ module Aws::KinesisAnalyticsV2
5893
6053
  :vpc_configuration_id,
5894
6054
  :subnet_id_updates,
5895
6055
  :security_group_id_updates)
6056
+ SENSITIVE = []
5896
6057
  include Aws::Structure
5897
6058
  end
5898
6059