Skip to content

Commit 04fbe87

Browse files
author
awstools
committed
Updates SDK to v2.1134.0
1 parent bd04b90 commit 04fbe87

33 files changed

+640
-250
lines changed

.changes/2.1134.0.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "This release introduces a target type Gateway Load Balancer Endpoint for mirrored traffic. Customers can now specify GatewayLoadBalancerEndpoint option during the creation of a traffic mirror target."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Kendra",
10+
"description": "Amazon Kendra now provides a data source connector for Jira. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-jira.html"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Lambda",
15+
"description": "Lambda releases NodeJs 16 managed runtime to be available in all commercial regions."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Lightsail",
20+
"description": "This release adds support to include inactive database bundles in the response of the GetRelationalDatabaseBundles request."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SSMIncidents",
25+
"description": "Adding support for dynamic SSM Runbook parameter values. Updating validation pattern for engagements. Adding ConflictException to UpdateReplicationSet API contract."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "WorkSpaces",
30+
"description": "Increased the character limit of the login message from 600 to 850 characters."
31+
}
32+
]

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1133.0-->
2+
<!--LATEST=2.1134.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1134.0
6+
* feature: EC2: This release introduces a target type Gateway Load Balancer Endpoint for mirrored traffic. Customers can now specify GatewayLoadBalancerEndpoint option during the creation of a traffic mirror target.
7+
* feature: Kendra: Amazon Kendra now provides a data source connector for Jira. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-jira.html
8+
* feature: Lambda: Lambda releases NodeJs 16 managed runtime to be available in all commercial regions.
9+
* feature: Lightsail: This release adds support to include inactive database bundles in the response of the GetRelationalDatabaseBundles request.
10+
* feature: SSMIncidents: Adding support for dynamic SSM Runbook parameter values. Updating validation pattern for engagements. Adding ConflictException to UpdateReplicationSet API contract.
11+
* feature: WorkSpaces: Increased the character limit of the login message from 600 to 850 characters.
12+
513
## 2.1133.0
614
* feature: EC2: This release updates AWS PrivateLink APIs to support IPv6 for PrivateLink Services and Endpoints of type 'Interface'.
715

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1133.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1134.0.min.js"></script>
3333

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

apis/ec2-2016-11-15.min.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -3755,7 +3755,8 @@
37553755
},
37563756
"ClientToken": {
37573757
"idempotencyToken": true
3758-
}
3758+
},
3759+
"GatewayLoadBalancerEndpointId": {}
37593760
}
37603761
},
37613762
"output": {
@@ -26467,6 +26468,9 @@
2646726468
"Tags": {
2646826469
"shape": "Ss",
2646926470
"locationName": "tagSet"
26471+
},
26472+
"GatewayLoadBalancerEndpointId": {
26473+
"locationName": "gatewayLoadBalancerEndpointId"
2647026474
}
2647126475
}
2647226476
},

apis/ec2-2016-11-15.normal.json

