Skip to content

Commit 3b7f956

Browse files
author
awstools
committed
Updates SDK to v2.1255.0
1 parent e9f7c2b commit 3b7f956

29 files changed

+3171
-55
lines changed

.changes/2.1255.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Connect",
5+
"description": "This release updates the APIs: UpdateInstanceAttribute, DescribeInstanceAttribute, and ListInstanceAttributes. You can use it to programmatically enable/disable enhanced contact monitoring using attribute type ENHANCED_CONTACT_MONITORING on the specified Amazon Connect instance."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "GreengrassV2",
10+
"description": "Adds new parent target ARN paramater to CreateDeployment, GetDeployment, and ListDeployments APIs for the new subdeployments feature."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Route53",
15+
"description": "Amazon Route 53 now supports the Europe (Spain) Region (eu-south-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "SsmSap",
20+
"description": "AWS Systems Manager for SAP provides simplified operations and management of SAP applications such as SAP HANA. With this release, SAP customers and partners can automate and simplify their SAP system administration tasks such as backup/restore of SAP HANA."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "WorkSpaces",
25+
"description": "This release introduces ModifyCertificateBasedAuthProperties, a new API that allows control of certificate-based auth properties associated with a WorkSpaces directory. The DescribeWorkspaceDirectories API will now additionally return certificate-based auth properties in its responses."
26+
}
27+
]

CHANGELOG.md

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

