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.StartProjectSession

Description

Creates an interactive session, enabling you to manipulate data in a DataBrew project.

Synopsis

Creating a Request

data StartProjectSession Source #

See: newStartProjectSession smart constructor.

Constructors

StartProjectSession' 

Fields

  • assumeControl :: Maybe Bool

    A value that, if true, enables you to take control of a session, even if a different client is currently accessing the project.

  • name :: Text

    The name of the project to act upon.

Instances

Instances details
Eq StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Read StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Show StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Generic StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Associated Types

type Rep StartProjectSession :: Type -> Type #

NFData StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Methods

rnf :: StartProjectSession -> () #

Hashable StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

ToJSON StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

AWSRequest StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Associated Types

type AWSResponse StartProjectSession #

ToHeaders StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

ToPath StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

ToQuery StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

type Rep StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

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

Defined in Amazonka.DataBrew.StartProjectSession

newStartProjectSession Source #

Create a value of StartProjectSession 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:assumeControl:StartProjectSession', startProjectSession_assumeControl - A value that, if true, enables you to take control of a session, even if a different client is currently accessing the project.

$sel:name:StartProjectSession', startProjectSession_name - The name of the project to act upon.

Request Lenses

startProjectSession_assumeControl :: Lens' StartProjectSession (Maybe Bool) Source #

A value that, if true, enables you to take control of a session, even if a different client is currently accessing the project.

startProjectSession_name :: Lens' StartProjectSession Text Source #

The name of the project to act upon.

Destructuring the Response

data StartProjectSessionResponse Source #

See: newStartProjectSessionResponse smart constructor.

Constructors

StartProjectSessionResponse' 

Fields

Instances

Instances details
Eq StartProjectSessionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Read StartProjectSessionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Show StartProjectSessionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Generic StartProjectSessionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Associated Types

type Rep StartProjectSessionResponse :: Type -> Type #

NFData StartProjectSessionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

type Rep StartProjectSessionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

type Rep StartProjectSessionResponse = D1 ('MetaData "StartProjectSessionResponse" "Amazonka.DataBrew.StartProjectSession" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "StartProjectSessionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientSessionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newStartProjectSessionResponse Source #

Create a value of StartProjectSessionResponse 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:clientSessionId:StartProjectSessionResponse', startProjectSessionResponse_clientSessionId - A system-generated identifier for the session.

$sel:httpStatus:StartProjectSessionResponse', startProjectSessionResponse_httpStatus - The response's http status code.

$sel:name:StartProjectSession', startProjectSessionResponse_name - The name of the project to be acted upon.

Response Lenses