aws-sdk-connect 1.131.0 → 1.132.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -77,6 +77,8 @@ module Aws::Connect
77
77
  AvailableNumberSummary = Shapes::StructureShape.new(name: 'AvailableNumberSummary')
78
78
  AvailableNumbersList = Shapes::ListShape.new(name: 'AvailableNumbersList')
79
79
  AwsRegion = Shapes::StringShape.new(name: 'AwsRegion')
80
+ BatchGetFlowAssociationRequest = Shapes::StructureShape.new(name: 'BatchGetFlowAssociationRequest')
81
+ BatchGetFlowAssociationResponse = Shapes::StructureShape.new(name: 'BatchGetFlowAssociationResponse')
80
82
  BehaviorType = Shapes::StringShape.new(name: 'BehaviorType')
81
83
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
82
84
  BotName = Shapes::StringShape.new(name: 'BotName')
@@ -359,6 +361,8 @@ module Aws::Connect
359
361
  FilterValueList = Shapes::ListShape.new(name: 'FilterValueList')
360
362
  Filters = Shapes::StructureShape.new(name: 'Filters')
361
363
  FiltersV2List = Shapes::ListShape.new(name: 'FiltersV2List')
364
+ FlowAssociationSummary = Shapes::StructureShape.new(name: 'FlowAssociationSummary')
365
+ FlowAssociationSummaryList = Shapes::ListShape.new(name: 'FlowAssociationSummaryList')
362
366
  FunctionArn = Shapes::StringShape.new(name: 'FunctionArn')
363
367
  FunctionArnsList = Shapes::ListShape.new(name: 'FunctionArnsList')
364
368
  GetContactAttributesRequest = Shapes::StructureShape.new(name: 'GetContactAttributesRequest')
@@ -486,6 +490,7 @@ module Aws::Connect
486
490
  ListEvaluationFormVersionsResponse = Shapes::StructureShape.new(name: 'ListEvaluationFormVersionsResponse')
487
491
  ListEvaluationFormsRequest = Shapes::StructureShape.new(name: 'ListEvaluationFormsRequest')
488
492
  ListEvaluationFormsResponse = Shapes::StructureShape.new(name: 'ListEvaluationFormsResponse')
493
+ ListFlowAssociationResourceType = Shapes::StringShape.new(name: 'ListFlowAssociationResourceType')
489
494
  ListHoursOfOperationsRequest = Shapes::StructureShape.new(name: 'ListHoursOfOperationsRequest')
490
495
  ListHoursOfOperationsResponse = Shapes::StructureShape.new(name: 'ListHoursOfOperationsResponse')
491
496
  ListInstanceAttributesRequest = Shapes::StructureShape.new(name: 'ListInstanceAttributesRequest')
@@ -689,6 +694,7 @@ module Aws::Connect
689
694
  ReferenceType = Shapes::StringShape.new(name: 'ReferenceType')
690
695
  ReferenceTypes = Shapes::ListShape.new(name: 'ReferenceTypes')
691
696
  ReferenceValue = Shapes::StringShape.new(name: 'ReferenceValue')
697
+ RegionName = Shapes::StringShape.new(name: 'RegionName')
692
698
  RehydrationType = Shapes::StringShape.new(name: 'RehydrationType')
693
699
  ReleasePhoneNumberRequest = Shapes::StructureShape.new(name: 'ReleasePhoneNumberRequest')
694
700
  ReplicateInstanceRequest = Shapes::StructureShape.new(name: 'ReplicateInstanceRequest')
@@ -1010,6 +1016,7 @@ module Aws::Connect
1010
1016
  VoiceRecordingConfiguration = Shapes::StructureShape.new(name: 'VoiceRecordingConfiguration')
1011
1017
  VoiceRecordingTrack = Shapes::StringShape.new(name: 'VoiceRecordingTrack')
1012
1018
  WisdomInfo = Shapes::StructureShape.new(name: 'WisdomInfo')
1019
+ resourceArnListMaxLimit100 = Shapes::ListShape.new(name: 'resourceArnListMaxLimit100')
1013
1020
  timestamp = Shapes::TimestampShape.new(name: 'timestamp')
1014
1021
 
1015
1022
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
@@ -1056,6 +1063,8 @@ module Aws::Connect
1056
1063
  AgentStatus.add_member(:display_order, Shapes::ShapeRef.new(shape: AgentStatusOrderNumber, location_name: "DisplayOrder"))
