Skip to content

Commit 7925f91

Browse files
authored
Merge pull request #154 from michaelhtm/v2/migration
V2/migration
2 parents e953c19 + 6131cec commit 7925f91

File tree

66 files changed

+2264
-1657
lines changed

Some content is hidden

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

66 files changed

+2264
-1657
lines changed
+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2025-01-23T02:28:50Z"
3-
build_hash: 2442aa071c05fcdf54841e63abd5f91d1951e152
2+
build_date: "2025-02-05T18:59:23Z"
3+
build_hash: 509a9991d926c6e13b5f02566443e79ebe994e17
44
go_version: go1.23.5
5-
version: v0.41.0
6-
api_directory_checksum: 93229b2f11a89ef43fc0ef07ea1beb425e9aaf17
5+
version: v0.41.0-18-g509a999
6+
api_directory_checksum: 33d855094d33962a32287bf6f5a0d60da79b4800
77
api_version: v1alpha1
8-
aws_sdk_go_version: v1.44.181
8+
aws_sdk_go_version: v1.32.6
99
generator_config_info:
10-
file_checksum: 4038e6b669d1d6966f8e729a3ed323bf03593680
10+
file_checksum: 7e92f95044b114e8b39e4b28ea82afbdc992a3cb
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/alias.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/enums.go

+158-78
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/event_source_mapping.go

+40-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/function.go

+36-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/function_url_config.go

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/generator.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ ignore:
66
# EventSourceMapping
77
# FunctionUrlConfig
88
# LayerVersion
9+
field_paths:
10+
- CreateCodeSigningConfigInput.Tags
11+
- CreateEventSourceMappingInput.DocumentDBEventSourceConfig
12+
- CreateEventSourceMappingInput.KMSKeyArn
13+
- CreateEventSourceMappingInput.MetricsConfig
14+
- CreateEventSourceMappingInput.ProvisionedPollerConfig
15+
- CreateEventSourceMappingInput.Tags
16+
- CreateEventSourceMappingOutput.FilterCriteriaError
17+
- CreateEventSourceMappingOutput.DocumentDBEventSourceConfig
18+
- CreateEventSourceMappingOutput.KMSKeyArn
19+
- CreateEventSourceMappingOutput.MetricsConfig
20+
- CreateEventSourceMappingOutput.ProvisionedPollerConfig
21+
- FunctionCode.SourceKMSKeyArn
22+
- CreateFunctionInput.LoggingConfig
23+
- CreateFunctionOutput.RuntimeVersionConfig
24+
- CreateFunctionOutput.LoggingConfig
25+
- CreateFunctionUrlConfigInput.InvokeMode
26+
- CreateFunctionUrlConfigOutput.InvokeMode
27+
- PublishVersionOutput.LoggingConfig
28+
- PublishVersionOutput.RuntimeVersionConfig
29+
- VpcConfig.Ipv6AllowedForDualStack
930
operations:
1031
GetFunction:
1132
output_wrapper_field_path: Configuration

apis/v1alpha1/layer_version.go

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)