amazonka-servicecatalog-2.0: Amazon Service Catalog 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.ServiceCatalog.EnableAWSOrganizationsAccess

Description

Enable portfolio sharing feature through Organizations. This API will allow Service Catalog to receive updates on your organization in order to sync your shares with the current structure. This API can only be called by the management account in the organization.

When you call this API, Service Catalog calls organizations:EnableAWSServiceAccess on your behalf so that your shares stay in sync with any changes in your Organizations structure.

Note that a delegated administrator is not authorized to invoke EnableAWSOrganizationsAccess.

If you have previously disabled Organizations access for Service Catalog, and then enable access again, the portfolio access permissions might not sync with the latest changes to the organization structure. Specifically, accounts that you removed from the organization after disabling Service Catalog access, and before you enabled access again, can retain access to the previously shared portfolio. As a result, an account that has been removed from the organization might still be able to create or manage Amazon Web Services resources when it is no longer authorized to do so. Amazon Web Services is working to resolve this issue.

Synopsis

Creating a Request

data EnableAWSOrganizationsAccess Source #

See: newEnableAWSOrganizationsAccess smart constructor.

Instances

Instances details
ToJSON EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

ToHeaders EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

ToPath EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

ToQuery EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

AWSRequest EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

Generic EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

Associated Types

type Rep EnableAWSOrganizationsAccess :: Type -> Type #

Read EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

Show EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

NFData EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

Eq EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

Hashable EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

type AWSResponse EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

type Rep EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

type Rep EnableAWSOrganizationsAccess = D1 ('MetaData "EnableAWSOrganizationsAccess" "Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "EnableAWSOrganizationsAccess'" 'PrefixI 'False) (U1 :: Type -> Type))

newEnableAWSOrganizationsAccess :: EnableAWSOrganizationsAccess Source #

Create a value of EnableAWSOrganizationsAccess with all optional fields omitted.

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

Destructuring the Response

data EnableAWSOrganizationsAccessResponse Source #

Constructors

EnableAWSOrganizationsAccessResponse' 

Fields

Instances

Instances details
Generic EnableAWSOrganizationsAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

Read EnableAWSOrganizationsAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

Show EnableAWSOrganizationsAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

NFData EnableAWSOrganizationsAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

Eq EnableAWSOrganizationsAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

type Rep EnableAWSOrganizationsAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

type Rep EnableAWSOrganizationsAccessResponse = D1 ('MetaData "EnableAWSOrganizationsAccessResponse" "Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "EnableAWSOrganizationsAccessResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newEnableAWSOrganizationsAccessResponse Source #

Create a value of EnableAWSOrganizationsAccessResponse 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:EnableAWSOrganizationsAccessResponse', enableAWSOrganizationsAccessResponse_httpStatus - The response's http status code.

Response Lenses