1057
1064
  AgentStatus.add_member(:state, Shapes::ShapeRef.new(shape: AgentStatusState, location_name: "State"))
1058
1065
  AgentStatus.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
1066
+ AgentStatus.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
1067
+ AgentStatus.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
1059
1068
  AgentStatus.struct_class = Types::AgentStatus
1060
1069
 
1061
1070
  AgentStatusReference.add_member(:status_start_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StatusStartTimestamp"))
@@ -1067,6 +1076,8 @@ module Aws::Connect
1067
1076
  AgentStatusSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
1068
1077
  AgentStatusSummary.add_member(:name, Shapes::ShapeRef.new(shape: AgentStatusName, location_name: "Name"))
1069
1078
  AgentStatusSummary.add_member(:type, Shapes::ShapeRef.new(shape: AgentStatusType, location_name: "Type"))
1079
+ AgentStatusSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
1080
+ AgentStatusSummary.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
1070
1081
  AgentStatusSummary.struct_class = Types::AgentStatusSummary
1071
1082
 
1072
1083
  AgentStatusSummaryList.member = Shapes::ShapeRef.new(shape: AgentStatusSummary)
@@ -1176,6 +1187,14 @@ module Aws::Connect
1176
1187
 
1177
1188
  AvailableNumbersList.member = Shapes::ShapeRef.new(shape: AvailableNumberSummary)
1178
1189
 
1190
+ BatchGetFlowAssociationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1191
+ BatchGetFlowAssociationRequest.add_member(:resource_ids, Shapes::ShapeRef.new(shape: resourceArnListMaxLimit100, required: true, location_name: "ResourceIds"))
1192
+ BatchGetFlowAssociationRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ListFlowAssociationResourceType, location_name: "ResourceType"))
1193
+ BatchGetFlowAssociationRequest.struct_class = Types::BatchGetFlowAssociationRequest
1194
+
1195
+ BatchGetFlowAssociationResponse.add_member(:flow_association_summary_list, Shapes::ShapeRef.new(shape: FlowAssociationSummaryList, location_name: "FlowAssociationSummaryList"))
1196
+ BatchGetFlowAssociationResponse.struct_class = Types::BatchGetFlowAssociationResponse
1197
+
1179
1198
  ChannelToCountMap.key = Shapes::ShapeRef.new(shape: Channel)
1180
1199
  ChannelToCountMap.value = Shapes::ShapeRef.new(shape: IntegerCount)
1181
1200
 
@@ -2179,6 +2198,13 @@ module Aws::Connect
2179
2198
 
2180
2199
  FiltersV2List.member = Shapes::ShapeRef.new(shape: FilterV2)
2181
2200
 
2201
+ FlowAssociationSummary.add_member(:resource_id, Shapes::ShapeRef.new(shape: ARN, location_name: "ResourceId"))
2202
+ FlowAssociationSummary.add_member(:flow_id, Shapes::ShapeRef.new(shape: ARN, location_name: "FlowId"))
2203
+ FlowAssociationSummary.add_member(:resource_type, Shapes::ShapeRef.new(shape: ListFlowAssociationResourceType, location_name: "ResourceType"))
2204
+ FlowAssociationSummary.struct_class = Types::FlowAssociationSummary
2205
+
2206
+ FlowAssociationSummaryList.member = Shapes::ShapeRef.new(shape: FlowAssociationSummary)
2207
+
2182
2208
  FunctionArnsList.member = Shapes::ShapeRef.new(shape: FunctionArn)
2183
2209
 
2184
2210
  GetContactAttributesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
@@ -2257,6 +2283,8 @@ module Aws::Connect
2257
2283
  GetPromptFileRequest.struct_class = Types::GetPromptFileRequest
2258
2284
 
2259
2285
  GetPromptFileResponse.add_member(:prompt_presigned_url, Shapes::ShapeRef.new(shape: PromptPresignedUrl, location_name: "PromptPresignedUrl"))
2286
+ GetPromptFileResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
2287
+ GetPromptFileResponse.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
2260
2288
  GetPromptFileResponse.struct_class = Types::GetPromptFileResponse
2261
2289
 
2262
2290
  GetTaskTemplateRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
@@ -2299,6 +2327,8 @@ module Aws::Connect
2299
2327
  HierarchyGroup.add_member(:level_id, Shapes::ShapeRef.new(shape: HierarchyLevelId, location_name: "LevelId"))
