aws-sdk-codecommit 1.34.1 → 1.35.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ac535780414bd55e3454c68dfc576a061aac6b064bf316d26b897d332da72cbc
4
- data.tar.gz: 6a2b805fe4ed4c82b4ceac553f09e76fb6fed89154a8fc25810898f8b0f6f970
3
+ metadata.gz: fa42e1159e6d2cfeb8ac937f937da0a81a36ad809fd29ec6158dec059a9367b7
4
+ data.tar.gz: 99ee1410072ad3f7ae208656ee4d69684a0eb78c4586a5e3264fe50bbedb21dd
5
5
  SHA512:
6
- metadata.gz: 2e868ec000598901316cef68d8e046c57395067e5c1d3cfbb341c79ec0d601a8f06a5ea7706399fa5fd24f9756fc046677aa0fbc49eb168c0dcf66ac2a8f941e
7
- data.tar.gz: c8ce898f093a190680fa90f7be3b8c0cfd6fa526cd615f672b4dd444df53571d3a9fd6e40f3b3fca5796ea1c8b3210d7474667cb2289094efdeb91f29f6a55f8
6
+ metadata.gz: 4c12474f58c00e97e62620d7d0e7ff7ad4663d7edc48349f3b752c61cd568cb60b7ca9da12fa5b46a0804009626d068f98e694e6b5c46be55584dbc0e0c45a67
7
+ data.tar.gz: 4968aed5eef88812980bd87d120fd68f7c97e9105441fa26c67c5a1f7bdf58267144165af63734480686327c6322642b29e981f889ed6e01e80381c034a6ebc2
@@ -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-codecommit/customizations'
45
47
  # @service
46
48
  module Aws::CodeCommit
47
49
 
48
- GEM_VERSION = '1.34.1'
50
+ GEM_VERSION = '1.35.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:
@@ -4754,7 +4756,7 @@ module Aws::CodeCommit
4754
4756
  params: params,
4755
4757
  config: config)
4756
4758
  context[:gem_name] = 'aws-sdk-codecommit'
4757
- context[:gem_version] = '1.34.1'
4759
+ context[:gem_version] = '1.35.0'
4758
4760
  Seahorse::Client::Request.new(handlers, context)
4759
4761
  end
4760
4762
 
@@ -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,4 @@
1
+ # frozen_string_literal: true
1
2
  # WARNING ABOUT GENERATED CODE
2
3
  #
3
4
  # This file is generated. See the contributing for info on making contributions:
@@ -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:
@@ -31,6 +33,7 @@ module Aws::CodeCommit
31
33
  class Approval < Struct.new(
32
34
  :user_arn,
33
35
  :approval_state)
36
+ SENSITIVE = []
34
37
  include Aws::Structure
35
38
  end
36
39
 
@@ -81,6 +84,7 @@ module Aws::CodeCommit
81
84
  :creation_date,
82
85
  :last_modified_user,
83
86
  :origin_approval_rule_template)
87
+ SENSITIVE = []
84
88
  include Aws::Structure
85
89
  end
86
90
 
@@ -117,6 +121,7 @@ module Aws::CodeCommit
117
121
  :approval_rule_name,
118
122
  :approval_rule_id,
119
123
  :approval_rule_content)
124
+ SENSITIVE = []
120
125
  include Aws::Structure
121
126
  end
122
127
 
@@ -150,6 +155,7 @@ module Aws::CodeCommit
150
155
  class ApprovalRuleOverriddenEventMetadata < Struct.new(
151
156
  :revision_id,
152
157
  :override_status)
158
+ SENSITIVE = []
153
159
  include Aws::Structure
154
160
  end
155
161
 
@@ -202,6 +208,7 @@ module Aws::CodeCommit
202
208
  :last_modified_date,
203
209
  :creation_date,
204
210
  :last_modified_user)
211
+ SENSITIVE = []
205
212
  include Aws::Structure
206
213
  end
207
214
 
@@ -259,6 +266,7 @@ module Aws::CodeCommit
259
266
  class ApprovalStateChangedEventMetadata < Struct.new(
260
267
  :revision_id,
261
268
  :approval_status)
269
+ SENSITIVE = []
262
270
  include Aws::Structure
263
271
  end
264
272
 
@@ -290,6 +298,7 @@ module Aws::CodeCommit
290
298
  class AssociateApprovalRuleTemplateWithRepositoryInput < Struct.new(
291
299
  :approval_rule_template_name,
292
300
  :repository_name)
301
+ SENSITIVE = []
293
302
  include Aws::Structure
294
303
  end
295
304
 
@@ -323,6 +332,7 @@ module Aws::CodeCommit
323
332
  :repository_name,
324
333
  :error_code,
325
334
  :error_message)
335
+ SENSITIVE = []
326
336
  include Aws::Structure
327
337
  end
328
338
 
@@ -354,6 +364,7 @@ module Aws::CodeCommit
354
364
  class BatchAssociateApprovalRuleTemplateWithRepositoriesInput < Struct.new(
355
365
  :approval_rule_template_name,
356
366
  :repository_names)
367
+ SENSITIVE = []
357
368
  include Aws::Structure
358
369
  end
359
370
 
@@ -372,6 +383,7 @@ module Aws::CodeCommit
372
383
  class BatchAssociateApprovalRuleTemplateWithRepositoriesOutput < Struct.new(
373
384
  :associated_repository_names,
374
385
  :errors)
386
+ SENSITIVE = []
375
387
  include Aws::Structure
376
388
  end
377
389
 
@@ -396,6 +408,7 @@ module Aws::CodeCommit
396
408
  :file_path,
397
409
  :exception_name,
398
410
  :message)
411
+ SENSITIVE = []
399
412
  include Aws::Structure
400
413
  end
401
414
 
@@ -480,6 +493,7 @@ module Aws::CodeCommit
480
493
  :conflict_detail_level,
481
494
  :conflict_resolution_strategy,
482
495
  :next_token)
496
+ SENSITIVE = []
483
497
  include Aws::Structure
484
498
  end
485
499
 
@@ -521,6 +535,7 @@ module Aws::CodeCommit
521
535
  :destination_commit_id,
522
536
  :source_commit_id,
523
537
  :base_commit_id)
538
+ SENSITIVE = []
524
539
  include Aws::Structure
525
540
  end
526
541
 
@@ -548,6 +563,7 @@ module Aws::CodeCommit
548
563
  :repository_name,
549
564
  :error_code,
550
565
  :error_message)
566
+ SENSITIVE = []
551
567
  include Aws::Structure
552
568
  end
553
569
 
@@ -579,6 +595,7 @@ module Aws::CodeCommit
579
595
  class BatchDisassociateApprovalRuleTemplateFromRepositoriesInput < Struct.new(
580
596
  :approval_rule_template_name,
581
597
  :repository_names)
598
+ SENSITIVE = []
582
599
  include Aws::Structure
583
600
  end
584
601
 
@@ -597,6 +614,7 @@ module Aws::CodeCommit
597
614
  class BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput < Struct.new(
598
615
  :disassociated_repository_names,
599
616
  :errors)
617
+ SENSITIVE = []
600
618
  include Aws::Structure
601
619
  end
602
620
 
@@ -623,6 +641,7 @@ module Aws::CodeCommit
623
641
  :commit_id,
624
642
  :error_code,
625
643
  :error_message)
644
+ SENSITIVE = []
626
645
  include Aws::Structure
627
646
  end
628
647
 
@@ -652,6 +671,7 @@ module Aws::CodeCommit
652
671
  class BatchGetCommitsInput < Struct.new(
653
672
  :commit_ids,
654
673
  :repository_name)
674
+ SENSITIVE = []
655
675
  include Aws::Structure
656
676
  end
657
677
 
@@ -672,6 +692,7 @@ module Aws::CodeCommit
672
692
  class BatchGetCommitsOutput < Struct.new(
673
693
  :commits,
674
694
  :errors)
695
+ SENSITIVE = []
675
696
  include Aws::Structure
