Skip to content

Commit

Permalink
Updates SDK to v2.919.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 1, 2021
1 parent e26ac61 commit a6d7668
Show file tree
Hide file tree
Showing 23 changed files with 1,993 additions and 197 deletions.
27 changes: 27 additions & 0 deletions .changes/2.919.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "EC2",
"description": "Added idempotency to CreateNetworkInterface using the ClientToken parameter."
},
{
"type": "feature",
"category": "IoTWireless",
"description": "Added six new public customer logging APIs to allow customers to set/get/reset log levels at resource type and resource id level. The log level set from the APIs will be used to filter log messages that can be emitted to CloudWatch in customer accounts."
},
{
"type": "feature",
"category": "Polly",
"description": "Amazon Polly adds new Canadian French voice - Gabrielle. Gabrielle is available as Neural voice only."
},
{
"type": "feature",
"category": "SNS",
"description": "This release adds SMS sandbox in Amazon SNS and the ability to view all configured origination numbers. The SMS sandbox provides a safe environment for sending SMS messages, without risking your reputation as an SMS sender."
},
{
"type": "feature",
"category": "ServiceDiscovery",
"description": "Bugfixes - The DiscoverInstances API operation now provides an option to return all instances for health-checked services when there are no healthy instances available."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.918.0-->
<!--LATEST=2.919.0-->
<!--ENTRYINSERT-->

## 2.919.0
* feature: EC2: Added idempotency to CreateNetworkInterface using the ClientToken parameter.
* feature: IoTWireless: Added six new public customer logging APIs to allow customers to set/get/reset log levels at resource type and resource id level. The log level set from the APIs will be used to filter log messages that can be emitted to CloudWatch in customer accounts.
* feature: Polly: Amazon Polly adds new Canadian French voice - Gabrielle. Gabrielle is available as Neural voice only.
* feature: SNS: This release adds SMS sandbox in Amazon SNS and the ability to view all configured origination numbers. The SMS sandbox provides a safe environment for sending SMS messages, without risking your reputation as an SMS sender.
* feature: ServiceDiscovery: Bugfixes - The DiscoverInstances API operation now provides an option to return all instances for health-checked services when there are no healthy instances available.

## 2.918.0
* feature: DataSync: Added SecurityDescriptorCopyFlags option that allows for control of which components of SMB security descriptors are copied from source to destination objects.
* feature: Location: Adds support for calculation of routes, resource tagging and customer provided KMS keys.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.918.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.919.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
6 changes: 6 additions & 0 deletions apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -2438,6 +2438,9 @@
"TagSpecifications": {
"shape": "S1t",
"locationName": "TagSpecification"
},
"ClientToken": {
"idempotencyToken": true
}
}
},
Expand All @@ -2447,6 +2450,9 @@
"NetworkInterface": {
"shape": "Sdu",
"locationName": "networkInterface"
},
"ClientToken": {
"locationName": "clientToken"
}
}
}
Expand Down
10 changes: 10 additions & 0 deletions apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -11794,6 +11794,11 @@
"shape": "TagSpecificationList",
"documentation": "<p>The tags to apply to the new network interface.</p>",
"locationName": "TagSpecification"
},
"ClientToken": {
"shape": "String",
"documentation": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
"idempotencyToken": true
}
},
"documentation": "<p>Contains the parameters for CreateNetworkInterface.</p>"
Expand All @@ -11805,6 +11810,11 @@
"shape": "NetworkInterface",
"documentation": "<p>Information about the network interface.</p>",
"locationName": "networkInterface"
},
"ClientToken": {
"shape": "String",
"documentation": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
"locationName": "clientToken"
}
},
"documentation": "<p>Contains the output of CreateNetworkInterface.</p>"
Expand Down
216 changes: 210 additions & 6 deletions apis/iotwireless-2020-11-22.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,29 @@
}
}
},
"GetLogLevelsByResourceTypes": {
"http": {
"method": "GET",
"requestUri": "/log-levels",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"members": {
"DefaultLogLevel": {},
"WirelessGatewayLogOptions": {
"shape": "S43"
},
"WirelessDeviceLogOptions": {
"shape": "S49"
}
}
}
},
"GetPartnerAccount": {
"http": {
"method": "GET",
Expand All @@ -684,14 +707,44 @@
"type": "structure",
"members": {
"Sidewalk": {
"shape": "S42"
"shape": "S4g"
},
"AccountLinked": {
"type": "boolean"
}
}
}
},
"GetResourceLogLevel": {
"http": {
"method": "GET",
"requestUri": "/log-levels/{ResourceIdentifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"ResourceIdentifier",
"ResourceType"
],
"members": {
"ResourceIdentifier": {
"location": "uri",
"locationName": "ResourceIdentifier"
},
"ResourceType": {
"location": "querystring",
"locationName": "resourceType"
}
}
},
"output": {
"type": "structure",
"members": {
"LogLevel": {}
}
}
},
"GetServiceEndpoint": {
"http": {
"method": "GET",
Expand Down Expand Up @@ -839,7 +892,7 @@
"SidewalkId": {},
"SidewalkManufacturingSn": {},
"DeviceCertificates": {
"shape": "S53"
"shape": "S5l"
}
}
}
Expand Down Expand Up @@ -1196,7 +1249,7 @@
"Sidewalk": {
"type": "list",
"member": {
"shape": "S42"
"shape": "S4g"
}
}
}
Expand Down Expand Up @@ -1328,7 +1381,7 @@
"SidewalkId": {},
"SidewalkManufacturingSn": {},
"DeviceCertificates": {
"shape": "S53"
"shape": "S5l"
}
}
}
Expand Down Expand Up @@ -1431,6 +1484,79 @@
}
}
},
"PutResourceLogLevel": {
"http": {
"method": "PUT",
"requestUri": "/log-levels/{ResourceIdentifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"ResourceIdentifier",
"ResourceType",
"LogLevel"
],
"members": {
"ResourceIdentifier": {
"location": "uri",
"locationName": "ResourceIdentifier"
},
"ResourceType": {
"location": "querystring",
"locationName": "resourceType"
},
"LogLevel": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"ResetAllResourceLogLevels": {
"http": {
"method": "DELETE",
"requestUri": "/log-levels",
"responseCode": 204
},
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"members": {}
}
},
"ResetResourceLogLevel": {
"http": {
"method": "DELETE",
"requestUri": "/log-levels/{ResourceIdentifier}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"ResourceIdentifier",
"ResourceType"
],
"members": {
"ResourceIdentifier": {
"location": "uri",
"locationName": "ResourceIdentifier"
},
"ResourceType": {
"location": "querystring",
"locationName": "resourceType"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"SendDataToWirelessDevice": {
"http": {
"requestUri": "/wireless-devices/{Id}/data",
Expand Down Expand Up @@ -1590,6 +1716,28 @@
"members": {}
}
},
"UpdateLogLevelsByResourceTypes": {
"http": {
"requestUri": "/log-levels",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"DefaultLogLevel": {},
"WirelessDeviceLogOptions": {
"shape": "S49"
},
"WirelessGatewayLogOptions": {
"shape": "S43"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UpdatePartnerAccount": {
"http": {
"method": "PATCH",
Expand Down Expand Up @@ -1890,7 +2038,63 @@
"Station": {}
}
},
"S42": {
"S43": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Type",
"LogLevel"
],
"members": {
"Type": {},
"LogLevel": {},
"Events": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Event",
"LogLevel"
],
"members": {
"Event": {},
"LogLevel": {}
}
}
}
}
}
},
"S49": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Type",
"LogLevel"
],
"members": {
"Type": {},
"LogLevel": {},
"Events": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Event",
"LogLevel"
],
"members": {
"Event": {},
"LogLevel": {}
}
}
}
}
}
},
"S4g": {
"type": "structure",
"members": {
"AmazonId": {},
Expand All @@ -1901,7 +2105,7 @@
"Arn": {}
}
},
"S53": {
"S5l": {
"type": "list",
"member": {
"type": "structure",
Expand Down
Loading

0 comments on commit a6d7668

Please sign in to comment.