2300
2328
  HierarchyGroup.add_member(:hierarchy_path, Shapes::ShapeRef.new(shape: HierarchyPath, location_name: "HierarchyPath"))
2301
2329
  HierarchyGroup.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
2330
+ HierarchyGroup.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
2331
+ HierarchyGroup.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
2302
2332
  HierarchyGroup.struct_class = Types::HierarchyGroup
2303
2333
 
2304
2334
  HierarchyGroupCondition.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
@@ -2308,6 +2338,8 @@ module Aws::Connect
2308
2338
  HierarchyGroupSummary.add_member(:id, Shapes::ShapeRef.new(shape: HierarchyGroupId, location_name: "Id"))
2309
2339
  HierarchyGroupSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
2310
2340
  HierarchyGroupSummary.add_member(:name, Shapes::ShapeRef.new(shape: HierarchyGroupName, location_name: "Name"))
2341
+ HierarchyGroupSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
2342
+ HierarchyGroupSummary.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
2311
2343
  HierarchyGroupSummary.struct_class = Types::HierarchyGroupSummary
2312
2344
 
2313
2345
  HierarchyGroupSummaryList.member = Shapes::ShapeRef.new(shape: HierarchyGroupSummary)
@@ -2319,6 +2351,8 @@ module Aws::Connect
2319
2351
  HierarchyLevel.add_member(:id, Shapes::ShapeRef.new(shape: HierarchyLevelId, location_name: "Id"))
2320
2352
  HierarchyLevel.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
2321
2353
  HierarchyLevel.add_member(:name, Shapes::ShapeRef.new(shape: HierarchyLevelName, location_name: "Name"))
2354
+ HierarchyLevel.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
2355
+ HierarchyLevel.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
2322
2356
  HierarchyLevel.struct_class = Types::HierarchyLevel
2323
2357
 
2324
2358
  HierarchyLevelUpdate.add_member(:name, Shapes::ShapeRef.new(shape: HierarchyLevelName, required: true, location_name: "Name"))
@@ -2379,6 +2413,8 @@ module Aws::Connect
2379
2413
  HoursOfOperation.add_member(:time_zone, Shapes::ShapeRef.new(shape: TimeZone, location_name: "TimeZone"))
2380
2414
  HoursOfOperation.add_member(:config, Shapes::ShapeRef.new(shape: HoursOfOperationConfigList, location_name: "Config"))
2381
2415
  HoursOfOperation.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
2416
+ HoursOfOperation.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
2417
+ HoursOfOperation.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
2382
2418
  HoursOfOperation.struct_class = Types::HoursOfOperation
2383
2419
 
2384
2420
  HoursOfOperationConfig.add_member(:day, Shapes::ShapeRef.new(shape: HoursOfOperationDays, required: true, location_name: "Day"))
@@ -2403,6 +2439,8 @@ module Aws::Connect
2403
2439
  HoursOfOperationSummary.add_member(:id, Shapes::ShapeRef.new(shape: HoursOfOperationId, location_name: "Id"))
2404
2440
  HoursOfOperationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
2405
2441
  HoursOfOperationSummary.add_member(:name, Shapes::ShapeRef.new(shape: HoursOfOperationName, location_name: "Name"))
2442
+ HoursOfOperationSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
2443
+ HoursOfOperationSummary.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
2406
2444
  HoursOfOperationSummary.struct_class = Types::HoursOfOperationSummary
2407
2445
 
2408
2446
  HoursOfOperationSummaryList.member = Shapes::ShapeRef.new(shape: HoursOfOperationSummary)
@@ -2732,6 +2770,8 @@ module Aws::Connect
2732
2770
 
2733
2771
  ListQueueQuickConnectsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2734
2772
  ListQueueQuickConnectsResponse.add_member(:quick_connect_summary_list, Shapes::ShapeRef.new(shape: QuickConnectSummaryList, location_name: "QuickConnectSummaryList"))
2773
+ ListQueueQuickConnectsResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
2774
+ ListQueueQuickConnectsResponse.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
2735
2775
  ListQueueQuickConnectsResponse.struct_class = Types::ListQueueQuickConnectsResponse
2736
2776
 
2737
2777
  ListQueuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
@@ -2762,6 +2802,8 @@ module Aws::Connect
2762
2802
 
