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

updated aws #228

Merged
merged 1 commit into from
May 2, 2024
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 24 additions & 15 deletions providers/src/aws/v00.00.00000/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1928,6 +1928,24 @@ providerServices:
title: cloud_control
version: v00.00.00000
description: cloud_control
cloudhsm:
id: cloudhsm:v00.00.00000
name: cloudhsm
preferred: true
service:
$ref: aws/v00.00.00000/services/cloudhsm.yaml
title: cloudhsm
version: v00.00.00000
description: cloudhsm
cloudwatch_api:
id: cloudwatch_api:v00.00.00000
name: cloudwatch_api
preferred: true
service:
$ref: aws/v00.00.00000/services/cloudwatch_api.yaml
title: cloudwatch_api
version: v00.00.00000
description: cloudwatch_api
ec2_api:
id: ec2_api:v00.00.00000
name: ec2_api
Expand Down Expand Up @@ -1955,24 +1973,15 @@ providerServices:
title: s3_api
version: v00.00.00000
description: s3_api
cloudwatch_api:
id: cloudwatch_api:v00.00.00000
name: cloudwatch_api
preferred: true
service:
$ref: aws/v00.00.00000/services/cloudwatch_api.yaml
title: cloudwatch_api
version: v00.00.00000
description: cloudwatch_api
cloudhsm:
id: cloudhsm:v00.00.00000
name: cloudhsm
transfer_api:
id: transfer_api:v00.00.00000
name: transfer_api
preferred: true
service:
$ref: aws/v00.00.00000/services/cloudhsm.yaml
title: cloudhsm
$ref: aws/v00.00.00000/services/transfer_api.yaml
title: transfer_api
version: v00.00.00000
description: cloudhsm
description: transfer_api
config:
auth:
type: aws_signing_v4
Expand Down
Loading