Skip to content

Commit 99e29c3

Browse files
author
awstools
committed
Updates SDK to v2.1136.0
1 parent 2b6313c commit 99e29c3

25 files changed

+973
-366
lines changed

Diff for: .changes/2.1136.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CloudFront",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Discovery",
10+
"description": "Add Migration Evaluator Collector details to the GetDiscoverySummary API response"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Resiliencehub",
15+
"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"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "WorkSpacesWeb",
20+
"description": "Amazon WorkSpaces Web now supports Administrator timeout control"
21+
}
22+
]

Diff for: CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1135.0-->
2+
<!--LATEST=2.1136.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1136.0
6+
* 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.
7+
* feature: Discovery: Add Migration Evaluator Collector details to the GetDiscoverySummary API response
8+
* 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
9+
* feature: WorkSpacesWeb: Amazon WorkSpaces Web now supports Administrator timeout control
10+
511
## 2.1135.0
612
* feature: Grafana: This release adds APIs for creating and deleting API keys in an Amazon Managed Grafana workspace.
713

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1135.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1136.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

Diff for: apis/cloudfront-2020-05-31.normal.json

+6
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,9 @@
846846
},
847847
{
848848
"shape": "TooManyCustomHeadersInResponseHeadersPolicy"
849+
},
850+
{
851+
"shape": "TooLongCSPInResponseHeadersPolicy"
849852
}
850853
],
851854
"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>"
@@ -3096,6 +3099,9 @@
30963099
},
30973100
{
30983101
"shape": "TooManyCustomHeadersInResponseHeadersPolicy"
3102+
},
3103+
{
3104+
"shape": "TooLongCSPInResponseHeadersPolicy"
30993105
}
31003106
],
31013107
"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>"

Diff for: apis/discovery-2015-11-01.min.json

