amazonka-serverlessrepo-2.0: Amazon ServerlessApplicationRepository 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.ServerlessApplicationRepository.UnshareApplication

Description

Unshares an application from an AWS Organization.

This operation can be called only from the organization's master account.

Synopsis

Creating a Request

data UnshareApplication Source #

See: newUnshareApplication smart constructor.

Constructors

UnshareApplication' 

Fields

Instances

Instances details
ToJSON UnshareApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

ToHeaders UnshareApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

ToPath UnshareApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

ToQuery UnshareApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

AWSRequest UnshareApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

Associated Types

type AWSResponse UnshareApplication #

Generic UnshareApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

Associated Types

type Rep UnshareApplication :: Type -> Type #

Read UnshareApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

Show UnshareApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

NFData UnshareApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

Methods

rnf :: UnshareApplication -> () #

Eq UnshareApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

Hashable UnshareApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

type AWSResponse UnshareApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

type Rep UnshareApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

type Rep UnshareApplication = D1 ('MetaData "UnshareApplication" "Amazonka.ServerlessApplicationRepository.UnshareApplication" "amazonka-serverlessrepo-2.0-DJX7EnU3zce9dFmCiMzat7" 'False) (C1 ('MetaCons "UnshareApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "organizationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUnshareApplication Source #

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

UnshareApplication, unshareApplication_applicationId - The Amazon Resource Name (ARN) of the application.

$sel:organizationId:UnshareApplication', unshareApplication_organizationId - The AWS Organization ID to unshare the application from.

Request Lenses

unshareApplication_applicationId :: Lens' UnshareApplication Text Source #

The Amazon Resource Name (ARN) of the application.

unshareApplication_organizationId :: Lens' UnshareApplication Text Source #

The AWS Organization ID to unshare the application from.

Destructuring the Response

data UnshareApplicationResponse Source #

See: newUnshareApplicationResponse smart constructor.

Instances

Instances details
Generic UnshareApplicationResponse Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

Associated Types

type Rep UnshareApplicationResponse :: Type -> Type #

Read UnshareApplicationResponse Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

Show UnshareApplicationResponse Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

NFData UnshareApplicationResponse Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

Eq UnshareApplicationResponse Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

type Rep UnshareApplicationResponse Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

type Rep UnshareApplicationResponse = D1 ('MetaData "UnshareApplicationResponse" "Amazonka.ServerlessApplicationRepository.UnshareApplication" "amazonka-serverlessrepo-2.0-DJX7EnU3zce9dFmCiMzat7" 'False) (C1 ('MetaCons "UnshareApplicationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUnshareApplicationResponse :: UnshareApplicationResponse Source #

Create a value of UnshareApplicationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.