@aws-sdk/client-codecommit 3.296.0 → 3.297.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 (97) hide show
  1. package/dist-types/CodeCommit.d.ts +78 -0
  2. package/dist-types/CodeCommitClient.d.ts +24 -4
  3. package/dist-types/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +16 -0
  4. package/dist-types/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +16 -0
  5. package/dist-types/commands/BatchDescribeMergeConflictsCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +16 -0
  7. package/dist-types/commands/BatchGetCommitsCommand.d.ts +16 -0
  8. package/dist-types/commands/BatchGetRepositoriesCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateApprovalRuleTemplateCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateBranchCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateCommitCommand.d.ts +16 -0
  12. package/dist-types/commands/CreatePullRequestApprovalRuleCommand.d.ts +16 -0
  13. package/dist-types/commands/CreatePullRequestCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateRepositoryCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateUnreferencedMergeCommitCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteApprovalRuleTemplateCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteBranchCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteCommentContentCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteFileCommand.d.ts +16 -0
  20. package/dist-types/commands/DeletePullRequestApprovalRuleCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteRepositoryCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribeMergeConflictsCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribePullRequestEventsCommand.d.ts +16 -0
  24. package/dist-types/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +16 -0
  25. package/dist-types/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +16 -0
  26. package/dist-types/commands/GetApprovalRuleTemplateCommand.d.ts +16 -0
  27. package/dist-types/commands/GetBlobCommand.d.ts +16 -0
  28. package/dist-types/commands/GetBranchCommand.d.ts +16 -0
  29. package/dist-types/commands/GetCommentCommand.d.ts +16 -0
  30. package/dist-types/commands/GetCommentReactionsCommand.d.ts +16 -0
  31. package/dist-types/commands/GetCommentsForComparedCommitCommand.d.ts +16 -0
  32. package/dist-types/commands/GetCommentsForPullRequestCommand.d.ts +16 -0
  33. package/dist-types/commands/GetCommitCommand.d.ts +16 -0
  34. package/dist-types/commands/GetDifferencesCommand.d.ts +16 -0
  35. package/dist-types/commands/GetFileCommand.d.ts +16 -0
  36. package/dist-types/commands/GetFolderCommand.d.ts +16 -0
  37. package/dist-types/commands/GetMergeCommitCommand.d.ts +16 -0
  38. package/dist-types/commands/GetMergeConflictsCommand.d.ts +16 -0
  39. package/dist-types/commands/GetMergeOptionsCommand.d.ts +16 -0
  40. package/dist-types/commands/GetPullRequestApprovalStatesCommand.d.ts +16 -0
  41. package/dist-types/commands/GetPullRequestCommand.d.ts +16 -0
  42. package/dist-types/commands/GetPullRequestOverrideStateCommand.d.ts +16 -0
  43. package/dist-types/commands/GetRepositoryCommand.d.ts +16 -0
  44. package/dist-types/commands/GetRepositoryTriggersCommand.d.ts +16 -0
  45. package/dist-types/commands/ListApprovalRuleTemplatesCommand.d.ts +16 -0
  46. package/dist-types/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +16 -0
  47. package/dist-types/commands/ListBranchesCommand.d.ts +16 -0
  48. package/dist-types/commands/ListPullRequestsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListRepositoriesCommand.d.ts +16 -0
  50. package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +16 -0
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  52. package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +16 -0
  53. package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +16 -0
  54. package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +16 -0
  55. package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +16 -0
  56. package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +16 -0
  57. package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +16 -0
  58. package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +16 -0
  59. package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +16 -0
  60. package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +16 -0
  61. package/dist-types/commands/PostCommentReplyCommand.d.ts +16 -0
  62. package/dist-types/commands/PutCommentReactionCommand.d.ts +16 -0
  63. package/dist-types/commands/PutFileCommand.d.ts +16 -0
  64. package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +16 -0
  65. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  66. package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +16 -0
  67. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +16 -0
  69. package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +16 -0
  70. package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateCommentCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +16 -0
  74. package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +16 -0
  75. package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +16 -0
  76. package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +16 -0
  77. package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +16 -0
  78. package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +16 -0
  80. package/dist-types/models/CodeCommitServiceException.d.ts +2 -0
  81. package/dist-types/models/models_0.d.ts +462 -0
  82. package/dist-types/models/models_1.d.ts +193 -0
  83. package/dist-types/pagination/DescribeMergeConflictsPaginator.d.ts +3 -0
  84. package/dist-types/pagination/DescribePullRequestEventsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/GetCommentReactionsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/GetCommentsForComparedCommitPaginator.d.ts +3 -0
  87. package/dist-types/pagination/GetCommentsForPullRequestPaginator.d.ts +3 -0
  88. package/dist-types/pagination/GetDifferencesPaginator.d.ts +3 -0
  89. package/dist-types/pagination/GetMergeConflictsPaginator.d.ts +3 -0
  90. package/dist-types/pagination/Interfaces.d.ts +3 -0
  91. package/dist-types/pagination/ListApprovalRuleTemplatesPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListBranchesPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListPullRequestsPaginator.d.ts +3 -0
  95. package/dist-types/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.d.ts +3 -0
  96. package/dist-types/pagination/ListRepositoriesPaginator.d.ts +3 -0
  97. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { GetMergeOptionsInput, GetMergeOptionsOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetMergeOptionsCommand}.
