Module Values.UpdateInstanceRequestSource

Update the details for the instance of IAM Identity Center that is owned by the Amazon Web Services account.

Sourcetype nonrec t = {
  1. name : NameType.t option;
    (*

    Updates the instance name.

    *)
  2. instanceArn : InstanceArn.t;
    (*

    The ARN of the instance of IAM Identity Center under which the operation will run. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

    *)
  3. encryptionConfiguration : EncryptionConfiguration.t option;
    (*

    Specifies the encryption configuration for your IAM Identity Center instance. You can use this to configure customer managed KMS keys or Amazon Web Services owned KMS keys for encrypting your instance data.

    *)
}
Sourceval context_ : string
Sourceval make : ?name:??? -> ?encryptionConfiguration:??? -> instanceArn:InstanceArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NameType.t | `Structure of (string * [> `Enum of string | `String of KmsKeyArn.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t