class Aws::DynamoDB::Client

def disable_kinesis_streaming_destination(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • disable_kinesis_streaming_destination(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/DisableKinesisStreamingDestination - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::KinesisStreamingDestinationOutput) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :enable_kinesis_streaming_configuration (Types::EnableKinesisStreamingConfiguration) --
  • :stream_arn (required, String) --
  • :table_name (required, String) --
def disable_kinesis_streaming_destination(params = {}, options = {})
  req = build_request(:disable_kinesis_streaming_destination, params)
  req.send_request(options)
end