|
3185 | 3185 | },
|
3186 | 3186 | "Configuration":{
|
3187 | 3187 | "shape":"CrawlerConfiguration",
|
3188 |
| - "documentation":"<p>Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see <a href=\"http://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html\">Configuring a Crawler</a>.</p>" |
| 3188 | + "documentation":"<p>Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html\">Configuring a Crawler</a>.</p>" |
3189 | 3189 | },
|
3190 | 3190 | "CrawlerSecurityConfiguration":{
|
3191 | 3191 | "shape":"CrawlerSecurityConfiguration",
|
|
3400 | 3400 | },
|
3401 | 3401 | "Schedule":{
|
3402 | 3402 | "shape":"CronExpression",
|
3403 |
| - "documentation":"<p>A <code>cron</code> expression used to specify the schedule. For more information, see <a href=\"http://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html\">Time-Based Schedules for Jobs and Crawlers</a>. For example, to run something every day at 12:15 UTC, specify <code>cron(15 12 * * ? *)</code>.</p>" |
| 3403 | + "documentation":"<p>A <code>cron</code> expression used to specify the schedule (see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html\">Time-Based Schedules for Jobs and Crawlers</a>. For example, to run something every day at 12:15 UTC, you would specify: <code>cron(15 12 * * ? *)</code>.</p>" |
3404 | 3404 | },
|
3405 | 3405 | "Classifiers":{
|
3406 | 3406 | "shape":"ClassifierNameList",
|
|
3416 | 3416 | },
|
3417 | 3417 | "Configuration":{
|
3418 | 3418 | "shape":"CrawlerConfiguration",
|
3419 |
| - "documentation":"<p>The crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see <a href=\"http://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html\">Configuring a Crawler</a>.</p>" |
| 3419 | + "documentation":"<p>Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html\">Configuring a Crawler</a>.</p>" |
3420 | 3420 | },
|
3421 | 3421 | "CrawlerSecurityConfiguration":{
|
3422 | 3422 | "shape":"CrawlerSecurityConfiguration",
|
3423 | 3423 | "documentation":"<p>The name of the <code>SecurityConfiguration</code> structure to be used by this crawler.</p>"
|
3424 | 3424 | },
|
3425 | 3425 | "Tags":{
|
3426 | 3426 | "shape":"TagsMap",
|
3427 |
| - "documentation":"<p>The tags to use with this crawler request. You can use tags to limit access to the crawler. For more information, see <a href=\"http://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html\">AWS Tags in AWS Glue</a>.</p>" |
| 3427 | + "documentation":"<p>The tags to use with this crawler request. You may use tags to limit access to the crawler. For more information about tags in AWS Glue, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html\">AWS Tags in AWS Glue</a> in the developer guide.</p>" |
3428 | 3428 | }
|
3429 | 3429 | }
|
3430 | 3430 | },
|
|
3774 | 3774 | },
|
3775 | 3775 | "JsonPath":{
|
3776 | 3776 | "shape":"JsonPath",
|
3777 |
| - "documentation":"<p>A <code>JsonPath</code> string defining the JSON data for the classifier to classify. AWS Glue supports a subset of <code>JsonPath</code>, as described in <a href=\"https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html#custom-classifier-json\">Writing JsonPath Custom Classifiers</a>.</p>" |
| 3777 | + "documentation":"<p>A <code>JsonPath</code> string defining the JSON data for the classifier to classify. AWS Glue supports a subset of JsonPath, as described in <a href=\"https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html#custom-classifier-json\">Writing JsonPath Custom Classifiers</a>.</p>" |
3778 | 3778 | }
|
3779 | 3779 | },
|
3780 | 3780 | "documentation":"<p>Specifies a JSON classifier for <code>CreateClassifier</code> to create.</p>"
|
|
4744 | 4744 | "Path":{
|
4745 | 4745 | "shape":"Path",
|
4746 | 4746 | "documentation":"<p>The name of the DynamoDB table to crawl.</p>"
|
| 4747 | + }, |
| 4748 | + "scanAll":{ |
| 4749 | + "shape":"NullableBoolean", |
| 4750 | + "documentation":"<p>Indicates whether to scan all the records, or to sample rows from the table. Scanning all the records can take a long time when the table is not a high throughput table.</p> <p>A value of <code>true</code> means to scan all records, while a value of <code>false</code> means to sample the records. If no value is specified, the value defaults to <code>true</code>.</p>" |
| 4751 | + }, |
| 4752 | + "scanRate":{ |
| 4753 | + "shape":"NullableDouble", |
| 4754 | + "documentation":"<p>The percentage of the configured read capacity units to use by the AWS Glue crawler. Read capacity units is a term defined by DynamoDB, and is a numeric value that acts as rate limiter for the number of reads that can be performed on that table per second.</p> <p>The valid values are null or a value between 0.1 to 1.5. A null value is used when user does not provide a value, and defaults to 0.5 of the configured Read Capacity Unit (for provisioned tables), or 0.25 of the max configured Read Capacity Unit (for tables using on-demand mode).</p>" |
4747 | 4755 | }
|
4748 | 4756 | },
|
4749 | 4757 | "documentation":"<p>Specifies an Amazon DynamoDB table to crawl.</p>"
|
|
6387 | 6395 | },
|
6388 | 6396 | "GrokPattern":{
|
6389 | 6397 | "shape":"GrokPattern",
|
6390 |
| - "documentation":"<p>The grok pattern applied to a data store by this classifier. For more information, see built-in patterns in <a href=\"http://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html\">Writing Custom Classifiers</a>.</p>" |
| 6398 | + "documentation":"<p>The grok pattern applied to a data store by this classifier. For more information, see built-in patterns in <a href=\"https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html\">Writing Custom Classifiers</a>.</p>" |
6391 | 6399 | },
|
6392 | 6400 | "CustomPatterns":{
|
6393 | 6401 | "shape":"CustomPatterns",
|
6394 |
| - "documentation":"<p>Optional custom grok patterns defined by this classifier. For more information, see custom patterns in <a href=\"http://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html\">Writing Custom Classifiers</a>.</p>" |
| 6402 | + "documentation":"<p>Optional custom grok patterns defined by this classifier. For more information, see custom patterns in <a href=\"https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html\">Writing Custom Classifiers</a>.</p>" |
6395 | 6403 | }
|
6396 | 6404 | },
|
6397 | 6405 | "documentation":"<p>A classifier that uses <code>grok</code> patterns.</p>"
|
|
6507 | 6515 | },
|
6508 | 6516 | "Exclusions":{
|
6509 | 6517 | "shape":"PathList",
|
6510 |
| - "documentation":"<p>A list of glob patterns used to exclude from the crawl. For more information, see <a href=\"http://docs.aws.amazon.com/glue/latest/dg/add-crawler.html\">Catalog Tables with a Crawler</a>.</p>" |
| 6518 | + "documentation":"<p>A list of glob patterns used to exclude from the crawl. For more information, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-crawler.html\">Catalog Tables with a Crawler</a>.</p>" |
6511 | 6519 | }
|
6512 | 6520 | },
|
6513 | 6521 | "documentation":"<p>Specifies a JDBC data store to crawl.</p>"
|
|
6909 | 6917 | },
|
6910 | 6918 | "JsonPath":{
|
6911 | 6919 | "shape":"JsonPath",
|
6912 |
| - "documentation":"<p>A <code>JsonPath</code> string defining the JSON data for the classifier to classify. AWS Glue supports a subset of <code>JsonPath</code>, as described in <a href=\"https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html#custom-classifier-json\">Writing JsonPath Custom Classifiers</a>.</p>" |
| 6920 | + "documentation":"<p>A <code>JsonPath</code> string defining the JSON data for the classifier to classify. AWS Glue supports a subset of JsonPath, as described in <a href=\"https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html#custom-classifier-json\">Writing JsonPath Custom Classifiers</a>.</p>" |
6913 | 6921 | }
|
6914 | 6922 | },
|
6915 | 6923 | "documentation":"<p>A classifier for <code>JSON</code> content.</p>"
|
|
7943 | 7951 | },
|
7944 | 7952 | "Exclusions":{
|
7945 | 7953 | "shape":"PathList",
|
7946 |
| - "documentation":"<p>A list of glob patterns used to exclude from the crawl. For more information, see <a href=\"http://docs.aws.amazon.com/glue/latest/dg/add-crawler.html\">Catalog Tables with a Crawler</a>.</p>" |
| 7954 | + "documentation":"<p>A list of glob patterns used to exclude from the crawl. For more information, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-crawler.html\">Catalog Tables with a Crawler</a>.</p>" |
7947 | 7955 | }
|
7948 | 7956 | },
|
7949 | 7957 | "documentation":"<p>Specifies a data store in Amazon Simple Storage Service (Amazon S3).</p>"
|
|
7958 | 7966 | "members":{
|
7959 | 7967 | "ScheduleExpression":{
|
7960 | 7968 | "shape":"CronExpression",
|
7961 |
| - "documentation":"<p>A <code>cron</code> expression used to specify the schedule. For more information, see <a href=\"http://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html\">Time-Based Schedules for Jobs and Crawlers</a>. For example, to run something every day at 12:15 UTC, specify <code>cron(15 12 * * ? *)</code>.</p>" |
| 7969 | + "documentation":"<p>A <code>cron</code> expression used to specify the schedule (see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html\">Time-Based Schedules for Jobs and Crawlers</a>. For example, to run something every day at 12:15 UTC, you would specify: <code>cron(15 12 * * ? *)</code>.</p>" |
7962 | 7970 | },
|
7963 | 7971 | "State":{
|
7964 | 7972 | "shape":"ScheduleState",
|
|
9287 | 9295 | },
|
9288 | 9296 | "Schedule":{
|
9289 | 9297 | "shape":"CronExpression",
|
9290 |
| - "documentation":"<p>A <code>cron</code> expression used to specify the schedule. For more information, see <a href=\"http://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html\">Time-Based Schedules for Jobs and Crawlers</a>. For example, to run something every day at 12:15 UTC, specify <code>cron(15 12 * * ? *)</code>.</p>" |
| 9298 | + "documentation":"<p>A <code>cron</code> expression used to specify the schedule (see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html\">Time-Based Schedules for Jobs and Crawlers</a>. For example, to run something every day at 12:15 UTC, you would specify: <code>cron(15 12 * * ? *)</code>.</p>" |
9291 | 9299 | },
|
9292 | 9300 | "Classifiers":{
|
9293 | 9301 | "shape":"ClassifierNameList",
|
|
9303 | 9311 | },
|
9304 | 9312 | "Configuration":{
|
9305 | 9313 | "shape":"CrawlerConfiguration",
|
9306 |
| - "documentation":"<p>The crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see <a href=\"http://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html\">Configuring a Crawler</a>.</p>" |
| 9314 | + "documentation":"<p>Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html\">Configuring a Crawler</a>.</p>" |
9307 | 9315 | },
|
9308 | 9316 | "CrawlerSecurityConfiguration":{
|
9309 | 9317 | "shape":"CrawlerSecurityConfiguration",
|
|
9326 | 9334 | },
|
9327 | 9335 | "Schedule":{
|
9328 | 9336 | "shape":"CronExpression",
|
9329 |
| - "documentation":"<p>The updated <code>cron</code> expression used to specify the schedule. For more information, see <a href=\"http://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html\">Time-Based Schedules for Jobs and Crawlers</a>. For example, to run something every day at 12:15 UTC, specify <code>cron(15 12 * * ? *)</code>.</p>" |
| 9337 | + "documentation":"<p>The updated <code>cron</code> expression used to specify the schedule (see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html\">Time-Based Schedules for Jobs and Crawlers</a>. For example, to run something every day at 12:15 UTC, you would specify: <code>cron(15 12 * * ? *)</code>.</p>" |
9330 | 9338 | }
|
9331 | 9339 | }
|
9332 | 9340 | },
|
|
9498 | 9506 | },
|
9499 | 9507 | "JsonPath":{
|
9500 | 9508 | "shape":"JsonPath",
|
9501 |
| - "documentation":"<p>A <code>JsonPath</code> string defining the JSON data for the classifier to classify. AWS Glue supports a subset of <code>JsonPath</code>, as described in <a href=\"https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html#custom-classifier-json\">Writing JsonPath Custom Classifiers</a>.</p>" |
| 9509 | + "documentation":"<p>A <code>JsonPath</code> string defining the JSON data for the classifier to classify. AWS Glue supports a subset of JsonPath, as described in <a href=\"https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html#custom-classifier-json\">Writing JsonPath Custom Classifiers</a>.</p>" |
9502 | 9510 | }
|
9503 | 9511 | },
|
9504 | 9512 | "documentation":"<p>Specifies a JSON classifier to be updated.</p>"
|
|
0 commit comments