8
10
  */
9
11
  export interface GetMergeOptionsCommandInput extends GetMergeOptionsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetMergeOptionsCommand}.
13
17
  */
14
18
  export interface GetMergeOptionsCommandOutput extends GetMergeOptionsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about the merge options available for merging two specified
18
23
  * branches. For details about why a merge option is not available, use GetMergeConflicts
19
24
  * or DescribeMergeConflicts.</p>
@@ -27,6 +32,8 @@ export interface GetMergeOptionsCommandOutput extends GetMergeOptionsOutput, __M
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param GetMergeOptionsCommandInput - {@link GetMergeOptionsCommandInput}
36
+ * @returns {@link GetMergeOptionsCommandOutput}
30
37
  * @see {@link GetMergeOptionsCommandInput} for command's `input` shape.
31
38
  * @see {@link GetMergeOptionsCommandOutput} for command's `response` shape.
32
39
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
@@ -91,11 +98,20 @@ export interface GetMergeOptionsCommandOutput extends GetMergeOptionsOutput, __M
91
98
  export declare class GetMergeOptionsCommand extends $Command<GetMergeOptionsCommandInput, GetMergeOptionsCommandOutput, CodeCommitClientResolvedConfig> {
92
99
  readonly input: GetMergeOptionsCommandInput;
93
100
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
+ /**
102
+ * @public
103
+ */
94
104
  constructor(input: GetMergeOptionsCommandInput);
95
105
  /**
96
106
  * @internal
97
107
  */
98
108
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMergeOptionsCommandInput, GetMergeOptionsCommandOutput>;
109
+ /**
110
+ * @internal
111
+ */
99
112
  private serialize;
113
+ /**
114
+ * @internal
115
+ */
100
116
  private deserialize;
101
117
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { GetPullRequestApprovalStatesInput, GetPullRequestApprovalStatesOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetPullRequestApprovalStatesCommand}.
8
10
  */
9
11
  export interface GetPullRequestApprovalStatesCommandInput extends GetPullRequestApprovalStatesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetPullRequestApprovalStatesCommand}.
13
17
  */
14
18
  export interface GetPullRequestApprovalStatesCommandOutput extends GetPullRequestApprovalStatesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about the approval states for a specified pull request. Approval states only apply to pull requests that have one or more
18
23
  * approval rules applied to them.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface GetPullRequestApprovalStatesCommandOutput extends GetPullReques
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param GetPullRequestApprovalStatesCommandInput - {@link GetPullRequestApprovalStatesCommandInput}
35
+ * @returns {@link GetPullRequestApprovalStatesCommandOutput}
29
36
  * @see {@link GetPullRequestApprovalStatesCommandInput} for command's `input` shape.
30
37
  * @see {@link GetPullRequestApprovalStatesCommandOutput} for command's `response` shape.
