Delete terminology entry
Used by actions: DeleteGlossaryEntries.
| Name | Type | Required | Description |
|---|---|---|---|
| EntryId | String | Yes | Terminology entry ID. Obtain through the API DescribeGlossaryEntries. |
Create terminology entry
Used by actions: CreateGlossaryEntries.
| Name | Type | Required | Description |
|---|---|---|---|
| SourceTerm | String | Yes | Source language terminology. Maximum 1000 characters. |
| TargetTerm | String | Yes | Target language terminology. Maximum 1000 characters. |
Terminology entry detail
Used by actions: CreateGlossaryEntries, DescribeGlossaryEntries, ModifyGlossaryEntries.
| Name | Type | Description |
|---|---|---|
| EntryId | String | Terminology entry ID. |
| SourceTerm | String | Source language terminology. |
| TargetTerm | String | Target language terminology. |
| UpdatedAt | Integer | Last update time. Unix timestamp (ms). |
Termbase detail
Used by actions: DescribeGlossaries.
| Name | Type | Description |
|---|---|---|
| GlossaryId | String | Termbase ID. |
| Name | String | Terminology repository name. |
| Description | String | Repository description. |
| Source | String | Source language code. |
| Target | String | Target language code. |
| CreatedTime | Timestamp ISO8601 | Creation time. |
| UpdatedTime | Timestamp ISO8601 | Update time. |
Modify terminology entry
Used by actions: ModifyGlossaryEntries.
| Name | Type | Required | Description |
|---|---|---|---|
| EntryId | String | Yes | Terminology entry ID. Obtain through the API DescribeGlossaryEntries. |
| SourceTerm | String | No | Source language terminology. Maximum 1000 characters. If not passed, remain unchanged. |
| TargetTerm | String | No | Target language terminology. Maximum 1000 characters. Remain unchanged if not passed. |
Filter criteria
Used by actions: DescribeGlossaries.
| Name | Type | Required | Description |
|---|---|---|---|
| Name | String | Yes | Filter field name. |
| Op | String | Yes | Filter operator. Values: EXACT (exact match), FUZZY (fuzzy matching), NOT (exclusion). |
| Values | Array of String | Yes | Filter value list. Supports up to 10. |
Sort criteria
Used by actions: DescribeGlossaries.
| Name | Type | Required | Description |
|---|---|---|---|
| Name | String | Yes | Sorting field name. |
| Order | String | Yes | Sorting order. Value: ASC (ascending), DESC (descending). |
フィードバック