Packages

package glue

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. glue
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Action extends Object

    Defines an action to be initiated by a trigger.

    Defines an action to be initiated by a trigger.

    Annotations
    @RawJSType() @native()
  2. type ActionList = Array[Action]
  3. type AttemptCount = Int
  4. trait BatchCreatePartitionRequest extends Object
    Annotations
    @RawJSType() @native()
  5. trait BatchCreatePartitionResponse extends Object
    Annotations
    @RawJSType() @native()
  6. trait BatchDeleteConnectionRequest extends Object
    Annotations
    @RawJSType() @native()
  7. trait BatchDeleteConnectionResponse extends Object
    Annotations
    @RawJSType() @native()
  8. trait BatchDeletePartitionRequest extends Object
    Annotations
    @RawJSType() @native()
  9. trait BatchDeletePartitionResponse extends Object
    Annotations
    @RawJSType() @native()
  10. type BatchDeletePartitionValueList = Array[PartitionValueList]
  11. type BatchDeleteTableNameList = Array[NameString]
  12. trait BatchDeleteTableRequest extends Object
    Annotations
    @RawJSType() @native()
  13. trait BatchDeleteTableResponse extends Object
    Annotations
    @RawJSType() @native()
  14. type BatchDeleteTableVersionList = Array[VersionString]
  15. trait BatchDeleteTableVersionRequest extends Object
    Annotations
    @RawJSType() @native()
  16. trait BatchDeleteTableVersionResponse extends Object
    Annotations
    @RawJSType() @native()
  17. trait BatchGetCrawlersRequest extends Object
    Annotations
    @RawJSType() @native()
  18. trait BatchGetCrawlersResponse extends Object
    Annotations
    @RawJSType() @native()
  19. trait BatchGetDevEndpointsRequest extends Object
    Annotations
    @RawJSType() @native()
  20. trait BatchGetDevEndpointsResponse extends Object
    Annotations
    @RawJSType() @native()
  21. trait BatchGetJobsRequest extends Object
    Annotations
    @RawJSType() @native()
  22. trait BatchGetJobsResponse extends Object
    Annotations
    @RawJSType() @native()
  23. trait BatchGetPartitionRequest extends Object
    Annotations
    @RawJSType() @native()
  24. trait BatchGetPartitionResponse extends Object
    Annotations
    @RawJSType() @native()
  25. type BatchGetPartitionValueList = Array[PartitionValueList]
  26. trait BatchGetTriggersRequest extends Object
    Annotations
    @RawJSType() @native()
  27. trait BatchGetTriggersResponse extends Object
    Annotations
    @RawJSType() @native()
  28. trait BatchStopJobRunError extends Object

    Records an error that occurred when attempting to stop a specified job run.

    Records an error that occurred when attempting to stop a specified job run.

    Annotations
    @RawJSType() @native()
  29. type BatchStopJobRunErrorList = Array[BatchStopJobRunError]
  30. type BatchStopJobRunJobRunIdList = Array[IdString]
  31. trait BatchStopJobRunRequest extends Object
    Annotations
    @RawJSType() @native()
  32. trait BatchStopJobRunResponse extends Object
    Annotations
    @RawJSType() @native()
  33. trait BatchStopJobRunSuccessfulSubmission extends Object

    Records a successful request to stop a specified JobRun.

    Records a successful request to stop a specified JobRun.

    Annotations
    @RawJSType() @native()
  34. type BatchStopJobRunSuccessfulSubmissionList = Array[BatchStopJobRunSuccessfulSubmission]
  35. type BooleanNullable = Boolean
  36. type BooleanValue = Boolean
  37. type BoundedPartitionValueList = Array[ValueString]
  38. type CatalogEncryptionMode = String
  39. type CatalogEntries = Array[CatalogEntry]
  40. trait CatalogEntry extends Object

    Specifies a table definition in the Data Catalog.

    Specifies a table definition in the Data Catalog.

    Annotations
    @RawJSType() @native()
  41. type CatalogIdString = String
  42. trait CatalogImportStatus extends Object

    A structure containing migration status information.

    A structure containing migration status information.

    Annotations
    @RawJSType() @native()
  43. type Classification = String
  44. trait Classifier extends Object

    Classifiers are triggered during a crawl task.

    Classifiers are triggered during a crawl task. A classifier checks whether a given file is in a format it can handle, and if it is, the classifier creates a schema in the form of a StructType object that matches that data format. You can use the standard classifiers that AWS Glue supplies, or you can write your own classifiers to best categorize your data sources and specify the appropriate schemas to use for them. A classifier can be a grok classifier, an XML classifier, a JSON classifier, or a custom CSV classifier as specified in one of the fields in the Classifier object.

    Annotations
    @RawJSType() @native()
  45. type ClassifierList = Array[Classifier]
  46. type ClassifierNameList = Array[NameString]
  47. trait CloudWatchEncryption extends Object

    Specifies how CloudWatch data should be encrypted.

    Specifies how CloudWatch data should be encrypted.

    Annotations
    @RawJSType() @native()
  48. type CloudWatchEncryptionMode = String
  49. type CodeGenArgName = String
  50. type CodeGenArgValue = String
  51. trait CodeGenEdge extends Object

    Represents a directional edge in a directed acyclic graph (DAG).

    Represents a directional edge in a directed acyclic graph (DAG).

    Annotations
    @RawJSType() @native()
  52. type CodeGenIdentifier = String
  53. trait CodeGenNode extends Object

    Represents a node in a directed acyclic graph (DAG)

    Represents a node in a directed acyclic graph (DAG)

    Annotations
    @RawJSType() @native()
  54. trait CodeGenNodeArg extends Object

    An argument or property of a node.

    An argument or property of a node.

    Annotations
    @RawJSType() @native()
  55. type CodeGenNodeArgs = Array[CodeGenNodeArg]
  56. type CodeGenNodeType = String
  57. trait Column extends Object

    A column in a Table.

    A column in a Table.

    Annotations
    @RawJSType() @native()
  58. type ColumnList = Array[Column]
  59. type ColumnTypeString = String
  60. type ColumnValueStringList = Array[ColumnValuesString]
  61. type ColumnValuesString = String
  62. type CommentString = String
  63. trait Condition extends Object

    Defines a condition under which a trigger fires.

    Defines a condition under which a trigger fires.

    Annotations
    @RawJSType() @native()
  64. type ConditionList = Array[Condition]
  65. trait Connection extends Object

    Defines a connection to a data source.

    Defines a connection to a data source.

    Annotations
    @RawJSType() @native()
  66. trait ConnectionInput extends Object

    A structure that is used to specify a connection to create or update.

    A structure that is used to specify a connection to create or update.

    Annotations
    @RawJSType() @native()
  67. type ConnectionList = Array[Connection]
  68. type ConnectionName = String
  69. trait ConnectionPasswordEncryption extends Object

    The data structure used by the Data Catalog to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties.

    The data structure used by the Data Catalog to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption. When a CreationConnection request arrives containing a password, the Data Catalog first encrypts the password using your AWS KMS key. It then encrypts the whole connection object again if catalog encryption is also enabled. This encryption requires that you set AWS KMS key permissions to enable or restrict access on the password key according to your security requirements. For example, you might want only admin users to have decrypt permission on the password key.

    Annotations
    @RawJSType() @native()
  70. type ConnectionProperties = Dictionary[ValueString]
  71. type ConnectionPropertyKey = String
  72. type ConnectionType = String
  73. trait ConnectionsList extends Object

    Specifies the connections used by a job.

    Specifies the connections used by a job.

    Annotations
    @RawJSType() @native()
  74. trait Crawler extends Object

    Specifies a crawler program that examines a data source and uses classifiers to try to determine its schema.

    Specifies a crawler program that examines a data source and uses classifiers to try to determine its schema. If successful, the crawler records metadata concerning the data source in the AWS Glue Data Catalog.

    Annotations
    @RawJSType() @native()
  75. type CrawlerConfiguration = String
  76. type CrawlerList = Array[Crawler]
  77. trait CrawlerMetrics extends Object

    Metrics for a specified crawler.

    Metrics for a specified crawler.

    Annotations
    @RawJSType() @native()
  78. type CrawlerMetricsList = Array[CrawlerMetrics]
  79. type CrawlerNameList = Array[NameString]
  80. type CrawlerSecurityConfiguration = String
  81. type CrawlerState = String
  82. trait CrawlerTargets extends Object

    Specifies data stores to crawl.

    Specifies data stores to crawl.

    Annotations
    @RawJSType() @native()
  83. trait CreateClassifierRequest extends Object
    Annotations
    @RawJSType() @native()
  84. trait CreateClassifierResponse extends Object
    Annotations
    @RawJSType() @native()
  85. trait CreateConnectionRequest extends Object
    Annotations
    @RawJSType() @native()
  86. trait CreateConnectionResponse extends Object
    Annotations
    @RawJSType() @native()
  87. trait CreateCrawlerRequest extends Object
    Annotations
    @RawJSType() @native()
  88. trait CreateCrawlerResponse extends Object
    Annotations
    @RawJSType() @native()
  89. trait CreateCsvClassifierRequest extends Object

    Specifies a custom CSV classifier for CreateClassifier to create.

    Specifies a custom CSV classifier for CreateClassifier to create.

    Annotations
    @RawJSType() @native()
  90. trait CreateDatabaseRequest extends Object
    Annotations
    @RawJSType() @native()
  91. trait CreateDatabaseResponse extends Object
    Annotations
    @RawJSType() @native()
  92. trait CreateDevEndpointRequest extends Object
    Annotations
    @RawJSType() @native()
  93. trait CreateDevEndpointResponse extends Object
    Annotations
    @RawJSType() @native()
  94. trait CreateGrokClassifierRequest extends Object

    Specifies a grok classifier for CreateClassifier to create.

    Specifies a grok classifier for CreateClassifier to create.

    Annotations
    @RawJSType() @native()
  95. trait CreateJobRequest extends Object
    Annotations
    @RawJSType() @native()
  96. trait CreateJobResponse extends Object
    Annotations
    @RawJSType() @native()
  97. trait CreateJsonClassifierRequest extends Object

    Specifies a JSON classifier for CreateClassifier to create.

    Specifies a JSON classifier for CreateClassifier to create.

    Annotations
    @RawJSType() @native()
  98. trait CreatePartitionRequest extends Object
    Annotations
    @RawJSType() @native()
  99. trait CreatePartitionResponse extends Object
    Annotations
    @RawJSType() @native()
  100. trait CreateScriptRequest extends Object
    Annotations
    @RawJSType() @native()
  101. trait CreateScriptResponse extends Object
    Annotations
    @RawJSType() @native()
  102. trait CreateSecurityConfigurationRequest extends Object
    Annotations
    @RawJSType() @native()
  103. trait CreateSecurityConfigurationResponse extends Object
    Annotations
    @RawJSType() @native()
  104. trait CreateTableRequest extends Object
    Annotations
    @RawJSType() @native()
  105. trait CreateTableResponse extends Object
    Annotations
    @RawJSType() @native()
  106. trait CreateTriggerRequest extends Object
    Annotations
    @RawJSType() @native()
  107. trait CreateTriggerResponse extends Object
    Annotations
    @RawJSType() @native()
  108. trait CreateUserDefinedFunctionRequest extends Object
    Annotations
    @RawJSType() @native()
  109. trait CreateUserDefinedFunctionResponse extends Object
    Annotations
    @RawJSType() @native()
  110. trait CreateXMLClassifierRequest extends Object

    Specifies an XML classifier for CreateClassifier to create.

    Specifies an XML classifier for CreateClassifier to create.

    Annotations
    @RawJSType() @native()
  111. type CronExpression = String
  112. trait CsvClassifier extends Object

    A classifier for custom CSV content.

    A classifier for custom CSV content.

    Annotations
    @RawJSType() @native()
  113. type CsvColumnDelimiter = String
  114. type CsvHeader = Array[NameString]
  115. type CsvHeaderOption = String
  116. type CsvQuoteSymbol = String
  117. type CustomPatterns = String
  118. type DagEdges = Array[CodeGenEdge]
  119. type DagNodes = Array[CodeGenNode]
  120. trait DataCatalogEncryptionSettings extends Object

    Contains configuration information for maintaining Data Catalog security.

    Contains configuration information for maintaining Data Catalog security.

    Annotations
    @RawJSType() @native()
  121. trait Database extends Object

    The Database object represents a logical grouping of tables that may reside in a Hive metastore or an RDBMS.

    The Database object represents a logical grouping of tables that may reside in a Hive metastore or an RDBMS.

    Annotations
    @RawJSType() @native()
  122. trait DatabaseInput extends Object

    The structure used to create or update a database.

    The structure used to create or update a database.

    Annotations
    @RawJSType() @native()
  123. type DatabaseList = Array[Database]
  124. type DatabaseName = String
  125. type DeleteBehavior = String
  126. trait DeleteClassifierRequest extends Object
    Annotations
    @RawJSType() @native()
  127. trait DeleteClassifierResponse extends Object
    Annotations
    @RawJSType() @native()
  128. type DeleteConnectionNameList = Array[NameString]
  129. trait DeleteConnectionRequest extends Object
    Annotations
    @RawJSType() @native()
  130. trait DeleteConnectionResponse extends Object
    Annotations
    @RawJSType() @native()
  131. trait DeleteCrawlerRequest extends Object
    Annotations
    @RawJSType() @native()
  132. trait DeleteCrawlerResponse extends Object
    Annotations
    @RawJSType() @native()
  133. trait DeleteDatabaseRequest extends Object
    Annotations
    @RawJSType() @native()
  134. trait DeleteDatabaseResponse extends Object
    Annotations
    @RawJSType() @native()
  135. trait DeleteDevEndpointRequest extends Object
    Annotations
    @RawJSType() @native()
  136. trait DeleteDevEndpointResponse extends Object
    Annotations
    @RawJSType() @native()
  137. trait DeleteJobRequest extends Object
    Annotations
    @RawJSType() @native()
  138. trait DeleteJobResponse extends Object
    Annotations
    @RawJSType() @native()
  139. trait DeletePartitionRequest extends Object
    Annotations
    @RawJSType() @native()
  140. trait DeletePartitionResponse extends Object
    Annotations
    @RawJSType() @native()
  141. trait DeleteResourcePolicyRequest extends Object
    Annotations
    @RawJSType() @native()
  142. trait DeleteResourcePolicyResponse extends Object
    Annotations
    @RawJSType() @native()
  143. trait DeleteSecurityConfigurationRequest extends Object
    Annotations
    @RawJSType() @native()
  144. trait DeleteSecurityConfigurationResponse extends Object
    Annotations
    @RawJSType() @native()
  145. trait DeleteTableRequest extends Object
    Annotations
    @RawJSType() @native()
  146. trait DeleteTableResponse extends Object
    Annotations
    @RawJSType() @native()
  147. trait DeleteTableVersionRequest extends Object
    Annotations
    @RawJSType() @native()
  148. trait DeleteTableVersionResponse extends Object
    Annotations
    @RawJSType() @native()
  149. trait DeleteTriggerRequest extends Object
    Annotations
    @RawJSType() @native()
  150. trait DeleteTriggerResponse extends Object
    Annotations
    @RawJSType() @native()
  151. trait DeleteUserDefinedFunctionRequest extends Object
    Annotations
    @RawJSType() @native()
  152. trait DeleteUserDefinedFunctionResponse extends Object
    Annotations
    @RawJSType() @native()
  153. type DescriptionString = String
  154. type DescriptionStringRemovable = String
  155. trait DevEndpoint extends Object

    A development endpoint where a developer can remotely debug ETL scripts.

    A development endpoint where a developer can remotely debug ETL scripts.

    Annotations
    @RawJSType() @native()
  156. trait DevEndpointCustomLibraries extends Object

    Custom libraries to be loaded into a DevEndpoint.

    Custom libraries to be loaded into a DevEndpoint.

    Annotations
    @RawJSType() @native()
  157. type DevEndpointList = Array[DevEndpoint]
  158. type DevEndpointNameList = Array[NameString]
  159. type DevEndpointNames = Array[GenericString]
  160. trait DynamoDBTarget extends Object

    Specifies a DynamoDB table to crawl.

    Specifies a DynamoDB table to crawl.

    Annotations
    @RawJSType() @native()
  161. type DynamoDBTargetList = Array[DynamoDBTarget]
  162. trait EncryptionAtRest extends Object

    Specifies the encryption-at-rest configuration for the Data Catalog.

    Specifies the encryption-at-rest configuration for the Data Catalog.

    Annotations
    @RawJSType() @native()
  163. trait EncryptionConfiguration extends Object

    Specifies an encryption configuration.

    Specifies an encryption configuration.

    Annotations
    @RawJSType() @native()
  164. type ErrorByName = Dictionary[ErrorDetail]
  165. trait ErrorDetail extends Object

    Contains details about an error.

    Contains details about an error.

    Annotations
    @RawJSType() @native()
  166. type ErrorString = String
  167. trait ExecutionProperty extends Object

    An execution property of a job.

    An execution property of a job.

    Annotations
    @RawJSType() @native()
  168. type ExecutionTime = Int
  169. type ExistCondition = String
  170. type FieldType = String
  171. type FilterString = String
  172. type FormatString = String
  173. type GenericMap = Dictionary[GenericString]
  174. type GenericString = String
  175. trait GetCatalogImportStatusRequest extends Object
    Annotations
    @RawJSType() @native()
  176. trait GetCatalogImportStatusResponse extends Object
    Annotations
    @RawJSType() @native()
  177. trait GetClassifierRequest extends Object
    Annotations
    @RawJSType() @native()
  178. trait GetClassifierResponse extends Object
    Annotations
    @RawJSType() @native()
  179. trait GetClassifiersRequest extends Object
    Annotations
    @RawJSType() @native()
  180. trait GetClassifiersResponse extends Object
    Annotations
    @RawJSType() @native()
  181. trait GetConnectionRequest extends Object
    Annotations
    @RawJSType() @native()
  182. trait GetConnectionResponse extends Object
    Annotations
    @RawJSType() @native()
  183. trait GetConnectionsFilter extends Object

    Filters the connection definitions that are returned by the GetConnections API operation.

    Filters the connection definitions that are returned by the GetConnections API operation.

    Annotations
    @RawJSType() @native()
  184. trait GetConnectionsRequest extends Object
    Annotations
    @RawJSType() @native()
  185. trait GetConnectionsResponse extends Object
    Annotations
    @RawJSType() @native()
  186. trait GetCrawlerMetricsRequest extends Object
    Annotations
    @RawJSType() @native()
  187. trait GetCrawlerMetricsResponse extends Object
    Annotations
    @RawJSType() @native()
  188. trait GetCrawlerRequest extends Object
    Annotations
    @RawJSType() @native()
  189. trait GetCrawlerResponse extends Object
    Annotations
    @RawJSType() @native()
  190. trait GetCrawlersRequest extends Object
    Annotations
    @RawJSType() @native()
  191. trait GetCrawlersResponse extends Object
    Annotations
    @RawJSType() @native()
  192. trait GetDataCatalogEncryptionSettingsRequest extends Object
    Annotations
    @RawJSType() @native()
  193. trait GetDataCatalogEncryptionSettingsResponse extends Object
    Annotations
    @RawJSType() @native()
  194. trait GetDatabaseRequest extends Object
    Annotations
    @RawJSType() @native()
  195. trait GetDatabaseResponse extends Object
    Annotations
    @RawJSType() @native()
  196. trait GetDatabasesRequest extends Object
    Annotations
    @RawJSType() @native()
  197. trait GetDatabasesResponse extends Object
    Annotations
    @RawJSType() @native()
  198. trait GetDataflowGraphRequest extends Object
    Annotations
    @RawJSType() @native()
  199. trait GetDataflowGraphResponse extends Object
    Annotations
    @RawJSType() @native()
  200. trait GetDevEndpointRequest extends Object
    Annotations
    @RawJSType() @native()
  201. trait GetDevEndpointResponse extends Object
    Annotations
    @RawJSType() @native()
  202. trait GetDevEndpointsRequest extends Object
    Annotations
    @RawJSType() @native()
  203. trait GetDevEndpointsResponse extends Object
    Annotations
    @RawJSType() @native()
  204. trait GetJobRequest extends Object
    Annotations
    @RawJSType() @native()
  205. trait GetJobResponse extends Object
    Annotations
    @RawJSType() @native()
  206. trait GetJobRunRequest extends Object
    Annotations
    @RawJSType() @native()
  207. trait GetJobRunResponse extends Object
    Annotations
    @RawJSType() @native()
  208. trait GetJobRunsRequest extends Object
    Annotations
    @RawJSType() @native()
  209. trait GetJobRunsResponse extends Object
    Annotations
    @RawJSType() @native()
  210. trait GetJobsRequest extends Object
    Annotations
    @RawJSType() @native()
  211. trait GetJobsResponse extends Object
    Annotations
    @RawJSType() @native()
  212. trait GetMappingRequest extends Object
    Annotations
    @RawJSType() @native()
  213. trait GetMappingResponse extends Object
    Annotations
    @RawJSType() @native()
  214. trait GetPartitionRequest extends Object
    Annotations
    @RawJSType() @native()
  215. trait GetPartitionResponse extends Object
    Annotations
    @RawJSType() @native()
  216. trait GetPartitionsRequest extends Object
    Annotations
    @RawJSType() @native()
  217. trait GetPartitionsResponse extends Object
    Annotations
    @RawJSType() @native()
  218. trait GetPlanRequest extends Object
    Annotations
    @RawJSType() @native()
  219. trait GetPlanResponse extends Object
    Annotations
    @RawJSType() @native()
  220. trait GetResourcePolicyRequest extends Object
    Annotations
    @RawJSType() @native()
  221. trait GetResourcePolicyResponse extends Object
    Annotations
    @RawJSType() @native()
  222. trait GetSecurityConfigurationRequest extends Object
    Annotations
    @RawJSType() @native()
  223. trait GetSecurityConfigurationResponse extends Object
    Annotations
    @RawJSType() @native()
  224. trait GetSecurityConfigurationsRequest extends Object
    Annotations
    @RawJSType() @native()
  225. trait GetSecurityConfigurationsResponse extends Object
    Annotations
    @RawJSType() @native()
  226. trait GetTableRequest extends Object
    Annotations
    @RawJSType() @native()
  227. trait GetTableResponse extends Object
    Annotations
    @RawJSType() @native()
  228. trait GetTableVersionRequest extends Object
    Annotations
    @RawJSType() @native()
  229. trait GetTableVersionResponse extends Object
    Annotations
    @RawJSType() @native()
  230. type GetTableVersionsList = Array[TableVersion]
  231. trait GetTableVersionsRequest extends Object
    Annotations
    @RawJSType() @native()
  232. trait GetTableVersionsResponse extends Object
    Annotations
    @RawJSType() @native()
  233. trait GetTablesRequest extends Object
    Annotations
    @RawJSType() @native()
  234. trait GetTablesResponse extends Object
    Annotations
    @RawJSType() @native()
  235. trait GetTagsRequest extends Object
    Annotations
    @RawJSType() @native()
  236. trait GetTagsResponse extends Object
    Annotations
    @RawJSType() @native()
  237. trait GetTriggerRequest extends Object
    Annotations
    @RawJSType() @native()
  238. trait GetTriggerResponse extends Object
    Annotations
    @RawJSType() @native()
  239. trait GetTriggersRequest extends Object
    Annotations
    @RawJSType() @native()
  240. trait GetTriggersResponse extends Object
    Annotations
    @RawJSType() @native()
  241. trait GetUserDefinedFunctionRequest extends Object
    Annotations
    @RawJSType() @native()
  242. trait GetUserDefinedFunctionResponse extends Object
    Annotations
    @RawJSType() @native()
  243. trait GetUserDefinedFunctionsRequest extends Object
    Annotations
    @RawJSType() @native()
  244. trait GetUserDefinedFunctionsResponse extends Object
    Annotations
    @RawJSType() @native()
  245. class Glue extends Object
    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "Glue" )
  246. implicit final class GlueOps extends AnyVal
  247. type GlueResourceArn = String
  248. trait GrokClassifier extends Object

    A classifier that uses grok patterns.

    A classifier that uses grok patterns.

    Annotations
    @RawJSType() @native()
  249. type GrokPattern = String
  250. type HashString = String
  251. type IdString = String
  252. trait ImportCatalogToGlueRequest extends Object
    Annotations
    @RawJSType() @native()
  253. trait ImportCatalogToGlueResponse extends Object
    Annotations
    @RawJSType() @native()
  254. type IntegerFlag = Int
  255. type IntegerValue = Int
  256. trait JdbcTarget extends Object

    Specifies a JDBC data store to crawl.

    Specifies a JDBC data store to crawl.

    Annotations
    @RawJSType() @native()
  257. type JdbcTargetList = Array[JdbcTarget]
  258. trait Job extends Object

    Specifies a job definition.

    Specifies a job definition.

    Annotations
    @RawJSType() @native()
  259. trait JobBookmarkEntry extends Object

    Defines a point which a job can resume processing.

    Defines a point which a job can resume processing.

    Annotations
    @RawJSType() @native()
  260. trait JobBookmarksEncryption extends Object

    Specifies how Job bookmark data should be encrypted.

    Specifies how Job bookmark data should be encrypted.

    Annotations
    @RawJSType() @native()
  261. type JobBookmarksEncryptionMode = String
  262. trait JobCommand extends Object

    Specifies code executed when a job is run.

    Specifies code executed when a job is run.

    Annotations
    @RawJSType() @native()
  263. type JobList = Array[Job]
  264. type JobName = String
  265. type JobNameList = Array[NameString]
  266. trait JobRun extends Object

    Contains information about a job run.

    Contains information about a job run.

    Annotations
    @RawJSType() @native()
  267. type JobRunList = Array[JobRun]
  268. type JobRunState = String
  269. trait JobUpdate extends Object

    Specifies information used to update an existing job definition.

    Specifies information used to update an existing job definition. Note that the previous job definition will be completely overwritten by this information.

    Annotations
    @RawJSType() @native()
  270. trait JsonClassifier extends Object

    A classifier for JSON content.

    A classifier for JSON content.

    Annotations
    @RawJSType() @native()
  271. type JsonPath = String
  272. type JsonValue = String
  273. type KeyString = String
  274. type KmsKeyArn = String
  275. type Language = String
  276. trait LastCrawlInfo extends Object

    Status and error information about the most recent crawl.

    Status and error information about the most recent crawl.

    Annotations
    @RawJSType() @native()
  277. type LastCrawlStatus = String
  278. trait ListCrawlersRequest extends Object
    Annotations
    @RawJSType() @native()
  279. trait ListCrawlersResponse extends Object
    Annotations
    @RawJSType() @native()
  280. trait ListDevEndpointsRequest extends Object
    Annotations
    @RawJSType() @native()
  281. trait ListDevEndpointsResponse extends Object
    Annotations
    @RawJSType() @native()
  282. trait ListJobsRequest extends Object
    Annotations
    @RawJSType() @native()
  283. trait ListJobsResponse extends Object
    Annotations
    @RawJSType() @native()
  284. trait ListTriggersRequest extends Object
    Annotations
    @RawJSType() @native()
  285. trait ListTriggersResponse extends Object
    Annotations
    @RawJSType() @native()
  286. trait Location extends Object

    The location of resources.

    The location of resources.

    Annotations
    @RawJSType() @native()
  287. type LocationMap = Dictionary[ColumnValuesString]
  288. type LocationString = String
  289. type LogGroup = String
  290. type LogStream = String
  291. type Logical = String
  292. type LogicalOperator = String
  293. type MapValue = Dictionary[GenericString]
  294. trait MappingEntry extends Object

    Defines a mapping.

    Defines a mapping.

    Annotations
    @RawJSType() @native()
  295. type MappingList = Array[MappingEntry]
  296. type MatchCriteria = Array[NameString]
  297. type MaxConcurrentRuns = Int
  298. type MaxRetries = Int
  299. type MessagePrefix = String
  300. type MillisecondsCount = Double
  301. type NameString = String
  302. type NameStringList = Array[NameString]
  303. type NonNegativeDouble = Double
  304. type NonNegativeInteger = Int
  305. trait NotificationProperty extends Object

    Specifies configuration properties of a notification.

    Specifies configuration properties of a notification.

    Annotations
    @RawJSType() @native()
  306. type NotifyDelayAfter = Int
  307. type NullableBoolean = Boolean
  308. type NullableDouble = Double
  309. type NullableInteger = Int
  310. trait Order extends Object

    Specifies the sort order of a sorted column.

    Specifies the sort order of a sorted column.

    Annotations
    @RawJSType() @native()
  311. type OrderList = Array[Order]
  312. type PageSize = Int
  313. type ParametersMap = Dictionary[ParametersMapValue]
  314. type ParametersMapValue = String
  315. trait Partition extends Object

    Represents a slice of table data.

    Represents a slice of table data.

    Annotations
    @RawJSType() @native()
  316. trait PartitionError extends Object

    Contains information about a partition error.

    Contains information about a partition error.

    Annotations
    @RawJSType() @native()
  317. type PartitionErrors = Array[PartitionError]
  318. trait PartitionInput extends Object

    The structure used to create and update a partion.

    The structure used to create and update a partion.

    Annotations
    @RawJSType() @native()
  319. type PartitionInputList = Array[PartitionInput]
  320. type PartitionList = Array[Partition]
  321. trait PartitionValueList extends Object

    Contains a list of values defining partitions.

    Contains a list of values defining partitions.

    Annotations
    @RawJSType() @native()
  322. type Path = String
  323. type PathList = Array[Path]
  324. trait PhysicalConnectionRequirements extends Object

    Specifies the physical requirements for a connection.

    Specifies the physical requirements for a connection.

    Annotations
    @RawJSType() @native()
  325. type PolicyJsonString = String
  326. trait Predecessor extends Object

    A job run that was used in the predicate of a conditional trigger that triggered this job run.

    A job run that was used in the predicate of a conditional trigger that triggered this job run.

    Annotations
    @RawJSType() @native()
  327. type PredecessorList = Array[Predecessor]
  328. trait Predicate extends Object

    Defines the predicate of the trigger, which determines when it fires.

    Defines the predicate of the trigger, which determines when it fires.

    Annotations
    @RawJSType() @native()
  329. type PredicateString = String
  330. type PrincipalType = String
  331. type PublicKeysList = Array[GenericString]
  332. trait PutDataCatalogEncryptionSettingsRequest extends Object
    Annotations
    @RawJSType() @native()
  333. trait PutDataCatalogEncryptionSettingsResponse extends Object
    Annotations
    @RawJSType() @native()
  334. trait PutResourcePolicyRequest extends Object
    Annotations
    @RawJSType() @native()
  335. trait PutResourcePolicyResponse extends Object
    Annotations
    @RawJSType() @native()
  336. type PythonScript = String
  337. trait ResetJobBookmarkRequest extends Object
    Annotations
    @RawJSType() @native()
  338. trait ResetJobBookmarkResponse extends Object
    Annotations
    @RawJSType() @native()
  339. type ResourceType = String
  340. trait ResourceUri extends Object

    URIs for function resources.

    URIs for function resources.

    Annotations
    @RawJSType() @native()
  341. type ResourceUriList = Array[ResourceUri]
  342. type Role = String
  343. type RoleArn = String
  344. type RoleString = String
  345. type RowTag = String
  346. trait S3Encryption extends Object

    Specifies how S3 data should be encrypted.

    Specifies how S3 data should be encrypted.

    Annotations
    @RawJSType() @native()
  347. type S3EncryptionList = Array[S3Encryption]
  348. type S3EncryptionMode = String
  349. trait S3Target extends Object

    Specifies a data store in Amazon S3.

    Specifies a data store in Amazon S3.

    Annotations
    @RawJSType() @native()
  350. type S3TargetList = Array[S3Target]
  351. type ScalaCode = String
  352. trait Schedule extends Object

    A scheduling object using a cron statement to schedule an event.

    A scheduling object using a cron statement to schedule an event.

    Annotations
    @RawJSType() @native()
  353. type ScheduleState = String
  354. trait SchemaChangePolicy extends Object

    Crawler policy for update and deletion behavior.

    Crawler policy for update and deletion behavior.

    Annotations
    @RawJSType() @native()
  355. type SchemaPathString = String
  356. type ScriptLocationString = String
  357. trait SecurityConfiguration extends Object

    Specifies a security configuration.

    Specifies a security configuration.

    Annotations
    @RawJSType() @native()
  358. type SecurityConfigurationList = Array[SecurityConfiguration]
  359. type SecurityGroupIdList = Array[NameString]
  360. trait Segment extends Object

    Defines a non-overlapping region of a table's partitions, allowing multiple requests to be executed in parallel.

    Defines a non-overlapping region of a table's partitions, allowing multiple requests to be executed in parallel.

    Annotations
    @RawJSType() @native()
  361. trait SerDeInfo extends Object

    Information about a serialization/deserialization program (SerDe) which serves as an extractor and loader.

    Information about a serialization/deserialization program (SerDe) which serves as an extractor and loader.

    Annotations
    @RawJSType() @native()
  362. trait SkewedInfo extends Object

    Specifies skewed values in a table.

    Specifies skewed values in a table. Skewed are ones that occur with very high frequency.

    Annotations
    @RawJSType() @native()
  363. trait StartCrawlerRequest extends Object
    Annotations
    @RawJSType() @native()
  364. trait StartCrawlerResponse extends Object
    Annotations
    @RawJSType() @native()
  365. trait StartCrawlerScheduleRequest extends Object
    Annotations
    @RawJSType() @native()
  366. trait StartCrawlerScheduleResponse extends Object
    Annotations
    @RawJSType() @native()
  367. trait StartJobRunRequest extends Object
    Annotations
    @RawJSType() @native()
  368. trait StartJobRunResponse extends Object
    Annotations
    @RawJSType() @native()
  369. trait StartTriggerRequest extends Object
    Annotations
    @RawJSType() @native()
  370. trait StartTriggerResponse extends Object
    Annotations
    @RawJSType() @native()
  371. trait StopCrawlerRequest extends Object
    Annotations
    @RawJSType() @native()
  372. trait StopCrawlerResponse extends Object
    Annotations
    @RawJSType() @native()
  373. trait StopCrawlerScheduleRequest extends Object
    Annotations
    @RawJSType() @native()
  374. trait StopCrawlerScheduleResponse extends Object
    Annotations
    @RawJSType() @native()
  375. trait StopTriggerRequest extends Object
    Annotations
    @RawJSType() @native()
  376. trait StopTriggerResponse extends Object
    Annotations
    @RawJSType() @native()
  377. trait StorageDescriptor extends Object

    Describes the physical storage of table data.

    Describes the physical storage of table data.

    Annotations
    @RawJSType() @native()
  378. type StringList = Array[GenericString]
  379. trait Table extends Object

    Represents a collection of related data organized in columns and rows.

    Represents a collection of related data organized in columns and rows.

    Annotations
    @RawJSType() @native()
  380. trait TableError extends Object

    An error record for table operations.

    An error record for table operations.

    Annotations
    @RawJSType() @native()
  381. type TableErrors = Array[TableError]
  382. trait TableInput extends Object

    Structure used to create or update the table.

    Structure used to create or update the table.

    Annotations
    @RawJSType() @native()
  383. type TableList = Array[Table]
  384. type TableName = String
  385. type TablePrefix = String
  386. type TableTypeString = String
  387. trait TableVersion extends Object

    Specifies a version of a table.

    Specifies a version of a table.

    Annotations
    @RawJSType() @native()
  388. trait TableVersionError extends Object

    An error record for table-version operations.

    An error record for table-version operations.

    Annotations
    @RawJSType() @native()
  389. type TableVersionErrors = Array[TableVersionError]
  390. type TagKey = String
  391. type TagKeysList = Array[TagKey]
  392. trait TagResourceRequest extends Object
    Annotations
    @RawJSType() @native()
  393. trait TagResourceResponse extends Object
    Annotations
    @RawJSType() @native()
  394. type TagValue = String
  395. type TagsMap = Dictionary[TagValue]
  396. type Timeout = Int
  397. type Timestamp = Date
  398. type TimestampValue = Date
  399. type Token = String
  400. type TotalSegmentsInteger = Int
  401. trait Trigger extends Object

    Information about a specific trigger.

    Information about a specific trigger.

    Annotations
    @RawJSType() @native()
  402. type TriggerList = Array[Trigger]
  403. type TriggerNameList = Array[NameString]
  404. type TriggerState = String
  405. type TriggerType = String
  406. trait TriggerUpdate extends Object

    A structure used to provide information used to update a trigger.

    A structure used to provide information used to update a trigger. This object will update the the previous trigger definition by overwriting it completely.

    Annotations
    @RawJSType() @native()
  407. type URI = String
  408. trait UntagResourceRequest extends Object
    Annotations
    @RawJSType() @native()
  409. trait UntagResourceResponse extends Object
    Annotations
    @RawJSType() @native()
  410. type UpdateBehavior = String
  411. trait UpdateClassifierRequest extends Object
    Annotations
    @RawJSType() @native()
  412. trait UpdateClassifierResponse extends Object
    Annotations
    @RawJSType() @native()
  413. trait UpdateConnectionRequest extends Object
    Annotations
    @RawJSType() @native()
  414. trait UpdateConnectionResponse extends Object
    Annotations
    @RawJSType() @native()
  415. trait UpdateCrawlerRequest extends Object
    Annotations
    @RawJSType() @native()
  416. trait UpdateCrawlerResponse extends Object
    Annotations
    @RawJSType() @native()
  417. trait UpdateCrawlerScheduleRequest extends Object
    Annotations
    @RawJSType() @native()
  418. trait UpdateCrawlerScheduleResponse extends Object
    Annotations
    @RawJSType() @native()
  419. trait UpdateCsvClassifierRequest extends Object

    Specifies a custom CSV classifier to be updated.

    Specifies a custom CSV classifier to be updated.

    Annotations
    @RawJSType() @native()
  420. trait UpdateDatabaseRequest extends Object
    Annotations
    @RawJSType() @native()
  421. trait UpdateDatabaseResponse extends Object
    Annotations
    @RawJSType() @native()
  422. trait UpdateDevEndpointRequest extends Object
    Annotations
    @RawJSType() @native()
  423. trait UpdateDevEndpointResponse extends Object
    Annotations
    @RawJSType() @native()
  424. trait UpdateGrokClassifierRequest extends Object

    Specifies a grok classifier to update when passed to UpdateClassifier.

    Specifies a grok classifier to update when passed to UpdateClassifier.

    Annotations
    @RawJSType() @native()
  425. trait UpdateJobRequest extends Object
    Annotations
    @RawJSType() @native()
  426. trait UpdateJobResponse extends Object
    Annotations
    @RawJSType() @native()
  427. trait UpdateJsonClassifierRequest extends Object

    Specifies a JSON classifier to be updated.

    Specifies a JSON classifier to be updated.

    Annotations
    @RawJSType() @native()
  428. trait UpdatePartitionRequest extends Object
    Annotations
    @RawJSType() @native()
  429. trait UpdatePartitionResponse extends Object
    Annotations
    @RawJSType() @native()
  430. trait UpdateTableRequest extends Object
    Annotations
    @RawJSType() @native()
  431. trait UpdateTableResponse extends Object
    Annotations
    @RawJSType() @native()
  432. trait UpdateTriggerRequest extends Object
    Annotations
    @RawJSType() @native()
  433. trait UpdateTriggerResponse extends Object
    Annotations
    @RawJSType() @native()
  434. trait UpdateUserDefinedFunctionRequest extends Object
    Annotations
    @RawJSType() @native()
  435. trait UpdateUserDefinedFunctionResponse extends Object
    Annotations
    @RawJSType() @native()
  436. trait UpdateXMLClassifierRequest extends Object

    Specifies an XML classifier to be updated.

    Specifies an XML classifier to be updated.

    Annotations
    @RawJSType() @native()
  437. type UriString = String
  438. trait UserDefinedFunction extends Object

    Represents the equivalent of a Hive user-defined function (UDF) definition.

    Represents the equivalent of a Hive user-defined function (UDF) definition.

    Annotations
    @RawJSType() @native()
  439. trait UserDefinedFunctionInput extends Object

    A structure used to create or updata a user-defined function.

    A structure used to create or updata a user-defined function.

    Annotations
    @RawJSType() @native()
  440. type UserDefinedFunctionList = Array[UserDefinedFunction]
  441. type ValueString = String
  442. type ValueStringList = Array[ValueString]
  443. type VersionId = Double
  444. type VersionString = String
  445. type ViewTextString = String
  446. type WorkerType = String
  447. trait XMLClassifier extends Object

    A classifier for XML content.

    A classifier for XML content.

    Annotations
    @RawJSType() @native()

