Sha256: 3fcec4119b0685af1f8b32afcba08c0c544aa19e74c1a494cb5076dabe2ed5bf
Contents?: true
Size: 1.67 KB
Versions: 1
Compression:
Stored size: 1.67 KB
Contents
# frozen_string_literal: true # WARNING ABOUT GENERATED CODE # # This file is generated. See the contributing guide for more information: # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE require 'aws-sdk-core' require 'aws-sigv4' Aws::Plugins::GlobalConfiguration.add_identifier(:kafka) # 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. # # @!group service module Aws::Kafka autoload :Types, 'aws-sdk-kafka/types' autoload :ClientApi, 'aws-sdk-kafka/client_api' module Plugins autoload :Endpoints, 'aws-sdk-kafka/plugins/endpoints.rb' end autoload :Client, 'aws-sdk-kafka/client' autoload :Errors, 'aws-sdk-kafka/errors' autoload :Resource, 'aws-sdk-kafka/resource' autoload :EndpointParameters, 'aws-sdk-kafka/endpoint_parameters' autoload :EndpointProvider, 'aws-sdk-kafka/endpoint_provider' autoload :Endpoints, 'aws-sdk-kafka/endpoints' GEM_VERSION = '1.87.0' end require_relative 'aws-sdk-kafka/customizations'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aws-sdk-kafka-1.87.0 | lib/aws-sdk-kafka.rb |