Skip to content

Commit 8d6429f

Browse files
author
awstools
committed
Updates SDK to v2.1121.0
1 parent 5244129 commit 8d6429f

24 files changed

+1184
-300
lines changed

.changes/2.1121.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Connect",
5+
"description": "This release adds SearchUsers API which can be used to search for users with a Connect Instance"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "MQ",
10+
"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."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "RDSDataService",
15+
"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."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "SecurityHub",
20+
"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."
21+
}
22+
]

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1120.0-->
2+
<!--LATEST=2.1121.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1121.0
6+
* feature: Connect: This release adds SearchUsers API which can be used to search for users with a Connect Instance
7+
* 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.
8+
* 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.
9+
* 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.
10+
511
## 2.1120.0
612
* feature: ChimeSDKMeetings: Include additional exceptions types.
713
* feature: EC2: Adds support for waiters that automatically poll for a deleted NAT Gateway until it reaches the deleted state.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1120.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1121.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/connect-2017-08-08.min.json

+133-9
Original file line numberDiff line numberDiff line change
@@ -3732,6 +3732,85 @@
37323732
}
37333733
}
37343734
},
3735+
"SearchUsers": {
3736+
"http": {
3737+
"requestUri": "/search-users"
3738+
},
3739+
"input": {
3740+
"type": "structure",
3741+
"members": {
3742+
"InstanceId": {},
3743+
"NextToken": {},
3744+
"MaxResults": {
3745+
"type": "integer"
3746+
},
3747+
"SearchFilter": {
3748+
"type": "structure",
3749+
"members": {
3750+
"TagFilter": {
3751+
"type": "structure",
3752+
"members": {
3753+
"OrConditions": {
3754+
"type": "list",
3755+
"member": {
3756+
"shape": "Scj"
3757+
}
3758+
},
3759+
"AndConditions": {
3760+
"shape": "Scj"
3761+
},
3762+
"TagCondition": {
3763+
"shape": "Sck"
3764+
}
3765+
}
3766+
}
3767+
}
3768+
},
3769+
"SearchCriteria": {
3770+
"shape": "Scl"
3771+
}
3772+
}
3773+
},
3774+
"output": {
3775+
"type": "structure",
3776+
"members": {
3777+
"Users": {
3778+
"type": "list",
3779+
"member": {
3780+
"type": "structure",
3781+
"members": {
3782+
"Arn": {},
3783+
"DirectoryUserId": {},
3784+
"HierarchyGroupId": {},
3785+
"Id": {},
3786+
"IdentityInfo": {
3787+
"type": "structure",
3788+
"members": {
3789+
"FirstName": {},
3790+
"LastName": {}
3791+
}
3792+
},
3793+
"PhoneConfig": {
3794+
"shape": "S42"
3795+
},
3796+
"RoutingProfileId": {},
3797+
"SecurityProfileIds": {
3798+
"shape": "S47"
3799+
},
3800+
"Tags": {
3801+
"shape": "S1j"
3802+
},
3803+
"Username": {}
3804+
}
3805+
}
3806+
},
3807+
"NextToken": {},
3808+
"ApproximateTotalCount": {
3809+
"type": "long"
3810+
}
3811+
}
3812+
}
3813+
},
37353814
"SearchVocabularies": {
37363815
"http": {
37373816
"requestUri": "/vocabulary-summary/{InstanceId}"
@@ -3981,7 +4060,7 @@
39814060
},
39824061
"Name": {},
39834062
"References": {
3984-
"shape": "Sda"
4063+
"shape": "Sds"
39854064
},
39864065
"Description": {},
39874066
"ClientToken": {
@@ -4184,7 +4263,7 @@
41844263
"Name": {},
41854264
"Description": {},
41864265
"References": {
4187-
"shape": "Sda"
4266+
"shape": "Sds"
41884267
}
41894268
}
41904269
},
@@ -4845,19 +4924,19 @@
48454924
"type": "structure",
48464925
"members": {
48474926
"LevelOne": {
4848-
"shape": "Seq"
4927+
"shape": "Sf8"
48494928
},
48504929
"LevelTwo": {
4851-
"shape": "Seq"
4930+
"shape": "Sf8"
48524931
},
48534932
"LevelThree": {
4854-
"shape": "Seq"
4933+
"shape": "Sf8"
48554934
},
48564935
"LevelFour": {
4857-
"shape": "Seq"
4936+
"shape": "Sf8"
48584937
},
48594938
"LevelFive": {
4860-
"shape": "Seq"
4939+
"shape": "Sf8"
48614940
}
48624941
}
48634942
},
@@ -5338,7 +5417,52 @@
53385417
}
53395418
}
53405419
},
5341-
"Sda": {
5420+
"Scj": {
5421+
"type": "list",
5422+
"member": {
5423+
"shape": "Sck"
5424+
}
5425+
},
5426+
"Sck": {
5427+
"type": "structure",
5428+
"members": {
5429+
"TagKey": {},
5430+
"TagValue": {}
5431+
}
5432+
},
5433+
"Scl": {
5434+
"type": "structure",
5435+
"members": {
5436+
"OrConditions": {
5437+
"shape": "Scm"
5438+
},
5439+
"AndConditions": {
5440+
"shape": "Scm"
5441+
},
5442+
"StringCondition": {
5443+
"type": "structure",
5444+
"members": {
5445+
"FieldName": {},
5446+
"Value": {},
5447+
"ComparisonType": {}
5448+
}
5449+
},
5450+
"HierarchyGroupCondition": {
5451+
"type": "structure",
5452+
"members": {
5453+
"Value": {},
5454+
"HierarchyGroupMatchType": {}
5455+
}
5456+
}
5457+
}
5458+
},
5459+
"Scm": {
5460+
"type": "list",
5461+
"member": {
5462+
"shape": "Scl"
5463+
}
5464+
},
5465+
"Sds": {
53425466
"type": "map",
53435467
"key": {},
53445468
"value": {
@@ -5353,7 +5477,7 @@
53535477
}
53545478
}
53555479
},
5356-
"Seq": {
5480+
"Sf8": {
53575481
"type": "structure",
53585482
"required": [
53595483
"Name"

0 commit comments

Comments
 (0)