Skip to content

Commit

Permalink
Updated service API models for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Nov 16, 2020
1 parent 4dcc727 commit a197719
Show file tree
Hide file tree
Showing 18 changed files with 328 additions and 69 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Unreleased Changes
------------------

* Feature - Aws::CodePipeline - Updated the API, and documentation for AWS CodePipeline.

* Feature - Aws::DatabaseMigrationService - Updated the API, and documentation for AWS Database Migration Service.

* Feature - Aws::IoTSecureTunneling - Updated the API, and documentation for AWS IoT Secure Tunneling.

* Feature - Aws::IoTSiteWise - Updated the API, and documentation for AWS IoT SiteWise.

* Feature - Aws::QuickSight - Updated the API, and documentation for Amazon QuickSight.

* Feature - Aws::SageMaker - Updated the API, and documentation for Amazon SageMaker Service.

* Feature - Aws::ServiceCatalog - Updated the API, and documentation for AWS Service Catalog.

* Feature - Aws::SNS - Updated the documentation for Amazon Simple Notification Service.

* Feature - Aws::Synthetics - Updated the API, and documentation for Synthetics.

2.11.627 (2020-11-13)
------------------

Expand Down
14 changes: 13 additions & 1 deletion aws-sdk-core/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 aws-sdk-core/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 aws-sdk-core/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 a197719

Please sign in to comment.