Skip to content

Commit

Permalink
Updates SDK to v2.1255.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 15, 2022
1 parent e9f7c2b commit 3b7f956
Show file tree
Hide file tree
Showing 29 changed files with 3,171 additions and 55 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1255.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "Connect",
"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."
},
{
"type": "feature",
"category": "GreengrassV2",
"description": "Adds new parent target ARN paramater to CreateDeployment, GetDeployment, and ListDeployments APIs for the new subdeployments feature."
},
{
"type": "feature",
"category": "Route53",
"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."
},
{
"type": "feature",
"category": "SsmSap",
"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."
},
{
"type": "feature",
"category": "WorkSpaces",
"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."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1254.0-->
<!--LATEST=2.1255.0-->
<!--ENTRYINSERT-->

## 2.1255.0
* 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.
* feature: GreengrassV2: Adds new parent target ARN paramater to CreateDeployment, GetDeployment, and ListDeployments APIs for the new subdeployments feature.
* 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.
* 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.
* 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.

## 2.1254.0
* feature: CustomerProfiles: This release enhances the SearchProfiles API by providing functionality to search for profiles using multiple keys and logical operators.
* feature: LakeFormation: This release adds a new parameter "Parameters" in the DataLakeSettings.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1254.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1255.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
3 changes: 2 additions & 1 deletion apis/connect-2017-08-08.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -9230,7 +9230,8 @@
"USE_CUSTOM_TTS_VOICES",
"EARLY_MEDIA",
"MULTI_PARTY_CONFERENCE",
"HIGH_VOLUME_OUTBOUND"
"HIGH_VOLUME_OUTBOUND",
"ENHANCED_CONTACT_MONITORING"
]
},
"InstanceAttributeValue": {
Expand Down
15 changes: 11 additions & 4 deletions apis/greengrassv2-2020-11-30.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@
"deploymentPolicies": {
"shape": "S2k"
},
"parentTargetArn": {},
"tags": {
"shape": "S1f"
},
Expand Down Expand Up @@ -562,7 +563,7 @@
"type": "structure",
"members": {
"connectivityInfo": {
"shape": "S38",
"shape": "S39",
"locationName": "ConnectivityInfo"
},
"message": {
Expand Down Expand Up @@ -647,6 +648,7 @@
"isLatestForTarget": {
"type": "boolean"
},
"parentTargetArn": {},
"tags": {
"shape": "S1f"
}
Expand Down Expand Up @@ -883,6 +885,10 @@
"location": "querystring",
"locationName": "historyFilter"
},
"parentTargetArn": {
"location": "querystring",
"locationName": "parentTargetArn"
},
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
Expand Down Expand Up @@ -912,7 +918,8 @@
"deploymentStatus": {},
"isLatestForTarget": {
"type": "boolean"
}
},
"parentTargetArn": {}
}
}
},
Expand Down Expand Up @@ -1206,7 +1213,7 @@
"locationName": "thingName"
},
"connectivityInfo": {
"shape": "S38",
"shape": "S39",
"locationName": "ConnectivityInfo"
}
}
Expand Down Expand Up @@ -1400,7 +1407,7 @@
}
}
},
"S38": {
"S39": {
"type": "list",
"member": {
"type": "structure",
Expand Down
22 changes: 20 additions & 2 deletions apis/greengrassv2-2020-11-30.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@
"members": {
"targetArn": {
"shape": "TargetARN",
"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>"
"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>"
},
"deploymentName": {
"shape": "DeploymentNameString",
Expand All @@ -1494,6 +1494,10 @@
"shape": "DeploymentPolicies",
"documentation": "<p>The deployment policies for the deployment. These policies define how the deployment updates components and handles failure.</p>"
},
"parentTargetArn": {
"shape": "ThingGroupARN",
"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>"
},
"tags": {
"shape": "TagMap",
"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>"
Expand Down Expand Up @@ -1574,7 +1578,7 @@
"members": {
"targetArn": {
"shape": "TargetARN",
"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>"
"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>"
},
"revisionId": {
"shape": "NonEmptyString",
Expand All @@ -1599,6 +1603,10 @@
"isLatestForTarget": {
"shape": "IsLatestForTarget",
"documentation": "<p>Whether or not the deployment is the latest revision for its target.</p>"
},
"parentTargetArn": {
"shape": "ThingGroupARN",
"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>"
}
},
"documentation": "<p>Contains information about a deployment.</p>"
Expand Down Expand Up @@ -2175,6 +2183,10 @@
"shape": "IsLatestForTarget",
"documentation": "<p>Whether or not the deployment is the latest revision for its target.</p>"
},
"parentTargetArn": {
"shape": "ThingGroupARN",
"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>"
},
"tags": {
"shape": "TagMap",
"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>"
Expand Down Expand Up @@ -2900,6 +2912,12 @@
"location": "querystring",
"locationName": "historyFilter"
},
"parentTargetArn": {
"shape": "ThingGroupARN",
"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>",
"location": "querystring",
"locationName": "parentTargetArn"
},
"maxResults": {
"shape": "DefaultMaxResults",
"documentation": "<p>The maximum number of results to be returned per paginated request.</p>",
Expand Down
3 changes: 3 additions & 0 deletions apis/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1210,5 +1210,8 @@
},
"scheduler": {
"name": "Scheduler"
},
"ssmsap": {
"name": "SsmSap"
}
}
7 changes: 5 additions & 2 deletions apis/route53-2013-04-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2540,6 +2540,7 @@
"cn-north-1",
"af-south-1",
"eu-south-1",
"eu-south-2",
"us-gov-west-1",
"us-gov-east-1",
"us-iso-east-1",
Expand Down Expand Up @@ -5820,7 +5821,8 @@
"me-central-1",
"ap-south-1",
"af-south-1",
"eu-south-1"
"eu-south-1",
"eu-south-2"
],
"max": 64,
"min": 1
Expand Down Expand Up @@ -6579,7 +6581,8 @@
"ca-central-1",
"cn-north-1",
"af-south-1",
"eu-south-1"
"eu-south-1",
"eu-south-2"
],
"max": 64,
"min": 1
Expand Down
5 changes: 5 additions & 0 deletions apis/ssmsap-2018-05-10.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
Loading

0 comments on commit 3b7f956

Please sign in to comment.