| 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 |
Network.AWS.CodeDeploy.RegisterApplicationRevision
Description
Registers with AWS CodeDeploy a revision for the specified application.
- registerApplicationRevision :: Text -> RevisionLocation -> RegisterApplicationRevision
- data RegisterApplicationRevision
- rarDescription :: Lens' RegisterApplicationRevision (Maybe Text)
- rarApplicationName :: Lens' RegisterApplicationRevision Text
- rarRevision :: Lens' RegisterApplicationRevision RevisionLocation
- registerApplicationRevisionResponse :: RegisterApplicationRevisionResponse
- data RegisterApplicationRevisionResponse
Creating a Request
registerApplicationRevision Source #
Creates a value of RegisterApplicationRevision with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rarDescription- A comment about the revision.rarApplicationName- The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.rarRevision- Information about the application revision to register, including type and location.
data RegisterApplicationRevision Source #
Represents the input of a RegisterApplicationRevision operation.
See: registerApplicationRevision smart constructor.
Instances
Request Lenses
rarDescription :: Lens' RegisterApplicationRevision (Maybe Text) Source #
A comment about the revision.
rarApplicationName :: Lens' RegisterApplicationRevision Text Source #
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
rarRevision :: Lens' RegisterApplicationRevision RevisionLocation Source #
Information about the application revision to register, including type and location.
Destructuring the Response
registerApplicationRevisionResponse :: RegisterApplicationRevisionResponse Source #
Creates a value of RegisterApplicationRevisionResponse with the minimum fields required to make a request.
data RegisterApplicationRevisionResponse Source #
See: registerApplicationRevisionResponse smart constructor.
Instances