aws-sdk-connect 1.150.0 → 1.152.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -86,7 +86,9 @@ module Aws::Connect
86
86
  Attendee = Shapes::StructureShape.new(name: 'Attendee')
87
87
  AttendeeId = Shapes::StringShape.new(name: 'AttendeeId')
88
88
  Attribute = Shapes::StructureShape.new(name: 'Attribute')
89
+ AttributeAndCondition = Shapes::StructureShape.new(name: 'AttributeAndCondition')
89
90
  AttributeName = Shapes::StringShape.new(name: 'AttributeName')
91
+ AttributeOrConditionList = Shapes::ListShape.new(name: 'AttributeOrConditionList')
90
92
  AttributeValue = Shapes::StringShape.new(name: 'AttributeValue')
91
93
  Attributes = Shapes::MapShape.new(name: 'Attributes')
92
94
  AttributesList = Shapes::ListShape.new(name: 'AttributesList')
@@ -174,6 +176,7 @@ module Aws::Connect
174
176
  Content = Shapes::StringShape.new(name: 'Content')
175
177
  ContentType = Shapes::StringShape.new(name: 'ContentType')
176
178
  ControlPlaneTagFilter = Shapes::StructureShape.new(name: 'ControlPlaneTagFilter')
179
+ ControlPlaneUserAttributeFilter = Shapes::StructureShape.new(name: 'ControlPlaneUserAttributeFilter')
177
180
  CreateAgentStatusRequest = Shapes::StructureShape.new(name: 'CreateAgentStatusRequest')
178
181
  CreateAgentStatusResponse = Shapes::StructureShape.new(name: 'CreateAgentStatusResponse')
179
182
  CreateCaseActionDefinition = Shapes::StructureShape.new(name: 'CreateCaseActionDefinition')
@@ -479,6 +482,8 @@ module Aws::Connect
479
482
  HierarchyLevelUpdate = Shapes::StructureShape.new(name: 'HierarchyLevelUpdate')
480
483
  HierarchyPath = Shapes::StructureShape.new(name: 'HierarchyPath')
481
484
  HierarchyPathReference = Shapes::StructureShape.new(name: 'HierarchyPathReference')
485
+ HierarchyRestrictedResourceList = Shapes::ListShape.new(name: 'HierarchyRestrictedResourceList')
486
+ HierarchyRestrictedResourceName = Shapes::StringShape.new(name: 'HierarchyRestrictedResourceName')
482
487
  HierarchyStructure = Shapes::StructureShape.new(name: 'HierarchyStructure')
483
488
  HierarchyStructureUpdate = Shapes::StructureShape.new(name: 'HierarchyStructureUpdate')
484
489
  HistoricalMetric = Shapes::StructureShape.new(name: 'HistoricalMetric')
@@ -650,6 +655,7 @@ module Aws::Connect
650
655
  MaxResult2 = Shapes::IntegerShape.new(name: 'MaxResult2')
651
656
  MaxResult200 = Shapes::IntegerShape.new(name: 'MaxResult200')
652
657
  MaxResult25 = Shapes::IntegerShape.new(name: 'MaxResult25')
658
+ MaxResult500 = Shapes::IntegerShape.new(name: 'MaxResult500')
653
659
  MaxResult7 = Shapes::IntegerShape.new(name: 'MaxResult7')
654
660
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
655
661
  MaximumResultReturnedException = Shapes::StructureShape.new(name: 'MaximumResultReturnedException')
@@ -1435,6 +1441,12 @@ module Aws::Connect
1435
1441
  Attribute.add_member(:value, Shapes::ShapeRef.new(shape: InstanceAttributeValue, location_name: "Value"))
1436
1442
  Attribute.struct_class = Types::Attribute
1437
1443
 
1444
+ AttributeAndCondition.add_member(:tag_conditions, Shapes::ShapeRef.new(shape: TagAndConditionList, location_name: "TagConditions"))
1445
+ AttributeAndCondition.add_member(:hierarchy_group_condition, Shapes::ShapeRef.new(shape: HierarchyGroupCondition, location_name: "HierarchyGroupCondition"))
1446
+ AttributeAndCondition.struct_class = Types::AttributeAndCondition
1447
+
1448
+ AttributeOrConditionList.member = Shapes::ShapeRef.new(shape: AttributeAndCondition)
1449
+
1438
1450
  Attributes.key = Shapes::ShapeRef.new(shape: AttributeName)
