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

Description

Removes resource mappings from a draft application version.

Synopsis

Creating a Request

data RemoveDraftAppVersionResourceMappings Source #

Constructors

RemoveDraftAppVersionResourceMappings' 

Fields

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.

Request Lenses

removeDraftAppVersionResourceMappings_appRegistryAppNames :: Lens' RemoveDraftAppVersionResourceMappings (Maybe [Text]) Source #

The names of the registered applications to remove from the resource mappings.

removeDraftAppVersionResourceMappings_logicalStackNames :: Lens' RemoveDraftAppVersionResourceMappings (Maybe [Text]) Source #

The names of the CloudFormation stacks to remove from the resource mappings.

removeDraftAppVersionResourceMappings_resourceGroupNames :: Lens' RemoveDraftAppVersionResourceMappings (Maybe [Text]) Source #

The names of the resource groups to remove from the resource mappings.

removeDraftAppVersionResourceMappings_resourceNames :: Lens' RemoveDraftAppVersionResourceMappings (Maybe [Text]) Source #

The names of the resources to remove from the resource mappings.

removeDraftAppVersionResourceMappings_appArn :: Lens' RemoveDraftAppVersionResourceMappings Text Source #

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.

Destructuring the Response

data RemoveDraftAppVersionResourceMappingsResponse Source #

Constructors

RemoveDraftAppVersionResourceMappingsResponse' 

Fields

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.

Response Lenses

removeDraftAppVersionResourceMappingsResponse_appArn :: Lens' RemoveDraftAppVersionResourceMappingsResponse (Maybe Text) Source #

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.