676
697
  end
677
698
 
@@ -697,6 +718,7 @@ module Aws::CodeCommit
697
718
  #
698
719
  class BatchGetRepositoriesInput < Struct.new(
699
720
  :repository_names)
721
+ SENSITIVE = []
700
722
  include Aws::Structure
701
723
  end
702
724
 
@@ -717,6 +739,7 @@ module Aws::CodeCommit
717
739
  class BatchGetRepositoriesOutput < Struct.new(
718
740
  :repositories,
719
741
  :repositories_not_found)
742
+ SENSITIVE = []
720
743
  include Aws::Structure
721
744
  end
722
745
 
@@ -769,6 +792,7 @@ module Aws::CodeCommit
769
792
  :blob_id,
770
793
  :path,
771
794
  :mode)
795
+ SENSITIVE = []
772
796
  include Aws::Structure
773
797
  end
774
798
 
@@ -793,6 +817,7 @@ module Aws::CodeCommit
793
817
  class BranchInfo < Struct.new(
794
818
  :branch_name,
795
819
  :commit_id)
820
+ SENSITIVE = []
796
821
  include Aws::Structure
797
822
  end
798
823
 
@@ -893,6 +918,7 @@ module Aws::CodeCommit
893
918
  :author_arn,
894
919
  :deleted,
895
920
  :client_request_token)
921
+ SENSITIVE = []
896
922
  include Aws::Structure
897
923
  end
898
924
 
@@ -984,6 +1010,7 @@ module Aws::CodeCommit
984
1010
  :after_blob_id,
985
1011
  :location,
986
1012
  :comments)
1013
+ SENSITIVE = []
987
1014
  include Aws::Structure
988
1015
  end
989
1016
 
@@ -1042,6 +1069,7 @@ module Aws::CodeCommit
1042
1069
  :after_blob_id,
1043
1070
  :location,
1044
1071
  :comments)
1072
+ SENSITIVE = []
1045
1073
  include Aws::Structure
1046
1074
  end
1047
1075
 
@@ -1100,6 +1128,7 @@ module Aws::CodeCommit
1100
1128
  :author,
1101
1129
  :committer,
1102
1130
  :additional_data)
1131
+ SENSITIVE = []
1103
1132
  include Aws::Structure
1104
1133
  end
1105
1134
 
@@ -1173,6 +1202,7 @@ module Aws::CodeCommit
1173
1202
  class Conflict < Struct.new(
1174
1203
  :conflict_metadata,
1175
1204
  :merge_hunks)
1205
+ SENSITIVE = []
1176
1206
  include Aws::Structure
1177
1207
  end
1178
1208
 
@@ -1240,6 +1270,7 @@ module Aws::CodeCommit
1240
1270
  :file_mode_conflict,
1241
1271
  :object_type_conflict,
1242
1272
  :merge_operations)
1273
+ SENSITIVE = []
1243
1274
  include Aws::Structure
1244
1275
  end
1245
1276
 
@@ -1290,6 +1321,7 @@ module Aws::CodeCommit
1290
1321
  :replace_contents,
1291
1322
  :delete_files,
1292
1323
  :set_file_modes)
1324
+ SENSITIVE = []
1293
1325
  include Aws::Structure
1294
1326
  end
1295
1327
 
@@ -1364,6 +1396,7 @@ module Aws::CodeCommit
1364
1396
  :approval_rule_template_name,
1365
1397
  :approval_rule_template_content,
1366
1398
  :approval_rule_template_description)
1399
+ SENSITIVE = []
1367
1400
  include Aws::Structure
1368
1401
  end
1369
1402
 
@@ -1375,6 +1408,7 @@ module Aws::CodeCommit
1375
1408
  #
1376
1409
  class CreateApprovalRuleTemplateOutput < Struct.new(
1377
1410
  :approval_rule_template)
1411
+ SENSITIVE = []
1378
1412
  include Aws::Structure
1379
1413
  end
1380
1414
 
@@ -1408,6 +1442,7 @@ module Aws::CodeCommit
1408
1442
  :repository_name,
1409
1443
  :branch_name,
1410
1444
  :commit_id)
1445
+ SENSITIVE = []
1411
1446
  include Aws::Structure
1412
1447
  end
1413
1448
 
@@ -1506,6 +1541,7 @@ module Aws::CodeCommit
1506
1541
  :put_files,
1507
1542
  :delete_files,
1508
1543
  :set_file_modes)
1544
+ SENSITIVE = []
1509
1545
  include Aws::Structure
1510
1546
  end
1511
1547
 
@@ -1539,6 +1575,7 @@ module Aws::CodeCommit
1539
1575
  :files_added,
1540
1576
  :files_updated,
1541
1577
  :files_deleted)
1578
+ SENSITIVE = []
1542
1579
  include Aws::Structure
1543
1580
  end
1544
1581
 
@@ -1609,6 +1646,7 @@ module Aws::CodeCommit
1609
1646
  :pull_request_id,
1610
1647
  :approval_rule_name,
1611
1648
  :approval_rule_content)
1649
+ SENSITIVE = []
1612
1650
  include Aws::Structure
1613
1651
  end
1614
1652
 
@@ -1620,6 +1658,7 @@ module Aws::CodeCommit
1620
1658
  #
1621
1659
  class CreatePullRequestApprovalRuleOutput < Struct.new(
1622
1660
  :approval_rule)
1661
+ SENSITIVE = []
1623
1662
  include Aws::Structure
1624
1663
  end
1625
1664
 
@@ -1678,6 +1717,7 @@ module Aws::CodeCommit
1678
1717
  :description,
1679
1718
  :targets,
1680
1719
  :client_request_token)
1720
+ SENSITIVE = []
1681
1721
  include Aws::Structure
1682
1722
  end
1683
1723
 
@@ -1689,6 +1729,7 @@ module Aws::CodeCommit
1689
1729
  #
1690
1730
  class CreatePullRequestOutput < Struct.new(
1691
1731
  :pull_request)
1732
+ SENSITIVE = []
1692
1733
  include Aws::Structure
1693
1734
  end
1694
1735
 
@@ -1745,6 +1786,7 @@ module Aws::CodeCommit
1745
1786
  :repository_name,
1746
1787
  :repository_description,
1747
1788
  :tags)
1789
+ SENSITIVE = []
1748
1790
  include Aws::Structure
1749
1791
  end
1750
1792
 
@@ -1758,6 +1800,7 @@ module Aws::CodeCommit
1758
1800
  #
1759
1801
  class CreateRepositoryOutput < Struct.new(
1760
1802
  :repository_metadata)
1803
+ SENSITIVE = []
1761
1804
  include Aws::Structure
1762
1805
  end
1763
1806
 
@@ -1872,6 +1915,7 @@ module Aws::CodeCommit
1872
1915
  :commit_message,
1873
1916
  :keep_empty_folders,
1874
1917
  :conflict_resolution)
1918
+ SENSITIVE = []
1875
1919
  include Aws::Structure
1876
1920
  end
1877
1921
 
@@ -1889,6 +1933,7 @@ module Aws::CodeCommit
1889
1933
  class CreateUnreferencedMergeCommitOutput < Struct.new(
1890
1934
  :commit_id,
1891
1935
  :tree_id)
1936
+ SENSITIVE = []
1892
1937
  include Aws::Structure
1893
1938
  end
1894
1939
 
@@ -1915,6 +1960,7 @@ module Aws::CodeCommit
1915
1960
  #
1916
1961
  class DeleteApprovalRuleTemplateInput < Struct.new(
1917
1962
  :approval_rule_template_name)
1963
+ SENSITIVE = []
1918
1964
  include Aws::Structure
1919
1965
  end
1920
1966
 
@@ -1928,6 +1974,7 @@ module Aws::CodeCommit
1928
1974
  #
1929
1975
  class DeleteApprovalRuleTemplateOutput < Struct.new(
1930
1976
  :approval_rule_template_id)
1977
+ SENSITIVE = []
1931
1978
  include Aws::Structure
