Skip to content

Commit

Permalink
Updates SDK to v2.1136.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 16, 2022
1 parent 2b6313c commit 99e29c3
Show file tree
Hide file tree
Showing 25 changed files with 973 additions and 366 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1136.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "CloudFront",
"description": "Introduced a new error (TooLongCSPInResponseHeadersPolicy) that is returned when the value of the Content-Security-Policy header in a response headers policy exceeds the maximum allowed length."
},
{
"type": "feature",
"category": "Discovery",
"description": "Add Migration Evaluator Collector details to the GetDiscoverySummary API response"
},
{
"type": "feature",
"category": "Resiliencehub",
"description": "In this release, we are introducing support for Amazon Elastic Container Service, Amazon Route 53, AWS Elastic Disaster Recovery, AWS Backup in addition to the existing supported Services. This release also supports Terraform file input from S3 and scheduling daily assessments"
},
{
"type": "feature",
"category": "WorkSpacesWeb",
"description": "Amazon WorkSpaces Web now supports Administrator timeout control"
}
]
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.1135.0-->
<!--LATEST=2.1136.0-->
<!--ENTRYINSERT-->

## 2.1136.0
* feature: CloudFront: Introduced a new error (TooLongCSPInResponseHeadersPolicy) that is returned when the value of the Content-Security-Policy header in a response headers policy exceeds the maximum allowed length.
* feature: Discovery: Add Migration Evaluator Collector details to the GetDiscoverySummary API response
* feature: Resiliencehub: In this release, we are introducing support for Amazon Elastic Container Service, Amazon Route 53, AWS Elastic Disaster Recovery, AWS Backup in addition to the existing supported Services. This release also supports Terraform file input from S3 and scheduling daily assessments
* feature: WorkSpacesWeb: Amazon WorkSpaces Web now supports Administrator timeout control

