Skip to content

Commit

Permalink
Updates SDK to v2.996.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 27, 2021
1 parent 65936b1 commit 036818c
Show file tree
Hide file tree
Showing 36 changed files with 12,060 additions and 407 deletions.
32 changes: 32 additions & 0 deletions .changes/2.996.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "AppIntegrations",
"description": "The Amazon AppIntegrations service enables you to configure and reuse connections to external applications."
},
{
"type": "feature",
"category": "Connect",
"description": "This release updates a set of APIs: CreateIntegrationAssociation, ListIntegrationAssociations, CreateUseCase, and StartOutboundVoiceContact. You can use it to create integrations with Amazon Pinpoint for the Amazon Connect Campaigns use case, Amazon Connect Voice ID, and Amazon Connect Wisdom."
},
{
"type": "feature",
"category": "ELBv2",
"description": "Adds new ALB-type target group to facilitate forwarding traffic from NLB to ALB"
},
{
"type": "feature",
"category": "Pinpoint",
"description": "Added support for journey with contact center activity"
},
{
"type": "feature",
"category": "VoiceID",
"description": "Released the Amazon Voice ID SDK, for usage with the Amazon Connect Voice ID feature released for Amazon Connect."
},
{
"type": "feature",
"category": "Wisdom",
"description": "Released Amazon Connect Wisdom, a feature of Amazon Connect, which provides real-time recommendations and search functionality in general availability (GA). For more information, see https://docs.aws.amazon.com/wisdom/latest/APIReference/Welcome.html."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.995.0-->
<!--LATEST=2.996.0-->
<!--ENTRYINSERT-->

## 2.996.0
* feature: AppIntegrations: The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.
* feature: Connect: This release updates a set of APIs: CreateIntegrationAssociation, ListIntegrationAssociations, CreateUseCase, and StartOutboundVoiceContact. You can use it to create integrations with Amazon Pinpoint for the Amazon Connect Campaigns use case, Amazon Connect Voice ID, and Amazon Connect Wisdom.
* feature: ELBv2: Adds new ALB-type target group to facilitate forwarding traffic from NLB to ALB
* feature: Pinpoint: Added support for journey with contact center activity
* feature: VoiceID: Released the Amazon Voice ID SDK, for usage with the Amazon Connect Voice ID feature released for Amazon Connect.
* feature: Wisdom: Released Amazon Connect Wisdom, a feature of Amazon Connect, which provides real-time recommendations and search functionality in general availability (GA). For more information, see https://docs.aws.amazon.com/wisdom/latest/APIReference/Welcome.html.

## 2.995.0
* feature: EC2: DescribeInstances now returns Platform Details, Usage Operation, and Usage Operation Update Time.
* feature: LicenseManager: AWS License Manager now allows customers to get the LicenseArn in the Checkout API Response.
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.995.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.996.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
230 changes: 222 additions & 8 deletions apis/appintegrations-2020-07-29.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,50 @@
"uid": "appintegrations-2020-07-29"
},
"operations": {
"CreateDataIntegration": {
"http": {
"requestUri": "/dataIntegrations"
},
"input": {
"type": "structure",
"required": [
"Name"
],
"members": {
"Name": {},
"Description": {},
"KmsKey": {},
"SourceURI": {},
"ScheduleConfig": {
"shape": "S5"
},
"Tags": {
"shape": "S8"
},
"ClientToken": {
"idempotencyToken": true
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"Id": {},
"Name": {},
"Description": {},
"KmsKey": {},
"SourceURI": {},
"ScheduleConfiguration": {
"shape": "S5"
},
"Tags": {
"shape": "S8"
},
"ClientToken": {}
}
}
},
"CreateEventIntegration": {
"http": {
"requestUri": "/eventIntegrations"
Expand All @@ -27,7 +71,7 @@
"Name": {},
"Description": {},
"EventFilter": {
"shape": "S4"
"shape": "Sg"
},
"EventBridgeBus": {},
"ClientToken": {
Expand All @@ -45,6 +89,28 @@
}
}
},
"DeleteDataIntegration": {
"http": {
"method": "DELETE",
"requestUri": "/dataIntegrations/{Identifier}"
},
"input": {
"type": "structure",
"required": [
"DataIntegrationIdentifier"
],
"members": {
"DataIntegrationIdentifier": {
"location": "uri",
"locationName": "Identifier"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteEventIntegration": {
"http": {
"method": "DELETE",
Expand All @@ -67,6 +133,41 @@
"members": {}
}
},
"GetDataIntegration": {
"http": {
"method": "GET",
"requestUri": "/dataIntegrations/{Identifier}"
},
"input": {
"type": "structure",
"required": [
"Identifier"
],
"members": {
"Identifier": {
"location": "uri",
"locationName": "Identifier"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"Id": {},
"Name": {},
"Description": {},
"KmsKey": {},
"SourceURI": {},
"ScheduleConfiguration": {
"shape": "S5"
},
"Tags": {
"shape": "S8"
}
}
}
},
"GetEventIntegration": {
"http": {
"method": "GET",
Expand All @@ -92,14 +193,95 @@
"EventIntegrationArn": {},
"EventBridgeBus": {},
"EventFilter": {
"shape": "S4"
"shape": "Sg"
},
"Tags": {
"shape": "S8"
}
}
}
},
"ListDataIntegrationAssociations": {
"http": {
"method": "GET",
"requestUri": "/dataIntegrations/{Identifier}/associations"
},
"input": {
"type": "structure",
"required": [
"DataIntegrationIdentifier"
],
"members": {
"DataIntegrationIdentifier": {
"location": "uri",
"locationName": "Identifier"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"DataIntegrationAssociations": {
"type": "list",
"member": {
"type": "structure",
"members": {
"DataIntegrationAssociationArn": {},
"DataIntegrationArn": {},
"ClientId": {}
}
}
},
"NextToken": {}
}
}
},
"ListDataIntegrations": {
"http": {
"method": "GET",
"requestUri": "/dataIntegrations"
},
"input": {
"type": "structure",
"members": {
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"DataIntegrations": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Arn": {},
"Name": {},
"SourceURI": {}
}
}
},
"NextToken": {}
}
}
},
"ListEventIntegrationAssociations": {
"http": {
"method": "GET",
Expand Down Expand Up @@ -182,7 +364,7 @@
"Name": {},
"Description": {},
"EventFilter": {
"shape": "S4"
"shape": "Sg"
},
"EventBridgeBus": {},
"Tags": {
Expand Down Expand Up @@ -275,6 +457,30 @@
"members": {}
}
},
"UpdateDataIntegration": {
"http": {
"method": "PATCH",
"requestUri": "/dataIntegrations/{Identifier}"
},
"input": {
"type": "structure",
"required": [
"Identifier"
],
"members": {
"Identifier": {
"location": "uri",
"locationName": "Identifier"
},
"Name": {},
"Description": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UpdateEventIntegration": {
"http": {
"method": "PATCH",
Expand All @@ -300,19 +506,27 @@
}
},
"shapes": {
"S4": {
"S5": {
"type": "structure",
"required": [
"Source"
],
"members": {
"Source": {}
"FirstExecutionFrom": {},
"Object": {},
"ScheduleExpression": {}
}
},
"S8": {
"type": "map",
"key": {},
"value": {}
},
"Sg": {
"type": "structure",
"required": [
"Source"
],
"members": {
"Source": {}
}
}
}
}
Loading

0 comments on commit 036818c

Please sign in to comment.