Skip to content

Commit

Permalink
Updates SDK to v2.1148.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 2, 2022
1 parent 191882b commit 31154fe
Show file tree
Hide file tree
Showing 29 changed files with 5,426 additions and 1,004 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1148.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "ApplicationInsights",
"description": "Provide Account Level onboarding support through CFN/CLI"
},
{
"type": "feature",
"category": "Connect",
"description": "This release adds the following features: 1) New APIs to manage (create, list, update) task template resources, 2) Updates to startTaskContact API to support task templates, and 3) new TransferContact API to programmatically transfer in-progress tasks via a contact flow."
},
{
"type": "feature",
"category": "Kendra",
"description": "Amazon Kendra now provides a data source connector for GitHub. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-github.html"
},
{
"type": "feature",
"category": "Proton",
"description": "Add new \"Components\" API to enable users to Create, Delete and Update AWS Proton components."
},
{
"type": "feature",
"category": "VoiceID",
"description": "Added a new attribute ServerSideEncryptionUpdateDetails to Domain and DomainSummary."
}
]
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.1147.0-->
<!--LATEST=2.1148.0-->
<!--ENTRYINSERT-->

## 2.1148.0
* feature: ApplicationInsights: Provide Account Level onboarding support through CFN/CLI
* feature: Connect: This release adds the following features: 1) New APIs to manage (create, list, update) task template resources, 2) Updates to startTaskContact API to support task templates, and 3) new TransferContact API to programmatically transfer in-progress tasks via a contact flow.
* feature: Kendra: Amazon Kendra now provides a data source connector for GitHub. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-github.html
* feature: Proton: Add new "Components" API to enable users to Create, Delete and Update AWS Proton components.
* feature: VoiceID: Added a new attribute ServerSideEncryptionUpdateDetails to Domain and DomainSummary.

