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 |
Enable portfolio sharing feature through AWS 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.
By calling this API Service Catalog will make a call to organizations:EnableAWSServiceAccess on your behalf so that your shares can be in sync with any changes in your AWS Organizations structure.
Note that a delegated administrator is not authorized to invoke
EnableAWSOrganizationsAccess
.
Synopsis
- data EnableAWSOrganizationsAccess = EnableAWSOrganizationsAccess' {
- newEnableAWSOrganizationsAccess :: EnableAWSOrganizationsAccess
- data EnableAWSOrganizationsAccessResponse = EnableAWSOrganizationsAccessResponse' {
- httpStatus :: Int
- newEnableAWSOrganizationsAccessResponse :: Int -> EnableAWSOrganizationsAccessResponse
- enableAWSOrganizationsAccessResponse_httpStatus :: Lens' EnableAWSOrganizationsAccessResponse Int
Creating a Request
data EnableAWSOrganizationsAccess Source #
See: newEnableAWSOrganizationsAccess
smart constructor.
Instances
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 #
See: newEnableAWSOrganizationsAccessResponse
smart constructor.
EnableAWSOrganizationsAccessResponse' | |
|
Instances
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
enableAWSOrganizationsAccessResponse_httpStatus :: Lens' EnableAWSOrganizationsAccessResponse Int Source #
The response's http status code.