Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run formatting over examples #8826

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions awscli/examples/accessanalyzer/apply-archive-rule.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ The following ``apply-archive-rule`` example applies an archive rule to existing

aws accessanalyzer apply-archive-rule \
--analyzer-arn arn:aws:access-analyzer:us-west-2:111122223333:analyzer/UnusedAccess-ConsoleAnalyzer-organization \
--rule-name MyArchiveRule
--rule-name MyArchiveRule

This command produces no output.

For more information, see `Archive rules <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-archive-rules.html>`__ in the *AWS IAM User Guide*.
For more information, see `Archive rules <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-archive-rules.html>`__ in the *AWS IAM User Guide*.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ The following ``cancel-policy-generation`` example cancels the requested policy

This command produces no output.

For more information, see `IAM Access Analyzer policy generation <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-policy-generation.html>`__ in the *AWS IAM User Guide*.
For more information, see `IAM Access Analyzer policy generation <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-policy-generation.html>`__ in the *AWS IAM User Guide*.
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ Output::
"message": "The policy document does not grant access to perform the listed actions."
}

For more information, see `Previewing access with IAM Access Analyzer APIs <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-preview-access-apis.html>`__ in the *AWS IAM User Guide*.
For more information, see `Previewing access with IAM Access Analyzer APIs <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-preview-access-apis.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/check-no-new-access.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ Output::
]
}

For more information, see `Previewing access with IAM Access Analyzer APIs <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-preview-access-apis.html>`__ in the *AWS IAM User Guide*.
For more information, see `Previewing access with IAM Access Analyzer APIs <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-preview-access-apis.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/create-access-preview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ Output::
"id": "3c65eb13-6ef9-4629-8919-a32043619e6b"
}

For more information, see `Previewing access with IAM Access Analyzer APIs <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-preview-access-apis.html>`__ in the *AWS IAM User Guide*.
For more information, see `Previewing access with IAM Access Analyzer APIs <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-preview-access-apis.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/create-analyzer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Output::
"arn": "arn:aws:access-analyzer:us-east-2:111122223333:analyzer/example"
}

For more information, see `Getting started with AWS Identity and Access Management Access Analyzer findings <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html>`__ in the *AWS IAM User Guide*.
For more information, see `Getting started with AWS Identity and Access Management Access Analyzer findings <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/create-archive-rule.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ The following ``create-archive-rule`` example creates an archive rule for the sp

This command produces no output.

For more information, see `Archive rules <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-archive-rules.html>`__ in the *AWS IAM User Guide*.
For more information, see `Archive rules <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-archive-rules.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/delete-analyzer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ The following ``delete-analyzer`` example deletes the specified analyzer in your

This command produces no output.

For more information, see `Archive rules <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-archive-rules.html>`__ in the *AWS IAM User Guide*.
For more information, see `Archive rules <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-archive-rules.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/delete-archive-rule.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ The following ``delete-archive-rule`` example deletes the specified archive rule

This command produces no output.

For more information, see `Archive rules <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-archive-rules.html>`__ in the *AWS IAM User Guide*.
For more information, see `Archive rules <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-archive-rules.html>`__ in the *AWS IAM User Guide*.
4 changes: 2 additions & 2 deletions awscli/examples/accessanalyzer/get-access-preview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The following ``get-access-preview`` example retrieves information about an acce

aws accessanalyzer get-access-preview \
--access-preview-id 3c65eb13-6ef9-4629-8919-a32043619e6b \
--analyzer-arn arn:aws:access-analyzer:us-west-2:111122223333:analyzer/ConsoleAnalyzer-account
--analyzer-arn arn:aws:access-analyzer:us-west-2:111122223333:analyzer/ConsoleAnalyzer-account

Output::

Expand Down Expand Up @@ -36,4 +36,4 @@ Output::
}
}

For more information, see `Previewing access with IAM Access Analyzer APIs <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-preview-access-apis.html>`__ in the *AWS IAM User Guide*.
For more information, see `Previewing access with IAM Access Analyzer APIs <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-preview-access-apis.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/get-analyzed-resource.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Output::
}
}

For more information, see `Using AWS Identity and Access Management Access Analyzer <https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html>`__ in the *AWS IAM User Guide*.
For more information, see `Using AWS Identity and Access Management Access Analyzer <https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/get-analyzer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Output::
}
}

