aws-sdk-core 2.11.576 → 2.11.577

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 75abe54bdef9cfef873fbfaebcc3243fb0e1a48ee9095b2d537ccc2bdc7094b1
4
- data.tar.gz: 9248b1aef5bf9116ea3de3e019b98feff83ecc796a814730219e2e8be15bc0d6
3
+ metadata.gz: c1b83363bdde11af473f9baad322f38ae22835b8535ccb8204f6bf5c90729e38
4
+ data.tar.gz: 4f02dc1087a4331be2ab9f15c5cbcb5908ff70b60c2a82e829813a04e910b3a3
5
5
  SHA512:
6
- metadata.gz: c868aee58b56cae7ef2ce443767adce3e037358773596bbf80877420e5e8a416f528f2fbc3ace1e7c0c9e2ce805aee7d89e819fa5be99d75098e74e4f6cca20f
7
- data.tar.gz: dc274c337dfba9d0be61ddcc4475560884f49086c9f533c0b68625a790aa876581681338248b9cc65589c6e7afacd0215a0d0cc21215d51592c8a28b9adffe69
6
+ metadata.gz: a1f1ee9936aa7249865df8c341a97e55d55fce9bec00c3034b85734a31db4e789e7263d452abd5b39cde310c987b95aae29b4bde1ed206d4b876b561b0416b65
7
+ data.tar.gz: 8cb2c1f0aad85058a546f3ed5e8cd1d1c224695b62d207ee8bfd382d72cbec9702b0da5265fa9631e16fd8526620b3545adcea32ae38796e748409f22f84bb8c
@@ -29,6 +29,23 @@
29
29
  {"shape":"ThrottlingException"}
30
30
  ]
31
31
  },
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
+ },
32
49
  "DescribeCodeReview":{
33
50
  "name":"DescribeCodeReview",
34
51
  "http":{
@@ -209,6 +226,11 @@
209
226
  "max":64,
210
227
  "min":1
211
228
  },
229
+ "BranchName":{
230
+ "type":"string",
231
+ "max":256,
232
+ "min":1
233
+ },
212
234
  "ClientRequestToken":{
213
235
  "type":"string",
214
236
  "max":64,
@@ -240,6 +262,12 @@
240
262
  "Metrics":{"shape":"Metrics"}
241
263
  }
242
264
  },
265
+ "CodeReviewName":{
266
+ "type":"string",
267
+ "max":100,
268
+ "min":1,
269
+ "pattern":"[a-zA-Z0-9-_]*"
270
+ },
243
271
  "CodeReviewSummaries":{
244
272
  "type":"list",
245
273
  "member":{"shape":"CodeReviewSummary"}
@@ -260,6 +288,13 @@
260
288
  "MetricsSummary":{"shape":"MetricsSummary"}
261
289
  }
262
290
  },
291
+ "CodeReviewType":{
292
+ "type":"structure",
293
+ "required":["RepositoryAnalysis"],
294
+ "members":{
295
+ "RepositoryAnalysis":{"shape":"RepositoryAnalysis"}
296
+ }
297
+ },
263
298
  "CommitDiffSourceCodeType":{
264
299
  "type":"structure",
265
300
  "members":{
@@ -286,6 +321,29 @@
286
321
  "min":0,
287
322
  "pattern":"arn:aws(-[\\w]+)*:.+:.+:[0-9]{12}:.+"
288
323
  },
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
+ },
289
347
  "DescribeCodeReviewRequest":{
290
348
  "type":"structure",
291
349
  "required":["CodeReviewArn"],
@@ -719,6 +777,13 @@
719
777
  "GitHubEnterpriseServer":{"shape":"ThirdPartySourceRepository"}
720
778
  }
721
779
  },
780
+ "RepositoryAnalysis":{
781
+ "type":"structure",
782
+ "required":["RepositoryHead"],
783
+ "members":{
784
+ "RepositoryHead":{"shape":"RepositoryHeadSourceCodeType"}
785
+ }
786
+ },
722
787
  "RepositoryAssociation":{
723
788
  "type":"structure",
724
789
  "members":{
@@ -766,6 +831,13 @@
766
831
  "State":{"shape":"RepositoryAssociationState"}
767
832
  }
768
833
  },
834
+ "RepositoryHeadSourceCodeType":{
835
+ "type":"structure",
836
+ "required":["BranchName"],
837
+ "members":{
838
+ "BranchName":{"shape":"BranchName"}
839
+ }
840
+ },
769
841
  "RepositoryNames":{
770
842
  "type":"list",
771
843
  "member":{"shape":"Name"},
@@ -783,7 +855,8 @@
783
855
  "SourceCodeType":{
784
856
  "type":"structure",
785
857
  "members":{
786
- "CommitDiff":{"shape":"CommitDiffSourceCodeType"}
858
+ "CommitDiff":{"shape":"CommitDiffSourceCodeType"},
859
+ "RepositoryHead":{"shape":"RepositoryHeadSourceCodeType"}
787
860
  }
788
861
  },
789
862
  "StateReason":{
@@ -820,7 +893,10 @@
820
893
  "TimeStamp":{"type":"timestamp"},
821
894
  "Type":{
822
895
  "type":"string",
823
- "enum":["PullRequest"]
896
+ "enum":[
897
+ "PullRequest",
898
+ "RepositoryAnalysis"
899
+ ]
824
900
  },
825
901
  "UserId":{
826
902
  "type":"string",
@@ -1883,7 +1883,8 @@
1883
1883
  "RecordState":{"shape":"RecordState"},
1884
1884
  "RelatedFindings":{"shape":"RelatedFindingList"},
1885
1885
  "Note":{"shape":"Note"},
1886
- "Vulnerabilities":{"shape":"VulnerabilityList"}
1886
+ "Vulnerabilities":{"shape":"VulnerabilityList"},
1887
+ "PatchSummary":{"shape":"PatchSummary"}
1887
1888
  }
1888
1889
  },
1889
1890
  "AwsSecurityFindingFilters":{
@@ -3084,6 +3085,23 @@
3084
3085
  "aws-us-gov"
3085
3086
  ]
3086
3087
  },
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
+ },
3087
3105
  "PortRange":{
3088
3106
  "type":"structure",
3089
3107
  "members":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.576'
2
+ VERSION = '2.11.577'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.576
4
+ version: 2.11.577
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-31 00:00:00.000000000 Z
11
+ date: 2020-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath