Skip to content

Commit

Permalink
Updates SDK to v2.858.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 5, 2021
1 parent b1d9fbe commit a8e023d
Show file tree
Hide file tree
Showing 33 changed files with 1,323 additions and 186 deletions.
37 changes: 37 additions & 0 deletions .changes/2.858.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "Athena",
"description": "Adds APIs to create, list, update, and delete prepared SQL statements that have optional placeholder parameters. A prepared statement can use different values for these parameters each time it is run."
},
{
"type": "feature",
"category": "CodePipeline",
"description": "Updated the parameters to make actionType required for UpdateActionType"
},
{
"type": "feature",
"category": "EC2",
"description": "Expands EC2/Spot Fleet capacity-optimized allocation strategy to allow users to prioritize instance pools. Fleet attempts to fulfill priorities on a best-effort basis but optimizes for capacity first."
},
{
"type": "feature",
"category": "LicenseManager",
"description": "License Manager Automated Discovery now supports Exclusion Filters."
},
{
"type": "feature",
"category": "MediaLive",
"description": "Medialive now supports the ability to transfer AWS Elemental Link devices to another region."
},
{
"type": "feature",
"category": "NetworkFirewall",
"description": "Added a new UpdateToken output field to the PerObjectStatus as part of firewall sync state. This is added to track which version of the object the firewall is in sync or pending synchronization."
},
{
"type": "feature",
"category": "Shield",
"description": "Add support for tagging of Shield protection and protection group resources."
}
]
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.857.0-->
<!--LATEST=2.858.0-->
<!--ENTRYINSERT-->

## 2.858.0
* feature: Athena: Adds APIs to create, list, update, and delete prepared SQL statements that have optional placeholder parameters. A prepared statement can use different values for these parameters each time it is run.
* feature: CodePipeline: Updated the parameters to make actionType required for UpdateActionType
* feature: EC2: Expands EC2/Spot Fleet capacity-optimized allocation strategy to allow users to prioritize instance pools. Fleet attempts to fulfill priorities on a best-effort basis but optimizes for capacity first.
* feature: LicenseManager: License Manager Automated Discovery now supports Exclusion Filters.
* feature: MediaLive: Medialive now supports the ability to transfer AWS Elemental Link devices to another region.
* feature: NetworkFirewall: Added a new UpdateToken output field to the PerObjectStatus as part of firewall sync state. This is added to track which version of the object the firewall is in sync or pending synchronization.
* feature: Shield: Add support for tagging of Shield protection and protection group resources.

