Values.PutSellingSystemSettingsResponseSourceUpdates the currently set system settings, which include the IAM Role used for resource snapshot jobs.
type nonrec t = {catalog : CatalogIdentifier.t option;Specifies the catalog in which the settings are defined. Acceptable values include AWS for production and Sandbox for testing environments.
*)resourceSnapshotJobRoleArn : ResourceSnapshotJobRoleArn.t option;Specifies the ARN of the IAM Role used for resource snapshot job executions.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]