aws-sdk-kafka 1.117.0 → 1.118.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b4ea41a96b50b7c20015dcbbf2c45521af725dd00a471fdd5e6b6f8d9dff2ff
4
- data.tar.gz: ef790c3f2d2a00a2aee954104226cd28cb5a32d523c0bbab44c77ce1a90001ed
3
+ metadata.gz: 4a7c0c64bcc97f06e83fcf8dd6c274a5ab986199b596f4d41bb435f796e04283
4
+ data.tar.gz: 182fbc57fc64accc9b32774d861b68dbac6ea98c74e124d7b709165830d67199
5
5
  SHA512:
6
- metadata.gz: 61461945da3092546b0eac34aa6b190046da84cd55fd893cde306dadbc2146611e817049283493fa3bec9f1be81f97c4f377da7eb90bd50fb444dfee9a731b31
7
- data.tar.gz: '08e2240ab4b449492ac52dbc19df1d77a130e00241a5a814b23a3f90ae63846218019b28db77a3fbe925f9970c566e47c63f55cc39f80105cead73e89c252414'
6
+ metadata.gz: 1034566433df60a25d0bfce92cbbb4af7cce95818ed73e945c14f99a5a2839c51d28402eabfc6f31e0208b80213de52c6f2c483bc2ea6ba447d62a930022582c
7
+ data.tar.gz: 31a803106355b0b674184ebf45b7e1e6b090aa7ad7634e49c7350dfc84362ab07f2cbc0907dcd7819d7b8e37421b271b40b88c4dc91b8facaafec43957e2acc9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.118.0 (2026-08-06)
5
+ ------------------
6
+
7
+ * Feature - MSK Clusters can now deliver authorizer logs alongside broker logs to the destinations defined by you
8
+
4
9
  1.117.0 (2026-07-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.117.0
1
+ 1.118.0
@@ -635,6 +635,21 @@ module Aws::Kafka
635
635
  # enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION
636
636
  # kafka_version: "__stringMin1Max128", # required
637
637
  # logging_info: {
638
+ # authorizer_logs: {
639
+ # cloud_watch_logs: {
640
+ # enabled: false, # required
641
+ # log_group: "__string",
642
+ # },
643
+ # firehose: {
644
+ # delivery_stream: "__string",
645
+ # enabled: false, # required
646
+ # },
647
+ # s3: {
648
+ # bucket: "__string",
649
+ # enabled: false, # required
650
+ # prefix: "__string",
651
+ # },
652
+ # },
638
653
  # broker_logs: { # required
639
654
  # cloud_watch_logs: {
640
655
  # enabled: false, # required
@@ -796,6 +811,21 @@ module Aws::Kafka
796
811
  # },
797
812
  # kafka_version: "__stringMin1Max128", # required
798
813
  # logging_info: {
814
+ # authorizer_logs: {
815
+ # cloud_watch_logs: {
816
+ # enabled: false, # required
817
+ # log_group: "__string",
818
+ # },
819
+ # firehose: {
820
+ # delivery_stream: "__string",
821
+ # enabled: false, # required
822
+ # },
823
+ # s3: {
824
+ # bucket: "__string",
825
+ # enabled: false, # required
826
+ # prefix: "__string",
827
+ # },
828
+ # },
799
829
  # broker_logs: { # required
800
830
  # cloud_watch_logs: {
801
831
  # enabled: false, # required
@@ -1524,6 +1554,13 @@ module Aws::Kafka
1524
1554
  # resp.cluster_info.current_broker_software_info.configuration_arn #=> String
1525
1555
  # resp.cluster_info.current_broker_software_info.configuration_revision #=> Integer
1526
1556
  # resp.cluster_info.current_broker_software_info.kafka_version #=> String
1557
+ # resp.cluster_info.logging_info.authorizer_logs.cloud_watch_logs.enabled #=> Boolean
1558
+ # resp.cluster_info.logging_info.authorizer_logs.cloud_watch_logs.log_group #=> String
1559
+ # resp.cluster_info.logging_info.authorizer_logs.firehose.delivery_stream #=> String
1560
+ # resp.cluster_info.logging_info.authorizer_logs.firehose.enabled #=> Boolean
1561
+ # resp.cluster_info.logging_info.authorizer_logs.s3.bucket #=> String
1562
+ # resp.cluster_info.logging_info.authorizer_logs.s3.enabled #=> Boolean
1563
+ # resp.cluster_info.logging_info.authorizer_logs.s3.prefix #=> String
1527
1564
  # resp.cluster_info.logging_info.broker_logs.cloud_watch_logs.enabled #=> Boolean
1528
1565
  # resp.cluster_info.logging_info.broker_logs.cloud_watch_logs.log_group #=> String
1529
1566
  # resp.cluster_info.logging_info.broker_logs.firehose.delivery_stream #=> String
@@ -1620,6 +1657,13 @@ module Aws::Kafka
1620
1657
  # resp.cluster_info.provisioned.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION"
1621
1658
  # resp.cluster_info.provisioned.open_monitoring.prometheus.jmx_exporter.enabled_in_broker #=> Boolean
1622
1659
  # resp.cluster_info.provisioned.open_monitoring.prometheus.node_exporter.enabled_in_broker #=> Boolean
1660
+ # resp.cluster_info.provisioned.logging_info.authorizer_logs.cloud_watch_logs.enabled #=> Boolean
1661
+ # resp.cluster_info.provisioned.logging_info.authorizer_logs.cloud_watch_logs.log_group #=> String
1662
+ # resp.cluster_info.provisioned.logging_info.authorizer_logs.firehose.delivery_stream #=> String
1663
+ # resp.cluster_info.provisioned.logging_info.authorizer_logs.firehose.enabled #=> Boolean
1664
+ # resp.cluster_info.provisioned.logging_info.authorizer_logs.s3.bucket #=> String
1665
+ # resp.cluster_info.provisioned.logging_info.authorizer_logs.s3.enabled #=> Boolean
1666
+ # resp.cluster_info.provisioned.logging_info.authorizer_logs.s3.prefix #=> String
1623
1667
  # resp.cluster_info.provisioned.logging_info.broker_logs.cloud_watch_logs.enabled #=> Boolean
1624
1668
  # resp.cluster_info.provisioned.logging_info.broker_logs.cloud_watch_logs.log_group #=> String
1625
1669
  # resp.cluster_info.provisioned.logging_info.broker_logs.firehose.delivery_stream #=> String
@@ -1690,6 +1734,13 @@ module Aws::Kafka
1690
1734
  # resp.cluster_operation_info.source_cluster_info.open_monitoring.prometheus.node_exporter.enabled_in_broker #=> Boolean
1691
1735
  # resp.cluster_operation_info.source_cluster_info.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION"
1692
1736
  # resp.cluster_operation_info.source_cluster_info.kafka_version #=> String
1737
+ # resp.cluster_operation_info.source_cluster_info.logging_info.authorizer_logs.cloud_watch_logs.enabled #=> Boolean
1738
+ # resp.cluster_operation_info.source_cluster_info.logging_info.authorizer_logs.cloud_watch_logs.log_group #=> String
1739
+ # resp.cluster_operation_info.source_cluster_info.logging_info.authorizer_logs.firehose.delivery_stream #=> String
1740
+ # resp.cluster_operation_info.source_cluster_info.logging_info.authorizer_logs.firehose.enabled #=> Boolean
1741
+ # resp.cluster_operation_info.source_cluster_info.logging_info.authorizer_logs.s3.bucket #=> String
1742
+ # resp.cluster_operation_info.source_cluster_info.logging_info.authorizer_logs.s3.enabled #=> Boolean
1743
+ # resp.cluster_operation_info.source_cluster_info.logging_info.authorizer_logs.s3.prefix #=> String
1693
1744
  # resp.cluster_operation_info.source_cluster_info.logging_info.broker_logs.cloud_watch_logs.enabled #=> Boolean
1694
1745
  # resp.cluster_operation_info.source_cluster_info.logging_info.broker_logs.cloud_watch_logs.log_group #=> String
1695
1746
  # resp.cluster_operation_info.source_cluster_info.logging_info.broker_logs.firehose.delivery_stream #=> String
@@ -1731,6 +1782,13 @@ module Aws::Kafka
1731
1782
  # resp.cluster_operation_info.target_cluster_info.open_monitoring.prometheus.node_exporter.enabled_in_broker #=> Boolean
1732
1783
  # resp.cluster_operation_info.target_cluster_info.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION"
1733
1784
  # resp.cluster_operation_info.target_cluster_info.kafka_version #=> String
1785
+ # resp.cluster_operation_info.target_cluster_info.logging_info.authorizer_logs.cloud_watch_logs.enabled #=> Boolean
1786
+ # resp.cluster_operation_info.target_cluster_info.logging_info.authorizer_logs.cloud_watch_logs.log_group #=> String
1787
+ # resp.cluster_operation_info.target_cluster_info.logging_info.authorizer_logs.firehose.delivery_stream #=> String
1788
+ # resp.cluster_operation_info.target_cluster_info.logging_info.authorizer_logs.firehose.enabled #=> Boolean
1789
+ # resp.cluster_operation_info.target_cluster_info.logging_info.authorizer_logs.s3.bucket #=> String
1790
+ # resp.cluster_operation_info.target_cluster_info.logging_info.authorizer_logs.s3.enabled #=> Boolean
1791
+ # resp.cluster_operation_info.target_cluster_info.logging_info.authorizer_logs.s3.prefix #=> String
1734
1792
  # resp.cluster_operation_info.target_cluster_info.logging_info.broker_logs.cloud_watch_logs.enabled #=> Boolean
1735
1793
  # resp.cluster_operation_info.target_cluster_info.logging_info.broker_logs.cloud_watch_logs.log_group #=> String
1736
1794
  # resp.cluster_operation_info.target_cluster_info.logging_info.broker_logs.firehose.delivery_stream #=> String
@@ -1813,6 +1871,13 @@ module Aws::Kafka
1813
1871
  # resp.cluster_operation_info.provisioned.source_cluster_info.open_monitoring.prometheus.node_exporter.enabled_in_broker #=> Boolean
1814
1872
  # resp.cluster_operation_info.provisioned.source_cluster_info.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION"
1815
1873
  # resp.cluster_operation_info.provisioned.source_cluster_info.kafka_version #=> String
1874
+ # resp.cluster_operation_info.provisioned.source_cluster_info.logging_info.authorizer_logs.cloud_watch_logs.enabled #=> Boolean
1875
+ # resp.cluster_operation_info.provisioned.source_cluster_info.logging_info.authorizer_logs.cloud_watch_logs.log_group #=> String
1876
+ # resp.cluster_operation_info.provisioned.source_cluster_info.logging_info.authorizer_logs.firehose.delivery_stream #=> String
1877
+ # resp.cluster_operation_info.provisioned.source_cluster_info.logging_info.authorizer_logs.firehose.enabled #=> Boolean
1878
+ # resp.cluster_operation_info.provisioned.source_cluster_info.logging_info.authorizer_logs.s3.bucket #=> String
1879
+ # resp.cluster_operation_info.provisioned.source_cluster_info.logging_info.authorizer_logs.s3.enabled #=> Boolean
1880
+ # resp.cluster_operation_info.provisioned.source_cluster_info.logging_info.authorizer_logs.s3.prefix #=> String
1816
1881
  # resp.cluster_operation_info.provisioned.source_cluster_info.logging_info.broker_logs.cloud_watch_logs.enabled #=> Boolean
1817
1882
  # resp.cluster_operation_info.provisioned.source_cluster_info.logging_info.broker_logs.cloud_watch_logs.log_group #=> String
1818
1883
  # resp.cluster_operation_info.provisioned.source_cluster_info.logging_info.broker_logs.firehose.delivery_stream #=> String
@@ -1854,6 +1919,13 @@ module Aws::Kafka
1854
1919
  # resp.cluster_operation_info.provisioned.target_cluster_info.open_monitoring.prometheus.node_exporter.enabled_in_broker #=> Boolean
1855
1920
  # resp.cluster_operation_info.provisioned.target_cluster_info.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION"
1856
1921
  # resp.cluster_operation_info.provisioned.target_cluster_info.kafka_version #=> String
1922
+ # resp.cluster_operation_info.provisioned.target_cluster_info.logging_info.authorizer_logs.cloud_watch_logs.enabled #=> Boolean
1923
+ # resp.cluster_operation_info.provisioned.target_cluster_info.logging_info.authorizer_logs.cloud_watch_logs.log_group #=> String
1924
+ # resp.cluster_operation_info.provisioned.target_cluster_info.logging_info.authorizer_logs.firehose.delivery_stream #=> String
1925
+ # resp.cluster_operation_info.provisioned.target_cluster_info.logging_info.authorizer_logs.firehose.enabled #=> Boolean
1926
+ # resp.cluster_operation_info.provisioned.target_cluster_info.logging_info.authorizer_logs.s3.bucket #=> String
1927
+ # resp.cluster_operation_info.provisioned.target_cluster_info.logging_info.authorizer_logs.s3.enabled #=> Boolean
1928
+ # resp.cluster_operation_info.provisioned.target_cluster_info.logging_info.authorizer_logs.s3.prefix #=> String
1857
1929
  # resp.cluster_operation_info.provisioned.target_cluster_info.logging_info.broker_logs.cloud_watch_logs.enabled #=> Boolean
1858
1930
  # resp.cluster_operation_info.provisioned.target_cluster_info.logging_info.broker_logs.cloud_watch_logs.log_group #=> String
1859
1931
  # resp.cluster_operation_info.provisioned.target_cluster_info.logging_info.broker_logs.firehose.delivery_stream #=> String
@@ -2532,6 +2604,13 @@ module Aws::Kafka
2532
2604
  # resp.cluster_operation_info_list[0].source_cluster_info.open_monitoring.prometheus.node_exporter.enabled_in_broker #=> Boolean
2533
2605
  # resp.cluster_operation_info_list[0].source_cluster_info.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION"
2534
2606
  # resp.cluster_operation_info_list[0].source_cluster_info.kafka_version #=> String
2607
+ # resp.cluster_operation_info_list[0].source_cluster_info.logging_info.authorizer_logs.cloud_watch_logs.enabled #=> Boolean
2608
+ # resp.cluster_operation_info_list[0].source_cluster_info.logging_info.authorizer_logs.cloud_watch_logs.log_group #=> String
2609
+ # resp.cluster_operation_info_list[0].source_cluster_info.logging_info.authorizer_logs.firehose.delivery_stream #=> String
2610
+ # resp.cluster_operation_info_list[0].source_cluster_info.logging_info.authorizer_logs.firehose.enabled #=> Boolean
2611
+ # resp.cluster_operation_info_list[0].source_cluster_info.logging_info.authorizer_logs.s3.bucket #=> String
2612
+ # resp.cluster_operation_info_list[0].source_cluster_info.logging_info.authorizer_logs.s3.enabled #=> Boolean
2613
+ # resp.cluster_operation_info_list[0].source_cluster_info.logging_info.authorizer_logs.s3.prefix #=> String
2535
2614
  # resp.cluster_operation_info_list[0].source_cluster_info.logging_info.broker_logs.cloud_watch_logs.enabled #=> Boolean
2536
2615
  # resp.cluster_operation_info_list[0].source_cluster_info.logging_info.broker_logs.cloud_watch_logs.log_group #=> String
2537
2616
  # resp.cluster_operation_info_list[0].source_cluster_info.logging_info.broker_logs.firehose.delivery_stream #=> String
@@ -2573,6 +2652,13 @@ module Aws::Kafka
2573
2652
  # resp.cluster_operation_info_list[0].target_cluster_info.open_monitoring.prometheus.node_exporter.enabled_in_broker #=> Boolean
2574
2653
  # resp.cluster_operation_info_list[0].target_cluster_info.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION"
2575
2654
  # resp.cluster_operation_info_list[0].target_cluster_info.kafka_version #=> String
2655
+ # resp.cluster_operation_info_list[0].target_cluster_info.logging_info.authorizer_logs.cloud_watch_logs.enabled #=> Boolean
2656
+ # resp.cluster_operation_info_list[0].target_cluster_info.logging_info.authorizer_logs.cloud_watch_logs.log_group #=> String
2657
+ # resp.cluster_operation_info_list[0].target_cluster_info.logging_info.authorizer_logs.firehose.delivery_stream #=> String
2658
+ # resp.cluster_operation_info_list[0].target_cluster_info.logging_info.authorizer_logs.firehose.enabled #=> Boolean
2659
+ # resp.cluster_operation_info_list[0].target_cluster_info.logging_info.authorizer_logs.s3.bucket #=> String
2660
+ # resp.cluster_operation_info_list[0].target_cluster_info.logging_info.authorizer_logs.s3.enabled #=> Boolean
2661
+ # resp.cluster_operation_info_list[0].target_cluster_info.logging_info.authorizer_logs.s3.prefix #=> String
2576
2662
  # resp.cluster_operation_info_list[0].target_cluster_info.logging_info.broker_logs.cloud_watch_logs.enabled #=> Boolean
2577
2663
  # resp.cluster_operation_info_list[0].target_cluster_info.logging_info.broker_logs.cloud_watch_logs.log_group #=> String
2578
2664
  # resp.cluster_operation_info_list[0].target_cluster_info.logging_info.broker_logs.firehose.delivery_stream #=> String
@@ -2718,6 +2804,13 @@ module Aws::Kafka
2718
2804
  # resp.cluster_info_list[0].current_broker_software_info.configuration_arn #=> String
2719
2805
  # resp.cluster_info_list[0].current_broker_software_info.configuration_revision #=> Integer
2720
2806
  # resp.cluster_info_list[0].current_broker_software_info.kafka_version #=> String
2807
+ # resp.cluster_info_list[0].logging_info.authorizer_logs.cloud_watch_logs.enabled #=> Boolean
2808
+ # resp.cluster_info_list[0].logging_info.authorizer_logs.cloud_watch_logs.log_group #=> String
2809
+ # resp.cluster_info_list[0].logging_info.authorizer_logs.firehose.delivery_stream #=> String
2810
+ # resp.cluster_info_list[0].logging_info.authorizer_logs.firehose.enabled #=> Boolean
2811
+ # resp.cluster_info_list[0].logging_info.authorizer_logs.s3.bucket #=> String
2812
+ # resp.cluster_info_list[0].logging_info.authorizer_logs.s3.enabled #=> Boolean
2813
+ # resp.cluster_info_list[0].logging_info.authorizer_logs.s3.prefix #=> String
2721
2814
  # resp.cluster_info_list[0].logging_info.broker_logs.cloud_watch_logs.enabled #=> Boolean
2722
2815
  # resp.cluster_info_list[0].logging_info.broker_logs.cloud_watch_logs.log_group #=> String
2723
2816
  # resp.cluster_info_list[0].logging_info.broker_logs.firehose.delivery_stream #=> String
@@ -2833,6 +2926,13 @@ module Aws::Kafka
2833
2926
  # resp.cluster_info_list[0].provisioned.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION"
2834
2927
  # resp.cluster_info_list[0].provisioned.open_monitoring.prometheus.jmx_exporter.enabled_in_broker #=> Boolean
2835
2928
  # resp.cluster_info_list[0].provisioned.open_monitoring.prometheus.node_exporter.enabled_in_broker #=> Boolean
2929
+ # resp.cluster_info_list[0].provisioned.logging_info.authorizer_logs.cloud_watch_logs.enabled #=> Boolean
2930
+ # resp.cluster_info_list[0].provisioned.logging_info.authorizer_logs.cloud_watch_logs.log_group #=> String
2931
+ # resp.cluster_info_list[0].provisioned.logging_info.authorizer_logs.firehose.delivery_stream #=> String
2932
+ # resp.cluster_info_list[0].provisioned.logging_info.authorizer_logs.firehose.enabled #=> Boolean
2933
+ # resp.cluster_info_list[0].provisioned.logging_info.authorizer_logs.s3.bucket #=> String
2934
+ # resp.cluster_info_list[0].provisioned.logging_info.authorizer_logs.s3.enabled #=> Boolean
2935
+ # resp.cluster_info_list[0].provisioned.logging_info.authorizer_logs.s3.prefix #=> String
2836
2936
  # resp.cluster_info_list[0].provisioned.logging_info.broker_logs.cloud_watch_logs.enabled #=> Boolean
2837
2937
  # resp.cluster_info_list[0].provisioned.logging_info.broker_logs.cloud_watch_logs.log_group #=> String
2838
2938
  # resp.cluster_info_list[0].provisioned.logging_info.broker_logs.firehose.delivery_stream #=> String
@@ -3893,6 +3993,21 @@ module Aws::Kafka
3893
3993
  # },
3894
3994
  # },
3895
3995
  # logging_info: {
3996
+ # authorizer_logs: {
3997
+ # cloud_watch_logs: {
3998
+ # enabled: false, # required
3999
+ # log_group: "__string",
4000
+ # },
4001
+ # firehose: {
4002
+ # delivery_stream: "__string",
4003
+ # enabled: false, # required
4004
+ # },
4005
+ # s3: {
4006
+ # bucket: "__string",
4007
+ # enabled: false, # required
4008
+ # prefix: "__string",
4009
+ # },
4010
+ # },
3896
4011
  # broker_logs: { # required
3897
4012
  # cloud_watch_logs: {
3898
4013
  # enabled: false, # required
@@ -4231,7 +4346,7 @@ module Aws::Kafka
4231
4346
  tracer: tracer
4232
4347
  )
