amazonka-migrationhubstrategy-2.0: Amazon Migration Hub Strategy Recommendations 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.MigrationHubStrategy.StartAssessment

Description

Starts the assessment of an on-premises environment.

Synopsis

Creating a Request

data StartAssessment Source #

See: newStartAssessment smart constructor.

Constructors

StartAssessment' 

Fields

Instances

Instances details
ToJSON StartAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StartAssessment

ToHeaders StartAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StartAssessment

ToPath StartAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StartAssessment

ToQuery StartAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StartAssessment

AWSRequest StartAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StartAssessment

Associated Types

type AWSResponse StartAssessment #

Generic StartAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StartAssessment

Associated Types

type Rep StartAssessment :: Type -> Type #

Read StartAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StartAssessment

Show StartAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StartAssessment

NFData StartAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StartAssessment

Methods

rnf :: StartAssessment -> () #

Eq StartAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StartAssessment

Hashable StartAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StartAssessment

type AWSResponse StartAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StartAssessment

type Rep StartAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StartAssessment

type Rep StartAssessment = D1 ('MetaData "StartAssessment" "Amazonka.MigrationHubStrategy.StartAssessment" "amazonka-migrationhubstrategy-2.0-mnEPazDQ9LCt8OMOo53lQ" 'False) (C1 ('MetaCons "StartAssessment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentTargets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AssessmentTarget])) :*: (S1 ('MetaSel ('Just "s3bucketForAnalysisData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3bucketForReportData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newStartAssessment :: StartAssessment Source #

Create a value of StartAssessment 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:assessmentTargets:StartAssessment', startAssessment_assessmentTargets - List of criteria for assessment.

$sel:s3bucketForAnalysisData:StartAssessment', startAssessment_s3bucketForAnalysisData - The S3 bucket used by the collectors to send analysis data to the service. The bucket name must begin with migrationhub-strategy-.

$sel:s3bucketForReportData:StartAssessment', startAssessment_s3bucketForReportData - The S3 bucket where all the reports generated by the service are stored. The bucket name must begin with migrationhub-strategy-.

Request Lenses

startAssessment_s3bucketForAnalysisData :: Lens' StartAssessment (Maybe Text) Source #

The S3 bucket used by the collectors to send analysis data to the service. The bucket name must begin with migrationhub-strategy-.

startAssessment_s3bucketForReportData :: Lens' StartAssessment (Maybe Text) Source #

The S3 bucket where all the reports generated by the service are stored. The bucket name must begin with migrationhub-strategy-.

Destructuring the Response

data StartAssessmentResponse Source #

See: newStartAssessmentResponse smart constructor.

Constructors

StartAssessmentResponse' 

Fields

Instances

Instances details
Generic StartAssessmentResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StartAssessment

Associated Types

type Rep StartAssessmentResponse :: Type -> Type #

Read StartAssessmentResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StartAssessment

Show StartAssessmentResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StartAssessment

NFData StartAssessmentResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StartAssessment

Methods

rnf :: StartAssessmentResponse -> () #

Eq StartAssessmentResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StartAssessment

type Rep StartAssessmentResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StartAssessment

type Rep StartAssessmentResponse = D1 ('MetaData "StartAssessmentResponse" "Amazonka.MigrationHubStrategy.StartAssessment" "amazonka-migrationhubstrategy-2.0-mnEPazDQ9LCt8OMOo53lQ" 'False) (C1 ('MetaCons "StartAssessmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartAssessmentResponse Source #

Create a value of StartAssessmentResponse 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:assessmentId:StartAssessmentResponse', startAssessmentResponse_assessmentId - The ID of the assessment.

$sel:httpStatus:StartAssessmentResponse', startAssessmentResponse_httpStatus - The response's http status code.

Response Lenses