You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/glue/src/main/resources/codegen-resources/service-2.json
+18-4Lines changed: 18 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7557,7 +7557,8 @@
7557
7557
},
7558
7558
"ConditionList":{
7559
7559
"type":"list",
7560
-
"member":{"shape":"Condition"}
7560
+
"member":{"shape":"Condition"},
7561
+
"max":500
7561
7562
},
7562
7563
"ConfigValueString":{
7563
7564
"type":"string",
@@ -7864,6 +7865,15 @@
7864
7865
"FAILED"
7865
7866
]
7866
7867
},
7868
+
"ConnectionString":{
7869
+
"type":"string",
7870
+
"max":255
7871
+
},
7872
+
"ConnectionStringList":{
7873
+
"type":"list",
7874
+
"member":{"shape":"ConnectionString"},
7875
+
"max":1000
7876
+
},
7867
7877
"ConnectionType":{
7868
7878
"type":"string",
7869
7879
"enum":[
@@ -7924,7 +7934,7 @@
7924
7934
"type":"structure",
7925
7935
"members":{
7926
7936
"Connections":{
7927
-
"shape":"OrchestrationStringList",
7937
+
"shape":"ConnectionStringList",
7928
7938
"documentation":"<p>A list of connections used by the job.</p>"
7929
7939
}
7930
7940
},
@@ -9860,7 +9870,7 @@
9860
9870
"documentation":"<p>The name to be assigned to the workflow. It should be unique within your account.</p>"
9861
9871
},
9862
9872
"Description":{
9863
-
"shape":"GenericString",
9873
+
"shape":"WorkflowDescriptionString",
9864
9874
"documentation":"<p>A description of the workflow.</p>"
9865
9875
},
9866
9876
"DefaultRunProperties":{
@@ -26652,7 +26662,7 @@
26652
26662
"documentation":"<p>Name of the workflow to be updated.</p>"
26653
26663
},
26654
26664
"Description":{
26655
-
"shape":"GenericString",
26665
+
"shape":"WorkflowDescriptionString",
26656
26666
"documentation":"<p>The description of the workflow.</p>"
26657
26667
},
26658
26668
"DefaultRunProperties":{
@@ -27104,6 +27114,10 @@
27104
27114
},
27105
27115
"documentation":"<p>A workflow is a collection of multiple dependent Glue jobs and crawlers that are run to complete a complex ETL task. A workflow manages the execution and monitoring of all its jobs and crawlers.</p>"
0 commit comments