Smaws_Client_DocDB.Typestype nonrec vpc_security_group_membership = {status : string_ option;The status of the VPC security group.
*)vpc_security_group_id : string_ option;The name of the VPC security group.
*)}Used as a response element for queries on virtual private cloud (VPC) security group membership.
type nonrec vpc_security_group_membership_list =
vpc_security_group_membership listtype nonrec vpc_security_group_id_list = string_ listtype nonrec upgrade_target = {is_major_version_upgrade : boolean_ option;A value that indicates whether a database engine is upgraded to a major version.
*)auto_upgrade : boolean_ option;A value that indicates whether the target version is applied to any source DB instances that have AutoMinorVersionUpgrade set to true.
description : string_ option;The version of the database engine that an instance can be upgraded to.
*)engine_version : string_ option;The version number of the upgrade target database engine.
*)engine : string_ option;The name of the upgrade target database engine.
*)}The version of the database engine that an instance can be upgraded to.
type nonrec valid_upgrade_target_list = upgrade_target listtype nonrec tag = {value : string_ option;The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and can't be prefixed with "aws:" or "rds:". The string can contain only the set of Unicode letters, digits, white space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
key : string_ option;The required name of the tag. The string value can be from 1 to 128 Unicode characters in length and can't be prefixed with "aws:" or "rds:". The string can contain only the set of Unicode letters, digits, white space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
}Metadata assigned to an Amazon DocumentDB resource consisting of a key-value pair.
type nonrec tag_list = tag listRepresents the output of ListTagsForResource.
type nonrec readers_arn_list = string_ listtype nonrec global_cluster_member = {synchronization_status : global_cluster_member_synchronization_status option;The status of synchronization of each Amazon DocumentDB cluster in the global cluster.
*)is_writer : boolean_ option;Specifies whether the Amazon DocumentDB cluster is the primary cluster (that is, has read-write capability) for the Amazon DocumentDB global cluster with which it is associated.
*)readers : readers_arn_list option;The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Amazon DocumentDB global cluster.
*)db_cluster_arn : string_ option;The Amazon Resource Name (ARN) for each Amazon DocumentDB cluster.
*)}A data structure with information about any primary and secondary clusters associated with an Amazon DocumentDB global clusters.
type nonrec global_cluster_member_list = global_cluster_member listtype nonrec failover_state = {is_data_loss_allowed : boolean_ option;Indicates whether the operation is a global switchover or a global failover. If data loss is allowed, then the operation is a global failover. Otherwise, it's a switchover.
*)to_db_cluster_arn : string_ option;The Amazon Resource Name (ARN) of the Amazon DocumentDB cluster that is currently being promoted, and which is associated with this state.
*)from_db_cluster_arn : string_ option;The Amazon Resource Name (ARN) of the Amazon DocumentDB cluster that is currently being demoted, and which is associated with this state.
*)status : failover_status option;The current status of the global cluster. Possible values are as follows:
}Contains the state of scheduled or in-process operations on an Amazon DocumentDB global cluster. This data type is empty unless a switchover or failover operation is scheduled or is in progress on the global cluster.
type nonrec global_cluster = {tag_list : tag_list option;A list of global cluster tags.
*)failover_state : failover_state option;A data object containing all properties for the current state of an in-process or pending switchover or failover process for this global cluster. This object is empty unless the SwitchoverGlobalCluster or FailoverGlobalCluster operation was called on this global cluster.
global_cluster_members : global_cluster_member_list option;The list of cluster IDs for secondary clusters within the global cluster. Currently limited to one item.
*)deletion_protection : boolean_optional option;The deletion protection setting for the new global cluster.
*)storage_encrypted : boolean_optional option;The storage encryption setting for the global cluster.
*)database_name : string_ option;The default database name within the new global cluster.
*)engine_version : string_ option;Indicates the database engine version.
*)engine : string_ option;The Amazon DocumentDB database engine used by the global cluster.
*)status : string_ option;Specifies the current state of this global cluster.
*)global_cluster_arn : string_ option;The Amazon Resource Name (ARN) for the global cluster.
*)global_cluster_resource_id : string_ option;The Amazon Web Services RegionRegion-unique, immutable identifier for the global database cluster. This identifier is found in CloudTrail log entries whenever the KMS customer master key (CMK) for the cluster is accessed.
*)global_cluster_identifier : global_cluster_identifier option;Contains a user-supplied global cluster identifier. This identifier is the unique key that identifies a global cluster.
*)}A data type representing an Amazon DocumentDB global cluster.
type nonrec switchover_global_cluster_message = {target_db_cluster_identifier : db_cluster_identifier;The identifier of the secondary Amazon DocumentDB cluster to promote to the new primary for the global database cluster. Use the Amazon Resource Name (ARN) for the identifier so that Amazon DocumentDB can locate the cluster in its Amazon Web Services region.
Constraints:
Pattern: [A-Za-z][0-9A-Za-z-:._]*
global_cluster_identifier : global_cluster_identifier;The identifier of the Amazon DocumentDB global database cluster to switch over. The identifier is the unique key assigned by the user when the cluster is created. In other words, it's the name of the global cluster. This parameter isn’t case-sensitive.
Constraints:
Pattern: [A-Za-z][0-9A-Za-z-:._]*
}The requested operation can't be performed while the cluster is in this state.
The cluster isn't in a valid state.
The GlobalClusterIdentifier doesn't refer to an existing global cluster.
DBClusterIdentifier doesn't refer to an existing cluster.
The subscription name does not exist.
The provided category does not exist.
The provided subscription name already exists.
Information about an Availability Zone.
type nonrec subnet = {subnet_status : string_ option;Specifies the status of the subnet.
*)subnet_availability_zone : availability_zone option;Specifies the Availability Zone for the subnet.
*)subnet_identifier : string_ option;Specifies the identifier of the subnet.
*)}Detailed information about a subnet.
type nonrec subnet_list = subnet listtype nonrec subnet_identifier_list = string_ listThe subnet is already in use in the Availability Zone.
Storage of the specified StorageType can't be associated with the DB instance.
The request would cause you to exceed the allowed amount of storage available across all instances.
type nonrec availability_zones = string_ listtype nonrec read_replica_identifier_list = string_ listtype nonrec db_cluster_member = {promotion_tier : integer_optional option;A value that specifies the order in which an Amazon DocumentDB replica is promoted to the primary instance after a failure of the existing primary instance.
*)db_cluster_parameter_group_status : string_ option;Specifies the status of the cluster parameter group for this member of the DB cluster.
*)is_cluster_writer : boolean_ option;A value that is true if the cluster member is the primary instance for the cluster and false otherwise.
db_instance_identifier : string_ option;Specifies the instance identifier for this member of the cluster.
*)}Contains information about an instance that is part of a cluster.
type nonrec db_cluster_member_list = db_cluster_member listtype nonrec db_cluster_role = {status : string_ option;Describes the state of association between the IAMrole and the cluster. The Status property returns one of the following values:
ACTIVE - The IAMrole ARN is associated with the cluster and can be used to access other Amazon Web Services services on your behalf.PENDING - The IAMrole ARN is being associated with the cluster.INVALID - The IAMrole ARN is associated with the cluster, but the cluster cannot assume the IAMrole to access other Amazon Web Services services on your behalf.role_arn : string_ option;The Amazon Resource Name (ARN) of the IAMrole that is associated with the DB cluster.
*)}Describes an Identity and Access Management (IAM) role that is associated with a cluster.
type nonrec db_cluster_roles = db_cluster_role listtype nonrec log_type_list = string_ listtype nonrec serverless_v2_scaling_configuration_info = {max_capacity : double_optional option;The maximum number of Amazon DocumentDB capacity units (DCUs) for an instance in an Amazon DocumentDB Serverless cluster. You can specify DCU values in half-step increments, such as 32, 32.5, 33, and so on.
*)min_capacity : double_optional option;The minimum number of Amazon DocumentDB capacity units (DCUs) for an instance in an Amazon DocumentDB Serverless cluster. You can specify DCU values in half-step increments, such as 8, 8.5, 9, and so on.
*)}Retrieves the scaling configuration for an Amazon DocumentDB Serverless cluster.
type nonrec cluster_master_user_secret = {kms_key_id : string_ option;The Amazon Web Services KMS key identifier that is used to encrypt the secret.
*)secret_status : string_ option;The status of the secret.
The possible status values include the following:
impaired - The secret can be used to access database credentials, but it can't be rotated. A secret might have this status if, for example, permissions are changed so that Amazon DocumentDB can no longer access either the secret or the KMS key for the secret.
When a secret has this status, you can correct the condition that caused the status. Alternatively, modify the instance to turn off automatic management of database credentials, and then modify the instance again to turn on automatic management of database credentials.
secret_arn : string_ option;The Amazon Resource Name (ARN) of the secret.
*)}Contains the secret managed by Amazon DocumentDB in Amazon Web Services Secrets Manager for the master user password.
type nonrec db_cluster = {network_type : string_ option;The network type of the cluster.
The network type is determined by the DBSubnetGroup specified for the cluster. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).
For more information, see DocumentDB clusters in a VPC in the Amazon DocumentDB Developer Guide.
Valid Values: IPV4 | DUAL
master_user_secret : cluster_master_user_secret option;The secret managed by Amazon DocumentDB in Amazon Web Services Secrets Manager for the master user password.
*)serverless_v2_scaling_configuration : serverless_v2_scaling_configuration_info
option;The scaling configuration of an Amazon DocumentDB Serverless cluster.
*)storage_type : string_ option;Storage type associated with your cluster
For information on storage types for Amazon DocumentDB clusters, see Cluster storage configurations in the Amazon DocumentDB Developer Guide.
Valid values for storage type - standard | iopt1
Default value is standard
io_optimized_next_allowed_modification_time : t_stamp option;The next time you can modify the Amazon DocumentDB cluster to use the iopt1 storage type.
*)deletion_protection : boolean_ option;Specifies whether this cluster can be deleted. If DeletionProtection is enabled, the cluster cannot be deleted unless it is modified and DeletionProtection is disabled. DeletionProtection protects clusters from being accidentally deleted.
enabled_cloudwatch_logs_exports : log_type_list option;A list of log types that this cluster is configured to export to Amazon CloudWatch Logs.
*)cluster_create_time : t_stamp option;Specifies the time when the cluster was created, in Universal Coordinated Time (UTC).
*)clone_group_id : string_ option;Identifies the clone group to which the DB cluster is associated.
*)associated_roles : db_cluster_roles option;Provides a list of the Identity and Access Management (IAM) roles that are associated with the cluster. (IAM) roles that are associated with a cluster grant permission for the cluster to access other Amazon Web Services services on your behalf.
*)db_cluster_arn : string_ option;The Amazon Resource Name (ARN) for the cluster.
*)db_cluster_resource_id : string_ option;The Amazon Web Services Region-unique, immutable identifier for the cluster. This identifier is found in CloudTrail log entries whenever the KMS key for the cluster is accessed.
*)kms_key_id : string_ option;If StorageEncrypted is true, the KMS key identifier for the encrypted cluster.
storage_encrypted : boolean_ option;Specifies whether the cluster is encrypted.
*)hosted_zone_id : string_ option;Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
*)vpc_security_groups : vpc_security_group_membership_list option;Provides a list of virtual private cloud (VPC) security groups that the cluster belongs to.
*)db_cluster_members : db_cluster_member_list option;Provides the list of instances that make up the cluster.
*)read_replica_identifiers : read_replica_identifier_list option;Contains one or more identifiers of the secondary clusters that are associated with this cluster.
*)replication_source_identifier : string_ option;Contains the identifier of the source cluster if this cluster is a secondary cluster.
*)preferred_maintenance_window : string_ option;Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
*)preferred_backup_window : string_ option;Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.
master_username : string_ option;Contains the master user name for the cluster.
*)port : integer_optional option;Specifies the port that the database engine is listening on.
*)latest_restorable_time : t_stamp option;Specifies the latest time to which a database can be restored with point-in-time restore.
*)engine_version : string_ option;Indicates the database engine version.
*)engine : string_ option;Provides the name of the database engine to be used for this cluster.
*)multi_a_z : boolean_ option;Specifies whether the cluster has instances in multiple Availability Zones.
*)reader_endpoint : string_ option;The reader endpoint for the cluster. The reader endpoint for a cluster load balances connections across the Amazon DocumentDB replicas that are available in a cluster. As clients request new connections to the reader endpoint, Amazon DocumentDB distributes the connection requests among the Amazon DocumentDB replicas in the cluster. This functionality can help balance your read workload across multiple Amazon DocumentDB replicas in your cluster.
If a failover occurs, and the Amazon DocumentDB replica that you are connected to is promoted to be the primary instance, your connection is dropped. To continue sending your read workload to other Amazon DocumentDB replicas in the cluster, you can then reconnect to the reader endpoint.
*)endpoint : string_ option;Specifies the connection endpoint for the primary instance of the cluster.
*)earliest_restorable_time : t_stamp option;The earliest time to which a database can be restored with point-in-time restore.
*)percent_progress : string_ option;Specifies the progress of the operation as a percentage.
*)status : string_ option;Specifies the current state of this cluster.
*)db_subnet_group : string_ option;Specifies information on the subnet group that is associated with the cluster, including the name, description, and subnets in the subnet group.
*)db_cluster_parameter_group : string_ option;Specifies the name of the cluster parameter group for the cluster.
*)db_cluster_identifier : string_ option;Contains a user-supplied cluster identifier. This identifier is the unique key that identifies a cluster.
*)backup_retention_period : integer_optional option;Specifies the number of days for which automatic snapshots are retained.
*)availability_zones : availability_zones option;Provides the list of Amazon EC2 Availability Zones that instances in the cluster can be created in.
*)}Detailed information about a cluster.
type nonrec stop_db_cluster_message = {db_cluster_identifier : string_;The identifier of the cluster to stop. Example: docdb-2019-05-28-15-24-52
}The specified instance isn't in the available state.
type nonrec start_db_cluster_message = {db_cluster_identifier : string_;The identifier of the cluster to restart. Example: docdb-2019-05-28-15-24-52
}The requested source could not be found.
type nonrec source_ids_list = string_ listThe request would cause you to exceed the allowed number of snapshots.
You have exceeded the maximum number of accounts that you can share a manual DB snapshot with.
type nonrec serverless_v2_scaling_configuration = {max_capacity : double_optional option;The maximum number of Amazon DocumentDB capacity units (DCUs) for an instance in an Amazon DocumentDB Serverless cluster. You can specify DCU values in half-step increments, such as 32, 32.5, 33, and so on.
*)min_capacity : double_optional option;The minimum number of Amazon DocumentDB capacity units (DCUs) for an instance in an Amazon DocumentDB Serverless cluster. You can specify DCU values in half-step increments, such as 8, 8.5, 9, and so on.
*)}Sets the scaling configuration of an Amazon DocumentDB Serverless cluster.
type nonrec serverless_v2_features_support = {max_capacity : double_optional option;The maximum number of Amazon DocumentDB capacity units (DCUs) for an instance in an Amazon DocumentDB Serverless cluster. You can specify DCU values in half-step increments, such as 32, 32.5, 33, and so on.
*)min_capacity : double_optional option;The minimum number of Amazon DocumentDB capacity units (DCUs) for an instance in an Amazon DocumentDB Serverless cluster. You can specify DCU values in half-step increments, such as 8, 8.5, 9, and so on.
*)}Specifies any Amazon DocumentDB Serverless properties or limits that differ between Amazon DocumentDB engine versions. You can test the values of this attribute when deciding which Amazon DocumentDB version to use in a new or upgraded cluster. You can also retrieve the version of an existing cluster and check whether that version supports certain Amazon DocumentDB Serverless features before you attempt to use those features.
The SNS topic Amazon Resource Name (ARN) does not exist.
You do not have permission to publish to the SNS topic Amazon Resource Name (ARN).
Amazon SNS has responded that there is a problem with the specified topic.
type nonrec restore_db_cluster_to_point_in_time_message = {network_type : string_ option;The network type of the cluster.
The network type is determined by the DBSubnetGroup specified for the cluster. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).
For more information, see DocumentDB clusters in a VPC in the Amazon DocumentDB Developer Guide.
Valid Values: IPV4 | DUAL
storage_type : string_ option;The storage type to associate with the DB cluster.
For information on storage types for Amazon DocumentDB clusters, see Cluster storage configurations in the Amazon DocumentDB Developer Guide.
Valid values for storage type - standard | iopt1
Default value is standard
serverless_v2_scaling_configuration : serverless_v2_scaling_configuration
option;Contains the scaling configuration of an Amazon DocumentDB Serverless cluster.
*)deletion_protection : boolean_optional option;Specifies whether this cluster can be deleted. If DeletionProtection is enabled, the cluster cannot be deleted unless it is modified and DeletionProtection is disabled. DeletionProtection protects clusters from being accidentally deleted.
enable_cloudwatch_logs_exports : log_type_list option;A list of log types that must be enabled for exporting to Amazon CloudWatch Logs.
*)kms_key_id : string_ option;The KMS key identifier to use when restoring an encrypted cluster from an encrypted cluster.
The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are restoring a cluster with the same Amazon Web Services account that owns the KMS encryption key used to encrypt the new cluster, then you can use the KMS key alias instead of the ARN for the KMS encryption key.
You can restore to a new cluster and encrypt the new cluster with an KMS key that is different from the KMS key used to encrypt the source cluster. The new DB cluster is encrypted with the KMS key identified by the KmsKeyId parameter.
If you do not specify a value for the KmsKeyId parameter, then the following occurs:
If DBClusterIdentifier refers to a cluster that is not encrypted, then the restore request is rejected.
vpc_security_group_ids : vpc_security_group_id_list option;A list of VPC security groups that the new cluster belongs to.
*)db_subnet_group_name : string_ option;The subnet group name to use for the new cluster.
Constraints: If provided, must match the name of an existing DBSubnetGroup.
Example: mySubnetgroup
port : integer_optional option;The port number on which the new cluster accepts connections.
Constraints: Must be a value from 1150 to 65535.
Default: The default port for the engine.
*)use_latest_restorable_time : boolean_ option;A value that is set to true to restore the cluster to the latest restorable backup time, and false otherwise.
Default: false
Constraints: Cannot be specified if the RestoreToTime parameter is provided.
restore_to_time : t_stamp option;The date and time to restore the cluster to.
Valid values: A time in Universal Coordinated Time (UTC) format.
Constraints:
UseLatestRestorableTime parameter is not provided.UseLatestRestorableTime parameter is true.RestoreType parameter is copy-on-write.Example: 2015-03-07T23:45:00Z
source_db_cluster_identifier : string_;The identifier of the source cluster from which to restore.
Constraints:
DBCluster.restore_type : string_ option;The type of restore to be performed. You can specify one of the following values:
full-copy - The new DB cluster is restored as a full copy of the source DB cluster.copy-on-write - The new DB cluster is restored as a clone of the source DB cluster.Constraints: You can't specify copy-on-write if the engine version of the source DB cluster is earlier than 1.11.
If you don't specify a RestoreType value, then the new DB cluster is restored as a full copy of the source DB cluster.
db_cluster_identifier : string_;The name of the new cluster to be created.
Constraints:
}Represents the input to RestoreDBClusterToPointInTime.
The network type is not supported by either DBSubnetGroup or the DB engine version.
An error occurred when accessing an KMS key.
The subnet group doesn't cover all Availability Zones after it is created because of changes that were made.
The requested subnet is not valid, or multiple subnets were requested that are not all in a common virtual private cloud (VPC).
You cannot restore from a virtual private cloud (VPC) backup to a non-VPC DB instance.
The state of the snapshot doesn't allow deletion.
The provided value isn't a valid cluster snapshot state.
There is not enough storage available for the current action. You might be able to resolve this error by updating your subnet group to use different Availability Zones that have more storage available.
The cluster doesn't have enough capacity for the current operation.
DBSubnetGroupName doesn't refer to an existing subnet group.
DBClusterSnapshotIdentifier doesn't refer to an existing cluster snapshot.
The cluster can't be created because you have reached the maximum allowed quota of clusters.
You already have a cluster with the given identifier.
type nonrec restore_db_cluster_from_snapshot_message = {network_type : string_ option;The network type of the cluster.
The network type is determined by the DBSubnetGroup specified for the cluster. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).
For more information, see DocumentDB clusters in a VPC in the Amazon DocumentDB Developer Guide.
Valid Values: IPV4 | DUAL
storage_type : string_ option;The storage type to associate with the DB cluster.
For information on storage types for Amazon DocumentDB clusters, see Cluster storage configurations in the Amazon DocumentDB Developer Guide.
Valid values for storage type - standard | iopt1
Default value is standard
serverless_v2_scaling_configuration : serverless_v2_scaling_configuration
option;Contains the scaling configuration of an Amazon DocumentDB Serverless cluster.
*)db_cluster_parameter_group_name : string_ option;The name of the DB cluster parameter group to associate with this DB cluster.
Type: String. Required: No.
If this argument is omitted, the default DB cluster parameter group is used. If supplied, must match the name of an existing default DB cluster parameter group. The string must consist of from 1 to 255 letters, numbers or hyphens. Its first character must be a letter, and it cannot end with a hyphen or contain two consecutive hyphens.
*)deletion_protection : boolean_optional option;Specifies whether this cluster can be deleted. If DeletionProtection is enabled, the cluster cannot be deleted unless it is modified and DeletionProtection is disabled. DeletionProtection protects clusters from being accidentally deleted.
enable_cloudwatch_logs_exports : log_type_list option;A list of log types that must be enabled for exporting to Amazon CloudWatch Logs.
*)kms_key_id : string_ option;The KMS key identifier to use when restoring an encrypted cluster from a DB snapshot or cluster snapshot.
The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are restoring a cluster with the same Amazon Web Services account that owns the KMS encryption key used to encrypt the new cluster, then you can use the KMS key alias instead of the ARN for the KMS encryption key.
If you do not specify a value for the KmsKeyId parameter, then the following occurs:
SnapshotIdentifier is encrypted, then the restored cluster is encrypted using the KMS key that was used to encrypt the snapshot or the cluster snapshot.SnapshotIdentifier is not encrypted, then the restored DB cluster is not encrypted.vpc_security_group_ids : vpc_security_group_id_list option;A list of virtual private cloud (VPC) security groups that the new cluster will belong to.
*)db_subnet_group_name : string_ option;The name of the subnet group to use for the new cluster.
Constraints: If provided, must match the name of an existing DBSubnetGroup.
Example: mySubnetgroup
port : integer_optional option;The port number on which the new cluster accepts connections.
Constraints: Must be a value from 1150 to 65535.
Default: The same port as the original cluster.
*)engine_version : string_ option;The version of the database engine to use for the new cluster.
*)engine : string_;The database engine to use for the new cluster.
Default: The same as source.
Constraint: Must be compatible with the engine of the source.
*)snapshot_identifier : string_;The identifier for the snapshot or cluster snapshot to restore from.
You can use either the name or the Amazon Resource Name (ARN) to specify a cluster snapshot. However, you can use only the ARN to specify a snapshot.
Constraints:
db_cluster_identifier : string_;The name of the cluster to create from the snapshot or cluster snapshot. This parameter isn't case sensitive.
Constraints:
Example: my-snapshot-id
availability_zones : availability_zones option;Provides the list of Amazon EC2 Availability Zones that instances in the restored DB cluster can be created in.
*)}Represents the input to RestoreDBClusterFromSnapshot.
DBSnapshotIdentifier doesn't refer to an existing snapshot.
type nonrec pending_maintenance_action = {description : string_ option;A description providing more detail about the maintenance action.
*)current_apply_date : t_stamp option;The effective date when the pending maintenance action is applied to the resource.
*)opt_in_status : string_ option;Indicates the type of opt-in request that has been received for the resource.
*)forced_apply_date : t_stamp option;The date when the maintenance action is automatically applied. The maintenance action is applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.
auto_applied_after_date : t_stamp option;The date of the maintenance window when the action is applied. The maintenance action is applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.
action : string_ option;The type of pending maintenance action that is available for the resource.
*)}Provides information about a pending maintenance action for a resource.
type nonrec pending_maintenance_action_details =
pending_maintenance_action listtype nonrec resource_pending_maintenance_actions = {pending_maintenance_action_details : pending_maintenance_action_details option;A list that provides details about the pending maintenance actions for the resource.
*)resource_identifier : string_ option;The Amazon Resource Name (ARN) of the resource that has pending maintenance actions.
*)}Represents the output of ApplyPendingMaintenanceAction.
The specified resource ID was not found.
type nonrec parameter = {apply_method : apply_method option;Indicates when to apply parameter updates.
*)minimum_engine_version : string_ option;The earliest engine version to which the parameter can apply.
*)is_modifiable : boolean_ option;Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.
allowed_values : string_ option;Specifies the valid range of values for the parameter.
*)data_type : string_ option;Specifies the valid data type for the parameter.
*)apply_type : string_ option;Specifies the engine-specific parameters type.
*)source : string_ option;Indicates the source of the parameter value.
*)description : string_ option;Provides a description of the parameter.
*)parameter_value : string_ option;Specifies the value of the parameter. Must be one or more of the cluster parameter's AllowedValues in CSV format:
Valid values are:
enabled: The cluster accepts secure connections using TLS version 1.0 through 1.3.disabled: The cluster does not accept secure connections using TLS.fips-140-3: The cluster only accepts secure connections per the requirements of the Federal Information Processing Standards (FIPS) publication 140-3. Only supported starting with Amazon DocumentDB 5.0 (engine version 3.0.3727) clusters in these regions: ca-central-1, us-west-2, us-east-1, us-east-2, us-gov-east-1, us-gov-west-1.tls1.2+: The cluster accepts secure connections using TLS version 1.2 and above. Only supported starting with Amazon DocumentDB 4.0 (engine version 2.0.10980) and Amazon DocumentDB 5.0 (engine version 3.0.11051).tls1.3+: The cluster accepts secure connections using TLS version 1.3 and above. Only supported starting with Amazon DocumentDB 4.0 (engine version 2.0.10980) and Amazon DocumentDB 5.0 (engine version 3.0.11051).parameter_name : string_ option;Specifies the name of the parameter.
*)}Detailed information about an individual parameter.
type nonrec parameters_list = parameter listtype nonrec reset_db_cluster_parameter_group_message = {parameters : parameters_list option;A list of parameter names in the cluster parameter group to reset to the default values. You can't use this parameter if the ResetAllParameters parameter is set to true.
reset_all_parameters : boolean_ option;A value that is set to true to reset all parameters in the cluster parameter group to their default values, and false otherwise. You can't use this parameter if there is a list of parameter names specified for the Parameters parameter.
db_cluster_parameter_group_name : string_;The name of the cluster parameter group to reset.
*)}Represents the input to ResetDBClusterParameterGroup.
The parameter group is in use, or it is in a state that is not valid. If you are trying to delete the parameter group, you can't delete it when the parameter group is in this state.
DBParameterGroupName doesn't refer to an existing parameter group.
type nonrec db_cluster_parameter_group_name_message = {db_cluster_parameter_group_name : string_ option;The name of a cluster parameter group.
Constraints:
This value is stored as a lowercase string.
*)}Contains the name of a cluster parameter group.
type nonrec key_list = string_ listDBInstanceIdentifier doesn't refer to an existing instance.
type nonrec event_categories_list = string_ listtype nonrec event_subscription = {event_subscription_arn : string_ option;The Amazon Resource Name (ARN) for the event subscription.
*)enabled : boolean_ option;A Boolean value indicating whether the subscription is enabled. A value of true indicates that the subscription is enabled.
event_categories_list : event_categories_list option;A list of event categories for the Amazon DocumentDB event notification subscription.
*)source_ids_list : source_ids_list option;A list of source IDs for the Amazon DocumentDB event notification subscription.
*)source_type : string_ option;The source type for the Amazon DocumentDB event notification subscription.
*)subscription_creation_time : string_ option;The time at which the Amazon DocumentDB event notification subscription was created.
*)status : string_ option;The status of the Amazon DocumentDB event notification subscription.
Constraints:
Can be one of the following: creating, modifying, deleting, active, no-permission, topic-not-exist
The no-permission status indicates that Amazon DocumentDB no longer has permission to post to the SNS topic. The topic-not-exist status indicates that the topic was deleted after the subscription was created.
sns_topic_arn : string_ option;The topic ARN of the Amazon DocumentDB event notification subscription.
*)cust_subscription_id : string_ option;The Amazon DocumentDB event notification subscription ID.
*)customer_aws_id : string_ option;The Amazon Web Services customer account that is associated with the Amazon DocumentDB event notification subscription.
*)}Detailed information about an event to which you have subscribed.
type nonrec remove_source_identifier_from_subscription_result = {event_subscription : event_subscription option;}type nonrec remove_source_identifier_from_subscription_message = {source_identifier : string_;The source identifier to be removed from the subscription, such as the instance identifier for an instance, or the name of a security group.
*)subscription_name : string_;The name of the Amazon DocumentDB event notification subscription that you want to remove a source identifier from.
*)}Represents the input to RemoveSourceIdentifierFromSubscription.
type nonrec remove_from_global_cluster_message = {db_cluster_identifier : string_;The Amazon Resource Name (ARN) identifying the cluster that was detached from the Amazon DocumentDB global cluster.
*)global_cluster_identifier : global_cluster_identifier;The cluster identifier to detach from the Amazon DocumentDB global cluster.
*)}Represents the input to RemoveFromGlobalCluster.
type nonrec endpoint = {hosted_zone_id : string_ option;Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
*)port : integer option;Specifies the port that the database engine is listening on.
*)address : string_ option;Specifies the DNS address of the instance.
*)}Network information for accessing a cluster or instance. Client programs must specify a valid endpoint to access these Amazon DocumentDB resources.
type nonrec network_type_list = string_ listtype nonrec db_subnet_group = {supported_network_types : network_type_list option;The network type of the DB subnet group.
Valid Values: IPV4 | DUAL
A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).
db_subnet_group_arn : string_ option;The Amazon Resource Name (ARN) for the DB subnet group.
*)subnets : subnet_list option;Detailed information about one or more subnets within a subnet group.
*)subnet_group_status : string_ option;Provides the status of the subnet group.
*)vpc_id : string_ option;Provides the virtual private cloud (VPC) ID of the subnet group.
*)db_subnet_group_description : string_ option;Provides the description of the subnet group.
*)db_subnet_group_name : string_ option;The name of the subnet group.
*)}Detailed information about a subnet group.
type nonrec pending_cloudwatch_logs_exports = {log_types_to_disable : log_type_list option;Log types that are in the process of being enabled. After they are enabled, these log types are exported to Amazon CloudWatch Logs.
*)log_types_to_enable : log_type_list option;Log types that are in the process of being deactivated. After they are deactivated, these log types aren't exported to CloudWatch Logs.
*)}A list of the log types whose configuration is still pending. These log types are in the process of being activated or deactivated.
type nonrec pending_modified_values = {pending_cloudwatch_logs_exports : pending_cloudwatch_logs_exports option;A list of the log types whose configuration is still pending. These log types are in the process of being activated or deactivated.
*)db_subnet_group_name : string_ option;The new subnet group for the instance.
*)ca_certificate_identifier : string_ option;Specifies the identifier of the certificate authority (CA) certificate for the DB instance.
*)storage_type : string_ option;Specifies the storage type to be associated with the instance.
*)db_instance_identifier : string_ option;Contains the new DBInstanceIdentifier for the instance that will be applied or is currently being applied.
iops : integer_optional option;Specifies the new Provisioned IOPS value for the instance that will be applied or is currently being applied.
*)license_model : string_ option;The license model for the instance.
Valid values: license-included, bring-your-own-license, general-public-license
engine_version : string_ option;Indicates the database engine version.
*)multi_a_z : boolean_optional option;Indicates that the Single-AZ instance is to change to a Multi-AZ deployment.
*)backup_retention_period : integer_optional option;Specifies the pending number of days for which automated backups are retained.
*)port : integer_optional option;Specifies the pending port for the instance.
*)master_user_password : string_ option;Contains the pending or currently in-progress change of the master credentials for the instance.
*)allocated_storage : integer_optional option;Contains the new AllocatedStorage size for then instance that will be applied or is currently being applied.
db_instance_class : string_ option;Contains the new DBInstanceClass for the instance that will be applied or is currently being applied.
}One or more modified settings for an instance. These modified settings have been requested, but haven't been applied yet.
type nonrec db_instance_status_info = {message : string_ option;Details of the error if there is an error for the instance. If the instance is not in an error state, this value is blank.
*)status : string_ option;Status of the instance. For a StatusType of read replica, the values can be replicating, error, stopped, or terminated.
normal : boolean_ option;A Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.
status_type : string_ option;This value is currently "read replication."
}Provides a list of status information for an instance.
type nonrec db_instance_status_info_list = db_instance_status_info listtype nonrec certificate_details = {valid_till : t_stamp option;The expiration date of the DB instance’s server certificate.
*)ca_identifier : string_ option;The CA identifier of the CA certificate used for the DB instance's server certificate.
*)}Returns the details of the DB instance’s server certificate.
For more information, see Updating Your Amazon DocumentDB TLS Certificates and Encrypting Data in Transit in the Amazon DocumentDB Developer Guide.
type nonrec db_instance = {performance_insights_kms_key_id : string_ option;The KMS key identifier for encryption of Performance Insights data. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.
*)performance_insights_enabled : boolean_optional option;Set to true if Amazon RDS Performance Insights is enabled for the DB instance, and otherwise false.
certificate_details : certificate_details option;The details of the DB instance's server certificate.
*)enabled_cloudwatch_logs_exports : log_type_list option;A list of log types that this instance is configured to export to CloudWatch Logs.
*)db_instance_arn : string_ option;The Amazon Resource Name (ARN) for the instance.
*)promotion_tier : integer_optional option;A value that specifies the order in which an Amazon DocumentDB replica is promoted to the primary instance after a failure of the existing primary instance.
*)ca_certificate_identifier : string_ option;The identifier of the CA certificate for this DB instance.
*)dbi_resource_id : string_ option;The Amazon Web Services Region-unique, immutable identifier for the instance. This identifier is found in CloudTrail log entries whenever the KMS key for the instance is accessed.
*)kms_key_id : string_ option;If StorageEncrypted is true, the KMS key identifier for the encrypted instance.
storage_encrypted : boolean_ option;Specifies whether or not the instance is encrypted.
*)db_cluster_identifier : string_ option;Contains the name of the cluster that the instance is a member of if the instance is a member of a cluster.
*)status_infos : db_instance_status_info_list option;The status of a read replica. If the instance is not a read replica, this is blank.
*)publicly_accessible : boolean_ option;Not supported. Amazon DocumentDB does not currently support public endpoints. The value of PubliclyAccessible is always false.
auto_minor_version_upgrade : boolean_ option;Does not apply. This parameter does not apply to Amazon DocumentDB. Amazon DocumentDB does not perform minor version upgrades regardless of the value set.
*)engine_version : string_ option;Indicates the database engine version.
*)latest_restorable_time : t_stamp option;Specifies the latest time to which a database can be restored with point-in-time restore.
*)pending_modified_values : pending_modified_values option;Specifies that changes to the instance are pending. This element is included only when changes are pending. Specific changes are identified by subelements.
*)preferred_maintenance_window : string_ option;Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
*)db_subnet_group : db_subnet_group option;Specifies information on the subnet group that is associated with the instance, including the name, description, and subnets in the subnet group.
*)availability_zone : string_ option;Specifies the name of the Availability Zone that the instance is located in.
*)vpc_security_groups : vpc_security_group_membership_list option;Provides a list of VPC security group elements that the instance belongs to.
*)backup_retention_period : integer option;Specifies the number of days for which automatic snapshots are retained.
*)preferred_backup_window : string_ option;Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.
instance_create_time : t_stamp option;Provides the date and time that the instance was created.
*)endpoint : endpoint option;Specifies the connection endpoint.
*)db_instance_status : string_ option;Specifies the current state of this database.
*)engine : string_ option;Provides the name of the database engine to be used for this instance.
*)db_instance_class : string_ option;Contains the name of the compute and memory capacity class of the instance.
*)db_instance_identifier : string_ option;Contains a user-provided database identifier. This identifier is the unique key that identifies an instance.
*)}Detailed information about an instance.
type nonrec reboot_db_instance_message = {force_failover : boolean_optional option;When true, the reboot is conducted through a Multi-AZ failover.
Constraint: You can't specify true if the instance is not configured for Multi-AZ.
db_instance_identifier : string_;The instance identifier. This parameter is stored as a lowercase string.
Constraints:
DBInstance.}Represents the input to RebootDBInstance.
type nonrec pending_maintenance_actions =
resource_pending_maintenance_actions listtype nonrec pending_maintenance_actions_message = {marker : string_ option;An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
pending_maintenance_actions : pending_maintenance_actions option;The maintenance actions to be applied.
*)}Represents the output of DescribePendingMaintenanceActions.
type nonrec availability_zone_list = availability_zone listtype nonrec orderable_db_instance_option = {storage_type : string_ option;The storage type to associate with the DB cluster
*)vpc : boolean_ option;Indicates whether an instance is in a virtual private cloud (VPC).
*)availability_zones : availability_zone_list option;A list of Availability Zones for an instance.
*)license_model : string_ option;The license model for an instance.
*)db_instance_class : string_ option;The instance class for an instance.
*)engine_version : string_ option;The engine version of an instance.
*)engine : string_ option;The engine type of an instance.
*)}The options that are available for an instance.
type nonrec orderable_db_instance_options_list =
orderable_db_instance_option listtype nonrec orderable_db_instance_options_message = {marker : string_ option;An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
orderable_db_instance_options : orderable_db_instance_options_list option;The options that are available for a particular orderable instance.
*)}Represents the output of DescribeOrderableDBInstanceOptions.
type nonrec modify_global_cluster_message = {deletion_protection : boolean_optional option;Indicates if the global cluster has deletion protection enabled. The global cluster can't be deleted when deletion protection is enabled.
*)new_global_cluster_identifier : global_cluster_identifier option;The new identifier for a global cluster when you modify a global cluster. This value is stored as a lowercase string.
Must contain from 1 to 63 letters, numbers, or hyphens
The first character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
Example: my-cluster2
global_cluster_identifier : global_cluster_identifier;The identifier for the global cluster being modified. This parameter isn't case-sensitive.
Constraints:
}Represents the input to ModifyGlobalCluster.
type nonrec modify_event_subscription_message = {enabled : boolean_optional option;A Boolean value; set to true to activate the subscription.
event_categories : event_categories_list option;A list of event categories for a SourceType that you want to subscribe to.
source_type : string_ option;The type of source that is generating the events. For example, if you want to be notified of events generated by an instance, set this parameter to db-instance. If this value is not specified, all events are returned.
Valid values: db-instance, db-parameter-group, db-security-group
sns_topic_arn : string_ option;The Amazon Resource Name (ARN) of the SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
*)subscription_name : string_;The name of the Amazon DocumentDB event notification subscription.
*)}Represents the input to ModifyEventSubscription.
You have reached the maximum number of event subscriptions.
type nonrec modify_db_subnet_group_message = {subnet_ids : subnet_identifier_list;The Amazon EC2 subnet IDs for the subnet group.
*)db_subnet_group_description : string_ option;The description for the subnet group.
*)db_subnet_group_name : string_;The name for the subnet group. This value is stored as a lowercase string. You can't modify the default subnet group.
Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.
Example: mySubnetgroup
}Represents the input to ModifyDBSubnetGroup.
The request would cause you to exceed the allowed number of subnets in a subnet group.
Subnets in the subnet group should cover at least two Availability Zones unless there is only one Availability Zone.
type nonrec modify_db_instance_message = {certificate_rotation_restart : boolean_optional option;Specifies whether the DB instance is restarted when you rotate your SSL/TLS certificate.
By default, the DB instance is restarted when you rotate your SSL/TLS certificate. The certificate is not updated until the DB instance is restarted.
Set this parameter only if you are not using SSL/TLS to connect to the DB instance.
If you are using SSL/TLS to connect to the DB instance, see Updating Your Amazon DocumentDB TLS Certificates and Encrypting Data in Transit in the Amazon DocumentDB Developer Guide.
*)performance_insights_kms_key_id : string_ option;The KMS key identifier for encryption of Performance Insights data.
The KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon DocumentDB uses your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services region.
*)enable_performance_insights : boolean_optional option;A value that indicates whether to enable Performance Insights for the DB Instance. For more information, see Using Amazon Performance Insights.
*)promotion_tier : integer_optional option;A value that specifies the order in which an Amazon DocumentDB replica is promoted to the primary instance after a failure of the existing primary instance.
Default: 1
Valid values: 0-15
*)ca_certificate_identifier : string_ option;Indicates the certificate that needs to be associated with the instance.
*)new_db_instance_identifier : string_ option;The new instance identifier for the instance when renaming an instance. When you change the instance identifier, an instance reboot occurs immediately if you set Apply Immediately to true. It occurs during the next maintenance window if you set Apply Immediately to false. This value is stored as a lowercase string.
Constraints:
Example: mydbinstance
auto_minor_version_upgrade : boolean_optional option;This parameter does not apply to Amazon DocumentDB. Amazon DocumentDB does not perform minor version upgrades regardless of the value set.
*)preferred_maintenance_window : string_ option;The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter doesn't result in an outage except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, changing this parameter causes a reboot of the instance. If you are moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure that pending changes are applied.
Default: Uses existing setting.
Format: ddd:hh24:mi-ddd:hh24:mi
Valid days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Must be at least 30 minutes.
*)apply_immediately : boolean_ option;Specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the instance.
If this parameter is set to false, changes to the instance are applied during the next maintenance window. Some parameter changes can cause an outage and are applied on the next reboot.
Default: false
db_instance_class : string_ option;The new compute and memory capacity of the instance; for example, db.r5.large. Not all instance classes are available in all Amazon Web Services Regions.
If you modify the instance class, an outage occurs during the change. The change is applied during the next maintenance window, unless ApplyImmediately is specified as true for this request.
Default: Uses existing setting.
*)db_instance_identifier : string_;The instance identifier. This value is stored as a lowercase string.
Constraints:
DBInstance.}Represents the input to ModifyDBInstance.
The state of the security group doesn't allow deletion.
The specified instance class isn't available in the specified Availability Zone.
The upgrade failed because a resource that the depends on can't be modified.
DBSecurityGroupName doesn't refer to an existing security group.
You already have a instance with the given identifier.
CertificateIdentifier doesn't refer to an existing certificate.
The specified CIDR IP or Amazon EC2 security group isn't authorized for the specified security group.
Amazon DocumentDB also might not be authorized to perform necessary actions on your behalf using IAM.
type nonrec attribute_value_list = string_ listtype nonrec db_cluster_snapshot_attribute = {attribute_values : attribute_value_list option;The values for the manual cluster snapshot attribute.
If the AttributeName field is set to restore, then this element returns a list of IDs of the Amazon Web Services accounts that are authorized to copy or restore the manual cluster snapshot. If a value of all is in the list, then the manual cluster snapshot is public and available for any Amazon Web Services account to copy or restore.
attribute_name : string_ option;The name of the manual cluster snapshot attribute.
The attribute named restore refers to the list of Amazon Web Services accounts that have permission to copy or restore the manual cluster snapshot.
}Contains the name and values of a manual cluster snapshot attribute.
Manual cluster snapshot attributes are used to authorize other Amazon Web Services accounts to restore a manual cluster snapshot.
type nonrec db_cluster_snapshot_attribute_list =
db_cluster_snapshot_attribute listtype nonrec db_cluster_snapshot_attributes_result = {db_cluster_snapshot_attributes : db_cluster_snapshot_attribute_list option;The list of attributes and values for the cluster snapshot.
*)db_cluster_snapshot_identifier : string_ option;The identifier of the cluster snapshot that the attributes apply to.
*)}Detailed information about the attributes that are associated with a cluster snapshot.
type nonrec modify_db_cluster_snapshot_attribute_result = {db_cluster_snapshot_attributes_result : db_cluster_snapshot_attributes_result
option;}type nonrec modify_db_cluster_snapshot_attribute_message = {values_to_remove : attribute_value_list option;A list of cluster snapshot attributes to remove from the attribute specified by AttributeName.
To remove authorization for other Amazon Web Services accounts to copy or restore a manual cluster snapshot, set this list to include one or more Amazon Web Services account identifiers. To remove authorization for any Amazon Web Services account to copy or restore the cluster snapshot, set it to all . If you specify all, an Amazon Web Services account whose account ID is explicitly added to the restore attribute can still copy or restore a manual cluster snapshot.
values_to_add : attribute_value_list option;A list of cluster snapshot attributes to add to the attribute specified by AttributeName.
To authorize other Amazon Web Services accounts to copy or restore a manual cluster snapshot, set this list to include one or more Amazon Web Services account IDs. To make the manual cluster snapshot restorable by any Amazon Web Services account, set it to all. Do not add the all value for any manual cluster snapshots that contain private information that you don't want to be available to all Amazon Web Services accounts.
attribute_name : string_;The name of the cluster snapshot attribute to modify.
To manage authorization for other Amazon Web Services accounts to copy or restore a manual cluster snapshot, set this value to restore.
db_cluster_snapshot_identifier : string_;The identifier for the cluster snapshot to modify the attributes for.
*)}Represents the input to ModifyDBClusterSnapshotAttribute.
type nonrec modify_db_cluster_parameter_group_message = {parameters : parameters_list;A list of parameters in the cluster parameter group to modify.
*)db_cluster_parameter_group_name : string_;The name of the cluster parameter group to modify.
*)}Represents the input to ModifyDBClusterParameterGroup.
type nonrec cloudwatch_logs_export_configuration = {disable_log_types : log_type_list option;The list of log types to disable.
*)enable_log_types : log_type_list option;The list of log types to enable.
*)}The configuration setting for the log types to be enabled for export to Amazon CloudWatch Logs for a specific instance or cluster.
The EnableLogTypes and DisableLogTypes arrays determine which logs are exported (or not exported) to CloudWatch Logs. The values within these arrays depend on the engine that is being used.
type nonrec modify_db_cluster_message = {network_type : string_ option;The network type of the cluster.
The network type is determined by the DBSubnetGroup specified for the cluster. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).
For more information, see DocumentDB clusters in a VPC in the Amazon DocumentDB Developer Guide.
Valid Values: IPV4 | DUAL
rotate_master_user_password : boolean_optional option;Specifies whether to rotate the secret managed by Amazon Web Services Secrets Manager for the master user password.
This setting is valid only if the master user password is managed by Amazon DocumentDB in Amazon Web Services Secrets Manager for the cluster. The secret value contains the updated password.
Constraint: You must apply the change immediately when rotating the master user password.
*)master_user_secret_kms_key_id : string_ option;The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager.
This setting is valid only if both of the following conditions are met:
ManageMasterUserPassword to manage the master user password in Amazon Web Services Secrets Manager. If you are turning on ManageMasterUserPassword and don't specify MasterUserSecretKmsKeyId, then the aws/secretsmanager KMS key is used to encrypt the secret. If the secret is in a different Amazon Web Services account, then you can't use the aws/secretsmanager KMS key to encrypt the secret, and you must use a customer managed KMS key.The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.
There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.
*)manage_master_user_password : boolean_optional option;Specifies whether to manage the master user password with Amazon Web Services Secrets Manager. If the cluster doesn't manage the master user password with Amazon Web Services Secrets Manager, you can turn on this management. In this case, you can't specify MasterUserPassword. If the cluster already manages the master user password with Amazon Web Services Secrets Manager, and you specify that the master user password is not managed with Amazon Web Services Secrets Manager, then you must specify MasterUserPassword. In this case, Amazon DocumentDB deletes the secret and uses the new password for the master user specified by MasterUserPassword.
serverless_v2_scaling_configuration : serverless_v2_scaling_configuration
option;Contains the scaling configuration of an Amazon DocumentDB Serverless cluster.
*)storage_type : string_ option;The storage type to associate with the DB cluster.
For information on storage types for Amazon DocumentDB clusters, see Cluster storage configurations in the Amazon DocumentDB Developer Guide.
Valid values for storage type - standard | iopt1
Default value is standard
deletion_protection : boolean_optional option;Specifies whether this cluster can be deleted. If DeletionProtection is enabled, the cluster cannot be deleted unless it is modified and DeletionProtection is disabled. DeletionProtection protects clusters from being accidentally deleted.
allow_major_version_upgrade : boolean_ option;A value that indicates whether major version upgrades are allowed.
Constraints:
EngineVersion parameter that is a different major version than the cluster's current version.ModifyDBCluster API call after the in-place MVU completes.Performing an MVU directly impacts the following parameters:
MasterUserPasswordNewDBClusterIdentifierVpcSecurityGroupIdsPortengine_version : string_ option;The version number of the database engine to which you want to upgrade. Changing this parameter results in an outage. The change is applied during the next maintenance window unless ApplyImmediately is enabled.
To list all of the available engine versions for Amazon DocumentDB use the following command:
aws docdb describe-db-engine-versions --engine docdb --query "DBEngineVersions[].EngineVersion"
cloudwatch_logs_export_configuration : cloudwatch_logs_export_configuration
option;The configuration setting for the log types to be enabled for export to Amazon CloudWatch Logs for a specific instance or cluster. The EnableLogTypes and DisableLogTypes arrays determine which logs are exported (or not exported) to CloudWatch Logs.
preferred_maintenance_window : string_ option;The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format: ddd:hh24:mi-ddd:hh24:mi
The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week.
Valid days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
*)preferred_backup_window : string_ option;The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter.
The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region.
Constraints:
hh24:mi-hh24:mi.master_user_password : string_ option;The password for the master database user. This password can contain any printable ASCII character except forward slash (/), double quote ("), or the "at" symbol (@).
Constraints: Must contain from 8 to 100 characters.
*)port : integer_optional option;The port number on which the cluster accepts connections.
Constraints: Must be a value from 1150 to 65535.
Default: The same port as the original cluster.
*)vpc_security_group_ids : vpc_security_group_id_list option;A list of virtual private cloud (VPC) security groups that the cluster will belong to.
*)db_cluster_parameter_group_name : string_ option;The name of the cluster parameter group to use for the cluster.
*)backup_retention_period : integer_optional option;The number of days for which automated backups are retained. You must specify a minimum value of 1.
Default: 1
Constraints:
apply_immediately : boolean_ option;A value that specifies whether the changes in this request and any pending changes are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster. If this parameter is set to false, changes to the cluster are applied during the next maintenance window.
The ApplyImmediately parameter affects only the NewDBClusterIdentifier and MasterUserPassword values. If you set this parameter value to false, the changes to the NewDBClusterIdentifier and MasterUserPassword values are applied during the next maintenance window. All other changes are applied immediately, regardless of the value of the ApplyImmediately parameter.
Default: false
new_db_cluster_identifier : string_ option;The new cluster identifier for the cluster when renaming a cluster. This value is stored as a lowercase string.
Constraints:
Example: my-cluster2
db_cluster_identifier : string_;The cluster identifier for the cluster that is being modified. This parameter is not case sensitive.
Constraints:
DBCluster.}Represents the input to ModifyDBCluster.
The subnet group can't be deleted because it's in use.
DBClusterParameterGroupName doesn't refer to an existing cluster parameter group.
type nonrec filter_value_list = string_ listtype nonrec filter = {values : filter_value_list;One or more filter values. Filter values are case sensitive.
*)name : string_;The name of the filter. Filter names are case sensitive.
*)}A named set of filter values, used to return a more specific list of results. You can use a filter to match a set of resources by specific criteria, such as IDs.
Wildcards are not supported in filters.
type nonrec filter_list = filter listSomeone else might be modifying a subscription. Wait a few seconds, and try again.
The subnet isn't in the available state.
The request would cause you to exceed the allowed number of instances.
type nonrec global_cluster_list = global_cluster listtype nonrec global_clusters_message = {global_clusters : global_cluster_list option;marker : string_ option;}The number of global clusters for this account is already at the maximum allowed.
The GlobalClusterIdentifier already exists. Choose a new global cluster identifier (unique name) to create a new global cluster.
type nonrec failover_global_cluster_message = {switchover : boolean_optional option;Specifies whether to switch over this global database cluster.
Constraints:
AllowDataLoss parameter.allow_data_loss : boolean_optional option;Specifies whether to allow data loss for this global cluster operation. Allowing data loss triggers a global failover operation.
If you don't specify AllowDataLoss, the global cluster operation defaults to a switchover.
Constraints:
Switchover parameter.target_db_cluster_identifier : db_cluster_identifier;The identifier of the secondary Amazon DocumentDB cluster that you want to promote to the primary for the global cluster. Use the Amazon Resource Name (ARN) for the identifier so that Amazon DocumentDB can locate the cluster in its Amazon Web Services region.
Constraints:
Pattern: [A-Za-z][0-9A-Za-z-:._]*
global_cluster_identifier : global_cluster_identifier;The identifier of the Amazon DocumentDB global cluster to apply this operation. The identifier is the unique key assigned by the user when the cluster is created. In other words, it's the name of the global cluster.
Constraints:
Pattern: [A-Za-z][0-9A-Za-z-:._]*
}type nonrec failover_db_cluster_message = {target_db_instance_identifier : string_ option;The name of the instance to promote to the primary instance.
You must specify the instance identifier for an Amazon DocumentDB replica in the cluster. For example, mydbcluster-replica1.
db_cluster_identifier : string_ option;A cluster identifier to force a failover for. This parameter is not case sensitive.
Constraints:
DBCluster.}Represents the input to FailoverDBCluster.
type nonrec event = {source_arn : string_ option;The Amazon Resource Name (ARN) for the event.
*)date : t_stamp option;Specifies the date and time of the event.
*)event_categories : event_categories_list option;Specifies the category for the event.
*)message : string_ option;Provides the text of this event.
*)source_type : source_type option;Specifies the source type for this event.
*)source_identifier : string_ option;Provides the identifier for the source of the event.
*)}Detailed information about an event.
type nonrec event_list = event listtype nonrec events_message = {events : event_list option;Detailed information about one or more events.
*)marker : string_ option;An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
}Represents the output of DescribeEvents.
type nonrec event_subscriptions_list = event_subscription listtype nonrec event_subscriptions_message = {event_subscriptions_list : event_subscriptions_list option;A list of event subscriptions.
*)marker : string_ option;An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
}Represents the output of DescribeEventSubscriptions.
type nonrec event_categories_map = {event_categories : event_categories_list option;The event categories for the specified source type.
*)source_type : string_ option;The source type that the returned categories belong to.
*)}An event source type, accompanied by one or more event category names.
type nonrec event_categories_map_list = event_categories_map listtype nonrec event_categories_message = {event_categories_map_list : event_categories_map_list option;A list of event category maps.
*)}Represents the output of DescribeEventCategories.
type nonrec engine_defaults = {parameters : parameters_list option;The parameters of a particular cluster parameter group family.
*)marker : string_ option;An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
db_parameter_group_family : string_ option;The name of the cluster parameter group family to return the engine parameter information for.
*)}Contains the result of a successful invocation of the DescribeEngineDefaultClusterParameters operation.
type nonrec describe_pending_maintenance_actions_message = {max_records : integer_optional option;The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token (marker) is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
*)marker : string_ option;An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
filters : filter_list option;A filter that specifies one or more resources to return pending maintenance actions for.
Supported filters:
db-cluster-id - Accepts cluster identifiers and cluster Amazon Resource Names (ARNs). The results list includes only pending maintenance actions for the clusters identified by these ARNs.db-instance-id - Accepts instance identifiers and instance ARNs. The results list includes only pending maintenance actions for the DB instances identified by these ARNs.resource_identifier : string_ option;The ARN of a resource to return pending maintenance actions for.
*)}Represents the input to DescribePendingMaintenanceActions.
type nonrec describe_orderable_db_instance_options_message = {marker : string_ option;An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
max_records : integer_optional option;The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token (marker) is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
*)filters : filter_list option;This parameter is not currently supported.
*)vpc : boolean_optional option;The virtual private cloud (VPC) filter value. Specify this parameter to show only the available VPC or non-VPC offerings.
*)license_model : string_ option;The license model filter value. Specify this parameter to show only the available offerings that match the specified license model.
*)db_instance_class : string_ option;The instance class filter value. Specify this parameter to show only the available offerings that match the specified instance class.
*)engine_version : string_ option;The engine version filter value. Specify this parameter to show only the available offerings that match the specified engine version.
*)engine : string_;The name of the engine to retrieve instance options for.
*)}Represents the input to DescribeOrderableDBInstanceOptions.
type nonrec describe_global_clusters_message = {marker : string_ option;An optional pagination token provided by a previous DescribeGlobalClusters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
max_records : integer_optional option;The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.
filters : filter_list option;A filter that specifies one or more global DB clusters to describe.
Supported filters: db-cluster-id accepts cluster identifiers and cluster Amazon Resource Names (ARNs). The results list will only include information about the clusters identified by these ARNs.
global_cluster_identifier : global_cluster_identifier option;The user-supplied cluster identifier. If this parameter is specified, information from only the specific cluster is returned. This parameter isn't case-sensitive.
*)}type nonrec describe_events_message = {marker : string_ option;An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
max_records : integer_optional option;The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token (marker) is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
*)filters : filter_list option;This parameter is not currently supported.
*)event_categories : event_categories_list option;A list of event categories that trigger notifications for an event notification subscription.
*)duration : integer_optional option;The number of minutes to retrieve events for.
Default: 60
*)end_time : t_stamp option;The end of the time interval for which to retrieve events, specified in ISO 8601 format.
Example: 2009-07-08T18:00Z
*)start_time : t_stamp option;The beginning of the time interval to retrieve events for, specified in ISO 8601 format.
Example: 2009-07-08T18:00Z
*)source_type : source_type option;The event source to retrieve events for. If no value is specified, all events are returned.
*)source_identifier : string_ option;The identifier of the event source for which events are returned. If not specified, then all sources are included in the response.
Constraints:
SourceIdentifier is provided, SourceType must also be provided.DBInstance, a DBInstanceIdentifier must be provided.DBSecurityGroup, a DBSecurityGroupName must be provided.DBParameterGroup, a DBParameterGroupName must be provided.DBSnapshot, a DBSnapshotIdentifier must be provided.}Represents the input to DescribeEvents.
type nonrec describe_event_subscriptions_message = {marker : string_ option;An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
max_records : integer_optional option;The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token (marker) is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
*)filters : filter_list option;This parameter is not currently supported.
*)subscription_name : string_ option;The name of the Amazon DocumentDB event notification subscription that you want to describe.
*)}Represents the input to DescribeEventSubscriptions.
type nonrec describe_event_categories_message = {filters : filter_list option;This parameter is not currently supported.
*)source_type : string_ option;The type of source that is generating the events.
Valid values: db-instance, db-parameter-group, db-security-group
}Represents the input to DescribeEventCategories.
type nonrec describe_engine_default_cluster_parameters_result = {engine_defaults : engine_defaults option;}type nonrec describe_engine_default_cluster_parameters_message = {marker : string_ option;An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
max_records : integer_optional option;The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token (marker) is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
*)filters : filter_list option;This parameter is not currently supported.
*)db_parameter_group_family : string_;The name of the cluster parameter group family to return the engine parameter information for.
*)}Represents the input to DescribeEngineDefaultClusterParameters.
type nonrec describe_db_subnet_groups_message = {marker : string_ option;An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
max_records : integer_optional option;The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token (marker) is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
*)filters : filter_list option;This parameter is not currently supported.
*)db_subnet_group_name : string_ option;The name of the subnet group to return details for.
*)}Represents the input to DescribeDBSubnetGroups.
type nonrec db_subnet_groups = db_subnet_group listtype nonrec db_subnet_group_message = {db_subnet_groups : db_subnet_groups option;Detailed information about one or more subnet groups.
*)marker : string_ option;An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
}Represents the output of DescribeDBSubnetGroups.
type nonrec describe_db_instances_message = {marker : string_ option;An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
max_records : integer_optional option;The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token (marker) is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
*)filters : filter_list option;A filter that specifies one or more instances to describe.
Supported filters:
db-cluster-id - Accepts cluster identifiers and cluster Amazon Resource Names (ARNs). The results list includes only the information about the instances that are associated with the clusters that are identified by these ARNs.db-instance-id - Accepts instance identifiers and instance ARNs. The results list includes only the information about the instances that are identified by these ARNs.db_instance_identifier : string_ option;The user-provided instance identifier. If this parameter is specified, information from only the specific instance is returned. This parameter isn't case sensitive.
Constraints:
DBInstance.}Represents the input to DescribeDBInstances.
type nonrec db_instance_list = db_instance listtype nonrec db_instance_message = {db_instances : db_instance_list option;Detailed information about one or more instances.
*)marker : string_ option;An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
}Represents the output of DescribeDBInstances.
type nonrec describe_db_engine_versions_message = {list_supported_timezones : boolean_optional option;If this parameter is specified and the requested engine supports the TimeZone parameter for CreateDBInstance, the response includes a list of supported time zones for each engine version.
list_supported_character_sets : boolean_optional option;If this parameter is specified and the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.
default_only : boolean_ option;Indicates that only the default version of the specified engine or engine and major version combination is returned.
*)marker : string_ option;An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
max_records : integer_optional option;The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token (marker) is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
*)filters : filter_list option;This parameter is not currently supported.
*)db_parameter_group_family : string_ option;The name of a specific parameter group family to return details for.
Constraints:
DBParameterGroupFamily.engine_version : string_ option;The database engine version to return.
Example: 3.6.0
engine : string_ option;The database engine to return.
*)}Represents the input to DescribeDBEngineVersions.
type nonrec ca_certificate_identifiers_list = string_ listtype nonrec db_engine_version = {serverless_v2_features_support : serverless_v2_features_support option;Specifies any Amazon DocumentDB Serverless properties or limits that differ between Amazon DocumentDB engine versions. You can test the values of this attribute when deciding which Amazon DocumentDB version to use in a new or upgraded cluster. You can also retrieve the version of an existing cluster and check whether that version supports certain Amazon DocumentDB Serverless features before you attempt to use those features.
*)supports_certificate_rotation_without_restart : boolean_optional option;Indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.
*)supported_ca_certificate_identifiers : ca_certificate_identifiers_list option;A list of the supported CA certificate identifiers.
For more information, see Updating Your Amazon DocumentDB TLS Certificates and Encrypting Data in Transit in the Amazon DocumentDB Developer Guide.
*)supports_log_exports_to_cloudwatch_logs : boolean_ option;A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.
exportable_log_types : log_type_list option;The types of logs that the database engine has available for export to Amazon CloudWatch Logs.
*)valid_upgrade_target : valid_upgrade_target_list option;A list of engine versions that this database engine version can be upgraded to.
*)db_engine_version_description : string_ option;The description of the database engine version.
*)db_engine_description : string_ option;The description of the database engine.
*)db_parameter_group_family : string_ option;The name of the parameter group family for the database engine.
*)engine_version : string_ option;The version number of the database engine.
*)engine : string_ option;The name of the database engine.
*)}Detailed information about an engine version.
type nonrec db_engine_version_list = db_engine_version listtype nonrec db_engine_version_message = {db_engine_versions : db_engine_version_list option;Detailed information about one or more engine versions.
*)marker : string_ option;An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
}Represents the output of DescribeDBEngineVersions.
type nonrec describe_db_clusters_message = {marker : string_ option;An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
max_records : integer_optional option;The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token (marker) is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
*)filters : filter_list option;A filter that specifies one or more clusters to describe.
Supported filters:
db-cluster-id - Accepts cluster identifiers and cluster Amazon Resource Names (ARNs). The results list only includes information about the clusters identified by these ARNs.db_cluster_identifier : string_ option;The user-provided cluster identifier. If this parameter is specified, information from only the specific cluster is returned. This parameter isn't case sensitive.
Constraints:
DBClusterIdentifier.}Represents the input to DescribeDBClusters.
type nonrec db_cluster_list = db_cluster listtype nonrec db_cluster_message = {db_clusters : db_cluster_list option;A list of clusters.
*)marker : string_ option;An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
}Represents the output of DescribeDBClusters.
type nonrec describe_db_cluster_snapshots_message = {include_public : boolean_ option;Set to true to include manual cluster snapshots that are public and can be copied or restored by any Amazon Web Services account, and otherwise false. The default is false.
marker : string_ option;An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
max_records : integer_optional option;The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token (marker) is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
*)filters : filter_list option;This parameter is not currently supported.
*)snapshot_type : string_ option;The type of cluster snapshots to be returned. You can specify one of the following values:
automated - Return all cluster snapshots that Amazon DocumentDB has automatically created for your Amazon Web Services account.manual - Return all cluster snapshots that you have manually created for your Amazon Web Services account.shared - Return all manual cluster snapshots that have been shared to your Amazon Web Services account.public - Return all cluster snapshots that have been marked as public.If you don't specify a SnapshotType value, then both automated and manual cluster snapshots are returned. You can include shared cluster snapshots with these results by setting the IncludeShared parameter to true. You can include public cluster snapshots with these results by setting theIncludePublic parameter to true.
The IncludeShared and IncludePublic parameters don't apply for SnapshotType values of manual or automated. The IncludePublic parameter doesn't apply when SnapshotType is set to shared. The IncludeShared parameter doesn't apply when SnapshotType is set to public.
db_cluster_snapshot_identifier : string_ option;A specific cluster snapshot identifier to describe. This parameter can't be used with the DBClusterIdentifier parameter. This value is stored as a lowercase string.
Constraints:
DBClusterSnapshot.SnapshotType parameter must also be specified.db_cluster_identifier : string_ option;The ID of the cluster to retrieve the list of cluster snapshots for. This parameter can't be used with the DBClusterSnapshotIdentifier parameter. This parameter is not case sensitive.
Constraints:
DBCluster.}Represents the input to DescribeDBClusterSnapshots.
type nonrec db_cluster_snapshot = {storage_type : string_ option;Storage type associated with your cluster snapshot
For information on storage types for Amazon DocumentDB clusters, see Cluster storage configurations in the Amazon DocumentDB Developer Guide.
Valid values for storage type - standard | iopt1
Default value is standard
source_db_cluster_snapshot_arn : string_ option;If the cluster snapshot was copied from a source cluster snapshot, the ARN for the source cluster snapshot; otherwise, a null value.
*)db_cluster_snapshot_arn : string_ option;The Amazon Resource Name (ARN) for the cluster snapshot.
*)kms_key_id : string_ option;If StorageEncrypted is true, the KMS key identifier for the encrypted cluster snapshot.
storage_encrypted : boolean_ option;Specifies whether the cluster snapshot is encrypted.
*)percent_progress : integer option;Specifies the percentage of the estimated data that has been transferred.
*)snapshot_type : string_ option;Provides the type of the cluster snapshot.
*)engine_version : string_ option;Provides the version of the database engine for this cluster snapshot.
*)master_username : string_ option;Provides the master user name for the cluster snapshot.
*)cluster_create_time : t_stamp option;Specifies the time when the cluster was created, in Universal Coordinated Time (UTC).
*)vpc_id : string_ option;Provides the virtual private cloud (VPC) ID that is associated with the cluster snapshot.
*)port : integer option;Specifies the port that the cluster was listening on at the time of the snapshot.
*)status : string_ option;Specifies the status of this cluster snapshot.
*)engine : string_ option;Specifies the name of the database engine.
*)snapshot_create_time : t_stamp option;Provides the time when the snapshot was taken, in UTC.
*)db_cluster_identifier : string_ option;Specifies the cluster identifier of the cluster that this cluster snapshot was created from.
*)db_cluster_snapshot_identifier : string_ option;Specifies the identifier for the cluster snapshot.
*)availability_zones : availability_zones option;Provides the list of Amazon EC2 Availability Zones that instances in the cluster snapshot can be restored in.
*)}Detailed information about a cluster snapshot.
type nonrec db_cluster_snapshot_list = db_cluster_snapshot listtype nonrec db_cluster_snapshot_message = {db_cluster_snapshots : db_cluster_snapshot_list option;Provides a list of cluster snapshots.
*)marker : string_ option;An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
}Represents the output of DescribeDBClusterSnapshots.
type nonrec describe_db_cluster_snapshot_attributes_result = {db_cluster_snapshot_attributes_result : db_cluster_snapshot_attributes_result
option;}type nonrec describe_db_cluster_snapshot_attributes_message = {db_cluster_snapshot_identifier : string_;The identifier for the cluster snapshot to describe the attributes for.
*)}Represents the input to DescribeDBClusterSnapshotAttributes.
type nonrec describe_db_cluster_parameters_message = {marker : string_ option;An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
max_records : integer_optional option;The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token (marker) is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
*)filters : filter_list option;This parameter is not currently supported.
*)source : string_ option;A value that indicates to return only parameters for a specific source. Parameter sources can be engine, service, or customer.
db_cluster_parameter_group_name : string_;The name of a specific cluster parameter group to return parameter details for.
Constraints:
DBClusterParameterGroup.}Represents the input to DescribeDBClusterParameters.
type nonrec db_cluster_parameter_group_details = {marker : string_ option;An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
parameters : parameters_list option;Provides a list of parameters for the cluster parameter group.
*)}Represents the output of DBClusterParameterGroup.
type nonrec describe_db_cluster_parameter_groups_message = {marker : string_ option;An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
max_records : integer_optional option;The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token (marker) is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
*)filters : filter_list option;This parameter is not currently supported.
*)db_cluster_parameter_group_name : string_ option;The name of a specific cluster parameter group to return details for.
Constraints:
DBClusterParameterGroup.}Represents the input to DescribeDBClusterParameterGroups.
type nonrec db_cluster_parameter_group = {db_cluster_parameter_group_arn : string_ option;The Amazon Resource Name (ARN) for the cluster parameter group.
*)description : string_ option;Provides the customer-specified description for this cluster parameter group.
*)db_parameter_group_family : string_ option;Provides the name of the parameter group family that this cluster parameter group is compatible with.
*)db_cluster_parameter_group_name : string_ option;Provides the name of the cluster parameter group.
*)}Detailed information about a cluster parameter group.
type nonrec db_cluster_parameter_group_list = db_cluster_parameter_group listtype nonrec db_cluster_parameter_groups_message = {db_cluster_parameter_groups : db_cluster_parameter_group_list option;A list of cluster parameter groups.
*)marker : string_ option;An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
}Represents the output of DBClusterParameterGroups.
type nonrec describe_certificates_message = {marker : string_ option;An optional pagination token provided by a previous DescribeCertificates request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
max_records : integer_optional option;The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints:
filters : filter_list option;This parameter is not currently supported.
*)certificate_identifier : string_ option;The user-supplied certificate identifier. If this parameter is specified, information for only the specified certificate is returned. If this parameter is omitted, a list of up to MaxRecords certificates is returned. This parameter is not case sensitive.
Constraints
CertificateIdentifier.}type nonrec certificate = {certificate_arn : string_ option;The Amazon Resource Name (ARN) for the certificate.
Example: arn:aws:rds:us-east-1::cert:rds-ca-2019
valid_till : t_stamp option;The date-time after which the certificate is no longer valid.
Example: 2024-07-31T17:57:09Z
valid_from : t_stamp option;The starting date-time from which the certificate is valid.
Example: 2019-07-31T17:57:09Z
thumbprint : string_ option;The thumbprint of the certificate.
*)certificate_type : string_ option;The type of the certificate.
Example: CA
certificate_identifier : string_ option;The unique key that identifies a certificate.
Example: rds-ca-2019
}A certificate authority (CA) certificate for an Amazon Web Services account.
type nonrec certificate_list = certificate listtype nonrec certificate_message = {marker : string_ option;An optional pagination token provided if the number of records retrieved is greater than MaxRecords. If this parameter is specified, the marker specifies the next record in the list. Including the value of Marker in the next call to DescribeCertificates results in the next page of certificates.
certificates : certificate_list option;A list of certificates for this Amazon Web Services account.
*)}type nonrec delete_global_cluster_message = {global_cluster_identifier : global_cluster_identifier;The cluster identifier of the global cluster being deleted.
*)}Represents the input to DeleteGlobalCluster.
type nonrec delete_event_subscription_message = {subscription_name : string_;The name of the Amazon DocumentDB event notification subscription that you want to delete.
*)}Represents the input to DeleteEventSubscription.
type nonrec delete_db_subnet_group_message = {db_subnet_group_name : string_;The name of the database subnet group to delete.
You can't delete the default subnet group.
Constraints:
Must match the name of an existing DBSubnetGroup. Must not be default.
Example: mySubnetgroup
}Represents the input to DeleteDBSubnetGroup.
type nonrec delete_db_instance_message = {db_instance_identifier : string_;The instance identifier for the instance to be deleted. This parameter isn't case sensitive.
Constraints:
}Represents the input to DeleteDBInstance.
DBSnapshotIdentifier is already being used by an existing snapshot.
type nonrec delete_db_cluster_snapshot_message = {db_cluster_snapshot_identifier : string_;The identifier of the cluster snapshot to delete.
Constraints: Must be the name of an existing cluster snapshot in the available state.
}Represents the input to DeleteDBClusterSnapshot.
type nonrec delete_db_cluster_parameter_group_message = {db_cluster_parameter_group_name : string_;The name of the cluster parameter group.
Constraints:
}Represents the input to DeleteDBClusterParameterGroup.
type nonrec delete_db_cluster_message = {final_db_snapshot_identifier : string_ option;The cluster snapshot identifier of the new cluster snapshot created when SkipFinalSnapshot is set to false.
Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error.
Constraints:
skip_final_snapshot : boolean_ option;Determines whether a final cluster snapshot is created before the cluster is deleted. If true is specified, no cluster snapshot is created. If false is specified, a cluster snapshot is created before the DB cluster is deleted.
If SkipFinalSnapshot is false, you must specify a FinalDBSnapshotIdentifier parameter.
Default: false
db_cluster_identifier : string_;The cluster identifier for the cluster to be deleted. This parameter isn't case sensitive.
Constraints:
DBClusterIdentifier.}Represents the input to DeleteDBCluster.
You already have a cluster snapshot with the given identifier.
The request would cause you to exceed the allowed number of subnet groups.
DBSubnetGroupName is already being used by an existing subnet group.
This request would cause you to exceed the allowed number of parameter groups.
A parameter group with the same name already exists.
type nonrec create_global_cluster_message = {storage_encrypted : boolean_optional option;The storage encryption setting for the new global cluster.
*)database_name : string_ option;The name for your database of up to 64 alpha-numeric characters. If you do not provide a name, Amazon DocumentDB will not create a database in the global cluster you are creating.
*)deletion_protection : boolean_optional option;The deletion protection setting for the new global cluster. The global cluster can't be deleted when deletion protection is enabled.
*)engine_version : string_ option;The engine version of the global cluster.
*)engine : string_ option;The name of the database engine to be used for this cluster.
*)source_db_cluster_identifier : string_ option;The Amazon Resource Name (ARN) to use as the primary cluster of the global cluster. This parameter is optional.
*)global_cluster_identifier : global_cluster_identifier;The cluster identifier of the new global cluster.
*)}Represents the input to CreateGlobalCluster.
type nonrec create_event_subscription_message = {enabled : boolean_optional option;A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.
source_ids : source_ids_list option;The list of identifiers of the event sources for which events are returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive hyphens.
Constraints:
SourceIds are provided, SourceType must also be provided.DBInstanceIdentifier must be provided.DBSecurityGroupName must be provided.DBParameterGroupName must be provided.DBSnapshotIdentifier must be provided.event_categories : event_categories_list option;A list of event categories for a SourceType that you want to subscribe to.
source_type : string_ option;The type of source that is generating the events. For example, if you want to be notified of events generated by an instance, you would set this parameter to db-instance. If this value is not specified, all events are returned.
Valid values: db-instance, db-cluster, db-parameter-group, db-security-group, db-cluster-snapshot
sns_topic_arn : string_;The Amazon Resource Name (ARN) of the SNS topic created for event notification. Amazon SNS creates the ARN when you create a topic and subscribe to it.
*)subscription_name : string_;The name of the subscription.
Constraints: The name must be fewer than 255 characters.
*)}Represents the input to CreateEventSubscription.
type nonrec create_db_subnet_group_message = {subnet_ids : subnet_identifier_list;The Amazon EC2 subnet IDs for the subnet group.
*)db_subnet_group_description : string_;The description for the subnet group.
*)db_subnet_group_name : string_;The name for the subnet group. This value is stored as a lowercase string.
Constraints: Must contain no more than 255 letters, numbers, periods, underscores, spaces, or hyphens. Must not be default.
Example: mySubnetgroup
}Represents the input to CreateDBSubnetGroup.
type nonrec create_db_instance_message = {ca_certificate_identifier : string_ option;The CA certificate identifier to use for the DB instance's server certificate.
For more information, see Updating Your Amazon DocumentDB TLS Certificates and Encrypting Data in Transit in the Amazon DocumentDB Developer Guide.
*)performance_insights_kms_key_id : string_ option;The KMS key identifier for encryption of Performance Insights data.
The KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon DocumentDB uses your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services region.
*)enable_performance_insights : boolean_optional option;A value that indicates whether to enable Performance Insights for the DB Instance. For more information, see Using Amazon Performance Insights.
*)promotion_tier : integer_optional option;A value that specifies the order in which an Amazon DocumentDB replica is promoted to the primary instance after a failure of the existing primary instance.
Default: 1
Valid values: 0-15
*)db_cluster_identifier : string_;The identifier of the cluster that the instance will belong to.
*)auto_minor_version_upgrade : boolean_optional option;This parameter does not apply to Amazon DocumentDB. Amazon DocumentDB does not perform minor version upgrades regardless of the value set.
Default: false
preferred_maintenance_window : string_ option;The time range each week during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format: ddd:hh24:mi-ddd:hh24:mi
The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week.
Valid days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
*)availability_zone : string_ option;The Amazon EC2 Availability Zone that the instance is created in.
Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region.
Example: us-east-1d
engine : string_;The name of the database engine to be used for this instance.
Valid value: docdb
db_instance_class : string_;The compute and memory capacity of the instance; for example, db.r5.large.
db_instance_identifier : string_;The instance identifier. This parameter is stored as a lowercase string.
Constraints:
Example: mydbinstance
}Represents the input to CreateDBInstance.
type nonrec create_db_cluster_snapshot_message = {db_cluster_identifier : string_;The identifier of the cluster to create a snapshot for. This parameter is not case sensitive.
Constraints:
DBCluster.Example: my-cluster
db_cluster_snapshot_identifier : string_;The identifier of the cluster snapshot. This parameter is stored as a lowercase string.
Constraints:
Example: my-cluster-snapshot1
}Represents the input of CreateDBClusterSnapshot.
type nonrec create_db_cluster_parameter_group_result = {db_cluster_parameter_group : db_cluster_parameter_group option;}type nonrec create_db_cluster_parameter_group_message = {description : string_;The description for the cluster parameter group.
*)db_parameter_group_family : string_;The cluster parameter group family name.
*)db_cluster_parameter_group_name : string_;The name of the cluster parameter group.
Constraints:
DBClusterParameterGroup.This value is stored as a lowercase string.
*)}Represents the input of CreateDBClusterParameterGroup.
type nonrec create_db_cluster_message = {network_type : string_ option;The network type of the cluster.
The network type is determined by the DBSubnetGroup specified for the cluster. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).
For more information, see DocumentDB clusters in a VPC in the Amazon DocumentDB Developer Guide.
Valid Values: IPV4 | DUAL
master_user_secret_kms_key_id : string_ option;The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager. This setting is valid only if the master user password is managed by Amazon DocumentDB in Amazon Web Services Secrets Manager for the DB cluster.
The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.
If you don't specify MasterUserSecretKmsKeyId, then the aws/secretsmanager KMS key is used to encrypt the secret. If the secret is in a different Amazon Web Services account, then you can't use the aws/secretsmanager KMS key to encrypt the secret, and you must use a customer managed KMS key.
There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.
*)manage_master_user_password : boolean_optional option;Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.
Constraint: You can't manage the master user password with Amazon Web Services Secrets Manager if MasterUserPassword is specified.
serverless_v2_scaling_configuration : serverless_v2_scaling_configuration
option;Contains the scaling configuration of an Amazon DocumentDB Serverless cluster.
*)storage_type : string_ option;The storage type to associate with the DB cluster.
For information on storage types for Amazon DocumentDB clusters, see Cluster storage configurations in the Amazon DocumentDB Developer Guide.
Valid values for storage type - standard | iopt1
Default value is standard
When you create an Amazon DocumentDB cluster with the storage type set to iopt1, the storage type is returned in the response. The storage type isn't returned when you set it to standard.
global_cluster_identifier : global_cluster_identifier option;The cluster identifier of the new global cluster.
*)deletion_protection : boolean_optional option;Specifies whether this cluster can be deleted. If DeletionProtection is enabled, the cluster cannot be deleted unless it is modified and DeletionProtection is disabled. DeletionProtection protects clusters from being accidentally deleted.
enable_cloudwatch_logs_exports : log_type_list option;A list of log types that need to be enabled for exporting to Amazon CloudWatch Logs. You can enable audit logs or profiler logs. For more information, see Auditing Amazon DocumentDB Events and Profiling Amazon DocumentDB Operations.
*)pre_signed_url : string_ option;Not currently supported.
*)kms_key_id : string_ option;The KMS key identifier for an encrypted cluster.
The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a cluster using the same Amazon Web Services account that owns the KMS encryption key that is used to encrypt the new cluster, you can use the KMS key alias instead of the ARN for the KMS encryption key.
If an encryption key is not specified in KmsKeyId:
StorageEncrypted parameter is true, Amazon DocumentDB uses your default encryption key.KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Regions.
*)storage_encrypted : boolean_optional option;Specifies whether the cluster is encrypted.
*)preferred_maintenance_window : string_ option;The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format: ddd:hh24:mi-ddd:hh24:mi
The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week.
Valid days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
*)preferred_backup_window : string_ option;The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter.
The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region.
Constraints:
hh24:mi-hh24:mi.master_user_password : string_ option;The password for the master database user. This password can contain any printable ASCII character except forward slash (/), double quote ("), or the "at" symbol (@).
Constraints: Must contain from 8 to 100 characters.
*)master_username : string_ option;The name of the master user for the cluster.
Constraints:
port : integer_optional option;The port number on which the instances in the cluster accept connections.
*)engine_version : string_ option;The version number of the database engine to use. The --engine-version will default to the latest major engine version. For production workloads, we recommend explicitly declaring this parameter with the intended major engine version.
engine : string_;The name of the database engine to be used for this cluster.
Valid values: docdb
db_subnet_group_name : string_ option;A subnet group to associate with this cluster.
Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.
Example: mySubnetgroup
vpc_security_group_ids : vpc_security_group_id_list option;A list of EC2 VPC security groups to associate with this cluster.
*)db_cluster_parameter_group_name : string_ option;The name of the cluster parameter group to associate with this cluster.
*)db_cluster_identifier : string_;The cluster identifier. This parameter is stored as a lowercase string.
Constraints:
Example: my-cluster
backup_retention_period : integer_optional option;The number of days for which automated backups are retained. You must specify a minimum value of 1.
Default: 1
Constraints:
availability_zones : availability_zones option;A list of Amazon EC2 Availability Zones that instances in the cluster can be created in.
*)}Represents the input to CreateDBCluster.
type nonrec copy_db_cluster_snapshot_message = {pre_signed_url : string_ option;The URL that contains a Signature Version 4 signed request for theCopyDBClusterSnapshot API action in the Amazon Web Services Region that contains the source cluster snapshot to copy. You must use the PreSignedUrl parameter when copying a cluster snapshot from another Amazon Web Services Region.
If you are using an Amazon Web Services SDK tool or the CLI, you can specify SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl manually. Specifying SourceRegion autogenerates a pre-signed URL that is a valid request for the operation that can be executed in the source Amazon Web Services Region.
The presigned URL must be a valid request for the CopyDBClusterSnapshot API action that can be executed in the source Amazon Web Services Region that contains the cluster snapshot to be copied. The presigned URL request must contain the following parameter values:
SourceRegion - The ID of the region that contains the snapshot to be copied.SourceDBClusterSnapshotIdentifier - The identifier for the the encrypted cluster snapshot to be copied. This identifier must be in the Amazon Resource Name (ARN) format for the source Amazon Web Services Region. For example, if you are copying an encrypted cluster snapshot from the us-east-1 Amazon Web Services Region, then your SourceDBClusterSnapshotIdentifier looks something like the following: arn:aws:rds:us-east-1:12345678012:sample-cluster:sample-cluster-snapshot.TargetDBClusterSnapshotIdentifier - The identifier for the new cluster snapshot to be created. This parameter isn't case sensitive.kms_key_id : string_ option;The KMS key ID for an encrypted cluster snapshot. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.
If you copy an encrypted cluster snapshot from your Amazon Web Services account, you can specify a value for KmsKeyId to encrypt the copy with a new KMS encryption key. If you don't specify a value for KmsKeyId, then the copy of the cluster snapshot is encrypted with the same KMS key as the source cluster snapshot.
If you copy an encrypted cluster snapshot that is shared from another Amazon Web Services account, then you must specify a value for KmsKeyId.
To copy an encrypted cluster snapshot to another Amazon Web Services Region, set KmsKeyId to the KMS key ID that you want to use to encrypt the copy of the cluster snapshot in the destination Region. KMS encryption keys are specific to the Amazon Web Services Region that they are created in, and you can't use encryption keys from one Amazon Web Services Region in another Amazon Web Services Region.
If you copy an unencrypted cluster snapshot and specify a value for the KmsKeyId parameter, an error is returned.
target_db_cluster_snapshot_identifier : string_;The identifier of the new cluster snapshot to create from the source cluster snapshot. This parameter is not case sensitive.
Constraints:
Example: my-cluster-snapshot2
source_db_cluster_snapshot_identifier : string_;The identifier of the cluster snapshot to copy. This parameter is not case sensitive.
Constraints:
Example: my-cluster-snapshot1
}Represents the input to CopyDBClusterSnapshot.
type nonrec copy_db_cluster_parameter_group_result = {db_cluster_parameter_group : db_cluster_parameter_group option;}type nonrec copy_db_cluster_parameter_group_message = {target_db_cluster_parameter_group_description : string_;A description for the copied cluster parameter group.
*)target_db_cluster_parameter_group_identifier : string_;The identifier for the copied cluster parameter group.
Constraints:
Example: my-cluster-param-group1
source_db_cluster_parameter_group_identifier : string_;The identifier or Amazon Resource Name (ARN) for the source cluster parameter group.
Constraints:
my-db-cluster-param-group, or a valid ARN.arn:aws:rds:us-east-1:123456789012:sample-cluster:sample-parameter-group.}Represents the input to CopyDBClusterParameterGroup.
type nonrec apply_pending_maintenance_action_result = {resource_pending_maintenance_actions : resource_pending_maintenance_actions
option;}type nonrec apply_pending_maintenance_action_message = {opt_in_type : string_;A value that specifies the type of opt-in request or undoes an opt-in request. An opt-in request of type immediate can't be undone.
Valid values:
immediate - Apply the maintenance action immediately.next-maintenance - Apply the maintenance action during the next maintenance window for the resource.undo-opt-in - Cancel any existing next-maintenance opt-in requests.apply_action : string_;The pending maintenance action to apply to this resource.
Valid values: system-update, db-upgrade
resource_identifier : string_;The Amazon Resource Name (ARN) of the resource that the pending maintenance action applies to.
*)}Represents the input to ApplyPendingMaintenanceAction.
type nonrec add_source_identifier_to_subscription_result = {event_subscription : event_subscription option;}type nonrec add_source_identifier_to_subscription_message = {source_identifier : string_;The identifier of the event source to be added:
DBInstanceIdentifier must be provided.DBSecurityGroupName must be provided.DBParameterGroupName must be provided.DBSnapshotIdentifier must be provided.subscription_name : string_;The name of the Amazon DocumentDB event notification subscription that you want to add a source identifier to.
*)}Represents the input to AddSourceIdentifierToSubscription.