aws-sdk-codegurureviewer 1.7.1 → 1.8.0

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: f6da7d158762ff6da67e8b399b3ac1e1ef320050e90dee794b02e118aece00d4
4
- data.tar.gz: e1177b3e7950812bfc7f18281107a117642eb9416fd6642c3fcc21ae90b52a41
3
+ metadata.gz: 0ff512e283508d54f7007eb4e0dcb3c34882ca2729ba5dfeb52ea84eaf249812
4
+ data.tar.gz: 17c38e9367138635c3e6bc5b20fa90dd04777825efe390431cbf010396eb3127
5
5
  SHA512:
6
- metadata.gz: ff03d52665593e7b2f92496740040a85e4cc3ca829f74afe05f9b76d14d1fa74175bd65b1058b906832e60263c86edd54d0470f8d0e3f37620e787c643f4f0da
7
- data.tar.gz: a9376b5aad07946cb14f63eafeb4d82b11d2136efd7adf524df993ce0437ee1941fb606730c51ee061b357f82d675bb3efae760ceddb706e9b462257611b7e5f
6
+ metadata.gz: 792cef40fcdef52613b7dec75815facbef1f79d606c41c3df68553937371715061db1b35664d4311555cd3f691d0f0351c2f5b4f65c84ff14ee76ebf6e720836
7
+ data.tar.gz: 53426e4a660cf27740ac6d41c37684403fa58da7efb883b696f1867307260cf702fa5c42a5154b4b65d2d785caaf87e771e1ebeeeb73f4e0ce71db943fb19b42
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-codegurureviewer/customizations'
45
47
  # @service
46
48
  module Aws::CodeGuruReviewer
47
49
 
48
- GEM_VERSION = '1.7.1'
50
+ GEM_VERSION = '1.8.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -867,7 +869,7 @@ module Aws::CodeGuruReviewer
867
869
  params: params,
868
870
  config: config)
869
871
  context[:gem_name] = 'aws-sdk-codegurureviewer'
870
- context[:gem_version] = '1.7.1'
872
+ context[:gem_version] = '1.8.0'
871
873
  Seahorse::Client::Request.new(handlers, context)
872
874
  end
873
875
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -17,6 +19,7 @@ module Aws::CodeGuruReviewer
17
19
  #
18
20
  class AccessDeniedException < Struct.new(
19
21
  :message)
22
+ SENSITIVE = []
20
23
  include Aws::Structure
21
24
  end
22
25
 
@@ -76,6 +79,7 @@ module Aws::CodeGuruReviewer
76
79
  class AssociateRepositoryRequest < Struct.new(
77
80
  :repository,
78
81
  :client_request_token)
82
+ SENSITIVE = []
79
83
  include Aws::Structure
80
84
  end
81
85
 
@@ -87,6 +91,7 @@ module Aws::CodeGuruReviewer
87
91
  #
88
92
  class AssociateRepositoryResponse < Struct.new(
89
93
  :repository_association)
94
+ SENSITIVE = []
90
95
  include Aws::Structure
91
96
  end
92
97
 
@@ -107,6 +112,7 @@ module Aws::CodeGuruReviewer
107
112
  #
108
113
  class CodeCommitRepository < Struct.new(
109
114
  :name)
115
+ SENSITIVE = []
110
116
  include Aws::Structure
111
117
  end
112
118
 
@@ -182,6 +188,7 @@ module Aws::CodeGuruReviewer
182
188
  :pull_request_id,
183
189
  :source_code_type,
184
190
  :metrics)
191
+ SENSITIVE = []
185
192
  include Aws::Structure
186
193
  end
187
194
 
@@ -247,6 +254,7 @@ module Aws::CodeGuruReviewer
247
254
  :type,
248
255
  :pull_request_id,
249
256
  :metrics_summary)
257
+ SENSITIVE = []
250
258
  include Aws::Structure
251
259
  end
252
260
 
@@ -265,6 +273,7 @@ module Aws::CodeGuruReviewer
265
273
  class CommitDiffSourceCodeType < Struct.new(
266
274
  :source_commit,
267
275
  :destination_commit)
276
+ SENSITIVE = []
268
277
  include Aws::Structure
269
278
  end
270
279
 
@@ -279,6 +288,7 @@ module Aws::CodeGuruReviewer
279
288
  #
280
289
  class ConflictException < Struct.new(
281
290
  :message)
291
+ SENSITIVE = []
282
292
  include Aws::Structure
283
293
  end
284
294
 
@@ -297,6 +307,7 @@ module Aws::CodeGuruReviewer
297
307
  #
298
308
  class DescribeCodeReviewRequest < Struct.new(
299
309
  :code_review_arn)