1439
1451
  Attributes.value = Shapes::ShapeRef.new(shape: AttributeValue)
1440
1452
 
@@ -1666,6 +1678,12 @@ module Aws::Connect
1666
1678
  ControlPlaneTagFilter.add_member(:tag_condition, Shapes::ShapeRef.new(shape: TagCondition, location_name: "TagCondition"))
1667
1679
  ControlPlaneTagFilter.struct_class = Types::ControlPlaneTagFilter
1668
1680
 
1681
+ ControlPlaneUserAttributeFilter.add_member(:or_conditions, Shapes::ShapeRef.new(shape: AttributeOrConditionList, location_name: "OrConditions"))
1682
+ ControlPlaneUserAttributeFilter.add_member(:and_condition, Shapes::ShapeRef.new(shape: AttributeAndCondition, location_name: "AndCondition"))
1683
+ ControlPlaneUserAttributeFilter.add_member(:tag_condition, Shapes::ShapeRef.new(shape: TagCondition, location_name: "TagCondition"))
1684
+ ControlPlaneUserAttributeFilter.add_member(:hierarchy_group_condition, Shapes::ShapeRef.new(shape: HierarchyGroupCondition, location_name: "HierarchyGroupCondition"))
1685
+ ControlPlaneUserAttributeFilter.struct_class = Types::ControlPlaneUserAttributeFilter
1686
+
1669
1687
  CreateAgentStatusRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1670
1688
  CreateAgentStatusRequest.add_member(:name, Shapes::ShapeRef.new(shape: AgentStatusName, required: true, location_name: "Name"))
1671
1689
  CreateAgentStatusRequest.add_member(:description, Shapes::ShapeRef.new(shape: AgentStatusDescription, location_name: "Description"))
@@ -1852,6 +1870,8 @@ module Aws::Connect
1852
1870
  CreateSecurityProfileRequest.add_member(:allowed_access_control_tags, Shapes::ShapeRef.new(shape: AllowedAccessControlTags, location_name: "AllowedAccessControlTags"))
1853
1871
  CreateSecurityProfileRequest.add_member(:tag_restricted_resources, Shapes::ShapeRef.new(shape: TagRestrictedResourceList, location_name: "TagRestrictedResources"))
1854
1872
  CreateSecurityProfileRequest.add_member(:applications, Shapes::ShapeRef.new(shape: Applications, location_name: "Applications"))
1873
+ CreateSecurityProfileRequest.add_member(:hierarchy_restricted_resources, Shapes::ShapeRef.new(shape: HierarchyRestrictedResourceList, location_name: "HierarchyRestrictedResources"))
1874
+ CreateSecurityProfileRequest.add_member(:allowed_access_control_hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, location_name: "AllowedAccessControlHierarchyGroupId"))
1855
1875
  CreateSecurityProfileRequest.struct_class = Types::CreateSecurityProfileRequest
1856
1876
 
1857
1877
  CreateSecurityProfileResponse.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, location_name: "SecurityProfileId"))
@@ -2828,6 +2848,8 @@ module Aws::Connect
2828
2848
  HierarchyPathReference.add_member(:level_five, Shapes::ShapeRef.new(shape: HierarchyGroupSummaryReference, location_name: "LevelFive"))
2829
2849
  HierarchyPathReference.struct_class = Types::HierarchyPathReference
2830
2850
 
2851
+ HierarchyRestrictedResourceList.member = Shapes::ShapeRef.new(shape: HierarchyRestrictedResourceName)
2852
+
2831
2853
  HierarchyStructure.add_member(:level_one, Shapes::ShapeRef.new(shape: HierarchyLevel, location_name: "LevelOne"))
2832
2854
  HierarchyStructure.add_member(:level_two, Shapes::ShapeRef.new(shape: HierarchyLevel, location_name: "LevelTwo"))
2833
2855
  HierarchyStructure.add_member(:level_three, Shapes::ShapeRef.new(shape: HierarchyLevel, location_name: "LevelThree"))
@@ -4196,7 +4218,7 @@ module Aws::Connect
4196
4218
 
4197
4219
  SearchQueuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
4198
4220
  SearchQueuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
4199
- SearchQueuesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
4221
+ SearchQueuesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult500, location_name: "MaxResults", metadata: {"box"=>true}))
4200
4222
  SearchQueuesRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: QueueSearchFilter, location_name: "SearchFilter"))
