libZSservicesZSamazonka-sso-adminZSamazonka-sso-admin
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SSOAdmin.UntagResource

Description

Disassociates a set of tags from a specified resource.

Synopsis

Creating a Request

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' 

Fields

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.SSOAdmin.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.SSOAdmin.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.SSOAdmin.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.SSOAdmin.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.SSOAdmin.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.SSOAdmin.UntagResource

ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.SSOAdmin.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.SSOAdmin.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.SSOAdmin.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.SSOAdmin.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.SSOAdmin.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.SSOAdmin.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.SSOAdmin.UntagResource" "libZSservicesZSamazonka-sso-adminZSamazonka-sso-admin" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)))))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.SSOAdmin.UntagResource

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:instanceArn:UntagResource', untagResource_instanceArn - The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

$sel:resourceArn:UntagResource', untagResource_resourceArn - The ARN of the resource with the tags to be listed.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The keys of tags that are attached to the resource.

Request Lenses

untagResource_instanceArn :: Lens' UntagResource Text Source #

The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

untagResource_resourceArn :: Lens' UntagResource Text Source #

The ARN of the resource with the tags to be listed.

untagResource_tagKeys :: Lens' UntagResource (NonEmpty Text) Source #

The keys of tags that are attached to the resource.

Destructuring the Response

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Constructors

UntagResourceResponse' 

Fields

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.SSOAdmin.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.SSOAdmin.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.SSOAdmin.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.SSOAdmin.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.SSOAdmin.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.SSOAdmin.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.SSOAdmin.UntagResource" "libZSservicesZSamazonka-sso-adminZSamazonka-sso-admin" '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.

Response Lenses