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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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
*

0 commit comments

Comments
 (0)