Skip to content

Commit b4e67d5

Browse files
author
awstools
committed
Updates SDK to v2.1657.0
1 parent ed0bb0f commit b4e67d5

21 files changed

+2630
-959
lines changed

.changes/2.1657.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "DataZone",
5+
"description": "This release deprecates dataProductItem field from SearchInventoryResultItem, along with some unused DataProduct shapes"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "FSx",
10+
"description": "Adds support for FSx for NetApp ONTAP 2nd Generation file systems, and FSx for OpenZFS Single AZ HA file systems."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "OpenSearch",
15+
"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."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "SageMaker",
20+
"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."
21+
}
22+
]

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1656.0-->
2+
<!--LATEST=2.1657.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1657.0
6+
* feature: DataZone: This release deprecates dataProductItem field from SearchInventoryResultItem, along with some unused DataProduct shapes
7+
* feature: FSx: Adds support for FSx for NetApp ONTAP 2nd Generation file systems, and FSx for OpenZFS Single AZ HA file systems.
8+
* 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.
9+
* 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.
10+
511
## 2.1656.0
612
* feature: CodeDeploy: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
713
* feature: DMS: Add v2 smoke tests and smithy smokeTests trait for SDK testing.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

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

6969
You can also build a custom browser SDK with your specified set of AWS services.
7070
This can allow you to reduce the SDK's size, specify different API versions of

apis/datazone-2018-05-10.min.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5943,6 +5943,8 @@
59435943
}
59445944
},
59455945
"dataProductItem": {
5946+
"deprecated": true,
5947+
"deprecatedMessage": "This structure is deprecated.",
59465948
"type": "structure",
59475949
"required": [
59485950
"domainId",
@@ -5962,8 +5964,12 @@
59625964
"members": {
59635965
"domainId": {},
59645966
"itemId": {}
5965-
}
5966-
}
5967+
},
5968+
"deprecated": true,
5969+
"deprecatedMessage": "This structure is deprecated."
5970+
},
5971+
"deprecated": true,
5972+
"deprecatedMessage": "This structure is deprecated."
59675973
},
59685974
"description": {
59695975
"type": "string",

apis/datazone-2018-05-10.normal.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7119,13 +7119,17 @@
71197119
"documentation": "<p/>"
71207120
}
71217121
},
7122-
"documentation": "<p/>"
7122+
"documentation": "<p/>",
7123+
"deprecated": true,
7124+
"deprecatedMessage": "This structure is deprecated."
71237125
},
71247126
"DataProductItems": {
71257127
"type": "list",
71267128
"member": {
71277129
"shape": "DataProductItem"
71287130
},
7131+
"deprecated": true,
7132+
"deprecatedMessage": "This structure is deprecated.",
71297133
"max": 100,
71307134
"min": 0
71317135
},
@@ -7189,7 +7193,9 @@
71897193
"documentation": "<p/>"
71907194
}
71917195
},
7192-
"documentation": "<p/>"
7196+
"documentation": "<p/>",
7197+
"deprecated": true,
7198+
"deprecatedMessage": "This structure is deprecated."
71937199
},
71947200
"DataSourceConfigurationInput": {
71957201
"type": "structure",
@@ -14350,7 +14356,9 @@
1435014356
},
1435114357
"dataProductItem": {
1435214358
"shape": "DataProductSummary",
14353-
"documentation": "<p>The data product item included in the search results.</p>"
14359+
"documentation": "<p>The data product item included in the search results.</p>",
14360+
"deprecated": true,
14361+
"deprecatedMessage": "This field is deprecated."
1435414362
},
1435514363
"glossaryItem": {
1435614364
"shape": "GlossaryItem",

apis/fsx-2018-03-01.min.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
"signatureVersion": "v4",
1414
"signingName": "fsx",
1515
"targetPrefix": "AWSSimbaAPIService_v20180301",
16-
"uid": "fsx-2018-03-01"
16+
"uid": "fsx-2018-03-01",
17+
"auth": [
18+
"aws.auth#sigv4"
19+
]
1720
},
1821
"operations": {
1922
"AssociateFileSystemAliases": {
@@ -1544,6 +1547,9 @@
15441547
},
15451548
"ThroughputCapacityPerHAPair": {
15461549
"type": "integer"
1550+
},
1551+
"HAPairs": {
1552+
"type": "integer"
15471553
}
15481554
}
15491555
},

0 commit comments

Comments
 (0)