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 |
Generates a target change set for a currently launched stack and writes it to an Amazon S3 object in the customer’s Amazon S3 bucket.
Synopsis
- data GenerateChangeSet = GenerateChangeSet' {}
- newGenerateChangeSet :: GenerateChangeSet
- generateChangeSet_appId :: Lens' GenerateChangeSet (Maybe Text)
- generateChangeSet_changesetFormat :: Lens' GenerateChangeSet (Maybe OutputFormat)
- data GenerateChangeSetResponse = GenerateChangeSetResponse' {}
- newGenerateChangeSetResponse :: Int -> GenerateChangeSetResponse
- generateChangeSetResponse_s3Location :: Lens' GenerateChangeSetResponse (Maybe S3Location)
- generateChangeSetResponse_httpStatus :: Lens' GenerateChangeSetResponse Int
Creating a Request
data GenerateChangeSet Source #
See: newGenerateChangeSet
smart constructor.
GenerateChangeSet' | |
|
Instances
newGenerateChangeSet :: GenerateChangeSet Source #
Create a value of GenerateChangeSet
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:appId:GenerateChangeSet'
, generateChangeSet_appId
- The ID of the application associated with the change set.
$sel:changesetFormat:GenerateChangeSet'
, generateChangeSet_changesetFormat
- The format for the change set.
Request Lenses
generateChangeSet_appId :: Lens' GenerateChangeSet (Maybe Text) Source #
The ID of the application associated with the change set.
generateChangeSet_changesetFormat :: Lens' GenerateChangeSet (Maybe OutputFormat) Source #
The format for the change set.
Destructuring the Response
data GenerateChangeSetResponse Source #
See: newGenerateChangeSetResponse
smart constructor.
GenerateChangeSetResponse' | |
|
Instances
newGenerateChangeSetResponse Source #
Create a value of GenerateChangeSetResponse
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:s3Location:GenerateChangeSetResponse'
, generateChangeSetResponse_s3Location
- The location of the Amazon S3 object.
$sel:httpStatus:GenerateChangeSetResponse'
, generateChangeSetResponse_httpStatus
- The response's http status code.
Response Lenses
generateChangeSetResponse_s3Location :: Lens' GenerateChangeSetResponse (Maybe S3Location) Source #
The location of the Amazon S3 object.
generateChangeSetResponse_httpStatus :: Lens' GenerateChangeSetResponse Int Source #
The response's http status code.