For more information, see `Using AWS Identity and Access Management Access Analyzer <https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html>`__ in the *AWS IAM User Guide*.
For more information, see `Using AWS Identity and Access Management Access Analyzer <https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/get-archive-rule.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Output::
}
}

For more information, see `Archive rules <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-archive-rules.html>`__ in the *AWS IAM User Guide*.
For more information, see `Archive rules <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-archive-rules.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/get-finding-v2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ Output::
"updatedAt": "2021-02-26T21:17:50.905000+00:00"
}

For more information, see `Reviewing findings <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-findings-view.html>`__ in the *AWS IAM User Guide*.
For more information, see `Reviewing findings <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-findings-view.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/get-finding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Output::
}
}

For more information, see `Reviewing findings <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-findings-view.html>`__ in the *AWS IAM User Guide*.
For more information, see `Reviewing findings <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-findings-view.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/get-generated-policy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ Output::
}
}

For more information, see `IAM Access Analyzer policy generation <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-policy-generation.html>`__ in the *AWS IAM User Guide*.
For more information, see `IAM Access Analyzer policy generation <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-policy-generation.html>`__ in the *AWS IAM User Guide*.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Output::
]
}

For more information, see `Previewing access with IAM Access Analyzer APIs <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-preview-access-apis.html>`__ in the *AWS IAM User Guide*.
For more information, see `Previewing access with IAM Access Analyzer APIs <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-preview-access-apis.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/list-access-previews.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Output::
]
}

For more information, see `Previewing access with IAM Access Analyzer APIs <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-preview-access-apis.html>`__ in the *AWS IAM User Guide*.
For more information, see `Previewing access with IAM Access Analyzer APIs <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-preview-access-apis.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/list-analyzed-resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ Output::
]
}

For more information, see `Using AWS Identity and Access Management Access Analyzer <https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html>`__ in the *AWS IAM User Guide*.
For more information, see `Using AWS Identity and Access Management Access Analyzer <https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/list-analyzers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ Output::
]
}

For more information, see `Using AWS Identity and Access Management Access Analyzer <https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html>`__ in the *AWS IAM User Guide*.
For more information, see `Using AWS Identity and Access Management Access Analyzer <https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/list-archive-rules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ Output::
]
}

For more information, see `Using AWS Identity and Access Management Access Analyzer <https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html>`__ in the *AWS IAM User Guide*.
For more information, see `Using AWS Identity and Access Management Access Analyzer <https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/list-findings-v2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ Output::
]
}

For more information, see `Using AWS Identity and Access Management Access Analyzer <https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html>`__ in the *AWS IAM User Guide*.
For more information, see `Using AWS Identity and Access Management Access Analyzer <https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/list-findings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ Output::
]
}

For more information, see `Using AWS Identity and Access Management Access Analyzer <https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html>`__ in the *AWS IAM User Guide*.
For more information, see `Using AWS Identity and Access Management Access Analyzer <https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/list-policy-generations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Output::
]
}

For more information, see `IAM Access Analyzer policy generation <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-policy-generation.html>`__ in the *AWS IAM User Guide*.
For more information, see `IAM Access Analyzer policy generation <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-policy-generation.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/list-tags-for-resource.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Output::
}
}

For more information, see `IAM Access Analyzer policy generation <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-policy-generation.html>`__ in the *AWS IAM User Guide*.
For more information, see `IAM Access Analyzer policy generation <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-policy-generation.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/start-policy-generation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Output::
"jobId": "c557dc4a-0338-4489-95dd-739014860ff9"
}

For more information, see `IAM Access Analyzer policy generation <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-policy-generation.html>`__ in the *AWS IAM User Guide*.
For more information, see `IAM Access Analyzer policy generation <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-policy-generation.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/start-resource-scan.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ The following ``start-resource-scan`` example mmediately starts a scan of the po

This command produces no output.

For more information, see `IAM Access Analyzer policy generation <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-policy-generation.html>`__ in the *AWS IAM User Guide*.
For more information, see `IAM Access Analyzer policy generation <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-policy-generation.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/tag-resource.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ The following ``tag-resource`` example adds a tag to the specified resource in y

This command produces no output.

For more information, see `Using AWS Identity and Access Management Access Analyzer <https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html>`__ in the *AWS IAM User Guide*.
For more information, see `Using AWS Identity and Access Management Access Analyzer <https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/untag-resource.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ The following ``untag-resource`` example removes tags from the specified resourc

This command produces no output.

