Skip to content

Commit cc46786

Browse files
committed
add support for domainame
1 parent c2b4800 commit cc46786

32 files changed

+3439
-78
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2025-06-10T23:50:47Z"
3-
build_hash: e675923dfc54d8b6e09730098c3e3e1056d3c1e9
4-
go_version: go1.24.3
5-
version: v0.48.0
6-
api_directory_checksum: d82f4d79382f6fe41728ddbdfb5ec025b658575f
2+
build_date: "2025-07-15T20:57:53Z"
3+
build_hash: c6808295bbb03aac999713ecf1f3aa5cd698a17e
4+
go_version: go1.24.1
5+
version: v0.48.0-4-gc680829
6+
api_directory_checksum: 6c7aa5e131743e63ddf99d1e874b3226626847fa
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.32.6
99
generator_config_info:
10-
file_checksum: 94f4e735b9f53f4992c3402f108ea847d3d438f2
10+
file_checksum: 5d322c740d60158574aed90e95f95920409e987b
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/domain_name.go

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

apis/v1alpha1/enums.go

Lines changed: 6 additions & 6 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: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ignore:
4949
# - Deployment
5050
- DocumentationPart
5151
- DocumentationVersion
52-
- DomainName
52+
# - DomainName
5353
- DomainNameAccessAssociation
5454
- Model
5555
- RequestValidator
@@ -426,4 +426,31 @@ resources:
426426
exceptions:
427427
terminal_codes:
428428
- BadRequestException
429-
- InvalidParameter
429+
- InvalidParameter
430+
DomainName:
431+
fields:
432+
DomainName:
433+
is_primary_key: true
434+
is_required: true
435+
is_immutable: true
436+
RestAPIID:
437+
references:
438+
resource: RestAPI
439+
path: Status.ID
440+
is_required: true
441+
is_immutable: true
442+
hooks:
443+
sdk_update_pre_build_request:
444+
template_path: hooks/domain_name/sdk_update_pre_build_request.go.tpl
445+
sdk_update_post_build_request:
446+
template_path: hooks/domain_name/sdk_update_post_build_request.go.tpl
447+
exceptions:
448+
terminal_codes:
449+
- BadRequestException
450+
- InvalidParameter
451+
synced:
452+
when:
453+
- path: Status.DomainNameStatus
454+
in:
455+
- AVAILABLE
456+
- NOT_AVAILABLE

apis/v1alpha1/types.go

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

0 commit comments

Comments
 (0)