libZSservicesZSamazonka-serverlessrepoZSamazonka-serverlessrepo
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.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
Eq UnshareApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

Read UnshareApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

Show UnshareApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

Generic UnshareApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

Associated Types

type Rep UnshareApplication :: Type -> Type #

NFData UnshareApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

Methods

rnf :: UnshareApplication -> () #

Hashable UnshareApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

ToJSON UnshareApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

AWSRequest UnshareApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

Associated Types

type AWSResponse 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

type Rep UnshareApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

type Rep UnshareApplication = D1 ('MetaData "UnshareApplication" "Amazonka.ServerlessApplicationRepository.UnshareApplication" "libZSservicesZSamazonka-serverlessrepoZSamazonka-serverlessrepo" 'False) (C1 ('MetaCons "UnshareApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "organizationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UnshareApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

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:

$sel:applicationId: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
Eq UnshareApplicationResponse Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

Read UnshareApplicationResponse Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

Show UnshareApplicationResponse Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

Generic UnshareApplicationResponse Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.UnshareApplication

Associated Types

type Rep UnshareApplicationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-serverlessrepoZSamazonka-serverlessrepo" '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.