amazonka-resiliencehub-2.0: Amazon Resilience Hub 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.ResilienceHub

Contents

Description

Derived from API version 2020-04-30 of the AWS service descriptions, licensed under Apache 2.0.

AWS Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from disruptions. Resilience Hub offers continuous resiliency assessment and validation that integrates into your software development lifecycle. This enables you to uncover resiliency weaknesses, ensure recovery time objective (RTO) and recovery point objective (RPO) targets for your applications are met, and resolve issues before they are released into production.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2020-04-30 of the Amazon Resilience Hub SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by ResilienceHub.

AccessDeniedException

_AccessDeniedException :: AsError a => Fold a ServiceError Source #

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions.

ConflictException

_ConflictException :: AsError a => Fold a ServiceError Source #

Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

InternalServerException

_InternalServerException :: AsError a => Fold a ServiceError Source #

This exception occurs when there is an internal failure in the AWS Resilience Hub service.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

The specified resource could not be found.

ServiceQuotaExceededException

_ServiceQuotaExceededException :: AsError a => Fold a ServiceError Source #

You have exceeded your service quota. To perform the requested action, remove some of the relevant resources, or use Service Quotas to request a service quota increase.

ThrottlingException

_ThrottlingException :: AsError a => Fold a ServiceError Source #

The limit on the number of requests per second was exceeded.

ValidationException

_ValidationException :: AsError a => Fold a ServiceError Source #

Indicates that a request was not valid.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

AddDraftAppVersionResourceMappings

data AddDraftAppVersionResourceMappings Source #

Instances

Instances details
ToJSON AddDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.AddDraftAppVersionResourceMappings

ToHeaders AddDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.AddDraftAppVersionResourceMappings

ToPath AddDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.AddDraftAppVersionResourceMappings

ToQuery AddDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.AddDraftAppVersionResourceMappings

AWSRequest AddDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.AddDraftAppVersionResourceMappings

Generic AddDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.AddDraftAppVersionResourceMappings

Associated Types

type Rep AddDraftAppVersionResourceMappings :: Type -> Type #

Read AddDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.AddDraftAppVersionResourceMappings

Show AddDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.AddDraftAppVersionResourceMappings

NFData AddDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.AddDraftAppVersionResourceMappings

Eq AddDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.AddDraftAppVersionResourceMappings

Hashable AddDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.AddDraftAppVersionResourceMappings

type AWSResponse AddDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.AddDraftAppVersionResourceMappings

type Rep AddDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.AddDraftAppVersionResourceMappings

