Skip to content

Commit

Permalink
Updates SDK to v2.1018.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 29, 2021
1 parent e49d126 commit 47b147e
Show file tree
Hide file tree
Showing 24 changed files with 1,087 additions and 303 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1018.0.json
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "ApplicationInsights",
"description": "Added Monitoring support for SQL Server Failover Cluster Instance. Additionally, added a new API to allow one-click monitoring of containers resources."
},
{
"type": "feature",
"category": "Connect",
"description": "Amazon Connect Chat now supports real-time message streaming."
},
{
"type": "feature",
"category": "EC2",
"description": "Support added for AMI sharing with organizations and organizational units in ModifyImageAttribute API"
},
{
"type": "feature",
"category": "Rekognition",
"description": "This release added new attributes to Rekognition Video GetCelebrityRecognition API operations."
},
{
"type": "feature",
"category": "TranscribeService",
"description": "Transcribe and Transcribe Call Analytics now support automatic language identification along with custom vocabulary, vocabulary filter, custom language model and PII redaction."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1017.0-->
<!--LATEST=2.1018.0-->
<!--ENTRYINSERT-->

## 2.1018.0
* feature: ApplicationInsights: Added Monitoring support for SQL Server Failover Cluster Instance. Additionally, added a new API to allow one-click monitoring of containers resources.
* feature: Connect: Amazon Connect Chat now supports real-time message streaming.
* feature: EC2: Support added for AMI sharing with organizations and organizational units in ModifyImageAttribute API
* feature: Rekognition: This release added new attributes to Rekognition Video GetCelebrityRecognition API operations.
* feature: TranscribeService: Transcribe and Transcribe Call Analytics now support automatic language identification along with custom vocabulary, vocabulary filter, custom language model and PII redaction.

## 2.1017.0
* feature: ConnectParticipant: This release adds a new boolean attribute - Connect Participant - to the CreateParticipantConnection API, which can be used to mark the participant as connected.
* feature: EC2: Added new read-only DenyAllIGWTraffic network interface attribute. Added support for DL1 24xlarge instances powered by Habana Gaudi Accelerators for deep learning model training workloads
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.1017.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1018.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
81 changes: 51 additions & 30 deletions apis/application-insights-2018-11-25.min.json
Expand Up @@ -17,9 +17,6 @@
"CreateApplication": {
"input": {
"type": "structure",
"required": [
"ResourceGroupName"
],
"members": {
"ResourceGroupName": {},
"OpsCenterEnabled": {
Expand All @@ -31,14 +28,20 @@
"OpsItemSNSTopicArn": {},
"Tags": {
"shape": "S6"
},
"AutoConfigEnabled": {
"type": "boolean"
},
"AutoCreate": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"ApplicationInfo": {
"shape": "Sb"
"shape": "Sd"
}
}
}
Expand All @@ -55,7 +58,7 @@
"ResourceGroupName": {},
"ComponentName": {},
"ResourceList": {
"shape": "Sg"
"shape": "Sj"
}
}
},
Expand Down Expand Up @@ -88,7 +91,7 @@
"type": "structure",
"members": {
"LogPattern": {
"shape": "Sp"
"shape": "Ss"
},
"ResourceGroupName": {}
}
Expand Down Expand Up @@ -159,7 +162,7 @@
"type": "structure",
"members": {
"ApplicationInfo": {
"shape": "Sb"
"shape": "Sd"
}
}
}
Expand All @@ -180,10 +183,10 @@
"type": "structure",
"members": {
"ApplicationComponent": {
"shape": "S11"
"shape": "S14"
},
"ResourceList": {
"shape": "Sg"
"shape": "Sj"
}
}
}
Expand Down Expand Up @@ -251,7 +254,7 @@
"members": {
"ResourceGroupName": {},
"LogPattern": {
"shape": "Sp"
"shape": "Ss"
}
}
}
Expand All @@ -270,7 +273,7 @@
"type": "structure",
"members": {
"Observation": {
"shape": "S1k"
"shape": "S1n"
}
}
}
Expand All @@ -289,7 +292,7 @@
"type": "structure",
"members": {
"Problem": {
"shape": "S2w"
"shape": "S2z"
}
}
}
Expand All @@ -313,7 +316,7 @@
"ObservationList": {
"type": "list",
"member": {
"shape": "S1k"
"shape": "S1n"
}
}
}
Expand All @@ -337,7 +340,7 @@
"ApplicationInfoList": {
"type": "list",
"member": {
"shape": "Sb"
"shape": "Sd"
}
},
"NextToken": {}
Expand All @@ -364,7 +367,7 @@
"ApplicationComponentList": {
"type": "list",
"member": {
"shape": "S11"
"shape": "S14"
}
},
"NextToken": {}
Expand Down Expand Up @@ -460,7 +463,7 @@
"LogPatterns": {
"type": "list",
"member": {
"shape": "Sp"
"shape": "Ss"
}
},
"NextToken": {}
Expand All @@ -481,7 +484,8 @@
"MaxResults": {
"type": "integer"
},
"NextToken": {}
"NextToken": {},
"ComponentName": {}
}
},
"output": {
Expand All @@ -490,10 +494,11 @@
"ProblemList": {
"type": "list",
"member": {
"shape": "S2w"
"shape": "S2z"
}
},
"NextToken": {}
"NextToken": {},
"ResourceGroupName": {}
}
}
},
Expand Down Expand Up @@ -572,14 +577,17 @@
"OpsItemSNSTopicArn": {},
"RemoveSNSTopic": {
"type": "boolean"
},
"AutoConfigEnabled": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"ApplicationInfo": {
"shape": "Sb"
"shape": "Sd"
}
}
}
Expand All @@ -596,7 +604,7 @@
"ComponentName": {},
"NewComponentName": {},
"ResourceList": {
"shape": "Sg"
"shape": "Sj"
}
}
},
Expand All @@ -619,7 +627,10 @@
"type": "boolean"
},
"Tier": {},
"ComponentConfiguration": {}
"ComponentConfiguration": {},
"AutoConfigEnabled": {
"type": "boolean"
}
}
},
"output": {
Expand Down Expand Up @@ -650,7 +661,7 @@
"members": {
"ResourceGroupName": {},
"LogPattern": {
"shape": "Sp"
"shape": "Ss"
}
}
}
Expand All @@ -671,7 +682,7 @@
}
}
},
"Sb": {
"Sd": {
"type": "structure",
"members": {
"ResourceGroupName": {},
Expand All @@ -683,14 +694,18 @@
"CWEMonitorEnabled": {
"type": "boolean"
},
"Remarks": {}
"Remarks": {},
"AutoConfigEnabled": {
"type": "boolean"
},
"DiscoveryType": {}
}
},
"Sg": {
"Sj": {
"type": "list",
"member": {}
},
"Sp": {
"Ss": {
"type": "structure",
"members": {
"PatternSetName": {},
Expand All @@ -701,7 +716,7 @@
}
}
},
"S11": {
"S14": {
"type": "structure",
"members": {
"ComponentName": {},
Expand All @@ -723,7 +738,7 @@
}
}
},
"S1k": {
"S1n": {
"type": "structure",
"members": {
"Id": {},
Expand Down Expand Up @@ -791,7 +806,7 @@
"XRayNodeType": {}
}
},
"S2w": {
"S2z": {
"type": "structure",
"members": {
"Id": {},
Expand All @@ -811,6 +826,12 @@
"type": "map",
"key": {},
"value": {}
},
"RecurringCount": {
"type": "long"
},
"LastRecurrenceTime": {
"type": "timestamp"
}
}
}
Expand Down

0 comments on commit 47b147e

Please sign in to comment.