Skip to content
Merged
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.swp
*~
.idea
.vscode
bin
build
.env
Expand Down
14 changes: 7 additions & 7 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-05-12T18:55:10Z"
build_hash: a82538df1333319f8ec1d603f6cf293aefc46e1b
go_version: go1.24.2
version: v0.45.0-3-ga82538d
api_directory_checksum: 29d02f1dd8fa65357129aa0a84f1e026cdaaaec9
build_date: "2025-10-10T17:21:27Z"
build_hash: eaabefb6bd7b2be8a1baf4478f22b3310e6921c8
go_version: go1.25.0
version: v0.52.0-6-geaabefb
api_directory_checksum: c2a05f6479bd52a75cd0edad0268006c9c330238
api_version: v1alpha1
aws_sdk_go_version: v1.36.3
aws_sdk_go_version: v1.39.0
generator_config_info:
file_checksum: c84de037e0f39dfcfb2efb85f5b78d0c3e70e28d
file_checksum: d05d6b6dae697b39793019251b54bcf9766f0238
original_file_name: generator.yaml
last_modification:
reason: API generation
221 changes: 219 additions & 2 deletions apis/v1alpha1/enums.go

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

49 changes: 48 additions & 1 deletion apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,59 @@
ignore:
resource_names:
- AutomatedReasoningPolicy
- AutomatedReasoningPolicyTestCase
- AutomatedReasoningPolicyVersion
- CustomModel
- CustomModelDeployment
- EvaluationJob
- FoundationModelAgreement
- Guardrail
- GuardrailVersion
- ModelCustomizationJob
- PromptRouter
- ProvisionedModelThroughput
- InferenceProfile
# - InferenceProfile
- MarketplaceModelEndpoint
- ModelCopyJob
- ModelImportJob
- ModelInvocationJob
field_paths:
- CreateInferenceProfileInput.ClientRequestToken

operations:
GetInferenceProfile:
resource_name: InferenceProfile
custom_check_required_fields_missing_method: customCheckRequired
operation_type:
- ReadOne

resources:

InferenceProfile:
is_arn_primary_key: true
update_operation:
custom_method_name: custom_update

fields:
Description:
is_immutable: true
InferenceProfileName:
is_immutable: true
ModelSource:
is_immutable: true

InferenceProfileId:
is_read_only: true
from:
operation: GetInferenceProfile
path: InferenceProfileId

hooks:
sdk_read_one_post_build_request:
template_path: hooks/inference_profile/sdk_read_one_post_build_request.go.tpl
sdk_read_one_post_set_output:
template_path: hooks/inference_profile/sdk_read_one_post_set_output.go.tpl
sdk_delete_post_build_request:
template_path: hooks/inference_profile/sdk_delete_post_build_request.go.tpl


Loading