1932
1979
  end
1933
1980
 
@@ -1954,6 +2001,7 @@ module Aws::CodeCommit
1954
2001
  class DeleteBranchInput < Struct.new(
1955
2002
  :repository_name,
1956
2003
  :branch_name)
2004
+ SENSITIVE = []
1957
2005
  include Aws::Structure
1958
2006
  end
1959
2007
 
@@ -1968,6 +2016,7 @@ module Aws::CodeCommit
1968
2016
  #
1969
2017
  class DeleteBranchOutput < Struct.new(
1970
2018
  :deleted_branch)
2019
+ SENSITIVE = []
1971
2020
  include Aws::Structure
1972
2021
  end
1973
2022
 
@@ -1987,6 +2036,7 @@ module Aws::CodeCommit
1987
2036
  #
1988
2037
  class DeleteCommentContentInput < Struct.new(
1989
2038
  :comment_id)
2039
+ SENSITIVE = []
1990
2040
  include Aws::Structure
1991
2041
  end
1992
2042
 
@@ -1998,6 +2048,7 @@ module Aws::CodeCommit
1998
2048
  #
1999
2049
  class DeleteCommentContentOutput < Struct.new(
2000
2050
  :comment)
2051
+ SENSITIVE = []
2001
2052
  include Aws::Structure
2002
2053
  end
2003
2054
 
@@ -2019,6 +2070,7 @@ module Aws::CodeCommit
2019
2070
  #
2020
2071
  class DeleteFileEntry < Struct.new(
2021
2072
  :file_path)
2073
+ SENSITIVE = []
2022
2074
  include Aws::Structure
2023
2075
  end
2024
2076
 
@@ -2097,6 +2149,7 @@ module Aws::CodeCommit
2097
2149
  :commit_message,
2098
2150
  :name,
2099
2151
  :email)
2152
+ SENSITIVE = []
2100
2153
  include Aws::Structure
2101
2154
  end
2102
2155
 
@@ -2126,6 +2179,7 @@ module Aws::CodeCommit
2126
2179
  :blob_id,
2127
2180
  :tree_id,
2128
2181
  :file_path)
2182
+ SENSITIVE = []
2129
2183
  include Aws::Structure
2130
2184
  end
2131
2185
 
@@ -2151,6 +2205,7 @@ module Aws::CodeCommit
2151
2205
  class DeletePullRequestApprovalRuleInput < Struct.new(
2152
2206
  :pull_request_id,
2153
2207
  :approval_rule_name)
2208
+ SENSITIVE = []
2154
2209
  include Aws::Structure
2155
2210
  end
2156
2211
 
@@ -2167,6 +2222,7 @@ module Aws::CodeCommit
2167
2222
  #
2168
2223
  class DeletePullRequestApprovalRuleOutput < Struct.new(
2169
2224
  :approval_rule_id)
2225
+ SENSITIVE = []
2170
2226
  include Aws::Structure
2171
2227
  end
2172
2228
 
@@ -2187,6 +2243,7 @@ module Aws::CodeCommit
2187
2243
  #
2188
2244
  class DeleteRepositoryInput < Struct.new(
2189
2245
  :repository_name)
2246
+ SENSITIVE = []
2190
2247
  include Aws::Structure
2191
2248
  end
2192
2249
 
@@ -2200,6 +2257,7 @@ module Aws::CodeCommit
2200
2257
  #
2201
2258
  class DeleteRepositoryOutput < Struct.new(
2202
2259
  :repository_id)
2260
+ SENSITIVE = []
2203
2261
  include Aws::Structure
2204
2262
  end
2205
2263
 
@@ -2277,6 +2335,7 @@ module Aws::CodeCommit
2277
2335
  :conflict_detail_level,
2278
2336
  :conflict_resolution_strategy,
2279
2337
  :next_token)
2338
+ SENSITIVE = []
2280
2339
  include Aws::Structure
2281
2340
  end
2282
2341
 
@@ -2316,6 +2375,7 @@ module Aws::CodeCommit
2316
2375
  :destination_commit_id,
2317
2376
  :source_commit_id,
2318
2377
  :base_commit_id)
2378
+ SENSITIVE = []
2319
2379
  include Aws::Structure
2320
2380
  end
2321
2381
 
@@ -2365,6 +2425,7 @@ module Aws::CodeCommit
2365
2425
  :actor_arn,
2366
2426
  :next_token,
2367
2427
  :max_results)
2428
+ SENSITIVE = []
2368
2429
  include Aws::Structure
2369
2430
  end
2370
2431
 
@@ -2382,6 +2443,7 @@ module Aws::CodeCommit
2382
2443
  class DescribePullRequestEventsOutput < Struct.new(
2383
2444
  :pull_request_events,
2384
2445
  :next_token)
2446
+ SENSITIVE = []
2385
2447
  include Aws::Structure
2386
2448
  end
2387
2449
 
@@ -2408,6 +2470,7 @@ module Aws::CodeCommit
2408
2470
  :before_blob,
2409
2471
  :after_blob,
2410
2472
  :change_type)
2473
+ SENSITIVE = []
2411
2474
  include Aws::Structure
2412
2475
  end
2413
2476
 
@@ -2443,6 +2506,7 @@ module Aws::CodeCommit
2443
2506
  class DisassociateApprovalRuleTemplateFromRepositoryInput < Struct.new(
2444
2507
  :approval_rule_template_name,
2445
2508
  :repository_name)
2509
+ SENSITIVE = []
2446
2510
  include Aws::Structure
2447
2511
  end
2448
2512
 
@@ -2498,6 +2562,7 @@ module Aws::CodeCommit
2498
2562
  class EvaluatePullRequestApprovalRulesInput < Struct.new(
2499
2563
  :pull_request_id,
2500
2564
  :revision_id)
2565
+ SENSITIVE = []
2501
2566
  include Aws::Structure
2502
2567
  end
2503
2568
 
@@ -2513,6 +2578,7 @@ module Aws::CodeCommit
2513
2578
  #
2514
2579
  class EvaluatePullRequestApprovalRulesOutput < Struct.new(
2515
2580
  :evaluation)
2581
+ SENSITIVE = []
2516
2582
  include Aws::Structure
2517
2583
  end
2518
2584
 
@@ -2544,6 +2610,7 @@ module Aws::CodeCommit
2544
2610
  :overridden,
2545
2611
  :approval_rules_satisfied,
2546
2612
  :approval_rules_not_satisfied)
2613
+ SENSITIVE = []
2547
2614
  include Aws::Structure
2548
2615
  end
2549
2616
 
@@ -2574,6 +2641,7 @@ module Aws::CodeCommit
2574
2641
  :absolute_path,
2575
2642
  :relative_path,
2576
2643
  :file_mode)
2644
+ SENSITIVE = []
2577
2645
  include Aws::Structure
2578
2646
  end
2579
2647
 
@@ -2637,6 +2705,7 @@ module Aws::CodeCommit
2637
2705
  :absolute_path,
2638
2706
  :blob_id,
2639
2707
  :file_mode)
2708
+ SENSITIVE = []
2640
2709
  include Aws::Structure
2641
2710
  end
2642
2711
 
@@ -2668,6 +2737,7 @@ module Aws::CodeCommit
2668
2737
  :source,
2669
2738
  :destination,
2670
2739
  :base)
2740
+ SENSITIVE = []
2671
2741
  include Aws::Structure
2672
2742
  end
2673
2743
 
@@ -2708,6 +2778,7 @@ module Aws::CodeCommit
2708
2778
  :source,
2709
2779
  :destination,
2710
2780
  :base)
2781
+ SENSITIVE = []
2711
2782
  include Aws::Structure
2712
2783
  end
2713
2784
 
@@ -2745,6 +2816,7 @@ module Aws::CodeCommit
2745
2816
  :tree_id,
2746
2817
  :absolute_path,
2747
2818
  :relative_path)
2819
+ SENSITIVE = []
2748
2820
  include Aws::Structure
