Skip to content

Commit

Permalink
Updates SDK to v2.828.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 14, 2021
1 parent 2c11b2f commit acd59da
Show file tree
Hide file tree
Showing 19 changed files with 978 additions and 513 deletions.
22 changes: 22 additions & 0 deletions .changes/2.828.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "CognitoIdentity",
"description": "Add Attributes For Access Control support for Amazon Cognito Identity Pools to facilitate access to AWS resources based on attributes from social and corporate identity providers"
},
{
"type": "feature",
"category": "Pinpoint",
"description": "Customers can create segments using 5 new filters. Filters can check for the presence of a substring in attributes and can perform time-based comparisons formatted as ISO_INSTANT datetimes."
},
{
"type": "feature",
"category": "S3Control",
"description": "Amazon S3 Batch Operations now supports restoring objects from the S3 Intelligent-Tiering Archive Access and Deep Archive Access tiers."
},
{
"type": "feature",
"category": "SageMaker",
"description": "This feature allows customers to enable/disable model caching on Multi-Model endpoints."
}
]
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.827.0-->
<!--LATEST=2.828.0-->
<!--ENTRYINSERT-->

## 2.828.0
* feature: CognitoIdentity: Add Attributes For Access Control support for Amazon Cognito Identity Pools to facilitate access to AWS resources based on attributes from social and corporate identity providers
* feature: Pinpoint: Customers can create segments using 5 new filters. Filters can check for the presence of a substring in attributes and can perform time-based comparisons formatted as ISO_INSTANT datetimes.
* feature: S3Control: Amazon S3 Batch Operations now supports restoring objects from the S3 Intelligent-Tiering Archive Access and Deep Archive Access tiers.
* feature: SageMaker: This feature allows customers to enable/disable model caching on Multi-Model endpoints.

## 2.827.0
* feature: FraudDetector: Added support for cancelling a model version that is TRAINING_IN_PROGRESS.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.827.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.828.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
66 changes: 66 additions & 0 deletions apis/cognito-identity-2014-06-30.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@
"Logins": {
"shape": "S10"
},
"PrincipalTags": {
"shape": "S1s"
},
"TokenDuration": {
"type": "long"
}
Expand All @@ -243,6 +246,32 @@
}
}
},
"GetPrincipalTagAttributeMap": {
"input": {
"type": "structure",
"required": [
"IdentityPoolId",
"IdentityProviderName"
],
"members": {
"IdentityPoolId": {},
"IdentityProviderName": {}
}
},
"output": {
"type": "structure",
"members": {
"IdentityPoolId": {},
"IdentityProviderName": {},
"UseDefaults": {
"type": "boolean"
},
"PrincipalTags": {
"shape": "S1s"
}
}
}
},
"ListIdentities": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -393,6 +422,38 @@
}
}
},
"SetPrincipalTagAttributeMap": {
"input": {
"type": "structure",
"required": [
"IdentityPoolId",
"IdentityProviderName"
],
"members": {
"IdentityPoolId": {},
"IdentityProviderName": {},
"UseDefaults": {
"type": "boolean"
},
"PrincipalTags": {
"shape": "S1s"
}
}
},
"output": {
"type": "structure",
"members": {
"IdentityPoolId": {},
"IdentityProviderName": {},
"UseDefaults": {
"type": "boolean"
},
"PrincipalTags": {
"shape": "S1s"
}
}
}
},
"TagResource": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -612,6 +673,11 @@
}
}
}
},
"S1s": {
"type": "map",
"key": {},
"value": {}
}
}
}
Loading

0 comments on commit acd59da

Please sign in to comment.