Skip to content

Commit

Permalink
Release v1.25.33 (2019-11-12) (#2941)
Browse files Browse the repository at this point in the history
Release v1.25.33 (2019-11-12)
===

### Service Client Updates
* `service/codepipeline`: Updates service API and documentation
  * AWS CodePipeline now supports the use of variables in action configuration.
* `service/dynamodb`: Updates service API and documentation
  * Amazon DynamoDB enables you to restore your data to a new DynamoDB table using a point-in-time or on-demand backup. You now can modify the settings on the new restored table. Specifically, you can exclude some or all of the local and global secondary indexes from being created with the restored table. In addition, you can change the billing mode and provisioned capacity settings.
* `service/elasticloadbalancingv2`: Updates service documentation
* `service/marketplace-catalog`: Adds new service
* `service/transcribe`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation authored Nov 12, 2019
1 parent 1337b9a commit 97fd3a0
Show file tree
Hide file tree
Showing 27 changed files with 3,844 additions and 244 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Release v1.25.33 (2019-11-12)
===

### Service Client Updates
* `service/codepipeline`: Updates service API and documentation
* AWS CodePipeline now supports the use of variables in action configuration.
* `service/dynamodb`: Updates service API and documentation
* Amazon DynamoDB enables you to restore your data to a new DynamoDB table using a point-in-time or on-demand backup. You now can modify the settings on the new restored table. Specifically, you can exclude some or all of the local and global secondary indexes from being created with the restored table. In addition, you can change the billing mode and provisioned capacity settings.
* `service/elasticloadbalancingv2`: Updates service documentation
* `service/marketplace-catalog`: Adds new service
* `service/transcribe`: Updates service API and documentation

Release v1.25.32 (2019-11-11)
===

Expand Down
21 changes: 19 additions & 2 deletions 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
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.25.32"
const SDKVersion = "1.25.33"
45 changes: 40 additions & 5 deletions models/apis/codepipeline/2015-07-09/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,8 @@
"errors":[
{"shape":"ValidationException"},
{"shape":"JobNotFoundException"},
{"shape":"InvalidJobStateException"}
{"shape":"InvalidJobStateException"},
{"shape":"OutputVariablesSizeExceededException"}
]
},
"PutThirdPartyJobFailureResult":{
Expand Down Expand Up @@ -682,7 +683,8 @@
"outputArtifacts":{"shape":"OutputArtifactList"},
"inputArtifacts":{"shape":"InputArtifactList"},
"roleArn":{"shape":"RoleArn"},
"region":{"shape":"AWSRegionName"}
"region":{"shape":"AWSRegionName"},
"namespace":{"shape":"ActionNamespace"}
}
},
"ActionExecution":{
Expand Down Expand Up @@ -730,16 +732,19 @@
"members":{
"actionTypeId":{"shape":"ActionTypeId"},
"configuration":{"shape":"ActionConfigurationMap"},
"resolvedConfiguration":{"shape":"ResolvedActionConfigurationMap"},
"roleArn":{"shape":"RoleArn"},
"region":{"shape":"AWSRegionName"},
"inputArtifacts":{"shape":"ArtifactDetailList"}
"inputArtifacts":{"shape":"ArtifactDetailList"},
"namespace":{"shape":"ActionNamespace"}
}
},
"ActionExecutionOutput":{
"type":"structure",
"members":{
"outputArtifacts":{"shape":"ArtifactDetailList"},
"executionResult":{"shape":"ActionExecutionResult"}
"executionResult":{"shape":"ActionExecutionResult"},
"outputVariables":{"shape":"OutputVariablesMap"}
}
},
"ActionExecutionResult":{
Expand All @@ -765,6 +770,12 @@
"min":1,
"pattern":"[A-Za-z0-9.@\\-_]+"
},
"ActionNamespace":{
"type":"string",
"max":100,
"min":1,
"pattern":"[A-Za-z0-9@\\-_]+"
},
"ActionNotFoundException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1666,6 +1677,23 @@
"type":"list",
"member":{"shape":"OutputArtifact"}
},
"OutputVariablesKey":{
"type":"string",
"pattern":"[A-Za-z0-9@\\-_]+"
},
"OutputVariablesMap":{
"type":"map",
"key":{"shape":"OutputVariablesKey"},
"value":{"shape":"OutputVariablesValue"}
},
"OutputVariablesSizeExceededException":{
"type":"structure",
"members":{
"message":{"shape":"Message"}
},
"exception":true
},
"OutputVariablesValue":{"type":"string"},
"Percentage":{
"type":"integer",
"max":100,
Expand Down Expand Up @@ -1890,7 +1918,8 @@
"jobId":{"shape":"JobId"},
"currentRevision":{"shape":"CurrentRevision"},
"continuationToken":{"shape":"ContinuationToken"},
"executionDetails":{"shape":"ExecutionDetails"}
"executionDetails":{"shape":"ExecutionDetails"},
"outputVariables":{"shape":"OutputVariablesMap"}
}
},
"PutThirdPartyJobFailureResultInput":{
Expand Down Expand Up @@ -1952,6 +1981,11 @@
"members":{
}
},
"ResolvedActionConfigurationMap":{
"type":"map",
"key":{"shape":"String"},
"value":{"shape":"String"}
},
"ResourceArn":{
"type":"string",
"pattern":"arn:aws(-[\\w]+)*:codepipeline:.+:[0-9]{12}:.+"
Expand Down Expand Up @@ -2153,6 +2187,7 @@
"pipelineExecutionId":{"shape":"PipelineExecutionId"}
}
},
"String":{"type":"string"},
"Tag":{
"type":"structure",
"required":[
Expand Down
45 changes: 45 additions & 0 deletions models/apis/codepipeline/2015-07-09/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,13 @@
"WebhookDefinition$targetAction": "<p>The name of the action in a pipeline you want to connect to the webhook. The action must be from the source (first) stage of the pipeline.</p>"
}
},
"ActionNamespace": {
"base": null,
"refs": {
"ActionDeclaration$namespace": "<p>The variable namespace associated with the action. All variables produced as output by this action fall under this namespace.</p>",
"ActionExecutionInput$namespace": "<p>The variable namespace associated with the action. All variables produced as output by this action fall under this namespace.</p>"
}
},
"ActionNotFoundException": {
"base": "<p>The specified action cannot be found.</p>",
"refs": {
Expand Down Expand Up @@ -991,6 +998,7 @@
"FailureDetails$message": "<p>The message about the failure.</p>",
"InvalidArnException$message": null,
"InvalidTagsException$message": null,
"OutputVariablesSizeExceededException$message": null,
"TooManyTagsException$message": null
}
},
Expand Down Expand Up @@ -1043,6 +1051,30 @@
"ActionDeclaration$outputArtifacts": "<p>The name or ID of the result of the action declaration, such as a test or build artifact.</p>"
}
},
"OutputVariablesKey": {
"base": null,
"refs": {
"OutputVariablesMap$key": null
}
},
"OutputVariablesMap": {
"base": null,
"refs": {
"ActionExecutionOutput$outputVariables": "<p>The outputVariables field shows the key-value pairs that were output as part of that execution.</p>",
"PutJobSuccessResultInput$outputVariables": "<p>Key-value pairs produced as output by a job worker that can be made available to a downstream action configuration. <code>outputVariables</code> can be included only when there is no continuation token on the request.</p>"
}
},
"OutputVariablesSizeExceededException": {
"base": "<p>Exceeded the total size limit for all variables in the pipeline.</p>",
"refs": {
}
},
"OutputVariablesValue": {
"base": null,
"refs": {
"OutputVariablesMap$value": null
}
},
"Percentage": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1279,6 +1311,12 @@
"refs": {
}
},
"ResolvedActionConfigurationMap": {
"base": null,
"refs": {
"ActionExecutionInput$resolvedConfiguration": "<p>Configuration data for an action execution with all variable references replaced with their real values for the execution.</p>"
}
},
"ResourceArn": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1491,6 +1529,13 @@
"refs": {
}
},
"String": {
"base": null,
"refs": {
"ResolvedActionConfigurationMap$key": null,
"ResolvedActionConfigurationMap$value": null
}
},
"Tag": {
"base": "<p>A tag is a key-value pair that is used to manage the resource.</p>",
"refs": {
Expand Down
22 changes: 16 additions & 6 deletions models/apis/dynamodb/2012-08-10/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"TransactionCanceledException"},
{"shape":"ProvisionedThroughputExceededException"},
{"shape":"RequestLimitExceeded"},
{"shape":"InternalServerError"}
],
"endpointdiscovery":{
Expand All @@ -482,6 +483,7 @@
{"shape":"TransactionInProgressException"},
{"shape":"IdempotentParameterMismatchException"},
{"shape":"ProvisionedThroughputExceededException"},
{"shape":"RequestLimitExceeded"},
{"shape":"InternalServerError"}
],
"endpointdiscovery":{
Expand Down Expand Up @@ -942,7 +944,7 @@
"CancellationReasonList":{
"type":"list",
"member":{"shape":"CancellationReason"},
"max":10,
"max":25,
"min":1
},
"Capacity":{
Expand Down Expand Up @@ -1633,7 +1635,7 @@
"ItemResponseList":{
"type":"list",
"member":{"shape":"ItemResponse"},
"max":10,
"max":25,
"min":1
},
"KMSMasterKeyArn":{"type":"string"},
Expand Down Expand Up @@ -2181,7 +2183,11 @@
],
"members":{
"TargetTableName":{"shape":"TableName"},
"BackupArn":{"shape":"BackupArn"}
"BackupArn":{"shape":"BackupArn"},
"BillingModeOverride":{"shape":"BillingMode"},
"GlobalSecondaryIndexOverride":{"shape":"GlobalSecondaryIndexList"},
"LocalSecondaryIndexOverride":{"shape":"LocalSecondaryIndexList"},
"ProvisionedThroughputOverride":{"shape":"ProvisionedThroughput"}
}
},
"RestoreTableFromBackupOutput":{
Expand All @@ -2200,7 +2206,11 @@
"SourceTableName":{"shape":"TableName"},
"TargetTableName":{"shape":"TableName"},
"UseLatestRestorableTime":{"shape":"BooleanObject"},
"RestoreDateTime":{"shape":"Date"}
"RestoreDateTime":{"shape":"Date"},
"BillingModeOverride":{"shape":"BillingMode"},
"GlobalSecondaryIndexOverride":{"shape":"GlobalSecondaryIndexList"},
"LocalSecondaryIndexOverride":{"shape":"LocalSecondaryIndexList"},
"ProvisionedThroughputOverride":{"shape":"ProvisionedThroughput"}
}
},
"RestoreTableToPointInTimeOutput":{
Expand Down Expand Up @@ -2552,7 +2562,7 @@
"TransactGetItemList":{
"type":"list",
"member":{"shape":"TransactGetItem"},
"max":10,
"max":25,
"min":1
},
"TransactGetItemsInput":{
Expand Down Expand Up @@ -2582,7 +2592,7 @@
"TransactWriteItemList":{
"type":"list",
"member":{"shape":"TransactWriteItem"},
"max":10,
"max":25,
"min":1
},
"TransactWriteItemsInput":{
Expand Down
Loading

0 comments on commit 97fd3a0

Please sign in to comment.