Skip to content

Commit dcb0bc0

Browse files
authored
Generate with GoV2 and latest code-gen (#109)
Description of changes: * Generate with GoV2 * Remove unnecessary tests * Generate with latest code-gen to introduce ACK tags conversion with ordered keys By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 513f9b8 commit dcb0bc0

File tree

79 files changed

+2150
-946
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+2150
-946
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-01-23T02:31:13Z"
3-
build_hash: 2442aa071c05fcdf54841e63abd5f91d1951e152
4-
go_version: go1.23.5
5-
version: v0.41.0
6-
api_directory_checksum: 019785b4253d8c3d0a71b6df487d7c56375cb0e0
2+
build_date: "2025-04-08T20:12:02Z"
3+
build_hash: 0909e7f0adb8ffe4120a8c20d5d58b991f2539e9
4+
go_version: go1.24.1
5+
version: v0.44.0-3-g0909e7f
6+
api_directory_checksum: ada51eb492c387f770228d8880ba5402e14417d2
77
api_version: v1alpha1
8-
aws_sdk_go_version: v1.44.93
8+
aws_sdk_go_version: v1.32.6
99
generator_config_info:
10-
file_checksum: dac41922c947186d4f3c532d8c4ddafa933faa2b
10+
file_checksum: af3c521029374b2be321d5da57871d5a182f4d0a
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/acl.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/cluster.go

Lines changed: 21 additions & 3 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: 21 additions & 5 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: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
ignore:
2+
resource_names:
3+
- MultiRegionCluster
24
field_paths:
35
- DescribeSnapshotsInput.ClusterName
46
- DescribeSnapshotsInput.Source
7+
- CreateClusterInput.DataTiering
8+
- CreateClusterInput.Engine
9+
- CreateClusterInput.MultiRegionClusterName
10+
- CreateSnapshotOutput.Snapshot.ClusterConfiguration.Engine
11+
- CreateSnapshotOutput.Snapshot.ClusterConfiguration.MultiRegionClusterName
12+
- CreateSnapshotOutput.Snapshot.ClusterConfiguration.MultiRegionParameterGroupName
13+
- CreateSnapshotOutput.Snapshot.DataTiering
14+
- CreateClusterOutput.Cluster.DataTiering
15+
- CreateClusterOutput.Cluster.Engine
16+
- CreateClusterOutput.Cluster.MultiRegionClusterName
517
resources:
618
Cluster:
719
exceptions:
@@ -195,6 +207,7 @@ resources:
195207
is_secret: true
196208
compare:
197209
is_ignored: true
210+
198211
Events:
199212
is_read_only: true
200213
from:
@@ -336,4 +349,4 @@ resources:
336349
operations:
337350
DescribeClusters:
338351
override_values:
339-
ShowShardDetails: true
352+
ShowShardDetails: aws.Bool(true)

apis/v1alpha1/parameter_group.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/snapshot.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/subnet_group.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/types.go

Lines changed: 54 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/user.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)