Skip to content

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

spandruju
Copy 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.

@codecov-commenter
Copy link

codecov-commenter commented Mar 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.39%. Comparing base (5f07db1) to head (db69919).
Report is 21 commits behind head on develop.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ashovlin ashovlin added the documentation This is a problem with documentation. label Apr 22, 2025
@elysahall elysahall added the pr:work-in-progress This PR is a draft and needs further work. label Jul 2, 2025
@elysahall elysahall self-assigned this Jul 2, 2025
Copy link
Collaborator

@elysahall elysahall left a 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",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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. ::
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
**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**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
**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. ::
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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": {}
}

Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This is a problem with documentation. pr:work-in-progress This PR is a draft and needs further work.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants