aws-sdk-kafka 1.52.0 → 1.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-kafka/client.rb +1 -1
- data/lib/aws-sdk-kafka/endpoint_provider.rb +35 -95
- data/lib/aws-sdk-kafka/types.rb +0 -982
- data/lib/aws-sdk-kafka.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-kafka/types.rb
CHANGED
@@ -12,14 +12,6 @@ module Aws::Kafka
|
|
12
12
|
|
13
13
|
# Request body for BatchAssociateScramSecret.
|
14
14
|
#
|
15
|
-
# @note When making an API call, you may pass BatchAssociateScramSecretRequest
|
16
|
-
# data as a hash:
|
17
|
-
#
|
18
|
-
# {
|
19
|
-
# cluster_arn: "__string", # required
|
20
|
-
# secret_arn_list: ["__string"], # required
|
21
|
-
# }
|
22
|
-
#
|
23
15
|
# @!attribute [rw] cluster_arn
|
24
16
|
# @return [String]
|
25
17
|
#
|
@@ -76,18 +68,6 @@ module Aws::Kafka
|
|
76
68
|
# must be set to the keyword ALL. This means the changes apply to all
|
77
69
|
# the brokers in the cluster.
|
78
70
|
#
|
79
|
-
# @note When making an API call, you may pass BrokerEBSVolumeInfo
|
80
|
-
# data as a hash:
|
81
|
-
#
|
82
|
-
# {
|
83
|
-
# kafka_broker_node_id: "__string", # required
|
84
|
-
# provisioned_throughput: {
|
85
|
-
# enabled: false,
|
86
|
-
# volume_throughput: 1,
|
87
|
-
# },
|
88
|
-
# volume_size_gb: 1,
|
89
|
-
# }
|
90
|
-
#
|
91
71
|
# @!attribute [rw] kafka_broker_node_id
|
92
72
|
# The ID of the broker to update.
|
93
73
|
# @return [String]
|
@@ -112,25 +92,6 @@ module Aws::Kafka
|
|
112
92
|
|
113
93
|
# The broker logs configuration for this MSK cluster.
|
114
94
|
#
|
115
|
-
# @note When making an API call, you may pass BrokerLogs
|
116
|
-
# data as a hash:
|
117
|
-
#
|
118
|
-
# {
|
119
|
-
# cloud_watch_logs: {
|
120
|
-
# enabled: false, # required
|
121
|
-
# log_group: "__string",
|
122
|
-
# },
|
123
|
-
# firehose: {
|
124
|
-
# delivery_stream: "__string",
|
125
|
-
# enabled: false, # required
|
126
|
-
# },
|
127
|
-
# s3: {
|
128
|
-
# bucket: "__string",
|
129
|
-
# enabled: false, # required
|
130
|
-
# prefix: "__string",
|
131
|
-
# },
|
132
|
-
# }
|
133
|
-
#
|
134
95
|
# @!attribute [rw] cloud_watch_logs
|
135
96
|
# Details of the CloudWatch Logs destination for broker logs.
|
136
97
|
# @return [Types::CloudWatchLogs]
|
@@ -157,30 +118,6 @@ module Aws::Kafka
|
|
157
118
|
# Describes the setup to be used for Apache Kafka broker nodes in the
|
158
119
|
# cluster.
|
159
120
|
#
|
160
|
-
# @note When making an API call, you may pass BrokerNodeGroupInfo
|
161
|
-
# data as a hash:
|
162
|
-
#
|
163
|
-
# {
|
164
|
-
# broker_az_distribution: "DEFAULT", # accepts DEFAULT
|
165
|
-
# client_subnets: ["__string"], # required
|
166
|
-
# instance_type: "__stringMin5Max32", # required
|
167
|
-
# security_groups: ["__string"],
|
168
|
-
# storage_info: {
|
169
|
-
# ebs_storage_info: {
|
170
|
-
# provisioned_throughput: {
|
171
|
-
# enabled: false,
|
172
|
-
# volume_throughput: 1,
|
173
|
-
# },
|
174
|
-
# volume_size: 1,
|
175
|
-
# },
|
176
|
-
# },
|
177
|
-
# connectivity_info: {
|
178
|
-
# public_access: {
|
179
|
-
# type: "__string",
|
180
|
-
# },
|
181
|
-
# },
|
182
|
-
# }
|
183
|
-
#
|
184
121
|
# @!attribute [rw] broker_az_distribution
|
185
122
|
# The distribution of broker nodes across Availability Zones.
|
186
123
|
# @return [String]
|
@@ -297,27 +234,6 @@ module Aws::Kafka
|
|
297
234
|
|
298
235
|
# Includes all client authentication information.
|
299
236
|
#
|
300
|
-
# @note When making an API call, you may pass ClientAuthentication
|
301
|
-
# data as a hash:
|
302
|
-
#
|
303
|
-
# {
|
304
|
-
# sasl: {
|
305
|
-
# scram: {
|
306
|
-
# enabled: false,
|
307
|
-
# },
|
308
|
-
# iam: {
|
309
|
-
# enabled: false,
|
310
|
-
# },
|
311
|
-
# },
|
312
|
-
# tls: {
|
313
|
-
# certificate_authority_arn_list: ["__string"],
|
314
|
-
# enabled: false,
|
315
|
-
# },
|
316
|
-
# unauthenticated: {
|
317
|
-
# enabled: false,
|
318
|
-
# },
|
319
|
-
# }
|
320
|
-
#
|
321
237
|
# @!attribute [rw] sasl
|
322
238
|
# @return [Types::Sasl]
|
323
239
|
#
|
@@ -341,14 +257,6 @@ module Aws::Kafka
|
|
341
257
|
|
342
258
|
# Details of the CloudWatch Logs destination for broker logs.
|
343
259
|
#
|
344
|
-
# @note When making an API call, you may pass CloudWatchLogs
|
345
|
-
# data as a hash:
|
346
|
-
#
|
347
|
-
# {
|
348
|
-
# enabled: false, # required
|
349
|
-
# log_group: "__string",
|
350
|
-
# }
|
351
|
-
#
|
352
260
|
# @!attribute [rw] enabled
|
353
261
|
# Specifies whether broker logs get sent to the specified CloudWatch
|
354
262
|
# Logs destination.
|
@@ -652,14 +560,6 @@ module Aws::Kafka
|
|
652
560
|
|
653
561
|
# Specifies the configuration to use for the brokers.
|
654
562
|
#
|
655
|
-
# @note When making an API call, you may pass ConfigurationInfo
|
656
|
-
# data as a hash:
|
657
|
-
#
|
658
|
-
# {
|
659
|
-
# arn: "__string", # required
|
660
|
-
# revision: 1, # required
|
661
|
-
# }
|
662
|
-
#
|
663
563
|
# @!attribute [rw] arn
|
664
564
|
# ARN of the configuration to use.
|
665
565
|
# @return [String]
|
@@ -720,15 +620,6 @@ module Aws::Kafka
|
|
720
620
|
|
721
621
|
# Information about the broker access configuration.
|
722
622
|
#
|
723
|
-
# @note When making an API call, you may pass ConnectivityInfo
|
724
|
-
# data as a hash:
|
725
|
-
#
|
726
|
-
# {
|
727
|
-
# public_access: {
|
728
|
-
# type: "__string",
|
729
|
-
# },
|
730
|
-
# }
|
731
|
-
#
|
732
623
|
# @!attribute [rw] public_access
|
733
624
|
# Public access control for brokers.
|
734
625
|
# @return [Types::PublicAccess]
|
@@ -743,97 +634,6 @@ module Aws::Kafka
|
|
743
634
|
|
744
635
|
# Creates a cluster.
|
745
636
|
#
|
746
|
-
# @note When making an API call, you may pass CreateClusterRequest
|
747
|
-
# data as a hash:
|
748
|
-
#
|
749
|
-
# {
|
750
|
-
# broker_node_group_info: { # required
|
751
|
-
# broker_az_distribution: "DEFAULT", # accepts DEFAULT
|
752
|
-
# client_subnets: ["__string"], # required
|
753
|
-
# instance_type: "__stringMin5Max32", # required
|
754
|
-
# security_groups: ["__string"],
|
755
|
-
# storage_info: {
|
756
|
-
# ebs_storage_info: {
|
757
|
-
# provisioned_throughput: {
|
758
|
-
# enabled: false,
|
759
|
-
# volume_throughput: 1,
|
760
|
-
# },
|
761
|
-
# volume_size: 1,
|
762
|
-
# },
|
763
|
-
# },
|
764
|
-
# connectivity_info: {
|
765
|
-
# public_access: {
|
766
|
-
# type: "__string",
|
767
|
-
# },
|
768
|
-
# },
|
769
|
-
# },
|
770
|
-
# client_authentication: {
|
771
|
-
# sasl: {
|
772
|
-
# scram: {
|
773
|
-
# enabled: false,
|
774
|
-
# },
|
775
|
-
# iam: {
|
776
|
-
# enabled: false,
|
777
|
-
# },
|
778
|
-
# },
|
779
|
-
# tls: {
|
780
|
-
# certificate_authority_arn_list: ["__string"],
|
781
|
-
# enabled: false,
|
782
|
-
# },
|
783
|
-
# unauthenticated: {
|
784
|
-
# enabled: false,
|
785
|
-
# },
|
786
|
-
# },
|
787
|
-
# cluster_name: "__stringMin1Max64", # required
|
788
|
-
# configuration_info: {
|
789
|
-
# arn: "__string", # required
|
790
|
-
# revision: 1, # required
|
791
|
-
# },
|
792
|
-
# encryption_info: {
|
793
|
-
# encryption_at_rest: {
|
794
|
-
# data_volume_kms_key_id: "__string", # required
|
795
|
-
# },
|
796
|
-
# encryption_in_transit: {
|
797
|
-
# client_broker: "TLS", # accepts TLS, TLS_PLAINTEXT, PLAINTEXT
|
798
|
-
# in_cluster: false,
|
799
|
-
# },
|
800
|
-
# },
|
801
|
-
# enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION
|
802
|
-
# kafka_version: "__stringMin1Max128", # required
|
803
|
-
# logging_info: {
|
804
|
-
# broker_logs: { # required
|
805
|
-
# cloud_watch_logs: {
|
806
|
-
# enabled: false, # required
|
807
|
-
# log_group: "__string",
|
808
|
-
# },
|
809
|
-
# firehose: {
|
810
|
-
# delivery_stream: "__string",
|
811
|
-
# enabled: false, # required
|
812
|
-
# },
|
813
|
-
# s3: {
|
814
|
-
# bucket: "__string",
|
815
|
-
# enabled: false, # required
|
816
|
-
# prefix: "__string",
|
817
|
-
# },
|
818
|
-
# },
|
819
|
-
# },
|
820
|
-
# number_of_broker_nodes: 1, # required
|
821
|
-
# open_monitoring: {
|
822
|
-
# prometheus: { # required
|
823
|
-
# jmx_exporter: {
|
824
|
-
# enabled_in_broker: false, # required
|
825
|
-
# },
|
826
|
-
# node_exporter: {
|
827
|
-
# enabled_in_broker: false, # required
|
828
|
-
# },
|
829
|
-
# },
|
830
|
-
# },
|
831
|
-
# tags: {
|
832
|
-
# "__string" => "__string",
|
833
|
-
# },
|
834
|
-
# storage_mode: "LOCAL", # accepts LOCAL, TIERED
|
835
|
-
# }
|
836
|
-
#
|
837
637
|
# @!attribute [rw] broker_node_group_info
|
838
638
|
# Information about the brokers.
|
839
639
|
# @return [Types::BrokerNodeGroupInfo]
|
@@ -932,16 +732,6 @@ module Aws::Kafka
|
|
932
732
|
|
933
733
|
# Request body for CreateConfiguration.
|
934
734
|
#
|
935
|
-
# @note When making an API call, you may pass CreateConfigurationRequest
|
936
|
-
# data as a hash:
|
937
|
-
#
|
938
|
-
# {
|
939
|
-
# description: "__string",
|
940
|
-
# kafka_versions: ["__string"],
|
941
|
-
# name: "__string", # required
|
942
|
-
# server_properties: "data", # required
|
943
|
-
# }
|
944
|
-
#
|
945
735
|
# @!attribute [rw] description
|
946
736
|
# The description of the configuration.
|
947
737
|
# @return [String]
|
@@ -1006,14 +796,6 @@ module Aws::Kafka
|
|
1006
796
|
include Aws::Structure
|
1007
797
|
end
|
1008
798
|
|
1009
|
-
# @note When making an API call, you may pass DeleteClusterRequest
|
1010
|
-
# data as a hash:
|
1011
|
-
#
|
1012
|
-
# {
|
1013
|
-
# cluster_arn: "__string", # required
|
1014
|
-
# current_version: "__string",
|
1015
|
-
# }
|
1016
|
-
#
|
1017
799
|
# @!attribute [rw] cluster_arn
|
1018
800
|
# @return [String]
|
1019
801
|
#
|
@@ -1052,13 +834,6 @@ module Aws::Kafka
|
|
1052
834
|
|
1053
835
|
# Request body for DeleteConfiguration.
|
1054
836
|
#
|
1055
|
-
# @note When making an API call, you may pass DeleteConfigurationRequest
|
1056
|
-
# data as a hash:
|
1057
|
-
#
|
1058
|
-
# {
|
1059
|
-
# arn: "__string", # required
|
1060
|
-
# }
|
1061
|
-
#
|
1062
837
|
# @!attribute [rw] arn
|
1063
838
|
# The Amazon Resource Name (ARN) of the configuration.
|
1064
839
|
# @return [String]
|
@@ -1091,13 +866,6 @@ module Aws::Kafka
|
|
1091
866
|
include Aws::Structure
|
1092
867
|
end
|
1093
868
|
|
1094
|
-
# @note When making an API call, you may pass DescribeClusterOperationRequest
|
1095
|
-
# data as a hash:
|
1096
|
-
#
|
1097
|
-
# {
|
1098
|
-
# cluster_operation_arn: "__string", # required
|
1099
|
-
# }
|
1100
|
-
#
|
1101
869
|
# @!attribute [rw] cluster_operation_arn
|
1102
870
|
# @return [String]
|
1103
871
|
#
|
@@ -1123,13 +891,6 @@ module Aws::Kafka
|
|
1123
891
|
include Aws::Structure
|
1124
892
|
end
|
1125
893
|
|
1126
|
-
# @note When making an API call, you may pass DescribeClusterRequest
|
1127
|
-
# data as a hash:
|
1128
|
-
#
|
1129
|
-
# {
|
1130
|
-
# cluster_arn: "__string", # required
|
1131
|
-
# }
|
1132
|
-
#
|
1133
894
|
# @!attribute [rw] cluster_arn
|
1134
895
|
# @return [String]
|
1135
896
|
#
|
@@ -1155,13 +916,6 @@ module Aws::Kafka
|
|
1155
916
|
include Aws::Structure
|
1156
917
|
end
|
1157
918
|
|
1158
|
-
# @note When making an API call, you may pass DescribeConfigurationRequest
|
1159
|
-
# data as a hash:
|
1160
|
-
#
|
1161
|
-
# {
|
1162
|
-
# arn: "__string", # required
|
1163
|
-
# }
|
1164
|
-
#
|
1165
919
|
# @!attribute [rw] arn
|
1166
920
|
# @return [String]
|
1167
921
|
#
|
@@ -1220,14 +974,6 @@ module Aws::Kafka
|
|
1220
974
|
include Aws::Structure
|
1221
975
|
end
|
1222
976
|
|
1223
|
-
# @note When making an API call, you may pass DescribeConfigurationRevisionRequest
|
1224
|
-
# data as a hash:
|
1225
|
-
#
|
1226
|
-
# {
|
1227
|
-
# arn: "__string", # required
|
1228
|
-
# revision: 1, # required
|
1229
|
-
# }
|
1230
|
-
#
|
1231
977
|
# @!attribute [rw] arn
|
1232
978
|
# @return [String]
|
1233
979
|
#
|
@@ -1278,14 +1024,6 @@ module Aws::Kafka
|
|
1278
1024
|
|
1279
1025
|
# Request body for BatchDisassociateScramSecret.
|
1280
1026
|
#
|
1281
|
-
# @note When making an API call, you may pass BatchDisassociateScramSecretRequest
|
1282
|
-
# data as a hash:
|
1283
|
-
#
|
1284
|
-
# {
|
1285
|
-
# cluster_arn: "__string", # required
|
1286
|
-
# secret_arn_list: ["__string"], # required
|
1287
|
-
# }
|
1288
|
-
#
|
1289
1027
|
# @!attribute [rw] cluster_arn
|
1290
1028
|
# @return [String]
|
1291
1029
|
#
|
@@ -1324,17 +1062,6 @@ module Aws::Kafka
|
|
1324
1062
|
# Contains information about the EBS storage volumes attached to Apache
|
1325
1063
|
# Kafka broker nodes.
|
1326
1064
|
#
|
1327
|
-
# @note When making an API call, you may pass EBSStorageInfo
|
1328
|
-
# data as a hash:
|
1329
|
-
#
|
1330
|
-
# {
|
1331
|
-
# provisioned_throughput: {
|
1332
|
-
# enabled: false,
|
1333
|
-
# volume_throughput: 1,
|
1334
|
-
# },
|
1335
|
-
# volume_size: 1,
|
1336
|
-
# }
|
1337
|
-
#
|
1338
1065
|
# @!attribute [rw] provisioned_throughput
|
1339
1066
|
# EBS volume provisioned throughput information.
|
1340
1067
|
# @return [Types::ProvisionedThroughput]
|
@@ -1355,13 +1082,6 @@ module Aws::Kafka
|
|
1355
1082
|
|
1356
1083
|
# The data-volume encryption details.
|
1357
1084
|
#
|
1358
|
-
# @note When making an API call, you may pass EncryptionAtRest
|
1359
|
-
# data as a hash:
|
1360
|
-
#
|
1361
|
-
# {
|
1362
|
-
# data_volume_kms_key_id: "__string", # required
|
1363
|
-
# }
|
1364
|
-
#
|
1365
1085
|
# @!attribute [rw] data_volume_kms_key_id
|
1366
1086
|
# The ARN of the AWS KMS key for encrypting data at rest. If you
|
1367
1087
|
# don't specify a KMS key, MSK creates one for you and uses it.
|
@@ -1377,14 +1097,6 @@ module Aws::Kafka
|
|
1377
1097
|
|
1378
1098
|
# The settings for encrypting data in transit.
|
1379
1099
|
#
|
1380
|
-
# @note When making an API call, you may pass EncryptionInTransit
|
1381
|
-
# data as a hash:
|
1382
|
-
#
|
1383
|
-
# {
|
1384
|
-
# client_broker: "TLS", # accepts TLS, TLS_PLAINTEXT, PLAINTEXT
|
1385
|
-
# in_cluster: false,
|
1386
|
-
# }
|
1387
|
-
#
|
1388
1100
|
# @!attribute [rw] client_broker
|
1389
1101
|
# Indicates the encryption setting for data in transit between clients
|
1390
1102
|
# and brokers. You must set it to one of the following values.
|
@@ -1421,19 +1133,6 @@ module Aws::Kafka
|
|
1421
1133
|
# for encrypting data at rest and whether you want MSK to encrypt your
|
1422
1134
|
# data in transit.
|
1423
1135
|
#
|
1424
|
-
# @note When making an API call, you may pass EncryptionInfo
|
1425
|
-
# data as a hash:
|
1426
|
-
#
|
1427
|
-
# {
|
1428
|
-
# encryption_at_rest: {
|
1429
|
-
# data_volume_kms_key_id: "__string", # required
|
1430
|
-
# },
|
1431
|
-
# encryption_in_transit: {
|
1432
|
-
# client_broker: "TLS", # accepts TLS, TLS_PLAINTEXT, PLAINTEXT
|
1433
|
-
# in_cluster: false,
|
1434
|
-
# },
|
1435
|
-
# }
|
1436
|
-
#
|
1437
1136
|
# @!attribute [rw] encryption_at_rest
|
1438
1137
|
# The data-volume encryption details.
|
1439
1138
|
# @return [Types::EncryptionAtRest]
|
@@ -1472,14 +1171,6 @@ module Aws::Kafka
|
|
1472
1171
|
|
1473
1172
|
# Firehose details for BrokerLogs.
|
1474
1173
|
#
|
1475
|
-
# @note When making an API call, you may pass Firehose
|
1476
|
-
# data as a hash:
|
1477
|
-
#
|
1478
|
-
# {
|
1479
|
-
# delivery_stream: "__string",
|
1480
|
-
# enabled: false, # required
|
1481
|
-
# }
|
1482
|
-
#
|
1483
1174
|
# @!attribute [rw] delivery_stream
|
1484
1175
|
# The Kinesis Data Firehose delivery stream that is the destination
|
1485
1176
|
# for broker logs.
|
@@ -1535,13 +1226,6 @@ module Aws::Kafka
|
|
1535
1226
|
include Aws::Structure
|
1536
1227
|
end
|
1537
1228
|
|
1538
|
-
# @note When making an API call, you may pass GetBootstrapBrokersRequest
|
1539
|
-
# data as a hash:
|
1540
|
-
#
|
1541
|
-
# {
|
1542
|
-
# cluster_arn: "__string", # required
|
1543
|
-
# }
|
1544
|
-
#
|
1545
1229
|
# @!attribute [rw] cluster_arn
|
1546
1230
|
# @return [String]
|
1547
1231
|
#
|
@@ -1615,13 +1299,6 @@ module Aws::Kafka
|
|
1615
1299
|
include Aws::Structure
|
1616
1300
|
end
|
1617
1301
|
|
1618
|
-
# @note When making an API call, you may pass GetCompatibleKafkaVersionsRequest
|
1619
|
-
# data as a hash:
|
1620
|
-
#
|
1621
|
-
# {
|
1622
|
-
# cluster_arn: "__string",
|
1623
|
-
# }
|
1624
|
-
#
|
1625
1302
|
# @!attribute [rw] cluster_arn
|
1626
1303
|
# @return [String]
|
1627
1304
|
#
|
@@ -1683,15 +1360,6 @@ module Aws::Kafka
|
|
1683
1360
|
include Aws::Structure
|
1684
1361
|
end
|
1685
1362
|
|
1686
|
-
# @note When making an API call, you may pass ListClusterOperationsRequest
|
1687
|
-
# data as a hash:
|
1688
|
-
#
|
1689
|
-
# {
|
1690
|
-
# cluster_arn: "__string", # required
|
1691
|
-
# max_results: 1,
|
1692
|
-
# next_token: "__string",
|
1693
|
-
# }
|
1694
|
-
#
|
1695
1363
|
# @!attribute [rw] cluster_arn
|
1696
1364
|
# @return [String]
|
1697
1365
|
#
|
@@ -1733,16 +1401,6 @@ module Aws::Kafka
|
|
1733
1401
|
include Aws::Structure
|
1734
1402
|
end
|
1735
1403
|
|
1736
|
-
# @note When making an API call, you may pass ListClustersV2Request
|
1737
|
-
# data as a hash:
|
1738
|
-
#
|
1739
|
-
# {
|
1740
|
-
# cluster_name_filter: "__string",
|
1741
|
-
# cluster_type_filter: "__string",
|
1742
|
-
# max_results: 1,
|
1743
|
-
# next_token: "__string",
|
1744
|
-
# }
|
1745
|
-
#
|
1746
1404
|
# @!attribute [rw] cluster_name_filter
|
1747
1405
|
# Specify a prefix of the names of the clusters that you want to list.
|
1748
1406
|
# The service lists all the clusters whose names start with this
|
@@ -1801,114 +1459,6 @@ module Aws::Kafka
|
|
1801
1459
|
# Creates a new Amazon MSK cluster of either the provisioned or the
|
1802
1460
|
# serverless type.
|
1803
1461
|
#
|
1804
|
-
# @note When making an API call, you may pass CreateClusterV2Request
|
1805
|
-
# data as a hash:
|
1806
|
-
#
|
1807
|
-
# {
|
1808
|
-
# cluster_name: "__stringMin1Max64", # required
|
1809
|
-
# tags: {
|
1810
|
-
# "__string" => "__string",
|
1811
|
-
# },
|
1812
|
-
# provisioned: {
|
1813
|
-
# broker_node_group_info: { # required
|
1814
|
-
# broker_az_distribution: "DEFAULT", # accepts DEFAULT
|
1815
|
-
# client_subnets: ["__string"], # required
|
1816
|
-
# instance_type: "__stringMin5Max32", # required
|
1817
|
-
# security_groups: ["__string"],
|
1818
|
-
# storage_info: {
|
1819
|
-
# ebs_storage_info: {
|
1820
|
-
# provisioned_throughput: {
|
1821
|
-
# enabled: false,
|
1822
|
-
# volume_throughput: 1,
|
1823
|
-
# },
|
1824
|
-
# volume_size: 1,
|
1825
|
-
# },
|
1826
|
-
# },
|
1827
|
-
# connectivity_info: {
|
1828
|
-
# public_access: {
|
1829
|
-
# type: "__string",
|
1830
|
-
# },
|
1831
|
-
# },
|
1832
|
-
# },
|
1833
|
-
# client_authentication: {
|
1834
|
-
# sasl: {
|
1835
|
-
# scram: {
|
1836
|
-
# enabled: false,
|
1837
|
-
# },
|
1838
|
-
# iam: {
|
1839
|
-
# enabled: false,
|
1840
|
-
# },
|
1841
|
-
# },
|
1842
|
-
# tls: {
|
1843
|
-
# certificate_authority_arn_list: ["__string"],
|
1844
|
-
# enabled: false,
|
1845
|
-
# },
|
1846
|
-
# unauthenticated: {
|
1847
|
-
# enabled: false,
|
1848
|
-
# },
|
1849
|
-
# },
|
1850
|
-
# configuration_info: {
|
1851
|
-
# arn: "__string", # required
|
1852
|
-
# revision: 1, # required
|
1853
|
-
# },
|
1854
|
-
# encryption_info: {
|
1855
|
-
# encryption_at_rest: {
|
1856
|
-
# data_volume_kms_key_id: "__string", # required
|
1857
|
-
# },
|
1858
|
-
# encryption_in_transit: {
|
1859
|
-
# client_broker: "TLS", # accepts TLS, TLS_PLAINTEXT, PLAINTEXT
|
1860
|
-
# in_cluster: false,
|
1861
|
-
# },
|
1862
|
-
# },
|
1863
|
-
# enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION
|
1864
|
-
# open_monitoring: {
|
1865
|
-
# prometheus: { # required
|
1866
|
-
# jmx_exporter: {
|
1867
|
-
# enabled_in_broker: false, # required
|
1868
|
-
# },
|
1869
|
-
# node_exporter: {
|
1870
|
-
# enabled_in_broker: false, # required
|
1871
|
-
# },
|
1872
|
-
# },
|
1873
|
-
# },
|
1874
|
-
# kafka_version: "__stringMin1Max128", # required
|
1875
|
-
# logging_info: {
|
1876
|
-
# broker_logs: { # required
|
1877
|
-
# cloud_watch_logs: {
|
1878
|
-
# enabled: false, # required
|
1879
|
-
# log_group: "__string",
|
1880
|
-
# },
|
1881
|
-
# firehose: {
|
1882
|
-
# delivery_stream: "__string",
|
1883
|
-
# enabled: false, # required
|
1884
|
-
# },
|
1885
|
-
# s3: {
|
1886
|
-
# bucket: "__string",
|
1887
|
-
# enabled: false, # required
|
1888
|
-
# prefix: "__string",
|
1889
|
-
# },
|
1890
|
-
# },
|
1891
|
-
# },
|
1892
|
-
# number_of_broker_nodes: 1, # required
|
1893
|
-
# storage_mode: "LOCAL", # accepts LOCAL, TIERED
|
1894
|
-
# },
|
1895
|
-
# serverless: {
|
1896
|
-
# vpc_configs: [ # required
|
1897
|
-
# {
|
1898
|
-
# subnet_ids: ["__string"], # required
|
1899
|
-
# security_group_ids: ["__string"],
|
1900
|
-
# },
|
1901
|
-
# ],
|
1902
|
-
# client_authentication: {
|
1903
|
-
# sasl: {
|
1904
|
-
# iam: {
|
1905
|
-
# enabled: false,
|
1906
|
-
# },
|
1907
|
-
# },
|
1908
|
-
# },
|
1909
|
-
# },
|
1910
|
-
# }
|
1911
|
-
#
|
1912
1462
|
# @!attribute [rw] cluster_name
|
1913
1463
|
# The name of the cluster.
|
1914
1464
|
# @return [String]
|
@@ -1969,13 +1519,6 @@ module Aws::Kafka
|
|
1969
1519
|
include Aws::Structure
|
1970
1520
|
end
|
1971
1521
|
|
1972
|
-
# @note When making an API call, you may pass DescribeClusterV2Request
|
1973
|
-
# data as a hash:
|
1974
|
-
#
|
1975
|
-
# {
|
1976
|
-
# cluster_arn: "__string", # required
|
1977
|
-
# }
|
1978
|
-
#
|
1979
1522
|
# @!attribute [rw] cluster_arn
|
1980
1523
|
# The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
1981
1524
|
# @return [String]
|
@@ -2073,93 +1616,6 @@ module Aws::Kafka
|
|
2073
1616
|
|
2074
1617
|
# Creates a provisioned cluster.
|
2075
1618
|
#
|
2076
|
-
# @note When making an API call, you may pass ProvisionedRequest
|
2077
|
-
# data as a hash:
|
2078
|
-
#
|
2079
|
-
# {
|
2080
|
-
# broker_node_group_info: { # required
|
2081
|
-
# broker_az_distribution: "DEFAULT", # accepts DEFAULT
|
2082
|
-
# client_subnets: ["__string"], # required
|
2083
|
-
# instance_type: "__stringMin5Max32", # required
|
2084
|
-
# security_groups: ["__string"],
|
2085
|
-
# storage_info: {
|
2086
|
-
# ebs_storage_info: {
|
2087
|
-
# provisioned_throughput: {
|
2088
|
-
# enabled: false,
|
2089
|
-
# volume_throughput: 1,
|
2090
|
-
# },
|
2091
|
-
# volume_size: 1,
|
2092
|
-
# },
|
2093
|
-
# },
|
2094
|
-
# connectivity_info: {
|
2095
|
-
# public_access: {
|
2096
|
-
# type: "__string",
|
2097
|
-
# },
|
2098
|
-
# },
|
2099
|
-
# },
|
2100
|
-
# client_authentication: {
|
2101
|
-
# sasl: {
|
2102
|
-
# scram: {
|
2103
|
-
# enabled: false,
|
2104
|
-
# },
|
2105
|
-
# iam: {
|
2106
|
-
# enabled: false,
|
2107
|
-
# },
|
2108
|
-
# },
|
2109
|
-
# tls: {
|
2110
|
-
# certificate_authority_arn_list: ["__string"],
|
2111
|
-
# enabled: false,
|
2112
|
-
# },
|
2113
|
-
# unauthenticated: {
|
2114
|
-
# enabled: false,
|
2115
|
-
# },
|
2116
|
-
# },
|
2117
|
-
# configuration_info: {
|
2118
|
-
# arn: "__string", # required
|
2119
|
-
# revision: 1, # required
|
2120
|
-
# },
|
2121
|
-
# encryption_info: {
|
2122
|
-
# encryption_at_rest: {
|
2123
|
-
# data_volume_kms_key_id: "__string", # required
|
2124
|
-
# },
|
2125
|
-
# encryption_in_transit: {
|
2126
|
-
# client_broker: "TLS", # accepts TLS, TLS_PLAINTEXT, PLAINTEXT
|
2127
|
-
# in_cluster: false,
|
2128
|
-
# },
|
2129
|
-
# },
|
2130
|
-
# enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION
|
2131
|
-
# open_monitoring: {
|
2132
|
-
# prometheus: { # required
|
2133
|
-
# jmx_exporter: {
|
2134
|
-
# enabled_in_broker: false, # required
|
2135
|
-
# },
|
2136
|
-
# node_exporter: {
|
2137
|
-
# enabled_in_broker: false, # required
|
2138
|
-
# },
|
2139
|
-
# },
|
2140
|
-
# },
|
2141
|
-
# kafka_version: "__stringMin1Max128", # required
|
2142
|
-
# logging_info: {
|
2143
|
-
# broker_logs: { # required
|
2144
|
-
# cloud_watch_logs: {
|
2145
|
-
# enabled: false, # required
|
2146
|
-
# log_group: "__string",
|
2147
|
-
# },
|
2148
|
-
# firehose: {
|
2149
|
-
# delivery_stream: "__string",
|
2150
|
-
# enabled: false, # required
|
2151
|
-
# },
|
2152
|
-
# s3: {
|
2153
|
-
# bucket: "__string",
|
2154
|
-
# enabled: false, # required
|
2155
|
-
# prefix: "__string",
|
2156
|
-
# },
|
2157
|
-
# },
|
2158
|
-
# },
|
2159
|
-
# number_of_broker_nodes: 1, # required
|
2160
|
-
# storage_mode: "LOCAL", # accepts LOCAL, TIERED
|
2161
|
-
# }
|
2162
|
-
#
|
2163
1619
|
# @!attribute [rw] broker_node_group_info
|
2164
1620
|
# Information about the brokers.
|
2165
1621
|
# @return [Types::BrokerNodeGroupInfo]
|
@@ -2299,14 +1755,6 @@ module Aws::Kafka
|
|
2299
1755
|
|
2300
1756
|
# The configuration of the Amazon VPCs for the cluster.
|
2301
1757
|
#
|
2302
|
-
# @note When making an API call, you may pass VpcConfig
|
2303
|
-
# data as a hash:
|
2304
|
-
#
|
2305
|
-
# {
|
2306
|
-
# subnet_ids: ["__string"], # required
|
2307
|
-
# security_group_ids: ["__string"],
|
2308
|
-
# }
|
2309
|
-
#
|
2310
1758
|
# @!attribute [rw] subnet_ids
|
2311
1759
|
# The IDs of the subnets associated with the cluster.
|
2312
1760
|
# @return [Array<String>]
|
@@ -2326,25 +1774,6 @@ module Aws::Kafka
|
|
2326
1774
|
|
2327
1775
|
# Creates serverless cluster.
|
2328
1776
|
#
|
2329
|
-
# @note When making an API call, you may pass ServerlessRequest
|
2330
|
-
# data as a hash:
|
2331
|
-
#
|
2332
|
-
# {
|
2333
|
-
# vpc_configs: [ # required
|
2334
|
-
# {
|
2335
|
-
# subnet_ids: ["__string"], # required
|
2336
|
-
# security_group_ids: ["__string"],
|
2337
|
-
# },
|
2338
|
-
# ],
|
2339
|
-
# client_authentication: {
|
2340
|
-
# sasl: {
|
2341
|
-
# iam: {
|
2342
|
-
# enabled: false,
|
2343
|
-
# },
|
2344
|
-
# },
|
2345
|
-
# },
|
2346
|
-
# }
|
2347
|
-
#
|
2348
1777
|
# @!attribute [rw] vpc_configs
|
2349
1778
|
# Information on vpc config for the serverless cluster.
|
2350
1779
|
# @return [Array<Types::VpcConfig>]
|
@@ -2364,17 +1793,6 @@ module Aws::Kafka
|
|
2364
1793
|
|
2365
1794
|
# Describes the serverless cluster client authentication.
|
2366
1795
|
#
|
2367
|
-
# @note When making an API call, you may pass ServerlessClientAuthentication
|
2368
|
-
# data as a hash:
|
2369
|
-
#
|
2370
|
-
# {
|
2371
|
-
# sasl: {
|
2372
|
-
# iam: {
|
2373
|
-
# enabled: false,
|
2374
|
-
# },
|
2375
|
-
# },
|
2376
|
-
# }
|
2377
|
-
#
|
2378
1796
|
# @!attribute [rw] sasl
|
2379
1797
|
# Serverless cluster SASL information.
|
2380
1798
|
# @return [Types::ServerlessSasl]
|
@@ -2389,15 +1807,6 @@ module Aws::Kafka
|
|
2389
1807
|
|
2390
1808
|
# Describes the serverless cluster SASL information.
|
2391
1809
|
#
|
2392
|
-
# @note When making an API call, you may pass ServerlessSasl
|
2393
|
-
# data as a hash:
|
2394
|
-
#
|
2395
|
-
# {
|
2396
|
-
# iam: {
|
2397
|
-
# enabled: false,
|
2398
|
-
# },
|
2399
|
-
# }
|
2400
|
-
#
|
2401
1810
|
# @!attribute [rw] iam
|
2402
1811
|
# Indicates whether IAM access control is enabled.
|
2403
1812
|
# @return [Types::Iam]
|
@@ -2429,15 +1838,6 @@ module Aws::Kafka
|
|
2429
1838
|
include Aws::Structure
|
2430
1839
|
end
|
2431
1840
|
|
2432
|
-
# @note When making an API call, you may pass ListClustersRequest
|
2433
|
-
# data as a hash:
|
2434
|
-
#
|
2435
|
-
# {
|
2436
|
-
# cluster_name_filter: "__string",
|
2437
|
-
# max_results: 1,
|
2438
|
-
# next_token: "__string",
|
2439
|
-
# }
|
2440
|
-
#
|
2441
1841
|
# @!attribute [rw] cluster_name_filter
|
2442
1842
|
# @return [String]
|
2443
1843
|
#
|
@@ -2480,15 +1880,6 @@ module Aws::Kafka
|
|
2480
1880
|
include Aws::Structure
|
2481
1881
|
end
|
2482
1882
|
|
2483
|
-
# @note When making an API call, you may pass ListConfigurationRevisionsRequest
|
2484
|
-
# data as a hash:
|
2485
|
-
#
|
2486
|
-
# {
|
2487
|
-
# arn: "__string", # required
|
2488
|
-
# max_results: 1,
|
2489
|
-
# next_token: "__string",
|
2490
|
-
# }
|
2491
|
-
#
|
2492
1883
|
# @!attribute [rw] arn
|
2493
1884
|
# @return [String]
|
2494
1885
|
#
|
@@ -2527,14 +1918,6 @@ module Aws::Kafka
|
|
2527
1918
|
include Aws::Structure
|
2528
1919
|
end
|
2529
1920
|
|
2530
|
-
# @note When making an API call, you may pass ListConfigurationsRequest
|
2531
|
-
# data as a hash:
|
2532
|
-
#
|
2533
|
-
# {
|
2534
|
-
# max_results: 1,
|
2535
|
-
# next_token: "__string",
|
2536
|
-
# }
|
2537
|
-
#
|
2538
1921
|
# @!attribute [rw] max_results
|
2539
1922
|
# @return [Integer]
|
2540
1923
|
#
|
@@ -2573,14 +1956,6 @@ module Aws::Kafka
|
|
2573
1956
|
include Aws::Structure
|
2574
1957
|
end
|
2575
1958
|
|
2576
|
-
# @note When making an API call, you may pass ListKafkaVersionsRequest
|
2577
|
-
# data as a hash:
|
2578
|
-
#
|
2579
|
-
# {
|
2580
|
-
# max_results: 1,
|
2581
|
-
# next_token: "__string",
|
2582
|
-
# }
|
2583
|
-
#
|
2584
1959
|
# @!attribute [rw] max_results
|
2585
1960
|
# @return [Integer]
|
2586
1961
|
#
|
@@ -2615,15 +1990,6 @@ module Aws::Kafka
|
|
2615
1990
|
include Aws::Structure
|
2616
1991
|
end
|
2617
1992
|
|
2618
|
-
# @note When making an API call, you may pass ListNodesRequest
|
2619
|
-
# data as a hash:
|
2620
|
-
#
|
2621
|
-
# {
|
2622
|
-
# cluster_arn: "__string", # required
|
2623
|
-
# max_results: 1,
|
2624
|
-
# next_token: "__string",
|
2625
|
-
# }
|
2626
|
-
#
|
2627
1993
|
# @!attribute [rw] cluster_arn
|
2628
1994
|
# @return [String]
|
2629
1995
|
#
|
@@ -2665,15 +2031,6 @@ module Aws::Kafka
|
|
2665
2031
|
include Aws::Structure
|
2666
2032
|
end
|
2667
2033
|
|
2668
|
-
# @note When making an API call, you may pass ListScramSecretsRequest
|
2669
|
-
# data as a hash:
|
2670
|
-
#
|
2671
|
-
# {
|
2672
|
-
# cluster_arn: "__string", # required
|
2673
|
-
# max_results: 1,
|
2674
|
-
# next_token: "__string",
|
2675
|
-
# }
|
2676
|
-
#
|
2677
2034
|
# @!attribute [rw] cluster_arn
|
2678
2035
|
# @return [String]
|
2679
2036
|
#
|
@@ -2712,13 +2069,6 @@ module Aws::Kafka
|
|
2712
2069
|
include Aws::Structure
|
2713
2070
|
end
|
2714
2071
|
|
2715
|
-
# @note When making an API call, you may pass ListTagsForResourceRequest
|
2716
|
-
# data as a hash:
|
2717
|
-
#
|
2718
|
-
# {
|
2719
|
-
# resource_arn: "__string", # required
|
2720
|
-
# }
|
2721
|
-
#
|
2722
2072
|
# @!attribute [rw] resource_arn
|
2723
2073
|
# @return [String]
|
2724
2074
|
#
|
@@ -2748,27 +2098,6 @@ module Aws::Kafka
|
|
2748
2098
|
# destination types. This is a container for the configuration details
|
2749
2099
|
# related to broker logs.
|
2750
2100
|
#
|
2751
|
-
# @note When making an API call, you may pass LoggingInfo
|
2752
|
-
# data as a hash:
|
2753
|
-
#
|
2754
|
-
# {
|
2755
|
-
# broker_logs: { # required
|
2756
|
-
# cloud_watch_logs: {
|
2757
|
-
# enabled: false, # required
|
2758
|
-
# log_group: "__string",
|
2759
|
-
# },
|
2760
|
-
# firehose: {
|
2761
|
-
# delivery_stream: "__string",
|
2762
|
-
# enabled: false, # required
|
2763
|
-
# },
|
2764
|
-
# s3: {
|
2765
|
-
# bucket: "__string",
|
2766
|
-
# enabled: false, # required
|
2767
|
-
# prefix: "__string",
|
2768
|
-
# },
|
2769
|
-
# },
|
2770
|
-
# }
|
2771
|
-
#
|
2772
2101
|
# @!attribute [rw] broker_logs
|
2773
2102
|
# You can configure your MSK cluster to send broker logs to different
|
2774
2103
|
# destination types. This configuration specifies the details of these
|
@@ -2911,18 +2240,6 @@ module Aws::Kafka
|
|
2911
2240
|
include Aws::Structure
|
2912
2241
|
end
|
2913
2242
|
|
2914
|
-
# @note When making an API call, you may pass Sasl
|
2915
|
-
# data as a hash:
|
2916
|
-
#
|
2917
|
-
# {
|
2918
|
-
# scram: {
|
2919
|
-
# enabled: false,
|
2920
|
-
# },
|
2921
|
-
# iam: {
|
2922
|
-
# enabled: false,
|
2923
|
-
# },
|
2924
|
-
# }
|
2925
|
-
#
|
2926
2243
|
# @!attribute [rw] scram
|
2927
2244
|
# @return [Types::Scram]
|
2928
2245
|
#
|
@@ -2938,13 +2255,6 @@ module Aws::Kafka
|
|
2938
2255
|
include Aws::Structure
|
2939
2256
|
end
|
2940
2257
|
|
2941
|
-
# @note When making an API call, you may pass Scram
|
2942
|
-
# data as a hash:
|
2943
|
-
#
|
2944
|
-
# {
|
2945
|
-
# enabled: false,
|
2946
|
-
# }
|
2947
|
-
#
|
2948
2258
|
# @!attribute [rw] enabled
|
2949
2259
|
# SASL/SCRAM authentication is enabled or not.
|
2950
2260
|
# @return [Boolean]
|
@@ -2957,13 +2267,6 @@ module Aws::Kafka
|
|
2957
2267
|
include Aws::Structure
|
2958
2268
|
end
|
2959
2269
|
|
2960
|
-
# @note When making an API call, you may pass Iam
|
2961
|
-
# data as a hash:
|
2962
|
-
#
|
2963
|
-
# {
|
2964
|
-
# enabled: false,
|
2965
|
-
# }
|
2966
|
-
#
|
2967
2270
|
# @!attribute [rw] enabled
|
2968
2271
|
# @return [Boolean]
|
2969
2272
|
#
|
@@ -3016,19 +2319,6 @@ module Aws::Kafka
|
|
3016
2319
|
# Contains information about storage volumes attached to MSK broker
|
3017
2320
|
# nodes.
|
3018
2321
|
#
|
3019
|
-
# @note When making an API call, you may pass StorageInfo
|
3020
|
-
# data as a hash:
|
3021
|
-
#
|
3022
|
-
# {
|
3023
|
-
# ebs_storage_info: {
|
3024
|
-
# provisioned_throughput: {
|
3025
|
-
# enabled: false,
|
3026
|
-
# volume_throughput: 1,
|
3027
|
-
# },
|
3028
|
-
# volume_size: 1,
|
3029
|
-
# },
|
3030
|
-
# }
|
3031
|
-
#
|
3032
2322
|
# @!attribute [rw] ebs_storage_info
|
3033
2323
|
# EBS volume information.
|
3034
2324
|
# @return [Types::EBSStorageInfo]
|
@@ -3043,16 +2333,6 @@ module Aws::Kafka
|
|
3043
2333
|
|
3044
2334
|
# Tag a resource.
|
3045
2335
|
#
|
3046
|
-
# @note When making an API call, you may pass TagResourceRequest
|
3047
|
-
# data as a hash:
|
3048
|
-
#
|
3049
|
-
# {
|
3050
|
-
# resource_arn: "__string", # required
|
3051
|
-
# tags: { # required
|
3052
|
-
# "__string" => "__string",
|
3053
|
-
# },
|
3054
|
-
# }
|
3055
|
-
#
|
3056
2336
|
# @!attribute [rw] resource_arn
|
3057
2337
|
# @return [String]
|
3058
2338
|
#
|
@@ -3071,14 +2351,6 @@ module Aws::Kafka
|
|
3071
2351
|
|
3072
2352
|
# Details for client authentication using TLS.
|
3073
2353
|
#
|
3074
|
-
# @note When making an API call, you may pass Tls
|
3075
|
-
# data as a hash:
|
3076
|
-
#
|
3077
|
-
# {
|
3078
|
-
# certificate_authority_arn_list: ["__string"],
|
3079
|
-
# enabled: false,
|
3080
|
-
# }
|
3081
|
-
#
|
3082
2354
|
# @!attribute [rw] certificate_authority_arn_list
|
3083
2355
|
# List of ACM Certificate Authority ARNs.
|
3084
2356
|
# @return [Array<String>]
|
@@ -3115,13 +2387,6 @@ module Aws::Kafka
|
|
3115
2387
|
|
3116
2388
|
# Contains information about unauthenticated traffic to the cluster.
|
3117
2389
|
#
|
3118
|
-
# @note When making an API call, you may pass Unauthenticated
|
3119
|
-
# data as a hash:
|
3120
|
-
#
|
3121
|
-
# {
|
3122
|
-
# enabled: false,
|
3123
|
-
# }
|
3124
|
-
#
|
3125
2390
|
# @!attribute [rw] enabled
|
3126
2391
|
# Specifies whether you want to enable or disable unauthenticated
|
3127
2392
|
# traffic to your cluster.
|
@@ -3171,14 +2436,6 @@ module Aws::Kafka
|
|
3171
2436
|
include Aws::Structure
|
3172
2437
|
end
|
3173
2438
|
|
3174
|
-
# @note When making an API call, you may pass UntagResourceRequest
|
3175
|
-
# data as a hash:
|
3176
|
-
#
|
3177
|
-
# {
|
3178
|
-
# resource_arn: "__string", # required
|
3179
|
-
# tag_keys: ["__string"], # required
|
3180
|
-
# }
|
3181
|
-
#
|
3182
2439
|
# @!attribute [rw] resource_arn
|
3183
2440
|
# @return [String]
|
3184
2441
|
#
|
@@ -3196,15 +2453,6 @@ module Aws::Kafka
|
|
3196
2453
|
|
3197
2454
|
# Request body for UpdateBrokerType.
|
3198
2455
|
#
|
3199
|
-
# @note When making an API call, you may pass UpdateBrokerTypeRequest
|
3200
|
-
# data as a hash:
|
3201
|
-
#
|
3202
|
-
# {
|
3203
|
-
# cluster_arn: "__string", # required
|
3204
|
-
# current_version: "__string", # required
|
3205
|
-
# target_instance_type: "__string", # required
|
3206
|
-
# }
|
3207
|
-
#
|
3208
2456
|
# @!attribute [rw] cluster_arn
|
3209
2457
|
# @return [String]
|
3210
2458
|
#
|
@@ -3248,15 +2496,6 @@ module Aws::Kafka
|
|
3248
2496
|
|
3249
2497
|
# Request body for UpdateBrokerCount.
|
3250
2498
|
#
|
3251
|
-
# @note When making an API call, you may pass UpdateBrokerCountRequest
|
3252
|
-
# data as a hash:
|
3253
|
-
#
|
3254
|
-
# {
|
3255
|
-
# cluster_arn: "__string", # required
|
3256
|
-
# current_version: "__string", # required
|
3257
|
-
# target_number_of_broker_nodes: 1, # required
|
3258
|
-
# }
|
3259
|
-
#
|
3260
2499
|
# @!attribute [rw] cluster_arn
|
3261
2500
|
# @return [String]
|
3262
2501
|
#
|
@@ -3300,24 +2539,6 @@ module Aws::Kafka
|
|
3300
2539
|
|
3301
2540
|
# Request object for UpdateBrokerStorage.
|
3302
2541
|
#
|
3303
|
-
# @note When making an API call, you may pass UpdateBrokerStorageRequest
|
3304
|
-
# data as a hash:
|
3305
|
-
#
|
3306
|
-
# {
|
3307
|
-
# cluster_arn: "__string", # required
|
3308
|
-
# current_version: "__string", # required
|
3309
|
-
# target_broker_ebs_volume_info: [ # required
|
3310
|
-
# {
|
3311
|
-
# kafka_broker_node_id: "__string", # required
|
3312
|
-
# provisioned_throughput: {
|
3313
|
-
# enabled: false,
|
3314
|
-
# volume_throughput: 1,
|
3315
|
-
# },
|
3316
|
-
# volume_size_gb: 1,
|
3317
|
-
# },
|
3318
|
-
# ],
|
3319
|
-
# }
|
3320
|
-
#
|
3321
2542
|
# @!attribute [rw] cluster_arn
|
3322
2543
|
# @return [String]
|
3323
2544
|
#
|
@@ -3368,18 +2589,6 @@ module Aws::Kafka
|
|
3368
2589
|
|
3369
2590
|
# Request body for UpdateClusterConfiguration.
|
3370
2591
|
#
|
3371
|
-
# @note When making an API call, you may pass UpdateClusterConfigurationRequest
|
3372
|
-
# data as a hash:
|
3373
|
-
#
|
3374
|
-
# {
|
3375
|
-
# cluster_arn: "__string", # required
|
3376
|
-
# configuration_info: { # required
|
3377
|
-
# arn: "__string", # required
|
3378
|
-
# revision: 1, # required
|
3379
|
-
# },
|
3380
|
-
# current_version: "__string", # required
|
3381
|
-
# }
|
3382
|
-
#
|
3383
2592
|
# @!attribute [rw] cluster_arn
|
3384
2593
|
# @return [String]
|
3385
2594
|
#
|
@@ -3423,19 +2632,6 @@ module Aws::Kafka
|
|
3423
2632
|
|
3424
2633
|
# Request body for UpdateClusterKafkaVersion.
|
3425
2634
|
#
|
3426
|
-
# @note When making an API call, you may pass UpdateClusterKafkaVersionRequest
|
3427
|
-
# data as a hash:
|
3428
|
-
#
|
3429
|
-
# {
|
3430
|
-
# cluster_arn: "__string", # required
|
3431
|
-
# configuration_info: {
|
3432
|
-
# arn: "__string", # required
|
3433
|
-
# revision: 1, # required
|
3434
|
-
# },
|
3435
|
-
# current_version: "__string", # required
|
3436
|
-
# target_kafka_version: "__string", # required
|
3437
|
-
# }
|
3438
|
-
#
|
3439
2635
|
# @!attribute [rw] cluster_arn
|
3440
2636
|
# @return [String]
|
3441
2637
|
#
|
@@ -3483,15 +2679,6 @@ module Aws::Kafka
|
|
3483
2679
|
|
3484
2680
|
# Request body for UpdateConfiguration.
|
3485
2681
|
#
|
3486
|
-
# @note When making an API call, you may pass UpdateConfigurationRequest
|
3487
|
-
# data as a hash:
|
3488
|
-
#
|
3489
|
-
# {
|
3490
|
-
# arn: "__string", # required
|
3491
|
-
# description: "__string",
|
3492
|
-
# server_properties: "data", # required
|
3493
|
-
# }
|
3494
|
-
#
|
3495
2682
|
# @!attribute [rw] arn
|
3496
2683
|
# The Amazon Resource Name (ARN) of the configuration.
|
3497
2684
|
# @return [String]
|
@@ -3534,19 +2721,6 @@ module Aws::Kafka
|
|
3534
2721
|
|
3535
2722
|
# Request body for UpdateConnectivity.
|
3536
2723
|
#
|
3537
|
-
# @note When making an API call, you may pass UpdateConnectivityRequest
|
3538
|
-
# data as a hash:
|
3539
|
-
#
|
3540
|
-
# {
|
3541
|
-
# cluster_arn: "__string", # required
|
3542
|
-
# connectivity_info: { # required
|
3543
|
-
# public_access: {
|
3544
|
-
# type: "__string",
|
3545
|
-
# },
|
3546
|
-
# },
|
3547
|
-
# current_version: "__string", # required
|
3548
|
-
# }
|
3549
|
-
#
|
3550
2724
|
# @!attribute [rw] cluster_arn
|
3551
2725
|
# @return [String]
|
3552
2726
|
#
|
@@ -3589,42 +2763,6 @@ module Aws::Kafka
|
|
3589
2763
|
|
3590
2764
|
# Request body for UpdateMonitoring.
|
3591
2765
|
#
|
3592
|
-
# @note When making an API call, you may pass UpdateMonitoringRequest
|
3593
|
-
# data as a hash:
|
3594
|
-
#
|
3595
|
-
# {
|
3596
|
-
# cluster_arn: "__string", # required
|
3597
|
-
# current_version: "__string", # required
|
3598
|
-
# enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION
|
3599
|
-
# open_monitoring: {
|
3600
|
-
# prometheus: { # required
|
3601
|
-
# jmx_exporter: {
|
3602
|
-
# enabled_in_broker: false, # required
|
3603
|
-
# },
|
3604
|
-
# node_exporter: {
|
3605
|
-
# enabled_in_broker: false, # required
|
3606
|
-
# },
|
3607
|
-
# },
|
3608
|
-
# },
|
3609
|
-
# logging_info: {
|
3610
|
-
# broker_logs: { # required
|
3611
|
-
# cloud_watch_logs: {
|
3612
|
-
# enabled: false, # required
|
3613
|
-
# log_group: "__string",
|
3614
|
-
# },
|
3615
|
-
# firehose: {
|
3616
|
-
# delivery_stream: "__string",
|
3617
|
-
# enabled: false, # required
|
3618
|
-
# },
|
3619
|
-
# s3: {
|
3620
|
-
# bucket: "__string",
|
3621
|
-
# enabled: false, # required
|
3622
|
-
# prefix: "__string",
|
3623
|
-
# },
|
3624
|
-
# },
|
3625
|
-
# },
|
3626
|
-
# }
|
3627
|
-
#
|
3628
2766
|
# @!attribute [rw] cluster_arn
|
3629
2767
|
# @return [String]
|
3630
2768
|
#
|
@@ -3679,40 +2817,6 @@ module Aws::Kafka
|
|
3679
2817
|
|
3680
2818
|
# Request body for UpdateSecurity.
|
3681
2819
|
#
|
3682
|
-
# @note When making an API call, you may pass UpdateSecurityRequest
|
3683
|
-
# data as a hash:
|
3684
|
-
#
|
3685
|
-
# {
|
3686
|
-
# client_authentication: {
|
3687
|
-
# sasl: {
|
3688
|
-
# scram: {
|
3689
|
-
# enabled: false,
|
3690
|
-
# },
|
3691
|
-
# iam: {
|
3692
|
-
# enabled: false,
|
3693
|
-
# },
|
3694
|
-
# },
|
3695
|
-
# tls: {
|
3696
|
-
# certificate_authority_arn_list: ["__string"],
|
3697
|
-
# enabled: false,
|
3698
|
-
# },
|
3699
|
-
# unauthenticated: {
|
3700
|
-
# enabled: false,
|
3701
|
-
# },
|
3702
|
-
# },
|
3703
|
-
# cluster_arn: "__string", # required
|
3704
|
-
# current_version: "__string", # required
|
3705
|
-
# encryption_info: {
|
3706
|
-
# encryption_at_rest: {
|
3707
|
-
# data_volume_kms_key_id: "__string", # required
|
3708
|
-
# },
|
3709
|
-
# encryption_in_transit: {
|
3710
|
-
# client_broker: "TLS", # accepts TLS, TLS_PLAINTEXT, PLAINTEXT
|
3711
|
-
# in_cluster: false,
|
3712
|
-
# },
|
3713
|
-
# },
|
3714
|
-
# }
|
3715
|
-
#
|
3716
2820
|
# @!attribute [rw] client_authentication
|
3717
2821
|
# Includes all client authentication related information.
|
3718
2822
|
# @return [Types::ClientAuthentication]
|
@@ -3762,20 +2866,6 @@ module Aws::Kafka
|
|
3762
2866
|
|
3763
2867
|
# Request object for UpdateStorageApi.
|
3764
2868
|
#
|
3765
|
-
# @note When making an API call, you may pass UpdateStorageRequest
|
3766
|
-
# data as a hash:
|
3767
|
-
#
|
3768
|
-
# {
|
3769
|
-
# cluster_arn: "__string", # required
|
3770
|
-
# current_version: "__string", # required
|
3771
|
-
# provisioned_throughput: {
|
3772
|
-
# enabled: false,
|
3773
|
-
# volume_throughput: 1,
|
3774
|
-
# },
|
3775
|
-
# storage_mode: "LOCAL", # accepts LOCAL, TIERED
|
3776
|
-
# volume_size_gb: 1,
|
3777
|
-
# }
|
3778
|
-
#
|
3779
2869
|
# @!attribute [rw] cluster_arn
|
3780
2870
|
# @return [String]
|
3781
2871
|
#
|
@@ -3877,20 +2967,6 @@ module Aws::Kafka
|
|
3877
2967
|
|
3878
2968
|
# JMX and Node monitoring for the MSK cluster.
|
3879
2969
|
#
|
3880
|
-
# @note When making an API call, you may pass OpenMonitoringInfo
|
3881
|
-
# data as a hash:
|
3882
|
-
#
|
3883
|
-
# {
|
3884
|
-
# prometheus: { # required
|
3885
|
-
# jmx_exporter: {
|
3886
|
-
# enabled_in_broker: false, # required
|
3887
|
-
# },
|
3888
|
-
# node_exporter: {
|
3889
|
-
# enabled_in_broker: false, # required
|
3890
|
-
# },
|
3891
|
-
# },
|
3892
|
-
# }
|
3893
|
-
#
|
3894
2970
|
# @!attribute [rw] prometheus
|
3895
2971
|
# Prometheus settings.
|
3896
2972
|
# @return [Types::PrometheusInfo]
|
@@ -3924,18 +3000,6 @@ module Aws::Kafka
|
|
3924
3000
|
|
3925
3001
|
# Prometheus settings.
|
3926
3002
|
#
|
3927
|
-
# @note When making an API call, you may pass PrometheusInfo
|
3928
|
-
# data as a hash:
|
3929
|
-
#
|
3930
|
-
# {
|
3931
|
-
# jmx_exporter: {
|
3932
|
-
# enabled_in_broker: false, # required
|
3933
|
-
# },
|
3934
|
-
# node_exporter: {
|
3935
|
-
# enabled_in_broker: false, # required
|
3936
|
-
# },
|
3937
|
-
# }
|
3938
|
-
#
|
3939
3003
|
# @!attribute [rw] jmx_exporter
|
3940
3004
|
# JMX Exporter settings.
|
3941
3005
|
# @return [Types::JmxExporterInfo]
|
@@ -3956,14 +3020,6 @@ module Aws::Kafka
|
|
3956
3020
|
# Contains information about provisioned throughput for EBS storage
|
3957
3021
|
# volumes attached to kafka broker nodes.
|
3958
3022
|
#
|
3959
|
-
# @note When making an API call, you may pass ProvisionedThroughput
|
3960
|
-
# data as a hash:
|
3961
|
-
#
|
3962
|
-
# {
|
3963
|
-
# enabled: false,
|
3964
|
-
# volume_throughput: 1,
|
3965
|
-
# }
|
3966
|
-
#
|
3967
3023
|
# @!attribute [rw] enabled
|
3968
3024
|
# Provisioned throughput is enabled or not.
|
3969
3025
|
# @return [Boolean]
|
@@ -3984,13 +3040,6 @@ module Aws::Kafka
|
|
3984
3040
|
|
3985
3041
|
# Broker public access control.
|
3986
3042
|
#
|
3987
|
-
# @note When making an API call, you may pass PublicAccess
|
3988
|
-
# data as a hash:
|
3989
|
-
#
|
3990
|
-
# {
|
3991
|
-
# type: "__string",
|
3992
|
-
# }
|
3993
|
-
#
|
3994
3043
|
# @!attribute [rw] type
|
3995
3044
|
# The value DISABLED indicates that public access is disabled.
|
3996
3045
|
# SERVICE\_PROVIDED\_EIPS indicates that public access is enabled.
|
@@ -4006,14 +3055,6 @@ module Aws::Kafka
|
|
4006
3055
|
|
4007
3056
|
# Request body for RebootBrokerNode action.
|
4008
3057
|
#
|
4009
|
-
# @note When making an API call, you may pass RebootBrokerRequest
|
4010
|
-
# data as a hash:
|
4011
|
-
#
|
4012
|
-
# {
|
4013
|
-
# broker_ids: ["__string"], # required
|
4014
|
-
# cluster_arn: "__string", # required
|
4015
|
-
# }
|
4016
|
-
#
|
4017
3058
|
# @!attribute [rw] broker_ids
|
4018
3059
|
# The list of broker ids to be rebooted.
|
4019
3060
|
# @return [Array<String>]
|
@@ -4051,15 +3092,6 @@ module Aws::Kafka
|
|
4051
3092
|
|
4052
3093
|
# The details of the Amazon S3 destination for broker logs.
|
4053
3094
|
#
|
4054
|
-
# @note When making an API call, you may pass S3
|
4055
|
-
# data as a hash:
|
4056
|
-
#
|
4057
|
-
# {
|
4058
|
-
# bucket: "__string",
|
4059
|
-
# enabled: false, # required
|
4060
|
-
# prefix: "__string",
|
4061
|
-
# }
|
4062
|
-
#
|
4063
3095
|
# @!attribute [rw] bucket
|
4064
3096
|
# The name of the S3 bucket that is the destination for broker logs.
|
4065
3097
|
# @return [String]
|
@@ -4099,13 +3131,6 @@ module Aws::Kafka
|
|
4099
3131
|
|
4100
3132
|
# Indicates whether you want to enable or disable the JMX Exporter.
|
4101
3133
|
#
|
4102
|
-
# @note When making an API call, you may pass JmxExporterInfo
|
4103
|
-
# data as a hash:
|
4104
|
-
#
|
4105
|
-
# {
|
4106
|
-
# enabled_in_broker: false, # required
|
4107
|
-
# }
|
4108
|
-
#
|
4109
3134
|
# @!attribute [rw] enabled_in_broker
|
4110
3135
|
# JMX Exporter being enabled in broker.
|
4111
3136
|
# @return [Boolean]
|
@@ -4134,13 +3159,6 @@ module Aws::Kafka
|
|
4134
3159
|
|
4135
3160
|
# Indicates whether you want to enable or disable the Node Exporter.
|
4136
3161
|
#
|
4137
|
-
# @note When making an API call, you may pass NodeExporterInfo
|
4138
|
-
# data as a hash:
|
4139
|
-
#
|
4140
|
-
# {
|
4141
|
-
# enabled_in_broker: false, # required
|
4142
|
-
# }
|
4143
|
-
#
|
4144
3162
|
# @!attribute [rw] enabled_in_broker
|
4145
3163
|
# Node Exporter being enabled in broker.
|
4146
3164
|
# @return [Boolean]
|