aws-cli
aws-cli copied to clipboard
Universal Command Line Interface for Amazon Web Services
*Description of changes:* This PR updates the `get_policy_arn_suffix` function to dynamically load AWS partition information using botocore's `RuleSetStandardLibary` and `partitions.json` instead of hardcoded region mappings. **Affected commands:** - `aws dlm...
*Issue #, if available:* *Description of changes:* This PR updates the `get_policy_arn_suffix` function to dynamically load AWS partition information using botocore's `RuleSetStandardLibary` and `partitions.json` instead of hardcoded region mappings. **Affected...
### Describe the bug I have a Norwegian keyboard, and when I press AltGr+4 for `$`, or AltGr+2 for `@` in a CLI SSM session then nothing happens. $ and...
Authored by Claude Code Fixes: #9821 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
*Issue #, if available:* *Description of changes:* Added outputs for example commands and corrected the documentation link since previous link was redirecting to ECS Welcome page. By submitting this pull...
Issue #, if available: Description of changes: Adding example CLI commands for AWS EventBridge: https://docs.aws.amazon.com/cli/latest/reference/events/ By submitting this pull request, I confirm that you can use, modify, copy, and redistribute...
*Issue #, if available:* *Description of changes:* Add CLI Examples for CloudWatch Internet Monitor. Link: https://docs.aws.amazon.com/cli/latest/reference/internetmonitor/#cli-aws-internetmonitor By submitting this pull request, I confirm that you can use, modify, copy, and...
*Issue #, if available:* *Description of changes:* https://docs.aws.amazon.com/cli/latest/reference/logs/ By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your...
*Issue #, if available:* *Description of changes:* Add example CLI commands for Amazon CloudWatch Logs: https://docs.aws.amazon.com/cli/latest/reference/logs/ By submitting this pull request, I confirm that you can use, modify, copy, and...
## Description Adds missing CLI examples for AWS Translate service commands to improve documentation coverage. ## Changes - Add translate-text example showing basic translation and auto-detection of source language -...