class Aws::DynamoDB::Client
def update_kinesis_streaming_destination(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
update_kinesis_streaming_destination(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/UpdateKinesisStreamingDestination - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::UpdateKinesisStreamingDestinationOutput)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:update_kinesis_streaming_configuration
(Types::UpdateKinesisStreamingConfiguration
) -- -
:stream_arn
(required, String
) -- -
:table_name
(required, String
) --
def update_kinesis_streaming_destination(params = {}, options = {}) req = build_request(:update_kinesis_streaming_destination, params) req.send_request(options) end