From a934c9437c2aacaf45e663480cf80f448b64ffed Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Mon, 27 Jan 2025 14:30:21 +1100 Subject: [PATCH] updated aws and deno deploy --- .github/workflows/main.yml | 2 +- providers/src/aws/v00.00.00000/services/ec2_native.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e45438c2..f9fe6277 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -179,7 +179,7 @@ jobs: - name: "[DEPLOY] deploy to deno deploy (dev)" if: env.REG_TARGET_BRANCH == 'dev' && env.REG_EVENT == 'push' - uses: denoland/deployctl@v1 + uses: denoland/deployctl@1.13.1 with: project: ${{ env.REG_DENO_DEPLOY_API_DEV }} entrypoint: index.ts diff --git a/providers/src/aws/v00.00.00000/services/ec2_native.yaml b/providers/src/aws/v00.00.00000/services/ec2_native.yaml index 3ca3acfa..0782e5ce 100644 --- a/providers/src/aws/v00.00.00000/services/ec2_native.yaml +++ b/providers/src/aws/v00.00.00000/services/ec2_native.yaml @@ -3,7 +3,8 @@ info: version: '2016-11-15' x-release: v4 title: ec2_native - description: 'Amazon Elastic Compute Cloud

Amazon Elastic Compute Cloud (Amazon EC2) provides secure and resizable computing capacity in the Amazon Web Services Cloud. Using Amazon EC2 eliminates the need to invest in hardware up front, so you can develop and deploy applications faster. Amazon Virtual Private Cloud (Amazon VPC) enables you to provision a logically isolated section of the Amazon Web Services Cloud where you can launch Amazon Web Services resources in a virtual network that you''ve defined. Amazon Elastic Block Store (Amazon EBS) provides block level storage volumes for use with EC2 instances. EBS volumes are highly available and reliable storage volumes that can be attached to any running instance and used like a hard drive.

To learn more, see the following resources:

' + # description: 'Amazon Elastic Compute Cloud

Amazon Elastic Compute Cloud (Amazon EC2) provides secure and resizable computing capacity in the Amazon Web Services Cloud. Using Amazon EC2 eliminates the need to invest in hardware up front, so you can develop and deploy applications faster. Amazon Virtual Private Cloud (Amazon VPC) enables you to provision a logically isolated section of the Amazon Web Services Cloud where you can launch Amazon Web Services resources in a virtual network that you''ve defined. Amazon Elastic Block Store (Amazon EBS) provides block level storage volumes for use with EC2 instances. EBS volumes are highly available and reliable storage volumes that can be attached to any running instance and used like a hard drive.

To learn more, see the following resources:

' + description: "Native EC2 API operations" x-logo: url: 'https://twitter.com/awscloud/profile_image?size=original' backgroundColor: '#FFFFFF'