Skip to content

Commit

Permalink
Merge branch 'release-1.35.40'
Browse files Browse the repository at this point in the history
* release-1.35.40:
  Bumping version to 1.35.40
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Oct 14, 2024
2 parents 35ed03b + de00677 commit 41d910f
Show file tree
Hide file tree
Showing 12 changed files with 808 additions and 74 deletions.
27 changes: 27 additions & 0 deletions .changes/1.35.40.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``codepipeline``",
"description": "AWS CodePipeline V2 type pipelines now support automatically retrying failed stages and skipping stage for failed entry conditions.",
"type": "api-change"
},
{
"category": "``mailmanager``",
"description": "Mail Manager support for viewing and exporting metadata of archived messages.",
"type": "api-change"
},
{
"category": "``securitylake``",
"description": "This release updates request validation regex for resource ARNs.",
"type": "api-change"
},
{
"category": "``supplychain``",
"description": "This release adds AWS Supply Chain instance management functionality. Specifically adding CreateInstance, DeleteInstance, GetInstance, ListInstances, and UpdateInstance APIs.",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "This release enables customers using SFTP connectors to query the transfer status of their files to meet their monitoring needs as well as orchestrate post transfer actions.",
"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.40
=======

* api-change:``codepipeline``: AWS CodePipeline V2 type pipelines now support automatically retrying failed stages and skipping stage for failed entry conditions.
* api-change:``mailmanager``: Mail Manager support for viewing and exporting metadata of archived messages.
* api-change:``securitylake``: This release updates request validation regex for resource ARNs.
* api-change:``supplychain``: This release adds AWS Supply Chain instance management functionality. Specifically adding CreateInstance, DeleteInstance, GetInstance, ListInstances, and UpdateInstance APIs.
* api-change:``transfer``: This release enables customers using SFTP connectors to query the transfer status of their files to meet their monitoring needs as well as orchestrate post transfer actions.


1.35.39
=======

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.39'
__version__ = '1.35.40'


class NullHandler(logging.Handler):
Expand Down
54 changes: 52 additions & 2 deletions botocore/data/codepipeline/2015-07-09/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2301,6 +2301,10 @@
"shape":"Result",
"documentation":"<p>The specified result for when the failure conditions are met, such as rolling back the stage.</p>"
},
"retryConfiguration":{
"shape":"RetryConfiguration",
"documentation":"<p>The retry configuration specifies automatic retry for a failed stage, along with the configured retry mode.</p>"
},
"conditions":{
"shape":"ConditionList",
"documentation":"<p>The conditions that are configured as failure conditions.</p>"
Expand Down Expand Up @@ -4192,9 +4196,25 @@
"type":"string",
"enum":[
"ROLLBACK",
"FAIL"
"FAIL",
"RETRY",
"SKIP"
]
},
"RetryAttempt":{
"type":"integer",
"min":1
},
"RetryConfiguration":{
"type":"structure",
"members":{
"retryMode":{
"shape":"StageRetryMode",
"documentation":"<p>The method that you want to configure for automatic stage retry on stage failure. You can specify to retry only failed action in the stage or all actions in the stage.</p>"
}
},
"documentation":"<p>The retry configuration specifies automatic retry for a failed stage, along with the configured retry mode.</p>"
},
"RetryStageExecutionInput":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -4233,6 +4253,31 @@
},
"documentation":"<p>Represents the output of a <code>RetryStageExecution</code> action.</p>"
},
"RetryStageMetadata":{
"type":"structure",
"members":{
"autoStageRetryAttempt":{
"shape":"RetryAttempt",
"documentation":"<p>The number of attempts for a specific stage with automatic retry on stage failure. One attempt is allowed for automatic stage retry on failure.</p>"
},
"manualStageRetryAttempt":{
"shape":"RetryAttempt",
"documentation":"<p>The number of attempts for a specific stage where manual retries have been made upon stage failure.</p>"
},
"latestRetryTrigger":{
"shape":"RetryTrigger",
"documentation":"<p>The latest trigger for a specific stage where manual or automatic retries have been made upon stage failure.</p>"
}
},
"documentation":"<p>The details of a specific automatic retry on stage failure, including the attempt number and trigger.</p>"
},
"RetryTrigger":{
"type":"string",
"enum":[
"AutomatedStageRetry",
"ManualStageRetry"
]
},
"Revision":{
"type":"string",
"max":1500,
Expand Down Expand Up @@ -4972,7 +5017,8 @@
"Failed",
"Stopped",
"Stopping",
"Succeeded"
"Succeeded",
"Skipped"
]
},
"StageName":{
Expand Down Expand Up @@ -5037,6 +5083,10 @@
"onFailureConditionState":{
"shape":"StageConditionState",
"documentation":"<p>The state of the failure conditions for a stage.</p>"
},
"retryStageMetadata":{
"shape":"RetryStageMetadata",
"documentation":"<p>he details of a specific automatic retry on stage failure, including the attempt number and trigger.</p>"
}
},
"documentation":"<p>Represents information about the state of the stage.</p>"
Expand Down
91 changes: 77 additions & 14 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2055,20 +2055,76 @@
"protocols" : [ "https" ]
},
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
"ap-northeast-1" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"ap-northeast-2" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"ap-south-1" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-1" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-2" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"eu-central-1" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"eu-north-1" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"eu-west-1" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"eu-west-2" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"eu-west-3" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"sa-east-1" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"us-east-1" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"us-east-2" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"us-west-2" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
}
}
},
"arc-zonal-shift" : {
Expand Down Expand Up @@ -2576,6 +2632,7 @@
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ap-southeast-5" : { },
"ca-central-1" : { },
"ca-west-1" : { },
"eu-central-1" : { },
Expand Down Expand Up @@ -28092,6 +28149,12 @@
}
}
},
"schemas" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
"secretsmanager" : {
"endpoints" : {
"us-gov-east-1" : {
Expand Down
Loading

0 comments on commit 41d910f

Please sign in to comment.