Skip to content

Commit 4c2ff18

Browse files
authored
Migrate with AWS-SDK-GO-V2 changes (#107)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent de0fd87 commit 4c2ff18

29 files changed

+449
-169
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2025-01-23T02:27:14Z"
3-
build_hash: 2442aa071c05fcdf54841e63abd5f91d1951e152
2+
build_date: "2025-02-05T04:36:53Z"
3+
build_hash: f91ce48c5e90cb6df90079b8908fcb3ce789c22e
44
go_version: go1.23.5
5-
version: v0.41.0
6-
api_directory_checksum: 95d88a1cee73a51534272ce3a1b226838dab0b7b
5+
version: v0.41.0-17-gf91ce48
6+
api_directory_checksum: aedfd16c7658390ca031bad4ca0c8e0c077fa3e5
77
api_version: v1alpha1
8-
aws_sdk_go_version: v1.44.93
8+
aws_sdk_go_version: v1.32.6
99
generator_config_info:
10-
file_checksum: 2c93dfcca987fd568b301811e33e4233523ffee8
10+
file_checksum: e3a1a758e7d029514ae612e827701b5d3bdc2c27
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/enums.go

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

apis/v1alpha1/generator.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,12 @@ resources:
7979
- RegistryId
8080
- EcrRepositoryPrefix
8181
tags:
82-
ignore: true
82+
ignore: true
83+
ignore:
84+
resource_names:
85+
- RepositoryCreationTemplate
86+
field_paths:
87+
- CreatePullThroughCacheRuleOutput.CredentialArn
88+
- CreatePullThroughCacheRuleOutput.UpstreamRegistry
89+
- CreatePullThroughCacheRuleInput.UpstreamRegistry
90+
- CreatePullThroughCacheRuleInput.CredentialArn

apis/v1alpha1/pull_through_cache_rule.go

Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/repository.go

Lines changed: 3 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: 17 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/zz_generated.deepcopy.go

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

0 commit comments

Comments
 (0)