aws-sdk-kafka 1.20.0 → 1.26.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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:
@@ -21,6 +23,7 @@ module Aws::Kafka
21
23
  class BadRequestException < Struct.new(
22
24
  :invalid_parameter,
23
25
  :message)
26
+ SENSITIVE = []
24
27
  include Aws::Structure
25
28
  end
26
29
 
@@ -49,6 +52,7 @@ module Aws::Kafka
49
52
  class BrokerEBSVolumeInfo < Struct.new(
50
53
  :kafka_broker_node_id,
51
54
  :volume_size_gb)
55
+ SENSITIVE = []
52
56
  include Aws::Structure
53
57
  end
54
58
 
@@ -92,6 +96,7 @@ module Aws::Kafka
92
96
  :cloud_watch_logs,
93
97
  :firehose,
94
98
  :s3)
99
+ SENSITIVE = []
95
100
  include Aws::Structure
96
101
  end
97
102
 
@@ -154,6 +159,7 @@ module Aws::Kafka
154
159
  :instance_type,
155
160
  :security_groups,
156
161
  :storage_info)
162
+ SENSITIVE = []
157
163
  include Aws::Structure
158
164
  end
159
165
 
@@ -193,6 +199,7 @@ module Aws::Kafka
193
199
  :client_vpc_ip_address,
194
200
  :current_broker_software_info,
195
201
  :endpoints)
202
+ SENSITIVE = []
196
203
  include Aws::Structure
197
204
  end
198
205
 
@@ -218,6 +225,7 @@ module Aws::Kafka
218
225
  :configuration_arn,
219
226
  :configuration_revision,
220
227
  :kafka_version)
228
+ SENSITIVE = []
221
229
  include Aws::Structure
222
230
  end
223
231
 
@@ -240,6 +248,7 @@ module Aws::Kafka
240
248
  #
241
249
  class ClientAuthentication < Struct.new(
242
250
  :tls)
251
+ SENSITIVE = []
243
252
  include Aws::Structure
244
253
  end
245
254
 
@@ -267,6 +276,7 @@ module Aws::Kafka
267
276
  class CloudWatchLogs < Struct.new(
268
277
  :enabled,
269
278
  :log_group)
279
+ SENSITIVE = []
270
280
  include Aws::Structure
271
281
  end
272
282
 
@@ -369,6 +379,7 @@ module Aws::Kafka
369
379
  :state,
370
380
  :tags,
371
381
  :zookeeper_connect_string)
382
+ SENSITIVE = []
372
383
  include Aws::Structure
373
384
  end
374
385
 
@@ -394,6 +405,10 @@ module Aws::Kafka
394
405
  # Describes the error if the operation fails.
395
406
  # @return [Types::ErrorInfo]
396
407
  #
408
+ # @!attribute [rw] operation_steps
409
+ # Steps completed during the operation.
410
+ # @return [Array<Types::ClusterOperationStep>]
411
+ #
397
412
  # @!attribute [rw] operation_arn
398
413
  # ARN of the cluster operation.
399
414
  # @return [String]
@@ -422,11 +437,63 @@ module Aws::Kafka
422
437
  :creation_time,
423
438
  :end_time,
424
439
  :error_info,
440
+ :operation_steps,
425
441
  :operation_arn,
426
442
  :operation_state,
427
443
  :operation_type,
428
444
  :source_cluster_info,
429
445
  :target_cluster_info)
446
+ SENSITIVE = []
447
+ include Aws::Structure
448
+ end
449
+
450
+ # Step taken during a cluster operation.
451
+ #
452
+ # @!attribute [rw] step_info
453
+ # Information about the step and its status.
454
+ # @return [Types::ClusterOperationStepInfo]
455
+ #
456
+ # @!attribute [rw] step_name
457
+ # The name of the step.
458
+ # @return [String]
459
+ #
460
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/ClusterOperationStep AWS API Documentation
461
+ #
462
+ class ClusterOperationStep < Struct.new(
463
+ :step_info,
464
+ :step_name)
465
+ SENSITIVE = []
466
+ include Aws::Structure
467
+ end
468
+
469
+ # State information about the operation step.
470
+ #
471
+ # @!attribute [rw] step_status
472
+ # The steps current status.
473
+ # @return [String]
474
+ #
475
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/ClusterOperationStepInfo AWS API Documentation
476
+ #
477
+ class ClusterOperationStepInfo < Struct.new(
478
+ :step_status)
479
+ SENSITIVE = []
480
+ include Aws::Structure
481
+ end
482
+
483
+ # Contains source Kafka versions and compatible target Kafka versions.
484
+ #
485
+ # @!attribute [rw] source_version
486
+ # @return [String]
487
+ #
488
+ # @!attribute [rw] target_versions
489
+ # @return [Array<String>]
490
+ #
491
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/CompatibleKafkaVersion AWS API Documentation
492
+ #
493
+ class CompatibleKafkaVersion < Struct.new(
494
+ :source_version,
495
+ :target_versions)
496
+ SENSITIVE = []
430
497
  include Aws::Structure
