Skip to content

Commit

Permalink
Add support for UserPool resource
Browse files Browse the repository at this point in the history
* Generated `UserPool` resource
* Added e2e tests
  • Loading branch information
michaelhtm committed Nov 16, 2024
1 parent 5fde7ab commit 1e61762
Show file tree
Hide file tree
Showing 30 changed files with 7,402 additions and 9 deletions.
6 changes: 3 additions & 3 deletions apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ack_generate_info:
build_date: "2024-11-15T19:53:45Z"
build_date: "2024-11-15T23:36:00Z"
build_hash: 9715a2a715317a76ae83825294ca50cde9afd97b
go_version: go1.23.2
version: v0.39.1-4-g9715a2a
api_directory_checksum: 3c718e588645205aa297da56b813815c9a165fdc
api_directory_checksum: cb6d663daa7931e5d0e513a7aec41187dca6c130
api_version: v1alpha1
aws_sdk_go_version: v1.55.5
generator_config_info:
file_checksum: 0851303ddd76fce99f089e98958c137469194cac
file_checksum: 9c4644d6a6eb2184931c8672a8e9b15439538f98
original_file_name: generator.yaml
last_modification:
reason: API generation
20 changes: 19 additions & 1 deletion apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,25 @@ ignore:
- IdentityProvider
- ResourceServer
- UserImportJob
- UserPool
- UserPoolClient
- UserPoolDomain
model_name: cognito-idp

resources:
UserPool:
renames:
operations:
DescribeUserPool:
input_fields:
UserPoolId: Id
UpdateUserPool:
input_fields:
UserPoolId: Id
DeleteUserPool:
input_fields:
UserPoolId: Id
CreateUserPool:
input_fields:
PoolName: Name
tags:
ignore: true
552 changes: 552 additions & 0 deletions apis/v1alpha1/types.go

Large diffs are not rendered by default.

233 changes: 233 additions & 0 deletions apis/v1alpha1/user_pool.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1e61762

Please sign in to comment.