4201
4223
  SearchQueuesRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: QueueSearchCriteria, location_name: "SearchCriteria"))
4202
4224
  SearchQueuesRequest.struct_class = Types::SearchQueuesRequest
@@ -4231,7 +4253,7 @@ module Aws::Connect
4231
4253
 
4232
4254
  SearchRoutingProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
4233
4255
  SearchRoutingProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
4234
- SearchRoutingProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
4256
+ SearchRoutingProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult500, location_name: "MaxResults", metadata: {"box"=>true}))
4235
4257
  SearchRoutingProfilesRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: RoutingProfileSearchFilter, location_name: "SearchFilter"))
4236
4258
  SearchRoutingProfilesRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: RoutingProfileSearchCriteria, location_name: "SearchCriteria"))
4237
4259
  SearchRoutingProfilesRequest.struct_class = Types::SearchRoutingProfilesRequest
@@ -4257,7 +4279,7 @@ module Aws::Connect
4257
4279
 
4258
4280
  SearchUsersRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
4259
4281
  SearchUsersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
4260
- SearchUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
4282
+ SearchUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult500, location_name: "MaxResults", metadata: {"box"=>true}))
4261
4283
  SearchUsersRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: UserSearchFilter, location_name: "SearchFilter"))
4262
4284
  SearchUsersRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: UserSearchCriteria, location_name: "SearchCriteria"))
4263
4285
  SearchUsersRequest.struct_class = Types::SearchUsersRequest
@@ -4308,6 +4330,8 @@ module Aws::Connect
4308
4330
  SecurityProfile.add_member(:tag_restricted_resources, Shapes::ShapeRef.new(shape: TagRestrictedResourceList, location_name: "TagRestrictedResources"))
4309
4331
  SecurityProfile.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
4310
4332
  SecurityProfile.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
4333
+ SecurityProfile.add_member(:hierarchy_restricted_resources, Shapes::ShapeRef.new(shape: HierarchyRestrictedResourceList, location_name: "HierarchyRestrictedResources"))
4334
+ SecurityProfile.add_member(:allowed_access_control_hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, location_name: "AllowedAccessControlHierarchyGroupId"))
4311
4335
  SecurityProfile.struct_class = Types::SecurityProfile
4312
4336
 
4313
4337
  SecurityProfileIds.member = Shapes::ShapeRef.new(shape: SecurityProfileId)
@@ -4950,6 +4974,8 @@ module Aws::Connect
4950
4974
  UpdateSecurityProfileRequest.add_member(:allowed_access_control_tags, Shapes::ShapeRef.new(shape: AllowedAccessControlTags, location_name: "AllowedAccessControlTags"))
4951
4975
  UpdateSecurityProfileRequest.add_member(:tag_restricted_resources, Shapes::ShapeRef.new(shape: TagRestrictedResourceList, location_name: "TagRestrictedResources"))
4952
4976
  UpdateSecurityProfileRequest.add_member(:applications, Shapes::ShapeRef.new(shape: Applications, location_name: "Applications"))
4977
+ UpdateSecurityProfileRequest.add_member(:hierarchy_restricted_resources, Shapes::ShapeRef.new(shape: HierarchyRestrictedResourceList, location_name: "HierarchyRestrictedResources"))
4978
+ UpdateSecurityProfileRequest.add_member(:allowed_access_control_hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, location_name: "AllowedAccessControlHierarchyGroupId"))
4953
4979
  UpdateSecurityProfileRequest.struct_class = Types::UpdateSecurityProfileRequest
4954
4980
 
4955
4981
  UpdateTaskTemplateRequest.add_member(:task_template_id, Shapes::ShapeRef.new(shape: TaskTemplateId, required: true, location: "uri", location_name: "TaskTemplateId"))
@@ -5140,6 +5166,7 @@ module Aws::Connect
5140
5166
  UserSearchCriteria.struct_class = Types::UserSearchCriteria
5141
5167
 
5142
5168
  UserSearchFilter.add_member(:tag_filter, Shapes::ShapeRef.new(shape: ControlPlaneTagFilter, location_name: "TagFilter"))
5169
+ UserSearchFilter.add_member(:user_attribute_filter, Shapes::ShapeRef.new(shape: ControlPlaneUserAttributeFilter, location_name: "UserAttributeFilter"))
5143
5170
  UserSearchFilter.struct_class = Types::UserSearchFilter
5144
5171
 
5145
5172
  UserSearchSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))