Value Members

  1. object Action
  2. object BatchCreatePartitionRequest
  3. object BatchCreatePartitionResponse
  4. object BatchDeleteConnectionRequest
  5. object BatchDeleteConnectionResponse
  6. object BatchDeletePartitionRequest
  7. object BatchDeletePartitionResponse
  8. object BatchDeleteTableRequest
  9. object BatchDeleteTableResponse
  10. object BatchDeleteTableVersionRequest
  11. object BatchDeleteTableVersionResponse
  12. object BatchGetCrawlersRequest
  13. object BatchGetCrawlersResponse
  14. object BatchGetDevEndpointsRequest
  15. object BatchGetDevEndpointsResponse
  16. object BatchGetJobsRequest
  17. object BatchGetJobsResponse
  18. object BatchGetPartitionRequest
  19. object BatchGetPartitionResponse
  20. object BatchGetTriggersRequest
  21. object BatchGetTriggersResponse
  22. object BatchStopJobRunError
  23. object BatchStopJobRunRequest
  24. object BatchStopJobRunResponse
  25. object BatchStopJobRunSuccessfulSubmission
  26. object CatalogEncryptionModeEnum
  27. object CatalogEntry
  28. object CatalogImportStatus
  29. object Classifier
  30. object CloudWatchEncryption
  31. object CloudWatchEncryptionModeEnum
  32. object CodeGenEdge
  33. object CodeGenNode
  34. object CodeGenNodeArg
  35. object Column
  36. object Condition
  37. object Connection
  38. object ConnectionInput
  39. object ConnectionPasswordEncryption
  40. object ConnectionPropertyKeyEnum
  41. object ConnectionTypeEnum
  42. object ConnectionsList
  43. object Crawler
  44. object CrawlerMetrics
  45. object CrawlerStateEnum
  46. object CrawlerTargets
  47. object CreateClassifierRequest
  48. object CreateClassifierResponse
  49. object CreateConnectionRequest
  50. object CreateConnectionResponse
  51. object CreateCrawlerRequest
  52. object CreateCrawlerResponse
  53. object CreateCsvClassifierRequest
  54. object CreateDatabaseRequest
  55. object CreateDatabaseResponse
  56. object CreateDevEndpointRequest
  57. object CreateDevEndpointResponse
  58. object CreateGrokClassifierRequest
  59. object CreateJobRequest
  60. object CreateJobResponse
  61. object CreateJsonClassifierRequest
  62. object CreatePartitionRequest
  63. object CreatePartitionResponse
  64. object CreateScriptRequest
  65. object CreateScriptResponse
  66. object CreateSecurityConfigurationRequest
  67. object CreateSecurityConfigurationResponse
  68. object CreateTableRequest
  69. object CreateTableResponse
  70. object CreateTriggerRequest
  71. object CreateTriggerResponse
  72. object CreateUserDefinedFunctionRequest
  73. object CreateUserDefinedFunctionResponse
  74. object CreateXMLClassifierRequest
  75. object CsvClassifier
  76. object CsvHeaderOptionEnum
  77. object DataCatalogEncryptionSettings
  78. object Database
  79. object DatabaseInput
  80. object DeleteBehaviorEnum
  81. object DeleteClassifierRequest
  82. object DeleteClassifierResponse
  83. object DeleteConnectionRequest
  84. object DeleteConnectionResponse
  85. object DeleteCrawlerRequest
  86. object DeleteCrawlerResponse
  87. object DeleteDatabaseRequest
  88. object DeleteDatabaseResponse
  89. object DeleteDevEndpointRequest
  90. object DeleteDevEndpointResponse
  91. object DeleteJobRequest
  92. object DeleteJobResponse
  93. object DeletePartitionRequest
  94. object DeletePartitionResponse
  95. object DeleteResourcePolicyRequest
  96. object DeleteResourcePolicyResponse
  97. object DeleteSecurityConfigurationRequest
  98. object DeleteSecurityConfigurationResponse
  99. object DeleteTableRequest
  100. object DeleteTableResponse
  101. object DeleteTableVersionRequest
  102. object DeleteTableVersionResponse
  103. object DeleteTriggerRequest
  104. object DeleteTriggerResponse
  105. object DeleteUserDefinedFunctionRequest
  106. object DeleteUserDefinedFunctionResponse
  107. object DevEndpoint
  108. object DevEndpointCustomLibraries
  109. object DynamoDBTarget
  110. object EncryptionAtRest
  111. object EncryptionConfiguration
  112. object ErrorDetail
  113. object ExecutionProperty
  114. object ExistConditionEnum
  115. object GetCatalogImportStatusRequest
  116. object GetCatalogImportStatusResponse
  117. object GetClassifierRequest
  118. object GetClassifierResponse
  119. object GetClassifiersRequest
  120. object GetClassifiersResponse
  121. object GetConnectionRequest
  122. object GetConnectionResponse
  123. object GetConnectionsFilter
  124. object GetConnectionsRequest
  125. object GetConnectionsResponse
  126. object GetCrawlerMetricsRequest
  127. object GetCrawlerMetricsResponse
  128. object GetCrawlerRequest
  129. object GetCrawlerResponse
  130. object GetCrawlersRequest
  131. object GetCrawlersResponse
  132. object GetDataCatalogEncryptionSettingsRequest
  133. object GetDataCatalogEncryptionSettingsResponse
  134. object GetDatabaseRequest
  135. object GetDatabaseResponse
  136. object GetDatabasesRequest
  137. object GetDatabasesResponse
  138. object GetDataflowGraphRequest
  139. object GetDataflowGraphResponse
  140. object GetDevEndpointRequest
  141. object GetDevEndpointResponse
  142. object GetDevEndpointsRequest
  143. object GetDevEndpointsResponse
  144. object GetJobRequest
  145. object GetJobResponse
  146. object GetJobRunRequest
  147. object GetJobRunResponse
  148. object GetJobRunsRequest
  149. object GetJobRunsResponse
  150. object GetJobsRequest
  151. object GetJobsResponse
  152. object GetMappingRequest
  153. object GetMappingResponse
  154. object GetPartitionRequest
  155. object GetPartitionResponse
  156. object GetPartitionsRequest
  157. object GetPartitionsResponse
  158. object GetPlanRequest
  159. object GetPlanResponse
  160. object GetResourcePolicyRequest
  161. object GetResourcePolicyResponse
  162. object GetSecurityConfigurationRequest
  163. object GetSecurityConfigurationResponse
  164. object GetSecurityConfigurationsRequest
  165. object GetSecurityConfigurationsResponse
  166. object GetTableRequest
  167. object GetTableResponse
  168. object GetTableVersionRequest
  169. object GetTableVersionResponse
  170. object GetTableVersionsRequest
  171. object GetTableVersionsResponse
  172. object GetTablesRequest
  173. object GetTablesResponse
  174. object GetTagsRequest
  175. object GetTagsResponse
  176. object GetTriggerRequest
  177. object GetTriggerResponse
  178. object GetTriggersRequest
  179. object GetTriggersResponse
  180. object GetUserDefinedFunctionRequest
  181. object GetUserDefinedFunctionResponse
  182. object GetUserDefinedFunctionsRequest
  183. object GetUserDefinedFunctionsResponse
  184. object GrokClassifier
  185. object ImportCatalogToGlueRequest
  186. object ImportCatalogToGlueResponse
  187. object JdbcTarget
  188. object Job
  189. object JobBookmarkEntry
  190. object JobBookmarksEncryption
  191. object JobBookmarksEncryptionModeEnum
  192. object JobCommand
  193. object JobRun
  194. object JobRunStateEnum
  195. object JobUpdate
  196. object JsonClassifier
  197. object LanguageEnum
  198. object LastCrawlInfo
  199. object LastCrawlStatusEnum
  200. object ListCrawlersRequest
  201. object ListCrawlersResponse
  202. object ListDevEndpointsRequest
  203. object ListDevEndpointsResponse
  204. object ListJobsRequest
  205. object ListJobsResponse
  206. object ListTriggersRequest
  207. object ListTriggersResponse
  208. object Location
  209. object LogicalEnum
  210. object LogicalOperatorEnum
  211. object MappingEntry
  212. object NotificationProperty
  213. object Order
  214. object Partition
  215. object PartitionError
  216. object PartitionInput
  217. object PartitionValueList
  218. object PhysicalConnectionRequirements
  219. object Predecessor
  220. object Predicate
  221. object PrincipalTypeEnum
  222. object PutDataCatalogEncryptionSettingsRequest
  223. object PutDataCatalogEncryptionSettingsResponse
  224. object PutResourcePolicyRequest
  225. object PutResourcePolicyResponse
  226. object ResetJobBookmarkRequest
  227. object ResetJobBookmarkResponse
  228. object ResourceTypeEnum
  229. object ResourceUri
  230. object S3Encryption
  231. object S3EncryptionModeEnum
  232. object S3Target
  233. object Schedule
  234. object ScheduleStateEnum
  235. object SchemaChangePolicy
  236. object SecurityConfiguration
  237. object Segment
  238. object SerDeInfo
  239. object SkewedInfo
  240. object StartCrawlerRequest
  241. object StartCrawlerResponse
  242. object StartCrawlerScheduleRequest
  243. object StartCrawlerScheduleResponse
  244. object StartJobRunRequest
  245. object StartJobRunResponse
  246. object StartTriggerRequest
  247. object StartTriggerResponse
  248. object StopCrawlerRequest
  249. object StopCrawlerResponse
  250. object StopCrawlerScheduleRequest
  251. object StopCrawlerScheduleResponse
  252. object StopTriggerRequest
  253. object StopTriggerResponse
  254. object StorageDescriptor
  255. object Table
  256. object TableError
  257. object TableInput
  258. object TableVersion
  259. object TableVersionError
  260. object TagResourceRequest
  261. object TagResourceResponse
  262. object Trigger
  263. object TriggerStateEnum
  264. object TriggerTypeEnum
  265. object TriggerUpdate
  266. object UntagResourceRequest
  267. object UntagResourceResponse
  268. object UpdateBehaviorEnum
  269. object UpdateClassifierRequest
  270. object UpdateClassifierResponse
  271. object UpdateConnectionRequest
  272. object UpdateConnectionResponse
  273. object UpdateCrawlerRequest
  274. object UpdateCrawlerResponse
  275. object UpdateCrawlerScheduleRequest
  276. object UpdateCrawlerScheduleResponse
  277. object UpdateCsvClassifierRequest
  278. object UpdateDatabaseRequest
  279. object UpdateDatabaseResponse
  280. object UpdateDevEndpointRequest
  281. object UpdateDevEndpointResponse
  282. object UpdateGrokClassifierRequest
  283. object UpdateJobRequest
  284. object UpdateJobResponse
  285. object UpdateJsonClassifierRequest
  286. object UpdatePartitionRequest
  287. object UpdatePartitionResponse
  288. object UpdateTableRequest
  289. object UpdateTableResponse
  290. object UpdateTriggerRequest
  291. object UpdateTriggerResponse
  292. object UpdateUserDefinedFunctionRequest
  293. object UpdateUserDefinedFunctionResponse
  294. object UpdateXMLClassifierRequest
  295. object UserDefinedFunction
  296. object UserDefinedFunctionInput
  297. object WorkerTypeEnum
  298. object XMLClassifier

Inherited from AnyRef

Inherited from Any

Ungrouped