Skip to content

Commit f7d2cf6

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 4d36126 commit f7d2cf6

File tree

6 files changed

+245
-46
lines changed

6 files changed

+245
-46
lines changed

codegen/sdk-codegen/aws-models/ec2.json

Lines changed: 89 additions & 16 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/entityresolution.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5612,7 +5612,7 @@
56125612
"traits": {
56135613
"smithy.api#length": {
56145614
"min": 2,
5615-
"max": 25
5615+
"max": 35
56165616
}
56175617
}
56185618
},

codegen/sdk-codegen/aws-models/glue.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9114,6 +9114,12 @@
91149114
"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>"
91159115
}
91169116
},
9117+
"JobRunQueuingEnabled": {
9118+
"target": "com.amazonaws.glue#NullableBoolean",
9119+
"traits": {
9120+
"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>"
9121+
}
9122+
},
91179123
"Description": {
91189124
"target": "com.amazonaws.glue#DescriptionString",
91199125
"traits": {
@@ -22978,6 +22984,12 @@
2297822984
"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>"
2297922985
}
2298022986
},
22987+
"JobRunQueuingEnabled": {
22988+
"target": "com.amazonaws.glue#NullableBoolean",
22989+
"traits": {
22990+
"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>"
22991+
}
22992+
},
2298122993
"Description": {
2298222994
"target": "com.amazonaws.glue#DescriptionString",
2298322995
"traits": {
@@ -23346,6 +23358,12 @@
2334623358
"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>"
2334723359
}
2334823360
},
23361+
"JobRunQueuingEnabled": {
23362+
"target": "com.amazonaws.glue#NullableBoolean",
23363+
"traits": {
23364+
"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>"
23365+
}
23366+
},
2334923367
"StartedOn": {
2335023368
"target": "com.amazonaws.glue#TimestampValue",
2335123369
"traits": {
@@ -23476,6 +23494,12 @@
2347623494
"traits": {
2347723495
"smithy.api#documentation": "<p>The name of an Glue usage profile associated with the job run.</p>"
2347823496
}
23497+
},
23498+
"StateDetail": {
23499+
"target": "com.amazonaws.glue#OrchestrationMessageString",
23500+
"traits": {
23501+
"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>"
23502+
}
2347923503
}
2348023504
},
2348123505
"traits": {
@@ -23562,6 +23586,12 @@
2356223586
"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>"
2356323587
}
2356423588
},
23589+
"JobRunQueuingEnabled": {
23590+
"target": "com.amazonaws.glue#NullableBoolean",
23591+
"traits": {
23592+
"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>"
23593+
}
23594+
},
2356523595
"Description": {
2356623596
"target": "com.amazonaws.glue#DescriptionString",
2356723597
"traits": {
@@ -27596,6 +27626,15 @@
2759627626
"smithy.api#pattern": "^arn:aws[^:]*:iam::[0-9]*:role/.+$"
2759727627
}
2759827628
},
27629+
"com.amazonaws.glue#OrchestrationMessageString": {
27630+
"type": "string",
27631+
"traits": {
27632+
"smithy.api#length": {
27633+
"min": 0,
27634+
"max": 400000
27635+
}
27636+
}
27637+
},
2759927638
"com.amazonaws.glue#OrchestrationNameString": {
2760027639
"type": "string",
2760127640
"traits": {
@@ -33569,6 +33608,12 @@
3356933608
"smithy.api#required": {}
3357033609
}
3357133610
},
33611+
"JobRunQueuingEnabled": {
33612+
"target": "com.amazonaws.glue#NullableBoolean",
33613+
"traits": {
33614+
"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>"
33615+
}
33616+
},
3357233617
"JobRunId": {
3357333618
"target": "com.amazonaws.glue#IdString",
3357433619
"traits": {

0 commit comments

Comments
 (0)