amazonka-migration-hub-refactor-spaces-2.0: Amazon Migration Hub Refactor Spaces 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.MigrationHubReFactorSpaces.TagResource

Description

Removes the tags of a given resource. Tags are metadata which can be used to manage a resource. To tag a resource, the caller account must be the same as the resource’s OwnerAccountId. Tagging resources in other accounts is not supported.

Amazon Web Services Migration Hub Refactor Spaces does not propagate tags to orchestrated resources, such as an environment’s transit gateway.

Synopsis

Creating a Request

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' 

Fields

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Show TagResource Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.MigrationHubReFactorSpaces.TagResource" "amazonka-migration-hub-refactor-spaces-2.0-IgAA0SWWxlS8R7imIzpgpS" '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 new or modified tags for the resource.

Request Lenses

tagResource_resourceArn :: Lens' TagResource Text Source #

The Amazon Resource Name (ARN) of the resource.

tagResource_tags :: Lens' TagResource (HashMap Text Text) Source #

The new or modified tags for the resource.

Destructuring the Response

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Constructors

TagResourceResponse' 

Fields

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.MigrationHubReFactorSpaces.TagResource" "amazonka-migration-hub-refactor-spaces-2.0-IgAA0SWWxlS8R7imIzpgpS" '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.

Response Lenses