@aws-sdk/client-codecommit 3.986.0 → 3.988.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 +98 -6251
- package/dist-cjs/models/CodeCommitServiceException.js +12 -0
- package/dist-cjs/models/errors.js +2464 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +3271 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1203 -1197
- package/dist-types/schemas/schemas_0.d.ts +186 -179
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +181 -179
- package/package.json +13 -13
|
@@ -1,64 +1,38 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var CodeCommitServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var ActorDoesNotExistException$: StaticErrorSchema;
|
|
7
|
-
export declare var Approval$: StaticStructureSchema;
|
|
8
|
-
export declare var ApprovalRule$: StaticStructureSchema;
|
|
9
9
|
export declare var ApprovalRuleContentRequiredException$: StaticErrorSchema;
|
|
10
10
|
export declare var ApprovalRuleDoesNotExistException$: StaticErrorSchema;
|
|
11
|
-
export declare var ApprovalRuleEventMetadata$: StaticStructureSchema;
|
|
12
11
|
export declare var ApprovalRuleNameAlreadyExistsException$: StaticErrorSchema;
|
|
13
12
|
export declare var ApprovalRuleNameRequiredException$: StaticErrorSchema;
|
|
14
|
-
export declare var ApprovalRuleOverriddenEventMetadata$: StaticStructureSchema;
|
|
15
|
-
export declare var ApprovalRuleTemplate$: StaticStructureSchema;
|
|
16
13
|
export declare var ApprovalRuleTemplateContentRequiredException$: StaticErrorSchema;
|
|
17
14
|
export declare var ApprovalRuleTemplateDoesNotExistException$: StaticErrorSchema;
|
|
18
15
|
export declare var ApprovalRuleTemplateInUseException$: StaticErrorSchema;
|
|
19
16
|
export declare var ApprovalRuleTemplateNameAlreadyExistsException$: StaticErrorSchema;
|
|
20
17
|
export declare var ApprovalRuleTemplateNameRequiredException$: StaticErrorSchema;
|
|
21
|
-
export declare var ApprovalStateChangedEventMetadata$: StaticStructureSchema;
|
|
22
18
|
export declare var ApprovalStateRequiredException$: StaticErrorSchema;
|
|
23
|
-
export declare var AssociateApprovalRuleTemplateWithRepositoryInput$: StaticStructureSchema;
|
|
24
19
|
export declare var AuthorDoesNotExistException$: StaticErrorSchema;
|
|
25
|
-
export declare var BatchAssociateApprovalRuleTemplateWithRepositoriesError$: StaticStructureSchema;
|
|
26
|
-
export declare var BatchAssociateApprovalRuleTemplateWithRepositoriesInput$: StaticStructureSchema;
|
|
27
|
-
export declare var BatchAssociateApprovalRuleTemplateWithRepositoriesOutput$: StaticStructureSchema;
|
|
28
|
-
export declare var BatchDescribeMergeConflictsError$: StaticStructureSchema;
|
|
29
|
-
export declare var BatchDescribeMergeConflictsInput$: StaticStructureSchema;
|
|
30
|
-
export declare var BatchDescribeMergeConflictsOutput$: StaticStructureSchema;
|
|
31
|
-
export declare var BatchDisassociateApprovalRuleTemplateFromRepositoriesError$: StaticStructureSchema;
|
|
32
|
-
export declare var BatchDisassociateApprovalRuleTemplateFromRepositoriesInput$: StaticStructureSchema;
|
|
33
|
-
export declare var BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput$: StaticStructureSchema;
|
|
34
|
-
export declare var BatchGetCommitsError$: StaticStructureSchema;
|
|
35
|
-
export declare var BatchGetCommitsInput$: StaticStructureSchema;
|
|
36
|
-
export declare var BatchGetCommitsOutput$: StaticStructureSchema;
|
|
37
|
-
export declare var BatchGetRepositoriesError$: StaticStructureSchema;
|
|
38
|
-
export declare var BatchGetRepositoriesInput$: StaticStructureSchema;
|
|
39
|
-
export declare var BatchGetRepositoriesOutput$: StaticStructureSchema;
|
|
40
20
|
export declare var BeforeCommitIdAndAfterCommitIdAreSameException$: StaticErrorSchema;
|
|
41
21
|
export declare var BlobIdDoesNotExistException$: StaticErrorSchema;
|
|
42
22
|
export declare var BlobIdRequiredException$: StaticErrorSchema;
|
|
43
|
-
export declare var BlobMetadata$: StaticStructureSchema;
|
|
44
23
|
export declare var BranchDoesNotExistException$: StaticErrorSchema;
|
|
45
|
-
export declare var BranchInfo$: StaticStructureSchema;
|
|
46
24
|
export declare var BranchNameExistsException$: StaticErrorSchema;
|
|
47
25
|
export declare var BranchNameIsTagNameException$: StaticErrorSchema;
|
|
48
26
|
export declare var BranchNameRequiredException$: StaticErrorSchema;
|
|
49
27
|
export declare var CannotDeleteApprovalRuleFromTemplateException$: StaticErrorSchema;
|
|
50
28
|
export declare var CannotModifyApprovalRuleFromTemplateException$: StaticErrorSchema;
|
|
51
29
|
export declare var ClientRequestTokenRequiredException$: StaticErrorSchema;
|
|
52
|
-
export declare var Comment$: StaticStructureSchema;
|
|
53
30
|
export declare var CommentContentRequiredException$: StaticErrorSchema;
|
|
54
31
|
export declare var CommentContentSizeLimitExceededException$: StaticErrorSchema;
|
|
55
32
|
export declare var CommentDeletedException$: StaticErrorSchema;
|
|
56
33
|
export declare var CommentDoesNotExistException$: StaticErrorSchema;
|
|
57
34
|
export declare var CommentIdRequiredException$: StaticErrorSchema;
|
|
58
35
|
export declare var CommentNotCreatedByCallerException$: StaticErrorSchema;
|
|
59
|
-
export declare var CommentsForComparedCommit$: StaticStructureSchema;
|
|
60
|
-
export declare var CommentsForPullRequest$: StaticStructureSchema;
|
|
61
|
-
export declare var Commit$: StaticStructureSchema;
|
|
62
36
|
export declare var CommitDoesNotExistException$: StaticErrorSchema;
|
|
63
37
|
export declare var CommitIdDoesNotExistException$: StaticErrorSchema;
|
|
64
38
|
export declare var CommitIdRequiredException$: StaticErrorSchema;
|
|
@@ -67,43 +41,8 @@ export declare var CommitIdsListRequiredException$: StaticErrorSchema;
|
|
|
67
41
|
export declare var CommitMessageLengthExceededException$: StaticErrorSchema;
|
|
68
42
|
export declare var CommitRequiredException$: StaticErrorSchema;
|
|
69
43
|
export declare var ConcurrentReferenceUpdateException$: StaticErrorSchema;
|
|
70
|
-
export declare var Conflict$: StaticStructureSchema;
|
|
71
|
-
export declare var ConflictMetadata$: StaticStructureSchema;
|
|
72
|
-
export declare var ConflictResolution$: StaticStructureSchema;
|
|
73
|
-
export declare var CreateApprovalRuleTemplateInput$: StaticStructureSchema;
|
|
74
|
-
export declare var CreateApprovalRuleTemplateOutput$: StaticStructureSchema;
|
|
75
|
-
export declare var CreateBranchInput$: StaticStructureSchema;
|
|
76
|
-
export declare var CreateCommitInput$: StaticStructureSchema;
|
|
77
|
-
export declare var CreateCommitOutput$: StaticStructureSchema;
|
|
78
|
-
export declare var CreatePullRequestApprovalRuleInput$: StaticStructureSchema;
|
|
79
|
-
export declare var CreatePullRequestApprovalRuleOutput$: StaticStructureSchema;
|
|
80
|
-
export declare var CreatePullRequestInput$: StaticStructureSchema;
|
|
81
|
-
export declare var CreatePullRequestOutput$: StaticStructureSchema;
|
|
82
|
-
export declare var CreateRepositoryInput$: StaticStructureSchema;
|
|
83
|
-
export declare var CreateRepositoryOutput$: StaticStructureSchema;
|
|
84
|
-
export declare var CreateUnreferencedMergeCommitInput$: StaticStructureSchema;
|
|
85
|
-
export declare var CreateUnreferencedMergeCommitOutput$: StaticStructureSchema;
|
|
86
44
|
export declare var DefaultBranchCannotBeDeletedException$: StaticErrorSchema;
|
|
87
|
-
export declare var DeleteApprovalRuleTemplateInput$: StaticStructureSchema;
|
|
88
|
-
export declare var DeleteApprovalRuleTemplateOutput$: StaticStructureSchema;
|
|
89
|
-
export declare var DeleteBranchInput$: StaticStructureSchema;
|
|
90
|
-
export declare var DeleteBranchOutput$: StaticStructureSchema;
|
|
91
|
-
export declare var DeleteCommentContentInput$: StaticStructureSchema;
|
|
92
|
-
export declare var DeleteCommentContentOutput$: StaticStructureSchema;
|
|
93
|
-
export declare var DeleteFileEntry$: StaticStructureSchema;
|
|
94
|
-
export declare var DeleteFileInput$: StaticStructureSchema;
|
|
95
|
-
export declare var DeleteFileOutput$: StaticStructureSchema;
|
|
96
|
-
export declare var DeletePullRequestApprovalRuleInput$: StaticStructureSchema;
|
|
97
|
-
export declare var DeletePullRequestApprovalRuleOutput$: StaticStructureSchema;
|
|
98
|
-
export declare var DeleteRepositoryInput$: StaticStructureSchema;
|
|
99
|
-
export declare var DeleteRepositoryOutput$: StaticStructureSchema;
|
|
100
|
-
export declare var DescribeMergeConflictsInput$: StaticStructureSchema;
|
|
101
|
-
export declare var DescribeMergeConflictsOutput$: StaticStructureSchema;
|
|
102
|
-
export declare var DescribePullRequestEventsInput$: StaticStructureSchema;
|
|
103
|
-
export declare var DescribePullRequestEventsOutput$: StaticStructureSchema;
|
|
104
|
-
export declare var Difference$: StaticStructureSchema;
|
|
105
45
|
export declare var DirectoryNameConflictsWithFileNameException$: StaticErrorSchema;
|
|
106
|
-
export declare var DisassociateApprovalRuleTemplateFromRepositoryInput$: StaticStructureSchema;
|
|
107
46
|
export declare var EncryptionIntegrityChecksFailedException$: StaticErrorSchema;
|
|
108
47
|
export declare var EncryptionKeyAccessDeniedException$: StaticErrorSchema;
|
|
109
48
|
export declare var EncryptionKeyDisabledException$: StaticErrorSchema;
|
|
@@ -112,64 +51,17 @@ export declare var EncryptionKeyInvalidUsageException$: StaticErrorSchema;
|
|
|
112
51
|
export declare var EncryptionKeyNotFoundException$: StaticErrorSchema;
|
|
113
52
|
export declare var EncryptionKeyRequiredException$: StaticErrorSchema;
|
|
114
53
|
export declare var EncryptionKeyUnavailableException$: StaticErrorSchema;
|
|
115
|
-
export declare var EvaluatePullRequestApprovalRulesInput$: StaticStructureSchema;
|
|
116
|
-
export declare var EvaluatePullRequestApprovalRulesOutput$: StaticStructureSchema;
|
|
117
|
-
export declare var Evaluation$: StaticStructureSchema;
|
|
118
|
-
export declare var File$: StaticStructureSchema;
|
|
119
54
|
export declare var FileContentAndSourceFileSpecifiedException$: StaticErrorSchema;
|
|
120
55
|
export declare var FileContentRequiredException$: StaticErrorSchema;
|
|
121
56
|
export declare var FileContentSizeLimitExceededException$: StaticErrorSchema;
|
|
122
57
|
export declare var FileDoesNotExistException$: StaticErrorSchema;
|
|
123
58
|
export declare var FileEntryRequiredException$: StaticErrorSchema;
|
|
124
|
-
export declare var FileMetadata$: StaticStructureSchema;
|
|
125
59
|
export declare var FileModeRequiredException$: StaticErrorSchema;
|
|
126
|
-
export declare var FileModes$: StaticStructureSchema;
|
|
127
60
|
export declare var FileNameConflictsWithDirectoryNameException$: StaticErrorSchema;
|
|
128
61
|
export declare var FilePathConflictsWithSubmodulePathException$: StaticErrorSchema;
|
|
129
|
-
export declare var FileSizes$: StaticStructureSchema;
|
|
130
62
|
export declare var FileTooLargeException$: StaticErrorSchema;
|
|
131
|
-
export declare var FileVersion$: StaticStructureSchema;
|
|
132
|
-
export declare var Folder$: StaticStructureSchema;
|
|
133
63
|
export declare var FolderContentSizeLimitExceededException$: StaticErrorSchema;
|
|
134
64
|
export declare var FolderDoesNotExistException$: StaticErrorSchema;
|
|
135
|
-
export declare var GetApprovalRuleTemplateInput$: StaticStructureSchema;
|
|
136
|
-
export declare var GetApprovalRuleTemplateOutput$: StaticStructureSchema;
|
|
137
|
-
export declare var GetBlobInput$: StaticStructureSchema;
|
|
138
|
-
export declare var GetBlobOutput$: StaticStructureSchema;
|
|
139
|
-
export declare var GetBranchInput$: StaticStructureSchema;
|
|
140
|
-
export declare var GetBranchOutput$: StaticStructureSchema;
|
|
141
|
-
export declare var GetCommentInput$: StaticStructureSchema;
|
|
142
|
-
export declare var GetCommentOutput$: StaticStructureSchema;
|
|
143
|
-
export declare var GetCommentReactionsInput$: StaticStructureSchema;
|
|
144
|
-
export declare var GetCommentReactionsOutput$: StaticStructureSchema;
|
|
145
|
-
export declare var GetCommentsForComparedCommitInput$: StaticStructureSchema;
|
|
146
|
-
export declare var GetCommentsForComparedCommitOutput$: StaticStructureSchema;
|
|
147
|
-
export declare var GetCommentsForPullRequestInput$: StaticStructureSchema;
|
|
148
|
-
export declare var GetCommentsForPullRequestOutput$: StaticStructureSchema;
|
|
149
|
-
export declare var GetCommitInput$: StaticStructureSchema;
|
|
150
|
-
export declare var GetCommitOutput$: StaticStructureSchema;
|
|
151
|
-
export declare var GetDifferencesInput$: StaticStructureSchema;
|
|
152
|
-
export declare var GetDifferencesOutput$: StaticStructureSchema;
|
|
153
|
-
export declare var GetFileInput$: StaticStructureSchema;
|
|
154
|
-
export declare var GetFileOutput$: StaticStructureSchema;
|
|
155
|
-
export declare var GetFolderInput$: StaticStructureSchema;
|
|
156
|
-
export declare var GetFolderOutput$: StaticStructureSchema;
|
|
157
|
-
export declare var GetMergeCommitInput$: StaticStructureSchema;
|
|
158
|
-
export declare var GetMergeCommitOutput$: StaticStructureSchema;
|
|
159
|
-
export declare var GetMergeConflictsInput$: StaticStructureSchema;
|
|
160
|
-
export declare var GetMergeConflictsOutput$: StaticStructureSchema;
|
|
161
|
-
export declare var GetMergeOptionsInput$: StaticStructureSchema;
|
|
162
|
-
export declare var GetMergeOptionsOutput$: StaticStructureSchema;
|
|
163
|
-
export declare var GetPullRequestApprovalStatesInput$: StaticStructureSchema;
|
|
164
|
-
export declare var GetPullRequestApprovalStatesOutput$: StaticStructureSchema;
|
|
165
|
-
export declare var GetPullRequestInput$: StaticStructureSchema;
|
|
166
|
-
export declare var GetPullRequestOutput$: StaticStructureSchema;
|
|
167
|
-
export declare var GetPullRequestOverrideStateInput$: StaticStructureSchema;
|
|
168
|
-
export declare var GetPullRequestOverrideStateOutput$: StaticStructureSchema;
|
|
169
|
-
export declare var GetRepositoryInput$: StaticStructureSchema;
|
|
170
|
-
export declare var GetRepositoryOutput$: StaticStructureSchema;
|
|
171
|
-
export declare var GetRepositoryTriggersInput$: StaticStructureSchema;
|
|
172
|
-
export declare var GetRepositoryTriggersOutput$: StaticStructureSchema;
|
|
173
65
|
export declare var IdempotencyParameterMismatchException$: StaticErrorSchema;
|
|
174
66
|
export declare var InvalidActorArnException$: StaticErrorSchema;
|
|
175
67
|
export declare var InvalidApprovalRuleContentException$: StaticErrorSchema;
|
|
@@ -234,6 +126,185 @@ export declare var InvalidTargetBranchException$: StaticErrorSchema;
|
|
|
234
126
|
export declare var InvalidTargetException$: StaticErrorSchema;
|
|
235
127
|
export declare var InvalidTargetsException$: StaticErrorSchema;
|
|
236
128
|
export declare var InvalidTitleException$: StaticErrorSchema;
|
|
129
|
+
export declare var ManualMergeRequiredException$: StaticErrorSchema;
|
|
130
|
+
export declare var MaximumBranchesExceededException$: StaticErrorSchema;
|
|
131
|
+
export declare var MaximumConflictResolutionEntriesExceededException$: StaticErrorSchema;
|
|
132
|
+
export declare var MaximumFileContentToLoadExceededException$: StaticErrorSchema;
|
|
133
|
+
export declare var MaximumFileEntriesExceededException$: StaticErrorSchema;
|
|
134
|
+
export declare var MaximumItemsToCompareExceededException$: StaticErrorSchema;
|
|
135
|
+
export declare var MaximumNumberOfApprovalsExceededException$: StaticErrorSchema;
|
|
136
|
+
export declare var MaximumOpenPullRequestsExceededException$: StaticErrorSchema;
|
|
137
|
+
export declare var MaximumRepositoryNamesExceededException$: StaticErrorSchema;
|
|
138
|
+
export declare var MaximumRepositoryTriggersExceededException$: StaticErrorSchema;
|
|
139
|
+
export declare var MaximumRuleTemplatesAssociatedWithRepositoryException$: StaticErrorSchema;
|
|
140
|
+
export declare var MergeOptionRequiredException$: StaticErrorSchema;
|
|
141
|
+
export declare var MultipleConflictResolutionEntriesException$: StaticErrorSchema;
|
|
142
|
+
export declare var MultipleRepositoriesInPullRequestException$: StaticErrorSchema;
|
|
143
|
+
export declare var NameLengthExceededException$: StaticErrorSchema;
|
|
144
|
+
export declare var NoChangeException$: StaticErrorSchema;
|
|
145
|
+
export declare var NumberOfRulesExceededException$: StaticErrorSchema;
|
|
146
|
+
export declare var NumberOfRuleTemplatesExceededException$: StaticErrorSchema;
|
|
147
|
+
export declare var OperationNotAllowedException$: StaticErrorSchema;
|
|
148
|
+
export declare var OverrideAlreadySetException$: StaticErrorSchema;
|
|
149
|
+
export declare var OverrideStatusRequiredException$: StaticErrorSchema;
|
|
150
|
+
export declare var ParentCommitDoesNotExistException$: StaticErrorSchema;
|
|
151
|
+
export declare var ParentCommitIdOutdatedException$: StaticErrorSchema;
|
|
152
|
+
export declare var ParentCommitIdRequiredException$: StaticErrorSchema;
|
|
153
|
+
export declare var PathDoesNotExistException$: StaticErrorSchema;
|
|
154
|
+
export declare var PathRequiredException$: StaticErrorSchema;
|
|
155
|
+
export declare var PullRequestAlreadyClosedException$: StaticErrorSchema;
|
|
156
|
+
export declare var PullRequestApprovalRulesNotSatisfiedException$: StaticErrorSchema;
|
|
157
|
+
export declare var PullRequestCannotBeApprovedByAuthorException$: StaticErrorSchema;
|
|
158
|
+
export declare var PullRequestDoesNotExistException$: StaticErrorSchema;
|
|
159
|
+
export declare var PullRequestIdRequiredException$: StaticErrorSchema;
|
|
160
|
+
export declare var PullRequestStatusRequiredException$: StaticErrorSchema;
|
|
161
|
+
export declare var PutFileEntryConflictException$: StaticErrorSchema;
|
|
162
|
+
export declare var ReactionLimitExceededException$: StaticErrorSchema;
|
|
163
|
+
export declare var ReactionValueRequiredException$: StaticErrorSchema;
|
|
164
|
+
export declare var ReferenceDoesNotExistException$: StaticErrorSchema;
|
|
165
|
+
export declare var ReferenceNameRequiredException$: StaticErrorSchema;
|
|
166
|
+
export declare var ReferenceTypeNotSupportedException$: StaticErrorSchema;
|
|
167
|
+
export declare var ReplacementContentRequiredException$: StaticErrorSchema;
|
|
168
|
+
export declare var ReplacementTypeRequiredException$: StaticErrorSchema;
|
|
169
|
+
export declare var RepositoryDoesNotExistException$: StaticErrorSchema;
|
|
170
|
+
export declare var RepositoryLimitExceededException$: StaticErrorSchema;
|
|
171
|
+
export declare var RepositoryNameExistsException$: StaticErrorSchema;
|
|
172
|
+
export declare var RepositoryNameRequiredException$: StaticErrorSchema;
|
|
173
|
+
export declare var RepositoryNamesRequiredException$: StaticErrorSchema;
|
|
174
|
+
export declare var RepositoryNotAssociatedWithPullRequestException$: StaticErrorSchema;
|
|
175
|
+
export declare var RepositoryTriggerBranchNameListRequiredException$: StaticErrorSchema;
|
|
176
|
+
export declare var RepositoryTriggerDestinationArnRequiredException$: StaticErrorSchema;
|
|
177
|
+
export declare var RepositoryTriggerEventsListRequiredException$: StaticErrorSchema;
|
|
178
|
+
export declare var RepositoryTriggerNameRequiredException$: StaticErrorSchema;
|
|
179
|
+
export declare var RepositoryTriggersListRequiredException$: StaticErrorSchema;
|
|
180
|
+
export declare var ResourceArnRequiredException$: StaticErrorSchema;
|
|
181
|
+
export declare var RestrictedSourceFileException$: StaticErrorSchema;
|
|
182
|
+
export declare var RevisionIdRequiredException$: StaticErrorSchema;
|
|
183
|
+
export declare var RevisionNotCurrentException$: StaticErrorSchema;
|
|
184
|
+
export declare var SameFileContentException$: StaticErrorSchema;
|
|
185
|
+
export declare var SamePathRequestException$: StaticErrorSchema;
|
|
186
|
+
export declare var SourceAndDestinationAreSameException$: StaticErrorSchema;
|
|
187
|
+
export declare var SourceFileOrContentRequiredException$: StaticErrorSchema;
|
|
188
|
+
export declare var TagKeysListRequiredException$: StaticErrorSchema;
|
|
189
|
+
export declare var TagPolicyException$: StaticErrorSchema;
|
|
190
|
+
export declare var TagsMapRequiredException$: StaticErrorSchema;
|
|
191
|
+
export declare var TargetRequiredException$: StaticErrorSchema;
|
|
192
|
+
export declare var TargetsRequiredException$: StaticErrorSchema;
|
|
193
|
+
export declare var TipOfSourceReferenceIsDifferentException$: StaticErrorSchema;
|
|
194
|
+
export declare var TipsDivergenceExceededException$: StaticErrorSchema;
|
|
195
|
+
export declare var TitleRequiredException$: StaticErrorSchema;
|
|
196
|
+
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
197
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
198
|
+
export declare var Approval$: StaticStructureSchema;
|
|
199
|
+
export declare var ApprovalRule$: StaticStructureSchema;
|
|
200
|
+
export declare var ApprovalRuleEventMetadata$: StaticStructureSchema;
|
|
201
|
+
export declare var ApprovalRuleOverriddenEventMetadata$: StaticStructureSchema;
|
|
202
|
+
export declare var ApprovalRuleTemplate$: StaticStructureSchema;
|
|
203
|
+
export declare var ApprovalStateChangedEventMetadata$: StaticStructureSchema;
|
|
204
|
+
export declare var AssociateApprovalRuleTemplateWithRepositoryInput$: StaticStructureSchema;
|
|
205
|
+
export declare var BatchAssociateApprovalRuleTemplateWithRepositoriesError$: StaticStructureSchema;
|
|
206
|
+
export declare var BatchAssociateApprovalRuleTemplateWithRepositoriesInput$: StaticStructureSchema;
|
|
207
|
+
export declare var BatchAssociateApprovalRuleTemplateWithRepositoriesOutput$: StaticStructureSchema;
|
|
208
|
+
export declare var BatchDescribeMergeConflictsError$: StaticStructureSchema;
|
|
209
|
+
export declare var BatchDescribeMergeConflictsInput$: StaticStructureSchema;
|
|
210
|
+
export declare var BatchDescribeMergeConflictsOutput$: StaticStructureSchema;
|
|
211
|
+
export declare var BatchDisassociateApprovalRuleTemplateFromRepositoriesError$: StaticStructureSchema;
|
|
212
|
+
export declare var BatchDisassociateApprovalRuleTemplateFromRepositoriesInput$: StaticStructureSchema;
|
|
213
|
+
export declare var BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput$: StaticStructureSchema;
|
|
214
|
+
export declare var BatchGetCommitsError$: StaticStructureSchema;
|
|
215
|
+
export declare var BatchGetCommitsInput$: StaticStructureSchema;
|
|
216
|
+
export declare var BatchGetCommitsOutput$: StaticStructureSchema;
|
|
217
|
+
export declare var BatchGetRepositoriesError$: StaticStructureSchema;
|
|
218
|
+
export declare var BatchGetRepositoriesInput$: StaticStructureSchema;
|
|
219
|
+
export declare var BatchGetRepositoriesOutput$: StaticStructureSchema;
|
|
220
|
+
export declare var BlobMetadata$: StaticStructureSchema;
|
|
221
|
+
export declare var BranchInfo$: StaticStructureSchema;
|
|
222
|
+
export declare var Comment$: StaticStructureSchema;
|
|
223
|
+
export declare var CommentsForComparedCommit$: StaticStructureSchema;
|
|
224
|
+
export declare var CommentsForPullRequest$: StaticStructureSchema;
|
|
225
|
+
export declare var Commit$: StaticStructureSchema;
|
|
226
|
+
export declare var Conflict$: StaticStructureSchema;
|
|
227
|
+
export declare var ConflictMetadata$: StaticStructureSchema;
|
|
228
|
+
export declare var ConflictResolution$: StaticStructureSchema;
|
|
229
|
+
export declare var CreateApprovalRuleTemplateInput$: StaticStructureSchema;
|
|
230
|
+
export declare var CreateApprovalRuleTemplateOutput$: StaticStructureSchema;
|
|
231
|
+
export declare var CreateBranchInput$: StaticStructureSchema;
|
|
232
|
+
export declare var CreateCommitInput$: StaticStructureSchema;
|
|
233
|
+
export declare var CreateCommitOutput$: StaticStructureSchema;
|
|
234
|
+
export declare var CreatePullRequestApprovalRuleInput$: StaticStructureSchema;
|
|
235
|
+
export declare var CreatePullRequestApprovalRuleOutput$: StaticStructureSchema;
|
|
236
|
+
export declare var CreatePullRequestInput$: StaticStructureSchema;
|
|
237
|
+
export declare var CreatePullRequestOutput$: StaticStructureSchema;
|
|
238
|
+
export declare var CreateRepositoryInput$: StaticStructureSchema;
|
|
239
|
+
export declare var CreateRepositoryOutput$: StaticStructureSchema;
|
|
240
|
+
export declare var CreateUnreferencedMergeCommitInput$: StaticStructureSchema;
|
|
241
|
+
export declare var CreateUnreferencedMergeCommitOutput$: StaticStructureSchema;
|
|
242
|
+
export declare var DeleteApprovalRuleTemplateInput$: StaticStructureSchema;
|
|
243
|
+
export declare var DeleteApprovalRuleTemplateOutput$: StaticStructureSchema;
|
|
244
|
+
export declare var DeleteBranchInput$: StaticStructureSchema;
|
|
245
|
+
export declare var DeleteBranchOutput$: StaticStructureSchema;
|
|
246
|
+
export declare var DeleteCommentContentInput$: StaticStructureSchema;
|
|
247
|
+
export declare var DeleteCommentContentOutput$: StaticStructureSchema;
|
|
248
|
+
export declare var DeleteFileEntry$: StaticStructureSchema;
|
|
249
|
+
export declare var DeleteFileInput$: StaticStructureSchema;
|
|
250
|
+
export declare var DeleteFileOutput$: StaticStructureSchema;
|
|
251
|
+
export declare var DeletePullRequestApprovalRuleInput$: StaticStructureSchema;
|
|
252
|
+
export declare var DeletePullRequestApprovalRuleOutput$: StaticStructureSchema;
|
|
253
|
+
export declare var DeleteRepositoryInput$: StaticStructureSchema;
|
|
254
|
+
export declare var DeleteRepositoryOutput$: StaticStructureSchema;
|
|
255
|
+
export declare var DescribeMergeConflictsInput$: StaticStructureSchema;
|
|
256
|
+
export declare var DescribeMergeConflictsOutput$: StaticStructureSchema;
|
|
257
|
+
export declare var DescribePullRequestEventsInput$: StaticStructureSchema;
|
|
258
|
+
export declare var DescribePullRequestEventsOutput$: StaticStructureSchema;
|
|
259
|
+
export declare var Difference$: StaticStructureSchema;
|
|
260
|
+
export declare var DisassociateApprovalRuleTemplateFromRepositoryInput$: StaticStructureSchema;
|
|
261
|
+
export declare var EvaluatePullRequestApprovalRulesInput$: StaticStructureSchema;
|
|
262
|
+
export declare var EvaluatePullRequestApprovalRulesOutput$: StaticStructureSchema;
|
|
263
|
+
export declare var Evaluation$: StaticStructureSchema;
|
|
264
|
+
export declare var File$: StaticStructureSchema;
|
|
265
|
+
export declare var FileMetadata$: StaticStructureSchema;
|
|
266
|
+
export declare var FileModes$: StaticStructureSchema;
|
|
267
|
+
export declare var FileSizes$: StaticStructureSchema;
|
|
268
|
+
export declare var FileVersion$: StaticStructureSchema;
|
|
269
|
+
export declare var Folder$: StaticStructureSchema;
|
|
270
|
+
export declare var GetApprovalRuleTemplateInput$: StaticStructureSchema;
|
|
271
|
+
export declare var GetApprovalRuleTemplateOutput$: StaticStructureSchema;
|
|
272
|
+
export declare var GetBlobInput$: StaticStructureSchema;
|
|
273
|
+
export declare var GetBlobOutput$: StaticStructureSchema;
|
|
274
|
+
export declare var GetBranchInput$: StaticStructureSchema;
|
|
275
|
+
export declare var GetBranchOutput$: StaticStructureSchema;
|
|
276
|
+
export declare var GetCommentInput$: StaticStructureSchema;
|
|
277
|
+
export declare var GetCommentOutput$: StaticStructureSchema;
|
|
278
|
+
export declare var GetCommentReactionsInput$: StaticStructureSchema;
|
|
279
|
+
export declare var GetCommentReactionsOutput$: StaticStructureSchema;
|
|
280
|
+
export declare var GetCommentsForComparedCommitInput$: StaticStructureSchema;
|
|
281
|
+
export declare var GetCommentsForComparedCommitOutput$: StaticStructureSchema;
|
|
282
|
+
export declare var GetCommentsForPullRequestInput$: StaticStructureSchema;
|
|
283
|
+
export declare var GetCommentsForPullRequestOutput$: StaticStructureSchema;
|
|
284
|
+
export declare var GetCommitInput$: StaticStructureSchema;
|
|
285
|
+
export declare var GetCommitOutput$: StaticStructureSchema;
|
|
286
|
+
export declare var GetDifferencesInput$: StaticStructureSchema;
|
|
287
|
+
export declare var GetDifferencesOutput$: StaticStructureSchema;
|
|
288
|
+
export declare var GetFileInput$: StaticStructureSchema;
|
|
289
|
+
export declare var GetFileOutput$: StaticStructureSchema;
|
|
290
|
+
export declare var GetFolderInput$: StaticStructureSchema;
|
|
291
|
+
export declare var GetFolderOutput$: StaticStructureSchema;
|
|
292
|
+
export declare var GetMergeCommitInput$: StaticStructureSchema;
|
|
293
|
+
export declare var GetMergeCommitOutput$: StaticStructureSchema;
|
|
294
|
+
export declare var GetMergeConflictsInput$: StaticStructureSchema;
|
|
295
|
+
export declare var GetMergeConflictsOutput$: StaticStructureSchema;
|
|
296
|
+
export declare var GetMergeOptionsInput$: StaticStructureSchema;
|
|
297
|
+
export declare var GetMergeOptionsOutput$: StaticStructureSchema;
|
|
298
|
+
export declare var GetPullRequestApprovalStatesInput$: StaticStructureSchema;
|
|
299
|
+
export declare var GetPullRequestApprovalStatesOutput$: StaticStructureSchema;
|
|
300
|
+
export declare var GetPullRequestInput$: StaticStructureSchema;
|
|
301
|
+
export declare var GetPullRequestOutput$: StaticStructureSchema;
|
|
302
|
+
export declare var GetPullRequestOverrideStateInput$: StaticStructureSchema;
|
|
303
|
+
export declare var GetPullRequestOverrideStateOutput$: StaticStructureSchema;
|
|
304
|
+
export declare var GetRepositoryInput$: StaticStructureSchema;
|
|
305
|
+
export declare var GetRepositoryOutput$: StaticStructureSchema;
|
|
306
|
+
export declare var GetRepositoryTriggersInput$: StaticStructureSchema;
|
|
307
|
+
export declare var GetRepositoryTriggersOutput$: StaticStructureSchema;
|
|
237
308
|
export declare var IsBinaryFile$: StaticStructureSchema;
|
|
238
309
|
export declare var ListApprovalRuleTemplatesInput$: StaticStructureSchema;
|
|
239
310
|
export declare var ListApprovalRuleTemplatesOutput$: StaticStructureSchema;
|
|
@@ -252,17 +323,6 @@ export declare var ListRepositoriesOutput$: StaticStructureSchema;
|
|
|
252
323
|
export declare var ListTagsForResourceInput$: StaticStructureSchema;
|
|
253
324
|
export declare var ListTagsForResourceOutput$: StaticStructureSchema;
|
|
254
325
|
export declare var Location$: StaticStructureSchema;
|
|
255
|
-
export declare var ManualMergeRequiredException$: StaticErrorSchema;
|
|
256
|
-
export declare var MaximumBranchesExceededException$: StaticErrorSchema;
|
|
257
|
-
export declare var MaximumConflictResolutionEntriesExceededException$: StaticErrorSchema;
|
|
258
|
-
export declare var MaximumFileContentToLoadExceededException$: StaticErrorSchema;
|
|
259
|
-
export declare var MaximumFileEntriesExceededException$: StaticErrorSchema;
|
|
260
|
-
export declare var MaximumItemsToCompareExceededException$: StaticErrorSchema;
|
|
261
|
-
export declare var MaximumNumberOfApprovalsExceededException$: StaticErrorSchema;
|
|
262
|
-
export declare var MaximumOpenPullRequestsExceededException$: StaticErrorSchema;
|
|
263
|
-
export declare var MaximumRepositoryNamesExceededException$: StaticErrorSchema;
|
|
264
|
-
export declare var MaximumRepositoryTriggersExceededException$: StaticErrorSchema;
|
|
265
|
-
export declare var MaximumRuleTemplatesAssociatedWithRepositoryException$: StaticErrorSchema;
|
|
266
326
|
export declare var MergeBranchesByFastForwardInput$: StaticStructureSchema;
|
|
267
327
|
export declare var MergeBranchesByFastForwardOutput$: StaticStructureSchema;
|
|
268
328
|
export declare var MergeBranchesBySquashInput$: StaticStructureSchema;
|
|
@@ -273,30 +333,15 @@ export declare var MergeHunk$: StaticStructureSchema;
|
|
|
273
333
|
export declare var MergeHunkDetail$: StaticStructureSchema;
|
|
274
334
|
export declare var MergeMetadata$: StaticStructureSchema;
|
|
275
335
|
export declare var MergeOperations$: StaticStructureSchema;
|
|
276
|
-
export declare var MergeOptionRequiredException$: StaticErrorSchema;
|
|
277
336
|
export declare var MergePullRequestByFastForwardInput$: StaticStructureSchema;
|
|
278
337
|
export declare var MergePullRequestByFastForwardOutput$: StaticStructureSchema;
|
|
279
338
|
export declare var MergePullRequestBySquashInput$: StaticStructureSchema;
|
|
280
339
|
export declare var MergePullRequestBySquashOutput$: StaticStructureSchema;
|
|
281
340
|
export declare var MergePullRequestByThreeWayInput$: StaticStructureSchema;
|
|
282
341
|
export declare var MergePullRequestByThreeWayOutput$: StaticStructureSchema;
|
|
283
|
-
export declare var MultipleConflictResolutionEntriesException$: StaticErrorSchema;
|
|
284
|
-
export declare var MultipleRepositoriesInPullRequestException$: StaticErrorSchema;
|
|
285
|
-
export declare var NameLengthExceededException$: StaticErrorSchema;
|
|
286
|
-
export declare var NoChangeException$: StaticErrorSchema;
|
|
287
|
-
export declare var NumberOfRulesExceededException$: StaticErrorSchema;
|
|
288
|
-
export declare var NumberOfRuleTemplatesExceededException$: StaticErrorSchema;
|
|
289
342
|
export declare var ObjectTypes$: StaticStructureSchema;
|
|
290
|
-
export declare var OperationNotAllowedException$: StaticErrorSchema;
|
|
291
343
|
export declare var OriginApprovalRuleTemplate$: StaticStructureSchema;
|
|
292
|
-
export declare var OverrideAlreadySetException$: StaticErrorSchema;
|
|
293
344
|
export declare var OverridePullRequestApprovalRulesInput$: StaticStructureSchema;
|
|
294
|
-
export declare var OverrideStatusRequiredException$: StaticErrorSchema;
|
|
295
|
-
export declare var ParentCommitDoesNotExistException$: StaticErrorSchema;
|
|
296
|
-
export declare var ParentCommitIdOutdatedException$: StaticErrorSchema;
|
|
297
|
-
export declare var ParentCommitIdRequiredException$: StaticErrorSchema;
|
|
298
|
-
export declare var PathDoesNotExistException$: StaticErrorSchema;
|
|
299
|
-
export declare var PathRequiredException$: StaticErrorSchema;
|
|
300
345
|
export declare var PostCommentForComparedCommitInput$: StaticStructureSchema;
|
|
301
346
|
export declare var PostCommentForComparedCommitOutput$: StaticStructureSchema;
|
|
302
347
|
export declare var PostCommentForPullRequestInput$: StaticStructureSchema;
|
|
@@ -304,75 +349,33 @@ export declare var PostCommentForPullRequestOutput$: StaticStructureSchema;
|
|
|
304
349
|
export declare var PostCommentReplyInput$: StaticStructureSchema;
|
|
305
350
|
export declare var PostCommentReplyOutput$: StaticStructureSchema;
|
|
306
351
|
export declare var PullRequest$: StaticStructureSchema;
|
|
307
|
-
export declare var PullRequestAlreadyClosedException$: StaticErrorSchema;
|
|
308
|
-
export declare var PullRequestApprovalRulesNotSatisfiedException$: StaticErrorSchema;
|
|
309
|
-
export declare var PullRequestCannotBeApprovedByAuthorException$: StaticErrorSchema;
|
|
310
352
|
export declare var PullRequestCreatedEventMetadata$: StaticStructureSchema;
|
|
311
|
-
export declare var PullRequestDoesNotExistException$: StaticErrorSchema;
|
|
312
353
|
export declare var PullRequestEvent$: StaticStructureSchema;
|
|
313
|
-
export declare var PullRequestIdRequiredException$: StaticErrorSchema;
|
|
314
354
|
export declare var PullRequestMergedStateChangedEventMetadata$: StaticStructureSchema;
|
|
315
355
|
export declare var PullRequestSourceReferenceUpdatedEventMetadata$: StaticStructureSchema;
|
|
316
356
|
export declare var PullRequestStatusChangedEventMetadata$: StaticStructureSchema;
|
|
317
|
-
export declare var PullRequestStatusRequiredException$: StaticErrorSchema;
|
|
318
357
|
export declare var PullRequestTarget$: StaticStructureSchema;
|
|
319
358
|
export declare var PutCommentReactionInput$: StaticStructureSchema;
|
|
320
359
|
export declare var PutFileEntry$: StaticStructureSchema;
|
|
321
|
-
export declare var PutFileEntryConflictException$: StaticErrorSchema;
|
|
322
360
|
export declare var PutFileInput$: StaticStructureSchema;
|
|
323
361
|
export declare var PutFileOutput$: StaticStructureSchema;
|
|
324
362
|
export declare var PutRepositoryTriggersInput$: StaticStructureSchema;
|
|
325
363
|
export declare var PutRepositoryTriggersOutput$: StaticStructureSchema;
|
|
326
364
|
export declare var ReactionForComment$: StaticStructureSchema;
|
|
327
|
-
export declare var ReactionLimitExceededException$: StaticErrorSchema;
|
|
328
365
|
export declare var ReactionValueFormats$: StaticStructureSchema;
|
|
329
|
-
export declare var ReactionValueRequiredException$: StaticErrorSchema;
|
|
330
|
-
export declare var ReferenceDoesNotExistException$: StaticErrorSchema;
|
|
331
|
-
export declare var ReferenceNameRequiredException$: StaticErrorSchema;
|
|
332
|
-
export declare var ReferenceTypeNotSupportedException$: StaticErrorSchema;
|
|
333
366
|
export declare var ReplaceContentEntry$: StaticStructureSchema;
|
|
334
|
-
export declare var ReplacementContentRequiredException$: StaticErrorSchema;
|
|
335
|
-
export declare var ReplacementTypeRequiredException$: StaticErrorSchema;
|
|
336
|
-
export declare var RepositoryDoesNotExistException$: StaticErrorSchema;
|
|
337
|
-
export declare var RepositoryLimitExceededException$: StaticErrorSchema;
|
|
338
367
|
export declare var RepositoryMetadata$: StaticStructureSchema;
|
|
339
|
-
export declare var RepositoryNameExistsException$: StaticErrorSchema;
|
|
340
368
|
export declare var RepositoryNameIdPair$: StaticStructureSchema;
|
|
341
|
-
export declare var RepositoryNameRequiredException$: StaticErrorSchema;
|
|
342
|
-
export declare var RepositoryNamesRequiredException$: StaticErrorSchema;
|
|
343
|
-
export declare var RepositoryNotAssociatedWithPullRequestException$: StaticErrorSchema;
|
|
344
369
|
export declare var RepositoryTrigger$: StaticStructureSchema;
|
|
345
|
-
export declare var RepositoryTriggerBranchNameListRequiredException$: StaticErrorSchema;
|
|
346
|
-
export declare var RepositoryTriggerDestinationArnRequiredException$: StaticErrorSchema;
|
|
347
|
-
export declare var RepositoryTriggerEventsListRequiredException$: StaticErrorSchema;
|
|
348
370
|
export declare var RepositoryTriggerExecutionFailure$: StaticStructureSchema;
|
|
349
|
-
export declare var RepositoryTriggerNameRequiredException$: StaticErrorSchema;
|
|
350
|
-
export declare var RepositoryTriggersListRequiredException$: StaticErrorSchema;
|
|
351
|
-
export declare var ResourceArnRequiredException$: StaticErrorSchema;
|
|
352
|
-
export declare var RestrictedSourceFileException$: StaticErrorSchema;
|
|
353
|
-
export declare var RevisionIdRequiredException$: StaticErrorSchema;
|
|
354
|
-
export declare var RevisionNotCurrentException$: StaticErrorSchema;
|
|
355
|
-
export declare var SameFileContentException$: StaticErrorSchema;
|
|
356
|
-
export declare var SamePathRequestException$: StaticErrorSchema;
|
|
357
371
|
export declare var SetFileModeEntry$: StaticStructureSchema;
|
|
358
|
-
export declare var SourceAndDestinationAreSameException$: StaticErrorSchema;
|
|
359
|
-
export declare var SourceFileOrContentRequiredException$: StaticErrorSchema;
|
|
360
372
|
export declare var SourceFileSpecifier$: StaticStructureSchema;
|
|
361
373
|
export declare var SubModule$: StaticStructureSchema;
|
|
362
374
|
export declare var SymbolicLink$: StaticStructureSchema;
|
|
363
|
-
export declare var TagKeysListRequiredException$: StaticErrorSchema;
|
|
364
|
-
export declare var TagPolicyException$: StaticErrorSchema;
|
|
365
375
|
export declare var TagResourceInput$: StaticStructureSchema;
|
|
366
|
-
export declare var TagsMapRequiredException$: StaticErrorSchema;
|
|
367
376
|
export declare var Target$: StaticStructureSchema;
|
|
368
|
-
export declare var TargetRequiredException$: StaticErrorSchema;
|
|
369
|
-
export declare var TargetsRequiredException$: StaticErrorSchema;
|
|
370
377
|
export declare var TestRepositoryTriggersInput$: StaticStructureSchema;
|
|
371
378
|
export declare var TestRepositoryTriggersOutput$: StaticStructureSchema;
|
|
372
|
-
export declare var TipOfSourceReferenceIsDifferentException$: StaticErrorSchema;
|
|
373
|
-
export declare var TipsDivergenceExceededException$: StaticErrorSchema;
|
|
374
|
-
export declare var TitleRequiredException$: StaticErrorSchema;
|
|
375
|
-
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
376
379
|
export declare var UntagResourceInput$: StaticStructureSchema;
|
|
377
380
|
export declare var UpdateApprovalRuleTemplateContentInput$: StaticStructureSchema;
|
|
378
381
|
export declare var UpdateApprovalRuleTemplateContentOutput$: StaticStructureSchema;
|
|
@@ -397,7 +400,6 @@ export declare var UpdateRepositoryEncryptionKeyInput$: StaticStructureSchema;
|
|
|
397
400
|
export declare var UpdateRepositoryEncryptionKeyOutput$: StaticStructureSchema;
|
|
398
401
|
export declare var UpdateRepositoryNameInput$: StaticStructureSchema;
|
|
399
402
|
export declare var UserInfo$: StaticStructureSchema;
|
|
400
|
-
export declare var CodeCommitServiceException$: StaticErrorSchema;
|
|
401
403
|
export declare var AssociateApprovalRuleTemplateWithRepository$: StaticOperationSchema;
|
|
402
404
|
export declare var BatchAssociateApprovalRuleTemplateWithRepositories$: StaticOperationSchema;
|
|
403
405
|
export declare var BatchDescribeMergeConflicts$: StaticOperationSchema;
|
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.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-codecommit",
|
|
@@ -23,38 +23,38 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.8",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
33
|
"@aws-sdk/types": "^3.973.1",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.23.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
40
40
|
"@smithy/hash-node": "^4.2.8",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
45
45
|
"@smithy/middleware-serde": "^4.2.9",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.8",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.8",
|
|
48
|
-
"@smithy/node-http-handler": "^4.4.
|
|
48
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.8",
|
|
50
|
-
"@smithy/smithy-client": "^4.11.
|
|
50
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
51
51
|
"@smithy/types": "^4.12.0",
|
|
52
52
|
"@smithy/url-parser": "^4.2.8",
|
|
53
53
|
"@smithy/util-base64": "^4.3.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
58
58
|
"@smithy/util-endpoints": "^3.2.8",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.8",
|
|
60
60
|
"@smithy/util-retry": "^4.2.8",
|