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

Implement resource CustomVerificationEmailTemplate #13

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
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
12 changes: 6 additions & 6 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-10-10T04:11:56Z"
build_hash: 36c2d234498c2bc4f60773ab8df632af4067f43b
go_version: go1.23.2
version: v0.39.1
api_directory_checksum: e6e32cdfd8eea9dc8ced5c64c857335c872e49e2
build_date: "2024-11-15T12:28:35Z"
build_hash: 9715a2a715317a76ae83825294ca50cde9afd97b
go_version: go1.22.5
version: v0.39.1-4-g9715a2a
api_directory_checksum: bec5824e121b02c227862a05ba3ad534a6dd71bf
api_version: v1alpha1
aws_sdk_go_version: v1.55.5
generator_config_info:
file_checksum: fc6b419506aa1e1e3d52fc1512129f10ffbc9b6a
file_checksum: 8509dd7b6855643c5491564f8df855b403d0a9c3
original_file_name: generator.yaml
last_modification:
reason: API generation
70 changes: 70 additions & 0 deletions apis/v1alpha1/configuration_set.go

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

71 changes: 71 additions & 0 deletions apis/v1alpha1/configuration_set_event_destination.go

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

89 changes: 89 additions & 0 deletions apis/v1alpha1/custom_verification_email_template.go

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

Loading