Skip to content

Commit e4e0c12

Browse files
author
awstools
committed
Updates SDK to v2.1658.0
1 parent 54829e3 commit e4e0c12

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+14953
-3296
lines changed

Diff for: .changes/2.1658.0.json

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Batch",
5+
"description": "This feature allows AWS Batch Jobs with EKS container orchestration type to be run as Multi-Node Parallel Jobs."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Bedrock",
10+
"description": "Add support for contextual grounding check for Guardrails for Amazon Bedrock."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "BedrockAgent",
15+
"description": "Introduces new data sources and chunking strategies for Knowledge bases, advanced parsing logic using FMs, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "BedrockAgentRuntime",
20+
"description": "Introduces query decomposition, enhanced Agents integration with Knowledge bases, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources for end-to-end solutions."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "BedrockRuntime",
25+
"description": "Add support for contextual grounding check and ApplyGuardrail API for Guardrails for Amazon Bedrock."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "EC2",
30+
"description": "Add parameters to enable provisioning IPAM BYOIPv4 space at a Local Zone Network Border Group level"
31+
},
32+
{
33+
"type": "feature",
34+
"category": "Glue",
35+
"description": "Add recipe step support for recipe node"
36+
},
37+
{
38+
"type": "feature",
39+
"category": "LicenseManagerLinuxSubscriptions",
40+
"description": "Add support for third party subscription providers, starting with RHEL subscriptions through Red Hat Subscription Manager (RHSM). Additionally, add support for tagging subscription provider resources, and detect when an instance has more than one Linux subscription and notify the customer."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "MediaConnect",
45+
"description": "AWS Elemental MediaConnect introduces the ability to disable outputs. Disabling an output allows you to keep the output attached to the flow, but stop streaming to the output destination. A disabled output does not incur data transfer costs."
46+
}
47+
]

Diff for: CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1657.0-->
2+
<!--LATEST=2.1658.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1658.0
6+
* feature: Batch: This feature allows AWS Batch Jobs with EKS container orchestration type to be run as Multi-Node Parallel Jobs.
7+
* feature: Bedrock: Add support for contextual grounding check for Guardrails for Amazon Bedrock.
8+
* feature: BedrockAgent: Introduces new data sources and chunking strategies for Knowledge bases, advanced parsing logic using FMs, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources.
9+
* feature: BedrockAgentRuntime: Introduces query decomposition, enhanced Agents integration with Knowledge bases, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources for end-to-end solutions.
10+
* feature: BedrockRuntime: Add support for contextual grounding check and ApplyGuardrail API for Guardrails for Amazon Bedrock.
11+
* feature: EC2: Add parameters to enable provisioning IPAM BYOIPv4 space at a Local Zone Network Border Group level
12+
* feature: Glue: Add recipe step support for recipe node
13+
* feature: LicenseManagerLinuxSubscriptions: Add support for third party subscription providers, starting with RHEL subscriptions through Red Hat Subscription Manager (RHSM). Additionally, add support for tagging subscription provider resources, and detect when an instance has more than one Linux subscription and notify the customer.
14+
* feature: MediaConnect: AWS Elemental MediaConnect introduces the ability to disable outputs. Disabling an output allows you to keep the output attached to the flow, but stop streaming to the output destination. A disabled output does not incur data transfer costs.
15+
516
## 2.1657.0
617
* feature: DataZone: This release deprecates dataProductItem field from SearchInventoryResultItem, along with some unused DataProduct shapes
718
* feature: FSx: Adds support for FSx for NetApp ONTAP 2nd Generation file systems, and FSx for OpenZFS Single AZ HA file systems.

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1657.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1658.0.min.js"></script>
6868

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

Diff for: apis/batch-2016-08-10.min.json

