Skip to content

Commit 70316cc

Browse files
Removing InvalidVpcId Not Found error from terminal codes (#66)
Issue #, if available: [1362](aws-controllers-k8s/community#1362) Description of changes: - Removed **InvalidVpcId.NotFound** from terminal codes for **VpcEndpoint** resource as 'NotFound' errors should not be included in terminal codes as per prior discussions. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent c875b6b commit 70316cc

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2022-07-27T20:49:18Z"
2+
build_date: "2022-08-02T21:22:57Z"
33
build_hash: 87477ae8ca8ac6ddb8c565bbd910cc7e30f55ed0
44
go_version: go1.18.3
55
version: v0.19.3
66
api_directory_checksum: 8c35bdcab21768638dfaa277896e05fdd8a11969
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.42.0
99
generator_config_info:
10-
file_checksum: 408f1670239ae06ac55ce0b26cb642eccfe68915
10+
file_checksum: adb5f55a4d7edff7d658a208d5ae3bf6d86f3172
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/generator.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,6 @@ resources:
477477
exceptions:
478478
terminal_codes:
479479
- InvalidVpcId.Malformed
480-
- InvalidVpcId.NotFound
481480
- InvalidServiceName
482481
hooks:
483482
sdk_create_post_build_request:

generator.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,6 @@ resources:
477477
exceptions:
478478
terminal_codes:
479479
- InvalidVpcId.Malformed
480-
- InvalidVpcId.NotFound
481480
- InvalidServiceName
482481
hooks:
483482
sdk_create_post_build_request:

pkg/resource/vpc_endpoint/sdk.go

Lines changed: 0 additions & 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)