Skip to content

Commit 0b4b833

Browse files
authored
docs(clients): fix the client config link message (#3014)
1 parent 39e758c commit 0b4b833

File tree

10,600 files changed

+10600
-10600
lines changed

Some content is hidden

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

10,600 files changed

+10600
-10600
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface ApplyArchiveRuleCommandOutput extends __MetadataBearer {}
3636
*
3737
* @see {@link ApplyArchiveRuleCommandInput} for command's `input` shape.
3838
* @see {@link ApplyArchiveRuleCommandOutput} for command's `response` shape.
39-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
39+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
4040
*
4141
*/
4242
export class ApplyArchiveRuleCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface CancelPolicyGenerationCommandOutput extends CancelPolicyGenerat
3535
*
3636
* @see {@link CancelPolicyGenerationCommandInput} for command's `input` shape.
3737
* @see {@link CancelPolicyGenerationCommandOutput} for command's `response` shape.
38-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
38+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
3939
*
4040
*/
4141
export class CancelPolicyGenerationCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface CreateAccessPreviewCommandOutput extends CreateAccessPreviewRes
3636
*
3737
* @see {@link CreateAccessPreviewCommandInput} for command's `input` shape.
3838
* @see {@link CreateAccessPreviewCommandOutput} for command's `response` shape.
39-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
39+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
4040
*
4141
*/
4242
export class CreateAccessPreviewCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface CreateAnalyzerCommandOutput extends CreateAnalyzerResponse, __M
3535
*
3636
* @see {@link CreateAnalyzerCommandInput} for command's `input` shape.
3737
* @see {@link CreateAnalyzerCommandOutput} for command's `response` shape.
38-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
38+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
3939
*
4040
*/
4141
export class CreateAnalyzerCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface CreateArchiveRuleCommandOutput extends __MetadataBearer {}
3737
*
3838
* @see {@link CreateArchiveRuleCommandInput} for command's `input` shape.
3939
* @see {@link CreateArchiveRuleCommandOutput} for command's `response` shape.
40-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
40+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
4141
*
4242
*/
4343
export class CreateArchiveRuleCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface DeleteAnalyzerCommandOutput extends __MetadataBearer {}
3737
*
3838
* @see {@link DeleteAnalyzerCommandInput} for command's `input` shape.
3939
* @see {@link DeleteAnalyzerCommandOutput} for command's `response` shape.
40-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
40+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
4141
*
4242
*/
4343
export class DeleteAnalyzerCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface DeleteArchiveRuleCommandOutput extends __MetadataBearer {}
3535
*
3636
* @see {@link DeleteArchiveRuleCommandInput} for command's `input` shape.
3737
* @see {@link DeleteArchiveRuleCommandOutput} for command's `response` shape.
38-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
38+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
3939
*
4040
*/
4141
export class DeleteArchiveRuleCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface GetAccessPreviewCommandOutput extends GetAccessPreviewResponse,
3535
*
3636
* @see {@link GetAccessPreviewCommandInput} for command's `input` shape.
3737
* @see {@link GetAccessPreviewCommandOutput} for command's `response` shape.
38-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
38+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
3939
*
4040
*/
4141
export class GetAccessPreviewCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface GetAnalyzedResourceCommandOutput extends GetAnalyzedResourceRes
3535
*
3636
* @see {@link GetAnalyzedResourceCommandInput} for command's `input` shape.
3737
* @see {@link GetAnalyzedResourceCommandOutput} for command's `response` shape.
38-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
38+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
3939
*
4040
*/
4141
export class GetAnalyzedResourceCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface GetAnalyzerCommandOutput extends GetAnalyzerResponse, __Metadat
3535
*
3636
* @see {@link GetAnalyzerCommandInput} for command's `input` shape.
3737
* @see {@link GetAnalyzerCommandOutput} for command's `response` shape.
38-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
38+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
3939
*
4040
*/
4141
export class GetAnalyzerCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface GetArchiveRuleCommandOutput extends GetArchiveRuleResponse, __M
3636
*
3737
* @see {@link GetArchiveRuleCommandInput} for command's `input` shape.
3838
* @see {@link GetArchiveRuleCommandOutput} for command's `response` shape.
39-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
39+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
4040
*
4141
*/
4242
export class GetArchiveRuleCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface GetFindingCommandOutput extends GetFindingResponse, __MetadataB
3535
*
3636
* @see {@link GetFindingCommandInput} for command's `input` shape.
3737
* @see {@link GetFindingCommandOutput} for command's `response` shape.
38-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
38+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
3939
*
4040
*/
4141
export class GetFindingCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface GetGeneratedPolicyCommandOutput extends GetGeneratedPolicyRespo
3636
*
3737
* @see {@link GetGeneratedPolicyCommandInput} for command's `input` shape.
3838
* @see {@link GetGeneratedPolicyCommandOutput} for command's `response` shape.
39-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
39+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
4040
*
4141
*/
4242
export class GetGeneratedPolicyCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface ListAccessPreviewFindingsCommandOutput extends ListAccessPrevie
3636
*
3737
* @see {@link ListAccessPreviewFindingsCommandInput} for command's `input` shape.
3838
* @see {@link ListAccessPreviewFindingsCommandOutput} for command's `response` shape.
39-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
39+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
4040
*
4141
*/
4242
export class ListAccessPreviewFindingsCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface ListAccessPreviewsCommandOutput extends ListAccessPreviewsRespo
3535
*
3636
* @see {@link ListAccessPreviewsCommandInput} for command's `input` shape.
3737
* @see {@link ListAccessPreviewsCommandOutput} for command's `response` shape.
38-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
38+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
3939
*
4040
*/
4141
export class ListAccessPreviewsCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface ListAnalyzedResourcesCommandOutput extends ListAnalyzedResource
3636
*
3737
* @see {@link ListAnalyzedResourcesCommandInput} for command's `input` shape.
3838
* @see {@link ListAnalyzedResourcesCommandOutput} for command's `response` shape.
39-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
39+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
4040
*
4141
*/
4242
export class ListAnalyzedResourcesCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface ListAnalyzersCommandOutput extends ListAnalyzersResponse, __Met
3535
*
3636
* @see {@link ListAnalyzersCommandInput} for command's `input` shape.
3737
* @see {@link ListAnalyzersCommandOutput} for command's `response` shape.
38-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
38+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
3939
*
4040
*/
4141
export class ListAnalyzersCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface ListArchiveRulesCommandOutput extends ListArchiveRulesResponse,
3535
*
3636
* @see {@link ListArchiveRulesCommandInput} for command's `input` shape.
3737
* @see {@link ListArchiveRulesCommandOutput} for command's `response` shape.
38-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
38+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
3939
*
4040
*/
4141
export class ListArchiveRulesCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface ListFindingsCommandOutput extends ListFindingsResponse, __Metad
3636
*
3737
* @see {@link ListFindingsCommandInput} for command's `input` shape.
3838
* @see {@link ListFindingsCommandOutput} for command's `response` shape.
39-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
39+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
4040
*
4141
*/
4242
export class ListFindingsCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface ListPolicyGenerationsCommandOutput extends ListPolicyGeneration
3535
*
3636
* @see {@link ListPolicyGenerationsCommandInput} for command's `input` shape.
3737
* @see {@link ListPolicyGenerationsCommandOutput} for command's `response` shape.
38-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
38+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
3939
*
4040
*/
4141
export class ListPolicyGenerationsCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
3535
*
3636
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
3737
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
38-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
38+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
3939
*
4040
*/
4141
export class ListTagsForResourceCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface StartPolicyGenerationCommandOutput extends StartPolicyGeneratio
3535
*
3636
* @see {@link StartPolicyGenerationCommandInput} for command's `input` shape.
3737
* @see {@link StartPolicyGenerationCommandOutput} for command's `response` shape.
38-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
38+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
3939
*
4040
*/
4141
export class StartPolicyGenerationCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface StartResourceScanCommandOutput extends __MetadataBearer {}
3535
*
3636
* @see {@link StartResourceScanCommandInput} for command's `input` shape.
3737
* @see {@link StartResourceScanCommandOutput} for command's `response` shape.
38-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
38+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
3939
*
4040
*/
4141
export class StartResourceScanCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
3535
*
3636
* @see {@link TagResourceCommandInput} for command's `input` shape.
3737
* @see {@link TagResourceCommandOutput} for command's `response` shape.
38-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
38+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
3939
*
4040
*/
4141
export class TagResourceCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
3535
*
3636
* @see {@link UntagResourceCommandInput} for command's `input` shape.
3737
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
38-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
38+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
3939
*
4040
*/
4141
export class UntagResourceCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface UpdateArchiveRuleCommandOutput extends __MetadataBearer {}
3535
*
3636
* @see {@link UpdateArchiveRuleCommandInput} for command's `input` shape.
3737
* @see {@link UpdateArchiveRuleCommandOutput} for command's `response` shape.
38-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
38+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
3939
*
4040
*/
4141
export class UpdateArchiveRuleCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface UpdateFindingsCommandOutput extends __MetadataBearer {}
3535
*
3636
* @see {@link UpdateFindingsCommandInput} for command's `input` shape.
3737
* @see {@link UpdateFindingsCommandOutput} for command's `response` shape.
38-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
38+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
3939
*
4040
*/
4141
export class UpdateFindingsCommand extends $Command<

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface ValidatePolicyCommandOutput extends ValidatePolicyResponse, __M
3737
*
3838
* @see {@link ValidatePolicyCommandInput} for command's `input` shape.
3939
* @see {@link ValidatePolicyCommandOutput} for command's `response` shape.
40-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for command's `input` shape.
40+
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
4141
*
4242
*/
4343
export class ValidatePolicyCommand extends $Command<

clients/client-account/src/commands/DeleteAlternateContactCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface DeleteAlternateContactCommandOutput extends __MetadataBearer {}
3737
*
3838
* @see {@link DeleteAlternateContactCommandInput} for command's `input` shape.
3939
* @see {@link DeleteAlternateContactCommandOutput} for command's `response` shape.
40-
* @see {@link AccountClientResolvedConfig | config} for command's `input` shape.
40+
* @see {@link AccountClientResolvedConfig | config} for AccountClient's `config` shape.
4141
*
4242
*/
4343
export class DeleteAlternateContactCommand extends $Command<

clients/client-account/src/commands/GetAlternateContactCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface GetAlternateContactCommandOutput extends GetAlternateContactRes
3737
*
3838
* @see {@link GetAlternateContactCommandInput} for command's `input` shape.
3939
* @see {@link GetAlternateContactCommandOutput} for command's `response` shape.
40-
* @see {@link AccountClientResolvedConfig | config} for command's `input` shape.
40+
* @see {@link AccountClientResolvedConfig | config} for AccountClient's `config` shape.
4141
*
4242
*/
4343
export class GetAlternateContactCommand extends $Command<

clients/client-account/src/commands/PutAlternateContactCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface PutAlternateContactCommandOutput extends __MetadataBearer {}
3737
*
3838
* @see {@link PutAlternateContactCommandInput} for command's `input` shape.
3939
* @see {@link PutAlternateContactCommandOutput} for command's `response` shape.
40-
* @see {@link AccountClientResolvedConfig | config} for command's `input` shape.
40+
* @see {@link AccountClientResolvedConfig | config} for AccountClient's `config` shape.
4141
*
4242
*/
4343
export class PutAlternateContactCommand extends $Command<

clients/client-acm-pca/src/commands/CreateCertificateAuthorityAuditReportCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export interface CreateCertificateAuthorityAuditReportCommandOutput
5656
*
5757
* @see {@link CreateCertificateAuthorityAuditReportCommandInput} for command's `input` shape.
5858
* @see {@link CreateCertificateAuthorityAuditReportCommandOutput} for command's `response` shape.
59-
* @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
59+
* @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
6060
*
6161
*/
6262
export class CreateCertificateAuthorityAuditReportCommand extends $Command<

clients/client-acm-pca/src/commands/CreateCertificateAuthorityCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export interface CreateCertificateAuthorityCommandOutput extends CreateCertifica
5555
*
5656
* @see {@link CreateCertificateAuthorityCommandInput} for command's `input` shape.
5757
* @see {@link CreateCertificateAuthorityCommandOutput} for command's `response` shape.
58-
* @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
58+
* @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
5959
*
6060
*/
6161
export class CreateCertificateAuthorityCommand extends $Command<

clients/client-acm-pca/src/commands/CreatePermissionCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export interface CreatePermissionCommandOutput extends __MetadataBearer {}
6161
*
6262
* @see {@link CreatePermissionCommandInput} for command's `input` shape.
6363
* @see {@link CreatePermissionCommandOutput} for command's `response` shape.
64-
* @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
64+
* @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
6565
*
6666
*/
6767
export class CreatePermissionCommand extends $Command<

clients/client-acm-pca/src/commands/DeleteCertificateAuthorityCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export interface DeleteCertificateAuthorityCommandOutput extends __MetadataBeare
5454
*
5555
* @see {@link DeleteCertificateAuthorityCommandInput} for command's `input` shape.
5656
* @see {@link DeleteCertificateAuthorityCommandOutput} for command's `response` shape.
57-
* @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
57+
* @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
5858
*
5959
*/
6060
export class DeleteCertificateAuthorityCommand extends $Command<

clients/client-acm-pca/src/commands/DeletePermissionCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export interface DeletePermissionCommandOutput extends __MetadataBearer {}
6363
*
6464
* @see {@link DeletePermissionCommandInput} for command's `input` shape.
6565
* @see {@link DeletePermissionCommandOutput} for command's `response` shape.
66-
* @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
66+
* @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
6767
*
6868
*/
6969
export class DeletePermissionCommand extends $Command<

clients/client-acm-pca/src/commands/DeletePolicyCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {}
6969
*
7070
* @see {@link DeletePolicyCommandInput} for command's `input` shape.
7171
* @see {@link DeletePolicyCommandOutput} for command's `response` shape.
72-
* @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
72+
* @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
7373
*
7474
*/
7575
export class DeletePolicyCommand extends $Command<

clients/client-acm-pca/src/commands/DescribeCertificateAuthorityAuditReportCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export interface DescribeCertificateAuthorityAuditReportCommandOutput
4444
*
4545
* @see {@link DescribeCertificateAuthorityAuditReportCommandInput} for command's `input` shape.
4646
* @see {@link DescribeCertificateAuthorityAuditReportCommandOutput} for command's `response` shape.
47-
* @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
47+
* @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
4848
*
4949
*/
5050
export class DescribeCertificateAuthorityAuditReportCommand extends $Command<

clients/client-acm-pca/src/commands/DescribeCertificateAuthorityCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export interface DescribeCertificateAuthorityCommandOutput
7777
*
7878
* @see {@link DescribeCertificateAuthorityCommandInput} for command's `input` shape.
7979
* @see {@link DescribeCertificateAuthorityCommandOutput} for command's `response` shape.
80-
* @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
80+
* @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
8181
*
8282
*/
8383
export class DescribeCertificateAuthorityCommand extends $Command<

0 commit comments

Comments
 (0)