2749
2821
  end
2750
2822
 
@@ -2780,6 +2852,7 @@ module Aws::CodeCommit
2780
2852
  #
2781
2853
  class GetApprovalRuleTemplateInput < Struct.new(
2782
2854
  :approval_rule_template_name)
2855
+ SENSITIVE = []
2783
2856
  include Aws::Structure
2784
2857
  end
2785
2858
 
@@ -2791,6 +2864,7 @@ module Aws::CodeCommit
2791
2864
  #
2792
2865
  class GetApprovalRuleTemplateOutput < Struct.new(
2793
2866
  :approval_rule_template)
2867
+ SENSITIVE = []
2794
2868
  include Aws::Structure
2795
2869
  end
2796
2870
 
@@ -2817,6 +2891,7 @@ module Aws::CodeCommit
2817
2891
  class GetBlobInput < Struct.new(
2818
2892
  :repository_name,
2819
2893
  :blob_id)
2894
+ SENSITIVE = []
2820
2895
  include Aws::Structure
2821
2896
  end
2822
2897
 
@@ -2830,6 +2905,7 @@ module Aws::CodeCommit
2830
2905
  #
2831
2906
  class GetBlobOutput < Struct.new(
2832
2907
  :content)
2908
+ SENSITIVE = []
2833
2909
  include Aws::Structure
2834
2910
  end
2835
2911
 
@@ -2857,6 +2933,7 @@ module Aws::CodeCommit
2857
2933
  class GetBranchInput < Struct.new(
2858
2934
  :repository_name,
2859
2935
  :branch_name)
2936
+ SENSITIVE = []
2860
2937
  include Aws::Structure
2861
2938
  end
2862
2939
 
@@ -2870,6 +2947,7 @@ module Aws::CodeCommit
2870
2947
  #
2871
2948
  class GetBranchOutput < Struct.new(
2872
2949
  :branch)
2950
+ SENSITIVE = []
2873
2951
  include Aws::Structure
2874
2952
  end
2875
2953
 
@@ -2889,6 +2967,7 @@ module Aws::CodeCommit
2889
2967
  #
2890
2968
  class GetCommentInput < Struct.new(
2891
2969
  :comment_id)
2970
+ SENSITIVE = []
2892
2971
  include Aws::Structure
2893
2972
  end
2894
2973
 
@@ -2900,6 +2979,7 @@ module Aws::CodeCommit
2900
2979
  #
2901
2980
  class GetCommentOutput < Struct.new(
2902
2981
  :comment)
2982
+ SENSITIVE = []
2903
2983
  include Aws::Structure
2904
2984
  end
2905
2985
 
@@ -2947,6 +3027,7 @@ module Aws::CodeCommit
2947
3027
  :after_commit_id,
2948
3028
  :next_token,
2949
3029
  :max_results)
3030
+ SENSITIVE = []
2950
3031
  include Aws::Structure
2951
3032
  end
2952
3033
 
@@ -2964,6 +3045,7 @@ module Aws::CodeCommit
2964
3045
  class GetCommentsForComparedCommitOutput < Struct.new(
2965
3046
  :comments_for_compared_commit_data,
2966
3047
  :next_token)
3048
+ SENSITIVE = []
2967
3049
  include Aws::Structure
2968
3050
  end
2969
3051
 
@@ -3018,6 +3100,7 @@ module Aws::CodeCommit
3018
3100
  :after_commit_id,
3019
3101
  :next_token,
3020
3102
  :max_results)
3103
+ SENSITIVE = []
3021
3104
  include Aws::Structure
3022
3105
  end
3023
3106
 
@@ -3035,6 +3118,7 @@ module Aws::CodeCommit
3035
3118
  class GetCommentsForPullRequestOutput < Struct.new(
3036
3119
  :comments_for_pull_request_data,
3037
3120
  :next_token)
3121
+ SENSITIVE = []
3038
3122
  include Aws::Structure
3039
3123
  end
3040
3124
 
@@ -3061,6 +3145,7 @@ module Aws::CodeCommit
3061
3145
  class GetCommitInput < Struct.new(
3062
3146
  :repository_name,
3063
3147
  :commit_id)
3148
+ SENSITIVE = []
3064
3149
  include Aws::Structure
3065
3150
  end
3066
3151
 
@@ -3075,6 +3160,7 @@ module Aws::CodeCommit
3075
3160
  #
3076
3161
  class GetCommitOutput < Struct.new(
3077
3162
  :commit)
3163
+ SENSITIVE = []
3078
3164
  include Aws::Structure
3079
3165
  end
3080
3166
 
@@ -3142,6 +3228,7 @@ module Aws::CodeCommit
3142
3228
  :after_path,
3143
3229
  :max_results,
3144
3230
  :next_token)
3231
+ SENSITIVE = []
3145
3232
  include Aws::Structure
3146
3233
  end
3147
3234
 
@@ -3161,6 +3248,7 @@ module Aws::CodeCommit
3161
3248
  class GetDifferencesOutput < Struct.new(
3162
3249
  :differences,
3163
3250
  :next_token)
3251
+ SENSITIVE = []
3164
3252
  include Aws::Structure
3165
3253
  end
3166
3254
 
@@ -3196,6 +3284,7 @@ module Aws::CodeCommit
3196
3284
  :repository_name,
3197
3285
  :commit_specifier,
3198
3286
  :file_path)
3287
+ SENSITIVE = []
3199
3288
  include Aws::Structure
3200
3289
  end
3201
3290
 
@@ -3242,6 +3331,7 @@ module Aws::CodeCommit
3242
3331
  :file_mode,
3243
3332
  :file_size,
3244
3333
  :file_content)
3334
+ SENSITIVE = []
3245
3335
  include Aws::Structure
3246
3336
  end
3247
3337
 
@@ -3279,6 +3369,7 @@ module Aws::CodeCommit
3279
3369
  :repository_name,
3280
3370
  :commit_specifier,
3281
3371
  :folder_path)
3372
+ SENSITIVE = []
3282
3373
  include Aws::Structure
3283
3374
  end
3284
3375
 
@@ -3323,6 +3414,7 @@ module Aws::CodeCommit
3323
3414
  :files,
3324
3415
  :symbolic_links,
3325
3416
  :sub_modules)
3417
+ SENSITIVE = []
3326
3418
  include Aws::Structure
3327
3419
  end
3328
3420
 
@@ -3375,6 +3467,7 @@ module Aws::CodeCommit
3375
3467
  :destination_commit_specifier,
3376
3468
  :conflict_detail_level,
3377
3469
  :conflict_resolution_strategy)
3470
+ SENSITIVE = []
3378
3471
  include Aws::Structure
3379
3472
  end
3380
3473
 
@@ -3405,6 +3498,7 @@ module Aws::CodeCommit
3405
3498
  :destination_commit_id,
3406
3499
  :base_commit_id,
3407
3500
  :merged_commit_id)
3501
+ SENSITIVE = []
3408
3502
  include Aws::Structure
3409
3503
  end
3410
3504
 
@@ -3475,6 +3569,7 @@ module Aws::CodeCommit
3475
3569
  :max_conflict_files,
3476
3570
  :conflict_resolution_strategy,
3477
3571
  :next_token)
3572
+ SENSITIVE = []
3478
3573
  include Aws::Structure
3479
3574
  end
3480
3575
 
@@ -3516,6 +3611,7 @@ module Aws::CodeCommit
3516
3611
  :base_commit_id,
3517
3612
  :conflict_metadata_list,
3518
3613
  :next_token)
3614
+ SENSITIVE = []
3519
3615
  include Aws::Structure
3520
3616
  end
3521
3617
 
@@ -3568,6 +3664,7 @@ module Aws::CodeCommit
3568
3664
  :destination_commit_specifier,
3569
3665
  :conflict_detail_level,
3570
3666
  :conflict_resolution_strategy)
3667
+ SENSITIVE = []
3571
3668
  include Aws::Structure
3572
3669
  end
