Skip to content

Commit ecbb9d2

Browse files
author
awstools
committed
Updates SDK to v2.1055.0
1 parent 909fbcf commit ecbb9d2

26 files changed

+776
-172
lines changed

.changes/2.1055.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": "EC2",
5+
"description": "EC2 Capacity Reservations now supports RHEL instance platforms (RHEL with SQL Server Standard, RHEL with SQL Server Enterprise, RHEL with SQL Server Web, RHEL with HA, RHEL with HA and SQL Server Standard, RHEL with HA and SQL Server Enterprise)"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Kendra",
10+
"description": "Amazon Kendra now supports advanced query language and query-less search."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "RDS",
15+
"description": "This release adds the db-proxy event type to support subscribing to RDS Proxy events."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "WorkSpaces",
20+
"description": "Introducing new APIs for Workspaces audio optimization with Amazon Connect: CreateConnectClientAddIn, DescribeConnectClientAddIns, UpdateConnectClientAddIn and DeleteConnectClientAddIn."
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.1054.0-->
2+
<!--LATEST=2.1055.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1055.0
6+
* feature: EC2: EC2 Capacity Reservations now supports RHEL instance platforms (RHEL with SQL Server Standard, RHEL with SQL Server Enterprise, RHEL with SQL Server Web, RHEL with HA, RHEL with HA and SQL Server Standard, RHEL with HA and SQL Server Enterprise)
7+
* feature: Kendra: Amazon Kendra now supports advanced query language and query-less search.
8+
* feature: RDS: This release adds the db-proxy event type to support subscribing to RDS Proxy events.
9+
* feature: WorkSpaces: Introducing new APIs for Workspaces audio optimization with Amazon Connect: CreateConnectClientAddIn, DescribeConnectClientAddIns, UpdateConnectClientAddIn and DeleteConnectClientAddIn.
10+
511
## 2.1054.0
612
* feature: ComputeOptimizer: Adds support for new Compute Optimizer capability that makes it easier for customers to optimize their EC2 instances by leveraging multiple CPU architectures.
713
* feature: DataBrew: This SDK release adds support for specifying a Bucket Owner for an S3 location.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1054.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1055.0.min.js"></script>
3333

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

apis/ce-2017-10-25.normal.json

Lines changed: 13 additions & 13 deletions
Large diffs are not rendered by default.

