Skip to content

Commit 6094571

Browse files
Updated API models and rebuilt service gems.
1 parent ad7e5e1 commit 6094571

File tree

89 files changed

+5069
-895
lines changed

Some content is hidden

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

89 files changed

+5069
-895
lines changed

apis/batch/2016-08-10/api-2.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,7 @@
545545
"type":"structure",
546546
"members":{
547547
"statusSummary":{"shape":"ArrayJobStatusSummary"},
548+
"statusSummaryLastUpdatedAt":{"shape":"Long"},
548549
"size":{"shape":"Integer"},
549550
"index":{"shape":"Integer"}
550551
}
@@ -553,7 +554,9 @@
553554
"type":"structure",
554555
"members":{
555556
"size":{"shape":"Integer"},
556-
"index":{"shape":"Integer"}
557+
"index":{"shape":"Integer"},
558+
"statusSummary":{"shape":"ArrayJobStatusSummary"},
559+
"statusSummaryLastUpdatedAt":{"shape":"Long"}
557560
}
558561
},
559562
"AssignPublicIp":{

apis/batch/2016-08-10/docs-2.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"ArrayJobStatusSummary": {
5353
"base": null,
5454
"refs": {
55-
"ArrayPropertiesDetail$statusSummary": "<p>A summary of the number of array job children in each available job status. This parameter is returned for parent array jobs.</p>"
55+
"ArrayPropertiesDetail$statusSummary": "<p>A summary of the number of array job children in each available job status. This parameter is returned for parent array jobs.</p>",
56+
"ArrayPropertiesSummary$statusSummary": "<p>A summary of the number of array job children in each available job status. This parameter is returned for parent array jobs.</p>"
5657
}
5758
},
5859
"ArrayProperties": {
@@ -1115,7 +1116,7 @@
11151116
"refs": {
11161117
"JobDetail$status": "<p>The current status for the job.</p> <note> <p>If your jobs don't progress to <code>STARTING</code>, see <a href=\"https://docs.aws.amazon.com/batch/latest/userguide/troubleshooting.html#job_stuck_in_runnable\">Jobs stuck in RUNNABLE status</a> in the troubleshooting section of the <i>Batch User Guide</i>.</p> </note>",
11171118
"JobSummary$status": "<p>The current status for the job.</p>",
1118-
"ListJobsRequest$jobStatus": "<p>The job status used to filter jobs in the specified queue. If the <code>filters</code> parameter is specified, the <code>jobStatus</code> parameter is ignored and jobs with any status are returned. If you don't specify a status, only <code>RUNNING</code> jobs are returned.</p>"
1119+
"ListJobsRequest$jobStatus": "<p>The job status used to filter jobs in the specified queue. If the <code>filters</code> parameter is specified, the <code>jobStatus</code> parameter is ignored and jobs with any status are returned. If you don't specify a status, only <code>RUNNING</code> jobs are returned.</p> <note> <p>Array job parents are updated to <code>PENDING</code> when any child job is updated to <code>RUNNABLE</code> and remain in <code>PENDING</code> status while child jobs are running. To view these jobs, filter by <code>PENDING</code> status until all child jobs reach a terminal state.</p> </note>"
11191120
}
11201121
},
11211122
"JobSummary": {
@@ -1345,6 +1346,8 @@
13451346
"Long": {
13461347
"base": null,
13471348
"refs": {
1349+
"ArrayPropertiesDetail$statusSummaryLastUpdatedAt": "<p>The Unix timestamp (in milliseconds) for when the <code>statusSummary</code> was last updated.</p>",
1350+
"ArrayPropertiesSummary$statusSummaryLastUpdatedAt": "<p>The Unix timestamp (in milliseconds) for when the <code>statusSummary</code> was last updated.</p>",
13481351
"AttemptDetail$startedAt": "<p>The Unix timestamp (in milliseconds) for when the attempt was started (when the attempt transitioned from the <code>STARTING</code> state to the <code>RUNNING</code> state).</p>",
13491352
"AttemptDetail$stoppedAt": "<p>The Unix timestamp (in milliseconds) for when the attempt was stopped (when the attempt transitioned from the <code>RUNNING</code> state to a terminal state, such as <code>SUCCEEDED</code> or <code>FAILED</code>).</p>",
13501353
"ConsumableResourceRequirement$quantity": "<p>The quantity of the consumable resource that is needed.</p>",

apis/dynamodb/2011-12-05/endpoint-rule-set-1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@
267267
"authSchemes": [
268268
{
269269
"name": "sigv4",
270-
"signingRegion": "us-east-1",
271-
"signingName": "dynamodb"
270+
"signingName": "dynamodb",
271+
"signingRegion": "us-east-1"
272272
}
273273
]
274274
},

0 commit comments

Comments
 (0)