|
7924 | 7924 | "shape":"ConnectionType",
|
7925 | 7925 | "documentation":"<p>The name of the connection type.</p>"
|
7926 | 7926 | },
|
| 7927 | + "DisplayName":{ |
| 7928 | + "shape":"DisplayName", |
| 7929 | + "documentation":"<p>The human-readable name for the connection type that is displayed in the Glue console.</p>" |
| 7930 | + }, |
| 7931 | + "Vendor":{ |
| 7932 | + "shape":"Vendor", |
| 7933 | + "documentation":"<p>The name of the vendor or provider that created or maintains this connection type.</p>" |
| 7934 | + }, |
7927 | 7935 | "Description":{
|
7928 | 7936 | "shape":"Description",
|
7929 | 7937 | "documentation":"<p>A description of the connection type.</p>"
|
7930 | 7938 | },
|
| 7939 | + "Categories":{ |
| 7940 | + "shape":"ListOfString", |
| 7941 | + "documentation":"<p>A list of categories that this connection type belongs to. Categories help users filter and find appropriate connection types based on their use cases.</p>" |
| 7942 | + }, |
7931 | 7943 | "Capabilities":{
|
7932 | 7944 | "shape":"Capabilities",
|
7933 | 7945 | "documentation":"<p>The supported authentication types, data interface types (compute environments), and data operations of the connector.</p>"
|
| 7946 | + }, |
| 7947 | + "LogoUrl":{ |
| 7948 | + "shape":"UrlString", |
| 7949 | + "documentation":"<p>The URL of the logo associated with a connection type.</p>" |
| 7950 | + }, |
| 7951 | + "ConnectionTypeVariants":{ |
| 7952 | + "shape":"ConnectionTypeVariantList", |
| 7953 | + "documentation":"<p>A list of variants available for this connection type. Different variants may provide specialized configurations for specific use cases or implementations of the same general connection type.</p>" |
7934 | 7954 | }
|
7935 | 7955 | },
|
7936 | 7956 | "documentation":"<p>Brief information about a supported connection type returned by the <code>ListConnectionTypes</code> API.</p>"
|
|
7939 | 7959 | "type":"list",
|
7940 | 7960 | "member":{"shape":"ConnectionTypeBrief"}
|
7941 | 7961 | },
|
| 7962 | + "ConnectionTypeVariant":{ |
| 7963 | + "type":"structure", |
| 7964 | + "members":{ |
| 7965 | + "ConnectionTypeVariantName":{ |
| 7966 | + "shape":"DisplayName", |
| 7967 | + "documentation":"<p>The unique identifier for the connection type variant. This name is used internally to identify the specific variant of a connection type. </p>" |
| 7968 | + }, |
| 7969 | + "DisplayName":{ |
| 7970 | + "shape":"DisplayName", |
| 7971 | + "documentation":"<p>The human-readable name for the connection type variant that is displayed in the Glue console.</p>" |
| 7972 | + }, |
| 7973 | + "Description":{ |
| 7974 | + "shape":"Description", |
| 7975 | + "documentation":"<p>A detailed description of the connection type variant, including its purpose, use cases, and any specific configuration requirements.</p>" |
| 7976 | + }, |
| 7977 | + "LogoUrl":{ |
| 7978 | + "shape":"UrlString", |
| 7979 | + "documentation":"<p>The URL of the logo associated with a connection type variant.</p>" |
| 7980 | + } |
| 7981 | + }, |
| 7982 | + "documentation":"<p>Represents a variant of a connection type in Glue Data Catalog. Connection type variants provide specific configurations and behaviors for different implementations of the same general connection type.</p>" |
| 7983 | + }, |
| 7984 | + "ConnectionTypeVariantList":{ |
| 7985 | + "type":"list", |
| 7986 | + "member":{"shape":"ConnectionTypeVariant"} |
| 7987 | + }, |
7942 | 7988 | "ConnectionsList":{
|
7943 | 7989 | "type":"structure",
|
7944 | 7990 | "members":{
|
|
12241 | 12287 | },
|
12242 | 12288 | "documentation":"<p>A policy that specifies update behavior for the crawler.</p>"
|
12243 | 12289 | },
|
| 12290 | + "DisplayName":{ |
| 12291 | + "type":"string", |
| 12292 | + "max":128, |
| 12293 | + "min":1 |
| 12294 | + }, |
12244 | 12295 | "Double":{"type":"double"},
|
12245 | 12296 | "DoubleColumnStatisticsData":{
|
12246 | 12297 | "type":"structure",
|
|
26891 | 26942 | "documentation":"<p>The options to configure an upsert operation when writing to a Redshift target .</p>"
|
26892 | 26943 | },
|
26893 | 26944 | "UriString":{"type":"string"},
|
| 26945 | + "UrlString":{"type":"string"}, |
26894 | 26946 | "UsageProfileDefinition":{
|
26895 | 26947 | "type":"structure",
|
26896 | 26948 | "members":{
|
|
27021 | 27073 | "type":"list",
|
27022 | 27074 | "member":{"shape":"ValueString"}
|
27023 | 27075 | },
|
| 27076 | + "Vendor":{ |
| 27077 | + "type":"string", |
| 27078 | + "max":128, |
| 27079 | + "min":1 |
| 27080 | + }, |
27024 | 27081 | "VersionId":{"type":"long"},
|
27025 | 27082 | "VersionLongNumber":{
|
27026 | 27083 | "type":"long",
|
|
0 commit comments