3573
3670
 
@@ -3596,6 +3693,7 @@ module Aws::CodeCommit
3596
3693
  :source_commit_id,
3597
3694
  :destination_commit_id,
3598
3695
  :base_commit_id)
3696
+ SENSITIVE = []
3599
3697
  include Aws::Structure
3600
3698
  end
3601
3699
 
@@ -3620,6 +3718,7 @@ module Aws::CodeCommit
3620
3718
  class GetPullRequestApprovalStatesInput < Struct.new(
3621
3719
  :pull_request_id,
3622
3720
  :revision_id)
3721
+ SENSITIVE = []
3623
3722
  include Aws::Structure
3624
3723
  end
3625
3724
 
@@ -3631,6 +3730,7 @@ module Aws::CodeCommit
3631
3730
  #
3632
3731
  class GetPullRequestApprovalStatesOutput < Struct.new(
3633
3732
  :approvals)
3733
+ SENSITIVE = []
3634
3734
  include Aws::Structure
3635
3735
  end
3636
3736
 
@@ -3650,6 +3750,7 @@ module Aws::CodeCommit
3650
3750
  #
3651
3751
  class GetPullRequestInput < Struct.new(
3652
3752
  :pull_request_id)
3753
+ SENSITIVE = []
3653
3754
  include Aws::Structure
3654
3755
  end
3655
3756
 
@@ -3661,6 +3762,7 @@ module Aws::CodeCommit
3661
3762
  #
3662
3763
  class GetPullRequestOutput < Struct.new(
3663
3764
  :pull_request)
3765
+ SENSITIVE = []
3664
3766
  include Aws::Structure
3665
3767
  end
3666
3768
 
@@ -3687,6 +3789,7 @@ module Aws::CodeCommit
3687
3789
  class GetPullRequestOverrideStateInput < Struct.new(
3688
3790
  :pull_request_id,
3689
3791
  :revision_id)
3792
+ SENSITIVE = []
3690
3793
  include Aws::Structure
3691
3794
  end
3692
3795
 
@@ -3706,6 +3809,7 @@ module Aws::CodeCommit
3706
3809
  class GetPullRequestOverrideStateOutput < Struct.new(
3707
3810
  :overridden,
3708
3811
  :overrider)
3812
+ SENSITIVE = []
3709
3813
  include Aws::Structure
3710
3814
  end
3711
3815
 
@@ -3726,6 +3830,7 @@ module Aws::CodeCommit
3726
3830
  #
3727
3831
  class GetRepositoryInput < Struct.new(
3728
3832
  :repository_name)
3833
+ SENSITIVE = []
3729
3834
  include Aws::Structure
3730
3835
  end
3731
3836
 
@@ -3739,6 +3844,7 @@ module Aws::CodeCommit
3739
3844
  #
3740
3845
  class GetRepositoryOutput < Struct.new(
3741
3846
  :repository_metadata)
3847
+ SENSITIVE = []
3742
3848
  include Aws::Structure
3743
3849
  end
3744
3850
 
@@ -3759,6 +3865,7 @@ module Aws::CodeCommit
3759
3865
  #
3760
3866
  class GetRepositoryTriggersInput < Struct.new(
3761
3867
  :repository_name)
3868
+ SENSITIVE = []
3762
3869
  include Aws::Structure
3763
3870
  end
3764
3871
 
@@ -3777,6 +3884,7 @@ module Aws::CodeCommit
3777
3884
  class GetRepositoryTriggersOutput < Struct.new(
3778
3885
  :configuration_id,
3779
3886
  :triggers)
3887
+ SENSITIVE = []
3780
3888
  include Aws::Structure
3781
3889
  end
3782
3890
 
@@ -4252,6 +4360,7 @@ module Aws::CodeCommit
4252
4360
  :source,
4253
4361
  :destination,
4254
4362
  :base)
4363
+ SENSITIVE = []
4255
4364
  include Aws::Structure
4256
4365
  end
4257
4366
 
@@ -4278,6 +4387,7 @@ module Aws::CodeCommit
4278
4387
  class ListApprovalRuleTemplatesInput < Struct.new(
4279
4388
  :next_token,
4280
4389
  :max_results)
4390
+ SENSITIVE = []
4281
4391
  include Aws::Structure
4282
4392
  end
4283
4393
 
@@ -4296,6 +4406,7 @@ module Aws::CodeCommit
4296
4406
  class ListApprovalRuleTemplatesOutput < Struct.new(
4297
4407
  :approval_rule_template_names,
4298
4408
  :next_token)
4409
+ SENSITIVE = []
4299
4410
  include Aws::Structure
4300
4411
  end
4301
4412
 
@@ -4329,6 +4440,7 @@ module Aws::CodeCommit
4329
4440
  :repository_name,
4330
4441
  :next_token,
4331
4442
  :max_results)
4443
+ SENSITIVE = []
4332
4444
  include Aws::Structure
4333
4445
  end
4334
4446
 
@@ -4347,6 +4459,7 @@ module Aws::CodeCommit
4347
4459
  class ListAssociatedApprovalRuleTemplatesForRepositoryOutput < Struct.new(
4348
4460
  :approval_rule_template_names,
4349
4461
  :next_token)
4462
+ SENSITIVE = []
4350
4463
  include Aws::Structure
4351
4464
  end
4352
4465
 
@@ -4373,6 +4486,7 @@ module Aws::CodeCommit
4373
4486
  class ListBranchesInput < Struct.new(
4374
4487
  :repository_name,
4375
4488
  :next_token)
4489
+ SENSITIVE = []
4376
4490
  include Aws::Structure
4377
4491
  end
4378
4492
 
@@ -4391,6 +4505,7 @@ module Aws::CodeCommit
4391
4505
  class ListBranchesOutput < Struct.new(
4392
4506
  :branches,
4393
4507
  :next_token)
4508
+ SENSITIVE = []
4394
4509
  include Aws::Structure
4395
4510
  end
4396
4511
 
@@ -4438,6 +4553,7 @@ module Aws::CodeCommit
4438
4553
  :pull_request_status,
4439
4554
  :next_token,
4440
4555
  :max_results)
4556
+ SENSITIVE = []
4441
4557
  include Aws::Structure
4442
4558
  end
4443
4559
 
@@ -4455,6 +4571,7 @@ module Aws::CodeCommit
4455
4571
  class ListPullRequestsOutput < Struct.new(
4456
4572
  :pull_request_ids,
4457
4573
  :next_token)
4574
+ SENSITIVE = []
4458
4575
  include Aws::Structure
4459
4576
  end
4460
4577
 
@@ -4488,6 +4605,7 @@ module Aws::CodeCommit
4488
4605
  :approval_rule_template_name,
4489
4606
  :next_token,
4490
4607
  :max_results)
4608
+ SENSITIVE = []
4491
4609
  include Aws::Structure
4492
4610
  end
4493
4611
 
@@ -4506,6 +4624,7 @@ module Aws::CodeCommit
4506
4624
  class ListRepositoriesForApprovalRuleTemplateOutput < Struct.new(
4507
4625
  :repository_names,
4508
4626
  :next_token)
4627
+ SENSITIVE = []
4509
4628
  include Aws::Structure
4510
4629
  end
4511
4630
 
@@ -4543,6 +4662,7 @@ module Aws::CodeCommit
4543
4662
  :next_token,
4544
4663
  :sort_by,
4545
4664
  :order)
4665
+ SENSITIVE = []
4546
4666
  include Aws::Structure
4547
4667
  end
4548
4668
 
@@ -4564,6 +4684,7 @@ module Aws::CodeCommit
4564
4684
  class ListRepositoriesOutput < Struct.new(
4565
4685
  :repositories,
4566
4686
  :next_token)
4687
+ SENSITIVE = []
4567
4688
  include Aws::Structure
4568
4689
  end
4569
4690
 
@@ -4590,6 +4711,7 @@ module Aws::CodeCommit
4590
4711
  class ListTagsForResourceInput < Struct.new(
4591
4712
  :resource_arn,
4592
4713
  :next_token)
