Skip to content

Commit b716b60

Browse files
Release v1.54.17 (2024-07-09) (#5305)
Release v1.54.17 (2024-07-09) === ### Service Client Updates * `service/datazone`: Updates service API * `service/fsx`: Updates service API and documentation * `service/opensearch`: Updates service API and documentation * `service/sagemaker`: Updates service API, documentation, and paginators * This release 1/ enables optimization jobs that allows customers to perform Ahead-of-time compilation and quantization. 2/ allows customers to control access to Amazon Q integration in SageMaker Studio. 3/ enables AdditionalModelDataSources for CreateModel action.
1 parent 8ff4ed2 commit b716b60

File tree

17 files changed

+3507
-158
lines changed

17 files changed

+3507
-158
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Release v1.54.17 (2024-07-09)
2+
===
3+
4+
### Service Client Updates
5+
* `service/datazone`: Updates service API
6+
* `service/fsx`: Updates service API and documentation
7+
* `service/opensearch`: Updates service API and documentation
8+
* `service/sagemaker`: Updates service API, documentation, and paginators
9+
* This release 1/ enables optimization jobs that allows customers to perform Ahead-of-time compilation and quantization. 2/ allows customers to control access to Amazon Q integration in SageMaker Studio. 3/ enables AdditionalModelDataSources for CreateModel action.
10+
111
Release v1.54.16 (2024-07-08)
212
===
313

Diff for: aws/endpoints/defaults.go

+6-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.54.16"
8+
const SDKVersion = "1.54.17"

Diff for: models/apis/datazone/2018-05-10/api-2.json

+13-3
Original file line numberDiff line numberDiff line change
@@ -3698,11 +3698,15 @@
36983698
"members":{
36993699
"domainId":{"shape":"DomainId"},
37003700
"itemId":{"shape":"DataProductId"}
3701-
}
3701+
},
3702+
"deprecated":true,
3703+
"deprecatedMessage":"This structure is deprecated."
37023704
},
37033705
"DataProductItems":{
37043706
"type":"list",
37053707
"member":{"shape":"DataProductItem"},
3708+
"deprecated":true,
3709+
"deprecatedMessage":"This structure is deprecated.",
37063710
"max":100,
37073711
"min":0
37083712
},
@@ -3732,7 +3736,9 @@
37323736
"owningProjectId":{"shape":"ProjectId"},
37333737
"updatedAt":{"shape":"UpdatedAt"},
37343738
"updatedBy":{"shape":"UpdatedBy"}
3735-
}
3739+
},
3740+
"deprecated":true,
3741+
"deprecatedMessage":"This structure is deprecated."
37363742
},
37373743
"DataSourceConfigurationInput":{
37383744
"type":"structure",
@@ -8293,7 +8299,11 @@
82938299
"type":"structure",
82948300
"members":{
82958301
"assetItem":{"shape":"AssetItem"},
8296-
"dataProductItem":{"shape":"DataProductSummary"},
8302+
"dataProductItem":{
8303+
"shape":"DataProductSummary",
8304+
"deprecated":true,
8305+
"deprecatedMessage":"This field is deprecated."
8306+
},
82978307
"glossaryItem":{"shape":"GlossaryItem"},
82988308
"glossaryTermItem":{"shape":"GlossaryTermItem"}
82998309
},

Diff for: models/apis/fsx/2018-03-01/api-2.json

+12-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"signatureVersion":"v4",
1212
"signingName":"fsx",
1313
"targetPrefix":"AWSSimbaAPIService_v20180301",
14-
"uid":"fsx-2018-03-01"
14+
"uid":"fsx-2018-03-01",
15+
"auth":["aws.auth#sigv4"]
1516
},
1617
"operations":{
1718
"AssociateFileSystemAliases":{
@@ -846,7 +847,8 @@
846847
"STORAGE_TYPE_OPTIMIZATION",
847848
"MISCONFIGURED_STATE_RECOVERY",
848849
"VOLUME_UPDATE_WITH_SNAPSHOT",
849-
"VOLUME_INITIALIZE_WITH_SNAPSHOT"
850+
"VOLUME_INITIALIZE_WITH_SNAPSHOT",
851+
"DOWNLOAD_DATA_FROM_BACKUP"
850852
]
851853
},
852854
"AdministrativeActions":{
@@ -2978,7 +2980,8 @@
29782980
"enum":[
29792981
"MULTI_AZ_1",
29802982
"SINGLE_AZ_1",
2981-
"SINGLE_AZ_2"
2983+
"SINGLE_AZ_2",
2984+
"MULTI_AZ_2"
29822985
]
29832986
},
29842987
"OntapEndpointIpAddresses":{
@@ -3088,6 +3091,8 @@
30883091
"enum":[
30893092
"SINGLE_AZ_1",
30903093
"SINGLE_AZ_2",
3094+
"SINGLE_AZ_HA_1",
3095+
"SINGLE_AZ_HA_2",
30913096
"MULTI_AZ_1"
30923097
]
30933098
},
@@ -3614,7 +3619,8 @@
36143619
"IN_PROGRESS",
36153620
"PENDING",
36163621
"COMPLETED",
3617-
"UPDATED_OPTIMIZING"
3622+
"UPDATED_OPTIMIZING",
3623+
"OPTIMIZING"
36183624
]
36193625
},
36203626
"StorageCapacity":{
@@ -3971,7 +3977,8 @@
39713977
"ThroughputCapacity":{"shape":"MegabytesPerSecond"},
39723978
"AddRouteTableIds":{"shape":"RouteTableIds"},
39733979
"RemoveRouteTableIds":{"shape":"RouteTableIds"},
3974-
"ThroughputCapacityPerHAPair":{"shape":"ThroughputCapacityPerHAPair"}
3980+
"ThroughputCapacityPerHAPair":{"shape":"ThroughputCapacityPerHAPair"},
3981+
"HAPairs":{"shape":"HAPairs"}
39753982
}
39763983
},
39773984
"UpdateFileSystemOpenZFSConfiguration":{

0 commit comments

Comments
 (0)