@aws-sdk/client-codecommit 3.490.0 → 3.496.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.
Files changed (108) hide show
  1. package/dist-cjs/CodeCommit.js +1 -169
  2. package/dist-cjs/CodeCommitClient.js +1 -43
  3. package/dist-cjs/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +1 -28
  4. package/dist-cjs/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +1 -28
  5. package/dist-cjs/commands/BatchDescribeMergeConflictsCommand.js +1 -28
  6. package/dist-cjs/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +1 -28
  7. package/dist-cjs/commands/BatchGetCommitsCommand.js +1 -28
  8. package/dist-cjs/commands/BatchGetRepositoriesCommand.js +1 -28
  9. package/dist-cjs/commands/CreateApprovalRuleTemplateCommand.js +1 -28
  10. package/dist-cjs/commands/CreateBranchCommand.js +1 -28
  11. package/dist-cjs/commands/CreateCommitCommand.js +1 -28
  12. package/dist-cjs/commands/CreatePullRequestApprovalRuleCommand.js +1 -28
  13. package/dist-cjs/commands/CreatePullRequestCommand.js +1 -28
  14. package/dist-cjs/commands/CreateRepositoryCommand.js +1 -28
  15. package/dist-cjs/commands/CreateUnreferencedMergeCommitCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteApprovalRuleTemplateCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteBranchCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteCommentContentCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteFileCommand.js +1 -28
  20. package/dist-cjs/commands/DeletePullRequestApprovalRuleCommand.js +1 -28
  21. package/dist-cjs/commands/DeleteRepositoryCommand.js +1 -28
  22. package/dist-cjs/commands/DescribeMergeConflictsCommand.js +1 -28
  23. package/dist-cjs/commands/DescribePullRequestEventsCommand.js +1 -28
  24. package/dist-cjs/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +1 -28
  25. package/dist-cjs/commands/EvaluatePullRequestApprovalRulesCommand.js +1 -28
  26. package/dist-cjs/commands/GetApprovalRuleTemplateCommand.js +1 -28
  27. package/dist-cjs/commands/GetBlobCommand.js +1 -28
  28. package/dist-cjs/commands/GetBranchCommand.js +1 -28
  29. package/dist-cjs/commands/GetCommentCommand.js +1 -28
  30. package/dist-cjs/commands/GetCommentReactionsCommand.js +1 -28
  31. package/dist-cjs/commands/GetCommentsForComparedCommitCommand.js +1 -28
  32. package/dist-cjs/commands/GetCommentsForPullRequestCommand.js +1 -28
  33. package/dist-cjs/commands/GetCommitCommand.js +1 -28
  34. package/dist-cjs/commands/GetDifferencesCommand.js +1 -28
  35. package/dist-cjs/commands/GetFileCommand.js +1 -28
  36. package/dist-cjs/commands/GetFolderCommand.js +1 -28
  37. package/dist-cjs/commands/GetMergeCommitCommand.js +1 -28
  38. package/dist-cjs/commands/GetMergeConflictsCommand.js +1 -28
  39. package/dist-cjs/commands/GetMergeOptionsCommand.js +1 -28
  40. package/dist-cjs/commands/GetPullRequestApprovalStatesCommand.js +1 -28
  41. package/dist-cjs/commands/GetPullRequestCommand.js +1 -28
  42. package/dist-cjs/commands/GetPullRequestOverrideStateCommand.js +1 -28
  43. package/dist-cjs/commands/GetRepositoryCommand.js +1 -28
  44. package/dist-cjs/commands/GetRepositoryTriggersCommand.js +1 -28
  45. package/dist-cjs/commands/ListApprovalRuleTemplatesCommand.js +1 -28
  46. package/dist-cjs/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +1 -28
  47. package/dist-cjs/commands/ListBranchesCommand.js +1 -28
  48. package/dist-cjs/commands/ListFileCommitHistoryCommand.js +1 -28
  49. package/dist-cjs/commands/ListPullRequestsCommand.js +1 -28
  50. package/dist-cjs/commands/ListRepositoriesCommand.js +1 -28
  51. package/dist-cjs/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +1 -28
  52. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  53. package/dist-cjs/commands/MergeBranchesByFastForwardCommand.js +1 -28
  54. package/dist-cjs/commands/MergeBranchesBySquashCommand.js +1 -28
  55. package/dist-cjs/commands/MergeBranchesByThreeWayCommand.js +1 -28
  56. package/dist-cjs/commands/MergePullRequestByFastForwardCommand.js +1 -28
  57. package/dist-cjs/commands/MergePullRequestBySquashCommand.js +1 -28
  58. package/dist-cjs/commands/MergePullRequestByThreeWayCommand.js +1 -28
  59. package/dist-cjs/commands/OverridePullRequestApprovalRulesCommand.js +1 -28
  60. package/dist-cjs/commands/PostCommentForComparedCommitCommand.js +1 -28
  61. package/dist-cjs/commands/PostCommentForPullRequestCommand.js +1 -28
  62. package/dist-cjs/commands/PostCommentReplyCommand.js +1 -28
  63. package/dist-cjs/commands/PutCommentReactionCommand.js +1 -28
  64. package/dist-cjs/commands/PutFileCommand.js +1 -28
  65. package/dist-cjs/commands/PutRepositoryTriggersCommand.js +1 -28
  66. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  67. package/dist-cjs/commands/TestRepositoryTriggersCommand.js +1 -28
  68. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  69. package/dist-cjs/commands/UpdateApprovalRuleTemplateContentCommand.js +1 -28
  70. package/dist-cjs/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +1 -28
  71. package/dist-cjs/commands/UpdateApprovalRuleTemplateNameCommand.js +1 -28
  72. package/dist-cjs/commands/UpdateCommentCommand.js +1 -28
  73. package/dist-cjs/commands/UpdateDefaultBranchCommand.js +1 -28
  74. package/dist-cjs/commands/UpdatePullRequestApprovalRuleContentCommand.js +1 -28
  75. package/dist-cjs/commands/UpdatePullRequestApprovalStateCommand.js +1 -28
  76. package/dist-cjs/commands/UpdatePullRequestDescriptionCommand.js +1 -28
  77. package/dist-cjs/commands/UpdatePullRequestStatusCommand.js +1 -28
  78. package/dist-cjs/commands/UpdatePullRequestTitleCommand.js +1 -28
  79. package/dist-cjs/commands/UpdateRepositoryDescriptionCommand.js +1 -28
  80. package/dist-cjs/commands/UpdateRepositoryEncryptionKeyCommand.js +1 -28
  81. package/dist-cjs/commands/UpdateRepositoryNameCommand.js +1 -28
  82. package/dist-cjs/commands/index.js +1 -82
  83. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  84. package/dist-cjs/extensionConfiguration.js +1 -2
  85. package/dist-cjs/index.js +13785 -11
  86. package/dist-cjs/models/CodeCommitServiceException.js +1 -12
  87. package/dist-cjs/models/index.js +1 -5
  88. package/dist-cjs/models/models_0.js +1 -1931
  89. package/dist-cjs/models/models_1.js +1 -610
  90. package/dist-cjs/pagination/DescribeMergeConflictsPaginator.js +1 -7
  91. package/dist-cjs/pagination/DescribePullRequestEventsPaginator.js +1 -7
  92. package/dist-cjs/pagination/GetCommentReactionsPaginator.js +1 -7
  93. package/dist-cjs/pagination/GetCommentsForComparedCommitPaginator.js +1 -7
  94. package/dist-cjs/pagination/GetCommentsForPullRequestPaginator.js +1 -7
  95. package/dist-cjs/pagination/GetDifferencesPaginator.js +1 -7
  96. package/dist-cjs/pagination/GetMergeConflictsPaginator.js +1 -7
  97. package/dist-cjs/pagination/Interfaces.js +1 -2
  98. package/dist-cjs/pagination/ListApprovalRuleTemplatesPaginator.js +1 -7
  99. package/dist-cjs/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.js +1 -7
  100. package/dist-cjs/pagination/ListBranchesPaginator.js +1 -7
  101. package/dist-cjs/pagination/ListFileCommitHistoryPaginator.js +1 -7
  102. package/dist-cjs/pagination/ListPullRequestsPaginator.js +1 -7
  103. package/dist-cjs/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.js +1 -7
  104. package/dist-cjs/pagination/ListRepositoriesPaginator.js +1 -7
  105. package/dist-cjs/pagination/index.js +1 -18
  106. package/dist-cjs/protocols/Aws_json1_1.js +1 -8452
  107. package/dist-cjs/runtimeExtensions.js +1 -22
  108. package/package.json +40 -40
