amazonka-discovery-2.0: Amazon Application Discovery Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Discovery.StartContinuousExport

Description

Start the continuous flow of agent's discovered data into Amazon Athena.

Synopsis

Creating a Request

data StartContinuousExport Source #

See: newStartContinuousExport smart constructor.

Instances

Instances details
ToJSON StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

ToHeaders StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

ToPath StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

ToQuery StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

AWSRequest StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

Associated Types

type AWSResponse StartContinuousExport #

Generic StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

Associated Types

type Rep StartContinuousExport :: Type -> Type #

Read StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

Show StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

NFData StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

Methods

rnf :: StartContinuousExport -> () #

Eq StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

Hashable StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

type AWSResponse StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

type Rep StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

type Rep StartContinuousExport = D1 ('MetaData "StartContinuousExport" "Amazonka.Discovery.StartContinuousExport" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" 'False) (C1 ('MetaCons "StartContinuousExport'" 'PrefixI 'False) (U1 :: Type -> Type))

newStartContinuousExport :: StartContinuousExport Source #

Create a value of StartContinuousExport with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

Destructuring the Response

data StartContinuousExportResponse Source #

See: newStartContinuousExportResponse smart constructor.

Constructors

StartContinuousExportResponse' 

Fields

Instances

Instances details
Generic StartContinuousExportResponse Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

Associated Types

type Rep StartContinuousExportResponse :: Type -> Type #

Read StartContinuousExportResponse Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

Show StartContinuousExportResponse Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

NFData StartContinuousExportResponse Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

Eq StartContinuousExportResponse Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

type Rep StartContinuousExportResponse Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

type Rep StartContinuousExportResponse = D1 ('MetaData "StartContinuousExportResponse" "Amazonka.Discovery.StartContinuousExport" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" 'False) (C1 ('MetaCons "StartContinuousExportResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSource)) :*: (S1 ('MetaSel ('Just "exportId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "schemaStorageConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newStartContinuousExportResponse Source #

Create a value of StartContinuousExportResponse 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:

StartContinuousExportResponse, startContinuousExportResponse_dataSource - The type of data collector used to gather this data (currently only offered for AGENT).

StartContinuousExportResponse, startContinuousExportResponse_exportId - The unique ID assigned to this export.

StartContinuousExportResponse, startContinuousExportResponse_s3Bucket - The name of the s3 bucket where the export data parquet files are stored.

StartContinuousExportResponse, startContinuousExportResponse_schemaStorageConfig - A dictionary which describes how the data is stored.

  • databaseName - the name of the Glue database used to store the schema.

StartContinuousExportResponse, startContinuousExportResponse_startTime - The timestamp representing when the continuous export was started.

$sel:httpStatus:StartContinuousExportResponse', startContinuousExportResponse_httpStatus - The response's http status code.

Response Lenses

startContinuousExportResponse_dataSource :: Lens' StartContinuousExportResponse (Maybe DataSource) Source #

The type of data collector used to gather this data (currently only offered for AGENT).

startContinuousExportResponse_s3Bucket :: Lens' StartContinuousExportResponse (Maybe Text) Source #

The name of the s3 bucket where the export data parquet files are stored.

startContinuousExportResponse_schemaStorageConfig :: Lens' StartContinuousExportResponse (Maybe (HashMap Text Text)) Source #

A dictionary which describes how the data is stored.

  • databaseName - the name of the Glue database used to store the schema.

startContinuousExportResponse_startTime :: Lens' StartContinuousExportResponse (Maybe UTCTime) Source #

The timestamp representing when the continuous export was started.