mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-08 22:30:41 +00:00
Upgrade AWS SDK to the latest version
This commit is contained in:
+73
-4
@@ -202,6 +202,20 @@
|
||||
{"shape":"InvalidNextTokenException"}
|
||||
]
|
||||
},
|
||||
"ListPipelineExecutions":{
|
||||
"name":"ListPipelineExecutions",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"ListPipelineExecutionsInput"},
|
||||
"output":{"shape":"ListPipelineExecutionsOutput"},
|
||||
"errors":[
|
||||
{"shape":"ValidationException"},
|
||||
{"shape":"PipelineNotFoundException"},
|
||||
{"shape":"InvalidNextTokenException"}
|
||||
]
|
||||
},
|
||||
"ListPipelines":{
|
||||
"name":"ListPipelines",
|
||||
"http":{
|
||||
@@ -488,7 +502,7 @@
|
||||
},
|
||||
"ActionConfigurationQueryableValue":{
|
||||
"type":"string",
|
||||
"max":20,
|
||||
"max":50,
|
||||
"min":1,
|
||||
"pattern":"[a-zA-Z0-9_-]+"
|
||||
},
|
||||
@@ -784,7 +798,11 @@
|
||||
"type":"string",
|
||||
"pattern":"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
|
||||
},
|
||||
"ClientToken":{"type":"string"},
|
||||
"ClientToken":{
|
||||
"type":"string",
|
||||
"max":256,
|
||||
"min":1
|
||||
},
|
||||
"Code":{"type":"string"},
|
||||
"ContinuationToken":{"type":"string"},
|
||||
"CreateCustomActionTypeInput":{
|
||||
@@ -1004,7 +1022,8 @@
|
||||
"GetPipelineOutput":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"pipeline":{"shape":"PipelineDeclaration"}
|
||||
"pipeline":{"shape":"PipelineDeclaration"},
|
||||
"metadata":{"shape":"PipelineMetadata"}
|
||||
}
|
||||
},
|
||||
"GetPipelineStateInput":{
|
||||
@@ -1192,6 +1211,22 @@
|
||||
"nextToken":{"shape":"NextToken"}
|
||||
}
|
||||
},
|
||||
"ListPipelineExecutionsInput":{
|
||||
"type":"structure",
|
||||
"required":["pipelineName"],
|
||||
"members":{
|
||||
"pipelineName":{"shape":"PipelineName"},
|
||||
"maxResults":{"shape":"MaxResults"},
|
||||
"nextToken":{"shape":"NextToken"}
|
||||
}
|
||||
},
|
||||
"ListPipelineExecutionsOutput":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"pipelineExecutionSummaries":{"shape":"PipelineExecutionSummaryList"},
|
||||
"nextToken":{"shape":"NextToken"}
|
||||
}
|
||||
},
|
||||
"ListPipelinesInput":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -1209,6 +1244,11 @@
|
||||
"type":"integer",
|
||||
"min":1
|
||||
},
|
||||
"MaxResults":{
|
||||
"type":"integer",
|
||||
"max":100,
|
||||
"min":1
|
||||
},
|
||||
"MaximumArtifactCount":{
|
||||
"type":"integer",
|
||||
"max":5,
|
||||
@@ -1220,7 +1260,11 @@
|
||||
"max":5,
|
||||
"min":0
|
||||
},
|
||||
"NextToken":{"type":"string"},
|
||||
"NextToken":{
|
||||
"type":"string",
|
||||
"max":2048,
|
||||
"min":1
|
||||
},
|
||||
"Nonce":{"type":"string"},
|
||||
"NotLatestPipelineExecutionException":{
|
||||
"type":"structure",
|
||||
@@ -1244,6 +1288,10 @@
|
||||
"max":100,
|
||||
"min":0
|
||||
},
|
||||
"PipelineArn":{
|
||||
"type":"string",
|
||||
"pattern":"arn:aws(-[\\w]+)*:codepipeline:.+:[0-9]{12}:.+"
|
||||
},
|
||||
"PipelineContext":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -1297,10 +1345,31 @@
|
||||
"Failed"
|
||||
]
|
||||
},
|
||||
"PipelineExecutionSummary":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"pipelineExecutionId":{"shape":"PipelineExecutionId"},
|
||||
"status":{"shape":"PipelineExecutionStatus"},
|
||||
"startTime":{"shape":"Timestamp"},
|
||||
"lastUpdateTime":{"shape":"Timestamp"}
|
||||
}
|
||||
},
|
||||
"PipelineExecutionSummaryList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"PipelineExecutionSummary"}
|
||||
},
|
||||
"PipelineList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"PipelineSummary"}
|
||||
},
|
||||
"PipelineMetadata":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"pipelineArn":{"shape":"PipelineArn"},
|
||||
"created":{"shape":"Timestamp"},
|
||||
"updated":{"shape":"Timestamp"}
|
||||
}
|
||||
},
|
||||
"PipelineName":{
|
||||
"type":"string",
|
||||
"max":100,
|
||||
|
||||
+127
-77
File diff suppressed because one or more lines are too long
Generated
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"pagination": {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user