aws-sdk-codegurureviewer 1.3.0 → 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: e5bb7066f278efe2325e4805cc2e30c72fed363887d1345605ef548bc79865a5
4
- data.tar.gz: 220bf1399f75bf06d262edbf8bb2fd2fe4715a3031b81be176898031c3045ff9
3
+ metadata.gz: 0ff512e283508d54f7007eb4e0dcb3c34882ca2729ba5dfeb52ea84eaf249812
4
+ data.tar.gz: 17c38e9367138635c3e6bc5b20fa90dd04777825efe390431cbf010396eb3127
5
5
  SHA512:
6
- metadata.gz: 0e9ba79ff807d9efb7a35db7fc2fe2186cef3ce1f8216b16ea26f8b73bb3fc3da04f81beee7ce19acffbc369e2d7d678fb601836493b0bf16cbfac6c0525f340
7
- data.tar.gz: 723dee67d5f981c22c3a779a5e024c3b413d8e314948be5fc82558eeacea52347c255a91efad296342b0ac947790edcf444aa3f97ee17fb7da6cf829f001d830
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.3.0'
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:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::CodeGuruReviewer
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::RestJson)
74
78
 
@@ -105,7 +109,7 @@ module Aws::CodeGuruReviewer
105
109
  # @option options [required, String] :region
106
110
  # The AWS region to connect to. The configured `:region` is
107
111
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
112
+ # a default `:region` is searched for in the following locations:
109
113
  #
110
114
  # * `Aws.config[:region]`
111
115
  # * `ENV['AWS_REGION']`
@@ -161,7 +165,7 @@ module Aws::CodeGuruReviewer
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +180,7 @@ module Aws::CodeGuruReviewer
176
180
  # requests fetching endpoints information. Defaults to 60 sec.
177
181
  #
178
182
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
183
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
184
  #
181
185
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
186
  # The log formatter.
@@ -358,6 +362,11 @@ module Aws::CodeGuruReviewer
358
362
  # code_commit: {
359
363
  # name: "Name", # required
360
364
  # },
365
+ # bitbucket: {
366
+ # name: "Name", # required
367
+ # connection_arn: "ConnectionArn", # required
368
+ # owner: "Owner", # required
369
+ # },
361
370
  # },
362
371
  # client_request_token: "ClientRequestToken",
363
372
  # })
@@ -366,9 +375,10 @@ module Aws::CodeGuruReviewer
366
375
  #
367
376
  # resp.repository_association.association_id #=> String
368
377
  # resp.repository_association.association_arn #=> String
378
+ # resp.repository_association.connection_arn #=> String
369
379
  # resp.repository_association.name #=> String
370
380
  # resp.repository_association.owner #=> String
371
- # resp.repository_association.provider_type #=> String, one of "CodeCommit", "GitHub"
381
+ # resp.repository_association.provider_type #=> String, one of "CodeCommit", "GitHub", "Bitbucket"
372
382
  # resp.repository_association.state #=> String, one of "Associated", "Associating", "Failed", "Disassociating"
373
383
  # resp.repository_association.state_reason #=> String
374
384
  # resp.repository_association.last_updated_time_stamp #=> Time
@@ -405,7 +415,7 @@ module Aws::CodeGuruReviewer
405
415
  # resp.code_review.code_review_arn #=> String
406
416
  # resp.code_review.repository_name #=> String
407
417
  # resp.code_review.owner #=> String
408
- # resp.code_review.provider_type #=> String, one of "CodeCommit", "GitHub"
418
+ # resp.code_review.provider_type #=> String, one of "CodeCommit", "GitHub", "Bitbucket"
409
419
  # resp.code_review.state #=> String, one of "Completed", "Pending", "Failed", "Deleting"
410
420
  # resp.code_review.state_reason #=> String
411
421
  # resp.code_review.created_time_stamp #=> Time
@@ -491,9 +501,10 @@ module Aws::CodeGuruReviewer
491
501
  #
492
502
  # resp.repository_association.association_id #=> String
493
503
  # resp.repository_association.association_arn #=> String
504
+ # resp.repository_association.connection_arn #=> String
494
505
  # resp.repository_association.name #=> String
