Skip to content

Commit ce9d028

Browse files
author
awstools
committed
Updates SDK to v2.1286.0
1 parent 08f2285 commit ce9d028

14 files changed

+282
-156
lines changed

.changes/2.1286.0.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CloudFront",
5+
"description": "Extend response headers policy to support removing headers from viewer responses"
6+
}
7+
]

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1285.0-->
2+
<!--LATEST=2.1286.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1286.0
6+
* feature: CloudFront: Extend response headers policy to support removing headers from viewer responses
7+
58
## 2.1285.0
69
* feature: EMR: Added GetClusterSessionCredentials API to allow Amazon SageMaker Studio to connect to EMR on EC2 clusters with runtime roles and AWS Lake Formation-based access control for Apache Spark, Apache Hive, and Presto queries.
710
* feature: SecretsManager: Added owning service filter, include planned deletion flag, and next rotation date response parameter in ListSecrets.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for further details.
5757
To use the SDK in the browser, simply add the following script tag to your
5858
HTML pages:
5959

60-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1285.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1286.0.min.js"></script>
6161

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

apis/cloudfront-2020-05-31.min.json

Lines changed: 52 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@
710710
"type": "structure",
711711
"members": {
712712
"ResponseHeadersPolicy": {
713-
"shape": "S6j"
713+
"shape": "S6m"
714714
},
715715
"Location": {
716716
"location": "header",
@@ -736,7 +736,7 @@
736736
],
737737
"members": {
738738
"StreamingDistributionConfig": {
739-
"shape": "S6l",
739+
"shape": "S6o",
740740
"locationName": "StreamingDistributionConfig",
741741
"xmlNamespace": {
742742
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -749,7 +749,7 @@
749749
"type": "structure",
750750
"members": {
751751
"StreamingDistribution": {
752-
"shape": "S6p"
752+
"shape": "S6s"
753753
},
754754
"Location": {
755755
"location": "header",
@@ -786,7 +786,7 @@
786786
],
787787
"members": {
788788
"StreamingDistributionConfig": {
789-
"shape": "S6l"
789+
"shape": "S6o"
790790
},
791791
"Tags": {
792792
"shape": "S3j"
@@ -800,7 +800,7 @@
800800
"type": "structure",
801801
"members": {
802802
"StreamingDistribution": {
803-
"shape": "S6p"
803+
"shape": "S6s"
804804
},
805805
"Location": {
806806
"location": "header",
@@ -1951,7 +1951,7 @@
19511951
"type": "structure",
19521952
"members": {
19531953
"ResponseHeadersPolicy": {
1954-
"shape": "S6j"
1954+
"shape": "S6m"
19551955
},
19561956
"ETag": {
19571957
"location": "header",
@@ -2013,7 +2013,7 @@
20132013
"type": "structure",
20142014
"members": {
20152015
"StreamingDistribution": {
2016-
"shape": "S6p"
2016+
"shape": "S6s"
20172017
},
20182018
"ETag": {
20192019
"location": "header",
@@ -2044,7 +2044,7 @@
20442044
"type": "structure",
20452045
"members": {
20462046
"StreamingDistributionConfig": {
2047-
"shape": "S6l"
2047+
"shape": "S6o"
20482048
},
20492049
"ETag": {
20502050
"location": "header",
@@ -2321,7 +2321,7 @@
23212321
"type": "structure",
23222322
"members": {
23232323
"DistributionList": {
2324-
"shape": "S9l"
2324+
"shape": "S9o"
23252325
}
23262326
},
23272327
"payload": "DistributionList"
@@ -2356,7 +2356,7 @@
23562356
"type": "structure",
23572357
"members": {
23582358
"DistributionIdList": {
2359-
"shape": "S9q"
2359+
"shape": "S9t"
23602360
}
23612361
},
23622362
"payload": "DistributionIdList"
@@ -2391,7 +2391,7 @@
23912391
"type": "structure",
23922392
"members": {
23932393
"DistributionIdList": {
2394-
"shape": "S9q"
2394+
"shape": "S9t"
23952395
}
23962396
},
23972397
"payload": "DistributionIdList"
@@ -2426,7 +2426,7 @@
24262426
"type": "structure",
24272427
"members": {
24282428
"DistributionIdList": {
2429-
"shape": "S9q"
2429+
"shape": "S9t"
24302430
}
24312431
},
24322432
"payload": "DistributionIdList"
@@ -2453,7 +2453,7 @@
24532453
"type": "structure",
24542454
"members": {
24552455
"DistributionList": {
2456-
"shape": "S9l"
2456+
"shape": "S9o"
24572457
}
24582458
},
24592459
"payload": "DistributionList"
@@ -2488,7 +2488,7 @@
24882488
"type": "structure",
24892489
"members": {
24902490
"DistributionIdList": {
2491-
"shape": "S9q"
2491+
"shape": "S9t"
24922492
}
24932493
},
24942494
"payload": "DistributionIdList"
@@ -2523,7 +2523,7 @@
25232523
"type": "structure",
25242524
"members": {
25252525
"DistributionList": {
2526-
"shape": "S9l"
2526+
"shape": "S9o"
25272527
}
25282528
},
25292529
"payload": "DistributionList"
@@ -3135,7 +3135,7 @@
31353135
"members": {
31363136
"Type": {},
31373137
"ResponseHeadersPolicy": {
3138-
"shape": "S6j"
3138+
"shape": "S6m"
31393139
}
31403140
}
31413141
}
@@ -3214,7 +3214,7 @@
32143214
},
32153215
"DomainName": {},
32163216
"S3Origin": {
3217-
"shape": "S6m"
3217+
"shape": "S6p"
32183218
},
32193219
"Aliases": {
32203220
"shape": "Si"
@@ -4012,7 +4012,7 @@
40124012
"type": "structure",
40134013
"members": {
40144014
"ResponseHeadersPolicy": {
4015-
"shape": "S6j"
4015+
"shape": "S6m"
40164016
},
40174017
"ETag": {
40184018
"location": "header",
@@ -4035,7 +4035,7 @@
40354035
],
40364036
"members": {
40374037
"StreamingDistributionConfig": {
4038-
"shape": "S6l",
4038+
"shape": "S6o",
40394039
"locationName": "StreamingDistributionConfig",
40404040
"xmlNamespace": {
40414041
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -4056,7 +4056,7 @@
40564056
"type": "structure",
40574057
"members": {
40584058
"StreamingDistribution": {
4059-
"shape": "S6p"
4059+
"shape": "S6s"
40604060
},
40614061
"ETag": {
40624062
"location": "header",
@@ -5877,10 +5877,34 @@
58775877
}
58785878
}
58795879
}
5880+
},
5881+
"RemoveHeadersConfig": {
5882+
"type": "structure",
5883+
"required": [
5884+
"Quantity"
5885+
],
5886+
"members": {
5887+
"Quantity": {
5888+
"type": "integer"
5889+
},
5890+
"Items": {
5891+
"type": "list",
5892+
"member": {
5893+
"locationName": "ResponseHeadersPolicyRemoveHeader",
5894+
"type": "structure",
5895+
"required": [
5896+
"Header"
5897+
],
5898+
"members": {
5899+
"Header": {}
5900+
}
5901+
}
5902+
}
5903+
}
58805904
}
58815905
}
58825906
},
5883-
"S6j": {
5907+
"S6m": {
58845908
"type": "structure",
58855909
"required": [
58865910
"Id",
@@ -5897,7 +5921,7 @@
58975921
}
58985922
}
58995923
},
5900-
"S6l": {
5924+
"S6o": {
59015925
"type": "structure",
59025926
"required": [
59035927
"CallerReference",
@@ -5909,7 +5933,7 @@
59095933
"members": {
59105934
"CallerReference": {},
59115935
"S3Origin": {
5912-
"shape": "S6m"
5936+
"shape": "S6p"
59135937
},
59145938
"Aliases": {
59155939
"shape": "Si"
@@ -5939,7 +5963,7 @@
59395963
}
59405964
}
59415965
},
5942-
"S6m": {
5966+
"S6p": {
59435967
"type": "structure",
59445968
"required": [
59455969
"DomainName",
@@ -5950,7 +5974,7 @@
59505974
"OriginAccessIdentity": {}
59515975
}
59525976
},
5953-
"S6p": {
5977+
"S6s": {
59545978
"type": "structure",
59555979
"required": [
59565980
"Id",
@@ -5972,11 +5996,11 @@
59725996
"shape": "S9"
59735997
},
59745998
"StreamingDistributionConfig": {
5975-
"shape": "S6l"
5999+
"shape": "S6o"
59766000
}
59776001
}
59786002
},
5979-
"S9l": {
6003+
"S9o": {
59806004
"type": "structure",
59816005
"required": [
59826006
"Marker",
@@ -6075,7 +6099,7 @@
60756099
}
60766100
}
60776101
},
6078-
"S9q": {
6102+
"S9t": {
60796103
"type": "structure",
60806104
"required": [
60816105
"Marker",

0 commit comments

Comments
 (0)