Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 2d1be13

Browse files
author
awstools
committed
Updates SDK to v2.646.0
1 parent eb3450b commit 2d1be13

28 files changed

Lines changed: 2537 additions & 258 deletions

.changes/2.646.0.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ApplicationInsights",
5+
"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)."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CostExplorer",
10+
"description": "Customers can now receive Savings Plans recommendations at the member (linked) account level."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Detective",
15+
"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."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "ES",
20+
"description": "Adding support for customer packages (dictionary files) to Amazon Elasticsearch Service"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "ManagedBlockchain",
25+
"description": "Amazon Managed Blockchain now has support to publish Hyperledger Fabric peer node, chaincode, and certificate authority (CA) logs to Amazon CloudWatch Logs."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "XRay",
30+
"description": "GetTraceSummaries - Now provides additional root cause attribute ClientImpacting which indicates whether root cause impacted trace client."
31+
}
32+
]

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.645.0-->
2+
<!--LATEST=2.646.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.646.0
6+
* 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).
7+
* feature: CostExplorer: Customers can now receive Savings Plans recommendations at the member (linked) account level.
8+
* 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.
9+
* feature: ES: Adding support for customer packages (dictionary files) to Amazon Elasticsearch Service
10+
* feature: ManagedBlockchain: Amazon Managed Blockchain now has support to publish Hyperledger Fabric peer node, chaincode, and certificate authority (CA) logs to Amazon CloudWatch Logs.
11+
* feature: XRay: GetTraceSummaries - Now provides additional root cause attribute ClientImpacting which indicates whether root cause impacted trace client.
12+
513
## 2.645.0
614
* feature: EKS: Adding new error codes: Ec2SubnetInvalidConfiguration and NodeCreationFailure for Nodegroups in EKS
715
* 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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.645.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.646.0.min.js"></script>
2929

3030
You can also build a custom browser SDK with your specified set of AWS services.
3131
This can allow you to reduce the SDK's size, specify different API versions of

apis/application-insights-2018-11-25.min.json