431
498
  end
432
499
 
@@ -459,6 +526,10 @@ module Aws::Kafka
459
526
  # match the regex "^\[0-9A-Za-z-\]+$".
460
527
  # @return [String]
461
528
  #
529
+ # @!attribute [rw] state
530
+ # The state of a configuration.
531
+ # @return [String]
532
+ #
462
533
  # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/Configuration AWS API Documentation
463
534
  #
464
535
  class Configuration < Struct.new(
@@ -467,7 +538,9 @@ module Aws::Kafka
467
538
  :description,
468
539
  :kafka_versions,
469
540
  :latest_revision,
470
- :name)
541
+ :name,
542
+ :state)
543
+ SENSITIVE = []
471
544
  include Aws::Structure
472
545
  end
473
546
 
@@ -494,6 +567,7 @@ module Aws::Kafka
494
567
  class ConfigurationInfo < Struct.new(
495
568
  :arn,
496
569
  :revision)
570
+ SENSITIVE = []
497
571
  include Aws::Structure
498
572
  end
499
573
 
@@ -517,6 +591,7 @@ module Aws::Kafka
517
591
  :creation_time,
518
592
  :description,
519
593
  :revision)
594
+ SENSITIVE = []
520
595
  include Aws::Structure
521
596
  end
522
597
 
@@ -533,6 +608,7 @@ module Aws::Kafka
533
608
  class ConflictException < Struct.new(
534
609
  :invalid_parameter,
535
610
  :message)
611
+ SENSITIVE = []
536
612
  include Aws::Structure
537
613
  end
538
614
 
@@ -667,6 +743,7 @@ module Aws::Kafka
667
743
  :number_of_broker_nodes,
668
744
  :open_monitoring,
669
745
  :tags)
746
+ SENSITIVE = []
670
747
  include Aws::Structure
671
748
  end
672
749
 
@@ -691,6 +768,7 @@ module Aws::Kafka
691
768
  :cluster_arn,
692
769
  :cluster_name,
693
770
  :state)
771
+ SENSITIVE = []
694
772
  include Aws::Structure
695
773
  end
696
774
 
@@ -701,7 +779,7 @@ module Aws::Kafka
701
779
  #
702
780
  # {
703
781
  # description: "__string",
704
- # kafka_versions: ["__string"], # required
782
+ # kafka_versions: ["__string"],
705
783
  # name: "__string", # required
706
784
  # server_properties: "data", # required
707
785
  # }
@@ -730,6 +808,7 @@ module Aws::Kafka
730
808
  :kafka_versions,
731
809
  :name,
732
810
  :server_properties)
811
+ SENSITIVE = []
733
812
  include Aws::Structure
734
813
  end
735
814
 
@@ -752,13 +831,20 @@ module Aws::Kafka
752
831
  # match the regex "^\[0-9A-Za-z-\]+$".
753
832
  # @return [String]
754
833
  #
834
+ # @!attribute [rw] state
835
+ # The state of the configuration. The possible states are ACTIVE,
836
+ # DELETING and DELETE\_FAILED.
837
+ # @return [String]
838
+ #
755
839
  # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/CreateConfigurationResponse AWS API Documentation
756
840
  #
757
841
  class CreateConfigurationResponse < Struct.new(
758
842
  :arn,
759
843
  :creation_time,
760
844
  :latest_revision,
761
- :name)
845
+ :name,
846
+ :state)
847
+ SENSITIVE = []
762
848
  include Aws::Structure
763
849
  end
764
850
 
@@ -781,6 +867,7 @@ module Aws::Kafka
781
867
  class DeleteClusterRequest < Struct.new(
782
868
  :cluster_arn,
783
869
  :current_version)
870
+ SENSITIVE = []
784
871
  include Aws::Structure
785
872
  end
786
873
 
@@ -800,6 +887,48 @@ module Aws::Kafka
800
887
  class DeleteClusterResponse < Struct.new(
801
888
  :cluster_arn,
802
889
  :state)
890
+ SENSITIVE = []
891
+ include Aws::Structure
892
+ end
893
+
894
+ # Request body for DeleteConfiguration.
895
+ #
896
+ # @note When making an API call, you may pass DeleteConfigurationRequest
897
+ # data as a hash:
898
+ #
899
+ # {
900
+ # arn: "__string", # required
901
+ # }
902
+ #
903
+ # @!attribute [rw] arn
904
+ # The Amazon Resource Name (ARN) of the configuration.
905
+ # @return [String]
906
+ #
907
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/DeleteConfigurationRequest AWS API Documentation
908
+ #
909
+ class DeleteConfigurationRequest < Struct.new(
910
+ :arn)
911
+ SENSITIVE = []
912
+ include Aws::Structure
913
+ end
914
+
915
+ # Response body for DeleteConfiguration.
916
+ #
917
+ # @!attribute [rw] arn
918
+ # The Amazon Resource Name (ARN) of the configuration.
919
+ # @return [String]
920
+ #
921
+ # @!attribute [rw] state
922
+ # The state of the configuration. The possible states are ACTIVE,
923
+ # DELETING and DELETE\_FAILED.
924
+ # @return [String]
925
+ #
926
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/DeleteConfigurationResponse AWS API Documentation
927
+ #
928
+ class DeleteConfigurationResponse < Struct.new(
929
+ :arn,
930
+ :state)
931
+ SENSITIVE = []
803
932
  include Aws::Structure
