Skip to content

Commit 3b2296f

Browse files
Release v1.34.15 (2020-09-01) (#3518)
Release v1.34.15 (2020-09-01) === ### Service Client Updates * `service/codeguru-reviewer`: Updates service API and documentation * `service/securityhub`: Updates service API and documentation
1 parent 53b8efe commit 3b2296f

File tree

9 files changed

+769
-75
lines changed

9 files changed

+769
-75
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Release v1.34.15 (2020-09-01)
2+
===
3+
4+
### Service Client Updates
5+
* `service/codeguru-reviewer`: Updates service API and documentation
6+
* `service/securityhub`: Updates service API and documentation
7+
18
Release v1.34.14 (2020-08-31)
29
===
310

aws/version.go

+1-1
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.34.14"
8+
const SDKVersion = "1.34.15"

models/apis/codeguru-reviewer/2019-09-19/api-2.json

+78-2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,23 @@
2929
{"shape":"ThrottlingException"}
3030
]
3131
},
32+
"CreateCodeReview":{
33+
"name":"CreateCodeReview",
34+
"http":{
35+
"method":"POST",
36+
"requestUri":"/codereviews"
37+
},
38+
"input":{"shape":"CreateCodeReviewRequest"},
39+
"output":{"shape":"CreateCodeReviewResponse"},
40+
"errors":[
41+
{"shape":"ResourceNotFoundException"},
42+
{"shape":"InternalServerException"},
43+
{"shape":"ValidationException"},
44+
{"shape":"ConflictException"},
45+
{"shape":"AccessDeniedException"},
46+
{"shape":"ThrottlingException"}
47+
]
48+
},
3249
"DescribeCodeReview":{
3350
"name":"DescribeCodeReview",
3451
"http":{
@@ -209,6 +226,11 @@
209226
"max":64,
210227
"min":1
211228
},
229+
"BranchName":{
230+
"type":"string",
231+
"max":256,
232+
"min":1
233+
},
212234
"ClientRequestToken":{
213235
"type":"string",
214236
"max":64,
@@ -240,6 +262,12 @@
240262
"Metrics":{"shape":"Metrics"}
241263
}
242264
},
265+
"CodeReviewName":{
266+
"type":"string",
267+
"max":100,
268+
"min":1,
269+
"pattern":"[a-zA-Z0-9-_]*"
270+
},
243271
"CodeReviewSummaries":{
244272
"type":"list",
245273
"member":{"shape":"CodeReviewSummary"}
@@ -260,6 +288,13 @@
260288
"MetricsSummary":{"shape":"MetricsSummary"}
261289
}
262290
},
291+
"CodeReviewType":{
292+
"type":"structure",
293+
"required":["RepositoryAnalysis"],
294+
"members":{
295+
"RepositoryAnalysis":{"shape":"RepositoryAnalysis"}
296+
}
297+
},
263298
"CommitDiffSourceCodeType":{
264299
"type":"structure",
265300
"members":{
@@ -286,6 +321,29 @@
286321
"min":0,
287322
"pattern":"arn:aws(-[\\w]+)*:.+:.+:[0-9]{12}:.+"
288323
},
324+
"CreateCodeReviewRequest":{
325+
"type":"structure",
326+
"required":[
327+
"Name",
328+
"RepositoryAssociationArn",
329+
"Type"
330+
],
331+
"members":{
332+
"Name":{"shape":"CodeReviewName"},
333+
"RepositoryAssociationArn":{"shape":"Arn"},
334+
"Type":{"shape":"CodeReviewType"},
335+
"ClientRequestToken":{
336+
"shape":"ClientRequestToken",
337+
"idempotencyToken":true
338+
}
339+
}
340+
},
341+
"CreateCodeReviewResponse":{
342+
"type":"structure",
343+
"members":{
344+
"CodeReview":{"shape":"CodeReview"}
345+
}
346+
},
289347
"DescribeCodeReviewRequest":{
290348
"type":"structure",
291349
"required":["CodeReviewArn"],
@@ -719,6 +777,13 @@
719777
"GitHubEnterpriseServer":{"shape":"ThirdPartySourceRepository"}
720778
}
721779
},
780+
"RepositoryAnalysis":{
781+
"type":"structure",
782+
"required":["RepositoryHead"],
783+
"members":{
784+
"RepositoryHead":{"shape":"RepositoryHeadSourceCodeType"}
785+
}
786+
},
722787
"RepositoryAssociation":{
723788
"type":"structure",
724789
"members":{
@@ -766,6 +831,13 @@
766831
"State":{"shape":"RepositoryAssociationState"}
767832
}
768833
},
834+
"RepositoryHeadSourceCodeType":{
835+
"type":"structure",
836+
"required":["BranchName"],
837+
"members":{
838+
"BranchName":{"shape":"BranchName"}
839+
}
840+
},
769841
"RepositoryNames":{
770842
"type":"list",
771843
"member":{"shape":"Name"},
@@ -783,7 +855,8 @@
783855
"SourceCodeType":{
784856
"type":"structure",
785857
"members":{
786-
"CommitDiff":{"shape":"CommitDiffSourceCodeType"}
858+
"CommitDiff":{"shape":"CommitDiffSourceCodeType"},
859+
"RepositoryHead":{"shape":"RepositoryHeadSourceCodeType"}
787860
}
788861
},
789862
"StateReason":{
@@ -820,7 +893,10 @@
820893
"TimeStamp":{"type":"timestamp"},
821894
"Type":{
822895
"type":"string",
823-
"enum":["PullRequest"]
896+
"enum":[
897+
"PullRequest",
898+
"RepositoryAnalysis"
899+
]
824900
},
825901
"UserId":{
826902
"type":"string",

models/apis/codeguru-reviewer/2019-09-19/docs-2.json

+66-21
Large diffs are not rendered by default.

models/apis/securityhub/2018-10-26/api-2.json

+19-1
Original file line numberDiff line numberDiff line change
@@ -1883,7 +1883,8 @@
18831883
"RecordState":{"shape":"RecordState"},
18841884
"RelatedFindings":{"shape":"RelatedFindingList"},
18851885
"Note":{"shape":"Note"},
1886-
"Vulnerabilities":{"shape":"VulnerabilityList"}
1886+
"Vulnerabilities":{"shape":"VulnerabilityList"},
1887+
"PatchSummary":{"shape":"PatchSummary"}
18871888
}
18881889
},
18891890
"AwsSecurityFindingFilters":{
@@ -3084,6 +3085,23 @@
30843085
"aws-us-gov"
30853086
]
30863087
},
3088+
"PatchSummary":{
3089+
"type":"structure",
3090+
"required":["Id"],
3091+
"members":{
3092+
"Id":{"shape":"NonEmptyString"},
3093+
"InstalledCount":{"shape":"Integer"},
3094+
"MissingCount":{"shape":"Integer"},
3095+
"FailedCount":{"shape":"Integer"},
3096+
"InstalledOtherCount":{"shape":"Integer"},
3097+
"InstalledRejectedCount":{"shape":"Integer"},
3098+
"InstalledPendingReboot":{"shape":"Integer"},
3099+
"OperationStartTime":{"shape":"NonEmptyString"},
3100+
"OperationEndTime":{"shape":"NonEmptyString"},
3101+
"RebootOption":{"shape":"NonEmptyString"},
3102+
"Operation":{"shape":"NonEmptyString"}
3103+
}
3104+
},
30873105
"PortRange":{
30883106
"type":"structure",
30893107
"members":{

models/apis/securityhub/2018-10-26/docs-2.json

+17
Original file line numberDiff line numberDiff line change
@@ -1521,6 +1521,12 @@
15211521
"InsightResultValue$Count": "<p>The number of findings returned for each <code>GroupByAttributeValue</code>.</p>",
15221522
"Network$SourcePort": "<p>The source port of network-related information about a finding.</p>",
15231523
"Network$DestinationPort": "<p>The destination port of network-related information about a finding.</p>",
1524+
"PatchSummary$InstalledCount": "<p>The number of patches from the compliance standard that were installed successfully.</p>",
1525+
"PatchSummary$MissingCount": "<p>The number of patches that are part of the compliance standard but are not installed. The count includes patches that failed to install.</p>",
1526+
"PatchSummary$FailedCount": "<p>The number of patches from the compliance standard that failed to install.</p>",
1527+
"PatchSummary$InstalledOtherCount": "<p>The number of installed patches that are not part of the compliance standard.</p>",
1528+
"PatchSummary$InstalledRejectedCount": "<p>The number of patches that are installed but are also on a list of patches that the customer rejected.</p>",
1529+
"PatchSummary$InstalledPendingReboot": "<p>The number of patches that were installed since the last time the instance was rebooted.</p>",
15241530
"PortRange$Begin": "<p>The first port in the port range.</p>",
15251531
"PortRange$End": "<p>The last port in the port range.</p>",
15261532
"ProcessDetails$Pid": "<p>The process ID.</p>",
@@ -2241,6 +2247,11 @@
22412247
"Note$UpdatedAt": "<p>The timestamp of when the note was updated.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>",
22422248
"NoteUpdate$Text": "<p>The updated note text.</p>",
22432249
"NoteUpdate$UpdatedBy": "<p>The principal that updated the note.</p>",
2250+
"PatchSummary$Id": "<p>The identifier of the compliance standard that was used to determine the patch compliance status.</p>",
2251+
"PatchSummary$OperationStartTime": "<p>Indicates when the operation started.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>",
2252+
"PatchSummary$OperationEndTime": "<p>Indicates when the operation completed.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>",
2253+
"PatchSummary$RebootOption": "<p>The reboot option specified for the instance.</p>",
2254+
"PatchSummary$Operation": "<p>The type of patch operation performed. For Patch Manager, the values are <code>SCAN</code> and <code>INSTALL</code>. </p>",
22442255
"ProcessDetails$Name": "<p>The name of the process.</p>",
22452256
"ProcessDetails$Path": "<p>The path to the process executable.</p>",
22462257
"ProcessDetails$LaunchedAt": "<p>Indicates when the process was launched.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>",
@@ -2368,6 +2379,12 @@
23682379
"Resource$Partition": "<p>The canonical AWS partition name that the Region is assigned to.</p>"
23692380
}
23702381
},
2382+
"PatchSummary": {
2383+
"base": "<p>Provides an overview of the patch compliance status for an instance against a selected compliance standard.</p>",
2384+
"refs": {
2385+
"AwsSecurityFinding$PatchSummary": "<p>Provides an overview of the patch compliance status for an instance against a selected compliance standard.</p>"
2386+
}
2387+
},
23712388
"PortRange": {
23722389
"base": "<p>A range of ports.</p>",
23732390
"refs": {

0 commit comments

Comments
 (0)