Skip to content

Commit

Permalink
Release v1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xibz committed Dec 19, 2016
1 parent 4644cdf commit 55ea10a
Show file tree
Hide file tree
Showing 34 changed files with 5,788 additions and 1,236 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
Release v1.6.5 (2016-12-19)
===

Service Client Updates
---
* `service/cloudformation`: Updates service documentation
* Minor doc update for CloudFormation.
* `service/cloudtrail`: Updates service paginators
* `service/cognitoidentity`: Updates service API and documentation
* We are adding Groups to Cognito user pools. Developers can perform CRUD operations on groups, add and remove users from groups, list users in groups, etc. We are adding fine-grained role-based access control for Cognito identity pools. Developers can configure an identity pool to get the IAM role from an authenticated user's token, or they can configure rules that will map a user to a different role
* `service/applicationdiscoveryservice`: Updates service API and documentation
* Adds new APIs to group discovered servers into Applications with get summary and neighbors. Includes additional filters for ListConfigurations and DescribeAgents API.
* `service/inspector`: Updates service API, documentation, and examples
* Doc-only Update for Inspector: Adding SDK code snippets for Inspector
* `service/sqs`: Updates service documentation

SDK Bug Fixes
---
* `aws/request`: Add PriorRequestNotComplete to throttle retry codes (#1011)
* Fixes: Not retrying when PriorRequestNotComplete #1009

SDK Feature
---
* private/model/api: Adds crosslinking to service documentation (#1010)
Release v1.6.4 (2016-12-15)
===

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.6.4"
const SDKVersion = "1.6.5"
2 changes: 1 addition & 1 deletion models/apis/cloudformation/2010-05-15/docs-2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "2.0",
"service": "<fullname>AWS CloudFormation</fullname> <p>AWS CloudFormation allows you to create and manage AWS infrastructure deployments predictably and repeatedly. You can use AWS CloudFormation to leverage AWS products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly-reliable, highly scalable, cost-effective applications without creating or configuring the underlying AWS infrastructure.</p> <p>With AWS CloudFormation, you declare all of your resources and dependencies in a template file. The template defines a collection of resources as a single unit called a stack. AWS CloudFormation creates and deletes all member resources of the stack together and manages all dependencies between the resources for you.</p> <p>For more information about AWS CloudFormation, see the <a href=\"http:https://aws.amazon.com/cloudformation/\">AWS CloudFormation Product Page</a>.</p> <p>Amazon CloudFormation makes use of other AWS products. If you need additional technical information about a specific AWS product, you can find the product's technical documentation at <a href=\"http:https://docs.aws.amazon.com/http:/docs.aws.amazon.com/\">http:https://docs.aws.amazon.com/</a>.</p>",
"service": "<fullname>AWS CloudFormation</fullname> <p>AWS CloudFormation allows you to create and manage AWS infrastructure deployments predictably and repeatedly. You can use AWS CloudFormation to leverage AWS products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly-reliable, highly scalable, cost-effective applications without creating or configuring the underlying AWS infrastructure.</p> <p>With AWS CloudFormation, you declare all of your resources and dependencies in a template file. The template defines a collection of resources as a single unit called a stack. AWS CloudFormation creates and deletes all member resources of the stack together and manages all dependencies between the resources for you.</p> <p>For more information about AWS CloudFormation, see the <a href=\"http:https://aws.amazon.com/cloudformation/\">AWS CloudFormation Product Page</a>.</p> <p>Amazon CloudFormation makes use of other AWS products. For additional technical information about a specific AWS product, see its <a href=\"http:https://docs.aws.amazon.com/\">technical documentation</a>.</p>",
"operations": {
"CancelUpdateStack": "<p>Cancels an update on the specified stack. If the call completes successfully, the stack rolls back the update and reverts to the previous stack configuration.</p> <note> <p>You can cancel only stacks that are in the UPDATE_IN_PROGRESS state.</p> </note>",
"ContinueUpdateRollback": "<p>For a specified stack that is in the <code>UPDATE_ROLLBACK_FAILED</code> state, continues rolling it back to the <code>UPDATE_ROLLBACK_COMPLETE</code> state. Depending on the cause of the failure, you can manually <a href=\"http:https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-update-rollback-failed\"> fix the error</a> and continue the rollback. By continuing the rollback, you can return your stack to a working state (the <code>UPDATE_ROLLBACK_COMPLETE</code> state), and then try to update the stack again.</p> <p>A stack goes into the <code>UPDATE_ROLLBACK_FAILED</code> state when AWS CloudFormation cannot roll back all changes after a failed stack update. For example, you might have a stack that is rolling back to an old database instance that was deleted outside of AWS CloudFormation. Because AWS CloudFormation doesn't know the database was deleted, it assumes that the database instance still exists and attempts to roll back to it, causing the update rollback to fail.</p>",
Expand Down
6 changes: 6 additions & 0 deletions models/apis/cloudtrail/2013-11-01/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"pagination": {
"DescribeTrails": {
"result_key": "trailList"
},
"LookupEvents": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "Events"
}
}
}
86 changes: 82 additions & 4 deletions models/apis/cognito-identity/2014-06-30/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,24 @@
"min":1,
"pattern":"\\d+"
},
"AmbiguousRoleResolutionType":{
"type":"string",
"enum":[
"AuthenticatedRole",
"Deny"
]
},
"ClaimName":{
"type":"string",
"max":64,
"min":1,
"pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+"
},
"ClaimValue":{
"type":"string",
"max":128,
"min":1
},
"CognitoIdentityProvider":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -434,8 +452,7 @@
"DeveloperUserIdentifier":{
"type":"string",
"max":1024,
"min":1,
"pattern":"[\\w.@_-]+"
"min":1
},
"DeveloperUserIdentifierList":{
"type":"list",
Expand Down Expand Up @@ -497,7 +514,8 @@
"type":"structure",
"members":{
"IdentityPoolId":{"shape":"IdentityPoolId"},
"Roles":{"shape":"RolesMap"}
"Roles":{"shape":"RolesMap"},
"RoleMappings":{"shape":"RoleMappingMap"}
}
},
"GetOpenIdTokenForDeveloperIdentityInput":{
Expand Down Expand Up @@ -719,6 +737,36 @@
"NextToken":{"shape":"PaginationKey"}
}
},
"MappingRule":{
"type":"structure",
"required":[
"Claim",
"MatchType",
"Value",
"RoleARN"
],
"members":{
"Claim":{"shape":"ClaimName"},
"MatchType":{"shape":"MappingRuleMatchType"},
"Value":{"shape":"ClaimValue"},
"RoleARN":{"shape":"ARNString"}
}
},
"MappingRuleMatchType":{
"type":"string",
"enum":[
"Equals",
"Contains",
"StartsWith",
"NotEqual"
]
},
"MappingRulesList":{
"type":"list",
"member":{"shape":"MappingRule"},
"max":25,
"min":1
},
"MergeDeveloperIdentitiesInput":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -776,6 +824,28 @@
},
"exception":true
},
"RoleMapping":{
"type":"structure",
"required":["Type"],
"members":{
"Type":{"shape":"RoleMappingType"},
"AmbiguousRoleResolution":{"shape":"AmbiguousRoleResolutionType"},
"RulesConfiguration":{"shape":"RulesConfigurationType"}
}
},
"RoleMappingMap":{
"type":"map",
"key":{"shape":"IdentityProviderName"},
"value":{"shape":"RoleMapping"},
"max":10
},
"RoleMappingType":{
"type":"string",
"enum":[
"Token",
"Rules"
]
},
"RoleType":{
"type":"string",
"pattern":"(un)?authenticated"
Expand All @@ -786,6 +856,13 @@
"value":{"shape":"ARNString"},
"max":2
},
"RulesConfigurationType":{
"type":"structure",
"required":["Rules"],
"members":{
"Rules":{"shape":"MappingRulesList"}
}
},
"SAMLProviderList":{
"type":"list",
"member":{"shape":"ARNString"}
Expand All @@ -800,7 +877,8 @@
],
"members":{
"IdentityPoolId":{"shape":"IdentityPoolId"},
"Roles":{"shape":"RolesMap"}
"Roles":{"shape":"RolesMap"},
"RoleMappings":{"shape":"RoleMappingMap"}
}
},
"String":{"type":"string"},
Expand Down
Loading

0 comments on commit 55ea10a

Please sign in to comment.