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 |
Deletes the output destination configuration from your SQL-based Kinesis Data Analytics application's configuration. Kinesis Data Analytics will no longer write data from the corresponding in-application stream to the external output destination.
Synopsis
- data DeleteApplicationOutput = DeleteApplicationOutput' {}
- newDeleteApplicationOutput :: Text -> Natural -> Text -> DeleteApplicationOutput
- deleteApplicationOutput_applicationName :: Lens' DeleteApplicationOutput Text
- deleteApplicationOutput_currentApplicationVersionId :: Lens' DeleteApplicationOutput Natural
- deleteApplicationOutput_outputId :: Lens' DeleteApplicationOutput Text
- data DeleteApplicationOutputResponse = DeleteApplicationOutputResponse' {}
- newDeleteApplicationOutputResponse :: Int -> DeleteApplicationOutputResponse
- deleteApplicationOutputResponse_applicationARN :: Lens' DeleteApplicationOutputResponse (Maybe Text)
- deleteApplicationOutputResponse_applicationVersionId :: Lens' DeleteApplicationOutputResponse (Maybe Natural)
- deleteApplicationOutputResponse_httpStatus :: Lens' DeleteApplicationOutputResponse Int
Creating a Request
data DeleteApplicationOutput Source #
See: newDeleteApplicationOutput
smart constructor.
DeleteApplicationOutput' | |
|
Instances
newDeleteApplicationOutput Source #
:: Text | |
-> Natural | |
-> Text | |
-> DeleteApplicationOutput |
Create a value of DeleteApplicationOutput
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:
DeleteApplicationOutput
, deleteApplicationOutput_applicationName
- The application name.
$sel:currentApplicationVersionId:DeleteApplicationOutput'
, deleteApplicationOutput_currentApplicationVersionId
- The application version. You can use the DescribeApplication operation
to get the current application version. If the version specified is not
the current version, the ConcurrentModificationException
is returned.
DeleteApplicationOutput
, deleteApplicationOutput_outputId
- The ID of the configuration to delete. Each output configuration that is
added to the application (either when the application is created or
later) using the AddApplicationOutput operation has a unique ID. You
need to provide the ID to uniquely identify the output configuration
that you want to delete from the application configuration. You can use
the DescribeApplication operation to get the specific OutputId
.
Request Lenses
deleteApplicationOutput_applicationName :: Lens' DeleteApplicationOutput Text Source #
The application name.
deleteApplicationOutput_currentApplicationVersionId :: Lens' DeleteApplicationOutput Natural Source #
The application version. You can use the DescribeApplication operation
to get the current application version. If the version specified is not
the current version, the ConcurrentModificationException
is returned.
deleteApplicationOutput_outputId :: Lens' DeleteApplicationOutput Text Source #
The ID of the configuration to delete. Each output configuration that is
added to the application (either when the application is created or
later) using the AddApplicationOutput operation has a unique ID. You
need to provide the ID to uniquely identify the output configuration
that you want to delete from the application configuration. You can use
the DescribeApplication operation to get the specific OutputId
.
Destructuring the Response
data DeleteApplicationOutputResponse Source #
See: newDeleteApplicationOutputResponse
smart constructor.
DeleteApplicationOutputResponse' | |
|
Instances
newDeleteApplicationOutputResponse Source #
Create a value of DeleteApplicationOutputResponse
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:
DeleteApplicationOutputResponse
, deleteApplicationOutputResponse_applicationARN
- The application Amazon Resource Name (ARN).
DeleteApplicationOutputResponse
, deleteApplicationOutputResponse_applicationVersionId
- The current application version ID.
$sel:httpStatus:DeleteApplicationOutputResponse'
, deleteApplicationOutputResponse_httpStatus
- The response's http status code.
Response Lenses
deleteApplicationOutputResponse_applicationARN :: Lens' DeleteApplicationOutputResponse (Maybe Text) Source #
The application Amazon Resource Name (ARN).
deleteApplicationOutputResponse_applicationVersionId :: Lens' DeleteApplicationOutputResponse (Maybe Natural) Source #
The current application version ID.
deleteApplicationOutputResponse_httpStatus :: Lens' DeleteApplicationOutputResponse Int Source #
The response's http status code.