Skip to content

Commit 717c1c4

Browse files
Updated API models and rebuilt service gems.
1 parent 779777c commit 717c1c4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1517
-203
lines changed

apis/bedrock/2023-04-20/api-2.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,6 +1161,7 @@
11611161
"modelId":{"shape":"ModelId"},
11621162
"inputDataConfig":{"shape":"ModelInvocationJobInputDataConfig"},
11631163
"outputDataConfig":{"shape":"ModelInvocationJobOutputDataConfig"},
1164+
"vpcConfig":{"shape":"VpcConfig"},
11641165
"timeoutDurationInHours":{"shape":"ModelInvocationJobTimeoutDurationInHours"},
11651166
"tags":{"shape":"TagList"}
11661167
}
@@ -1977,6 +1978,7 @@
19771978
"endTime":{"shape":"Timestamp"},
19781979
"inputDataConfig":{"shape":"ModelInvocationJobInputDataConfig"},
19791980
"outputDataConfig":{"shape":"ModelInvocationJobOutputDataConfig"},
1981+
"vpcConfig":{"shape":"VpcConfig"},
19801982
"timeoutDurationInHours":{"shape":"ModelInvocationJobTimeoutDurationInHours"},
19811983
"jobExpirationTime":{"shape":"Timestamp"}
19821984
}
@@ -3576,15 +3578,17 @@
35763578
"required":["s3Uri"],
35773579
"members":{
35783580
"s3InputFormat":{"shape":"S3InputFormat"},
3579-
"s3Uri":{"shape":"S3Uri"}
3581+
"s3Uri":{"shape":"S3Uri"},
3582+
"s3BucketOwner":{"shape":"AccountId"}
35803583
}
35813584
},
35823585
"ModelInvocationJobS3OutputDataConfig":{
35833586
"type":"structure",
35843587
"required":["s3Uri"],
35853588
"members":{
35863589
"s3Uri":{"shape":"S3Uri"},
3587-
"s3EncryptionKeyId":{"shape":"KmsKeyId"}
3590+
"s3EncryptionKeyId":{"shape":"KmsKeyId"},
3591+
"s3BucketOwner":{"shape":"AccountId"}
35883592
}
35893593
},
35903594
"ModelInvocationJobStatus":{
@@ -3630,6 +3634,7 @@
36303634
"endTime":{"shape":"Timestamp"},
36313635
"inputDataConfig":{"shape":"ModelInvocationJobInputDataConfig"},
36323636
"outputDataConfig":{"shape":"ModelInvocationJobOutputDataConfig"},
3637+
"vpcConfig":{"shape":"VpcConfig"},
36333638
"timeoutDurationInHours":{"shape":"ModelInvocationJobTimeoutDurationInHours"},
36343639
"jobExpirationTime":{"shape":"Timestamp"}
36353640
}

apis/bedrock/2023-04-20/docs-2.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@
6161
"CustomModelSummary$ownerAccountId": "<p>The unique identifier of the account that owns the model.</p>",
6262
"GetModelCopyJobResponse$sourceAccountId": "<p>The unique identifier of the account that the model being copied originated from.</p>",
6363
"ListModelCopyJobsRequest$sourceAccountEquals": "<p>Filters for model copy jobs in which the account that the source model belongs to is equal to the value that you specify.</p>",
64-
"ModelCopyJobSummary$sourceAccountId": "<p>The unique identifier of the account that the model being copied originated from.</p>"
64+
"ModelCopyJobSummary$sourceAccountId": "<p>The unique identifier of the account that the model being copied originated from.</p>",
65+
"ModelInvocationJobS3InputDataConfig$s3BucketOwner": "<p>The ID of the Amazon Web Services account that owns the S3 bucket containing the input data.</p>",
66+
"ModelInvocationJobS3OutputDataConfig$s3BucketOwner": "<p>The ID of the Amazon Web Services account that owns the S3 bucket containing the output data.</p>"
6567
}
6668
},
6769
"AutomatedEvaluationConfig": {
@@ -1816,7 +1818,7 @@
18161818
}
18171819
},
18181820
"ModelInvocationJobS3InputDataConfig": {
1819-
"base": "<p>Contains the configuration of the S3 location of the output data.</p>",
1821+
"base": "<p>Contains the configuration of the S3 location of the input data.</p>",
18201822
"refs": {
18211823
"ModelInvocationJobInputDataConfig$s3InputDataConfig": "<p>Contains the configuration of the S3 location of the input data.</p>"
18221824
}
@@ -2062,7 +2064,7 @@
20622064
"SecurityGroupIds": {
20632065
"base": null,
20642066
"refs": {
2065-
"VpcConfig$securityGroupIds": "<p>VPC configuration security group Ids.</p>"
2067+
"VpcConfig$securityGroupIds": "<p>An array of IDs for each security group in the VPC to use.</p>"
20662068
}
20672069
},
20682070
"ServiceQuotaExceededException": {
@@ -2155,7 +2157,7 @@
21552157
"SubnetIds": {
21562158
"base": null,
21572159
"refs": {
2158-
"VpcConfig$subnetIds": "<p>VPC configuration subnets.</p>"
2160+
"VpcConfig$subnetIds": "<p>An array of IDs for each subnet in the VPC to use.</p>"
21592161
}
21602162
},
21612163
"Tag": {
@@ -2380,12 +2382,15 @@
23802382
}
23812383
},
23822384
"VpcConfig": {
2383-
"base": "<p>VPC configuration.</p>",
2385+
"base": "<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>",
23842386
"refs": {
2385-
"CreateModelCustomizationJobRequest$vpcConfig": "<p>VPC configuration (optional). Configuration parameters for the private Virtual Private Cloud (VPC) that contains the resources you are using for this job.</p>",
2387+
"CreateModelCustomizationJobRequest$vpcConfig": "<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>",
23862388
"CreateModelImportJobRequest$vpcConfig": "<p>VPC configuration parameters for the private Virtual Private Cloud (VPC) that contains the resources you are using for the import job.</p>",
2389+
"CreateModelInvocationJobRequest$vpcConfig": "<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>",
23872390
"GetModelCustomizationJobResponse$vpcConfig": "<p>VPC configuration for the custom model job.</p>",
2388-
"GetModelImportJobResponse$vpcConfig": "<p>The Virtual Private Cloud (VPC) configuration of the import model job.</p>"
2391+
"GetModelImportJobResponse$vpcConfig": "<p>The Virtual Private Cloud (VPC) configuration of the import model job.</p>",
2392+
"GetModelInvocationJobResponse$vpcConfig": "<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>",
2393+
"ModelInvocationJobSummary$vpcConfig": "<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>"
23892394
}
23902395
}
23912396
}

0 commit comments

Comments
 (0)