Smaws_Client_CloudFormation.DeactivateOrganizationsAccessDeactivates trusted access with Organizations. If trusted access is deactivated, the management account does not have permissions to create and manage service-managed StackSets for your organization.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `InvalidOperationException of Types.invalid_operation_exception
| `OperationNotFoundException of Types.operation_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.deactivate_organizations_access_input ->
(Types.deactivate_organizations_access_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidOperationException of Types.invalid_operation_exception
| `OperationNotFoundException of Types.operation_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.deactivate_organizations_access_input ->
(Types.deactivate_organizations_access_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidOperationException of Types.invalid_operation_exception
| `OperationNotFoundException of Types.operation_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result