Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.5.10 #955

Merged
merged 1 commit into from
Nov 22, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release v1.5.10 (2016-11-22)
===

Service Client Updates
---
`service/cloudformation`: Updates service API and documentation
`service/glacier`: Updates service API, documentation, and examples
`service/route53`: Updates service API and documentation
`service/s3`: Updates service API and documentation

SDK Bug Fixes
---
* `private/protocol/xml/xmlutil`: Fixes xml marshaler to unmarshal properly
into tagged fields
[#916](https://github.com/aws/aws-sdk-go/issues/916)

Release v1.5.9 (2016-11-22)
===

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.5.9"
const SDKVersion = "1.5.10"
40 changes: 38 additions & 2 deletions models/apis/cloudformation/2010-05-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"protocol":"query",
"serviceFullName":"AWS CloudFormation",
"signatureVersion":"v4",
"uid":"cloudformation-2010-05-15",
"xmlNamespace":"http://cloudformation.amazonaws.com/doc/2010-05-15/"
},
"operations":{
Expand Down Expand Up @@ -186,7 +187,8 @@
},
"errors":[
{"shape":"InvalidChangeSetStatusException"},
{"shape":"ChangeSetNotFoundException"}
{"shape":"ChangeSetNotFoundException"},
{"shape":"InsufficientCapabilitiesException"}
]
},
"GetStackPolicy":{
Expand All @@ -211,7 +213,10 @@
"output":{
"shape":"GetTemplateOutput",
"resultWrapper":"GetTemplateResult"
}
},
"errors":[
{"shape":"ChangeSetNotFoundException"}
]
},
"GetTemplateSummary":{
"name":"GetTemplateSummary",
Expand Down Expand Up @@ -249,6 +254,18 @@
"resultWrapper":"ListExportsResult"
}
},
"ListImports":{
"name":"ListImports",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListImportsInput"},
"output":{
"shape":"ListImportsOutput",
"resultWrapper":"ListImportsResult"
}
},
"ListStackResources":{
"name":"ListStackResources",
"http":{
Expand Down Expand Up @@ -777,6 +794,10 @@
"DeclaredTransforms":{"shape":"TransformsList"}
}
},
"Imports":{
"type":"list",
"member":{"shape":"StackName"}
},
"InsufficientCapabilitiesException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -841,6 +862,21 @@
"NextToken":{"shape":"NextToken"}
}
},
"ListImportsInput":{
"type":"structure",
"required":["ExportName"],
"members":{
"ExportName":{"shape":"ExportName"},
"NextToken":{"shape":"NextToken"}
}
},
"ListImportsOutput":{
"type":"structure",
"members":{
"Imports":{"shape":"Imports"},
"NextToken":{"shape":"NextToken"}
}
},
"ListStackResourcesInput":{
"type":"structure",
"required":["StackName"],
Expand Down
31 changes: 26 additions & 5 deletions models/apis/cloudformation/2010-05-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"GetTemplateSummary": "<p>Returns information about a new or existing template. The <code>GetTemplateSummary</code> action is useful for viewing parameter information, such as default parameter values and parameter types, before you create or update a stack.</p> <p>You can use the <code>GetTemplateSummary</code> action when you submit a template, or you can get template information for a running or deleted stack.</p> <p>For deleted stacks, <code>GetTemplateSummary</code> returns the template information for up to 90 days after the stack has been deleted. If the template does not exist, a <code>ValidationError</code> is returned.</p>",
"ListChangeSets": "<p>Returns the ID and status of each active change set for a stack. For example, AWS CloudFormation lists change sets that are in the <code>CREATE_IN_PROGRESS</code> or <code>CREATE_PENDING</code> state.</p>",
"ListExports": "<p>Lists all exported output values in the account and region in which you call this action. Use this action to see the exported output values that you can import into other stacks. To import values, use the <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html\"> <code>Fn::ImportValue</code> </a> function. </p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.html\"> AWS CloudFormation Export Stack Output Values</a>.</p>",
"ListImports": "<p>Lists all stacks that are importing an exported output value. To modify or remove an exported output value, first use this action to see which stacks are using it. To see the exported output values in your account, see <a>ListExports</a>. </p> <p>For more information about importing an exported output value, see the <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html\"> <code>Fn::ImportValue</code> </a> function. </p>",
"ListStackResources": "<p>Returns descriptions of all resources of the specified stack.</p> <p>For deleted stacks, ListStackResources returns resource information for up to 90 days after the stack has been deleted.</p>",
"ListStacks": "<p>Returns the summary information for stacks whose status matches the specified StackStatusFilter. Summary information for stacks that have been deleted is kept for 90 days after the stack is deleted. If no StackStatusFilter is specified, summary information for all stacks is returned (including existing stacks and stacks that have been deleted).</p>",
"SetStackPolicy": "<p>Sets a stack policy for a specified stack.</p>",
Expand Down Expand Up @@ -129,7 +130,7 @@
"DeleteChangeSetInput$ChangeSetName": "<p>The name or Amazon Resource Name (ARN) of the change set that you want to delete.</p>",
"DescribeChangeSetInput$ChangeSetName": "<p>The name or Amazon Resource Name (ARN) of the change set that you want to describe.</p>",
"ExecuteChangeSetInput$ChangeSetName": "<p>The name or ARN of the change set that you want use to update the specified stack.</p>",
"GetTemplateInput$ChangeSetName": "<p>Returns the template for a change set using the Amazon Resource Name (ARN) or name of the change set. If you specify a name, you must also specify the <code>StackName</code>.</p>"
"GetTemplateInput$ChangeSetName": "<p>The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated template. If you specify a name, you must also specify the <code>StackName</code>.</p>"
}
},
"ChangeSetNotFoundException": {
Expand Down Expand Up @@ -166,7 +167,7 @@
"ChangeSetType": {
"base": null,
"refs": {
"CreateChangeSetInput$ChangeSetType": "<p>The type of change set operation.</p> <p>Valid values are <code>CREATE</code> and <code>UPDATE</code>. The default value is <code>UPDATE</code>.</p> <ul> <li> <p> <code>CREATE</code> - Specify to use the change set to create a new stack. While AWS CloudFormation creates the stack, the stack has the <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-describing-stacks.html#d0e11995\"> <code>REVIEW_IN_PROGRESS</code> </a> status and an expected <code>StackId</code>, but no template or resources. Except for its <code>StackId</code>, the stack is completely empty until you execute the change set. You can apply multiple change sets to a stack.</p> </li> <li> <p> <code>UPDATE</code> - Specify to create a change set for an existing stack.</p> </li> </ul>"
"CreateChangeSetInput$ChangeSetType": "<p>The type of change set operation. To create a change set for a new stack, specify <code>CREATE</code>. To create a change set for an existing stack, specify <code>UPDATE</code>.</p> <p>If you create a change set for a new stack, AWS Cloudformation creates a stack with a unique stack ID, but no template or resources. The stack will be in the <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-describing-stacks.html#d0e11995\"> <code>REVIEW_IN_PROGRESS</code> </a> state until you execute the change set.</p> <p>By default, AWS CloudFormation specifies <code>UPDATE</code>. You can't use the <code>UPDATE</code> type to create a change set for a new stack or the <code>CREATE</code> type to create a change set for an existing stack.</p>"
}
},
"ChangeSource": {
Expand Down Expand Up @@ -384,7 +385,8 @@
"ExportName": {
"base": null,
"refs": {
"Export$Name": "<p>The name of exported output value. Use this name and the <code>Fn::ImportValue</code> function to import the associated value into other stacks. The name is defined in the <code>Export</code> field in the associated stack's <code>Outputs</code> section.</p>"
"Export$Name": "<p>The name of exported output value. Use this name and the <code>Fn::ImportValue</code> function to import the associated value into other stacks. The name is defined in the <code>Export</code> field in the associated stack's <code>Outputs</code> section.</p>",
"ListImportsInput$ExportName": "<p>The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value. </p>"
}
},
"ExportValue": {
Expand Down Expand Up @@ -429,6 +431,12 @@
"refs": {
}
},
"Imports": {
"base": null,
"refs": {
"ListImportsOutput$Imports": "<p>A list of stack names that are importing the specified exported output value. </p>"
}
},
"InsufficientCapabilitiesException": {
"base": "<p>The template contains resources with capabilities that were not specified in the Capabilities parameter.</p>",
"refs": {
Expand Down Expand Up @@ -483,6 +491,16 @@
"refs": {
}
},
"ListImportsInput": {
"base": null,
"refs": {
}
},
"ListImportsOutput": {
"base": null,
"refs": {
}
},
"ListStackResourcesInput": {
"base": "<p>The input for the <a>ListStackResource</a> action.</p>",
"refs": {
Expand Down Expand Up @@ -539,6 +557,8 @@
"ListChangeSetsOutput$NextToken": "<p>If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.</p>",
"ListExportsInput$NextToken": "<p>A string (provided by the <a>ListExports</a> response output) that identifies the next page of exported output values that you asked to retrieve.</p>",
"ListExportsOutput$NextToken": "<p>If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.</p>",
"ListImportsInput$NextToken": "<p>A string (provided by the <a>ListImports</a> response output) that identifies the next page of stacks that are importing the specified exported output value. </p>",
"ListImportsOutput$NextToken": "<p>A string that identifies the next page of exports. If there is no additional page, this value is null.</p>",
"ListStackResourcesInput$NextToken": "<p>A string that identifies the next page of stack resources that you want to retrieve.</p>",
"ListStackResourcesOutput$NextToken": "<p>If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.</p>",
"ListStacksInput$NextToken": "<p>A string that identifies the next page of stacks that you want to retrieve.</p>",
Expand Down Expand Up @@ -864,6 +884,7 @@
"DescribeStacksInput$StackName": "<p>The name or the unique stack ID that is associated with the stack, which are not always interchangeable:</p> <ul> <li> <p>Running stacks: You can specify either the stack's name or its unique stack ID.</p> </li> <li> <p>Deleted stacks: You must specify the unique stack ID.</p> </li> </ul> <p>Default: There is no default value.</p>",
"GetStackPolicyInput$StackName": "<p>The name or unique stack ID that is associated with the stack whose policy you want to get.</p>",
"GetTemplateInput$StackName": "<p>The name or the unique stack ID that is associated with the stack, which are not always interchangeable:</p> <ul> <li> <p>Running stacks: You can specify either the stack's name or its unique stack ID.</p> </li> <li> <p>Deleted stacks: You must specify the unique stack ID.</p> </li> </ul> <p>Default: There is no default value.</p>",
"Imports$member": null,
"ListStackResourcesInput$StackName": "<p>The name or the unique stack ID that is associated with the stack, which are not always interchangeable:</p> <ul> <li> <p>Running stacks: You can specify either the stack's name or its unique stack ID.</p> </li> <li> <p>Deleted stacks: You must specify the unique stack ID.</p> </li> </ul> <p>Default: There is no default value.</p>",
"SetStackPolicyInput$StackName": "<p>The name or unique stack ID that you want to associate a policy with.</p>",
"Stack$StackName": "<p>The name associated with the stack.</p>",
Expand Down Expand Up @@ -988,7 +1009,7 @@
"StageList": {
"base": null,
"refs": {
"GetTemplateOutput$StagesAvailable": "<p>The template type.</p> <ul> <li> <p>For stacks, you can use either the <code>Original</code> or the <code>Processed</code> template type.</p> </li> <li> <p>For change sets, you can use only the <code>Original</code> template type. After the transforms are processed, you can use the <code>Processed</code> template type.</p> </li> </ul> <note> <p>If you create a change set for a new stack, you must select the template type.</p> </note>"
"GetTemplateOutput$StagesAvailable": "<p>The stage of the template that you can retrieve. For stacks, the <code>Original</code> and <code>Processed</code> templates are always available. For change sets, the <code>Original</code> template is always available. After AWS CloudFormation finishes creating the change set, the <code>Processed</code> template becomes available.</p>"
}
},
"Tag": {
Expand Down Expand Up @@ -1052,7 +1073,7 @@
"TemplateStage": {
"base": null,
"refs": {
"GetTemplateInput$TemplateStage": "<p>The stage of the template that is returned.</p> <p>Valid values are <code>Original</code> and <code>Processed</code>. The default value is <code>Original</code>.</p> <ul> <li> <p> <code>Original</code> - Use this value to return the user-submitted template.</p> </li> <li> <p> <code>Processed</code> - Use this value to return the template after all transforms have been processed.</p> </li> </ul>",
"GetTemplateInput$TemplateStage": "<p>For templates that include transforms, the stage of the template that AWS CloudFormation returns. To get the user-submitted template, specify <code>Original</code>. To get the template after AWS CloudFormation has processed all transforms, specify <code>Processed</code>. </p> <p>If the template doesn't include transforms, <code>Original</code> and <code>Processed</code> return the same template. By default, AWS CloudFormation specifies <code>Original</code>. </p>",
"StageList$member": null
}
},
Expand Down
Loading