Skip to content

Commit

Permalink
Release v1.35.29 (2020-11-16)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/codepipeline`: Updates service API and documentation
  * We show details about inbound executions and id of action executions in GetPipelineState API. We also add ConflictException to StartPipelineExecution, RetryStageExecution, StopPipelineExecution APIs.
* `service/dms`: Updates service API and documentation
  * Adding MoveReplicationTask feature to move replication tasks between instances
* `service/iotsecuretunneling`: Updates service API and documentation
* `service/iotsitewise`: Updates service API and documentation
* `service/quicksight`: Updates service API and documentation
  * Adding new parameters for dashboard persistence
* `service/sagemaker`: Updates service API and documentation
  * This feature enables customers to encrypt their Amazon SageMaker Studio storage volumes with customer master keys (CMKs) managed by them in AWS Key Management Service (KMS).
* `service/servicecatalog`: Updates service API and documentation
  * Support import of CloudFormation stacks into Service Catalog provisioned products.
* `service/sns`: Updates service documentation
  * Documentation updates for Amazon SNS.
* `service/synthetics`: Updates service API and documentation
  • Loading branch information
awssdkgo committed Nov 16, 2020
1 parent 92ba103 commit 99af3b9
Show file tree
Hide file tree
Showing 36 changed files with 1,291 additions and 153 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
Release v1.35.29 (2020-11-16)
===

### Service Client Updates
* `service/codepipeline`: Updates service API and documentation
* We show details about inbound executions and id of action executions in GetPipelineState API. We also add ConflictException to StartPipelineExecution, RetryStageExecution, StopPipelineExecution APIs.
* `service/dms`: Updates service API and documentation
* Adding MoveReplicationTask feature to move replication tasks between instances
* `service/iotsecuretunneling`: Updates service API and documentation
* `service/iotsitewise`: Updates service API and documentation
* `service/quicksight`: Updates service API and documentation
* Adding new parameters for dashboard persistence
* `service/sagemaker`: Updates service API and documentation
* This feature enables customers to encrypt their Amazon SageMaker Studio storage volumes with customer master keys (CMKs) managed by them in AWS Key Management Service (KMS).
* `service/servicecatalog`: Updates service API and documentation
* Support import of CloudFormation stacks into Service Catalog provisioned products.
* `service/sns`: Updates service documentation
* Documentation updates for Amazon SNS.
* `service/synthetics`: Updates service API and documentation

Release v1.35.28 (2020-11-13)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.35.28"
const SDKVersion = "1.35.29"
14 changes: 13 additions & 1 deletion models/apis/codepipeline/2015-07-09/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@
"output":{"shape":"RetryStageExecutionOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"PipelineNotFoundException"},
{"shape":"StageNotFoundException"},
{"shape":"StageNotRetryableException"},
Expand All @@ -478,6 +479,7 @@
"output":{"shape":"StartPipelineExecutionOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"PipelineNotFoundException"}
]
},
Expand All @@ -491,6 +493,7 @@
"output":{"shape":"StopPipelineExecutionOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"PipelineNotFoundException"},
{"shape":"PipelineExecutionNotStoppableException"},
{"shape":"DuplicatedStopRequestException"}
Expand Down Expand Up @@ -705,6 +708,7 @@
"ActionExecution":{
"type":"structure",
"members":{
"actionExecutionId":{"shape":"ActionExecutionId"},
"status":{"shape":"ActionExecutionStatus"},
"summary":{"shape":"ExecutionSummary"},
"lastStatusChange":{"shape":"Timestamp"},
Expand Down Expand Up @@ -1063,6 +1067,13 @@
},
"exception":true
},
"ConflictException":{
"type":"structure",
"members":{
"message":{"shape":"Message"}
},
"exception":true
},
"ContinuationToken":{
"type":"string",
"max":2048,
Expand Down Expand Up @@ -1227,7 +1238,7 @@
},
"EncryptionKeyId":{
"type":"string",
"max":100,
"max":400,
"min":1
},
"EncryptionKeyType":{
Expand Down Expand Up @@ -2189,6 +2200,7 @@
"type":"structure",
"members":{
"stageName":{"shape":"StageName"},
"inboundExecution":{"shape":"StageExecution"},
"inboundTransitionState":{"shape":"TransitionState"},
"actionStates":{"shape":"ActionStateList"},
"latestExecution":{"shape":"StageExecution"}
Expand Down
16 changes: 12 additions & 4 deletions models/apis/codepipeline/2015-07-09/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
"ActionCategory": {
"base": null,
"refs": {
"ActionTypeId$category": "<p>A category defines what kind of action can be taken in the stage, and constrains the provider type for the action. Valid categories are limited to one of the following values. </p>",
"CreateCustomActionTypeInput$category": "<p>The category of the custom action, such as a build action or a test action.</p> <note> <p>Although <code>Source</code> and <code>Approval</code> are listed as valid values, they are not currently functional. These values are reserved for future use.</p> </note>",
"ActionTypeId$category": "<p>A category defines what kind of action can be taken in the stage, and constrains the provider type for the action. Valid categories are limited to one of the following values. </p> <ul> <li> <p>Source</p> </li> <li> <p>Build</p> </li> <li> <p>Test</p> </li> <li> <p>Deploy</p> </li> <li> <p>Invoke</p> </li> <li> <p>Approval</p> </li> </ul>",
"CreateCustomActionTypeInput$category": "<p>The category of the custom action, such as a build action or a test action.</p>",
"DeleteCustomActionTypeInput$category": "<p>The category of the custom action that you want to delete, such as source or deploy.</p>"
}
},
Expand Down Expand Up @@ -191,6 +191,7 @@
"base": null,
"refs": {
"ActionContext$actionExecutionId": "<p>The system-generated unique ID that corresponds to an action's execution.</p>",
"ActionExecution$actionExecutionId": "<p>ID of the workflow action execution in the current stage. Use the <a>GetPipelineState</a> action to retrieve the current action execution details of the current stage.</p> <note> <p>For older executions, this field might be empty. The action execution ID is available for executions run on or after March 2020.</p> </note>",
"ActionExecutionDetail$actionExecutionId": "<p>The action execution ID.</p>"
}
},
Expand Down Expand Up @@ -253,7 +254,7 @@
"ActionOwner": {
"base": null,
"refs": {
"ActionTypeId$owner": "<p>The creator of the action being called.</p>",
"ActionTypeId$owner": "<p>The creator of the action being called. There are three valid values for the <code>Owner</code> field in the action category section within your pipeline structure: <code>AWS</code>, <code>ThirdParty</code>, and <code>Custom</code>. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#actions-valid-providers\">Valid Action Types and Providers in CodePipeline</a>.</p>",
"ListActionTypesInput$actionOwnerFilter": "<p>Filters the list of action types to those created by a specified entity.</p>"
}
},
Expand Down Expand Up @@ -513,6 +514,11 @@
"refs": {
}
},
"ConflictException": {
"base": "<p>Your request cannot be handled because the pipeline is busy handling ongoing activities. Try again later.</p>",
"refs": {
}
},
"ContinuationToken": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1001,6 +1007,7 @@
"base": null,
"refs": {
"ConcurrentModificationException$message": null,
"ConflictException$message": null,
"DuplicatedStopRequestException$message": null,
"ErrorDetails$message": "<p>The text of the error message.</p>",
"FailureDetails$message": "<p>The message about the failure.</p>",
Expand Down Expand Up @@ -1193,7 +1200,7 @@
"ListActionExecutionsInput$pipelineName": "<p> The name of the pipeline for which you want to list action execution history.</p>",
"ListPipelineExecutionsInput$pipelineName": "<p>The name of the pipeline for which you want to get execution summary information.</p>",
"PipelineContext$pipelineName": "<p>The name of the pipeline. This is a user-specified value. Pipeline names must be unique across all pipeline names under an Amazon Web Services account.</p>",
"PipelineDeclaration$name": "<p>The name of the action to be performed.</p>",
"PipelineDeclaration$name": "<p>The name of the pipeline.</p>",
"PipelineExecution$pipelineName": "<p>The name of the pipeline with the specified pipeline execution.</p>",
"PipelineSummary$name": "<p>The name of the pipeline.</p>",
"PutActionRevisionInput$pipelineName": "<p>The name of the pipeline that starts processing the revision to the source.</p>",
Expand Down Expand Up @@ -1478,6 +1485,7 @@
"StageExecution": {
"base": "<p>Represents information about the run of a stage.</p>",
"refs": {
"StageState$inboundExecution": null,
"StageState$latestExecution": "<p>Information about the latest execution in the stage, including its ID and status.</p>"
}
},
Expand Down
37 changes: 35 additions & 2 deletions models/apis/dms/2016-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
{"shape":"ResourceQuotaExceededFault"},
{"shape":"InvalidResourceStateFault"},
{"shape":"ResourceNotFoundFault"},
{"shape":"AccessDeniedFault"}
{"shape":"AccessDeniedFault"},
{"shape":"S3AccessDeniedFault"}
]
},
"CreateEventSubscription":{
Expand Down Expand Up @@ -604,6 +605,20 @@
{"shape":"KMSKeyNotAccessibleFault"}
]
},
"MoveReplicationTask":{
"name":"MoveReplicationTask",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"MoveReplicationTaskMessage"},
"output":{"shape":"MoveReplicationTaskResponse"},
"errors":[
{"shape":"AccessDeniedFault"},
{"shape":"InvalidResourceStateFault"},
{"shape":"ResourceNotFoundFault"}
]
},
"RebootReplicationInstance":{
"name":"RebootReplicationInstance",
"http":{
Expand Down Expand Up @@ -2002,6 +2017,23 @@
"KmsKeyId":{"shape":"String"}
}
},
"MoveReplicationTaskMessage":{
"type":"structure",
"required":[
"ReplicationTaskArn",
"TargetReplicationInstanceArn"
],
"members":{
"ReplicationTaskArn":{"shape":"String"},
"TargetReplicationInstanceArn":{"shape":"String"}
}
},
"MoveReplicationTaskResponse":{
"type":"structure",
"members":{
"ReplicationTask":{"shape":"ReplicationTask"}
}
},
"MySQLSettings":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2379,7 +2411,8 @@
"RecoveryCheckpoint":{"shape":"String"},
"ReplicationTaskArn":{"shape":"String"},
"ReplicationTaskStats":{"shape":"ReplicationTaskStats"},
"TaskData":{"shape":"String"}
"TaskData":{"shape":"String"},
"TargetReplicationInstanceArn":{"shape":"String"}
}
},
"ReplicationTaskAssessmentResult":{
Expand Down
Loading

0 comments on commit 99af3b9

Please sign in to comment.