+12-2
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,7 @@
13781378
"output": {
13791379
"shape": "CreateTrafficMirrorTargetResult"
13801380
},
1381-
"documentation": "<p>Creates a target for your Traffic Mirror session.</p> <p>A Traffic Mirror target is the destination for mirrored traffic. The Traffic Mirror source and the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in different VPCs connected via VPC peering or a transit gateway.</p> <p>A Traffic Mirror target can be a network interface, or a Network Load Balancer.</p> <p>To use the target in a Traffic Mirror session, use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTrafficMirrorSession.htm\">CreateTrafficMirrorSession</a>.</p>"
1381+
"documentation": "<p>Creates a target for your Traffic Mirror session.</p> <p>A Traffic Mirror target is the destination for mirrored traffic. The Traffic Mirror source and the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in different VPCs connected via VPC peering or a transit gateway.</p> <p>A Traffic Mirror target can be a network interface, a Network Load Balancer, or a Gateway Load Balancer endpoint.</p> <p>To use the target in a Traffic Mirror session, use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTrafficMirrorSession.htm\">CreateTrafficMirrorSession</a>.</p>"
13821382
},
13831383
"CreateTransitGateway": {
13841384
"name": "CreateTransitGateway",
@@ -14893,6 +14893,10 @@
1489314893
"shape": "String",
1489414894
"documentation": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to ensure idempotency</a>.</p>",
1489514895
"idempotencyToken": true
14896+
},
14897+
"GatewayLoadBalancerEndpointId": {
14898+
"shape": "VpcEndpointId",
14899+
"documentation": "<p>The ID of the Gateway Load Balancer endpoint.</p>"
1489614900
}
1489714901
}
1489814902
},
@@ -50503,6 +50507,11 @@
5050350507
"shape": "TagList",
5050450508
"documentation": "<p>The tags assigned to the Traffic Mirror target.</p>",
5050550509
"locationName": "tagSet"
50510+
},
50511+
"GatewayLoadBalancerEndpointId": {
50512+
"shape": "String",
50513+
"documentation": "<p>The ID of the Gateway Load Balancer endpoint.</p>",
50514+
"locationName": "gatewayLoadBalancerEndpointId"
5050650515
}
5050750516
},
5050850517
"documentation": "<p>Describes a Traffic Mirror target.</p>"
@@ -50528,7 +50537,8 @@
5052850537
"type": "string",
5052950538
"enum": [
5053050539
"network-interface",
50531-
"network-load-balancer"
50540+
"network-load-balancer",
50541+
"gateway-load-balancer-endpoint"
5053250542
]
5053350543
},
5053450544
"TrafficMirroringMaxResults": {

apis/finspace-data-2020-07-13.normal.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2413,7 +2413,7 @@
24132413
"documentation": "<p>Permission for a resource.</p>"
24142414
}
24152415
},
2416-
"documentation": "<p>Resource permission for a dataset. When you create a dataset, all the other members of the same user group inherit access to the dataset. You can only create a dataset if your user group has application permission for Create Datasets.</p> <p>The following is a list of valid dataset permissions that you can apply: </p> <ul> <li> <p> <code>ViewDatasetDetails</code> </p> </li> <li> <p> <code>ReadDatasetDetails</code> </p> </li> <li> <p> <code>AddDatasetData</code> </p> </li> <li> <p> <code>CreateSnapshot</code> </p> </li> <li> <p> <code>EditDatasetMetadata</code> </p> </li> <li> <p> <code>DeleteDataset</code> </p> </li> </ul> <p>For more information on the dataset permissions, see <a href=\"https://docs.aws.amazon.com/finspace/latest/userguide/managing-user-permissions.html#supported-dataset-permissions\">Supported Dataset Permissions</a> in the FinSpace User Guide.</p>"
2416+
"documentation": "<p>Resource permission for a dataset. When you create a dataset, all the other members of the same user group inherit access to the dataset. You can only create a dataset if your user group has application permission for Create Datasets.</p> <p>The following is a list of valid dataset permissions that you can apply: </p> <ul> <li> <p> <code>ViewDatasetDetails</code> </p> </li> <li> <p> <code>ReadDatasetDetails</code> </p> </li> <li> <p> <code>AddDatasetData</code> </p> </li> <li> <p> <code>CreateDataView</code> </p> </li> <li> <p> <code>EditDatasetMetadata</code> </p> </li> <li> <p> <code>DeleteDataset</code> </p> </li> </ul> <p>For more information on the dataset permissions, see <a href=\"https://docs.aws.amazon.com/finspace/latest/userguide/managing-user-permissions.html#supported-dataset-permissions\">Supported Dataset Permissions</a> in the FinSpace User Guide.</p>"
24172417
},
24182418
"ResourcePermissionsList": {
24192419
"type": "list",

apis/iot-2015-05-28.normal.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -10245,7 +10245,7 @@
1024510245
},
1024610246
"targetSelection": {
1024710247
"shape": "TargetSelection",
10248-
"documentation": "<p>Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group.</p>"
10248+
"documentation": "<p>Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group.</p> <note> <p>We recommend that you use continuous jobs instead of snapshot jobs for dynamic thing group targets. By using continuous jobs, devices that join the group receive the job execution even after the job has been created.</p> </note>"
1024910249
},
1025010250
"jobExecutionsRolloutConfig": {
1025110251
"shape": "JobExecutionsRolloutConfig",
@@ -10277,7 +10277,7 @@
1027710277
},
1027810278
"documentParameters": {
1027910279
"shape": "ParameterMap",
10280-
"documentation": "<p>Parameters of a managed template that you can specify to create the job document.</p>"
10280+
"documentation": "<p>Parameters of an Amazon Web Services managed template that you can specify to create the job document.</p> <note> <p> <code>documentParameters</code> can only be used when creating jobs from Amazon Web Services managed templates. This parameter can't be used with custom job templates or to create jobs from them.</p> </note>"
1028110281
}
1028210282
}
1028310283
},
@@ -11149,11 +11149,11 @@
1114911149
},
1115011150
"hashAlgorithm": {
1115111151
"shape": "HashAlgorithm",
11152-
"documentation": "<p>The hash algorithm used to code sign the file.</p>"
11152+
"documentation": "<p>The hash algorithm used to code sign the file. You can use a string as the algorithm name if the target over-the-air (OTA) update devices are able to verify the signature that was generated using the same signature algorithm. For example, FreeRTOS uses <code>SHA256</code> or <code>SHA1</code>, so you can pass either of them based on which was used for generating the signature.</p>"
1115311153
},
1115411154
"signatureAlgorithm": {
1115511155
"shape": "SignatureAlgorithm",
11156-
"documentation": "<p>The signature algorithm used to code sign the file.</p>"
11156+
"documentation": "<p>The signature algorithm used to code sign the file. You can use a string as the algorithm name if the target over-the-air (OTA) update devices are able to verify the signature that was generated using the same signature algorithm. For example, FreeRTOS uses <code>ECDSA</code> or <code>RSA</code>, so you can pass either of them based on which was used for generating the signature.</p>"
1115711157
}
1115811158
},
1115911159
"documentation": "<p>Describes a custom method used to code sign a file.</p>"
@@ -12677,7 +12677,7 @@
1267712677
},
1267812678
"documentParameters": {
1267912679
"shape": "DocumentParameters",
12680-
"documentation": "<p>A map of key-value pairs that you can use as guidance to specify the inputs for creating a job from a managed template.</p>"
12680+
"documentation": "<p>A map of key-value pairs that you can use as guidance to specify the inputs for creating a job from a managed template.</p> <note> <p> <code>documentParameters</code> can only be used when creating jobs from Amazon Web Services managed templates. This parameter can't be used with custom job templates or to create jobs from them.</p> </note>"
1268112681
},
1268212682
"document": {
1268312683
"shape": "JobDocument",
@@ -13602,7 +13602,7 @@
1360213602
"documentation": "<p>Specifies whether a pattern that needs to be replaced in a managed template job document schema is optional or required.</p>"
1360313603
}
1360413604
},
13605-
"documentation": "<p>A map of key-value pairs containing the patterns that need to be replaced in a managed template job document schema. You can use the description of each key as a guidance to specify the inputs during runtime when creating a job.</p>"
13605+
"documentation": "<p>A map of key-value pairs containing the patterns that need to be replaced in a managed template job document schema. You can use the description of each key as a guidance to specify the inputs during runtime when creating a job.</p> <note> <p> <code>documentParameters</code> can only be used when creating jobs from Amazon Web Services managed templates. This parameter can't be used with custom job templates or to create jobs from them.</p> </note>"
1360613606
},
1360713607
"DocumentParameters": {
1360813608
"type": "list",
@@ -14993,7 +14993,7 @@
1499314993
},
1499414994
"targetSelection": {
1499514995
"shape": "TargetSelection",
14996-
"documentation": "<p>Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a device when the thing representing the device is added to a target group, even after the job was completed by all things originally in the group. </p>"
14996+
"documentation": "<p>Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a device when the thing representing the device is added to a target group, even after the job was completed by all things originally in the group. </p> <note> <p>We recommend that you use continuous jobs instead of snapshot jobs for dynamic thing group targets. By using continuous jobs, devices that join the group receive the job execution even after the job has been created.</p> </note>"
1499714997
},
1499814998
"status": {
1499914999
"shape": "JobStatus",
@@ -15065,7 +15065,7 @@
1506515065
},
1506615066
"documentParameters": {
1506715067
"shape": "ParameterMap",
15068-
"documentation": "<p>A key-value map that pairs the patterns that need to be replaced in a managed template job document schema. You can use the description of each key as a guidance to specify the inputs during runtime when creating a job.</p>"
15068+
"documentation": "<p>A key-value map that pairs the patterns that need to be replaced in a managed template job document schema. You can use the description of each key as a guidance to specify the inputs during runtime when creating a job.</p> <note> <p> <code>documentParameters</code> can only be used when creating jobs from Amazon Web Services managed templates. This parameter can't be used with custom job templates or to create jobs from them.</p> </note>"
1506915069
},
1507015070
"isConcurrent": {
1507115071
"shape": "BooleanWrapperObject"
@@ -15343,7 +15343,7 @@
1534315343
},
1534415344
"targetSelection": {
1534515345
"shape": "TargetSelection",
15346-
"documentation": "<p>Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group.</p>"
15346+
"documentation": "<p>Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group.</p> <note> <p>We recommend that you use continuous jobs instead of snapshot jobs for dynamic thing group targets. By using continuous jobs, devices that join the group receive the job execution even after the job has been created.</p> </note>"
1534715347
},
1534815348
"status": {
1534915349
"shape": "JobStatus",
@@ -16499,7 +16499,7 @@
1649916499
},
1650016500
"targetSelection": {
1650116501
"shape": "TargetSelection",
16502-
"documentation": "<p>Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group. </p>",
16502+
"documentation": "<p>Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group. </p> <note> <p>We recommend that you use continuous jobs instead of snapshot jobs for dynamic thing group targets. By using continuous jobs, devices that join the group receive the job execution even after the job has been created.</p> </note>",
1650316503
"location": "querystring",
1650416504
"locationName": "targetSelection"
1650516505
},

0 commit comments

Comments
 (0)