5+
## 2.1255.0
6+
* feature: Connect: This release updates the APIs: UpdateInstanceAttribute, DescribeInstanceAttribute, and ListInstanceAttributes. You can use it to programmatically enable/disable enhanced contact monitoring using attribute type ENHANCED_CONTACT_MONITORING on the specified Amazon Connect instance.
7+
* feature: GreengrassV2: Adds new parent target ARN paramater to CreateDeployment, GetDeployment, and ListDeployments APIs for the new subdeployments feature.
8+
* feature: Route53: Amazon Route 53 now supports the Europe (Spain) Region (eu-south-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
9+
* feature: SsmSap: AWS Systems Manager for SAP provides simplified operations and management of SAP applications such as SAP HANA. With this release, SAP customers and partners can automate and simplify their SAP system administration tasks such as backup/restore of SAP HANA.
10+
* feature: WorkSpaces: This release introduces ModifyCertificateBasedAuthProperties, a new API that allows control of certificate-based auth properties associated with a WorkSpaces directory. The DescribeWorkspaceDirectories API will now additionally return certificate-based auth properties in its responses.
11+
512
## 2.1254.0
613
* feature: CustomerProfiles: This release enhances the SearchProfiles API by providing functionality to search for profiles using multiple keys and logical operators.
714
* feature: LakeFormation: This release adds a new parameter "Parameters" in the DataLakeSettings.

README.md

Lines changed: 1 addition & 1 deletion
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.1254.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1255.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/connect-2017-08-08.normal.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9230,7 +9230,8 @@
92309230
"USE_CUSTOM_TTS_VOICES",
92319231
"EARLY_MEDIA",
92329232
"MULTI_PARTY_CONFERENCE",
9233-
"HIGH_VOLUME_OUTBOUND"
9233+
"HIGH_VOLUME_OUTBOUND",
9234+
"ENHANCED_CONTACT_MONITORING"
92349235
]
92359236
},
92369237
"InstanceAttributeValue": {

apis/greengrassv2-2020-11-30.min.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@
337337
"deploymentPolicies": {
338338
"shape": "S2k"
339339
},
340+
"parentTargetArn": {},
340341
"tags": {
341342
"shape": "S1f"
342343
},
@@ -562,7 +563,7 @@
562563
"type": "structure",
563564
"members": {
564565
"connectivityInfo": {
565-
"shape": "S38",
566+
"shape": "S39",
566567
"locationName": "ConnectivityInfo"
567568
},
568569
"message": {
@@ -647,6 +648,7 @@
647648
"isLatestForTarget": {
648649
"type": "boolean"
649650
},
651+
"parentTargetArn": {},
650652
"tags": {
651653
"shape": "S1f"
652654
}
@@ -883,6 +885,10 @@
883885
"location": "querystring",
884886
"locationName": "historyFilter"
885887
},
888+
"parentTargetArn": {
889+
"location": "querystring",
890+
"locationName": "parentTargetArn"
891+
},
886892
"maxResults": {
887893
"location": "querystring",
888894
"locationName": "maxResults",
@@ -912,7 +918,8 @@
912918
"deploymentStatus": {},
913919
"isLatestForTarget": {
914920
"type": "boolean"
915-
}
921+
},
922+
"parentTargetArn": {}
916923
}
917924
}
918925
},
@@ -1206,7 +1213,7 @@
12061213
"locationName": "thingName"
12071214
},
12081215
"connectivityInfo": {
1209-
"shape": "S38",
1216+
"shape": "S39",
12101217
"locationName": "ConnectivityInfo"
12111218
}
12121219
}
@@ -1400,7 +1407,7 @@
14001407
}
14011408
}
14021409
},
1403-
"S38": {
1410+
"S39": {
14041411
"type": "list",
14051412
"member": {
14061413
"type": "structure",

apis/greengrassv2-2020-11-30.normal.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1476,7 +1476,7 @@
14761476
"members": {
14771477
"targetArn": {
14781478
"shape": "TargetARN",
1479-
"documentation": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the target IoT thing or thing group.</p>"
1479+
"documentation": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the target IoT thing or thing group. When creating a subdeployment, the targetARN can only be a thing group.</p>"
14801480
},
14811481
"deploymentName": {
14821482
"shape": "DeploymentNameString",
@@ -1494,6 +1494,10 @@
14941494
"shape": "DeploymentPolicies",
14951495
"documentation": "<p>The deployment policies for the deployment. These policies define how the deployment updates components and handles failure.</p>"
14961496
},
1497+
"parentTargetArn": {
1498+
"shape": "ThingGroupARN",
1499+
"documentation": "<p>The parent deployment's target <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> within a subdeployment.</p>"
1500+
},
14971501
"tags": {
14981502
"shape": "TagMap",
14991503
"documentation": "<p>A list of key-value pairs that contain metadata for the resource. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html\">Tag your resources</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>"
@@ -1574,7 +1578,7 @@
15741578
"members": {
15751579
"targetArn": {
15761580
"shape": "TargetARN",
1577-
"documentation": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the target IoT thing or thing group.</p>"
1581+
"documentation": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the target IoT thing or thing group. When creating a subdeployment, the targetARN can only be a thing group.</p>"
15781582
},
15791583
"revisionId": {
15801584
"shape": "NonEmptyString",
@@ -1599,6 +1603,10 @@
15991603
"isLatestForTarget": {
16001604
"shape": "IsLatestForTarget",
16011605
"documentation": "<p>Whether or not the deployment is the latest revision for its target.</p>"
1606+
},
1607+
"parentTargetArn": {
1608+
"shape": "ThingGroupARN",
1609+
"documentation": "<p>The parent deployment's target <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> within a subdeployment.</p>"
16021610
}
16031611
},
16041612
"documentation": "<p>Contains information about a deployment.</p>"
@@ -2175,6 +2183,10 @@
21752183
"shape": "IsLatestForTarget",
21762184
"documentation": "<p>Whether or not the deployment is the latest revision for its target.</p>"
21772185
},
2186+
"parentTargetArn": {
2187+
"shape": "ThingGroupARN",
2188+
"documentation": "<p>The parent deployment's target <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> within a subdeployment.</p>"
2189+
},
21782190
"tags": {
21792191
"shape": "TagMap",
21802192
"documentation": "<p>A list of key-value pairs that contain metadata for the resource. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html\">Tag your resources</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>"
@@ -2900,6 +2912,12 @@
29002912
"location": "querystring",
29012913
"locationName": "historyFilter"
29022914
},
2915+
"parentTargetArn": {
2916+
"shape": "ThingGroupARN",
2917+
"documentation": "<p>The parent deployment's target <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> within a subdeployment.</p>",
2918+
"location": "querystring",
2919+
"locationName": "parentTargetArn"
2920+
},
29032921
"maxResults": {
29042922
"shape": "DefaultMaxResults",
29052923
"documentation": "<p>The maximum number of results to be returned per paginated request.</p>",

apis/metadata.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,5 +1210,8 @@
12101210
},
12111211
"scheduler": {
12121212
"name": "Scheduler"
1213+
},
1214+
"ssmsap": {
1215+
"name": "SsmSap"
12131216
}
12141217
}

apis/route53-2013-04-01.normal.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2540,6 +2540,7 @@
25402540
"cn-north-1",
25412541
"af-south-1",
25422542
"eu-south-1",
2543+
"eu-south-2",
25432544
"us-gov-west-1",
25442545
"us-gov-east-1",
25452546
"us-iso-east-1",
@@ -5820,7 +5821,8 @@
58205821
"me-central-1",
58215822
"ap-south-1",
58225823
"af-south-1",
5823-
"eu-south-1"
5824+
"eu-south-1",
5825+
"eu-south-2"
58245826
],
58255827
"max": 64,
58265828
"min": 1
@@ -6579,7 +6581,8 @@
65796581
"ca-central-1",
65806582
"cn-north-1",
65816583
"af-south-1",
6582-
"eu-south-1"
6584+
"eu-south-1",
6585+
"eu-south-2"
65836586
],
65846587
"max": 64,
65856588
"min": 1

apis/ssmsap-2018-05-10.examples.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "1.0",
3+
"examples": {
4+
}
5+
}

0 commit comments

Comments
 (0)