Copyright | (c) 2013-2018 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 |
Language | Haskell2010 |
Initiates a bulk publish of all existing datasets for an Identity Pool to the configured stream. Customers are limited to one successful bulk publish per 24 hours. Bulk publish is an asynchronous request, customers can see the status of the request via the GetBulkPublishDetails operation.
This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity.
Creating a Request
Creates a value of BulkPublish
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
bpIdentityPoolId
- A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
data BulkPublish Source #
The input for the BulkPublish operation.
See: bulkPublish
smart constructor.
Instances
Request Lenses
bpIdentityPoolId :: Lens' BulkPublish Text Source #
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
Destructuring the Response
Creates a value of BulkPublishResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
bprsIdentityPoolId
- A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.bprsResponseStatus
- -- | The response status code.
data BulkPublishResponse Source #
The output for the BulkPublish operation.
See: bulkPublishResponse
smart constructor.
Instances
Response Lenses
bprsIdentityPoolId :: Lens' BulkPublishResponse (Maybe Text) Source #
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
bprsResponseStatus :: Lens' BulkPublishResponse Int Source #
- - | The response status code.