Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit a8c4cd0

Browse files
Release v1.44.15 (2022-05-16) (#4403)
Release v1.44.15 (2022-05-16) === ### Service Client Updates * `service/cloudfront`: Updates service API and documentation * 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. * `service/discovery`: Updates service API and documentation * Add Migration Evaluator Collector details to the GetDiscoverySummary API response * `service/rekognition`: Updates service documentation * Documentation updates for Amazon Rekognition. * `service/resiliencehub`: Updates service API and documentation * `service/servicecatalog`: Updates service documentation * Updated the descriptions for the ListAcceptedPortfolioShares API description and the PortfolioShareType parameters. * `service/sts`: Updates service documentation * Documentation updates for AWS Security Token Service. * `service/workspaces-web`: Updates service API and documentation
1 parent ff01670 commit a8c4cd0

File tree

24 files changed

+1376
-459
lines changed

24 files changed

+1376
-459
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Release v1.44.15 (2022-05-16)
2+
===
3+
4+
### Service Client Updates
5+
* `service/cloudfront`: Updates service API and documentation
6+
* 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+
* `service/discovery`: Updates service API and documentation
8+
* Add Migration Evaluator Collector details to the GetDiscoverySummary API response
9+
* `service/rekognition`: Updates service documentation
10+
* Documentation updates for Amazon Rekognition.
11+
* `service/resiliencehub`: Updates service API and documentation
12+
* `service/servicecatalog`: Updates service documentation
13+
* Updated the descriptions for the ListAcceptedPortfolioShares API description and the PortfolioShareType parameters.
14+
* `service/sts`: Updates service documentation
15+
* Documentation updates for AWS Security Token Service.
16+
* `service/workspaces-web`: Updates service API and documentation
17+
118
Release v1.44.14 (2022-05-13)
219
===
320

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.14"
8+
const SDKVersion = "1.44.15"

models/apis/cloudfront/2020-05-31/api-2.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,8 @@
388388
{"shape":"InvalidArgument"},
389389
{"shape":"ResponseHeadersPolicyAlreadyExists"},
390390
{"shape":"TooManyResponseHeadersPolicies"},
391-
{"shape":"TooManyCustomHeadersInResponseHeadersPolicy"}
391+
{"shape":"TooManyCustomHeadersInResponseHeadersPolicy"},
392+
{"shape":"TooLongCSPInResponseHeadersPolicy"}
392393
]
393394
},
394395
"CreateStreamingDistribution":{
@@ -1596,7 +1597,8 @@
15961597
{"shape":"NoSuchResponseHeadersPolicy"},
15971598
{"shape":"PreconditionFailed"},
15981599
{"shape":"ResponseHeadersPolicyAlreadyExists"},
1599-
{"shape":"TooManyCustomHeadersInResponseHeadersPolicy"}
1600+
{"shape":"TooManyCustomHeadersInResponseHeadersPolicy"},
1601+
{"shape":"TooLongCSPInResponseHeadersPolicy"}
16001602
]
16011603
},
16021604
"UpdateStreamingDistribution":{
@@ -6429,6 +6431,14 @@
64296431
"FunctionOutput":{"shape":"sensitiveStringType"}
64306432
}
64316433
},
6434+
"TooLongCSPInResponseHeadersPolicy":{
6435+
"type":"structure",
6436+
"members":{
6437+
"Message":{"shape":"string"}
6438+
},
6439+
"error":{"httpStatusCode":400},
6440+
"exception":true
6441+
},
64326442
"TooManyCacheBehaviors":{
64336443
"type":"structure",
64346444
"members":{

models/apis/cloudfront/2020-05-31/docs-2.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2709,6 +2709,11 @@
27092709
"TestFunctionResult$TestResult": "<p>An object that represents the result of running the function with the provided event object.</p>"
27102710
}
27112711
},
2712+
"TooLongCSPInResponseHeadersPolicy": {
2713+
"base": "<p>The length of the <code>Content-Security-Policy</code> header value in the response headers policy exceeds the maximum.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2714+
"refs": {
2715+
}
2716+
},
27122717
"TooManyCacheBehaviors": {
27132718
"base": "<p>You cannot create more cache behaviors for the distribution.</p>",
27142719
"refs": {
@@ -3690,6 +3695,7 @@
36903695
"TestFunctionRequest$Name": "<p>The name of the function that you are testing.</p>",
36913696
"TestFunctionRequest$IfMatch": "<p>The current version (<code>ETag</code> value) of the function that you are testing, which you can get using <code>DescribeFunction</code>.</p>",
36923697
"TestResult$ComputeUtilization": "<p>The amount of time that the function took to run as a percentage of the maximum allowed time. For example, a compute utilization of 35 means that the function completed in 35% of the maximum allowed time.</p>",
3698+
"TooLongCSPInResponseHeadersPolicy$Message": null,
36933699
"TooManyCacheBehaviors$Message": null,
36943700
"TooManyCachePolicies$Message": null,
36953701
"TooManyCertificates$Message": null,

models/apis/discovery/2015-11-01/api-2.json

Lines changed: 95 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,12 @@
443443
"type":"list",
444444
"member":{"shape":"AgentConfigurationStatus"}
445445
},
446-
"AgentId":{"type":"string"},
446+
"AgentId":{
447+
"type":"string",
448+
"max":20,
449+
"min":10,
450+
"pattern":"\\S+"
451+
},
447452
"AgentIds":{
448453
"type":"list",
449454
"member":{"shape":"AgentId"}
@@ -489,11 +494,25 @@
489494
"type":"list",
490495
"member":{"shape":"AgentInfo"}
491496
},
492-
"ApplicationId":{"type":"string"},
497+
"ApplicationDescription":{
498+
"type":"string",
499+
"max":1000,
500+
"pattern":"(^$|[\\s\\S]*\\S[\\s\\S]*)"
501+
},
502+
"ApplicationId":{
503+
"type":"string",
504+
"max":200,
505+
"pattern":"\\S+"
506+
},
493507
"ApplicationIdsList":{
494508
"type":"list",
495509
"member":{"shape":"ApplicationId"}
496510
},
511+
"ApplicationName":{
512+
"type":"string",
513+
"max":127,
514+
"pattern":"[\\s\\S]*\\S[\\s\\S]*"
515+
},
497516
"AssociateConfigurationItemsToApplicationRequest":{
498517
"type":"structure",
499518
"required":[
@@ -561,13 +580,21 @@
561580
"max":100,
562581
"min":1
563582
},
564-
"Condition":{"type":"string"},
583+
"Condition":{
584+
"type":"string",
585+
"max":200,
586+
"pattern":"\\S+"
587+
},
565588
"Configuration":{
566589
"type":"map",
567590
"key":{"shape":"String"},
568591
"value":{"shape":"String"}
569592
},
570-
"ConfigurationId":{"type":"string"},
593+
"ConfigurationId":{
594+
"type":"string",
595+
"max":200,
596+
"pattern":"\\S*"
597+
},
571598
"ConfigurationIdList":{
572599
"type":"list",
573600
"member":{"shape":"ConfigurationId"}
@@ -600,7 +627,11 @@
600627
"member":{"shape":"Configuration"}
601628
},
602629
"ConfigurationsDownloadUrl":{"type":"string"},
603-
"ConfigurationsExportId":{"type":"string"},
630+
"ConfigurationsExportId":{
631+
"type":"string",
632+
"max":200,
633+
"pattern":"\\S*"
634+
},
604635
"ConflictErrorException":{
605636
"type":"structure",
606637
"members":{
@@ -645,8 +676,8 @@
645676
"type":"structure",
646677
"required":["name"],
647678
"members":{
648-
"name":{"shape":"String"},
649-
"description":{"shape":"String"}
679+
"name":{"shape":"ApplicationName"},
680+
"description":{"shape":"ApplicationDescription"}
650681
}
651682
},
652683
"CreateApplicationResponse":{
@@ -713,6 +744,27 @@
713744
"unknownConnectors":{"shape":"Integer"}
714745
}
715746
},
747+
"CustomerMeCollectorInfo":{
748+
"type":"structure",
749+
"required":[
750+
"activeMeCollectors",
751+
"healthyMeCollectors",
752+
"denyListedMeCollectors",
753+
"shutdownMeCollectors",
754+
"unhealthyMeCollectors",
755+
"totalMeCollectors",
756+
"unknownMeCollectors"
757+
],
758+
"members":{
759+
"activeMeCollectors":{"shape":"Integer"},
760+
"healthyMeCollectors":{"shape":"Integer"},
761+
"denyListedMeCollectors":{"shape":"Integer"},
762+
"shutdownMeCollectors":{"shape":"Integer"},
763+
"unhealthyMeCollectors":{"shape":"Integer"},
764+
"totalMeCollectors":{"shape":"Integer"},
765+
"unknownMeCollectors":{"shape":"Integer"}
766+
}
767+
},
716768
"DataSource":{
717769
"type":"string",
718770
"enum":["AGENT"]
@@ -977,8 +1029,16 @@
9771029
"condition":{"shape":"Condition"}
9781030
}
9791031
},
980-
"FilterName":{"type":"string"},
981-
"FilterValue":{"type":"string"},
1032+
"FilterName":{
1033+
"type":"string",
1034+
"max":1000,
1035+
"pattern":"[\\s\\S]*\\S[\\s\\S]*"
1036+
},
1037+
"FilterValue":{
1038+
"type":"string",
1039+
"max":1000,
1040+
"pattern":"(^$|[\\s\\S]*\\S[\\s\\S]*)"
1041+
},
9821042
"FilterValues":{
9831043
"type":"list",
9841044
"member":{"shape":"FilterValue"}
@@ -1000,7 +1060,8 @@
10001060
"serversMappedToApplications":{"shape":"Long"},
10011061
"serversMappedtoTags":{"shape":"Long"},
10021062
"agentSummary":{"shape":"CustomerAgentInfo"},
1003-
"connectorSummary":{"shape":"CustomerConnectorInfo"}
1063+
"connectorSummary":{"shape":"CustomerConnectorInfo"},
1064+
"meCollectorSummary":{"shape":"CustomerMeCollectorInfo"}
10041065
}
10051066
},
10061067
"HomeRegionNotSetException":{
@@ -1070,20 +1131,26 @@
10701131
"max":100,
10711132
"min":1
10721133
},
1073-
"ImportTaskIdentifier":{"type":"string"},
1134+
"ImportTaskIdentifier":{
1135+
"type":"string",
1136+
"max":200,
1137+
"pattern":"\\S*"
1138+
},
10741139
"ImportTaskList":{
10751140
"type":"list",
10761141
"member":{"shape":"ImportTask"}
10771142
},
10781143
"ImportTaskName":{
10791144
"type":"string",
10801145
"max":100,
1081-
"min":1
1146+
"min":1,
1147+
"pattern":"[\\s\\S]*\\S[\\s\\S]*"
10821148
},
10831149
"ImportURL":{
10841150
"type":"string",
10851151
"max":4000,
1086-
"min":1
1152+
"min":1,
1153+
"pattern":"\\S+:\\/\\/\\S+\\/[\\s\\S]*\\S[\\s\\S]*"
10871154
},
10881155
"Integer":{"type":"integer"},
10891156
"InvalidParameterException":{
@@ -1171,10 +1238,15 @@
11711238
"type":"structure",
11721239
"required":["fieldName"],
11731240
"members":{
1174-
"fieldName":{"shape":"String"},
1241+
"fieldName":{"shape":"OrderByElementFieldName"},
11751242
"sortOrder":{"shape":"orderString"}
11761243
}
11771244
},
1245+
"OrderByElementFieldName":{
1246+
"type":"string",
1247+
"max":1000,
1248+
"pattern":"[\\s\\S]*\\S[\\s\\S]*"
1249+
},
11781250
"OrderByList":{
11791251
"type":"list",
11801252
"member":{"shape":"OrderByElement"}
@@ -1299,11 +1371,16 @@
12991371
"agentsConfigurationStatus":{"shape":"AgentConfigurationStatusList"}
13001372
}
13011373
},
1302-
"String":{"type":"string"},
1374+
"String":{
1375+
"type":"string",
1376+
"max":10000,
1377+
"pattern":"[\\s\\S]*"
1378+
},
13031379
"StringMax255":{
13041380
"type":"string",
13051381
"max":255,
1306-
"min":1
1382+
"min":1,
1383+
"pattern":"[\\s\\S]*\\S[\\s\\S]*"
13071384
},
13081385
"Tag":{
13091386
"type":"structure",
@@ -1349,8 +1426,8 @@
13491426
"required":["configurationId"],
13501427
"members":{
13511428
"configurationId":{"shape":"ApplicationId"},
1352-
"name":{"shape":"String"},
1353-
"description":{"shape":"String"}
1429+
"name":{"shape":"ApplicationName"},
1430+
"description":{"shape":"ApplicationDescription"}
13541431
}
13551432
},
13561433
"UpdateApplicationResponse":{

0 commit comments

Comments
 (0)