-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgenerator.yaml
65 lines (65 loc) · 1.9 KB
/
generator.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
resources:
Trail:
fields:
Name:
is_immutable: true
Tags:
compare:
is_ignored: true
renames:
operations:
CreateTrail:
input_fields:
TagsList: Tags
hooks:
delta_pre_compare:
code: customPreCompare(delta, a, b)
sdk_read_one_post_set_output:
template_path: hooks/trail/sdk_read_one_post_set_output.go.tpl
update_operation:
custom_method_name: customUpdateTrail
exceptions:
errors:
404:
code: TrailNotFoundException
terminal_codes:
- InvalidParameterCombination
- InvalidParameterValue
- InvalidQueryParameter
- MissingAction
- MissingParameter
EventDataStore:
fields:
AdvancedEventSelectors:
late_initialize: {}
MultiRegionEnabled:
late_initaliaze: {}
OrganizationEnabled:
late_initaliaze: {}
RetentionPeriod:
late_initaliaze: {}
Tags:
compare:
is_ignored: true
is_arn_primary_key: true
renames:
operations:
GetEventDataStore:
input_fields:
EventDataStore: Name
CreateEventDataStore:
input_fields:
TagsList: Tags
hooks:
delta_pre_compare:
code: customPreCompare(delta, a, b)
sdk_update_post_build_request:
template_path: hooks/event_data_store/sdk_update_post_build_request.go.tpl
sdk_update_pre_build_request:
template_path: hooks/event_data_store/sdk_update_pre_build_request.go.tpl
sdk_read_one_post_set_output:
template_path: hooks/event_data_store/sdk_read_one_post_set_output.go.tpl
sdk_read_one_post_build_request:
template_path: hooks/event_data_store/sdk_read_one_post_build_request.go.tpl
sdk_delete_post_build_request:
template_path: hooks/event_data_store/sdk_delete_post_build_request.go.tpl