804
933
  end
805
934
 
@@ -817,6 +946,7 @@ module Aws::Kafka
817
946
  #
818
947
  class DescribeClusterOperationRequest < Struct.new(
819
948
  :cluster_operation_arn)
949
+ SENSITIVE = []
820
950
  include Aws::Structure
821
951
  end
822
952
 
@@ -830,6 +960,7 @@ module Aws::Kafka
830
960
  #
831
961
  class DescribeClusterOperationResponse < Struct.new(
832
962
  :cluster_operation_info)
963
+ SENSITIVE = []
833
964
  include Aws::Structure
834
965
  end
835
966
 
@@ -847,6 +978,7 @@ module Aws::Kafka
847
978
  #
848
979
  class DescribeClusterRequest < Struct.new(
849
980
  :cluster_arn)
981
+ SENSITIVE = []
850
982
  include Aws::Structure
851
983
  end
852
984
 
@@ -860,6 +992,7 @@ module Aws::Kafka
860
992
  #
861
993
  class DescribeClusterResponse < Struct.new(
862
994
  :cluster_info)
995
+ SENSITIVE = []
863
996
  include Aws::Structure
864
997
  end
865
998
 
@@ -877,6 +1010,7 @@ module Aws::Kafka
877
1010
  #
878
1011
  class DescribeConfigurationRequest < Struct.new(
879
1012
  :arn)
1013
+ SENSITIVE = []
880
1014
  include Aws::Structure
881
1015
  end
882
1016
 
@@ -908,6 +1042,11 @@ module Aws::Kafka
908
1042
  # match the regex "^\[0-9A-Za-z-\]+$".
909
1043
  # @return [String]
910
1044
  #
1045
+ # @!attribute [rw] state
1046
+ # The state of the configuration. The possible states are ACTIVE,
1047
+ # DELETING and DELETE\_FAILED.
1048
+ # @return [String]
1049
+ #
911
1050
  # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/DescribeConfigurationResponse AWS API Documentation
912
1051
  #
913
1052
  class DescribeConfigurationResponse < Struct.new(
@@ -916,7 +1055,9 @@ module Aws::Kafka
916
1055
  :description,
917
1056
  :kafka_versions,
918
1057
  :latest_revision,
919
- :name)
1058
+ :name,
1059
+ :state)
1060
+ SENSITIVE = []
920
1061
  include Aws::Structure
921
1062
  end
922
1063
 
@@ -939,6 +1080,7 @@ module Aws::Kafka
939
1080
  class DescribeConfigurationRevisionRequest < Struct.new(
940
1081
  :arn,
941
1082
  :revision)
1083
+ SENSITIVE = []
942
1084
  include Aws::Structure
943
1085
  end
944
1086
 
@@ -971,6 +1113,7 @@ module Aws::Kafka
971
1113
  :description,
972
1114
  :revision,
973
1115
  :server_properties)
1116
+ SENSITIVE = []
974
1117
  include Aws::Structure
975
1118
  end
976
1119
 
@@ -993,6 +1136,7 @@ module Aws::Kafka
993
1136
  #
994
1137
  class EBSStorageInfo < Struct.new(
995
1138
  :volume_size)
1139
+ SENSITIVE = []
996
1140
  include Aws::Structure
997
1141
  end
998
1142
 
@@ -1014,6 +1158,7 @@ module Aws::Kafka
1014
1158
  #
1015
1159
  class EncryptionAtRest < Struct.new(
1016
1160
  :data_volume_kms_key_id)
1161
+ SENSITIVE = []
1017
1162
  include Aws::Structure
1018
1163
  end
1019
1164
 
@@ -1055,6 +1200,7 @@ module Aws::Kafka
1055
1200
  class EncryptionInTransit < Struct.new(
1056
1201
  :client_broker,
1057
1202
  :in_cluster)
1203
+ SENSITIVE = []
1058
1204
  include Aws::Structure
1059
1205
  end
1060
1206
 
@@ -1088,6 +1234,7 @@ module Aws::Kafka
1088
1234
  class EncryptionInfo < Struct.new(
1089
1235
  :encryption_at_rest,
1090
1236
  :encryption_in_transit)
