You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Module: Aws::Kafka

Defined in:
(unknown)

Overview

This module provides a client for making API requests to Managed Streaming for Kafka.

Aws::Kafka::Client

The Client class provides one-to-one mapping for each API operation.

kafka = Aws::Kafka::Client.new(region: 'us-east-1')
kafka.operation_names
#=> [:batch_associate_scram_secret, :create_cluster, :create_configuration, :delete_cluster, ...]

Each API operation method accepts a hash of request parameters and returns a response object.

resp = kafka.batch_associate_scram_secret(params)

See Client for more information.

Aws::Kafka::Errors

Errors returned from Managed Streaming for Kafka are defined in the Errors module and extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::Kafka::Errors::ServiceError
  # rescues all errors returned by Managed Streaming for Kafka
end

See Errors for more information.

Defined Under Namespace

Modules: Errors, Types Classes: Client