For more information, see `Using AWS Identity and Access Management Access Analyzer <https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html>`__ in the *AWS IAM User Guide*.
For more information, see `Using AWS Identity and Access Management Access Analyzer <https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/update-archive-rule.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ The following ``update-archive-rule`` example updates the criteria and values fo

This command produces no output.

For more information, see `Archive rules <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-archive-rules.html>`__ in the *AWS IAM User Guide*.
For more information, see `Archive rules <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-archive-rules.html>`__ in the *AWS IAM User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/accessanalyzer/update-findings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ The following ``update-findings`` example updates the status for the specified f

This command produces no output.

For more information, see `Using AWS Identity and Access Management Access Analyzer <https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html>`__ in the *AWS IAM User Guide*.
For more information, see `Using AWS Identity and Access Management Access Analyzer <https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html>`__ in the *AWS IAM User Guide*.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

The following ``create-certificate-authority-audit-report`` command creates an audit report for the private CA identified by the ARN. ::

aws acm-pca create-certificate-authority-audit-report --certificate-authority-arn arn:aws:acm-pca:us-east-1:accountid:certificate-authority/12345678-1234-1234-1234-123456789012 --s3-bucket-name your-bucket-name --audit-report-response-format JSON
aws acm-pca create-certificate-authority-audit-report --certificate-authority-arn arn:aws:acm-pca:us-east-1:accountid:certificate-authority/12345678-1234-1234-1234-123456789012 --s3-bucket-name your-bucket-name --audit-report-response-format JSON
2 changes: 1 addition & 1 deletion awscli/examples/acm-pca/create-certificate-authority.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

The following ``create-certificate-authority`` command creates a private certificate authority in your AWS account. ::

aws acm-pca create-certificate-authority --certificate-authority-configuration file://C:\ca_config.txt --revocation-configuration file://C:\revoke_config.txt --certificate-authority-type "SUBORDINATE" --idempotency-token 98256344
aws acm-pca create-certificate-authority --certificate-authority-configuration file://C:\ca_config.txt --revocation-configuration file://C:\revoke_config.txt --certificate-authority-type "SUBORDINATE" --idempotency-token 98256344
2 changes: 1 addition & 1 deletion awscli/examples/acm-pca/delete-certificate-authority.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

The following ``delete-certificate-authority`` command deletes the certificate authority identified by the ARN. ::

aws acm-pca delete-certificate-authority --certificate-authority-arn arn:aws:acm-pca:us-west-2:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012
aws acm-pca delete-certificate-authority --certificate-authority-arn arn:aws:acm-pca:us-west-2:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

The following ``describe-certificate-authority-audit-report`` command lists information about the specified audit report for the CA identified by the ARN. ::

aws acm-pca describe-certificate-authority-audit-report --certificate-authority-arn arn:aws:acm-pca:us-west-2:123456789012:certificate-authority/99999999-8888-7777-6666-555555555555 --audit-report-id 11111111-2222-3333-4444-555555555555
aws acm-pca describe-certificate-authority-audit-report --certificate-authority-arn arn:aws:acm-pca:us-west-2:123456789012:certificate-authority/99999999-8888-7777-6666-555555555555 --audit-report-id 11111111-2222-3333-4444-555555555555
2 changes: 1 addition & 1 deletion awscli/examples/acm-pca/describe-certificate-authority.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

The following ``describe-certificate-authority`` command lists information about the private CA identified by the ARN. ::

aws acm-pca describe-certificate-authority --certificate-authority-arn arn:aws:acm-pca:us-west-2:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012
aws acm-pca describe-certificate-authority --certificate-authority-arn arn:aws:acm-pca:us-west-2:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

The following ``get-certificate-authority-certificate`` command retrieves the certificate and certificate chain for the private CA specified by the ARN. ::

aws acm-pca get-certificate-authority-certificate --certificate-authority-arn arn:aws:acm-pca:us-west-2:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012 --output text
aws acm-pca get-certificate-authority-certificate --certificate-authority-arn arn:aws:acm-pca:us-west-2:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012 --output text
2 changes: 1 addition & 1 deletion awscli/examples/acm-pca/get-certificate-authority-csr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

The following ``get-certificate-authority-csr`` command retrieves the CSR for the private CA specified by the ARN. ::

aws acm-pca get-certificate-authority-csr --certificate-authority-arn arn:aws:acm-pca:us-west-2:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012 --output text
aws acm-pca get-certificate-authority-csr --certificate-authority-arn arn:aws:acm-pca:us-west-2:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012 --output text
Loading
Loading