+67-32
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"shape": "S3"
9292
},
9393
"tags": {
94-
"shape": "Si"
94+
"shape": "Sk"
9595
}
9696
}
9797
},
@@ -129,7 +129,7 @@
129129
"shape": "S3"
130130
},
131131
"tags": {
132-
"shape": "Si"
132+
"shape": "Sk"
133133
}
134134
}
135135
},
@@ -143,10 +143,10 @@
143143
"type": "structure",
144144
"members": {
145145
"agentIds": {
146-
"shape": "St"
146+
"shape": "Sv"
147147
},
148148
"filters": {
149-
"shape": "Sv"
149+
"shape": "Sx"
150150
},
151151
"maxResults": {
152152
"type": "integer"
@@ -248,7 +248,7 @@
248248
},
249249
"dataSource": {},
250250
"schemaStorageConfig": {
251-
"shape": "S1o"
251+
"shape": "S1q"
252252
}
253253
}
254254
}
@@ -262,7 +262,7 @@
262262
"type": "structure",
263263
"members": {
264264
"exportIds": {
265-
"shape": "S1r"
265+
"shape": "S1t"
266266
},
267267
"maxResults": {
268268
"type": "integer"
@@ -274,7 +274,7 @@
274274
"type": "structure",
275275
"members": {
276276
"exportsInfo": {
277-
"shape": "S1t"
277+
"shape": "S1v"
278278
},
279279
"nextToken": {}
280280
}
@@ -286,10 +286,10 @@
286286
"type": "structure",
287287
"members": {
288288
"exportIds": {
289-
"shape": "S1r"
289+
"shape": "S1t"
290290
},
291291
"filters": {
292-
"shape": "S21"
292+
"shape": "S23"
293293
},
294294
"maxResults": {
295295
"type": "integer"
@@ -301,7 +301,7 @@
301301
"type": "structure",
302302
"members": {
303303
"exportsInfo": {
304-
"shape": "S1t"
304+
"shape": "S1v"
305305
},
306306
"nextToken": {}
307307
}
@@ -337,7 +337,7 @@
337337
"tasks": {
338338
"type": "list",
339339
"member": {
340-
"shape": "S2e"
340+
"shape": "S2g"
341341
}
342342
}
343343
}
@@ -358,7 +358,7 @@
358358
"members": {
359359
"name": {},
360360
"values": {
361-
"shape": "Sx"
361+
"shape": "Sz"
362362
}
363363
}
364364
}
@@ -508,6 +508,41 @@
508508
"type": "integer"
509509
}
510510
}
511+
},
512+
"meCollectorSummary": {
513+
"type": "structure",
514+
"required": [
515+
"activeMeCollectors",
516+
"healthyMeCollectors",
517+
"denyListedMeCollectors",
518+
"shutdownMeCollectors",
519+
"unhealthyMeCollectors",
520+
"totalMeCollectors",
521+
"unknownMeCollectors"
522+
],
523+
"members": {
524+
"activeMeCollectors": {
525+
"type": "integer"
526+
},
527+
"healthyMeCollectors": {
528+
"type": "integer"
529+
},
530+
"denyListedMeCollectors": {
531+
"type": "integer"
532+
},
533+
"shutdownMeCollectors": {
534+
"type": "integer"
535+
},
536+
"unhealthyMeCollectors": {
537+
"type": "integer"
538+
},
539+
"totalMeCollectors": {
540+
"type": "integer"
541+
},
542+
"unknownMeCollectors": {
543+
"type": "integer"
544+
}
545+
}
511546
}
512547
}
513548
}
@@ -521,7 +556,7 @@
521556
"members": {
522557
"configurationType": {},
523558
"filters": {
524-
"shape": "Sv"
559+
"shape": "Sx"
525560
},
526561
"maxResults": {
527562
"type": "integer"
@@ -627,7 +662,7 @@
627662
},
628663
"dataSource": {},
629664
"schemaStorageConfig": {
630-
"shape": "S1o"
665+
"shape": "S1q"
631666
}
632667
}
633668
}
@@ -640,15 +675,15 @@
640675
],
641676
"members": {
642677
"agentIds": {
643-
"shape": "St"
678+
"shape": "Sv"
644679
}
645680
}
646681
},
647682
"output": {
648683
"type": "structure",
649684
"members": {
650685
"agentsConfigurationStatus": {
651-
"shape": "S3f"
686+
"shape": "S3j"
652687
}
653688
}
654689
}
@@ -662,7 +697,7 @@
662697
"member": {}
663698
},
664699
"filters": {
665-
"shape": "S21"
700+
"shape": "S23"
666701
},
667702
"startTime": {
668703
"type": "timestamp"
@@ -698,7 +733,7 @@
698733
"type": "structure",
699734
"members": {
700735
"task": {
701-
"shape": "S2e"
736+
"shape": "S2g"
702737
}
703738
}
704739
}
@@ -733,15 +768,15 @@
733768
],
734769
"members": {
735770
"agentIds": {
736-
"shape": "St"
771+
"shape": "Sv"
737772
}
738773
}
739774
},
740775
"output": {
741776
"type": "structure",
742777
"members": {
743778
"agentsConfigurationStatus": {
744-
"shape": "S3f"
779+
"shape": "S3j"
745780
}
746781
}
747782
}
@@ -769,7 +804,7 @@
769804
"type": "list",
770805
"member": {}
771806
},
772-
"Si": {
807+
"Sk": {
773808
"type": "list",
774809
"member": {
775810
"type": "structure",
@@ -783,11 +818,11 @@
783818
}
784819
}
785820
},
786-
"St": {
821+
"Sv": {
787822
"type": "list",
788823
"member": {}
789824
},
790-
"Sv": {
825+
"Sx": {
791826
"type": "list",
792827
"member": {
793828
"type": "structure",
@@ -799,26 +834,26 @@
799834
"members": {
800835
"name": {},
801836
"values": {
802-
"shape": "Sx"
837+
"shape": "Sz"
803838
},
804839
"condition": {}
805840
}
806841
}
807842
},
808-
"Sx": {
843+
"Sz": {
809844
"type": "list",
810845
"member": {}
811846
},
812-
"S1o": {
847+
"S1q": {
813848
"type": "map",
814849
"key": {},
815850
"value": {}
816851
},
817-
"S1r": {
852+
"S1t": {
818853
"type": "list",
819854
"member": {}
820855
},
821-
"S1t": {
856+
"S1v": {
822857
"type": "list",
823858
"member": {
824859
"type": "structure",
@@ -848,7 +883,7 @@
848883
}
849884
}
850885
},
851-
"S21": {
886+
"S23": {
852887
"type": "list",
853888
"member": {
854889
"type": "structure",
@@ -860,13 +895,13 @@
860895
"members": {
861896
"name": {},
862897
"values": {
863-
"shape": "Sx"
898+
"shape": "Sz"
864899
},
865900
"condition": {}
866901
}
867902
}
868903
},
869-
"S2e": {
904+
"S2g": {
870905
"type": "structure",
871906
"members": {
872907
"importTaskId": {},
@@ -898,7 +933,7 @@
898933
"errorsAndFailedEntriesZip": {}
899934
}
900935
},
901-
"S3f": {
936+
"S3j": {
902937
"type": "list",
903938
"member": {
904939
"type": "structure",

0 commit comments

Comments
 (0)