Skip to content

Commit

Permalink
Release v1.51.30 (2024-04-26) (#5243)
Browse files Browse the repository at this point in the history
Release v1.51.30 (2024-04-26)
===

### Service Client Updates
* `service/codepipeline`: Updates service API and documentation
  * Add ability to manually and automatically roll back a pipeline stage to a previously successful execution.
* `service/cognito-idp`: Updates service API and documentation
* `service/connectcampaigns`: Updates service API and documentation
* `service/entitlement.marketplace`: Updates service API
* `service/oam`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * SupportsLimitlessDatabase field added to describe-db-engine-versions to indicate whether the DB engine version supports Aurora Limitless Database.
* `service/support`: Updates service API
  * Releasing minor endpoint updates.
  • Loading branch information
aws-sdk-go-automation committed Apr 26, 2024
1 parent 0b033bb commit f62236f
Show file tree
Hide file tree
Showing 27 changed files with 1,885 additions and 504 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
Release v1.51.30 (2024-04-26)
===

### Service Client Updates
* `service/codepipeline`: Updates service API and documentation
* Add ability to manually and automatically roll back a pipeline stage to a previously successful execution.
* `service/cognito-idp`: Updates service API and documentation
* `service/connectcampaigns`: Updates service API and documentation
* `service/entitlement.marketplace`: Updates service API
* `service/oam`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* SupportsLimitlessDatabase field added to describe-db-engine-versions to indicate whether the DB engine version supports Aurora Limitless Database.
* `service/support`: Updates service API
* Releasing minor endpoint updates.

Release v1.51.29 (2024-04-25)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.51.29"
const SDKVersion = "1.51.30"
108 changes: 103 additions & 5 deletions models/apis/codepipeline/2015-07-09/api-2.json
Expand Up @@ -5,6 +5,7 @@
"endpointPrefix":"codepipeline",
"jsonVersion":"1.1",
"protocol":"json",
"protocols":["json"],
"serviceAbbreviation":"CodePipeline",
"serviceFullName":"AWS CodePipeline",
"serviceId":"CodePipeline",
Expand Down Expand Up @@ -482,6 +483,24 @@
{"shape":"NotLatestPipelineExecutionException"}
]
},
"RollbackStage":{
"name":"RollbackStage",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"RollbackStageInput"},
"output":{"shape":"RollbackStageOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"PipelineNotFoundException"},
{"shape":"PipelineExecutionNotFoundException"},
{"shape":"PipelineExecutionOutdatedException"},
{"shape":"StageNotFoundException"},
{"shape":"UnableToRollbackStageException"}
]
},
"StartPipelineExecution":{
"name":"StartPipelineExecution",
"http":{
Expand Down Expand Up @@ -1453,6 +1472,13 @@
"triggerDetail":{"shape":"TriggerDetail"}
}
},
"ExecutionType":{
"type":"string",
"enum":[
"STANDARD",
"ROLLBACK"
]
},
"ExecutorConfiguration":{
"type":"structure",
"members":{
Expand All @@ -1469,6 +1495,12 @@
},
"ExternalExecutionId":{"type":"string"},
"ExternalExecutionSummary":{"type":"string"},
"FailureConditions":{
"type":"structure",
"members":{
"result":{"shape":"Result"}
}
},
"FailureDetails":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1941,6 +1973,7 @@
"members":{
"pipelineName":{"shape":"PipelineName"},
"maxResults":{"shape":"MaxResults"},
"filter":{"shape":"PipelineExecutionFilter"},
"nextToken":{"shape":"NextToken"}
}
},
Expand Down Expand Up @@ -2149,7 +2182,15 @@
"artifactRevisions":{"shape":"ArtifactRevisionList"},
"variables":{"shape":"ResolvedPipelineVariableList"},
"trigger":{"shape":"ExecutionTrigger"},
"executionMode":{"shape":"ExecutionMode"}
"executionMode":{"shape":"ExecutionMode"},
"executionType":{"shape":"ExecutionType"},
"rollbackMetadata":{"shape":"PipelineRollbackMetadata"}
}
},
"PipelineExecutionFilter":{
"type":"structure",
"members":{
"succeededInStage":{"shape":"SucceededInStageFilter"}
}
},
"PipelineExecutionId":{
Expand All @@ -2169,6 +2210,13 @@
},
"exception":true
},
"PipelineExecutionOutdatedException":{
"type":"structure",
"members":{
"message":{"shape":"Message"}
},
"exception":true
},
"PipelineExecutionStatus":{
"type":"string",
"enum":[
Expand All @@ -2187,12 +2235,15 @@
"members":{
"pipelineExecutionId":{"shape":"PipelineExecutionId"},
"status":{"shape":"PipelineExecutionStatus"},
"statusSummary":{"shape":"PipelineExecutionStatusSummary"},
"startTime":{"shape":"Timestamp"},
"lastUpdateTime":{"shape":"Timestamp"},
"sourceRevisions":{"shape":"SourceRevisionList"},
"trigger":{"shape":"ExecutionTrigger"},
"stopTrigger":{"shape":"StopExecutionTrigger"},
"executionMode":{"shape":"ExecutionMode"}
"executionMode":{"shape":"ExecutionMode"},
"executionType":{"shape":"ExecutionType"},
"rollbackMetadata":{"shape":"PipelineRollbackMetadata"}
}
},
"PipelineExecutionSummaryList":{
Expand Down Expand Up @@ -2230,6 +2281,12 @@
},
"exception":true
},
"PipelineRollbackMetadata":{
"type":"structure",
"members":{
"rollbackTargetPipelineExecutionId":{"shape":"PipelineExecutionId"}
}
},
"PipelineStageDeclarationList":{
"type":"list",
"member":{"shape":"StageDeclaration"}
Expand Down Expand Up @@ -2541,6 +2598,10 @@
},
"exception":true
},
"Result":{
"type":"string",
"enum":["ROLLBACK"]
},
"RetryStageExecutionInput":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -2582,6 +2643,26 @@
"max":1024,
"pattern":"arn:aws(-[\\w]+)*:iam::[0-9]{12}:role/.*"
},
"RollbackStageInput":{
"type":"structure",
"required":[
"pipelineName",
"stageName",
"targetPipelineExecutionId"
],
"members":{
"pipelineName":{"shape":"PipelineName"},
"stageName":{"shape":"StageName"},
"targetPipelineExecutionId":{"shape":"PipelineExecutionId"}
}
},
"RollbackStageOutput":{
"type":"structure",
"required":["pipelineExecutionId"],
"members":{
"pipelineExecutionId":{"shape":"PipelineExecutionId"}
}
},
"S3ArtifactLocation":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -2689,7 +2770,8 @@
"members":{
"name":{"shape":"StageName"},
"blockers":{"shape":"StageBlockerDeclarationList"},
"actions":{"shape":"StageActionDeclarationList"}
"actions":{"shape":"StageActionDeclarationList"},
"onFailure":{"shape":"FailureConditions"}
}
},
"StageExecution":{
Expand All @@ -2700,7 +2782,8 @@
],
"members":{
"pipelineExecutionId":{"shape":"PipelineExecutionId"},
"status":{"shape":"StageExecutionStatus"}
"status":{"shape":"StageExecutionStatus"},
"type":{"shape":"ExecutionType"}
}
},
"StageExecutionList":{
Expand Down Expand Up @@ -2821,6 +2904,12 @@
"max":200
},
"String":{"type":"string"},
"SucceededInStageFilter":{
"type":"structure",
"members":{
"stageName":{"shape":"StageName"}
}
},
"Tag":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -2935,9 +3024,18 @@
"Webhook",
"CloudWatchEvent",
"PutActionRevision",
"WebhookV2"
"WebhookV2",
"ManualRollback",
"AutomatedRollback"
]
},
"UnableToRollbackStageException":{
"type":"structure",
"members":{
"message":{"shape":"String"}
},
"exception":true
},
"UntagResourceInput":{
"type":"structure",
"required":[
Expand Down

0 comments on commit f62236f

Please sign in to comment.