1237
+ SENSITIVE = []
1091
1238
  include Aws::Structure
1092
1239
  end
1093
1240
 
@@ -1106,6 +1253,7 @@ module Aws::Kafka
1106
1253
  class Error < Struct.new(
1107
1254
  :invalid_parameter,
1108
1255
  :message)
1256
+ SENSITIVE = []
1109
1257
  include Aws::Structure
1110
1258
  end
1111
1259
 
@@ -1134,6 +1282,7 @@ module Aws::Kafka
1134
1282
  class Firehose < Struct.new(
1135
1283
  :delivery_stream,
1136
1284
  :enabled)
1285
+ SENSITIVE = []
1137
1286
  include Aws::Structure
1138
1287
  end
1139
1288
 
@@ -1152,6 +1301,7 @@ module Aws::Kafka
1152
1301
  class ErrorInfo < Struct.new(
1153
1302
  :error_code,
1154
1303
  :error_string)
1304
+ SENSITIVE = []
1155
1305
  include Aws::Structure
1156
1306
  end
1157
1307
 
@@ -1168,6 +1318,7 @@ module Aws::Kafka
1168
1318
  class ForbiddenException < Struct.new(
1169
1319
  :invalid_parameter,
1170
1320
  :message)
1321
+ SENSITIVE = []
1171
1322
  include Aws::Structure
1172
1323
  end
1173
1324
 
@@ -1185,6 +1336,7 @@ module Aws::Kafka
1185
1336
  #
1186
1337
  class GetBootstrapBrokersRequest < Struct.new(
1187
1338
  :cluster_arn)
1339
+ SENSITIVE = []
1188
1340
  include Aws::Structure
1189
1341
  end
1190
1342
 
@@ -1206,6 +1358,39 @@ module Aws::Kafka
1206
1358
  class GetBootstrapBrokersResponse < Struct.new(
1207
1359
  :bootstrap_broker_string,
1208
1360
  :bootstrap_broker_string_tls)
1361
+ SENSITIVE = []
1362
+ include Aws::Structure
1363
+ end
1364
+
1365
+ # @note When making an API call, you may pass GetCompatibleKafkaVersionsRequest
1366
+ # data as a hash:
1367
+ #
1368
+ # {
1369
+ # cluster_arn: "__string",
1370
+ # }
1371
+ #
1372
+ # @!attribute [rw] cluster_arn
1373
+ # @return [String]
1374
+ #
1375
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/GetCompatibleKafkaVersionsRequest AWS API Documentation
1376
+ #
1377
+ class GetCompatibleKafkaVersionsRequest < Struct.new(
1378
+ :cluster_arn)
1379
+ SENSITIVE = []
1380
+ include Aws::Structure
1381
+ end
1382
+
1383
+ # Response body for GetCompatibleKafkaVersions.
1384
+ #
1385
+ # @!attribute [rw] compatible_kafka_versions
1386
+ # A list of CompatibleKafkaVersion objects.
1387
+ # @return [Array<Types::CompatibleKafkaVersion>]
1388
+ #
1389
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/GetCompatibleKafkaVersionsResponse AWS API Documentation
1390
+ #
1391
+ class GetCompatibleKafkaVersionsResponse < Struct.new(
1392
+ :compatible_kafka_versions)
1393
+ SENSITIVE = []
1209
1394
  include Aws::Structure
1210
1395
  end
1211
1396
 
@@ -1222,6 +1407,7 @@ module Aws::Kafka
1222
1407
  class InternalServerErrorException < Struct.new(
1223
1408
  :invalid_parameter,
1224
1409
  :message)
1410
+ SENSITIVE = []
1225
1411
  include Aws::Structure
1226
1412
  end
1227
1413
 
@@ -1240,6 +1426,7 @@ module Aws::Kafka
1240
1426
  class KafkaVersion < Struct.new(
1241
1427
  :version,
1242
1428
  :status)
1429
+ SENSITIVE = []
1243
1430
  include Aws::Structure
1244
1431
  end
1245
1432
 
@@ -1267,6 +1454,7 @@ module Aws::Kafka
1267
1454
  :cluster_arn,
1268
1455
  :max_results,
1269
1456
  :next_token)
1457
+ SENSITIVE = []
1270
1458
  include Aws::Structure
1271
1459
  end
1272
1460
 
@@ -1288,6 +1476,7 @@ module Aws::Kafka
1288
1476
  class ListClusterOperationsResponse < Struct.new(
1289
1477
  :cluster_operation_info_list,
1290
1478
  :next_token)
1479
+ SENSITIVE = []
1291
1480
  include Aws::Structure
1292
1481
  end
1293
1482
 
@@ -1315,6 +1504,7 @@ module Aws::Kafka
1315
1504
  :cluster_name_filter,
1316
1505
  :max_results,
1317
1506
  :next_token)
1507
+ SENSITIVE = []
1318
1508
  include Aws::Structure