310
+ SENSITIVE = []
300
311
  include Aws::Structure
301
312
  end
302
313
 
@@ -308,6 +319,7 @@ module Aws::CodeGuruReviewer
308
319
  #
309
320
  class DescribeCodeReviewResponse < Struct.new(
310
321
  :code_review)
322
+ SENSITIVE = []
311
323
  include Aws::Structure
312
324
  end
313
325
 
@@ -340,6 +352,7 @@ module Aws::CodeGuruReviewer
340
352
  :code_review_arn,
341
353
  :recommendation_id,
342
354
  :user_id)
355
+ SENSITIVE = []
343
356
  include Aws::Structure
344
357
  end
345
358
 
@@ -351,6 +364,7 @@ module Aws::CodeGuruReviewer
351
364
  #
352
365
  class DescribeRecommendationFeedbackResponse < Struct.new(
353
366
  :recommendation_feedback)
367
+ SENSITIVE = []
354
368
  include Aws::Structure
355
369
  end
356
370
 
@@ -370,6 +384,7 @@ module Aws::CodeGuruReviewer
370
384
  #
371
385
  class DescribeRepositoryAssociationRequest < Struct.new(
372
386
  :association_arn)
387
+ SENSITIVE = []
373
388
  include Aws::Structure
374
389
  end
375
390
 
@@ -381,6 +396,7 @@ module Aws::CodeGuruReviewer
381
396
  #
382
397
  class DescribeRepositoryAssociationResponse < Struct.new(
383
398
  :repository_association)
399
+ SENSITIVE = []
384
400
  include Aws::Structure
385
401
  end
386
402
 
@@ -399,6 +415,7 @@ module Aws::CodeGuruReviewer
399
415
  #
400
416
  class DisassociateRepositoryRequest < Struct.new(
401
417
  :association_arn)
418
+ SENSITIVE = []
402
419
  include Aws::Structure
403
420
  end
404
421
 
@@ -410,6 +427,7 @@ module Aws::CodeGuruReviewer
410
427
  #
411
428
  class DisassociateRepositoryResponse < Struct.new(
412
429
  :repository_association)
430
+ SENSITIVE = []
413
431
  include Aws::Structure
414
432
  end
415
433
 
@@ -423,6 +441,7 @@ module Aws::CodeGuruReviewer
423
441
  #
424
442
  class InternalServerException < Struct.new(
425
443
  :message)
444
+ SENSITIVE = []
426
445
  include Aws::Structure
427
446
  end
428
447
 
@@ -480,6 +499,7 @@ module Aws::CodeGuruReviewer
480
499
  :type,
481
500
  :max_results,
482
501
  :next_token)
502
+ SENSITIVE = []
483
503
  include Aws::Structure
484
504
  end
485
505
 
@@ -496,6 +516,7 @@ module Aws::CodeGuruReviewer
496
516
  class ListCodeReviewsResponse < Struct.new(
497
517
  :code_review_summaries,
498
518
  :next_token)
519
+ SENSITIVE = []
499
520
  include Aws::Structure
500
521
  end
501
522
 
@@ -546,6 +567,7 @@ module Aws::CodeGuruReviewer
546
567
  :code_review_arn,
547
568
  :user_ids,
548
569
  :recommendation_ids)
570
+ SENSITIVE = []
549
571
  include Aws::Structure
550
572
  end
551
573
 
@@ -566,6 +588,7 @@ module Aws::CodeGuruReviewer
566
588
  class ListRecommendationFeedbackResponse < Struct.new(
567
589
  :recommendation_feedback_summaries,
568
590
  :next_token)
591
+ SENSITIVE = []
569
592
  include Aws::Structure
570
593
  end
571
594
 
@@ -597,6 +620,7 @@ module Aws::CodeGuruReviewer
597
620
  :next_token,
598
621
  :max_results,
599
622
  :code_review_arn)
623
+ SENSITIVE = []
600
624
  include Aws::Structure
601
625
  end
602
626
 
@@ -613,6 +637,7 @@ module Aws::CodeGuruReviewer
613
637
  class ListRecommendationsResponse < Struct.new(
614
638
  :recommendation_summaries,
615
639
  :next_token)
640
+ SENSITIVE = []
616
641
  include Aws::Structure
617
642
  end
618
643
 
@@ -682,6 +707,7 @@ module Aws::CodeGuruReviewer
682
707
  :owners,
683
708
  :max_results,
684
709
  :next_token)
710
+ SENSITIVE = []
685
711
  include Aws::Structure
686
712
  end
687
713
 
@@ -703,6 +729,7 @@ module Aws::CodeGuruReviewer
703
729
  class ListRepositoryAssociationsResponse < Struct.new(
704
730
  :repository_association_summaries,
705
731
  :next_token)
