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
* <p>This is a wrapper structure to contain schema identity fields. The structure contains:</p>
8340
-
* <ul>
8341
-
* <li>
8342
-
* <p>SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either <code>SchemaArn</code> or <code>SchemaName</code> and <code>RegistryName</code> has to be provided.</p>
8343
-
* </li>
8344
-
* <li>
8345
-
* <p>SchemaId$SchemaName: The name of the schema. Either <code>SchemaArn</code> or <code>SchemaName</code> and <code>RegistryName</code> has to be provided.</p>
Copy file name to clipboardExpand all lines: clients/client-glue/src/models/models_2.ts
+19
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,25 @@ import {
143
143
ViewDialect,
144
144
}from"./models_1";
145
145
146
+
/**
147
+
* @public
148
+
*/
149
+
exportinterfaceGetSchemaInput{
150
+
/**
151
+
* <p>This is a wrapper structure to contain schema identity fields. The structure contains:</p>
152
+
* <ul>
153
+
* <li>
154
+
* <p>SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either <code>SchemaArn</code> or <code>SchemaName</code> and <code>RegistryName</code> has to be provided.</p>
155
+
* </li>
156
+
* <li>
157
+
* <p>SchemaId$SchemaName: The name of the schema. Either <code>SchemaArn</code> or <code>SchemaName</code> and <code>RegistryName</code> has to be provided.</p>
0 commit comments