4714
+ SENSITIVE = []
4593
4715
  include Aws::Structure
4594
4716
  end
4595
4717
 
@@ -4608,6 +4730,7 @@ module Aws::CodeCommit
4608
4730
  class ListTagsForResourceOutput < Struct.new(
4609
4731
  :tags,
4610
4732
  :next_token)
4733
+ SENSITIVE = []
4611
4734
  include Aws::Structure
4612
4735
  end
4613
4736
 
@@ -4643,6 +4766,7 @@ module Aws::CodeCommit
4643
4766
  :file_path,
4644
4767
  :file_position,
4645
4768
  :relative_file_version)
4769
+ SENSITIVE = []
4646
4770
  include Aws::Structure
4647
4771
  end
4648
4772
 
@@ -4759,6 +4883,7 @@ module Aws::CodeCommit
4759
4883
  :source_commit_specifier,
4760
4884
  :destination_commit_specifier,
4761
4885
  :target_branch)
4886
+ SENSITIVE = []
4762
4887
  include Aws::Structure
4763
4888
  end
4764
4889
 
@@ -4775,6 +4900,7 @@ module Aws::CodeCommit
4775
4900
  class MergeBranchesByFastForwardOutput < Struct.new(
4776
4901
  :commit_id,
4777
4902
  :tree_id)
4903
+ SENSITIVE = []
4778
4904
  include Aws::Structure
4779
4905
  end
4780
4906
 
@@ -4888,6 +5014,7 @@ module Aws::CodeCommit
4888
5014
  :commit_message,
4889
5015
  :keep_empty_folders,
4890
5016
  :conflict_resolution)
5017
+ SENSITIVE = []
4891
5018
  include Aws::Structure
4892
5019
  end
4893
5020
 
@@ -4904,6 +5031,7 @@ module Aws::CodeCommit
4904
5031
  class MergeBranchesBySquashOutput < Struct.new(
4905
5032
  :commit_id,
4906
5033
  :tree_id)
5034
+ SENSITIVE = []
4907
5035
  include Aws::Structure
4908
5036
  end
4909
5037
 
@@ -5017,6 +5145,7 @@ module Aws::CodeCommit
5017
5145
  :commit_message,
5018
5146
  :keep_empty_folders,
5019
5147
  :conflict_resolution)
5148
+ SENSITIVE = []
5020
5149
  include Aws::Structure
5021
5150
  end
5022
5151
 
@@ -5033,6 +5162,7 @@ module Aws::CodeCommit
5033
5162
  class MergeBranchesByThreeWayOutput < Struct.new(
5034
5163
  :commit_id,
5035
5164
  :tree_id)
5165
+ SENSITIVE = []
5036
5166
  include Aws::Structure
5037
5167
  end
5038
5168
 
@@ -5069,6 +5199,7 @@ module Aws::CodeCommit
5069
5199
  :source,
5070
5200
  :destination,
5071
5201
  :base)
5202
+ SENSITIVE = []
5072
5203
  include Aws::Structure
5073
5204
  end
5074
5205
 
@@ -5094,6 +5225,7 @@ module Aws::CodeCommit
5094
5225
  :start_line,
5095
5226
  :end_line,
5096
5227
  :hunk_content)
5228
+ SENSITIVE = []
5097
5229
  include Aws::Structure
5098
5230
  end
5099
5231
 
@@ -5123,6 +5255,7 @@ module Aws::CodeCommit
5123
5255
  :merged_by,
5124
5256
  :merge_commit_id,
5125
5257
  :merge_option)
5258
+ SENSITIVE = []
5126
5259
  include Aws::Structure
5127
5260
  end
5128
5261
 
@@ -5143,6 +5276,7 @@ module Aws::CodeCommit
5143
5276
  class MergeOperations < Struct.new(
5144
5277
  :source,
5145
5278
  :destination)
5279
+ SENSITIVE = []
5146
5280
  include Aws::Structure
5147
5281
  end
5148
5282
 
@@ -5183,6 +5317,7 @@ module Aws::CodeCommit
5183
5317
  :pull_request_id,
5184
5318
  :repository_name,
5185
5319
  :source_commit_id)
5320
+ SENSITIVE = []
5186
5321
  include Aws::Structure
5187
5322
  end
5188
5323
 
@@ -5194,6 +5329,7 @@ module Aws::CodeCommit
5194
5329
  #
5195
5330
  class MergePullRequestByFastForwardOutput < Struct.new(
5196
5331
  :pull_request)
5332
+ SENSITIVE = []
5197
5333
  include Aws::Structure
5198
5334
  end
5199
5335
 
@@ -5303,6 +5439,7 @@ module Aws::CodeCommit
5303
5439
  :email,
5304
5440
  :keep_empty_folders,
5305
5441
  :conflict_resolution)
5442
+ SENSITIVE = []
5306
5443
  include Aws::Structure
5307
5444
  end
5308
5445
 
@@ -5314,6 +5451,7 @@ module Aws::CodeCommit
5314
5451
  #
5315
5452
  class MergePullRequestBySquashOutput < Struct.new(
5316
5453
  :pull_request)
5454
+ SENSITIVE = []
5317
5455
  include Aws::Structure
5318
5456
  end
5319
5457
 
@@ -5423,6 +5561,7 @@ module Aws::CodeCommit
5423
5561
  :email,
5424
5562
  :keep_empty_folders,
5425
5563
  :conflict_resolution)
5564
+ SENSITIVE = []
5426
5565
  include Aws::Structure
5427
5566
  end
5428
5567
 
@@ -5434,6 +5573,7 @@ module Aws::CodeCommit
5434
5573
  #
5435
5574
  class MergePullRequestByThreeWayOutput < Struct.new(
5436
5575
  :pull_request)
5576
+ SENSITIVE = []
5437
5577
  include Aws::Structure
5438
5578
  end
5439
5579
 
@@ -5501,6 +5641,7 @@ module Aws::CodeCommit
5501
5641
  :source,
5502
5642
  :destination,
5503
5643
  :base)
5644
+ SENSITIVE = []
5504
5645
  include Aws::Structure
5505
5646
  end
5506
5647
 
@@ -5520,6 +5661,7 @@ module Aws::CodeCommit
5520
5661
  class OriginApprovalRuleTemplate < Struct.new(
5521
5662
  :approval_rule_template_id,
5522
5663
  :approval_rule_template_name)
5664
+ SENSITIVE = []
5523
5665
  include Aws::Structure
5524
5666
  end
5525
5667
 
@@ -5563,6 +5705,7 @@ module Aws::CodeCommit
5563
5705
  :pull_request_id,
5564
5706
  :revision_id,
5565
5707
  :override_status)
5708
+ SENSITIVE = []
5566
5709
  include Aws::Structure
5567
5710
  end
5568
5711
 
@@ -5669,6 +5812,7 @@ module Aws::CodeCommit
5669
5812
  :location,
5670
5813
  :content,
5671
5814
  :client_request_token)
5815
+ SENSITIVE = []
5672
5816
  include Aws::Structure
5673
5817
  end
5674
5818
 
@@ -5716,6 +5860,7 @@ module Aws::CodeCommit
5716
5860
  :after_blob_id,
5717
5861
  :location,
5718
5862
  :comment)
5863
+ SENSITIVE = []
5719
5864
  include Aws::Structure
5720
5865
  end
5721
5866
 
@@ -5789,6 +5934,7 @@ module Aws::CodeCommit
5789
5934
  :location,
5790
5935
  :content,
5791
5936
  :client_request_token)
5937
+ SENSITIVE = []
5792
5938
  include Aws::Structure
5793
5939
  end
5794
5940
 
@@ -5841,6 +5987,7 @@ module Aws::CodeCommit
5841
5987
  :after_blob_id,
5842
5988
  :location,
5843
5989
  :comment)
5990
+ SENSITIVE = []
5844
5991
  include Aws::Structure
