Skip to content

Commit

Permalink
Release v1.54.17 (2024-07-09) (#5305)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aws-sdk-go-automation committed Jul 9, 2024
1 parent 8ff4ed2 commit b716b60
Show file tree
Hide file tree
Showing 17 changed files with 3,507 additions and 158 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
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.

Release v1.54.16 (2024-07-08)
===

Expand Down
42 changes: 6 additions & 36 deletions aws/endpoints/defaults.go

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

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.54.16"
const SDKVersion = "1.54.17"
16 changes: 13 additions & 3 deletions models/apis/datazone/2018-05-10/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3698,11 +3698,15 @@
"members":{
"domainId":{"shape":"DomainId"},
"itemId":{"shape":"DataProductId"}
}
},
"deprecated":true,
"deprecatedMessage":"This structure is deprecated."
},
"DataProductItems":{
"type":"list",
"member":{"shape":"DataProductItem"},
"deprecated":true,
"deprecatedMessage":"This structure is deprecated.",
"max":100,
"min":0
},
Expand Down Expand Up @@ -3732,7 +3736,9 @@
"owningProjectId":{"shape":"ProjectId"},
"updatedAt":{"shape":"UpdatedAt"},
"updatedBy":{"shape":"UpdatedBy"}
}
},
"deprecated":true,
"deprecatedMessage":"This structure is deprecated."
},
"DataSourceConfigurationInput":{
"type":"structure",
Expand Down Expand Up @@ -8293,7 +8299,11 @@
"type":"structure",
"members":{
"assetItem":{"shape":"AssetItem"},
"dataProductItem":{"shape":"DataProductSummary"},
"dataProductItem":{
"shape":"DataProductSummary",
"deprecated":true,
"deprecatedMessage":"This field is deprecated."
},
"glossaryItem":{"shape":"GlossaryItem"},
"glossaryTermItem":{"shape":"GlossaryTermItem"}
},
Expand Down
17 changes: 12 additions & 5 deletions models/apis/fsx/2018-03-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"signatureVersion":"v4",
"signingName":"fsx",
"targetPrefix":"AWSSimbaAPIService_v20180301",
"uid":"fsx-2018-03-01"
"uid":"fsx-2018-03-01",
"auth":["aws.auth#sigv4"]
},
"operations":{
"AssociateFileSystemAliases":{
Expand Down Expand Up @@ -846,7 +847,8 @@
"STORAGE_TYPE_OPTIMIZATION",
"MISCONFIGURED_STATE_RECOVERY",
"VOLUME_UPDATE_WITH_SNAPSHOT",
"VOLUME_INITIALIZE_WITH_SNAPSHOT"
"VOLUME_INITIALIZE_WITH_SNAPSHOT",
"DOWNLOAD_DATA_FROM_BACKUP"
]
},
"AdministrativeActions":{
Expand Down Expand Up @@ -2978,7 +2980,8 @@
"enum":[
"MULTI_AZ_1",
"SINGLE_AZ_1",
"SINGLE_AZ_2"
"SINGLE_AZ_2",
"MULTI_AZ_2"
]
},
"OntapEndpointIpAddresses":{
Expand Down Expand Up @@ -3088,6 +3091,8 @@
"enum":[
"SINGLE_AZ_1",
"SINGLE_AZ_2",
"SINGLE_AZ_HA_1",
"SINGLE_AZ_HA_2",
"MULTI_AZ_1"
]
},
Expand Down Expand Up @@ -3614,7 +3619,8 @@
"IN_PROGRESS",
"PENDING",
"COMPLETED",
"UPDATED_OPTIMIZING"
"UPDATED_OPTIMIZING",
"OPTIMIZING"
]
},
"StorageCapacity":{
Expand Down Expand Up @@ -3971,7 +3977,8 @@
"ThroughputCapacity":{"shape":"MegabytesPerSecond"},
"AddRouteTableIds":{"shape":"RouteTableIds"},
"RemoveRouteTableIds":{"shape":"RouteTableIds"},
"ThroughputCapacityPerHAPair":{"shape":"ThroughputCapacityPerHAPair"}
"ThroughputCapacityPerHAPair":{"shape":"ThroughputCapacityPerHAPair"},
"HAPairs":{"shape":"HAPairs"}
}
},
"UpdateFileSystemOpenZFSConfiguration":{
Expand Down
Loading

0 comments on commit b716b60

Please sign in to comment.