Skip to content

Commit 1982984

Browse files
authored
docs(codegen): run codegen for smithy-lang/smithy-typescript#770 (#4746)
1 parent c3d06df commit 1982984

File tree

14,689 files changed

+66115
-1368
lines changed

Some content is hidden

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

14,689 files changed

+66115
-1368
lines changed

clients/client-accessanalyzer/src/AccessAnalyzerClient.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ import {
111111
} from "./endpoint/EndpointParameters";
112112
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
113113

114+
export { __Client };
115+
114116
/**
115117
* @public
116118
*/
@@ -304,7 +306,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
304306
/**
305307
* @public
306308
*/
307-
type AccessAnalyzerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
309+
export type AccessAnalyzerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
308310
ClientDefaults &
309311
RegionInputConfig &
310312
EndpointInputConfig<EndpointParameters> &
@@ -323,7 +325,7 @@ export interface AccessAnalyzerClientConfig extends AccessAnalyzerClientConfigTy
323325
/**
324326
* @public
325327
*/
326-
type AccessAnalyzerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
328+
export type AccessAnalyzerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
327329
Required<ClientDefaults> &
328330
RegionResolvedConfig &
329331
EndpointResolvedConfig<EndpointParameters> &

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { ApplyArchiveRuleRequest } from "../models/models_0";
1818
import { de_ApplyArchiveRuleCommand, se_ApplyArchiveRuleCommand } from "../protocols/Aws_restJson1";
1919

20+
/**
21+
* @public
22+
*/
23+
export { __MetadataBearer, $Command };
2024
/**
2125
* @public
2226
*

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { CancelPolicyGenerationRequest, CancelPolicyGenerationResponse } from "../models/models_0";
1818
import { de_CancelPolicyGenerationCommand, se_CancelPolicyGenerationCommand } from "../protocols/Aws_restJson1";
1919

20+
/**
21+
* @public
22+
*/
23+
export { __MetadataBearer, $Command };
2024
/**
2125
* @public
2226
*

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { CreateAccessPreviewRequest, CreateAccessPreviewResponse } from "../models/models_0";
1818
import { de_CreateAccessPreviewCommand, se_CreateAccessPreviewCommand } from "../protocols/Aws_restJson1";
1919

20+
/**
21+
* @public
22+
*/
23+
export { __MetadataBearer, $Command };
2024
/**
2125
* @public
2226
*

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { CreateAnalyzerRequest, CreateAnalyzerResponse } from "../models/models_0";
1818
import { de_CreateAnalyzerCommand, se_CreateAnalyzerCommand } from "../protocols/Aws_restJson1";
1919

20+
/**
21+
* @public
22+
*/
23+
export { __MetadataBearer, $Command };
2024
/**
2125
* @public
2226
*

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { CreateArchiveRuleRequest } from "../models/models_0";
1818
import { de_CreateArchiveRuleCommand, se_CreateArchiveRuleCommand } from "../protocols/Aws_restJson1";
1919

20+
/**
21+
* @public
22+
*/
23+
export { __MetadataBearer, $Command };
2024
/**
2125
* @public
2226
*

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { DeleteAnalyzerRequest } from "../models/models_0";
1818
import { de_DeleteAnalyzerCommand, se_DeleteAnalyzerCommand } from "../protocols/Aws_restJson1";
1919

20+
/**
21+
* @public
22+
*/
23+
export { __MetadataBearer, $Command };
2024
/**
2125
* @public
2226
*

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { DeleteArchiveRuleRequest } from "../models/models_0";
1818
import { de_DeleteArchiveRuleCommand, se_DeleteArchiveRuleCommand } from "../protocols/Aws_restJson1";
1919

20+
/**
21+
* @public
22+
*/
23+
export { __MetadataBearer, $Command };
2024
/**
2125
* @public
2226
*

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { GetAccessPreviewRequest, GetAccessPreviewResponse } from "../models/models_0";
1818
import { de_GetAccessPreviewCommand, se_GetAccessPreviewCommand } from "../protocols/Aws_restJson1";
1919

20+
/**
21+
* @public
22+
*/
23+
export { __MetadataBearer, $Command };
2024
/**
2125
* @public
2226
*

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { GetAnalyzedResourceRequest, GetAnalyzedResourceResponse } from "../models/models_0";
1818
import { de_GetAnalyzedResourceCommand, se_GetAnalyzedResourceCommand } from "../protocols/Aws_restJson1";
1919

20+
/**
21+
* @public
22+
*/
23+
export { __MetadataBearer, $Command };
2024
/**
2125
* @public
2226
*

0 commit comments

Comments
 (0)