Module: Aws::Kafka

Defined in:
lib/aws-sdk-kafka/endpoint_parameters.rb,
lib/aws-sdk-kafka/plugins/endpoints.rb,
lib/aws-sdk-kafka/endpoint_provider.rb,
lib/aws-sdk-kafka/client_api.rb,
lib/aws-sdk-kafka/endpoints.rb,
lib/aws-sdk-kafka/resource.rb,
lib/aws-sdk-kafka/errors.rb,
lib/aws-sdk-kafka/client.rb,
lib/aws-sdk-kafka/types.rb,
lib/aws-sdk-kafka.rb

Overview

This module provides support for Managed Streaming for Kafka. This module is available in the ‘aws-sdk-kafka` gem.

# Client

The Client class provides one method for each API operation. Operation methods each accept a hash of request parameters and return a response structure.

kafka = Aws::Kafka::Client.new
resp = kafka.batch_associate_scram_secret(params)

See Client for more information.

# Errors

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

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

See Errors for more information.

Defined Under Namespace

Modules: ClientApi, Endpoints, Errors, Plugins, Types Classes: Client, EndpointParameters, EndpointProvider, Resource

service collapse

GEM_VERSION =
'1.78.0'