+62-52
Original file line numberDiff line numberDiff line change
@@ -343,13 +343,13 @@
343343
"type": "boolean"
344344
},
345345
"platformCapabilities": {
346-
"shape": "S33"
346+
"shape": "S3q"
347347
},
348348
"ecsProperties": {
349349
"shape": "S2w"
350350
},
351351
"eksProperties": {
352-
"shape": "S35"
352+
"shape": "S33"
353353
},
354354
"containerOrchestrationType": {}
355355
}
@@ -648,7 +648,7 @@
648648
"type": "boolean"
649649
},
650650
"platformCapabilities": {
651-
"shape": "S33"
651+
"shape": "S3q"
652652
},
653653
"eksProperties": {
654654
"type": "structure",
@@ -662,7 +662,7 @@
662662
},
663663
"dnsPolicy": {},
664664
"imagePullSecrets": {
665-
"shape": "S37"
665+
"shape": "S35"
666666
},
667667
"containers": {
668668
"shape": "S4k"
@@ -671,12 +671,12 @@
671671
"shape": "S4k"
672672
},
673673
"volumes": {
674-
"shape": "S3l"
674+
"shape": "S3j"
675675
},
676676
"podName": {},
677677
"nodeName": {},
678678
"metadata": {
679-
"shape": "S3q"
679+
"shape": "S3o"
680680
},
681681
"shareProcessNamespace": {
682682
"type": "boolean"
@@ -696,6 +696,7 @@
696696
"initContainers": {
697697
"shape": "S4o"
698698
},
699+
"eksClusterArn": {},
699700
"podName": {},
700701
"nodeName": {},
701702
"startedAt": {
@@ -1086,10 +1087,10 @@
10861087
"shape": "Sj"
10871088
},
10881089
"platformCapabilities": {
1089-
"shape": "S33"
1090+
"shape": "S3q"
10901091
},
10911092
"eksProperties": {
1092-
"shape": "S35"
1093+
"shape": "S33"
10931094
},
10941095
"ecsProperties": {
10951096
"shape": "S2w"
@@ -1171,6 +1172,9 @@
11711172
},
11721173
"instanceTypes": {
11731174
"shape": "Sb"
1175+
},
1176+
"eksPropertiesOverride": {
1177+
"shape": "S5x"
11741178
}
11751179
}
11761180
}
@@ -1190,23 +1194,7 @@
11901194
"shape": "Sj"
11911195
},
11921196
"eksPropertiesOverride": {
1193-
"type": "structure",
1194-
"members": {
1195-
"podProperties": {
1196-
"type": "structure",
1197-
"members": {
1198-
"containers": {
1199-
"shape": "S5z"
1200-
},
1201-
"initContainers": {
1202-
"shape": "S5z"
1203-
},
1204-
"metadata": {
1205-
"shape": "S3q"
1206-
}
1207-
}
1208-
}
1209-
}
1197+
"shape": "S5x"
12101198
},
12111199
"ecsPropertiesOverride": {
12121200
"shape": "S5s"
@@ -1949,6 +1937,9 @@
19491937
},
19501938
"ecsProperties": {
19511939
"shape": "S2w"
1940+
},
1941+
"eksProperties": {
1942+
"shape": "S33"
19521943
}
19531944
}
19541945
}
@@ -2055,10 +2046,6 @@
20552046
}
20562047
},
20572048
"S33": {
2058-
"type": "list",
2059-
"member": {}
2060-
},
2061-
"S35": {
20622049
"type": "structure",
20632050
"members": {
20642051
"podProperties": {
@@ -2070,19 +2057,19 @@
20702057
},
20712058
"dnsPolicy": {},
20722059
"imagePullSecrets": {
2073-
"shape": "S37"
2060+
"shape": "S35"
20742061
},
20752062
"containers": {
2076-
"shape": "S39"
2063+
"shape": "S37"
20772064
},
20782065
"initContainers": {
2079-
"shape": "S39"
2066+
"shape": "S37"
20802067
},
20812068
"volumes": {
2082-
"shape": "S3l"
2069+
"shape": "S3j"
20832070
},
20842071
"metadata": {
2085-
"shape": "S3q"
2072+
"shape": "S3o"
20862073
},
20872074
"shareProcessNamespace": {
20882075
"type": "boolean"
@@ -2091,7 +2078,7 @@
20912078
}
20922079
}
20932080
},
2094-
"S37": {
2081+
"S35": {
20952082
"type": "list",
20962083
"member": {
20972084
"type": "structure",
@@ -2103,7 +2090,7 @@
21032090
}
21042091
}
21052092
},
2106-
"S39": {
2093+
"S37": {
21072094
"type": "list",
21082095
"member": {
21092096
"type": "structure",
@@ -2121,21 +2108,21 @@
21212108
"shape": "Sb"
21222109
},
21232110
"env": {
2124-
"shape": "S3b"
2111+
"shape": "S39"
21252112
},
21262113
"resources": {
2127-
"shape": "S3d"
2114+
"shape": "S3b"
21282115
},
21292116
"volumeMounts": {
2130-
"shape": "S3h"
2117+
"shape": "S3f"
21312118
},
21322119
"securityContext": {
2133-
"shape": "S3j"
2120+
"shape": "S3h"
21342121
}
21352122
}
21362123
}
21372124
},
2138-
"S3b": {
2125+
"S39": {
21392126
"type": "list",
21402127
"member": {
21412128
"type": "structure",
@@ -2148,7 +2135,7 @@
21482135
}
21492136
}
21502137
},
2151-
"S3d": {
2138+
"S3b": {
21522139
"type": "structure",
21532140
"members": {
21542141
"limits": {
@@ -2163,7 +2150,7 @@
21632150
}
21642151
}
21652152
},
2166-
"S3h": {
2153+
"S3f": {
21672154
"type": "list",
21682155
"member": {
21692156
"type": "structure",
@@ -2176,7 +2163,7 @@
21762163
}
21772164
}
21782165
},
2179-
"S3j": {
2166+
"S3h": {
21802167
"type": "structure",
21812168
"members": {
21822169
"runAsUser": {
@@ -2199,7 +2186,7 @@
21992186
}
22002187
}
22012188
},
2202-
"S3l": {
2189+
"S3j": {
22032190
"type": "list",
22042191
"member": {
22052192
"type": "structure",
@@ -2236,7 +2223,7 @@
22362223
}
22372224
}
22382225
},
2239-
"S3q": {
2226+
"S3o": {
22402227
"type": "structure",
22412228
"members": {
22422229
"labels": {
@@ -2246,6 +2233,10 @@
22462233
}
22472234
}
22482235
},
2236+
"S3q": {
2237+
"type": "list",
2238+
"member": {}
2239+
},
22492240
"S45": {
22502241
"type": "list",
22512242
"member": {
@@ -2282,20 +2273,20 @@
22822273
"shape": "Sb"
22832274
},
22842275
"env": {
2285-
"shape": "S3b"
2276+
"shape": "S39"
22862277
},
22872278
"resources": {
2288-
"shape": "S3d"
2279+
"shape": "S3b"
22892280
},
22902281
"exitCode": {
22912282
"type": "integer"
22922283
},
22932284
"reason": {},
22942285
"volumeMounts": {
2295-
"shape": "S3h"
2286+
"shape": "S3f"
22962287
},
22972288
"securityContext": {
2298-
"shape": "S3j"
2289+
"shape": "S3h"
22992290
}
23002291
}
23012292
}
@@ -2369,6 +2360,25 @@
23692360
}
23702361
}
23712362
},
2363+
"S5x": {
2364+
"type": "structure",
2365+
"members": {
2366+
"podProperties": {
2367+
"type": "structure",
2368+
"members": {
2369+
"containers": {
2370+
"shape": "S5z"
2371+
},
2372+
"initContainers": {
2373+
"shape": "S5z"
2374+
},
2375+
"metadata": {
2376+
"shape": "S3o"
2377+
}
2378+
}
2379+
}
2380+
}
2381+
},
23722382
"S5z": {
23732383
"type": "list",
23742384
"member": {
@@ -2383,10 +2393,10 @@
23832393
"shape": "Sb"
23842394
},
23852395
"env": {
2386-
"shape": "S3b"
2396+
"shape": "S39"
23872397
},
23882398
"resources": {
2389-
"shape": "S3d"
2399+
"shape": "S3b"
23902400
}
23912401
}
23922402
}

0 commit comments

Comments
 (0)