1319
1509
  end
1320
1510
 
@@ -1337,6 +1527,7 @@ module Aws::Kafka
1337
1527
  class ListClustersResponse < Struct.new(
1338
1528
  :cluster_info_list,
1339
1529
  :next_token)
1530
+ SENSITIVE = []
1340
1531
  include Aws::Structure
1341
1532
  end
1342
1533
 
@@ -1364,6 +1555,7 @@ module Aws::Kafka
1364
1555
  :arn,
1365
1556
  :max_results,
1366
1557
  :next_token)
1558
+ SENSITIVE = []
1367
1559
  include Aws::Structure
1368
1560
  end
1369
1561
 
@@ -1382,6 +1574,7 @@ module Aws::Kafka
1382
1574
  class ListConfigurationRevisionsResponse < Struct.new(
1383
1575
  :next_token,
1384
1576
  :revisions)
1577
+ SENSITIVE = []
1385
1578
  include Aws::Structure
1386
1579
  end
1387
1580
 
@@ -1404,6 +1597,7 @@ module Aws::Kafka
1404
1597
  class ListConfigurationsRequest < Struct.new(
1405
1598
  :max_results,
1406
1599
  :next_token)
1600
+ SENSITIVE = []
1407
1601
  include Aws::Structure
1408
1602
  end
1409
1603
 
@@ -1426,6 +1620,7 @@ module Aws::Kafka
1426
1620
  class ListConfigurationsResponse < Struct.new(
1427
1621
  :configurations,
1428
1622
  :next_token)
1623
+ SENSITIVE = []
1429
1624
  include Aws::Structure
1430
1625
  end
1431
1626
 
@@ -1448,6 +1643,7 @@ module Aws::Kafka
1448
1643
  class ListKafkaVersionsRequest < Struct.new(
1449
1644
  :max_results,
1450
1645
  :next_token)
1646
+ SENSITIVE = []
1451
1647
  include Aws::Structure
1452
1648
  end
1453
1649
 
@@ -1466,6 +1662,7 @@ module Aws::Kafka
1466
1662
  class ListKafkaVersionsResponse < Struct.new(
1467
1663
  :kafka_versions,
1468
1664
  :next_token)
1665
+ SENSITIVE = []
1469
1666
  include Aws::Structure
1470
1667
  end
1471
1668
 
@@ -1493,6 +1690,7 @@ module Aws::Kafka
1493
1690
  :cluster_arn,
1494
1691
  :max_results,
1495
1692
  :next_token)
1693
+ SENSITIVE = []
1496
1694
  include Aws::Structure
1497
1695
  end
1498
1696
 
@@ -1514,6 +1712,7 @@ module Aws::Kafka
1514
1712
  class ListNodesResponse < Struct.new(
1515
1713
  :next_token,
1516
1714
  :node_info_list)
1715
+ SENSITIVE = []
1517
1716
  include Aws::Structure
1518
1717
  end
1519
1718
 
@@ -1531,6 +1730,7 @@ module Aws::Kafka
1531
1730
  #
1532
1731
  class ListTagsForResourceRequest < Struct.new(
1533
1732
  :resource_arn)
1733
+ SENSITIVE = []
1534
1734
  include Aws::Structure
1535
1735
  end
1536
1736
 
@@ -1544,6 +1744,7 @@ module Aws::Kafka
1544
1744
  #
1545
1745
  class ListTagsForResourceResponse < Struct.new(
1546
1746
  :tags)
1747
+ SENSITIVE = []
1547
1748
  include Aws::Structure
1548
1749
  end
1549
1750
 
@@ -1582,6 +1783,7 @@ module Aws::Kafka
1582
1783
  #
1583
1784
  class LoggingInfo < Struct.new(
1584
1785
  :broker_logs)
1786
+ SENSITIVE = []
1585
1787
  include Aws::Structure
1586
1788
  end
1587
1789
 
@@ -1610,6 +1812,9 @@ module Aws::Kafka
1610
1812
  # Amazon CloudWatch for this cluster.
1611
1813
  # @return [String]
1612
1814
  #
1815
+ # @!attribute [rw] kafka_version
1816
+ # @return [String]
1817
+ #
1613
1818
  # @!attribute [rw] logging_info
1614
1819
  # LoggingInfo details.
1615
1820
  # @return [Types::LoggingInfo]
@@ -1622,7 +1827,9 @@ module Aws::Kafka
1622
1827
  :number_of_broker_nodes,
1623
1828
  :open_monitoring,
1624
1829
  :enhanced_monitoring,
1830
+ :kafka_version,
1625
1831
  :logging_info)
1832
+ SENSITIVE = []
1626
1833
  include Aws::Structure
1627
1834
  end
1628
1835
 
@@ -1661,6 +1868,7 @@ module Aws::Kafka
1661
1868
  :node_arn,
1662
1869
  :node_type,
1663
1870
  :zookeeper_node_info)
