Skip to content

Commit

Permalink
Merge pull request #230 from stackql/dev
Browse files Browse the repository at this point in the history
updated `aws`
  • Loading branch information
jeffreyaven authored May 10, 2024
2 parents 6dfd8a9 + 40bfcce commit 7ab2389
Show file tree
Hide file tree
Showing 216 changed files with 264,906 additions and 2,895 deletions.
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
11 changes: 11 additions & 0 deletions providers/src/aws/v00.00.00000/services/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
!cloud_control.yaml
!cloudhsm.yaml
!cloudwatch_api.yaml
!ec2_api.yaml
!iam_api.yaml
!s3_api.yaml
!transfer_api.yaml
Loading

0 comments on commit 7ab2389

Please sign in to comment.