Skip to content

Commit 59b8843

Browse files
authored
docs(mark-public): update release tags on inherited types to allow corrected documentation (#4744)
1 parent e3fc520 commit 59b8843

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/smithy-client/src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export interface SmithyConfiguration<HandlerOptions> {
2020
export type SmithyResolvedConfiguration<HandlerOptions> = SmithyConfiguration<HandlerOptions>;
2121

2222
/**
23-
* @internal
23+
* @public
2424
*/
2525
export class Client<
2626
HandlerOptions,

packages/smithy-client/src/command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { constructStack } from "@aws-sdk/middleware-stack";
22
import { Command as ICommand, Handler, MetadataBearer, MiddlewareStack as IMiddlewareStack } from "@aws-sdk/types";
33

44
/**
5-
* @internal
5+
* @public
66
*/
77
export abstract class Command<
88
Input extends ClientInput,

packages/smithy-client/src/exceptions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ export type ExceptionOptionType<ExceptionType extends Error, BaseExceptionType e
1212
>;
1313

1414
/**
15-
* @internal
15+
* @public
1616
*/
1717
export interface ServiceExceptionOptions extends SmithyException, MetadataBearer {
1818
message?: string;
1919
}
2020

2121
/**
22-
* @internal
22+
* @public
2323
*
2424
* Base exception class for the exceptions from the server-side.
2525
*/

packages/types/src/response.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface ResponseMetadata {
3636
}
3737

3838
/**
39-
* @internal
39+
* @public
4040
*/
4141
export interface MetadataBearer {
4242
/**

0 commit comments

Comments
 (0)