Skip to content

DynamoDB  >  Operations  >  update_kinesis_streaming_destination

update_kinesis_streaming_destination

Operation

update_kinesis_streaming_destination async

update_kinesis_streaming_destination(input: UpdateKinesisStreamingDestinationInput, plugins: list[Plugin] | None = None) -> UpdateKinesisStreamingDestinationOutput

The command to update the Kinesis stream destination.

Parameters:

Name Type Description Default
input UpdateKinesisStreamingDestinationInput

An instance of UpdateKinesisStreamingDestinationInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
UpdateKinesisStreamingDestinationOutput

An instance of UpdateKinesisStreamingDestinationOutput.

Input

UpdateKinesisStreamingDestinationInput dataclass

Dataclass for UpdateKinesisStreamingDestinationInput structure.

Attributes

stream_arn class-attribute instance-attribute
stream_arn: str | None = None

The Amazon Resource Name (ARN) for the Kinesis stream input.

table_name class-attribute instance-attribute
table_name: str | None = None

The table name for the Kinesis streaming destination input. You can also provide the ARN of the table in this parameter.

update_kinesis_streaming_configuration class-attribute instance-attribute
update_kinesis_streaming_configuration: UpdateKinesisStreamingConfiguration | None = None

The command to update the Kinesis stream configuration.

Output

UpdateKinesisStreamingDestinationOutput dataclass

Dataclass for UpdateKinesisStreamingDestinationOutput structure.

Attributes

destination_status class-attribute instance-attribute
destination_status: DestinationStatus | None = None

The status of the attempt to update the Kinesis streaming destination output.

stream_arn class-attribute instance-attribute
stream_arn: str | None = None

The ARN for the Kinesis stream input.

table_name class-attribute instance-attribute
table_name: str | None = None

The table name for the Kinesis streaming destination output.

update_kinesis_streaming_configuration class-attribute instance-attribute
update_kinesis_streaming_configuration: UpdateKinesisStreamingConfiguration | None = None

The command to update the Kinesis streaming destination configuration.