Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Sep 16, 2024
1 parent 779777c commit 717c1c4
Show file tree
Hide file tree
Showing 58 changed files with 1,517 additions and 203 deletions.
9 changes: 7 additions & 2 deletions apis/bedrock/2023-04-20/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1161,6 +1161,7 @@
"modelId":{"shape":"ModelId"},
"inputDataConfig":{"shape":"ModelInvocationJobInputDataConfig"},
"outputDataConfig":{"shape":"ModelInvocationJobOutputDataConfig"},
"vpcConfig":{"shape":"VpcConfig"},
"timeoutDurationInHours":{"shape":"ModelInvocationJobTimeoutDurationInHours"},
"tags":{"shape":"TagList"}
}
Expand Down Expand Up @@ -1977,6 +1978,7 @@
"endTime":{"shape":"Timestamp"},
"inputDataConfig":{"shape":"ModelInvocationJobInputDataConfig"},
"outputDataConfig":{"shape":"ModelInvocationJobOutputDataConfig"},
"vpcConfig":{"shape":"VpcConfig"},
"timeoutDurationInHours":{"shape":"ModelInvocationJobTimeoutDurationInHours"},
"jobExpirationTime":{"shape":"Timestamp"}
}
Expand Down Expand Up @@ -3576,15 +3578,17 @@
"required":["s3Uri"],
"members":{
"s3InputFormat":{"shape":"S3InputFormat"},
"s3Uri":{"shape":"S3Uri"}
"s3Uri":{"shape":"S3Uri"},
"s3BucketOwner":{"shape":"AccountId"}
}
},
"ModelInvocationJobS3OutputDataConfig":{
"type":"structure",
"required":["s3Uri"],
"members":{
"s3Uri":{"shape":"S3Uri"},
"s3EncryptionKeyId":{"shape":"KmsKeyId"}
"s3EncryptionKeyId":{"shape":"KmsKeyId"},
"s3BucketOwner":{"shape":"AccountId"}
}
},
"ModelInvocationJobStatus":{
Expand Down Expand Up @@ -3630,6 +3634,7 @@
"endTime":{"shape":"Timestamp"},
"inputDataConfig":{"shape":"ModelInvocationJobInputDataConfig"},
"outputDataConfig":{"shape":"ModelInvocationJobOutputDataConfig"},
"vpcConfig":{"shape":"VpcConfig"},
"timeoutDurationInHours":{"shape":"ModelInvocationJobTimeoutDurationInHours"},
"jobExpirationTime":{"shape":"Timestamp"}
}
Expand Down
19 changes: 12 additions & 7 deletions apis/bedrock/2023-04-20/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@
"CustomModelSummary$ownerAccountId": "<p>The unique identifier of the account that owns the model.</p>",
"GetModelCopyJobResponse$sourceAccountId": "<p>The unique identifier of the account that the model being copied originated from.</p>",
"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>",
"ModelCopyJobSummary$sourceAccountId": "<p>The unique identifier of the account that the model being copied originated from.</p>"
"ModelCopyJobSummary$sourceAccountId": "<p>The unique identifier of the account that the model being copied originated from.</p>",
"ModelInvocationJobS3InputDataConfig$s3BucketOwner": "<p>The ID of the Amazon Web Services account that owns the S3 bucket containing the input data.</p>",
"ModelInvocationJobS3OutputDataConfig$s3BucketOwner": "<p>The ID of the Amazon Web Services account that owns the S3 bucket containing the output data.</p>"
}
},
"AutomatedEvaluationConfig": {
Expand Down Expand Up @@ -1816,7 +1818,7 @@
}
},
"ModelInvocationJobS3InputDataConfig": {
"base": "<p>Contains the configuration of the S3 location of the output data.</p>",
"base": "<p>Contains the configuration of the S3 location of the input data.</p>",
"refs": {
"ModelInvocationJobInputDataConfig$s3InputDataConfig": "<p>Contains the configuration of the S3 location of the input data.</p>"
}
Expand Down Expand Up @@ -2062,7 +2064,7 @@
"SecurityGroupIds": {
"base": null,
"refs": {
"VpcConfig$securityGroupIds": "<p>VPC configuration security group Ids.</p>"
"VpcConfig$securityGroupIds": "<p>An array of IDs for each security group in the VPC to use.</p>"
}
},
"ServiceQuotaExceededException": {
Expand Down Expand Up @@ -2155,7 +2157,7 @@
"SubnetIds": {
"base": null,
"refs": {
"VpcConfig$subnetIds": "<p>VPC configuration subnets.</p>"
"VpcConfig$subnetIds": "<p>An array of IDs for each subnet in the VPC to use.</p>"
}
},
"Tag": {
Expand Down Expand Up @@ -2380,12 +2382,15 @@
}
},
"VpcConfig": {
"base": "<p>VPC configuration.</p>",
"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>",
"refs": {
"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>",
"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>",
"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>",
"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>",
"GetModelCustomizationJobResponse$vpcConfig": "<p>VPC configuration for the custom model job.</p>",
"GetModelImportJobResponse$vpcConfig": "<p>The Virtual Private Cloud (VPC) configuration of the import model job.</p>"
"GetModelImportJobResponse$vpcConfig": "<p>The Virtual Private Cloud (VPC) configuration of the import model job.</p>",
"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>",
"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>"
}
}
}
Expand Down
Loading

0 comments on commit 717c1c4

Please sign in to comment.