apis/ec2-2016-11-15.normal.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10716,7 +10716,13 @@
1071610716
"Windows with SQL Server Web",
1071710717
"Linux with SQL Server Standard",
1071810718
"Linux with SQL Server Web",
10719-
"Linux with SQL Server Enterprise"
10719+
"Linux with SQL Server Enterprise",
10720+
"RHEL with SQL Server Standard",
10721+
"RHEL with SQL Server Enterprise",
10722+
"RHEL with SQL Server Web",
10723+
"RHEL with HA",
10724+
"RHEL with HA and SQL Server Standard",
10725+
"RHEL with HA and SQL Server Enterprise"
1072010726
]
1072110727
},
1072210728
"CapacityReservationOptions": {

apis/finspace-data-2020-07-13.normal.json

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,7 @@
575575
},
576576
"activeFromTimestamp": {
577577
"shape": "TimestampEpoch",
578+
"documentation": "<p>Beginning time from which the Changeset is active. The value is determined as Epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.</p>",
578579
"box": true
579580
},
580581
"updatesChangesetId": {
@@ -668,7 +669,7 @@
668669
"members": {
669670
"clientToken": {
670671
"shape": "ClientToken",
671-
"documentation": "<p>A token used to ensure idempotency.</p>",
672+
"documentation": "<p>A token that ensures idempotency. This token expires in 10 minutes.</p>",
672673
"idempotencyToken": true
673674
},
674675
"datasetId": {
@@ -683,11 +684,11 @@
683684
},
684685
"sourceParams": {
685686
"shape": "SourceParams",
686-
"documentation": "<p>Options that define the location of the data being ingested.</p>"
687+
"documentation": "<p>Options that define the location of the data being ingested (<code>s3SourcePath</code>) and the source of the changeset (<code>sourceType</code>).</p> <p>Both <code>s3SourcePath</code> and <code>sourceType</code> are required attributes.</p> <p>Here is an example of how you could specify the <code>sourceParams</code>:</p> <p> <code> \"sourceParams\": { \"s3SourcePath\": \"s3://finspace-landing-us-east-2-bk7gcfvitndqa6ebnvys4d/scratch/wr5hh8pwkpqqkxa4sxrmcw/ingestion/equity.csv\", \"sourceType\": \"S3\" } </code> </p> <p>The S3 path that you specify must allow the FinSpace role access. To do that, you first need to configure the IAM policy on S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/finspace/latest/data-api/fs-using-the-finspace-api.html#access-s3-buckets\">Loading data from an Amazon S3 Bucket using the FinSpace API</a>section.</p>"
687688
},
688689
"formatParams": {
689690
"shape": "FormatParams",
690-
"documentation": "<p>Options that define the structure of the source file(s) including the format type (<code>formatType</code>), header row (<code>withHeader</code>), data separation character (<code>separator</code>) and the type of compression (<code>compression</code>). </p> <p> <code>formatType</code> is a required attribute and can have the following values: </p> <ul> <li> <p> <code>PARQUET</code> - Parquet source file format.</p> </li> <li> <p> <code>CSV</code> - CSV source file format.</p> </li> <li> <p> <code>JSON</code> - JSON source file format.</p> </li> <li> <p> <code>XML</code> - XML source file format.</p> </li> </ul> <p> For example, you could specify the following for <code>formatParams</code>: <code> \"formatParams\": { \"formatType\": \"CSV\", \"withHeader\": \"true\", \"separator\": \",\", \"compression\":\"None\" } </code> </p>"
691+
"documentation": "<p>Options that define the structure of the source file(s) including the format type (<code>formatType</code>), header row (<code>withHeader</code>), data separation character (<code>separator</code>) and the type of compression (<code>compression</code>). </p> <p> <code>formatType</code> is a required attribute and can have the following values: </p> <ul> <li> <p> <code>PARQUET</code> - Parquet source file format.</p> </li> <li> <p> <code>CSV</code> - CSV source file format.</p> </li> <li> <p> <code>JSON</code> - JSON source file format.</p> </li> <li> <p> <code>XML</code> - XML source file format.</p> </li> </ul> <p>Here is an example of how you could specify the <code>formatParams</code>:</p> <p> <code> \"formatParams\": { \"formatType\": \"CSV\", \"withHeader\": \"true\", \"separator\": \",\", \"compression\":\"None\" } </code> </p> <p>Note that if you only provide <code>formatType</code> as <code>CSV</code>, the rest of the attributes will automatically default to CSV values as following:</p> <p> <code> { \"withHeader\": \"true\", \"separator\": \",\" } </code> </p> <p> For more information about supported file formats, see <a href=\"https://docs.aws.amazon.com/finspace/latest/userguide/supported-data-types.html\">Supported Data Types and File Formats</a> in the FinSpace User Guide.</p>"
691692
}
692693
},
693694
"documentation": "The request for a CreateChangeset operation."
@@ -715,7 +716,7 @@
715716
"members": {
716717
"clientToken": {
717718
"shape": "ClientToken",
718-
"documentation": "<p>A token used to ensure idempotency.</p>",
719+
"documentation": "<p>A token that ensures idempotency. This token expires in 10 minutes.</p>",
719720
"idempotencyToken": true
720721
},
721722
"datasetId": {
@@ -772,7 +773,7 @@
772773
"members": {
773774
"clientToken": {
774775
"shape": "ClientToken",
775-
"documentation": "<p>A token used to ensure idempotency.</p>",
776+
"documentation": "<p>A token that ensures idempotency. This token expires in 10 minutes.</p>",
776777
"idempotencyToken": true
777778
},
778779
"datasetTitle": {
@@ -850,13 +851,15 @@
850851
"members": {
851852
"destinationType": {
852853
"shape": "DataViewDestinationType",
853-
"documentation": "<p>Destination type for a Dataview.</p> <ul> <li> <p> <code>GLUE_TABLE</code> - Glue table destination type.</p> </li> </ul>"
854+
"documentation": "<p>Destination type for a Dataview.</p> <ul> <li> <p> <code>GLUE_TABLE</code> - Glue table destination type.</p> </li> <li> <p> <code>S3</code> - S3 destination type.</p> </li> </ul>"
854855
},
855856
"s3DestinationExportFileFormat": {
856-
"shape": "ExportFileFormat"
857+
"shape": "ExportFileFormat",
858+
"documentation": "<p>Data view export file format.</p> <ul> <li> <p> <code>PARQUET</code> - Parquet export file format.</p> </li> <li> <p> <code>DELIMITED_TEXT</code> - Delimited text export file format.</p> </li> </ul>"
857859
},
858860
"s3DestinationExportFileFormatOptions": {
859-
"shape": "S3DestinationFormatOptions"
861+
"shape": "S3DestinationFormatOptions",
862+
"documentation": "<p>Format Options for S3 Destination type.</p> <p>Here is an example of how you could specify the <code>s3DestinationExportFileFormatOptions</code> </p> <p> <code> { \"header\": \"true\", \"delimiter\": \",\", \"compression\": \"gzip\" }</code> </p>"
860863
}
861864
},
862865
"documentation": "<p>Structure for the Dataview destination type parameters.</p>"
@@ -1078,7 +1081,7 @@
10781081
"members": {
10791082
"clientToken": {
10801083
"shape": "ClientToken",
1081-
"documentation": "<p>A token used to ensure idempotency.</p>",
1084+
"documentation": "<p>A token that ensures idempotency. This token expires in 10 minutes.</p>",
10821085
"idempotencyToken": true,
10831086
"location": "querystring",
10841087
"locationName": "clientToken"
@@ -1214,6 +1217,7 @@
12141217
},
12151218
"activeFromTimestamp": {
12161219
"shape": "TimestampEpoch",
1220+
"documentation": "<p>Beginning time from which the Changeset is active. The value is determined as Epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.</p>",
12171221
"box": true
12181222
},
12191223
"updatesChangesetId": {
@@ -1594,7 +1598,7 @@
15941598
"documentation": "<p>List of resource permissions.</p>"
15951599
}
15961600
},
1597-
"documentation": "<p>Permission group parameters for Dataset permissions.</p>"
1601+
"documentation": "<p>Permission group parameters for Dataset permissions.</p> <p>Here is an example of how you could specify the <code>PermissionGroupParams</code>:</p> <p> <code> { \"permissionGroupId\": \"0r6fCRtSTUk4XPfXQe3M0g\", \"datasetPermissions\": [ {\"permission\": \"ViewDatasetDetails\"}, {\"permission\": \"AddDatasetData\"}, {\"permission\": \"EditDatasetMetadata\"}, {\"permission\": \"DeleteDataset\"} ] } </code> </p>"
15981602
},
15991603
"PhoneNumber": {
16001604
"type": "string",
@@ -1611,7 +1615,7 @@
16111615
"documentation": "<p>Permission for a resource.</p>"
16121616
}
16131617
},
1614-
"documentation": "<p>Resource permission for a Dataset.</p>"
1618+
"documentation": "<p>Resource permission for a dataset. When you create a dataset, all the other members of the same user group inherit access to the dataset. You can only create a dataset if your user group has application permission for Create Datasets.</p> <p>The following is a list of valid dataset permissions that you can apply: </p> <ul> <li> <p> <code>ViewDatasetDetails</code> </p> </li> <li> <p> <code>ReadDatasetDetails</code> </p> </li> <li> <p> <code>AddDatasetData</code> </p> </li> <li> <p> <code>CreateSnapshot</code> </p> </li> <li> <p> <code>EditDatasetMetadata</code> </p> </li> <li> <p> <code>DeleteDataset</code> </p> </li> </ul> <p>For more information on the ataset permissions, see <a href=\"https://docs.aws.amazon.com/finspace/latest/userguide/managing-user-permissions.html#supported-dataset-permissions\">Supported Dataset Permissions</a> in the FinSpace User Guide.</p>"
16151619
},
16161620
"ResourcePermissionsList": {
16171621
"type": "list",
@@ -1720,7 +1724,7 @@
17201724
"members": {
17211725
"clientToken": {
17221726
"shape": "ClientToken",
1723-
"documentation": "<p>A token used to ensure idempotency.</p>",
1727+
"documentation": "<p>A token that ensures idempotency. This token expires in 10 minutes.</p>",
17241728
"idempotencyToken": true
17251729
},
17261730
"datasetId": {
@@ -1737,11 +1741,11 @@
17371741
},
17381742
"sourceParams": {
17391743
"shape": "SourceParams",
1740-
"documentation": "<p>Options that define the location of the data being ingested.</p>"
1744+
"documentation": "<p>Options that define the location of the data being ingested (<code>s3SourcePath</code>) and the source of the changeset (<code>sourceType</code>).</p> <p>Both <code>s3SourcePath</code> and <code>sourceType</code> are required attributes.</p> <p>Here is an example of how you could specify the <code>sourceParams</code>:</p> <p> <code> \"sourceParams\": { \"s3SourcePath\": \"s3://finspace-landing-us-east-2-bk7gcfvitndqa6ebnvys4d/scratch/wr5hh8pwkpqqkxa4sxrmcw/ingestion/equity.csv\", \"sourceType\": \"S3\" } </code> </p> <p>The S3 path that you specify must allow the FinSpace role access. To do that, you first need to configure the IAM policy on S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/finspace/latest/data-api/fs-using-the-finspace-api.html#access-s3-buckets\">Loading data from an Amazon S3 Bucket using the FinSpace API</a>section.</p>"
17411745
},
17421746
"formatParams": {
17431747
"shape": "FormatParams",
1744-
"documentation": "<p>Options that define the structure of the source file(s).</p>"
1748+
"documentation": "<p>Options that define the structure of the source file(s) including the format type (<code>formatType</code>), header row (<code>withHeader</code>), data separation character (<code>separator</code>) and the type of compression (<code>compression</code>). </p> <p> <code>formatType</code> is a required attribute and can have the following values: </p> <ul> <li> <p> <code>PARQUET</code> - Parquet source file format.</p> </li> <li> <p> <code>CSV</code> - CSV source file format.</p> </li> <li> <p> <code>JSON</code> - JSON source file format.</p> </li> <li> <p> <code>XML</code> - XML source file format.</p> </li> </ul> <p>Here is an example of how you could specify the <code>formatParams</code>:</p> <p> <code> \"formatParams\": { \"formatType\": \"CSV\", \"withHeader\": \"true\", \"separator\": \",\", \"compression\":\"None\" } </code> </p> <p>Note that if you only provide <code>formatType</code> as <code>CSV</code>, the rest of the attributes will automatically default to CSV values as following:</p> <p> <code> { \"withHeader\": \"true\", \"separator\": \",\" } </code> </p> <p> For more information about supported file formats, see <a href=\"https://docs.aws.amazon.com/finspace/latest/userguide/supported-data-types.html\">Supported Data Types and File Formats</a> in the FinSpace User Guide.</p>"
17451749
}
17461750
},
17471751
"documentation": "Request to update an existing changeset."
@@ -1770,7 +1774,7 @@
17701774
"members": {
17711775
"clientToken": {
17721776
"shape": "ClientToken",
1773-
"documentation": "<p>A token used to ensure idempotency.</p>",
1777+
"documentation": "<p>A token that ensures idempotency. This token expires in 10 minutes.</p>",
17741778
"idempotencyToken": true
17751779
},
17761780
"datasetId": {

apis/iotevents-data-2018-10-23.normal.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"shape": "ThrottlingException"
126126
}
127127
],
128-
"documentation": "<p>Sends a set of messages to the AWS IoT Events system. Each message payload is transformed into the input you specify (<code>\"inputName\"</code>) and ingested into any detectors that monitor that input. If multiple messages are sent, the order in which the messages are processed isn't guaranteed. To guarantee ordering, you must send messages one at a time and wait for a successful response.</p>"
128+
"documentation": "<p>Sends a set of messages to the IoT Events system. Each message payload is transformed into the input you specify (<code>\"inputName\"</code>) and ingested into any detectors that monitor that input. If multiple messages are sent, the order in which the messages are processed isn't guaranteed. To guarantee ordering, you must send messages one at a time and wait for a successful response.</p>"
129129
},
130130
"BatchResetAlarm": {
131131
"name": "BatchResetAlarm",
@@ -1408,7 +1408,7 @@
14081408
},
14091409
"timestamp": {
14101410
"shape": "Timestamp",
1411-
"documentation": "<p>The number of seconds which have elapsed on the timer.</p>"
1411+
"documentation": "<p>The expiration time for the timer.</p>"
14121412
}
14131413
},
14141414
"documentation": "<p>The current state of a timer.</p>"
@@ -1561,5 +1561,5 @@
15611561
}
15621562
}
15631563
},
1564-
"documentation": "<p>AWS IoT Events monitors your equipment or device fleets for failures or changes in operation, and triggers actions when such events occur. You can use AWS IoT Events Data API commands to send inputs to detectors, list detectors, and view or update a detector's status.</p> <p> For more information, see <a href=\"https://docs.aws.amazon.com/iotevents/latest/developerguide/what-is-iotevents.html\">What is AWS IoT Events?</a> in the <i>AWS IoT Events Developer Guide</i>.</p>"
1564+
"documentation": "<p>IoT Events monitors your equipment or device fleets for failures or changes in operation, and triggers actions when such events occur. You can use IoT Events Data API commands to send inputs to detectors, list detectors, and view or update a detector's status.</p> <p> For more information, see <a href=\"https://docs.aws.amazon.com/iotevents/latest/developerguide/what-is-iotevents.html\">What is IoT Events?</a> in the <i>IoT Events Developer Guide</i>.</p>"
15651565
}

apis/kendra-2019-02-03.min.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,8 +1563,7 @@
15631563
"input": {
15641564
"type": "structure",
15651565
"required": [
1566-
"IndexId",
1567-
"QueryText"
1566+
"IndexId"
15681567
],
15691568
"members": {
15701569
"IndexId": {},
@@ -1728,6 +1727,16 @@
17281727
},
17291728
"TotalNumberOfResults": {
17301729
"type": "integer"
1730+
},
1731+
"Warnings": {
1732+
"type": "list",
1733+
"member": {
1734+
"type": "structure",
1735+
"members": {
1736+
"Message": {},
1737+
"Code": {}
1738+
}
1739+
}
17311740
}
17321741
}
17331742
}

0 commit comments

Comments
 (0)