From 465c757fde12a56851a6bbbd1d4ae39df2960455 Mon Sep 17 00:00:00 2001 From: awstools Date: Mon, 27 Nov 2023 20:10:27 +0000 Subject: [PATCH] feat(client-glue): add observations support to DQ CodeGen config model + update document for connectiontypes supported by ConnectorData entities --- clients/client-glue/src/models/models_0.ts | 61 ++++++++++++++++++++++ codegen/sdk-codegen/aws-models/glue.json | 10 +++- 2 files changed, 69 insertions(+), 2 deletions(-) diff --git a/clients/client-glue/src/models/models_0.ts b/clients/client-glue/src/models/models_0.ts index de1054ca12b43..45731bd3e68a8 100644 --- a/clients/client-glue/src/models/models_0.ts +++ b/clients/client-glue/src/models/models_0.ts @@ -97,6 +97,7 @@ export interface Action { */ export const AdditionalOptionKeys = { CacheOption: "performanceTuning.caching", + ObservationsOption: "observations.scope", } as const; /** @@ -3295,9 +3296,39 @@ export interface ConnectorDataSource { * */ ConnectionType: string | undefined; @@ -3336,9 +3367,39 @@ export interface ConnectorDataTarget { * */ ConnectionType: string | undefined; diff --git a/codegen/sdk-codegen/aws-models/glue.json b/codegen/sdk-codegen/aws-models/glue.json index 88e2e7c279382..d3440ab70d04b 100644 --- a/codegen/sdk-codegen/aws-models/glue.json +++ b/codegen/sdk-codegen/aws-models/glue.json @@ -1737,6 +1737,12 @@ "traits": { "smithy.api#enumValue": "performanceTuning.caching" } + }, + "ObservationsOption": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "observations.scope" + } } } }, @@ -6901,7 +6907,7 @@ "ConnectionType": { "target": "com.amazonaws.glue#EnclosedInStringProperty", "traits": { - "smithy.api#documentation": "

The connectionType, as provided to the underlying Glue library. This node type supports\nthe following connection types:

\n ", + "smithy.api#documentation": "

The connectionType, as provided to the underlying Glue library. This node type supports\nthe following connection types:

\n ", "smithy.api#required": {} } }, @@ -6936,7 +6942,7 @@ "ConnectionType": { "target": "com.amazonaws.glue#EnclosedInStringProperty", "traits": { - "smithy.api#documentation": "

The connectionType, as provided to the underlying Glue library. This node type supports\nthe following connection types:

\n ", + "smithy.api#documentation": "

The connectionType, as provided to the underlying Glue library. This node type supports\nthe following connection types:

\n ", "smithy.api#required": {} } },