495
506
  # resp.repository_association.owner #=> String
496
- # resp.repository_association.provider_type #=> String, one of "CodeCommit", "GitHub"
507
+ # resp.repository_association.provider_type #=> String, one of "CodeCommit", "GitHub", "Bitbucket"
497
508
  # resp.repository_association.state #=> String, one of "Associated", "Associating", "Failed", "Disassociating"
498
509
  # resp.repository_association.state_reason #=> String
499
510
  # resp.repository_association.last_updated_time_stamp #=> Time
@@ -528,9 +539,10 @@ module Aws::CodeGuruReviewer
528
539
  #
529
540
  # resp.repository_association.association_id #=> String
530
541
  # resp.repository_association.association_arn #=> String
542
+ # resp.repository_association.connection_arn #=> String
531
543
  # resp.repository_association.name #=> String
532
544
  # resp.repository_association.owner #=> String
533
- # resp.repository_association.provider_type #=> String, one of "CodeCommit", "GitHub"
545
+ # resp.repository_association.provider_type #=> String, one of "CodeCommit", "GitHub", "Bitbucket"
534
546
  # resp.repository_association.state #=> String, one of "Associated", "Associating", "Failed", "Disassociating"
535
547
  # resp.repository_association.state_reason #=> String
536
548
  # resp.repository_association.last_updated_time_stamp #=> Time
@@ -585,7 +597,7 @@ module Aws::CodeGuruReviewer
585
597
  # @example Request syntax with placeholder values
586
598
  #
587
599
  # resp = client.list_code_reviews({
588
- # provider_types: ["CodeCommit"], # accepts CodeCommit, GitHub
600
+ # provider_types: ["CodeCommit"], # accepts CodeCommit, GitHub, Bitbucket
589
601
  # states: ["Completed"], # accepts Completed, Pending, Failed, Deleting
590
602
  # repository_names: ["Name"],
591
603
  # type: "PullRequest", # required, accepts PullRequest
@@ -600,7 +612,7 @@ module Aws::CodeGuruReviewer
600
612
  # resp.code_review_summaries[0].code_review_arn #=> String
601
613
  # resp.code_review_summaries[0].repository_name #=> String
602
614
  # resp.code_review_summaries[0].owner #=> String
603
- # resp.code_review_summaries[0].provider_type #=> String, one of "CodeCommit", "GitHub"
615
+ # resp.code_review_summaries[0].provider_type #=> String, one of "CodeCommit", "GitHub", "Bitbucket"
604
616
  # resp.code_review_summaries[0].state #=> String, one of "Completed", "Pending", "Failed", "Deleting"
605
617
  # resp.code_review_summaries[0].created_time_stamp #=> Time
606
618
  # resp.code_review_summaries[0].last_updated_time_stamp #=> Time
@@ -780,7 +792,7 @@ module Aws::CodeGuruReviewer
780
792
  # @example Request syntax with placeholder values
781
793
  #
782
794
  # resp = client.list_repository_associations({
783
- # provider_types: ["CodeCommit"], # accepts CodeCommit, GitHub
795
+ # provider_types: ["CodeCommit"], # accepts CodeCommit, GitHub, Bitbucket
784
796
  # states: ["Associated"], # accepts Associated, Associating, Failed, Disassociating
785
797
  # names: ["Name"],
786
798
  # owners: ["Owner"],
@@ -792,11 +804,12 @@ module Aws::CodeGuruReviewer
792
804
  #
793
805
  # resp.repository_association_summaries #=> Array
794
806
  # resp.repository_association_summaries[0].association_arn #=> String
807
+ # resp.repository_association_summaries[0].connection_arn #=> String
795
808
  # resp.repository_association_summaries[0].last_updated_time_stamp #=> Time
796
809
  # resp.repository_association_summaries[0].association_id #=> String
797
810
  # resp.repository_association_summaries[0].name #=> String
798
811
  # resp.repository_association_summaries[0].owner #=> String
799
- # resp.repository_association_summaries[0].provider_type #=> String, one of "CodeCommit", "GitHub"
812
+ # resp.repository_association_summaries[0].provider_type #=> String, one of "CodeCommit", "GitHub", "Bitbucket"
800
813
  # resp.repository_association_summaries[0].state #=> String, one of "Associated", "Associating", "Failed", "Disassociating"
