Skip to content

Commit

Permalink
Updates SDK to v2.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Nobody committed Nov 1, 2016
1 parent c8da8e9 commit 9328c20
Show file tree
Hide file tree
Showing 17 changed files with 815 additions and 695 deletions.
7 changes: 7 additions & 0 deletions .changes/2.6.13.json
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "CloudFormation",
"description": "Adding ResourcesToSkip parameter to ContinueUpdateRollback API, adding support for ListExports, new ChangeSet types and Transforms."
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.6.12-->
<!--LATEST=2.6.13-->
<!--ENTRYINSERT-->

## 2.6.13
* feature: CloudFormation: Adding ResourcesToSkip parameter to ContinueUpdateRollback API, adding support for ListExports, new ChangeSet types and Transforms.

## 2.6.12
* feature: CredentialProviderChain: Adds promise support for the `resolve` method on the AWS.CredentialProviderChain class. Corresponding promise method is called `resolvePromise`.
* feature: Credentials: Adds promise support for the `get` and `refresh` methods of the AWS.Credentials class. Corresponding promise methods are called `getPromise` and `refreshPromise`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ to work with the new major version.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.6.12.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.6.13.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
96 changes: 48 additions & 48 deletions apis/autoscaling-2011-01-01.normal.json

Large diffs are not rendered by default.

130 changes: 88 additions & 42 deletions apis/cloudformation-2010-05-15.min.json
Expand Up @@ -28,7 +28,11 @@
],
"members": {
"StackName": {},
"RoleARN": {}
"RoleARN": {},
"ResourcesToSkip": {
"type": "list",
"member": {}
}
}
},
"output": {
Expand All @@ -52,31 +56,33 @@
"type": "boolean"
},
"Parameters": {
"shape": "Sb"
"shape": "Sd"
},
"Capabilities": {
"shape": "Sg"
"shape": "Si"
},
"ResourceTypes": {
"shape": "Si"
"shape": "Sk"
},
"RoleARN": {},
"NotificationARNs": {
"shape": "Sk"
"shape": "Sm"
},
"Tags": {
"shape": "Sm"
"shape": "So"
},
"ChangeSetName": {},
"ClientToken": {},
"Description": {}
"Description": {},
"ChangeSetType": {}
}
},
"output": {
"resultWrapper": "CreateChangeSetResult",
"type": "structure",
"members": {
"Id": {}
"Id": {},
"StackId": {}
}
}
},
Expand All @@ -91,7 +97,7 @@
"TemplateBody": {},
"TemplateURL": {},
"Parameters": {
"shape": "Sb"
"shape": "Sd"
},
"DisableRollback": {
"type": "boolean"
Expand All @@ -100,20 +106,20 @@
"type": "integer"
},
"NotificationARNs": {
"shape": "Sk"
"shape": "Sm"
},
"Capabilities": {
"shape": "Sg"
"shape": "Si"
},
"ResourceTypes": {
"shape": "Si"
"shape": "Sk"
},
"RoleARN": {},
"OnFailure": {},
"StackPolicyBody": {},
"StackPolicyURL": {},
"Tags": {
"shape": "Sm"
"shape": "So"
}
}
},
Expand Down Expand Up @@ -207,7 +213,7 @@
"StackName": {},
"Description": {},
"Parameters": {
"shape": "Sb"
"shape": "Sd"
},
"CreationTime": {
"type": "timestamp"
Expand All @@ -216,13 +222,13 @@
"Status": {},
"StatusReason": {},
"NotificationARNs": {
"shape": "Sk"
"shape": "Sm"
},
"Capabilities": {
"shape": "Sg"
"shape": "Si"
},
"Tags": {
"shape": "Sm"
"shape": "So"
},
"Changes": {
"type": "list",
Expand Down Expand Up @@ -419,9 +425,10 @@
"members": {
"StackId": {},
"StackName": {},
"ChangeSetId": {},
"Description": {},
"Parameters": {
"shape": "Sb"
"shape": "Sd"
},
"CreationTime": {
"type": "timestamp"
Expand All @@ -435,13 +442,13 @@
"type": "boolean"
},
"NotificationARNs": {
"shape": "Sk"
"shape": "Sm"
},
"TimeoutInMinutes": {
"type": "integer"
},
"Capabilities": {
"shape": "Sg"
"shape": "Si"
},
"Outputs": {
"type": "list",
Expand All @@ -456,7 +463,7 @@
},
"RoleARN": {},
"Tags": {
"shape": "Sm"
"shape": "So"
}
}
}
Expand All @@ -472,7 +479,7 @@
"TemplateBody": {},
"TemplateURL": {},
"Parameters": {
"shape": "Sb"
"shape": "Sd"
}
}
},
Expand Down Expand Up @@ -522,18 +529,21 @@
"GetTemplate": {
"input": {
"type": "structure",
"required": [
"StackName"
],
"members": {
"StackName": {}
"StackName": {},
"ChangeSetName": {},
"TemplateStage": {}
}
},
"output": {
"resultWrapper": "GetTemplateResult",
"type": "structure",
"members": {
"TemplateBody": {}
"TemplateBody": {},
"StagesAvailable": {
"type": "list",
"member": {}
}
}
}
},
Expand Down Expand Up @@ -576,14 +586,17 @@
},
"Description": {},
"Capabilities": {
"shape": "Sg"
"shape": "Si"
},
"CapabilitiesReason": {},
"ResourceTypes": {
"shape": "Si"
"shape": "Sk"
},
"Version": {},
"Metadata": {}
"Metadata": {},
"DeclaredTransforms": {
"shape": "S3k"
}
}
}
},
Expand Down Expand Up @@ -625,6 +638,32 @@
}
}
},
"ListExports": {
"input": {
"type": "structure",
"members": {
"NextToken": {}
}
},
"output": {
"resultWrapper": "ListExportsResult",
"type": "structure",
"members": {
"Exports": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ExportingStackId": {},
"Name": {},
"Value": {}
}
}
},
"NextToken": {}
}
}
},
"ListStackResources": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -758,22 +797,22 @@
"StackPolicyDuringUpdateBody": {},
"StackPolicyDuringUpdateURL": {},
"Parameters": {
"shape": "Sb"
"shape": "Sd"
},
"Capabilities": {
"shape": "Sg"
"shape": "Si"
},
"ResourceTypes": {
"shape": "Si"
"shape": "Sk"
},
"RoleARN": {},
"StackPolicyBody": {},
"StackPolicyURL": {},
"NotificationARNs": {
"shape": "Sk"
"shape": "Sm"
},
"Tags": {
"shape": "Sm"
"shape": "So"
}
}
},
Expand Down Expand Up @@ -813,15 +852,18 @@
},
"Description": {},
"Capabilities": {
"shape": "Sg"
"shape": "Si"
},
"CapabilitiesReason": {}
"CapabilitiesReason": {},
"DeclaredTransforms": {
"shape": "S3k"
}
}
}
}
},
"shapes": {
"Sb": {
"Sd": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -834,10 +876,6 @@
}
}
},
"Sg": {
"type": "list",
"member": {}
},
"Si": {
"type": "list",
"member": {}
Expand All @@ -847,6 +885,10 @@
"member": {}
},
"Sm": {
"type": "list",
"member": {}
},
"So": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -855,6 +897,10 @@
"Value": {}
}
}
},
"S3k": {
"type": "list",
"member": {}
}
}
}

0 comments on commit 9328c20

Please sign in to comment.