Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ATTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -1703,7 +1703,9 @@ Subdependencies:
* `github.com/aws/aws-sdk-go-v2/internal/endpoints/v2`
* `github.com/aws/smithy-go`

### github.com/aws/smithy-go

License Identifier: Apache-2.0

### github.com/ghodss/yaml

Expand Down
12 changes: 6 additions & 6 deletions apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ack_generate_info:
build_date: "2025-11-29T03:35:00Z"
build_hash: 23c7074fa310ad1ccb38946775397c203b49f024
go_version: go1.25.4
version: v0.56.0
api_directory_checksum: cdae97bbaa2ee28d0f130fa6ce3a7dfbf6393d1b
build_date: "2025-12-05T23:33:05Z"
build_hash: 06bffb95177cf873ee1b1a1c6f93cb30380c1e36
go_version: go1.25.5
version: v0.56.0-2-g06bffb9
api_directory_checksum: c4e5b363f35aec7f0c52278a9b963e41bb4a5fd5
api_version: v1alpha1
aws_sdk_go_version: v1.39.2
generator_config_info:
file_checksum: f7a59503a2ce9b492347cbe3d62af9872cb061cd
file_checksum: 74013acbaaff377edd3b194f8331aa7272d882d0
original_file_name: generator.yaml
last_modification:
reason: API generation
26 changes: 13 additions & 13 deletions apis/v1alpha1/enums.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 51 additions & 1 deletion apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,56 @@ resources:
Tags:
compare:
is_ignored: true
Project:
exceptions:
errors:
404:
code: ValidationException
terminal_codes:
- InvalidParameterCombination
- InvalidParameterValue
- MissingParameter
hooks:
sdk_read_one_post_set_output:
code: rm.customDescribeProjectSetOutput(ko)
sdk_update_pre_build_request:
template_path: common/sdk_update_pre_build_request.go.tpl
sdk_delete_pre_build_request:
template_path: project/sdk_delete_pre_build_request.go.tpl
sdk_delete_post_request:
template_path: common/sdk_delete_post_request.go.tpl
renames:
operations:
UpdateProject:
input_fields:
ServiceCatalogProvisioningUpdateDetails: ServiceCatalogProvisioningDetails
TemplateProvidersToUpdate: TemplateProviders
fields:
ProjectStatus:
is_read_only: true
print:
name: STATUS
from:
operation: DescribeProject
path: ProjectStatus
CreationTime:
is_read_only: true
from:
operation: DescribeProject
path: CreationTime
ServiceCatalogProvisionedProductDetails:
is_read_only: true
from:
operation: DescribeProject
path: ServiceCatalogProvisionedProductDetails
TemplateProviderDetails:
is_read_only: true
from:
operation: DescribeProject
path: TemplateProviderDetails
Tags:
compare:
is_ignored: true
Space:
exceptions:
errors:
Expand Down Expand Up @@ -1236,7 +1286,7 @@ ignore:
- PresignedNotebookInstanceUrl
- PresignedMlflowTrackingServerUrl
# - ProcessingJob
- Project
# - Project
# - Space
- StudioLifecycleConfig
# - TrainingJob
Expand Down
105 changes: 105 additions & 0 deletions apis/v1alpha1/project.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading