Skip to content

Commit b212c03

Browse files
authored
Generate controller with aws-sdk-go-v2 (#31)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 54fa3b8 commit b212c03

File tree

13 files changed

+896
-114
lines changed

13 files changed

+896
-114
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-01-23T02:23:48Z"
3-
build_hash: 2442aa071c05fcdf54841e63abd5f91d1951e152
2+
build_date: "2025-02-04T23:44:09Z"
3+
build_hash: d2d639403dd853736e63c2bc1e3ca51251fd1bd1
44
go_version: go1.23.5
5-
version: v0.41.0
6-
api_directory_checksum: f283fc10a3b5d15ab90bf4ddf431cb2d4aec573c
5+
version: v0.41.0-16-gd2d6394-dirty
6+
api_directory_checksum: a9c259f39651835ad04c18cf29b7f1ee5ca1fe5f
77
api_version: v1alpha1
8-
aws_sdk_go_version: v1.44.263
8+
aws_sdk_go_version: 1.32.6
99
generator_config_info:
10-
file_checksum: c534825cfeeb7862fd42f3b265dd2fdb463f66c7
10+
file_checksum: 2d9c00d169bf62141d55f1ca924c39b669bbaa13
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/enums.go

Lines changed: 190 additions & 27 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: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
sdk_names:
2-
model_name: logs
2+
model_name: cloudwatch-logs
33
client_interface: CloudWatchLogsAPI
44
client_struct: CloudWatchLogs
55
ignore:
66
resource_names:
7-
- ExportTask
8-
#- LogGroup
9-
- LogStream
7+
- Delivery
8+
- ExportTask
9+
#- LogGroup
10+
- LogStream
11+
- LogAnomalyDetector
1012
field_paths:
11-
- PutSubscriptionFilterInput.LogGroupName
13+
- PutSubscriptionFilterInput.LogGroupName
14+
- CreateLogGroupInput.LogGroupClass
15+
- PutSubscriptionFilterInput.ApplyOnTransformedLogs
1216
resources:
1317
LogGroup:
1418
exceptions:

0 commit comments

Comments
 (0)