Comparing version 2.1632.0 to 2.1633.0
@@ -8,2 +8,5 @@ { | ||
"protocol": "rest-json", | ||
"protocols": [ | ||
"rest-json" | ||
], | ||
"serviceAbbreviation": "AWS Batch", | ||
@@ -849,2 +852,41 @@ "serviceFullName": "AWS Batch", | ||
}, | ||
"GetJobQueueSnapshot": { | ||
"http": { | ||
"requestUri": "/v1/getjobqueuesnapshot" | ||
}, | ||
"input": { | ||
"type": "structure", | ||
"required": [ | ||
"jobQueue" | ||
], | ||
"members": { | ||
"jobQueue": {} | ||
} | ||
}, | ||
"output": { | ||
"type": "structure", | ||
"members": { | ||
"frontOfQueue": { | ||
"type": "structure", | ||
"members": { | ||
"jobs": { | ||
"type": "list", | ||
"member": { | ||
"type": "structure", | ||
"members": { | ||
"jobArn": {}, | ||
"earliestTimeAtPosition": { | ||
"type": "long" | ||
} | ||
} | ||
} | ||
}, | ||
"lastUpdatedAt": { | ||
"type": "long" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"ListJobs": { | ||
@@ -1106,3 +1148,3 @@ "http": { | ||
"containerOverrides": { | ||
"shape": "S5j" | ||
"shape": "S5o" | ||
}, | ||
@@ -1125,6 +1167,6 @@ "nodeOverrides": { | ||
"containerOverrides": { | ||
"shape": "S5j" | ||
"shape": "S5o" | ||
}, | ||
"ecsPropertiesOverride": { | ||
"shape": "S5n" | ||
"shape": "S5s" | ||
}, | ||
@@ -1158,6 +1200,6 @@ "instanceTypes": { | ||
"containers": { | ||
"shape": "S5u" | ||
"shape": "S5z" | ||
}, | ||
"initContainers": { | ||
"shape": "S5u" | ||
"shape": "S5z" | ||
}, | ||
@@ -1172,3 +1214,3 @@ "metadata": { | ||
"ecsPropertiesOverride": { | ||
"shape": "S5n" | ||
"shape": "S5s" | ||
} | ||
@@ -2277,3 +2319,3 @@ } | ||
}, | ||
"S5j": { | ||
"S5o": { | ||
"type": "structure", | ||
@@ -2303,3 +2345,3 @@ "members": { | ||
}, | ||
"S5n": { | ||
"S5s": { | ||
"type": "structure", | ||
@@ -2335,3 +2377,3 @@ "members": { | ||
}, | ||
"S5u": { | ||
"S5z": { | ||
"type": "list", | ||
@@ -2338,0 +2380,0 @@ "member": { |
@@ -23,3 +23,3 @@ /** | ||
*/ | ||
VERSION: '2.1632.0', | ||
VERSION: '2.1633.0', | ||
@@ -26,0 +26,0 @@ /** |
{ | ||
"name": "aws-sdk", | ||
"description": "AWS SDK for JavaScript", | ||
"version": "2.1632.0", | ||
"version": "2.1633.0", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Amazon Web Services", |
@@ -67,3 +67,3 @@ # AWS SDK for JavaScript | ||
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1632.0.min.js"></script> | ||
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1633.0.min.js"></script> | ||
@@ -70,0 +70,0 @@ You can also build a custom browser SDK with your specified set of AWS services. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95782323
1873933