Skip to content

Commit

Permalink
Updates SDK to v2.1256.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 16, 2022
1 parent 3b7f956 commit 6d1a84d
Show file tree
Hide file tree
Showing 52 changed files with 5,733 additions and 2,439 deletions.
72 changes: 72 additions & 0 deletions .changes/2.1256.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
[
{
"type": "feature",
"category": "Billingconductor",
"description": "This release adds a new feature BillingEntity pricing rule."
},
{
"type": "feature",
"category": "CloudFormation",
"description": "Added UnsupportedTarget HandlerErrorCode for use with CFN Resource Hooks"
},
{
"type": "feature",
"category": "ComprehendMedical",
"description": "This release supports new set of entities and traits. It also adds new category (BEHAVIORAL_ENVIRONMENTAL_SOCIAL)."
},
{
"type": "feature",
"category": "Connect",
"description": "This release adds a new MonitorContact API for initiating monitoring of ongoing Voice and Chat contacts."
},
{
"type": "feature",
"category": "EKS",
"description": "Adds support for customer-provided placement groups for Kubernetes control plane instances when creating local EKS clusters on Outposts"
},
{
"type": "feature",
"category": "ElastiCache",
"description": "for Redis now supports AWS Identity and Access Management authentication access to Redis clusters starting with redis-engine version 7.0"
},
{
"type": "feature",
"category": "IoTTwinMaker",
"description": "This release adds the following: 1) ExecuteQuery API allows users to query their AWS IoT TwinMaker Knowledge Graph 2) Pricing plan APIs allow users to configure and manage their pricing mode 3) Support for property groups and tabular property values in existing AWS IoT TwinMaker APIs."
},
{
"type": "feature",
"category": "PersonalizeEvents",
"description": "This release provides support for creation and use of metric attributions in AWS Personalize"
},
{
"type": "feature",
"category": "Proton",
"description": "Add support for sorting and filtering in ListServiceInstances"
},
{
"type": "feature",
"category": "RDS",
"description": "This release adds support for container databases (CDBs) to Amazon RDS Custom for Oracle. A CDB contains one PDB at creation. You can add more PDBs using Oracle SQL. You can also customize your database installation by setting the Oracle base, Oracle home, and the OS user name and group."
},
{
"type": "feature",
"category": "SSM",
"description": "This release adds support for cross account access in CreateOpsItem, UpdateOpsItem and GetOpsItem. It introduces new APIs to setup resource policies for SSM resources: PutResourcePolicy, GetResourcePolicies and DeleteResourcePolicy."
},
{
"type": "feature",
"category": "SSMIncidents",
"description": "Add support for PagerDuty integrations on ResponsePlan, IncidentRecord, and RelatedItem APIs"
},
{
"type": "feature",
"category": "Transfer",
"description": "Allow additional operations to throw ThrottlingException"
},
{
"type": "feature",
"category": "XRay",
"description": "This release adds new APIs - PutResourcePolicy, DeleteResourcePolicy, ListResourcePolicies for supporting resource based policies for AWS X-Ray."
}
]
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1255.0-->
<!--LATEST=2.1256.0-->
<!--ENTRYINSERT-->

## 2.1256.0
* feature: Billingconductor: This release adds a new feature BillingEntity pricing rule.
* feature: CloudFormation: Added UnsupportedTarget HandlerErrorCode for use with CFN Resource Hooks
* feature: ComprehendMedical: This release supports new set of entities and traits. It also adds new category (BEHAVIORAL_ENVIRONMENTAL_SOCIAL).
* feature: Connect: This release adds a new MonitorContact API for initiating monitoring of ongoing Voice and Chat contacts.
* feature: EKS: Adds support for customer-provided placement groups for Kubernetes control plane instances when creating local EKS clusters on Outposts
* feature: ElastiCache: for Redis now supports AWS Identity and Access Management authentication access to Redis clusters starting with redis-engine version 7.0
* feature: IoTTwinMaker: This release adds the following: 1) ExecuteQuery API allows users to query their AWS IoT TwinMaker Knowledge Graph 2) Pricing plan APIs allow users to configure and manage their pricing mode 3) Support for property groups and tabular property values in existing AWS IoT TwinMaker APIs.
* feature: PersonalizeEvents: This release provides support for creation and use of metric attributions in AWS Personalize
* feature: Proton: Add support for sorting and filtering in ListServiceInstances
* feature: RDS: This release adds support for container databases (CDBs) to Amazon RDS Custom for Oracle. A CDB contains one PDB at creation. You can add more PDBs using Oracle SQL. You can also customize your database installation by setting the Oracle base, Oracle home, and the OS user name and group.
* feature: SSM: This release adds support for cross account access in CreateOpsItem, UpdateOpsItem and GetOpsItem. It introduces new APIs to setup resource policies for SSM resources: PutResourcePolicy, GetResourcePolicies and DeleteResourcePolicy.
* feature: SSMIncidents: Add support for PagerDuty integrations on ResponsePlan, IncidentRecord, and RelatedItem APIs
* feature: Transfer: Allow additional operations to throw ThrottlingException
* feature: XRay: This release adds new APIs - PutResourcePolicy, DeleteResourcePolicy, ListResourcePolicies for supporting resource based policies for AWS X-Ray.

## 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.
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.1255.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1256.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
Loading

0 comments on commit 6d1a84d

Please sign in to comment.