801
814
  # resp.next_token #=> String
802
815
  #
@@ -856,7 +869,7 @@ module Aws::CodeGuruReviewer
856
869
  params: params,
857
870
  config: config)
858
871
  context[:gem_name] = 'aws-sdk-codegurureviewer'
859
- context[:gem_version] = '1.3.0'
872
+ context[:gem_version] = '1.8.0'
860
873
  Seahorse::Client::Request.new(handlers, context)
861
874
  end
862
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:
@@ -24,6 +26,7 @@ module Aws::CodeGuruReviewer
24
26
  CommitDiffSourceCodeType = Shapes::StructureShape.new(name: 'CommitDiffSourceCodeType')
25
27
  CommitId = Shapes::StringShape.new(name: 'CommitId')
26
28
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
29
+ ConnectionArn = Shapes::StringShape.new(name: 'ConnectionArn')
27
30
  DescribeCodeReviewRequest = Shapes::StructureShape.new(name: 'DescribeCodeReviewRequest')
28
31
  DescribeCodeReviewResponse = Shapes::StructureShape.new(name: 'DescribeCodeReviewResponse')
29
32
  DescribeRecommendationFeedbackRequest = Shapes::StructureShape.new(name: 'DescribeRecommendationFeedbackRequest')
@@ -83,6 +86,7 @@ module Aws::CodeGuruReviewer
83
86
  SourceCodeType = Shapes::StructureShape.new(name: 'SourceCodeType')
84
87
  StateReason = Shapes::StringShape.new(name: 'StateReason')
85
88
  Text = Shapes::StringShape.new(name: 'Text')
89
+ ThirdPartySourceRepository = Shapes::StructureShape.new(name: 'ThirdPartySourceRepository')
86
90
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
87
91
  TimeStamp = Shapes::TimestampShape.new(name: 'TimeStamp')
88
92
  Type = Shapes::StringShape.new(name: 'Type')
@@ -268,10 +272,12 @@ module Aws::CodeGuruReviewer
268
272
  RecommendationSummary.struct_class = Types::RecommendationSummary
269
273
 
270
274
  Repository.add_member(:code_commit, Shapes::ShapeRef.new(shape: CodeCommitRepository, location_name: "CodeCommit"))
275
+ Repository.add_member(:bitbucket, Shapes::ShapeRef.new(shape: ThirdPartySourceRepository, location_name: "Bitbucket"))
271
276
  Repository.struct_class = Types::Repository
272
277
 
273
278
  RepositoryAssociation.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
274
279
  RepositoryAssociation.add_member(:association_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AssociationArn"))
280
+ RepositoryAssociation.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
275
281
  RepositoryAssociation.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
276
282
  RepositoryAssociation.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, location_name: "Owner"))
277
283
  RepositoryAssociation.add_member(:provider_type, Shapes::ShapeRef.new(shape: ProviderType, location_name: "ProviderType"))
@@ -286,6 +292,7 @@ module Aws::CodeGuruReviewer
286
292
  RepositoryAssociationSummaries.member = Shapes::ShapeRef.new(shape: RepositoryAssociationSummary)
287
293
 
288
294
  RepositoryAssociationSummary.add_member(:association_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AssociationArn"))
295
+ RepositoryAssociationSummary.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
289
296
  RepositoryAssociationSummary.add_member(:last_updated_time_stamp, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "LastUpdatedTimeStamp"))
290
297
  RepositoryAssociationSummary.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
291
298
  RepositoryAssociationSummary.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
@@ -302,6 +309,11 @@ module Aws::CodeGuruReviewer
302
309
  SourceCodeType.add_member(:commit_diff, Shapes::ShapeRef.new(shape: CommitDiffSourceCodeType, location_name: "CommitDiff"))
303
310
  SourceCodeType.struct_class = Types::SourceCodeType
304
311
 
312
+ ThirdPartySourceRepository.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
313
+ ThirdPartySourceRepository.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, required: true, location_name: "ConnectionArn"))
314
+ ThirdPartySourceRepository.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, required: true, location_name: "Owner"))
315
+ ThirdPartySourceRepository.struct_class = Types::ThirdPartySourceRepository
316
+
305
317
  ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
306
318
  ThrottlingException.struct_class = Types::ThrottlingException
307
319
 
@@ -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
 
@@ -28,6 +31,11 @@ module Aws::CodeGuruReviewer
28
31
  # code_commit: {
29
32
  # name: "Name", # required
30
33
  # },
34
+ # bitbucket: {
35
+ # name: "Name", # required
36
+ # connection_arn: "ConnectionArn", # required
37
+ # owner: "Owner", # required
38
+ # },
31
39
  # },
32
40
  # client_request_token: "ClientRequestToken",
33
41
  # }
@@ -71,6 +79,7 @@ module Aws::CodeGuruReviewer
71
79
  class AssociateRepositoryRequest < Struct.new(
72
80
  :repository,
73
81
  :client_request_token)
82
+ SENSITIVE = []
74
83
  include Aws::Structure
75
84
  end
76
85
 
@@ -82,6 +91,7 @@ module Aws::CodeGuruReviewer
82
91
  #
83
92
  class AssociateRepositoryResponse < Struct.new(
84
93
  :repository_association)
94
+ SENSITIVE = []
85
95
  include Aws::Structure
86
96
  end
87
97
 
@@ -102,6 +112,7 @@ module Aws::CodeGuruReviewer
102
112
  #
103
113
  class CodeCommitRepository < Struct.new(
104
114
  :name)
115
+ SENSITIVE = []
105
116
  include Aws::Structure
106
117
  end
107
118
 
@@ -177,6 +188,7 @@ module Aws::CodeGuruReviewer
177
188
  :pull_request_id,
178
189
  :source_code_type,
179
190
  :metrics)
191
+ SENSITIVE = []
180
192
  include Aws::Structure
181
193
  end
182
194
 
@@ -242,6 +254,7 @@ module Aws::CodeGuruReviewer
242
254
  :type,
243
255
  :pull_request_id,
244
256
  :metrics_summary)
257
+ SENSITIVE = []
245
258
  include Aws::Structure
246
259
  end
247
260
 
@@ -260,6 +273,7 @@ module Aws::CodeGuruReviewer
260
273
  class CommitDiffSourceCodeType < Struct.new(
261
274
  :source_commit,
262
275
  :destination_commit)
276
+ SENSITIVE = []
263
277
  include Aws::Structure
264
278
  end
265
279
 
@@ -274,6 +288,7 @@ module Aws::CodeGuruReviewer
274
288
  #
275
289
  class ConflictException < Struct.new(
276
290
  :message)
291
+ SENSITIVE = []
277
292
  include Aws::Structure
278
293
  end
279
294
 
@@ -292,6 +307,7 @@ module Aws::CodeGuruReviewer
292
307
  #
293
308
  class DescribeCodeReviewRequest < Struct.new(
294
309
  :code_review_arn)
310
+ SENSITIVE = []
295
311
  include Aws::Structure
296
312
  end
297
313
 
@@ -303,6 +319,7 @@ module Aws::CodeGuruReviewer
303
319
  #
304
320
  class DescribeCodeReviewResponse < Struct.new(
305
321
  :code_review)
322
+ SENSITIVE = []
306
323
  include Aws::Structure
307
324
  end
308
325
 
@@ -335,6 +352,7 @@ module Aws::CodeGuruReviewer
335
352
  :code_review_arn,
336
353
  :recommendation_id,
337
354
  :user_id)
355
+ SENSITIVE = []
338
356
  include Aws::Structure
339
357
  end
340
358
 
@@ -346,6 +364,7 @@ module Aws::CodeGuruReviewer
346
364
  #
347
365
  class DescribeRecommendationFeedbackResponse < Struct.new(
348
366
  :recommendation_feedback)
367
+ SENSITIVE = []
349
368
  include Aws::Structure
350
369
  end
351
370
 
@@ -365,6 +384,7 @@ module Aws::CodeGuruReviewer
365
384
  #
366
385
  class DescribeRepositoryAssociationRequest < Struct.new(
367
386
  :association_arn)
387
+ SENSITIVE = []
368
388
  include Aws::Structure