2763
2803
  ListRoutingProfileQueuesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2764
2804
  ListRoutingProfileQueuesResponse.add_member(:routing_profile_queue_config_summary_list, Shapes::ShapeRef.new(shape: RoutingProfileQueueConfigSummaryList, location_name: "RoutingProfileQueueConfigSummaryList"))
2805
+ ListRoutingProfileQueuesResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
2806
+ ListRoutingProfileQueuesResponse.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
2765
2807
  ListRoutingProfileQueuesResponse.struct_class = Types::ListRoutingProfileQueuesResponse
2766
2808
 
2767
2809
  ListRoutingProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
@@ -2801,6 +2843,8 @@ module Aws::Connect
2801
2843
 
2802
2844
  ListSecurityProfileApplicationsResponse.add_member(:applications, Shapes::ShapeRef.new(shape: Applications, location_name: "Applications"))
2803
2845
  ListSecurityProfileApplicationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2846
+ ListSecurityProfileApplicationsResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
2847
+ ListSecurityProfileApplicationsResponse.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
2804
2848
  ListSecurityProfileApplicationsResponse.struct_class = Types::ListSecurityProfileApplicationsResponse
2805
2849
 
2806
2850
  ListSecurityProfilePermissionsRequest.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, required: true, location: "uri", location_name: "SecurityProfileId"))
@@ -2811,6 +2855,8 @@ module Aws::Connect
2811
2855
 
2812
2856
  ListSecurityProfilePermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: PermissionsList, location_name: "Permissions"))
2813
2857
  ListSecurityProfilePermissionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2858
+ ListSecurityProfilePermissionsResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
2859
+ ListSecurityProfilePermissionsResponse.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
2814
2860
  ListSecurityProfilePermissionsResponse.struct_class = Types::ListSecurityProfilePermissionsResponse
2815
2861
 
2816
2862
  ListSecurityProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
@@ -3043,6 +3089,8 @@ module Aws::Connect
3043
3089
  Prompt.add_member(:name, Shapes::ShapeRef.new(shape: CommonNameLength127, location_name: "Name"))
3044
3090
  Prompt.add_member(:description, Shapes::ShapeRef.new(shape: PromptDescription, location_name: "Description"))
3045
3091
  Prompt.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
3092
+ Prompt.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3093
+ Prompt.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
3046
3094
  Prompt.struct_class = Types::Prompt
3047
3095
 
3048
3096
  PromptList.member = Shapes::ShapeRef.new(shape: Prompt)
@@ -3060,6 +3108,8 @@ module Aws::Connect
3060
3108
  PromptSummary.add_member(:id, Shapes::ShapeRef.new(shape: PromptId, location_name: "Id"))
3061
3109
  PromptSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
3062
3110
  PromptSummary.add_member(:name, Shapes::ShapeRef.new(shape: PromptName, location_name: "Name"))
3111
+ PromptSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3112
+ PromptSummary.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
3063
3113
  PromptSummary.struct_class = Types::PromptSummary
3064
3114
 
3065
3115
  PromptSummaryList.member = Shapes::ShapeRef.new(shape: PromptSummary)
@@ -3091,6 +3141,8 @@ module Aws::Connect
3091
3141
  Queue.add_member(:max_contacts, Shapes::ShapeRef.new(shape: QueueMaxContacts, location_name: "MaxContacts", metadata: {"box"=>true}))
3092
3142
  Queue.add_member(:status, Shapes::ShapeRef.new(shape: QueueStatus, location_name: "Status"))
3093
3143
  Queue.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
3144
+ Queue.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3145
+ Queue.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
3094
3146
  Queue.struct_class = Types::Queue
3095
3147
 
3096
3148
  QueueInfo.add_member(:id, Shapes::ShapeRef.new(shape: QueueId, location_name: "Id"))
@@ -3122,6 +3174,8 @@ module Aws::Connect
3122
3174
  QueueSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
3123
3175
  QueueSummary.add_member(:name, Shapes::ShapeRef.new(shape: QueueName, location_name: "Name"))
3124
3176
  QueueSummary.add_member(:queue_type, Shapes::ShapeRef.new(shape: QueueType, location_name: "QueueType"))
3177
+ QueueSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3178
+ QueueSummary.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
3125
3179
  QueueSummary.struct_class = Types::QueueSummary
3126
3180
 
