Skip to content

Commit

Permalink
Merging v1.2.49 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Jul 9, 2024
2 parents f0cf154 + 6421faa commit d0e850a
Show file tree
Hide file tree
Showing 7 changed files with 1,478 additions and 133 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.2.49] - 07/09/2024

### Features
* (**datazone**) This release deprecates dataProductItem field from SearchInventoryResultItem, along with some unused DataProduct shapes
* (**fsx**) Adds support for FSx for NetApp ONTAP 2nd Generation file systems, and FSx for OpenZFS Single AZ HA file systems.
* (**opensearch**) This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down.
* (**sagemaker**) 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.2.48] - 07/08/2024

### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28523,31 +28523,17 @@
},
"redshift" : {
"endpoints" : {
"fips-us-iso-east-1" : {
"us-iso-east-1" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"deprecated" : true,
"hostname" : "redshift-fips.us-iso-east-1.c2s.ic.gov"
"hostname" : "redshift.us-iso-east-1.c2s.ic.gov"
},
"fips-us-iso-west-1" : {
"us-iso-west-1" : {
"credentialScope" : {
"region" : "us-iso-west-1"
},
"deprecated" : true,
"hostname" : "redshift-fips.us-iso-west-1.c2s.ic.gov"
},
"us-iso-east-1" : {
"variants" : [ {
"hostname" : "redshift-fips.us-iso-east-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
},
"us-iso-west-1" : {
"variants" : [ {
"hostname" : "redshift-fips.us-iso-west-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
"hostname" : "redshift.us-iso-west-1.c2s.ic.gov"
}
}
},
Expand Down Expand Up @@ -29211,18 +29197,11 @@
},
"redshift" : {
"endpoints" : {
"fips-us-isob-east-1" : {
"us-isob-east-1" : {
"credentialScope" : {
"region" : "us-isob-east-1"
},
"deprecated" : true,
"hostname" : "redshift-fips.us-isob-east-1.sc2s.sgov.gov"
},
"us-isob-east-1" : {
"variants" : [ {
"hostname" : "redshift-fips.us-isob-east-1.sc2s.sgov.gov",
"tags" : [ "fips" ]
} ]
"hostname" : "redshift.us-isob-east-1.sc2s.sgov.gov"
}
}
},
Expand Down
12 changes: 12 additions & 0 deletions codegen/sdk/aws-models/datazone.json
Original file line number Diff line number Diff line change
Expand Up @@ -4932,6 +4932,9 @@
}
},
"traits": {
"smithy.api#deprecated": {
"message": "This structure is deprecated."
},
"smithy.api#documentation": "<p/>"
}
},
Expand All @@ -4941,6 +4944,9 @@
"target": "com.amazonaws.datazone#DataProductItem"
},
"traits": {
"smithy.api#deprecated": {
"message": "This structure is deprecated."
},
"smithy.api#length": {
"min": 0,
"max": 100
Expand Down Expand Up @@ -5032,6 +5038,9 @@
}
},
"traits": {
"smithy.api#deprecated": {
"message": "This structure is deprecated."
},
"smithy.api#documentation": "<p/>"
}
},
Expand Down Expand Up @@ -18779,6 +18788,9 @@
"dataProductItem": {
"target": "com.amazonaws.datazone#DataProductSummary",
"traits": {
"smithy.api#deprecated": {
"message": "This field is deprecated."
},
"smithy.api#documentation": "<p>The data product item included in the search results.</p>"
}
}
Expand Down
66 changes: 51 additions & 15 deletions codegen/sdk/aws-models/fsx.json

Large diffs are not rendered by default.

