libZSservicesZSamazonka-ramZSamazonka-ram
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.RAM.EnableSharingWithAwsOrganization

Description

Enables resource sharing within your organization in Organizations.

The caller must be the master account for the organization.

Synopsis

Creating a Request

data EnableSharingWithAwsOrganization Source #

See: newEnableSharingWithAwsOrganization smart constructor.

Instances

Instances details
Eq EnableSharingWithAwsOrganization Source # 
Instance details

Defined in Amazonka.RAM.EnableSharingWithAwsOrganization

Read EnableSharingWithAwsOrganization Source # 
Instance details

Defined in Amazonka.RAM.EnableSharingWithAwsOrganization

Show EnableSharingWithAwsOrganization Source # 
Instance details

Defined in Amazonka.RAM.EnableSharingWithAwsOrganization

Generic EnableSharingWithAwsOrganization Source # 
Instance details

Defined in Amazonka.RAM.EnableSharingWithAwsOrganization

Associated Types

type Rep EnableSharingWithAwsOrganization :: Type -> Type #

NFData EnableSharingWithAwsOrganization Source # 
Instance details

Defined in Amazonka.RAM.EnableSharingWithAwsOrganization

Hashable EnableSharingWithAwsOrganization Source # 
Instance details

Defined in Amazonka.RAM.EnableSharingWithAwsOrganization

ToJSON EnableSharingWithAwsOrganization Source # 
Instance details

Defined in Amazonka.RAM.EnableSharingWithAwsOrganization

AWSRequest EnableSharingWithAwsOrganization Source # 
Instance details

Defined in Amazonka.RAM.EnableSharingWithAwsOrganization

ToHeaders EnableSharingWithAwsOrganization Source # 
Instance details

Defined in Amazonka.RAM.EnableSharingWithAwsOrganization

ToPath EnableSharingWithAwsOrganization Source # 
Instance details

Defined in Amazonka.RAM.EnableSharingWithAwsOrganization

ToQuery EnableSharingWithAwsOrganization Source # 
Instance details

Defined in Amazonka.RAM.EnableSharingWithAwsOrganization

type Rep EnableSharingWithAwsOrganization Source # 
Instance details

Defined in Amazonka.RAM.EnableSharingWithAwsOrganization

type Rep EnableSharingWithAwsOrganization = D1 ('MetaData "EnableSharingWithAwsOrganization" "Amazonka.RAM.EnableSharingWithAwsOrganization" "libZSservicesZSamazonka-ramZSamazonka-ram" 'False) (C1 ('MetaCons "EnableSharingWithAwsOrganization'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse EnableSharingWithAwsOrganization Source # 
Instance details

Defined in Amazonka.RAM.EnableSharingWithAwsOrganization

newEnableSharingWithAwsOrganization :: EnableSharingWithAwsOrganization Source #

Create a value of EnableSharingWithAwsOrganization with all optional fields omitted.

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

Destructuring the Response

data EnableSharingWithAwsOrganizationResponse Source #

Constructors

EnableSharingWithAwsOrganizationResponse' 

Fields

Instances

Instances details
Eq EnableSharingWithAwsOrganizationResponse Source # 
Instance details

Defined in Amazonka.RAM.EnableSharingWithAwsOrganization

Read EnableSharingWithAwsOrganizationResponse Source # 
Instance details

Defined in Amazonka.RAM.EnableSharingWithAwsOrganization

Show EnableSharingWithAwsOrganizationResponse Source # 
Instance details

Defined in Amazonka.RAM.EnableSharingWithAwsOrganization

Generic EnableSharingWithAwsOrganizationResponse Source # 
Instance details

Defined in Amazonka.RAM.EnableSharingWithAwsOrganization

NFData EnableSharingWithAwsOrganizationResponse Source # 
Instance details

Defined in Amazonka.RAM.EnableSharingWithAwsOrganization

type Rep EnableSharingWithAwsOrganizationResponse Source # 
Instance details

Defined in Amazonka.RAM.EnableSharingWithAwsOrganization

type Rep EnableSharingWithAwsOrganizationResponse = D1 ('MetaData "EnableSharingWithAwsOrganizationResponse" "Amazonka.RAM.EnableSharingWithAwsOrganization" "libZSservicesZSamazonka-ramZSamazonka-ram" 'False) (C1 ('MetaCons "EnableSharingWithAwsOrganizationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "returnValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newEnableSharingWithAwsOrganizationResponse Source #

Create a value of EnableSharingWithAwsOrganizationResponse 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:returnValue:EnableSharingWithAwsOrganizationResponse', enableSharingWithAwsOrganizationResponse_returnValue - Indicates whether the request succeeded.

$sel:httpStatus:EnableSharingWithAwsOrganizationResponse', enableSharingWithAwsOrganizationResponse_httpStatus - The response's http status code.

Response Lenses