31
38
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
@@ -65,11 +72,20 @@ export interface GetPullRequestApprovalStatesCommandOutput extends GetPullReques
65
72
  export declare class GetPullRequestApprovalStatesCommand extends $Command<GetPullRequestApprovalStatesCommandInput, GetPullRequestApprovalStatesCommandOutput, CodeCommitClientResolvedConfig> {
66
73
  readonly input: GetPullRequestApprovalStatesCommandInput;
67
74
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
+ /**
76
+ * @public
77
+ */
68
78
  constructor(input: GetPullRequestApprovalStatesCommandInput);
69
79
  /**
70
80
  * @internal
71
81
  */
72
82
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPullRequestApprovalStatesCommandInput, GetPullRequestApprovalStatesCommandOutput>;
83
+ /**
84
+ * @internal
85
+ */
73
86
  private serialize;
87
+ /**
88
+ * @internal
89
+ */
74
90
  private deserialize;
75
91
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { GetPullRequestInput, GetPullRequestOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetPullRequestCommand}.
8
10
  */
9
11
  export interface GetPullRequestCommandInput extends GetPullRequestInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetPullRequestCommand}.
13
17
  */
14
18
  export interface GetPullRequestCommandOutput extends GetPullRequestOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about a pull request in a specified repository.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetPullRequestCommandOutput extends GetPullRequestOutput, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetPullRequestCommandInput - {@link GetPullRequestCommandInput}
34
+ * @returns {@link GetPullRequestCommandOutput}
28
35
  * @see {@link GetPullRequestCommandInput} for command's `input` shape.
29
36
  * @see {@link GetPullRequestCommandOutput} for command's `response` shape.
30
37
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
@@ -58,11 +65,20 @@ export interface GetPullRequestCommandOutput extends GetPullRequestOutput, __Met
58
65
  export declare class GetPullRequestCommand extends $Command<GetPullRequestCommandInput, GetPullRequestCommandOutput, CodeCommitClientResolvedConfig> {
59
66
  readonly input: GetPullRequestCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: GetPullRequestCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPullRequestCommandInput, GetPullRequestCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { GetPullRequestOverrideStateInput, GetPullRequestOverrideStateOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetPullRequestOverrideStateCommand}.
8
10
  */
9
11
  export interface GetPullRequestOverrideStateCommandInput extends GetPullRequestOverrideStateInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetPullRequestOverrideStateCommand}.
13
17
  */
14
18
  export interface GetPullRequestOverrideStateCommandOutput extends GetPullRequestOverrideStateOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about whether approval rules have been set aside (overridden) for a
18
23
  * pull request, and if so, the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface GetPullRequestOverrideStateCommandOutput extends GetPullRequest
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param GetPullRequestOverrideStateCommandInput - {@link GetPullRequestOverrideStateCommandInput}
35
+ * @returns {@link GetPullRequestOverrideStateCommandOutput}
29
36
  * @see {@link GetPullRequestOverrideStateCommandInput} for command's `input` shape.
30
37
  * @see {@link GetPullRequestOverrideStateCommandOutput} for command's `response` shape.
31
38
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
@@ -65,11 +72,20 @@ export interface GetPullRequestOverrideStateCommandOutput extends GetPullRequest
65
72
  export declare class GetPullRequestOverrideStateCommand extends $Command<GetPullRequestOverrideStateCommandInput, GetPullRequestOverrideStateCommandOutput, CodeCommitClientResolvedConfig> {
66
73
  readonly input: GetPullRequestOverrideStateCommandInput;
67
74
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
+ /**
76
+ * @public
77
+ */
68
78
  constructor(input: GetPullRequestOverrideStateCommandInput);
69
79
  /**
70
80
  * @internal
71
81
  */
72
82
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPullRequestOverrideStateCommandInput, GetPullRequestOverrideStateCommandOutput>;
83
+ /**
84
+ * @internal
85
+ */
73
86
  private serialize;
87
+ /**
88
+ * @internal
89
+ */
74
90
  private deserialize;
75
91
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { GetRepositoryInput, GetRepositoryOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetRepositoryCommand}.
8
10
  */
9
11
  export interface GetRepositoryCommandInput extends GetRepositoryInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetRepositoryCommand}.
