Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Sep 16, 2024
1 parent 1282c53 commit e43f191
Show file tree
Hide file tree
Showing 6 changed files with 550 additions and 24 deletions.
40 changes: 35 additions & 5 deletions codegen/sdk-codegen/aws-models/bedrock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,7 @@
"vpcConfig": {
"target": "com.amazonaws.bedrock#VpcConfig",
"traits": {
"smithy.api#documentation": "<p>VPC configuration (optional). Configuration parameters for the\n private Virtual Private Cloud (VPC) that contains the resources you are using for this job.</p>"
"smithy.api#documentation": "<p>The configuration of the Virtual Private Cloud (VPC) that contains the resources that you're using for this job. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/vpc-model-customization.html\">Protect your model customization jobs using a VPC</a>.</p>"
}
}
},
Expand Down Expand Up @@ -1827,6 +1827,12 @@
"smithy.api#required": {}
}
},
"vpcConfig": {
"target": "com.amazonaws.bedrock#VpcConfig",
"traits": {
"smithy.api#documentation": "<p>The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-vpc\">Protect batch inference jobs using a VPC</a>.</p>"
}
},
"timeoutDurationInHours": {
"target": "com.amazonaws.bedrock#ModelInvocationJobTimeoutDurationInHours",
"traits": {
Expand Down Expand Up @@ -4471,6 +4477,12 @@
"smithy.api#required": {}
}
},
"vpcConfig": {
"target": "com.amazonaws.bedrock#VpcConfig",
"traits": {
"smithy.api#documentation": "<p>The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-vpc\">Protect batch inference jobs using a VPC</a>.</p>"
}
},
"timeoutDurationInHours": {
"target": "com.amazonaws.bedrock#ModelInvocationJobTimeoutDurationInHours",
"traits": {
Expand Down Expand Up @@ -8422,10 +8434,16 @@
"smithy.api#documentation": "<p>The S3 location of the input data.</p>",
"smithy.api#required": {}
}
},
"s3BucketOwner": {
"target": "com.amazonaws.bedrock#AccountId",
"traits": {
"smithy.api#documentation": "<p>The ID of the Amazon Web Services account that owns the S3 bucket containing the input data.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Contains the configuration of the S3 location of the output data.</p>"
"smithy.api#documentation": "<p>Contains the configuration of the S3 location of the input data.</p>"
}
},
"com.amazonaws.bedrock#ModelInvocationJobS3OutputDataConfig": {
Expand All @@ -8443,6 +8461,12 @@
"traits": {
"smithy.api#documentation": "<p>The unique identifier of the key that encrypts the S3 location of the output data.</p>"
}
},
"s3BucketOwner": {
"target": "com.amazonaws.bedrock#AccountId",
"traits": {
"smithy.api#documentation": "<p>The ID of the Amazon Web Services account that owns the S3 bucket containing the output data.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -8602,6 +8626,12 @@
"smithy.api#required": {}
}
},
"vpcConfig": {
"target": "com.amazonaws.bedrock#VpcConfig",
"traits": {
"smithy.api#documentation": "<p>The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-vpc\">Protect batch inference jobs using a VPC</a>.</p>"
}
},
"timeoutDurationInHours": {
"target": "com.amazonaws.bedrock#ModelInvocationJobTimeoutDurationInHours",
"traits": {
Expand Down Expand Up @@ -9940,20 +9970,20 @@
"subnetIds": {
"target": "com.amazonaws.bedrock#SubnetIds",
"traits": {
"smithy.api#documentation": "<p>VPC configuration subnets.</p>",
"smithy.api#documentation": "<p>An array of IDs for each subnet in the VPC to use.</p>",
"smithy.api#required": {}
}
},
"securityGroupIds": {
"target": "com.amazonaws.bedrock#SecurityGroupIds",
"traits": {
"smithy.api#documentation": "<p>VPC configuration security group Ids.</p>",
"smithy.api#documentation": "<p>An array of IDs for each security group in the VPC to use.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>VPC configuration.</p>"
"smithy.api#documentation": "<p>The configuration of a virtual private cloud (VPC). For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/usingVPC.html\">Protect your data using Amazon Virtual Private Cloud and Amazon Web Services PrivateLink</a>.</p>"
}
}
}
Expand Down
Loading

0 comments on commit e43f191

Please sign in to comment.