Skip to content

Commit

Permalink
Updates SDK to v2.1139.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 19, 2022
1 parent 76a749a commit ee03cce
Show file tree
Hide file tree
Showing 15 changed files with 167 additions and 67 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1139.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "GameSparks",
"description": "This release adds an optional DeploymentResult field in the responses of GetStageDeploymentIntegrationTests and ListStageDeploymentIntegrationTests APIs."
},
{
"type": "feature",
"category": "LookoutMetrics",
"description": "In this release we added SnsFormat to SNSConfiguration to support human readable alert."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1138.0-->
<!--LATEST=2.1139.0-->
<!--ENTRYINSERT-->

## 2.1139.0
* feature: GameSparks: This release adds an optional DeploymentResult field in the responses of GetStageDeploymentIntegrationTests and ListStageDeploymentIntegrationTests APIs.
* feature: LookoutMetrics: In this release we added SnsFormat to SNSConfiguration to support human readable alert.

## 2.1138.0
* feature: AppMesh: This release updates the existing Create and Update APIs for meshes and virtual nodes by adding a new IP preference field. This new IP preference field can be used to control the IP versions being used with the mesh and allows for IPv6 support within App Mesh.
* feature: GreengrassV2: This release adds the new DeleteDeployment API operation that you can use to delete deployment resources. This release also adds support for discontinued AWS-provided components, so AWS can communicate when a component has any issues that you should consider before you deploy it.
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.1138.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1139.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
13 changes: 13 additions & 0 deletions apis/gamesparks-2021-08-17.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,9 @@
"members": {
"DeploymentAction": {},
"DeploymentId": {},
"DeploymentResult": {
"shape": "S29"
},
"DeploymentState": {},
"LastUpdated": {
"shape": "Sb"
Expand Down Expand Up @@ -1352,12 +1355,22 @@
},
"DeploymentAction": {},
"DeploymentId": {},
"DeploymentResult": {
"shape": "S29"
},
"DeploymentState": {},
"LastUpdated": {
"shape": "Sb"
},
"SnapshotId": {}
}
},
"S29": {
"type": "structure",
"members": {
"Message": {},
"ResultCode": {}
}
}
}
}
33 changes: 33 additions & 0 deletions apis/gamesparks-2021-08-17.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1290,6 +1290,20 @@
"min": 1,
"pattern": "^\\S(.*\\S)?$"
},
"DeploymentResult": {
"type": "structure",
"members": {
"Message": {
"shape": "Message",
"documentation": "<p>Details about the deployment result.</p>"
},
"ResultCode": {
"shape": "ResultCode",
"documentation": "<p>The type of deployment result.</p>"
}
},
"documentation": "<p>The result of the deployment.</p>"
},
"DeploymentState": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -2294,6 +2308,9 @@
"max": 100,
"min": 1
},
"Message": {
"type": "string"
},
"NextToken": {
"type": "string",
"max": 1024,
Expand Down Expand Up @@ -2331,6 +2348,14 @@
"min": 20,
"pattern": "^arn:aws:gamesparks:"
},
"ResultCode": {
"type": "string",
"enum": [
"SUCCESS",
"INVALID_ROLE_FAILURE",
"UNSPECIFIED_FAILURE"
]
},
"RoleARN": {
"type": "string",
"max": 2048,
Expand Down Expand Up @@ -2500,6 +2525,10 @@
"shape": "DeploymentId",
"documentation": "<p>The identifier of the deployment.</p>"
},
"DeploymentResult": {
"shape": "DeploymentResult",
"documentation": "<p>The result of the deployment.</p>"
},
"DeploymentState": {
"shape": "DeploymentState",
"documentation": "<p>The state of the deployment.</p>"
Expand Down Expand Up @@ -2532,6 +2561,10 @@
"shape": "DeploymentId",
"documentation": "<p>The identifier of the deployment.</p>"
},
"DeploymentResult": {
"shape": "DeploymentResult",
"documentation": "<p>The result of the deployment.</p>"
},
"DeploymentState": {
"shape": "DeploymentState",
"documentation": "<p>The state of the deployment.</p>"
Expand Down
Loading

0 comments on commit ee03cce

Please sign in to comment.