@aws-sdk/client-codecommit 3.315.0 → 3.319.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.
- package/dist-cjs/CodeCommit.js +81 -1078
- package/dist-cjs/protocols/Aws_json1_1.js +4 -4
- package/dist-es/CodeCommit.js +81 -1078
- package/dist-es/protocols/Aws_json1_1.js +4 -4
- package/dist-types/CodeCommit.d.ts +480 -653
- package/dist-types/ts3.4/CodeCommit.d.ts +4 -1
- package/package.json +8 -8
|
@@ -7724,7 +7724,7 @@ const se_CreateCommitInput = (input, context) => {
|
|
|
7724
7724
|
};
|
|
7725
7725
|
const se_CreatePullRequestInput = (input, context) => {
|
|
7726
7726
|
return (0, smithy_client_1.take)(input, {
|
|
7727
|
-
clientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
7727
|
+
clientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
7728
7728
|
description: [],
|
|
7729
7729
|
targets: smithy_client_1._json,
|
|
7730
7730
|
title: [],
|
|
@@ -7807,7 +7807,7 @@ const se_PostCommentForComparedCommitInput = (input, context) => {
|
|
|
7807
7807
|
return (0, smithy_client_1.take)(input, {
|
|
7808
7808
|
afterCommitId: [],
|
|
7809
7809
|
beforeCommitId: [],
|
|
7810
|
-
clientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
7810
|
+
clientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
7811
7811
|
content: [],
|
|
7812
7812
|
location: smithy_client_1._json,
|
|
7813
7813
|
repositoryName: [],
|
|
@@ -7817,7 +7817,7 @@ const se_PostCommentForPullRequestInput = (input, context) => {
|
|
|
7817
7817
|
return (0, smithy_client_1.take)(input, {
|
|
7818
7818
|
afterCommitId: [],
|
|
7819
7819
|
beforeCommitId: [],
|
|
7820
|
-
clientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
7820
|
+
clientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
7821
7821
|
content: [],
|
|
7822
7822
|
location: smithy_client_1._json,
|
|
7823
7823
|
pullRequestId: [],
|
|
@@ -7826,7 +7826,7 @@ const se_PostCommentForPullRequestInput = (input, context) => {
|
|
|
7826
7826
|
};
|
|
7827
7827
|
const se_PostCommentReplyInput = (input, context) => {
|
|
7828
7828
|
return (0, smithy_client_1.take)(input, {
|
|
7829
|
-
clientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
7829
|
+
clientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
7830
7830
|
content: [],
|
|
7831
7831
|
inReplyTo: [],
|
|
7832
7832
|
});
|