libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager
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.AuditManager.BatchCreateDelegationByAssessment

Description

Create a batch of delegations for a specified assessment in Audit Manager.

Synopsis

Creating a Request

data BatchCreateDelegationByAssessment Source #

See: newBatchCreateDelegationByAssessment smart constructor.

Constructors

BatchCreateDelegationByAssessment' 

Fields

Instances

Instances details
Eq BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

Read BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

Show BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

Generic BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

Associated Types

type Rep BatchCreateDelegationByAssessment :: Type -> Type #

NFData BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

Hashable BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

ToJSON BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

AWSRequest BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

ToHeaders BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

ToPath BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

ToQuery BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

type Rep BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

type Rep BatchCreateDelegationByAssessment = D1 ('MetaData "BatchCreateDelegationByAssessment" "Amazonka.AuditManager.BatchCreateDelegationByAssessment" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "BatchCreateDelegationByAssessment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "createDelegationRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty CreateDelegationRequest)) :*: S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

newBatchCreateDelegationByAssessment Source #

Create a value of BatchCreateDelegationByAssessment 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:createDelegationRequests:BatchCreateDelegationByAssessment', batchCreateDelegationByAssessment_createDelegationRequests - The API request to batch create delegations in Audit Manager.

$sel:assessmentId:BatchCreateDelegationByAssessment', batchCreateDelegationByAssessment_assessmentId - The identifier for the specified assessment.

Request Lenses

Destructuring the Response

data BatchCreateDelegationByAssessmentResponse Source #

Constructors

BatchCreateDelegationByAssessmentResponse' 

Fields

Instances

Instances details
Eq BatchCreateDelegationByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

Read BatchCreateDelegationByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

Show BatchCreateDelegationByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

Generic BatchCreateDelegationByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

NFData BatchCreateDelegationByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

type Rep BatchCreateDelegationByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

type Rep BatchCreateDelegationByAssessmentResponse = D1 ('MetaData "BatchCreateDelegationByAssessmentResponse" "Amazonka.AuditManager.BatchCreateDelegationByAssessment" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "BatchCreateDelegationByAssessmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "delegations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Delegation])) :*: (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchCreateDelegationByAssessmentError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchCreateDelegationByAssessmentResponse Source #

Create a value of BatchCreateDelegationByAssessmentResponse 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:delegations:BatchCreateDelegationByAssessmentResponse', batchCreateDelegationByAssessmentResponse_delegations - The delegations associated with the assessment.

$sel:errors:BatchCreateDelegationByAssessmentResponse', batchCreateDelegationByAssessmentResponse_errors - A list of errors returned by the BatchCreateDelegationByAssessment API.

$sel:httpStatus:BatchCreateDelegationByAssessmentResponse', batchCreateDelegationByAssessmentResponse_httpStatus - The response's http status code.

Response Lenses