Skip to content

Commit 37688e8

Browse files
authored
Update aws-sdk-go version to v1.42.28 (#161)
Issue #, if available: Description of changes: - Ignores ProductionVariantServerlessConfig for endpoint and endpoint config. - Updates aws-sdk-go version to support ml.g5 training instances By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent c4788b5 commit 37688e8

22 files changed

+3845
-469
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2022-07-22T20:49:19Z"
3-
build_hash: 87477ae8ca8ac6ddb8c565bbd910cc7e30f55ed0
4-
go_version: go1.17.5
5-
version: v0.19.3
6-
api_directory_checksum: c85c803ad116fb0b69ebade89c0bc8686a6a54eb
2+
build_date: "2022-08-10T19:05:39Z"
3+
build_hash: fe61d04673fd4d9848d5f726b01e0689a16d3733
4+
go_version: go1.17.1
5+
version: v0.19.3-1-gfe61d04
6+
api_directory_checksum: 20cd27e38433f0573cb927503ef2be4be5a92b68
77
api_version: v1alpha1
8-
aws_sdk_go_version: v1.42.0
8+
aws_sdk_go_version: v1.42.28
99
generator_config_info:
10-
file_checksum: b92928815107834d0161ca4114c8b1a639e47b51
10+
file_checksum: 92038dd37f8302115ea2733a22973f551e60c78e
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/domain.go

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

apis/v1alpha1/enums.go

Lines changed: 74 additions & 0 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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,7 @@ ignore:
845845
- FlowDefinition
846846
- HumanTaskUi
847847
# - HyperParameterTuningJob
848+
- InferenceRecommendationsJob
848849
- Image
849850
- ImageVersion
850851
- LabelingJob
@@ -876,4 +877,5 @@ ignore:
876877
# RSessionAppSettings is an empty struct that causes generation errors
877878
- RSessionAppSettings
878879
- RetryStrategy
879-
- DeploymentConfig
880+
- DeploymentConfig
881+
- ProductionVariantServerlessConfig

apis/v1alpha1/model_package.go

Lines changed: 20 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)