-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Create update-vpc-link.rst #9405
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
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #9405 +/- ##
========================================
Coverage 93.39% 93.39%
========================================
Files 210 210
Lines 16983 16983
========================================
Hits 15861 15861
Misses 1122 1122 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @spandruju,
Thank you for your contributing to the AWS CLI examples. Please complete the requested changes. After your changes are done, rebase, commit and push your updates.
Output:: | ||
|
||
{ | ||
"id": "ab3de6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"id": "ab3de6", | |
"id": "ab3de6", |
Each indentation must be 4 spaces each. Please fix all the indentation in the JSON output.
https://aws.github.io/aws-cli/docs_styleguide.html#general
@@ -0,0 +1,43 @@ | |||
**Example 1: To update an existing vpc link name** | |||
|
|||
The following ``update-vpc-link`` example updates name of an existing the vpc link. :: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following ``update-vpc-link`` example updates name of an existing the vpc link. :: | |
The following ``update-vpc-link`` example updates the name of the specified VPC link. :: |
@@ -0,0 +1,43 @@ | |||
**Example 1: To update an existing vpc link name** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**Example 1: To update an existing vpc link name** | |
**Example 1: To update an existing VPC link name** |
} | ||
|
||
|
||
**Example 2: To update an existing vpc link name and description** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**Example 2: To update an existing vpc link name and description** | |
**Example 2: To update an existing VPC link name and description** |
|
||
**Example 2: To update an existing vpc link name and description** | ||
|
||
The following ``update-vpc-link`` example updates name of an existing the vpc link. :: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following ``update-vpc-link`` example updates name of an existing the vpc link. :: | |
The following ``update-vpc-link`` example updates name of the specified VPC link. :: |
Output:: | ||
|
||
{ | ||
"id": "ab3de6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"id": "ab3de6", | |
"id": "ab3de6", |
Same here, the indenting needs to be 4 spaces for each indent in the JSON output.
"statusMessage": "Your vpc link is ready for use", | ||
"tags": {} | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please provide a For more information
link for each example.
https://aws.github.io/aws-cli/docs_styleguide.html#for-more-information-link
Description of changes:
Added sample for apigateway update-vpc-link operation
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.