|
26 | 26 | "CheckSchemaVersionValidity": "<p>Validates the supplied schema. This call has no side effects, it simply validates using the supplied schema using <code>DataFormat</code> as the format. Since it does not take a schema set name, no compatibility checks are performed.</p>",
|
27 | 27 | "CreateBlueprint": "<p>Registers a blueprint with Glue.</p>",
|
28 | 28 | "CreateClassifier": "<p>Creates a classifier in the user's account. This can be a <code>GrokClassifier</code>, an <code>XMLClassifier</code>, a <code>JsonClassifier</code>, or a <code>CsvClassifier</code>, depending on which field of the request is present.</p>",
|
29 |
| - "CreateConnection": "<p>Creates a connection definition in the Data Catalog.</p>", |
| 29 | + "CreateConnection": "<p>Creates a connection definition in the Data Catalog.</p> <p>Connections used for creating federated resources require the IAM <code>glue:PassConnection</code> permission.</p>", |
30 | 30 | "CreateCrawler": "<p>Creates a new crawler with specified targets, role, configuration, and optional schedule. At least one crawl target must be specified, in the <code>s3Targets</code> field, the <code>jdbcTargets</code> field, or the <code>DynamoDBTargets</code> field.</p>",
|
31 | 31 | "CreateCustomEntityType": "<p>Creates a custom pattern that is used to detect sensitive data across the columns and rows of your structured data.</p> <p>Each custom pattern you create specifies a regular expression and an optional list of context words. If no context words are passed only a regular expression is checked.</p>",
|
32 | 32 | "CreateDataQualityRuleset": "<p>Creates a data quality ruleset with DQDL rules applied to a specified Glue table.</p> <p>You create the ruleset using the Data Quality Definition Language (DQDL). For more information, see the Glue developer guide.</p>",
|
|
243 | 243 | "TriggerUpdate$Actions": "<p>The actions initiated by this trigger.</p>"
|
244 | 244 | }
|
245 | 245 | },
|
| 246 | + "AdditionalContextMap": { |
| 247 | + "base": null, |
| 248 | + "refs": { |
| 249 | + "QuerySessionContext$AdditionalContext": "<p>An opaque string-string map passed by the query engine.</p>" |
| 250 | + } |
| 251 | + }, |
246 | 252 | "AdditionalOptionKeys": {
|
247 | 253 | "base": null,
|
248 | 254 | "refs": {
|
|
343 | 349 | "ArnString": {
|
344 | 350 | "base": null,
|
345 | 351 | "refs": {
|
| 352 | + "GetUnfilteredTableMetadataResponse$ResourceArn": "<p>The resource ARN of the parent resource extracted from the request.</p>", |
346 | 353 | "TableOptimizerConfiguration$roleArn": "<p>A role passed by the caller which gives the service permission to update the resources associated with the optimizer on the caller's behalf.</p>"
|
347 | 354 | }
|
348 | 355 | },
|
|
1592 | 1599 | "ConnectorDataTarget$Data": "<p>A map specifying connection options for the node. You can find standard connection options for the corresponding connection type in the <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-connect.html\"> Connection parameters</a> section of the Glue documentation.</p>"
|
1593 | 1600 | }
|
1594 | 1601 | },
|
| 1602 | + "ContextKey": { |
| 1603 | + "base": null, |
| 1604 | + "refs": { |
| 1605 | + "AdditionalContextMap$key": null |
| 1606 | + } |
| 1607 | + }, |
| 1608 | + "ContextValue": { |
| 1609 | + "base": null, |
| 1610 | + "refs": { |
| 1611 | + "AdditionalContextMap$value": null |
| 1612 | + } |
| 1613 | + }, |
1595 | 1614 | "ContextWords": {
|
1596 | 1615 | "base": null,
|
1597 | 1616 | "refs": {
|
|
3344 | 3363 | }
|
3345 | 3364 | },
|
3346 | 3365 | "FederationSourceRetryableException": {
|
3347 |
| - "base": null, |
| 3366 | + "base": "<p>A federation source failed, but the operation may be retried.</p>", |
3348 | 3367 | "refs": {
|
3349 | 3368 | }
|
3350 | 3369 | },
|
|
4568 | 4587 | "GetMLTransformRequest$TransformId": "<p>The unique identifier of the transform, generated at the time that the transform was created.</p>",
|
4569 | 4588 | "GetMLTransformResponse$TransformId": "<p>The unique identifier of the transform, generated at the time that the transform was created.</p>",
|
4570 | 4589 | "GetResourcePolicyResponse$PolicyHash": "<p>Contains the hash value associated with this policy.</p>",
|
| 4590 | + "GetUnfilteredTableMetadataResponse$QueryAuthorizationId": "<p>A cryptographically generated query identifier generated by Glue or Lake Formation.</p>", |
4571 | 4591 | "GluePolicy$PolicyHash": "<p>Contains the hash value associated with this policy.</p>",
|
4572 | 4592 | "MLTransform$TransformId": "<p>The unique transform ID that is generated for the machine learning transform. The ID is guaranteed to be unique and does not change.</p>",
|
4573 | 4593 | "PutResourcePolicyRequest$PolicyHashCondition": "<p>The hash value returned when the previous policy was set using <code>PutResourcePolicy</code>. Its purpose is to prevent concurrent modifications of a policy. Do not use this parameter if no previous policy has been set.</p>",
|
4574 | 4594 | "PutResourcePolicyResponse$PolicyHash": "<p>A hash of the policy that has just been set. This must be included in a subsequent call that overwrites or updates this policy.</p>",
|
| 4595 | + "QuerySessionContext$QueryId": "<p>A unique identifier generated by the query engine for the query.</p>", |
| 4596 | + "QuerySessionContext$QueryAuthorizationId": "<p>A cryptographically generated query identifier generated by Glue or Lake Formation.</p>", |
4575 | 4597 | "StartColumnStatisticsTaskRunResponse$ColumnStatisticsTaskRunId": "<p>The identifier for the column statistics task run.</p>",
|
4576 | 4598 | "StartDataQualityRuleRecommendationRunRequest$ClientToken": "<p>Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.</p>",
|
4577 | 4599 | "StartDataQualityRuleRecommendationRunResponse$RunId": "<p>The unique run identifier associated with this run.</p>",
|
|
5502 | 5524 | "EntityNotFoundException$Message": "<p>A message describing the problem.</p>",
|
5503 | 5525 | "FederatedResourceAlreadyExistsException$Message": "<p>The message describing the problem.</p>",
|
5504 | 5526 | "FederationSourceException$Message": "<p>The message describing the problem.</p>",
|
5505 |
| - "FederationSourceRetryableException$Message": null, |
| 5527 | + "FederationSourceRetryableException$Message": "<p>A message describing the problem.</p>", |
5506 | 5528 | "GlueEncryptionException$Message": "<p>The message describing the problem.</p>",
|
5507 | 5529 | "IdempotentParameterMismatchException$Message": "<p>A message describing the problem.</p>",
|
5508 | 5530 | "IllegalBlueprintStateException$Message": "<p>A message describing the problem.</p>",
|
|
6296 | 6318 | "Workflow$MaxConcurrentRuns": "<p>You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.</p>"
|
6297 | 6319 | }
|
6298 | 6320 | },
|
| 6321 | + "NullableString": { |
| 6322 | + "base": null, |
| 6323 | + "refs": { |
| 6324 | + "QuerySessionContext$ClusterId": "<p>An identifier string for the consumer cluster.</p>" |
| 6325 | + } |
| 6326 | + }, |
6299 | 6327 | "OneInput": {
|
6300 | 6328 | "base": null,
|
6301 | 6329 | "refs": {
|
|
6699 | 6727 | "PermissionList": {
|
6700 | 6728 | "base": null,
|
6701 | 6729 | "refs": {
|
| 6730 | + "GetUnfilteredTableMetadataRequest$Permissions": "<p>The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.</p>", |
| 6731 | + "GetUnfilteredTableMetadataResponse$Permissions": "<p>The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.</p>", |
6702 | 6732 | "PrincipalPermissions$Permissions": "<p>The permissions that are granted to the principal.</p>"
|
6703 | 6733 | }
|
6704 | 6734 | },
|
|
6912 | 6942 | "refs": {
|
6913 | 6943 | }
|
6914 | 6944 | },
|
| 6945 | + "QuerySessionContext": { |
| 6946 | + "base": "<p>A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.</p>", |
| 6947 | + "refs": { |
| 6948 | + "GetUnfilteredPartitionMetadataRequest$QuerySessionContext": "<p>A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.</p>", |
| 6949 | + "GetUnfilteredPartitionsMetadataRequest$QuerySessionContext": "<p>A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.</p>", |
| 6950 | + "GetUnfilteredTableMetadataRequest$QuerySessionContext": "<p>A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.</p>" |
| 6951 | + } |
| 6952 | + }, |
6915 | 6953 | "QuoteChar": {
|
6916 | 6954 | "base": null,
|
6917 | 6955 | "refs": {
|
|
8054 | 8092 | "UpdateDevEndpointRequest$DeleteArguments": "<p>The list of argument keys to be deleted from the map of arguments used to configure the <code>DevEndpoint</code>.</p>"
|
8055 | 8093 | }
|
8056 | 8094 | },
|
| 8095 | + "SupportedDialect": { |
| 8096 | + "base": "<p>A structure specifying the dialect and dialect version used by the query engine.</p>", |
| 8097 | + "refs": { |
| 8098 | + "GetUnfilteredTableMetadataRequest$SupportedDialect": "<p>A structure specifying the dialect and dialect version used by the query engine.</p>" |
| 8099 | + } |
| 8100 | + }, |
8057 | 8101 | "Table": {
|
8058 | 8102 | "base": "<p>Represents a collection of related data organized in columns and rows.</p>",
|
8059 | 8103 | "refs": {
|
|
8410 | 8454 | "Partition$LastAnalyzedTime": "<p>The last time at which column statistics were computed for this partition.</p>",
|
8411 | 8455 | "PartitionInput$LastAccessTime": "<p>The last time at which the partition was accessed.</p>",
|
8412 | 8456 | "PartitionInput$LastAnalyzedTime": "<p>The last time at which column statistics were computed for this partition.</p>",
|
| 8457 | + "QuerySessionContext$QueryStartTime": "<p>A timestamp provided by the query engine for when the query started.</p>", |
8413 | 8458 | "Table$CreateTime": "<p>The time when the table definition was created in the Data Catalog.</p>",
|
8414 | 8459 | "Table$UpdateTime": "<p>The last time that the table was updated.</p>",
|
8415 | 8460 | "Table$LastAccessTime": "<p>The last time that the table was accessed. This is usually taken from HDFS, and might not be reliable.</p>",
|
|
9035 | 9080 | "refs": {
|
9036 | 9081 | "BoundedPartitionValueList$member": null,
|
9037 | 9082 | "ConnectionProperties$value": null,
|
| 9083 | + "GetUnfilteredPartitionMetadataRequest$Region": "<p>Specified only if the base tables belong to a different Amazon Web Services Region.</p>", |
| 9084 | + "GetUnfilteredPartitionsMetadataRequest$Region": "<p>Specified only if the base tables belong to a different Amazon Web Services Region.</p>", |
| 9085 | + "GetUnfilteredTableMetadataRequest$Region": "<p>Specified only if the base tables belong to a different Amazon Web Services Region.</p>", |
9038 | 9086 | "PropertyPredicate$Key": "<p>The key of the property.</p>",
|
9039 | 9087 | "PropertyPredicate$Value": "<p>The value of the property.</p>",
|
9040 | 9088 | "SearchTablesRequest$SearchText": "<p>A string used for a text search.</p> <p>Specifying a value in quotes filters based on an exact match to the value.</p>",
|
|
9108 | 9156 | "DeleteSchemaVersionsInput$Versions": "<p>A version range may be supplied which may be of the format:</p> <ul> <li> <p>a single version number, 5</p> </li> <li> <p>a range, 5-8 : deletes versions 5, 6, 7, 8</p> </li> </ul>"
|
9109 | 9157 | }
|
9110 | 9158 | },
|
| 9159 | + "ViewDialect": { |
| 9160 | + "base": null, |
| 9161 | + "refs": { |
| 9162 | + "SupportedDialect$Dialect": "<p>The dialect of the query engine.</p>" |
| 9163 | + } |
| 9164 | + }, |
| 9165 | + "ViewDialectVersionString": { |
| 9166 | + "base": null, |
| 9167 | + "refs": { |
| 9168 | + "SupportedDialect$DialectVersion": "<p>The version of the dialect of the query engine. For example, 3.0.0.</p>" |
| 9169 | + } |
| 9170 | + }, |
9111 | 9171 | "ViewTextString": {
|
9112 | 9172 | "base": null,
|
9113 | 9173 | "refs": {
|
|
0 commit comments