## 2.1147.0
* feature: BackupGateway: Adds GetGateway and UpdateGatewaySoftwareNow API and adds hypervisor name to UpdateHypervisor API
* feature: ChimeSDKMeetings: Adds support for centrally controlling each participant's ability to send and receive audio, video and screen share within a WebRTC session. Attendee capabilities can be specified when the attendee is created and updated during the session with the new BatchUpdateAttendeeCapabilitiesExcept API.
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.1147.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1148.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
49 changes: 25 additions & 24 deletions apis/application-insights-2018-11-25.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@
},
"AutoCreate": {
"type": "boolean"
}
},
"GroupingType": {}
}
},
"output": {
"type": "structure",
"members": {
"ApplicationInfo": {
"shape": "Sd"
"shape": "Se"
}
}
}
Expand All @@ -58,7 +59,7 @@
"ResourceGroupName": {},
"ComponentName": {},
"ResourceList": {
"shape": "Sj"
"shape": "Sk"
}
}
},
Expand Down Expand Up @@ -91,7 +92,7 @@
"type": "structure",
"members": {
"LogPattern": {
"shape": "Ss"
"shape": "St"
},
"ResourceGroupName": {}
}
Expand Down Expand Up @@ -162,7 +163,7 @@
"type": "structure",
"members": {
"ApplicationInfo": {
"shape": "Sd"
"shape": "Se"
}
}
}
Expand All @@ -183,10 +184,10 @@
"type": "structure",
"members": {
"ApplicationComponent": {
"shape": "S14"
"shape": "S15"
},
"ResourceList": {
"shape": "Sj"
"shape": "Sk"
}
}
}
Expand Down Expand Up @@ -254,7 +255,7 @@
"members": {
"ResourceGroupName": {},
"LogPattern": {
"shape": "Ss"
"shape": "St"
}
}
}
Expand All @@ -273,7 +274,7 @@
"type": "structure",
"members": {
"Observation": {
"shape": "S1n"
"shape": "S1o"
}
}
}
Expand All @@ -292,7 +293,7 @@
"type": "structure",
"members": {
"Problem": {
"shape": "S2z"
"shape": "S30"
}
}
}
Expand All @@ -316,7 +317,7 @@
"ObservationList": {
"type": "list",
"member": {
"shape": "S1n"
"shape": "S1o"
}
}
}
Expand All @@ -340,7 +341,7 @@
"ApplicationInfoList": {
"type": "list",
"member": {
"shape": "Sd"
"shape": "Se"
}
},
"NextToken": {}
Expand All @@ -367,7 +368,7 @@
"ApplicationComponentList": {
"type": "list",
"member": {
"shape": "S14"
"shape": "S15"
}
},
"NextToken": {}
Expand Down Expand Up @@ -463,7 +464,7 @@
"LogPatterns": {
"type": "list",
"member": {
"shape": "Ss"
"shape": "St"
}
},
"NextToken": {}
Expand Down Expand Up @@ -494,7 +495,7 @@
"ProblemList": {
"type": "list",
"member": {
"shape": "S2z"
"shape": "S30"
}
},
"NextToken": {},
Expand Down Expand Up @@ -587,7 +588,7 @@
"type": "structure",
"members": {
"ApplicationInfo": {
"shape": "Sd"
"shape": "Se"
}
}
}
Expand All @@ -604,7 +605,7 @@
"ComponentName": {},
"NewComponentName": {},
"ResourceList": {
"shape": "Sj"
"shape": "Sk"
}
}
},
Expand Down Expand Up @@ -661,7 +662,7 @@
"members": {
"ResourceGroupName": {},
"LogPattern": {
"shape": "Ss"
"shape": "St"
}
}
}
Expand All @@ -682,7 +683,7 @@
}
}
},
"Sd": {
"Se": {
"type": "structure",
"members": {
"ResourceGroupName": {},
Expand All @@ -701,11 +702,11 @@
"DiscoveryType": {}
}
},
"Sj": {
"Sk": {
"type": "list",
"member": {}
},
"Ss": {
"St": {
"type": "structure",
"members": {
"PatternSetName": {},
Expand All @@ -716,7 +717,7 @@
}
}
},
"S14": {
"S15": {
"type": "structure",
"members": {
"ComponentName": {},
Expand All @@ -738,7 +739,7 @@
}
}
},
"S1n": {
"S1o": {
"type": "structure",
"members": {
"Id": {},
Expand Down Expand Up @@ -806,7 +807,7 @@
"XRayNodeType": {}
}
},
"S2z": {
"S30": {
"type": "structure",
"members": {
"Id": {},
Expand Down
45 changes: 33 additions & 12 deletions apis/application-insights-2018-11-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -786,10 +786,12 @@
"documentation": "<p>The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:</p> <ul> <li> <p>“Configuring application, detected 1 Errors, 3 Warnings”</p> </li> <li> <p>“Configuring application, detected 1 Unconfigured Components”</p> </li> </ul>"
},
"AutoConfigEnabled": {
"shape": "AutoConfigEnabled"
"shape": "AutoConfigEnabled",
"documentation": "<p> Indicates whether auto-configuration is turned on for this application. </p>"
},
"DiscoveryType": {
"shape": "DiscoveryType"
"shape": "DiscoveryType",
"documentation": "<p> The method used by Application Insights to onboard your resources. </p>"
}
},
"documentation": "<p>Describes the status of the application.</p>"
Expand Down Expand Up @@ -940,10 +942,16 @@
"documentation": "<p>List of tags to add to the application. tag key (<code>Key</code>) and an associated tag value (<code>Value</code>). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.</p>"
},
"AutoConfigEnabled": {
"shape": "AutoConfigEnabled"
"shape": "AutoConfigEnabled",
"documentation": "<p> Indicates whether Application Insights automatically configures unmonitored resources in the resource group. </p>"
},
"AutoCreate": {
"shape": "AutoCreate"
"shape": "AutoCreate",
"documentation": "<p> Configures all of the resources in the resource group by applying the recommended configurations. </p>"
},
"GroupingType": {
"shape": "GroupingType",
"documentation": "<p>Application Insights can create applications based on a resource group or on an account. To create an account-based application using all of the resources in the account, set this parameter to <code>ACCOUNT_BASED</code>. </p>"
}
}
},
Expand Down Expand Up @@ -1135,7 +1143,7 @@
},
"Tier": {
"shape": "Tier",
"documentation": "<p>The tier of the application component. Supported tiers include <code>DOT_NET_CORE</code>, <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB</code>, <code>SQL_SERVER</code>, and <code>DEFAULT</code>.</p>"
"documentation": "<p>The tier of the application component.</p>"
}
}
},
Expand Down Expand Up @@ -1367,6 +1375,12 @@
"NOT_USEFUL"
]
},
"GroupingType": {
"type": "string",
"enum": [
"ACCOUNT_BASED"
]
},
"HealthEventArn": {
"type": "string"
},
Expand Down Expand Up @@ -1597,7 +1611,8 @@
"documentation": "<p>The token to request the next page of results.</p>"
},
"ComponentName": {
"shape": "ComponentName"
"shape": "ComponentName",
"documentation": "<p> The name of the component. </p>"
}
}
},
Expand All @@ -1613,7 +1628,8 @@
"documentation": "<p>The token used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </p>"
},
"ResourceGroupName": {
"shape": "ResourceGroupName"
"shape": "ResourceGroupName",
"documentation": "<p> The name of the resource group. </p>"
}
}
},
Expand Down Expand Up @@ -1991,10 +2007,12 @@
"documentation": "<p>Feedback provided by the user about the problem.</p>"
},
"RecurringCount": {
"shape": "RecurringCount"
"shape": "RecurringCount",
"documentation": "<p> The number of times that the same problem reoccurred after the first time it was resolved. </p>"
},
"LastRecurrenceTime": {
"shape": "LastRecurrenceTime"
"shape": "LastRecurrenceTime",
"documentation": "<p> The last time that the problem reoccurred after its last resolution. </p>"
}
},
"documentation": "<p>Describes a problem that is detected by correlating observations.</p>"
Expand Down Expand Up @@ -2066,6 +2084,7 @@
"SeverityLevel": {
"type": "string",
"enum": [
"Informative",
"Low",
"Medium",
"High"
Expand Down Expand Up @@ -2247,7 +2266,8 @@
"documentation": "<p> Disassociates the SNS topic from the opsItem created for detected problems.</p>"
},
"AutoConfigEnabled": {
"shape": "AutoConfigEnabled"
"shape": "AutoConfigEnabled",
"documentation": "<p> Turns auto-configuration on or off. </p>"
}
}
},
Expand Down Expand Up @@ -2281,14 +2301,15 @@
},
"Tier": {
"shape": "Tier",
"documentation": "<p>The tier of the application component. Supported tiers include <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB</code>, <code>DOT_NET_CORE</code>, <code>SQL_SERVER</code>, and <code>DEFAULT</code>.</p>"
"documentation": "<p>The tier of the application component.</p>"
},
"ComponentConfiguration": {
"shape": "ComponentConfiguration",
"documentation": "<p>The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see <a href=\"https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/working-with-json.html\">Working with JSON</a>. You can send a request to <code>DescribeComponentConfigurationRecommendation</code> to see the recommended configuration for a component. For the complete format of the component configuration file, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/component-config.html\">Component Configuration</a>.</p>"
},
"AutoConfigEnabled": {
"shape": "AutoConfigEnabled"
"shape": "AutoConfigEnabled",
"documentation": "<p> Automatically configures the component by applying the recommended configurations. </p>"
}
}
},
Expand Down
Loading

0 comments on commit 31154fe

Please sign in to comment.