Skip to content

Commit 4184f46

Browse files
authored
Update terminal err codes (#158)
Issue #, if available: [aws-controllers-k8s/community#2387](aws-controllers-k8s/community#2387) Description of changes: Remove following Terminal Error codes: `user.DefaultUserAssociatedToUserGroup`; `cache_parameter_group.InvalidCacheParameterGroupState`. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 58d0247 commit 4184f46

File tree

5 files changed

+3
-9
lines changed

5 files changed

+3
-9
lines changed

Diff for: apis/v1alpha1/ack-generate-metadata.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2025-03-27T16:15:51Z"
2+
build_date: "2025-03-28T22:44:10Z"
33
build_hash: 980cb1e4734f673d16101cf55206b84ca639ec01
44
go_version: go1.24.1
55
version: v0.44.0
66
api_directory_checksum: e8ea0ba4a88df803e4ef067a23c8bf95164a6e51
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.32.6
99
generator_config_info:
10-
file_checksum: 6cf2b7211e26d4a764cd0c6e0959cc77b2b6cbed
10+
file_checksum: 8004c2ebf1247b2bcb897f3d651cd0948a48c27a
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

Diff for: apis/v1alpha1/generator.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ resources:
221221
terminal_codes:
222222
- CacheParameterGroupAlreadyExists
223223
- CacheParameterGroupQuotaExceeded
224-
- InvalidCacheParameterGroupState
225224
- InvalidGlobalReplicationGroupState
226225
- InvalidParameterCombination
227226
- InvalidParameterValue
@@ -254,7 +253,6 @@ resources:
254253
- InvalidParameterValue
255254
- InvalidParameterCombination
256255
- InvalidUserState
257-
- DefaultUserAssociatedToUserGroup
258256
fields:
259257
LastRequestedAccessString:
260258
is_read_only: true

Diff for: generator.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ resources:
221221
terminal_codes:
222222
- CacheParameterGroupAlreadyExists
223223
- CacheParameterGroupQuotaExceeded
224-
- InvalidCacheParameterGroupState
225224
- InvalidGlobalReplicationGroupState
226225
- InvalidParameterCombination
227226
- InvalidParameterValue
@@ -254,7 +253,6 @@ resources:
254253
- InvalidParameterValue
255254
- InvalidParameterCombination
256255
- InvalidUserState
257-
- DefaultUserAssociatedToUserGroup
258256
fields:
259257
LastRequestedAccessString:
260258
is_read_only: true

Diff for: pkg/resource/cache_parameter_group/sdk.go

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

Diff for: pkg/resource/user/sdk.go

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

0 commit comments

Comments
 (0)