Skip to content

Commit a0bae1c

Browse files
authored
Merge branch 'main' into elasticache-add-GlobalReplicationGroup
2 parents 7096ae9 + 721e2af commit a0bae1c

Some content is hidden

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

43 files changed

+3050
-35
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2025-08-28T20:28:18Z"
3-
build_hash: 1045a5e99038b11b0630ca2f2f69c3bae4bedba6
2+
build_date: "2025-09-10T22:13:23Z"
3+
build_hash: 9e29f017d9e942548af133d2f31aecae248a8816
44
go_version: go1.25.0
5-
version: v0.51.0-1-g1045a5e
6-
api_directory_checksum: 6bee70e53dd51507425f6efd44560aa797d6e170
5+
version: v0.51.0-3-g9e29f01
6+
api_directory_checksum: 65127f2f0a24a801fad4e043be37857f0e6bcfb9
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.32.6
99
generator_config_info:
10-
file_checksum: 90c9c43f870e2a80c20722ef37819874bdcdfb3b
10+
file_checksum: 64095ac8a26b456580bc303aceec26581b1b6f6a
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/generator.yaml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,50 @@ resources:
370370
json_path: .status.endpoint.address
371371
type: string
372372
index: 20
373+
ServerlessCacheSnapshot:
374+
update_operation:
375+
custom_method_name: customUpdateServerlessCacheSnapshot
376+
fields:
377+
ServerlessCacheName:
378+
is_immutable: true
379+
references:
380+
resource: ServerlessCache
381+
path: Spec.ServerlessCacheName
382+
ServerlessCacheSnapshotName:
383+
is_immutable: true
384+
kmsKeyId:
385+
is_immutable: true
386+
references:
387+
service_name: kms
388+
resource: Key
389+
path: Status.ACKResourceMetadata.ARN
390+
exceptions:
391+
errors:
392+
404:
393+
code: ServerlessCacheSnapshotNotFoundFault
394+
terminal_codes:
395+
- ServerlessCacheSnapshotAlreadyExistsFault
396+
- InvalidParameterValueException
397+
hooks:
398+
sdk_create_post_set_output:
399+
template_path: hooks/serverless_cache_snapshot/sdk_create_post_set_output.go.tpl
400+
sdk_read_many_post_set_output:
401+
template_path: hooks/serverless_cache_snapshot/sdk_read_many_post_set_output.go.tpl
402+
print:
403+
add_age_column: true
404+
add_synced_column: true
405+
order_by: index
406+
additional_columns:
407+
- name: STATUS
408+
json_path: .status.status
409+
type: string
410+
index: 10
411+
synced:
412+
when:
413+
- path: Status.Status
414+
in:
415+
- available
416+
- create_failed
373417
operations:
374418
DescribeServerlessCaches:
375419
operation_type:

apis/v1alpha1/serverless_cache_snapshot.go

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

apis/v1alpha1/types.go

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

0 commit comments

Comments
 (0)