@@ -1,169 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CodeCommit = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CodeCommitClient_1 = require("./CodeCommitClient");
6
- const AssociateApprovalRuleTemplateWithRepositoryCommand_1 = require("./commands/AssociateApprovalRuleTemplateWithRepositoryCommand");
7
- const BatchAssociateApprovalRuleTemplateWithRepositoriesCommand_1 = require("./commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand");
8
- const BatchDescribeMergeConflictsCommand_1 = require("./commands/BatchDescribeMergeConflictsCommand");
9
- const BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand_1 = require("./commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand");
10
- const BatchGetCommitsCommand_1 = require("./commands/BatchGetCommitsCommand");
11
- const BatchGetRepositoriesCommand_1 = require("./commands/BatchGetRepositoriesCommand");
12
- const CreateApprovalRuleTemplateCommand_1 = require("./commands/CreateApprovalRuleTemplateCommand");
13
- const CreateBranchCommand_1 = require("./commands/CreateBranchCommand");
14
- const CreateCommitCommand_1 = require("./commands/CreateCommitCommand");
15
- const CreatePullRequestApprovalRuleCommand_1 = require("./commands/CreatePullRequestApprovalRuleCommand");
16
- const CreatePullRequestCommand_1 = require("./commands/CreatePullRequestCommand");
17
- const CreateRepositoryCommand_1 = require("./commands/CreateRepositoryCommand");
18
- const CreateUnreferencedMergeCommitCommand_1 = require("./commands/CreateUnreferencedMergeCommitCommand");
19
- const DeleteApprovalRuleTemplateCommand_1 = require("./commands/DeleteApprovalRuleTemplateCommand");
20
- const DeleteBranchCommand_1 = require("./commands/DeleteBranchCommand");
21
- const DeleteCommentContentCommand_1 = require("./commands/DeleteCommentContentCommand");
22
- const DeleteFileCommand_1 = require("./commands/DeleteFileCommand");
23
- const DeletePullRequestApprovalRuleCommand_1 = require("./commands/DeletePullRequestApprovalRuleCommand");
24
- const DeleteRepositoryCommand_1 = require("./commands/DeleteRepositoryCommand");
25
- const DescribeMergeConflictsCommand_1 = require("./commands/DescribeMergeConflictsCommand");
26
- const DescribePullRequestEventsCommand_1 = require("./commands/DescribePullRequestEventsCommand");
27
- const DisassociateApprovalRuleTemplateFromRepositoryCommand_1 = require("./commands/DisassociateApprovalRuleTemplateFromRepositoryCommand");
28
- const EvaluatePullRequestApprovalRulesCommand_1 = require("./commands/EvaluatePullRequestApprovalRulesCommand");
29
- const GetApprovalRuleTemplateCommand_1 = require("./commands/GetApprovalRuleTemplateCommand");
30
- const GetBlobCommand_1 = require("./commands/GetBlobCommand");
31
- const GetBranchCommand_1 = require("./commands/GetBranchCommand");
32
- const GetCommentCommand_1 = require("./commands/GetCommentCommand");
33
- const GetCommentReactionsCommand_1 = require("./commands/GetCommentReactionsCommand");
34
- const GetCommentsForComparedCommitCommand_1 = require("./commands/GetCommentsForComparedCommitCommand");
35
- const GetCommentsForPullRequestCommand_1 = require("./commands/GetCommentsForPullRequestCommand");
36
- const GetCommitCommand_1 = require("./commands/GetCommitCommand");
37
- const GetDifferencesCommand_1 = require("./commands/GetDifferencesCommand");
38
- const GetFileCommand_1 = require("./commands/GetFileCommand");
39
- const GetFolderCommand_1 = require("./commands/GetFolderCommand");
40
- const GetMergeCommitCommand_1 = require("./commands/GetMergeCommitCommand");
41
- const GetMergeConflictsCommand_1 = require("./commands/GetMergeConflictsCommand");
42
- const GetMergeOptionsCommand_1 = require("./commands/GetMergeOptionsCommand");
43
- const GetPullRequestApprovalStatesCommand_1 = require("./commands/GetPullRequestApprovalStatesCommand");
44
- const GetPullRequestCommand_1 = require("./commands/GetPullRequestCommand");
45
- const GetPullRequestOverrideStateCommand_1 = require("./commands/GetPullRequestOverrideStateCommand");
46
- const GetRepositoryCommand_1 = require("./commands/GetRepositoryCommand");
47
- const GetRepositoryTriggersCommand_1 = require("./commands/GetRepositoryTriggersCommand");
48
- const ListApprovalRuleTemplatesCommand_1 = require("./commands/ListApprovalRuleTemplatesCommand");
49
- const ListAssociatedApprovalRuleTemplatesForRepositoryCommand_1 = require("./commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand");
50
- const ListBranchesCommand_1 = require("./commands/ListBranchesCommand");
51
- const ListFileCommitHistoryCommand_1 = require("./commands/ListFileCommitHistoryCommand");
52
- const ListPullRequestsCommand_1 = require("./commands/ListPullRequestsCommand");
53
- const ListRepositoriesCommand_1 = require("./commands/ListRepositoriesCommand");
54
- const ListRepositoriesForApprovalRuleTemplateCommand_1 = require("./commands/ListRepositoriesForApprovalRuleTemplateCommand");
55
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
56
- const MergeBranchesByFastForwardCommand_1 = require("./commands/MergeBranchesByFastForwardCommand");
57
- const MergeBranchesBySquashCommand_1 = require("./commands/MergeBranchesBySquashCommand");
58
- const MergeBranchesByThreeWayCommand_1 = require("./commands/MergeBranchesByThreeWayCommand");
59
- const MergePullRequestByFastForwardCommand_1 = require("./commands/MergePullRequestByFastForwardCommand");
60
- const MergePullRequestBySquashCommand_1 = require("./commands/MergePullRequestBySquashCommand");
61
- const MergePullRequestByThreeWayCommand_1 = require("./commands/MergePullRequestByThreeWayCommand");
62
- const OverridePullRequestApprovalRulesCommand_1 = require("./commands/OverridePullRequestApprovalRulesCommand");
63
- const PostCommentForComparedCommitCommand_1 = require("./commands/PostCommentForComparedCommitCommand");
64
- const PostCommentForPullRequestCommand_1 = require("./commands/PostCommentForPullRequestCommand");
65
- const PostCommentReplyCommand_1 = require("./commands/PostCommentReplyCommand");
66
- const PutCommentReactionCommand_1 = require("./commands/PutCommentReactionCommand");
67
- const PutFileCommand_1 = require("./commands/PutFileCommand");
68
- const PutRepositoryTriggersCommand_1 = require("./commands/PutRepositoryTriggersCommand");
69
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
70
- const TestRepositoryTriggersCommand_1 = require("./commands/TestRepositoryTriggersCommand");
71
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
72
- const UpdateApprovalRuleTemplateContentCommand_1 = require("./commands/UpdateApprovalRuleTemplateContentCommand");
73
- const UpdateApprovalRuleTemplateDescriptionCommand_1 = require("./commands/UpdateApprovalRuleTemplateDescriptionCommand");
74
- const UpdateApprovalRuleTemplateNameCommand_1 = require("./commands/UpdateApprovalRuleTemplateNameCommand");
75
- const UpdateCommentCommand_1 = require("./commands/UpdateCommentCommand");
76
- const UpdateDefaultBranchCommand_1 = require("./commands/UpdateDefaultBranchCommand");
77
- const UpdatePullRequestApprovalRuleContentCommand_1 = require("./commands/UpdatePullRequestApprovalRuleContentCommand");
78
- const UpdatePullRequestApprovalStateCommand_1 = require("./commands/UpdatePullRequestApprovalStateCommand");
79
- const UpdatePullRequestDescriptionCommand_1 = require("./commands/UpdatePullRequestDescriptionCommand");
80
- const UpdatePullRequestStatusCommand_1 = require("./commands/UpdatePullRequestStatusCommand");
81
- const UpdatePullRequestTitleCommand_1 = require("./commands/UpdatePullRequestTitleCommand");
82
- const UpdateRepositoryDescriptionCommand_1 = require("./commands/UpdateRepositoryDescriptionCommand");
83
- const UpdateRepositoryEncryptionKeyCommand_1 = require("./commands/UpdateRepositoryEncryptionKeyCommand");
84
- const UpdateRepositoryNameCommand_1 = require("./commands/UpdateRepositoryNameCommand");
85
- const commands = {
86
- AssociateApprovalRuleTemplateWithRepositoryCommand: AssociateApprovalRuleTemplateWithRepositoryCommand_1.AssociateApprovalRuleTemplateWithRepositoryCommand,
87
- BatchAssociateApprovalRuleTemplateWithRepositoriesCommand: BatchAssociateApprovalRuleTemplateWithRepositoriesCommand_1.BatchAssociateApprovalRuleTemplateWithRepositoriesCommand,
88
- BatchDescribeMergeConflictsCommand: BatchDescribeMergeConflictsCommand_1.BatchDescribeMergeConflictsCommand,
89
- BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand_1.BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand,
90
- BatchGetCommitsCommand: BatchGetCommitsCommand_1.BatchGetCommitsCommand,
91
- BatchGetRepositoriesCommand: BatchGetRepositoriesCommand_1.BatchGetRepositoriesCommand,
92
- CreateApprovalRuleTemplateCommand: CreateApprovalRuleTemplateCommand_1.CreateApprovalRuleTemplateCommand,
93
- CreateBranchCommand: CreateBranchCommand_1.CreateBranchCommand,
94
- CreateCommitCommand: CreateCommitCommand_1.CreateCommitCommand,
95
- CreatePullRequestCommand: CreatePullRequestCommand_1.CreatePullRequestCommand,
96
- CreatePullRequestApprovalRuleCommand: CreatePullRequestApprovalRuleCommand_1.CreatePullRequestApprovalRuleCommand,
97
- CreateRepositoryCommand: CreateRepositoryCommand_1.CreateRepositoryCommand,
98
- CreateUnreferencedMergeCommitCommand: CreateUnreferencedMergeCommitCommand_1.CreateUnreferencedMergeCommitCommand,
99
- DeleteApprovalRuleTemplateCommand: DeleteApprovalRuleTemplateCommand_1.DeleteApprovalRuleTemplateCommand,
100
- DeleteBranchCommand: DeleteBranchCommand_1.DeleteBranchCommand,
101
- DeleteCommentContentCommand: DeleteCommentContentCommand_1.DeleteCommentContentCommand,
102
- DeleteFileCommand: DeleteFileCommand_1.DeleteFileCommand,
103
- DeletePullRequestApprovalRuleCommand: DeletePullRequestApprovalRuleCommand_1.DeletePullRequestApprovalRuleCommand,
104
- DeleteRepositoryCommand: DeleteRepositoryCommand_1.DeleteRepositoryCommand,
105
- DescribeMergeConflictsCommand: DescribeMergeConflictsCommand_1.DescribeMergeConflictsCommand,
106
- DescribePullRequestEventsCommand: DescribePullRequestEventsCommand_1.DescribePullRequestEventsCommand,
107
- DisassociateApprovalRuleTemplateFromRepositoryCommand: DisassociateApprovalRuleTemplateFromRepositoryCommand_1.DisassociateApprovalRuleTemplateFromRepositoryCommand,
108
- EvaluatePullRequestApprovalRulesCommand: EvaluatePullRequestApprovalRulesCommand_1.EvaluatePullRequestApprovalRulesCommand,
109
- GetApprovalRuleTemplateCommand: GetApprovalRuleTemplateCommand_1.GetApprovalRuleTemplateCommand,
110
- GetBlobCommand: GetBlobCommand_1.GetBlobCommand,
111
- GetBranchCommand: GetBranchCommand_1.GetBranchCommand,
112
- GetCommentCommand: GetCommentCommand_1.GetCommentCommand,
113
- GetCommentReactionsCommand: GetCommentReactionsCommand_1.GetCommentReactionsCommand,
114
- GetCommentsForComparedCommitCommand: GetCommentsForComparedCommitCommand_1.GetCommentsForComparedCommitCommand,
115
- GetCommentsForPullRequestCommand: GetCommentsForPullRequestCommand_1.GetCommentsForPullRequestCommand,
116
- GetCommitCommand: GetCommitCommand_1.GetCommitCommand,
117
- GetDifferencesCommand: GetDifferencesCommand_1.GetDifferencesCommand,
118
- GetFileCommand: GetFileCommand_1.GetFileCommand,
119
- GetFolderCommand: GetFolderCommand_1.GetFolderCommand,
120
- GetMergeCommitCommand: GetMergeCommitCommand_1.GetMergeCommitCommand,
121
- GetMergeConflictsCommand: GetMergeConflictsCommand_1.GetMergeConflictsCommand,
122
- GetMergeOptionsCommand: GetMergeOptionsCommand_1.GetMergeOptionsCommand,
123
- GetPullRequestCommand: GetPullRequestCommand_1.GetPullRequestCommand,
124
- GetPullRequestApprovalStatesCommand: GetPullRequestApprovalStatesCommand_1.GetPullRequestApprovalStatesCommand,
125
- GetPullRequestOverrideStateCommand: GetPullRequestOverrideStateCommand_1.GetPullRequestOverrideStateCommand,
126
- GetRepositoryCommand: GetRepositoryCommand_1.GetRepositoryCommand,
127
- GetRepositoryTriggersCommand: GetRepositoryTriggersCommand_1.GetRepositoryTriggersCommand,
128
- ListApprovalRuleTemplatesCommand: ListApprovalRuleTemplatesCommand_1.ListApprovalRuleTemplatesCommand,
129
- ListAssociatedApprovalRuleTemplatesForRepositoryCommand: ListAssociatedApprovalRuleTemplatesForRepositoryCommand_1.ListAssociatedApprovalRuleTemplatesForRepositoryCommand,
130
- ListBranchesCommand: ListBranchesCommand_1.ListBranchesCommand,
131
- ListFileCommitHistoryCommand: ListFileCommitHistoryCommand_1.ListFileCommitHistoryCommand,
132
- ListPullRequestsCommand: ListPullRequestsCommand_1.ListPullRequestsCommand,
133
- ListRepositoriesCommand: ListRepositoriesCommand_1.ListRepositoriesCommand,
134
- ListRepositoriesForApprovalRuleTemplateCommand: ListRepositoriesForApprovalRuleTemplateCommand_1.ListRepositoriesForApprovalRuleTemplateCommand,
135
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
136
- MergeBranchesByFastForwardCommand: MergeBranchesByFastForwardCommand_1.MergeBranchesByFastForwardCommand,
137
- MergeBranchesBySquashCommand: MergeBranchesBySquashCommand_1.MergeBranchesBySquashCommand,
138
- MergeBranchesByThreeWayCommand: MergeBranchesByThreeWayCommand_1.MergeBranchesByThreeWayCommand,
139
- MergePullRequestByFastForwardCommand: MergePullRequestByFastForwardCommand_1.MergePullRequestByFastForwardCommand,
140
- MergePullRequestBySquashCommand: MergePullRequestBySquashCommand_1.MergePullRequestBySquashCommand,
141
- MergePullRequestByThreeWayCommand: MergePullRequestByThreeWayCommand_1.MergePullRequestByThreeWayCommand,
142
- OverridePullRequestApprovalRulesCommand: OverridePullRequestApprovalRulesCommand_1.OverridePullRequestApprovalRulesCommand,
143
- PostCommentForComparedCommitCommand: PostCommentForComparedCommitCommand_1.PostCommentForComparedCommitCommand,
144
- PostCommentForPullRequestCommand: PostCommentForPullRequestCommand_1.PostCommentForPullRequestCommand,
145
- PostCommentReplyCommand: PostCommentReplyCommand_1.PostCommentReplyCommand,
146
- PutCommentReactionCommand: PutCommentReactionCommand_1.PutCommentReactionCommand,
147
- PutFileCommand: PutFileCommand_1.PutFileCommand,
148
- PutRepositoryTriggersCommand: PutRepositoryTriggersCommand_1.PutRepositoryTriggersCommand,
149
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
150
- TestRepositoryTriggersCommand: TestRepositoryTriggersCommand_1.TestRepositoryTriggersCommand,
151
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
152
- UpdateApprovalRuleTemplateContentCommand: UpdateApprovalRuleTemplateContentCommand_1.UpdateApprovalRuleTemplateContentCommand,
153
- UpdateApprovalRuleTemplateDescriptionCommand: UpdateApprovalRuleTemplateDescriptionCommand_1.UpdateApprovalRuleTemplateDescriptionCommand,
154
- UpdateApprovalRuleTemplateNameCommand: UpdateApprovalRuleTemplateNameCommand_1.UpdateApprovalRuleTemplateNameCommand,
155
- UpdateCommentCommand: UpdateCommentCommand_1.UpdateCommentCommand,
156
- UpdateDefaultBranchCommand: UpdateDefaultBranchCommand_1.UpdateDefaultBranchCommand,
157
- UpdatePullRequestApprovalRuleContentCommand: UpdatePullRequestApprovalRuleContentCommand_1.UpdatePullRequestApprovalRuleContentCommand,
158
- UpdatePullRequestApprovalStateCommand: UpdatePullRequestApprovalStateCommand_1.UpdatePullRequestApprovalStateCommand,
159
- UpdatePullRequestDescriptionCommand: UpdatePullRequestDescriptionCommand_1.UpdatePullRequestDescriptionCommand,
160
- UpdatePullRequestStatusCommand: UpdatePullRequestStatusCommand_1.UpdatePullRequestStatusCommand,
161
- UpdatePullRequestTitleCommand: UpdatePullRequestTitleCommand_1.UpdatePullRequestTitleCommand,
162
- UpdateRepositoryDescriptionCommand: UpdateRepositoryDescriptionCommand_1.UpdateRepositoryDescriptionCommand,
163
- UpdateRepositoryEncryptionKeyCommand: UpdateRepositoryEncryptionKeyCommand_1.UpdateRepositoryEncryptionKeyCommand,
164
- UpdateRepositoryNameCommand: UpdateRepositoryNameCommand_1.UpdateRepositoryNameCommand,
165
- };
166
- class CodeCommit extends CodeCommitClient_1.CodeCommitClient {
167
- }
168
- exports.CodeCommit = CodeCommit;
169
- (0, smithy_client_1.createAggregatedClient)(commands, CodeCommit);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CodeCommitClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class CodeCommitClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.CodeCommitClient = CodeCommitClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateApprovalRuleTemplateWithRepositoryCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class AssociateApprovalRuleTemplateWithRepositoryCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCommit_20150413", "AssociateApprovalRuleTemplateWithRepository", {})
22
- .n("CodeCommitClient", "AssociateApprovalRuleTemplateWithRepositoryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_AssociateApprovalRuleTemplateWithRepositoryCommand)
25
- .de(Aws_json1_1_1.de_AssociateApprovalRuleTemplateWithRepositoryCommand)
26
- .build() {
27
- }
28
- exports.AssociateApprovalRuleTemplateWithRepositoryCommand = AssociateApprovalRuleTemplateWithRepositoryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchAssociateApprovalRuleTemplateWithRepositoriesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class BatchAssociateApprovalRuleTemplateWithRepositoriesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCommit_20150413", "BatchAssociateApprovalRuleTemplateWithRepositories", {})
22
- .n("CodeCommitClient", "BatchAssociateApprovalRuleTemplateWithRepositoriesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_BatchAssociateApprovalRuleTemplateWithRepositoriesCommand)
25
- .de(Aws_json1_1_1.de_BatchAssociateApprovalRuleTemplateWithRepositoriesCommand)
26
- .build() {
27
- }
28
- exports.BatchAssociateApprovalRuleTemplateWithRepositoriesCommand = BatchAssociateApprovalRuleTemplateWithRepositoriesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchDescribeMergeConflictsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class BatchDescribeMergeConflictsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCommit_20150413", "BatchDescribeMergeConflicts", {})
22
- .n("CodeCommitClient", "BatchDescribeMergeConflictsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_BatchDescribeMergeConflictsCommand)
25
- .de(Aws_json1_1_1.de_BatchDescribeMergeConflictsCommand)
26
- .build() {
27
- }
28
- exports.BatchDescribeMergeConflictsCommand = BatchDescribeMergeConflictsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCommit_20150413", "BatchDisassociateApprovalRuleTemplateFromRepositories", {})
22
- .n("CodeCommitClient", "BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand)
25
- .de(Aws_json1_1_1.de_BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand)
26
- .build() {
27
- }
28
- exports.BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand = BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetCommitsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class BatchGetCommitsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCommit_20150413", "BatchGetCommits", {})
22
- .n("CodeCommitClient", "BatchGetCommitsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_BatchGetCommitsCommand)
25
- .de(Aws_json1_1_1.de_BatchGetCommitsCommand)
26
- .build() {
27
- }
28
- exports.BatchGetCommitsCommand = BatchGetCommitsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetRepositoriesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class BatchGetRepositoriesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCommit_20150413", "BatchGetRepositories", {})
22
- .n("CodeCommitClient", "BatchGetRepositoriesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_BatchGetRepositoriesCommand)
25
- .de(Aws_json1_1_1.de_BatchGetRepositoriesCommand)
26
- .build() {
27
- }
28
- exports.BatchGetRepositoriesCommand = BatchGetRepositoriesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateApprovalRuleTemplateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateApprovalRuleTemplateCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCommit_20150413", "CreateApprovalRuleTemplate", {})
22
- .n("CodeCommitClient", "CreateApprovalRuleTemplateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateApprovalRuleTemplateCommand)
25
- .de(Aws_json1_1_1.de_CreateApprovalRuleTemplateCommand)
26
- .build() {
27
- }
28
- exports.CreateApprovalRuleTemplateCommand = CreateApprovalRuleTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateBranchCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateBranchCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCommit_20150413", "CreateBranch", {})
22
- .n("CodeCommitClient", "CreateBranchCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateBranchCommand)
25
- .de(Aws_json1_1_1.de_CreateBranchCommand)
26
- .build() {
27
- }
28
- exports.CreateBranchCommand = CreateBranchCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateCommitCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateCommitCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCommit_20150413", "CreateCommit", {})
22
- .n("CodeCommitClient", "CreateCommitCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateCommitCommand)
25
- .de(Aws_json1_1_1.de_CreateCommitCommand)
26
- .build() {
27
- }
28
- exports.CreateCommitCommand = CreateCommitCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreatePullRequestApprovalRuleCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreatePullRequestApprovalRuleCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCommit_20150413", "CreatePullRequestApprovalRule", {})
22
- .n("CodeCommitClient", "CreatePullRequestApprovalRuleCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreatePullRequestApprovalRuleCommand)
25
- .de(Aws_json1_1_1.de_CreatePullRequestApprovalRuleCommand)
26
- .build() {
27
- }
28
- exports.CreatePullRequestApprovalRuleCommand = CreatePullRequestApprovalRuleCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreatePullRequestCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreatePullRequestCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCommit_20150413", "CreatePullRequest", {})
22
- .n("CodeCommitClient", "CreatePullRequestCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreatePullRequestCommand)
25
- .de(Aws_json1_1_1.de_CreatePullRequestCommand)
26
- .build() {
27
- }
28
- exports.CreatePullRequestCommand = CreatePullRequestCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateRepositoryCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateRepositoryCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCommit_20150413", "CreateRepository", {})
22
- .n("CodeCommitClient", "CreateRepositoryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateRepositoryCommand)
25
- .de(Aws_json1_1_1.de_CreateRepositoryCommand)
26
- .build() {
27
- }
28
- exports.CreateRepositoryCommand = CreateRepositoryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateUnreferencedMergeCommitCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateUnreferencedMergeCommitCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCommit_20150413", "CreateUnreferencedMergeCommit", {})
22
- .n("CodeCommitClient", "CreateUnreferencedMergeCommitCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateUnreferencedMergeCommitCommand)
25
- .de(Aws_json1_1_1.de_CreateUnreferencedMergeCommitCommand)
26
- .build() {
27
- }
28
- exports.CreateUnreferencedMergeCommitCommand = CreateUnreferencedMergeCommitCommand;
1
+ module.exports = require("../index.js");