4233
4348
  context[:gem_name] = 'aws-sdk-kafka'
4234
- context[:gem_version] = '1.117.0'
4349
+ context[:gem_version] = '1.118.0'
4235
4350
  Seahorse::Client::Request.new(handlers, context)
4236
4351
  end
4237
4352
 
@@ -16,6 +16,7 @@ module Aws::Kafka
16
16
 
17
17
  AmazonMskCluster = Shapes::StructureShape.new(name: 'AmazonMskCluster')
18
18
  ApacheKafkaCluster = Shapes::StructureShape.new(name: 'ApacheKafkaCluster')
19
+ AuthorizerLogs = Shapes::StructureShape.new(name: 'AuthorizerLogs')
19
20
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
20
21
  BatchAssociateScramSecretRequest = Shapes::StructureShape.new(name: 'BatchAssociateScramSecretRequest')
21
22
  BatchAssociateScramSecretResponse = Shapes::StructureShape.new(name: 'BatchAssociateScramSecretResponse')
@@ -369,6 +370,11 @@ module Aws::Kafka
369
370
  ApacheKafkaCluster.add_member(:bootstrap_broker_string, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "bootstrapBrokerString"))
370
371
  ApacheKafkaCluster.struct_class = Types::ApacheKafkaCluster
371
372
 
