Skip to content

Commit

Permalink
Updates SDK to v2.706.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 26, 2020
1 parent 5bf2bd7 commit f103d9a
Show file tree
Hide file tree
Showing 22 changed files with 748 additions and 451 deletions.
22 changes: 22 additions & 0 deletions .changes/2.706.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "CloudFormation",
"description": "ListStackInstances and DescribeStackInstance now return a new `StackInstanceStatus` object that contains `DetailedStatus` values: a disambiguation of the more generic `Status` value. ListStackInstances output can now be filtered on `DetailedStatus` using the new `Filters` parameter."
},
{
"type": "feature",
"category": "CognitoIdentityServiceProvider",
"description": "Don't require Authorization for InitiateAuth and RespondToAuthChallenge."
},
{
"type": "feature",
"category": "QuickSight",
"description": "Added support for cross-region DataSource credentials copying."
},
{
"type": "feature",
"category": "SageMaker",
"description": "The new 'ModelClientConfig' parameter being added for CreateTransformJob and DescribeTransformJob api actions enable customers to configure model invocation related parameters such as timeout and retry."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.705.0-->
<!--LATEST=2.706.0-->
<!--ENTRYINSERT-->

## 2.706.0
* feature: CloudFormation: ListStackInstances and DescribeStackInstance now return a new `StackInstanceStatus` object that contains `DetailedStatus` values: a disambiguation of the more generic `Status` value. ListStackInstances output can now be filtered on `DetailedStatus` using the new `Filters` parameter.
* feature: CognitoIdentityServiceProvider: Don't require Authorization for InitiateAuth and RespondToAuthChallenge.
* feature: QuickSight: Added support for cross-region DataSource credentials copying.
* feature: SageMaker: The new 'ModelClientConfig' parameter being added for CreateTransformJob and DescribeTransformJob api actions enable customers to configure model invocation related parameters such as timeout and retry.

## 2.705.0
* feature: EC2: Added support for tag-on-create for Host Reservations in Dedicated Hosts. You can now specify tags when you create a Host Reservation for a Dedicated Host. For more information about tagging, see AWS Tagging Strategies.
* feature: Glue: This release adds new APIs to support column level statistics in AWS Glue Data Catalog
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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.705.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.706.0.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
58 changes: 40 additions & 18 deletions apis/cloudformation-2010-05-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,9 @@
"shape": "Se"
},
"Status": {},
"StackInstanceStatus": {
"shape": "S41"
},
"StatusReason": {},
"OrganizationalUnitId": {},
"DriftStatus": {},
Expand Down Expand Up @@ -616,7 +619,7 @@
"Description": {},
"Metadata": {},
"DriftInformation": {
"shape": "S46"
"shape": "S48"
}
}
}
Expand Down Expand Up @@ -651,7 +654,7 @@
"StackResourceDrifts": {
"type": "list",
"member": {
"shape": "S4d"
"shape": "S4f"
}
},
"NextToken": {}
Expand Down Expand Up @@ -694,7 +697,7 @@
"ResourceStatusReason": {},
"Description": {},
"DriftInformation": {
"shape": "S46"
"shape": "S48"
}
}
}
Expand Down Expand Up @@ -737,7 +740,7 @@
"AdministrationRoleARN": {},
"ExecutionRoleName": {},
"StackSetDriftDetectionDetails": {
"shape": "S4x"
"shape": "S4z"
},
"AutoDeployment": {
"shape": "S22"
Expand Down Expand Up @@ -792,7 +795,7 @@
"shape": "S1o"
},
"StackSetDriftDetectionDetails": {
"shape": "S4x"
"shape": "S4z"
}
}
}
Expand Down Expand Up @@ -920,7 +923,7 @@
"ProvisioningType": {},
"DeprecatedStatus": {},
"LoggingConfig": {
"shape": "S5w"
"shape": "S5y"
},
"ExecutionRoleArn": {},
"Visibility": {},
Expand Down Expand Up @@ -967,7 +970,7 @@
"members": {
"StackName": {},
"LogicalResourceIds": {
"shape": "S66"
"shape": "S68"
}
}
},
Expand Down Expand Up @@ -1002,7 +1005,7 @@
],
"members": {
"StackResourceDrift": {
"shape": "S4d"
"shape": "S4f"
}
}
}
Expand Down Expand Up @@ -1156,7 +1159,7 @@
"Version": {},
"Metadata": {},
"DeclaredTransforms": {
"shape": "S6z"
"shape": "S71"
},
"ResourceIdentifierSummaries": {
"type": "list",
Expand All @@ -1165,7 +1168,7 @@
"members": {
"ResourceType": {},
"LogicalResourceIds": {
"shape": "S66"
"shape": "S68"
},
"ResourceIdentifiers": {
"type": "list",
Expand Down Expand Up @@ -1276,6 +1279,16 @@
"MaxResults": {
"type": "integer"
},
"Filters": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Name": {},
"Values": {}
}
}
},
"StackInstanceAccount": {},
"StackInstanceRegion": {}
}
Expand All @@ -1295,6 +1308,9 @@
"StackId": {},
"Status": {},
"StatusReason": {},
"StackInstanceStatus": {
"shape": "S41"
},
"OrganizationalUnitId": {},
"DriftStatus": {},
"LastDriftCheckTimestamp": {
Expand Down Expand Up @@ -1685,7 +1701,7 @@
"TypeName": {},
"SchemaHandlerPackage": {},
"LoggingConfig": {
"shape": "S5w"
"shape": "S5y"
},
"ExecutionRoleArn": {},
"ClientRequestToken": {}
Expand Down Expand Up @@ -1957,7 +1973,7 @@
},
"CapabilitiesReason": {},
"DeclaredTransforms": {
"shape": "S6z"
"shape": "S71"
}
}
}
Expand Down Expand Up @@ -2080,7 +2096,13 @@
}
}
},
"S46": {
"S41": {
"type": "structure",
"members": {
"DetailedStatus": {}
}
},
"S48": {
"type": "structure",
"required": [
"StackResourceDriftStatus"
Expand All @@ -2092,7 +2114,7 @@
}
}
},
"S4d": {
"S4f": {
"type": "structure",
"required": [
"StackId",
Expand Down Expand Up @@ -2146,7 +2168,7 @@
}
}
},
"S4x": {
"S4z": {
"type": "structure",
"members": {
"DriftStatus": {},
Expand All @@ -2171,7 +2193,7 @@
}
}
},
"S5w": {
"S5y": {
"type": "structure",
"required": [
"LogRoleArn",
Expand All @@ -2182,11 +2204,11 @@
"LogGroupName": {}
}
},
"S66": {
"S68": {
"type": "list",
"member": {}
},
"S6z": {
"S71": {
"type": "list",
"member": {}
}
Expand Down
69 changes: 67 additions & 2 deletions apis/cloudformation-2010-05-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@
"shape": "StackSetNotFoundException"
}
],
"documentation": "<p>Returns summary information about stack instances that are associated with the specified stack set. You can filter for stack instances that are associated with a specific AWS account name or Region.</p>"
"documentation": "<p>Returns summary information about stack instances that are associated with the specified stack set. You can filter for stack instances that are associated with a specific AWS account name or Region, or that have a specific status.</p>"
},
"ListStackResources": {
"name": "ListStackResources",
Expand Down Expand Up @@ -2900,6 +2900,10 @@
"shape": "MaxResults",
"documentation": "<p>The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a <code>NextToken</code> value that you can assign to the <code>NextToken</code> request parameter to get the next set of results.</p>"
},
"Filters": {
"shape": "StackInstanceFilters",
"documentation": "<p>The status that stack instances are filtered by.</p>"
},
"StackInstanceAccount": {
"shape": "Account",
"documentation": "<p>The name of the AWS account that you want to list stack instances for.</p>"
Expand Down Expand Up @@ -3862,7 +3866,7 @@
"members": {
"ResourceType": {
"shape": "ResourceType",
"documentation": "<p>The type of resource to import into your stack, such as <code>AWS::S3::Bucket</code>. </p>"
"documentation": "<p>The type of resource to import into your stack, such as <code>AWS::S3::Bucket</code>. For a list of supported resource types, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html\">Resources that support import operations</a> in the AWS CloudFormation User Guide.</p>"
},
"LogicalResourceId": {
"shape": "LogicalResourceId",
Expand Down Expand Up @@ -4303,6 +4307,10 @@
"shape": "StackInstanceStatus",
"documentation": "<p>The status of the stack instance, in terms of its synchronization with its associated stack set.</p> <ul> <li> <p> <code>INOPERABLE</code>: A <code>DeleteStackInstances</code> operation has failed and left the stack in an unstable state. Stacks in this state are excluded from further <code>UpdateStackSet</code> operations. You might need to perform a <code>DeleteStackInstances</code> operation, with <code>RetainStacks</code> set to <code>true</code>, to delete the stack instance, and then delete the stack manually.</p> </li> <li> <p> <code>OUTDATED</code>: The stack isn't currently up to date with the stack set because:</p> <ul> <li> <p>The associated stack failed during a <code>CreateStackSet</code> or <code>UpdateStackSet</code> operation. </p> </li> <li> <p>The stack was part of a <code>CreateStackSet</code> or <code>UpdateStackSet</code> operation that failed or was stopped before the stack was created or updated. </p> </li> </ul> </li> <li> <p> <code>CURRENT</code>: The stack is currently up to date with the stack set.</p> </li> </ul>"
},
"StackInstanceStatus": {
"shape": "StackInstanceComprehensiveStatus",
"documentation": "<p>The detailed status of the stack instance.</p>"
},
"StatusReason": {
"shape": "Reason",
"documentation": "<p>The explanation for the specific status code that is assigned to this stack instance.</p>"
Expand All @@ -4322,6 +4330,59 @@
},
"documentation": "<p>An AWS CloudFormation stack, in a specific account and Region, that's part of a stack set operation. A stack instance is a reference to an attempted or actual stack in a given account within a given Region. A stack instance can exist without a stack—for example, if the stack couldn't be created for some reason. A stack instance is associated with only one stack set. Each stack instance contains the ID of its associated stack set, as well as the ID of the actual stack and the stack status.</p>"
},
"StackInstanceComprehensiveStatus": {
"type": "structure",
"members": {
"DetailedStatus": {
"shape": "StackInstanceDetailedStatus",
"documentation": "<ul> <li> <p> <code>CANCELLED</code>: The operation in the specified account and Region has been cancelled. This is either because a user has stopped the stack set operation, or because the failure tolerance of the stack set operation has been exceeded.</p> </li> <li> <p> <code>FAILED</code>: The operation in the specified account and Region failed. If the stack set operation fails in enough accounts within a Region, the failure tolerance for the stack set operation as a whole might be exceeded.</p> </li> <li> <p> <code>INOPERABLE</code>: A <code>DeleteStackInstances</code> operation has failed and left the stack in an unstable state. Stacks in this state are excluded from further <code>UpdateStackSet</code> operations. You might need to perform a <code>DeleteStackInstances</code> operation, with <code>RetainStacks</code> set to <code>true</code>, to delete the stack instance, and then delete the stack manually.</p> </li> <li> <p> <code>PENDING</code>: The operation in the specified account and Region has yet to start.</p> </li> <li> <p> <code>RUNNING</code>: The operation in the specified account and Region is currently in progress.</p> </li> <li> <p> <code>SUCCEEDED</code>: The operation in the specified account and Region completed successfully.</p> </li> </ul>"
}
},
"documentation": "<p>The detailed status of the stack instance.</p>"
},
"StackInstanceDetailedStatus": {
"type": "string",
"enum": [
"PENDING",
"RUNNING",
"SUCCEEDED",
"FAILED",
"CANCELLED",
"INOPERABLE"
]
},
"StackInstanceFilter": {
"type": "structure",
"members": {
"Name": {
"shape": "StackInstanceFilterName",
"documentation": "<p>The type of filter to apply.</p>"
},
"Values": {
"shape": "StackInstanceFilterValues",
"documentation": "<p>The status to filter by.</p>"
}
},
"documentation": "<p>The status that stack instances are filtered by.</p>"
},
"StackInstanceFilterName": {
"type": "string",
"enum": [
"DETAILED_STATUS"
]
},
"StackInstanceFilterValues": {
"type": "string",
"max": 10,
"min": 6
},
"StackInstanceFilters": {
"type": "list",
"member": {
"shape": "StackInstanceFilter"
},
"max": 1
},
"StackInstanceStatus": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -4363,6 +4424,10 @@
"shape": "Reason",
"documentation": "<p>The explanation for the specific status code assigned to this stack instance.</p>"
},
"StackInstanceStatus": {
"shape": "StackInstanceComprehensiveStatus",
"documentation": "<p>The detailed status of the stack instance.</p>"
},
"OrganizationalUnitId": {
"shape": "OrganizationalUnitId",
"documentation": "<p>[<code>Service-managed</code> permissions] The organization root ID or organizational unit (OU) IDs that you specified for <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html\">DeploymentTargets</a>.</p>"
Expand Down
6 changes: 4 additions & 2 deletions apis/cognito-idp-2016-04-18.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,8 @@
"shape": "S1u"
}
}
}
},
"authtype": "none"
},
"ListDevices": {
"input": {
Expand Down Expand Up @@ -2159,7 +2160,8 @@
"shape": "S1u"
}
}
}
},
"authtype": "none"
},
"SetRiskConfiguration": {
"input": {
Expand Down
6 changes: 4 additions & 2 deletions apis/cognito-idp-2016-04-18.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2605,7 +2605,8 @@
"shape": "InvalidSmsRoleTrustRelationshipException"
}
],
"documentation": "<p>Initiates the authentication flow.</p>"
"documentation": "<p>Initiates the authentication flow.</p>",
"authtype": "none"
},
"ListDevices": {
"name": "ListDevices",
Expand Down Expand Up @@ -3059,7 +3060,8 @@
"shape": "SoftwareTokenMFANotFoundException"
}
],
"documentation": "<p>Responds to the authentication challenge.</p>"
"documentation": "<p>Responds to the authentication challenge.</p>",
"authtype": "none"
},
"SetRiskConfiguration": {
"name": "SetRiskConfiguration",
Expand Down
Loading

0 comments on commit f103d9a

Please sign in to comment.