Skip to content

Commit 5c33aa0

Browse files
author
awstools
committed
Updates SDK to v2.1199.0
1 parent b13b746 commit 5c33aa0

21 files changed

+1376
-651
lines changed

.changes/2.1199.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Connect",
5+
"description": "This release adds SearchSecurityProfiles API which can be used to search for Security Profile resources within a Connect Instance."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Kendra",
10+
"description": "This release adds support for a new authentication type - Personal Access Token (PAT) for confluence server."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "LookoutMetrics",
15+
"description": "This release is to make GetDataQualityMetrics API publicly available."
16+
}
17+
]

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1198.0-->
2+
<!--LATEST=2.1199.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1199.0
6+
* feature: Connect: This release adds SearchSecurityProfiles API which can be used to search for Security Profile resources within a Connect Instance.
7+
* feature: Kendra: This release adds support for a new authentication type - Personal Access Token (PAT) for confluence server.
8+
* feature: LookoutMetrics: This release is to make GetDataQualityMetrics API publicly available.
9+
510
## 2.1198.0
611
* 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.
712
* feature: CloudWatch: Add support for managed Contributor Insights Rules

README.md

Lines changed: 1 addition & 1 deletion
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.1198.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1199.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

Lines changed: 119 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -4111,6 +4111,60 @@
41114111
}
41124112
}
41134113
},
4114+
"SearchSecurityProfiles": {
4115+
"http": {
4116+
"requestUri": "/search-security-profiles"
4117+
},
4118+
"input": {
4119+
"type": "structure",
4120+
"required": [
4121+
"InstanceId"
4122+
],
4123+
"members": {
4124+
"InstanceId": {},
4125+
"NextToken": {},
4126+
"MaxResults": {
4127+
"type": "integer"
4128+
},
4129+
"SearchCriteria": {
4130+
"shape": "Se2"
4131+
},
4132+
"SearchFilter": {
4133+
"type": "structure",
4134+
"members": {
4135+
"TagFilter": {
4136+
"shape": "Se7"
4137+
}
4138+
}
4139+
}
4140+
}
4141+
},
4142+
"output": {
4143+
"type": "structure",
4144+
"members": {
4145+
"SecurityProfiles": {
4146+
"type": "list",
4147+
"member": {
4148+
"type": "structure",
4149+
"members": {
4150+
"Id": {},
4151+
"OrganizationResourceId": {},
4152+
"Arn": {},
4153+
"SecurityProfileName": {},
4154+
"Description": {},
4155+
"Tags": {
4156+
"shape": "S1j"
4157+
}
4158+
}
4159+
}
4160+
},
4161+
"NextToken": {},
4162+
"ApproximateTotalCount": {
4163+
"type": "long"
4164+
}
4165+
}
4166+
}
4167+
},
41144168
"SearchUsers": {
41154169
"http": {
41164170
"requestUri": "/search-users"
@@ -4127,26 +4181,12 @@
41274181
"type": "structure",
41284182
"members": {
41294183
"TagFilter": {
4130-
"type": "structure",
4131-
"members": {
4132-
"OrConditions": {
4133-
"type": "list",
4134-
"member": {
4135-
"shape": "Se5"
4136-
}
4137-
},
4138-
"AndConditions": {
4139-
"shape": "Se5"
4140-
},
4141-
"TagCondition": {
4142-
"shape": "Se6"
4143-
}
4144-
}
4184+
"shape": "Se7"
41454185
}
41464186
}
41474187
},
41484188
"SearchCriteria": {
4149-
"shape": "Se7"
4189+
"shape": "Seh"
41504190
}
41514191
}
41524192
},
@@ -4438,7 +4478,7 @@
44384478
},
44394479
"Name": {},
44404480
"References": {
4441-
"shape": "Sfe"
4481+
"shape": "Sfl"
44424482
},
44434483
"Description": {},
44444484
"ClientToken": {
@@ -4673,7 +4713,7 @@
46734713
"Name": {},
46744714
"Description": {},
46754715
"References": {
4676-
"shape": "Sfe"
4716+
"shape": "Sfl"
46774717
}
46784718
}
46794719
},
@@ -5396,19 +5436,19 @@
53965436
"type": "structure",
53975437
"members": {
53985438
"LevelOne": {
5399-
"shape": "Sgy"
5439+
"shape": "Sh5"
54005440
},
54015441
"LevelTwo": {
5402-
"shape": "Sgy"
5442+
"shape": "Sh5"
54035443
},
54045444
"LevelThree": {
5405-
"shape": "Sgy"
5445+
"shape": "Sh5"
54065446
},
54075447
"LevelFour": {
5408-
"shape": "Sgy"
5448+
"shape": "Sh5"
54095449
},
54105450
"LevelFive": {
5411-
"shape": "Sgy"
5451+
"shape": "Sh5"
54125452
}
54135453
}
54145454
},
@@ -5990,35 +6030,75 @@
59906030
}
59916031
}
59926032
},
5993-
"Se5": {
6033+
"Se2": {
6034+
"type": "structure",
6035+
"members": {
6036+
"OrConditions": {
6037+
"shape": "Se3"
6038+
},
6039+
"AndConditions": {
6040+
"shape": "Se3"
6041+
},
6042+
"StringCondition": {
6043+
"shape": "Se4"
6044+
}
6045+
}
6046+
},
6047+
"Se3": {
59946048
"type": "list",
59956049
"member": {
5996-
"shape": "Se6"
6050+
"shape": "Se2"
59976051
}
59986052
},
5999-
"Se6": {
6053+
"Se4": {
6054+
"type": "structure",
6055+
"members": {
6056+
"FieldName": {},
6057+
"Value": {},
6058+
"ComparisonType": {}
6059+
}
6060+
},
6061+
"Se7": {
6062+
"type": "structure",
6063+
"members": {
6064+
"OrConditions": {
6065+
"type": "list",
6066+
"member": {
6067+
"shape": "Se9"
6068+
}
6069+
},
6070+
"AndConditions": {
6071+
"shape": "Se9"
6072+
},
6073+
"TagCondition": {
6074+
"shape": "Sea"
6075+
}
6076+
}
6077+
},
6078+
"Se9": {
6079+
"type": "list",
6080+
"member": {
6081+
"shape": "Sea"
6082+
}
6083+
},
6084+
"Sea": {
60006085
"type": "structure",
60016086
"members": {
60026087
"TagKey": {},
60036088
"TagValue": {}
60046089
}
60056090
},
6006-
"Se7": {
6091+
"Seh": {
60076092
"type": "structure",
60086093
"members": {
60096094
"OrConditions": {
6010-
"shape": "Se8"
6095+
"shape": "Sei"
60116096
},
60126097
"AndConditions": {
6013-
"shape": "Se8"
6098+
"shape": "Sei"
60146099
},
60156100
"StringCondition": {
6016-
"type": "structure",
6017-
"members": {
6018-
"FieldName": {},
6019-
"Value": {},
6020-
"ComparisonType": {}
6021-
}
6101+
"shape": "Se4"
60226102
},
60236103
"HierarchyGroupCondition": {
60246104
"type": "structure",
@@ -6029,13 +6109,13 @@
60296109
}
60306110
}
60316111
},
6032-
"Se8": {
6112+
"Sei": {
60336113
"type": "list",
60346114
"member": {
6035-
"shape": "Se7"
6115+
"shape": "Seh"
60366116
}
60376117
},
6038-
"Sfe": {
6118+
"Sfl": {
60396119
"type": "map",
60406120
"key": {},
60416121
"value": {
@@ -6050,7 +6130,7 @@
60506130
}
60516131
}
60526132
},
6053-
"Sgy": {
6133+
"Sh5": {
60546134
"type": "structure",
60556135
"required": [
60566136
"Name"

0 commit comments

Comments
 (0)