Skip to content

Commit

Permalink
Updates SDK to v2.935.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 25, 2021
1 parent 7661e6d commit 47d4949
Show file tree
Hide file tree
Showing 18 changed files with 960 additions and 222 deletions.
17 changes: 17 additions & 0 deletions .changes/2.935.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "AmplifyBackend",
"description": "Imports an existing backend authentication resource."
},
{
"type": "feature",
"category": "Proton",
"description": "Added waiters for template registration, service operations, and environment deployments."
},
{
"type": "feature",
"category": "Snowball",
"description": "AWS Snow Family customers can remotely monitor and operate their connected AWS Snowcone devices. AWS Snowball Edge Storage Optimized customers can now import and export their data using NFS."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.934.0-->
<!--LATEST=2.935.0-->
<!--ENTRYINSERT-->

## 2.935.0
* feature: AmplifyBackend: Imports an existing backend authentication resource.
* feature: Proton: Added waiters for template registration, service operations, and environment deployments.
* feature: Snowball: AWS Snow Family customers can remotely monitor and operate their connected AWS Snowcone devices. AWS Snowball Edge Storage Optimized customers can now import and export their data using NFS.

## 2.934.0
* feature: Chime: Adds EventIngestionUrl field to MediaPlacement
* feature: CodeBuild: BucketOwnerAccess is currently not supported
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.934.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.935.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
67 changes: 64 additions & 3 deletions apis/amplifybackend-2020-08-11.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,67 @@
}
}
},
"ImportBackendAuth": {
"http": {
"requestUri": "/backend/{appId}/auth/{backendEnvironmentName}/import",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"AppId": {
"location": "uri",
"locationName": "appId"
},
"BackendEnvironmentName": {
"location": "uri",
"locationName": "backendEnvironmentName"
},
"IdentityPoolId": {
"locationName": "identityPoolId"
},
"NativeClientId": {
"locationName": "nativeClientId"
},
"UserPoolId": {
"locationName": "userPoolId"
},
"WebClientId": {
"locationName": "webClientId"
}
},
"required": [
"AppId",
"BackendEnvironmentName",
"UserPoolId",
"NativeClientId",
"WebClientId"
]
},
"output": {
"type": "structure",
"members": {
"AppId": {
"locationName": "appId"
},
"BackendEnvironmentName": {
"locationName": "backendEnvironmentName"
},
"Error": {
"locationName": "error"
},
"JobId": {
"locationName": "jobId"
},
"Operation": {
"locationName": "operation"
},
"Status": {
"locationName": "status"
}
}
}
},
"ListBackendJobs": {
"http": {
"requestUri": "/backend/{appId}/job/{backendEnvironmentName}",
Expand Down Expand Up @@ -1185,7 +1246,7 @@
"locationName": "appId"
},
"LoginAuthConfig": {
"shape": "S2n",
"shape": "S2p",
"locationName": "loginAuthConfig"
}
},
Expand All @@ -1206,7 +1267,7 @@
"locationName": "error"
},
"LoginAuthConfig": {
"shape": "S2n",
"shape": "S2p",
"locationName": "loginAuthConfig"
}
}
Expand Down Expand Up @@ -1559,7 +1620,7 @@
"type": "list",
"member": {}
},
"S2n": {
"S2p": {
"type": "structure",
"members": {
"AwsCognitoIdentityPoolId": {
Expand Down
Loading

0 comments on commit 47d4949

Please sign in to comment.