3127
3181
  QueueSummaryList.member = Shapes::ShapeRef.new(shape: QueueSummary)
@@ -3136,6 +3190,8 @@ module Aws::Connect
3136
3190
  QuickConnect.add_member(:description, Shapes::ShapeRef.new(shape: QuickConnectDescription, location_name: "Description"))
3137
3191
  QuickConnect.add_member(:quick_connect_config, Shapes::ShapeRef.new(shape: QuickConnectConfig, location_name: "QuickConnectConfig"))
3138
3192
  QuickConnect.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
3193
+ QuickConnect.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3194
+ QuickConnect.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
3139
3195
  QuickConnect.struct_class = Types::QuickConnect
3140
3196
 
3141
3197
  QuickConnectConfig.add_member(:quick_connect_type, Shapes::ShapeRef.new(shape: QuickConnectType, required: true, location_name: "QuickConnectType"))
@@ -3160,6 +3216,8 @@ module Aws::Connect
3160
3216
  QuickConnectSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
3161
3217
  QuickConnectSummary.add_member(:name, Shapes::ShapeRef.new(shape: QuickConnectName, location_name: "Name"))
3162
3218
  QuickConnectSummary.add_member(:quick_connect_type, Shapes::ShapeRef.new(shape: QuickConnectType, location_name: "QuickConnectType"))
3219
+ QuickConnectSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3220
+ QuickConnectSummary.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
3163
3221
  QuickConnectSummary.struct_class = Types::QuickConnectSummary
3164
3222
 
3165
3223
  QuickConnectSummaryList.member = Shapes::ShapeRef.new(shape: QuickConnectSummary)
@@ -3253,6 +3311,9 @@ module Aws::Connect
3253
3311
  RoutingProfile.add_member(:number_of_associated_queues, Shapes::ShapeRef.new(shape: Long, location_name: "NumberOfAssociatedQueues"))
3254
3312
  RoutingProfile.add_member(:number_of_associated_users, Shapes::ShapeRef.new(shape: Long, location_name: "NumberOfAssociatedUsers"))
3255
3313
  RoutingProfile.add_member(:agent_availability_timer, Shapes::ShapeRef.new(shape: AgentAvailabilityTimer, location_name: "AgentAvailabilityTimer"))
3314
+ RoutingProfile.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3315
+ RoutingProfile.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
3316
+ RoutingProfile.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsDefault"))
3256
3317
  RoutingProfile.struct_class = Types::RoutingProfile
3257
3318
 
3258
3319
  RoutingProfileList.member = Shapes::ShapeRef.new(shape: RoutingProfile)
@@ -3297,6 +3358,8 @@ module Aws::Connect
3297
3358
  RoutingProfileSummary.add_member(:id, Shapes::ShapeRef.new(shape: RoutingProfileId, location_name: "Id"))
3298
3359
  RoutingProfileSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
3299
3360
  RoutingProfileSummary.add_member(:name, Shapes::ShapeRef.new(shape: RoutingProfileName, location_name: "Name"))
3361
+ RoutingProfileSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3362
+ RoutingProfileSummary.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
3300
3363
  RoutingProfileSummary.struct_class = Types::RoutingProfileSummary
3301
3364
 
3302
3365
  RoutingProfileSummaryList.member = Shapes::ShapeRef.new(shape: RoutingProfileSummary)
@@ -3481,6 +3544,8 @@ module Aws::Connect
3481
3544
  SecurityProfile.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
3482
3545
  SecurityProfile.add_member(:allowed_access_control_tags, Shapes::ShapeRef.new(shape: AllowedAccessControlTags, location_name: "AllowedAccessControlTags"))
3483
3546
  SecurityProfile.add_member(:tag_restricted_resources, Shapes::ShapeRef.new(shape: TagRestrictedResourceList, location_name: "TagRestrictedResources"))
3547
+ SecurityProfile.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3548
+ SecurityProfile.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
3484
3549
  SecurityProfile.struct_class = Types::SecurityProfile
3485
3550
 
3486
3551
  SecurityProfileIds.member = Shapes::ShapeRef.new(shape: SecurityProfileId)
@@ -3503,6 +3568,8 @@ module Aws::Connect
3503
3568
  SecurityProfileSummary.add_member(:id, Shapes::ShapeRef.new(shape: SecurityProfileId, location_name: "Id"))
3504
3569
  SecurityProfileSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
