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 an IntegrationResponses.
Synopsis
- data DeleteIntegrationResponse = DeleteIntegrationResponse' {}
- newDeleteIntegrationResponse :: Text -> Text -> Text -> DeleteIntegrationResponse
- deleteIntegrationResponse_apiId :: Lens' DeleteIntegrationResponse Text
- deleteIntegrationResponse_integrationResponseId :: Lens' DeleteIntegrationResponse Text
- deleteIntegrationResponse_integrationId :: Lens' DeleteIntegrationResponse Text
- data DeleteIntegrationResponseResponse = DeleteIntegrationResponseResponse' {
- newDeleteIntegrationResponseResponse :: DeleteIntegrationResponseResponse
Creating a Request
data DeleteIntegrationResponse Source #
See: newDeleteIntegrationResponse
smart constructor.
DeleteIntegrationResponse' | |
|
Instances
newDeleteIntegrationResponse Source #
:: Text | |
-> Text | |
-> Text | |
-> DeleteIntegrationResponse |
Create a value of DeleteIntegrationResponse
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:apiId:DeleteIntegrationResponse'
, deleteIntegrationResponse_apiId
- The API identifier.
$sel:integrationResponseId:DeleteIntegrationResponse'
, deleteIntegrationResponse_integrationResponseId
- The integration response ID.
$sel:integrationId:DeleteIntegrationResponse'
, deleteIntegrationResponse_integrationId
- The integration ID.
Request Lenses
deleteIntegrationResponse_apiId :: Lens' DeleteIntegrationResponse Text Source #
The API identifier.
deleteIntegrationResponse_integrationResponseId :: Lens' DeleteIntegrationResponse Text Source #
The integration response ID.
deleteIntegrationResponse_integrationId :: Lens' DeleteIntegrationResponse Text Source #
The integration ID.
Destructuring the Response
data DeleteIntegrationResponseResponse Source #
See: newDeleteIntegrationResponseResponse
smart constructor.
Instances
Eq DeleteIntegrationResponseResponse Source # | |
Read DeleteIntegrationResponseResponse Source # | |
Show DeleteIntegrationResponseResponse Source # | |
Generic DeleteIntegrationResponseResponse Source # | |
NFData DeleteIntegrationResponseResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteIntegrationResponse rnf :: DeleteIntegrationResponseResponse -> () # | |
type Rep DeleteIntegrationResponseResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteIntegrationResponse type Rep DeleteIntegrationResponseResponse = D1 ('MetaData "DeleteIntegrationResponseResponse" "Amazonka.ApiGatewayV2.DeleteIntegrationResponse" "libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2" 'False) (C1 ('MetaCons "DeleteIntegrationResponseResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newDeleteIntegrationResponseResponse :: DeleteIntegrationResponseResponse Source #
Create a value of DeleteIntegrationResponseResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.