You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-connect): This release adds Hierarchy based Access Control fields to Security Profile public APIs and adds support for UserAttributeFilter to SearchUsers API.
* <p>The list of resources that a security profile applies hierarchy restrictions to in Amazon Connect. Following are acceptable ResourceNames: <code>User</code>.</p>
4394
+
* @public
4395
+
*/
4396
+
HierarchyRestrictedResources?: string[];
4397
+
4398
+
/**
4399
+
* <p>The identifier of the hierarchy group that a security profile uses to restrict access to resources in Amazon Connect.</p>
* <p>The list of resources that a security profile applies hierarchy restrictions to in Amazon Connect. Following are acceptable ResourceNames: <code>User</code>.</p>
894
+
* @public
895
+
*/
896
+
HierarchyRestrictedResources?: string[];
897
+
898
+
/**
899
+
* <p>The identifier of the hierarchy group that a security profile uses to restrict access to
* <p>The list of resources that a security profile applies hierarchy restrictions to in Amazon Connect. Following are acceptable ResourceNames: <code>User</code>.</p>
4065
+
* @public
4066
+
*/
4067
+
HierarchyRestrictedResources?: string[];
4068
+
4069
+
/**
4070
+
* <p>The identifier of the hierarchy group that a security profile uses to restrict access to resources in Amazon Connect.</p>
"smithy.api#documentation": "<p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>.\n This accepts an <code>OR</code> of <code>AND</code> (List of List) input where: </p>\n <ul>\n <li>\n <p>Top level list specifies conditions that need to be applied with <code>OR</code>\n operator</p>\n </li>\n <li>\n <p>Inner list specifies conditions that need to be applied with <code>AND</code>\n operator.</p>\n </li>\n </ul>"
"smithy.api#documentation": "<p>An object that can be used to specify Tag conditions or Hierarchy Group conditions inside\n the <code>SearchFilter</code>.</p>\n <p>This accepts an <code>OR</code> of <code>AND</code> (List of List) input where:</p>\n <ul>\n <li>\n <p>The top level list specifies conditions that need to be applied with <code>OR</code>\n operator</p>\n </li>\n <li>\n <p>The inner list specifies conditions that need to be applied with <code>AND</code>\n operator.</p>\n </li>\n </ul>\n <note>\n <p>Only one field can be populated. Maximum number of allowed Tag conditions is 25. Maximum\n number of allowed Hierarchy Group conditions is 20. </p>\n </note>"
5484
+
}
5485
+
},
5437
5486
"com.amazonaws.connect#CreateAgentStatus": {
5438
5487
"type": "operation",
5439
5488
"input": {
@@ -7149,6 +7198,18 @@
7149
7198
"traits": {
7150
7199
"smithy.api#documentation": "<p>This API is in preview release for Amazon Connect and is subject to change.</p>\n <p>A list of third-party applications that the security profile will give access to.</p>"
"smithy.api#documentation": "<p>The list of resources that a security profile applies hierarchy restrictions to in Amazon Connect. Following are acceptable ResourceNames: <code>User</code>.</p>"
"smithy.api#documentation": "<p>The identifier of the hierarchy group that a security profile uses to restrict access to resources in Amazon Connect.</p>"
7212
+
}
7152
7213
}
7153
7214
},
7154
7215
"traits": {
@@ -15961,6 +16022,21 @@
15961
16022
"smithy.api#documentation": "<p>Information about the levels in the hierarchy group.</p>"
"smithy.api#documentation": "<p>The list of resources that a security profile applies hierarchy restrictions to in Amazon Connect. Following are acceptable ResourceNames: <code>User</code>.</p>"
"smithy.api#documentation": "<p>The identifier of the hierarchy group that a security profile uses to restrict access to\n resources in Amazon Connect.</p>"
29680
+
}
29593
29681
}
29594
29682
},
29595
29683
"traits": {
@@ -35660,6 +35748,18 @@
35660
35748
"traits": {
35661
35749
"smithy.api#documentation": "<p>This API is in preview release for Amazon Connect and is subject to change.</p>\n <p>A list of the third-party application's metadata.</p>"
"smithy.api#documentation": "<p>The list of resources that a security profile applies hierarchy restrictions to in Amazon Connect. Following are acceptable ResourceNames: <code>User</code>.</p>"
"smithy.api#documentation": "<p>The identifier of the hierarchy group that a security profile uses to restrict access to resources in Amazon Connect.</p>"
"smithy.api#documentation": "<p>An object that can be used to specify Tag conditions or Hierarchy Group conditions inside\n the SearchFilter.</p>\n <p>This accepts an <code>OR</code> of <code>AND</code> (List of List) input where:</p>\n <ul>\n <li>\n <p>The top level list specifies conditions that need to be applied with <code>OR</code>\n operator.</p>\n </li>\n <li>\n <p>The inner list specifies conditions that need to be applied with <code>AND</code>\n operator.</p>\n </li>\n </ul>\n <note>\n <p>Only one field can be populated. This object can’t be used along with TagFilter. Request\n can either contain TagFilter or UserAttributeFilter if SearchFilter is specified, combination of\n both is not supported and such request will throw AccessDeniedException.</p>\n </note>"
0 commit comments