@aws-sdk/client-codecommit 3.750.0 → 3.772.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/index.js +53 -53
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
ActorDoesNotExistException: () => ActorDoesNotExistException,
|
|
25
25
|
ApprovalRuleContentRequiredException: () => ApprovalRuleContentRequiredException,
|
|
26
26
|
ApprovalRuleDoesNotExistException: () => ApprovalRuleDoesNotExistException,
|
|
@@ -324,7 +324,7 @@ __export(src_exports, {
|
|
|
324
324
|
paginateListRepositories: () => paginateListRepositories,
|
|
325
325
|
paginateListRepositoriesForApprovalRuleTemplate: () => paginateListRepositoriesForApprovalRuleTemplate
|
|
326
326
|
});
|
|
327
|
-
module.exports = __toCommonJS(
|
|
327
|
+
module.exports = __toCommonJS(index_exports);
|
|
328
328
|
|
|
329
329
|
// src/CodeCommitClient.ts
|
|
330
330
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -451,9 +451,9 @@ var CodeCommitClient = class extends import_smithy_client.Client {
|
|
|
451
451
|
this.middlewareStack.use(
|
|
452
452
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
453
453
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultCodeCommitHttpAuthSchemeParametersProvider,
|
|
454
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
454
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
455
455
|
"aws.auth#sigv4": config.credentials
|
|
456
|
-
})
|
|
456
|
+
}), "identityProviderConfigProvider")
|
|
457
457
|
})
|
|
458
458
|
);
|
|
459
459
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -7745,7 +7745,7 @@ var de_TooManyTagsExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, con
|
|
|
7745
7745
|
var se_ConflictResolution = /* @__PURE__ */ __name((input, context) => {
|
|
7746
7746
|
return (0, import_smithy_client.take)(input, {
|
|
7747
7747
|
deleteFiles: import_smithy_client._json,
|
|
7748
|
-
replaceContents: (_) => se_ReplaceContentEntries(_, context),
|
|
7748
|
+
replaceContents: /* @__PURE__ */ __name((_) => se_ReplaceContentEntries(_, context), "replaceContents"),
|
|
7749
7749
|
setFileModes: import_smithy_client._json
|
|
7750
7750
|
});
|
|
7751
7751
|
}, "se_ConflictResolution");
|
|
@@ -7758,7 +7758,7 @@ var se_CreateCommitInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
7758
7758
|
email: [],
|
|
7759
7759
|
keepEmptyFolders: [],
|
|
7760
7760
|
parentCommitId: [],
|
|
7761
|
-
putFiles: (_) => se_PutFileEntries(_, context),
|
|
7761
|
+
putFiles: /* @__PURE__ */ __name((_) => se_PutFileEntries(_, context), "putFiles"),
|
|
7762
7762
|
repositoryName: [],
|
|
7763
7763
|
setFileModes: import_smithy_client._json
|
|
7764
7764
|
});
|
|
@@ -7776,7 +7776,7 @@ var se_CreateUnreferencedMergeCommitInput = /* @__PURE__ */ __name((input, conte
|
|
|
7776
7776
|
authorName: [],
|
|
7777
7777
|
commitMessage: [],
|
|
7778
7778
|
conflictDetailLevel: [],
|
|
7779
|
-
conflictResolution: (_) => se_ConflictResolution(_, context),
|
|
7779
|
+
conflictResolution: /* @__PURE__ */ __name((_) => se_ConflictResolution(_, context), "conflictResolution"),
|
|
7780
7780
|
conflictResolutionStrategy: [],
|
|
7781
7781
|
destinationCommitSpecifier: [],
|
|
7782
7782
|
email: [],
|
|
@@ -7791,7 +7791,7 @@ var se_MergeBranchesBySquashInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
7791
7791
|
authorName: [],
|
|
7792
7792
|
commitMessage: [],
|
|
7793
7793
|
conflictDetailLevel: [],
|
|
7794
|
-
conflictResolution: (_) => se_ConflictResolution(_, context),
|
|
7794
|
+
conflictResolution: /* @__PURE__ */ __name((_) => se_ConflictResolution(_, context), "conflictResolution"),
|
|
7795
7795
|
conflictResolutionStrategy: [],
|
|
7796
7796
|
destinationCommitSpecifier: [],
|
|
7797
7797
|
email: [],
|
|
@@ -7806,7 +7806,7 @@ var se_MergeBranchesByThreeWayInput = /* @__PURE__ */ __name((input, context) =>
|
|
|
7806
7806
|
authorName: [],
|
|
7807
7807
|
commitMessage: [],
|
|
7808
7808
|
conflictDetailLevel: [],
|
|
7809
|
-
conflictResolution: (_) => se_ConflictResolution(_, context),
|
|
7809
|
+
conflictResolution: /* @__PURE__ */ __name((_) => se_ConflictResolution(_, context), "conflictResolution"),
|
|
7810
7810
|
conflictResolutionStrategy: [],
|
|
7811
7811
|
destinationCommitSpecifier: [],
|
|
7812
7812
|
email: [],
|
|
@@ -7821,7 +7821,7 @@ var se_MergePullRequestBySquashInput = /* @__PURE__ */ __name((input, context) =
|
|
|
7821
7821
|
authorName: [],
|
|
7822
7822
|
commitMessage: [],
|
|
7823
7823
|
conflictDetailLevel: [],
|
|
7824
|
-
conflictResolution: (_) => se_ConflictResolution(_, context),
|
|
7824
|
+
conflictResolution: /* @__PURE__ */ __name((_) => se_ConflictResolution(_, context), "conflictResolution"),
|
|
7825
7825
|
conflictResolutionStrategy: [],
|
|
7826
7826
|
email: [],
|
|
7827
7827
|
keepEmptyFolders: [],
|
|
@@ -7835,7 +7835,7 @@ var se_MergePullRequestByThreeWayInput = /* @__PURE__ */ __name((input, context)
|
|
|
7835
7835
|
authorName: [],
|
|
7836
7836
|
commitMessage: [],
|
|
7837
7837
|
conflictDetailLevel: [],
|
|
7838
|
-
conflictResolution: (_) => se_ConflictResolution(_, context),
|
|
7838
|
+
conflictResolution: /* @__PURE__ */ __name((_) => se_ConflictResolution(_, context), "conflictResolution"),
|
|
7839
7839
|
conflictResolutionStrategy: [],
|
|
7840
7840
|
email: [],
|
|
7841
7841
|
keepEmptyFolders: [],
|
|
@@ -7916,8 +7916,8 @@ var de_ApprovalRule = /* @__PURE__ */ __name((output, context) => {
|
|
|
7916
7916
|
approvalRuleContent: import_smithy_client.expectString,
|
|
7917
7917
|
approvalRuleId: import_smithy_client.expectString,
|
|
7918
7918
|
approvalRuleName: import_smithy_client.expectString,
|
|
7919
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7920
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7919
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
7920
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
7921
7921
|
lastModifiedUser: import_smithy_client.expectString,
|
|
7922
7922
|
originApprovalRuleTemplate: import_smithy_client._json,
|
|
7923
7923
|
ruleContentSha256: import_smithy_client.expectString
|
|
@@ -7935,8 +7935,8 @@ var de_ApprovalRuleTemplate = /* @__PURE__ */ __name((output, context) => {
|
|
|
7935
7935
|
approvalRuleTemplateDescription: import_smithy_client.expectString,
|
|
7936
7936
|
approvalRuleTemplateId: import_smithy_client.expectString,
|
|
7937
7937
|
approvalRuleTemplateName: import_smithy_client.expectString,
|
|
7938
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7939
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7938
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
7939
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
7940
7940
|
lastModifiedUser: import_smithy_client.expectString,
|
|
7941
7941
|
ruleContentSha256: import_smithy_client.expectString
|
|
7942
7942
|
});
|
|
@@ -7944,7 +7944,7 @@ var de_ApprovalRuleTemplate = /* @__PURE__ */ __name((output, context) => {
|
|
|
7944
7944
|
var de_BatchGetRepositoriesOutput = /* @__PURE__ */ __name((output, context) => {
|
|
7945
7945
|
return (0, import_smithy_client.take)(output, {
|
|
7946
7946
|
errors: import_smithy_client._json,
|
|
7947
|
-
repositories: (_) => de_RepositoryMetadataList(_, context),
|
|
7947
|
+
repositories: /* @__PURE__ */ __name((_) => de_RepositoryMetadataList(_, context), "repositories"),
|
|
7948
7948
|
repositoriesNotFound: import_smithy_client._json
|
|
7949
7949
|
});
|
|
7950
7950
|
}, "de_BatchGetRepositoriesOutput");
|
|
@@ -7955,10 +7955,10 @@ var de_Comment = /* @__PURE__ */ __name((output, context) => {
|
|
|
7955
7955
|
clientRequestToken: import_smithy_client.expectString,
|
|
7956
7956
|
commentId: import_smithy_client.expectString,
|
|
7957
7957
|
content: import_smithy_client.expectString,
|
|
7958
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7958
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
7959
7959
|
deleted: import_smithy_client.expectBoolean,
|
|
7960
7960
|
inReplyTo: import_smithy_client.expectString,
|
|
7961
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7961
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
7962
7962
|
reactionCounts: import_smithy_client._json
|
|
7963
7963
|
});
|
|
7964
7964
|
}, "de_Comment");
|
|
@@ -7974,7 +7974,7 @@ var de_CommentsForComparedCommit = /* @__PURE__ */ __name((output, context) => {
|
|
|
7974
7974
|
afterCommitId: import_smithy_client.expectString,
|
|
7975
7975
|
beforeBlobId: import_smithy_client.expectString,
|
|
7976
7976
|
beforeCommitId: import_smithy_client.expectString,
|
|
7977
|
-
comments: (_) => de_Comments(_, context),
|
|
7977
|
+
comments: /* @__PURE__ */ __name((_) => de_Comments(_, context), "comments"),
|
|
7978
7978
|
location: import_smithy_client._json,
|
|
7979
7979
|
repositoryName: import_smithy_client.expectString
|
|
7980
7980
|
});
|
|
@@ -7991,7 +7991,7 @@ var de_CommentsForPullRequest = /* @__PURE__ */ __name((output, context) => {
|
|
|
7991
7991
|
afterCommitId: import_smithy_client.expectString,
|
|
7992
7992
|
beforeBlobId: import_smithy_client.expectString,
|
|
7993
7993
|
beforeCommitId: import_smithy_client.expectString,
|
|
7994
|
-
comments: (_) => de_Comments(_, context),
|
|
7994
|
+
comments: /* @__PURE__ */ __name((_) => de_Comments(_, context), "comments"),
|
|
7995
7995
|
location: import_smithy_client._json,
|
|
7996
7996
|
pullRequestId: import_smithy_client.expectString,
|
|
7997
7997
|
repositoryName: import_smithy_client.expectString
|
|
@@ -8005,38 +8005,38 @@ var de_CommentsForPullRequestData = /* @__PURE__ */ __name((output, context) =>
|
|
|
8005
8005
|
}, "de_CommentsForPullRequestData");
|
|
8006
8006
|
var de_CreateApprovalRuleTemplateOutput = /* @__PURE__ */ __name((output, context) => {
|
|
8007
8007
|
return (0, import_smithy_client.take)(output, {
|
|
8008
|
-
approvalRuleTemplate: (_) => de_ApprovalRuleTemplate(_, context)
|
|
8008
|
+
approvalRuleTemplate: /* @__PURE__ */ __name((_) => de_ApprovalRuleTemplate(_, context), "approvalRuleTemplate")
|
|
8009
8009
|
});
|
|
8010
8010
|
}, "de_CreateApprovalRuleTemplateOutput");
|
|
8011
8011
|
var de_CreatePullRequestApprovalRuleOutput = /* @__PURE__ */ __name((output, context) => {
|
|
8012
8012
|
return (0, import_smithy_client.take)(output, {
|
|
8013
|
-
approvalRule: (_) => de_ApprovalRule(_, context)
|
|
8013
|
+
approvalRule: /* @__PURE__ */ __name((_) => de_ApprovalRule(_, context), "approvalRule")
|
|
8014
8014
|
});
|
|
8015
8015
|
}, "de_CreatePullRequestApprovalRuleOutput");
|
|
8016
8016
|
var de_CreatePullRequestOutput = /* @__PURE__ */ __name((output, context) => {
|
|
8017
8017
|
return (0, import_smithy_client.take)(output, {
|
|
8018
|
-
pullRequest: (_) => de_PullRequest(_, context)
|
|
8018
|
+
pullRequest: /* @__PURE__ */ __name((_) => de_PullRequest(_, context), "pullRequest")
|
|
8019
8019
|
});
|
|
8020
8020
|
}, "de_CreatePullRequestOutput");
|
|
8021
8021
|
var de_CreateRepositoryOutput = /* @__PURE__ */ __name((output, context) => {
|
|
8022
8022
|
return (0, import_smithy_client.take)(output, {
|
|
8023
|
-
repositoryMetadata: (_) => de_RepositoryMetadata(_, context)
|
|
8023
|
+
repositoryMetadata: /* @__PURE__ */ __name((_) => de_RepositoryMetadata(_, context), "repositoryMetadata")
|
|
8024
8024
|
});
|
|
8025
8025
|
}, "de_CreateRepositoryOutput");
|
|
8026
8026
|
var de_DeleteCommentContentOutput = /* @__PURE__ */ __name((output, context) => {
|
|
8027
8027
|
return (0, import_smithy_client.take)(output, {
|
|
8028
|
-
comment: (_) => de_Comment(_, context)
|
|
8028
|
+
comment: /* @__PURE__ */ __name((_) => de_Comment(_, context), "comment")
|
|
8029
8029
|
});
|
|
8030
8030
|
}, "de_DeleteCommentContentOutput");
|
|
8031
8031
|
var de_DescribePullRequestEventsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
8032
8032
|
return (0, import_smithy_client.take)(output, {
|
|
8033
8033
|
nextToken: import_smithy_client.expectString,
|
|
8034
|
-
pullRequestEvents: (_) => de_PullRequestEventList(_, context)
|
|
8034
|
+
pullRequestEvents: /* @__PURE__ */ __name((_) => de_PullRequestEventList(_, context), "pullRequestEvents")
|
|
8035
8035
|
});
|
|
8036
8036
|
}, "de_DescribePullRequestEventsOutput");
|
|
8037
8037
|
var de_GetApprovalRuleTemplateOutput = /* @__PURE__ */ __name((output, context) => {
|
|
8038
8038
|
return (0, import_smithy_client.take)(output, {
|
|
8039
|
-
approvalRuleTemplate: (_) => de_ApprovalRuleTemplate(_, context)
|
|
8039
|
+
approvalRuleTemplate: /* @__PURE__ */ __name((_) => de_ApprovalRuleTemplate(_, context), "approvalRuleTemplate")
|
|
8040
8040
|
});
|
|
8041
8041
|
}, "de_GetApprovalRuleTemplateOutput");
|
|
8042
8042
|
var de_GetBlobOutput = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -8046,18 +8046,18 @@ var de_GetBlobOutput = /* @__PURE__ */ __name((output, context) => {
|
|
|
8046
8046
|
}, "de_GetBlobOutput");
|
|
8047
8047
|
var de_GetCommentOutput = /* @__PURE__ */ __name((output, context) => {
|
|
8048
8048
|
return (0, import_smithy_client.take)(output, {
|
|
8049
|
-
comment: (_) => de_Comment(_, context)
|
|
8049
|
+
comment: /* @__PURE__ */ __name((_) => de_Comment(_, context), "comment")
|
|
8050
8050
|
});
|
|
8051
8051
|
}, "de_GetCommentOutput");
|
|
8052
8052
|
var de_GetCommentsForComparedCommitOutput = /* @__PURE__ */ __name((output, context) => {
|
|
8053
8053
|
return (0, import_smithy_client.take)(output, {
|
|
8054
|
-
commentsForComparedCommitData: (_) => de_CommentsForComparedCommitData(_, context),
|
|
8054
|
+
commentsForComparedCommitData: /* @__PURE__ */ __name((_) => de_CommentsForComparedCommitData(_, context), "commentsForComparedCommitData"),
|
|
8055
8055
|
nextToken: import_smithy_client.expectString
|
|
8056
8056
|
});
|
|
8057
8057
|
}, "de_GetCommentsForComparedCommitOutput");
|
|
8058
8058
|
var de_GetCommentsForPullRequestOutput = /* @__PURE__ */ __name((output, context) => {
|
|
8059
8059
|
return (0, import_smithy_client.take)(output, {
|
|
8060
|
-
commentsForPullRequestData: (_) => de_CommentsForPullRequestData(_, context),
|
|
8060
|
+
commentsForPullRequestData: /* @__PURE__ */ __name((_) => de_CommentsForPullRequestData(_, context), "commentsForPullRequestData"),
|
|
8061
8061
|
nextToken: import_smithy_client.expectString
|
|
8062
8062
|
});
|
|
8063
8063
|
}, "de_GetCommentsForPullRequestOutput");
|
|
@@ -8073,27 +8073,27 @@ var de_GetFileOutput = /* @__PURE__ */ __name((output, context) => {
|
|
|
8073
8073
|
}, "de_GetFileOutput");
|
|
8074
8074
|
var de_GetPullRequestOutput = /* @__PURE__ */ __name((output, context) => {
|
|
8075
8075
|
return (0, import_smithy_client.take)(output, {
|
|
8076
|
-
pullRequest: (_) => de_PullRequest(_, context)
|
|
8076
|
+
pullRequest: /* @__PURE__ */ __name((_) => de_PullRequest(_, context), "pullRequest")
|
|
8077
8077
|
});
|
|
8078
8078
|
}, "de_GetPullRequestOutput");
|
|
8079
8079
|
var de_GetRepositoryOutput = /* @__PURE__ */ __name((output, context) => {
|
|
8080
8080
|
return (0, import_smithy_client.take)(output, {
|
|
8081
|
-
repositoryMetadata: (_) => de_RepositoryMetadata(_, context)
|
|
8081
|
+
repositoryMetadata: /* @__PURE__ */ __name((_) => de_RepositoryMetadata(_, context), "repositoryMetadata")
|
|
8082
8082
|
});
|
|
8083
8083
|
}, "de_GetRepositoryOutput");
|
|
8084
8084
|
var de_MergePullRequestByFastForwardOutput = /* @__PURE__ */ __name((output, context) => {
|
|
8085
8085
|
return (0, import_smithy_client.take)(output, {
|
|
8086
|
-
pullRequest: (_) => de_PullRequest(_, context)
|
|
8086
|
+
pullRequest: /* @__PURE__ */ __name((_) => de_PullRequest(_, context), "pullRequest")
|
|
8087
8087
|
});
|
|
8088
8088
|
}, "de_MergePullRequestByFastForwardOutput");
|
|
8089
8089
|
var de_MergePullRequestBySquashOutput = /* @__PURE__ */ __name((output, context) => {
|
|
8090
8090
|
return (0, import_smithy_client.take)(output, {
|
|
8091
|
-
pullRequest: (_) => de_PullRequest(_, context)
|
|
8091
|
+
pullRequest: /* @__PURE__ */ __name((_) => de_PullRequest(_, context), "pullRequest")
|
|
8092
8092
|
});
|
|
8093
8093
|
}, "de_MergePullRequestBySquashOutput");
|
|
8094
8094
|
var de_MergePullRequestByThreeWayOutput = /* @__PURE__ */ __name((output, context) => {
|
|
8095
8095
|
return (0, import_smithy_client.take)(output, {
|
|
8096
|
-
pullRequest: (_) => de_PullRequest(_, context)
|
|
8096
|
+
pullRequest: /* @__PURE__ */ __name((_) => de_PullRequest(_, context), "pullRequest")
|
|
8097
8097
|
});
|
|
8098
8098
|
}, "de_MergePullRequestByThreeWayOutput");
|
|
8099
8099
|
var de_PostCommentForComparedCommitOutput = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -8102,7 +8102,7 @@ var de_PostCommentForComparedCommitOutput = /* @__PURE__ */ __name((output, cont
|
|
|
8102
8102
|
afterCommitId: import_smithy_client.expectString,
|
|
8103
8103
|
beforeBlobId: import_smithy_client.expectString,
|
|
8104
8104
|
beforeCommitId: import_smithy_client.expectString,
|
|
8105
|
-
comment: (_) => de_Comment(_, context),
|
|
8105
|
+
comment: /* @__PURE__ */ __name((_) => de_Comment(_, context), "comment"),
|
|
8106
8106
|
location: import_smithy_client._json,
|
|
8107
8107
|
repositoryName: import_smithy_client.expectString
|
|
8108
8108
|
});
|
|
@@ -8113,7 +8113,7 @@ var de_PostCommentForPullRequestOutput = /* @__PURE__ */ __name((output, context
|
|
|
8113
8113
|
afterCommitId: import_smithy_client.expectString,
|
|
8114
8114
|
beforeBlobId: import_smithy_client.expectString,
|
|
8115
8115
|
beforeCommitId: import_smithy_client.expectString,
|
|
8116
|
-
comment: (_) => de_Comment(_, context),
|
|
8116
|
+
comment: /* @__PURE__ */ __name((_) => de_Comment(_, context), "comment"),
|
|
8117
8117
|
location: import_smithy_client._json,
|
|
8118
8118
|
pullRequestId: import_smithy_client.expectString,
|
|
8119
8119
|
repositoryName: import_smithy_client.expectString
|
|
@@ -8121,17 +8121,17 @@ var de_PostCommentForPullRequestOutput = /* @__PURE__ */ __name((output, context
|
|
|
8121
8121
|
}, "de_PostCommentForPullRequestOutput");
|
|
8122
8122
|
var de_PostCommentReplyOutput = /* @__PURE__ */ __name((output, context) => {
|
|
8123
8123
|
return (0, import_smithy_client.take)(output, {
|
|
8124
|
-
comment: (_) => de_Comment(_, context)
|
|
8124
|
+
comment: /* @__PURE__ */ __name((_) => de_Comment(_, context), "comment")
|
|
8125
8125
|
});
|
|
8126
8126
|
}, "de_PostCommentReplyOutput");
|
|
8127
8127
|
var de_PullRequest = /* @__PURE__ */ __name((output, context) => {
|
|
8128
8128
|
return (0, import_smithy_client.take)(output, {
|
|
8129
|
-
approvalRules: (_) => de_ApprovalRulesList(_, context),
|
|
8129
|
+
approvalRules: /* @__PURE__ */ __name((_) => de_ApprovalRulesList(_, context), "approvalRules"),
|
|
8130
8130
|
authorArn: import_smithy_client.expectString,
|
|
8131
8131
|
clientRequestToken: import_smithy_client.expectString,
|
|
8132
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
8132
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
8133
8133
|
description: import_smithy_client.expectString,
|
|
8134
|
-
lastActivityDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
8134
|
+
lastActivityDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastActivityDate"),
|
|
8135
8135
|
pullRequestId: import_smithy_client.expectString,
|
|
8136
8136
|
pullRequestStatus: import_smithy_client.expectString,
|
|
8137
8137
|
pullRequestTargets: import_smithy_client._json,
|
|
@@ -8145,7 +8145,7 @@ var de_PullRequestEvent = /* @__PURE__ */ __name((output, context) => {
|
|
|
8145
8145
|
approvalRuleEventMetadata: import_smithy_client._json,
|
|
8146
8146
|
approvalRuleOverriddenEventMetadata: import_smithy_client._json,
|
|
8147
8147
|
approvalStateChangedEventMetadata: import_smithy_client._json,
|
|
8148
|
-
eventDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
8148
|
+
eventDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "eventDate"),
|
|
8149
8149
|
pullRequestCreatedEventMetadata: import_smithy_client._json,
|
|
8150
8150
|
pullRequestEventType: import_smithy_client.expectString,
|
|
8151
8151
|
pullRequestId: import_smithy_client.expectString,
|
|
@@ -8166,10 +8166,10 @@ var de_RepositoryMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
|
8166
8166
|
accountId: import_smithy_client.expectString,
|
|
8167
8167
|
cloneUrlHttp: import_smithy_client.expectString,
|
|
8168
8168
|
cloneUrlSsh: import_smithy_client.expectString,
|
|
8169
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
8169
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
8170
8170
|
defaultBranch: import_smithy_client.expectString,
|
|
8171
8171
|
kmsKeyId: import_smithy_client.expectString,
|
|
8172
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
8172
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
8173
8173
|
repositoryDescription: import_smithy_client.expectString,
|
|
8174
8174
|
repositoryId: import_smithy_client.expectString,
|
|
8175
8175
|
repositoryName: import_smithy_client.expectString
|
|
@@ -8183,42 +8183,42 @@ var de_RepositoryMetadataList = /* @__PURE__ */ __name((output, context) => {
|
|
|
8183
8183
|
}, "de_RepositoryMetadataList");
|
|
8184
8184
|
var de_UpdateApprovalRuleTemplateContentOutput = /* @__PURE__ */ __name((output, context) => {
|
|
8185
8185
|
return (0, import_smithy_client.take)(output, {
|
|
8186
|
-
approvalRuleTemplate: (_) => de_ApprovalRuleTemplate(_, context)
|
|
8186
|
+
approvalRuleTemplate: /* @__PURE__ */ __name((_) => de_ApprovalRuleTemplate(_, context), "approvalRuleTemplate")
|
|
8187
8187
|
});
|
|
8188
8188
|
}, "de_UpdateApprovalRuleTemplateContentOutput");
|
|
8189
8189
|
var de_UpdateApprovalRuleTemplateDescriptionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
8190
8190
|
return (0, import_smithy_client.take)(output, {
|
|
8191
|
-
approvalRuleTemplate: (_) => de_ApprovalRuleTemplate(_, context)
|
|
8191
|
+
approvalRuleTemplate: /* @__PURE__ */ __name((_) => de_ApprovalRuleTemplate(_, context), "approvalRuleTemplate")
|
|
8192
8192
|
});
|
|
8193
8193
|
}, "de_UpdateApprovalRuleTemplateDescriptionOutput");
|
|
8194
8194
|
var de_UpdateApprovalRuleTemplateNameOutput = /* @__PURE__ */ __name((output, context) => {
|
|
8195
8195
|
return (0, import_smithy_client.take)(output, {
|
|
8196
|
-
approvalRuleTemplate: (_) => de_ApprovalRuleTemplate(_, context)
|
|
8196
|
+
approvalRuleTemplate: /* @__PURE__ */ __name((_) => de_ApprovalRuleTemplate(_, context), "approvalRuleTemplate")
|
|
8197
8197
|
});
|
|
8198
8198
|
}, "de_UpdateApprovalRuleTemplateNameOutput");
|
|
8199
8199
|
var de_UpdateCommentOutput = /* @__PURE__ */ __name((output, context) => {
|
|
8200
8200
|
return (0, import_smithy_client.take)(output, {
|
|
8201
|
-
comment: (_) => de_Comment(_, context)
|
|
8201
|
+
comment: /* @__PURE__ */ __name((_) => de_Comment(_, context), "comment")
|
|
8202
8202
|
});
|
|
8203
8203
|
}, "de_UpdateCommentOutput");
|
|
8204
8204
|
var de_UpdatePullRequestApprovalRuleContentOutput = /* @__PURE__ */ __name((output, context) => {
|
|
8205
8205
|
return (0, import_smithy_client.take)(output, {
|
|
8206
|
-
approvalRule: (_) => de_ApprovalRule(_, context)
|
|
8206
|
+
approvalRule: /* @__PURE__ */ __name((_) => de_ApprovalRule(_, context), "approvalRule")
|
|
8207
8207
|
});
|
|
8208
8208
|
}, "de_UpdatePullRequestApprovalRuleContentOutput");
|
|
8209
8209
|
var de_UpdatePullRequestDescriptionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
8210
8210
|
return (0, import_smithy_client.take)(output, {
|
|
8211
|
-
pullRequest: (_) => de_PullRequest(_, context)
|
|
8211
|
+
pullRequest: /* @__PURE__ */ __name((_) => de_PullRequest(_, context), "pullRequest")
|
|
8212
8212
|
});
|
|
8213
8213
|
}, "de_UpdatePullRequestDescriptionOutput");
|
|
8214
8214
|
var de_UpdatePullRequestStatusOutput = /* @__PURE__ */ __name((output, context) => {
|
|
8215
8215
|
return (0, import_smithy_client.take)(output, {
|
|
8216
|
-
pullRequest: (_) => de_PullRequest(_, context)
|
|
8216
|
+
pullRequest: /* @__PURE__ */ __name((_) => de_PullRequest(_, context), "pullRequest")
|
|
8217
8217
|
});
|
|
8218
8218
|
}, "de_UpdatePullRequestStatusOutput");
|
|
8219
8219
|
var de_UpdatePullRequestTitleOutput = /* @__PURE__ */ __name((output, context) => {
|
|
8220
8220
|
return (0, import_smithy_client.take)(output, {
|
|
8221
|
-
pullRequest: (_) => de_PullRequest(_, context)
|
|
8221
|
+
pullRequest: /* @__PURE__ */ __name((_) => de_PullRequest(_, context), "pullRequest")
|
|
8222
8222
|
});
|
|
8223
8223
|
}, "de_UpdatePullRequestTitleOutput");
|
|
8224
8224
|
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codecommit",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codecommit Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-codecommit",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|