Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel. After the delivery has started, Config sends the following notifications using an Amazon SNS topic that you have specified.
- Notification of the start of the delivery.
- Notification of the completion of the delivery, if the delivery was successfully completed.
- Notification of delivery failure, if the delivery failed.
Synopsis
- data DeliverConfigSnapshot = DeliverConfigSnapshot' {}
- newDeliverConfigSnapshot :: Text -> DeliverConfigSnapshot
- deliverConfigSnapshot_deliveryChannelName :: Lens' DeliverConfigSnapshot Text
- data DeliverConfigSnapshotResponse = DeliverConfigSnapshotResponse' {}
- newDeliverConfigSnapshotResponse :: Int -> DeliverConfigSnapshotResponse
- deliverConfigSnapshotResponse_configSnapshotId :: Lens' DeliverConfigSnapshotResponse (Maybe Text)
- deliverConfigSnapshotResponse_httpStatus :: Lens' DeliverConfigSnapshotResponse Int
Creating a Request
data DeliverConfigSnapshot Source #
The input for the DeliverConfigSnapshot action.
See: newDeliverConfigSnapshot
smart constructor.
DeliverConfigSnapshot' | |
|
Instances
newDeliverConfigSnapshot Source #
Create a value of DeliverConfigSnapshot
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:deliveryChannelName:DeliverConfigSnapshot'
, deliverConfigSnapshot_deliveryChannelName
- The name of the delivery channel through which the snapshot is
delivered.
Request Lenses
deliverConfigSnapshot_deliveryChannelName :: Lens' DeliverConfigSnapshot Text Source #
The name of the delivery channel through which the snapshot is delivered.
Destructuring the Response
data DeliverConfigSnapshotResponse Source #
The output for the DeliverConfigSnapshot action, in JSON format.
See: newDeliverConfigSnapshotResponse
smart constructor.
DeliverConfigSnapshotResponse' | |
|
Instances
newDeliverConfigSnapshotResponse Source #
Create a value of DeliverConfigSnapshotResponse
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:configSnapshotId:DeliverConfigSnapshotResponse'
, deliverConfigSnapshotResponse_configSnapshotId
- The ID of the snapshot that is being created.
$sel:httpStatus:DeliverConfigSnapshotResponse'
, deliverConfigSnapshotResponse_httpStatus
- The response's http status code.
Response Lenses
deliverConfigSnapshotResponse_configSnapshotId :: Lens' DeliverConfigSnapshotResponse (Maybe Text) Source #
The ID of the snapshot that is being created.
deliverConfigSnapshotResponse_httpStatus :: Lens' DeliverConfigSnapshotResponse Int Source #
The response's http status code.