Skip to content

Commit

Permalink
Merge branch 'release-1.35.1' into develop
Browse files Browse the repository at this point in the history
* release-1.35.1:
  Bumping version to 1.35.1
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Aug 19, 2024
2 parents 53abee4 + e6c5c15 commit 6b175b6
Show file tree
Hide file tree
Showing 11 changed files with 3,084 additions and 2,407 deletions.
27 changes: 27 additions & 0 deletions .changes/1.35.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``bedrock``",
"description": "Amazon Bedrock Batch Inference/ Model Invocation is a feature which allows customers to asynchronously run inference on a large set of records/files stored in S3.",
"type": "api-change"
},
{
"category": "``codebuild``",
"description": "AWS CodeBuild now supports creating fleets with macOS platform for running builds.",
"type": "api-change"
},
{
"category": "``deadline``",
"description": "This release adds additional search fields and provides sorting by multiple fields.",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "Release Lambda FunctionRecursiveConfig, enabling customers to turn recursive loop detection on or off on individual functions. This release adds two new APIs, GetFunctionRecursionConfig and PutFunctionRecursionConfig.",
"type": "api-change"
},
{
"category": "``ssm-sap``",
"description": "Add new attributes to the outputs of GetApplication and GetDatabase APIs.",
"type": "api-change"
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

1.35.1
======

* api-change:``bedrock``: Amazon Bedrock Batch Inference/ Model Invocation is a feature which allows customers to asynchronously run inference on a large set of records/files stored in S3.
* api-change:``codebuild``: AWS CodeBuild now supports creating fleets with macOS platform for running builds.
* api-change:``deadline``: This release adds additional search fields and provides sorting by multiple fields.
* api-change:``lambda``: Release Lambda FunctionRecursiveConfig, enabling customers to turn recursive loop detection on or off on individual functions. This release adds two new APIs, GetFunctionRecursionConfig and PutFunctionRecursionConfig.
* api-change:``ssm-sap``: Add new attributes to the outputs of GetApplication and GetDatabase APIs.


1.35.0
======

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.0'
__version__ = '1.35.1'


class NullHandler(logging.Handler):
Expand Down
6 changes: 6 additions & 0 deletions botocore/data/bedrock/2023-04-20/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "modelCopyJobSummaries"
},
"ListModelInvocationJobs": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "invocationJobSummaries"
}
}
}
485 changes: 484 additions & 1 deletion botocore/data/bedrock/2023-04-20/service-2.json

Large diffs are not rendered by default.

19 changes: 17 additions & 2 deletions botocore/data/codebuild/2016-10-06/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1607,6 +1607,10 @@
"documentation":"<p>The compute fleet overflow behavior.</p> <ul> <li> <p>For overflow behavior <code>QUEUE</code>, your overflow builds need to wait on the existing fleet instance to become available.</p> </li> <li> <p>For overflow behavior <code>ON_DEMAND</code>, your overflow builds run on CodeBuild on-demand.</p> <note> <p>If you choose to set your overflow behavior to on-demand while creating a VPC-connected fleet, make sure that you add the required VPC permissions to your project service role. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-create-vpc-network-interface\">Example policy statement to allow CodeBuild access to Amazon Web Services services required to create a VPC network interface</a>.</p> </note> </li> </ul>"
},
"vpcConfig":{"shape":"VpcConfig"},
"imageId":{
"shape":"NonEmptyString",
"documentation":"<p>The Amazon Machine Image (AMI) of the compute fleet.</p>"
},
"fleetServiceRole":{
"shape":"NonEmptyString",
"documentation":"<p>The service role associated with the compute fleet. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-permission-policy-fleet-service-role.html\"> Allow a user to add a permission policy for a fleet service role</a> in the <i>CodeBuild User Guide</i>.</p>"
Expand Down Expand Up @@ -2112,7 +2116,8 @@
"ARM_CONTAINER",
"WINDOWS_SERVER_2019_CONTAINER",
"LINUX_LAMBDA_CONTAINER",
"ARM_LAMBDA_CONTAINER"
"ARM_LAMBDA_CONTAINER",
"MAC_ARM"
]
},
"EnvironmentVariable":{
Expand Down Expand Up @@ -2227,6 +2232,10 @@
"documentation":"<p>The compute fleet overflow behavior.</p> <ul> <li> <p>For overflow behavior <code>QUEUE</code>, your overflow builds need to wait on the existing fleet instance to become available.</p> </li> <li> <p>For overflow behavior <code>ON_DEMAND</code>, your overflow builds run on CodeBuild on-demand.</p> <note> <p>If you choose to set your overflow behavior to on-demand while creating a VPC-connected fleet, make sure that you add the required VPC permissions to your project service role. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-create-vpc-network-interface\">Example policy statement to allow CodeBuild access to Amazon Web Services services required to create a VPC network interface</a>.</p> </note> </li> </ul>"
},
"vpcConfig":{"shape":"VpcConfig"},
"imageId":{
"shape":"NonEmptyString",
"documentation":"<p>The Amazon Machine Image (AMI) of the compute fleet.</p>"
},
"fleetServiceRole":{
"shape":"NonEmptyString",
"documentation":"<p>The service role associated with the compute fleet. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-permission-policy-fleet-service-role.html\"> Allow a user to add a permission policy for a fleet service role</a> in the <i>CodeBuild User Guide</i>.</p>"
Expand All @@ -2253,7 +2262,9 @@
"enum":[
"CREATE_FAILED",
"UPDATE_FAILED",
"ACTION_REQUIRED"
"ACTION_REQUIRED",
"PENDING_DELETION",
"INSUFFICIENT_CAPACITY"
]
},
"FleetName":{
Expand Down Expand Up @@ -4530,6 +4541,10 @@
"documentation":"<p>The compute fleet overflow behavior.</p> <ul> <li> <p>For overflow behavior <code>QUEUE</code>, your overflow builds need to wait on the existing fleet instance to become available.</p> </li> <li> <p>For overflow behavior <code>ON_DEMAND</code>, your overflow builds run on CodeBuild on-demand.</p> <note> <p>If you choose to set your overflow behavior to on-demand while creating a VPC-connected fleet, make sure that you add the required VPC permissions to your project service role. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-create-vpc-network-interface\">Example policy statement to allow CodeBuild access to Amazon Web Services services required to create a VPC network interface</a>.</p> </note> </li> </ul>"
},
"vpcConfig":{"shape":"VpcConfig"},
"imageId":{
"shape":"NonEmptyString",
"documentation":"<p>The Amazon Machine Image (AMI) of the compute fleet.</p>"
},
"fleetServiceRole":{
"shape":"NonEmptyString",
"documentation":"<p>The service role associated with the compute fleet. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-permission-policy-fleet-service-role.html\"> Allow a user to add a permission policy for a fleet service role</a> in the <i>CodeBuild User Guide</i>.</p>"
Expand Down
Loading

0 comments on commit 6b175b6

Please sign in to comment.