aws-sdk-kafka 1.22.1 → 1.23.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-kafka.rb +3 -1
- data/lib/aws-sdk-kafka/client.rb +3 -1
- data/lib/aws-sdk-kafka/client_api.rb +2 -0
- data/lib/aws-sdk-kafka/errors.rb +2 -0
- data/lib/aws-sdk-kafka/resource.rb +2 -0
- data/lib/aws-sdk-kafka/types.rb +93 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6a328f4d7fb601718cf817217069d1fa958ca53dc01d0c44ef0c3b874d9ca26f
|
4
|
+
data.tar.gz: 60e7808e7d995601805fbc30d99c7a53d26c721d004e87a9d2579e60539fa02a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 54e57715dc7b5a0a5fd256710904a172ceb0f71fdf4d75f3c68e6f8d953c2b1e4b5b3bbd1d209c5b3e872da745ce9a45f0cfb0666602bf87cb05be899d937890
|
7
|
+
data.tar.gz: a0bd560858150d245c03132d40d7d84d26ee0399bc78a89f7fe35bd49d9a943194eb102cc453b13f9747401d6a2108b824d0ce6adb7224e573caad01783ef1a3
|
data/lib/aws-sdk-kafka.rb
CHANGED
@@ -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:
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-kafka/customizations'
|
|
45
47
|
# @service
|
46
48
|
module Aws::Kafka
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.23.0'
|
49
51
|
|
50
52
|
end
|
data/lib/aws-sdk-kafka/client.rb
CHANGED
@@ -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:
|
@@ -1463,7 +1465,7 @@ module Aws::Kafka
|
|
1463
1465
|
params: params,
|
1464
1466
|
config: config)
|
1465
1467
|
context[:gem_name] = 'aws-sdk-kafka'
|
1466
|
-
context[:gem_version] = '1.
|
1468
|
+
context[:gem_version] = '1.23.0'
|
1467
1469
|
Seahorse::Client::Request.new(handlers, context)
|
1468
1470
|
end
|
1469
1471
|
|
data/lib/aws-sdk-kafka/errors.rb
CHANGED
data/lib/aws-sdk-kafka/types.rb
CHANGED
@@ -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
|
|
@@ -432,6 +443,7 @@ module Aws::Kafka
|
|
432
443
|
:operation_type,
|
433
444
|
:source_cluster_info,
|
434
445
|
:target_cluster_info)
|
446
|
+
SENSITIVE = []
|
435
447
|
include Aws::Structure
|
436
448
|
end
|
437
449
|
|
@@ -450,6 +462,7 @@ module Aws::Kafka
|
|
450
462
|
class ClusterOperationStep < Struct.new(
|
451
463
|
:step_info,
|
452
464
|
:step_name)
|
465
|
+
SENSITIVE = []
|
453
466
|
include Aws::Structure
|
454
467
|
end
|
455
468
|
|
@@ -463,6 +476,7 @@ module Aws::Kafka
|
|
463
476
|
#
|
464
477
|
class ClusterOperationStepInfo < Struct.new(
|
465
478
|
:step_status)
|
479
|
+
SENSITIVE = []
|
466
480
|
include Aws::Structure
|
467
481
|
end
|
468
482
|
|
@@ -479,6 +493,7 @@ module Aws::Kafka
|
|
479
493
|
class CompatibleKafkaVersion < Struct.new(
|
480
494
|
:source_version,
|
481
495
|
:target_versions)
|
496
|
+
SENSITIVE = []
|
482
497
|
include Aws::Structure
|
483
498
|
end
|
484
499
|
|
@@ -520,6 +535,7 @@ module Aws::Kafka
|
|
520
535
|
:kafka_versions,
|
521
536
|
:latest_revision,
|
522
537
|
:name)
|
538
|
+
SENSITIVE = []
|
523
539
|
include Aws::Structure
|
524
540
|
end
|
525
541
|
|
@@ -546,6 +562,7 @@ module Aws::Kafka
|
|
546
562
|
class ConfigurationInfo < Struct.new(
|
547
563
|
:arn,
|
548
564
|
:revision)
|
565
|
+
SENSITIVE = []
|
549
566
|
include Aws::Structure
|
550
567
|
end
|
551
568
|
|
@@ -569,6 +586,7 @@ module Aws::Kafka
|
|
569
586
|
:creation_time,
|
570
587
|
:description,
|
571
588
|
:revision)
|
589
|
+
SENSITIVE = []
|
572
590
|
include Aws::Structure
|
573
591
|
end
|
574
592
|
|
@@ -585,6 +603,7 @@ module Aws::Kafka
|
|
585
603
|
class ConflictException < Struct.new(
|
586
604
|
:invalid_parameter,
|
587
605
|
:message)
|
606
|
+
SENSITIVE = []
|
588
607
|
include Aws::Structure
|
589
608
|
end
|
590
609
|
|
@@ -719,6 +738,7 @@ module Aws::Kafka
|
|
719
738
|
:number_of_broker_nodes,
|
720
739
|
:open_monitoring,
|
721
740
|
:tags)
|
741
|
+
SENSITIVE = []
|
722
742
|
include Aws::Structure
|
723
743
|
end
|
724
744
|
|
@@ -743,6 +763,7 @@ module Aws::Kafka
|
|
743
763
|
:cluster_arn,
|
744
764
|
:cluster_name,
|
745
765
|
:state)
|
766
|
+
SENSITIVE = []
|
746
767
|
include Aws::Structure
|
747
768
|
end
|
748
769
|
|
@@ -782,6 +803,7 @@ module Aws::Kafka
|
|
782
803
|
:kafka_versions,
|
783
804
|
:name,
|
784
805
|
:server_properties)
|
806
|
+
SENSITIVE = []
|
785
807
|
include Aws::Structure
|
786
808
|
end
|
787
809
|
|
@@ -811,6 +833,7 @@ module Aws::Kafka
|
|
811
833
|
:creation_time,
|
812
834
|
:latest_revision,
|
813
835
|
:name)
|
836
|
+
SENSITIVE = []
|
814
837
|
include Aws::Structure
|
815
838
|
end
|
816
839
|
|
@@ -833,6 +856,7 @@ module Aws::Kafka
|
|
833
856
|
class DeleteClusterRequest < Struct.new(
|
834
857
|
:cluster_arn,
|
835
858
|
:current_version)
|
859
|
+
SENSITIVE = []
|
836
860
|
include Aws::Structure
|
837
861
|
end
|
838
862
|
|
@@ -852,6 +876,7 @@ module Aws::Kafka
|
|
852
876
|
class DeleteClusterResponse < Struct.new(
|
853
877
|
:cluster_arn,
|
854
878
|
:state)
|
879
|
+
SENSITIVE = []
|
855
880
|
include Aws::Structure
|
856
881
|
end
|
857
882
|
|
@@ -869,6 +894,7 @@ module Aws::Kafka
|
|
869
894
|
#
|
870
895
|
class DescribeClusterOperationRequest < Struct.new(
|
871
896
|
:cluster_operation_arn)
|
897
|
+
SENSITIVE = []
|
872
898
|
include Aws::Structure
|
873
899
|
end
|
874
900
|
|
@@ -882,6 +908,7 @@ module Aws::Kafka
|
|
882
908
|
#
|
883
909
|
class DescribeClusterOperationResponse < Struct.new(
|
884
910
|
:cluster_operation_info)
|
911
|
+
SENSITIVE = []
|
885
912
|
include Aws::Structure
|
886
913
|
end
|
887
914
|
|
@@ -899,6 +926,7 @@ module Aws::Kafka
|
|
899
926
|
#
|
900
927
|
class DescribeClusterRequest < Struct.new(
|
901
928
|
:cluster_arn)
|
929
|
+
SENSITIVE = []
|
902
930
|
include Aws::Structure
|
903
931
|
end
|
904
932
|
|
@@ -912,6 +940,7 @@ module Aws::Kafka
|
|
912
940
|
#
|
913
941
|
class DescribeClusterResponse < Struct.new(
|
914
942
|
:cluster_info)
|
943
|
+
SENSITIVE = []
|
915
944
|
include Aws::Structure
|
916
945
|
end
|
917
946
|
|
@@ -929,6 +958,7 @@ module Aws::Kafka
|
|
929
958
|
#
|
930
959
|
class DescribeConfigurationRequest < Struct.new(
|
931
960
|
:arn)
|
961
|
+
SENSITIVE = []
|
932
962
|
include Aws::Structure
|
933
963
|
end
|
934
964
|
|
@@ -969,6 +999,7 @@ module Aws::Kafka
|
|
969
999
|
:kafka_versions,
|
970
1000
|
:latest_revision,
|
971
1001
|
:name)
|
1002
|
+
SENSITIVE = []
|
972
1003
|
include Aws::Structure
|
973
1004
|
end
|
974
1005
|
|
@@ -991,6 +1022,7 @@ module Aws::Kafka
|
|
991
1022
|
class DescribeConfigurationRevisionRequest < Struct.new(
|
992
1023
|
:arn,
|
993
1024
|
:revision)
|
1025
|
+
SENSITIVE = []
|
994
1026
|
include Aws::Structure
|
995
1027
|
end
|
996
1028
|
|
@@ -1023,6 +1055,7 @@ module Aws::Kafka
|
|
1023
1055
|
:description,
|
1024
1056
|
:revision,
|
1025
1057
|
:server_properties)
|
1058
|
+
SENSITIVE = []
|
1026
1059
|
include Aws::Structure
|
1027
1060
|
end
|
1028
1061
|
|
@@ -1045,6 +1078,7 @@ module Aws::Kafka
|
|
1045
1078
|
#
|
1046
1079
|
class EBSStorageInfo < Struct.new(
|
1047
1080
|
:volume_size)
|
1081
|
+
SENSITIVE = []
|
1048
1082
|
include Aws::Structure
|
1049
1083
|
end
|
1050
1084
|
|
@@ -1066,6 +1100,7 @@ module Aws::Kafka
|
|
1066
1100
|
#
|
1067
1101
|
class EncryptionAtRest < Struct.new(
|
1068
1102
|
:data_volume_kms_key_id)
|
1103
|
+
SENSITIVE = []
|
1069
1104
|
include Aws::Structure
|
1070
1105
|
end
|
1071
1106
|
|
@@ -1107,6 +1142,7 @@ module Aws::Kafka
|
|
1107
1142
|
class EncryptionInTransit < Struct.new(
|
1108
1143
|
:client_broker,
|
1109
1144
|
:in_cluster)
|
1145
|
+
SENSITIVE = []
|
1110
1146
|
include Aws::Structure
|
1111
1147
|
end
|
1112
1148
|
|
@@ -1140,6 +1176,7 @@ module Aws::Kafka
|
|
1140
1176
|
class EncryptionInfo < Struct.new(
|
1141
1177
|
:encryption_at_rest,
|
1142
1178
|
:encryption_in_transit)
|
1179
|
+
SENSITIVE = []
|
1143
1180
|
include Aws::Structure
|
1144
1181
|
end
|
1145
1182
|
|
@@ -1158,6 +1195,7 @@ module Aws::Kafka
|
|
1158
1195
|
class Error < Struct.new(
|
1159
1196
|
:invalid_parameter,
|
1160
1197
|
:message)
|
1198
|
+
SENSITIVE = []
|
1161
1199
|
include Aws::Structure
|
1162
1200
|
end
|
1163
1201
|
|
@@ -1186,6 +1224,7 @@ module Aws::Kafka
|
|
1186
1224
|
class Firehose < Struct.new(
|
1187
1225
|
:delivery_stream,
|
1188
1226
|
:enabled)
|
1227
|
+
SENSITIVE = []
|
1189
1228
|
include Aws::Structure
|
1190
1229
|
end
|
1191
1230
|
|
@@ -1204,6 +1243,7 @@ module Aws::Kafka
|
|
1204
1243
|
class ErrorInfo < Struct.new(
|
1205
1244
|
:error_code,
|
1206
1245
|
:error_string)
|
1246
|
+
SENSITIVE = []
|
1207
1247
|
include Aws::Structure
|
1208
1248
|
end
|
1209
1249
|
|
@@ -1220,6 +1260,7 @@ module Aws::Kafka
|
|
1220
1260
|
class ForbiddenException < Struct.new(
|
1221
1261
|
:invalid_parameter,
|
1222
1262
|
:message)
|
1263
|
+
SENSITIVE = []
|
1223
1264
|
include Aws::Structure
|
1224
1265
|
end
|
1225
1266
|
|
@@ -1237,6 +1278,7 @@ module Aws::Kafka
|
|
1237
1278
|
#
|
1238
1279
|
class GetBootstrapBrokersRequest < Struct.new(
|
1239
1280
|
:cluster_arn)
|
1281
|
+
SENSITIVE = []
|
1240
1282
|
include Aws::Structure
|
1241
1283
|
end
|
1242
1284
|
|
@@ -1258,6 +1300,7 @@ module Aws::Kafka
|
|
1258
1300
|
class GetBootstrapBrokersResponse < Struct.new(
|
1259
1301
|
:bootstrap_broker_string,
|
1260
1302
|
:bootstrap_broker_string_tls)
|
1303
|
+
SENSITIVE = []
|
1261
1304
|
include Aws::Structure
|
1262
1305
|
end
|
1263
1306
|
|
@@ -1275,6 +1318,7 @@ module Aws::Kafka
|
|
1275
1318
|
#
|
1276
1319
|
class GetCompatibleKafkaVersionsRequest < Struct.new(
|
1277
1320
|
:cluster_arn)
|
1321
|
+
SENSITIVE = []
|
1278
1322
|
include Aws::Structure
|
1279
1323
|
end
|
1280
1324
|
|
@@ -1288,6 +1332,7 @@ module Aws::Kafka
|
|
1288
1332
|
#
|
1289
1333
|
class GetCompatibleKafkaVersionsResponse < Struct.new(
|
1290
1334
|
:compatible_kafka_versions)
|
1335
|
+
SENSITIVE = []
|
1291
1336
|
include Aws::Structure
|
1292
1337
|
end
|
1293
1338
|
|
@@ -1304,6 +1349,7 @@ module Aws::Kafka
|
|
1304
1349
|
class InternalServerErrorException < Struct.new(
|
1305
1350
|
:invalid_parameter,
|
1306
1351
|
:message)
|
1352
|
+
SENSITIVE = []
|
1307
1353
|
include Aws::Structure
|
1308
1354
|
end
|
1309
1355
|
|
@@ -1322,6 +1368,7 @@ module Aws::Kafka
|
|
1322
1368
|
class KafkaVersion < Struct.new(
|
1323
1369
|
:version,
|
1324
1370
|
:status)
|
1371
|
+
SENSITIVE = []
|
1325
1372
|
include Aws::Structure
|
1326
1373
|
end
|
1327
1374
|
|
@@ -1349,6 +1396,7 @@ module Aws::Kafka
|
|
1349
1396
|
:cluster_arn,
|
1350
1397
|
:max_results,
|
1351
1398
|
:next_token)
|
1399
|
+
SENSITIVE = []
|
1352
1400
|
include Aws::Structure
|
1353
1401
|
end
|
1354
1402
|
|
@@ -1370,6 +1418,7 @@ module Aws::Kafka
|
|
1370
1418
|
class ListClusterOperationsResponse < Struct.new(
|
1371
1419
|
:cluster_operation_info_list,
|
1372
1420
|
:next_token)
|
1421
|
+
SENSITIVE = []
|
1373
1422
|
include Aws::Structure
|
1374
1423
|
end
|
1375
1424
|
|
@@ -1397,6 +1446,7 @@ module Aws::Kafka
|
|
1397
1446
|
:cluster_name_filter,
|
1398
1447
|
:max_results,
|
1399
1448
|
:next_token)
|
1449
|
+
SENSITIVE = []
|
1400
1450
|
include Aws::Structure
|
1401
1451
|
end
|
1402
1452
|
|
@@ -1419,6 +1469,7 @@ module Aws::Kafka
|
|
1419
1469
|
class ListClustersResponse < Struct.new(
|
1420
1470
|
:cluster_info_list,
|
1421
1471
|
:next_token)
|
1472
|
+
SENSITIVE = []
|
1422
1473
|
include Aws::Structure
|
1423
1474
|
end
|
1424
1475
|
|
@@ -1446,6 +1497,7 @@ module Aws::Kafka
|
|
1446
1497
|
:arn,
|
1447
1498
|
:max_results,
|
1448
1499
|
:next_token)
|
1500
|
+
SENSITIVE = []
|
1449
1501
|
include Aws::Structure
|
1450
1502
|
end
|
1451
1503
|
|
@@ -1464,6 +1516,7 @@ module Aws::Kafka
|
|
1464
1516
|
class ListConfigurationRevisionsResponse < Struct.new(
|
1465
1517
|
:next_token,
|
1466
1518
|
:revisions)
|
1519
|
+
SENSITIVE = []
|
1467
1520
|
include Aws::Structure
|
1468
1521
|
end
|
1469
1522
|
|
@@ -1486,6 +1539,7 @@ module Aws::Kafka
|
|
1486
1539
|
class ListConfigurationsRequest < Struct.new(
|
1487
1540
|
:max_results,
|
1488
1541
|
:next_token)
|
1542
|
+
SENSITIVE = []
|
1489
1543
|
include Aws::Structure
|
1490
1544
|
end
|
1491
1545
|
|
@@ -1508,6 +1562,7 @@ module Aws::Kafka
|
|
1508
1562
|
class ListConfigurationsResponse < Struct.new(
|
1509
1563
|
:configurations,
|
1510
1564
|
:next_token)
|
1565
|
+
SENSITIVE = []
|
1511
1566
|
include Aws::Structure
|
1512
1567
|
end
|
1513
1568
|
|
@@ -1530,6 +1585,7 @@ module Aws::Kafka
|
|
1530
1585
|
class ListKafkaVersionsRequest < Struct.new(
|
1531
1586
|
:max_results,
|
1532
1587
|
:next_token)
|
1588
|
+
SENSITIVE = []
|
1533
1589
|
include Aws::Structure
|
1534
1590
|
end
|
1535
1591
|
|
@@ -1548,6 +1604,7 @@ module Aws::Kafka
|
|
1548
1604
|
class ListKafkaVersionsResponse < Struct.new(
|
1549
1605
|
:kafka_versions,
|
1550
1606
|
:next_token)
|
1607
|
+
SENSITIVE = []
|
1551
1608
|
include Aws::Structure
|
1552
1609
|
end
|
1553
1610
|
|
@@ -1575,6 +1632,7 @@ module Aws::Kafka
|
|
1575
1632
|
:cluster_arn,
|
1576
1633
|
:max_results,
|
1577
1634
|
:next_token)
|
1635
|
+
SENSITIVE = []
|
1578
1636
|
include Aws::Structure
|
1579
1637
|
end
|
1580
1638
|
|
@@ -1596,6 +1654,7 @@ module Aws::Kafka
|
|
1596
1654
|
class ListNodesResponse < Struct.new(
|
1597
1655
|
:next_token,
|
1598
1656
|
:node_info_list)
|
1657
|
+
SENSITIVE = []
|
1599
1658
|
include Aws::Structure
|
1600
1659
|
end
|
1601
1660
|
|
@@ -1613,6 +1672,7 @@ module Aws::Kafka
|
|
1613
1672
|
#
|
1614
1673
|
class ListTagsForResourceRequest < Struct.new(
|
1615
1674
|
:resource_arn)
|
1675
|
+
SENSITIVE = []
|
1616
1676
|
include Aws::Structure
|
1617
1677
|
end
|
1618
1678
|
|
@@ -1626,6 +1686,7 @@ module Aws::Kafka
|
|
1626
1686
|
#
|
1627
1687
|
class ListTagsForResourceResponse < Struct.new(
|
1628
1688
|
:tags)
|
1689
|
+
SENSITIVE = []
|
1629
1690
|
include Aws::Structure
|
1630
1691
|
end
|
1631
1692
|
|
@@ -1664,6 +1725,7 @@ module Aws::Kafka
|
|
1664
1725
|
#
|
1665
1726
|
class LoggingInfo < Struct.new(
|
1666
1727
|
:broker_logs)
|
1728
|
+
SENSITIVE = []
|
1667
1729
|
include Aws::Structure
|
1668
1730
|
end
|
1669
1731
|
|
@@ -1709,6 +1771,7 @@ module Aws::Kafka
|
|
1709
1771
|
:enhanced_monitoring,
|
1710
1772
|
:kafka_version,
|
1711
1773
|
:logging_info)
|
1774
|
+
SENSITIVE = []
|
1712
1775
|
include Aws::Structure
|
1713
1776
|
end
|
1714
1777
|
|
@@ -1747,6 +1810,7 @@ module Aws::Kafka
|
|
1747
1810
|
:node_arn,
|
1748
1811
|
:node_type,
|
1749
1812
|
:zookeeper_node_info)
|
1813
|
+
SENSITIVE = []
|
1750
1814
|
include Aws::Structure
|
1751
1815
|
end
|
1752
1816
|
|
@@ -1763,6 +1827,7 @@ module Aws::Kafka
|
|
1763
1827
|
class NotFoundException < Struct.new(
|
1764
1828
|
:invalid_parameter,
|
1765
1829
|
:message)
|
1830
|
+
SENSITIVE = []
|
1766
1831
|
include Aws::Structure
|
1767
1832
|
end
|
1768
1833
|
|
@@ -1779,6 +1844,7 @@ module Aws::Kafka
|
|
1779
1844
|
class ServiceUnavailableException < Struct.new(
|
1780
1845
|
:invalid_parameter,
|
1781
1846
|
:message)
|
1847
|
+
SENSITIVE = []
|
1782
1848
|
include Aws::Structure
|
1783
1849
|
end
|
1784
1850
|
|
@@ -1799,6 +1865,7 @@ module Aws::Kafka
|
|
1799
1865
|
class StateInfo < Struct.new(
|
1800
1866
|
:code,
|
1801
1867
|
:message)
|
1868
|
+
SENSITIVE = []
|
1802
1869
|
include Aws::Structure
|
1803
1870
|
end
|
1804
1871
|
|
@@ -1822,6 +1889,7 @@ module Aws::Kafka
|
|
1822
1889
|
#
|
1823
1890
|
class StorageInfo < Struct.new(
|
1824
1891
|
:ebs_storage_info)
|
1892
|
+
SENSITIVE = []
|
1825
1893
|
include Aws::Structure
|
1826
1894
|
end
|
1827
1895
|
|
@@ -1849,6 +1917,7 @@ module Aws::Kafka
|
|
1849
1917
|
class TagResourceRequest < Struct.new(
|
1850
1918
|
:resource_arn,
|
1851
1919
|
:tags)
|
1920
|
+
SENSITIVE = []
|
1852
1921
|
include Aws::Structure
|
1853
1922
|
end
|
1854
1923
|
|
@@ -1869,6 +1938,7 @@ module Aws::Kafka
|
|
1869
1938
|
#
|
1870
1939
|
class Tls < Struct.new(
|
1871
1940
|
:certificate_authority_arn_list)
|
1941
|
+
SENSITIVE = []
|
1872
1942
|
include Aws::Structure
|
1873
1943
|
end
|
1874
1944
|
|
@@ -1885,6 +1955,7 @@ module Aws::Kafka
|
|
1885
1955
|
class TooManyRequestsException < Struct.new(
|
1886
1956
|
:invalid_parameter,
|
1887
1957
|
:message)
|
1958
|
+
SENSITIVE = []
|
1888
1959
|
include Aws::Structure
|
1889
1960
|
end
|
1890
1961
|
|
@@ -1901,6 +1972,7 @@ module Aws::Kafka
|
|
1901
1972
|
class UnauthorizedException < Struct.new(
|
1902
1973
|
:invalid_parameter,
|
1903
1974
|
:message)
|
1975
|
+
SENSITIVE = []
|
1904
1976
|
include Aws::Structure
|
1905
1977
|
end
|
1906
1978
|
|
@@ -1923,6 +1995,7 @@ module Aws::Kafka
|
|
1923
1995
|
class UntagResourceRequest < Struct.new(
|
1924
1996
|
:resource_arn,
|
1925
1997
|
:tag_keys)
|
1998
|
+
SENSITIVE = []
|
1926
1999
|
include Aws::Structure
|
1927
2000
|
end
|
1928
2001
|
|
@@ -1955,6 +2028,7 @@ module Aws::Kafka
|
|
1955
2028
|
:cluster_arn,
|
1956
2029
|
:current_version,
|
1957
2030
|
:target_number_of_broker_nodes)
|
2031
|
+
SENSITIVE = []
|
1958
2032
|
include Aws::Structure
|
1959
2033
|
end
|
1960
2034
|
|
@@ -1973,6 +2047,7 @@ module Aws::Kafka
|
|
1973
2047
|
class UpdateBrokerCountResponse < Struct.new(
|
1974
2048
|
:cluster_arn,
|
1975
2049
|
:cluster_operation_arn)
|
2050
|
+
SENSITIVE = []
|
1976
2051
|
include Aws::Structure
|
1977
2052
|
end
|
1978
2053
|
|
@@ -2017,6 +2092,7 @@ module Aws::Kafka
|
|
2017
2092
|
:cluster_arn,
|
2018
2093
|
:current_version,
|
2019
2094
|
:target_broker_ebs_volume_info)
|
2095
|
+
SENSITIVE = []
|
2020
2096
|
include Aws::Structure
|
2021
2097
|
end
|
2022
2098
|
|
@@ -2035,6 +2111,7 @@ module Aws::Kafka
|
|
2035
2111
|
class UpdateBrokerStorageResponse < Struct.new(
|
2036
2112
|
:cluster_arn,
|
2037
2113
|
:cluster_operation_arn)
|
2114
|
+
SENSITIVE = []
|
2038
2115
|
include Aws::Structure
|
2039
2116
|
end
|
2040
2117
|
|
@@ -2070,6 +2147,7 @@ module Aws::Kafka
|
|
2070
2147
|
:cluster_arn,
|
2071
2148
|
:configuration_info,
|
2072
2149
|
:current_version)
|
2150
|
+
SENSITIVE = []
|
2073
2151
|
include Aws::Structure
|
2074
2152
|
end
|
2075
2153
|
|
@@ -2088,6 +2166,7 @@ module Aws::Kafka
|
|
2088
2166
|
class UpdateClusterConfigurationResponse < Struct.new(
|
2089
2167
|
:cluster_arn,
|
2090
2168
|
:cluster_operation_arn)
|
2169
|
+
SENSITIVE = []
|
2091
2170
|
include Aws::Structure
|
2092
2171
|
end
|
2093
2172
|
|
@@ -2128,6 +2207,7 @@ module Aws::Kafka
|
|
2128
2207
|
:configuration_info,
|
2129
2208
|
:current_version,
|
2130
2209
|
:target_kafka_version)
|
2210
|
+
SENSITIVE = []
|
2131
2211
|
include Aws::Structure
|
2132
2212
|
end
|
2133
2213
|
|
@@ -2146,6 +2226,7 @@ module Aws::Kafka
|
|
2146
2226
|
class UpdateClusterKafkaVersionResponse < Struct.new(
|
2147
2227
|
:cluster_arn,
|
2148
2228
|
:cluster_operation_arn)
|
2229
|
+
SENSITIVE = []
|
2149
2230
|
include Aws::Structure
|
2150
2231
|
end
|
2151
2232
|
|
@@ -2216,6 +2297,7 @@ module Aws::Kafka
|
|
2216
2297
|
:enhanced_monitoring,
|
2217
2298
|
:open_monitoring,
|
2218
2299
|
:logging_info)
|
2300
|
+
SENSITIVE = []
|
2219
2301
|
include Aws::Structure
|
2220
2302
|
end
|
2221
2303
|
|
@@ -2234,6 +2316,7 @@ module Aws::Kafka
|
|
2234
2316
|
class UpdateMonitoringResponse < Struct.new(
|
2235
2317
|
:cluster_arn,
|
2236
2318
|
:cluster_operation_arn)
|
2319
|
+
SENSITIVE = []
|
2237
2320
|
include Aws::Structure
|
2238
2321
|
end
|
2239
2322
|
|
@@ -2267,6 +2350,7 @@ module Aws::Kafka
|
|
2267
2350
|
:endpoints,
|
2268
2351
|
:zookeeper_id,
|
2269
2352
|
:zookeeper_version)
|
2353
|
+
SENSITIVE = []
|
2270
2354
|
include Aws::Structure
|
2271
2355
|
end
|
2272
2356
|
|
@@ -2280,6 +2364,7 @@ module Aws::Kafka
|
|
2280
2364
|
#
|
2281
2365
|
class OpenMonitoring < Struct.new(
|
2282
2366
|
:prometheus)
|
2367
|
+
SENSITIVE = []
|
2283
2368
|
include Aws::Structure
|
2284
2369
|
end
|
2285
2370
|
|
@@ -2307,6 +2392,7 @@ module Aws::Kafka
|
|
2307
2392
|
#
|
2308
2393
|
class OpenMonitoringInfo < Struct.new(
|
2309
2394
|
:prometheus)
|
2395
|
+
SENSITIVE = []
|
2310
2396
|
include Aws::Structure
|
2311
2397
|
end
|
2312
2398
|
|
@@ -2325,6 +2411,7 @@ module Aws::Kafka
|
|
2325
2411
|
class Prometheus < Struct.new(
|
2326
2412
|
:jmx_exporter,
|
2327
2413
|
:node_exporter)
|
2414
|
+
SENSITIVE = []
|
2328
2415
|
include Aws::Structure
|
2329
2416
|
end
|
2330
2417
|
|
@@ -2355,6 +2442,7 @@ module Aws::Kafka
|
|
2355
2442
|
class PrometheusInfo < Struct.new(
|
2356
2443
|
:jmx_exporter,
|
2357
2444
|
:node_exporter)
|
2445
|
+
SENSITIVE = []
|
2358
2446
|
include Aws::Structure
|
2359
2447
|
end
|
2360
2448
|
|
@@ -2388,6 +2476,7 @@ module Aws::Kafka
|
|
2388
2476
|
:bucket,
|
2389
2477
|
:enabled,
|
2390
2478
|
:prefix)
|
2479
|
+
SENSITIVE = []
|
2391
2480
|
include Aws::Structure
|
2392
2481
|
end
|
2393
2482
|
|
@@ -2401,6 +2490,7 @@ module Aws::Kafka
|
|
2401
2490
|
#
|
2402
2491
|
class JmxExporter < Struct.new(
|
2403
2492
|
:enabled_in_broker)
|
2493
|
+
SENSITIVE = []
|
2404
2494
|
include Aws::Structure
|
2405
2495
|
end
|
2406
2496
|
|
@@ -2421,6 +2511,7 @@ module Aws::Kafka
|
|
2421
2511
|
#
|
2422
2512
|
class JmxExporterInfo < Struct.new(
|
2423
2513
|
:enabled_in_broker)
|
2514
|
+
SENSITIVE = []
|
2424
2515
|
include Aws::Structure
|
2425
2516
|
end
|
2426
2517
|
|
@@ -2434,6 +2525,7 @@ module Aws::Kafka
|
|
2434
2525
|
#
|
2435
2526
|
class NodeExporter < Struct.new(
|
2436
2527
|
:enabled_in_broker)
|
2528
|
+
SENSITIVE = []
|
2437
2529
|
include Aws::Structure
|
2438
2530
|
end
|
2439
2531
|
|
@@ -2454,6 +2546,7 @@ module Aws::Kafka
|
|
2454
2546
|
#
|
2455
2547
|
class NodeExporterInfo < Struct.new(
|
2456
2548
|
:enabled_in_broker)
|
2549
|
+
SENSITIVE = []
|
2457
2550
|
include Aws::Structure
|
2458
2551
|
end
|
2459
2552
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-kafka
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.23.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: 2020-06-
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|