Skip to content

Commit

Permalink
Updates SDK to v2.1452.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 6, 2023
1 parent ecd7c9c commit f9d8cb4
Show file tree
Hide file tree
Showing 22 changed files with 436 additions and 307 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1452.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Appflow",
"description": "Adding OAuth2.0 support for servicenow connector."
},
{
"type": "feature",
"category": "EC2",
"description": "This release adds 'outpost' location type to the DescribeInstanceTypeOfferings API, allowing customers that have been allowlisted for outpost to query their offerings in the API."
},
{
"type": "feature",
"category": "MediaLive",
"description": "Adds advanced Output Locking options for Epoch Locking: Custom Epoch and Jam Sync Time"
},
{
"type": "feature",
"category": "WAFV2",
"description": "The targeted protection level of the Bot Control managed rule group now provides optional, machine-learning analysis of traffic statistics to detect some bot-related activity. You can enable or disable the machine learning functionality through the API."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1451.0-->
<!--LATEST=2.1452.0-->
<!--ENTRYINSERT-->

## 2.1452.0
* feature: Appflow: Adding OAuth2.0 support for servicenow connector.
* feature: EC2: This release adds 'outpost' location type to the DescribeInstanceTypeOfferings API, allowing customers that have been allowlisted for outpost to query their offerings in the API.
* feature: MediaLive: Adds advanced Output Locking options for Epoch Locking: Custom Epoch and Jam Sync Time
* feature: WAFV2: The targeted protection level of the Bot Control managed rule group now provides optional, machine-learning analysis of traffic statistics to detect some bot-related activity. You can enable or disable the machine learning functionality through the API.

## 2.1451.0
* feature: Billingconductor: This release adds support for line item filtering in for the custom line item resource.
* feature: ComputeOptimizer: This release adds support to provide recommendations for G4dn and P3 instances that use NVIDIA GPUs.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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.1451.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1452.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
50 changes: 26 additions & 24 deletions apis/appflow-2020-08-23.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1099,14 +1099,13 @@
},
"ServiceNow": {
"type": "structure",
"required": [
"username",
"password"
],
"members": {
"username": {},
"password": {
"shape": "S2j"
},
"oAuth2Credentials": {
"shape": "S2o"
}
}
},
Expand Down Expand Up @@ -1160,7 +1159,7 @@
],
"members": {
"apiSecretKey": {
"shape": "S2s"
"shape": "S2t"
}
}
},
Expand Down Expand Up @@ -1200,7 +1199,7 @@
"type": "structure",
"members": {
"basicAuthCredentials": {
"shape": "S2w"
"shape": "S2x"
},
"oAuthCredentials": {
"type": "structure",
Expand Down Expand Up @@ -1232,23 +1231,10 @@
"members": {
"authenticationType": {},
"basic": {
"shape": "S2w"
"shape": "S2x"
},
"oauth2": {
"type": "structure",
"members": {
"clientId": {},
"clientSecret": {
"shape": "S25"
},
"accessToken": {
"shape": "S26"
},
"refreshToken": {},
"oAuthRequest": {
"shape": "S28"
}
}
"shape": "S2o"
},
"apiKey": {
"type": "structure",
Expand All @@ -1260,7 +1246,7 @@
"shape": "S1x"
},
"apiSecretKey": {
"shape": "S2s"
"shape": "S2t"
}
}
},
Expand Down Expand Up @@ -1555,11 +1541,27 @@
"type": "string",
"sensitive": true
},
"S2s": {
"S2o": {
"type": "structure",
"members": {
"clientId": {},
"clientSecret": {
"shape": "S25"
},
"accessToken": {
"shape": "S26"
},
"refreshToken": {},
"oAuthRequest": {
"shape": "S28"
}
}
},
"S2t": {
"type": "string",
"sensitive": true
},
"S2w": {
"S2x": {
"type": "structure",
"required": [
"username",
Expand Down
8 changes: 4 additions & 4 deletions apis/appflow-2020-08-23.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -5096,10 +5096,6 @@
},
"ServiceNowConnectorProfileCredentials": {
"type": "structure",
"required": [
"username",
"password"
],
"members": {
"username": {
"shape": "Username",
Expand All @@ -5108,6 +5104,10 @@
"password": {
"shape": "Password",
"documentation": "<p> The password that corresponds to the user name. </p>"
},
"oAuth2Credentials": {
"shape": "OAuth2Credentials",
"documentation": "<p> The OAuth 2.0 credentials required to authenticate the user. </p>"
}
},
"documentation": "<p> The connector-specific profile credentials required when using ServiceNow. </p>"
Expand Down
3 changes: 2 additions & 1 deletion apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -42242,7 +42242,8 @@
"enum": [
"region",
"availability-zone",
"availability-zone-id"
"availability-zone-id",
"outpost"
]
},
"LogDestinationType": {
Expand Down
4 changes: 2 additions & 2 deletions apis/elasticloadbalancingv2-2015-12-01.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit f9d8cb4

Please sign in to comment.