Skip to content

Commit feb49ac

Browse files
authored
Update acm SDK to v1.42.0 and regenerate (#109)
Issue #, if available: N/A Description of changes: Bumps github.com/aws/aws-sdk-go-v2/service/acm from v1.33.0 to v1.42.0 and regenerates against the latest code-generator. This is a regeneration-only change with no new functionality: - Certificate doc-comment/URL refresh from the newer SDK model - New v1.42.0 model shapes emitted into types.go/enums.go/deepcopy - Metadata now records a clean code-generator version and aws_service_sdk_version v1.42.0 The ACME resources (AcmeEndpoint, AcmeExternalAccountBinding, AcmeDomainValidation) present in the v1.42.0 model are ignored via ignore.resource_names; the controllers for them are added in a follow-up PR. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 0a84244 commit feb49ac

14 files changed

Lines changed: 1404 additions & 210 deletions
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: "2026-07-07T21:56:48Z"
3-
build_hash: 0a6b791fa10a6140d862be334a6891868ee588eb
4-
go_version: go1.26.4
5-
version: v0.61.0
6-
api_directory_checksum: 1f8c794be4a652f9a9cbd936b859e8f103e9291e
2+
build_date: "2026-07-20T18:08:54Z"
3+
build_hash: ab6940f9c532e013d284f670e50b727102b4126d
4+
go_version: go1.26.1
5+
version: v0.61.0-2-gab6940f
6+
api_directory_checksum: b63f5ff80e2d5be0938672b26850bebb37c52e2d
77
api_version: v1alpha1
8-
aws_sdk_go_version: v1.32.6
8+
aws_service_sdk_version: v1.42.0
99
generator_config_info:
10-
file_checksum: bd0a12d0529ef1e66f351dc61be00f8956aa966e
10+
file_checksum: 62bab3af6e2593684f08cf0cb88206e0a6cd627c
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/certificate.go

Lines changed: 14 additions & 7 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: 145 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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
ignore:
2+
resource_names:
3+
- AcmeEndpoint
4+
- AcmeExternalAccountBinding
5+
- AcmeDomainValidation
26
field_paths:
37
- "RequestCertificateInput.IdempotencyToken"
48
- "RequestCertificateInput.ValidationMethod"
@@ -88,8 +92,14 @@ resources:
8892
is_immutable: true
8993
compare:
9094
is_ignored: true
95+
ManagedBy:
96+
is_immutable: true
97+
compare:
98+
is_ignored: true
9199
Options:
92100
late_initialize: {}
101+
Options.Export:
102+
late_initialize: {}
93103
# NOTE(jaypipes): The Create operation (RequestCertificate) has a
94104
# response with only a single field (certificateArn). All of the status
95105
# fields for the certificate are in the ReadOne operation

0 commit comments

Comments
 (0)