373
+ AuthorizerLogs.add_member(:cloud_watch_logs, Shapes::ShapeRef.new(shape: CloudWatchLogs, location_name: "cloudWatchLogs"))
374
+ AuthorizerLogs.add_member(:firehose, Shapes::ShapeRef.new(shape: Firehose, location_name: "firehose"))
375
+ AuthorizerLogs.add_member(:s3, Shapes::ShapeRef.new(shape: S3, location_name: "s3"))
376
+ AuthorizerLogs.struct_class = Types::AuthorizerLogs
377
+
372
378
  BadRequestException.add_member(:invalid_parameter, Shapes::ShapeRef.new(shape: __string, location_name: "invalidParameter"))
373
379
  BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
374
380
  BadRequestException.struct_class = Types::BadRequestException
@@ -1174,6 +1180,7 @@ module Aws::Kafka
1174
1180
  LogDelivery.add_member(:replicator_log_delivery, Shapes::ShapeRef.new(shape: ReplicatorLogDelivery, location_name: "replicatorLogDelivery"))
1175
1181
  LogDelivery.struct_class = Types::LogDelivery
1176
1182
 
1183
+ LoggingInfo.add_member(:authorizer_logs, Shapes::ShapeRef.new(shape: AuthorizerLogs, location_name: "authorizerLogs"))
1177
1184
  LoggingInfo.add_member(:broker_logs, Shapes::ShapeRef.new(shape: BrokerLogs, required: true, location_name: "brokerLogs"))