Lines changed: 68 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,20 @@
2525
"OpsCenterEnabled": {
2626
"type": "boolean"
2727
},
28+
"CWEMonitorEnabled": {
29+
"type": "boolean"
30+
},
2831
"OpsItemSNSTopicArn": {},
2932
"Tags": {
30-
"shape": "S5"
33+
"shape": "S6"
3134
}
3235
}
3336
},
3437
"output": {
3538
"type": "structure",
3639
"members": {
3740
"ApplicationInfo": {
38-
"shape": "Sa"
41+
"shape": "Sb"
3942
}
4043
}
4144
}
@@ -52,7 +55,7 @@
5255
"ResourceGroupName": {},
5356
"ComponentName": {},
5457
"ResourceList": {
55-
"shape": "Sf"
58+
"shape": "Sg"
5659
}
5760
}
5861
},
@@ -85,7 +88,7 @@
8588
"type": "structure",
8689
"members": {
8790
"LogPattern": {
88-
"shape": "So"
91+
"shape": "Sp"
8992
},
9093
"ResourceGroupName": {}
9194
}
@@ -156,7 +159,7 @@
156159
"type": "structure",
157160
"members": {
158161
"ApplicationInfo": {
159-
"shape": "Sa"
162+
"shape": "Sb"
160163
}
161164
}
162165
}
@@ -177,10 +180,10 @@
177180
"type": "structure",
178181
"members": {
179182
"ApplicationComponent": {
180-
"shape": "Sz"
183+
"shape": "S10"
181184
},
182185
"ResourceList": {
183-
"shape": "Sf"
186+
"shape": "Sg"
184187
}
185188
}
186189
}
@@ -248,7 +251,7 @@
248251
"members": {
249252
"ResourceGroupName": {},
250253
"LogPattern": {
251-
"shape": "So"
254+
"shape": "Sp"
252255
}
253256
}
254257
}
@@ -267,7 +270,7 @@
267270
"type": "structure",
268271
"members": {
269272
"Observation": {
270-
"shape": "S1d"
273+
"shape": "S1e"
271274
}
272275
}
273276
}
@@ -286,7 +289,7 @@
286289
"type": "structure",
287290
"members": {
288291
"Problem": {
289-
"shape": "S1t"
292+
"shape": "S2f"
290293
}
291294
}
292295
}
@@ -310,7 +313,7 @@
310313
"ObservationList": {
311314
"type": "list",
312315
"member": {
313-
"shape": "S1d"
316+
"shape": "S1e"
314317
}
315318
}
316319
}
@@ -334,7 +337,7 @@
334337
"ApplicationInfoList": {
335338
"type": "list",
336339
"member": {
337-
"shape": "Sa"
340+
"shape": "Sb"
338341
}
339342
},
340343
"NextToken": {}
@@ -361,7 +364,7 @@
361364
"ApplicationComponentList": {
362365
"type": "list",
363366
"member": {
364-
"shape": "Sz"
367+
"shape": "S10"
365368
}
366369
},
367370
"NextToken": {}
@@ -457,7 +460,7 @@
457460
"LogPatterns": {
458461
"type": "list",
459462
"member": {
460-
"shape": "So"
463+
"shape": "Sp"
461464
}
462465
},
463466
"NextToken": {}
@@ -487,7 +490,7 @@
487490
"ProblemList": {
488491
"type": "list",
489492
"member": {
490-
"shape": "S1t"
493+
"shape": "S2f"
491494
}
492495
},
493496
"NextToken": {}
@@ -508,7 +511,7 @@
508511
"type": "structure",
509512
"members": {
510513
"Tags": {
511-
"shape": "S5"
514+
"shape": "S6"
512515
}
513516
}
514517
}
@@ -523,7 +526,7 @@
523526
"members": {
524527
"ResourceARN": {},
525528
"Tags": {
526-
"shape": "S5"
529+
"shape": "S6"
527530
}
528531
}
529532
},
@@ -563,6 +566,9 @@
563566
"OpsCenterEnabled": {
564567
"type": "boolean"
565568
},
569+
"CWEMonitorEnabled": {
570+
"type": "boolean"
571+
},
566572
"OpsItemSNSTopicArn": {},
567573
"RemoveSNSTopic": {
568574
"type": "boolean"
@@ -573,7 +579,7 @@
573579
"type": "structure",
574580
"members": {
575581
"ApplicationInfo": {
576-
"shape": "Sa"
582+
"shape": "Sb"
577583
}
578584
}
579585
}
@@ -590,7 +596,7 @@
590596
"ComponentName": {},
591597
"NewComponentName": {},
592598
"ResourceList": {
593-
"shape": "Sf"
599+
"shape": "Sg"
594600
}
595601
}
596602
},
@@ -644,14 +650,14 @@
644650
"members": {
645651
"ResourceGroupName": {},
646652
"LogPattern": {
647-
"shape": "So"
653+
"shape": "Sp"
648654
}
649655
}
650656
}
651657
}
652658
},
653659
"shapes": {
654-
"S5": {
660+
"S6": {
655661
"type": "list",
656662
"member": {
657663
"type": "structure",
@@ -665,7 +671,7 @@
665671
}
666672
}
667673
},
668-
"Sa": {
674+
"Sb": {
669675
"type": "structure",
670676
"members": {
671677
"ResourceGroupName": {},
@@ -674,14 +680,17 @@
674680
"OpsCenterEnabled": {
675681
"type": "boolean"
676682
},
683+
"CWEMonitorEnabled": {
684+
"type": "boolean"
685+
},
677686
"Remarks": {}
678687
}
679688
},
680-
"Sf": {
689+
"Sg": {
681690
"type": "list",
682691
"member": {}
683692
},
684-
"So": {
693+
"Sp": {
685694
"type": "structure",
686695
"members": {
687696
"PatternSetName": {},
@@ -692,7 +701,7 @@
692701
}
693702
}
694703
},
695-
"Sz": {
704+
"S10": {
696705
"type": "structure",
697706
"members": {
698707
"ComponentName": {},
@@ -703,7 +712,7 @@
703712
}
704713
}
705714
},
706-
"S1d": {
715+
"S1e": {
707716
"type": "structure",
708717
"members": {
709718
"Id": {},
@@ -726,10 +735,41 @@
726735
"Unit": {},
727736
"Value": {
728737
"type": "double"
729-
}
738+
},
739+
"CloudWatchEventId": {},
740+
"CloudWatchEventSource": {},
741+
"CloudWatchEventDetailType": {},
742+
"HealthEventArn": {},
743+
"HealthService": {},
744+
"HealthEventTypeCode": {},
745+
"HealthEventTypeCategory": {},
746+
"HealthEventDescription": {},
747+
"CodeDeployDeploymentId": {},
748+
"CodeDeployDeploymentGroup": {},
749+
"CodeDeployState": {},
750+
"CodeDeployApplication": {},
751+
"CodeDeployInstanceGroupId": {},
752+
"Ec2State": {},
753+
"XRayFaultPercent": {
754+
"type": "integer"
755+
},
756+
"XRayThrottlePercent": {
757+
"type": "integer"
758+
},
759+
"XRayErrorPercent": {
760+
"type": "integer"
761+
},
762+
"XRayRequestCount": {
763+
"type": "integer"
764+
},
765+
"XRayRequestAverageLatency": {
766+
"type": "long"
767+
},
768+
"XRayNodeName": {},
769+
"XRayNodeType": {}
730770
}
731771
},
732-
"S1t": {
772+
"S2f": {
733773
"type": "structure",
734774
"members": {
735775
"Id": {},

0 commit comments

Comments
 (0)