Skip to content

Commit fdd7f75

Browse files
authored
chore(clients): export types with export type (#6171)
1 parent 0e7d145 commit fdd7f75

File tree

16,465 files changed

+33321
-16857
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

16,465 files changed

+33321
-16857
lines changed

clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_ApplyArchiveRuleCommand, se_ApplyArchiveRuleCommand } from "../proto
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/CancelPolicyGenerationCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_CancelPolicyGenerationCommand, se_CancelPolicyGenerationCommand } fr
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/CheckAccessNotGrantedCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ import { de_CheckAccessNotGrantedCommand, se_CheckAccessNotGrantedCommand } from
1616
/**
1717
* @public
1818
*/
19-
export { __MetadataBearer, $Command };
19+
export type { __MetadataBearer };
20+
export { $Command };
2021
/**
2122
* @public
2223
*

clients/client-accessanalyzer/src/commands/CheckNoNewAccessCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ import { de_CheckNoNewAccessCommand, se_CheckNoNewAccessCommand } from "../proto
1616
/**
1717
* @public
1818
*/
19-
export { __MetadataBearer, $Command };
19+
export type { __MetadataBearer };
20+
export { $Command };
2021
/**
2122
* @public
2223
*

clients/client-accessanalyzer/src/commands/CreateAccessPreviewCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_CreateAccessPreviewCommand, se_CreateAccessPreviewCommand } from "..
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/CreateAnalyzerCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_CreateAnalyzerCommand, se_CreateAnalyzerCommand } from "../protocols
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/CreateArchiveRuleCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_CreateArchiveRuleCommand, se_CreateArchiveRuleCommand } from "../pro
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/DeleteAnalyzerCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_DeleteAnalyzerCommand, se_DeleteAnalyzerCommand } from "../protocols
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/DeleteArchiveRuleCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_DeleteArchiveRuleCommand, se_DeleteArchiveRuleCommand } from "../pro
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/GetAccessPreviewCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_GetAccessPreviewCommand, se_GetAccessPreviewCommand } from "../proto
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/GetAnalyzedResourceCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_GetAnalyzedResourceCommand, se_GetAnalyzedResourceCommand } from "..
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/GetAnalyzerCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_GetAnalyzerCommand, se_GetAnalyzerCommand } from "../protocols/Aws_r
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/GetArchiveRuleCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_GetArchiveRuleCommand, se_GetArchiveRuleCommand } from "../protocols
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/GetFindingCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_GetFindingCommand, se_GetFindingCommand } from "../protocols/Aws_res
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/GetFindingV2Command.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_GetFindingV2Command, se_GetFindingV2Command } from "../protocols/Aws
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/GetGeneratedPolicyCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_GetGeneratedPolicyCommand, se_GetGeneratedPolicyCommand } from "../p
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/ListAccessPreviewFindingsCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_ListAccessPreviewFindingsCommand, se_ListAccessPreviewFindingsComman
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/ListAccessPreviewsCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_ListAccessPreviewsCommand, se_ListAccessPreviewsCommand } from "../p
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/ListAnalyzedResourcesCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_ListAnalyzedResourcesCommand, se_ListAnalyzedResourcesCommand } from
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/ListAnalyzersCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_ListAnalyzersCommand, se_ListAnalyzersCommand } from "../protocols/A
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/ListArchiveRulesCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_ListArchiveRulesCommand, se_ListArchiveRulesCommand } from "../proto
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/ListFindingsCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_ListFindingsCommand, se_ListFindingsCommand } from "../protocols/Aws
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/ListFindingsV2Command.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_ListFindingsV2Command, se_ListFindingsV2Command } from "../protocols
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/ListPolicyGenerationsCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_ListPolicyGenerationsCommand, se_ListPolicyGenerationsCommand } from
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/ListTagsForResourceCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/StartPolicyGenerationCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_StartPolicyGenerationCommand, se_StartPolicyGenerationCommand } from
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/StartResourceScanCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_StartResourceScanCommand, se_StartResourceScanCommand } from "../pro
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/TagResourceCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/UntagResourceCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/UpdateArchiveRuleCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_UpdateArchiveRuleCommand, se_UpdateArchiveRuleCommand } from "../pro
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/UpdateFindingsCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_UpdateFindingsCommand, se_UpdateFindingsCommand } from "../protocols
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/commands/ValidatePolicyCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_ValidatePolicyCommand, se_ValidatePolicyCommand } from "../protocols
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-accessanalyzer/src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
export * from "./AccessAnalyzerClient";
3232
export * from "./AccessAnalyzer";
3333
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
34-
export { RuntimeExtension } from "./runtimeExtensions";
35-
export { AccessAnalyzerExtensionConfiguration } from "./extensionConfiguration";
34+
export type { RuntimeExtension } from "./runtimeExtensions";
35+
export type { AccessAnalyzerExtensionConfiguration } from "./extensionConfiguration";
3636
export * from "./commands";
3737
export * from "./pagination";
3838
export * from "./models";

clients/client-accessanalyzer/src/models/AccessAnalyzerServiceException.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ import {
44
ServiceExceptionOptions as __ServiceExceptionOptions,
55
} from "@smithy/smithy-client";
66

7-
export { __ServiceException, __ServiceExceptionOptions };
7+
export type { __ServiceExceptionOptions };
8+
9+
export { __ServiceException };
810

911
/**
1012
* @public

clients/client-account/src/commands/DeleteAlternateContactCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_DeleteAlternateContactCommand, se_DeleteAlternateContactCommand } fr
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-account/src/commands/DisableRegionCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_DisableRegionCommand, se_DisableRegionCommand } from "../protocols/A
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-account/src/commands/EnableRegionCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { de_EnableRegionCommand, se_EnableRegionCommand } from "../protocols/Aws
1212
/**
1313
* @public
1414
*/
15-
export { __MetadataBearer, $Command };
15+
export type { __MetadataBearer };
16+
export { $Command };
1617
/**
1718
* @public
1819
*

clients/client-account/src/commands/GetAlternateContactCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ import { de_GetAlternateContactCommand, se_GetAlternateContactCommand } from "..
1616
/**
1717
* @public
1818
*/
19-
export { __MetadataBearer, $Command };
19+
export type { __MetadataBearer };
20+
export { $Command };
2021
/**
2122
* @public
2223
*

clients/client-account/src/commands/GetContactInformationCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ import { de_GetContactInformationCommand, se_GetContactInformationCommand } from
1616
/**
1717
* @public
1818
*/
19-
export { __MetadataBearer, $Command };
19+
export type { __MetadataBearer };
20+
export { $Command };
2021
/**
2122
* @public
2223
*

0 commit comments

Comments
 (0)