Awso_uxc_lwtSourceval get_account_customizations :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_uxc.Values.GetAccountCustomizationsInput.t ->
(Awso_uxc.Values.GetAccountCustomizationsOutput.t,
Awso_uxc.Values.GetAccountCustomizationsOutput.error)
Result.t
Lwt.tval list_services :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_uxc.Values.ListServicesInput.t ->
(Awso_uxc.Values.ListServicesOutput.t,
Awso_uxc.Values.ListServicesOutput.error)
Result.t
Lwt.tval update_account_customizations :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_uxc.Values.UpdateAccountCustomizationsInput.t ->
(Awso_uxc.Values.UpdateAccountCustomizationsOutput.t,
Awso_uxc.Values.UpdateAccountCustomizationsOutput.error)
Result.t
Lwt.tinclude module type of struct include Awso_uxc.Values endval structure_to_value_aux :
('a * 'b option) list ->
f:(('a * 'b) list -> 'c) ->
[> `Structure of 'c ]val structure_to_wrapped_value :
wrapper:'a ->
response:'a ->
('b * 'c option) list ->
[> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]Describes a validation exception for a specific field.
You don't have sufficient access to perform this operation. Verify that your IAM policy includes the required uxc: permissions for the operation that you are calling. For more information on IAM permissions, see Amazon Web Services managed policies for Amazon Web Services Management Console.
The service encountered an internal error. Try your request again later.
The request was denied because of request throttling. Reduce the frequency of your requests.
The input fails to satisfy the constraints specified by an Amazon Web Services service.
Updates one or more account customization settings. You can update account color, visible services, and visible Regions in a single request. Only the settings that you include in the request body are modified. Omitted settings remain unchanged. To reset a setting to its default behavior, set the value to null for visible Regions and visible services, or none for account color. This operation is idempotent. The visibleServices and visibleRegions settings control only the appearance of services and Regions in the Amazon Web Services Management Console. They do not restrict access through the CLI, SDKs, or other APIs.
Updates one or more account customization settings. You can update account color, visible services, and visible Regions in a single request. Only the settings that you include in the request body are modified. Omitted settings remain unchanged. To reset a setting to its default behavior, set the value to null for visible Regions and visible services, or none for account color. This operation is idempotent. The visibleServices and visibleRegions settings control only the appearance of services and Regions in the Amazon Web Services Management Console. They do not restrict access through the CLI, SDKs, or other APIs.
Returns a paginated list of Amazon Web Services service identifiers that you can use as values for the visibleServices setting in UpdateAccountCustomizations. The available services vary by Amazon Web Services partition. Use pagination to retrieve all results. The visibleServices setting controls only the appearance of services in the Amazon Web Services Management Console. It does not restrict access through the CLI, SDKs, or other APIs.
Returns a paginated list of Amazon Web Services service identifiers that you can use as values for the visibleServices setting in UpdateAccountCustomizations. The available services vary by Amazon Web Services partition. Use pagination to retrieve all results. The visibleServices setting controls only the appearance of services in the Amazon Web Services Management Console. It does not restrict access through the CLI, SDKs, or other APIs.
Returns the current account customization settings, including account color, visible services, and visible Regions. Settings that you have not configured return their default values: visible Regions and visible services return `null`, and account color returns `none`. The visibleServices and visibleRegions settings control only the appearance of services and Regions in the Amazon Web Services Management Console. They do not restrict access through the CLI, SDKs, or other APIs.
Returns the current account customization settings, including account color, visible services, and visible Regions. Settings that you have not configured return their default values: visible Regions and visible services return `null`, and account color returns `none`. The visibleServices and visibleRegions settings control only the appearance of services and Regions in the Amazon Web Services Management Console. They do not restrict access through the CLI, SDKs, or other APIs.