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

+4-2
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

+4
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

+4
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

+4
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

+4
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

+4
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

+4
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

+4
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

+4
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

+4
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
*

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

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { GetAnalyzerRequest, GetAnalyzerResponse } from "../models/models_0";
1818
import { de_GetAnalyzerCommand, se_GetAnalyzerCommand } from "../protocols/Aws_restJson1";
1919

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

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

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { GetArchiveRuleRequest, GetArchiveRuleResponse } from "../models/models_0";
1818
import { de_GetArchiveRuleCommand, se_GetArchiveRuleCommand } from "../protocols/Aws_restJson1";
1919

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

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

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { GetFindingRequest, GetFindingResponse } from "../models/models_0";
1818
import { de_GetFindingCommand, se_GetFindingCommand } from "../protocols/Aws_restJson1";
1919

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

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

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { GetGeneratedPolicyRequest, GetGeneratedPolicyResponse } from "../models/models_0";
1818
import { de_GetGeneratedPolicyCommand, se_GetGeneratedPolicyCommand } from "../protocols/Aws_restJson1";
1919

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

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

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { ListAccessPreviewFindingsRequest, ListAccessPreviewFindingsResponse } from "../models/models_0";
1818
import { de_ListAccessPreviewFindingsCommand, se_ListAccessPreviewFindingsCommand } from "../protocols/Aws_restJson1";
1919

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

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

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { ListAccessPreviewsRequest, ListAccessPreviewsResponse } from "../models/models_0";
1818
import { de_ListAccessPreviewsCommand, se_ListAccessPreviewsCommand } from "../protocols/Aws_restJson1";
1919

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

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

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { ListAnalyzedResourcesRequest, ListAnalyzedResourcesResponse } from "../models/models_0";
1818
import { de_ListAnalyzedResourcesCommand, se_ListAnalyzedResourcesCommand } from "../protocols/Aws_restJson1";
1919

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

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

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { ListAnalyzersRequest, ListAnalyzersResponse } from "../models/models_0";
1818
import { de_ListAnalyzersCommand, se_ListAnalyzersCommand } from "../protocols/Aws_restJson1";
1919

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

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

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { ListArchiveRulesRequest, ListArchiveRulesResponse } from "../models/models_0";
1818
import { de_ListArchiveRulesCommand, se_ListArchiveRulesCommand } from "../protocols/Aws_restJson1";
1919

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

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

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
1818
import { de_ListFindingsCommand, se_ListFindingsCommand } from "../protocols/Aws_restJson1";
1919

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

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

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { ListPolicyGenerationsRequest, ListPolicyGenerationsResponse } from "../models/models_0";
1818
import { de_ListPolicyGenerationsCommand, se_ListPolicyGenerationsCommand } from "../protocols/Aws_restJson1";
1919

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

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

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
1818
import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
1919

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

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

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { StartPolicyGenerationRequest, StartPolicyGenerationResponse } from "../models/models_0";
1818
import { de_StartPolicyGenerationCommand, se_StartPolicyGenerationCommand } from "../protocols/Aws_restJson1";
1919

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

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

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { StartResourceScanRequest } from "../models/models_0";
1818
import { de_StartResourceScanCommand, se_StartResourceScanCommand } from "../protocols/Aws_restJson1";
1919

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

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

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
1818
import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
1919

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

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

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
1818
import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
1919

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

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

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { UpdateArchiveRuleRequest } from "../models/models_0";
1818
import { de_UpdateArchiveRuleCommand, se_UpdateArchiveRuleCommand } from "../protocols/Aws_restJson1";
1919

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

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

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { UpdateFindingsRequest } from "../models/models_0";
1818
import { de_UpdateFindingsCommand, se_UpdateFindingsCommand } from "../protocols/Aws_restJson1";
1919

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

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

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
1717
import { ValidatePolicyRequest, ValidatePolicyResponse } from "../models/models_0";
1818
import { de_ValidatePolicyCommand, se_ValidatePolicyCommand } from "../protocols/Aws_restJson1";
1919

20+
/**
21+
* @public
22+
*/
23+
export { __MetadataBearer, $Command };
2024
/**
2125
* @public
2226
*
+16-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
1-
export * from "./AccessAnalyzer";
21
// smithy-typescript generated code
2+
/* eslint-disable */
3+
/**
4+
* <p>Identity and Access Management Access Analyzer helps identify potential resource-access risks by enabling you to
5+
* identify any policies that grant access to an external principal. It does this by using
6+
* logic-based reasoning to analyze resource-based policies in your Amazon Web Services environment. An
7+
* external principal can be another Amazon Web Services account, a root user, an IAM user or role, a
8+
* federated user, an Amazon Web Services service, or an anonymous user. You can also use IAM Access Analyzer to
9+
* preview and validate public and cross-account access to your resources before deploying
10+
* permissions changes. This guide describes the Identity and Access Management Access Analyzer operations that you can
11+
* call programmatically. For general information about IAM Access Analyzer, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html">Identity and Access Management Access Analyzer</a> in the <b>IAM User Guide</b>.</p>
12+
* <p>To start using IAM Access Analyzer, you first need to create an analyzer.</p>
13+
*
14+
* @packageDocumentation
15+
*/
316
export * from "./AccessAnalyzerClient";
17+
export * from "./AccessAnalyzer";
418
export * from "./commands";
5-
export * from "./models";
619
export * from "./pagination";
20+
export * from "./models";
721

822
export { AccessAnalyzerServiceException } from "./models/AccessAnalyzerServiceException";

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

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import {
44
ServiceExceptionOptions as __ServiceExceptionOptions,
55
} from "@aws-sdk/smithy-client";
66

7+
export { __ServiceException, __ServiceExceptionOptions };
8+
79
/**
810
* @public
911
*

clients/client-account/src/AccountClient.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ import {
8383
} from "./endpoint/EndpointParameters";
8484
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
8585

86+
export { __Client };
87+
8688
/**
8789
* @public
8890
*/
@@ -238,7 +240,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
238240
/**
239241
* @public
240242
*/
241-
type AccountClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
243+
export type AccountClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
242244
ClientDefaults &
243245
RegionInputConfig &
244246
EndpointInputConfig<EndpointParameters> &
@@ -257,7 +259,7 @@ export interface AccountClientConfig extends AccountClientConfigType {}
257259
/**
258260
* @public
259261
*/
260-
type AccountClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
262+
export type AccountClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
261263
Required<ClientDefaults> &
262264
RegionResolvedConfig &
263265
EndpointResolvedConfig<EndpointParameters> &

0 commit comments

Comments
 (0)