Skip to content

Commit e43f191

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 1282c53 commit e43f191

File tree

6 files changed

+550
-24
lines changed

6 files changed

+550
-24
lines changed

codegen/sdk-codegen/aws-models/bedrock.json

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,7 @@
15931593
"vpcConfig": {
15941594
"target": "com.amazonaws.bedrock#VpcConfig",
15951595
"traits": {
1596-
"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>"
1596+
"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>"
15971597
}
15981598
}
15991599
},
@@ -1827,6 +1827,12 @@
18271827
"smithy.api#required": {}
18281828
}
18291829
},
1830+
"vpcConfig": {
1831+
"target": "com.amazonaws.bedrock#VpcConfig",
1832+
"traits": {
1833+
"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>"
1834+
}
1835+
},
18301836
"timeoutDurationInHours": {
18311837
"target": "com.amazonaws.bedrock#ModelInvocationJobTimeoutDurationInHours",
18321838
"traits": {
@@ -4471,6 +4477,12 @@
44714477
"smithy.api#required": {}
44724478
}
44734479
},
4480+
"vpcConfig": {
4481+
"target": "com.amazonaws.bedrock#VpcConfig",
4482+
"traits": {
4483+
"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>"
4484+
}
4485+
},
44744486
"timeoutDurationInHours": {
44754487
"target": "com.amazonaws.bedrock#ModelInvocationJobTimeoutDurationInHours",
44764488
"traits": {
@@ -8422,10 +8434,16 @@
84228434
"smithy.api#documentation": "<p>The S3 location of the input data.</p>",
84238435
"smithy.api#required": {}
84248436
}
8437+
},
8438+
"s3BucketOwner": {
8439+
"target": "com.amazonaws.bedrock#AccountId",
8440+
"traits": {
8441+
"smithy.api#documentation": "<p>The ID of the Amazon Web Services account that owns the S3 bucket containing the input data.</p>"
8442+
}
84258443
}
84268444
},
84278445
"traits": {
8428-
"smithy.api#documentation": "<p>Contains the configuration of the S3 location of the output data.</p>"
8446+
"smithy.api#documentation": "<p>Contains the configuration of the S3 location of the input data.</p>"
84298447
}
84308448
},
84318449
"com.amazonaws.bedrock#ModelInvocationJobS3OutputDataConfig": {
@@ -8443,6 +8461,12 @@
84438461
"traits": {
84448462
"smithy.api#documentation": "<p>The unique identifier of the key that encrypts the S3 location of the output data.</p>"
84458463
}
8464+
},
8465+
"s3BucketOwner": {
8466+
"target": "com.amazonaws.bedrock#AccountId",
8467+
"traits": {
8468+
"smithy.api#documentation": "<p>The ID of the Amazon Web Services account that owns the S3 bucket containing the output data.</p>"
8469+
}
84468470
}
84478471
},
84488472
"traits": {
@@ -8602,6 +8626,12 @@
86028626
"smithy.api#required": {}
86038627
}
86048628
},
8629+
"vpcConfig": {
8630+
"target": "com.amazonaws.bedrock#VpcConfig",
8631+
"traits": {
8632+
"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>"
8633+
}
8634+
},
86058635
"timeoutDurationInHours": {
86068636
"target": "com.amazonaws.bedrock#ModelInvocationJobTimeoutDurationInHours",
86078637
"traits": {
@@ -9940,20 +9970,20 @@
99409970
"subnetIds": {
99419971
"target": "com.amazonaws.bedrock#SubnetIds",
99429972
"traits": {
9943-
"smithy.api#documentation": "<p>VPC configuration subnets.</p>",
9973+
"smithy.api#documentation": "<p>An array of IDs for each subnet in the VPC to use.</p>",
99449974
"smithy.api#required": {}
99459975
}
99469976
},
99479977
"securityGroupIds": {
99489978
"target": "com.amazonaws.bedrock#SecurityGroupIds",
99499979
"traits": {
9950-
"smithy.api#documentation": "<p>VPC configuration security group Ids.</p>",
9980+
"smithy.api#documentation": "<p>An array of IDs for each security group in the VPC to use.</p>",
99519981
"smithy.api#required": {}
99529982
}
99539983
}
99549984
},
99559985
"traits": {
9956-
"smithy.api#documentation": "<p>VPC configuration.</p>"
9986+
"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>"
99579987
}
99589988
}
99599989
}

0 commit comments

Comments
 (0)