|
63 | 63 | "ListFleetMembers": "<p>Lists fleet members.</p>",
|
64 | 64 | "ListFleets": "<p>Lists fleets.</p>",
|
65 | 65 | "ListJobMembers": "<p>Lists members on a job.</p>",
|
| 66 | + "ListJobParameterDefinitions": "<p>Lists parameter definitions of a job.</p>", |
66 | 67 | "ListJobs": "<p>Lists jobs.</p>",
|
67 | 68 | "ListLicenseEndpoints": "<p>Lists license endpoints.</p>",
|
68 | 69 | "ListMeteredProducts": "<p>Lists metered products.</p>",
|
|
1217 | 1218 | "ListFleetMembersRequest$farmId": "<p>The farm ID of the fleet.</p>",
|
1218 | 1219 | "ListFleetsRequest$farmId": "<p>The farm ID of the fleets.</p>",
|
1219 | 1220 | "ListJobMembersRequest$farmId": "<p>The farm ID of the job to list.</p>",
|
| 1221 | + "ListJobParameterDefinitionsRequest$farmId": "<p>The farm ID of the job to list.</p>", |
1220 | 1222 | "ListJobsRequest$farmId": "<p>The farm ID for the jobs.</p>",
|
1221 | 1223 | "ListQueueEnvironmentsRequest$farmId": "<p>The farm ID for the queue environment list.</p>",
|
1222 | 1224 | "ListQueueFleetAssociationsRequest$farmId": "<p>The farm ID for the queue-fleet association list.</p>",
|
|
1894 | 1896 | "AssignedSession$jobId": "<p>The job ID for the assigned session.</p>",
|
1895 | 1897 | "AssociateMemberToJobRequest$jobId": "<p>The job ID to associate with the member.</p>",
|
1896 | 1898 | "CopyJobTemplateRequest$jobId": "<p>The job ID to copy.</p>",
|
| 1899 | + "CreateJobRequest$sourceJobId": "<p>The job ID for the source job.</p>", |
1897 | 1900 | "CreateJobResponse$jobId": "<p>The job ID.</p>",
|
1898 | 1901 | "DisassociateMemberFromJobRequest$jobId": "<p>The job ID to disassociate from a member in a job.</p>",
|
1899 | 1902 | "EnvironmentDetailsEntity$jobId": "<p>The job ID.</p>",
|
1900 | 1903 | "EnvironmentDetailsError$jobId": "<p>The job ID.</p>",
|
1901 | 1904 | "EnvironmentDetailsIdentifiers$jobId": "<p>The job ID.</p>",
|
1902 | 1905 | "GetJobRequest$jobId": "<p>The job ID.</p>",
|
1903 | 1906 | "GetJobResponse$jobId": "<p>The job ID.</p>",
|
| 1907 | + "GetJobResponse$sourceJobId": "<p>The job ID for the source job.</p>", |
1904 | 1908 | "GetSessionActionRequest$jobId": "<p>The job ID for the session.</p>",
|
1905 | 1909 | "GetSessionRequest$jobId": "<p>The job ID for the session.</p>",
|
1906 | 1910 | "GetStepRequest$jobId": "<p>The job ID for the step.</p>",
|
|
1913 | 1917 | "JobDetailsIdentifiers$jobId": "<p>The job ID.</p>",
|
1914 | 1918 | "JobMember$jobId": "<p>The job ID.</p>",
|
1915 | 1919 | "JobSearchSummary$jobId": "<p>The job ID.</p>",
|
| 1920 | + "JobSearchSummary$sourceJobId": "<p>The job ID for the source job.</p>", |
1916 | 1921 | "JobSummary$jobId": "<p>The job ID.</p>",
|
| 1922 | + "JobSummary$sourceJobId": "<p>The job ID for the source job.</p>", |
1917 | 1923 | "ListJobMembersRequest$jobId": "<p>The job ID to include on the list.</p>",
|
| 1924 | + "ListJobParameterDefinitionsRequest$jobId": "<p>The job ID to include on the list.</p>", |
1918 | 1925 | "ListSessionActionsRequest$jobId": "<p>The job ID for the session actions list.</p>",
|
1919 | 1926 | "ListSessionsRequest$jobId": "<p>The job ID for the list of sessions.</p>",
|
1920 | 1927 | "ListStepConsumersRequest$jobId": "<p>The job ID for the step consumer.</p>",
|
|
1971 | 1978 | "JobParameters$value": null
|
1972 | 1979 | }
|
1973 | 1980 | },
|
| 1981 | + "JobParameterDefinition": { |
| 1982 | + "base": null, |
| 1983 | + "refs": { |
| 1984 | + "JobParameterDefinitions$member": null |
| 1985 | + } |
| 1986 | + }, |
| 1987 | + "JobParameterDefinitions": { |
| 1988 | + "base": null, |
| 1989 | + "refs": { |
| 1990 | + "ListJobParameterDefinitionsResponse$jobParameterDefinitions": "<p>Lists parameter definitions of a job.</p>" |
| 1991 | + } |
| 1992 | + }, |
1974 | 1993 | "JobParameters": {
|
1975 | 1994 | "base": null,
|
1976 | 1995 | "refs": {
|
|
2168 | 2187 | "refs": {
|
2169 | 2188 | }
|
2170 | 2189 | },
|
| 2190 | + "ListJobParameterDefinitionsRequest": { |
| 2191 | + "base": null, |
| 2192 | + "refs": { |
| 2193 | + } |
| 2194 | + }, |
| 2195 | + "ListJobParameterDefinitionsResponse": { |
| 2196 | + "base": null, |
| 2197 | + "refs": { |
| 2198 | + } |
| 2199 | + }, |
2171 | 2200 | "ListJobsRequest": {
|
2172 | 2201 | "base": null,
|
2173 | 2202 | "refs": {
|
|
2468 | 2497 | "ListFleetMembersRequest$maxResults": "<p>The maximum number of results to return. Use this parameter with <code>NextToken</code> to get results as a set of sequential pages.</p>",
|
2469 | 2498 | "ListFleetsRequest$maxResults": "<p>The maximum number of results to return. Use this parameter with <code>NextToken</code> to get results as a set of sequential pages.</p>",
|
2470 | 2499 | "ListJobMembersRequest$maxResults": "<p>The maximum number of results to return. Use this parameter with <code>NextToken</code> to get results as a set of sequential pages.</p>",
|
| 2500 | + "ListJobParameterDefinitionsRequest$maxResults": "<p>The maximum number of results to return. Use this parameter with <code>NextToken</code> to get results as a set of sequential pages.</p>", |
2471 | 2501 | "ListJobsRequest$maxResults": "<p>The maximum number of results to return. Use this parameter with <code>NextToken</code> to get results as a set of sequential pages.</p>",
|
2472 | 2502 | "ListLicenseEndpointsRequest$maxResults": "<p>The maximum number of results to return. Use this parameter with <code>NextToken</code> to get results as a set of sequential pages.</p>",
|
2473 | 2503 | "ListMeteredProductsRequest$maxResults": "<p>The maximum number of results to return. Use this parameter with <code>NextToken</code> to get results as a set of sequential pages.</p>",
|
|
2822 | 2852 | "JobMember$queueId": "<p>The queue ID.</p>",
|
2823 | 2853 | "JobSearchSummary$queueId": "<p>The queue ID.</p>",
|
2824 | 2854 | "ListJobMembersRequest$queueId": "<p>The queue ID to include on the list.</p>",
|
| 2855 | + "ListJobParameterDefinitionsRequest$queueId": "<p>The queue ID to include on the list.</p>", |
2825 | 2856 | "ListJobsRequest$queueId": "<p>The queue ID for the job.</p>",
|
2826 | 2857 | "ListQueueEnvironmentsRequest$queueId": "<p>The queue ID for the queue environment list.</p>",
|
2827 | 2858 | "ListQueueFleetAssociationsRequest$queueId": "<p>The queue ID for the queue-fleet association list.</p>",
|
|
3649 | 3680 | "ListFleetsResponse$nextToken": "<p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>",
|
3650 | 3681 | "ListJobMembersRequest$nextToken": "<p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>",
|
3651 | 3682 | "ListJobMembersResponse$nextToken": "<p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>",
|
| 3683 | + "ListJobParameterDefinitionsRequest$nextToken": "<p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>", |
| 3684 | + "ListJobParameterDefinitionsResponse$nextToken": "<p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>", |
3652 | 3685 | "ListJobsRequest$nextToken": "<p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>",
|
3653 | 3686 | "ListJobsResponse$nextToken": "<p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>",
|
3654 | 3687 | "ListLicenseEndpointsRequest$nextToken": "<p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>",
|
|
0 commit comments