Skip to content

Commit

Permalink
Release v1.37.14 (2021-02-18) (#3789)
Browse files Browse the repository at this point in the history
Release v1.37.14 (2021-02-18)
===

### Service Client Updates
* `service/cloudformation`: Updates service API and documentation
  * Adding the 'callAs' parameter to all CloudFormation StackSets APIs except getTemplateSummary to support creating and managing service-managed StackSets with AWS Organizations Delegated Administrators
* `service/codebuild`: Updates service API and documentation
  * AWS CodeBuild now allows you to specify a separate bucket owner as part of the S3 destination in a report group.
* `service/health`: Updates service documentation
  * Documentation updates for health
* `service/sagemaker`: Updates service API and documentation
  * This release adds expires-in-seconds parameter to the CreatePresignedDomainUrl API for support of a configurable TTL.

### SDK Enhancements
* `service/neptune`: Support for PreSignedUrl generation for CopyDBClusterSnapshot and CreateDBCluster operations. ([#3782](#3782))
* `service/docdb`: Support for PreSignedUrl generation for CopyDBClusterSnapshot and CreateDBCluster operations. ([#3782](#3782))
  • Loading branch information
aws-sdk-go-automation committed Feb 18, 2021
1 parent 39a0852 commit d5c2145
Show file tree
Hide file tree
Showing 14 changed files with 1,116 additions and 486 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Release v1.37.14 (2021-02-18)
===

### Service Client Updates
* `service/cloudformation`: Updates service API and documentation
* Adding the 'callAs' parameter to all CloudFormation StackSets APIs except getTemplateSummary to support creating and managing service-managed StackSets with AWS Organizations Delegated Administrators
* `service/codebuild`: Updates service API and documentation
* AWS CodeBuild now allows you to specify a separate bucket owner as part of the S3 destination in a report group.
* `service/health`: Updates service documentation
* Documentation updates for health
* `service/sagemaker`: Updates service API and documentation
* This release adds expires-in-seconds parameter to the CreatePresignedDomainUrl API for support of a configurable TTL.

### SDK Enhancements
* `service/neptune`: Support for PreSignedUrl generation for CopyDBClusterSnapshot and CreateDBCluster operations. ([#3782](https://github.com/aws/aws-sdk-go/pull/3782))
* `service/docdb`: Support for PreSignedUrl generation for CopyDBClusterSnapshot and CreateDBCluster operations. ([#3782](https://github.com/aws/aws-sdk-go/pull/3782))

Release v1.37.13 (2021-02-17)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
### SDK Features

### SDK Enhancements
* `service/neptune`: Support for PreSignedUrl generation for CopyDBClusterSnapshot and CreateDBCluster operations. ([#3782](https://github.com/aws/aws-sdk-go/pull/3782))
* `service/docdb`: Support for PreSignedUrl generation for CopyDBClusterSnapshot and CreateDBCluster operations. ([#3782](https://github.com/aws/aws-sdk-go/pull/3782))

### SDK Bugs
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.37.13"
const SDKVersion = "1.37.14"
50 changes: 36 additions & 14 deletions models/apis/cloudformation/2010-05-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,13 @@
},
"exception":true
},
"CallAs":{
"type":"string",
"enum":[
"SELF",
"DELEGATED_ADMIN"
]
},
"CancelUpdateStackInput":{
"type":"structure",
"required":["StackName"],
Expand Down Expand Up @@ -1118,7 +1125,8 @@
"OperationId":{
"shape":"ClientRequestToken",
"idempotencyToken":true
}
},
"CallAs":{"shape":"CallAs"}
}
},
"CreateStackInstancesOutput":{
Expand Down Expand Up @@ -1148,6 +1156,7 @@
"ExecutionRoleName":{"shape":"ExecutionRoleName"},
"PermissionModel":{"shape":"PermissionModels"},
"AutoDeployment":{"shape":"AutoDeployment"},
"CallAs":{"shape":"CallAs"},
"ClientRequestToken":{
"shape":"ClientRequestToken",
"idempotencyToken":true
Expand Down Expand Up @@ -1212,7 +1221,8 @@
"OperationId":{
"shape":"ClientRequestToken",
"idempotencyToken":true
}
},
"CallAs":{"shape":"CallAs"}
}
},
"DeleteStackInstancesOutput":{
Expand All @@ -1225,7 +1235,8 @@
"type":"structure",
"required":["StackSetName"],
"members":{
"StackSetName":{"shape":"StackSetName"}
"StackSetName":{"shape":"StackSetName"},
"CallAs":{"shape":"CallAs"}
}
},
"DeleteStackSetOutput":{
Expand Down Expand Up @@ -1357,7 +1368,8 @@
"members":{
"StackSetName":{"shape":"StackSetName"},
"StackInstanceAccount":{"shape":"Account"},
"StackInstanceRegion":{"shape":"Region"}
"StackInstanceRegion":{"shape":"Region"},
"CallAs":{"shape":"CallAs"}
}
},
"DescribeStackInstanceOutput":{
Expand Down Expand Up @@ -1419,7 +1431,8 @@
"type":"structure",
"required":["StackSetName"],
"members":{
"StackSetName":{"shape":"StackSetName"}
"StackSetName":{"shape":"StackSetName"},
"CallAs":{"shape":"CallAs"}
}
},
"DescribeStackSetOperationInput":{
Expand All @@ -1430,7 +1443,8 @@
],
"members":{
"StackSetName":{"shape":"StackSetName"},
"OperationId":{"shape":"ClientRequestToken"}
"OperationId":{"shape":"ClientRequestToken"},
"CallAs":{"shape":"CallAs"}
}
},
"DescribeStackSetOperationOutput":{
Expand Down Expand Up @@ -1552,7 +1566,8 @@
"OperationId":{
"shape":"ClientRequestToken",
"idempotencyToken":true
}
},
"CallAs":{"shape":"CallAs"}
}
},
"DetectStackSetDriftOutput":{
Expand Down Expand Up @@ -1855,7 +1870,8 @@
"MaxResults":{"shape":"MaxResults"},
"Filters":{"shape":"StackInstanceFilters"},
"StackInstanceAccount":{"shape":"Account"},
"StackInstanceRegion":{"shape":"Region"}
"StackInstanceRegion":{"shape":"Region"},
"CallAs":{"shape":"CallAs"}
}
},
"ListStackInstancesOutput":{
Expand Down Expand Up @@ -1890,7 +1906,8 @@
"StackSetName":{"shape":"StackSetName"},
"OperationId":{"shape":"ClientRequestToken"},
"NextToken":{"shape":"NextToken"},
"MaxResults":{"shape":"MaxResults"}
"MaxResults":{"shape":"MaxResults"},
"CallAs":{"shape":"CallAs"}
}
},
"ListStackSetOperationResultsOutput":{
Expand All @@ -1906,7 +1923,8 @@
"members":{
"StackSetName":{"shape":"StackSetName"},
"NextToken":{"shape":"NextToken"},
"MaxResults":{"shape":"MaxResults"}
"MaxResults":{"shape":"MaxResults"},
"CallAs":{"shape":"CallAs"}
}
},
"ListStackSetOperationsOutput":{
Expand All @@ -1921,7 +1939,8 @@
"members":{
"NextToken":{"shape":"NextToken"},
"MaxResults":{"shape":"MaxResults"},
"Status":{"shape":"StackSetStatus"}
"Status":{"shape":"StackSetStatus"},
"CallAs":{"shape":"CallAs"}
}
},
"ListStackSetsOutput":{
Expand Down Expand Up @@ -3223,7 +3242,8 @@
],
"members":{
"StackSetName":{"shape":"StackSetName"},
"OperationId":{"shape":"ClientRequestToken"}
"OperationId":{"shape":"ClientRequestToken"},
"CallAs":{"shape":"CallAs"}
}
},
"StopStackSetOperationOutput":{
Expand Down Expand Up @@ -3416,7 +3436,8 @@
"OperationId":{
"shape":"ClientRequestToken",
"idempotencyToken":true
}
},
"CallAs":{"shape":"CallAs"}
}
},
"UpdateStackInstancesOutput":{
Expand Down Expand Up @@ -3454,7 +3475,8 @@
"idempotencyToken":true
},
"Accounts":{"shape":"AccountList"},
"Regions":{"shape":"RegionList"}
"Regions":{"shape":"RegionList"},
"CallAs":{"shape":"CallAs"}
}
},
"UpdateStackSetOutput":{
Expand Down
Loading

0 comments on commit d5c2145

Please sign in to comment.