732
+ SENSITIVE = []
706
733
  include Aws::Structure
707
734
  end
708
735
 
@@ -721,6 +748,7 @@ module Aws::CodeGuruReviewer
721
748
  class Metrics < Struct.new(
722
749
  :metered_lines_of_code_count,
723
750
  :findings_count)
751
+ SENSITIVE = []
724
752
  include Aws::Structure
725
753
  end
726
754
 
@@ -739,6 +767,7 @@ module Aws::CodeGuruReviewer
739
767
  class MetricsSummary < Struct.new(
740
768
  :metered_lines_of_code_count,
741
769
  :findings_count)
770
+ SENSITIVE = []
742
771
  include Aws::Structure
743
772
  end
744
773
 
@@ -751,6 +780,7 @@ module Aws::CodeGuruReviewer
751
780
  #
752
781
  class NotFoundException < Struct.new(
753
782
  :message)
783
+ SENSITIVE = []
754
784
  include Aws::Structure
755
785
  end
756
786
 
@@ -783,6 +813,7 @@ module Aws::CodeGuruReviewer
783
813
  :code_review_arn,
784
814
  :recommendation_id,
785
815
  :reactions)
816
+ SENSITIVE = []
786
817
  include Aws::Structure
787
818
  end
788
819
 
@@ -827,6 +858,7 @@ module Aws::CodeGuruReviewer
827
858
  :user_id,
828
859
  :created_time_stamp,
829
860
  :last_updated_time_stamp)
861
+ SENSITIVE = []
830
862
  include Aws::Structure
831
863
  end
832
864
 
@@ -852,6 +884,7 @@ module Aws::CodeGuruReviewer
852
884
  :recommendation_id,
853
885
  :reactions,
854
886
  :user_id)
887
+ SENSITIVE = []
855
888
  include Aws::Structure
856
889
  end
857
890
 
@@ -890,6 +923,7 @@ module Aws::CodeGuruReviewer
890
923
  :start_line,
891
924
  :end_line,
892
925
  :description)
926
+ SENSITIVE = []
893
927
  include Aws::Structure
894
928
  end
895
929
 
@@ -922,6 +956,7 @@ module Aws::CodeGuruReviewer
922
956
  class Repository < Struct.new(
923
957
  :code_commit,
924
958
  :bitbucket)
959
+ SENSITIVE = []
925
960
  include Aws::Structure
926
961
  end
927
962
 
@@ -985,6 +1020,7 @@ module Aws::CodeGuruReviewer
985
1020
  :state_reason,
986
1021
  :last_updated_time_stamp,
987
1022
  :created_time_stamp)
1023
+ SENSITIVE = []
988
1024
  include Aws::Structure
989
1025
  end
990
1026
 
@@ -1053,6 +1089,7 @@ module Aws::CodeGuruReviewer
1053
1089
  :owner,
1054
1090
  :provider_type,
1055
1091
  :state)
1092
+ SENSITIVE = []
1056
1093
  include Aws::Structure
1057
1094
  end
1058
1095
 
@@ -1065,6 +1102,7 @@ module Aws::CodeGuruReviewer
1065
1102
  #
1066
1103
  class ResourceNotFoundException < Struct.new(
1067
1104
  :message)
1105
+ SENSITIVE = []
1068
1106
  include Aws::Structure
1069
1107
  end
1070
1108
 
@@ -1078,6 +1116,7 @@ module Aws::CodeGuruReviewer
1078
1116
  #
1079
1117
  class SourceCodeType < Struct.new(
1080
1118
  :commit_diff)
1119
+ SENSITIVE = []
1081
1120
  include Aws::Structure
1082
1121
  end
1083
1122
 
@@ -1112,6 +1151,7 @@ module Aws::CodeGuruReviewer
1112
1151
  :name,
1113
1152
  :connection_arn,
1114
1153
  :owner)
1154
+ SENSITIVE = []
1115
1155
  include Aws::Structure
1116
1156
  end
1117
1157
 
@@ -1124,6 +1164,7 @@ module Aws::CodeGuruReviewer
1124
1164
  #
1125
1165
  class ThrottlingException < Struct.new(
1126
1166
  :message)
1167
+ SENSITIVE = []
1127
1168
  include Aws::Structure
1128
1169
  end
1129
1170
 
@@ -1136,6 +1177,7 @@ module Aws::CodeGuruReviewer
1136
1177
  #
1137
1178
  class ValidationException < Struct.new(
1138
1179
  :message)
1180
+ SENSITIVE = []
1139
1181
  include Aws::Structure
1140
1182
  end
1141
1183
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codegurureviewer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.1
4
+ version: 1.8.0
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-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core