167 changes: 167 additions & 0 deletions codegen/sdk/aws-models/opensearch.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,51 @@
]
},
"shapes": {
"com.amazonaws.opensearch#AIMLOptionsInput": {
"type": "structure",
"members": {
"NaturalLanguageQueryGenerationOptions": {
"target": "com.amazonaws.opensearch#NaturalLanguageQueryGenerationOptionsInput",
"traits": {
"smithy.api#documentation": "<p>Container for parameters required for natural language query generation on the specified domain.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Container for parameters required to enable all machine learning features.</p>"
}
},
"com.amazonaws.opensearch#AIMLOptionsOutput": {
"type": "structure",
"members": {
"NaturalLanguageQueryGenerationOptions": {
"target": "com.amazonaws.opensearch#NaturalLanguageQueryGenerationOptionsOutput",
"traits": {
"smithy.api#documentation": "<p>Container for parameters required for natural language query generation on the specified domain.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Container for parameters representing the state of machine learning features on the specified domain.</p>"
}
},
"com.amazonaws.opensearch#AIMLOptionsStatus": {
"type": "structure",
"members": {
"Options": {
"target": "com.amazonaws.opensearch#AIMLOptionsOutput",
"traits": {
"smithy.api#documentation": "<p>Machine learning options on the specified domain.</p>"
}
},
"Status": {
"target": "com.amazonaws.opensearch#OptionStatus"
}
},
"traits": {
"smithy.api#documentation": "<p>The status of machine learning options on the specified domain.</p>"
}
},
"com.amazonaws.opensearch#ARN": {
"type": "string",
"traits": {
Expand Down Expand Up @@ -3318,6 +3363,12 @@
"traits": {
"smithy.api#documentation": "<p>Software update options for the domain.</p>"
}
},
"AIMLOptions": {
"target": "com.amazonaws.opensearch#AIMLOptionsInput",
"traits": {
"smithy.api#documentation": "<p>Options for all machine learning features for the specified domain.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -5710,6 +5761,12 @@
"traits": {
"smithy.api#documentation": "<p>Information about the domain properties that are currently being modified.</p>"
}
},
"AIMLOptions": {
"target": "com.amazonaws.opensearch#AIMLOptionsStatus",
"traits": {
"smithy.api#documentation": "<p>Container for parameters required to enable all machine learning features.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -6386,6 +6443,12 @@
"traits": {
"smithy.api#documentation": "<p>Information about the domain properties that are currently being modified.</p>"
}
},
"AIMLOptions": {
"target": "com.amazonaws.opensearch#AIMLOptionsOutput",
"traits": {
"smithy.api#documentation": "<p>Container for parameters required to enable all machine learning features.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -9036,6 +9099,104 @@
"target": "com.amazonaws.opensearch#ModifyingProperties"
}
},
"com.amazonaws.opensearch#NaturalLanguageQueryGenerationCurrentState": {
"type": "enum",
"members": {
"NotEnabled": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "NOT_ENABLED"
}
},
"EnableComplete": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ENABLE_COMPLETE"
}
},
"EnableInProgress": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ENABLE_IN_PROGRESS"
}
},
"EnableFailed": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ENABLE_FAILED"
}
},
"DisableComplete": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DISABLE_COMPLETE"
}
},
"DisableInProgress": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DISABLE_IN_PROGRESS"
}
},
"DisableFailed": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DISABLE_FAILED"
}
}
}
},
"com.amazonaws.opensearch#NaturalLanguageQueryGenerationDesiredState": {
"type": "enum",
"members": {
"Enabled": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ENABLED"
}
},
"Disabled": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DISABLED"
}
}
}
},
"com.amazonaws.opensearch#NaturalLanguageQueryGenerationOptionsInput": {
"type": "structure",
"members": {
"DesiredState": {
"target": "com.amazonaws.opensearch#NaturalLanguageQueryGenerationDesiredState",
"traits": {
"smithy.api#documentation": "<p>The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Container for parameters required to enable the natural language query generation feature.</p>"
}
},
"com.amazonaws.opensearch#NaturalLanguageQueryGenerationOptionsOutput": {
"type": "structure",
"members": {
"DesiredState": {
"target": "com.amazonaws.opensearch#NaturalLanguageQueryGenerationDesiredState",
"traits": {
"smithy.api#documentation": "<p>The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.</p>"
}
},
"CurrentState": {
"target": "com.amazonaws.opensearch#NaturalLanguageQueryGenerationCurrentState",
"traits": {
"smithy.api#documentation": "<p>The current state of the natural language query generation feature, indicating completion, in progress, or failure.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Container for parameters representing the state of the natural language query generation feature on the specified domain.</p>"
}
},
"com.amazonaws.opensearch#NextToken": {
"type": "string",
"traits": {
Expand Down Expand Up @@ -12221,6 +12382,12 @@
"traits": {
"smithy.api#documentation": "<p>Service software update options for the domain.</p>"
}
},
"AIMLOptions": {
"target": "com.amazonaws.opensearch#AIMLOptionsInput",
"traits": {
"smithy.api#documentation": "<p>Options for all machine learning features for the specified domain.</p>"
}
}
},
"traits": {
Expand Down
Loading

0 comments on commit d0e850a

Please sign in to comment.