From 59b8843b4644bd071d70926ce3cb2790a0031e4c Mon Sep 17 00:00:00 2001 From: Michael Young Date: Mon, 22 May 2023 11:38:33 -0400 Subject: [PATCH] docs(mark-public): update release tags on inherited types to allow corrected documentation (#4744) --- packages/smithy-client/src/client.ts | 2 +- packages/smithy-client/src/command.ts | 2 +- packages/smithy-client/src/exceptions.ts | 4 ++-- packages/types/src/response.ts | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/smithy-client/src/client.ts b/packages/smithy-client/src/client.ts index 6dcac50f7e0a9..a8be184147a55 100644 --- a/packages/smithy-client/src/client.ts +++ b/packages/smithy-client/src/client.ts @@ -20,7 +20,7 @@ export interface SmithyConfiguration { export type SmithyResolvedConfiguration = SmithyConfiguration; /** - * @internal + * @public */ export class Client< HandlerOptions, diff --git a/packages/smithy-client/src/command.ts b/packages/smithy-client/src/command.ts index f890b569372d3..30fd48cc507cc 100644 --- a/packages/smithy-client/src/command.ts +++ b/packages/smithy-client/src/command.ts @@ -2,7 +2,7 @@ import { constructStack } from "@aws-sdk/middleware-stack"; import { Command as ICommand, Handler, MetadataBearer, MiddlewareStack as IMiddlewareStack } from "@aws-sdk/types"; /** - * @internal + * @public */ export abstract class Command< Input extends ClientInput, diff --git a/packages/smithy-client/src/exceptions.ts b/packages/smithy-client/src/exceptions.ts index b987ab9b4b347..5d7b898045ae5 100644 --- a/packages/smithy-client/src/exceptions.ts +++ b/packages/smithy-client/src/exceptions.ts @@ -12,14 +12,14 @@ export type ExceptionOptionType; /** - * @internal + * @public */ export interface ServiceExceptionOptions extends SmithyException, MetadataBearer { message?: string; } /** - * @internal + * @public * * Base exception class for the exceptions from the server-side. */ diff --git a/packages/types/src/response.ts b/packages/types/src/response.ts index 7817ac4e0d13e..5e8a497cacb27 100644 --- a/packages/types/src/response.ts +++ b/packages/types/src/response.ts @@ -36,7 +36,7 @@ export interface ResponseMetadata { } /** - * @internal + * @public */ export interface MetadataBearer { /**