Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Aug 21, 2024
1 parent 4d36126 commit f7d2cf6
Show file tree
Hide file tree
Showing 6 changed files with 245 additions and 46 deletions.
105 changes: 89 additions & 16 deletions codegen/sdk-codegen/aws-models/ec2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/entityresolution.json
Original file line number Diff line number Diff line change
Expand Up @@ -5612,7 +5612,7 @@
"traits": {
"smithy.api#length": {
"min": 2,
"max": 25
"max": 35
}
}
},
Expand Down
45 changes: 45 additions & 0 deletions codegen/sdk-codegen/aws-models/glue.json
Original file line number Diff line number Diff line change
Expand Up @@ -9114,6 +9114,12 @@
"smithy.api#documentation": "<p>A mode that describes how a job was created. Valid values are:</p>\n <ul>\n <li>\n <p>\n <code>SCRIPT</code> - The job was created using the Glue Studio script editor.</p>\n </li>\n <li>\n <p>\n <code>VISUAL</code> - The job was created using the Glue Studio visual editor.</p>\n </li>\n <li>\n <p>\n <code>NOTEBOOK</code> - The job was created using an interactive sessions notebook.</p>\n </li>\n </ul>\n <p>When the <code>JobMode</code> field is missing or null, <code>SCRIPT</code> is assigned as the default value.</p>"
}
},
"JobRunQueuingEnabled": {
"target": "com.amazonaws.glue#NullableBoolean",
"traits": {
"smithy.api#documentation": "<p>Specifies whether job run queuing is enabled for the job runs for this job.</p>\n <p>A value of true means job run queuing is enabled for the job runs. If false or not populated, the job runs will not be considered for queueing.</p>\n <p>If this field does not match the value set in the job run, then the value from the job run field will be used.</p>"
}
},
"Description": {
"target": "com.amazonaws.glue#DescriptionString",
"traits": {
Expand Down Expand Up @@ -22978,6 +22984,12 @@
"smithy.api#documentation": "<p>A mode that describes how a job was created. Valid values are:</p>\n <ul>\n <li>\n <p>\n <code>SCRIPT</code> - The job was created using the Glue Studio script editor.</p>\n </li>\n <li>\n <p>\n <code>VISUAL</code> - The job was created using the Glue Studio visual editor.</p>\n </li>\n <li>\n <p>\n <code>NOTEBOOK</code> - The job was created using an interactive sessions notebook.</p>\n </li>\n </ul>\n <p>When the <code>JobMode</code> field is missing or null, <code>SCRIPT</code> is assigned as the default value.</p>"
}
},
"JobRunQueuingEnabled": {
"target": "com.amazonaws.glue#NullableBoolean",
"traits": {
"smithy.api#documentation": "<p>Specifies whether job run queuing is enabled for the job runs for this job.</p>\n <p>A value of true means job run queuing is enabled for the job runs. If false or not populated, the job runs will not be considered for queueing.</p>\n <p>If this field does not match the value set in the job run, then the value from the job run field will be used.</p>"
}
},
"Description": {
"target": "com.amazonaws.glue#DescriptionString",
"traits": {
Expand Down Expand Up @@ -23346,6 +23358,12 @@
"smithy.api#documentation": "<p>A mode that describes how a job was created. Valid values are:</p>\n <ul>\n <li>\n <p>\n <code>SCRIPT</code> - The job was created using the Glue Studio script editor.</p>\n </li>\n <li>\n <p>\n <code>VISUAL</code> - The job was created using the Glue Studio visual editor.</p>\n </li>\n <li>\n <p>\n <code>NOTEBOOK</code> - The job was created using an interactive sessions notebook.</p>\n </li>\n </ul>\n <p>When the <code>JobMode</code> field is missing or null, <code>SCRIPT</code> is assigned as the default value.</p>"
}
},
"JobRunQueuingEnabled": {
"target": "com.amazonaws.glue#NullableBoolean",
"traits": {
"smithy.api#documentation": "<p>Specifies whether job run queuing is enabled for the job run.</p>\n <p>A value of true means job run queuing is enabled for the job run. If false or not populated, the job run will not be considered for queueing.</p>"
}
},
"StartedOn": {
"target": "com.amazonaws.glue#TimestampValue",
"traits": {
Expand Down Expand Up @@ -23476,6 +23494,12 @@
"traits": {
"smithy.api#documentation": "<p>The name of an Glue usage profile associated with the job run.</p>"
}
},
"StateDetail": {
"target": "com.amazonaws.glue#OrchestrationMessageString",
"traits": {
"smithy.api#documentation": "<p>This field holds details that pertain to the state of a job run. The field is nullable.</p>\n <p>For example, when a job run is in a WAITING state as a result of job run queuing, the field has the reason why the job run is in that state.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -23562,6 +23586,12 @@
"smithy.api#documentation": "<p>A mode that describes how a job was created. Valid values are:</p>\n <ul>\n <li>\n <p>\n <code>SCRIPT</code> - The job was created using the Glue Studio script editor.</p>\n </li>\n <li>\n <p>\n <code>VISUAL</code> - The job was created using the Glue Studio visual editor.</p>\n </li>\n <li>\n <p>\n <code>NOTEBOOK</code> - The job was created using an interactive sessions notebook.</p>\n </li>\n </ul>\n <p>When the <code>JobMode</code> field is missing or null, <code>SCRIPT</code> is assigned as the default value.</p>"
}
},
"JobRunQueuingEnabled": {
"target": "com.amazonaws.glue#NullableBoolean",
"traits": {
"smithy.api#documentation": "<p>Specifies whether job run queuing is enabled for the job runs for this job.</p>\n <p>A value of true means job run queuing is enabled for the job runs. If false or not populated, the job runs will not be considered for queueing.</p>\n <p>If this field does not match the value set in the job run, then the value from the job run field will be used.</p>"
}
},
"Description": {
"target": "com.amazonaws.glue#DescriptionString",
"traits": {
Expand Down Expand Up @@ -27596,6 +27626,15 @@
"smithy.api#pattern": "^arn:aws[^:]*:iam::[0-9]*:role/.+$"
}
},
"com.amazonaws.glue#OrchestrationMessageString": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 400000
}
}
},
"com.amazonaws.glue#OrchestrationNameString": {
"type": "string",
"traits": {
Expand Down Expand Up @@ -33569,6 +33608,12 @@
"smithy.api#required": {}
}
},
"JobRunQueuingEnabled": {
"target": "com.amazonaws.glue#NullableBoolean",
"traits": {
"smithy.api#documentation": "<p>Specifies whether job run queuing is enabled for the job run.</p>\n <p>A value of true means job run queuing is enabled for the job run. If false or not populated, the job run will not be considered for queueing.</p>"
}
},
"JobRunId": {
"target": "com.amazonaws.glue#IdString",
"traits": {
Expand Down
Loading

0 comments on commit f7d2cf6

Please sign in to comment.