## 2.857.0
* feature: CloudWatchEvents: Introducing support for EventBridge Api Destinations - any HTTP APIs as Targets, with managed authorization via EventBridge Connections.
* feature: EventBridge: Introducing support for EventBridge Api Destinations - any HTTP APIs as Targets, with managed authorization via EventBridge Connections.
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.857.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.858.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
69 changes: 45 additions & 24 deletions apis/appflow-2020-08-23.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -855,10 +855,12 @@
"documentation": "<p> The connector metadata specific to Upsolver. </p>"
},
"CustomerProfiles": {
"shape": "CustomerProfilesMetadata"
"shape": "CustomerProfilesMetadata",
"documentation": "<p> The connector metadata specific to Amazon Connect Customer Profiles. </p>"
},
"Honeycode": {
"shape": "HoneycodeMetadata"
"shape": "HoneycodeMetadata",
"documentation": "<p> The connector metadata specific to Amazon Honeycode. </p>"
}
},
"documentation": "<p> A structure to specify connector-specific metadata such as <code>oAuthScopes</code>, <code>supportedRegions</code>, <code>privateLinkServiceUrl</code>, and so on. </p>"
Expand Down Expand Up @@ -1020,7 +1022,8 @@
"documentation": "<p> The connector-specific credentials required when using Google Analytics. </p>"
},
"Honeycode": {
"shape": "HoneycodeConnectorProfileCredentials"
"shape": "HoneycodeConnectorProfileCredentials",
"documentation": "<p> The connector-specific credentials required when using Amazon Honeycode. </p>"
},
"InforNexus": {
"shape": "InforNexusConnectorProfileCredentials",
Expand Down Expand Up @@ -1108,7 +1111,8 @@
"documentation": "<p> The connector-specific properties required Google Analytics. </p>"
},
"Honeycode": {
"shape": "HoneycodeConnectorProfileProperties"
"shape": "HoneycodeConnectorProfileProperties",
"documentation": "<p> The connector-specific properties required by Amazon Honeycode. </p>"
},
"InforNexus": {
"shape": "InforNexusConnectorProfileProperties",
Expand Down Expand Up @@ -1300,16 +1304,20 @@
],
"members": {
"domainName": {
"shape": "DomainName"
"shape": "DomainName",
"documentation": "<p> The unique name of the Amazon Connect Customer Profiles domain. </p>"
},
"objectTypeName": {
"shape": "ObjectTypeName"
"shape": "ObjectTypeName",
"documentation": "<p> The object specified in the Amazon Connect Customer Profiles flow destination. </p>"
}
}
},
"documentation": "<p> The properties that are applied when Amazon Connect Customer Profiles is used as a destination. </p>"
},
"CustomerProfilesMetadata": {
"type": "structure",
"members": {}
"members": {},
"documentation": "<p> The connector metadata specific to Amazon Connect Customer Profiles. </p>"
},
"DataPullMode": {
"type": "string",
Expand Down Expand Up @@ -1511,7 +1519,7 @@
"members": {
"connectorTypes": {
"shape": "ConnectorTypeList",
"documentation": "<p> The type of connector, such as Salesforce, Amplitude, and so on. </p> <note> <p> <i>Locke</i> refers to a new destination known as Amazon Connect Customer Profiles. At this time, we recommend that you do not use this destination. </p> </note>"
"documentation": "<p> The type of connector, such as Salesforce, Amplitude, and so on. </p>"
},
"nextToken": {
"shape": "NextToken",
Expand Down Expand Up @@ -1675,17 +1683,20 @@
"documentation": "<p> The properties required to query Amazon EventBridge. </p>"
},
"LookoutMetrics": {
"shape": "LookoutMetricsDestinationProperties"
"shape": "LookoutMetricsDestinationProperties",
"documentation": "<p> The properties required to query Amazon Lookout for Metrics. </p>"
},
"Upsolver": {
"shape": "UpsolverDestinationProperties",
"documentation": "<p> The properties required to query Upsolver. </p>"
},
"Honeycode": {
"shape": "HoneycodeDestinationProperties"
"shape": "HoneycodeDestinationProperties",
"documentation": "<p> The properties required to query Amazon Honeycode. </p>"
},
"CustomerProfiles": {
"shape": "CustomerProfilesDestinationProperties"
"shape": "CustomerProfilesDestinationProperties",
"documentation": "<p> The properties required to query Amazon Connect Customer Profiles. </p>"
}
},
"documentation": "<p> This stores the information that is required to query a particular connector. </p>"
Expand Down Expand Up @@ -2182,19 +2193,23 @@
"type": "structure",
"members": {
"accessToken": {
"shape": "AccessToken"
"shape": "AccessToken",
"documentation": "<p> The credentials used to access protected Amazon Honeycode resources. </p>"
},
"refreshToken": {
"shape": "RefreshToken"
"shape": "RefreshToken",
"documentation": "<p> The credentials used to acquire new access tokens. </p>"
},
"oAuthRequest": {
"shape": "ConnectorOAuthRequest"
}
}
},
"documentation": "<p> The connector-specific credentials required when using Amazon Honeycode. </p>"
},
"HoneycodeConnectorProfileProperties": {
"type": "structure",
"members": {}
"members": {},
"documentation": "<p> The connector-specific properties required when using Amazon Honeycode. </p>"
},
"HoneycodeDestinationProperties": {
"type": "structure",
Expand All @@ -2203,20 +2218,24 @@
],
"members": {
"object": {
"shape": "Object"
"shape": "Object",
"documentation": "<p> The object specified in the Amazon Honeycode flow destination. </p>"
},
"errorHandlingConfig": {
"shape": "ErrorHandlingConfig"
}
}
},
"documentation": "<p> The properties that are applied when Amazon Honeycode is used as a destination. </p>"
},
"HoneycodeMetadata": {
"type": "structure",
"members": {
"oAuthScopes": {
"shape": "OAuthScopeList"
"shape": "OAuthScopeList",
"documentation": "<p> The desired authorization scope for the Amazon Honeycode account. </p>"
}
}
},
"documentation": "<p> The connector metadata specific to Amazon Honeycode. </p>"
},
"IdFieldNameList": {
"type": "list",
Expand Down Expand Up @@ -2425,7 +2444,8 @@
},
"LookoutMetricsDestinationProperties": {
"type": "structure",
"members": {}
"members": {},
"documentation": "<p> The properties that are applied when Amazon Lookout for Metrics is used as a destination. </p>"
},
"MarketoConnectorOperator": {
"type": "string",
Expand Down Expand Up @@ -2602,11 +2622,11 @@
"members": {
"prefixType": {
"shape": "PrefixType",
"documentation": "<p> Determines the level of granularity that's included in the prefix. </p>"
"documentation": "<p> Determines the format of the prefix, and whether it applies to the file name, file path, or both. </p>"
},
"prefixFormat": {
"shape": "PrefixFormat",
"documentation": "<p> Determines the format of the prefix, and whether it applies to the file name, file path, or both. </p>"
"documentation": "<p> Determines the level of granularity that's included in the prefix. </p>"
}
},
"documentation": "<p> Determines the prefix that Amazon AppFlow applies to the destination folder name. You can name your destination folders according to the flow frequency and date. </p>"
Expand Down Expand Up @@ -2996,7 +3016,8 @@
"box": true
},
"firstExecutionFrom": {
"shape": "Date"
"shape": "Date",
"documentation": "<p> Specifies the date range for the records to import from the connector in the first flow run. </p>"
}
},
"documentation": "<p> Specifies the configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the <code>Scheduled</code> trigger type. </p>"
Expand Down
Loading

0 comments on commit a8e023d

Please sign in to comment.