Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.ApiGatewayV2.DeleteIntegrationResponse
Description
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.
Constructors
DeleteIntegrationResponse' | |
Fields
|
Instances
newDeleteIntegrationResponse Source #
Arguments
:: 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:
DeleteIntegrationResponse
, deleteIntegrationResponse_apiId
- The API identifier.
DeleteIntegrationResponse
, deleteIntegrationResponse_integrationResponseId
- The integration response ID.
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.
Constructors
DeleteIntegrationResponseResponse' | |
Instances
Generic DeleteIntegrationResponseResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteIntegrationResponse Associated Types type Rep DeleteIntegrationResponseResponse :: Type -> Type # | |
Read DeleteIntegrationResponseResponse Source # | |
Show DeleteIntegrationResponseResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteIntegrationResponse Methods showsPrec :: Int -> DeleteIntegrationResponseResponse -> ShowS # | |
NFData DeleteIntegrationResponseResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteIntegrationResponse Methods rnf :: DeleteIntegrationResponseResponse -> () # | |
Eq DeleteIntegrationResponseResponse Source # | |
type Rep DeleteIntegrationResponseResponse Source # | |
newDeleteIntegrationResponseResponse :: DeleteIntegrationResponseResponse Source #
Create a value of DeleteIntegrationResponseResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.