Skip to content

Commit

Permalink
Updates SDK to v2.1636.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 6, 2024
1 parent 0b2e634 commit 4260370
Show file tree
Hide file tree
Showing 37 changed files with 6,558 additions and 4,018 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1636.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "Account",
"description": "This release adds 3 new APIs (AcceptPrimaryEmailUpdate, GetPrimaryEmail, and StartPrimaryEmailUpdate) used to centrally manage the root user email address of member accounts within an AWS organization."
},
{
"type": "feature",
"category": "FSx",
"description": "This release adds support to increase metadata performance on FSx for Lustre file systems beyond the default level provisioned when a file system is created. This can be done by specifying MetadataConfiguration during the creation of Persistent_2 file systems or by updating it on demand."
},
{
"type": "feature",
"category": "Firehose",
"description": "Adds integration with Secrets Manager for Redshift, Splunk, HttpEndpoint, and Snowflake destinations"
},
{
"type": "feature",
"category": "Glue",
"description": "This release adds support for creating and updating Glue Data Catalog Views."
},
{
"type": "feature",
"category": "IoTWireless",
"description": "Adds support for wireless device to be in Conflict FUOTA Device Status due to a FUOTA Task, so it couldn't be attached to a new one."
},
{
"type": "feature",
"category": "Location",
"description": "Added two new APIs, VerifyDevicePosition and ForecastGeofenceEvents. Added support for putting larger geofences up to 100,000 vertices with Geobuf fields."
},
{
"type": "feature",
"category": "StorageGateway",
"description": "Adds SoftwareUpdatePreferences to DescribeMaintenanceStartTime and UpdateMaintenanceStartTime, a structure which contains AutomaticUpdatePolicy."
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1635.0-->
<!--LATEST=2.1636.0-->
<!--ENTRYINSERT-->

## 2.1636.0
* feature: Account: This release adds 3 new APIs (AcceptPrimaryEmailUpdate, GetPrimaryEmail, and StartPrimaryEmailUpdate) used to centrally manage the root user email address of member accounts within an AWS organization.
* feature: FSx: This release adds support to increase metadata performance on FSx for Lustre file systems beyond the default level provisioned when a file system is created. This can be done by specifying MetadataConfiguration during the creation of Persistent_2 file systems or by updating it on demand.
* feature: Firehose: Adds integration with Secrets Manager for Redshift, Splunk, HttpEndpoint, and Snowflake destinations
* feature: Glue: This release adds support for creating and updating Glue Data Catalog Views.
* feature: IoTWireless: Adds support for wireless device to be in Conflict FUOTA Device Status due to a FUOTA Task, so it couldn't be attached to a new one.
* feature: Location: Added two new APIs, VerifyDevicePosition and ForecastGeofenceEvents. Added support for putting larger geofences up to 100,000 vertices with Geobuf fields.
* feature: StorageGateway: Adds SoftwareUpdatePreferences to DescribeMaintenanceStartTime and UpdateMaintenanceStartTime, a structure which contains AutomaticUpdatePolicy.

## 2.1635.0
* feature: GlobalAccelerator: This release contains a new optional ip-addresses input field for the update accelerator and update custom routing accelerator apis. This input enables consumers to replace IPv4 addresses on existing accelerators with addresses provided in the input.
* feature: Glue: AWS Glue now supports native SaaS connectivity: Salesforce connector available now
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.1635.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1636.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
120 changes: 101 additions & 19 deletions apis/account-2021-02-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,36 @@
"uid": "account-2021-02-01"
},
"operations": {
"AcceptPrimaryEmailUpdate": {
"http": {
"requestUri": "/acceptPrimaryEmailUpdate",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"AccountId",
"Otp",
"PrimaryEmail"
],
"members": {
"AccountId": {},
"Otp": {
"type": "string",
"sensitive": true
},
"PrimaryEmail": {
"shape": "S4"
}
}
},
"output": {
"type": "structure",
"members": {
"Status": {}
}
}
},
"DeleteAlternateContact": {
"http": {
"requestUri": "/deleteAlternateContact",
Expand Down Expand Up @@ -84,16 +114,16 @@
"members": {
"AlternateContactType": {},
"EmailAddress": {
"shape": "Sa"
"shape": "Sf"
},
"Name": {
"shape": "Sb"
"shape": "Sg"
},
"PhoneNumber": {
"shape": "Sc"
"shape": "Sh"
},
"Title": {
"shape": "Sd"
"shape": "Si"
}
}
}
Expand All @@ -115,7 +145,30 @@
"type": "structure",
"members": {
"ContactInformation": {
"shape": "Sg"
"shape": "Sl"
}
}
}
},
"GetPrimaryEmail": {
"http": {
"requestUri": "/getPrimaryEmail",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"AccountId"
],
"members": {
"AccountId": {}
}
},
"output": {
"type": "structure",
"members": {
"PrimaryEmail": {
"shape": "S4"
}
}
}
Expand Down Expand Up @@ -197,16 +250,16 @@
"AccountId": {},
"AlternateContactType": {},
"EmailAddress": {
"shape": "Sa"
"shape": "Sf"
},
"Name": {
"shape": "Sb"
"shape": "Sg"
},
"PhoneNumber": {
"shape": "Sc"
"shape": "Sh"
},
"Title": {
"shape": "Sd"
"shape": "Si"
}
}
},
Expand All @@ -225,31 +278,60 @@
"members": {
"AccountId": {},
"ContactInformation": {
"shape": "Sg"
"shape": "Sl"
}
}
},
"idempotent": true
},
"StartPrimaryEmailUpdate": {
"http": {
"requestUri": "/startPrimaryEmailUpdate",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"AccountId",
"PrimaryEmail"
],
"members": {
"AccountId": {},
"PrimaryEmail": {
"shape": "S4"
}
}
},
"output": {
"type": "structure",
"members": {
"Status": {}
}
}
}
},
"shapes": {
"Sa": {
"S4": {
"type": "string",
"sensitive": true
},
"Sb": {
"Sf": {
"type": "string",
"sensitive": true
},
"Sc": {
"Sg": {
"type": "string",
"sensitive": true
},
"Sd": {
"Sh": {
"type": "string",
"sensitive": true
},
"Sg": {
"Si": {
"type": "string",
"sensitive": true
},
"Sl": {
"type": "structure",
"required": [
"AddressLine1",
Expand All @@ -261,13 +343,13 @@
],
"members": {
"AddressLine1": {
"shape": "Sh"
"shape": "Sm"
},
"AddressLine2": {
"shape": "Sh"
"shape": "Sm"
},
"AddressLine3": {
"shape": "Sh"
"shape": "Sm"
},
"City": {
"type": "string",
Expand Down Expand Up @@ -307,7 +389,7 @@
}
}
},
"Sh": {
"Sm": {
"type": "string",
"sensitive": true
}
Expand Down
Loading

0 comments on commit 4260370

Please sign in to comment.