Skip to content

Commit

Permalink
Updates SDK to v2.1657.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 9, 2024
1 parent ed0bb0f commit b4e67d5
Show file tree
Hide file tree
Showing 21 changed files with 2,630 additions and 959 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1657.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "DataZone",
"description": "This release deprecates dataProductItem field from SearchInventoryResultItem, along with some unused DataProduct shapes"
},
{
"type": "feature",
"category": "FSx",
"description": "Adds support for FSx for NetApp ONTAP 2nd Generation file systems, and FSx for OpenZFS Single AZ HA file systems."
},
{
"type": "feature",
"category": "OpenSearch",
"description": "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."
},
{
"type": "feature",
"category": "SageMaker",
"description": "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."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1656.0-->
<!--LATEST=2.1657.0-->
<!--ENTRYINSERT-->

## 2.1657.0
* feature: DataZone: This release deprecates dataProductItem field from SearchInventoryResultItem, along with some unused DataProduct shapes
* feature: FSx: Adds support for FSx for NetApp ONTAP 2nd Generation file systems, and FSx for OpenZFS Single AZ HA file systems.
* feature: 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.
* feature: 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.

## 2.1656.0
* feature: CodeDeploy: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* feature: DMS: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1656.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1657.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
10 changes: 8 additions & 2 deletions apis/datazone-2018-05-10.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -5943,6 +5943,8 @@
}
},
"dataProductItem": {
"deprecated": true,
"deprecatedMessage": "This structure is deprecated.",
"type": "structure",
"required": [
"domainId",
Expand All @@ -5962,8 +5964,12 @@
"members": {
"domainId": {},
"itemId": {}
}
}
},
"deprecated": true,
"deprecatedMessage": "This structure is deprecated."
},
"deprecated": true,
"deprecatedMessage": "This structure is deprecated."
},
"description": {
"type": "string",
Expand Down
14 changes: 11 additions & 3 deletions apis/datazone-2018-05-10.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -7119,13 +7119,17 @@
"documentation": "<p/>"
}
},
"documentation": "<p/>"
"documentation": "<p/>",
"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 @@ -7189,7 +7193,9 @@
"documentation": "<p/>"
}
},
"documentation": "<p/>"
"documentation": "<p/>",
"deprecated": true,
"deprecatedMessage": "This structure is deprecated."
},
"DataSourceConfigurationInput": {
"type": "structure",
Expand Down Expand Up @@ -14350,7 +14356,9 @@
},
"dataProductItem": {
"shape": "DataProductSummary",
"documentation": "<p>The data product item included in the search results.</p>"
"documentation": "<p>The data product item included in the search results.</p>",
"deprecated": true,
"deprecatedMessage": "This field is deprecated."
},
"glossaryItem": {
"shape": "GlossaryItem",
Expand Down
8 changes: 7 additions & 1 deletion apis/fsx-2018-03-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"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 @@ -1544,6 +1547,9 @@
},
"ThroughputCapacityPerHAPair": {
"type": "integer"
},
"HAPairs": {
"type": "integer"
}
}
},
Expand Down
Loading

0 comments on commit b4e67d5

Please sign in to comment.