13
17
  */
14
18
  export interface GetRepositoryCommandOutput extends GetRepositoryOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about a repository.</p>
18
23
  *
19
24
  * <note>
@@ -33,6 +38,8 @@ export interface GetRepositoryCommandOutput extends GetRepositoryOutput, __Metad
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param GetRepositoryCommandInput - {@link GetRepositoryCommandInput}
42
+ * @returns {@link GetRepositoryCommandOutput}
36
43
  * @see {@link GetRepositoryCommandInput} for command's `input` shape.
37
44
  * @see {@link GetRepositoryCommandOutput} for command's `response` shape.
38
45
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
@@ -72,11 +79,20 @@ export interface GetRepositoryCommandOutput extends GetRepositoryOutput, __Metad
72
79
  export declare class GetRepositoryCommand extends $Command<GetRepositoryCommandInput, GetRepositoryCommandOutput, CodeCommitClientResolvedConfig> {
73
80
  readonly input: GetRepositoryCommandInput;
74
81
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
+ /**
83
+ * @public
84
+ */
75
85
  constructor(input: GetRepositoryCommandInput);
76
86
  /**
77
87
  * @internal
78
88
  */
79
89
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRepositoryCommandInput, GetRepositoryCommandOutput>;
90
+ /**
91
+ * @internal
92
+ */
80
93
  private serialize;
94
+ /**
95
+ * @internal
96
+ */
81
97
  private deserialize;
82
98
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { GetRepositoryTriggersInput, GetRepositoryTriggersOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetRepositoryTriggersCommand}.
8
10
  */
9
11
  export interface GetRepositoryTriggersCommandInput extends GetRepositoryTriggersInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetRepositoryTriggersCommand}.
13
17
  */
14
18
  export interface GetRepositoryTriggersCommandOutput extends GetRepositoryTriggersOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about triggers configured for a repository.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetRepositoryTriggersCommandOutput extends GetRepositoryTrigger
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetRepositoryTriggersCommandInput - {@link GetRepositoryTriggersCommandInput}
34
+ * @returns {@link GetRepositoryTriggersCommandOutput}
28
35
  * @see {@link GetRepositoryTriggersCommandInput} for command's `input` shape.
29
36
  * @see {@link GetRepositoryTriggersCommandOutput} for command's `response` shape.
30
37
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
@@ -64,11 +71,20 @@ export interface GetRepositoryTriggersCommandOutput extends GetRepositoryTrigger
64
71
  export declare class GetRepositoryTriggersCommand extends $Command<GetRepositoryTriggersCommandInput, GetRepositoryTriggersCommandOutput, CodeCommitClientResolvedConfig> {
65
72
  readonly input: GetRepositoryTriggersCommandInput;
66
73
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
+ /**
75
+ * @public
76
+ */
67
77
  constructor(input: GetRepositoryTriggersCommandInput);
68
78
  /**
69
79
  * @internal
70
80
  */
71
81
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRepositoryTriggersCommandInput, GetRepositoryTriggersCommandOutput>;
82
+ /**
83
+ * @internal
84
+ */
72
85
  private serialize;
86
+ /**
87
+ * @internal
88
+ */
73
89
  private deserialize;
74
90
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { ListApprovalRuleTemplatesInput, ListApprovalRuleTemplatesOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListApprovalRuleTemplatesCommand}.
8
10
  */
9
11
  export interface ListApprovalRuleTemplatesCommandInput extends ListApprovalRuleTemplatesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListApprovalRuleTemplatesCommand}.
13
17
  */
14
18
  export interface ListApprovalRuleTemplatesCommandOutput extends ListApprovalRuleTemplatesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all approval rule templates in the specified AWS Region in your AWS account. If
18
23
  * an AWS Region is not specified, the AWS Region where you are signed in is used.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListApprovalRuleTemplatesCommandOutput extends ListApprovalRule
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListApprovalRuleTemplatesCommandInput - {@link ListApprovalRuleTemplatesCommandInput}
35
+ * @returns {@link ListApprovalRuleTemplatesCommandOutput}
29
36
  * @see {@link ListApprovalRuleTemplatesCommandInput} for command's `input` shape.
