Skip to content

Commit

Permalink
Merge branch 'release-1.35.20' into develop
Browse files Browse the repository at this point in the history
* release-1.35.20:
  Bumping version to 1.35.20
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Sep 16, 2024
2 parents e7ca6d9 + 5af7145 commit 3cafb9f
Show file tree
Hide file tree
Showing 12 changed files with 459 additions and 57 deletions.
32 changes: 32 additions & 0 deletions .changes/1.35.20.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"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.",
"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.",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "Removing the ON_PREMISE enum from the input settings field.",
"type": "api-change"
},
{
"category": "``organizations``",
"description": "Doc only update for AWS Organizations that fixes several customer-reported issues",
"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.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "Launching Global Cluster tagging.",
"type": "api-change"
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.35.20
=======

* api-change:``bedrock``: 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.
* api-change:``iot``: This release adds additional enhancements to AWS IoT Device Management Software Package Catalog and Jobs. It also adds SBOM support in Software Package Version.
* api-change:``medialive``: Removing the ON_PREMISE enum from the input settings field.
* api-change:``organizations``: Doc only update for AWS Organizations that fixes several customer-reported issues
* api-change:``pca-connector-scep``: 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.
* api-change:``rds``: Launching Global Cluster tagging.


1.35.19
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.35.19'
__version__ = '1.35.20'


class NullHandler(logging.Handler):
Expand Down
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
93 changes: 58 additions & 35 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -7249,6 +7249,12 @@
"tags" : [ "fips" ]
} ]
},
"ap-southeast-5" : {
"variants" : [ {
"hostname" : "elasticfilesystem-fips.ap-southeast-5.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"ca-central-1" : {
"variants" : [ {
"hostname" : "elasticfilesystem-fips.ca-central-1.amazonaws.com",
Expand Down Expand Up @@ -7386,6 +7392,13 @@
"deprecated" : true,
"hostname" : "elasticfilesystem-fips.ap-southeast-4.amazonaws.com"
},
"fips-ap-southeast-5" : {
"credentialScope" : {
"region" : "ap-southeast-5"
},
"deprecated" : true,
"hostname" : "elasticfilesystem-fips.ap-southeast-5.amazonaws.com"
},
"fips-ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
Expand Down Expand Up @@ -19497,18 +19510,22 @@
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-south-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ca-central-1" : {
"variants" : [ {
"hostname" : "ssm-sap-fips.ca-central-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-south-2" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down Expand Up @@ -19547,6 +19564,8 @@
"deprecated" : true,
"hostname" : "ssm-sap-fips.us-west-2.amazonaws.com"
},
"il-central-1" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : {
Expand Down Expand Up @@ -20453,82 +20472,62 @@
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"sa-east-1" : { },
"transcribestreaming-ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"deprecated" : true,
"ca-central-1" : {
"variants" : [ {
"hostname" : "transcribestreaming-fips.ca-central-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"transcribestreaming-fips-ca-central-1" : {
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"fips-ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"deprecated" : true,
"hostname" : "transcribestreaming-fips.ca-central-1.amazonaws.com"
},
"transcribestreaming-fips-us-east-1" : {
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"deprecated" : true,
"hostname" : "transcribestreaming-fips.us-east-1.amazonaws.com"
},
"transcribestreaming-fips-us-east-2" : {
"fips-us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"deprecated" : true,
"hostname" : "transcribestreaming-fips.us-east-2.amazonaws.com"
},
"transcribestreaming-fips-us-west-2" : {
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"deprecated" : true,
"hostname" : "transcribestreaming-fips.us-west-2.amazonaws.com"
},
"transcribestreaming-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"deprecated" : true,
"sa-east-1" : { },
"us-east-1" : {
"variants" : [ {
"hostname" : "transcribestreaming-fips.us-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"transcribestreaming-us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"deprecated" : true,
"us-east-2" : {
"variants" : [ {
"hostname" : "transcribestreaming-fips.us-east-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"transcribestreaming-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"deprecated" : true,
"us-west-2" : {
"variants" : [ {
"hostname" : "transcribestreaming-fips.us-west-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
}
}
},
"transfer" : {
Expand Down Expand Up @@ -28673,8 +28672,32 @@
},
"transcribestreaming" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
"fips-us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"deprecated" : true,
"hostname" : "transcribestreaming-fips.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "transcribestreaming-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : {
"variants" : [ {
"hostname" : "transcribestreaming-fips.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "transcribestreaming-fips.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
}
},
"transfer" : {
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 3cafb9f

Please sign in to comment.