1178
1185
  LoggingInfo.struct_class = Types::LoggingInfo
1179
1186
 
@@ -43,6 +43,31 @@ module Aws::Kafka
43
43
  include Aws::Structure
44
44
  end
45
45
 
46
+ # The authorizer logs configuration for this MSK cluster.
47
+ #
48
+ # @!attribute [rw] cloud_watch_logs
49
+ # Details of the CloudWatch Logs destination for authorizer logs.
50
+ # @return [Types::CloudWatchLogs]
51
+ #
52
+ # @!attribute [rw] firehose
53
+ # Details of the Kinesis Data Firehose delivery stream that is the
54
+ # destination for authorizer logs.
55
+ # @return [Types::Firehose]
56
+ #
57
+ # @!attribute [rw] s3
58
+ # Details of the Amazon S3 destination for authorizer logs.
59
+ # @return [Types::S3]
60
+ #
61
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/AuthorizerLogs AWS API Documentation
62
+ #
63
+ class AuthorizerLogs < Struct.new(
64
+ :cloud_watch_logs,
65
+ :firehose,
66
+ :s3)
67
+ SENSITIVE = []
68
+ include Aws::Structure
69
+ end
70
+
46
71
  # Request body for BatchAssociateScramSecret.
47
72
  #
48
73
  # @!attribute [rw] cluster_arn
