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

Commit 319f325

Browse files
author
awstools
committed
Updates SDK to v2.647.0
1 parent 2d1be13 commit 319f325

18 files changed

Lines changed: 253 additions & 163 deletions

.changes/2.647.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "FSx",
5+
"description": "This release includes two changes: a new lower-cost, storage type called HDD (Hard Disk Drive), and a new generation of the Single-AZ deployment type called Single AZ 2. The HDD storage type can be selected on Multi AZ 1 and Single AZ 2 deployment types."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "SageMaker",
10+
"description": "This release updates Amazon Augmented AI CreateFlowDefinition API and DescribeFlowDefinition response."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "SecurityHub",
15+
"description": "Security Hub has now made it easier to opt out of default standards when you enable Security Hub. We added a new Boolean parameter to EnableSecurityHub called EnableDefaultStandards. If that parameter is true, Security Hub's default standards are enabled. A new Boolean parameter for standards, EnabledByDefault, indicates whether a standard is a default standard. Today, the only default standard is CIS AWS Foundations Benchmark v1.2. Additional default standards will be added in the future.To learn more, visit our documentation on the EnableSecurityHub API action."
16+
}
17+
]

CHANGELOG.md

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

5+
## 2.647.0
6+
* feature: FSx: This release includes two changes: a new lower-cost, storage type called HDD (Hard Disk Drive), and a new generation of the Single-AZ deployment type called Single AZ 2. The HDD storage type can be selected on Multi AZ 1 and Single AZ 2 deployment types.
7+
* feature: SageMaker: This release updates Amazon Augmented AI CreateFlowDefinition API and DescribeFlowDefinition response.
8+
* feature: SecurityHub: Security Hub has now made it easier to opt out of default standards when you enable Security Hub. We added a new Boolean parameter to EnableSecurityHub called EnableDefaultStandards. If that parameter is true, Security Hub's default standards are enabled. A new Boolean parameter for standards, EnabledByDefault, indicates whether a standard is a default standard. Today, the only default standard is CIS AWS Foundations Benchmark v1.2. Additional default standards will be added in the future.To learn more, visit our documentation on the EnableSecurityHub API action.
9+
510
## 2.646.0
611
* 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).
712
* feature: CostExplorer: Customers can now receive Savings Plans recommendations at the member (linked) account level.

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.646.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.647.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/fsx-2018-03-01.min.json

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"serviceFullName": "Amazon FSx",
99
"serviceId": "FSx",
1010
"signatureVersion": "v4",
11+
"signingName": "fsx",
1112
"targetPrefix": "AWSSimbaAPIService_v20180301",
1213
"uid": "fsx-2018-03-01"
1314
},
@@ -68,11 +69,11 @@
6869
"members": {
6970
"Type": {},
7071
"Paths": {
71-
"shape": "S1q"
72+
"shape": "S1r"
7273
},
7374
"FileSystemId": {},
7475
"Report": {
75-
"shape": "S1s"
76+
"shape": "S1t"
7677
},
7778
"ClientRequestToken": {
7879
"idempotencyToken": true
@@ -86,7 +87,7 @@
8687
"type": "structure",
8788
"members": {
8889
"DataRepositoryTask": {
89-
"shape": "S1w"
90+
"shape": "S1x"
9091
}
9192
}
9293
},
@@ -108,18 +109,19 @@
108109
"StorageCapacity": {
109110
"type": "integer"
110111
},
112+
"StorageType": {},
111113
"SubnetIds": {
112-
"shape": "Su"
114+
"shape": "Sv"
113115
},
114116
"SecurityGroupIds": {
115-
"shape": "S26"
117+
"shape": "S27"
116118
},
117119
"Tags": {
118120
"shape": "S8"
119121
},
120122
"KmsKeyId": {},
121123
"WindowsConfiguration": {
122-
"shape": "S28"
124+
"shape": "S29"
123125
},
124126
"LustreConfiguration": {
125127
"type": "structure",
@@ -160,17 +162,18 @@
160162
"idempotencyToken": true
161163
},
162164
"SubnetIds": {
163-
"shape": "Su"
165+
"shape": "Sv"
164166
},
165167
"SecurityGroupIds": {
166-
"shape": "S26"
168+
"shape": "S27"
167169
},
168170
"Tags": {
169171
"shape": "S8"
170172
},
171173
"WindowsConfiguration": {
172-
"shape": "S28"
173-
}
174+
"shape": "S29"
175+
},
176+
"StorageType": {}
174177
}
175178
},
176179
"output": {
@@ -319,7 +322,7 @@
319322
"DataRepositoryTasks": {
320323
"type": "list",
321324
"member": {
322-
"shape": "S1w"
325+
"shape": "S1x"
323326
}
324327
},
325328
"NextToken": {}
@@ -442,10 +445,10 @@
442445
"members": {
443446
"UserName": {},
444447
"Password": {
445-
"shape": "S2a"
448+
"shape": "S2b"
446449
},
447450
"DnsIps": {
448-
"shape": "S16"
451+
"shape": "S17"
449452
}
450453
}
451454
}
@@ -541,9 +544,10 @@
541544
"StorageCapacity": {
542545
"type": "integer"
543546
},
547+
"StorageType": {},
544548
"VpcId": {},
545549
"SubnetIds": {
546-
"shape": "Su"
550+
"shape": "Sv"
547551
},
548552
"NetworkInterfaceIds": {
549553
"type": "list",
@@ -567,7 +571,7 @@
567571
"FileSystemAdministratorsGroup": {},
568572
"UserName": {},
569573
"DnsIps": {
570-
"shape": "S16"
574+
"shape": "S17"
571575
}
572576
}
573577
},
@@ -615,19 +619,19 @@
615619
}
616620
}
617621
},
618-
"Su": {
622+
"Sv": {
619623
"type": "list",
620624
"member": {}
621625
},
622-
"S16": {
626+
"S17": {
623627
"type": "list",
624628
"member": {}
625629
},
626-
"S1q": {
630+
"S1r": {
627631
"type": "list",
628632
"member": {}
629633
},
630-
"S1s": {
634+
"S1t": {
631635
"type": "structure",
632636
"required": [
633637
"Enabled"
@@ -641,7 +645,7 @@
641645
"Scope": {}
642646
}
643647
},
644-
"S1w": {
648+
"S1x": {
645649
"type": "structure",
646650
"required": [
647651
"TaskId",
@@ -669,7 +673,7 @@
669673
},
670674
"FileSystemId": {},
671675
"Paths": {
672-
"shape": "S1q"
676+
"shape": "S1r"
673677
},
674678
"FailureDetails": {
675679
"type": "structure",
@@ -695,15 +699,15 @@
695699
}
696700
},
697701
"Report": {
698-
"shape": "S1s"
702+
"shape": "S1t"
699703
}
700704
}
701705
},
702-
"S26": {
706+
"S27": {
703707
"type": "list",
704708
"member": {}
705709
},
706-
"S28": {
710+
"S29": {
707711
"type": "structure",
708712
"required": [
709713
"ThroughputCapacity"
@@ -724,10 +728,10 @@
724728
"FileSystemAdministratorsGroup": {},
725729
"UserName": {},
726730
"Password": {
727-
"shape": "S2a"
731+
"shape": "S2b"
728732
},
729733
"DnsIps": {
730-
"shape": "S16"
734+
"shape": "S17"
731735
}
732736
}
733737
},
@@ -746,7 +750,7 @@
746750
}
747751
}
748752
},
749-
"S2a": {
753+
"S2b": {
750754
"type": "string",
751755
"sensitive": true
752756
}

0 commit comments

Comments
 (0)