## 2.1135.0
* feature: Grafana: This release adds APIs for creating and deleting API keys in an Amazon Managed Grafana workspace.

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.1135.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1136.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
6 changes: 6 additions & 0 deletions apis/cloudfront-2020-05-31.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,9 @@
},
{
"shape": "TooManyCustomHeadersInResponseHeadersPolicy"
},
{
"shape": "TooLongCSPInResponseHeadersPolicy"
}
],
"documentation": "<p>Creates a response headers policy.</p> <p>A response headers policy contains information about a set of HTTP response headers and their values. To create a response headers policy, you provide some metadata about the policy, and a set of configurations that specify the response headers.</p> <p>After you create a response headers policy, you can use its ID to attach it to one or more cache behaviors in a CloudFront distribution. When it’s attached to a cache behavior, CloudFront adds the headers in the policy to HTTP responses that it sends for requests that match the cache behavior.</p>"
Expand Down Expand Up @@ -3096,6 +3099,9 @@
},
{
"shape": "TooManyCustomHeadersInResponseHeadersPolicy"
},
{
"shape": "TooLongCSPInResponseHeadersPolicy"
}
],
"documentation": "<p>Updates a response headers policy.</p> <p>When you update a response headers policy, the entire policy is replaced. You cannot update some policy fields independent of others. To update a response headers policy configuration:</p> <ol> <li> <p>Use <code>GetResponseHeadersPolicyConfig</code> to get the current policy’s configuration.</p> </li> <li> <p>Modify the fields in the response headers policy configuration that you want to update.</p> </li> <li> <p>Call <code>UpdateResponseHeadersPolicy</code>, providing the entire response headers policy configuration, including the fields that you modified and those that you didn’t.</p> </li> </ol>"
Expand Down
99 changes: 67 additions & 32 deletions apis/discovery-2015-11-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"shape": "S3"
},
"tags": {
"shape": "Si"
"shape": "Sk"
}
}
},
Expand Down Expand Up @@ -129,7 +129,7 @@
"shape": "S3"
},
"tags": {
"shape": "Si"
"shape": "Sk"
}
}
},
Expand All @@ -143,10 +143,10 @@
"type": "structure",
"members": {
"agentIds": {
"shape": "St"
"shape": "Sv"
},
"filters": {
"shape": "Sv"
"shape": "Sx"
},
"maxResults": {
"type": "integer"
Expand Down Expand Up @@ -248,7 +248,7 @@
},
"dataSource": {},
"schemaStorageConfig": {
"shape": "S1o"
"shape": "S1q"
}
}
}
Expand All @@ -262,7 +262,7 @@
"type": "structure",
"members": {
"exportIds": {
"shape": "S1r"
"shape": "S1t"
},
"maxResults": {
"type": "integer"
Expand All @@ -274,7 +274,7 @@
"type": "structure",
"members": {
"exportsInfo": {
"shape": "S1t"
"shape": "S1v"
},
"nextToken": {}
}
Expand All @@ -286,10 +286,10 @@
"type": "structure",
"members": {
"exportIds": {
"shape": "S1r"
"shape": "S1t"
},
"filters": {
"shape": "S21"
"shape": "S23"
},
"maxResults": {
"type": "integer"
Expand All @@ -301,7 +301,7 @@
"type": "structure",
"members": {
"exportsInfo": {
"shape": "S1t"
"shape": "S1v"
},
"nextToken": {}
}
Expand Down Expand Up @@ -337,7 +337,7 @@
"tasks": {
"type": "list",
"member": {
"shape": "S2e"
"shape": "S2g"
}
}
}
Expand All @@ -358,7 +358,7 @@
"members": {
"name": {},
"values": {
"shape": "Sx"
"shape": "Sz"
}
}
}
Expand Down Expand Up @@ -508,6 +508,41 @@
"type": "integer"
}
}
},
"meCollectorSummary": {
"type": "structure",
"required": [
"activeMeCollectors",
"healthyMeCollectors",
"denyListedMeCollectors",
"shutdownMeCollectors",
"unhealthyMeCollectors",
"totalMeCollectors",
"unknownMeCollectors"
],
"members": {
"activeMeCollectors": {
"type": "integer"
},
"healthyMeCollectors": {
"type": "integer"
},
"denyListedMeCollectors": {
"type": "integer"
},
"shutdownMeCollectors": {
"type": "integer"
},
"unhealthyMeCollectors": {
"type": "integer"
},
"totalMeCollectors": {
"type": "integer"
},
"unknownMeCollectors": {
"type": "integer"
}
}
}
}
}
Expand All @@ -521,7 +556,7 @@
"members": {
"configurationType": {},
"filters": {
"shape": "Sv"
"shape": "Sx"
},
"maxResults": {
"type": "integer"
Expand Down Expand Up @@ -627,7 +662,7 @@
},
"dataSource": {},
"schemaStorageConfig": {
"shape": "S1o"
"shape": "S1q"
}
}
}
Expand All @@ -640,15 +675,15 @@
],
"members": {
"agentIds": {
"shape": "St"
"shape": "Sv"
}
}
},
"output": {
"type": "structure",
"members": {
"agentsConfigurationStatus": {
"shape": "S3f"
"shape": "S3j"
}
}
}
Expand All @@ -662,7 +697,7 @@
"member": {}
},
"filters": {
"shape": "S21"
"shape": "S23"
},
"startTime": {
"type": "timestamp"
Expand Down Expand Up @@ -698,7 +733,7 @@
"type": "structure",
"members": {
"task": {
"shape": "S2e"
"shape": "S2g"
}
}
}
Expand Down Expand Up @@ -733,15 +768,15 @@
],
"members": {
"agentIds": {
"shape": "St"
"shape": "Sv"
}
}
},
"output": {
"type": "structure",
"members": {
"agentsConfigurationStatus": {
"shape": "S3f"
"shape": "S3j"
}
}
}
Expand Down Expand Up @@ -769,7 +804,7 @@
"type": "list",
"member": {}
},
"Si": {
"Sk": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -783,11 +818,11 @@
}
}
},
"St": {
"Sv": {
"type": "list",
"member": {}
},
"Sv": {
"Sx": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -799,26 +834,26 @@
"members": {
"name": {},
"values": {
"shape": "Sx"
"shape": "Sz"
},
"condition": {}
}
}
},
"Sx": {
"Sz": {
"type": "list",
"member": {}
},
"S1o": {
"S1q": {
"type": "map",
"key": {},
"value": {}
},
"S1r": {
"S1t": {
"type": "list",
"member": {}
},
"S1t": {
"S1v": {
"type": "list",
"member": {
"type": "structure",
Expand Down Expand Up @@ -848,7 +883,7 @@
}
}
},
"S21": {
"S23": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -860,13 +895,13 @@
"members": {
"name": {},
"values": {
"shape": "Sx"
"shape": "Sz"
},
"condition": {}
}
}
},
"S2e": {
"S2g": {
"type": "structure",
"members": {
"importTaskId": {},
Expand Down Expand Up @@ -898,7 +933,7 @@
"errorsAndFailedEntriesZip": {}
}
},
"S3f": {
"S3j": {
"type": "list",
"member": {
"type": "structure",
Expand Down
Loading

0 comments on commit 99e29c3

Please sign in to comment.