Skip to content

Commit

Permalink
Updates SDK to v2.1121.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 25, 2022
1 parent 5244129 commit 8d6429f
Show file tree
Hide file tree
Showing 24 changed files with 1,184 additions and 300 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1121.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Connect",
"description": "This release adds SearchUsers API which can be used to search for users with a Connect Instance"
},
{
"type": "feature",
"category": "MQ",
"description": "This release adds the CRITICAL_ACTION_REQUIRED broker state and the ActionRequired API property. CRITICAL_ACTION_REQUIRED informs you when your broker is degraded. ActionRequired provides you with a code which you can use to find instructions in the Developer Guide on how to resolve the issue."
},
{
"type": "feature",
"category": "RDSDataService",
"description": "Support to receive SQL query results in the form of a simplified JSON string. This enables developers using the new JSON string format to more easily convert it to an object using popular JSON string parsing libraries."
},
{
"type": "feature",
"category": "SecurityHub",
"description": "Security Hub now lets you opt-out of auto-enabling the defaults standards (CIS and FSBP) in accounts that are auto-enabled with Security Hub via Security Hub's integration with AWS Organizations."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1120.0-->
<!--LATEST=2.1121.0-->
<!--ENTRYINSERT-->

## 2.1121.0
* feature: Connect: This release adds SearchUsers API which can be used to search for users with a Connect Instance
* feature: MQ: This release adds the CRITICAL_ACTION_REQUIRED broker state and the ActionRequired API property. CRITICAL_ACTION_REQUIRED informs you when your broker is degraded. ActionRequired provides you with a code which you can use to find instructions in the Developer Guide on how to resolve the issue.
* feature: RDSDataService: Support to receive SQL query results in the form of a simplified JSON string. This enables developers using the new JSON string format to more easily convert it to an object using popular JSON string parsing libraries.
* feature: SecurityHub: Security Hub now lets you opt-out of auto-enabling the defaults standards (CIS and FSBP) in accounts that are auto-enabled with Security Hub via Security Hub's integration with AWS Organizations.

## 2.1120.0
* feature: ChimeSDKMeetings: Include additional exceptions types.
* feature: EC2: Adds support for waiters that automatically poll for a deleted NAT Gateway until it reaches the deleted state.
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.1120.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1121.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
142 changes: 133 additions & 9 deletions apis/connect-2017-08-08.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -3732,6 +3732,85 @@
}
}
},
"SearchUsers": {
"http": {
"requestUri": "/search-users"
},
"input": {
"type": "structure",
"members": {
"InstanceId": {},
"NextToken": {},
"MaxResults": {
"type": "integer"
},
"SearchFilter": {
"type": "structure",
"members": {
"TagFilter": {
"type": "structure",
"members": {
"OrConditions": {
"type": "list",
"member": {
"shape": "Scj"
}
},
"AndConditions": {
"shape": "Scj"
},
"TagCondition": {
"shape": "Sck"
}
}
}
}
},
"SearchCriteria": {
"shape": "Scl"
}
}
},
"output": {
"type": "structure",
"members": {
"Users": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Arn": {},
"DirectoryUserId": {},
"HierarchyGroupId": {},
"Id": {},
"IdentityInfo": {
"type": "structure",
"members": {
"FirstName": {},
"LastName": {}
}
},
"PhoneConfig": {
"shape": "S42"
},
"RoutingProfileId": {},
"SecurityProfileIds": {
"shape": "S47"
},
"Tags": {
"shape": "S1j"
},
"Username": {}
}
}
},
"NextToken": {},
"ApproximateTotalCount": {
"type": "long"
}
}
}
},
"SearchVocabularies": {
"http": {
"requestUri": "/vocabulary-summary/{InstanceId}"
Expand Down Expand Up @@ -3981,7 +4060,7 @@
},
"Name": {},
"References": {
"shape": "Sda"
"shape": "Sds"
},
"Description": {},
"ClientToken": {
Expand Down Expand Up @@ -4184,7 +4263,7 @@
"Name": {},
"Description": {},
"References": {
"shape": "Sda"
"shape": "Sds"
}
}
},
Expand Down Expand Up @@ -4845,19 +4924,19 @@
"type": "structure",
"members": {
"LevelOne": {
"shape": "Seq"
"shape": "Sf8"
},
"LevelTwo": {
"shape": "Seq"
"shape": "Sf8"
},
"LevelThree": {
"shape": "Seq"
"shape": "Sf8"
},
"LevelFour": {
"shape": "Seq"
"shape": "Sf8"
},
"LevelFive": {
"shape": "Seq"
"shape": "Sf8"
}
}
},
Expand Down Expand Up @@ -5338,7 +5417,52 @@
}
}
},
"Sda": {
"Scj": {
"type": "list",
"member": {
"shape": "Sck"
}
},
"Sck": {
"type": "structure",
"members": {
"TagKey": {},
"TagValue": {}
}
},
"Scl": {
"type": "structure",
"members": {
"OrConditions": {
"shape": "Scm"
},
"AndConditions": {
"shape": "Scm"
},
"StringCondition": {
"type": "structure",
"members": {
"FieldName": {},
"Value": {},
"ComparisonType": {}
}
},
"HierarchyGroupCondition": {
"type": "structure",
"members": {
"Value": {},
"HierarchyGroupMatchType": {}
}
}
}
},
"Scm": {
"type": "list",
"member": {
"shape": "Scl"
}
},
"Sds": {
"type": "map",
"key": {},
"value": {
Expand All @@ -5353,7 +5477,7 @@
}
}
},
"Seq": {
"Sf8": {
"type": "structure",
"required": [
"Name"
Expand Down
Loading

0 comments on commit 8d6429f

Please sign in to comment.