| 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 |
Amazonka.APIGateway.DeleteIntegrationResponse
Description
Represents a delete integration response.
Synopsis
- data DeleteIntegrationResponse = DeleteIntegrationResponse' {
- restApiId :: Text
- resourceId :: Text
- httpMethod :: Text
- statusCode :: Text
- newDeleteIntegrationResponse :: Text -> Text -> Text -> Text -> DeleteIntegrationResponse
- deleteIntegrationResponse_restApiId :: Lens' DeleteIntegrationResponse Text
- deleteIntegrationResponse_resourceId :: Lens' DeleteIntegrationResponse Text
- deleteIntegrationResponse_httpMethod :: Lens' DeleteIntegrationResponse Text
- deleteIntegrationResponse_statusCode :: Lens' DeleteIntegrationResponse Text
- data DeleteIntegrationResponseResponse = DeleteIntegrationResponseResponse' {
- newDeleteIntegrationResponseResponse :: DeleteIntegrationResponseResponse
Creating a Request
data DeleteIntegrationResponse Source #
Represents a delete integration response request.
See: newDeleteIntegrationResponse smart constructor.
Constructors
| DeleteIntegrationResponse' | |
Fields
| |
Instances
newDeleteIntegrationResponse Source #
Arguments
| :: Text | |
| -> 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:restApiId:DeleteIntegrationResponse', deleteIntegrationResponse_restApiId - [Required] The string identifier of the associated RestApi.
$sel:resourceId:DeleteIntegrationResponse', deleteIntegrationResponse_resourceId - [Required] Specifies a delete integration response request's resource
identifier.
$sel:httpMethod:DeleteIntegrationResponse', deleteIntegrationResponse_httpMethod - [Required] Specifies a delete integration response request's HTTP
method.
$sel:statusCode:DeleteIntegrationResponse', deleteIntegrationResponse_statusCode - [Required] Specifies a delete integration response request's status
code.
Request Lenses
deleteIntegrationResponse_restApiId :: Lens' DeleteIntegrationResponse Text Source #
- Required
- The string identifier of the associated RestApi.
deleteIntegrationResponse_resourceId :: Lens' DeleteIntegrationResponse Text Source #
- Required
- Specifies a delete integration response request's resource identifier.
deleteIntegrationResponse_httpMethod :: Lens' DeleteIntegrationResponse Text Source #
- Required
- Specifies a delete integration response request's HTTP method.
deleteIntegrationResponse_statusCode :: Lens' DeleteIntegrationResponse Text Source #
- Required
- Specifies a delete integration response request's status code.
Destructuring the Response
data DeleteIntegrationResponseResponse Source #
See: newDeleteIntegrationResponseResponse smart constructor.
Constructors
| DeleteIntegrationResponseResponse' | |
Instances
| Eq DeleteIntegrationResponseResponse Source # | |
| Read DeleteIntegrationResponseResponse Source # | |
| Show DeleteIntegrationResponseResponse Source # | |
Defined in Amazonka.APIGateway.DeleteIntegrationResponse Methods showsPrec :: Int -> DeleteIntegrationResponseResponse -> ShowS # | |
| Generic DeleteIntegrationResponseResponse Source # | |
Defined in Amazonka.APIGateway.DeleteIntegrationResponse Associated Types type Rep DeleteIntegrationResponseResponse :: Type -> Type # | |
| NFData DeleteIntegrationResponseResponse Source # | |
Defined in Amazonka.APIGateway.DeleteIntegrationResponse Methods rnf :: DeleteIntegrationResponseResponse -> () # | |
| 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.