Smaws_Client_CloudTrail.DeregisterOrganizationDelegatedAdminRemoves CloudTrail delegated administrator permissions from a member account in an organization.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `AccountNotFoundException of Types.account_not_found_exception
| `AccountNotRegisteredException of Types.account_not_registered_exception
| `CloudTrailAccessNotEnabledException of
Types.cloud_trail_access_not_enabled_exception
| `ConflictException of Types.conflict_exception
| `InsufficientDependencyServiceAccessPermissionException of
Types.insufficient_dependency_service_access_permission_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `NotOrganizationManagementAccountException of
Types.not_organization_management_account_exception
| `OperationNotPermittedException of Types.operation_not_permitted_exception
| `OrganizationNotInAllFeaturesModeException of
Types.organization_not_in_all_features_mode_exception
| `OrganizationsNotInUseException of Types.organizations_not_in_use_exception
| `UnsupportedOperationException of Types.unsupported_operation_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.deregister_organization_delegated_admin_request ->
(Types.deregister_organization_delegated_admin_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccountNotFoundException of Types.account_not_found_exception
| `AccountNotRegisteredException of Types.account_not_registered_exception
| `CloudTrailAccessNotEnabledException of
Types.cloud_trail_access_not_enabled_exception
| `ConflictException of Types.conflict_exception
| `InsufficientDependencyServiceAccessPermissionException of
Types.insufficient_dependency_service_access_permission_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `NotOrganizationManagementAccountException of
Types.not_organization_management_account_exception
| `OperationNotPermittedException of
Types.operation_not_permitted_exception
| `OrganizationNotInAllFeaturesModeException of
Types.organization_not_in_all_features_mode_exception
| `OrganizationsNotInUseException of
Types.organizations_not_in_use_exception
| `UnsupportedOperationException of Types.unsupported_operation_exception ])
Stdlib.result