Skip to content

Commit

Permalink
Merge branch 'release-1.35.3' into develop
Browse files Browse the repository at this point in the history
* release-1.35.3:
  Bumping version to 1.35.3
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Aug 21, 2024
2 parents 61c9386 + b85a20d commit 5713250
Show file tree
Hide file tree
Showing 12 changed files with 228 additions and 54 deletions.
37 changes: 37 additions & 0 deletions .changes/1.35.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``codestar``",
"description": "The codestar client has been removed following the deprecation of the service on July 31, 2024.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "DescribeInstanceStatus now returns health information on EBS volumes attached to Nitro instances",
"type": "api-change"
},
{
"category": "``entityresolution``",
"description": "Increase the mapping attributes in Schema to 35.",
"type": "api-change"
},
{
"category": "``glue``",
"description": "Add optional field JobRunQueuingEnabled to CreateJob and UpdateJob APIs.",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "Release FilterCriteria encryption for Lambda EventSourceMapping, enabling customers to encrypt their filter criteria using a customer-owned KMS key.",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "Security Hub documentation and definition updates",
"type": "api-change"
},
{
"category": "``ses``",
"description": "Enable email receiving customers to provide SES with access to their S3 buckets via an IAM role for \"Deliver to S3 Action\"",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codestar-90506.json

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.35.3
======

* api-change:``codestar``: The codestar client has been removed following the deprecation of the service on July 31, 2024.
* api-change:``ec2``: DescribeInstanceStatus now returns health information on EBS volumes attached to Nitro instances
* api-change:``entityresolution``: Increase the mapping attributes in Schema to 35.
* api-change:``glue``: Add optional field JobRunQueuingEnabled to CreateJob and UpdateJob APIs.
* api-change:``lambda``: Release FilterCriteria encryption for Lambda EventSourceMapping, enabling customers to encrypt their filter criteria using a customer-owned KMS key.
* api-change:``securityhub``: Security Hub documentation and definition updates
* api-change:``ses``: Enable email receiving customers to provide SES with access to their S3 buckets via an IAM role for "Deliver to S3 Action"


1.35.2
======

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.2'
__version__ = '1.35.3'


class NullHandler(logging.Handler):
Expand Down
75 changes: 62 additions & 13 deletions botocore/data/ec2/2016-11-15/service-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -29928,4 +29928,4 @@
"services" : { }
} ],
"version" : 3
}
}
2 changes: 1 addition & 1 deletion botocore/data/entityresolution/2018-05-10/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3335,7 +3335,7 @@
"SchemaInputAttributes":{
"type":"list",
"member":{"shape":"SchemaInputAttribute"},
"max":25,
"max":35,
"min":2
},
"SchemaList":{
Expand Down
28 changes: 28 additions & 0 deletions botocore/data/glue/2017-03-31/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -7777,6 +7777,10 @@
"shape":"JobMode",
"documentation":"<p>A mode that describes how a job was created. Valid values are:</p> <ul> <li> <p> <code>SCRIPT</code> - The job was created using the Glue Studio script editor.</p> </li> <li> <p> <code>VISUAL</code> - The job was created using the Glue Studio visual editor.</p> </li> <li> <p> <code>NOTEBOOK</code> - The job was created using an interactive sessions notebook.</p> </li> </ul> <p>When the <code>JobMode</code> field is missing or null, <code>SCRIPT</code> is assigned as the default value.</p>"
},
"JobRunQueuingEnabled":{
"shape":"NullableBoolean",
"documentation":"<p>Specifies whether job run queuing is enabled for the job runs for this job.</p> <p>A value of true means job run queuing is enabled for the job runs. If false or not populated, the job runs will not be considered for queueing.</p> <p>If this field does not match the value set in the job run, then the value from the job run field will be used.</p>"
},
"Description":{
"shape":"DescriptionString",
"documentation":"<p>Description of the job being defined.</p>"
Expand Down Expand Up @@ -14664,6 +14668,10 @@
"shape":"JobMode",
"documentation":"<p>A mode that describes how a job was created. Valid values are:</p> <ul> <li> <p> <code>SCRIPT</code> - The job was created using the Glue Studio script editor.</p> </li> <li> <p> <code>VISUAL</code> - The job was created using the Glue Studio visual editor.</p> </li> <li> <p> <code>NOTEBOOK</code> - The job was created using an interactive sessions notebook.</p> </li> </ul> <p>When the <code>JobMode</code> field is missing or null, <code>SCRIPT</code> is assigned as the default value.</p>"
},
"JobRunQueuingEnabled":{
"shape":"NullableBoolean",
"documentation":"<p>Specifies whether job run queuing is enabled for the job runs for this job.</p> <p>A value of true means job run queuing is enabled for the job runs. If false or not populated, the job runs will not be considered for queueing.</p> <p>If this field does not match the value set in the job run, then the value from the job run field will be used.</p>"
},
"Description":{
"shape":"DescriptionString",
"documentation":"<p>A description of the job.</p>"
Expand Down Expand Up @@ -14896,6 +14904,10 @@
"shape":"JobMode",
"documentation":"<p>A mode that describes how a job was created. Valid values are:</p> <ul> <li> <p> <code>SCRIPT</code> - The job was created using the Glue Studio script editor.</p> </li> <li> <p> <code>VISUAL</code> - The job was created using the Glue Studio visual editor.</p> </li> <li> <p> <code>NOTEBOOK</code> - The job was created using an interactive sessions notebook.</p> </li> </ul> <p>When the <code>JobMode</code> field is missing or null, <code>SCRIPT</code> is assigned as the default value.</p>"
},
"JobRunQueuingEnabled":{
"shape":"NullableBoolean",
"documentation":"<p>Specifies whether job run queuing is enabled for the job run.</p> <p>A value of true means job run queuing is enabled for the job run. If false or not populated, the job run will not be considered for queueing.</p>"
},
"StartedOn":{
"shape":"TimestampValue",
"documentation":"<p>The date and time at which this job run was started.</p>"
Expand Down Expand Up @@ -14981,6 +14993,10 @@
"ProfileName":{
"shape":"NameString",
"documentation":"<p>The name of an Glue usage profile associated with the job run.</p>"
},
"StateDetail":{
"shape":"OrchestrationMessageString",
"documentation":"<p>This field holds details that pertain to the state of a job run. The field is nullable.</p> <p>For example, when a job run is in a WAITING state as a result of job run queuing, the field has the reason why the job run is in that state.</p>"
}
},
"documentation":"<p>Contains information about a job run.</p>"
Expand Down Expand Up @@ -15011,6 +15027,10 @@
"shape":"JobMode",
"documentation":"<p>A mode that describes how a job was created. Valid values are:</p> <ul> <li> <p> <code>SCRIPT</code> - The job was created using the Glue Studio script editor.</p> </li> <li> <p> <code>VISUAL</code> - The job was created using the Glue Studio visual editor.</p> </li> <li> <p> <code>NOTEBOOK</code> - The job was created using an interactive sessions notebook.</p> </li> </ul> <p>When the <code>JobMode</code> field is missing or null, <code>SCRIPT</code> is assigned as the default value.</p>"
},
"JobRunQueuingEnabled":{
"shape":"NullableBoolean",
"documentation":"<p>Specifies whether job run queuing is enabled for the job runs for this job.</p> <p>A value of true means job run queuing is enabled for the job runs. If false or not populated, the job runs will not be considered for queueing.</p> <p>If this field does not match the value set in the job run, then the value from the job run field will be used.</p>"
},
"Description":{
"shape":"DescriptionString",
"documentation":"<p>Description of the job being defined.</p>"
Expand Down Expand Up @@ -17195,6 +17215,10 @@
"min":1,
"pattern":"arn:aws[^:]*:iam::[0-9]*:role/.+"
},
"OrchestrationMessageString":{
"type":"string",
"max":400000
},
"OrchestrationNameString":{
"type":"string",
"max":128,
Expand Down Expand Up @@ -20671,6 +20695,10 @@
"shape":"NameString",
"documentation":"<p>The name of the job definition to use.</p>"
},
"JobRunQueuingEnabled":{
"shape":"NullableBoolean",
"documentation":"<p>Specifies whether job run queuing is enabled for the job run.</p> <p>A value of true means job run queuing is enabled for the job run. If false or not populated, the job run will not be considered for queueing.</p>"
},
"JobRunId":{
"shape":"IdString",
"documentation":"<p>The ID of a previous <code>JobRun</code> to retry.</p>"
Expand Down
Loading

0 comments on commit 5713250

Please sign in to comment.