Skip to content

Commit 9da69c1

Browse files
authored
Generate controller using aws-sdk-go-v2 (#20)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent d4fded8 commit 9da69c1

40 files changed

+1184
-1081
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:36:39Z"
3-
build_hash: 2442aa071c05fcdf54841e63abd5f91d1951e152
2+
build_date: "2025-02-05T22:02:28Z"
3+
build_hash: 509a9991d926c6e13b5f02566443e79ebe994e17
44
go_version: go1.23.5
5-
version: v0.41.0
6-
api_directory_checksum: 384f1a5b6a0daffcccbca3122cb095b288963990
5+
version: v0.41.0-18-g509a999
6+
api_directory_checksum: 06246cf7249da6d00fdf646644744119e4591259
77
api_version: v1alpha1
8-
aws_sdk_go_version: v1.55.0
8+
aws_sdk_go_version: 1.32.6
99
generator_config_info:
10-
file_checksum: c096c3640019de8c8b01e6f0e4fbb2163e97e99e
10+
file_checksum: d2f4a656f9dccd7026fa8ab2be568da2b62379f6
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/enums.go

Lines changed: 48 additions & 35 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: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
sdk_names:
2+
model_name: api-gateway
13
operations:
24
PutIntegration:
35
operation_type:
@@ -12,17 +14,19 @@ ignore:
1214
- DocumentationPart
1315
- DocumentationVersion
1416
- DomainName
17+
- DomainNameAccessAssociation
1518
- Model
1619
- RequestValidator
17-
# - Resource
18-
# - RestApi
19-
# - Stage
20+
# - Resource
21+
# - RestApi
22+
# - Stage
2023
- UsagePlan
2124
- UsagePlanKey
22-
# - VpcLink
25+
# - VpcLink
2326

2427
field_paths:
2528
- Resource.ResourceMethods
29+
- CreateResourceOutput.ResourceMethods
2630
resources:
2731
VpcLink:
2832
fields:

apis/v1alpha1/types.go

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

apis/v1alpha1/vpc_link.go

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

0 commit comments

Comments
 (0)