Skip to content

Commit 84eb475

Browse files
committed
apikey generated
1 parent 059ff96 commit 84eb475

31 files changed

+3263
-51
lines changed
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-02T02:18:49Z"
3+
build_hash: a2d05644d640d09599c7a075655c6ef7c72b765f
4+
go_version: go1.24.0
5+
version: v0.43.2-12-ga2d0564
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: 932612a0fd40a7da581aad7ab673406d25a5ab86
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: 47 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,7 @@ ignore:
2727
field_paths:
2828
- Resource.ResourceMethods
2929
- CreateResourceOutput.ResourceMethods
30+
- GetApiKeyInput.IncludeValue
3031
resources:
3132
VpcLink:
3233
fields:
@@ -200,3 +201,48 @@ resources:
200201
- ConflictException
201202
- NotFoundException
202203
- InvalidParameter
204+
ApiKey:
205+
fields:
206+
ID:
207+
is_primary_key: true
208+
Name:
209+
is_required: true
210+
StageKeys:
211+
list_of: StageKey
212+
fields:
213+
RestAPIID:
214+
references:
215+
resource: RestAPI
216+
path: Status.ID
217+
StageName:
218+
references:
219+
resource: Stage
220+
path: Status.StageName
221+
exceptions:
222+
terminal_codes:
223+
- BadRequestException
224+
- ConflictException
225+
- NotFoundException
226+
- InvalidParameter
227+
renames:
228+
operations:
229+
GetApiKey:
230+
input_fields:
231+
ApiKey: Id
232+
UpdateApiKey:
233+
input_fields:
234+
ApiKey: Id
235+
DeleteApiKey:
236+
input_fields:
237+
ApiKey: Id
238+
hooks:
239+
sdk_update_post_build_request:
240+
template_path: hooks/api_key/sdk_update_post_build_request.go.tpl
241+
sdk_read_one_post_build_request:
242+
template_path: hooks/api_key/sdk_read_one_post_build_request.go.tpl
243+
sdk_read_one_post_request:
244+
template_path: hooks/api_key/sdk_read_one_post_request.go.tpl
245+
sdk_create_post_request:
246+
template_path: hooks/api_key/sdk_create_post_request.go.tpl
247+
sdk_update_post_request:
248+
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)