NetworkManager / Client / start_organization_service_access_update
start_organization_service_access_update#
- NetworkManager.Client.start_organization_service_access_update(**kwargs)#
Enables the Network Manager service for an Amazon Web Services Organization. This can only be called by a management account within the organization.
See also: AWS API Documentation
Request Syntax
response = client.start_organization_service_access_update( Action='string' )
- Parameters:
Action (string) –
[REQUIRED]
The action to take for the update request. This can be either
ENABLE
orDISABLE
.- Return type:
dict
- Returns:
Response Syntax
{ 'OrganizationStatus': { 'OrganizationId': 'string', 'OrganizationAwsServiceAccessStatus': 'string', 'SLRDeploymentStatus': 'string', 'AccountStatusList': [ { 'AccountId': 'string', 'SLRDeploymentStatus': 'string' }, ] } }
Response Structure
(dict) –
OrganizationStatus (dict) –
The status of the service access update request for an Amazon Web Services Organization.
OrganizationId (string) –
The ID of an Amazon Web Services Organization.
OrganizationAwsServiceAccessStatus (string) –
The status of the organization’s AWS service access. This will be
ENABLED
orDISABLED
.SLRDeploymentStatus (string) –
The status of the SLR deployment for the account. This will be either
SUCCEEDED
orIN_PROGRESS
.AccountStatusList (list) –
The current service-linked role (SLR) deployment status for an Amazon Web Services Organization’s accounts. This will be either
SUCCEEDED
orIN_PROGRESS
.(dict) –
Describes the current status of an account within an Amazon Web Services Organization, including service-linked roles (SLRs).
AccountId (string) –
The ID of an account within the Amazon Web Services Organization.
SLRDeploymentStatus (string) –
The status of SLR deployment for the account.
Exceptions