Skip to content

Commit

Permalink
Updates SDK to v2.646.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 25, 2020
1 parent eb3450b commit 2d1be13
Show file tree
Hide file tree
Showing 28 changed files with 2,537 additions and 258 deletions.
32 changes: 32 additions & 0 deletions .changes/2.646.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "ApplicationInsights",
"description": "Amazon CloudWatch Application Insights for .NET and SQL Server now integrates with Amazon CloudWatch Events (AWS CodeDeploy, AWS Health and Amazon EC2 state changes). This feature enables customers to view events related to problems detected by CloudWatch Application Insights, and reduce mean-time-to-resolution (MTTR)."
},
{
"type": "feature",
"category": "CostExplorer",
"description": "Customers can now receive Savings Plans recommendations at the member (linked) account level."
},
{
"type": "feature",
"category": "Detective",
"description": "The new ACCEPTED_BUT_DISABLED member account status indicates that a member account that accepted the invitation is blocked from contributing data to the behavior graph. The reason is provided in the new DISABLED_REASON property. The new StartMonitoringMember operation enables a blocked member account."
},
{
"type": "feature",
"category": "ES",
"description": "Adding support for customer packages (dictionary files) to Amazon Elasticsearch Service"
},
{
"type": "feature",
"category": "ManagedBlockchain",
"description": "Amazon Managed Blockchain now has support to publish Hyperledger Fabric peer node, chaincode, and certificate authority (CA) logs to Amazon CloudWatch Logs."
},
{
"type": "feature",
"category": "XRay",
"description": "GetTraceSummaries - Now provides additional root cause attribute ClientImpacting which indicates whether root cause impacted trace client."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.645.0-->
<!--LATEST=2.646.0-->
<!--ENTRYINSERT-->

## 2.646.0
* feature: ApplicationInsights: Amazon CloudWatch Application Insights for .NET and SQL Server now integrates with Amazon CloudWatch Events (AWS CodeDeploy, AWS Health and Amazon EC2 state changes). This feature enables customers to view events related to problems detected by CloudWatch Application Insights, and reduce mean-time-to-resolution (MTTR).
* feature: CostExplorer: Customers can now receive Savings Plans recommendations at the member (linked) account level.
* feature: Detective: The new ACCEPTED_BUT_DISABLED member account status indicates that a member account that accepted the invitation is blocked from contributing data to the behavior graph. The reason is provided in the new DISABLED_REASON property. The new StartMonitoringMember operation enables a blocked member account.
* feature: ES: Adding support for customer packages (dictionary files) to Amazon Elasticsearch Service
* feature: ManagedBlockchain: Amazon Managed Blockchain now has support to publish Hyperledger Fabric peer node, chaincode, and certificate authority (CA) logs to Amazon CloudWatch Logs.
* feature: XRay: GetTraceSummaries - Now provides additional root cause attribute ClientImpacting which indicates whether root cause impacted trace client.

## 2.645.0
* feature: EKS: Adding new error codes: Ec2SubnetInvalidConfiguration and NodeCreationFailure for Nodegroups in EKS
* feature: Organizations: Introduces actions for giving a member account administrative Organizations permissions for an AWS service. You can run this action only for AWS services that support this feature.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
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.645.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.646.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
96 changes: 68 additions & 28 deletions apis/application-insights-2018-11-25.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,20 @@
"OpsCenterEnabled": {
"type": "boolean"
},
"CWEMonitorEnabled": {
"type": "boolean"
},
"OpsItemSNSTopicArn": {},
"Tags": {
"shape": "S5"
"shape": "S6"
}
}
},
"output": {
"type": "structure",
"members": {
"ApplicationInfo": {
"shape": "Sa"
"shape": "Sb"
}
}
}
Expand All @@ -52,7 +55,7 @@
"ResourceGroupName": {},
"ComponentName": {},
"ResourceList": {
"shape": "Sf"
"shape": "Sg"
}
}
},
Expand Down Expand Up @@ -85,7 +88,7 @@
"type": "structure",
"members": {
"LogPattern": {
"shape": "So"
"shape": "Sp"
},
"ResourceGroupName": {}
}
Expand Down Expand Up @@ -156,7 +159,7 @@
"type": "structure",
"members": {
"ApplicationInfo": {
"shape": "Sa"
"shape": "Sb"
}
}
}
Expand All @@ -177,10 +180,10 @@
"type": "structure",
"members": {
"ApplicationComponent": {
"shape": "Sz"
"shape": "S10"
},
"ResourceList": {
"shape": "Sf"
"shape": "Sg"
}
}
}
Expand Down Expand Up @@ -248,7 +251,7 @@
"members": {
"ResourceGroupName": {},
"LogPattern": {
"shape": "So"
"shape": "Sp"
}
}
}
Expand All @@ -267,7 +270,7 @@
"type": "structure",
"members": {
"Observation": {
"shape": "S1d"
"shape": "S1e"
}
}
}
Expand All @@ -286,7 +289,7 @@
"type": "structure",
"members": {
"Problem": {
"shape": "S1t"
"shape": "S2f"
}
}
}
Expand All @@ -310,7 +313,7 @@
"ObservationList": {
"type": "list",
"member": {
"shape": "S1d"
"shape": "S1e"
}
}
}
Expand All @@ -334,7 +337,7 @@
"ApplicationInfoList": {
"type": "list",
"member": {
"shape": "Sa"
"shape": "Sb"
}
},
"NextToken": {}
Expand All @@ -361,7 +364,7 @@
"ApplicationComponentList": {
"type": "list",
"member": {
"shape": "Sz"
"shape": "S10"
}
},
"NextToken": {}
Expand Down Expand Up @@ -457,7 +460,7 @@
"LogPatterns": {
"type": "list",
"member": {
"shape": "So"
"shape": "Sp"
}
},
"NextToken": {}
Expand Down Expand Up @@ -487,7 +490,7 @@
"ProblemList": {
"type": "list",
"member": {
"shape": "S1t"
"shape": "S2f"
}
},
"NextToken": {}
Expand All @@ -508,7 +511,7 @@
"type": "structure",
"members": {
"Tags": {
"shape": "S5"
"shape": "S6"
}
}
}
Expand All @@ -523,7 +526,7 @@
"members": {
"ResourceARN": {},
"Tags": {
"shape": "S5"
"shape": "S6"
}
}
},
Expand Down Expand Up @@ -563,6 +566,9 @@
"OpsCenterEnabled": {
"type": "boolean"
},
"CWEMonitorEnabled": {
"type": "boolean"
},
"OpsItemSNSTopicArn": {},
"RemoveSNSTopic": {
"type": "boolean"
Expand All @@ -573,7 +579,7 @@
"type": "structure",
"members": {
"ApplicationInfo": {
"shape": "Sa"
"shape": "Sb"
}
}
}
Expand All @@ -590,7 +596,7 @@
"ComponentName": {},
"NewComponentName": {},
"ResourceList": {
"shape": "Sf"
"shape": "Sg"
}
}
},
Expand Down Expand Up @@ -644,14 +650,14 @@
"members": {
"ResourceGroupName": {},
"LogPattern": {
"shape": "So"
"shape": "Sp"
}
}
}
}
},
"shapes": {
"S5": {
"S6": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -665,7 +671,7 @@
}
}
},
"Sa": {
"Sb": {
"type": "structure",
"members": {
"ResourceGroupName": {},
Expand All @@ -674,14 +680,17 @@
"OpsCenterEnabled": {
"type": "boolean"
},
"CWEMonitorEnabled": {
"type": "boolean"
},
"Remarks": {}
}
},
"Sf": {
"Sg": {
"type": "list",
"member": {}
},
"So": {
"Sp": {
"type": "structure",
"members": {
"PatternSetName": {},
Expand All @@ -692,7 +701,7 @@
}
}
},
"Sz": {
"S10": {
"type": "structure",
"members": {
"ComponentName": {},
Expand All @@ -703,7 +712,7 @@
}
}
},
"S1d": {
"S1e": {
"type": "structure",
"members": {
"Id": {},
Expand All @@ -726,10 +735,41 @@
"Unit": {},
"Value": {
"type": "double"
}
},
"CloudWatchEventId": {},
"CloudWatchEventSource": {},
"CloudWatchEventDetailType": {},
"HealthEventArn": {},
"HealthService": {},
"HealthEventTypeCode": {},
"HealthEventTypeCategory": {},
"HealthEventDescription": {},
"CodeDeployDeploymentId": {},
"CodeDeployDeploymentGroup": {},
"CodeDeployState": {},
"CodeDeployApplication": {},
"CodeDeployInstanceGroupId": {},
"Ec2State": {},
"XRayFaultPercent": {
"type": "integer"
},
"XRayThrottlePercent": {
"type": "integer"
},
"XRayErrorPercent": {
"type": "integer"
},
"XRayRequestCount": {
"type": "integer"
},
"XRayRequestAverageLatency": {
"type": "long"
},
"XRayNodeName": {},
"XRayNodeType": {}
}
},
"S1t": {
"S2f": {
"type": "structure",
"members": {
"Id": {},
Expand Down

0 comments on commit 2d1be13

Please sign in to comment.