369
389
  end
370
390
 
@@ -376,6 +396,7 @@ module Aws::CodeGuruReviewer
376
396
  #
377
397
  class DescribeRepositoryAssociationResponse < Struct.new(
378
398
  :repository_association)
399
+ SENSITIVE = []
379
400
  include Aws::Structure
380
401
  end
381
402
 
@@ -394,6 +415,7 @@ module Aws::CodeGuruReviewer
394
415
  #
395
416
  class DisassociateRepositoryRequest < Struct.new(
396
417
  :association_arn)
418
+ SENSITIVE = []
397
419
  include Aws::Structure
398
420
  end
399
421
 
@@ -405,6 +427,7 @@ module Aws::CodeGuruReviewer
405
427
  #
406
428
  class DisassociateRepositoryResponse < Struct.new(
407
429
  :repository_association)
430
+ SENSITIVE = []
408
431
  include Aws::Structure
409
432
  end
410
433
 
@@ -418,6 +441,7 @@ module Aws::CodeGuruReviewer
418
441
  #
419
442
  class InternalServerException < Struct.new(
420
443
  :message)
444
+ SENSITIVE = []
421
445
  include Aws::Structure
422
446
  end
423
447
 
@@ -425,7 +449,7 @@ module Aws::CodeGuruReviewer
425
449
  # data as a hash:
426
450
  #
427
451
  # {
428
- # provider_types: ["CodeCommit"], # accepts CodeCommit, GitHub
452
+ # provider_types: ["CodeCommit"], # accepts CodeCommit, GitHub, Bitbucket
429
453
  # states: ["Completed"], # accepts Completed, Pending, Failed, Deleting
430
454
  # repository_names: ["Name"],
431
455
  # type: "PullRequest", # required, accepts PullRequest
@@ -475,6 +499,7 @@ module Aws::CodeGuruReviewer
475
499
  :type,
476
500
  :max_results,
477
501
  :next_token)
502
+ SENSITIVE = []
478
503
  include Aws::Structure
479
504
  end
480
505
 
@@ -491,6 +516,7 @@ module Aws::CodeGuruReviewer
491
516
  class ListCodeReviewsResponse < Struct.new(
492
517
  :code_review_summaries,
493
518
  :next_token)
519
+ SENSITIVE = []
494
520
  include Aws::Structure
495
521
  end
496
522
 
@@ -541,6 +567,7 @@ module Aws::CodeGuruReviewer
541
567
  :code_review_arn,
542
568
  :user_ids,
543
569
  :recommendation_ids)
570
+ SENSITIVE = []
544
571
  include Aws::Structure
545
572
  end
546
573
 
@@ -561,6 +588,7 @@ module Aws::CodeGuruReviewer
561
588
  class ListRecommendationFeedbackResponse < Struct.new(
562
589
  :recommendation_feedback_summaries,
563
590
  :next_token)
591
+ SENSITIVE = []
564
592
  include Aws::Structure
565
593
  end
566
594
 
@@ -592,6 +620,7 @@ module Aws::CodeGuruReviewer
592
620
  :next_token,
593
621
  :max_results,
594
622
  :code_review_arn)
623
+ SENSITIVE = []
595
624
  include Aws::Structure
596
625
  end
597
626
 
@@ -608,6 +637,7 @@ module Aws::CodeGuruReviewer
608
637
  class ListRecommendationsResponse < Struct.new(
609
638
  :recommendation_summaries,
610
639
  :next_token)
640
+ SENSITIVE = []
611
641
  include Aws::Structure
612
642
  end
613
643
 
@@ -615,7 +645,7 @@ module Aws::CodeGuruReviewer
615
645
  # data as a hash:
616
646
  #
617
647
  # {
618
- # provider_types: ["CodeCommit"], # accepts CodeCommit, GitHub
648
+ # provider_types: ["CodeCommit"], # accepts CodeCommit, GitHub, Bitbucket
619
649
  # states: ["Associated"], # accepts Associated, Associating, Failed, Disassociating
620
650
  # names: ["Name"],
621
651
  # owners: ["Owner"],
@@ -677,6 +707,7 @@ module Aws::CodeGuruReviewer
677
707
  :owners,
