Skip to content

Commit bfededa

Browse files
authored
Fix: generator.yaml indent (#184)
Issue #, if available: Generator.yaml file has a minor indent issue. Regeneration does not result in any code changes. Description of changes: By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent e7294af commit bfededa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2022-12-07T21:20:55Z"
2+
build_date: "2022-12-09T06:38:40Z"
33
build_hash: 6e2ffbc3b16a30ac59be6719918c601c2c864064
44
go_version: go1.17.13
55
version: v0.20.1-3-g6e2ffbc
66
api_directory_checksum: 48886052888c7166740636bc128afdb53d05a4cb
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.44.117
99
generator_config_info:
10-
file_checksum: 60bfaf57553c2e031a3e78bc8bb9c3535ad8ada8
10+
file_checksum: 1c2565c8be351e2db5832b707691a43bf3d38555
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

generator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ resources:
942942
404:
943943
code: ResourceNotFound
944944
message_suffix: does not exist
945-
terminal_codes:
945+
terminal_codes:
946946
- InvalidParameterCombination
947947
- InvalidParameterValue
948948
- MissingParameter

0 commit comments

Comments
 (0)