Values.UpdateDomainConfigRequestSourceContainer for the request parameters to the UpdateDomain operation.
type nonrec t = {domainName : DomainName.t;The name of the domain that you're updating.
*)clusterConfig : ClusterConfig.t option;Changes that you want to make to the cluster configuration, such as the instance type and number of EC2 instances.
*)eBSOptions : EBSOptions.t option;The type and size of the EBS volume to attach to instances in the domain.
*)snapshotOptions : SnapshotOptions.t option;Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.
*)vPCOptions : VPCOptions.t option;Options to specify the subnets and security groups for a VPC endpoint. For more information, see Launching your Amazon OpenSearch Service domains using a VPC.
*)cognitoOptions : CognitoOptions.t option;Key-value pairs to configure Amazon Cognito authentication for OpenSearch Dashboards.
*)advancedOptions : AdvancedOptions.t option;Key-value pairs to specify advanced configuration options. The following key-value pairs are supported: "rest.action.multi.allow_explicit_index": "true" | "false" - Note the use of a string rather than a boolean. Specifies whether explicit references to indexes are allowed inside the body of HTTP requests. If you want to configure access policies for domain sub-resources, such as specific indexes and domain APIs, you must disable this property. Default is true. "indices.fielddata.cache.size": "80" - Note the use of a string rather than a boolean. Specifies the percentage of heap space allocated to field data. Default is unbounded. "indices.query.bool.max_clause_count": "1024" - Note the use of a string rather than a boolean. Specifies the maximum number of clauses allowed in a Lucene boolean query. Default is 1,024. Queries with more than the permitted number of clauses result in a TooManyClauses error. For more information, see Advanced cluster parameters.
*)accessPolicies : PolicyDocument.t option;Identity and Access Management (IAM) access policy as a JSON-formatted string.
*)iPAddressType : IPAddressType.t option;Specify either dual stack or IPv4 as your IP address type. Dual stack allows you to share domain resources across IPv4 and IPv6 address types, and is the recommended option. If your IP address type is currently set to dual stack, you can't change it.
*)logPublishingOptions : LogPublishingOptions.t option;Options to publish OpenSearch logs to Amazon CloudWatch Logs.
*)encryptionAtRestOptions : EncryptionAtRestOptions.t option;Encryption at rest options for the domain.
*)domainEndpointOptions : DomainEndpointOptions.t option;Additional options for the domain endpoint, such as whether to require HTTPS for all traffic.
*)nodeToNodeEncryptionOptions : NodeToNodeEncryptionOptions.t option;Node-to-node encryption options for the domain.
*)advancedSecurityOptions : AdvancedSecurityOptionsInput.t option;Options for fine-grained access control.
*)identityCenterOptions : IdentityCenterOptionsInput.t option;autoTuneOptions : AutoTuneOptions.t option;Options for Auto-Tune.
*)dryRun : DryRun.t option;This flag, when set to True, specifies whether the UpdateDomain request should return the results of a dry run analysis without actually applying the change. A dry run determines what type of deployment the update will cause.
*)dryRunMode : DryRunMode.t option;The type of dry run to perform. Basic only returns the type of deployment (blue/green or dynamic) that the update will cause. Verbose runs an additional check to validate the changes you're making. For more information, see Validating a domain update.
*)offPeakWindowOptions : OffPeakWindowOptions.t option;Off-peak window options for the domain.
*)softwareUpdateOptions : SoftwareUpdateOptions.t option;Service software update options for the domain.
*)aIMLOptions : AIMLOptionsInput.t option;Options for all machine learning features for the specified domain.
*)deploymentStrategyOptions : DeploymentStrategyOptions.t option;Specifies the deployment strategy options for the domain.
*)automatedSnapshotPauseOptions : AutomatedSnapshotPauseRequestOptions.t option;Specifies the automated snapshot pause options for the domain. Suspending snapshots reduces data protection. You cannot restore your domain to points in time when snapshots are suspended. Use this feature only for short-term operational needs such as migrations or maintenance windows. Maximum suspension duration: 3 days.
*)}val make :
?clusterConfig:??? ->
?eBSOptions:??? ->
?snapshotOptions:??? ->
?vPCOptions:??? ->
?cognitoOptions:??? ->
?advancedOptions:??? ->
?accessPolicies:??? ->
?iPAddressType:??? ->
?logPublishingOptions:??? ->
?encryptionAtRestOptions:??? ->
?domainEndpointOptions:??? ->
?nodeToNodeEncryptionOptions:??? ->
?advancedSecurityOptions:??? ->
?identityCenterOptions:??? ->
?autoTuneOptions:??? ->
?dryRun:??? ->
?dryRunMode:??? ->
?offPeakWindowOptions:??? ->
?softwareUpdateOptions:??? ->
?aIMLOptions:??? ->
?deploymentStrategyOptions:??? ->
?automatedSnapshotPauseOptions:??? ->
domainName:DomainName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of DryRun.t
| `Enum of string
| `Map of
([> `Enum of string | `String of String_.t ]
* [> `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `String of CloudWatchLogsLogGroupArn.t ])
list ])
list
| `String of DomainName.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of IntegerClass.t
| `List of
[> `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of IntegerClass.t
| `Long of DurationValue.t ])
list
| `Timestamp of StartAt.t ])
list ]
list
| `String of UserPoolId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of IntegerClass.t
| `String of ARN.t
| `Structure of
(string
* [> `Long of StartTimeHours.t
| `String of SAMLMetadata.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ])
list ]