Module Values_0.DeleteResourcePolicyResponseSource

Deletes a Systems Manager resource policy. A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. The following resources support Systems Manager resource policies. OpsItemGroup - The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems). Parameter - The resource policy is used to share a parameter with other accounts using Resource Access Manager (RAM). For more information about cross-account sharing of parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.

Sourcetype nonrec t = unit
Sourcetype nonrec error = [
  1. | `InternalServerError of InternalServerError.t
  2. | `MalformedResourcePolicyDocumentException of MalformedResourcePolicyDocumentException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `ResourcePolicyConflictException of ResourcePolicyConflictException.t
  5. | `ResourcePolicyInvalidParameterException of ResourcePolicyInvalidParameterException.t
  6. | `ResourcePolicyNotFoundException of ResourcePolicyNotFoundException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : unit -> unit
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalServerError of InternalServerError.t | `MalformedResourcePolicyDocumentException of MalformedResourcePolicyDocumentException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ResourcePolicyConflictException of ResourcePolicyConflictException.t | `ResourcePolicyInvalidParameterException of ResourcePolicyInvalidParameterException.t | `ResourcePolicyNotFoundException of ResourcePolicyNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalServerError of InternalServerError.t | `MalformedResourcePolicyDocumentException of MalformedResourcePolicyDocumentException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ResourcePolicyConflictException of ResourcePolicyConflictException.t | `ResourcePolicyInvalidParameterException of ResourcePolicyInvalidParameterException.t | `ResourcePolicyNotFoundException of ResourcePolicyNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ('a * 'b) -> unit
Sourceval to_value : 'a -> [> `Structure of 'b list ]
Sourceval to_query : 'a -> Awso.Client.Query.t
Sourceval of_xml : 'a -> unit
Sourceval of_string : string -> unit
Sourceval of_json : 'a -> unit
Sourceval to_json : 'a -> Yojson.Safe.t