678
708
  :max_results,
679
709
  :next_token)
710
+ SENSITIVE = []
680
711
  include Aws::Structure
681
712
  end
682
713
 
@@ -698,6 +729,7 @@ module Aws::CodeGuruReviewer
698
729
  class ListRepositoryAssociationsResponse < Struct.new(
699
730
  :repository_association_summaries,
700
731
  :next_token)
732
+ SENSITIVE = []
701
733
  include Aws::Structure
702
734
  end
703
735
 
@@ -716,6 +748,7 @@ module Aws::CodeGuruReviewer
716
748
  class Metrics < Struct.new(
717
749
  :metered_lines_of_code_count,
718
750
  :findings_count)
751
+ SENSITIVE = []
719
752
  include Aws::Structure
720
753
  end
721
754
 
@@ -734,6 +767,7 @@ module Aws::CodeGuruReviewer
734
767
  class MetricsSummary < Struct.new(
735
768
  :metered_lines_of_code_count,
736
769
  :findings_count)
770
+ SENSITIVE = []
737
771
  include Aws::Structure
738
772
  end
739
773
 
@@ -746,6 +780,7 @@ module Aws::CodeGuruReviewer
746
780
  #
747
781
  class NotFoundException < Struct.new(
748
782
  :message)
783
+ SENSITIVE = []
749
784
  include Aws::Structure
750
785
  end
751
786
 
@@ -778,6 +813,7 @@ module Aws::CodeGuruReviewer
778
813
  :code_review_arn,
779
814
  :recommendation_id,
780
815
  :reactions)
816
+ SENSITIVE = []
781
817
  include Aws::Structure
782
818
  end
783
819
 
@@ -822,6 +858,7 @@ module Aws::CodeGuruReviewer
822
858
  :user_id,
823
859
  :created_time_stamp,
824
860
  :last_updated_time_stamp)
861
+ SENSITIVE = []
825
862
  include Aws::Structure
826
863
  end
827
864
 
@@ -847,6 +884,7 @@ module Aws::CodeGuruReviewer
847
884
  :recommendation_id,
848
885
  :reactions,
849
886
  :user_id)
887
+ SENSITIVE = []
850
888
  include Aws::Structure
851
889
  end
852
890
 
@@ -885,6 +923,7 @@ module Aws::CodeGuruReviewer
885
923
  :start_line,
886
924
  :end_line,
887
925
  :description)
926
+ SENSITIVE = []
888
927
  include Aws::Structure
889
928
  end
890
929
 
@@ -897,16 +936,27 @@ module Aws::CodeGuruReviewer
897
936
  # code_commit: {
898
937
  # name: "Name", # required
899
938
  # },
939
+ # bitbucket: {
940
+ # name: "Name", # required
941
+ # connection_arn: "ConnectionArn", # required
942
+ # owner: "Owner", # required
943
+ # },
900
944
  # }
901
945
  #
902
946
  # @!attribute [rw] code_commit
903
947
  # Information about an AWS CodeCommit repository.
904
948
  # @return [Types::CodeCommitRepository]
905
949
  #
950
+ # @!attribute [rw] bitbucket
951
+ # Information about a Bitbucket Cloud repository.
952
+ # @return [Types::ThirdPartySourceRepository]
953
+ #
906
954
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeguru-reviewer-2019-09-19/Repository AWS API Documentation
907
955
  #
908
956
  class Repository < Struct.new(
909
- :code_commit)
957
+ :code_commit,
958
+ :bitbucket)
959
+ SENSITIVE = []
910
960
  include Aws::Structure
911
961
  end
912
962
 
@@ -921,6 +971,11 @@ module Aws::CodeGuruReviewer
921
971
  # association.
922
972
  # @return [String]
923
973
  #
974
+ # @!attribute [rw] connection_arn
975
+ # The Amazon Resource Name (ARN) identifying the repository
976
+ # connection.
977
+ # @return [String]
978
+ #
924
979
  # @!attribute [rw] name
925
980
  # The name of the repository.
926
981
  # @return [String]