@@ -4045,6 +4070,11 @@ module Aws::Kafka
4045
4070
  # destination types. This is a container for the configuration details
4046
4071
  # related to broker logs.
4047
4072
  #
4073
+ # @!attribute [rw] authorizer_logs
4074
+ # You can configure your MSK cluster to send authorizer logs to
4075
+ # different destination types.
4076
+ # @return [Types::AuthorizerLogs]
4077
+ #
4048
4078
  # @!attribute [rw] broker_logs
4049
4079
  # You can configure your MSK cluster to send broker logs to different
4050
4080
  # destination types. This configuration specifies the details of these
@@ -4054,6 +4084,7 @@ module Aws::Kafka
4054
4084
  # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/LoggingInfo AWS API Documentation
4055
4085
  #
4056
4086
  class LoggingInfo < Struct.new(
4087
+ :authorizer_logs,
4057
4088
  :broker_logs)
4058
4089
  SENSITIVE = []
4059
4090
  include Aws::Structure
data/lib/aws-sdk-kafka.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::Kafka
54
54
  autoload :EndpointProvider, 'aws-sdk-kafka/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-kafka/endpoints'
56
56
 
57
- GEM_VERSION = '1.117.0'
57
+ GEM_VERSION = '1.118.0'
58
58
 
59
59
  end
