Skip to content

Commit

Permalink
chore(clients): export types with export type (#6171)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jun 6, 2024
1 parent 0e7d145 commit fdd7f75
Show file tree
Hide file tree
Showing 16,465 changed files with 33,321 additions and 16,857 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_ApplyArchiveRuleCommand, se_ApplyArchiveRuleCommand } from "../proto
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_CancelPolicyGenerationCommand, se_CancelPolicyGenerationCommand } fr
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import { de_CheckAccessNotGrantedCommand, se_CheckAccessNotGrantedCommand } from
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import { de_CheckNoNewAccessCommand, se_CheckNoNewAccessCommand } from "../proto
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_CreateAccessPreviewCommand, se_CreateAccessPreviewCommand } from "..
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_CreateAnalyzerCommand, se_CreateAnalyzerCommand } from "../protocols
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_CreateArchiveRuleCommand, se_CreateArchiveRuleCommand } from "../pro
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_DeleteAnalyzerCommand, se_DeleteAnalyzerCommand } from "../protocols
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_DeleteArchiveRuleCommand, se_DeleteArchiveRuleCommand } from "../pro
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_GetAccessPreviewCommand, se_GetAccessPreviewCommand } from "../proto
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_GetAnalyzedResourceCommand, se_GetAnalyzedResourceCommand } from "..
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_GetAnalyzerCommand, se_GetAnalyzerCommand } from "../protocols/Aws_r
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_GetArchiveRuleCommand, se_GetArchiveRuleCommand } from "../protocols
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_GetFindingCommand, se_GetFindingCommand } from "../protocols/Aws_res
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_GetFindingV2Command, se_GetFindingV2Command } from "../protocols/Aws
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_GetGeneratedPolicyCommand, se_GetGeneratedPolicyCommand } from "../p
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_ListAccessPreviewFindingsCommand, se_ListAccessPreviewFindingsComman
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_ListAccessPreviewsCommand, se_ListAccessPreviewsCommand } from "../p
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_ListAnalyzedResourcesCommand, se_ListAnalyzedResourcesCommand } from
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_ListAnalyzersCommand, se_ListAnalyzersCommand } from "../protocols/A
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_ListArchiveRulesCommand, se_ListArchiveRulesCommand } from "../proto
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_ListFindingsCommand, se_ListFindingsCommand } from "../protocols/Aws
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_ListFindingsV2Command, se_ListFindingsV2Command } from "../protocols
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_ListPolicyGenerationsCommand, se_ListPolicyGenerationsCommand } from
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_StartPolicyGenerationCommand, se_StartPolicyGenerationCommand } from
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_StartResourceScanCommand, se_StartResourceScanCommand } from "../pro
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_UpdateArchiveRuleCommand, se_UpdateArchiveRuleCommand } from "../pro
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_UpdateFindingsCommand, se_UpdateFindingsCommand } from "../protocols
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_ValidatePolicyCommand, se_ValidatePolicyCommand } from "../protocols
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
4 changes: 2 additions & 2 deletions clients/client-accessanalyzer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
export * from "./AccessAnalyzerClient";
export * from "./AccessAnalyzer";
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
export { RuntimeExtension } from "./runtimeExtensions";
export { AccessAnalyzerExtensionConfiguration } from "./extensionConfiguration";
export type { RuntimeExtension } from "./runtimeExtensions";
export type { AccessAnalyzerExtensionConfiguration } from "./extensionConfiguration";
export * from "./commands";
export * from "./pagination";
export * from "./models";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ import {
ServiceExceptionOptions as __ServiceExceptionOptions,
} from "@smithy/smithy-client";

export { __ServiceException, __ServiceExceptionOptions };
export type { __ServiceExceptionOptions };

export { __ServiceException };

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_DeleteAlternateContactCommand, se_DeleteAlternateContactCommand } fr
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
3 changes: 2 additions & 1 deletion clients/client-account/src/commands/DisableRegionCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_DisableRegionCommand, se_DisableRegionCommand } from "../protocols/A
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
3 changes: 2 additions & 1 deletion clients/client-account/src/commands/EnableRegionCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { de_EnableRegionCommand, se_EnableRegionCommand } from "../protocols/Aws
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import { de_GetAlternateContactCommand, se_GetAlternateContactCommand } from "..
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import { de_GetContactInformationCommand, se_GetContactInformationCommand } from
/**
* @public
*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
Expand Down
Loading

0 comments on commit fdd7f75

Please sign in to comment.