Skip to content

Commit ba3af4f

Browse files
committed
apikey generated
1 parent 059ff96 commit ba3af4f

34 files changed

+5613
-51
lines changed

.github/workflows/temp.log

Lines changed: 2155 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2025-03-27T16:05:30Z"
3-
build_hash: 980cb1e4734f673d16101cf55206b84ca639ec01
4-
go_version: go1.24.1
5-
version: v0.44.0
6-
api_directory_checksum: 2b29d9314a6ca77238f1a5fe09772f307485d94f
2+
build_date: "2025-04-02T05:17:57Z"
3+
build_hash: cccb1805b425c5a5e2bb8b99e22b0a811e2896e2
4+
go_version: go1.24.0
5+
version: v0.43.2-12-gcccb180
6+
api_directory_checksum: 6ec916c470c174e3e8d932b0d9a523debbb30898
77
api_version: v1alpha1
8-
aws_sdk_go_version: 1.32.6
8+
aws_sdk_go_version: v1.32.6
99
generator_config_info:
10-
file_checksum: d2f4a656f9dccd7026fa8ab2be568da2b62379f6
10+
file_checksum: 321958ec88fef1487b081ee5f3e41f583455c7c7
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/api_key.go

Lines changed: 99 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/generator.yaml

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ operations:
77
resource_name: Integration
88
ignore:
99
resource_names:
10-
- ApiKey
10+
# - ApiKey
1111
- Authorizer
1212
- BasePathMapping
1313
- Deployment
@@ -27,6 +27,10 @@ ignore:
2727
field_paths:
2828
- Resource.ResourceMethods
2929
- CreateResourceOutput.ResourceMethods
30+
- GetApiKeyInput.IncludeValue
31+
- CreateApiKeyOutput.StageKeys
32+
- UpdateApiKeyOutput.StageKeys
33+
- GetApiKeyOutput.StageKeys
3034
resources:
3135
VpcLink:
3236
fields:
@@ -200,3 +204,39 @@ resources:
200204
- ConflictException
201205
- NotFoundException
202206
- InvalidParameter
207+
ApiKey:
208+
fields:
209+
ID:
210+
is_primary_key: true
211+
Name:
212+
is_required: true
213+
StageKeys:
214+
list_of: StageKey
215+
exceptions:
216+
terminal_codes:
217+
- BadRequestException
218+
- ConflictException
219+
- NotFoundException
220+
- InvalidParameter
221+
renames:
222+
operations:
223+
GetApiKey:
224+
input_fields:
225+
ApiKey: Id
226+
UpdateApiKey:
227+
input_fields:
228+
ApiKey: Id
229+
DeleteApiKey:
230+
input_fields:
231+
ApiKey: Id
232+
hooks:
233+
sdk_update_post_build_request:
234+
template_path: hooks/api_key/sdk_update_post_build_request.go.tpl
235+
sdk_read_one_post_build_request:
236+
template_path: hooks/api_key/sdk_read_one_post_build_request.go.tpl
237+
sdk_read_one_post_request:
238+
template_path: hooks/api_key/sdk_read_one_post_request.go.tpl
239+
sdk_create_post_request:
240+
template_path: hooks/api_key/sdk_create_post_request.go.tpl
241+
sdk_update_post_request:
242+
template_path: hooks/api_key/sdk_update_post_request.go.tpl

apis/v1alpha1/types.go

Lines changed: 133 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)