Skip to content

Commit 721100a

Browse files
authored
docs(clients): apply increased structural hint doc truncation (#4585)
1 parent 7039533 commit 721100a

File tree

12,998 files changed

+57627
-143670
lines changed

Some content is hidden

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

12,998 files changed

+57627
-143670
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export interface ApplyArchiveRuleCommandOutput extends __MetadataBearer {}
4343
* import { AccessAnalyzerClient, ApplyArchiveRuleCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import
4444
* // const { AccessAnalyzerClient, ApplyArchiveRuleCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import
4545
* const client = new AccessAnalyzerClient(config);
46-
* const input = {
46+
* const input = { // ApplyArchiveRuleRequest
4747
* analyzerArn: "STRING_VALUE", // required
4848
* ruleName: "STRING_VALUE", // required
4949
* clientToken: "STRING_VALUE",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface CancelPolicyGenerationCommandOutput extends CancelPolicyGenerat
4242
* import { AccessAnalyzerClient, CancelPolicyGenerationCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import
4343
* // const { AccessAnalyzerClient, CancelPolicyGenerationCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import
4444
* const client = new AccessAnalyzerClient(config);
45-
* const input = {
45+
* const input = { // CancelPolicyGenerationRequest
4646
* jobId: "STRING_VALUE", // required
4747
* };
4848
* const command = new CancelPolicyGenerationCommand(input);

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

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -43,41 +43,41 @@ export interface CreateAccessPreviewCommandOutput extends CreateAccessPreviewRes
4343
* import { AccessAnalyzerClient, CreateAccessPreviewCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import
4444
* // const { AccessAnalyzerClient, CreateAccessPreviewCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import
4545
* const client = new AccessAnalyzerClient(config);
46-
* const input = {
46+
* const input = { // CreateAccessPreviewRequest
4747
* analyzerArn: "STRING_VALUE", // required
48-
* configurations: { // required
49-
* "<keys>": { // Union: only one key present
50-
* ebsSnapshot: {
51-
* userIds: [
48+
* configurations: { // ConfigurationsMap // required
49+
* "<keys>": { // Configuration Union: only one key present
50+
* ebsSnapshot: { // EbsSnapshotConfiguration
51+
* userIds: [ // EbsUserIdList
5252
* "STRING_VALUE",
5353
* ],
54-
* groups: [
54+
* groups: [ // EbsGroupList
5555
* "STRING_VALUE",
5656
* ],
5757
* kmsKeyId: "STRING_VALUE",
5858
* },
59-
* ecrRepository: {
59+
* ecrRepository: { // EcrRepositoryConfiguration
6060
* repositoryPolicy: "STRING_VALUE",
6161
* },
62-
* iamRole: {
62+
* iamRole: { // IamRoleConfiguration
6363
* trustPolicy: "STRING_VALUE",
6464
* },
65-
* efsFileSystem: {
65+
* efsFileSystem: { // EfsFileSystemConfiguration
6666
* fileSystemPolicy: "STRING_VALUE",
6767
* },
68-
* kmsKey: {
69-
* keyPolicies: {
68+
* kmsKey: { // KmsKeyConfiguration
69+
* keyPolicies: { // KmsKeyPoliciesMap
7070
* "<keys>": "STRING_VALUE",
7171
* },
72-
* grants: [
73-
* {
74-
* operations: [ // required
72+
* grants: [ // KmsGrantConfigurationsList
73+
* { // KmsGrantConfiguration
74+
* operations: [ // KmsGrantOperationsList // required
7575
* "STRING_VALUE",
7676
* ],
7777
* granteePrincipal: "STRING_VALUE", // required
7878
* retiringPrincipal: "STRING_VALUE",
79-
* constraints: {
80-
* encryptionContextEquals: {
79+
* constraints: { // KmsGrantConstraints
80+
* encryptionContextEquals: { // KmsConstraintsMap
8181
* "<keys>": "STRING_VALUE",
8282
* },
8383
* encryptionContextSubset: {
@@ -88,65 +88,65 @@ export interface CreateAccessPreviewCommandOutput extends CreateAccessPreviewRes
8888
* },
8989
* ],
9090
* },
91-
* rdsDbClusterSnapshot: {
92-
* attributes: {
93-
* "<keys>": { // Union: only one key present
94-
* accountIds: [
91+
* rdsDbClusterSnapshot: { // RdsDbClusterSnapshotConfiguration
92+
* attributes: { // RdsDbClusterSnapshotAttributesMap
93+
* "<keys>": { // RdsDbClusterSnapshotAttributeValue Union: only one key present
94+
* accountIds: [ // RdsDbClusterSnapshotAccountIdsList
9595
* "STRING_VALUE",
9696
* ],
9797
* },
9898
* },
9999
* kmsKeyId: "STRING_VALUE",
100100
* },
101-
* rdsDbSnapshot: {
102-
* attributes: {
103-
* "<keys>": { // Union: only one key present
104-
* accountIds: [
101+
* rdsDbSnapshot: { // RdsDbSnapshotConfiguration
102+
* attributes: { // RdsDbSnapshotAttributesMap
103+
* "<keys>": { // RdsDbSnapshotAttributeValue Union: only one key present
104+
* accountIds: [ // RdsDbSnapshotAccountIdsList
105105
* "STRING_VALUE",
106106
* ],
107107
* },
108108
* },
109109
* kmsKeyId: "STRING_VALUE",
110110
* },
111-
* secretsManagerSecret: {
111+
* secretsManagerSecret: { // SecretsManagerSecretConfiguration
112112
* kmsKeyId: "STRING_VALUE",
113113
* secretPolicy: "STRING_VALUE",
114114
* },
115-
* s3Bucket: {
115+
* s3Bucket: { // S3BucketConfiguration
116116
* bucketPolicy: "STRING_VALUE",
117-
* bucketAclGrants: [
118-
* {
117+
* bucketAclGrants: [ // S3BucketAclGrantConfigurationsList
118+
* { // S3BucketAclGrantConfiguration
119119
* permission: "STRING_VALUE", // required
120-
* grantee: { // Union: only one key present
120+
* grantee: { // AclGrantee Union: only one key present
121121
* id: "STRING_VALUE",
122122
* uri: "STRING_VALUE",
123123
* },
124124
* },
125125
* ],
126-
* bucketPublicAccessBlock: {
126+
* bucketPublicAccessBlock: { // S3PublicAccessBlockConfiguration
127127
* ignorePublicAcls: true || false, // required
128128
* restrictPublicBuckets: true || false, // required
129129
* },
130-
* accessPoints: {
131-
* "<keys>": {
130+
* accessPoints: { // S3AccessPointConfigurationsMap
131+
* "<keys>": { // S3AccessPointConfiguration
132132
* accessPointPolicy: "STRING_VALUE",
133133
* publicAccessBlock: {
134134
* ignorePublicAcls: true || false, // required
135135
* restrictPublicBuckets: true || false, // required
136136
* },
137-
* networkOrigin: { // Union: only one key present
138-
* vpcConfiguration: {
137+
* networkOrigin: { // NetworkOriginConfiguration Union: only one key present
138+
* vpcConfiguration: { // VpcConfiguration
139139
* vpcId: "STRING_VALUE", // required
140140
* },
141141
* internetConfiguration: {},
142142
* },
143143
* },
144144
* },
145145
* },
146-
* snsTopic: {
146+
* snsTopic: { // SnsTopicConfiguration
147147
* topicPolicy: "STRING_VALUE",
148148
* },
149-
* sqsQueue: {
149+
* sqsQueue: { // SqsQueueConfiguration
150150
* queuePolicy: "STRING_VALUE",
151151
* },
152152
* },

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ export interface CreateAnalyzerCommandOutput extends CreateAnalyzerResponse, __M
4242
* import { AccessAnalyzerClient, CreateAnalyzerCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import
4343
* // const { AccessAnalyzerClient, CreateAnalyzerCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import
4444
* const client = new AccessAnalyzerClient(config);
45-
* const input = {
45+
* const input = { // CreateAnalyzerRequest
4646
* analyzerName: "STRING_VALUE", // required
4747
* type: "STRING_VALUE", // required
48-
* archiveRules: [
49-
* {
48+
* archiveRules: [ // InlineArchiveRulesList
49+
* { // InlineArchiveRule
5050
* ruleName: "STRING_VALUE", // required
51-
* filter: { // required
52-
* "<keys>": {
53-
* eq: [
51+
* filter: { // FilterCriteriaMap // required
52+
* "<keys>": { // Criterion
53+
* eq: [ // ValueList
5454
* "STRING_VALUE",
5555
* ],
5656
* neq: [
@@ -64,7 +64,7 @@ export interface CreateAnalyzerCommandOutput extends CreateAnalyzerResponse, __M
6464
* },
6565
* },
6666
* ],
67-
* tags: {
67+
* tags: { // TagsMap
6868
* "<keys>": "STRING_VALUE",
6969
* },
7070
* clientToken: "STRING_VALUE",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ export interface CreateArchiveRuleCommandOutput extends __MetadataBearer {}
4444
* import { AccessAnalyzerClient, CreateArchiveRuleCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import
4545
* // const { AccessAnalyzerClient, CreateArchiveRuleCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import
4646
* const client = new AccessAnalyzerClient(config);
47-
* const input = {
47+
* const input = { // CreateArchiveRuleRequest
4848
* analyzerName: "STRING_VALUE", // required
4949
* ruleName: "STRING_VALUE", // required
50-
* filter: { // required
51-
* "<keys>": {
52-
* eq: [
50+
* filter: { // FilterCriteriaMap // required
51+
* "<keys>": { // Criterion
52+
* eq: [ // ValueList
5353
* "STRING_VALUE",
5454
* ],
5555
* neq: [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export interface DeleteAnalyzerCommandOutput extends __MetadataBearer {}
4444
* import { AccessAnalyzerClient, DeleteAnalyzerCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import
4545
* // const { AccessAnalyzerClient, DeleteAnalyzerCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import
4646
* const client = new AccessAnalyzerClient(config);
47-
* const input = {
47+
* const input = { // DeleteAnalyzerRequest
4848
* analyzerName: "STRING_VALUE", // required
4949
* clientToken: "STRING_VALUE",
5050
* };

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface DeleteArchiveRuleCommandOutput extends __MetadataBearer {}
4242
* import { AccessAnalyzerClient, DeleteArchiveRuleCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import
4343
* // const { AccessAnalyzerClient, DeleteArchiveRuleCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import
4444
* const client = new AccessAnalyzerClient(config);
45-
* const input = {
45+
* const input = { // DeleteArchiveRuleRequest
4646
* analyzerName: "STRING_VALUE", // required
4747
* ruleName: "STRING_VALUE", // required
4848
* clientToken: "STRING_VALUE",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface GetAccessPreviewCommandOutput extends GetAccessPreviewResponse,
4242
* import { AccessAnalyzerClient, GetAccessPreviewCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import
4343
* // const { AccessAnalyzerClient, GetAccessPreviewCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import
4444
* const client = new AccessAnalyzerClient(config);
45-
* const input = {
45+
* const input = { // GetAccessPreviewRequest
4646
* accessPreviewId: "STRING_VALUE", // required
4747
* analyzerArn: "STRING_VALUE", // required
4848
* };

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface GetAnalyzedResourceCommandOutput extends GetAnalyzedResourceRes
4242
* import { AccessAnalyzerClient, GetAnalyzedResourceCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import
4343
* // const { AccessAnalyzerClient, GetAnalyzedResourceCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import
4444
* const client = new AccessAnalyzerClient(config);
45-
* const input = {
45+
* const input = { // GetAnalyzedResourceRequest
4646
* analyzerArn: "STRING_VALUE", // required
4747
* resourceArn: "STRING_VALUE", // required
4848
* };

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface GetAnalyzerCommandOutput extends GetAnalyzerResponse, __Metadat
4242
* import { AccessAnalyzerClient, GetAnalyzerCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import
4343
* // const { AccessAnalyzerClient, GetAnalyzerCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import
4444
* const client = new AccessAnalyzerClient(config);
45-
* const input = {
45+
* const input = { // GetAnalyzerRequest
4646
* analyzerName: "STRING_VALUE", // required
4747
* };
4848
* const command = new GetAnalyzerCommand(input);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export interface GetArchiveRuleCommandOutput extends GetArchiveRuleResponse, __M
4343
* import { AccessAnalyzerClient, GetArchiveRuleCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import
4444
* // const { AccessAnalyzerClient, GetArchiveRuleCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import
4545
* const client = new AccessAnalyzerClient(config);
46-
* const input = {
46+
* const input = { // GetArchiveRuleRequest
4747
* analyzerName: "STRING_VALUE", // required
4848
* ruleName: "STRING_VALUE", // required
4949
* };

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface GetFindingCommandOutput extends GetFindingResponse, __MetadataB
4242
* import { AccessAnalyzerClient, GetFindingCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import
4343
* // const { AccessAnalyzerClient, GetFindingCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import
4444
* const client = new AccessAnalyzerClient(config);
45-
* const input = {
45+
* const input = { // GetFindingRequest
4646
* analyzerArn: "STRING_VALUE", // required
4747
* id: "STRING_VALUE", // required
4848
* };

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export interface GetGeneratedPolicyCommandOutput extends GetGeneratedPolicyRespo
4343
* import { AccessAnalyzerClient, GetGeneratedPolicyCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import
4444
* // const { AccessAnalyzerClient, GetGeneratedPolicyCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import
4545
* const client = new AccessAnalyzerClient(config);
46-
* const input = {
46+
* const input = { // GetGeneratedPolicyRequest
4747
* jobId: "STRING_VALUE", // required
4848
* includeResourcePlaceholders: true || false,
4949
* includeServiceLevelTemplate: true || false,

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ export interface ListAccessPreviewFindingsCommandOutput extends ListAccessPrevie
4343
* import { AccessAnalyzerClient, ListAccessPreviewFindingsCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import
4444
* // const { AccessAnalyzerClient, ListAccessPreviewFindingsCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import
4545
* const client = new AccessAnalyzerClient(config);
46-
* const input = {
46+
* const input = { // ListAccessPreviewFindingsRequest
4747
* accessPreviewId: "STRING_VALUE", // required
4848
* analyzerArn: "STRING_VALUE", // required
49-
* filter: {
50-
* "<keys>": {
51-
* eq: [
49+
* filter: { // FilterCriteriaMap
50+
* "<keys>": { // Criterion
51+
* eq: [ // ValueList
5252
* "STRING_VALUE",
5353
* ],
5454
* neq: [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface ListAccessPreviewsCommandOutput extends ListAccessPreviewsRespo
4242
* import { AccessAnalyzerClient, ListAccessPreviewsCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import
4343
* // const { AccessAnalyzerClient, ListAccessPreviewsCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import
4444
* const client = new AccessAnalyzerClient(config);
45-
* const input = {
45+
* const input = { // ListAccessPreviewsRequest
4646
* analyzerArn: "STRING_VALUE", // required
4747
* nextToken: "STRING_VALUE",
4848
* maxResults: Number("int"),

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export interface ListAnalyzedResourcesCommandOutput extends ListAnalyzedResource
4343
* import { AccessAnalyzerClient, ListAnalyzedResourcesCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import
4444
* // const { AccessAnalyzerClient, ListAnalyzedResourcesCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import
4545
* const client = new AccessAnalyzerClient(config);
46-
* const input = {
46+
* const input = { // ListAnalyzedResourcesRequest
4747
* analyzerArn: "STRING_VALUE", // required
4848
* resourceType: "STRING_VALUE",
4949
* nextToken: "STRING_VALUE",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface ListAnalyzersCommandOutput extends ListAnalyzersResponse, __Met
4242
* import { AccessAnalyzerClient, ListAnalyzersCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import
4343
* // const { AccessAnalyzerClient, ListAnalyzersCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import
4444
* const client = new AccessAnalyzerClient(config);
45-
* const input = {
45+
* const input = { // ListAnalyzersRequest
4646
* nextToken: "STRING_VALUE",
4747
* maxResults: Number("int"),
4848
* type: "STRING_VALUE",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface ListArchiveRulesCommandOutput extends ListArchiveRulesResponse,
4242
* import { AccessAnalyzerClient, ListArchiveRulesCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import
4343
* // const { AccessAnalyzerClient, ListArchiveRulesCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import
4444
* const client = new AccessAnalyzerClient(config);
45-
* const input = {
45+
* const input = { // ListArchiveRulesRequest
4646
* analyzerName: "STRING_VALUE", // required
4747
* nextToken: "STRING_VALUE",
4848
* maxResults: Number("int"),

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ export interface ListFindingsCommandOutput extends ListFindingsResponse, __Metad
4343
* import { AccessAnalyzerClient, ListFindingsCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import
4444
* // const { AccessAnalyzerClient, ListFindingsCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import
4545
* const client = new AccessAnalyzerClient(config);
46-
* const input = {
46+
* const input = { // ListFindingsRequest
4747
* analyzerArn: "STRING_VALUE", // required
48-
* filter: {
49-
* "<keys>": {
50-
* eq: [
48+
* filter: { // FilterCriteriaMap
49+
* "<keys>": { // Criterion
50+
* eq: [ // ValueList
5151
* "STRING_VALUE",
5252
* ],
5353
* neq: [
@@ -59,7 +59,7 @@ export interface ListFindingsCommandOutput extends ListFindingsResponse, __Metad
5959
* exists: true || false,
6060
* },
6161
* },
62-
* sort: {
62+
* sort: { // SortCriteria
6363
* attributeName: "STRING_VALUE",
6464
* orderBy: "STRING_VALUE",
6565
* },

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface ListPolicyGenerationsCommandOutput extends ListPolicyGeneration
4242
* import { AccessAnalyzerClient, ListPolicyGenerationsCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import
4343
* // const { AccessAnalyzerClient, ListPolicyGenerationsCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import
4444
* const client = new AccessAnalyzerClient(config);
45-
* const input = {
45+
* const input = { // ListPolicyGenerationsRequest
4646
* principalArn: "STRING_VALUE",
4747
* maxResults: Number("int"),
4848
* nextToken: "STRING_VALUE",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
4242
* import { AccessAnalyzerClient, ListTagsForResourceCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import
4343
* // const { AccessAnalyzerClient, ListTagsForResourceCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import
4444
* const client = new AccessAnalyzerClient(config);
45-
* const input = {
45+
* const input = { // ListTagsForResourceRequest
4646
* resourceArn: "STRING_VALUE", // required
4747
* };
4848
* const command = new ListTagsForResourceCommand(input);

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ export interface StartPolicyGenerationCommandOutput extends StartPolicyGeneratio
4242
* import { AccessAnalyzerClient, StartPolicyGenerationCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import
4343
* // const { AccessAnalyzerClient, StartPolicyGenerationCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import
4444
* const client = new AccessAnalyzerClient(config);
45-
* const input = {
46-
* policyGenerationDetails: {
45+
* const input = { // StartPolicyGenerationRequest
46+
* policyGenerationDetails: { // PolicyGenerationDetails
4747
* principalArn: "STRING_VALUE", // required
4848
* },
49-
* cloudTrailDetails: {
50-
* trails: [ // required
51-
* {
49+
* cloudTrailDetails: { // CloudTrailDetails
50+
* trails: [ // TrailList // required
51+
* { // Trail
5252
* cloudTrailArn: "STRING_VALUE", // required
53-
* regions: [
53+
* regions: [ // RegionList
5454
* "STRING_VALUE",
5555
* ],
5656
* allRegions: true || false,

0 commit comments

Comments
 (0)