|
3420 | 3420 | "type":"list",
|
3421 | 3421 | "member":{"shape":"Action"}
|
3422 | 3422 | },
|
| 3423 | + "AdditionalOptionKeys":{ |
| 3424 | + "type":"string", |
| 3425 | + "enum":["performanceTuning.caching"] |
| 3426 | + }, |
3423 | 3427 | "AdditionalOptions":{
|
3424 | 3428 | "type":"map",
|
3425 | 3429 | "key":{"shape":"EnclosedInStringProperty"},
|
|
3518 | 3522 | "members":{
|
3519 | 3523 | "Key":{
|
3520 | 3524 | "shape":"GenericString",
|
3521 |
| - "documentation":"<p>The key when specifying a key-value pair.</p>" |
| 3525 | + "documentation":"<p>The key for the additional connection option.</p>" |
3522 | 3526 | },
|
3523 | 3527 | "Value":{
|
3524 | 3528 | "shape":"GenericString",
|
3525 |
| - "documentation":"<p>The value when specifying a key-value pair.</p>" |
| 3529 | + "documentation":"<p>The value for the additional connection option.</p>" |
3526 | 3530 | }
|
3527 | 3531 | },
|
3528 |
| - "documentation":"<p>Specifies an Amazon Redshift data store.</p>" |
| 3532 | + "documentation":"<p>Specifies an optional value when connecting to the Redshift cluster.</p>" |
3529 | 3533 | },
|
3530 | 3534 | "AmazonRedshiftAdvancedOptions":{
|
3531 | 3535 | "type":"list",
|
|
5369 | 5373 | "AmazonRedshiftTarget":{
|
5370 | 5374 | "shape":"AmazonRedshiftTarget",
|
5371 | 5375 | "documentation":"<p>Specifies a target that writes to a data target in Amazon Redshift.</p>"
|
| 5376 | + }, |
| 5377 | + "EvaluateDataQualityMultiFrame":{ |
| 5378 | + "shape":"EvaluateDataQualityMultiFrame", |
| 5379 | + "documentation":"<p>Specifies your data quality evaluation criteria. Allows multiple input data and returns a collection of Dynamic Frames.</p>" |
5372 | 5380 | }
|
5373 | 5381 | },
|
5374 | 5382 | "documentation":"<p> <code>CodeGenConfigurationNode</code> enumerates all valid Node types. One and only one of its member variables can be populated.</p>"
|
|
7674 | 7682 | "min":0,
|
7675 | 7683 | "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
|
7676 | 7684 | },
|
| 7685 | + "DQAdditionalOptions":{ |
| 7686 | + "type":"map", |
| 7687 | + "key":{"shape":"AdditionalOptionKeys"}, |
| 7688 | + "value":{"shape":"GenericString"} |
| 7689 | + }, |
| 7690 | + "DQDLAliases":{ |
| 7691 | + "type":"map", |
| 7692 | + "key":{"shape":"NodeName"}, |
| 7693 | + "value":{"shape":"EnclosedInStringProperty"} |
| 7694 | + }, |
7677 | 7695 | "DQDLString":{
|
7678 | 7696 | "type":"string",
|
7679 | 7697 | "max":65536,
|
|
7970 | 7988 | "Result":{
|
7971 | 7989 | "shape":"DataQualityRuleResultStatus",
|
7972 | 7990 | "documentation":"<p>A pass or fail status for the rule.</p>"
|
| 7991 | + }, |
| 7992 | + "EvaluatedMetrics":{ |
| 7993 | + "shape":"EvaluatedMetricsMap", |
| 7994 | + "documentation":"<p>A map of metrics associated with the evaluation of the rule.</p>" |
7973 | 7995 | }
|
7974 | 7996 | },
|
7975 | 7997 | "documentation":"<p>Describes the result of the evaluation of a data quality rule.</p>"
|
|
8124 | 8146 | "DatabaseName":{
|
8125 | 8147 | "shape":"NameString",
|
8126 | 8148 | "documentation":"<p>The name of the database where the Glue table exists.</p>"
|
| 8149 | + }, |
| 8150 | + "CatalogId":{ |
| 8151 | + "shape":"NameString", |
| 8152 | + "documentation":"<p>The catalog id where the Glue table exists.</p>" |
8127 | 8153 | }
|
8128 | 8154 | },
|
8129 | 8155 | "documentation":"<p>An object representing an Glue table.</p>"
|
|
8139 | 8165 | },
|
8140 | 8166 | "documentation":"<p>A data source (an Glue table) for which you want data quality results.</p>"
|
8141 | 8167 | },
|
| 8168 | + "DataSourceMap":{ |
| 8169 | + "type":"map", |
| 8170 | + "key":{"shape":"NameString"}, |
| 8171 | + "value":{"shape":"DataSource"} |
| 8172 | + }, |
8142 | 8173 | "Database":{
|
8143 | 8174 | "type":"structure",
|
8144 | 8175 | "required":["Name"],
|
|
9551 | 9582 | },
|
9552 | 9583 | "documentation":"<p>Specifies your data quality evaluation criteria.</p>"
|
9553 | 9584 | },
|
| 9585 | + "EvaluateDataQualityMultiFrame":{ |
| 9586 | + "type":"structure", |
| 9587 | + "required":[ |
| 9588 | + "Name", |
| 9589 | + "Inputs", |
| 9590 | + "Ruleset" |
| 9591 | + ], |
| 9592 | + "members":{ |
| 9593 | + "Name":{ |
| 9594 | + "shape":"NodeName", |
| 9595 | + "documentation":"<p>The name of the data quality evaluation.</p>" |
| 9596 | + }, |
| 9597 | + "Inputs":{ |
| 9598 | + "shape":"ManyInputs", |
| 9599 | + "documentation":"<p>The inputs of your data quality evaluation. The first input in this list is the primary data source.</p>" |
| 9600 | + }, |
| 9601 | + "AdditionalDataSources":{ |
| 9602 | + "shape":"DQDLAliases", |
| 9603 | + "documentation":"<p>The aliases of all data sources except primary.</p>" |
| 9604 | + }, |
| 9605 | + "Ruleset":{ |
| 9606 | + "shape":"DQDLString", |
| 9607 | + "documentation":"<p>The ruleset for your data quality evaluation.</p>" |
| 9608 | + }, |
| 9609 | + "PublishingOptions":{ |
| 9610 | + "shape":"DQResultsPublishingOptions", |
| 9611 | + "documentation":"<p>Options to configure how your results are published.</p>" |
| 9612 | + }, |
| 9613 | + "AdditionalOptions":{ |
| 9614 | + "shape":"DQAdditionalOptions", |
| 9615 | + "documentation":"<p>Options to configure runtime behavior of the transform.</p>" |
| 9616 | + }, |
| 9617 | + "StopJobOnFailureOptions":{ |
| 9618 | + "shape":"DQStopJobOnFailureOptions", |
| 9619 | + "documentation":"<p>Options to configure how your job will stop if your data quality evaluation fails.</p>" |
| 9620 | + } |
| 9621 | + }, |
| 9622 | + "documentation":"<p>Specifies your data quality evaluation criteria.</p>" |
| 9623 | + }, |
| 9624 | + "EvaluatedMetricsMap":{ |
| 9625 | + "type":"map", |
| 9626 | + "key":{"shape":"NameString"}, |
| 9627 | + "value":{"shape":"NullableDouble"} |
| 9628 | + }, |
9554 | 9629 | "EvaluationMetrics":{
|
9555 | 9630 | "type":"structure",
|
9556 | 9631 | "required":["TransformType"],
|
|
10590 | 10665 | "ResultIds":{
|
10591 | 10666 | "shape":"DataQualityResultIdList",
|
10592 | 10667 | "documentation":"<p>A list of result IDs for the data quality results for the run.</p>"
|
| 10668 | + }, |
| 10669 | + "AdditionalDataSources":{ |
| 10670 | + "shape":"DataSourceMap", |
| 10671 | + "documentation":"<p>A map of reference strings to additional data sources you can specify for an evaluation run.</p>" |
10593 | 10672 | }
|
10594 | 10673 | }
|
10595 | 10674 | },
|
|
17996 | 18075 | "RulesetNames":{
|
17997 | 18076 | "shape":"RulesetNames",
|
17998 | 18077 | "documentation":"<p>A list of ruleset names.</p>"
|
| 18078 | + }, |
| 18079 | + "AdditionalDataSources":{ |
| 18080 | + "shape":"DataSourceMap", |
| 18081 | + "documentation":"<p>A map of reference strings to additional data sources you can specify for an evaluation run.</p>" |
17999 | 18082 | }
|
18000 | 18083 | }
|
18001 | 18084 | },
|
|
0 commit comments