3505
3570
  SecurityProfileSummary.add_member(:name, Shapes::ShapeRef.new(shape: SecurityProfileName, location_name: "Name"))
3571
+ SecurityProfileSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3572
+ SecurityProfileSummary.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
3506
3573
  SecurityProfileSummary.struct_class = Types::SecurityProfileSummary
3507
3574
 
3508
3575
  SecurityProfileSummaryList.member = Shapes::ShapeRef.new(shape: SecurityProfileSummary)
@@ -4137,6 +4204,8 @@ module Aws::Connect
4137
4204
  User.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, location_name: "RoutingProfileId"))
4138
4205
  User.add_member(:hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, location_name: "HierarchyGroupId"))
4139
4206
  User.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
4207
+ User.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
4208
+ User.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
4140
4209
  User.struct_class = Types::User
4141
4210
 
4142
4211
  UserData.add_member(:user, Shapes::ShapeRef.new(shape: UserReference, location_name: "User"))
@@ -4219,6 +4288,8 @@ module Aws::Connect
4219
4288
  UserSummary.add_member(:id, Shapes::ShapeRef.new(shape: UserId, location_name: "Id"))
4220
4289
  UserSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
4221
4290
  UserSummary.add_member(:username, Shapes::ShapeRef.new(shape: AgentUsername, location_name: "Username"))
4291
+ UserSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
4292
+ UserSummary.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
4222
4293
  UserSummary.struct_class = Types::UserSummary
4223
4294
 
4224
4295
  UserSummaryList.member = Shapes::ShapeRef.new(shape: UserSummary)
@@ -4301,6 +4372,8 @@ module Aws::Connect
4301
4372
  WisdomInfo.add_member(:session_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "SessionArn"))
4302
4373
  WisdomInfo.struct_class = Types::WisdomInfo
4303
4374
 
4375
+ resourceArnListMaxLimit100.member = Shapes::ShapeRef.new(shape: ARN)
4376
+
4304
4377
 
4305
4378
  # @api private
4306
4379
  API = Seahorse::Model::Api.new.tap do |api|
@@ -4489,6 +4562,20 @@ module Aws::Connect
4489
4562
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4490
4563
  end)
4491
4564
 
4565
+ api.add_operation(:batch_get_flow_association, Seahorse::Model::Operation.new.tap do |o|
4566
+ o.name = "BatchGetFlowAssociation"
4567
+ o.http_method = "POST"
4568
+ o.http_request_uri = "/flow-associations-batch/{InstanceId}"
4569
+ o.input = Shapes::ShapeRef.new(shape: BatchGetFlowAssociationRequest)
4570
+ o.output = Shapes::ShapeRef.new(shape: BatchGetFlowAssociationResponse)
4571
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4572
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4573
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4574
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
4575
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
4576
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4577
+ end)
4578
+
4492
4579
  api.add_operation(:claim_phone_number, Seahorse::Model::Operation.new.tap do |o|
4493
4580
  o.name = "ClaimPhoneNumber"
4494
4581
  o.http_method = "POST"
@@ -180,6 +180,20 @@ module Aws::Connect
180
180
  end
181
181
  end
182
182
 
183
+ class BatchGetFlowAssociation
184
+ def self.build(context)
185
+ unless context.config.regional_endpoint
186
+ endpoint = context.config.endpoint.to_s
187
+ end
188
+ Aws::Connect::EndpointParameters.new(
189
+ region: context.config.region,
190
+ use_dual_stack: context.config.use_dualstack_endpoint,
191
+ use_fips: context.config.use_fips_endpoint,
192
+ endpoint: endpoint,
193
+ )
194
+ end
195
+ end
196
+
183
197
  class ClaimPhoneNumber
184
198
  def self.build(context)
185
199
  unless context.config.regional_endpoint
@@ -80,6 +80,8 @@ module Aws::Connect
80
80
  Aws::Connect::Endpoints::AssociateSecurityKey.build(context)
81
81
  when :associate_traffic_distribution_group_user
82
82
  Aws::Connect::Endpoints::AssociateTrafficDistributionGroupUser.build(context)
83
+ when :batch_get_flow_association
84
+ Aws::Connect::Endpoints::BatchGetFlowAssociation.build(context)
83
85
  when :claim_phone_number
84
86
  Aws::Connect::Endpoints::ClaimPhoneNumber.build(context)
85
87
  when :create_agent_status