30
37
  * @see {@link ListApprovalRuleTemplatesCommandOutput} for command's `response` shape.
31
38
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
@@ -41,11 +48,20 @@ export interface ListApprovalRuleTemplatesCommandOutput extends ListApprovalRule
41
48
  export declare class ListApprovalRuleTemplatesCommand extends $Command<ListApprovalRuleTemplatesCommandInput, ListApprovalRuleTemplatesCommandOutput, CodeCommitClientResolvedConfig> {
42
49
  readonly input: ListApprovalRuleTemplatesCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: ListApprovalRuleTemplatesCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApprovalRuleTemplatesCommandInput, ListApprovalRuleTemplatesCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { ListAssociatedApprovalRuleTemplatesForRepositoryInput, ListAssociatedApprovalRuleTemplatesForRepositoryOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListAssociatedApprovalRuleTemplatesForRepositoryCommand}.
8
10
  */
9
11
  export interface ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput extends ListAssociatedApprovalRuleTemplatesForRepositoryInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListAssociatedApprovalRuleTemplatesForRepositoryCommand}.
13
17
  */
14
18
  export interface ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput extends ListAssociatedApprovalRuleTemplatesForRepositoryOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all approval rule templates that are associated with a specified repository.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput e
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput - {@link ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput}
34
+ * @returns {@link ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput}
28
35
  * @see {@link ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput} for command's `input` shape.
29
36
  * @see {@link ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput} for command's `response` shape.
30
37
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
@@ -70,11 +77,20 @@ export interface ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput e
70
77
  export declare class ListAssociatedApprovalRuleTemplatesForRepositoryCommand extends $Command<ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput, ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput, CodeCommitClientResolvedConfig> {
71
78
  readonly input: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput;
72
79
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
+ /**
81
+ * @public
82
+ */
73
83
  constructor(input: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput);
74
84
  /**
75
85
  * @internal
76
86
  */
77
87
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput, ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput>;
88
+ /**
89
+ * @internal
90
+ */
78
91
  private serialize;
92
+ /**
93
+ * @internal
94
+ */
79
95
  private deserialize;
80
96
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { ListBranchesInput, ListBranchesOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListBranchesCommand}.
8
10
  */
9
11
  export interface ListBranchesCommandInput extends ListBranchesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListBranchesCommand}.
13
17
  */
14
18
  export interface ListBranchesCommandOutput extends ListBranchesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about one or more branches in a repository.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListBranchesCommandOutput extends ListBranchesOutput, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListBranchesCommandInput - {@link ListBranchesCommandInput}
34
+ * @returns {@link ListBranchesCommandOutput}
28
35
  * @see {@link ListBranchesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListBranchesCommandOutput} for command's `response` shape.
30
37
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
@@ -67,11 +74,20 @@ export interface ListBranchesCommandOutput extends ListBranchesOutput, __Metadat
67
74
  export declare class ListBranchesCommand extends $Command<ListBranchesCommandInput, ListBranchesCommandOutput, CodeCommitClientResolvedConfig> {
68
75
  readonly input: ListBranchesCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: ListBranchesCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBranchesCommandInput, ListBranchesCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
75
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
76
92
  private deserialize;
77
93
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { ListPullRequestsInput, ListPullRequestsOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListPullRequestsCommand}.
8
10
  */
9
11
  export interface ListPullRequestsCommandInput extends ListPullRequestsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListPullRequestsCommand}.
13
17
  */
14
18
  export interface ListPullRequestsCommandOutput extends ListPullRequestsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of pull requests for a specified repository. The return list can be refined by pull request
18
23
  * status or pull request author ARN.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListPullRequestsCommandOutput extends ListPullRequestsOutput, _
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListPullRequestsCommandInput - {@link ListPullRequestsCommandInput}
35
+ * @returns {@link ListPullRequestsCommandOutput}
29
36
  * @see {@link ListPullRequestsCommandInput} for command's `input` shape.
30
37
  * @see {@link ListPullRequestsCommandOutput} for command's `response` shape.