@@ -957,6 +1012,7 @@ module Aws::CodeGuruReviewer
957
1012
  class RepositoryAssociation < Struct.new(
958
1013
  :association_id,
959
1014
  :association_arn,
1015
+ :connection_arn,
960
1016
  :name,
961
1017
  :owner,
962
1018
  :provider_type,
@@ -964,6 +1020,7 @@ module Aws::CodeGuruReviewer
964
1020
  :state_reason,
965
1021
  :last_updated_time_stamp,
966
1022
  :created_time_stamp)
1023
+ SENSITIVE = []
967
1024
  include Aws::Structure
968
1025
  end
969
1026
 
@@ -974,6 +1031,11 @@ module Aws::CodeGuruReviewer
974
1031
  # association.
975
1032
  # @return [String]
976
1033
  #
1034
+ # @!attribute [rw] connection_arn
1035
+ # The Amazon Resource Name (ARN) identifying the repository
1036
+ # connection.
1037
+ # @return [String]
1038
+ #
977
1039
  # @!attribute [rw] last_updated_time_stamp
978
1040
  # The time, in milliseconds since the epoch, since the repository
979
1041
  # association was last updated.
@@ -1020,12 +1082,14 @@ module Aws::CodeGuruReviewer
1020
1082
  #
1021
1083
  class RepositoryAssociationSummary < Struct.new(
1022
1084
  :association_arn,
1085
+ :connection_arn,
1023
1086
  :last_updated_time_stamp,
1024
1087
  :association_id,
1025
1088
  :name,
1026
1089
  :owner,
1027
1090
  :provider_type,
1028
1091
  :state)
1092
+ SENSITIVE = []
1029
1093
  include Aws::Structure
1030
1094
  end
1031
1095
 
@@ -1038,6 +1102,7 @@ module Aws::CodeGuruReviewer
1038
1102
  #
1039
1103
  class ResourceNotFoundException < Struct.new(
1040
1104
  :message)
1105
+ SENSITIVE = []
1041
1106
  include Aws::Structure
1042
1107
  end
1043
1108
 
@@ -1051,6 +1116,42 @@ module Aws::CodeGuruReviewer
1051
1116
  #
1052
1117
  class SourceCodeType < Struct.new(
1053
1118
  :commit_diff)
1119
+ SENSITIVE = []
1120
+ include Aws::Structure
1121
+ end
1122
+
1123
+ # Information about a third party source repository connected through
1124
+ # CodeStar Connections.
1125
+ #
1126
+ # @note When making an API call, you may pass ThirdPartySourceRepository
1127
+ # data as a hash:
1128
+ #
1129
+ # {
1130
+ # name: "Name", # required
1131
+ # connection_arn: "ConnectionArn", # required
1132
+ # owner: "Owner", # required
1133
+ # }
1134
+ #
1135
+ # @!attribute [rw] name
1136
+ # The name of the third party source repository.
1137
+ # @return [String]
1138
+ #
1139
+ # @!attribute [rw] connection_arn
1140
+ # The Amazon Resource Name (ARN) identifying the repository
1141
+ # connection.
1142
+ # @return [String]
1143
+ #
1144
+ # @!attribute [rw] owner
1145
+ # The username of the owner of the repository.
1146
+ # @return [String]
1147
+ #
1148
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codeguru-reviewer-2019-09-19/ThirdPartySourceRepository AWS API Documentation
1149
+ #
1150
+ class ThirdPartySourceRepository < Struct.new(
1151
+ :name,
1152
+ :connection_arn,
1153
+ :owner)
1154
+ SENSITIVE = []
1054
1155
  include Aws::Structure
1055
1156
  end
1056
1157
 
@@ -1063,6 +1164,7 @@ module Aws::CodeGuruReviewer
1063
1164
  #
1064
1165
  class ThrottlingException < Struct.new(
1065
1166
  :message)
1167
+ SENSITIVE = []
1066
1168
  include Aws::Structure
1067
1169
  end
1068
1170
 
@@ -1075,6 +1177,7 @@ module Aws::CodeGuruReviewer
1075
1177
  #
1076
1178
  class ValidationException < Struct.new(
1077
1179
  :message)
1180
+ SENSITIVE = []
1078
1181
  include Aws::Structure
1079
1182
  end
1080
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.3.0
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-04-22 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement