| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DynamoDB.DisableKinesisStreamingDestination
Description
Stops replication from the DynamoDB table to the Kinesis data stream. This is done without deleting either of the resources.
Synopsis
- data DisableKinesisStreamingDestination = DisableKinesisStreamingDestination' {}
- newDisableKinesisStreamingDestination :: Text -> Text -> DisableKinesisStreamingDestination
- disableKinesisStreamingDestination_tableName :: Lens' DisableKinesisStreamingDestination Text
- disableKinesisStreamingDestination_streamArn :: Lens' DisableKinesisStreamingDestination Text
- data KinesisStreamingDestinationOutput = KinesisStreamingDestinationOutput' {}
- newKinesisStreamingDestinationOutput :: KinesisStreamingDestinationOutput
- kinesisStreamingDestinationOutput_destinationStatus :: Lens' KinesisStreamingDestinationOutput (Maybe DestinationStatus)
- kinesisStreamingDestinationOutput_streamArn :: Lens' KinesisStreamingDestinationOutput (Maybe Text)
- kinesisStreamingDestinationOutput_tableName :: Lens' KinesisStreamingDestinationOutput (Maybe Text)
Creating a Request
data DisableKinesisStreamingDestination Source #
See: newDisableKinesisStreamingDestination smart constructor.
Constructors
| DisableKinesisStreamingDestination' | |
Instances
newDisableKinesisStreamingDestination Source #
Arguments
| :: Text | |
| -> Text | |
| -> DisableKinesisStreamingDestination |
Create a value of DisableKinesisStreamingDestination with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DisableKinesisStreamingDestination, disableKinesisStreamingDestination_tableName - The name of the DynamoDB table.
DisableKinesisStreamingDestination, disableKinesisStreamingDestination_streamArn - The ARN for a Kinesis data stream.
Request Lenses
disableKinesisStreamingDestination_tableName :: Lens' DisableKinesisStreamingDestination Text Source #
The name of the DynamoDB table.
disableKinesisStreamingDestination_streamArn :: Lens' DisableKinesisStreamingDestination Text Source #
The ARN for a Kinesis data stream.
Destructuring the Response
data KinesisStreamingDestinationOutput Source #
See: newKinesisStreamingDestinationOutput smart constructor.
Constructors
| KinesisStreamingDestinationOutput' | |
Fields
| |
Instances
newKinesisStreamingDestinationOutput :: KinesisStreamingDestinationOutput Source #
Create a value of KinesisStreamingDestinationOutput with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:destinationStatus:KinesisStreamingDestinationOutput', kinesisStreamingDestinationOutput_destinationStatus - The current status of the replication.
$sel:streamArn:KinesisStreamingDestinationOutput', kinesisStreamingDestinationOutput_streamArn - The ARN for the specific Kinesis data stream.
$sel:tableName:KinesisStreamingDestinationOutput', kinesisStreamingDestinationOutput_tableName - The name of the table being modified.
Response Lenses
kinesisStreamingDestinationOutput_destinationStatus :: Lens' KinesisStreamingDestinationOutput (Maybe DestinationStatus) Source #
The current status of the replication.
kinesisStreamingDestinationOutput_streamArn :: Lens' KinesisStreamingDestinationOutput (Maybe Text) Source #
The ARN for the specific Kinesis data stream.
kinesisStreamingDestinationOutput_tableName :: Lens' KinesisStreamingDestinationOutput (Maybe Text) Source #
The name of the table being modified.