60
60
 
data/sig/params.rbs CHANGED
@@ -86,6 +86,22 @@ module Aws
86
86
  }?
87
87
  }
88
88
 
89
+ type authorizer_logs = {
90
+ cloud_watch_logs: {
91
+ enabled: bool,
92
+ log_group: ::String?
93
+ }?,
94
+ firehose: {
95
+ delivery_stream: ::String?,
96
+ enabled: bool
97
+ }?,
98
+ s3: {
99
+ bucket: ::String?,
100
+ enabled: bool,
101
+ prefix: ::String?
102
+ }?
103
+ }
104
+
89
105
  type broker_logs = {
90
106
  cloud_watch_logs: {
91
107
  enabled: bool,
@@ -103,6 +119,7 @@ module Aws
103
119
  }
104
120
 
105
121
  type logging_info = {
122
+ authorizer_logs: Params::authorizer_logs?,
106
123
  broker_logs: Params::broker_logs
107
124
  }
108
125
 
data/sig/types.rbs CHANGED
@@ -19,6 +19,13 @@ module Aws::Kafka
19
19
  SENSITIVE: []
20
20
  end
21
21
 
22
+ class AuthorizerLogs
23
+ attr_accessor cloud_watch_logs: Types::CloudWatchLogs
24
+ attr_accessor firehose: Types::Firehose
25
+ attr_accessor s3: Types::S3
26
+ SENSITIVE: []
27
+ end
28
+
22
29
  class BatchAssociateScramSecretRequest
23
30
  attr_accessor cluster_arn: ::String
24
31
  attr_accessor secret_arn_list: ::Array[::String]
@@ -1130,6 +1137,7 @@ module Aws::Kafka
1130
1137
  end
1131
1138
 
1132
1139
  class LoggingInfo
1140
+ attr_accessor authorizer_logs: Types::AuthorizerLogs
1133
1141
  attr_accessor broker_logs: Types::BrokerLogs
1134
1142
  SENSITIVE: []
1135
1143
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.117.0
4
+ version: 1.118.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services