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 |
Deletes resources linked to an external ID.
Synopsis
- data DeleteResourcesByExternalId = DeleteResourcesByExternalId' {
- externalId :: Maybe Text
- newDeleteResourcesByExternalId :: DeleteResourcesByExternalId
- deleteResourcesByExternalId_externalId :: Lens' DeleteResourcesByExternalId (Maybe Text)
- data DeleteResourcesByExternalIdResponse = DeleteResourcesByExternalIdResponse' {
- httpStatus :: Int
- newDeleteResourcesByExternalIdResponse :: Int -> DeleteResourcesByExternalIdResponse
- deleteResourcesByExternalIdResponse_httpStatus :: Lens' DeleteResourcesByExternalIdResponse Int
Creating a Request
data DeleteResourcesByExternalId Source #
See: newDeleteResourcesByExternalId
smart constructor.
DeleteResourcesByExternalId' | |
|
Instances
newDeleteResourcesByExternalId :: DeleteResourcesByExternalId Source #
Create a value of DeleteResourcesByExternalId
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:externalId:DeleteResourcesByExternalId'
, deleteResourcesByExternalId_externalId
- The unique ID of an external resource (for example, a CloudFormation
stack ID) that is linked to one or more CodeDeploy resources.
Request Lenses
deleteResourcesByExternalId_externalId :: Lens' DeleteResourcesByExternalId (Maybe Text) Source #
The unique ID of an external resource (for example, a CloudFormation stack ID) that is linked to one or more CodeDeploy resources.
Destructuring the Response
data DeleteResourcesByExternalIdResponse Source #
See: newDeleteResourcesByExternalIdResponse
smart constructor.
DeleteResourcesByExternalIdResponse' | |
|
Instances
Eq DeleteResourcesByExternalIdResponse Source # | |
Read DeleteResourcesByExternalIdResponse Source # | |
Show DeleteResourcesByExternalIdResponse Source # | |
Generic DeleteResourcesByExternalIdResponse Source # | |
Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId type Rep DeleteResourcesByExternalIdResponse :: Type -> Type # | |
NFData DeleteResourcesByExternalIdResponse Source # | |
Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId rnf :: DeleteResourcesByExternalIdResponse -> () # | |
type Rep DeleteResourcesByExternalIdResponse Source # | |
Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId type Rep DeleteResourcesByExternalIdResponse = D1 ('MetaData "DeleteResourcesByExternalIdResponse" "Amazonka.CodeDeploy.DeleteResourcesByExternalId" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "DeleteResourcesByExternalIdResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteResourcesByExternalIdResponse Source #
Create a value of DeleteResourcesByExternalIdResponse
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:httpStatus:DeleteResourcesByExternalIdResponse'
, deleteResourcesByExternalIdResponse_httpStatus
- The response's http status code.
Response Lenses
deleteResourcesByExternalIdResponse_httpStatus :: Lens' DeleteResourcesByExternalIdResponse Int Source #
The response's http status code.