Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 16, 2024
1 parent e7ca6d9 commit 96a7120
Show file tree
Hide file tree
Showing 13 changed files with 386 additions and 20 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-bedrock-74082.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``bedrock``",
"description": "This feature adds cross account s3 bucket and VPC support to ModelInvocation jobs. To use a cross account bucket, pass in the accountId of the bucket to s3BucketOwner in the ModelInvocationJobInputDataConfig or ModelInvocationJobOutputDataConfig."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-iot-36634.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``iot``",
"description": "This release adds additional enhancements to AWS IoT Device Management Software Package Catalog and Jobs. It also adds SBOM support in Software Package Version."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-medialive-37228.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``medialive``",
"description": "Removing the ON_PREMISE enum from the input settings field."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-organizations-45473.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``organizations``",
"description": "Doc only update for AWS Organizations that fixes several customer-reported issues"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-pcaconnectorscep-27388.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``pca-connector-scep``",
"description": "This is a general availability (GA) release of Connector for SCEP, a feature of AWS Private CA. Connector for SCEP links your SCEP-enabled and mobile device management systems to AWS Private CA for digital signature installation and certificate management."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-rds-47066.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``rds``",
"description": "Launching Global Cluster tagging."
}
30 changes: 25 additions & 5 deletions botocore/data/bedrock/2023-04-20/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@
},
"vpcConfig":{
"shape":"VpcConfig",
"documentation":"<p>VPC configuration (optional). Configuration parameters for the private Virtual Private Cloud (VPC) that contains the resources you are using for this job.</p>"
"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 @@ -1439,6 +1439,10 @@
"shape":"ModelInvocationJobOutputDataConfig",
"documentation":"<p>Details about the location of the output of the batch inference job.</p>"
},
"vpcConfig":{
"shape":"VpcConfig",
"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":{
"shape":"ModelInvocationJobTimeoutDurationInHours",
"documentation":"<p>The number of hours after which to force the batch inference job to time out.</p>"
Expand Down Expand Up @@ -2816,6 +2820,10 @@
"shape":"ModelInvocationJobOutputDataConfig",
"documentation":"<p>Details about the location of the output of the batch inference job.</p>"
},
"vpcConfig":{
"shape":"VpcConfig",
"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":{
"shape":"ModelInvocationJobTimeoutDurationInHours",
"documentation":"<p>The number of hours after which batch inference job was set to time out.</p>"
Expand Down Expand Up @@ -4997,9 +5005,13 @@
"s3Uri":{
"shape":"S3Uri",
"documentation":"<p>The S3 location of the input data.</p>"
},
"s3BucketOwner":{
"shape":"AccountId",
"documentation":"<p>The ID of the Amazon Web Services account that owns the S3 bucket containing the input data.</p>"
}
},
"documentation":"<p>Contains the configuration of the S3 location of the output data.</p>"
"documentation":"<p>Contains the configuration of the S3 location of the input data.</p>"
},
"ModelInvocationJobS3OutputDataConfig":{
"type":"structure",
Expand All @@ -5012,6 +5024,10 @@
"s3EncryptionKeyId":{
"shape":"KmsKeyId",
"documentation":"<p>The unique identifier of the key that encrypts the S3 location of the output data.</p>"
},
"s3BucketOwner":{
"shape":"AccountId",
"documentation":"<p>The ID of the Amazon Web Services account that owns the S3 bucket containing the output data.</p>"
}
},
"documentation":"<p>Contains the configuration of the S3 location of the output data.</p>"
Expand Down Expand Up @@ -5095,6 +5111,10 @@
"shape":"ModelInvocationJobOutputDataConfig",
"documentation":"<p>Details about the location of the output of the batch inference job.</p>"
},
"vpcConfig":{
"shape":"VpcConfig",
"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":{
"shape":"ModelInvocationJobTimeoutDurationInHours",
"documentation":"<p>The number of hours after which the batch inference job was set to time out.</p>"
Expand Down Expand Up @@ -5753,14 +5773,14 @@
"members":{
"subnetIds":{
"shape":"SubnetIds",
"documentation":"<p>VPC configuration subnets.</p>"
"documentation":"<p>An array of IDs for each subnet in the VPC to use.</p>"
},
"securityGroupIds":{
"shape":"SecurityGroupIds",
"documentation":"<p>VPC configuration security group Ids.</p>"
"documentation":"<p>An array of IDs for each security group in the VPC to use.</p>"
}
},
"documentation":"<p>VPC configuration.</p>"
"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>"
}
},
"documentation":"<p>Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models.</p>"
Expand Down
6 changes: 6 additions & 0 deletions botocore/data/iot/2015-05-28/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,12 @@
"limit_key": "maxResults",
"output_token": "nextToken",
"result_key": "packageSummaries"
},
"ListSbomValidationResults": {
"input_token": "nextToken",
"limit_key": "maxResults",
"output_token": "nextToken",
"result_key": "validationResultSummaries"
}
}
}
Loading

0 comments on commit 96a7120

Please sign in to comment.