Skip to content

Commit b3b33bf

Browse files
author
awstools
committedSep 1, 2020
Updates SDK to v2.744.0
1 parent 9c85b94 commit b3b33bf

15 files changed

+628
-239
lines changed
 

‎.changes/2.744.0.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CodeGuruReviewer",
5+
"description": "Add support for repository analysis based code reviews"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "SecurityHub",
10+
"description": "Added a PatchSummary object for security findings. The PatchSummary object provides details about the patch compliance status of an instance."
11+
}
12+
]

‎CHANGELOG.md

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

5+
## 2.744.0
6+
* feature: CodeGuruReviewer: Add support for repository analysis based code reviews
7+
* feature: SecurityHub: Added a PatchSummary object for security findings. The PatchSummary object provides details about the patch compliance status of an instance.
8+
59
## 2.743.0
610
* bugfix: DocumentClient: Add options.wrapNumbers doc in DynamoDB.DocumentClient
711
* feature: CloudFront: CloudFront now supports real-time logging for CloudFront distributions. CloudFront real-time logs are more detailed, configurable, and are available in real time.

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.743.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.744.0.min.js"></script>
2929

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

‎apis/codeguru-reviewer-2019-09-19.min.json

+110-48
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,53 @@
5757
}
5858
}
5959
},
60+
"CreateCodeReview": {
61+
"http": {
62+
"requestUri": "/codereviews"
63+
},
64+
"input": {
65+
"type": "structure",
66+
"required": [
67+
"Name",
68+
"RepositoryAssociationArn",
69+
"Type"
70+
],
71+
"members": {
72+
"Name": {},
73+
"RepositoryAssociationArn": {},
74+
"Type": {
75+
"type": "structure",
76+
"required": [
77+
"RepositoryAnalysis"
78+
],
79+
"members": {
80+
"RepositoryAnalysis": {
81+
"type": "structure",
82+
"required": [
83+
"RepositoryHead"
84+
],
85+
"members": {
86+
"RepositoryHead": {
87+
"shape": "Sl"
88+
}
89+
}
90+
}
91+
}
92+
},
93+
"ClientRequestToken": {
94+
"idempotencyToken": true
95+
}
96+
}
97+
},
98+
"output": {
99+
"type": "structure",
100+
"members": {
101+
"CodeReview": {
102+
"shape": "So"
103+
}
104+
}
105+
}
106+
},
60107
"DescribeCodeReview": {
61108
"http": {
62109
"method": "GET",
@@ -78,47 +125,7 @@
78125
"type": "structure",
79126
"members": {
80127
"CodeReview": {
81-
"type": "structure",
82-
"members": {
83-
"Name": {},
84-
"CodeReviewArn": {},
85-
"RepositoryName": {},
86-
"Owner": {},
87-
"ProviderType": {},
88-
"State": {},
89-
"StateReason": {},
90-
"CreatedTimeStamp": {
91-
"type": "timestamp"
92-
},
93-
"LastUpdatedTimeStamp": {
94-
"type": "timestamp"
95-
},
96-
"Type": {},
97-
"PullRequestId": {},
98-
"SourceCodeType": {
99-
"type": "structure",
100-
"members": {
101-
"CommitDiff": {
102-
"type": "structure",
103-
"members": {
104-
"SourceCommit": {},
105-
"DestinationCommit": {}
106-
}
107-
}
108-
}
109-
},
110-
"Metrics": {
111-
"type": "structure",
112-
"members": {
113-
"MeteredLinesOfCodeCount": {
114-
"type": "long"
115-
},
116-
"FindingsCount": {
117-
"type": "long"
118-
}
119-
}
120-
}
121-
}
128+
"shape": "So"
122129
}
123130
}
124131
}
@@ -158,7 +165,7 @@
158165
"CodeReviewArn": {},
159166
"RecommendationId": {},
160167
"Reactions": {
161-
"shape": "Sy"
168+
"shape": "S15"
162169
},
163170
"UserId": {},
164171
"CreatedTimeStamp": {
@@ -236,7 +243,7 @@
236243
],
237244
"members": {
238245
"ProviderTypes": {
239-
"shape": "S15",
246+
"shape": "S1c",
240247
"location": "querystring",
241248
"locationName": "ProviderTypes"
242249
},
@@ -355,7 +362,7 @@
355362
"members": {
356363
"RecommendationId": {},
357364
"Reactions": {
358-
"shape": "Sy"
365+
"shape": "S15"
359366
},
360367
"UserId": {}
361368
}
@@ -424,7 +431,7 @@
424431
"type": "structure",
425432
"members": {
426433
"ProviderTypes": {
427-
"shape": "S15",
434+
"shape": "S1c",
428435
"location": "querystring",
429436
"locationName": "ProviderType"
430437
},
@@ -498,7 +505,7 @@
498505
"CodeReviewArn": {},
499506
"RecommendationId": {},
500507
"Reactions": {
501-
"shape": "Sy"
508+
"shape": "S15"
502509
}
503510
}
504511
},
@@ -541,11 +548,66 @@
541548
}
542549
}
543550
},
544-
"Sy": {
551+
"Sl": {
552+
"type": "structure",
553+
"required": [
554+
"BranchName"
555+
],
556+
"members": {
557+
"BranchName": {}
558+
}
559+
},
560+
"So": {
561+
"type": "structure",
562+
"members": {
563+
"Name": {},
564+
"CodeReviewArn": {},
565+
"RepositoryName": {},
566+
"Owner": {},
567+
"ProviderType": {},
568+
"State": {},
569+
"StateReason": {},
570+
"CreatedTimeStamp": {
571+
"type": "timestamp"
572+
},
573+
"LastUpdatedTimeStamp": {
574+
"type": "timestamp"
575+
},
576+
"Type": {},
577+
"PullRequestId": {},
578+
"SourceCodeType": {
579+
"type": "structure",
580+
"members": {
581+
"CommitDiff": {
582+
"type": "structure",
583+
"members": {
584+
"SourceCommit": {},
585+
"DestinationCommit": {}
586+
}
587+
},
588+
"RepositoryHead": {
589+
"shape": "Sl"
590+
}
591+
}
592+
},
593+
"Metrics": {
594+
"type": "structure",
595+
"members": {
596+
"MeteredLinesOfCodeCount": {
597+
"type": "long"
598+
},
599+
"FindingsCount": {
600+
"type": "long"
601+
}
602+
}
603+
}
604+
}
605+
},
606+
"S15": {
545607
"type": "list",
546608
"member": {}
547609
},
548-
"S15": {
610+
"S1c": {
549611
"type": "list",
550612
"member": {}
551613
}

0 commit comments

Comments
 (0)