31
38
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
@@ -80,11 +87,20 @@ export interface ListPullRequestsCommandOutput extends ListPullRequestsOutput, _
80
87
  export declare class ListPullRequestsCommand extends $Command<ListPullRequestsCommandInput, ListPullRequestsCommandOutput, CodeCommitClientResolvedConfig> {
81
88
  readonly input: ListPullRequestsCommandInput;
82
89
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
+ /**
91
+ * @public
92
+ */
83
93
  constructor(input: ListPullRequestsCommandInput);
84
94
  /**
85
95
  * @internal
86
96
  */
87
97
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPullRequestsCommandInput, ListPullRequestsCommandOutput>;
98
+ /**
99
+ * @internal
100
+ */
88
101
  private serialize;
102
+ /**
103
+ * @internal
104
+ */
89
105
  private deserialize;
90
106
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { ListRepositoriesInput, ListRepositoriesOutput } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListRepositoriesCommand}.
8
10
  */
9
11
  export interface ListRepositoriesCommandInput extends ListRepositoriesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListRepositoriesCommand}.
13
17
  */
14
18
  export interface ListRepositoriesCommandOutput extends ListRepositoriesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about one or more repositories.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListRepositoriesCommandOutput extends ListRepositoriesOutput, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListRepositoriesCommandInput - {@link ListRepositoriesCommandInput}
34
+ * @returns {@link ListRepositoriesCommandOutput}
28
35
  * @see {@link ListRepositoriesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListRepositoriesCommandOutput} for command's `response` shape.
30
37
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
@@ -43,11 +50,20 @@ export interface ListRepositoriesCommandOutput extends ListRepositoriesOutput, _
43
50
  export declare class ListRepositoriesCommand extends $Command<ListRepositoriesCommandInput, ListRepositoriesCommandOutput, CodeCommitClientResolvedConfig> {
44
51
  readonly input: ListRepositoriesCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: ListRepositoriesCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRepositoriesCommandInput, ListRepositoriesCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { ListRepositoriesForApprovalRuleTemplateInput, ListRepositoriesForApprovalRuleTemplateOutput } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListRepositoriesForApprovalRuleTemplateCommand}.
8
10
  */
9
11
  export interface ListRepositoriesForApprovalRuleTemplateCommandInput extends ListRepositoriesForApprovalRuleTemplateInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListRepositoriesForApprovalRuleTemplateCommand}.
13
17
  */
14
18
  export interface ListRepositoriesForApprovalRuleTemplateCommandOutput extends ListRepositoriesForApprovalRuleTemplateOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all repositories associated with the specified approval rule template.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListRepositoriesForApprovalRuleTemplateCommandOutput extends Li
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListRepositoriesForApprovalRuleTemplateCommandInput - {@link ListRepositoriesForApprovalRuleTemplateCommandInput}
34
+ * @returns {@link ListRepositoriesForApprovalRuleTemplateCommandOutput}
28
35
  * @see {@link ListRepositoriesForApprovalRuleTemplateCommandInput} for command's `input` shape.
29
36
  * @see {@link ListRepositoriesForApprovalRuleTemplateCommandOutput} for command's `response` shape.
30
37
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
@@ -68,11 +75,20 @@ export interface ListRepositoriesForApprovalRuleTemplateCommandOutput extends Li
68
75
  export declare class ListRepositoriesForApprovalRuleTemplateCommand extends $Command<ListRepositoriesForApprovalRuleTemplateCommandInput, ListRepositoriesForApprovalRuleTemplateCommandOutput, CodeCommitClientResolvedConfig> {
69
76
  readonly input: ListRepositoriesForApprovalRuleTemplateCommandInput;
70
77
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
+ /**
79
+ * @public
80
+ */
71
81
  constructor(input: ListRepositoriesForApprovalRuleTemplateCommandInput);
72
82
  /**
73
83
  * @internal
74
84
  */
75
85
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRepositoriesForApprovalRuleTemplateCommandInput, ListRepositoriesForApprovalRuleTemplateCommandOutput>;
86
+ /**
87
+ * @internal
88
+ */
76
89
  private serialize;
90
+ /**
91
+ * @internal
92
+ */
77
93
  private deserialize;
78
94
  }