1871
+ SENSITIVE = []
1664
1872
  include Aws::Structure
1665
1873
  end
1666
1874
 
@@ -1677,6 +1885,7 @@ module Aws::Kafka
1677
1885
  class NotFoundException < Struct.new(
1678
1886
  :invalid_parameter,
1679
1887
  :message)
1888
+ SENSITIVE = []
1680
1889
  include Aws::Structure
1681
1890
  end
1682
1891
 
@@ -1693,6 +1902,7 @@ module Aws::Kafka
1693
1902
  class ServiceUnavailableException < Struct.new(
1694
1903
  :invalid_parameter,
1695
1904
  :message)
1905
+ SENSITIVE = []
1696
1906
  include Aws::Structure
1697
1907
  end
1698
1908
 
@@ -1713,6 +1923,7 @@ module Aws::Kafka
1713
1923
  class StateInfo < Struct.new(
1714
1924
  :code,
1715
1925
  :message)
1926
+ SENSITIVE = []
1716
1927
  include Aws::Structure
1717
1928
  end
1718
1929
 
@@ -1736,6 +1947,7 @@ module Aws::Kafka
1736
1947
  #
1737
1948
  class StorageInfo < Struct.new(
1738
1949
  :ebs_storage_info)
1950
+ SENSITIVE = []
1739
1951
  include Aws::Structure
1740
1952
  end
1741
1953
 
@@ -1763,6 +1975,7 @@ module Aws::Kafka
1763
1975
  class TagResourceRequest < Struct.new(
1764
1976
  :resource_arn,
1765
1977
  :tags)
1978
+ SENSITIVE = []
1766
1979
  include Aws::Structure
1767
1980
  end
1768
1981
 
@@ -1783,6 +1996,7 @@ module Aws::Kafka
1783
1996
  #
1784
1997
  class Tls < Struct.new(
1785
1998
  :certificate_authority_arn_list)
1999
+ SENSITIVE = []
1786
2000
  include Aws::Structure
1787
2001
  end
1788
2002
 
@@ -1799,6 +2013,7 @@ module Aws::Kafka
1799
2013
  class TooManyRequestsException < Struct.new(
1800
2014
  :invalid_parameter,
1801
2015
  :message)
2016
+ SENSITIVE = []
1802
2017
  include Aws::Structure
1803
2018
  end
1804
2019
 
@@ -1815,6 +2030,7 @@ module Aws::Kafka
1815
2030
  class UnauthorizedException < Struct.new(
1816
2031
  :invalid_parameter,
1817
2032
  :message)
2033
+ SENSITIVE = []
1818
2034
  include Aws::Structure
1819
2035
  end
1820
2036
 
@@ -1837,6 +2053,7 @@ module Aws::Kafka
1837
2053
  class UntagResourceRequest < Struct.new(
1838
2054
  :resource_arn,
1839
2055
  :tag_keys)
2056
+ SENSITIVE = []
1840
2057
  include Aws::Structure
1841
2058
  end
1842
2059
 
@@ -1869,6 +2086,7 @@ module Aws::Kafka
1869
2086
  :cluster_arn,
1870
2087
  :current_version,
1871
2088
  :target_number_of_broker_nodes)
2089
+ SENSITIVE = []
1872
2090
  include Aws::Structure
1873
2091
  end
1874
2092
 
@@ -1887,6 +2105,7 @@ module Aws::Kafka
1887
2105
  class UpdateBrokerCountResponse < Struct.new(
1888
2106
  :cluster_arn,
1889
2107
  :cluster_operation_arn)
2108
+ SENSITIVE = []
1890
2109
  include Aws::Structure
1891
2110
  end
1892
2111
 
@@ -1931,6 +2150,7 @@ module Aws::Kafka
1931
2150
  :cluster_arn,
1932
2151
  :current_version,
1933
2152
  :target_broker_ebs_volume_info)
2153
+ SENSITIVE = []
1934
2154
  include Aws::Structure
1935
2155
  end
1936
2156
 
@@ -1949,6 +2169,7 @@ module Aws::Kafka
1949
2169
  class UpdateBrokerStorageResponse < Struct.new(
1950
2170
  :cluster_arn,
1951
2171
  :cluster_operation_arn)
2172
+ SENSITIVE = []
1952
2173
  include Aws::Structure
1953
2174
  end
1954
2175
 
@@ -1984,6 +2205,7 @@ module Aws::Kafka
1984
2205
  :cluster_arn,
1985
2206
  :configuration_info,
1986
2207
  :current_version)
2208
+ SENSITIVE = []
1987
2209
  include Aws::Structure
1988
2210
  end
1989
2211
 
@@ -2002,6 +2224,118 @@ module Aws::Kafka
2002
2224
  class UpdateClusterConfigurationResponse < Struct.new(
2003
2225
  :cluster_arn,
2004
2226
  :cluster_operation_arn)
