diff --git a/codegen/sdk-codegen/aws-models/bedrock-agent.json b/codegen/sdk-codegen/aws-models/bedrock-agent.json index b78911e16a8..f8018ec5721 100644 --- a/codegen/sdk-codegen/aws-models/bedrock-agent.json +++ b/codegen/sdk-codegen/aws-models/bedrock-agent.json @@ -3319,7 +3319,7 @@ } ], "traits": { - "smithy.api#documentation": "
Creates a knowledge base that contains data sources from which information can be queried and used by LLMs. To create a knowledge base, you must first set up your data sources and configure a supported vector store. For more information, see Set up your data for ingestion.
\nIf you prefer to let Amazon Bedrock create and manage a vector store for you in Amazon OpenSearch Service, use the console. For more information, see Create a knowledge base.
\nProvide the name
and an optional description
.
Provide the Amazon Resource Name (ARN) with permissions to create a knowledge base in the roleArn
field.
Provide the embedding model to use in the embeddingModelArn
field in the knowledgeBaseConfiguration
object.
Provide the configuration for your vector store in the storageConfiguration
object.
For an Amazon OpenSearch Service database, use the opensearchServerlessConfiguration
object. For more information, see Create a vector store in Amazon OpenSearch Service.
For an Amazon Aurora database, use the RdsConfiguration
object. For more information, see Create a vector store in Amazon Aurora.
For a Pinecone database, use the pineconeConfiguration
object. For more information, see Create a vector store in Pinecone.
For a Redis Enterprise Cloud database, use the redisEnterpriseCloudConfiguration
object. For more information, see Create a vector store in Redis Enterprise Cloud.
Creates a knowledge base. A knowledge base contains your data sources so that Large Language Models (LLMs) can use your data. To create a knowledge base, you must first set up your data sources and configure a supported vector store. For more information, see Set up a knowledge base.
\nIf you prefer to let Amazon Bedrock create and manage a vector store for you in Amazon OpenSearch Service, use the console. For more information, see Create a knowledge base.
\nProvide the name
and an optional description
.
Provide the Amazon Resource Name (ARN) with permissions to create a knowledge base in the roleArn
field.
Provide the embedding model to use in the embeddingModelArn
field in the knowledgeBaseConfiguration
object.
Provide the configuration for your vector store in the storageConfiguration
object.
For an Amazon OpenSearch Service database, use the opensearchServerlessConfiguration
object. For more information, see Create a vector store in Amazon OpenSearch Service.
For an Amazon Aurora database, use the RdsConfiguration
object. For more information, see Create a vector store in Amazon Aurora.
For a Pinecone database, use the pineconeConfiguration
object. For more information, see Create a vector store in Pinecone.
For a Redis Enterprise Cloud database, use the redisEnterpriseCloudConfiguration
object. For more information, see Create a vector store in Redis Enterprise Cloud.
The unique identifier of the knowledge base that the data source was added to.
", + "smithy.api#documentation": "The unique identifier of the knowledge base for the data source.
", "smithy.api#httpLabel": {}, "smithy.api#required": {} } @@ -7154,7 +7154,7 @@ } ], "traits": { - "smithy.api#documentation": "Gets information about a ingestion job, in which a data source is added to a knowledge base.
", + "smithy.api#documentation": "Gets information about a data ingestion job. Data sources are ingested into your knowledge base so that Large Lanaguage Models (LLMs) can use your data.
", "smithy.api#http": { "code": 200, "method": "GET", @@ -7172,7 +7172,7 @@ "knowledgeBaseId": { "target": "com.amazonaws.bedrockagent#Id", "traits": { - "smithy.api#documentation": "The unique identifier of the knowledge base for which the ingestion job applies.
", + "smithy.api#documentation": "The unique identifier of the knowledge base for the data ingestion job you want to get information on.
", "smithy.api#httpLabel": {}, "smithy.api#required": {} } @@ -7180,7 +7180,7 @@ "dataSourceId": { "target": "com.amazonaws.bedrockagent#Id", "traits": { - "smithy.api#documentation": "The unique identifier of the data source in the ingestion job.
", + "smithy.api#documentation": "The unique identifier of the data source for the data ingestion job you want to get information on.
", "smithy.api#httpLabel": {}, "smithy.api#required": {} } @@ -7188,7 +7188,7 @@ "ingestionJobId": { "target": "com.amazonaws.bedrockagent#Id", "traits": { - "smithy.api#documentation": "The unique identifier of the ingestion job.
", + "smithy.api#documentation": "The unique identifier of the data ingestion job you want to get information on.
", "smithy.api#httpLabel": {}, "smithy.api#required": {} } @@ -7204,7 +7204,7 @@ "ingestionJob": { "target": "com.amazonaws.bedrockagent#IngestionJob", "traits": { - "smithy.api#documentation": "Contains details about the ingestion job.
", + "smithy.api#documentation": "Contains details about the data ingestion job.
", "smithy.api#required": {} } } @@ -7257,7 +7257,7 @@ "knowledgeBaseId": { "target": "com.amazonaws.bedrockagent#Id", "traits": { - "smithy.api#documentation": "The unique identifier of the knowledge base for which to get information.
", + "smithy.api#documentation": "The unique identifier of the knowledge base you want to get information on.
", "smithy.api#httpLabel": {}, "smithy.api#required": {} } @@ -7564,66 +7564,66 @@ "knowledgeBaseId": { "target": "com.amazonaws.bedrockagent#Id", "traits": { - "smithy.api#documentation": "The unique identifier of the knowledge base to which the data source is being added.
", + "smithy.api#documentation": "The unique identifier of the knowledge for the data ingestion job.
", "smithy.api#required": {} } }, "dataSourceId": { "target": "com.amazonaws.bedrockagent#Id", "traits": { - "smithy.api#documentation": "The unique identifier of the ingested data source.
", + "smithy.api#documentation": "The unique identifier of the data source for the data ingestion job.
", "smithy.api#required": {} } }, "ingestionJobId": { "target": "com.amazonaws.bedrockagent#Id", "traits": { - "smithy.api#documentation": "The unique identifier of the ingestion job.
", + "smithy.api#documentation": "The unique identifier of the data ingestion job.
", "smithy.api#required": {} } }, "description": { "target": "com.amazonaws.bedrockagent#Description", "traits": { - "smithy.api#documentation": "The description of the ingestion job.
" + "smithy.api#documentation": "The description of the data ingestion job.
" } }, "status": { "target": "com.amazonaws.bedrockagent#IngestionJobStatus", "traits": { - "smithy.api#documentation": "The status of the ingestion job.
", + "smithy.api#documentation": "The status of the data ingestion job.
", "smithy.api#required": {} } }, "statistics": { "target": "com.amazonaws.bedrockagent#IngestionJobStatistics", "traits": { - "smithy.api#documentation": "Contains statistics about the ingestion job.
" + "smithy.api#documentation": "Contains statistics about the data ingestion job.
" } }, "failureReasons": { "target": "com.amazonaws.bedrockagent#FailureReasons", "traits": { - "smithy.api#documentation": "A list of reasons that the ingestion job failed.
" + "smithy.api#documentation": "A list of reasons that the data ingestion job failed.
" } }, "startedAt": { "target": "com.amazonaws.bedrockagent#DateTimestamp", "traits": { - "smithy.api#documentation": "The time at which the ingestion job started.
", + "smithy.api#documentation": "The time the data ingestion job started.
\nIf you stop a data ingestion job, the startedAt
time is the time the job was started before the job was stopped.
The time at which the ingestion job was last updated.
", + "smithy.api#documentation": "The time the data ingestion job was last updated.
\nIf you stop a data ingestion job, the updatedAt
time is the time the job was stopped.
Contains details about an ingestion job, which converts a data source to embeddings for a vector store in knowledge base.
\nThis data type is used in the following API operations:
\nContains details about a data ingestion job. Data sources are ingested into a knowledge base so that Large Language Models (LLMs) can use your data.
\nThis data type is used in the following API operations:
\nThe attribute by which to filter the results.
", + "smithy.api#documentation": "The name of field or attribute to apply the filter.
", "smithy.api#required": {} } }, "operator": { "target": "com.amazonaws.bedrockagent#IngestionJobFilterOperator", "traits": { - "smithy.api#documentation": "The operation to carry out between the attribute and the values.
", + "smithy.api#documentation": "The operation to apply to the field or attribute.
", "smithy.api#required": {} } }, "values": { "target": "com.amazonaws.bedrockagent#IngestionJobFilterValues", "traits": { - "smithy.api#documentation": "A list of values for the attribute.
", + "smithy.api#documentation": "A list of values that belong to the field or attribute.
", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "Defines a filter by which to filter the results.
" + "smithy.api#documentation": "The definition of a filter to filter the data.
" } }, "com.amazonaws.bedrockagent#IngestionJobFilterAttribute": { @@ -7722,6 +7722,9 @@ }, { "target": "com.amazonaws.bedrockagent#StartIngestionJob" + }, + { + "target": "com.amazonaws.bedrockagent#StopIngestionJob" } ] }, @@ -7731,20 +7734,20 @@ "attribute": { "target": "com.amazonaws.bedrockagent#IngestionJobSortByAttribute", "traits": { - "smithy.api#documentation": "The attribute by which to sort the results.
", + "smithy.api#documentation": "The name of field or attribute to apply sorting of data.
", "smithy.api#required": {} } }, "order": { "target": "com.amazonaws.bedrockagent#SortOrder", "traits": { - "smithy.api#documentation": "The order by which to sort the results.
", + "smithy.api#documentation": "The order for sorting the data.
", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "Parameters by which to sort the results.
" + "smithy.api#documentation": "The parameters of sorting the data.
" } }, "com.amazonaws.bedrockagent#IngestionJobSortByAttribute": { @@ -7806,7 +7809,7 @@ "target": "smithy.api#PrimitiveLong", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "The number of source documents that was deleted.
" + "smithy.api#documentation": "The number of source documents that were deleted.
" } }, "numberOfDocumentsFailed": { @@ -7818,7 +7821,7 @@ } }, "traits": { - "smithy.api#documentation": "Contains the statistics for the ingestion job.
" + "smithy.api#documentation": "Contains the statistics for the data ingestion job.
" } }, "com.amazonaws.bedrockagent#IngestionJobStatus": { @@ -7847,6 +7850,18 @@ "traits": { "smithy.api#enumValue": "FAILED" } + }, + "STOPPING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "STOPPING" + } + }, + "STOPPED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "STOPPED" + } } } }, @@ -7862,60 +7877,60 @@ "knowledgeBaseId": { "target": "com.amazonaws.bedrockagent#Id", "traits": { - "smithy.api#documentation": "The unique identifier of the knowledge base to which the data source is added.
", + "smithy.api#documentation": "The unique identifier of the knowledge base for the data ingestion job.
", "smithy.api#required": {} } }, "dataSourceId": { "target": "com.amazonaws.bedrockagent#Id", "traits": { - "smithy.api#documentation": "The unique identifier of the data source in the ingestion job.
", + "smithy.api#documentation": "The unique identifier of the data source for the data ingestion job.
", "smithy.api#required": {} } }, "ingestionJobId": { "target": "com.amazonaws.bedrockagent#Id", "traits": { - "smithy.api#documentation": "The unique identifier of the ingestion job.
", + "smithy.api#documentation": "The unique identifier of the data ingestion job.
", "smithy.api#required": {} } }, "description": { "target": "com.amazonaws.bedrockagent#Description", "traits": { - "smithy.api#documentation": "The description of the ingestion job.
" + "smithy.api#documentation": "The description of the data ingestion job.
" } }, "status": { "target": "com.amazonaws.bedrockagent#IngestionJobStatus", "traits": { - "smithy.api#documentation": "The status of the ingestion job.
", + "smithy.api#documentation": "The status of the data ingestion job.
", "smithy.api#required": {} } }, "startedAt": { "target": "com.amazonaws.bedrockagent#DateTimestamp", "traits": { - "smithy.api#documentation": "The time at which the ingestion job was started.
", + "smithy.api#documentation": "The time the data ingestion job started.
", "smithy.api#required": {} } }, "updatedAt": { "target": "com.amazonaws.bedrockagent#DateTimestamp", "traits": { - "smithy.api#documentation": "The time at which the ingestion job was last updated.
", + "smithy.api#documentation": "The time the data ingestion job was last updated.
", "smithy.api#required": {} } }, "statistics": { "target": "com.amazonaws.bedrockagent#IngestionJobStatistics", "traits": { - "smithy.api#documentation": "Contains statistics for the ingestion job.
" + "smithy.api#documentation": "Contains statistics for the data ingestion job.
" } } }, "traits": { - "smithy.api#documentation": "Contains details about an ingestion job.
" + "smithy.api#documentation": "Contains details about a data ingestion job.
" } }, "com.amazonaws.bedrockagent#InputFlowNodeConfiguration": { @@ -8041,14 +8056,14 @@ "createdAt": { "target": "com.amazonaws.bedrockagent#DateTimestamp", "traits": { - "smithy.api#documentation": "The time at which the knowledge base was created.
", + "smithy.api#documentation": "The time the knowledge base was created.
", "smithy.api#required": {} } }, "updatedAt": { "target": "com.amazonaws.bedrockagent#DateTimestamp", "traits": { - "smithy.api#documentation": "The time at which the knowledge base was last updated.
", + "smithy.api#documentation": "The time the knowledge base was last updated.
", "smithy.api#required": {} } }, @@ -8085,12 +8100,12 @@ "vectorKnowledgeBaseConfiguration": { "target": "com.amazonaws.bedrockagent#VectorKnowledgeBaseConfiguration", "traits": { - "smithy.api#documentation": "Contains details about the embeddings model that'sused to convert the data source.
" + "smithy.api#documentation": "Contains details about the model that's used to convert the data source into vector embeddings.
" } } }, "traits": { - "smithy.api#documentation": "Contains details about the embeddings configuration of the knowledge base.
" + "smithy.api#documentation": "Contains details about the vector embeddings configuration of the knowledge base.
" } }, "com.amazonaws.bedrockagent#KnowledgeBaseFlowNodeConfiguration": { @@ -8309,7 +8324,7 @@ "updatedAt": { "target": "com.amazonaws.bedrockagent#DateTimestamp", "traits": { - "smithy.api#documentation": "The time at which the knowledge base was last updated.
", + "smithy.api#documentation": "The time the knowledge base was last updated.
", "smithy.api#required": {} } } @@ -9256,7 +9271,7 @@ } ], "traits": { - "smithy.api#documentation": "Lists the ingestion jobs for a data source and information about each of them.
", + "smithy.api#documentation": "Lists the data ingestion jobs for a data source. The list also includes information about each job.
", "smithy.api#http": { "code": 200, "method": "POST", @@ -9280,7 +9295,7 @@ "knowledgeBaseId": { "target": "com.amazonaws.bedrockagent#Id", "traits": { - "smithy.api#documentation": "The unique identifier of the knowledge base for which to return ingestion jobs.
", + "smithy.api#documentation": "The unique identifier of the knowledge base for the list of data ingestion jobs.
", "smithy.api#httpLabel": {}, "smithy.api#required": {} } @@ -9288,7 +9303,7 @@ "dataSourceId": { "target": "com.amazonaws.bedrockagent#Id", "traits": { - "smithy.api#documentation": "The unique identifier of the data source for which to return ingestion jobs.
", + "smithy.api#documentation": "The unique identifier of the data source for the list of data ingestion jobs.
", "smithy.api#httpLabel": {}, "smithy.api#required": {} } @@ -9296,13 +9311,13 @@ "filters": { "target": "com.amazonaws.bedrockagent#IngestionJobFilters", "traits": { - "smithy.api#documentation": "Contains a definition of a filter for which to filter the results.
" + "smithy.api#documentation": "Contains information about the filters for filtering the data.
" } }, "sortBy": { "target": "com.amazonaws.bedrockagent#IngestionJobSortBy", "traits": { - "smithy.api#documentation": "Contains details about how to sort the results.
" + "smithy.api#documentation": "Contains details about how to sort the data.
" } }, "maxResults": { @@ -9328,7 +9343,7 @@ "ingestionJobSummaries": { "target": "com.amazonaws.bedrockagent#IngestionJobSummaries", "traits": { - "smithy.api#documentation": "A list of objects, each of which contains information about an ingestion job.
", + "smithy.api#documentation": "A list of data ingestion jobs with information about each job.
", "smithy.api#required": {} } }, @@ -9366,7 +9381,7 @@ } ], "traits": { - "smithy.api#documentation": "Lists the knowledge bases in an account and information about each of them.
", + "smithy.api#documentation": "Lists the knowledge bases in an account. The list also includesinformation about each knowledge base.
", "smithy.api#http": { "code": 200, "method": "POST", @@ -9410,7 +9425,7 @@ "knowledgeBaseSummaries": { "target": "com.amazonaws.bedrockagent#KnowledgeBaseSummaries", "traits": { - "smithy.api#documentation": "A list of objects, each of which contains information about a knowledge base.
", + "smithy.api#documentation": "A list of knowledge bases with information about each knowledge base.
", "smithy.api#required": {} } }, @@ -11667,7 +11682,7 @@ } ], "traits": { - "smithy.api#documentation": "Begins an ingestion job, in which a data source is added to a knowledge base.
", + "smithy.api#documentation": "Begins a data ingestion job. Data sources are ingested into your knowledge base so that Large Language Models (LLMs) can use your data.
", "smithy.api#http": { "code": 202, "method": "PUT", @@ -11685,7 +11700,7 @@ "knowledgeBaseId": { "target": "com.amazonaws.bedrockagent#Id", "traits": { - "smithy.api#documentation": "The unique identifier of the knowledge base to which to add the data source.
", + "smithy.api#documentation": "The unique identifier of the knowledge base for the data ingestion job.
", "smithy.api#httpLabel": {}, "smithy.api#required": {} } @@ -11693,7 +11708,7 @@ "dataSourceId": { "target": "com.amazonaws.bedrockagent#Id", "traits": { - "smithy.api#documentation": "The unique identifier of the data source to ingest.
", + "smithy.api#documentation": "The unique identifier of the data source you want to ingest into your knowledge base.
", "smithy.api#httpLabel": {}, "smithy.api#required": {} } @@ -11708,7 +11723,7 @@ "description": { "target": "com.amazonaws.bedrockagent#Description", "traits": { - "smithy.api#documentation": "A description of the ingestion job.
" + "smithy.api#documentation": "A description of the data ingestion job.
" } } }, @@ -11722,7 +11737,7 @@ "ingestionJob": { "target": "com.amazonaws.bedrockagent#IngestionJob", "traits": { - "smithy.api#documentation": "An object containing information about the ingestion job.
", + "smithy.api#documentation": "Contains information about the data ingestion job.
", "smithy.api#required": {} } } @@ -11742,6 +11757,94 @@ } } }, + "com.amazonaws.bedrockagent#StopIngestionJob": { + "type": "operation", + "input": { + "target": "com.amazonaws.bedrockagent#StopIngestionJobRequest" + }, + "output": { + "target": "com.amazonaws.bedrockagent#StopIngestionJobResponse" + }, + "errors": [ + { + "target": "com.amazonaws.bedrockagent#AccessDeniedException" + }, + { + "target": "com.amazonaws.bedrockagent#ConflictException" + }, + { + "target": "com.amazonaws.bedrockagent#InternalServerException" + }, + { + "target": "com.amazonaws.bedrockagent#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.bedrockagent#ThrottlingException" + }, + { + "target": "com.amazonaws.bedrockagent#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Stops a currently running data ingestion job. You can send a StartIngestionJob
request again to ingest the rest of your data when you are ready.
The unique identifier of the knowledge base for the data ingestion job you want to stop.
", + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + }, + "dataSourceId": { + "target": "com.amazonaws.bedrockagent#Id", + "traits": { + "smithy.api#documentation": "The unique identifier of the data source for the data ingestion job you want to stop.
", + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + }, + "ingestionJobId": { + "target": "com.amazonaws.bedrockagent#Id", + "traits": { + "smithy.api#documentation": "The unique identifier of the data ingestion job you want to stop.
", + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.bedrockagent#StopIngestionJobResponse": { + "type": "structure", + "members": { + "ingestionJob": { + "target": "com.amazonaws.bedrockagent#IngestionJob", + "traits": { + "smithy.api#documentation": "Contains information about the stopped data ingestion job.
", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, "com.amazonaws.bedrockagent#StopSequences": { "type": "list", "member": { diff --git a/codegen/sdk-codegen/aws-models/codeartifact.json b/codegen/sdk-codegen/aws-models/codeartifact.json index 7605c3772af..487ad11dc47 100644 --- a/codegen/sdk-codegen/aws-models/codeartifact.json +++ b/codegen/sdk-codegen/aws-models/codeartifact.json @@ -3182,6 +3182,23 @@ "target": "com.amazonaws.codeartifact#DomainSummary" } }, + "com.amazonaws.codeartifact#EndpointType": { + "type": "enum", + "members": { + "DUALSTACK": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "dualstack" + } + }, + "IPV4": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "ipv4" + } + } + } + }, "com.amazonaws.codeartifact#ErrorMessage": { "type": "string" }, @@ -3817,6 +3834,13 @@ "smithy.api#httpQuery": "format", "smithy.api#required": {} } + }, + "endpointType": { + "target": "com.amazonaws.codeartifact#EndpointType", + "traits": { + "smithy.api#documentation": "A string that specifies the type of endpoint.
", + "smithy.api#httpQuery": "endpointType" + } } }, "traits": { @@ -6990,7 +7014,7 @@ "packageFormat": { "target": "com.amazonaws.codeartifact#PackageFormat", "traits": { - "smithy.api#documentation": "\n The package format associated with a repository's external connection. The valid package formats are:\n
\n\n npm
: A Node Package Manager (npm) package.\n
\n pypi
: A Python Package Index (PyPI) package.\n
\n maven
: A Maven package that contains compiled code in a distributable format, such as a JAR file.\n
\n nuget
: A NuGet package.\n
\n The package format associated with a repository's external connection. The valid package formats are:\n
\n\n npm
: A Node Package Manager (npm) package.\n
\n pypi
: A Python Package Index (PyPI) package.\n
\n maven
: A Maven package that contains compiled code in a distributable format, such as a JAR file.\n
\n nuget
: A NuGet package.\n
\n generic
: A generic package.\n
\n ruby
: A Ruby package.\n
\n swift
: A Swift package.\n
\n cargo
: A Cargo package.\n
This data type is used as a response element in the ModifyDBCluster
operation and \n contains changes that will be applied during the next maintenance window.
The network type of the DB cluster.
\nThe network type is determined by the DBSubnetGroup
specified for the DB cluster. \n A DBSubnetGroup
can support only the IPv4 protocol or the IPv4 and the IPv6 \n protocols (DUAL
).
For more information, see \n Working with a DB instance in a VPC in the \n Amazon Aurora User Guide.\n
\nValid for Cluster Type: Aurora DB clusters only
\nValid Values: IPV4 | DUAL
\n
Specifies the scalability mode of the Aurora DB cluster. When set to limitless
, the cluster operates as an Aurora Limitless Database.\n When set to standard
(the default), the cluster uses normal DB instance creation.
Valid for: Aurora DB clusters only
\nYou can't modify this setting after you create the DB cluster.
\nSpecifies whether the DB shard group is publicly accessible.
\nWhen the DB shard group is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from \n within the DB shard group's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB shard group's VPC. \n Access to the DB shard group is ultimately controlled by the security group it uses. \n That public access is not permitted if the security group assigned to the DB shard group doesn't permit it.
\nWhen the DB shard group isn't publicly accessible, it is an internal DB shard group with a DNS name that resolves to a private IP address.
\nDefault: The default behavior varies depending on whether DBSubnetGroupName
is specified.
If DBSubnetGroupName
isn't specified, and PubliclyAccessible
isn't specified, the following applies:
If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB shard group is private.
\nIf the default VPC in the target Region has an internet gateway attached to it, the DB shard group is public.
\nIf DBSubnetGroupName
is specified, and PubliclyAccessible
isn't specified, the following applies:
If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB shard group is private.
\nIf the subnets are part of a VPC that has an internet gateway attached to it, the DB shard group is public.
\nThe storage throughput for the DB cluster. The throughput is automatically set based on the IOPS that you provision, and is not configurable.
\nThis setting is only for non-Aurora Multi-AZ DB clusters.
" } }, + "ClusterScalabilityType": { + "target": "com.amazonaws.rds#ClusterScalabilityType", + "traits": { + "smithy.api#documentation": "The scalability mode of the Aurora DB cluster. When set to limitless
, the cluster operates as an Aurora Limitless Database.\n When set to standard
(the default), the cluster uses normal DB instance creation.
The Amazon Resource Name (ARN) for the DB shard group.
" } + }, + "TagList": { + "target": "com.amazonaws.rds#TagList" } } },