type Rep AddDraftAppVersionResourceMappings = D1 ('MetaData "AddDraftAppVersionResourceMappings" "Amazonka.ResilienceHub.AddDraftAppVersionResourceMappings" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "AddDraftAppVersionResourceMappings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceMappings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ResourceMapping])))

newAddDraftAppVersionResourceMappings Source #

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

AddDraftAppVersionResourceMappings, addDraftAppVersionResourceMappings_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

AddDraftAppVersionResourceMappings, addDraftAppVersionResourceMappings_resourceMappings - Mappings used to map logical resources from the template to physical resources. You can use the mapping type CFN_STACK if the application template uses a logical stack name. Or you can map individual resources by using the mapping type RESOURCE. We recommend using the mapping type CFN_STACK if the application is backed by a CloudFormation stack.

data AddDraftAppVersionResourceMappingsResponse Source #

Instances

Instances details
Generic AddDraftAppVersionResourceMappingsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.AddDraftAppVersionResourceMappings

Read AddDraftAppVersionResourceMappingsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.AddDraftAppVersionResourceMappings

Show AddDraftAppVersionResourceMappingsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.AddDraftAppVersionResourceMappings

NFData AddDraftAppVersionResourceMappingsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.AddDraftAppVersionResourceMappings

Eq AddDraftAppVersionResourceMappingsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.AddDraftAppVersionResourceMappings

type Rep AddDraftAppVersionResourceMappingsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.AddDraftAppVersionResourceMappings

type Rep AddDraftAppVersionResourceMappingsResponse = D1 ('MetaData "AddDraftAppVersionResourceMappingsResponse" "Amazonka.ResilienceHub.AddDraftAppVersionResourceMappings" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "AddDraftAppVersionResourceMappingsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "appVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceMappings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ResourceMapping]))))

newAddDraftAppVersionResourceMappingsResponse Source #

Create a value of AddDraftAppVersionResourceMappingsResponse 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:httpStatus:AddDraftAppVersionResourceMappingsResponse', addDraftAppVersionResourceMappingsResponse_httpStatus - The response's http status code.

AddDraftAppVersionResourceMappings, addDraftAppVersionResourceMappingsResponse_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

AddDraftAppVersionResourceMappingsResponse, addDraftAppVersionResourceMappingsResponse_appVersion - The version of the application.

AddDraftAppVersionResourceMappings, addDraftAppVersionResourceMappingsResponse_resourceMappings - Mappings used to map logical resources from the template to physical resources. You can use the mapping type CFN_STACK if the application template uses a logical stack name. Or you can map individual resources by using the mapping type RESOURCE. We recommend using the mapping type CFN_STACK if the application is backed by a CloudFormation stack.

CreateApp

data CreateApp Source #

See: newCreateApp smart constructor.

Instances

Instances details
ToJSON CreateApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateApp

ToHeaders CreateApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateApp

Methods

toHeaders :: CreateApp -> [Header] #

ToPath CreateApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateApp

ToQuery CreateApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateApp

AWSRequest CreateApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateApp

Associated Types

type AWSResponse CreateApp #

Generic CreateApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateApp

Associated Types

type Rep CreateApp :: Type -> Type #

Show CreateApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateApp

NFData CreateApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateApp

Methods

rnf :: CreateApp -> () #

Eq CreateApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateApp

Hashable CreateApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateApp

type AWSResponse CreateApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateApp

type Rep CreateApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateApp

newCreateApp Source #

Arguments

:: Text

CreateApp

-> CreateApp 

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

CreateApp, createApp_assessmentSchedule - Assessment execution schedule with 'Daily' or 'Disabled' values.

$sel:clientToken:CreateApp', createApp_clientToken - Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.

CreateApp, createApp_description - The optional description for an app.

CreateApp, createApp_policyArn - The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

CreateApp, createApp_tags - The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.

CreateApp, createApp_name - The name for the application.

data CreateAppResponse Source #

See: newCreateAppResponse smart constructor.

Constructors

CreateAppResponse' Int App 

Instances

Instances details
Generic CreateAppResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateApp

Associated Types

type Rep CreateAppResponse :: Type -> Type #

Show CreateAppResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateApp

NFData CreateAppResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateApp

Methods

rnf :: CreateAppResponse -> () #

Eq CreateAppResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateApp

type Rep CreateAppResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateApp

type Rep CreateAppResponse = D1 ('MetaData "CreateAppResponse" "Amazonka.ResilienceHub.CreateApp" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "CreateAppResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "app") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 App)))

newCreateAppResponse Source #

Create a value of CreateAppResponse 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:httpStatus:CreateAppResponse', createAppResponse_httpStatus - The response's http status code.

$sel:app:CreateAppResponse', createAppResponse_app - The created application returned as an object with details including compliance status, creation time, description, resiliency score, and more.

CreateRecommendationTemplate

data CreateRecommendationTemplate Source #

See: newCreateRecommendationTemplate smart constructor.

Instances

Instances details
ToJSON CreateRecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateRecommendationTemplate

ToHeaders CreateRecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateRecommendationTemplate

ToPath CreateRecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateRecommendationTemplate

ToQuery CreateRecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateRecommendationTemplate

AWSRequest CreateRecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateRecommendationTemplate

Generic CreateRecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateRecommendationTemplate

Associated Types

type Rep CreateRecommendationTemplate :: Type -> Type #

Show CreateRecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateRecommendationTemplate

NFData CreateRecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateRecommendationTemplate

Eq CreateRecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateRecommendationTemplate

Hashable CreateRecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateRecommendationTemplate

type AWSResponse CreateRecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateRecommendationTemplate

type Rep CreateRecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateRecommendationTemplate

type Rep CreateRecommendationTemplate = D1 ('MetaData "CreateRecommendationTemplate" "Amazonka.ResilienceHub.CreateRecommendationTemplate" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "CreateRecommendationTemplate'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TemplateFormat)) :*: S1 ('MetaSel ('Just "recommendationIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))))) :*: ((S1 ('MetaSel ('Just "recommendationTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty RenderRecommendationType))) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text Text))))) :*: (S1 ('MetaSel ('Just "assessmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateRecommendationTemplate Source #

Create a value of CreateRecommendationTemplate 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:bucketName:CreateRecommendationTemplate', createRecommendationTemplate_bucketName - The name of the Amazon S3 bucket that will contain the recommendation template.

$sel:clientToken:CreateRecommendationTemplate', createRecommendationTemplate_clientToken - Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.

CreateRecommendationTemplate, createRecommendationTemplate_format - The format for the recommendation template.

CfnJson
The template is CloudFormation JSON.
CfnYaml
The template is CloudFormation YAML.

CreateRecommendationTemplate, createRecommendationTemplate_recommendationIds - Identifiers for the recommendations used to create a recommendation template.

CreateRecommendationTemplate, createRecommendationTemplate_recommendationTypes - An array of strings that specify the recommendation template type or types.

Alarm
The template is an AlarmRecommendation template.
Sop
The template is a SopRecommendation template.
Test
The template is a TestRecommendation template.

CreateRecommendationTemplate, createRecommendationTemplate_tags - The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.

CreateRecommendationTemplate, createRecommendationTemplate_assessmentArn - The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

CreateRecommendationTemplate, createRecommendationTemplate_name - The name for the recommendation template.

data CreateRecommendationTemplateResponse Source #

Instances

Instances details
Generic CreateRecommendationTemplateResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateRecommendationTemplate

Show CreateRecommendationTemplateResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateRecommendationTemplate

NFData CreateRecommendationTemplateResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateRecommendationTemplate

Eq CreateRecommendationTemplateResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateRecommendationTemplate

type Rep CreateRecommendationTemplateResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateRecommendationTemplate

type Rep CreateRecommendationTemplateResponse = D1 ('MetaData "CreateRecommendationTemplateResponse" "Amazonka.ResilienceHub.CreateRecommendationTemplate" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "CreateRecommendationTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recommendationTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecommendationTemplate)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateRecommendationTemplateResponse Source #

Create a value of CreateRecommendationTemplateResponse 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:recommendationTemplate:CreateRecommendationTemplateResponse', createRecommendationTemplateResponse_recommendationTemplate - The newly created recommendation template, returned as an object. This object includes the template's name, format, status, tags, Amazon S3 bucket location, and more.

$sel:httpStatus:CreateRecommendationTemplateResponse', createRecommendationTemplateResponse_httpStatus - The response's http status code.

CreateResiliencyPolicy

data CreateResiliencyPolicy Source #

See: newCreateResiliencyPolicy smart constructor.

Instances

Instances details
ToJSON CreateResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateResiliencyPolicy

ToHeaders CreateResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateResiliencyPolicy

ToPath CreateResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateResiliencyPolicy

ToQuery CreateResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateResiliencyPolicy

AWSRequest CreateResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateResiliencyPolicy

Associated Types

type AWSResponse CreateResiliencyPolicy #

Generic CreateResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateResiliencyPolicy

Associated Types

type Rep CreateResiliencyPolicy :: Type -> Type #

Show CreateResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateResiliencyPolicy

NFData CreateResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateResiliencyPolicy

Methods

rnf :: CreateResiliencyPolicy -> () #

Eq CreateResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateResiliencyPolicy

Hashable CreateResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateResiliencyPolicy

type AWSResponse CreateResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateResiliencyPolicy

type Rep CreateResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateResiliencyPolicy

newCreateResiliencyPolicy Source #

Create a value of CreateResiliencyPolicy 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:clientToken:CreateResiliencyPolicy', createResiliencyPolicy_clientToken - Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.

CreateResiliencyPolicy, createResiliencyPolicy_dataLocationConstraint - Specifies a high-level geographical location constraint for where your resilience policy data can be stored.

CreateResiliencyPolicy, createResiliencyPolicy_policyDescription - The description for the policy.

CreateResiliencyPolicy, createResiliencyPolicy_tags - The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.

CreateResiliencyPolicy, createResiliencyPolicy_policy - The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.

CreateResiliencyPolicy, createResiliencyPolicy_policyName - The name of the policy

CreateResiliencyPolicy, createResiliencyPolicy_tier - The tier for this resiliency policy, ranging from the highest severity (MissionCritical) to lowest (NonCritical).

data CreateResiliencyPolicyResponse Source #

See: newCreateResiliencyPolicyResponse smart constructor.

Instances

Instances details
Generic CreateResiliencyPolicyResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateResiliencyPolicy

Associated Types

type Rep CreateResiliencyPolicyResponse :: Type -> Type #

Show CreateResiliencyPolicyResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateResiliencyPolicy

NFData CreateResiliencyPolicyResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateResiliencyPolicy

Eq CreateResiliencyPolicyResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateResiliencyPolicy

type Rep CreateResiliencyPolicyResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.CreateResiliencyPolicy

type Rep CreateResiliencyPolicyResponse = D1 ('MetaData "CreateResiliencyPolicyResponse" "Amazonka.ResilienceHub.CreateResiliencyPolicy" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "CreateResiliencyPolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResiliencyPolicy)))

newCreateResiliencyPolicyResponse Source #

Create a value of CreateResiliencyPolicyResponse 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:httpStatus:CreateResiliencyPolicyResponse', createResiliencyPolicyResponse_httpStatus - The response's http status code.

CreateResiliencyPolicy, createResiliencyPolicyResponse_policy - The type of resiliency policy that was created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.

DeleteApp

data DeleteApp Source #

See: newDeleteApp smart constructor.

Constructors

DeleteApp' (Maybe Text) (Maybe Bool) Text 

Instances

Instances details
ToJSON DeleteApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteApp

ToHeaders DeleteApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteApp

Methods

toHeaders :: DeleteApp -> [Header] #

ToPath DeleteApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteApp

ToQuery DeleteApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteApp

AWSRequest DeleteApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteApp

Associated Types

type AWSResponse DeleteApp #

Generic DeleteApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteApp

Associated Types

type Rep DeleteApp :: Type -> Type #

Read DeleteApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteApp

Show DeleteApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteApp

NFData DeleteApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteApp

Methods

rnf :: DeleteApp -> () #

Eq DeleteApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteApp

Hashable DeleteApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteApp

type AWSResponse DeleteApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteApp

type Rep DeleteApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteApp

type Rep DeleteApp = D1 ('MetaData "DeleteApp" "Amazonka.ResilienceHub.DeleteApp" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "DeleteApp'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "forceDelete") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteApp Source #

Arguments

:: Text

DeleteApp

-> DeleteApp 

Create a value of DeleteApp 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:clientToken:DeleteApp', deleteApp_clientToken - Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.

$sel:forceDelete:DeleteApp', deleteApp_forceDelete - A boolean option to force the deletion of a Resilience Hub application.

DeleteApp, deleteApp_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

data DeleteAppResponse Source #

See: newDeleteAppResponse smart constructor.

Instances

Instances details
Generic DeleteAppResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteApp

Associated Types

type Rep DeleteAppResponse :: Type -> Type #

Read DeleteAppResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteApp

Show DeleteAppResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteApp

NFData DeleteAppResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteApp

Methods

rnf :: DeleteAppResponse -> () #

Eq DeleteAppResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteApp

type Rep DeleteAppResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteApp

type Rep DeleteAppResponse = D1 ('MetaData "DeleteAppResponse" "Amazonka.ResilienceHub.DeleteApp" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "DeleteAppResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteAppResponse Source #

Create a value of DeleteAppResponse 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:httpStatus:DeleteAppResponse', deleteAppResponse_httpStatus - The response's http status code.

DeleteApp, deleteAppResponse_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

DeleteAppAssessment

data DeleteAppAssessment Source #

See: newDeleteAppAssessment smart constructor.

Instances

Instances details
ToJSON DeleteAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteAppAssessment

ToHeaders DeleteAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteAppAssessment

ToPath DeleteAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteAppAssessment

ToQuery DeleteAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteAppAssessment

AWSRequest DeleteAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteAppAssessment

Associated Types

type AWSResponse DeleteAppAssessment #

Generic DeleteAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteAppAssessment

Associated Types

type Rep DeleteAppAssessment :: Type -> Type #

Read DeleteAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteAppAssessment

Show DeleteAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteAppAssessment

NFData DeleteAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteAppAssessment

Methods

rnf :: DeleteAppAssessment -> () #

Eq DeleteAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteAppAssessment

Hashable DeleteAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteAppAssessment

type AWSResponse DeleteAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteAppAssessment

type Rep DeleteAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteAppAssessment

type Rep DeleteAppAssessment = D1 ('MetaData "DeleteAppAssessment" "Amazonka.ResilienceHub.DeleteAppAssessment" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "DeleteAppAssessment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assessmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteAppAssessment Source #

Create a value of DeleteAppAssessment 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:clientToken:DeleteAppAssessment', deleteAppAssessment_clientToken - Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.

DeleteAppAssessment, deleteAppAssessment_assessmentArn - The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

data DeleteAppAssessmentResponse Source #

See: newDeleteAppAssessmentResponse smart constructor.

Instances

Instances details
Generic DeleteAppAssessmentResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteAppAssessment

Associated Types

type Rep DeleteAppAssessmentResponse :: Type -> Type #

Read DeleteAppAssessmentResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteAppAssessment

Show DeleteAppAssessmentResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteAppAssessment

NFData DeleteAppAssessmentResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteAppAssessment

Eq DeleteAppAssessmentResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteAppAssessment

type Rep DeleteAppAssessmentResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteAppAssessment

type Rep DeleteAppAssessmentResponse = D1 ('MetaData "DeleteAppAssessmentResponse" "Amazonka.ResilienceHub.DeleteAppAssessment" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "DeleteAppAssessmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "assessmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "assessmentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AssessmentStatus))))

newDeleteAppAssessmentResponse Source #

Create a value of DeleteAppAssessmentResponse 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:httpStatus:DeleteAppAssessmentResponse', deleteAppAssessmentResponse_httpStatus - The response's http status code.

DeleteAppAssessment, deleteAppAssessmentResponse_assessmentArn - The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

DeleteAppAssessmentResponse, deleteAppAssessmentResponse_assessmentStatus - The current status of the assessment for the resiliency policy.

DeleteRecommendationTemplate

data DeleteRecommendationTemplate Source #

See: newDeleteRecommendationTemplate smart constructor.

Instances

Instances details
ToJSON DeleteRecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteRecommendationTemplate

ToHeaders DeleteRecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteRecommendationTemplate

ToPath DeleteRecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteRecommendationTemplate

ToQuery DeleteRecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteRecommendationTemplate

AWSRequest DeleteRecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteRecommendationTemplate

Generic DeleteRecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteRecommendationTemplate

Associated Types

type Rep DeleteRecommendationTemplate :: Type -> Type #

Read DeleteRecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteRecommendationTemplate

Show DeleteRecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteRecommendationTemplate

NFData DeleteRecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteRecommendationTemplate

Eq DeleteRecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteRecommendationTemplate

Hashable DeleteRecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteRecommendationTemplate

type AWSResponse DeleteRecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteRecommendationTemplate

type Rep DeleteRecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteRecommendationTemplate

type Rep DeleteRecommendationTemplate = D1 ('MetaData "DeleteRecommendationTemplate" "Amazonka.ResilienceHub.DeleteRecommendationTemplate" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "DeleteRecommendationTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "recommendationTemplateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteRecommendationTemplate Source #

Create a value of DeleteRecommendationTemplate 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:clientToken:DeleteRecommendationTemplate', deleteRecommendationTemplate_clientToken - Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.

DeleteRecommendationTemplate, deleteRecommendationTemplate_recommendationTemplateArn - The Amazon Resource Name (ARN) for a recommendation template.

data DeleteRecommendationTemplateResponse Source #

Instances

Instances details
Generic DeleteRecommendationTemplateResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteRecommendationTemplate

Read DeleteRecommendationTemplateResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteRecommendationTemplate

Show DeleteRecommendationTemplateResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteRecommendationTemplate

NFData DeleteRecommendationTemplateResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteRecommendationTemplate

Eq DeleteRecommendationTemplateResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteRecommendationTemplate

type Rep DeleteRecommendationTemplateResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteRecommendationTemplate

type Rep DeleteRecommendationTemplateResponse = D1 ('MetaData "DeleteRecommendationTemplateResponse" "Amazonka.ResilienceHub.DeleteRecommendationTemplate" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "DeleteRecommendationTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "recommendationTemplateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RecommendationTemplateStatus))))

DeleteResiliencyPolicy

data DeleteResiliencyPolicy Source #

See: newDeleteResiliencyPolicy smart constructor.

Instances

Instances details
ToJSON DeleteResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteResiliencyPolicy

ToHeaders DeleteResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteResiliencyPolicy

ToPath DeleteResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteResiliencyPolicy

ToQuery DeleteResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteResiliencyPolicy

AWSRequest DeleteResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteResiliencyPolicy

Associated Types

type AWSResponse DeleteResiliencyPolicy #

Generic DeleteResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteResiliencyPolicy

Associated Types

type Rep DeleteResiliencyPolicy :: Type -> Type #

Read DeleteResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteResiliencyPolicy

Show DeleteResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteResiliencyPolicy

NFData DeleteResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteResiliencyPolicy

Methods

rnf :: DeleteResiliencyPolicy -> () #

Eq DeleteResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteResiliencyPolicy

Hashable DeleteResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteResiliencyPolicy

type AWSResponse DeleteResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteResiliencyPolicy

type Rep DeleteResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteResiliencyPolicy

type Rep DeleteResiliencyPolicy = D1 ('MetaData "DeleteResiliencyPolicy" "Amazonka.ResilienceHub.DeleteResiliencyPolicy" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "DeleteResiliencyPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "policyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteResiliencyPolicy Source #

Create a value of DeleteResiliencyPolicy 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:clientToken:DeleteResiliencyPolicy', deleteResiliencyPolicy_clientToken - Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.

DeleteResiliencyPolicy, deleteResiliencyPolicy_policyArn - The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

data DeleteResiliencyPolicyResponse Source #

See: newDeleteResiliencyPolicyResponse smart constructor.

Instances

Instances details
Generic DeleteResiliencyPolicyResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteResiliencyPolicy

Associated Types

type Rep DeleteResiliencyPolicyResponse :: Type -> Type #

Read DeleteResiliencyPolicyResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteResiliencyPolicy

Show DeleteResiliencyPolicyResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteResiliencyPolicy

NFData DeleteResiliencyPolicyResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteResiliencyPolicy

Eq DeleteResiliencyPolicyResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteResiliencyPolicy

type Rep DeleteResiliencyPolicyResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DeleteResiliencyPolicy

type Rep DeleteResiliencyPolicyResponse = D1 ('MetaData "DeleteResiliencyPolicyResponse" "Amazonka.ResilienceHub.DeleteResiliencyPolicy" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "DeleteResiliencyPolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "policyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteResiliencyPolicyResponse Source #

Create a value of DeleteResiliencyPolicyResponse 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:httpStatus:DeleteResiliencyPolicyResponse', deleteResiliencyPolicyResponse_httpStatus - The response's http status code.

DeleteResiliencyPolicy, deleteResiliencyPolicyResponse_policyArn - The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

DescribeApp

data DescribeApp Source #

See: newDescribeApp smart constructor.

Constructors

DescribeApp' Text 

Instances

Instances details
ToJSON DescribeApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeApp

ToHeaders DescribeApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeApp

Methods

toHeaders :: DescribeApp -> [Header] #

ToPath DescribeApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeApp

ToQuery DescribeApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeApp

AWSRequest DescribeApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeApp

Associated Types

type AWSResponse DescribeApp #

Generic DescribeApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeApp

Associated Types

type Rep DescribeApp :: Type -> Type #

Read DescribeApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeApp

Show DescribeApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeApp

NFData DescribeApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeApp

Methods

rnf :: DescribeApp -> () #

Eq DescribeApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeApp

Hashable DescribeApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeApp

type AWSResponse DescribeApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeApp

type Rep DescribeApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeApp

type Rep DescribeApp = D1 ('MetaData "DescribeApp" "Amazonka.ResilienceHub.DescribeApp" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "DescribeApp'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeApp Source #

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

DescribeApp, describeApp_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

data DescribeAppResponse Source #

See: newDescribeAppResponse smart constructor.

newDescribeAppResponse Source #

Create a value of DescribeAppResponse 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:httpStatus:DescribeAppResponse', describeAppResponse_httpStatus - The response's http status code.

$sel:app:DescribeAppResponse', describeAppResponse_app - The specified application, returned as an object with details including compliance status, creation time, description, resiliency score, and more.

DescribeAppAssessment

data DescribeAppAssessment Source #

See: newDescribeAppAssessment smart constructor.

Instances

Instances details
ToJSON DescribeAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppAssessment

ToHeaders DescribeAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppAssessment

ToPath DescribeAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppAssessment

ToQuery DescribeAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppAssessment

AWSRequest DescribeAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppAssessment

Associated Types

type AWSResponse DescribeAppAssessment #

Generic DescribeAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppAssessment

Associated Types

type Rep DescribeAppAssessment :: Type -> Type #

Read DescribeAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppAssessment

Show DescribeAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppAssessment

NFData DescribeAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppAssessment

Methods

rnf :: DescribeAppAssessment -> () #

Eq DescribeAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppAssessment

Hashable DescribeAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppAssessment

type AWSResponse DescribeAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppAssessment

type Rep DescribeAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppAssessment

type Rep DescribeAppAssessment = D1 ('MetaData "DescribeAppAssessment" "Amazonka.ResilienceHub.DescribeAppAssessment" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "DescribeAppAssessment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeAppAssessment Source #

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

DescribeAppAssessment, describeAppAssessment_assessmentArn - The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

data DescribeAppAssessmentResponse Source #

See: newDescribeAppAssessmentResponse smart constructor.

Instances

Instances details
Generic DescribeAppAssessmentResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppAssessment

Associated Types

type Rep DescribeAppAssessmentResponse :: Type -> Type #

Show DescribeAppAssessmentResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppAssessment

NFData DescribeAppAssessmentResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppAssessment

Eq DescribeAppAssessmentResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppAssessment

type Rep DescribeAppAssessmentResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppAssessment

type Rep DescribeAppAssessmentResponse = D1 ('MetaData "DescribeAppAssessmentResponse" "Amazonka.ResilienceHub.DescribeAppAssessment" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "DescribeAppAssessmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "assessment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AppAssessment)))

newDescribeAppAssessmentResponse Source #

Create a value of DescribeAppAssessmentResponse 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:httpStatus:DescribeAppAssessmentResponse', describeAppAssessmentResponse_httpStatus - The response's http status code.

$sel:assessment:DescribeAppAssessmentResponse', describeAppAssessmentResponse_assessment - The assessment for an AWS Resilience Hub application, returned as an object. This object includes Amazon Resource Names (ARNs), compliance information, compliance status, cost, messages, resiliency scores, and more.

DescribeAppVersionResourcesResolutionStatus

data DescribeAppVersionResourcesResolutionStatus Source #

Instances

Instances details
ToJSON DescribeAppVersionResourcesResolutionStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionResourcesResolutionStatus

ToHeaders DescribeAppVersionResourcesResolutionStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionResourcesResolutionStatus

ToPath DescribeAppVersionResourcesResolutionStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionResourcesResolutionStatus

ToQuery DescribeAppVersionResourcesResolutionStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionResourcesResolutionStatus

AWSRequest DescribeAppVersionResourcesResolutionStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionResourcesResolutionStatus

Generic DescribeAppVersionResourcesResolutionStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionResourcesResolutionStatus

Read DescribeAppVersionResourcesResolutionStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionResourcesResolutionStatus

Show DescribeAppVersionResourcesResolutionStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionResourcesResolutionStatus

NFData DescribeAppVersionResourcesResolutionStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionResourcesResolutionStatus

Eq DescribeAppVersionResourcesResolutionStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionResourcesResolutionStatus

Hashable DescribeAppVersionResourcesResolutionStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionResourcesResolutionStatus

type AWSResponse DescribeAppVersionResourcesResolutionStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionResourcesResolutionStatus

type Rep DescribeAppVersionResourcesResolutionStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionResourcesResolutionStatus

type Rep DescribeAppVersionResourcesResolutionStatus = D1 ('MetaData "DescribeAppVersionResourcesResolutionStatus" "Amazonka.ResilienceHub.DescribeAppVersionResourcesResolutionStatus" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "DescribeAppVersionResourcesResolutionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resolutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "appVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeAppVersionResourcesResolutionStatus Source #

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

DescribeAppVersionResourcesResolutionStatus, describeAppVersionResourcesResolutionStatus_resolutionId - The identifier for a specific resolution.

DescribeAppVersionResourcesResolutionStatus, describeAppVersionResourcesResolutionStatus_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

DescribeAppVersionResourcesResolutionStatus, describeAppVersionResourcesResolutionStatus_appVersion - The version of the application.

data DescribeAppVersionResourcesResolutionStatusResponse Source #

Instances

Instances details
Generic DescribeAppVersionResourcesResolutionStatusResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionResourcesResolutionStatus

Read DescribeAppVersionResourcesResolutionStatusResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionResourcesResolutionStatus

Show DescribeAppVersionResourcesResolutionStatusResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionResourcesResolutionStatus

NFData DescribeAppVersionResourcesResolutionStatusResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionResourcesResolutionStatus

Eq DescribeAppVersionResourcesResolutionStatusResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionResourcesResolutionStatus

type Rep DescribeAppVersionResourcesResolutionStatusResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionResourcesResolutionStatus

type Rep DescribeAppVersionResourcesResolutionStatusResponse = D1 ('MetaData "DescribeAppVersionResourcesResolutionStatusResponse" "Amazonka.ResilienceHub.DescribeAppVersionResourcesResolutionStatus" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "DescribeAppVersionResourcesResolutionStatusResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "appVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "resolutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceResolutionStatusType)))))

newDescribeAppVersionResourcesResolutionStatusResponse Source #

Create a value of DescribeAppVersionResourcesResolutionStatusResponse 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:errorMessage:DescribeAppVersionResourcesResolutionStatusResponse', describeAppVersionResourcesResolutionStatusResponse_errorMessage - The returned error message for the request.

$sel:httpStatus:DescribeAppVersionResourcesResolutionStatusResponse', describeAppVersionResourcesResolutionStatusResponse_httpStatus - The response's http status code.

DescribeAppVersionResourcesResolutionStatus, describeAppVersionResourcesResolutionStatusResponse_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

DescribeAppVersionResourcesResolutionStatus, describeAppVersionResourcesResolutionStatusResponse_appVersion - The version of the application.

DescribeAppVersionResourcesResolutionStatus, describeAppVersionResourcesResolutionStatusResponse_resolutionId - The identifier for a specific resolution.

DescribeAppVersionResourcesResolutionStatusResponse, describeAppVersionResourcesResolutionStatusResponse_status - The status of the action.

DescribeAppVersionTemplate

data DescribeAppVersionTemplate Source #

See: newDescribeAppVersionTemplate smart constructor.

Instances

Instances details
ToJSON DescribeAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionTemplate

ToHeaders DescribeAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionTemplate

ToPath DescribeAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionTemplate

ToQuery DescribeAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionTemplate

AWSRequest DescribeAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionTemplate

Generic DescribeAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionTemplate

Associated Types

type Rep DescribeAppVersionTemplate :: Type -> Type #

Read DescribeAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionTemplate

Show DescribeAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionTemplate

NFData DescribeAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionTemplate

Eq DescribeAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionTemplate

Hashable DescribeAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionTemplate

type AWSResponse DescribeAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionTemplate

type Rep DescribeAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionTemplate

type Rep DescribeAppVersionTemplate = D1 ('MetaData "DescribeAppVersionTemplate" "Amazonka.ResilienceHub.DescribeAppVersionTemplate" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "DescribeAppVersionTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "appVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeAppVersionTemplate Source #

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

DescribeAppVersionTemplate, describeAppVersionTemplate_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

DescribeAppVersionTemplate, describeAppVersionTemplate_appVersion - The version of the application.

data DescribeAppVersionTemplateResponse Source #

Instances

Instances details
Generic DescribeAppVersionTemplateResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionTemplate

Associated Types

type Rep DescribeAppVersionTemplateResponse :: Type -> Type #

Read DescribeAppVersionTemplateResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionTemplate

Show DescribeAppVersionTemplateResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionTemplate

NFData DescribeAppVersionTemplateResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionTemplate

Eq DescribeAppVersionTemplateResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionTemplate

type Rep DescribeAppVersionTemplateResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeAppVersionTemplate

type Rep DescribeAppVersionTemplateResponse = D1 ('MetaData "DescribeAppVersionTemplateResponse" "Amazonka.ResilienceHub.DescribeAppVersionTemplate" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "DescribeAppVersionTemplateResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "appTemplateBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "appVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeAppVersionTemplateResponse Source #

Create a value of DescribeAppVersionTemplateResponse 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:httpStatus:DescribeAppVersionTemplateResponse', describeAppVersionTemplateResponse_httpStatus - The response's http status code.

DescribeAppVersionTemplate, describeAppVersionTemplateResponse_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

$sel:appTemplateBody:DescribeAppVersionTemplateResponse', describeAppVersionTemplateResponse_appTemplateBody - The body of the template.

DescribeAppVersionTemplate, describeAppVersionTemplateResponse_appVersion - The version of the application.

DescribeDraftAppVersionResourcesImportStatus

data DescribeDraftAppVersionResourcesImportStatus Source #

Instances

Instances details
ToJSON DescribeDraftAppVersionResourcesImportStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeDraftAppVersionResourcesImportStatus

ToHeaders DescribeDraftAppVersionResourcesImportStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeDraftAppVersionResourcesImportStatus

ToPath DescribeDraftAppVersionResourcesImportStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeDraftAppVersionResourcesImportStatus

ToQuery DescribeDraftAppVersionResourcesImportStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeDraftAppVersionResourcesImportStatus

AWSRequest DescribeDraftAppVersionResourcesImportStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeDraftAppVersionResourcesImportStatus

Generic DescribeDraftAppVersionResourcesImportStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeDraftAppVersionResourcesImportStatus

Read DescribeDraftAppVersionResourcesImportStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeDraftAppVersionResourcesImportStatus

Show DescribeDraftAppVersionResourcesImportStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeDraftAppVersionResourcesImportStatus

NFData DescribeDraftAppVersionResourcesImportStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeDraftAppVersionResourcesImportStatus

Eq DescribeDraftAppVersionResourcesImportStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeDraftAppVersionResourcesImportStatus

Hashable DescribeDraftAppVersionResourcesImportStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeDraftAppVersionResourcesImportStatus

type AWSResponse DescribeDraftAppVersionResourcesImportStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeDraftAppVersionResourcesImportStatus

type Rep DescribeDraftAppVersionResourcesImportStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeDraftAppVersionResourcesImportStatus

type Rep DescribeDraftAppVersionResourcesImportStatus = D1 ('MetaData "DescribeDraftAppVersionResourcesImportStatus" "Amazonka.ResilienceHub.DescribeDraftAppVersionResourcesImportStatus" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "DescribeDraftAppVersionResourcesImportStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeDraftAppVersionResourcesImportStatus Source #

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

DescribeDraftAppVersionResourcesImportStatus, describeDraftAppVersionResourcesImportStatus_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

data DescribeDraftAppVersionResourcesImportStatusResponse Source #

Instances

Instances details
Generic DescribeDraftAppVersionResourcesImportStatusResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeDraftAppVersionResourcesImportStatus

Read DescribeDraftAppVersionResourcesImportStatusResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeDraftAppVersionResourcesImportStatus

Show DescribeDraftAppVersionResourcesImportStatusResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeDraftAppVersionResourcesImportStatus

NFData DescribeDraftAppVersionResourcesImportStatusResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeDraftAppVersionResourcesImportStatus

Eq DescribeDraftAppVersionResourcesImportStatusResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeDraftAppVersionResourcesImportStatus

type Rep DescribeDraftAppVersionResourcesImportStatusResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeDraftAppVersionResourcesImportStatus

type Rep DescribeDraftAppVersionResourcesImportStatusResponse = D1 ('MetaData "DescribeDraftAppVersionResourcesImportStatusResponse" "Amazonka.ResilienceHub.DescribeDraftAppVersionResourcesImportStatus" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "DescribeDraftAppVersionResourcesImportStatusResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "appVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceImportStatusType) :*: S1 ('MetaSel ('Just "statusChangeTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newDescribeDraftAppVersionResourcesImportStatusResponse Source #

Create a value of DescribeDraftAppVersionResourcesImportStatusResponse 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:errorMessage:DescribeDraftAppVersionResourcesImportStatusResponse', describeDraftAppVersionResourcesImportStatusResponse_errorMessage - The returned error message for the request.

$sel:httpStatus:DescribeDraftAppVersionResourcesImportStatusResponse', describeDraftAppVersionResourcesImportStatusResponse_httpStatus - The response's http status code.

DescribeDraftAppVersionResourcesImportStatus, describeDraftAppVersionResourcesImportStatusResponse_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

DescribeDraftAppVersionResourcesImportStatusResponse, describeDraftAppVersionResourcesImportStatusResponse_appVersion - The version of the application.

DescribeDraftAppVersionResourcesImportStatusResponse, describeDraftAppVersionResourcesImportStatusResponse_status - The status of the action.

$sel:statusChangeTime:DescribeDraftAppVersionResourcesImportStatusResponse', describeDraftAppVersionResourcesImportStatusResponse_statusChangeTime - The timestamp for when the status last changed.

DescribeResiliencyPolicy

data DescribeResiliencyPolicy Source #

See: newDescribeResiliencyPolicy smart constructor.

Instances

Instances details
ToJSON DescribeResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeResiliencyPolicy

ToHeaders DescribeResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeResiliencyPolicy

ToPath DescribeResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeResiliencyPolicy

ToQuery DescribeResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeResiliencyPolicy

AWSRequest DescribeResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeResiliencyPolicy

Generic DescribeResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeResiliencyPolicy

Associated Types

type Rep DescribeResiliencyPolicy :: Type -> Type #

Read DescribeResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeResiliencyPolicy

Show DescribeResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeResiliencyPolicy

NFData DescribeResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeResiliencyPolicy

Eq DescribeResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeResiliencyPolicy

Hashable DescribeResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeResiliencyPolicy

type AWSResponse DescribeResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeResiliencyPolicy

type Rep DescribeResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeResiliencyPolicy

type Rep DescribeResiliencyPolicy = D1 ('MetaData "DescribeResiliencyPolicy" "Amazonka.ResilienceHub.DescribeResiliencyPolicy" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "DescribeResiliencyPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "policyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeResiliencyPolicy Source #

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

DescribeResiliencyPolicy, describeResiliencyPolicy_policyArn - The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

data DescribeResiliencyPolicyResponse Source #

See: newDescribeResiliencyPolicyResponse smart constructor.

Instances

Instances details
Generic DescribeResiliencyPolicyResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeResiliencyPolicy

Associated Types

type Rep DescribeResiliencyPolicyResponse :: Type -> Type #

Show DescribeResiliencyPolicyResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeResiliencyPolicy

NFData DescribeResiliencyPolicyResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeResiliencyPolicy

Eq DescribeResiliencyPolicyResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeResiliencyPolicy

type Rep DescribeResiliencyPolicyResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.DescribeResiliencyPolicy

type Rep DescribeResiliencyPolicyResponse = D1 ('MetaData "DescribeResiliencyPolicyResponse" "Amazonka.ResilienceHub.DescribeResiliencyPolicy" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "DescribeResiliencyPolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResiliencyPolicy)))

newDescribeResiliencyPolicyResponse Source #

Create a value of DescribeResiliencyPolicyResponse 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:httpStatus:DescribeResiliencyPolicyResponse', describeResiliencyPolicyResponse_httpStatus - The response's http status code.

DescribeResiliencyPolicyResponse, describeResiliencyPolicyResponse_policy - Information about the specific resiliency policy, returned as an object. This object includes creation time, data location constraints, its name, description, tags, the recovery time objective (RTO) and recovery point objective (RPO) in seconds, and more.

ImportResourcesToDraftAppVersion

data ImportResourcesToDraftAppVersion Source #

See: newImportResourcesToDraftAppVersion smart constructor.

Instances

Instances details
ToJSON ImportResourcesToDraftAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.ImportResourcesToDraftAppVersion

ToHeaders ImportResourcesToDraftAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.ImportResourcesToDraftAppVersion

ToPath ImportResourcesToDraftAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.ImportResourcesToDraftAppVersion

ToQuery ImportResourcesToDraftAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.ImportResourcesToDraftAppVersion

AWSRequest ImportResourcesToDraftAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.ImportResourcesToDraftAppVersion

Generic ImportResourcesToDraftAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.ImportResourcesToDraftAppVersion

Associated Types

type Rep ImportResourcesToDraftAppVersion :: Type -> Type #

Read ImportResourcesToDraftAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.ImportResourcesToDraftAppVersion

Show ImportResourcesToDraftAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.ImportResourcesToDraftAppVersion

NFData ImportResourcesToDraftAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.ImportResourcesToDraftAppVersion

Eq ImportResourcesToDraftAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.ImportResourcesToDraftAppVersion

Hashable ImportResourcesToDraftAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.ImportResourcesToDraftAppVersion

type AWSResponse ImportResourcesToDraftAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.ImportResourcesToDraftAppVersion

type Rep ImportResourcesToDraftAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.ImportResourcesToDraftAppVersion

type Rep ImportResourcesToDraftAppVersion = D1 ('MetaData "ImportResourcesToDraftAppVersion" "Amazonka.ResilienceHub.ImportResourcesToDraftAppVersion" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ImportResourcesToDraftAppVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "terraformSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TerraformSource])) :*: S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newImportResourcesToDraftAppVersion Source #

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

ImportResourcesToDraftAppVersion, importResourcesToDraftAppVersion_sourceArns - The Amazon Resource Names (ARNs) for the resources that you want to import.

ImportResourcesToDraftAppVersion, importResourcesToDraftAppVersion_terraformSources - A list of terraform file s3 URLs you need to import.

ImportResourcesToDraftAppVersion, importResourcesToDraftAppVersion_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

data ImportResourcesToDraftAppVersionResponse Source #

Instances

Instances details
Generic ImportResourcesToDraftAppVersionResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ImportResourcesToDraftAppVersion

Read ImportResourcesToDraftAppVersionResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ImportResourcesToDraftAppVersion

Show ImportResourcesToDraftAppVersionResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ImportResourcesToDraftAppVersion

NFData ImportResourcesToDraftAppVersionResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ImportResourcesToDraftAppVersion

Eq ImportResourcesToDraftAppVersionResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ImportResourcesToDraftAppVersion

type Rep ImportResourcesToDraftAppVersionResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ImportResourcesToDraftAppVersion

type Rep ImportResourcesToDraftAppVersionResponse = D1 ('MetaData "ImportResourcesToDraftAppVersionResponse" "Amazonka.ResilienceHub.ImportResourcesToDraftAppVersion" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ImportResourcesToDraftAppVersionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sourceArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "terraformSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TerraformSource])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) :*: (S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "appVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceImportStatusType)))))

newImportResourcesToDraftAppVersionResponse Source #

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

ImportResourcesToDraftAppVersion, importResourcesToDraftAppVersionResponse_sourceArns - The Amazon Resource Names (ARNs) for the resources that you imported.

ImportResourcesToDraftAppVersion, importResourcesToDraftAppVersionResponse_terraformSources - A list of terraform file s3 URLs you need to import.

$sel:httpStatus:ImportResourcesToDraftAppVersionResponse', importResourcesToDraftAppVersionResponse_httpStatus - The response's http status code.

ImportResourcesToDraftAppVersion, importResourcesToDraftAppVersionResponse_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

ImportResourcesToDraftAppVersionResponse, importResourcesToDraftAppVersionResponse_appVersion - The version of the application.

ImportResourcesToDraftAppVersionResponse, importResourcesToDraftAppVersionResponse_status - The status of the action.

ListAlarmRecommendations

data ListAlarmRecommendations Source #

See: newListAlarmRecommendations smart constructor.

Instances

Instances details
ToJSON ListAlarmRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAlarmRecommendations

ToHeaders ListAlarmRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAlarmRecommendations

ToPath ListAlarmRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAlarmRecommendations

ToQuery ListAlarmRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAlarmRecommendations

AWSRequest ListAlarmRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAlarmRecommendations

Generic ListAlarmRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAlarmRecommendations

Associated Types

type Rep ListAlarmRecommendations :: Type -> Type #

Read ListAlarmRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAlarmRecommendations

Show ListAlarmRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAlarmRecommendations

NFData ListAlarmRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAlarmRecommendations

Eq ListAlarmRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAlarmRecommendations

Hashable ListAlarmRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAlarmRecommendations

type AWSResponse ListAlarmRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAlarmRecommendations

type Rep ListAlarmRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAlarmRecommendations

type Rep ListAlarmRecommendations = D1 ('MetaData "ListAlarmRecommendations" "Amazonka.ResilienceHub.ListAlarmRecommendations" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListAlarmRecommendations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assessmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListAlarmRecommendations Source #

Create a value of ListAlarmRecommendations 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:maxResults:ListAlarmRecommendations', listAlarmRecommendations_maxResults - The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

ListAlarmRecommendations, listAlarmRecommendations_nextToken - Null, or the token from a previous call to get the next set of results.

ListAlarmRecommendations, listAlarmRecommendations_assessmentArn - The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

data ListAlarmRecommendationsResponse Source #

See: newListAlarmRecommendationsResponse smart constructor.

Instances

Instances details
Generic ListAlarmRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAlarmRecommendations

Associated Types

type Rep ListAlarmRecommendationsResponse :: Type -> Type #

Read ListAlarmRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAlarmRecommendations

Show ListAlarmRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAlarmRecommendations

NFData ListAlarmRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAlarmRecommendations

Eq ListAlarmRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAlarmRecommendations

type Rep ListAlarmRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAlarmRecommendations

type Rep ListAlarmRecommendationsResponse = D1 ('MetaData "ListAlarmRecommendationsResponse" "Amazonka.ResilienceHub.ListAlarmRecommendations" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListAlarmRecommendationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "alarmRecommendations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AlarmRecommendation]))))

newListAlarmRecommendationsResponse Source #

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

ListAlarmRecommendations, listAlarmRecommendationsResponse_nextToken - The token for the next set of results, or null if there are no more results.

$sel:httpStatus:ListAlarmRecommendationsResponse', listAlarmRecommendationsResponse_httpStatus - The response's http status code.

$sel:alarmRecommendations:ListAlarmRecommendationsResponse', listAlarmRecommendationsResponse_alarmRecommendations - The alarm recommendations for an AWS Resilience Hub application, returned as an object. This object includes application component names, descriptions, information about whether a recommendation has already been implemented or not, prerequisites, and more.

ListAppAssessments

data ListAppAssessments Source #

See: newListAppAssessments smart constructor.

Instances

Instances details
ToHeaders ListAppAssessments Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppAssessments

ToPath ListAppAssessments Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppAssessments

ToQuery ListAppAssessments Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppAssessments

AWSRequest ListAppAssessments Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppAssessments

Associated Types

type AWSResponse ListAppAssessments #

Generic ListAppAssessments Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppAssessments

Associated Types

type Rep ListAppAssessments :: Type -> Type #

Read ListAppAssessments Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppAssessments

Show ListAppAssessments Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppAssessments

NFData ListAppAssessments Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppAssessments

Methods

rnf :: ListAppAssessments -> () #

Eq ListAppAssessments Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppAssessments

Hashable ListAppAssessments Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppAssessments

type AWSResponse ListAppAssessments Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppAssessments

type Rep ListAppAssessments Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppAssessments

newListAppAssessments :: ListAppAssessments Source #

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

ListAppAssessments, listAppAssessments_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

ListAppAssessments, listAppAssessments_assessmentName - The name for the assessment.

ListAppAssessments, listAppAssessments_assessmentStatus - The current status of the assessment for the resiliency policy.

ListAppAssessments, listAppAssessments_complianceStatus - The current status of compliance for the resiliency policy.

ListAppAssessments, listAppAssessments_invoker - Specifies the entity that invoked a specific assessment, either a User or the System.

$sel:maxResults:ListAppAssessments', listAppAssessments_maxResults - The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

ListAppAssessments, listAppAssessments_nextToken - Null, or the token from a previous call to get the next set of results.

$sel:reverseOrder:ListAppAssessments', listAppAssessments_reverseOrder - The default is to sort by ascending startTime. To sort by descending startTime, set reverseOrder to true.

data ListAppAssessmentsResponse Source #

See: newListAppAssessmentsResponse smart constructor.

Instances

Instances details
Generic ListAppAssessmentsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppAssessments

Associated Types

type Rep ListAppAssessmentsResponse :: Type -> Type #

Read ListAppAssessmentsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppAssessments

Show ListAppAssessmentsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppAssessments

NFData ListAppAssessmentsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppAssessments

Eq ListAppAssessmentsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppAssessments

type Rep ListAppAssessmentsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppAssessments

type Rep ListAppAssessmentsResponse = D1 ('MetaData "ListAppAssessmentsResponse" "Amazonka.ResilienceHub.ListAppAssessments" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListAppAssessmentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "assessmentSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AppAssessmentSummary]))))

newListAppAssessmentsResponse Source #

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

ListAppAssessments, listAppAssessmentsResponse_nextToken - The token for the next set of results, or null if there are no more results.

$sel:httpStatus:ListAppAssessmentsResponse', listAppAssessmentsResponse_httpStatus - The response's http status code.

$sel:assessmentSummaries:ListAppAssessmentsResponse', listAppAssessmentsResponse_assessmentSummaries - The summaries for the specified assessments, returned as an object. This object includes application versions, associated Amazon Resource Numbers (ARNs), cost, messages, resiliency scores, and more.

ListAppComponentCompliances

data ListAppComponentCompliances Source #

See: newListAppComponentCompliances smart constructor.

Instances

Instances details
ToJSON ListAppComponentCompliances Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentCompliances

ToHeaders ListAppComponentCompliances Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentCompliances

ToPath ListAppComponentCompliances Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentCompliances

ToQuery ListAppComponentCompliances Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentCompliances

AWSRequest ListAppComponentCompliances Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentCompliances

Generic ListAppComponentCompliances Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentCompliances

Associated Types

type Rep ListAppComponentCompliances :: Type -> Type #

Read ListAppComponentCompliances Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentCompliances

Show ListAppComponentCompliances Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentCompliances

NFData ListAppComponentCompliances Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentCompliances

Eq ListAppComponentCompliances Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentCompliances

Hashable ListAppComponentCompliances Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentCompliances

type AWSResponse ListAppComponentCompliances Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentCompliances

type Rep ListAppComponentCompliances Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentCompliances

type Rep ListAppComponentCompliances = D1 ('MetaData "ListAppComponentCompliances" "Amazonka.ResilienceHub.ListAppComponentCompliances" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListAppComponentCompliances'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assessmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListAppComponentCompliances Source #

Create a value of ListAppComponentCompliances 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:maxResults:ListAppComponentCompliances', listAppComponentCompliances_maxResults - The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

ListAppComponentCompliances, listAppComponentCompliances_nextToken - Null, or the token from a previous call to get the next set of results.

ListAppComponentCompliances, listAppComponentCompliances_assessmentArn - The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

data ListAppComponentCompliancesResponse Source #

Instances

Instances details
Generic ListAppComponentCompliancesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentCompliances

Read ListAppComponentCompliancesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentCompliances

Show ListAppComponentCompliancesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentCompliances

NFData ListAppComponentCompliancesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentCompliances

Eq ListAppComponentCompliancesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentCompliances

type Rep ListAppComponentCompliancesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentCompliances

type Rep ListAppComponentCompliancesResponse = D1 ('MetaData "ListAppComponentCompliancesResponse" "Amazonka.ResilienceHub.ListAppComponentCompliances" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListAppComponentCompliancesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "componentCompliances") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AppComponentCompliance]))))

newListAppComponentCompliancesResponse Source #

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

ListAppComponentCompliances, listAppComponentCompliancesResponse_nextToken - The token for the next set of results, or null if there are no more results.

$sel:httpStatus:ListAppComponentCompliancesResponse', listAppComponentCompliancesResponse_httpStatus - The response's http status code.

$sel:componentCompliances:ListAppComponentCompliancesResponse', listAppComponentCompliancesResponse_componentCompliances - The compliances for an AWS Resilience Hub application component, returned as an object. This object contains component names, compliances, costs, resiliency scores, outage scores, and more.

ListAppComponentRecommendations

data ListAppComponentRecommendations Source #

See: newListAppComponentRecommendations smart constructor.

Instances

Instances details
ToJSON ListAppComponentRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentRecommendations

ToHeaders ListAppComponentRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentRecommendations

ToPath ListAppComponentRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentRecommendations

ToQuery ListAppComponentRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentRecommendations

AWSRequest ListAppComponentRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentRecommendations

Generic ListAppComponentRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentRecommendations

Associated Types

type Rep ListAppComponentRecommendations :: Type -> Type #

Read ListAppComponentRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentRecommendations

Show ListAppComponentRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentRecommendations

NFData ListAppComponentRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentRecommendations

Eq ListAppComponentRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentRecommendations

Hashable ListAppComponentRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentRecommendations

type AWSResponse ListAppComponentRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentRecommendations

type Rep ListAppComponentRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentRecommendations

type Rep ListAppComponentRecommendations = D1 ('MetaData "ListAppComponentRecommendations" "Amazonka.ResilienceHub.ListAppComponentRecommendations" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListAppComponentRecommendations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assessmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListAppComponentRecommendations Source #

Create a value of ListAppComponentRecommendations 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:maxResults:ListAppComponentRecommendations', listAppComponentRecommendations_maxResults - The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

ListAppComponentRecommendations, listAppComponentRecommendations_nextToken - Null, or the token from a previous call to get the next set of results.

ListAppComponentRecommendations, listAppComponentRecommendations_assessmentArn - The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

data ListAppComponentRecommendationsResponse Source #

Instances

Instances details
Generic ListAppComponentRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentRecommendations

Read ListAppComponentRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentRecommendations

Show ListAppComponentRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentRecommendations

NFData ListAppComponentRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentRecommendations

Eq ListAppComponentRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentRecommendations

type Rep ListAppComponentRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppComponentRecommendations

type Rep ListAppComponentRecommendationsResponse = D1 ('MetaData "ListAppComponentRecommendationsResponse" "Amazonka.ResilienceHub.ListAppComponentRecommendations" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListAppComponentRecommendationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "componentRecommendations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ComponentRecommendation]))))

newListAppComponentRecommendationsResponse Source #

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

ListAppComponentRecommendations, listAppComponentRecommendationsResponse_nextToken - The token for the next set of results, or null if there are no more results.

$sel:httpStatus:ListAppComponentRecommendationsResponse', listAppComponentRecommendationsResponse_httpStatus - The response's http status code.

$sel:componentRecommendations:ListAppComponentRecommendationsResponse', listAppComponentRecommendationsResponse_componentRecommendations - The recommendations for an Resilience Hub application component, returned as an object. This object contains component names, configuration recommendations, and recommendation statuses.

ListAppVersionResourceMappings

data ListAppVersionResourceMappings Source #

See: newListAppVersionResourceMappings smart constructor.

Instances

Instances details
ToJSON ListAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResourceMappings

ToHeaders ListAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResourceMappings

ToPath ListAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResourceMappings

ToQuery ListAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResourceMappings

AWSRequest ListAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResourceMappings

Generic ListAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResourceMappings

Associated Types

type Rep ListAppVersionResourceMappings :: Type -> Type #

Read ListAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResourceMappings

Show ListAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResourceMappings

NFData ListAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResourceMappings

Eq ListAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResourceMappings

Hashable ListAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResourceMappings

type AWSResponse ListAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResourceMappings

type Rep ListAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResourceMappings

type Rep ListAppVersionResourceMappings = D1 ('MetaData "ListAppVersionResourceMappings" "Amazonka.ResilienceHub.ListAppVersionResourceMappings" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListAppVersionResourceMappings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "appVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListAppVersionResourceMappings Source #

Create a value of ListAppVersionResourceMappings 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:maxResults:ListAppVersionResourceMappings', listAppVersionResourceMappings_maxResults - The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

ListAppVersionResourceMappings, listAppVersionResourceMappings_nextToken - Null, or the token from a previous call to get the next set of results.

ListAppVersionResourceMappings, listAppVersionResourceMappings_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

ListAppVersionResourceMappings, listAppVersionResourceMappings_appVersion - The version of the application.

data ListAppVersionResourceMappingsResponse Source #

Instances

Instances details
Generic ListAppVersionResourceMappingsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResourceMappings

Read ListAppVersionResourceMappingsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResourceMappings

Show ListAppVersionResourceMappingsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResourceMappings

NFData ListAppVersionResourceMappingsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResourceMappings

Eq ListAppVersionResourceMappingsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResourceMappings

type Rep ListAppVersionResourceMappingsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResourceMappings

type Rep ListAppVersionResourceMappingsResponse = D1 ('MetaData "ListAppVersionResourceMappingsResponse" "Amazonka.ResilienceHub.ListAppVersionResourceMappings" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListAppVersionResourceMappingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "resourceMappings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ResourceMapping]))))

newListAppVersionResourceMappingsResponse Source #

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

ListAppVersionResourceMappings, listAppVersionResourceMappingsResponse_nextToken - The token for the next set of results, or null if there are no more results.

$sel:httpStatus:ListAppVersionResourceMappingsResponse', listAppVersionResourceMappingsResponse_httpStatus - The response's http status code.

$sel:resourceMappings:ListAppVersionResourceMappingsResponse', listAppVersionResourceMappingsResponse_resourceMappings - Mappings used to map logical resources from the template to physical resources. You can use the mapping type CFN_STACK if the application template uses a logical stack name. Or you can map individual resources by using the mapping type RESOURCE. We recommend using the mapping type CFN_STACK if the application is backed by a CloudFormation stack.

ListAppVersionResources

data ListAppVersionResources Source #

See: newListAppVersionResources smart constructor.

Instances

Instances details
ToJSON ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

ToHeaders ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

ToPath ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

ToQuery ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

AWSRequest ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

Generic ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

Associated Types

type Rep ListAppVersionResources :: Type -> Type #

Read ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

Show ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

NFData ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

Methods

rnf :: ListAppVersionResources -> () #

Eq ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

Hashable ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

type AWSResponse ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

type Rep ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

type Rep ListAppVersionResources = D1 ('MetaData "ListAppVersionResources" "Amazonka.ResilienceHub.ListAppVersionResources" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListAppVersionResources'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resolutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "appVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newListAppVersionResources Source #

Create a value of ListAppVersionResources 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:maxResults:ListAppVersionResources', listAppVersionResources_maxResults - The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

ListAppVersionResources, listAppVersionResources_nextToken - Null, or the token from a previous call to get the next set of results.

ListAppVersionResources, listAppVersionResources_resolutionId - The identifier for a specific resolution.

ListAppVersionResources, listAppVersionResources_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

ListAppVersionResources, listAppVersionResources_appVersion - The version of the application.

data ListAppVersionResourcesResponse Source #

See: newListAppVersionResourcesResponse smart constructor.

Instances

Instances details
Generic ListAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

Associated Types

type Rep ListAppVersionResourcesResponse :: Type -> Type #

Read ListAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

Show ListAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

NFData ListAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

Eq ListAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

type Rep ListAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

type Rep ListAppVersionResourcesResponse = D1 ('MetaData "ListAppVersionResourcesResponse" "Amazonka.ResilienceHub.ListAppVersionResources" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListAppVersionResourcesResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "physicalResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [PhysicalResource]) :*: S1 ('MetaSel ('Just "resolutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListAppVersionResourcesResponse Source #

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

ListAppVersionResources, listAppVersionResourcesResponse_nextToken - The token for the next set of results, or null if there are no more results.

$sel:httpStatus:ListAppVersionResourcesResponse', listAppVersionResourcesResponse_httpStatus - The response's http status code.

$sel:physicalResources:ListAppVersionResourcesResponse', listAppVersionResourcesResponse_physicalResources - The physical resources in the application version.

ListAppVersionResources, listAppVersionResourcesResponse_resolutionId - The identifier for a specific resolution.

ListAppVersions

data ListAppVersions Source #

See: newListAppVersions smart constructor.

Instances

Instances details
ToJSON ListAppVersions Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersions

ToHeaders ListAppVersions Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersions

ToPath ListAppVersions Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersions

ToQuery ListAppVersions Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersions

AWSRequest ListAppVersions Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersions

Associated Types

type AWSResponse ListAppVersions #

Generic ListAppVersions Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersions

Associated Types

type Rep ListAppVersions :: Type -> Type #

Read ListAppVersions Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersions

Show ListAppVersions Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersions

NFData ListAppVersions Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersions

Methods

rnf :: ListAppVersions -> () #

Eq ListAppVersions Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersions

Hashable ListAppVersions Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersions

type AWSResponse ListAppVersions Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersions

type Rep ListAppVersions Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersions

type Rep ListAppVersions = D1 ('MetaData "ListAppVersions" "Amazonka.ResilienceHub.ListAppVersions" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListAppVersions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListAppVersions Source #

Create a value of ListAppVersions 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:maxResults:ListAppVersions', listAppVersions_maxResults - The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

ListAppVersions, listAppVersions_nextToken - Null, or the token from a previous call to get the next set of results.

ListAppVersions, listAppVersions_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

data ListAppVersionsResponse Source #

See: newListAppVersionsResponse smart constructor.

Instances

Instances details
Generic ListAppVersionsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersions

Associated Types

type Rep ListAppVersionsResponse :: Type -> Type #

Read ListAppVersionsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersions

Show ListAppVersionsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersions

NFData ListAppVersionsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersions

Methods

rnf :: ListAppVersionsResponse -> () #

Eq ListAppVersionsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersions

type Rep ListAppVersionsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersions

type Rep ListAppVersionsResponse = D1 ('MetaData "ListAppVersionsResponse" "Amazonka.ResilienceHub.ListAppVersions" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListAppVersionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "appVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AppVersionSummary]))))

newListAppVersionsResponse Source #

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

ListAppVersions, listAppVersionsResponse_nextToken - The token for the next set of results, or null if there are no more results.

$sel:httpStatus:ListAppVersionsResponse', listAppVersionsResponse_httpStatus - The response's http status code.

$sel:appVersions:ListAppVersionsResponse', listAppVersionsResponse_appVersions - The version of the application.

ListApps

data ListApps Source #

See: newListApps smart constructor.

Instances

Instances details
ToHeaders ListApps Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListApps

Methods

toHeaders :: ListApps -> [Header] #

ToPath ListApps Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListApps

ToQuery ListApps Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListApps

AWSRequest ListApps Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListApps

Associated Types

type AWSResponse ListApps #

Generic ListApps Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListApps

Associated Types

type Rep ListApps :: Type -> Type #

Methods

from :: ListApps -> Rep ListApps x #

to :: Rep ListApps x -> ListApps #

Read ListApps Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListApps

Show ListApps Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListApps

NFData ListApps Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListApps

Methods

rnf :: ListApps -> () #

Eq ListApps Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListApps

Hashable ListApps Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListApps

Methods

hashWithSalt :: Int -> ListApps -> Int #

hash :: ListApps -> Int #

type AWSResponse ListApps Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListApps

type Rep ListApps Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListApps

type Rep ListApps = D1 ('MetaData "ListApps" "Amazonka.ResilienceHub.ListApps" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListApps'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListApps :: ListApps Source #

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

ListApps, listApps_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

$sel:maxResults:ListApps', listApps_maxResults - The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

ListApps, listApps_name - The name for the one of the listed applications.

ListApps, listApps_nextToken - Null, or the token from a previous call to get the next set of results.

data ListAppsResponse Source #

See: newListAppsResponse smart constructor.

Instances

Instances details
Generic ListAppsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListApps

Associated Types

type Rep ListAppsResponse :: Type -> Type #

Read ListAppsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListApps

Show ListAppsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListApps

NFData ListAppsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListApps

Methods

rnf :: ListAppsResponse -> () #

Eq ListAppsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListApps

type Rep ListAppsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListApps

type Rep ListAppsResponse = D1 ('MetaData "ListAppsResponse" "Amazonka.ResilienceHub.ListApps" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListAppsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "appSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AppSummary]))))

newListAppsResponse Source #

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

ListApps, listAppsResponse_nextToken - The token for the next set of results, or null if there are no more results.

$sel:httpStatus:ListAppsResponse', listAppsResponse_httpStatus - The response's http status code.

$sel:appSummaries:ListAppsResponse', listAppsResponse_appSummaries - Summaries for the Resilience Hub application.

ListRecommendationTemplates

data ListRecommendationTemplates Source #

See: newListRecommendationTemplates smart constructor.

Instances

Instances details
ToHeaders ListRecommendationTemplates Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListRecommendationTemplates

ToPath ListRecommendationTemplates Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListRecommendationTemplates

ToQuery ListRecommendationTemplates Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListRecommendationTemplates

AWSRequest ListRecommendationTemplates Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListRecommendationTemplates

Generic ListRecommendationTemplates Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListRecommendationTemplates

Associated Types

type Rep ListRecommendationTemplates :: Type -> Type #

Read ListRecommendationTemplates Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListRecommendationTemplates

Show ListRecommendationTemplates Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListRecommendationTemplates

NFData ListRecommendationTemplates Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListRecommendationTemplates

Eq ListRecommendationTemplates Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListRecommendationTemplates

Hashable ListRecommendationTemplates Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListRecommendationTemplates

type AWSResponse ListRecommendationTemplates Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListRecommendationTemplates

type Rep ListRecommendationTemplates Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListRecommendationTemplates

type Rep ListRecommendationTemplates = D1 ('MetaData "ListRecommendationTemplates" "Amazonka.ResilienceHub.ListRecommendationTemplates" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListRecommendationTemplates'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "recommendationTemplateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "reverseOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty RecommendationTemplateStatus))) :*: S1 ('MetaSel ('Just "assessmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newListRecommendationTemplates Source #

Create a value of ListRecommendationTemplates 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:maxResults:ListRecommendationTemplates', listRecommendationTemplates_maxResults - The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

ListRecommendationTemplates, listRecommendationTemplates_name - The name for one of the listed recommendation templates.

ListRecommendationTemplates, listRecommendationTemplates_nextToken - Null, or the token from a previous call to get the next set of results.

ListRecommendationTemplates, listRecommendationTemplates_recommendationTemplateArn - The Amazon Resource Name (ARN) for a recommendation template.

$sel:reverseOrder:ListRecommendationTemplates', listRecommendationTemplates_reverseOrder - The default is to sort by ascending startTime. To sort by descending startTime, set reverseOrder to true.

ListRecommendationTemplates, listRecommendationTemplates_status - The status of the action.

ListRecommendationTemplates, listRecommendationTemplates_assessmentArn - The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

data ListRecommendationTemplatesResponse Source #

Instances

Instances details
Generic ListRecommendationTemplatesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListRecommendationTemplates

Show ListRecommendationTemplatesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListRecommendationTemplates

NFData ListRecommendationTemplatesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListRecommendationTemplates

Eq ListRecommendationTemplatesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListRecommendationTemplates

type Rep ListRecommendationTemplatesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListRecommendationTemplates

type Rep ListRecommendationTemplatesResponse = D1 ('MetaData "ListRecommendationTemplatesResponse" "Amazonka.ResilienceHub.ListRecommendationTemplates" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListRecommendationTemplatesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "recommendationTemplates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecommendationTemplate])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListRecommendationTemplatesResponse Source #

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

ListRecommendationTemplates, listRecommendationTemplatesResponse_nextToken - The token for the next set of results, or null if there are no more results.

$sel:recommendationTemplates:ListRecommendationTemplatesResponse', listRecommendationTemplatesResponse_recommendationTemplates - The recommendation templates for the Resilience Hub applications.

$sel:httpStatus:ListRecommendationTemplatesResponse', listRecommendationTemplatesResponse_httpStatus - The response's http status code.

ListResiliencyPolicies

data ListResiliencyPolicies Source #

See: newListResiliencyPolicies smart constructor.

Instances

Instances details
ToHeaders ListResiliencyPolicies Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListResiliencyPolicies

ToPath ListResiliencyPolicies Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListResiliencyPolicies

ToQuery ListResiliencyPolicies Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListResiliencyPolicies

AWSRequest ListResiliencyPolicies Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListResiliencyPolicies

Associated Types

type AWSResponse ListResiliencyPolicies #

Generic ListResiliencyPolicies Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListResiliencyPolicies

Associated Types

type Rep ListResiliencyPolicies :: Type -> Type #

Read ListResiliencyPolicies Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListResiliencyPolicies

Show ListResiliencyPolicies Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListResiliencyPolicies

NFData ListResiliencyPolicies Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListResiliencyPolicies

Methods

rnf :: ListResiliencyPolicies -> () #

Eq ListResiliencyPolicies Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListResiliencyPolicies

Hashable ListResiliencyPolicies Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListResiliencyPolicies

type AWSResponse ListResiliencyPolicies Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListResiliencyPolicies

type Rep ListResiliencyPolicies Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListResiliencyPolicies

type Rep ListResiliencyPolicies = D1 ('MetaData "ListResiliencyPolicies" "Amazonka.ResilienceHub.ListResiliencyPolicies" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListResiliencyPolicies'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "policyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListResiliencyPolicies :: ListResiliencyPolicies Source #

Create a value of ListResiliencyPolicies 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:maxResults:ListResiliencyPolicies', listResiliencyPolicies_maxResults - The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

ListResiliencyPolicies, listResiliencyPolicies_nextToken - Null, or the token from a previous call to get the next set of results.

ListResiliencyPolicies, listResiliencyPolicies_policyName - The name of the policy

data ListResiliencyPoliciesResponse Source #

See: newListResiliencyPoliciesResponse smart constructor.

Instances

Instances details
Generic ListResiliencyPoliciesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListResiliencyPolicies

Associated Types

type Rep ListResiliencyPoliciesResponse :: Type -> Type #

Show ListResiliencyPoliciesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListResiliencyPolicies

NFData ListResiliencyPoliciesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListResiliencyPolicies

Eq ListResiliencyPoliciesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListResiliencyPolicies

type Rep ListResiliencyPoliciesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListResiliencyPolicies

type Rep ListResiliencyPoliciesResponse = D1 ('MetaData "ListResiliencyPoliciesResponse" "Amazonka.ResilienceHub.ListResiliencyPolicies" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListResiliencyPoliciesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "resiliencyPolicies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ResiliencyPolicy]))))

newListResiliencyPoliciesResponse Source #

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

ListResiliencyPolicies, listResiliencyPoliciesResponse_nextToken - The token for the next set of results, or null if there are no more results.

$sel:httpStatus:ListResiliencyPoliciesResponse', listResiliencyPoliciesResponse_httpStatus - The response's http status code.

$sel:resiliencyPolicies:ListResiliencyPoliciesResponse', listResiliencyPoliciesResponse_resiliencyPolicies - The resiliency policies for the Resilience Hub applications.

ListSopRecommendations

data ListSopRecommendations Source #

See: newListSopRecommendations smart constructor.

Instances

Instances details
ToJSON ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

ToHeaders ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

ToPath ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

ToQuery ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

AWSRequest ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

Associated Types

type AWSResponse ListSopRecommendations #

Generic ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

Associated Types

type Rep ListSopRecommendations :: Type -> Type #

Read ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

Show ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

NFData ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

Methods

rnf :: ListSopRecommendations -> () #

Eq ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

Hashable ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

type AWSResponse ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

type Rep ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

type Rep ListSopRecommendations = D1 ('MetaData "ListSopRecommendations" "Amazonka.ResilienceHub.ListSopRecommendations" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListSopRecommendations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assessmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListSopRecommendations Source #

Create a value of ListSopRecommendations 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:maxResults:ListSopRecommendations', listSopRecommendations_maxResults - The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

ListSopRecommendations, listSopRecommendations_nextToken - Null, or the token from a previous call to get the next set of results.

ListSopRecommendations, listSopRecommendations_assessmentArn - The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

data ListSopRecommendationsResponse Source #

See: newListSopRecommendationsResponse smart constructor.

Instances

Instances details
Generic ListSopRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

Associated Types

type Rep ListSopRecommendationsResponse :: Type -> Type #

Read ListSopRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

Show ListSopRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

NFData ListSopRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

Eq ListSopRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

type Rep ListSopRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

type Rep ListSopRecommendationsResponse = D1 ('MetaData "ListSopRecommendationsResponse" "Amazonka.ResilienceHub.ListSopRecommendations" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListSopRecommendationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "sopRecommendations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [SopRecommendation]))))

newListSopRecommendationsResponse Source #

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

ListSopRecommendations, listSopRecommendationsResponse_nextToken - The token for the next set of results, or null if there are no more results.

$sel:httpStatus:ListSopRecommendationsResponse', listSopRecommendationsResponse_httpStatus - The response's http status code.

$sel:sopRecommendations:ListSopRecommendationsResponse', listSopRecommendationsResponse_sopRecommendations - The standard operating procedure (SOP) recommendations for the Resilience Hub applications.

ListSuggestedResiliencyPolicies

data ListSuggestedResiliencyPolicies Source #

See: newListSuggestedResiliencyPolicies smart constructor.

Instances

Instances details
ToHeaders ListSuggestedResiliencyPolicies Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSuggestedResiliencyPolicies

ToPath ListSuggestedResiliencyPolicies Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSuggestedResiliencyPolicies

ToQuery ListSuggestedResiliencyPolicies Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSuggestedResiliencyPolicies

AWSRequest ListSuggestedResiliencyPolicies Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSuggestedResiliencyPolicies

Generic ListSuggestedResiliencyPolicies Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSuggestedResiliencyPolicies

Associated Types

type Rep ListSuggestedResiliencyPolicies :: Type -> Type #

Read ListSuggestedResiliencyPolicies Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSuggestedResiliencyPolicies

Show ListSuggestedResiliencyPolicies Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSuggestedResiliencyPolicies

NFData ListSuggestedResiliencyPolicies Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSuggestedResiliencyPolicies

Eq ListSuggestedResiliencyPolicies Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSuggestedResiliencyPolicies

Hashable ListSuggestedResiliencyPolicies Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSuggestedResiliencyPolicies

type AWSResponse ListSuggestedResiliencyPolicies Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSuggestedResiliencyPolicies

type Rep ListSuggestedResiliencyPolicies Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSuggestedResiliencyPolicies

type Rep ListSuggestedResiliencyPolicies = D1 ('MetaData "ListSuggestedResiliencyPolicies" "Amazonka.ResilienceHub.ListSuggestedResiliencyPolicies" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListSuggestedResiliencyPolicies'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListSuggestedResiliencyPolicies :: ListSuggestedResiliencyPolicies Source #

Create a value of ListSuggestedResiliencyPolicies 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:maxResults:ListSuggestedResiliencyPolicies', listSuggestedResiliencyPolicies_maxResults - The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

ListSuggestedResiliencyPolicies, listSuggestedResiliencyPolicies_nextToken - Null, or the token from a previous call to get the next set of results.

data ListSuggestedResiliencyPoliciesResponse Source #

Instances

Instances details
Generic ListSuggestedResiliencyPoliciesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSuggestedResiliencyPolicies

Show ListSuggestedResiliencyPoliciesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSuggestedResiliencyPolicies

NFData ListSuggestedResiliencyPoliciesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSuggestedResiliencyPolicies

Eq ListSuggestedResiliencyPoliciesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSuggestedResiliencyPolicies

type Rep ListSuggestedResiliencyPoliciesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSuggestedResiliencyPolicies

type Rep ListSuggestedResiliencyPoliciesResponse = D1 ('MetaData "ListSuggestedResiliencyPoliciesResponse" "Amazonka.ResilienceHub.ListSuggestedResiliencyPolicies" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListSuggestedResiliencyPoliciesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "resiliencyPolicies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ResiliencyPolicy]))))

newListSuggestedResiliencyPoliciesResponse Source #

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

ListSuggestedResiliencyPolicies, listSuggestedResiliencyPoliciesResponse_nextToken - The token for the next set of results, or null if there are no more results.

$sel:httpStatus:ListSuggestedResiliencyPoliciesResponse', listSuggestedResiliencyPoliciesResponse_httpStatus - The response's http status code.

$sel:resiliencyPolicies:ListSuggestedResiliencyPoliciesResponse', listSuggestedResiliencyPoliciesResponse_resiliencyPolicies - The suggested resiliency policies for the Resilience Hub applications.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.ResilienceHub.ListTagsForResource" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newListTagsForResource Source #

Create a value of ListTagsForResource 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:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The Amazon Resource Name (ARN) for a specific resource in your Resilience Hub application.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.ResilienceHub.ListTagsForResource" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text Text)))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

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

ListTagsForResourceResponse, listTagsForResourceResponse_tags - The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

ListTestRecommendations

data ListTestRecommendations Source #

See: newListTestRecommendations smart constructor.

Instances

Instances details
ToJSON ListTestRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTestRecommendations

ToHeaders ListTestRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTestRecommendations

ToPath ListTestRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTestRecommendations

ToQuery ListTestRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTestRecommendations

AWSRequest ListTestRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTestRecommendations

Generic ListTestRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTestRecommendations

Associated Types

type Rep ListTestRecommendations :: Type -> Type #

Read ListTestRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTestRecommendations

Show ListTestRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTestRecommendations

NFData ListTestRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTestRecommendations

Methods

rnf :: ListTestRecommendations -> () #

Eq ListTestRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTestRecommendations

Hashable ListTestRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTestRecommendations

type AWSResponse ListTestRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTestRecommendations

type Rep ListTestRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTestRecommendations

type Rep ListTestRecommendations = D1 ('MetaData "ListTestRecommendations" "Amazonka.ResilienceHub.ListTestRecommendations" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListTestRecommendations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assessmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListTestRecommendations Source #

Create a value of ListTestRecommendations 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:maxResults:ListTestRecommendations', listTestRecommendations_maxResults - The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

ListTestRecommendations, listTestRecommendations_nextToken - Null, or the token from a previous call to get the next set of results.

ListTestRecommendations, listTestRecommendations_assessmentArn - The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

data ListTestRecommendationsResponse Source #

See: newListTestRecommendationsResponse smart constructor.

Instances

Instances details
Generic ListTestRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTestRecommendations

Associated Types

type Rep ListTestRecommendationsResponse :: Type -> Type #

Read ListTestRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTestRecommendations

Show ListTestRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTestRecommendations

NFData ListTestRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTestRecommendations

Eq ListTestRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTestRecommendations

type Rep ListTestRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListTestRecommendations

type Rep ListTestRecommendationsResponse = D1 ('MetaData "ListTestRecommendationsResponse" "Amazonka.ResilienceHub.ListTestRecommendations" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListTestRecommendationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "testRecommendations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [TestRecommendation]))))

newListTestRecommendationsResponse Source #

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

ListTestRecommendations, listTestRecommendationsResponse_nextToken - The token for the next set of results, or null if there are no more results.

$sel:httpStatus:ListTestRecommendationsResponse', listTestRecommendationsResponse_httpStatus - The response's http status code.

$sel:testRecommendations:ListTestRecommendationsResponse', listTestRecommendationsResponse_testRecommendations - The test recommendations for the Resilience Hub application.

ListUnsupportedAppVersionResources

data ListUnsupportedAppVersionResources Source #

Instances

Instances details
ToJSON ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

ToHeaders ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

ToPath ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

ToQuery ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

AWSRequest ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

Generic ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

Associated Types

type Rep ListUnsupportedAppVersionResources :: Type -> Type #

Read ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

Show ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

NFData ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

Eq ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

Hashable ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

type AWSResponse ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

type Rep ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

type Rep ListUnsupportedAppVersionResources = D1 ('MetaData "ListUnsupportedAppVersionResources" "Amazonka.ResilienceHub.ListUnsupportedAppVersionResources" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListUnsupportedAppVersionResources'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resolutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "appVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newListUnsupportedAppVersionResources Source #

Create a value of ListUnsupportedAppVersionResources 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:maxResults:ListUnsupportedAppVersionResources', listUnsupportedAppVersionResources_maxResults - The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

ListUnsupportedAppVersionResources, listUnsupportedAppVersionResources_nextToken - Null, or the token from a previous call to get the next set of results.

ListUnsupportedAppVersionResources, listUnsupportedAppVersionResources_resolutionId - The identifier for a specific resolution.

ListUnsupportedAppVersionResources, listUnsupportedAppVersionResources_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

ListUnsupportedAppVersionResources, listUnsupportedAppVersionResources_appVersion - The version of the application.

data ListUnsupportedAppVersionResourcesResponse Source #

Instances

Instances details
Generic ListUnsupportedAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

Read ListUnsupportedAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

Show ListUnsupportedAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

NFData ListUnsupportedAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

Eq ListUnsupportedAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

type Rep ListUnsupportedAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

type Rep ListUnsupportedAppVersionResourcesResponse = D1 ('MetaData "ListUnsupportedAppVersionResourcesResponse" "Amazonka.ResilienceHub.ListUnsupportedAppVersionResources" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListUnsupportedAppVersionResourcesResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "resolutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "unsupportedResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [UnsupportedResource]))))

PublishAppVersion

data PublishAppVersion Source #

See: newPublishAppVersion smart constructor.

Constructors

PublishAppVersion' Text 

Instances

Instances details
ToJSON PublishAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.PublishAppVersion

ToHeaders PublishAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.PublishAppVersion

ToPath PublishAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.PublishAppVersion

ToQuery PublishAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.PublishAppVersion

AWSRequest PublishAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.PublishAppVersion

Associated Types

type AWSResponse PublishAppVersion #

Generic PublishAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.PublishAppVersion

Associated Types

type Rep PublishAppVersion :: Type -> Type #

Read PublishAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.PublishAppVersion

Show PublishAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.PublishAppVersion

NFData PublishAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.PublishAppVersion

Methods

rnf :: PublishAppVersion -> () #

Eq PublishAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.PublishAppVersion

Hashable PublishAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.PublishAppVersion

type AWSResponse PublishAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.PublishAppVersion

type Rep PublishAppVersion Source # 
Instance details

Defined in Amazonka.ResilienceHub.PublishAppVersion

type Rep PublishAppVersion = D1 ('MetaData "PublishAppVersion" "Amazonka.ResilienceHub.PublishAppVersion" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "PublishAppVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newPublishAppVersion Source #

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

PublishAppVersion, publishAppVersion_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

data PublishAppVersionResponse Source #

See: newPublishAppVersionResponse smart constructor.

Instances

Instances details
Generic PublishAppVersionResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.PublishAppVersion

Associated Types

type Rep PublishAppVersionResponse :: Type -> Type #

Read PublishAppVersionResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.PublishAppVersion

Show PublishAppVersionResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.PublishAppVersion

NFData PublishAppVersionResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.PublishAppVersion

Eq PublishAppVersionResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.PublishAppVersion

type Rep PublishAppVersionResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.PublishAppVersion

type Rep PublishAppVersionResponse = D1 ('MetaData "PublishAppVersionResponse" "Amazonka.ResilienceHub.PublishAppVersion" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "PublishAppVersionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newPublishAppVersionResponse Source #

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

PublishAppVersionResponse, publishAppVersionResponse_appVersion - The version of the application.

$sel:httpStatus:PublishAppVersionResponse', publishAppVersionResponse_httpStatus - The response's http status code.

PublishAppVersion, publishAppVersionResponse_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

PutDraftAppVersionTemplate

data PutDraftAppVersionTemplate Source #

See: newPutDraftAppVersionTemplate smart constructor.

Instances

Instances details
ToJSON PutDraftAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.PutDraftAppVersionTemplate

ToHeaders PutDraftAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.PutDraftAppVersionTemplate

ToPath PutDraftAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.PutDraftAppVersionTemplate

ToQuery PutDraftAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.PutDraftAppVersionTemplate

AWSRequest PutDraftAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.PutDraftAppVersionTemplate

Generic PutDraftAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.PutDraftAppVersionTemplate

Associated Types

type Rep PutDraftAppVersionTemplate :: Type -> Type #

Read PutDraftAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.PutDraftAppVersionTemplate

Show PutDraftAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.PutDraftAppVersionTemplate

NFData PutDraftAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.PutDraftAppVersionTemplate

Eq PutDraftAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.PutDraftAppVersionTemplate

Hashable PutDraftAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.PutDraftAppVersionTemplate

type AWSResponse PutDraftAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.PutDraftAppVersionTemplate

type Rep PutDraftAppVersionTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.PutDraftAppVersionTemplate

type Rep PutDraftAppVersionTemplate = D1 ('MetaData "PutDraftAppVersionTemplate" "Amazonka.ResilienceHub.PutDraftAppVersionTemplate" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "PutDraftAppVersionTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "appTemplateBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newPutDraftAppVersionTemplate Source #

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

PutDraftAppVersionTemplate, putDraftAppVersionTemplate_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

$sel:appTemplateBody:PutDraftAppVersionTemplate', putDraftAppVersionTemplate_appTemplateBody - A JSON string that contains the body of the app template.

data PutDraftAppVersionTemplateResponse Source #

Instances

Instances details
Generic PutDraftAppVersionTemplateResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.PutDraftAppVersionTemplate

Associated Types

type Rep PutDraftAppVersionTemplateResponse :: Type -> Type #

Read PutDraftAppVersionTemplateResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.PutDraftAppVersionTemplate

Show PutDraftAppVersionTemplateResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.PutDraftAppVersionTemplate

NFData PutDraftAppVersionTemplateResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.PutDraftAppVersionTemplate

Eq PutDraftAppVersionTemplateResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.PutDraftAppVersionTemplate

type Rep PutDraftAppVersionTemplateResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.PutDraftAppVersionTemplate

type Rep PutDraftAppVersionTemplateResponse = D1 ('MetaData "PutDraftAppVersionTemplateResponse" "Amazonka.ResilienceHub.PutDraftAppVersionTemplate" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "PutDraftAppVersionTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "appVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newPutDraftAppVersionTemplateResponse Source #

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

PutDraftAppVersionTemplate, putDraftAppVersionTemplateResponse_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

PutDraftAppVersionTemplateResponse, putDraftAppVersionTemplateResponse_appVersion - The version of the application.

$sel:httpStatus:PutDraftAppVersionTemplateResponse', putDraftAppVersionTemplateResponse_httpStatus - The response's http status code.

RemoveDraftAppVersionResourceMappings

data RemoveDraftAppVersionResourceMappings Source #

Instances

Instances details
ToJSON RemoveDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.RemoveDraftAppVersionResourceMappings

ToHeaders RemoveDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.RemoveDraftAppVersionResourceMappings

ToPath RemoveDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.RemoveDraftAppVersionResourceMappings

ToQuery RemoveDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.RemoveDraftAppVersionResourceMappings

AWSRequest RemoveDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.RemoveDraftAppVersionResourceMappings

Generic RemoveDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.RemoveDraftAppVersionResourceMappings

Read RemoveDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.RemoveDraftAppVersionResourceMappings

Show RemoveDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.RemoveDraftAppVersionResourceMappings

NFData RemoveDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.RemoveDraftAppVersionResourceMappings

Eq RemoveDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.RemoveDraftAppVersionResourceMappings

Hashable RemoveDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.RemoveDraftAppVersionResourceMappings

type AWSResponse RemoveDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.RemoveDraftAppVersionResourceMappings

type Rep RemoveDraftAppVersionResourceMappings Source # 
Instance details

Defined in Amazonka.ResilienceHub.RemoveDraftAppVersionResourceMappings

type Rep RemoveDraftAppVersionResourceMappings = D1 ('MetaData "RemoveDraftAppVersionResourceMappings" "Amazonka.ResilienceHub.RemoveDraftAppVersionResourceMappings" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "RemoveDraftAppVersionResourceMappings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "appRegistryAppNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "logicalStackNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "resourceGroupNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 ('MetaSel ('Just "resourceNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "terraformSourceNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newRemoveDraftAppVersionResourceMappings Source #

Create a value of RemoveDraftAppVersionResourceMappings 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:appRegistryAppNames:RemoveDraftAppVersionResourceMappings', removeDraftAppVersionResourceMappings_appRegistryAppNames - The names of the registered applications to remove from the resource mappings.

$sel:logicalStackNames:RemoveDraftAppVersionResourceMappings', removeDraftAppVersionResourceMappings_logicalStackNames - The names of the CloudFormation stacks to remove from the resource mappings.

$sel:resourceGroupNames:RemoveDraftAppVersionResourceMappings', removeDraftAppVersionResourceMappings_resourceGroupNames - The names of the resource groups to remove from the resource mappings.

$sel:resourceNames:RemoveDraftAppVersionResourceMappings', removeDraftAppVersionResourceMappings_resourceNames - The names of the resources to remove from the resource mappings.

$sel:terraformSourceNames:RemoveDraftAppVersionResourceMappings', removeDraftAppVersionResourceMappings_terraformSourceNames - > /p

RemoveDraftAppVersionResourceMappings, removeDraftAppVersionResourceMappings_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

data RemoveDraftAppVersionResourceMappingsResponse Source #

Instances

Instances details
Generic RemoveDraftAppVersionResourceMappingsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.RemoveDraftAppVersionResourceMappings

Read RemoveDraftAppVersionResourceMappingsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.RemoveDraftAppVersionResourceMappings

Show RemoveDraftAppVersionResourceMappingsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.RemoveDraftAppVersionResourceMappings

NFData RemoveDraftAppVersionResourceMappingsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.RemoveDraftAppVersionResourceMappings

Eq RemoveDraftAppVersionResourceMappingsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.RemoveDraftAppVersionResourceMappings

type Rep RemoveDraftAppVersionResourceMappingsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.RemoveDraftAppVersionResourceMappings

type Rep RemoveDraftAppVersionResourceMappingsResponse = D1 ('MetaData "RemoveDraftAppVersionResourceMappingsResponse" "Amazonka.ResilienceHub.RemoveDraftAppVersionResourceMappings" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "RemoveDraftAppVersionResourceMappingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "appVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newRemoveDraftAppVersionResourceMappingsResponse Source #

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

RemoveDraftAppVersionResourceMappings, removeDraftAppVersionResourceMappingsResponse_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

RemoveDraftAppVersionResourceMappingsResponse, removeDraftAppVersionResourceMappingsResponse_appVersion - The version of the application.

$sel:httpStatus:RemoveDraftAppVersionResourceMappingsResponse', removeDraftAppVersionResourceMappingsResponse_httpStatus - The response's http status code.

ResolveAppVersionResources

data ResolveAppVersionResources Source #

See: newResolveAppVersionResources smart constructor.

Instances

Instances details
ToJSON ResolveAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ResolveAppVersionResources

ToHeaders ResolveAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ResolveAppVersionResources

ToPath ResolveAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ResolveAppVersionResources

ToQuery ResolveAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ResolveAppVersionResources

AWSRequest ResolveAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ResolveAppVersionResources

Generic ResolveAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ResolveAppVersionResources

Associated Types

type Rep ResolveAppVersionResources :: Type -> Type #

Read ResolveAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ResolveAppVersionResources

Show ResolveAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ResolveAppVersionResources

NFData ResolveAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ResolveAppVersionResources

Eq ResolveAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ResolveAppVersionResources

Hashable ResolveAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ResolveAppVersionResources

type AWSResponse ResolveAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ResolveAppVersionResources

type Rep ResolveAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ResolveAppVersionResources

type Rep ResolveAppVersionResources = D1 ('MetaData "ResolveAppVersionResources" "Amazonka.ResilienceHub.ResolveAppVersionResources" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ResolveAppVersionResources'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "appVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newResolveAppVersionResources Source #

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

ResolveAppVersionResources, resolveAppVersionResources_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

ResolveAppVersionResources, resolveAppVersionResources_appVersion - The version of the application.

data ResolveAppVersionResourcesResponse Source #

Instances

Instances details
Generic ResolveAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ResolveAppVersionResources

Associated Types

type Rep ResolveAppVersionResourcesResponse :: Type -> Type #

Read ResolveAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ResolveAppVersionResources

Show ResolveAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ResolveAppVersionResources

NFData ResolveAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ResolveAppVersionResources

Eq ResolveAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ResolveAppVersionResources

type Rep ResolveAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ResolveAppVersionResources

type Rep ResolveAppVersionResourcesResponse = D1 ('MetaData "ResolveAppVersionResourcesResponse" "Amazonka.ResilienceHub.ResolveAppVersionResources" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ResolveAppVersionResourcesResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "appVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "resolutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceResolutionStatusType)))))

newResolveAppVersionResourcesResponse Source #

Create a value of ResolveAppVersionResourcesResponse 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:httpStatus:ResolveAppVersionResourcesResponse', resolveAppVersionResourcesResponse_httpStatus - The response's http status code.

ResolveAppVersionResources, resolveAppVersionResourcesResponse_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

ResolveAppVersionResources, resolveAppVersionResourcesResponse_appVersion - The version of the application.

$sel:resolutionId:ResolveAppVersionResourcesResponse', resolveAppVersionResourcesResponse_resolutionId - The identifier for a specific resolution.

ResolveAppVersionResourcesResponse, resolveAppVersionResourcesResponse_status - The status of the action.

StartAppAssessment

data StartAppAssessment Source #

See: newStartAppAssessment smart constructor.

Instances

Instances details
ToJSON StartAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.StartAppAssessment

ToHeaders StartAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.StartAppAssessment

ToPath StartAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.StartAppAssessment

ToQuery StartAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.StartAppAssessment

AWSRequest StartAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.StartAppAssessment

Associated Types

type AWSResponse StartAppAssessment #

Generic StartAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.StartAppAssessment

Associated Types

type Rep StartAppAssessment :: Type -> Type #

Show StartAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.StartAppAssessment

NFData StartAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.StartAppAssessment

Methods

rnf :: StartAppAssessment -> () #

Eq StartAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.StartAppAssessment

Hashable StartAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.StartAppAssessment

type AWSResponse StartAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.StartAppAssessment

type Rep StartAppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.StartAppAssessment

type Rep StartAppAssessment = D1 ('MetaData "StartAppAssessment" "Amazonka.ResilienceHub.StartAppAssessment" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "StartAppAssessment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text Text))))) :*: (S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "appVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "assessmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newStartAppAssessment Source #

Create a value of StartAppAssessment 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:clientToken:StartAppAssessment', startAppAssessment_clientToken - Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.

StartAppAssessment, startAppAssessment_tags - The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.

StartAppAssessment, startAppAssessment_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

StartAppAssessment, startAppAssessment_appVersion - The version of the application.

StartAppAssessment, startAppAssessment_assessmentName - The name for the assessment.

data StartAppAssessmentResponse Source #

See: newStartAppAssessmentResponse smart constructor.

Instances

Instances details
Generic StartAppAssessmentResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.StartAppAssessment

Associated Types

type Rep StartAppAssessmentResponse :: Type -> Type #

Show StartAppAssessmentResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.StartAppAssessment

NFData StartAppAssessmentResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.StartAppAssessment

Eq StartAppAssessmentResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.StartAppAssessment

type Rep StartAppAssessmentResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.StartAppAssessment

type Rep StartAppAssessmentResponse = D1 ('MetaData "StartAppAssessmentResponse" "Amazonka.ResilienceHub.StartAppAssessment" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "StartAppAssessmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "assessment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AppAssessment)))

newStartAppAssessmentResponse Source #

Create a value of StartAppAssessmentResponse 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:httpStatus:StartAppAssessmentResponse', startAppAssessmentResponse_httpStatus - The response's http status code.

$sel:assessment:StartAppAssessmentResponse', startAppAssessmentResponse_assessment - The assessment created.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Show TagResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.ResilienceHub.TagResource" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive (HashMap Text Text)))))

newTagResource Source #

Create a value of TagResource 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:resourceArn:TagResource', tagResource_resourceArn - The Amazon Resource Name (ARN) of the resource.

TagResource, tagResource_tags - The tags to assign to the resource. Each tag consists of a key/value pair.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.ResilienceHub.TagResource" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse 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:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Instances

Instances details
ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Show UntagResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.ResilienceHub.UntagResource" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive (NonEmpty Text)))))

newUntagResource Source #

Create a value of UntagResource 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:resourceArn:UntagResource', untagResource_resourceArn - The Amazon Resource Name (ARN) of the resource.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The keys of the tags to remove.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.ResilienceHub.UntagResource" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse 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:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

UpdateApp

data UpdateApp Source #

See: newUpdateApp smart constructor.

Instances

Instances details
ToJSON UpdateApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateApp

ToHeaders UpdateApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateApp

Methods

toHeaders :: UpdateApp -> [Header] #

ToPath UpdateApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateApp

ToQuery UpdateApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateApp

AWSRequest UpdateApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateApp

Associated Types

type AWSResponse UpdateApp #

Generic UpdateApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateApp

Associated Types

type Rep UpdateApp :: Type -> Type #

Read UpdateApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateApp

Show UpdateApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateApp

NFData UpdateApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateApp

Methods

rnf :: UpdateApp -> () #

Eq UpdateApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateApp

Hashable UpdateApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateApp

type AWSResponse UpdateApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateApp

type Rep UpdateApp Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateApp

type Rep UpdateApp = D1 ('MetaData "UpdateApp" "Amazonka.ResilienceHub.UpdateApp" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "UpdateApp'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "assessmentSchedule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppAssessmentScheduleType)) :*: S1 ('MetaSel ('Just "clearResiliencyPolicyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "policyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateApp Source #

Arguments

:: Text

UpdateApp

-> UpdateApp 

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

UpdateApp, updateApp_assessmentSchedule - Assessment execution schedule with 'Daily' or 'Disabled' values.

$sel:clearResiliencyPolicyArn:UpdateApp', updateApp_clearResiliencyPolicyArn - Specifies if the resiliency policy ARN should be cleared.

UpdateApp, updateApp_description - The optional description for an app.

UpdateApp, updateApp_policyArn - The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

UpdateApp, updateApp_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

data UpdateAppResponse Source #

See: newUpdateAppResponse smart constructor.

Constructors

UpdateAppResponse' Int App 

Instances

Instances details
Generic UpdateAppResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateApp

Associated Types

type Rep UpdateAppResponse :: Type -> Type #

Show UpdateAppResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateApp

NFData UpdateAppResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateApp

Methods

rnf :: UpdateAppResponse -> () #

Eq UpdateAppResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateApp

type Rep UpdateAppResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateApp

type Rep UpdateAppResponse = D1 ('MetaData "UpdateAppResponse" "Amazonka.ResilienceHub.UpdateApp" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "UpdateAppResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "app") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 App)))

newUpdateAppResponse Source #

Create a value of UpdateAppResponse 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:httpStatus:UpdateAppResponse', updateAppResponse_httpStatus - The response's http status code.

$sel:app:UpdateAppResponse', updateAppResponse_app - The specified application, returned as an object with details including compliance status, creation time, description, resiliency score, and more.

UpdateResiliencyPolicy

data UpdateResiliencyPolicy Source #

See: newUpdateResiliencyPolicy smart constructor.

Instances

Instances details
ToJSON UpdateResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateResiliencyPolicy

ToHeaders UpdateResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateResiliencyPolicy

ToPath UpdateResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateResiliencyPolicy

ToQuery UpdateResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateResiliencyPolicy

AWSRequest UpdateResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateResiliencyPolicy

Associated Types

type AWSResponse UpdateResiliencyPolicy #

Generic UpdateResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateResiliencyPolicy

Associated Types

type Rep UpdateResiliencyPolicy :: Type -> Type #

Read UpdateResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateResiliencyPolicy

Show UpdateResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateResiliencyPolicy

NFData UpdateResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateResiliencyPolicy

Methods

rnf :: UpdateResiliencyPolicy -> () #

Eq UpdateResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateResiliencyPolicy

Hashable UpdateResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateResiliencyPolicy

type AWSResponse UpdateResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateResiliencyPolicy

type Rep UpdateResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateResiliencyPolicy

type Rep UpdateResiliencyPolicy = D1 ('MetaData "UpdateResiliencyPolicy" "Amazonka.ResilienceHub.UpdateResiliencyPolicy" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "UpdateResiliencyPolicy'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dataLocationConstraint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataLocationConstraint)) :*: (S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap DisruptionType FailurePolicy))) :*: S1 ('MetaSel ('Just "policyDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "policyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResiliencyPolicyTier)) :*: S1 ('MetaSel ('Just "policyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateResiliencyPolicy Source #

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

UpdateResiliencyPolicy, updateResiliencyPolicy_dataLocationConstraint - Specifies a high-level geographical location constraint for where your resilience policy data can be stored.

UpdateResiliencyPolicy, updateResiliencyPolicy_policy - The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.

UpdateResiliencyPolicy, updateResiliencyPolicy_policyDescription - The description for the policy.

UpdateResiliencyPolicy, updateResiliencyPolicy_policyName - The name of the policy

UpdateResiliencyPolicy, updateResiliencyPolicy_tier - The tier for this resiliency policy, ranging from the highest severity (MissionCritical) to lowest (NonCritical).

UpdateResiliencyPolicy, updateResiliencyPolicy_policyArn - The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

data UpdateResiliencyPolicyResponse Source #

See: newUpdateResiliencyPolicyResponse smart constructor.

Instances

Instances details
Generic UpdateResiliencyPolicyResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateResiliencyPolicy

Associated Types

type Rep UpdateResiliencyPolicyResponse :: Type -> Type #

Show UpdateResiliencyPolicyResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateResiliencyPolicy

NFData UpdateResiliencyPolicyResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateResiliencyPolicy

Eq UpdateResiliencyPolicyResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateResiliencyPolicy

type Rep UpdateResiliencyPolicyResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.UpdateResiliencyPolicy

type Rep UpdateResiliencyPolicyResponse = D1 ('MetaData "UpdateResiliencyPolicyResponse" "Amazonka.ResilienceHub.UpdateResiliencyPolicy" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "UpdateResiliencyPolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResiliencyPolicy)))

newUpdateResiliencyPolicyResponse Source #

Create a value of UpdateResiliencyPolicyResponse 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:httpStatus:UpdateResiliencyPolicyResponse', updateResiliencyPolicyResponse_httpStatus - The response's http status code.

UpdateResiliencyPolicy, updateResiliencyPolicyResponse_policy - The type of resiliency policy that was updated, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.

Types

AlarmType

newtype AlarmType Source #

Constructors

AlarmType' 

Fields

Bundled Patterns

pattern AlarmType_Canary :: AlarmType 
pattern AlarmType_Composite :: AlarmType 
pattern AlarmType_Event :: AlarmType 
pattern AlarmType_Logs :: AlarmType 
pattern AlarmType_Metric :: AlarmType 

Instances

Instances details
FromJSON AlarmType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmType

FromJSONKey AlarmType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmType

ToJSON AlarmType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmType

ToJSONKey AlarmType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmType

ToByteString AlarmType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmType

Methods

toBS :: AlarmType -> ByteString #

ToHeader AlarmType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmType

ToLog AlarmType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmType

ToQuery AlarmType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmType

FromText AlarmType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmType

ToText AlarmType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmType

Methods

toText :: AlarmType -> Text #

FromXML AlarmType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmType

ToXML AlarmType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmType

Methods

toXML :: AlarmType -> XML #

Generic AlarmType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmType

Associated Types

type Rep AlarmType :: Type -> Type #

Read AlarmType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmType

Show AlarmType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmType

NFData AlarmType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmType

Methods

rnf :: AlarmType -> () #

Eq AlarmType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmType

Ord AlarmType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmType

Hashable AlarmType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmType

type Rep AlarmType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmType

type Rep AlarmType = D1 ('MetaData "AlarmType" "Amazonka.ResilienceHub.Types.AlarmType" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'True) (C1 ('MetaCons "AlarmType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAlarmType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AppAssessmentScheduleType

newtype AppAssessmentScheduleType Source #

Instances

Instances details
FromJSON AppAssessmentScheduleType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentScheduleType

FromJSONKey AppAssessmentScheduleType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentScheduleType

ToJSON AppAssessmentScheduleType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentScheduleType

ToJSONKey AppAssessmentScheduleType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentScheduleType

ToByteString AppAssessmentScheduleType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentScheduleType

ToHeader AppAssessmentScheduleType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentScheduleType

ToLog AppAssessmentScheduleType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentScheduleType

ToQuery AppAssessmentScheduleType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentScheduleType

FromText AppAssessmentScheduleType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentScheduleType

ToText AppAssessmentScheduleType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentScheduleType

FromXML AppAssessmentScheduleType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentScheduleType

ToXML AppAssessmentScheduleType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentScheduleType

Generic AppAssessmentScheduleType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentScheduleType

Associated Types

type Rep AppAssessmentScheduleType :: Type -> Type #

Read AppAssessmentScheduleType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentScheduleType

Show AppAssessmentScheduleType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentScheduleType

NFData AppAssessmentScheduleType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentScheduleType

Eq AppAssessmentScheduleType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentScheduleType

Ord AppAssessmentScheduleType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentScheduleType

Hashable AppAssessmentScheduleType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentScheduleType

type Rep AppAssessmentScheduleType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentScheduleType

type Rep AppAssessmentScheduleType = D1 ('MetaData "AppAssessmentScheduleType" "Amazonka.ResilienceHub.Types.AppAssessmentScheduleType" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'True) (C1 ('MetaCons "AppAssessmentScheduleType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAppAssessmentScheduleType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AppComplianceStatusType

newtype AppComplianceStatusType Source #

Instances

Instances details
FromJSON AppComplianceStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComplianceStatusType

FromJSONKey AppComplianceStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComplianceStatusType

ToJSON AppComplianceStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComplianceStatusType

ToJSONKey AppComplianceStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComplianceStatusType

ToByteString AppComplianceStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComplianceStatusType

ToHeader AppComplianceStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComplianceStatusType

ToLog AppComplianceStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComplianceStatusType

ToQuery AppComplianceStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComplianceStatusType

FromText AppComplianceStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComplianceStatusType

ToText AppComplianceStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComplianceStatusType

FromXML AppComplianceStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComplianceStatusType

ToXML AppComplianceStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComplianceStatusType

Generic AppComplianceStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComplianceStatusType

Associated Types

type Rep AppComplianceStatusType :: Type -> Type #

Read AppComplianceStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComplianceStatusType

Show AppComplianceStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComplianceStatusType

NFData AppComplianceStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComplianceStatusType

Methods

rnf :: AppComplianceStatusType -> () #

Eq AppComplianceStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComplianceStatusType

Ord AppComplianceStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComplianceStatusType

Hashable AppComplianceStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComplianceStatusType

type Rep AppComplianceStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComplianceStatusType

type Rep AppComplianceStatusType = D1 ('MetaData "AppComplianceStatusType" "Amazonka.ResilienceHub.Types.AppComplianceStatusType" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'True) (C1 ('MetaCons "AppComplianceStatusType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAppComplianceStatusType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AppStatusType

newtype AppStatusType Source #

Constructors

AppStatusType' 

Instances

Instances details
FromJSON AppStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppStatusType

FromJSONKey AppStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppStatusType

ToJSON AppStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppStatusType

ToJSONKey AppStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppStatusType

ToByteString AppStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppStatusType

ToHeader AppStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppStatusType

ToLog AppStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppStatusType

ToQuery AppStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppStatusType

FromText AppStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppStatusType

ToText AppStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppStatusType

Methods

toText :: AppStatusType -> Text #

FromXML AppStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppStatusType

ToXML AppStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppStatusType

Methods

toXML :: AppStatusType -> XML #

Generic AppStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppStatusType

Associated Types

type Rep AppStatusType :: Type -> Type #

Read AppStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppStatusType

Show AppStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppStatusType

NFData AppStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppStatusType

Methods

rnf :: AppStatusType -> () #

Eq AppStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppStatusType

Ord AppStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppStatusType

Hashable AppStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppStatusType

type Rep AppStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppStatusType

type Rep AppStatusType = D1 ('MetaData "AppStatusType" "Amazonka.ResilienceHub.Types.AppStatusType" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'True) (C1 ('MetaCons "AppStatusType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAppStatusType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AssessmentInvoker

newtype AssessmentInvoker Source #

Instances

Instances details
FromJSON AssessmentInvoker Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentInvoker

FromJSONKey AssessmentInvoker Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentInvoker

ToJSON AssessmentInvoker Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentInvoker

ToJSONKey AssessmentInvoker Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentInvoker

ToByteString AssessmentInvoker Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentInvoker

ToHeader AssessmentInvoker Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentInvoker

ToLog AssessmentInvoker Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentInvoker

ToQuery AssessmentInvoker Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentInvoker

FromText AssessmentInvoker Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentInvoker

ToText AssessmentInvoker Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentInvoker

FromXML AssessmentInvoker Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentInvoker

ToXML AssessmentInvoker Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentInvoker

Generic AssessmentInvoker Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentInvoker

Associated Types

type Rep AssessmentInvoker :: Type -> Type #

Read AssessmentInvoker Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentInvoker

Show AssessmentInvoker Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentInvoker

NFData AssessmentInvoker Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentInvoker

Methods

rnf :: AssessmentInvoker -> () #

Eq AssessmentInvoker Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentInvoker

Ord AssessmentInvoker Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentInvoker

Hashable AssessmentInvoker Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentInvoker

type Rep AssessmentInvoker Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentInvoker

type Rep AssessmentInvoker = D1 ('MetaData "AssessmentInvoker" "Amazonka.ResilienceHub.Types.AssessmentInvoker" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'True) (C1 ('MetaCons "AssessmentInvoker'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAssessmentInvoker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AssessmentStatus

newtype AssessmentStatus Source #

Instances

Instances details
FromJSON AssessmentStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentStatus

FromJSONKey AssessmentStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentStatus

ToJSON AssessmentStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentStatus

ToJSONKey AssessmentStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentStatus

ToByteString AssessmentStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentStatus

ToHeader AssessmentStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentStatus

ToLog AssessmentStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentStatus

ToQuery AssessmentStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentStatus

FromText AssessmentStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentStatus

ToText AssessmentStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentStatus

FromXML AssessmentStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentStatus

ToXML AssessmentStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentStatus

Generic AssessmentStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentStatus

Associated Types

type Rep AssessmentStatus :: Type -> Type #

Read AssessmentStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentStatus

Show AssessmentStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentStatus

NFData AssessmentStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentStatus

Methods

rnf :: AssessmentStatus -> () #

Eq AssessmentStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentStatus

Ord AssessmentStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentStatus

Hashable AssessmentStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentStatus

type Rep AssessmentStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AssessmentStatus

type Rep AssessmentStatus = D1 ('MetaData "AssessmentStatus" "Amazonka.ResilienceHub.Types.AssessmentStatus" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'True) (C1 ('MetaCons "AssessmentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAssessmentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ComplianceStatus

newtype ComplianceStatus Source #

Instances

Instances details
FromJSON ComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComplianceStatus

FromJSONKey ComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComplianceStatus

ToJSON ComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComplianceStatus

ToJSONKey ComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComplianceStatus

ToByteString ComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComplianceStatus

ToHeader ComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComplianceStatus

ToLog ComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComplianceStatus

ToQuery ComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComplianceStatus

FromText ComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComplianceStatus

ToText ComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComplianceStatus

FromXML ComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComplianceStatus

ToXML ComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComplianceStatus

Generic ComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComplianceStatus

Associated Types

type Rep ComplianceStatus :: Type -> Type #

Read ComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComplianceStatus

Show ComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComplianceStatus

NFData ComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComplianceStatus

Methods

rnf :: ComplianceStatus -> () #

Eq ComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComplianceStatus

Ord ComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComplianceStatus

Hashable ComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComplianceStatus

type Rep ComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComplianceStatus

type Rep ComplianceStatus = D1 ('MetaData "ComplianceStatus" "Amazonka.ResilienceHub.Types.ComplianceStatus" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'True) (C1 ('MetaCons "ComplianceStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromComplianceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConfigRecommendationOptimizationType

newtype ConfigRecommendationOptimizationType Source #

Instances

Instances details
FromJSON ConfigRecommendationOptimizationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendationOptimizationType

FromJSONKey ConfigRecommendationOptimizationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendationOptimizationType

ToJSON ConfigRecommendationOptimizationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendationOptimizationType

ToJSONKey ConfigRecommendationOptimizationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendationOptimizationType

ToByteString ConfigRecommendationOptimizationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendationOptimizationType

ToHeader ConfigRecommendationOptimizationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendationOptimizationType

ToLog ConfigRecommendationOptimizationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendationOptimizationType

ToQuery ConfigRecommendationOptimizationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendationOptimizationType

FromText ConfigRecommendationOptimizationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendationOptimizationType

ToText ConfigRecommendationOptimizationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendationOptimizationType

FromXML ConfigRecommendationOptimizationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendationOptimizationType

ToXML ConfigRecommendationOptimizationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendationOptimizationType

Generic ConfigRecommendationOptimizationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendationOptimizationType

Read ConfigRecommendationOptimizationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendationOptimizationType

Show ConfigRecommendationOptimizationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendationOptimizationType

NFData ConfigRecommendationOptimizationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendationOptimizationType

Eq ConfigRecommendationOptimizationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendationOptimizationType

Ord ConfigRecommendationOptimizationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendationOptimizationType

Hashable ConfigRecommendationOptimizationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendationOptimizationType

type Rep ConfigRecommendationOptimizationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendationOptimizationType

type Rep ConfigRecommendationOptimizationType = D1 ('MetaData "ConfigRecommendationOptimizationType" "Amazonka.ResilienceHub.Types.ConfigRecommendationOptimizationType" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'True) (C1 ('MetaCons "ConfigRecommendationOptimizationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConfigRecommendationOptimizationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CostFrequency

newtype CostFrequency Source #

Constructors

CostFrequency' 

Instances

Instances details
FromJSON CostFrequency Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.CostFrequency

FromJSONKey CostFrequency Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.CostFrequency

ToJSON CostFrequency Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.CostFrequency

ToJSONKey CostFrequency Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.CostFrequency

ToByteString CostFrequency Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.CostFrequency

ToHeader CostFrequency Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.CostFrequency

ToLog CostFrequency Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.CostFrequency

ToQuery CostFrequency Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.CostFrequency

FromText CostFrequency Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.CostFrequency

ToText CostFrequency Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.CostFrequency

Methods

toText :: CostFrequency -> Text #

FromXML CostFrequency Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.CostFrequency

ToXML CostFrequency Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.CostFrequency

Methods

toXML :: CostFrequency -> XML #

Generic CostFrequency Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.CostFrequency

Associated Types

type Rep CostFrequency :: Type -> Type #

Read CostFrequency Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.CostFrequency

Show CostFrequency Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.CostFrequency

NFData CostFrequency Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.CostFrequency

Methods

rnf :: CostFrequency -> () #

Eq CostFrequency Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.CostFrequency

Ord CostFrequency Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.CostFrequency

Hashable CostFrequency Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.CostFrequency

type Rep CostFrequency Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.CostFrequency

type Rep CostFrequency = D1 ('MetaData "CostFrequency" "Amazonka.ResilienceHub.Types.CostFrequency" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'True) (C1 ('MetaCons "CostFrequency'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCostFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DataLocationConstraint

newtype DataLocationConstraint Source #

Instances

Instances details
FromJSON DataLocationConstraint Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DataLocationConstraint

FromJSONKey DataLocationConstraint Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DataLocationConstraint

ToJSON DataLocationConstraint Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DataLocationConstraint

ToJSONKey DataLocationConstraint Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DataLocationConstraint

ToByteString DataLocationConstraint Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DataLocationConstraint

ToHeader DataLocationConstraint Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DataLocationConstraint

ToLog DataLocationConstraint Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DataLocationConstraint

ToQuery DataLocationConstraint Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DataLocationConstraint

FromText DataLocationConstraint Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DataLocationConstraint

ToText DataLocationConstraint Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DataLocationConstraint

FromXML DataLocationConstraint Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DataLocationConstraint

ToXML DataLocationConstraint Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DataLocationConstraint

Generic DataLocationConstraint Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DataLocationConstraint

Associated Types

type Rep DataLocationConstraint :: Type -> Type #

Read DataLocationConstraint Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DataLocationConstraint

Show DataLocationConstraint Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DataLocationConstraint

NFData DataLocationConstraint Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DataLocationConstraint

Methods

rnf :: DataLocationConstraint -> () #

Eq DataLocationConstraint Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DataLocationConstraint

Ord DataLocationConstraint Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DataLocationConstraint

Hashable DataLocationConstraint Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DataLocationConstraint

type Rep DataLocationConstraint Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DataLocationConstraint

type Rep DataLocationConstraint = D1 ('MetaData "DataLocationConstraint" "Amazonka.ResilienceHub.Types.DataLocationConstraint" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'True) (C1 ('MetaCons "DataLocationConstraint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataLocationConstraint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DisruptionType

newtype DisruptionType Source #

Constructors

DisruptionType' 

Instances

Instances details
FromJSON DisruptionType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionType

FromJSONKey DisruptionType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionType

ToJSON DisruptionType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionType

ToJSONKey DisruptionType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionType

ToByteString DisruptionType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionType

ToHeader DisruptionType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionType

ToLog DisruptionType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionType

ToQuery DisruptionType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionType

FromText DisruptionType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionType

ToText DisruptionType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionType

FromXML DisruptionType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionType

ToXML DisruptionType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionType

Methods

toXML :: DisruptionType -> XML #

Generic DisruptionType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionType

Associated Types

type Rep DisruptionType :: Type -> Type #

Read DisruptionType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionType

Show DisruptionType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionType

NFData DisruptionType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionType

Methods

rnf :: DisruptionType -> () #

Eq DisruptionType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionType

Ord DisruptionType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionType

Hashable DisruptionType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionType

type Rep DisruptionType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionType

type Rep DisruptionType = D1 ('MetaData "DisruptionType" "Amazonka.ResilienceHub.Types.DisruptionType" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'True) (C1 ('MetaCons "DisruptionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDisruptionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EstimatedCostTier

newtype EstimatedCostTier Source #

Instances

Instances details
FromJSON EstimatedCostTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.EstimatedCostTier

FromJSONKey EstimatedCostTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.EstimatedCostTier

ToJSON EstimatedCostTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.EstimatedCostTier

ToJSONKey EstimatedCostTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.EstimatedCostTier

ToByteString EstimatedCostTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.EstimatedCostTier

ToHeader EstimatedCostTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.EstimatedCostTier

ToLog EstimatedCostTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.EstimatedCostTier

ToQuery EstimatedCostTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.EstimatedCostTier

FromText EstimatedCostTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.EstimatedCostTier

ToText EstimatedCostTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.EstimatedCostTier

FromXML EstimatedCostTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.EstimatedCostTier

ToXML EstimatedCostTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.EstimatedCostTier

Generic EstimatedCostTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.EstimatedCostTier

Associated Types

type Rep EstimatedCostTier :: Type -> Type #

Read EstimatedCostTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.EstimatedCostTier

Show EstimatedCostTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.EstimatedCostTier

NFData EstimatedCostTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.EstimatedCostTier

Methods

rnf :: EstimatedCostTier -> () #

Eq EstimatedCostTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.EstimatedCostTier

Ord EstimatedCostTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.EstimatedCostTier

Hashable EstimatedCostTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.EstimatedCostTier

type Rep EstimatedCostTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.EstimatedCostTier

type Rep EstimatedCostTier = D1 ('MetaData "EstimatedCostTier" "Amazonka.ResilienceHub.Types.EstimatedCostTier" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'True) (C1 ('MetaCons "EstimatedCostTier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEstimatedCostTier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HaArchitecture

newtype HaArchitecture Source #

Constructors

HaArchitecture' 

Instances

Instances details
FromJSON HaArchitecture Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.HaArchitecture

FromJSONKey HaArchitecture Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.HaArchitecture

ToJSON HaArchitecture Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.HaArchitecture

ToJSONKey HaArchitecture Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.HaArchitecture

ToByteString HaArchitecture Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.HaArchitecture

ToHeader HaArchitecture Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.HaArchitecture

ToLog HaArchitecture Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.HaArchitecture

ToQuery HaArchitecture Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.HaArchitecture

FromText HaArchitecture Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.HaArchitecture

ToText HaArchitecture Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.HaArchitecture

FromXML HaArchitecture Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.HaArchitecture

ToXML HaArchitecture Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.HaArchitecture

Methods

toXML :: HaArchitecture -> XML #

Generic HaArchitecture Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.HaArchitecture

Associated Types

type Rep HaArchitecture :: Type -> Type #

Read HaArchitecture Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.HaArchitecture

Show HaArchitecture Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.HaArchitecture

NFData HaArchitecture Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.HaArchitecture

Methods

rnf :: HaArchitecture -> () #

Eq HaArchitecture Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.HaArchitecture

Ord HaArchitecture Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.HaArchitecture

Hashable HaArchitecture Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.HaArchitecture

type Rep HaArchitecture Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.HaArchitecture

type Rep HaArchitecture = D1 ('MetaData "HaArchitecture" "Amazonka.ResilienceHub.Types.HaArchitecture" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'True) (C1 ('MetaCons "HaArchitecture'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHaArchitecture") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PhysicalIdentifierType

newtype PhysicalIdentifierType Source #

Instances

Instances details
FromJSON PhysicalIdentifierType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalIdentifierType

FromJSONKey PhysicalIdentifierType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalIdentifierType

ToJSON PhysicalIdentifierType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalIdentifierType

ToJSONKey PhysicalIdentifierType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalIdentifierType

ToByteString PhysicalIdentifierType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalIdentifierType

ToHeader PhysicalIdentifierType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalIdentifierType

ToLog PhysicalIdentifierType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalIdentifierType

ToQuery PhysicalIdentifierType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalIdentifierType

FromText PhysicalIdentifierType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalIdentifierType

ToText PhysicalIdentifierType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalIdentifierType

FromXML PhysicalIdentifierType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalIdentifierType

ToXML PhysicalIdentifierType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalIdentifierType

Generic PhysicalIdentifierType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalIdentifierType

Associated Types

type Rep PhysicalIdentifierType :: Type -> Type #

Read PhysicalIdentifierType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalIdentifierType

Show PhysicalIdentifierType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalIdentifierType

NFData PhysicalIdentifierType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalIdentifierType

Methods

rnf :: PhysicalIdentifierType -> () #

Eq PhysicalIdentifierType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalIdentifierType

Ord PhysicalIdentifierType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalIdentifierType

Hashable PhysicalIdentifierType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalIdentifierType

type Rep PhysicalIdentifierType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalIdentifierType

type Rep PhysicalIdentifierType = D1 ('MetaData "PhysicalIdentifierType" "Amazonka.ResilienceHub.Types.PhysicalIdentifierType" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'True) (C1 ('MetaCons "PhysicalIdentifierType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPhysicalIdentifierType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RecommendationComplianceStatus

newtype RecommendationComplianceStatus Source #

Instances

Instances details
FromJSON RecommendationComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationComplianceStatus

FromJSONKey RecommendationComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationComplianceStatus

ToJSON RecommendationComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationComplianceStatus

ToJSONKey RecommendationComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationComplianceStatus

ToByteString RecommendationComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationComplianceStatus

ToHeader RecommendationComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationComplianceStatus

ToLog RecommendationComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationComplianceStatus

ToQuery RecommendationComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationComplianceStatus

FromText RecommendationComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationComplianceStatus

ToText RecommendationComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationComplianceStatus

FromXML RecommendationComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationComplianceStatus

ToXML RecommendationComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationComplianceStatus

Generic RecommendationComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationComplianceStatus

Associated Types

type Rep RecommendationComplianceStatus :: Type -> Type #

Read RecommendationComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationComplianceStatus

Show RecommendationComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationComplianceStatus

NFData RecommendationComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationComplianceStatus

Eq RecommendationComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationComplianceStatus

Ord RecommendationComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationComplianceStatus

Hashable RecommendationComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationComplianceStatus

type Rep RecommendationComplianceStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationComplianceStatus

type Rep RecommendationComplianceStatus = D1 ('MetaData "RecommendationComplianceStatus" "Amazonka.ResilienceHub.Types.RecommendationComplianceStatus" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'True) (C1 ('MetaCons "RecommendationComplianceStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRecommendationComplianceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RecommendationTemplateStatus

newtype RecommendationTemplateStatus Source #

Instances

Instances details
FromJSON RecommendationTemplateStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplateStatus

FromJSONKey RecommendationTemplateStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplateStatus

ToJSON RecommendationTemplateStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplateStatus

ToJSONKey RecommendationTemplateStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplateStatus

ToByteString RecommendationTemplateStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplateStatus

ToHeader RecommendationTemplateStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplateStatus

ToLog RecommendationTemplateStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplateStatus

ToQuery RecommendationTemplateStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplateStatus

FromText RecommendationTemplateStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplateStatus

ToText RecommendationTemplateStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplateStatus

FromXML RecommendationTemplateStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplateStatus

ToXML RecommendationTemplateStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplateStatus

Generic RecommendationTemplateStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplateStatus

Associated Types

type Rep RecommendationTemplateStatus :: Type -> Type #

Read RecommendationTemplateStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplateStatus

Show RecommendationTemplateStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplateStatus

NFData RecommendationTemplateStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplateStatus

Eq RecommendationTemplateStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplateStatus

Ord RecommendationTemplateStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplateStatus

Hashable RecommendationTemplateStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplateStatus

type Rep RecommendationTemplateStatus Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplateStatus

type Rep RecommendationTemplateStatus = D1 ('MetaData "RecommendationTemplateStatus" "Amazonka.ResilienceHub.Types.RecommendationTemplateStatus" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'True) (C1 ('MetaCons "RecommendationTemplateStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRecommendationTemplateStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RenderRecommendationType

newtype RenderRecommendationType Source #

Instances

Instances details
FromJSON RenderRecommendationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RenderRecommendationType

FromJSONKey RenderRecommendationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RenderRecommendationType

ToJSON RenderRecommendationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RenderRecommendationType

ToJSONKey RenderRecommendationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RenderRecommendationType

ToByteString RenderRecommendationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RenderRecommendationType

ToHeader RenderRecommendationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RenderRecommendationType

ToLog RenderRecommendationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RenderRecommendationType

ToQuery RenderRecommendationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RenderRecommendationType

FromText RenderRecommendationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RenderRecommendationType

ToText RenderRecommendationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RenderRecommendationType

FromXML RenderRecommendationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RenderRecommendationType

ToXML RenderRecommendationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RenderRecommendationType

Generic RenderRecommendationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RenderRecommendationType

Associated Types

type Rep RenderRecommendationType :: Type -> Type #

Read RenderRecommendationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RenderRecommendationType

Show RenderRecommendationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RenderRecommendationType

NFData RenderRecommendationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RenderRecommendationType

Eq RenderRecommendationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RenderRecommendationType

Ord RenderRecommendationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RenderRecommendationType

Hashable RenderRecommendationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RenderRecommendationType

type Rep RenderRecommendationType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RenderRecommendationType

type Rep RenderRecommendationType = D1 ('MetaData "RenderRecommendationType" "Amazonka.ResilienceHub.Types.RenderRecommendationType" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'True) (C1 ('MetaCons "RenderRecommendationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRenderRecommendationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResiliencyPolicyTier

newtype ResiliencyPolicyTier Source #

Instances

Instances details
FromJSON ResiliencyPolicyTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicyTier

FromJSONKey ResiliencyPolicyTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicyTier

ToJSON ResiliencyPolicyTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicyTier

ToJSONKey ResiliencyPolicyTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicyTier

ToByteString ResiliencyPolicyTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicyTier

ToHeader ResiliencyPolicyTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicyTier

ToLog ResiliencyPolicyTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicyTier

ToQuery ResiliencyPolicyTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicyTier

FromText ResiliencyPolicyTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicyTier

ToText ResiliencyPolicyTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicyTier

FromXML ResiliencyPolicyTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicyTier

ToXML ResiliencyPolicyTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicyTier

Generic ResiliencyPolicyTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicyTier

Associated Types

type Rep ResiliencyPolicyTier :: Type -> Type #

Read ResiliencyPolicyTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicyTier

Show ResiliencyPolicyTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicyTier

NFData ResiliencyPolicyTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicyTier

Methods

rnf :: ResiliencyPolicyTier -> () #

Eq ResiliencyPolicyTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicyTier

Ord ResiliencyPolicyTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicyTier

Hashable ResiliencyPolicyTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicyTier

type Rep ResiliencyPolicyTier Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicyTier

type Rep ResiliencyPolicyTier = D1 ('MetaData "ResiliencyPolicyTier" "Amazonka.ResilienceHub.Types.ResiliencyPolicyTier" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'True) (C1 ('MetaCons "ResiliencyPolicyTier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResiliencyPolicyTier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceImportStatusType

newtype ResourceImportStatusType Source #

Instances

Instances details
FromJSON ResourceImportStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceImportStatusType

FromJSONKey ResourceImportStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceImportStatusType

ToJSON ResourceImportStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceImportStatusType

ToJSONKey ResourceImportStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceImportStatusType

ToByteString ResourceImportStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceImportStatusType

ToHeader ResourceImportStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceImportStatusType

ToLog ResourceImportStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceImportStatusType

ToQuery ResourceImportStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceImportStatusType

FromText ResourceImportStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceImportStatusType

ToText ResourceImportStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceImportStatusType

FromXML ResourceImportStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceImportStatusType

ToXML ResourceImportStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceImportStatusType

Generic ResourceImportStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceImportStatusType

Associated Types

type Rep ResourceImportStatusType :: Type -> Type #

Read ResourceImportStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceImportStatusType

Show ResourceImportStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceImportStatusType

NFData ResourceImportStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceImportStatusType

Eq ResourceImportStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceImportStatusType

Ord ResourceImportStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceImportStatusType

Hashable ResourceImportStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceImportStatusType

type Rep ResourceImportStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceImportStatusType

type Rep ResourceImportStatusType = D1 ('MetaData "ResourceImportStatusType" "Amazonka.ResilienceHub.Types.ResourceImportStatusType" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'True) (C1 ('MetaCons "ResourceImportStatusType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceImportStatusType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceMappingType

newtype ResourceMappingType Source #

Instances

Instances details
FromJSON ResourceMappingType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMappingType

FromJSONKey ResourceMappingType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMappingType

ToJSON ResourceMappingType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMappingType

ToJSONKey ResourceMappingType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMappingType

ToByteString ResourceMappingType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMappingType

ToHeader ResourceMappingType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMappingType

ToLog ResourceMappingType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMappingType

ToQuery ResourceMappingType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMappingType

FromText ResourceMappingType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMappingType

ToText ResourceMappingType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMappingType

FromXML ResourceMappingType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMappingType

ToXML ResourceMappingType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMappingType

Generic ResourceMappingType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMappingType

Associated Types

type Rep ResourceMappingType :: Type -> Type #

Read ResourceMappingType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMappingType

Show ResourceMappingType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMappingType

NFData ResourceMappingType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMappingType

Methods

rnf :: ResourceMappingType -> () #

Eq ResourceMappingType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMappingType

Ord ResourceMappingType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMappingType

Hashable ResourceMappingType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMappingType

type Rep ResourceMappingType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMappingType

type Rep ResourceMappingType = D1 ('MetaData "ResourceMappingType" "Amazonka.ResilienceHub.Types.ResourceMappingType" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'True) (C1 ('MetaCons "ResourceMappingType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceMappingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceResolutionStatusType

newtype ResourceResolutionStatusType Source #

Instances

Instances details
FromJSON ResourceResolutionStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceResolutionStatusType

FromJSONKey ResourceResolutionStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceResolutionStatusType

ToJSON ResourceResolutionStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceResolutionStatusType

ToJSONKey ResourceResolutionStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceResolutionStatusType

ToByteString ResourceResolutionStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceResolutionStatusType

ToHeader ResourceResolutionStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceResolutionStatusType

ToLog ResourceResolutionStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceResolutionStatusType

ToQuery ResourceResolutionStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceResolutionStatusType

FromText ResourceResolutionStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceResolutionStatusType

ToText ResourceResolutionStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceResolutionStatusType

FromXML ResourceResolutionStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceResolutionStatusType

ToXML ResourceResolutionStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceResolutionStatusType

Generic ResourceResolutionStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceResolutionStatusType

Associated Types

type Rep ResourceResolutionStatusType :: Type -> Type #

Read ResourceResolutionStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceResolutionStatusType

Show ResourceResolutionStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceResolutionStatusType

NFData ResourceResolutionStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceResolutionStatusType

Eq ResourceResolutionStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceResolutionStatusType

Ord ResourceResolutionStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceResolutionStatusType

Hashable ResourceResolutionStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceResolutionStatusType

type Rep ResourceResolutionStatusType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceResolutionStatusType

type Rep ResourceResolutionStatusType = D1 ('MetaData "ResourceResolutionStatusType" "Amazonka.ResilienceHub.Types.ResourceResolutionStatusType" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'True) (C1 ('MetaCons "ResourceResolutionStatusType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceResolutionStatusType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SopServiceType

newtype SopServiceType Source #

Constructors

SopServiceType' 

Bundled Patterns

pattern SopServiceType_SSM :: SopServiceType 

Instances

Instances details
FromJSON SopServiceType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopServiceType

FromJSONKey SopServiceType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopServiceType

ToJSON SopServiceType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopServiceType

ToJSONKey SopServiceType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopServiceType

ToByteString SopServiceType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopServiceType

ToHeader SopServiceType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopServiceType

ToLog SopServiceType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopServiceType

ToQuery SopServiceType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopServiceType

FromText SopServiceType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopServiceType

ToText SopServiceType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopServiceType

FromXML SopServiceType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopServiceType

ToXML SopServiceType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopServiceType

Methods

toXML :: SopServiceType -> XML #

Generic SopServiceType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopServiceType

Associated Types

type Rep SopServiceType :: Type -> Type #

Read SopServiceType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopServiceType

Show SopServiceType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopServiceType

NFData SopServiceType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopServiceType

Methods

rnf :: SopServiceType -> () #

Eq SopServiceType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopServiceType

Ord SopServiceType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopServiceType

Hashable SopServiceType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopServiceType

type Rep SopServiceType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopServiceType

type Rep SopServiceType = D1 ('MetaData "SopServiceType" "Amazonka.ResilienceHub.Types.SopServiceType" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'True) (C1 ('MetaCons "SopServiceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSopServiceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TemplateFormat

newtype TemplateFormat Source #

Constructors

TemplateFormat' 

Instances

Instances details
FromJSON TemplateFormat Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TemplateFormat

FromJSONKey TemplateFormat Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TemplateFormat

ToJSON TemplateFormat Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TemplateFormat

ToJSONKey TemplateFormat Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TemplateFormat

ToByteString TemplateFormat Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TemplateFormat

ToHeader TemplateFormat Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TemplateFormat

ToLog TemplateFormat Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TemplateFormat

ToQuery TemplateFormat Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TemplateFormat

FromText TemplateFormat Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TemplateFormat

ToText TemplateFormat Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TemplateFormat

FromXML TemplateFormat Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TemplateFormat

ToXML TemplateFormat Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TemplateFormat

Methods

toXML :: TemplateFormat -> XML #

Generic TemplateFormat Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TemplateFormat

Associated Types

type Rep TemplateFormat :: Type -> Type #

Read TemplateFormat Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TemplateFormat

Show TemplateFormat Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TemplateFormat

NFData TemplateFormat Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TemplateFormat

Methods

rnf :: TemplateFormat -> () #

Eq TemplateFormat Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TemplateFormat

Ord TemplateFormat Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TemplateFormat

Hashable TemplateFormat Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TemplateFormat

type Rep TemplateFormat Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TemplateFormat

type Rep TemplateFormat = D1 ('MetaData "TemplateFormat" "Amazonka.ResilienceHub.Types.TemplateFormat" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'True) (C1 ('MetaCons "TemplateFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTemplateFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TestRisk

newtype TestRisk Source #

Constructors

TestRisk' 

Fields

Bundled Patterns

pattern TestRisk_High :: TestRisk 
pattern TestRisk_Medium :: TestRisk 
pattern TestRisk_Small :: TestRisk 

Instances

Instances details
FromJSON TestRisk Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRisk

FromJSONKey TestRisk Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRisk

ToJSON TestRisk Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRisk

ToJSONKey TestRisk Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRisk

ToByteString TestRisk Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRisk

Methods

toBS :: TestRisk -> ByteString #

ToHeader TestRisk Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRisk

Methods

toHeader :: HeaderName -> TestRisk -> [Header] #

ToLog TestRisk Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRisk

ToQuery TestRisk Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRisk

FromText TestRisk Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRisk

ToText TestRisk Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRisk

Methods

toText :: TestRisk -> Text #

FromXML TestRisk Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRisk

ToXML TestRisk Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRisk

Methods

toXML :: TestRisk -> XML #

Generic TestRisk Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRisk

Associated Types

type Rep TestRisk :: Type -> Type #

Methods

from :: TestRisk -> Rep TestRisk x #

to :: Rep TestRisk x -> TestRisk #

Read TestRisk Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRisk

Show TestRisk Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRisk

NFData TestRisk Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRisk

Methods

rnf :: TestRisk -> () #

Eq TestRisk Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRisk

Ord TestRisk Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRisk

Hashable TestRisk Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRisk

Methods

hashWithSalt :: Int -> TestRisk -> Int #

hash :: TestRisk -> Int #

type Rep TestRisk Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRisk

type Rep TestRisk = D1 ('MetaData "TestRisk" "Amazonka.ResilienceHub.Types.TestRisk" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'True) (C1 ('MetaCons "TestRisk'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTestRisk") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TestType

newtype TestType Source #

Constructors

TestType' 

Fields

Bundled Patterns

pattern TestType_AZ :: TestType 
pattern TestType_Hardware :: TestType 
pattern TestType_Region :: TestType 
pattern TestType_Software :: TestType 

Instances

Instances details
FromJSON TestType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestType

FromJSONKey TestType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestType

ToJSON TestType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestType

ToJSONKey TestType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestType

ToByteString TestType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestType

Methods

toBS :: TestType -> ByteString #

ToHeader TestType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestType

Methods

toHeader :: HeaderName -> TestType -> [Header] #

ToLog TestType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestType

ToQuery TestType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestType

FromText TestType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestType

ToText TestType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestType

Methods

toText :: TestType -> Text #

FromXML TestType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestType

ToXML TestType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestType

Methods

toXML :: TestType -> XML #

Generic TestType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestType

Associated Types

type Rep TestType :: Type -> Type #

Methods

from :: TestType -> Rep TestType x #

to :: Rep TestType x -> TestType #

Read TestType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestType

Show TestType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestType

NFData TestType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestType

Methods

rnf :: TestType -> () #

Eq TestType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestType

Ord TestType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestType

Hashable TestType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestType

Methods

hashWithSalt :: Int -> TestType -> Int #

hash :: TestType -> Int #

type Rep TestType Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestType

type Rep TestType = D1 ('MetaData "TestType" "Amazonka.ResilienceHub.Types.TestType" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'True) (C1 ('MetaCons "TestType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTestType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AlarmRecommendation

data AlarmRecommendation Source #

Defines a recommendation for a CloudWatch alarm.

See: newAlarmRecommendation smart constructor.

Instances

Instances details
FromJSON AlarmRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmRecommendation

Generic AlarmRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmRecommendation

Associated Types

type Rep AlarmRecommendation :: Type -> Type #

Read AlarmRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmRecommendation

Show AlarmRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmRecommendation

NFData AlarmRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmRecommendation

Methods

rnf :: AlarmRecommendation -> () #

Eq AlarmRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmRecommendation

Hashable AlarmRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmRecommendation

type Rep AlarmRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmRecommendation

type Rep AlarmRecommendation = D1 ('MetaData "AlarmRecommendation" "Amazonka.ResilienceHub.Types.AlarmRecommendation" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "AlarmRecommendation'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "appComponentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecommendationItem])) :*: S1 ('MetaSel ('Just "prerequisite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "recommendationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "referenceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AlarmType)))))

newAlarmRecommendation Source #

Create a value of AlarmRecommendation 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:appComponentName:AlarmRecommendation', alarmRecommendation_appComponentName - The application component for the CloudWatch alarm recommendation.

$sel:description:AlarmRecommendation', alarmRecommendation_description - The description of the recommendation.

$sel:items:AlarmRecommendation', alarmRecommendation_items - The list of CloudWatch alarm recommendations.

$sel:prerequisite:AlarmRecommendation', alarmRecommendation_prerequisite - The prerequisite for the alarm recommendation.

$sel:name:AlarmRecommendation', alarmRecommendation_name - The name of the alarm recommendation.

$sel:recommendationId:AlarmRecommendation', alarmRecommendation_recommendationId - The identifier of the alarm recommendation.

$sel:referenceId:AlarmRecommendation', alarmRecommendation_referenceId - The reference identifier of the alarm recommendation.

$sel:type':AlarmRecommendation', alarmRecommendation_type - The type of alarm recommendation.

App

data App Source #

Defines a Resilience Hub application.

See: newApp smart constructor.

Instances

Instances details
FromJSON App Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.App

Generic App Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.App

Associated Types

type Rep App :: Type -> Type #

Methods

from :: App -> Rep App x #

to :: Rep App x -> App #

Show App Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.App

Methods

showsPrec :: Int -> App -> ShowS #

show :: App -> String #

showList :: [App] -> ShowS #

NFData App Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.App

Methods

rnf :: App -> () #

Eq App Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.App

Methods

(==) :: App -> App -> Bool #

(/=) :: App -> App -> Bool #

Hashable App Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.App

Methods

hashWithSalt :: Int -> App -> Int #

hash :: App -> Int #

type Rep App Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.App

type Rep App = D1 ('MetaData "App" "Amazonka.ResilienceHub.Types.App" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "App'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "assessmentSchedule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppAssessmentScheduleType)) :*: (S1 ('MetaSel ('Just "complianceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppComplianceStatusType)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastAppComplianceEvaluationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastResiliencyScoreEvaluationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "policyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "resiliencyScore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppStatusType)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text Text)))))) :*: (S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newApp Source #

Create a value of App 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:assessmentSchedule:App', app_assessmentSchedule - Assessment execution schedule with 'Daily' or 'Disabled' values.

$sel:complianceStatus:App', app_complianceStatus - The current status of compliance for the resiliency policy.

$sel:description:App', app_description - The optional description for an app.

$sel:lastAppComplianceEvaluationTime:App', app_lastAppComplianceEvaluationTime - The timestamp for the most recent compliance evaluation.

$sel:lastResiliencyScoreEvaluationTime:App', app_lastResiliencyScoreEvaluationTime - The timestamp for the most recent resiliency score evaluation.

$sel:policyArn:App', app_policyArn - The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

$sel:resiliencyScore:App', app_resiliencyScore - The current resiliency score for the application.

$sel:status:App', app_status - The status of the application.

$sel:tags:App', app_tags - The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.

$sel:appArn:App', app_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

$sel:creationTime:App', app_creationTime - The timestamp for when the app was created.

$sel:name:App', app_name - The name for the application.

AppAssessment

data AppAssessment Source #

Defines an application assessment.

See: newAppAssessment smart constructor.

Instances

Instances details
FromJSON AppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessment

Generic AppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessment

Associated Types

type Rep AppAssessment :: Type -> Type #

Show AppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessment

NFData AppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessment

Methods

rnf :: AppAssessment -> () #

Eq AppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessment

Hashable AppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessment

type Rep AppAssessment Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessment

type Rep AppAssessment = D1 ('MetaData "AppAssessment" "Amazonka.ResilienceHub.Types.AppAssessment" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "AppAssessment'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "appVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "assessmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "compliance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap DisruptionType DisruptionCompliance))))) :*: ((S1 ('MetaSel ('Just "complianceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComplianceStatus)) :*: S1 ('MetaSel ('Just "cost") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Cost))) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResiliencyPolicy)) :*: S1 ('MetaSel ('Just "resiliencyScore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResiliencyScore))) :*: (S1 ('MetaSel ('Just "resourceErrorsDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceErrorsDetails)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text Text)))) :*: S1 ('MetaSel ('Just "assessmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "assessmentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AssessmentStatus) :*: S1 ('MetaSel ('Just "invoker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AssessmentInvoker))))))

newAppAssessment Source #

Create a value of AppAssessment 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:appArn:AppAssessment', appAssessment_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

$sel:appVersion:AppAssessment', appAssessment_appVersion - The version of the application.

$sel:assessmentName:AppAssessment', appAssessment_assessmentName - The name of the assessment.

$sel:compliance:AppAssessment', appAssessment_compliance - The application compliance against the resiliency policy.

AppAssessment, appAssessment_complianceStatus - The current status of the compliance for the resiliency policy.

$sel:cost:AppAssessment', appAssessment_cost - The cost for the application.

$sel:endTime:AppAssessment', appAssessment_endTime - The end time for the action.

AppAssessment, appAssessment_message - Error or warning message from the assessment execution

AppAssessment, appAssessment_policy - The resiliency policy.

$sel:resiliencyScore:AppAssessment', appAssessment_resiliencyScore - The current resiliency score for the application.

$sel:resourceErrorsDetails:AppAssessment', appAssessment_resourceErrorsDetails - A resource error object containing a list of errors retrieving an application's resources.

$sel:startTime:AppAssessment', appAssessment_startTime - The starting time for the action.

AppAssessment, appAssessment_tags - The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.

$sel:assessmentArn:AppAssessment', appAssessment_assessmentArn - The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

$sel:assessmentStatus:AppAssessment', appAssessment_assessmentStatus - The current status of the assessment for the resiliency policy.

$sel:invoker:AppAssessment', appAssessment_invoker - The entity that invoked the assessment.

AppAssessmentSummary

data AppAssessmentSummary Source #

Defines an application assessment summary.

See: newAppAssessmentSummary smart constructor.

Instances

Instances details
FromJSON AppAssessmentSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentSummary

Generic AppAssessmentSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentSummary

Associated Types

type Rep AppAssessmentSummary :: Type -> Type #

Read AppAssessmentSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentSummary

Show AppAssessmentSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentSummary

NFData AppAssessmentSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentSummary

Methods

rnf :: AppAssessmentSummary -> () #

Eq AppAssessmentSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentSummary

Hashable AppAssessmentSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentSummary

type Rep AppAssessmentSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppAssessmentSummary

type Rep AppAssessmentSummary = D1 ('MetaData "AppAssessmentSummary" "Amazonka.ResilienceHub.Types.AppAssessmentSummary" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "AppAssessmentSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "appVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assessmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "complianceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComplianceStatus)) :*: (S1 ('MetaSel ('Just "cost") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Cost)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "invoker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssessmentInvoker)) :*: (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resiliencyScore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "assessmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "assessmentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AssessmentStatus))))))

newAppAssessmentSummary Source #

Create a value of AppAssessmentSummary 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:appArn:AppAssessmentSummary', appAssessmentSummary_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

$sel:appVersion:AppAssessmentSummary', appAssessmentSummary_appVersion - The version of the application.

$sel:assessmentName:AppAssessmentSummary', appAssessmentSummary_assessmentName - The name of the assessment.

$sel:complianceStatus:AppAssessmentSummary', appAssessmentSummary_complianceStatus - The current status of compliance for the resiliency policy.

$sel:cost:AppAssessmentSummary', appAssessmentSummary_cost - The cost for the application.

$sel:endTime:AppAssessmentSummary', appAssessmentSummary_endTime - The end time for the action.

$sel:invoker:AppAssessmentSummary', appAssessmentSummary_invoker - The entity that invoked the assessment.

$sel:message:AppAssessmentSummary', appAssessmentSummary_message - The message from the assessment run.

$sel:resiliencyScore:AppAssessmentSummary', appAssessmentSummary_resiliencyScore - The current resiliency score for the application.

$sel:startTime:AppAssessmentSummary', appAssessmentSummary_startTime - The starting time for the action.

$sel:assessmentArn:AppAssessmentSummary', appAssessmentSummary_assessmentArn - The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

$sel:assessmentStatus:AppAssessmentSummary', appAssessmentSummary_assessmentStatus - The current status of the assessment for the resiliency policy.

AppComponent

data AppComponent Source #

Defines an application component.

See: newAppComponent smart constructor.

Constructors

AppComponent' Text Text 

Instances

Instances details
FromJSON AppComponent Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComponent

Generic AppComponent Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComponent

Associated Types

type Rep AppComponent :: Type -> Type #

Read AppComponent Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComponent

Show AppComponent Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComponent

NFData AppComponent Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComponent

Methods

rnf :: AppComponent -> () #

Eq AppComponent Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComponent

Hashable AppComponent Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComponent

type Rep AppComponent Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComponent

type Rep AppComponent = D1 ('MetaData "AppComponent" "Amazonka.ResilienceHub.Types.AppComponent" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "AppComponent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAppComponent Source #

Create a value of AppComponent 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:AppComponent', appComponent_name - The name of the application component.

$sel:type':AppComponent', appComponent_type - The type of application component.

AppComponentCompliance

data AppComponentCompliance Source #

Defines the compliance of an application component against the resiliency policy.

See: newAppComponentCompliance smart constructor.

Instances

Instances details
FromJSON AppComponentCompliance Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComponentCompliance

Generic AppComponentCompliance Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComponentCompliance

Associated Types

type Rep AppComponentCompliance :: Type -> Type #

Read AppComponentCompliance Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComponentCompliance

Show AppComponentCompliance Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComponentCompliance

NFData AppComponentCompliance Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComponentCompliance

Methods

rnf :: AppComponentCompliance -> () #

Eq AppComponentCompliance Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComponentCompliance

Hashable AppComponentCompliance Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComponentCompliance

type Rep AppComponentCompliance Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComponentCompliance

type Rep AppComponentCompliance = D1 ('MetaData "AppComponentCompliance" "Amazonka.ResilienceHub.Types.AppComponentCompliance" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "AppComponentCompliance'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "appComponentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "compliance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap DisruptionType DisruptionCompliance))) :*: S1 ('MetaSel ('Just "cost") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Cost)))) :*: (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resiliencyScore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResiliencyScore)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComplianceStatus))))))

newAppComponentCompliance :: AppComponentCompliance Source #

Create a value of AppComponentCompliance 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:appComponentName:AppComponentCompliance', appComponentCompliance_appComponentName - The name of the application component.

$sel:compliance:AppComponentCompliance', appComponentCompliance_compliance - The compliance of the application component against the resiliency policy.

$sel:cost:AppComponentCompliance', appComponentCompliance_cost - The cost for the application.

AppComponentCompliance, appComponentCompliance_message - The compliance message.

$sel:resiliencyScore:AppComponentCompliance', appComponentCompliance_resiliencyScore - The current resiliency score for the application.

$sel:status:AppComponentCompliance', appComponentCompliance_status - The status of the action.

AppSummary

data AppSummary Source #

Defines an application summary.

See: newAppSummary smart constructor.

Instances

Instances details
FromJSON AppSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppSummary

Generic AppSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppSummary

Associated Types

type Rep AppSummary :: Type -> Type #

Read AppSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppSummary

Show AppSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppSummary

NFData AppSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppSummary

Methods

rnf :: AppSummary -> () #

Eq AppSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppSummary

Hashable AppSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppSummary

type Rep AppSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppSummary

newAppSummary Source #

Create a value of AppSummary 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:assessmentSchedule:AppSummary', appSummary_assessmentSchedule - Assessment execution schedule with 'Daily' or 'Disabled' values.

$sel:complianceStatus:AppSummary', appSummary_complianceStatus - The current status of compliance for the resiliency policy.

$sel:description:AppSummary', appSummary_description - The optional description for an app.

$sel:resiliencyScore:AppSummary', appSummary_resiliencyScore - The current resiliency score for the application.

$sel:status:AppSummary', appSummary_status - The status of the application.

$sel:appArn:AppSummary', appSummary_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

$sel:creationTime:AppSummary', appSummary_creationTime - The timestamp for when the app was created.

$sel:name:AppSummary', appSummary_name - The name of the application.

AppVersionSummary

data AppVersionSummary Source #

The version of the application.

See: newAppVersionSummary smart constructor.

Constructors

AppVersionSummary' Text 

Instances

Instances details
FromJSON AppVersionSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppVersionSummary

Generic AppVersionSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppVersionSummary

Associated Types

type Rep AppVersionSummary :: Type -> Type #

Read AppVersionSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppVersionSummary

Show AppVersionSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppVersionSummary

NFData AppVersionSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppVersionSummary

Methods

rnf :: AppVersionSummary -> () #

Eq AppVersionSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppVersionSummary

Hashable AppVersionSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppVersionSummary

type Rep AppVersionSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppVersionSummary

type Rep AppVersionSummary = D1 ('MetaData "AppVersionSummary" "Amazonka.ResilienceHub.Types.AppVersionSummary" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "AppVersionSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAppVersionSummary Source #

Create a value of AppVersionSummary 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:appVersion:AppVersionSummary', appVersionSummary_appVersion - The version of the application.

ComponentRecommendation

data ComponentRecommendation Source #

Defines recommendations for a Resilience Hub application component, returned as an object. This object contains component names, configuration recommendations, and recommendation statuses.

See: newComponentRecommendation smart constructor.

Instances

Instances details
FromJSON ComponentRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComponentRecommendation

Generic ComponentRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComponentRecommendation

Associated Types

type Rep ComponentRecommendation :: Type -> Type #

Read ComponentRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComponentRecommendation

Show ComponentRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComponentRecommendation

NFData ComponentRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComponentRecommendation

Methods

rnf :: ComponentRecommendation -> () #

Eq ComponentRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComponentRecommendation

Hashable ComponentRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComponentRecommendation

type Rep ComponentRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComponentRecommendation

type Rep ComponentRecommendation = D1 ('MetaData "ComponentRecommendation" "Amazonka.ResilienceHub.Types.ComponentRecommendation" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ComponentRecommendation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appComponentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "configRecommendations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ConfigRecommendation]) :*: S1 ('MetaSel ('Just "recommendationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RecommendationComplianceStatus))))

newComponentRecommendation Source #

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

ComponentRecommendation, componentRecommendation_appComponentName - The name of the application component.

$sel:configRecommendations:ComponentRecommendation', componentRecommendation_configRecommendations - The list of recommendations.

$sel:recommendationStatus:ComponentRecommendation', componentRecommendation_recommendationStatus - The recommendation status.

ConfigRecommendation

data ConfigRecommendation Source #

Defines a configuration recommendation.

See: newConfigRecommendation smart constructor.

Instances

Instances details
FromJSON ConfigRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendation

Generic ConfigRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendation

Associated Types

type Rep ConfigRecommendation :: Type -> Type #

Read ConfigRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendation

Show ConfigRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendation

NFData ConfigRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendation

Methods

rnf :: ConfigRecommendation -> () #

Eq ConfigRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendation

Hashable ConfigRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendation

type Rep ConfigRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ConfigRecommendation

type Rep ConfigRecommendation = D1 ('MetaData "ConfigRecommendation" "Amazonka.ResilienceHub.Types.ConfigRecommendation" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ConfigRecommendation'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "appComponentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "compliance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap DisruptionType DisruptionCompliance)))) :*: (S1 ('MetaSel ('Just "cost") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Cost)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "haArchitecture") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HaArchitecture))))) :*: ((S1 ('MetaSel ('Just "recommendationCompliance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap DisruptionType RecommendationDisruptionCompliance))) :*: S1 ('MetaSel ('Just "suggestedChanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "optimizationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConfigRecommendationOptimizationType) :*: S1 ('MetaSel ('Just "referenceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newConfigRecommendation Source #

Create a value of ConfigRecommendation 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:appComponentName:ConfigRecommendation', configRecommendation_appComponentName - The application component name.

$sel:compliance:ConfigRecommendation', configRecommendation_compliance - The current compliance against the resiliency policy before applying the configuration change.

$sel:cost:ConfigRecommendation', configRecommendation_cost - The cost for the application.

$sel:description:ConfigRecommendation', configRecommendation_description - The optional description for an app.

$sel:haArchitecture:ConfigRecommendation', configRecommendation_haArchitecture - The architecture type.

$sel:recommendationCompliance:ConfigRecommendation', configRecommendation_recommendationCompliance - The expected compliance against the resiliency policy after applying the configuration change.

$sel:suggestedChanges:ConfigRecommendation', configRecommendation_suggestedChanges - List of the suggested configuration changes.

$sel:name:ConfigRecommendation', configRecommendation_name - The name of the recommendation configuration.

$sel:optimizationType:ConfigRecommendation', configRecommendation_optimizationType - The type of optimization.

$sel:referenceId:ConfigRecommendation', configRecommendation_referenceId - The reference identifier for the recommendation configuration.

Cost

data Cost Source #

Defines a cost object.

See: newCost smart constructor.

Instances

Instances details
FromJSON Cost Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.Cost

Generic Cost Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.Cost

Associated Types

type Rep Cost :: Type -> Type #

Methods

from :: Cost -> Rep Cost x #

to :: Rep Cost x -> Cost #

Read Cost Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.Cost

Show Cost Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.Cost

Methods

showsPrec :: Int -> Cost -> ShowS #

show :: Cost -> String #

showList :: [Cost] -> ShowS #

NFData Cost Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.Cost

Methods

rnf :: Cost -> () #

Eq Cost Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.Cost

Methods

(==) :: Cost -> Cost -> Bool #

(/=) :: Cost -> Cost -> Bool #

Hashable Cost Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.Cost

Methods

hashWithSalt :: Int -> Cost -> Int #

hash :: Cost -> Int #

type Rep Cost Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.Cost

type Rep Cost = D1 ('MetaData "Cost" "Amazonka.ResilienceHub.Types.Cost" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "Cost'" 'PrefixI 'True) (S1 ('MetaSel ('Just "amount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double) :*: (S1 ('MetaSel ('Just "currency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "frequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CostFrequency))))

newCost Source #

Create a value of Cost 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:amount:Cost', cost_amount - The cost amount.

$sel:currency:Cost', cost_currency - The cost currency, for example USD.

$sel:frequency:Cost', cost_frequency - The cost frequency.

DisruptionCompliance

data DisruptionCompliance Source #

Defines the compliance against the resiliency policy for a disruption.

See: newDisruptionCompliance smart constructor.

Instances

Instances details
FromJSON DisruptionCompliance Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionCompliance

Generic DisruptionCompliance Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionCompliance

Associated Types

type Rep DisruptionCompliance :: Type -> Type #

Read DisruptionCompliance Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionCompliance

Show DisruptionCompliance Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionCompliance

NFData DisruptionCompliance Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionCompliance

Methods

rnf :: DisruptionCompliance -> () #

Eq DisruptionCompliance Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionCompliance

Hashable DisruptionCompliance Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionCompliance

type Rep DisruptionCompliance Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.DisruptionCompliance

type Rep DisruptionCompliance = D1 ('MetaData "DisruptionCompliance" "Amazonka.ResilienceHub.Types.DisruptionCompliance" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "DisruptionCompliance'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "achievableRpoInSecs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "achievableRtoInSecs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "currentRpoInSecs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "currentRtoInSecs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "rpoDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "rpoReferenceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "rtoDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "rtoReferenceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "complianceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ComplianceStatus))))))

newDisruptionCompliance Source #

Create a value of DisruptionCompliance 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:achievableRpoInSecs:DisruptionCompliance', disruptionCompliance_achievableRpoInSecs - The Recovery Point Objective (RPO) that is achievable, in seconds.

$sel:achievableRtoInSecs:DisruptionCompliance', disruptionCompliance_achievableRtoInSecs - The Recovery Time Objective (RTO) that is achievable, in seconds

$sel:currentRpoInSecs:DisruptionCompliance', disruptionCompliance_currentRpoInSecs - The current RPO, in seconds.

$sel:currentRtoInSecs:DisruptionCompliance', disruptionCompliance_currentRtoInSecs - The current RTO, in seconds.

$sel:message:DisruptionCompliance', disruptionCompliance_message - The disruption compliance message.

$sel:rpoDescription:DisruptionCompliance', disruptionCompliance_rpoDescription - The RPO description.

$sel:rpoReferenceId:DisruptionCompliance', disruptionCompliance_rpoReferenceId - The RPO reference identifier.

$sel:rtoDescription:DisruptionCompliance', disruptionCompliance_rtoDescription - The RTO description.

$sel:rtoReferenceId:DisruptionCompliance', disruptionCompliance_rtoReferenceId - The RTO reference identifier.

$sel:complianceStatus:DisruptionCompliance', disruptionCompliance_complianceStatus - The current status of compliance for the resiliency policy.

FailurePolicy

data FailurePolicy Source #

Defines a failure policy.

See: newFailurePolicy smart constructor.

Instances

Instances details
FromJSON FailurePolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.FailurePolicy

ToJSON FailurePolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.FailurePolicy

Generic FailurePolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.FailurePolicy

Associated Types

type Rep FailurePolicy :: Type -> Type #

Read FailurePolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.FailurePolicy

Show FailurePolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.FailurePolicy

NFData FailurePolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.FailurePolicy

Methods

rnf :: FailurePolicy -> () #

Eq FailurePolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.FailurePolicy

Hashable FailurePolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.FailurePolicy

type Rep FailurePolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.FailurePolicy

type Rep FailurePolicy = D1 ('MetaData "FailurePolicy" "Amazonka.ResilienceHub.Types.FailurePolicy" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "FailurePolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rpoInSecs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "rtoInSecs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newFailurePolicy Source #

Create a value of FailurePolicy 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:rpoInSecs:FailurePolicy', failurePolicy_rpoInSecs - The Recovery Point Objective (RPO), in seconds.

$sel:rtoInSecs:FailurePolicy', failurePolicy_rtoInSecs - The Recovery Time Objective (RTO), in seconds.

LogicalResourceId

data LogicalResourceId Source #

Defines a logical resource identifier.

See: newLogicalResourceId smart constructor.

Instances

Instances details
FromJSON LogicalResourceId Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.LogicalResourceId

Generic LogicalResourceId Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.LogicalResourceId

Associated Types

type Rep LogicalResourceId :: Type -> Type #

Read LogicalResourceId Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.LogicalResourceId

Show LogicalResourceId Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.LogicalResourceId

NFData LogicalResourceId Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.LogicalResourceId

Methods

rnf :: LogicalResourceId -> () #

Eq LogicalResourceId Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.LogicalResourceId

Hashable LogicalResourceId Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.LogicalResourceId

type Rep LogicalResourceId Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.LogicalResourceId

type Rep LogicalResourceId = D1 ('MetaData "LogicalResourceId" "Amazonka.ResilienceHub.Types.LogicalResourceId" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "LogicalResourceId'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "logicalStackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "terraformSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newLogicalResourceId Source #

Create a value of LogicalResourceId 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:logicalStackName:LogicalResourceId', logicalResourceId_logicalStackName - The name of the CloudFormation stack this resource belongs to.

$sel:resourceGroupName:LogicalResourceId', logicalResourceId_resourceGroupName - The name of the resource group that this resource belongs to.

$sel:terraformSourceName:LogicalResourceId', logicalResourceId_terraformSourceName - The name of the Terraform S3 state file this resource belongs to.

$sel:identifier:LogicalResourceId', logicalResourceId_identifier - The identifier of the resource.

PhysicalResource

data PhysicalResource Source #

Defines a physical resource. A physical resource is a resource that exists in your account. It can be identified using an Amazon Resource Name (ARN) or a Resilience Hub-native identifier.

See: newPhysicalResource smart constructor.

Instances

Instances details
FromJSON PhysicalResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalResource

Generic PhysicalResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalResource

Associated Types

type Rep PhysicalResource :: Type -> Type #

Read PhysicalResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalResource

Show PhysicalResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalResource

NFData PhysicalResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalResource

Methods

rnf :: PhysicalResource -> () #

Eq PhysicalResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalResource

Hashable PhysicalResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalResource

type Rep PhysicalResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalResource

type Rep PhysicalResource = D1 ('MetaData "PhysicalResource" "Amazonka.ResilienceHub.Types.PhysicalResource" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "PhysicalResource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "appComponents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AppComponent])) :*: S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "logicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LogicalResourceId) :*: (S1 ('MetaSel ('Just "physicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PhysicalResourceId) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newPhysicalResource Source #

Create a value of PhysicalResource 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:appComponents:PhysicalResource', physicalResource_appComponents - The application components that belong to this resource.

$sel:resourceName:PhysicalResource', physicalResource_resourceName - The name of the resource.

$sel:logicalResourceId:PhysicalResource', physicalResource_logicalResourceId - The logical identifier of the resource.

$sel:physicalResourceId:PhysicalResource', physicalResource_physicalResourceId - The physical identifier of the resource.

$sel:resourceType:PhysicalResource', physicalResource_resourceType - The type of resource.

PhysicalResourceId

data PhysicalResourceId Source #

Defines a physical resource identifier.

See: newPhysicalResourceId smart constructor.

Instances

Instances details
FromJSON PhysicalResourceId Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalResourceId

ToJSON PhysicalResourceId Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalResourceId

Generic PhysicalResourceId Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalResourceId

Associated Types

type Rep PhysicalResourceId :: Type -> Type #

Read PhysicalResourceId Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalResourceId

Show PhysicalResourceId Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalResourceId

NFData PhysicalResourceId Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalResourceId

Methods

rnf :: PhysicalResourceId -> () #

Eq PhysicalResourceId Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalResourceId

Hashable PhysicalResourceId Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalResourceId

type Rep PhysicalResourceId Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.PhysicalResourceId

type Rep PhysicalResourceId = D1 ('MetaData "PhysicalResourceId" "Amazonka.ResilienceHub.Types.PhysicalResourceId" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "PhysicalResourceId'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PhysicalIdentifierType))))

newPhysicalResourceId Source #

Create a value of PhysicalResourceId 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:awsAccountId:PhysicalResourceId', physicalResourceId_awsAccountId - The Amazon Web Services account that owns the physical resource.

$sel:awsRegion:PhysicalResourceId', physicalResourceId_awsRegion - The Amazon Web Services Region that the physical resource is located in.

$sel:identifier:PhysicalResourceId', physicalResourceId_identifier - The identifier of the physical resource.

$sel:type':PhysicalResourceId', physicalResourceId_type - Specifies the type of physical resource identifier.

Arn
The resource identifier is an Amazon Resource Name (ARN) .
Native
The resource identifier is a Resilience Hub-native identifier.

RecommendationDisruptionCompliance

data RecommendationDisruptionCompliance Source #

Defines a disruption compliance recommendation.

See: newRecommendationDisruptionCompliance smart constructor.

Instances

Instances details
FromJSON RecommendationDisruptionCompliance Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationDisruptionCompliance

Generic RecommendationDisruptionCompliance Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationDisruptionCompliance

Associated Types

type Rep RecommendationDisruptionCompliance :: Type -> Type #

Read RecommendationDisruptionCompliance Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationDisruptionCompliance

Show RecommendationDisruptionCompliance Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationDisruptionCompliance

NFData RecommendationDisruptionCompliance Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationDisruptionCompliance

Eq RecommendationDisruptionCompliance Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationDisruptionCompliance

Hashable RecommendationDisruptionCompliance Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationDisruptionCompliance

type Rep RecommendationDisruptionCompliance Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationDisruptionCompliance

type Rep RecommendationDisruptionCompliance = D1 ('MetaData "RecommendationDisruptionCompliance" "Amazonka.ResilienceHub.Types.RecommendationDisruptionCompliance" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "RecommendationDisruptionCompliance'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "expectedRpoDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "expectedRpoInSecs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "expectedRtoDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "expectedRtoInSecs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "expectedComplianceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ComplianceStatus)))))

newRecommendationDisruptionCompliance Source #

Create a value of RecommendationDisruptionCompliance 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:expectedRpoDescription:RecommendationDisruptionCompliance', recommendationDisruptionCompliance_expectedRpoDescription - The expected Recovery Point Objective (RPO) description after applying the recommended configuration change.

$sel:expectedRpoInSecs:RecommendationDisruptionCompliance', recommendationDisruptionCompliance_expectedRpoInSecs - The expected RPO after applying the recommended configuration change.

$sel:expectedRtoDescription:RecommendationDisruptionCompliance', recommendationDisruptionCompliance_expectedRtoDescription - The expected Recovery Time Objective (RTO) description after applying the recommended configuration change.

$sel:expectedRtoInSecs:RecommendationDisruptionCompliance', recommendationDisruptionCompliance_expectedRtoInSecs - The expected RTO after applying the recommended configuration change.

$sel:expectedComplianceStatus:RecommendationDisruptionCompliance', recommendationDisruptionCompliance_expectedComplianceStatus - The expected compliance status after applying the recommended configuration change.

RecommendationItem

data RecommendationItem Source #

Defines a recommendation.

See: newRecommendationItem smart constructor.

Instances

Instances details
FromJSON RecommendationItem Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationItem

Generic RecommendationItem Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationItem

Associated Types

type Rep RecommendationItem :: Type -> Type #

Read RecommendationItem Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationItem

Show RecommendationItem Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationItem

NFData RecommendationItem Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationItem

Methods

rnf :: RecommendationItem -> () #

Eq RecommendationItem Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationItem

Hashable RecommendationItem Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationItem

type Rep RecommendationItem Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationItem

type Rep RecommendationItem = D1 ('MetaData "RecommendationItem" "Amazonka.ResilienceHub.Types.RecommendationItem" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "RecommendationItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "alreadyImplemented") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "targetAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newRecommendationItem :: RecommendationItem Source #

Create a value of RecommendationItem 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:alreadyImplemented:RecommendationItem', recommendationItem_alreadyImplemented - Specifies if the recommendation has already been implemented.

$sel:resourceId:RecommendationItem', recommendationItem_resourceId - The resource identifier.

$sel:targetAccountId:RecommendationItem', recommendationItem_targetAccountId - The target account identifier.

$sel:targetRegion:RecommendationItem', recommendationItem_targetRegion - The target region.

RecommendationTemplate

data RecommendationTemplate Source #

Defines a recommendation template created with the CreateRecommendationTemplate action.

See: newRecommendationTemplate smart constructor.

Instances

Instances details
FromJSON RecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplate

Generic RecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplate

Associated Types

type Rep RecommendationTemplate :: Type -> Type #

Show RecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplate

NFData RecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplate

Methods

rnf :: RecommendationTemplate -> () #

Eq RecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplate

Hashable RecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplate

type Rep RecommendationTemplate Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.RecommendationTemplate

type Rep RecommendationTemplate = D1 ('MetaData "RecommendationTemplate" "Amazonka.ResilienceHub.Types.RecommendationTemplate" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "RecommendationTemplate'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "needsReplacements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "recommendationIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text Text))))))) :*: ((S1 ('MetaSel ('Just "templatesLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location)) :*: (S1 ('MetaSel ('Just "assessmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TemplateFormat))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "recommendationTemplateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "recommendationTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty RenderRecommendationType)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RecommendationTemplateStatus))))))

newRecommendationTemplate Source #

Create a value of RecommendationTemplate 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:appArn:RecommendationTemplate', recommendationTemplate_appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

$sel:endTime:RecommendationTemplate', recommendationTemplate_endTime - The end time for the action.

$sel:message:RecommendationTemplate', recommendationTemplate_message - The message for the recommendation template.

$sel:needsReplacements:RecommendationTemplate', recommendationTemplate_needsReplacements - Indicates if replacements are needed.

$sel:recommendationIds:RecommendationTemplate', recommendationTemplate_recommendationIds - Identifiers for the recommendations used in the recommendation template.

$sel:startTime:RecommendationTemplate', recommendationTemplate_startTime - The start time for the action.

$sel:tags:RecommendationTemplate', recommendationTemplate_tags - The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.

$sel:templatesLocation:RecommendationTemplate', recommendationTemplate_templatesLocation - The file location of the template.

$sel:assessmentArn:RecommendationTemplate', recommendationTemplate_assessmentArn - The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

$sel:format:RecommendationTemplate', recommendationTemplate_format - The format of the recommendation template.

CfnJson
The template is CloudFormation JSON.
CfnYaml
The template is CloudFormation YAML.

$sel:name:RecommendationTemplate', recommendationTemplate_name - The name for the recommendation template.

$sel:recommendationTemplateArn:RecommendationTemplate', recommendationTemplate_recommendationTemplateArn - The Amazon Resource Name (ARN) for the recommendation template.

$sel:recommendationTypes:RecommendationTemplate', recommendationTemplate_recommendationTypes - An array of strings that specify the recommendation template type or types.

Alarm
The template is an AlarmRecommendation template.
Sop
The template is a SopRecommendation template.
Test
The template is a TestRecommendation template.

$sel:status:RecommendationTemplate', recommendationTemplate_status - The status of the action.

ResiliencyPolicy

data ResiliencyPolicy Source #

Defines a resiliency policy.

See: newResiliencyPolicy smart constructor.

Instances

Instances details
FromJSON ResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicy

Generic ResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicy

Associated Types

type Rep ResiliencyPolicy :: Type -> Type #

Show ResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicy

NFData ResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicy

Methods

rnf :: ResiliencyPolicy -> () #

Eq ResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicy

Hashable ResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicy

type Rep ResiliencyPolicy Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyPolicy

newResiliencyPolicy :: ResiliencyPolicy Source #

Create a value of ResiliencyPolicy 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:creationTime:ResiliencyPolicy', resiliencyPolicy_creationTime - The timestamp for when the resiliency policy was created.

$sel:dataLocationConstraint:ResiliencyPolicy', resiliencyPolicy_dataLocationConstraint - Specifies a high-level geographical location constraint for where your resilience policy data can be stored.

$sel:estimatedCostTier:ResiliencyPolicy', resiliencyPolicy_estimatedCostTier - Specifies the estimated cost tier of the resiliency policy.

$sel:policy:ResiliencyPolicy', resiliencyPolicy_policy - The resiliency policy.

$sel:policyArn:ResiliencyPolicy', resiliencyPolicy_policyArn - The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

$sel:policyDescription:ResiliencyPolicy', resiliencyPolicy_policyDescription - The description for the policy.

$sel:policyName:ResiliencyPolicy', resiliencyPolicy_policyName - The name of the policy

$sel:tags:ResiliencyPolicy', resiliencyPolicy_tags - The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.

$sel:tier:ResiliencyPolicy', resiliencyPolicy_tier - The tier for this resiliency policy, ranging from the highest severity (MissionCritical) to lowest (NonCritical).

ResiliencyScore

data ResiliencyScore Source #

The overall resiliency score, returned as an object that includes the disruption score and outage score.

See: newResiliencyScore smart constructor.

Instances

Instances details
FromJSON ResiliencyScore Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyScore

Generic ResiliencyScore Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyScore

Associated Types

type Rep ResiliencyScore :: Type -> Type #

Read ResiliencyScore Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyScore

Show ResiliencyScore Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyScore

NFData ResiliencyScore Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyScore

Methods

rnf :: ResiliencyScore -> () #

Eq ResiliencyScore Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyScore

Hashable ResiliencyScore Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyScore

type Rep ResiliencyScore Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResiliencyScore

type Rep ResiliencyScore = D1 ('MetaData "ResiliencyScore" "Amazonka.ResilienceHub.Types.ResiliencyScore" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ResiliencyScore'" 'PrefixI 'True) (S1 ('MetaSel ('Just "disruptionScore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap DisruptionType Double)) :*: S1 ('MetaSel ('Just "score") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)))

newResiliencyScore Source #

Create a value of ResiliencyScore 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:disruptionScore:ResiliencyScore', resiliencyScore_disruptionScore - The disruption score for a valid key.

$sel:score:ResiliencyScore', resiliencyScore_score - The outage score for a valid key.

ResourceError

data ResourceError Source #

Defines application resource errors.

See: newResourceError smart constructor.

Instances

Instances details
FromJSON ResourceError Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceError

Generic ResourceError Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceError

Associated Types

type Rep ResourceError :: Type -> Type #

Read ResourceError Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceError

Show ResourceError Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceError

NFData ResourceError Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceError

Methods

rnf :: ResourceError -> () #

Eq ResourceError Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceError

Hashable ResourceError Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceError

type Rep ResourceError Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceError

type Rep ResourceError = D1 ('MetaData "ResourceError" "Amazonka.ResilienceHub.Types.ResourceError" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ResourceError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "logicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "physicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newResourceError :: ResourceError Source #

Create a value of ResourceError 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:logicalResourceId:ResourceError', resourceError_logicalResourceId - This is the identifier of the resource.

$sel:physicalResourceId:ResourceError', resourceError_physicalResourceId - This is the identifier of the physical resource.

$sel:reason:ResourceError', resourceError_reason - This is the error message.

ResourceErrorsDetails

data ResourceErrorsDetails Source #

A list of errors retrieving an application's resources.

See: newResourceErrorsDetails smart constructor.

Instances

Instances details
FromJSON ResourceErrorsDetails Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceErrorsDetails

Generic ResourceErrorsDetails Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceErrorsDetails

Associated Types

type Rep ResourceErrorsDetails :: Type -> Type #

Read ResourceErrorsDetails Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceErrorsDetails

Show ResourceErrorsDetails Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceErrorsDetails

NFData ResourceErrorsDetails Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceErrorsDetails

Methods

rnf :: ResourceErrorsDetails -> () #

Eq ResourceErrorsDetails Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceErrorsDetails

Hashable ResourceErrorsDetails Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceErrorsDetails

type Rep ResourceErrorsDetails Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceErrorsDetails

type Rep ResourceErrorsDetails = D1 ('MetaData "ResourceErrorsDetails" "Amazonka.ResilienceHub.Types.ResourceErrorsDetails" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ResourceErrorsDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hasMoreErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "resourceErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourceError]))))

newResourceErrorsDetails :: ResourceErrorsDetails Source #

Create a value of ResourceErrorsDetails 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:hasMoreErrors:ResourceErrorsDetails', resourceErrorsDetails_hasMoreErrors - This indicates if there are more errors not listed in the resourceErrors list.

$sel:resourceErrors:ResourceErrorsDetails', resourceErrorsDetails_resourceErrors - A list of errors retrieving an application's resources.

ResourceMapping

data ResourceMapping Source #

Defines a resource mapping.

See: newResourceMapping smart constructor.

Instances

Instances details
FromJSON ResourceMapping Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMapping

ToJSON ResourceMapping Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMapping

Generic ResourceMapping Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMapping

Associated Types

type Rep ResourceMapping :: Type -> Type #

Read ResourceMapping Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMapping

Show ResourceMapping Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMapping

NFData ResourceMapping Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMapping

Methods

rnf :: ResourceMapping -> () #

Eq ResourceMapping Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMapping

Hashable ResourceMapping Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMapping

type Rep ResourceMapping Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ResourceMapping

type Rep ResourceMapping = D1 ('MetaData "ResourceMapping" "Amazonka.ResilienceHub.Types.ResourceMapping" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ResourceMapping'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "appRegistryAppName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "logicalStackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "terraformSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "mappingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceMappingType) :*: S1 ('MetaSel ('Just "physicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PhysicalResourceId)))))

newResourceMapping Source #

Create a value of ResourceMapping 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:appRegistryAppName:ResourceMapping', resourceMapping_appRegistryAppName - The name of the application this resource is mapped to.

$sel:logicalStackName:ResourceMapping', resourceMapping_logicalStackName - The name of the CloudFormation stack this resource is mapped to.

$sel:resourceGroupName:ResourceMapping', resourceMapping_resourceGroupName - The name of the resource group this resource is mapped to.

$sel:resourceName:ResourceMapping', resourceMapping_resourceName - The name of the resource this resource is mapped to.

$sel:terraformSourceName:ResourceMapping', resourceMapping_terraformSourceName - The short name of the Terraform source.

$sel:mappingType:ResourceMapping', resourceMapping_mappingType - Specifies the type of resource mapping.

AppRegistryApp
The resource is mapped to another application. The name of the application is contained in the appRegistryAppName property.
CfnStack
The resource is mapped to a CloudFormation stack. The name of the CloudFormation stack is contained in the logicalStackName property.
Resource
The resource is mapped to another resource. The name of the resource is contained in the resourceName property.
ResourceGroup
The resource is mapped to a resource group. The name of the resource group is contained in the resourceGroupName property.

$sel:physicalResourceId:ResourceMapping', resourceMapping_physicalResourceId - The identifier of this resource.

S3Location

data S3Location Source #

The location of the Amazon S3 bucket.

See: newS3Location smart constructor.

Constructors

S3Location' (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON S3Location Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.S3Location

Generic S3Location Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.S3Location

Associated Types

type Rep S3Location :: Type -> Type #

Read S3Location Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.S3Location

Show S3Location Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.S3Location

NFData S3Location Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.S3Location

Methods

rnf :: S3Location -> () #

Eq S3Location Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.S3Location

Hashable S3Location Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.S3Location

type Rep S3Location Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.S3Location

type Rep S3Location = D1 ('MetaData "S3Location" "Amazonka.ResilienceHub.Types.S3Location" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "S3Location'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newS3Location :: S3Location Source #

Create a value of S3Location 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:bucket:S3Location', s3Location_bucket - The name of the Amazon S3 bucket.

$sel:prefix:S3Location', s3Location_prefix - The prefix for the Amazon S3 bucket.

SopRecommendation

data SopRecommendation Source #

Defines a standard operating procedure (SOP) recommendation.

See: newSopRecommendation smart constructor.

Instances

Instances details
FromJSON SopRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopRecommendation

Generic SopRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopRecommendation

Associated Types

type Rep SopRecommendation :: Type -> Type #

Read SopRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopRecommendation

Show SopRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopRecommendation

NFData SopRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopRecommendation

Methods

rnf :: SopRecommendation -> () #

Eq SopRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopRecommendation

Hashable SopRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopRecommendation

type Rep SopRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.SopRecommendation

type Rep SopRecommendation = D1 ('MetaData "SopRecommendation" "Amazonka.ResilienceHub.Types.SopRecommendation" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "SopRecommendation'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "appComponentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecommendationItem])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "prerequisite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "recommendationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "referenceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "serviceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SopServiceType)))))

newSopRecommendation Source #

Create a value of SopRecommendation 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:appComponentName:SopRecommendation', sopRecommendation_appComponentName - The application component name.

$sel:description:SopRecommendation', sopRecommendation_description - The description of the SOP recommendation.

$sel:items:SopRecommendation', sopRecommendation_items - The recommendation items.

$sel:name:SopRecommendation', sopRecommendation_name - The name of the SOP recommendation.

$sel:prerequisite:SopRecommendation', sopRecommendation_prerequisite - The prerequisite for the SOP recommendation.

$sel:recommendationId:SopRecommendation', sopRecommendation_recommendationId - Identifier for the SOP recommendation.

$sel:referenceId:SopRecommendation', sopRecommendation_referenceId - The reference identifier for the SOP recommendation.

$sel:serviceType:SopRecommendation', sopRecommendation_serviceType - The service type.

TerraformSource

data TerraformSource Source #

The Terraform s3 state file you need to import.

See: newTerraformSource smart constructor.

Constructors

TerraformSource' Text 

Instances

Instances details
FromJSON TerraformSource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TerraformSource

ToJSON TerraformSource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TerraformSource

Generic TerraformSource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TerraformSource

Associated Types

type Rep TerraformSource :: Type -> Type #

Read TerraformSource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TerraformSource

Show TerraformSource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TerraformSource

NFData TerraformSource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TerraformSource

Methods

rnf :: TerraformSource -> () #

Eq TerraformSource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TerraformSource

Hashable TerraformSource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TerraformSource

type Rep TerraformSource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TerraformSource

type Rep TerraformSource = D1 ('MetaData "TerraformSource" "Amazonka.ResilienceHub.Types.TerraformSource" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "TerraformSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3StateFileUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTerraformSource Source #

Create a value of TerraformSource 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:s3StateFileUrl:TerraformSource', terraformSource_s3StateFileUrl - The Terraform s3 state file you need to import.

TestRecommendation

data TestRecommendation Source #

Defines a test recommendation.

See: newTestRecommendation smart constructor.

Instances

Instances details
FromJSON TestRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRecommendation

Generic TestRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRecommendation

Associated Types

type Rep TestRecommendation :: Type -> Type #

Read TestRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRecommendation

Show TestRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRecommendation

NFData TestRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRecommendation

Methods

rnf :: TestRecommendation -> () #

Eq TestRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRecommendation

Hashable TestRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRecommendation

type Rep TestRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TestRecommendation

type Rep TestRecommendation = D1 ('MetaData "TestRecommendation" "Amazonka.ResilienceHub.Types.TestRecommendation" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "TestRecommendation'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "appComponentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dependsOnAlarms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "intent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecommendationItem]))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "prerequisite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "recommendationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "risk") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TestRisk)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TestType)) :*: S1 ('MetaSel ('Just "referenceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newTestRecommendation Source #

Create a value of TestRecommendation 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:appComponentName:TestRecommendation', testRecommendation_appComponentName - The name of the application component.

$sel:dependsOnAlarms:TestRecommendation', testRecommendation_dependsOnAlarms - A list of recommended alarms that are used in the test and must be exported before or with the test.

$sel:description:TestRecommendation', testRecommendation_description - The description for the test recommendation.

$sel:intent:TestRecommendation', testRecommendation_intent - The intent of the test recommendation.

$sel:items:TestRecommendation', testRecommendation_items - The test recommendation items.

$sel:name:TestRecommendation', testRecommendation_name - The name of the test recommendation.

$sel:prerequisite:TestRecommendation', testRecommendation_prerequisite - The prerequisite of the test recommendation.

$sel:recommendationId:TestRecommendation', testRecommendation_recommendationId - Identifier for the test recommendation.

$sel:risk:TestRecommendation', testRecommendation_risk - The level of risk for this test recommendation.

$sel:type':TestRecommendation', testRecommendation_type - The type of test recommendation.

$sel:referenceId:TestRecommendation', testRecommendation_referenceId - The reference identifier for the test recommendation.

UnsupportedResource

data UnsupportedResource Source #

Defines a resource that is not supported by Resilience Hub.

See: newUnsupportedResource smart constructor.

Instances

Instances details
FromJSON UnsupportedResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.UnsupportedResource

Generic UnsupportedResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.UnsupportedResource

Associated Types

type Rep UnsupportedResource :: Type -> Type #

Read UnsupportedResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.UnsupportedResource

Show UnsupportedResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.UnsupportedResource

NFData UnsupportedResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.UnsupportedResource

Methods

rnf :: UnsupportedResource -> () #

Eq UnsupportedResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.UnsupportedResource

Hashable UnsupportedResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.UnsupportedResource

type Rep UnsupportedResource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.UnsupportedResource

type Rep UnsupportedResource = D1 ('MetaData "UnsupportedResource" "Amazonka.ResilienceHub.Types.UnsupportedResource" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "UnsupportedResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "logicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LogicalResourceId) :*: (S1 ('MetaSel ('Just "physicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PhysicalResourceId) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUnsupportedResource Source #

Create a value of UnsupportedResource 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:logicalResourceId:UnsupportedResource', unsupportedResource_logicalResourceId - The logical resource identifier for the unsupported resource.

$sel:physicalResourceId:UnsupportedResource', unsupportedResource_physicalResourceId - The physical resource identifier for the unsupported resource.

$sel:resourceType:UnsupportedResource', unsupportedResource_resourceType - The type of resource.