|
8374 | 8374 | "smithy.api#documentation": "<p>The name of the connection type.</p>"
|
8375 | 8375 | }
|
8376 | 8376 | },
|
| 8377 | + "DisplayName": { |
| 8378 | + "target": "com.amazonaws.glue#DisplayName", |
| 8379 | + "traits": { |
| 8380 | + "smithy.api#documentation": "<p>The human-readable name for the connection type that is displayed in the Glue console.</p>" |
| 8381 | + } |
| 8382 | + }, |
| 8383 | + "Vendor": { |
| 8384 | + "target": "com.amazonaws.glue#Vendor", |
| 8385 | + "traits": { |
| 8386 | + "smithy.api#documentation": "<p>The name of the vendor or provider that created or maintains this connection type.</p>" |
| 8387 | + } |
| 8388 | + }, |
8377 | 8389 | "Description": {
|
8378 | 8390 | "target": "com.amazonaws.glue#Description",
|
8379 | 8391 | "traits": {
|
8380 | 8392 | "smithy.api#documentation": "<p>A description of the connection type.</p>"
|
8381 | 8393 | }
|
8382 | 8394 | },
|
| 8395 | + "Categories": { |
| 8396 | + "target": "com.amazonaws.glue#ListOfString", |
| 8397 | + "traits": { |
| 8398 | + "smithy.api#documentation": "<p>A list of categories that this connection type belongs to. Categories help users filter and find appropriate connection types based on their \n use cases.</p>" |
| 8399 | + } |
| 8400 | + }, |
8383 | 8401 | "Capabilities": {
|
8384 | 8402 | "target": "com.amazonaws.glue#Capabilities",
|
8385 | 8403 | "traits": {
|
8386 | 8404 | "smithy.api#documentation": "<p>The supported authentication types, data interface types (compute environments), and data operations of the connector.</p>"
|
8387 | 8405 | }
|
| 8406 | + }, |
| 8407 | + "LogoUrl": { |
| 8408 | + "target": "com.amazonaws.glue#UrlString", |
| 8409 | + "traits": { |
| 8410 | + "smithy.api#documentation": "<p>The URL of the logo associated with a connection type.</p>" |
| 8411 | + } |
| 8412 | + }, |
| 8413 | + "ConnectionTypeVariants": { |
| 8414 | + "target": "com.amazonaws.glue#ConnectionTypeVariantList", |
| 8415 | + "traits": { |
| 8416 | + "smithy.api#documentation": "<p>A list of variants available for this connection type. Different variants may provide specialized configurations for specific use cases or \n implementations of the same general connection type.</p>" |
| 8417 | + } |
8388 | 8418 | }
|
8389 | 8419 | },
|
8390 | 8420 | "traits": {
|
|
8397 | 8427 | "target": "com.amazonaws.glue#ConnectionTypeBrief"
|
8398 | 8428 | }
|
8399 | 8429 | },
|
| 8430 | + "com.amazonaws.glue#ConnectionTypeVariant": { |
| 8431 | + "type": "structure", |
| 8432 | + "members": { |
| 8433 | + "ConnectionTypeVariantName": { |
| 8434 | + "target": "com.amazonaws.glue#DisplayName", |
| 8435 | + "traits": { |
| 8436 | + "smithy.api#documentation": "<p>The unique identifier for the connection type variant. This name is used internally to identify the specific variant of a connection type.\n </p>" |
| 8437 | + } |
| 8438 | + }, |
| 8439 | + "DisplayName": { |
| 8440 | + "target": "com.amazonaws.glue#DisplayName", |
| 8441 | + "traits": { |
| 8442 | + "smithy.api#documentation": "<p>The human-readable name for the connection type variant that is displayed in the Glue console.</p>" |
| 8443 | + } |
| 8444 | + }, |
| 8445 | + "Description": { |
| 8446 | + "target": "com.amazonaws.glue#Description", |
| 8447 | + "traits": { |
| 8448 | + "smithy.api#documentation": "<p>A detailed description of the connection type variant, including its purpose, use cases, and any specific configuration requirements.</p>" |
| 8449 | + } |
| 8450 | + }, |
| 8451 | + "LogoUrl": { |
| 8452 | + "target": "com.amazonaws.glue#UrlString", |
| 8453 | + "traits": { |
| 8454 | + "smithy.api#documentation": "<p>The URL of the logo associated with a connection type variant.</p>" |
| 8455 | + } |
| 8456 | + } |
| 8457 | + }, |
| 8458 | + "traits": { |
| 8459 | + "smithy.api#documentation": "<p>Represents a variant of a connection type in Glue Data Catalog. Connection type variants provide specific configurations and behaviors \n for different implementations of the same general connection type.</p>" |
| 8460 | + } |
| 8461 | + }, |
| 8462 | + "com.amazonaws.glue#ConnectionTypeVariantList": { |
| 8463 | + "type": "list", |
| 8464 | + "member": { |
| 8465 | + "target": "com.amazonaws.glue#ConnectionTypeVariant" |
| 8466 | + } |
| 8467 | + }, |
8400 | 8468 | "com.amazonaws.glue#ConnectionsList": {
|
8401 | 8469 | "type": "structure",
|
8402 | 8470 | "members": {
|
|
16892 | 16960 | "smithy.api#documentation": "<p>A policy that specifies update behavior for the crawler.</p>"
|
16893 | 16961 | }
|
16894 | 16962 | },
|
| 16963 | + "com.amazonaws.glue#DisplayName": { |
| 16964 | + "type": "string", |
| 16965 | + "traits": { |
| 16966 | + "smithy.api#length": { |
| 16967 | + "min": 1, |
| 16968 | + "max": 128 |
| 16969 | + } |
| 16970 | + } |
| 16971 | + }, |
16895 | 16972 | "com.amazonaws.glue#Double": {
|
16896 | 16973 | "type": "double",
|
16897 | 16974 | "traits": {
|
|
44896 | 44973 | "com.amazonaws.glue#UriString": {
|
44897 | 44974 | "type": "string"
|
44898 | 44975 | },
|
| 44976 | + "com.amazonaws.glue#UrlString": { |
| 44977 | + "type": "string" |
| 44978 | + }, |
44899 | 44979 | "com.amazonaws.glue#UsageProfileDefinition": {
|
44900 | 44980 | "type": "structure",
|
44901 | 44981 | "members": {
|
|
45095 | 45175 | "target": "com.amazonaws.glue#ValueString"
|
45096 | 45176 | }
|
45097 | 45177 | },
|
| 45178 | + "com.amazonaws.glue#Vendor": { |
| 45179 | + "type": "string", |
| 45180 | + "traits": { |
| 45181 | + "smithy.api#length": { |
| 45182 | + "min": 1, |
| 45183 | + "max": 128 |
| 45184 | + } |
| 45185 | + } |
| 45186 | + }, |
45098 | 45187 | "com.amazonaws.glue#VersionId": {
|
45099 | 45188 | "type": "long",
|
45100 | 45189 | "traits": {
|
|
0 commit comments