5845
5992
  end
5846
5993
 
@@ -5880,6 +6027,7 @@ module Aws::CodeCommit
5880
6027
  :in_reply_to,
5881
6028
  :client_request_token,
5882
6029
  :content)
6030
+ SENSITIVE = []
5883
6031
  include Aws::Structure
5884
6032
  end
5885
6033
 
@@ -5891,6 +6039,7 @@ module Aws::CodeCommit
5891
6039
  #
5892
6040
  class PostCommentReplyOutput < Struct.new(
5893
6041
  :comment)
6042
+ SENSITIVE = []
5894
6043
  include Aws::Structure
5895
6044
  end
5896
6045
 
@@ -5966,6 +6115,7 @@ module Aws::CodeCommit
5966
6115
  :client_request_token,
5967
6116
  :revision_id,
5968
6117
  :approval_rules)
6118
+ SENSITIVE = []
5969
6119
  include Aws::Structure
5970
6120
  end
5971
6121
 
@@ -6020,6 +6170,7 @@ module Aws::CodeCommit
6020
6170
  :source_commit_id,
6021
6171
  :destination_commit_id,
6022
6172
  :merge_base)
6173
+ SENSITIVE = []
6023
6174
  include Aws::Structure
6024
6175
  end
6025
6176
 
@@ -6099,6 +6250,7 @@ module Aws::CodeCommit
6099
6250
  :approval_rule_event_metadata,
6100
6251
  :approval_state_changed_event_metadata,
6101
6252
  :approval_rule_overridden_event_metadata)
6253
+ SENSITIVE = []
6102
6254
  include Aws::Structure
6103
6255
  end
6104
6256
 
@@ -6129,6 +6281,7 @@ module Aws::CodeCommit
6129
6281
  :repository_name,
6130
6282
  :destination_reference,
6131
6283
  :merge_metadata)
6284
+ SENSITIVE = []
6132
6285
  include Aws::Structure
6133
6286
  end
6134
6287
 
@@ -6160,6 +6313,7 @@ module Aws::CodeCommit
6160
6313
  :before_commit_id,
6161
6314
  :after_commit_id,
6162
6315
  :merge_base)
6316
+ SENSITIVE = []
6163
6317
  include Aws::Structure
6164
6318
  end
6165
6319
 
@@ -6173,6 +6327,7 @@ module Aws::CodeCommit
6173
6327
  #
6174
6328
  class PullRequestStatusChangedEventMetadata < Struct.new(
6175
6329
  :pull_request_status)
6330
+ SENSITIVE = []
6176
6331
  include Aws::Structure
6177
6332
  end
6178
6333
 
@@ -6231,6 +6386,7 @@ module Aws::CodeCommit
6231
6386
  :source_commit,
6232
6387
  :merge_base,
6233
6388
  :merge_metadata)
6389
+ SENSITIVE = []
6234
6390
  include Aws::Structure
6235
6391
  end
6236
6392
 
@@ -6276,6 +6432,7 @@ module Aws::CodeCommit
6276
6432
  :file_mode,
6277
6433
  :file_content,
6278
6434
  :source_file)
6435
+ SENSITIVE = []
6279
6436
  include Aws::Structure
6280
6437
  end
6281
6438
 
@@ -6368,6 +6525,7 @@ module Aws::CodeCommit
6368
6525
  :commit_message,
6369
6526
  :name,
6370
6527
  :email)
6528
+ SENSITIVE = []
6371
6529
  include Aws::Structure
6372
6530
  end
6373
6531
 
@@ -6390,6 +6548,7 @@ module Aws::CodeCommit
6390
6548
  :commit_id,
6391
6549
  :blob_id,
6392
6550
  :tree_id)
6551
+ SENSITIVE = []
6393
6552
  include Aws::Structure
6394
6553
  end
6395
6554
 
@@ -6425,6 +6584,7 @@ module Aws::CodeCommit
6425
6584
  class PutRepositoryTriggersInput < Struct.new(
6426
6585
  :repository_name,
6427
6586
  :triggers)
6587
+ SENSITIVE = []
6428
6588
  include Aws::Structure
6429
6589
  end
6430
6590
 
@@ -6438,6 +6598,7 @@ module Aws::CodeCommit
6438
6598
  #
6439
6599
  class PutRepositoryTriggersOutput < Struct.new(
6440
6600
  :configuration_id)
6601
+ SENSITIVE = []
6441
6602
  include Aws::Structure
6442
6603
  end
6443
6604
 
@@ -6498,6 +6659,7 @@ module Aws::CodeCommit
6498
6659
  :replacement_type,
6499
6660
  :content,
6500
6661
  :file_mode)
6662
+ SENSITIVE = []
6501
6663
  include Aws::Structure
6502
6664
  end
6503
6665
 
@@ -6582,6 +6744,7 @@ module Aws::CodeCommit
6582
6744
  :clone_url_http,
6583
6745
  :clone_url_ssh,
6584
6746
  :arn)
6747
+ SENSITIVE = []
6585
6748
  include Aws::Structure
6586
6749
  end
6587
6750
 
@@ -6606,6 +6769,7 @@ module Aws::CodeCommit
6606
6769
  class RepositoryNameIdPair < Struct.new(
6607
6770
  :repository_name,
6608
6771
  :repository_id)
6772
+ SENSITIVE = []
6609
6773
  include Aws::Structure
6610
6774
  end
6611
6775
 
@@ -6684,6 +6848,7 @@ module Aws::CodeCommit
6684
6848
  :custom_data,
6685
6849
  :branches,
6686
6850
  :events)
6851
+ SENSITIVE = []
6687
6852
  include Aws::Structure
6688
6853
  end
6689
6854
 
@@ -6722,6 +6887,7 @@ module Aws::CodeCommit
6722
6887
  class RepositoryTriggerExecutionFailure < Struct.new(
6723
6888
  :trigger,
6724
6889
  :failure_message)
6890
+ SENSITIVE = []
6725
6891
  include Aws::Structure
6726
6892
  end
6727
6893
 
@@ -6812,6 +6978,7 @@ module Aws::CodeCommit
6812
6978
  class SetFileModeEntry < Struct.new(
6813
6979
  :file_path,
6814
6980
  :file_mode)
6981
+ SENSITIVE = []
6815
6982
  include Aws::Structure
6816
6983
  end
6817
6984
 
@@ -6854,6 +7021,7 @@ module Aws::CodeCommit
6854
7021
  class SourceFileSpecifier < Struct.new(
6855
7022
  :file_path,
6856
7023
  :is_move)
7024
+ SENSITIVE = []
6857
7025
  include Aws::Structure
6858
7026
  end
6859
7027
 
@@ -6880,6 +7048,7 @@ module Aws::CodeCommit
6880
7048
  :commit_id,
6881
7049
  :absolute_path,
6882
7050
  :relative_path)
7051
+ SENSITIVE = []
6883
7052
  include Aws::Structure
6884
7053
  end
6885
7054
 
@@ -6911,6 +7080,7 @@ module Aws::CodeCommit
6911
7080
  :absolute_path,
6912
7081
  :relative_path,
6913
7082
  :file_mode)
7083
+ SENSITIVE = []
6914
7084
  include Aws::Structure
6915
7085
  end
6916
7086
 
@@ -6950,6 +7120,7 @@ module Aws::CodeCommit
6950
7120
  class TagResourceInput < Struct.new(
6951
7121
  :resource_arn,
6952
7122
  :tags)
7123
+ SENSITIVE = []
6953
7124
  include Aws::Structure
6954
7125
  end
6955
7126
 
@@ -6990,6 +7161,7 @@ module Aws::CodeCommit
6990
7161
  :repository_name,
6991
7162
  :source_reference,
6992
7163
  :destination_reference)
7164
+ SENSITIVE = []
6993
7165
  include Aws::Structure
6994
7166
  end
6995
7167
 
