Skip to content

Commit d1aadd7

Browse files
committed
deployment support
1 parent 18b1bdd commit d1aadd7

34 files changed

+2614
-35
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2025-04-10T20:14:23Z"
2+
build_date: "2025-04-23T19:15:51Z"
33
build_hash: 0909e7f0adb8ffe4120a8c20d5d58b991f2539e9
44
go_version: go1.24.1
55
version: v0.44.0-3-g0909e7f
6-
api_directory_checksum: 58f6efc74b9a4ba3fae4cec38c981b52409f143a
6+
api_directory_checksum: a1bb994937d5ff4cab2e5afbe5a2370afc13dab8
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.32.6
99
generator_config_info:
10-
file_checksum: f6718d195d829cee30fea115df5ee64261ec25da
10+
file_checksum: ab18dc2839053cfbc3fec5a68a606c3dc1bd8414
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/deployment.go

Lines changed: 101 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: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ignore:
4646
# - ApiKey
4747
- Authorizer
4848
- BasePathMapping
49-
- Deployment
49+
# - Deployment
5050
- DocumentationPart
5151
- DocumentationVersion
5252
- DomainName
@@ -366,3 +366,33 @@ resources:
366366
template_path: hooks/api_key/sdk_update_post_request.go.tpl
367367
sdk_update_post_request:
368368
template_path: hooks/api_key/sdk_update_post_request.go.tpl
369+
Deployment:
370+
fields:
371+
ID:
372+
is_primary_key: true
373+
RestAPIID:
374+
references:
375+
resource: RestAPI
376+
path: Status.ID
377+
is_required: true
378+
is_immutable: true
379+
renames:
380+
operations:
381+
GetDeployment:
382+
input_fields:
383+
DeploymentId: Id
384+
UpdateDeployment:
385+
input_fields:
386+
DeploymentId: Id
387+
DeleteDeployment:
388+
input_fields:
389+
DeploymentId: Id
390+
hooks:
391+
sdk_update_post_build_request:
392+
template_path: hooks/deployment/sdk_update_post_build_request.go.tpl
393+
terminal_codes:
394+
- BadRequestException
395+
- UnauthorizedException
396+
- ServiceUnavailableException
397+
tags:
398+
ignore: true

apis/v1alpha1/types.go

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

0 commit comments

Comments
 (0)