Skip to content

Commit 11f251f

Browse files
Updated API models and rebuilt service gems.
1 parent 22cb4d0 commit 11f251f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+4343
-228
lines changed

apis/customer-profiles/2020-08-15/api-2.json

Lines changed: 386 additions & 1 deletion
Large diffs are not rendered by default.

apis/customer-profiles/2020-08-15/docs-2.json

Lines changed: 128 additions & 6 deletions
Large diffs are not rendered by default.

apis/customer-profiles/2020-08-15/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@
4141
"output_token": "NextToken",
4242
"limit_key": "MaxResults",
4343
"result_key": "Items"
44+
},
45+
"ListUploadJobs": {
46+
"input_token": "NextToken",
47+
"output_token": "NextToken",
48+
"limit_key": "MaxResults",
49+
"result_key": "Items"
4450
}
4551
}
4652
}

apis/deadline/2023-10-12/api-2.json

Lines changed: 46 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4861,7 +4861,8 @@
48614861
"processExitCode":{"shape":"ProcessExitCode"},
48624862
"progressMessage":{"shape":"SessionActionProgressMessage"},
48634863
"definition":{"shape":"SessionActionDefinition"},
4864-
"acquiredLimits":{"shape":"AcquiredLimits"}
4864+
"acquiredLimits":{"shape":"AcquiredLimits"},
4865+
"manifests":{"shape":"TaskRunManifestPropertiesListResponse"}
48654866
}
48664867
},
48674868
"GetSessionRequest":{
@@ -7830,7 +7831,8 @@
78307831
"endedAt":{"shape":"EndedAt"},
78317832
"workerUpdatedAt":{"shape":"Timestamp"},
78327833
"progressPercent":{"shape":"SessionActionProgressPercent"},
7833-
"definition":{"shape":"SessionActionDefinitionSummary"}
7834+
"definition":{"shape":"SessionActionDefinitionSummary"},
7835+
"manifests":{"shape":"TaskRunManifestPropertiesListResponse"}
78347836
}
78357837
},
78367838
"SessionId":{
@@ -8151,7 +8153,8 @@
81518153
"INT",
81528154
"FLOAT",
81538155
"STRING",
8154-
"PATH"
8156+
"PATH",
8157+
"CHUNK_INT"
81558158
]
81568159
},
81578160
"StepRequiredCapabilities":{
@@ -8355,7 +8358,8 @@
83558358
"int":{"shape":"IntString"},
83568359
"float":{"shape":"FloatString"},
83578360
"string":{"shape":"ParameterString"},
8358-
"path":{"shape":"PathString"}
8361+
"path":{"shape":"PathString"},
8362+
"chunkInt":{"shape":"String"}
83598363
},
83608364
"sensitive":true,
83618365
"union":true
@@ -8372,6 +8376,40 @@
83728376
"max":2147483647,
83738377
"min":0
83748378
},
8379+
"TaskRunManifestPropertiesListRequest":{
8380+
"type":"list",
8381+
"member":{"shape":"TaskRunManifestPropertiesRequest"},
8382+
"max":10,
8383+
"min":0
8384+
},
8385+
"TaskRunManifestPropertiesListResponse":{
8386+
"type":"list",
8387+
"member":{"shape":"TaskRunManifestPropertiesResponse"}
8388+
},
8389+
"TaskRunManifestPropertiesRequest":{
8390+
"type":"structure",
8391+
"members":{
8392+
"outputManifestPath":{"shape":"TaskRunManifestPropertiesRequestOutputManifestPathString"},
8393+
"outputManifestHash":{"shape":"TaskRunManifestPropertiesRequestOutputManifestHashString"}
8394+
}
8395+
},
8396+
"TaskRunManifestPropertiesRequestOutputManifestHashString":{
8397+
"type":"string",
8398+
"max":256,
8399+
"min":1
8400+
},
8401+
"TaskRunManifestPropertiesRequestOutputManifestPathString":{
8402+
"type":"string",
8403+
"max":512,
8404+
"min":1
8405+
},
8406+
"TaskRunManifestPropertiesResponse":{
8407+
"type":"structure",
8408+
"members":{
8409+
"outputManifestPath":{"shape":"String"},
8410+
"outputManifestHash":{"shape":"String"}
8411+
}
8412+
},
83758413
"TaskRunSessionActionDefinition":{
83768414
"type":"structure",
83778415
"required":[
@@ -8389,7 +8427,8 @@
83898427
"required":["stepId"],
83908428
"members":{
83918429
"taskId":{"shape":"TaskId"},
8392-
"stepId":{"shape":"StepId"}
8430+
"stepId":{"shape":"StepId"},
8431+
"parameters":{"shape":"TaskParameters"}
83938432
}
83948433
},
83958434
"TaskRunStatus":{
@@ -9147,7 +9186,8 @@
91479186
"startedAt":{"shape":"SyntheticTimestamp_date_time"},
91489187
"endedAt":{"shape":"SyntheticTimestamp_date_time"},
91499188
"updatedAt":{"shape":"SyntheticTimestamp_date_time"},
9150-
"progressPercent":{"shape":"SessionActionProgressPercent"}
9189+
"progressPercent":{"shape":"SessionActionProgressPercent"},
9190+
"manifests":{"shape":"TaskRunManifestPropertiesListRequest"}
91519191
}
91529192
},
91539193
"UpdatedSessionActions":{

apis/deadline/2023-10-12/docs-2.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4036,7 +4036,10 @@
40364036
"TagResourceRequest$resourceArn": "<p>The ARN of the resource to apply tags to.</p>",
40374037
"Tags$key": null,
40384038
"Tags$value": null,
4039+
"TaskParameterValue$chunkInt": "<p>A range (for example 1-10) or selection of specific (for example 1,3,7,8,10) integers represented as a string.</p>",
40394040
"TaskParameters$key": null,
4041+
"TaskRunManifestPropertiesResponse$outputManifestPath": "<p>The manifest file path.</p>",
4042+
"TaskRunManifestPropertiesResponse$outputManifestHash": "<p>The hash value of the file.</p>",
40404043
"ThrottlingException$message": null,
40414044
"ThrottlingException$serviceCode": "<p>Identifies the service that is being throttled.</p>",
40424045
"ThrottlingException$quotaCode": "<p>Identifies the quota that is being throttled.</p>",
@@ -4172,6 +4175,7 @@
41724175
"AssignedTaskRunSessionActionDefinition$parameters": "<p>The parameters to include.</p>",
41734176
"GetTaskResponse$parameters": "<p>The parameters for the task.</p>",
41744177
"TaskRunSessionActionDefinition$parameters": "<p>The task parameters.</p>",
4178+
"TaskRunSessionActionDefinitionSummary$parameters": "<p>The parameters of a task run in a session action.</p>",
41754179
"TaskSearchSummary$parameters": "<p>The parameters to search for.</p>",
41764180
"TaskSummary$parameters": "<p>The task parameters.</p>"
41774181
}
@@ -4184,6 +4188,43 @@
41844188
"TaskSummary$failureRetryCount": "<p>The number of times that the task failed and was retried.</p>"
41854189
}
41864190
},
4191+
"TaskRunManifestPropertiesListRequest": {
4192+
"base": null,
4193+
"refs": {
4194+
"UpdatedSessionActionInfo$manifests": "<p>A list of output manifest properties reported by the worker agent, with each entry corresponding to a manifest property in the job.</p>"
4195+
}
4196+
},
4197+
"TaskRunManifestPropertiesListResponse": {
4198+
"base": null,
4199+
"refs": {
4200+
"GetSessionActionResponse$manifests": "<p>The list of manifest properties that describe file attachments for the task run.</p>",
4201+
"SessionActionSummary$manifests": "<p>The list of manifest properties that describe file attachments for the task run.</p>"
4202+
}
4203+
},
4204+
"TaskRunManifestPropertiesRequest": {
4205+
"base": "<p>The output manifest properties reported by the worker agent for a completed task run.</p>",
4206+
"refs": {
4207+
"TaskRunManifestPropertiesListRequest$member": null
4208+
}
4209+
},
4210+
"TaskRunManifestPropertiesRequestOutputManifestHashString": {
4211+
"base": null,
4212+
"refs": {
4213+
"TaskRunManifestPropertiesRequest$outputManifestHash": "<p>The hash value of the file.</p>"
4214+
}
4215+
},
4216+
"TaskRunManifestPropertiesRequestOutputManifestPathString": {
4217+
"base": null,
4218+
"refs": {
4219+
"TaskRunManifestPropertiesRequest$outputManifestPath": "<p>The manifest file path.</p>"
4220+
}
4221+
},
4222+
"TaskRunManifestPropertiesResponse": {
4223+
"base": "<p>The manifest properties for a task run, corresponding to the manifest properties in the job.</p>",
4224+
"refs": {
4225+
"TaskRunManifestPropertiesListResponse$member": null
4226+
}
4227+
},
41874228
"TaskRunSessionActionDefinition": {
41884229
"base": "<p>The task, step, and parameters for the task run in the session action.</p>",
41894230
"refs": {

apis/ec2/2016-11-15/api-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45508,6 +45508,10 @@
4550845508
"StateReason":{
4550945509
"shape":"String",
4551045510
"locationName":"stateReason"
45511+
},
45512+
"GroupOwnerId":{
45513+
"shape":"String",
45514+
"locationName":"groupOwnerId"
4551145515
}
4551245516
}
4551345517
},

0 commit comments

Comments
 (0)