@@ -7038,6 +7210,7 @@ module Aws::CodeCommit
7038
7210
  class TestRepositoryTriggersInput < Struct.new(
7039
7211
  :repository_name,
7040
7212
  :triggers)
7213
+ SENSITIVE = []
7041
7214
  include Aws::Structure
7042
7215
  end
7043
7216
 
@@ -7059,6 +7232,7 @@ module Aws::CodeCommit
7059
7232
  class TestRepositoryTriggersOutput < Struct.new(
7060
7233
  :successful_executions,
7061
7234
  :failed_executions)
7235
+ SENSITIVE = []
7062
7236
  include Aws::Structure
7063
7237
  end
7064
7238
 
@@ -7114,6 +7288,7 @@ module Aws::CodeCommit
7114
7288
  class UntagResourceInput < Struct.new(
7115
7289
  :resource_arn,
7116
7290
  :tag_keys)
7291
+ SENSITIVE = []
7117
7292
  include Aws::Structure
7118
7293
  end
7119
7294
 
@@ -7147,6 +7322,7 @@ module Aws::CodeCommit
7147
7322
  :approval_rule_template_name,
7148
7323
  :new_rule_content,
7149
7324
  :existing_rule_content_sha_256)
7325
+ SENSITIVE = []
7150
7326
  include Aws::Structure
7151
7327
  end
7152
7328
 
@@ -7158,6 +7334,7 @@ module Aws::CodeCommit
7158
7334
  #
7159
7335
  class UpdateApprovalRuleTemplateContentOutput < Struct.new(
7160
7336
  :approval_rule_template)
7337
+ SENSITIVE = []
7161
7338
  include Aws::Structure
7162
7339
  end
7163
7340
 
@@ -7183,6 +7360,7 @@ module Aws::CodeCommit
7183
7360
  class UpdateApprovalRuleTemplateDescriptionInput < Struct.new(
7184
7361
  :approval_rule_template_name,
7185
7362
  :approval_rule_template_description)
7363
+ SENSITIVE = []
7186
7364
  include Aws::Structure
7187
7365
  end
7188
7366
 
@@ -7194,6 +7372,7 @@ module Aws::CodeCommit
7194
7372
  #
7195
7373
  class UpdateApprovalRuleTemplateDescriptionOutput < Struct.new(
7196
7374
  :approval_rule_template)
7375
+ SENSITIVE = []
7197
7376
  include Aws::Structure
7198
7377
  end
7199
7378
 
@@ -7218,6 +7397,7 @@ module Aws::CodeCommit
7218
7397
  class UpdateApprovalRuleTemplateNameInput < Struct.new(
7219
7398
  :old_approval_rule_template_name,
7220
7399
  :new_approval_rule_template_name)
7400
+ SENSITIVE = []
7221
7401
  include Aws::Structure
7222
7402
  end
7223
7403
 
@@ -7229,6 +7409,7 @@ module Aws::CodeCommit
7229
7409
  #
7230
7410
  class UpdateApprovalRuleTemplateNameOutput < Struct.new(
7231
7411
  :approval_rule_template)
7412
+ SENSITIVE = []
7232
7413
  include Aws::Structure
7233
7414
  end
7234
7415
 
@@ -7255,6 +7436,7 @@ module Aws::CodeCommit
7255
7436
  class UpdateCommentInput < Struct.new(
7256
7437
  :comment_id,
7257
7438
  :content)
7439
+ SENSITIVE = []
7258
7440
  include Aws::Structure
7259
7441
  end
7260
7442
 
@@ -7266,6 +7448,7 @@ module Aws::CodeCommit
7266
7448
  #
7267
7449
  class UpdateCommentOutput < Struct.new(
7268
7450
  :comment)
7451
+ SENSITIVE = []
7269
7452
  include Aws::Structure
7270
7453
  end
7271
7454
 
@@ -7292,6 +7475,7 @@ module Aws::CodeCommit
7292
7475
  class UpdateDefaultBranchInput < Struct.new(
7293
7476
  :repository_name,
7294
7477
  :default_branch_name)
7478
+ SENSITIVE = []
7295
7479
  include Aws::Structure
7296
7480
  end
7297
7481
 
@@ -7365,6 +7549,7 @@ module Aws::CodeCommit
7365
7549
  :approval_rule_name,
7366
7550
  :existing_rule_content_sha_256,
7367
7551
  :new_rule_content)
7552
+ SENSITIVE = []
7368
7553
  include Aws::Structure
7369
7554
  end
7370
7555
 
@@ -7376,6 +7561,7 @@ module Aws::CodeCommit
7376
7561
  #
7377
7562
  class UpdatePullRequestApprovalRuleContentOutput < Struct.new(
7378
7563
  :approval_rule)
7564
+ SENSITIVE = []
7379
7565
  include Aws::Structure
7380
7566
  end
7381
7567
 
@@ -7406,6 +7592,7 @@ module Aws::CodeCommit
7406
7592
  :pull_request_id,
7407
7593
  :revision_id,
7408
7594
  :approval_state)
7595
+ SENSITIVE = []
7409
7596
  include Aws::Structure
7410
7597
  end
7411
7598
 
@@ -7432,6 +7619,7 @@ module Aws::CodeCommit
7432
7619
  class UpdatePullRequestDescriptionInput < Struct.new(
7433
7620
  :pull_request_id,
7434
7621
  :description)
7622
+ SENSITIVE = []
7435
7623
  include Aws::Structure
7436
7624
  end
7437
7625
 
@@ -7443,6 +7631,7 @@ module Aws::CodeCommit
7443
7631
  #
7444
7632
  class UpdatePullRequestDescriptionOutput < Struct.new(
7445
7633
  :pull_request)
7634
+ SENSITIVE = []
7446
7635
  include Aws::Structure
7447
7636
  end
7448
7637
 
@@ -7470,6 +7659,7 @@ module Aws::CodeCommit
7470
7659
  class UpdatePullRequestStatusInput < Struct.new(
7471
7660
  :pull_request_id,
7472
7661
  :pull_request_status)
7662
+ SENSITIVE = []
7473
7663
  include Aws::Structure
7474
7664
  end
7475
7665
 
@@ -7481,6 +7671,7 @@ module Aws::CodeCommit
7481
7671
  #
7482
7672
  class UpdatePullRequestStatusOutput < Struct.new(
7483
7673
  :pull_request)
7674
+ SENSITIVE = []
7484
7675
  include Aws::Structure
7485
7676
  end
7486
7677
 
@@ -7507,6 +7698,7 @@ module Aws::CodeCommit
7507
7698
  class UpdatePullRequestTitleInput < Struct.new(
7508
7699
  :pull_request_id,
7509
7700
  :title)
7701
+ SENSITIVE = []
7510
7702
  include Aws::Structure
7511
7703
  end
7512
7704
 
@@ -7518,6 +7710,7 @@ module Aws::CodeCommit
7518
7710
  #
7519
7711
  class UpdatePullRequestTitleOutput < Struct.new(
7520
7712
  :pull_request)
7713
+ SENSITIVE = []
7521
7714
  include Aws::Structure
7522
7715
  end
7523
7716
 
@@ -7546,6 +7739,7 @@ module Aws::CodeCommit
7546
7739
  class UpdateRepositoryDescriptionInput < Struct.new(
7547
7740
  :repository_name,
7548
7741
  :repository_description)
7742
+ SENSITIVE = []
7549
7743
  include Aws::Structure
7550
7744
  end
7551
7745
 
@@ -7572,6 +7766,7 @@ module Aws::CodeCommit
7572
7766
  class UpdateRepositoryNameInput < Struct.new(
7573
7767
  :old_name,
7574
7768
  :new_name)
7769
+ SENSITIVE = []
7575
7770
  include Aws::Structure
7576
7771
  end
7577
7772
 
@@ -7597,6 +7792,7 @@ module Aws::CodeCommit
7597
7792
  :name,
7598
7793
  :email,
7599
7794
  :date)
7795
+ SENSITIVE = []
7600
7796
  include Aws::Structure
7601
7797
  end
7602
7798