| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167 |
- {
- "version":"2.0",
- "metadata":{
- "apiVersion":"2012-10-29",
- "endpointPrefix":"datapipeline",
- "jsonVersion":"1.1",
- "serviceFullName":"AWS Data Pipeline",
- "signatureVersion":"v4",
- "targetPrefix":"DataPipeline",
- "protocol":"json"
- },
- "operations":{
- "ActivatePipeline":{
- "name":"ActivatePipeline",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"ActivatePipelineInput"},
- "output":{"shape":"ActivatePipelineOutput"},
- "errors":[
- {
- "shape":"PipelineNotFoundException",
- "exception":true
- },
- {
- "shape":"PipelineDeletedException",
- "exception":true
- },
- {
- "shape":"InternalServiceError",
- "exception":true,
- "fault":true
- },
- {
- "shape":"InvalidRequestException",
- "exception":true
- }
- ]
- },
- "AddTags":{
- "name":"AddTags",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"AddTagsInput"},
- "output":{"shape":"AddTagsOutput"},
- "errors":[
- {
- "shape":"InternalServiceError",
- "exception":true,
- "fault":true
- },
- {
- "shape":"InvalidRequestException",
- "exception":true
- },
- {
- "shape":"PipelineNotFoundException",
- "exception":true
- },
- {
- "shape":"PipelineDeletedException",
- "exception":true
- }
- ]
- },
- "CreatePipeline":{
- "name":"CreatePipeline",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"CreatePipelineInput"},
- "output":{"shape":"CreatePipelineOutput"},
- "errors":[
- {
- "shape":"InternalServiceError",
- "exception":true,
- "fault":true
- },
- {
- "shape":"InvalidRequestException",
- "exception":true
- }
- ]
- },
- "DeactivatePipeline":{
- "name":"DeactivatePipeline",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"DeactivatePipelineInput"},
- "output":{"shape":"DeactivatePipelineOutput"},
- "errors":[
- {
- "shape":"PipelineNotFoundException",
- "exception":true
- },
- {
- "shape":"PipelineDeletedException",
- "exception":true
- },
- {
- "shape":"InternalServiceError",
- "exception":true,
- "fault":true
- },
- {
- "shape":"InvalidRequestException",
- "exception":true
- }
- ]
- },
- "DeletePipeline":{
- "name":"DeletePipeline",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"DeletePipelineInput"},
- "errors":[
- {
- "shape":"PipelineNotFoundException",
- "exception":true
- },
- {
- "shape":"InternalServiceError",
- "exception":true,
- "fault":true
- },
- {
- "shape":"InvalidRequestException",
- "exception":true
- }
- ]
- },
- "DescribeObjects":{
- "name":"DescribeObjects",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"DescribeObjectsInput"},
- "output":{"shape":"DescribeObjectsOutput"},
- "errors":[
- {
- "shape":"InternalServiceError",
- "exception":true,
- "fault":true
- },
- {
- "shape":"InvalidRequestException",
- "exception":true
- },
- {
- "shape":"PipelineNotFoundException",
- "exception":true
- },
- {
- "shape":"PipelineDeletedException",
- "exception":true
- }
- ]
- },
- "DescribePipelines":{
- "name":"DescribePipelines",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"DescribePipelinesInput"},
- "output":{"shape":"DescribePipelinesOutput"},
- "errors":[
- {
- "shape":"PipelineNotFoundException",
- "exception":true
- },
- {
- "shape":"PipelineDeletedException",
- "exception":true
- },
- {
- "shape":"InternalServiceError",
- "exception":true,
- "fault":true
- },
- {
- "shape":"InvalidRequestException",
- "exception":true
- }
- ]
- },
- "EvaluateExpression":{
- "name":"EvaluateExpression",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"EvaluateExpressionInput"},
- "output":{"shape":"EvaluateExpressionOutput"},
- "errors":[
- {
- "shape":"InternalServiceError",
- "exception":true,
- "fault":true
- },
- {
- "shape":"TaskNotFoundException",
- "exception":true
- },
- {
- "shape":"InvalidRequestException",
- "exception":true
- },
- {
- "shape":"PipelineNotFoundException",
- "exception":true
- },
- {
- "shape":"PipelineDeletedException",
- "exception":true
- }
- ]
- },
- "GetPipelineDefinition":{
- "name":"GetPipelineDefinition",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"GetPipelineDefinitionInput"},
- "output":{"shape":"GetPipelineDefinitionOutput"},
- "errors":[
- {
- "shape":"InternalServiceError",
- "exception":true,
- "fault":true
- },
- {
- "shape":"InvalidRequestException",
- "exception":true
- },
- {
- "shape":"PipelineNotFoundException",
- "exception":true
- },
- {
- "shape":"PipelineDeletedException",
- "exception":true
- }
- ]
- },
- "ListPipelines":{
- "name":"ListPipelines",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"ListPipelinesInput"},
- "output":{"shape":"ListPipelinesOutput"},
- "errors":[
- {
- "shape":"InternalServiceError",
- "exception":true,
- "fault":true
- },
- {
- "shape":"InvalidRequestException",
- "exception":true
- }
- ]
- },
- "PollForTask":{
- "name":"PollForTask",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"PollForTaskInput"},
- "output":{"shape":"PollForTaskOutput"},
- "errors":[
- {
- "shape":"InternalServiceError",
- "exception":true,
- "fault":true
- },
- {
- "shape":"InvalidRequestException",
- "exception":true
- },
- {
- "shape":"TaskNotFoundException",
- "exception":true
- }
- ]
- },
- "PutPipelineDefinition":{
- "name":"PutPipelineDefinition",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"PutPipelineDefinitionInput"},
- "output":{"shape":"PutPipelineDefinitionOutput"},
- "errors":[
- {
- "shape":"InternalServiceError",
- "exception":true,
- "fault":true
- },
- {
- "shape":"InvalidRequestException",
- "exception":true
- },
- {
- "shape":"PipelineNotFoundException",
- "exception":true
- },
- {
- "shape":"PipelineDeletedException",
- "exception":true
- }
- ]
- },
- "QueryObjects":{
- "name":"QueryObjects",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"QueryObjectsInput"},
- "output":{"shape":"QueryObjectsOutput"},
- "errors":[
- {
- "shape":"PipelineNotFoundException",
- "exception":true
- },
- {
- "shape":"PipelineDeletedException",
- "exception":true
- },
- {
- "shape":"InternalServiceError",
- "exception":true,
- "fault":true
- },
- {
- "shape":"InvalidRequestException",
- "exception":true
- }
- ]
- },
- "RemoveTags":{
- "name":"RemoveTags",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"RemoveTagsInput"},
- "output":{"shape":"RemoveTagsOutput"},
- "errors":[
- {
- "shape":"InternalServiceError",
- "exception":true,
- "fault":true
- },
- {
- "shape":"InvalidRequestException",
- "exception":true
- },
- {
- "shape":"PipelineNotFoundException",
- "exception":true
- },
- {
- "shape":"PipelineDeletedException",
- "exception":true
- }
- ]
- },
- "ReportTaskProgress":{
- "name":"ReportTaskProgress",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"ReportTaskProgressInput"},
- "output":{"shape":"ReportTaskProgressOutput"},
- "errors":[
- {
- "shape":"InternalServiceError",
- "exception":true,
- "fault":true
- },
- {
- "shape":"InvalidRequestException",
- "exception":true
- },
- {
- "shape":"TaskNotFoundException",
- "exception":true
- },
- {
- "shape":"PipelineNotFoundException",
- "exception":true
- },
- {
- "shape":"PipelineDeletedException",
- "exception":true
- }
- ]
- },
- "ReportTaskRunnerHeartbeat":{
- "name":"ReportTaskRunnerHeartbeat",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"ReportTaskRunnerHeartbeatInput"},
- "output":{"shape":"ReportTaskRunnerHeartbeatOutput"},
- "errors":[
- {
- "shape":"InternalServiceError",
- "exception":true,
- "fault":true
- },
- {
- "shape":"InvalidRequestException",
- "exception":true
- }
- ]
- },
- "SetStatus":{
- "name":"SetStatus",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"SetStatusInput"},
- "errors":[
- {
- "shape":"PipelineNotFoundException",
- "exception":true
- },
- {
- "shape":"PipelineDeletedException",
- "exception":true
- },
- {
- "shape":"InternalServiceError",
- "exception":true,
- "fault":true
- },
- {
- "shape":"InvalidRequestException",
- "exception":true
- }
- ]
- },
- "SetTaskStatus":{
- "name":"SetTaskStatus",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"SetTaskStatusInput"},
- "output":{"shape":"SetTaskStatusOutput"},
- "errors":[
- {
- "shape":"InternalServiceError",
- "exception":true,
- "fault":true
- },
- {
- "shape":"TaskNotFoundException",
- "exception":true
- },
- {
- "shape":"InvalidRequestException",
- "exception":true
- },
- {
- "shape":"PipelineNotFoundException",
- "exception":true
- },
- {
- "shape":"PipelineDeletedException",
- "exception":true
- }
- ]
- },
- "ValidatePipelineDefinition":{
- "name":"ValidatePipelineDefinition",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"ValidatePipelineDefinitionInput"},
- "output":{"shape":"ValidatePipelineDefinitionOutput"},
- "errors":[
- {
- "shape":"InternalServiceError",
- "exception":true,
- "fault":true
- },
- {
- "shape":"InvalidRequestException",
- "exception":true
- },
- {
- "shape":"PipelineNotFoundException",
- "exception":true
- },
- {
- "shape":"PipelineDeletedException",
- "exception":true
- }
- ]
- }
- },
- "shapes":{
- "ActivatePipelineInput":{
- "type":"structure",
- "required":["pipelineId"],
- "members":{
- "pipelineId":{"shape":"id"},
- "parameterValues":{"shape":"ParameterValueList"},
- "startTimestamp":{"shape":"timestamp"}
- }
- },
- "ActivatePipelineOutput":{
- "type":"structure",
- "members":{
- }
- },
- "AddTagsInput":{
- "type":"structure",
- "required":[
- "pipelineId",
- "tags"
- ],
- "members":{
- "pipelineId":{"shape":"id"},
- "tags":{"shape":"tagList"}
- }
- },
- "AddTagsOutput":{
- "type":"structure",
- "members":{
- }
- },
- "CreatePipelineInput":{
- "type":"structure",
- "required":[
- "name",
- "uniqueId"
- ],
- "members":{
- "name":{"shape":"id"},
- "uniqueId":{"shape":"id"},
- "description":{"shape":"string"},
- "tags":{"shape":"tagList"}
- }
- },
- "CreatePipelineOutput":{
- "type":"structure",
- "required":["pipelineId"],
- "members":{
- "pipelineId":{"shape":"id"}
- }
- },
- "DeactivatePipelineInput":{
- "type":"structure",
- "required":["pipelineId"],
- "members":{
- "pipelineId":{"shape":"id"},
- "cancelActive":{"shape":"cancelActive"}
- }
- },
- "DeactivatePipelineOutput":{
- "type":"structure",
- "members":{
- }
- },
- "DeletePipelineInput":{
- "type":"structure",
- "required":["pipelineId"],
- "members":{
- "pipelineId":{"shape":"id"}
- }
- },
- "DescribeObjectsInput":{
- "type":"structure",
- "required":[
- "pipelineId",
- "objectIds"
- ],
- "members":{
- "pipelineId":{"shape":"id"},
- "objectIds":{"shape":"idList"},
- "evaluateExpressions":{"shape":"boolean"},
- "marker":{"shape":"string"}
- }
- },
- "DescribeObjectsOutput":{
- "type":"structure",
- "required":["pipelineObjects"],
- "members":{
- "pipelineObjects":{"shape":"PipelineObjectList"},
- "marker":{"shape":"string"},
- "hasMoreResults":{"shape":"boolean"}
- }
- },
- "DescribePipelinesInput":{
- "type":"structure",
- "required":["pipelineIds"],
- "members":{
- "pipelineIds":{"shape":"idList"}
- }
- },
- "DescribePipelinesOutput":{
- "type":"structure",
- "required":["pipelineDescriptionList"],
- "members":{
- "pipelineDescriptionList":{"shape":"PipelineDescriptionList"}
- }
- },
- "EvaluateExpressionInput":{
- "type":"structure",
- "required":[
- "pipelineId",
- "objectId",
- "expression"
- ],
- "members":{
- "pipelineId":{"shape":"id"},
- "objectId":{"shape":"id"},
- "expression":{"shape":"longString"}
- }
- },
- "EvaluateExpressionOutput":{
- "type":"structure",
- "required":["evaluatedExpression"],
- "members":{
- "evaluatedExpression":{"shape":"longString"}
- }
- },
- "Field":{
- "type":"structure",
- "required":["key"],
- "members":{
- "key":{"shape":"fieldNameString"},
- "stringValue":{"shape":"fieldStringValue"},
- "refValue":{"shape":"fieldNameString"}
- }
- },
- "GetPipelineDefinitionInput":{
- "type":"structure",
- "required":["pipelineId"],
- "members":{
- "pipelineId":{"shape":"id"},
- "version":{"shape":"string"}
- }
- },
- "GetPipelineDefinitionOutput":{
- "type":"structure",
- "members":{
- "pipelineObjects":{"shape":"PipelineObjectList"},
- "parameterObjects":{"shape":"ParameterObjectList"},
- "parameterValues":{"shape":"ParameterValueList"}
- }
- },
- "InstanceIdentity":{
- "type":"structure",
- "members":{
- "document":{"shape":"string"},
- "signature":{"shape":"string"}
- }
- },
- "InternalServiceError":{
- "type":"structure",
- "members":{
- "message":{"shape":"errorMessage"}
- },
- "exception":true,
- "fault":true
- },
- "InvalidRequestException":{
- "type":"structure",
- "members":{
- "message":{"shape":"errorMessage"}
- },
- "exception":true
- },
- "ListPipelinesInput":{
- "type":"structure",
- "members":{
- "marker":{"shape":"string"}
- }
- },
- "ListPipelinesOutput":{
- "type":"structure",
- "required":["pipelineIdList"],
- "members":{
- "pipelineIdList":{"shape":"pipelineList"},
- "marker":{"shape":"string"},
- "hasMoreResults":{"shape":"boolean"}
- }
- },
- "Operator":{
- "type":"structure",
- "members":{
- "type":{"shape":"OperatorType"},
- "values":{"shape":"stringList"}
- }
- },
- "OperatorType":{
- "type":"string",
- "enum":[
- "EQ",
- "REF_EQ",
- "LE",
- "GE",
- "BETWEEN"
- ]
- },
- "ParameterAttribute":{
- "type":"structure",
- "required":[
- "key",
- "stringValue"
- ],
- "members":{
- "key":{"shape":"attributeNameString"},
- "stringValue":{"shape":"attributeValueString"}
- }
- },
- "ParameterAttributeList":{
- "type":"list",
- "member":{"shape":"ParameterAttribute"}
- },
- "ParameterObject":{
- "type":"structure",
- "required":[
- "id",
- "attributes"
- ],
- "members":{
- "id":{"shape":"fieldNameString"},
- "attributes":{"shape":"ParameterAttributeList"}
- }
- },
- "ParameterObjectList":{
- "type":"list",
- "member":{"shape":"ParameterObject"}
- },
- "ParameterValue":{
- "type":"structure",
- "required":[
- "id",
- "stringValue"
- ],
- "members":{
- "id":{"shape":"fieldNameString"},
- "stringValue":{"shape":"fieldStringValue"}
- }
- },
- "ParameterValueList":{
- "type":"list",
- "member":{"shape":"ParameterValue"}
- },
- "PipelineDeletedException":{
- "type":"structure",
- "members":{
- "message":{"shape":"errorMessage"}
- },
- "exception":true
- },
- "PipelineDescription":{
- "type":"structure",
- "required":[
- "pipelineId",
- "name",
- "fields"
- ],
- "members":{
- "pipelineId":{"shape":"id"},
- "name":{"shape":"id"},
- "fields":{"shape":"fieldList"},
- "description":{"shape":"string"},
- "tags":{"shape":"tagList"}
- }
- },
- "PipelineDescriptionList":{
- "type":"list",
- "member":{"shape":"PipelineDescription"}
- },
- "PipelineIdName":{
- "type":"structure",
- "members":{
- "id":{"shape":"id"},
- "name":{"shape":"id"}
- }
- },
- "PipelineNotFoundException":{
- "type":"structure",
- "members":{
- "message":{"shape":"errorMessage"}
- },
- "exception":true
- },
- "PipelineObject":{
- "type":"structure",
- "required":[
- "id",
- "name",
- "fields"
- ],
- "members":{
- "id":{"shape":"id"},
- "name":{"shape":"id"},
- "fields":{"shape":"fieldList"}
- }
- },
- "PipelineObjectList":{
- "type":"list",
- "member":{"shape":"PipelineObject"}
- },
- "PipelineObjectMap":{
- "type":"map",
- "key":{"shape":"id"},
- "value":{"shape":"PipelineObject"}
- },
- "PollForTaskInput":{
- "type":"structure",
- "required":["workerGroup"],
- "members":{
- "workerGroup":{"shape":"string"},
- "hostname":{"shape":"id"},
- "instanceIdentity":{"shape":"InstanceIdentity"}
- }
- },
- "PollForTaskOutput":{
- "type":"structure",
- "members":{
- "taskObject":{"shape":"TaskObject"}
- }
- },
- "PutPipelineDefinitionInput":{
- "type":"structure",
- "required":[
- "pipelineId",
- "pipelineObjects"
- ],
- "members":{
- "pipelineId":{"shape":"id"},
- "pipelineObjects":{"shape":"PipelineObjectList"},
- "parameterObjects":{"shape":"ParameterObjectList"},
- "parameterValues":{"shape":"ParameterValueList"}
- }
- },
- "PutPipelineDefinitionOutput":{
- "type":"structure",
- "required":["errored"],
- "members":{
- "validationErrors":{"shape":"ValidationErrors"},
- "validationWarnings":{"shape":"ValidationWarnings"},
- "errored":{"shape":"boolean"}
- }
- },
- "Query":{
- "type":"structure",
- "members":{
- "selectors":{"shape":"SelectorList"}
- }
- },
- "QueryObjectsInput":{
- "type":"structure",
- "required":[
- "pipelineId",
- "sphere"
- ],
- "members":{
- "pipelineId":{"shape":"id"},
- "query":{"shape":"Query"},
- "sphere":{"shape":"string"},
- "marker":{"shape":"string"},
- "limit":{"shape":"int"}
- }
- },
- "QueryObjectsOutput":{
- "type":"structure",
- "members":{
- "ids":{"shape":"idList"},
- "marker":{"shape":"string"},
- "hasMoreResults":{"shape":"boolean"}
- }
- },
- "RemoveTagsInput":{
- "type":"structure",
- "required":[
- "pipelineId",
- "tagKeys"
- ],
- "members":{
- "pipelineId":{"shape":"id"},
- "tagKeys":{"shape":"stringList"}
- }
- },
- "RemoveTagsOutput":{
- "type":"structure",
- "members":{
- }
- },
- "ReportTaskProgressInput":{
- "type":"structure",
- "required":["taskId"],
- "members":{
- "taskId":{"shape":"taskId"},
- "fields":{"shape":"fieldList"}
- }
- },
- "ReportTaskProgressOutput":{
- "type":"structure",
- "required":["canceled"],
- "members":{
- "canceled":{"shape":"boolean"}
- }
- },
- "ReportTaskRunnerHeartbeatInput":{
- "type":"structure",
- "required":["taskrunnerId"],
- "members":{
- "taskrunnerId":{"shape":"id"},
- "workerGroup":{"shape":"string"},
- "hostname":{"shape":"id"}
- }
- },
- "ReportTaskRunnerHeartbeatOutput":{
- "type":"structure",
- "required":["terminate"],
- "members":{
- "terminate":{"shape":"boolean"}
- }
- },
- "Selector":{
- "type":"structure",
- "members":{
- "fieldName":{"shape":"string"},
- "operator":{"shape":"Operator"}
- }
- },
- "SelectorList":{
- "type":"list",
- "member":{"shape":"Selector"}
- },
- "SetStatusInput":{
- "type":"structure",
- "required":[
- "pipelineId",
- "objectIds",
- "status"
- ],
- "members":{
- "pipelineId":{"shape":"id"},
- "objectIds":{"shape":"idList"},
- "status":{"shape":"string"}
- }
- },
- "SetTaskStatusInput":{
- "type":"structure",
- "required":[
- "taskId",
- "taskStatus"
- ],
- "members":{
- "taskId":{"shape":"taskId"},
- "taskStatus":{"shape":"TaskStatus"},
- "errorId":{"shape":"string"},
- "errorMessage":{"shape":"errorMessage"},
- "errorStackTrace":{"shape":"string"}
- }
- },
- "SetTaskStatusOutput":{
- "type":"structure",
- "members":{
- }
- },
- "Tag":{
- "type":"structure",
- "required":[
- "key",
- "value"
- ],
- "members":{
- "key":{"shape":"tagKey"},
- "value":{"shape":"tagValue"}
- }
- },
- "TaskNotFoundException":{
- "type":"structure",
- "members":{
- "message":{"shape":"errorMessage"}
- },
- "exception":true
- },
- "TaskObject":{
- "type":"structure",
- "members":{
- "taskId":{"shape":"taskId"},
- "pipelineId":{"shape":"id"},
- "attemptId":{"shape":"id"},
- "objects":{"shape":"PipelineObjectMap"}
- }
- },
- "TaskStatus":{
- "type":"string",
- "enum":[
- "FINISHED",
- "FAILED",
- "FALSE"
- ]
- },
- "ValidatePipelineDefinitionInput":{
- "type":"structure",
- "required":[
- "pipelineId",
- "pipelineObjects"
- ],
- "members":{
- "pipelineId":{"shape":"id"},
- "pipelineObjects":{"shape":"PipelineObjectList"},
- "parameterObjects":{"shape":"ParameterObjectList"},
- "parameterValues":{"shape":"ParameterValueList"}
- }
- },
- "ValidatePipelineDefinitionOutput":{
- "type":"structure",
- "required":["errored"],
- "members":{
- "validationErrors":{"shape":"ValidationErrors"},
- "validationWarnings":{"shape":"ValidationWarnings"},
- "errored":{"shape":"boolean"}
- }
- },
- "ValidationError":{
- "type":"structure",
- "members":{
- "id":{"shape":"id"},
- "errors":{"shape":"validationMessages"}
- }
- },
- "ValidationErrors":{
- "type":"list",
- "member":{"shape":"ValidationError"}
- },
- "ValidationWarning":{
- "type":"structure",
- "members":{
- "id":{"shape":"id"},
- "warnings":{"shape":"validationMessages"}
- }
- },
- "ValidationWarnings":{
- "type":"list",
- "member":{"shape":"ValidationWarning"}
- },
- "attributeNameString":{
- "type":"string",
- "min":1,
- "max":256,
- "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
- },
- "attributeValueString":{
- "type":"string",
- "min":0,
- "max":10240,
- "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
- },
- "boolean":{"type":"boolean"},
- "cancelActive":{"type":"boolean"},
- "errorMessage":{"type":"string"},
- "fieldList":{
- "type":"list",
- "member":{"shape":"Field"}
- },
- "fieldNameString":{
- "type":"string",
- "min":1,
- "max":256,
- "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
- },
- "fieldStringValue":{
- "type":"string",
- "min":0,
- "max":10240,
- "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
- },
- "id":{
- "type":"string",
- "min":1,
- "max":1024,
- "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
- },
- "idList":{
- "type":"list",
- "member":{"shape":"id"}
- },
- "int":{"type":"integer"},
- "longString":{
- "type":"string",
- "min":0,
- "max":20971520,
- "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
- },
- "pipelineList":{
- "type":"list",
- "member":{"shape":"PipelineIdName"}
- },
- "string":{
- "type":"string",
- "min":0,
- "max":1024,
- "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
- },
- "stringList":{
- "type":"list",
- "member":{"shape":"string"}
- },
- "tagKey":{
- "type":"string",
- "min":1,
- "max":128
- },
- "tagList":{
- "type":"list",
- "member":{"shape":"Tag"},
- "min":0,
- "max":10
- },
- "tagValue":{
- "type":"string",
- "min":0,
- "max":256
- },
- "taskId":{
- "type":"string",
- "min":1,
- "max":2048,
- "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
- },
- "timestamp":{"type":"timestamp"},
- "validationMessage":{
- "type":"string",
- "min":0,
- "max":10000,
- "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
- },
- "validationMessages":{
- "type":"list",
- "member":{"shape":"validationMessage"}
- }
- }
- }
|