2227
+ SENSITIVE = []
2228
+ include Aws::Structure
2229
+ end
2230
+
2231
+ # Request body for UpdateClusterKafkaVersion.
2232
+ #
2233
+ # @note When making an API call, you may pass UpdateClusterKafkaVersionRequest
2234
+ # data as a hash:
2235
+ #
2236
+ # {
2237
+ # cluster_arn: "__string", # required
2238
+ # configuration_info: {
2239
+ # arn: "__string", # required
2240
+ # revision: 1, # required
2241
+ # },
2242
+ # current_version: "__string", # required
2243
+ # target_kafka_version: "__string", # required
2244
+ # }
2245
+ #
2246
+ # @!attribute [rw] cluster_arn
2247
+ # @return [String]
2248
+ #
2249
+ # @!attribute [rw] configuration_info
2250
+ # Specifies the configuration to use for the brokers.
2251
+ # @return [Types::ConfigurationInfo]
2252
+ #
2253
+ # @!attribute [rw] current_version
2254
+ # Current cluster version.
2255
+ # @return [String]
2256
+ #
2257
+ # @!attribute [rw] target_kafka_version
2258
+ # Target Kafka version.
2259
+ # @return [String]
2260
+ #
2261
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/UpdateClusterKafkaVersionRequest AWS API Documentation
2262
+ #
2263
+ class UpdateClusterKafkaVersionRequest < Struct.new(
2264
+ :cluster_arn,
2265
+ :configuration_info,
2266
+ :current_version,
2267
+ :target_kafka_version)
2268
+ SENSITIVE = []
2269
+ include Aws::Structure
2270
+ end
2271
+
2272
+ # Response body for UpdateClusterKafkaVersion.
2273
+ #
2274
+ # @!attribute [rw] cluster_arn
2275
+ # The Amazon Resource Name (ARN) of the cluster.
2276
+ # @return [String]
2277
+ #
2278
+ # @!attribute [rw] cluster_operation_arn
2279
+ # The Amazon Resource Name (ARN) of the cluster operation.
2280
+ # @return [String]
2281
+ #
2282
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/UpdateClusterKafkaVersionResponse AWS API Documentation
2283
+ #
2284
+ class UpdateClusterKafkaVersionResponse < Struct.new(
2285
+ :cluster_arn,
2286
+ :cluster_operation_arn)
2287
+ SENSITIVE = []
2288
+ include Aws::Structure
2289
+ end
2290
+
2291
+ # Request body for UpdateConfiguration.
2292
+ #
2293
+ # @note When making an API call, you may pass UpdateConfigurationRequest
2294
+ # data as a hash:
2295
+ #
2296
+ # {
2297
+ # arn: "__string", # required
2298
+ # description: "__string",
2299
+ # server_properties: "data", # required
2300
+ # }
2301
+ #
2302
+ # @!attribute [rw] arn
2303
+ # The Amazon Resource Name (ARN) of the configuration.
2304
+ # @return [String]
2305
+ #
2306
+ # @!attribute [rw] description
2307
+ # The description of the configuration.
2308
+ # @return [String]
2309
+ #
2310
+ # @!attribute [rw] server_properties
2311
+ # @return [String]
2312
+ #
2313
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/UpdateConfigurationRequest AWS API Documentation
2314
+ #
2315
+ class UpdateConfigurationRequest < Struct.new(
2316
+ :arn,
2317
+ :description,
2318
+ :server_properties)
2319
+ SENSITIVE = []
2320
+ include Aws::Structure
2321
+ end
2322
+
2323
+ # Response body for UpdateConfiguration.
2324
+ #
2325
+ # @!attribute [rw] arn
2326
+ # The Amazon Resource Name (ARN) of the configuration.
2327
+ # @return [String]
2328
+ #
2329
+ # @!attribute [rw] latest_revision
2330
+ # Latest revision of the configuration.
2331
+ # @return [Types::ConfigurationRevision]
2332
+ #
2333
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/UpdateConfigurationResponse AWS API Documentation
2334
+ #
2335
+ class UpdateConfigurationResponse < Struct.new(
2336
+ :arn,
2337
+ :latest_revision)
2338
+ SENSITIVE = []
2005
2339
  include Aws::Structure
2006
2340
  end
2007
2341
 
@@ -2072,6 +2406,7 @@ module Aws::Kafka
2072
2406
  :enhanced_monitoring,
2073
2407
  :open_monitoring,
2074
2408
  :logging_info)
2409
+ SENSITIVE = []
2075
2410
  include Aws::Structure
2076
2411
  end
2077
2412
 
@@ -2090,6 +2425,7 @@ module Aws::Kafka
2090
2425
  class UpdateMonitoringResponse < Struct.new(
2091
2426
  :cluster_arn,
2092
2427
  :cluster_operation_arn)
2428
+ SENSITIVE = []
2093
2429
  include Aws::Structure
