Skip to content

Commit

Permalink
Updates SDK to v2.1199.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 19, 2022
1 parent b13b746 commit 5c33aa0
Show file tree
Hide file tree
Showing 21 changed files with 1,376 additions and 651 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1199.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "Connect",
"description": "This release adds SearchSecurityProfiles API which can be used to search for Security Profile resources within a Connect Instance."
},
{
"type": "feature",
"category": "Kendra",
"description": "This release adds support for a new authentication type - Personal Access Token (PAT) for confluence server."
},
{
"type": "feature",
"category": "LookoutMetrics",
"description": "This release is to make GetDataQualityMetrics API publicly available."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1198.0-->
<!--LATEST=2.1199.0-->
<!--ENTRYINSERT-->

## 2.1199.0
* feature: Connect: This release adds SearchSecurityProfiles API which can be used to search for Security Profile resources within a Connect Instance.
* feature: Kendra: This release adds support for a new authentication type - Personal Access Token (PAT) for confluence server.
* feature: LookoutMetrics: This release is to make GetDataQualityMetrics API publicly available.

## 2.1198.0
* feature: ChimeSDKMediaPipelines: The Amazon Chime SDK now supports live streaming of real-time video from the Amazon Chime SDK sessions to streaming platforms such as Amazon IVS and Amazon Elemental MediaLive. We have also added support for concatenation to create a single media capture file.
* feature: CloudWatch: Add support for managed Contributor Insights Rules
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.1198.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1199.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
158 changes: 119 additions & 39 deletions apis/connect-2017-08-08.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -4111,6 +4111,60 @@
}
}
},
"SearchSecurityProfiles": {
"http": {
"requestUri": "/search-security-profiles"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {},
"NextToken": {},
"MaxResults": {
"type": "integer"
},
"SearchCriteria": {
"shape": "Se2"
},
"SearchFilter": {
"type": "structure",
"members": {
"TagFilter": {
"shape": "Se7"
}
}
}
}
},
"output": {
"type": "structure",
"members": {
"SecurityProfiles": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {},
"OrganizationResourceId": {},
"Arn": {},
"SecurityProfileName": {},
"Description": {},
"Tags": {
"shape": "S1j"
}
}
}
},
"NextToken": {},
"ApproximateTotalCount": {
"type": "long"
}
}
}
},
"SearchUsers": {
"http": {
"requestUri": "/search-users"
Expand All @@ -4127,26 +4181,12 @@
"type": "structure",
"members": {
"TagFilter": {
"type": "structure",
"members": {
"OrConditions": {
"type": "list",
"member": {
"shape": "Se5"
}
},
"AndConditions": {
"shape": "Se5"
},
"TagCondition": {
"shape": "Se6"
}
}
"shape": "Se7"
}
}
},
"SearchCriteria": {
"shape": "Se7"
"shape": "Seh"
}
}
},
Expand Down Expand Up @@ -4438,7 +4478,7 @@
},
"Name": {},
"References": {
"shape": "Sfe"
"shape": "Sfl"
},
"Description": {},
"ClientToken": {
Expand Down Expand Up @@ -4673,7 +4713,7 @@
"Name": {},
"Description": {},
"References": {
"shape": "Sfe"
"shape": "Sfl"
}
}
},
Expand Down Expand Up @@ -5396,19 +5436,19 @@
"type": "structure",
"members": {
"LevelOne": {
"shape": "Sgy"
"shape": "Sh5"
},
"LevelTwo": {
"shape": "Sgy"
"shape": "Sh5"
},
"LevelThree": {
"shape": "Sgy"
"shape": "Sh5"
},
"LevelFour": {
"shape": "Sgy"
"shape": "Sh5"
},
"LevelFive": {
"shape": "Sgy"
"shape": "Sh5"
}
}
},
Expand Down Expand Up @@ -5990,35 +6030,75 @@
}
}
},
"Se5": {
"Se2": {
"type": "structure",
"members": {
"OrConditions": {
"shape": "Se3"
},
"AndConditions": {
"shape": "Se3"
},
"StringCondition": {
"shape": "Se4"
}
}
},
"Se3": {
"type": "list",
"member": {
"shape": "Se6"
"shape": "Se2"
}
},
"Se6": {
"Se4": {
"type": "structure",
"members": {
"FieldName": {},
"Value": {},
"ComparisonType": {}
}
},
"Se7": {
"type": "structure",
"members": {
"OrConditions": {
"type": "list",
"member": {
"shape": "Se9"
}
},
"AndConditions": {
"shape": "Se9"
},
"TagCondition": {
"shape": "Sea"
}
}
},
"Se9": {
"type": "list",
"member": {
"shape": "Sea"
}
},
"Sea": {
"type": "structure",
"members": {
"TagKey": {},
"TagValue": {}
}
},
"Se7": {
"Seh": {
"type": "structure",
"members": {
"OrConditions": {
"shape": "Se8"
"shape": "Sei"
},
"AndConditions": {
"shape": "Se8"
"shape": "Sei"
},
"StringCondition": {
"type": "structure",
"members": {
"FieldName": {},
"Value": {},
"ComparisonType": {}
}
"shape": "Se4"
},
"HierarchyGroupCondition": {
"type": "structure",
Expand All @@ -6029,13 +6109,13 @@
}
}
},
"Se8": {
"Sei": {
"type": "list",
"member": {
"shape": "Se7"
"shape": "Seh"
}
},
"Sfe": {
"Sfl": {
"type": "map",
"key": {},
"value": {
Expand All @@ -6050,7 +6130,7 @@
}
}
},
"Sgy": {
"Sh5": {
"type": "structure",
"required": [
"Name"
Expand Down
Loading

0 comments on commit 5c33aa0

Please sign in to comment.