libZSservicesZSamazonka-databrewZSamazonka-databrew
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DataBrew.DescribeSchedule

Description

Returns the definition of a specific DataBrew schedule.

Synopsis

Creating a Request

data DescribeSchedule Source #

See: newDescribeSchedule smart constructor.

Constructors

DescribeSchedule' 

Fields

  • name :: Text

    The name of the schedule to be described.

Instances

Instances details
Eq DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Read DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Show DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Generic DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Associated Types

type Rep DescribeSchedule :: Type -> Type #

NFData DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Methods

rnf :: DescribeSchedule -> () #

Hashable DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

AWSRequest DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Associated Types

type AWSResponse DescribeSchedule #

ToHeaders DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

ToPath DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

ToQuery DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

type Rep DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

type Rep DescribeSchedule = D1 ('MetaData "DescribeSchedule" "Amazonka.DataBrew.DescribeSchedule" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DescribeSchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

newDescribeSchedule Source #

Create a value of DescribeSchedule 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:name:DescribeSchedule', describeSchedule_name - The name of the schedule to be described.

Request Lenses

describeSchedule_name :: Lens' DescribeSchedule Text Source #

The name of the schedule to be described.

Destructuring the Response

data DescribeScheduleResponse Source #

See: newDescribeScheduleResponse smart constructor.

Constructors

DescribeScheduleResponse' 

Fields

Instances

Instances details
Eq DescribeScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Read DescribeScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Show DescribeScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Generic DescribeScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Associated Types

type Rep DescribeScheduleResponse :: Type -> Type #

NFData DescribeScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

type Rep DescribeScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

newDescribeScheduleResponse Source #

Create a value of DescribeScheduleResponse 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:lastModifiedDate:DescribeScheduleResponse', describeScheduleResponse_lastModifiedDate - The date and time that the schedule was last modified.

$sel:createDate:DescribeScheduleResponse', describeScheduleResponse_createDate - The date and time that the schedule was created.

$sel:createdBy:DescribeScheduleResponse', describeScheduleResponse_createdBy - The identifier (user name) of the user who created the schedule.

$sel:resourceArn:DescribeScheduleResponse', describeScheduleResponse_resourceArn - The Amazon Resource Name (ARN) of the schedule.

$sel:cronExpression:DescribeScheduleResponse', describeScheduleResponse_cronExpression - The date or dates and time or times when the jobs are to be run for the schedule. For more information, see Cron expressions in the Glue DataBrew Developer Guide.

$sel:lastModifiedBy:DescribeScheduleResponse', describeScheduleResponse_lastModifiedBy - The identifier (user name) of the user who last modified the schedule.

$sel:jobNames:DescribeScheduleResponse', describeScheduleResponse_jobNames - The name or names of one or more jobs to be run by using the schedule.

$sel:tags:DescribeScheduleResponse', describeScheduleResponse_tags - Metadata tags associated with this schedule.

$sel:httpStatus:DescribeScheduleResponse', describeScheduleResponse_httpStatus - The response's http status code.

$sel:name:DescribeSchedule', describeScheduleResponse_name - The name of the schedule.

Response Lenses

describeScheduleResponse_lastModifiedDate :: Lens' DescribeScheduleResponse (Maybe UTCTime) Source #

The date and time that the schedule was last modified.

describeScheduleResponse_createDate :: Lens' DescribeScheduleResponse (Maybe UTCTime) Source #

The date and time that the schedule was created.

describeScheduleResponse_createdBy :: Lens' DescribeScheduleResponse (Maybe Text) Source #

The identifier (user name) of the user who created the schedule.

describeScheduleResponse_resourceArn :: Lens' DescribeScheduleResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the schedule.

describeScheduleResponse_cronExpression :: Lens' DescribeScheduleResponse (Maybe Text) Source #

The date or dates and time or times when the jobs are to be run for the schedule. For more information, see Cron expressions in the Glue DataBrew Developer Guide.

describeScheduleResponse_lastModifiedBy :: Lens' DescribeScheduleResponse (Maybe Text) Source #

The identifier (user name) of the user who last modified the schedule.

describeScheduleResponse_jobNames :: Lens' DescribeScheduleResponse (Maybe [Text]) Source #

The name or names of one or more jobs to be run by using the schedule.

describeScheduleResponse_tags :: Lens' DescribeScheduleResponse (Maybe (HashMap Text Text)) Source #

Metadata tags associated with this schedule.