2094
2430
  end
2095
2431
 
@@ -2123,6 +2459,7 @@ module Aws::Kafka
2123
2459
  :endpoints,
2124
2460
  :zookeeper_id,
2125
2461
  :zookeeper_version)
2462
+ SENSITIVE = []
2126
2463
  include Aws::Structure
2127
2464
  end
2128
2465
 
@@ -2136,6 +2473,7 @@ module Aws::Kafka
2136
2473
  #
2137
2474
  class OpenMonitoring < Struct.new(
2138
2475
  :prometheus)
2476
+ SENSITIVE = []
2139
2477
  include Aws::Structure
2140
2478
  end
2141
2479
 
@@ -2163,6 +2501,7 @@ module Aws::Kafka
2163
2501
  #
2164
2502
  class OpenMonitoringInfo < Struct.new(
2165
2503
  :prometheus)
2504
+ SENSITIVE = []
2166
2505
  include Aws::Structure
2167
2506
  end
2168
2507
 
@@ -2181,6 +2520,7 @@ module Aws::Kafka
2181
2520
  class Prometheus < Struct.new(
2182
2521
  :jmx_exporter,
2183
2522
  :node_exporter)
2523
+ SENSITIVE = []
2184
2524
  include Aws::Structure
2185
2525
  end
2186
2526
 
@@ -2211,6 +2551,52 @@ module Aws::Kafka
2211
2551
  class PrometheusInfo < Struct.new(
2212
2552
  :jmx_exporter,
2213
2553
  :node_exporter)
2554
+ SENSITIVE = []
2555
+ include Aws::Structure
2556
+ end
2557
+
2558
+ # Request body for RebootBrokerNode action.
2559
+ #
2560
+ # @note When making an API call, you may pass RebootBrokerRequest
2561
+ # data as a hash:
2562
+ #
2563
+ # {
2564
+ # broker_ids: ["__string"], # required
2565
+ # cluster_arn: "__string", # required
2566
+ # }
2567
+ #
2568
+ # @!attribute [rw] broker_ids
2569
+ # The list of broker ids to be rebooted.
2570
+ # @return [Array<String>]
2571
+ #
2572
+ # @!attribute [rw] cluster_arn
2573
+ # @return [String]
2574
+ #
2575
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/RebootBrokerRequest AWS API Documentation
2576
+ #
2577
+ class RebootBrokerRequest < Struct.new(
2578
+ :broker_ids,
2579
+ :cluster_arn)
2580
+ SENSITIVE = []
2581
+ include Aws::Structure
2582
+ end
2583
+
2584
+ # Response body for RebootBrokers action.
2585
+ #
2586
+ # @!attribute [rw] cluster_arn
2587
+ # The Amazon Resource Name (ARN) of the cluster.
2588
+ # @return [String]
2589
+ #
2590
+ # @!attribute [rw] cluster_operation_arn
2591
+ # The Amazon Resource Name (ARN) of the cluster operation.
2592
+ # @return [String]
2593
+ #
2594
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/RebootBrokerResponse AWS API Documentation
2595
+ #
2596
+ class RebootBrokerResponse < Struct.new(
2597
+ :cluster_arn,
2598
+ :cluster_operation_arn)
2599
+ SENSITIVE = []
2214
2600
  include Aws::Structure
2215
2601
  end
2216
2602
 
@@ -2244,6 +2630,7 @@ module Aws::Kafka
2244
2630
  :bucket,
2245
2631
  :enabled,
2246
2632
  :prefix)
2633
+ SENSITIVE = []
2247
2634
  include Aws::Structure
2248
2635
  end
2249
2636
 
@@ -2257,6 +2644,7 @@ module Aws::Kafka
2257
2644
  #
2258
2645
  class JmxExporter < Struct.new(
2259
2646
  :enabled_in_broker)
2647
+ SENSITIVE = []
2260
2648
  include Aws::Structure
2261
2649
  end
2262
2650
 
@@ -2277,6 +2665,7 @@ module Aws::Kafka
2277
2665
  #
2278
2666
  class JmxExporterInfo < Struct.new(
2279
2667
  :enabled_in_broker)
2668
+ SENSITIVE = []
2280
2669
  include Aws::Structure
2281
2670
  end
2282
2671
 
@@ -2290,6 +2679,7 @@ module Aws::Kafka
2290
2679
  #
2291
2680
  class NodeExporter < Struct.new(
2292
2681
  :enabled_in_broker)
2682
+ SENSITIVE = []
2293
2683
  include Aws::Structure
2294
2684
  end
2295
2685
 
@@ -2310,6 +2700,7 @@ module Aws::Kafka
2310
2700
  #
2311
2701
  class NodeExporterInfo < Struct.new(
2312
2702
  :enabled_in_broker)
2703
+ SENSITIVE = []
2313
2704
  include Aws::Structure
2314
2705
  end
2315
2706