You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Returns information about a specific commit.</p>
7193
-
* @public
7194
-
*/
7195
-
commit?: Commit;
7196
-
7197
-
/**
7198
-
* <p>The blob ID of the object that represents the content of the file in this version.</p>
7199
-
* @public
7200
-
*/
7201
-
blobId?: string;
7202
-
7203
-
/**
7204
-
* <p>The name and path of the file at which this blob is indexed which contains the data for this version of the file. This value will
7205
-
* vary between file versions if a file is renamed or if its path changes.</p>
7206
-
* @public
7207
-
*/
7208
-
path?: string;
7209
-
7210
-
/**
7211
-
* <p>An array of commit IDs that contain more recent versions of this file. If there are no additional versions of the file, this array will be empty.</p>
Copy file name to clipboardExpand all lines: clients/client-codecommit/src/models/models_1.ts
+33-2
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,49 @@ import {
8
8
ApprovalRuleTemplate,
9
9
ApprovalState,
10
10
Comment,
11
+
Commit,
11
12
ConflictDetailLevelTypeEnum,
12
13
ConflictResolution,
13
14
ConflictResolutionStrategyTypeEnum,
14
15
FileModeTypeEnum,
15
-
FileVersion,
16
16
Location,
17
17
OverrideStatus,
18
18
PullRequest,
19
19
PullRequestStatusEnum,
20
20
RepositoryTrigger,
21
21
}from"./models_0";
22
22
23
+
/**
24
+
* <p>Information about a version of a file.</p>
25
+
* @public
26
+
*/
27
+
exportinterfaceFileVersion{
28
+
/**
29
+
* <p>Returns information about a specific commit.</p>
30
+
* @public
31
+
*/
32
+
commit?: Commit;
33
+
34
+
/**
35
+
* <p>The blob ID of the object that represents the content of the file in this version.</p>
36
+
* @public
37
+
*/
38
+
blobId?: string;
39
+
40
+
/**
41
+
* <p>The name and path of the file at which this blob is indexed which contains the data for this version of the file. This value will
42
+
* vary between file versions if a file is renamed or if its path changes.</p>
43
+
* @public
44
+
*/
45
+
path?: string;
46
+
47
+
/**
48
+
* <p>An array of commit IDs that contain more recent versions of this file. If there are no additional versions of the file, this array will be empty.</p>
"smithy.api#documentation": "<p>The ID of the encryption key. You can view the ID of an encryption key in the KMS console, or use the KMS APIs to\n programmatically retrieve a key ID. For more information about acceptable values for kmsKeyID, see \n <a href=\"https://docs.aws.amazon.com/APIReference/API_Decrypt.html#KMS-Decrypt-request-KeyId\">KeyId</a> in the Decrypt API description in \n the <i>Key Management Service API Reference</i>.</p>\n <p>If no key is specified, the default <code>aws/codecommit</code> Amazon Web Services managed key is used.</p>"
4225
+
"smithy.api#documentation": "<p>The ID of the encryption key. You can view the ID of an encryption key in the KMS console, or use the KMS APIs to\n programmatically retrieve a key ID. For more information about acceptable values for kmsKeyID, see \n <a href=\"https://docs.aws.amazon.com/kms/latest/APIReference/API_Decrypt.html#KMS-Decrypt-request-KeyId\">KeyId</a> in the Decrypt API description in \n the <i>Key Management Service API Reference</i>.</p>\n <p>If no key is specified, the default <code>aws/codecommit</code> Amazon Web Services managed key is used.</p>"
4223
4226
}
4224
4227
}
4225
4228
},
@@ -11528,6 +11531,21 @@
11528
11531
"smithy.api#documentation": "<p>Information about the type of an object in a merge operation.</p>"
"smithy.api#documentation": "<p>Any message associated with the exception.</p>"
11541
+
}
11542
+
}
11543
+
},
11544
+
"traits": {
11545
+
"smithy.api#documentation": "<p>The requested action is not allowed.</p>",
11546
+
"smithy.api#error": "client"
11547
+
}
11548
+
},
11531
11549
"com.amazonaws.codecommit#OrderEnum": {
11532
11550
"type": "enum",
11533
11551
"members": {
@@ -15511,7 +15529,7 @@
15511
15529
"kmsKeyId": {
15512
15530
"target": "com.amazonaws.codecommit#KmsKeyId",
15513
15531
"traits": {
15514
-
"smithy.api#documentation": "<p>The ID of the encryption key. You can view the ID of an encryption key in the KMS console, or use the KMS APIs to\n programmatically retrieve a key ID. For more information about acceptable values for keyID, see \n <a href=\"https://docs.aws.amazon.com/APIReference/API_Decrypt.html#KMS-Decrypt-request-KeyId\">KeyId</a> in the Decrypt API description in \n the <i>Key Management Service API Reference</i>.</p>",
15532
+
"smithy.api#documentation": "<p>The ID of the encryption key. You can view the ID of an encryption key in the KMS console, or use the KMS APIs to\n programmatically retrieve a key ID. For more information about acceptable values for keyID, see \n <a href=\"https://docs.aws.amazon.com/kms/latest/APIReference/API_Decrypt.html#KMS-Decrypt-request-KeyId\">KeyId</a> in the Decrypt API description in \n the <i>Key Management Service API Reference</i>.</p>",
0 commit comments