Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Disable portfolio sharing through AWS Organizations feature. This feature will not delete your current shares but it will prevent you from creating new shares throughout your organization. Current shares will not be in sync with your organization structure if it changes after calling this API. This API can only be called by the management account in the organization.
This API can't be invoked if there are active delegated administrators in the organization.
Note that a delegated administrator is not authorized to invoke
DisableAWSOrganizationsAccess
.
Synopsis
- data DisableAWSOrganizationsAccess = DisableAWSOrganizationsAccess' {
- newDisableAWSOrganizationsAccess :: DisableAWSOrganizationsAccess
- data DisableAWSOrganizationsAccessResponse = DisableAWSOrganizationsAccessResponse' {
- httpStatus :: Int
- newDisableAWSOrganizationsAccessResponse :: Int -> DisableAWSOrganizationsAccessResponse
- disableAWSOrganizationsAccessResponse_httpStatus :: Lens' DisableAWSOrganizationsAccessResponse Int
Creating a Request
data DisableAWSOrganizationsAccess Source #
See: newDisableAWSOrganizationsAccess
smart constructor.
Instances
newDisableAWSOrganizationsAccess :: DisableAWSOrganizationsAccess Source #
Create a value of DisableAWSOrganizationsAccess
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data DisableAWSOrganizationsAccessResponse Source #
See: newDisableAWSOrganizationsAccessResponse
smart constructor.
DisableAWSOrganizationsAccessResponse' | |
|
Instances
Eq DisableAWSOrganizationsAccessResponse Source # | |
Read DisableAWSOrganizationsAccessResponse Source # | |
Show DisableAWSOrganizationsAccessResponse Source # | |
Generic DisableAWSOrganizationsAccessResponse Source # | |
Defined in Amazonka.ServiceCatalog.DisableAWSOrganizationsAccess type Rep DisableAWSOrganizationsAccessResponse :: Type -> Type # | |
NFData DisableAWSOrganizationsAccessResponse Source # | |
type Rep DisableAWSOrganizationsAccessResponse Source # | |
Defined in Amazonka.ServiceCatalog.DisableAWSOrganizationsAccess type Rep DisableAWSOrganizationsAccessResponse = D1 ('MetaData "DisableAWSOrganizationsAccessResponse" "Amazonka.ServiceCatalog.DisableAWSOrganizationsAccess" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "DisableAWSOrganizationsAccessResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDisableAWSOrganizationsAccessResponse Source #
Create a value of DisableAWSOrganizationsAccessResponse
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:DisableAWSOrganizationsAccessResponse'
, disableAWSOrganizationsAccessResponse_httpStatus
- The response's http status code.
Response Lenses
disableAWSOrganizationsAccessResponse_httpStatus :: Lens' DisableAWSOrganizationsAccessResponse Int Source #
The response's http status code.