| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.SSM.CreateAssociationBatch
Description
Associates the specified configuration documents with the specified instances.
When you associate a configuration document with an instance, the configuration agent on the instance processes the configuration document and configures the instance as specified.
If you associate a configuration document with an instance that already has an associated configuration document, we replace the current configuration document with the new configuration document.
See: AWS API Reference for CreateAssociationBatch.
- createAssociationBatch :: CreateAssociationBatch
- data CreateAssociationBatch
- cabEntries :: Lens' CreateAssociationBatch [CreateAssociationBatchRequestEntry]
- createAssociationBatchResponse :: Int -> CreateAssociationBatchResponse
- data CreateAssociationBatchResponse
- cabrsSuccessful :: Lens' CreateAssociationBatchResponse [AssociationDescription]
- cabrsFailed :: Lens' CreateAssociationBatchResponse [FailedCreateAssociation]
- cabrsStatus :: Lens' CreateAssociationBatchResponse Int
Creating a Request
createAssociationBatch :: CreateAssociationBatch Source
Creates a value of CreateAssociationBatch with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data CreateAssociationBatch Source
See: createAssociationBatch smart constructor.
Instances
Request Lenses
cabEntries :: Lens' CreateAssociationBatch [CreateAssociationBatchRequestEntry] Source
One or more associations.
Destructuring the Response
createAssociationBatchResponse Source
Arguments
| :: Int | |
| -> CreateAssociationBatchResponse |
Creates a value of CreateAssociationBatchResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data CreateAssociationBatchResponse Source
See: createAssociationBatchResponse smart constructor.
Response Lenses
cabrsSuccessful :: Lens' CreateAssociationBatchResponse [AssociationDescription] Source
Information about the associations that succeeded.
cabrsFailed :: Lens' CreateAssociationBatchResponse [FailedCreateAssociation] Source
Information about the associations that failed.
cabrsStatus :: Lens' CreateAssociationBatchResponse Int Source
The response status code.