Skip to content

Commit

Permalink
feat(client-pipes): TargetParameters now properly supports BatchJobPa…
Browse files Browse the repository at this point in the history
…rameters.ArrayProperties.Size and BatchJobParameters.RetryStrategy.Attempts being optional, and EcsTaskParameters.Overrides.EphemeralStorage.SizeInGiB now properly required when setting EphemeralStorage
  • Loading branch information
awstools committed Nov 17, 2023
1 parent 1886fed commit 03b574e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions codegen/sdk-codegen/aws-models/pipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
"Size": {
"target": "com.amazonaws.pipes#BatchArraySize",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The size of the array, if this is an array batch job.</p>"
}
}
Expand All @@ -91,7 +90,6 @@
"com.amazonaws.pipes#BatchArraySize": {
"type": "integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#range": {
"min": 2,
"max": 10000
Expand Down Expand Up @@ -262,7 +260,6 @@
"com.amazonaws.pipes#BatchRetryAttempts": {
"type": "integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 10
Expand All @@ -275,7 +272,6 @@
"Attempts": {
"target": "com.amazonaws.pipes#BatchRetryAttempts",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The number of times to move a job to the <code>RUNNABLE</code> status. If the value of <code>attempts</code> is greater than one, the job is retried on \n failure the same number of attempts as the value.</p>"
}
}
Expand Down Expand Up @@ -1045,7 +1041,6 @@
"sizeInGiB": {
"target": "com.amazonaws.pipes#EphemeralStorageSize",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The total amount, in GiB, of ephemeral storage to set for the task. The minimum\n supported value is <code>21</code> GiB and the maximum supported value is\n <code>200</code> GiB.</p>",
"smithy.api#required": {}
}
Expand Down Expand Up @@ -1188,7 +1183,6 @@
"com.amazonaws.pipes#EphemeralStorageSize": {
"type": "integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#range": {
"min": 21,
"max": 200
Expand Down

0 comments on commit 03b574e

Please sign in to comment.