AWS cli documentation change
Summary
Added manifest properties with file path/hash documentation and chunkInt parameter type
Security assessment
Included outputManifestHash documentation for verifying file integrity in worker schedules. Adds security feature documentation without evidence of patching vulnerabilities
Diff
diff --git a/cli/latest/reference/deadline/update-worker-schedule.md b/cli/latest/reference/deadline/update-worker-schedule.md index f0d805386..4c6eebfb5 100644 --- a//cli/latest/reference/deadline/update-worker-schedule.md +++ b//cli/latest/reference/deadline/update-worker-schedule.md @@ -15 +15 @@ - * [AWS CLI 2.27.46 Command Reference](../../index.html) » + * [AWS CLI 2.27.49 Command Reference](../../index.html) » @@ -143,0 +144,16 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/deadli +>> +>> manifests -> (list) +>> +>>> A list of output manifest properties reported by the worker agent, with each entry corresponding to a manifest property in the job. +>>> +>>> (structure) +>>> +>>>> The output manifest properties reported by the worker agent for a completed task run. +>>>> +>>>> outputManifestPath -> (string) +>>>> +>>>>> The manifest file path. +>>>> +>>>> outputManifestHash -> (string) +>>>> +>>>>> The hash value of the file. @@ -148 +164 @@ Shorthand Syntax: - KeyName1=completedStatus=string,processExitCode=integer,progressMessage=string,startedAt=timestamp,endedAt=timestamp,updatedAt=timestamp,progressPercent=float,KeyName2=completedStatus=string,processExitCode=integer,progressMessage=string,startedAt=timestamp,endedAt=timestamp,updatedAt=timestamp,progressPercent=float + KeyName1=completedStatus=string,processExitCode=integer,progressMessage=string,startedAt=timestamp,endedAt=timestamp,updatedAt=timestamp,progressPercent=float,manifests=[{outputManifestPath=string,outputManifestHash=string},{outputManifestPath=string,outputManifestHash=string}],KeyName2=completedStatus=string,processExitCode=integer,progressMessage=string,startedAt=timestamp,endedAt=timestamp,updatedAt=timestamp,progressPercent=float,manifests=[{outputManifestPath=string,outputManifestHash=string},{outputManifestPath=string,outputManifestHash=string}] @@ -161 +177,8 @@ JSON Syntax: - "progressPercent": float + "progressPercent": float, + "manifests": [ + { + "outputManifestPath": "string", + "outputManifestHash": "string" + } + ... + ] @@ -343 +366 @@ assignedSessions -> (map) ->>>>>>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `int`, `float`, `string`, `path`. +>>>>>>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `int`, `float`, `string`, `path`, `chunkInt`. @@ -359,0 +383,4 @@ assignedSessions -> (map) +>>>>>>>> +>>>>>>>> chunkInt -> (string) +>>>>>>>> +>>>>>>>>> A range (for example 1-10) or selection of specific (for example 1,3,7,8,10) integers represented as a string. @@ -425 +452 @@ updateIntervalSeconds -> (integer) - * [AWS CLI 2.27.46 Command Reference](../../index.html) » + * [AWS CLI 2.27.49 Command Reference](../../index.html) »