aws-sdk-connect 1.44.0 → 1.45.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.
@@ -18,7 +18,9 @@ module Aws::Connect
18
18
  AgentFirstName = Shapes::StringShape.new(name: 'AgentFirstName')
19
19
  AgentLastName = Shapes::StringShape.new(name: 'AgentLastName')
20
20
  AgentUsername = Shapes::StringShape.new(name: 'AgentUsername')
21
+ AliasArn = Shapes::StringShape.new(name: 'AliasArn')
21
22
  AssociateApprovedOriginRequest = Shapes::StructureShape.new(name: 'AssociateApprovedOriginRequest')
23
+ AssociateBotRequest = Shapes::StructureShape.new(name: 'AssociateBotRequest')
22
24
  AssociateInstanceStorageConfigRequest = Shapes::StructureShape.new(name: 'AssociateInstanceStorageConfigRequest')
23
25
  AssociateInstanceStorageConfigResponse = Shapes::StructureShape.new(name: 'AssociateInstanceStorageConfigResponse')
24
26
  AssociateLambdaFunctionRequest = Shapes::StructureShape.new(name: 'AssociateLambdaFunctionRequest')
@@ -122,6 +124,7 @@ module Aws::Connect
122
124
  DirectoryType = Shapes::StringShape.new(name: 'DirectoryType')
123
125
  DirectoryUserId = Shapes::StringShape.new(name: 'DirectoryUserId')
124
126
  DisassociateApprovedOriginRequest = Shapes::StructureShape.new(name: 'DisassociateApprovedOriginRequest')
127
+ DisassociateBotRequest = Shapes::StructureShape.new(name: 'DisassociateBotRequest')
125
128
  DisassociateInstanceStorageConfigRequest = Shapes::StructureShape.new(name: 'DisassociateInstanceStorageConfigRequest')
126
129
  DisassociateLambdaFunctionRequest = Shapes::StructureShape.new(name: 'DisassociateLambdaFunctionRequest')
127
130
  DisassociateLexBotRequest = Shapes::StructureShape.new(name: 'DisassociateLexBotRequest')
@@ -201,11 +204,17 @@ module Aws::Connect
201
204
  KinesisStreamConfig = Shapes::StructureShape.new(name: 'KinesisStreamConfig')
202
205
  KinesisVideoStreamConfig = Shapes::StructureShape.new(name: 'KinesisVideoStreamConfig')
203
206
  LexBot = Shapes::StructureShape.new(name: 'LexBot')
207
+ LexBotConfig = Shapes::StructureShape.new(name: 'LexBotConfig')
208
+ LexBotConfigList = Shapes::ListShape.new(name: 'LexBotConfigList')
204
209
  LexBotsList = Shapes::ListShape.new(name: 'LexBotsList')
205
210
  LexRegion = Shapes::StringShape.new(name: 'LexRegion')
211
+ LexV2Bot = Shapes::StructureShape.new(name: 'LexV2Bot')
212
+ LexVersion = Shapes::StringShape.new(name: 'LexVersion')
206
213
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
207
214
  ListApprovedOriginsRequest = Shapes::StructureShape.new(name: 'ListApprovedOriginsRequest')
208
215
  ListApprovedOriginsResponse = Shapes::StructureShape.new(name: 'ListApprovedOriginsResponse')
216
+ ListBotsRequest = Shapes::StructureShape.new(name: 'ListBotsRequest')
217
+ ListBotsResponse = Shapes::StructureShape.new(name: 'ListBotsResponse')
209
218
  ListContactFlowsRequest = Shapes::StructureShape.new(name: 'ListContactFlowsRequest')
210
219
  ListContactFlowsResponse = Shapes::StructureShape.new(name: 'ListContactFlowsResponse')
211
220
  ListHoursOfOperationsRequest = Shapes::StructureShape.new(name: 'ListHoursOfOperationsRequest')
@@ -422,6 +431,11 @@ module Aws::Connect
422
431
  AssociateApprovedOriginRequest.add_member(:origin, Shapes::ShapeRef.new(shape: Origin, required: true, location_name: "Origin"))
423
432
  AssociateApprovedOriginRequest.struct_class = Types::AssociateApprovedOriginRequest
424
433
 
434
+ AssociateBotRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
435
+ AssociateBotRequest.add_member(:lex_bot, Shapes::ShapeRef.new(shape: LexBot, location_name: "LexBot"))
436
+ AssociateBotRequest.add_member(:lex_v2_bot, Shapes::ShapeRef.new(shape: LexV2Bot, location_name: "LexV2Bot"))
437
+ AssociateBotRequest.struct_class = Types::AssociateBotRequest
438
+
425
439
  AssociateInstanceStorageConfigRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
426
440
  AssociateInstanceStorageConfigRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: InstanceStorageResourceType, required: true, location_name: "ResourceType"))
427
441
  AssociateInstanceStorageConfigRequest.add_member(:storage_config, Shapes::ShapeRef.new(shape: InstanceStorageConfig, required: true, location_name: "StorageConfig"))
@@ -743,6 +757,11 @@ module Aws::Connect
743
757
  DisassociateApprovedOriginRequest.add_member(:origin, Shapes::ShapeRef.new(shape: Origin, required: true, location: "querystring", location_name: "origin"))
744
758
  DisassociateApprovedOriginRequest.struct_class = Types::DisassociateApprovedOriginRequest
745
759
 
760
+ DisassociateBotRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
761
+ DisassociateBotRequest.add_member(:lex_bot, Shapes::ShapeRef.new(shape: LexBot, location_name: "LexBot"))
762
+ DisassociateBotRequest.add_member(:lex_v2_bot, Shapes::ShapeRef.new(shape: LexV2Bot, location_name: "LexV2Bot"))
763
+ DisassociateBotRequest.struct_class = Types::DisassociateBotRequest
764
+
746
765
  DisassociateInstanceStorageConfigRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
747
766
  DisassociateInstanceStorageConfigRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, required: true, location: "uri", location_name: "AssociationId"))
748
767
  DisassociateInstanceStorageConfigRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: InstanceStorageResourceType, required: true, location: "querystring", location_name: "resourceType"))
@@ -993,8 +1012,17 @@ module Aws::Connect
993
1012
  LexBot.add_member(:lex_region, Shapes::ShapeRef.new(shape: LexRegion, location_name: "LexRegion"))
994
1013
  LexBot.struct_class = Types::LexBot
995
1014
 
1015
+ LexBotConfig.add_member(:lex_bot, Shapes::ShapeRef.new(shape: LexBot, location_name: "LexBot"))
1016
+ LexBotConfig.add_member(:lex_v2_bot, Shapes::ShapeRef.new(shape: LexV2Bot, location_name: "LexV2Bot"))
1017
+ LexBotConfig.struct_class = Types::LexBotConfig
1018
+
1019
+ LexBotConfigList.member = Shapes::ShapeRef.new(shape: LexBotConfig)
1020
+
996
1021
  LexBotsList.member = Shapes::ShapeRef.new(shape: LexBot)
997
1022
 
1023
+ LexV2Bot.add_member(:alias_arn, Shapes::ShapeRef.new(shape: AliasArn, location_name: "AliasArn"))
1024
+ LexV2Bot.struct_class = Types::LexV2Bot
1025
+
998
1026
  LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
999
1027
  LimitExceededException.struct_class = Types::LimitExceededException
1000
1028
 
@@ -1007,6 +1035,16 @@ module Aws::Connect
1007
1035
  ListApprovedOriginsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1008
1036
  ListApprovedOriginsResponse.struct_class = Types::ListApprovedOriginsResponse
1009
1037
 
1038
+ ListBotsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1039
+ ListBotsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1040
+ ListBotsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult25, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
1041
+ ListBotsRequest.add_member(:lex_version, Shapes::ShapeRef.new(shape: LexVersion, required: true, location: "querystring", location_name: "lexVersion"))
1042
+ ListBotsRequest.struct_class = Types::ListBotsRequest
1043
+
1044
+ ListBotsResponse.add_member(:lex_bots, Shapes::ShapeRef.new(shape: LexBotConfigList, location_name: "LexBots"))
1045
+ ListBotsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1046
+ ListBotsResponse.struct_class = Types::ListBotsResponse
1047
+
1010
1048
  ListContactFlowsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1011
1049
  ListContactFlowsRequest.add_member(:contact_flow_types, Shapes::ShapeRef.new(shape: ContactFlowTypes, location: "querystring", location_name: "contactFlowTypes"))
1012
1050
  ListContactFlowsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
@@ -1679,6 +1717,21 @@ module Aws::Connect
1679
1717
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1680
1718
  end)
1681
1719
 
1720
+ api.add_operation(:associate_bot, Seahorse::Model::Operation.new.tap do |o|
1721
+ o.name = "AssociateBot"
1722
+ o.http_method = "PUT"
1723
+ o.http_request_uri = "/instance/{InstanceId}/bot"
1724
+ o.input = Shapes::ShapeRef.new(shape: AssociateBotRequest)
1725
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1726
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1727
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1728
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1729
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1730
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1731
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1732
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1733
+ end)
1734
+
1682
1735
  api.add_operation(:associate_instance_storage_config, Seahorse::Model::Operation.new.tap do |o|
1683
1736
  o.name = "AssociateInstanceStorageConfig"
1684
1737
  o.http_method = "PUT"
@@ -2125,6 +2178,18 @@ module Aws::Connect
2125
2178
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2126
2179
  end)
2127
2180
 
2181
+ api.add_operation(:disassociate_bot, Seahorse::Model::Operation.new.tap do |o|
2182
+ o.name = "DisassociateBot"
2183
+ o.http_method = "POST"
2184
+ o.http_request_uri = "/instance/{InstanceId}/bot"
2185
+ o.input = Shapes::ShapeRef.new(shape: DisassociateBotRequest)
2186
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2187
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2188
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2189
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2190
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2191
+ end)
2192
+
2128
2193
  api.add_operation(:disassociate_instance_storage_config, Seahorse::Model::Operation.new.tap do |o|
2129
2194
  o.name = "DisassociateInstanceStorageConfig"
2130
2195
  o.http_method = "DELETE"
@@ -2285,6 +2350,24 @@ module Aws::Connect
2285
2350
  )
2286
2351
  end)
2287
2352
 
2353
+ api.add_operation(:list_bots, Seahorse::Model::Operation.new.tap do |o|
2354
+ o.name = "ListBots"
2355
+ o.http_method = "GET"
2356
+ o.http_request_uri = "/instance/{InstanceId}/bots"
2357
+ o.input = Shapes::ShapeRef.new(shape: ListBotsRequest)
2358
+ o.output = Shapes::ShapeRef.new(shape: ListBotsResponse)
2359
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2360
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2361
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2362
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2363
+ o[:pager] = Aws::Pager.new(
2364
+ limit_key: "max_results",
2365
+ tokens: {
2366
+ "next_token" => "next_token"
2367
+ }
2368
+ )
2369
+ end)
2370
+
2288
2371
  api.add_operation(:list_contact_flows, Seahorse::Model::Operation.new.tap do |o|
2289
2372
  o.name = "ListContactFlows"
2290
2373
  o.http_method = "GET"
@@ -19,7 +19,8 @@ module Aws::Connect
19
19
  # }
20
20
  #
21
21
  # @!attribute [rw] instance_id
22
- # The identifier of the Amazon Connect instance.
22
+ # The identifier of the Amazon Connect instance. You can find the
23
+ # instanceId in the ARN of the instance.
23
24
  # @return [String]
24
25
  #
25
26
  # @!attribute [rw] origin
@@ -35,6 +36,43 @@ module Aws::Connect
35
36
  include Aws::Structure
36
37
  end
37
38
 
39
+ # @note When making an API call, you may pass AssociateBotRequest
40
+ # data as a hash:
41
+ #
42
+ # {
43
+ # instance_id: "InstanceId", # required
44
+ # lex_bot: {
45
+ # name: "BotName",
46
+ # lex_region: "LexRegion",
47
+ # },
48
+ # lex_v2_bot: {
49
+ # alias_arn: "AliasArn",
50
+ # },
51
+ # }
52
+ #
53
+ # @!attribute [rw] instance_id
54
+ # The identifier of the Amazon Connect instance. You can find the
55
+ # instanceId in the ARN of the instance.
56
+ # @return [String]
57
+ #
58
+ # @!attribute [rw] lex_bot
59
+ # Configuration information of an Amazon Lex bot.
60
+ # @return [Types::LexBot]
61
+ #
62
+ # @!attribute [rw] lex_v2_bot
63
+ # The Amazon Lex V2 bot to associate with the instance.
64
+ # @return [Types::LexV2Bot]
65
+ #
66
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AssociateBotRequest AWS API Documentation
67
+ #
68
+ class AssociateBotRequest < Struct.new(
69
+ :instance_id,
70
+ :lex_bot,
71
+ :lex_v2_bot)
72
+ SENSITIVE = []
73
+ include Aws::Structure
74
+ end
75
+
38
76
  # @note When making an API call, you may pass AssociateInstanceStorageConfigRequest
39
77
  # data as a hash:
40
78
  #
@@ -70,7 +108,8 @@ module Aws::Connect
70
108
  # }
71
109
  #
72
110
  # @!attribute [rw] instance_id
73
- # The identifier of the Amazon Connect instance.
111
+ # The identifier of the Amazon Connect instance. You can find the
112
+ # instanceId in the ARN of the instance.
74
113
  # @return [String]
75
114
  #
76
115
  # @!attribute [rw] resource_type
@@ -113,7 +152,8 @@ module Aws::Connect
113
152
  # }
114
153
  #
115
154
  # @!attribute [rw] instance_id
116
- # The identifier of the Amazon Connect instance.
155
+ # The identifier of the Amazon Connect instance. You can find the
156
+ # instanceId in the ARN of the instance.
117
157
  # @return [String]
118
158
  #
119
159
  # @!attribute [rw] function_arn
@@ -142,11 +182,12 @@ module Aws::Connect
142
182
  # }
143
183
  #
144
184
  # @!attribute [rw] instance_id
145
- # The identifier of the Amazon Connect instance.
185
+ # The identifier of the Amazon Connect instance. You can find the
186
+ # instanceId in the ARN of the instance.
146
187
  # @return [String]
147
188
  #
148
189
  # @!attribute [rw] lex_bot
149
- # The Amazon Lex box to associate with the instance.
190
+ # The Amazon Lex bot to associate with the instance.
150
191
  # @return [Types::LexBot]
151
192
  #
152
193
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AssociateLexBotRequest AWS API Documentation
@@ -168,7 +209,8 @@ module Aws::Connect
168
209
  # }
169
210
  #
170
211
  # @!attribute [rw] instance_id
171
- # The identifier of the Amazon Connect instance.
212
+ # The identifier of the Amazon Connect instance. You can find the
213
+ # instanceId in the ARN of the instance.
172
214
  # @return [String]
173
215
  #
174
216
  # @!attribute [rw] queue_id
@@ -208,7 +250,8 @@ module Aws::Connect
208
250
  # }
209
251
  #
210
252
  # @!attribute [rw] instance_id
211
- # The identifier of the Amazon Connect instance.
253
+ # The identifier of the Amazon Connect instance. You can find the
254
+ # instanceId in the ARN of the instance.
212
255
  # @return [String]
213
256
  #
214
257
  # @!attribute [rw] routing_profile_id
@@ -238,7 +281,8 @@ module Aws::Connect
238
281
  # }
239
282
  #
240
283
  # @!attribute [rw] instance_id
241
- # The identifier of the Amazon Connect instance.
284
+ # The identifier of the Amazon Connect instance. You can find the
285
+ # instanceId in the ARN of the instance.
242
286
  # @return [String]
243
287
  #
244
288
  # @!attribute [rw] key
@@ -582,7 +626,8 @@ module Aws::Connect
582
626
  # }
583
627
  #
584
628
  # @!attribute [rw] instance_id
585
- # The identifier of the Amazon Connect instance.
629
+ # The identifier of the Amazon Connect instance. You can find the
630
+ # instanceId in the ARN of the instance.
586
631
  # @return [String]
587
632
  #
588
633
  # @!attribute [rw] integration_type
@@ -661,7 +706,8 @@ module Aws::Connect
661
706
  # }
662
707
  #
663
708
  # @!attribute [rw] instance_id
664
- # The identifier of the Amazon Connect instance.
709
+ # The identifier of the Amazon Connect instance. You can find the
710
+ # instanceId in the ARN of the instance.
665
711
  # @return [String]
666
712
  #
667
713
  # @!attribute [rw] name
@@ -752,7 +798,8 @@ module Aws::Connect
752
798
  # }
753
799
  #
754
800
  # @!attribute [rw] instance_id
755
- # The identifier of the Amazon Connect instance.
801
+ # The identifier of the Amazon Connect instance. You can find the
802
+ # instanceId in the ARN of the instance.
756
803
  # @return [String]
757
804
  #
758
805
  # @!attribute [rw] name
@@ -830,7 +877,8 @@ module Aws::Connect
830
877
  # }
831
878
  #
832
879
  # @!attribute [rw] instance_id
833
- # The identifier of the Amazon Connect instance.
880
+ # The identifier of the Amazon Connect instance. You can find the
881
+ # instanceId in the ARN of the instance.
834
882
  # @return [String]
835
883
  #
836
884
  # @!attribute [rw] name
@@ -905,7 +953,8 @@ module Aws::Connect
905
953
  # }
906
954
  #
907
955
  # @!attribute [rw] instance_id
908
- # The identifier of the Amazon Connect instance.
956
+ # The identifier of the Amazon Connect instance. You can find the
957
+ # instanceId in the ARN of the instance.
909
958
  # @return [String]
910
959
  #
911
960
  # @!attribute [rw] integration_association_id
@@ -970,7 +1019,8 @@ module Aws::Connect
970
1019
  # @return [String]
971
1020
  #
972
1021
  # @!attribute [rw] instance_id
973
- # The identifier of the Amazon Connect instance.
1022
+ # The identifier of the Amazon Connect instance. You can find the
1023
+ # instanceId in the ARN of the instance.
974
1024
  # @return [String]
975
1025
  #
976
1026
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateUserHierarchyGroupRequest AWS API Documentation
@@ -1076,7 +1126,8 @@ module Aws::Connect
1076
1126
  # @return [String]
1077
1127
  #
1078
1128
  # @!attribute [rw] instance_id
1079
- # The identifier of the Amazon Connect instance.
1129
+ # The identifier of the Amazon Connect instance. You can find the
1130
+ # instanceId in the ARN of the instance.
1080
1131
  # @return [String]
1081
1132
  #
1082
1133
  # @!attribute [rw] tags
@@ -1228,7 +1279,8 @@ module Aws::Connect
1228
1279
  # }
1229
1280
  #
1230
1281
  # @!attribute [rw] instance_id
1231
- # The identifier of the Amazon Connect instance.
1282
+ # The identifier of the Amazon Connect instance. You can find the
1283
+ # instanceId in the ARN of the instance.
1232
1284
  # @return [String]
1233
1285
  #
1234
1286
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DeleteInstanceRequest AWS API Documentation
@@ -1248,7 +1300,8 @@ module Aws::Connect
1248
1300
  # }
1249
1301
  #
1250
1302
  # @!attribute [rw] instance_id
1251
- # The identifier of the Amazon Connect instance.
1303
+ # The identifier of the Amazon Connect instance. You can find the
1304
+ # instanceId in the ARN of the instance.
1252
1305
  # @return [String]
1253
1306
  #
1254
1307
  # @!attribute [rw] integration_association_id
@@ -1273,7 +1326,8 @@ module Aws::Connect
1273
1326
  # }
1274
1327
  #
1275
1328
  # @!attribute [rw] instance_id
1276
- # The identifier of the Amazon Connect instance.
1329
+ # The identifier of the Amazon Connect instance. You can find the
1330
+ # instanceId in the ARN of the instance.
1277
1331
  # @return [String]
1278
1332
  #
1279
1333
  # @!attribute [rw] quick_connect_id
@@ -1299,7 +1353,8 @@ module Aws::Connect
1299
1353
  # }
1300
1354
  #
1301
1355
  # @!attribute [rw] instance_id
1302
- # The identifier of the Amazon Connect instance.
1356
+ # The identifier of the Amazon Connect instance. You can find the
1357
+ # instanceId in the ARN of the instance.
1303
1358
  # @return [String]
1304
1359
  #
1305
1360
  # @!attribute [rw] integration_association_id
@@ -1333,7 +1388,8 @@ module Aws::Connect
1333
1388
  # @return [String]
1334
1389
  #
1335
1390
  # @!attribute [rw] instance_id
1336
- # The identifier of the Amazon Connect instance.
1391
+ # The identifier of the Amazon Connect instance. You can find the
1392
+ # instanceId in the ARN of the instance.
1337
1393
  # @return [String]
1338
1394
  #
1339
1395
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DeleteUserHierarchyGroupRequest AWS API Documentation
@@ -1354,7 +1410,8 @@ module Aws::Connect
1354
1410
  # }
1355
1411
  #
1356
1412
  # @!attribute [rw] instance_id
1357
- # The identifier of the Amazon Connect instance.
1413
+ # The identifier of the Amazon Connect instance. You can find the
1414
+ # instanceId in the ARN of the instance.
1358
1415
  # @return [String]
1359
1416
  #
1360
1417
  # @!attribute [rw] user_id
@@ -1416,7 +1473,8 @@ module Aws::Connect
1416
1473
  # }
1417
1474
  #
1418
1475
  # @!attribute [rw] instance_id
1419
- # The identifier of the Amazon Connect instance.
1476
+ # The identifier of the Amazon Connect instance. You can find the
1477
+ # instanceId in the ARN of the instance.
1420
1478
  # @return [String]
1421
1479
  #
1422
1480
  # @!attribute [rw] hours_of_operation_id
@@ -1453,7 +1511,8 @@ module Aws::Connect
1453
1511
  # }
1454
1512
  #
1455
1513
  # @!attribute [rw] instance_id
1456
- # The identifier of the Amazon Connect instance.
1514
+ # The identifier of the Amazon Connect instance. You can find the
1515
+ # instanceId in the ARN of the instance.
1457
1516
  # @return [String]
1458
1517
  #
1459
1518
  # @!attribute [rw] attribute_type
@@ -1489,7 +1548,8 @@ module Aws::Connect
1489
1548
  # }
1490
1549
  #
1491
1550
  # @!attribute [rw] instance_id
1492
- # The identifier of the Amazon Connect instance.
1551
+ # The identifier of the Amazon Connect instance. You can find the
1552
+ # instanceId in the ARN of the instance.
1493
1553
  # @return [String]
1494
1554
  #
1495
1555
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeInstanceRequest AWS API Documentation
@@ -1522,7 +1582,8 @@ module Aws::Connect
1522
1582
  # }
1523
1583
  #
1524
1584
  # @!attribute [rw] instance_id
1525
- # The identifier of the Amazon Connect instance.
1585
+ # The identifier of the Amazon Connect instance. You can find the
1586
+ # instanceId in the ARN of the instance.
1526
1587
  # @return [String]
1527
1588
  #
1528
1589
  # @!attribute [rw] association_id
@@ -1565,7 +1626,8 @@ module Aws::Connect
1565
1626
  # }
1566
1627
  #
1567
1628
  # @!attribute [rw] instance_id
1568
- # The identifier of the Amazon Connect instance.
1629
+ # The identifier of the Amazon Connect instance. You can find the
1630
+ # instanceId in the ARN of the instance.
1569
1631
  # @return [String]
1570
1632
  #
1571
1633
  # @!attribute [rw] queue_id
@@ -1602,7 +1664,8 @@ module Aws::Connect
1602
1664
  # }
1603
1665
  #
1604
1666
  # @!attribute [rw] instance_id
1605
- # The identifier of the Amazon Connect instance.
1667
+ # The identifier of the Amazon Connect instance. You can find the
1668
+ # instanceId in the ARN of the instance.
1606
1669
  # @return [String]
1607
1670
  #
1608
1671
  # @!attribute [rw] quick_connect_id
@@ -1639,7 +1702,8 @@ module Aws::Connect
1639
1702
  # }
1640
1703
  #
1641
1704
  # @!attribute [rw] instance_id
1642
- # The identifier of the Amazon Connect instance.
1705
+ # The identifier of the Amazon Connect instance. You can find the
1706
+ # instanceId in the ARN of the instance.
1643
1707
  # @return [String]
1644
1708
  #
1645
1709
  # @!attribute [rw] routing_profile_id
@@ -1680,7 +1744,8 @@ module Aws::Connect
1680
1744
  # @return [String]
1681
1745
  #
1682
1746
  # @!attribute [rw] instance_id
1683
- # The identifier of the Amazon Connect instance.
1747
+ # The identifier of the Amazon Connect instance. You can find the
1748
+ # instanceId in the ARN of the instance.
1684
1749
  # @return [String]
1685
1750
  #
1686
1751
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeUserHierarchyGroupRequest AWS API Documentation
@@ -1712,7 +1777,8 @@ module Aws::Connect
1712
1777
  # }
1713
1778
  #
1714
1779
  # @!attribute [rw] instance_id
1715
- # The identifier of the Amazon Connect instance.
1780
+ # The identifier of the Amazon Connect instance. You can find the
1781
+ # instanceId in the ARN of the instance.
1716
1782
  # @return [String]
1717
1783
  #
1718
1784
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeUserHierarchyStructureRequest AWS API Documentation
@@ -1748,7 +1814,8 @@ module Aws::Connect
1748
1814
  # @return [String]
1749
1815
  #
1750
1816
  # @!attribute [rw] instance_id
1751
- # The identifier of the Amazon Connect instance.
1817
+ # The identifier of the Amazon Connect instance. You can find the
1818
+ # instanceId in the ARN of the instance.
1752
1819
  # @return [String]
1753
1820
  #
1754
1821
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeUserRequest AWS API Documentation
@@ -1814,7 +1881,8 @@ module Aws::Connect
1814
1881
  # }
1815
1882
  #
1816
1883
  # @!attribute [rw] instance_id
1817
- # The identifier of the Amazon Connect instance.
1884
+ # The identifier of the Amazon Connect instance. You can find the
1885
+ # instanceId in the ARN of the instance.
1818
1886
  # @return [String]
1819
1887
  #
1820
1888
  # @!attribute [rw] origin
@@ -1830,6 +1898,43 @@ module Aws::Connect
1830
1898
  include Aws::Structure
1831
1899
  end
1832
1900
 
1901
+ # @note When making an API call, you may pass DisassociateBotRequest
1902
+ # data as a hash:
1903
+ #
1904
+ # {
1905
+ # instance_id: "InstanceId", # required
1906
+ # lex_bot: {
1907
+ # name: "BotName",
1908
+ # lex_region: "LexRegion",
1909
+ # },
1910
+ # lex_v2_bot: {
1911
+ # alias_arn: "AliasArn",
1912
+ # },
1913
+ # }
1914
+ #
1915
+ # @!attribute [rw] instance_id
1916
+ # The identifier of the Amazon Connect instance. You can find the
1917
+ # instanceId in the ARN of the instance.
1918
+ # @return [String]
1919
+ #
1920
+ # @!attribute [rw] lex_bot
1921
+ # Configuration information of an Amazon Lex bot.
1922
+ # @return [Types::LexBot]
1923
+ #
1924
+ # @!attribute [rw] lex_v2_bot
1925
+ # The Amazon Lex V2 bot to disassociate from the instance.
1926
+ # @return [Types::LexV2Bot]
1927
+ #
1928
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DisassociateBotRequest AWS API Documentation
1929
+ #
1930
+ class DisassociateBotRequest < Struct.new(
1931
+ :instance_id,
1932
+ :lex_bot,
1933
+ :lex_v2_bot)
1934
+ SENSITIVE = []
1935
+ include Aws::Structure
1936
+ end
1937
+
1833
1938
  # @note When making an API call, you may pass DisassociateInstanceStorageConfigRequest
1834
1939
  # data as a hash:
1835
1940
  #
@@ -1840,7 +1945,8 @@ module Aws::Connect
1840
1945
  # }
1841
1946
  #
1842
1947
  # @!attribute [rw] instance_id
1843
- # The identifier of the Amazon Connect instance.
1948
+ # The identifier of the Amazon Connect instance. You can find the
1949
+ # instanceId in the ARN of the instance.
1844
1950
  # @return [String]
1845
1951
  #
1846
1952
  # @!attribute [rw] association_id
@@ -1871,7 +1977,8 @@ module Aws::Connect
1871
1977
  # }
1872
1978
  #
1873
1979
  # @!attribute [rw] instance_id
1874
- # The identifier of the Amazon Connect instance..
1980
+ # The identifier of the Amazon Connect instance. You can find the
1981
+ # instanceId in the ARN of the instance..
1875
1982
  # @return [String]
1876
1983
  #
1877
1984
  # @!attribute [rw] function_arn
@@ -1898,7 +2005,8 @@ module Aws::Connect
1898
2005
  # }
1899
2006
  #
1900
2007
  # @!attribute [rw] instance_id
1901
- # The identifier of the Amazon Connect instance.
2008
+ # The identifier of the Amazon Connect instance. You can find the
2009
+ # instanceId in the ARN of the instance.
1902
2010
  # @return [String]
1903
2011
  #
1904
2012
  # @!attribute [rw] bot_name
@@ -1929,7 +2037,8 @@ module Aws::Connect
1929
2037
  # }
1930
2038
  #
1931
2039
  # @!attribute [rw] instance_id
1932
- # The identifier of the Amazon Connect instance.
2040
+ # The identifier of the Amazon Connect instance. You can find the
2041
+ # instanceId in the ARN of the instance.
1933
2042
  # @return [String]
1934
2043
  #
1935
2044
  # @!attribute [rw] queue_id
@@ -1965,7 +2074,8 @@ module Aws::Connect
1965
2074
  # }
1966
2075
  #
1967
2076
  # @!attribute [rw] instance_id
1968
- # The identifier of the Amazon Connect instance.
2077
+ # The identifier of the Amazon Connect instance. You can find the
2078
+ # instanceId in the ARN of the instance.
1969
2079
  # @return [String]
1970
2080
  #
1971
2081
  # @!attribute [rw] routing_profile_id
@@ -1995,7 +2105,8 @@ module Aws::Connect
1995
2105
  # }
1996
2106
  #
1997
2107
  # @!attribute [rw] instance_id
1998
- # The identifier of the Amazon Connect instance.
2108
+ # The identifier of the Amazon Connect instance. You can find the
2109
+ # instanceId in the ARN of the instance.
1999
2110
  # @return [String]
2000
2111
  #
2001
2112
  # @!attribute [rw] association_id
@@ -2138,7 +2249,8 @@ module Aws::Connect
2138
2249
  # }
2139
2250
  #
2140
2251
  # @!attribute [rw] instance_id
2141
- # The identifier of the Amazon Connect instance.
2252
+ # The identifier of the Amazon Connect instance. You can find the
2253
+ # instanceId in the ARN of the instance.
2142
2254
  # @return [String]
2143
2255
  #
2144
2256
  # @!attribute [rw] filters
@@ -2333,7 +2445,8 @@ module Aws::Connect
2333
2445
  # }
2334
2446
  #
2335
2447
  # @!attribute [rw] instance_id
2336
- # The identifier of the Amazon Connect instance.
2448
+ # The identifier of the Amazon Connect instance. You can find the
2449
+ # instanceId in the ARN of the instance.
2337
2450
  # @return [String]
2338
2451
  #
2339
2452
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/GetFederationTokenRequest AWS API Documentation
@@ -2384,7 +2497,8 @@ module Aws::Connect
2384
2497
  # }
2385
2498
  #
2386
2499
  # @!attribute [rw] instance_id
2387
- # The identifier of the Amazon Connect instance.
2500
+ # The identifier of the Amazon Connect instance. You can find the
2501
+ # instanceId in the ARN of the instance.
2388
2502
  # @return [String]
2389
2503
  #
2390
2504
  # @!attribute [rw] start_time
@@ -2437,6 +2551,11 @@ module Aws::Connect
2437
2551
  # description of each metric, see [Historical Metrics Definitions][1]
2438
2552
  # in the *Amazon Connect Administrator Guide*.
2439
2553
  #
2554
+ # <note markdown="1"> This API does not support a contacts incoming metric (there's no
2555
+ # CONTACTS\_INCOMING metric missing from the documented list).
2556
+ #
2557
+ # </note>
2558
+ #
2440
2559
  # ABANDON\_TIME
2441
2560
  #
2442
2561
  # : Unit: SECONDS
@@ -3075,7 +3194,8 @@ module Aws::Connect
3075
3194
  # The Amazon Connect instance.
3076
3195
  #
3077
3196
  # @!attribute [rw] id
3078
- # The identifier of the Amazon Connect instance.
3197
+ # The identifier of the Amazon Connect instance. You can find the
3198
+ # instanceId in the ARN of the instance.
3079
3199
  # @return [String]
3080
3200
  #
3081
3201
  # @!attribute [rw] arn
@@ -3280,7 +3400,8 @@ module Aws::Connect
3280
3400
  # @return [String]
3281
3401
  #
3282
3402
  # @!attribute [rw] instance_id
3283
- # The identifier of the Amazon Connect instance.
3403
+ # The identifier of the Amazon Connect instance. You can find the
3404
+ # instanceId in the ARN of the instance.
3284
3405
  # @return [String]
3285
3406
  #
3286
3407
  # @!attribute [rw] integration_type
@@ -3485,6 +3606,46 @@ module Aws::Connect
3485
3606
  include Aws::Structure
3486
3607
  end
3487
3608
 
3609
+ # Configuration information of an Amazon Lex or Amazon Lex V2 bot.
3610
+ #
3611
+ # @!attribute [rw] lex_bot
3612
+ # Configuration information of an Amazon Lex bot.
3613
+ # @return [Types::LexBot]
3614
+ #
3615
+ # @!attribute [rw] lex_v2_bot
3616
+ # Configuration information of an Amazon Lex V2 bot.
3617
+ # @return [Types::LexV2Bot]
3618
+ #
3619
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/LexBotConfig AWS API Documentation
3620
+ #
3621
+ class LexBotConfig < Struct.new(
3622
+ :lex_bot,
3623
+ :lex_v2_bot)
3624
+ SENSITIVE = []
3625
+ include Aws::Structure
3626
+ end
3627
+
3628
+ # Configuration information of an Amazon Lex V2 bot.
3629
+ #
3630
+ # @note When making an API call, you may pass LexV2Bot
3631
+ # data as a hash:
3632
+ #
3633
+ # {
3634
+ # alias_arn: "AliasArn",
3635
+ # }
3636
+ #
3637
+ # @!attribute [rw] alias_arn
3638
+ # The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.
3639
+ # @return [String]
3640
+ #
3641
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/LexV2Bot AWS API Documentation
3642
+ #
3643
+ class LexV2Bot < Struct.new(
3644
+ :alias_arn)
3645
+ SENSITIVE = []
3646
+ include Aws::Structure
3647
+ end
3648
+
3488
3649
  # The allowed limit for the resource has been exceeded.
3489
3650
  #
3490
3651
  # @!attribute [rw] message
@@ -3509,7 +3670,8 @@ module Aws::Connect
3509
3670
  # }
3510
3671
  #
3511
3672
  # @!attribute [rw] instance_id
3512
- # The identifier of the Amazon Connect instance.
3673
+ # The identifier of the Amazon Connect instance. You can find the
3674
+ # instanceId in the ARN of the instance.
3513
3675
  # @return [String]
3514
3676
  #
3515
3677
  # @!attribute [rw] next_token
@@ -3550,6 +3712,65 @@ module Aws::Connect
3550
3712
  include Aws::Structure
3551
3713
  end
3552
3714
 
3715
+ # @note When making an API call, you may pass ListBotsRequest
3716
+ # data as a hash:
3717
+ #
3718
+ # {
3719
+ # instance_id: "InstanceId", # required
3720
+ # next_token: "NextToken",
3721
+ # max_results: 1,
3722
+ # lex_version: "V1", # required, accepts V1, V2
3723
+ # }
3724
+ #
3725
+ # @!attribute [rw] instance_id
3726
+ # The identifier of the Amazon Connect instance. You can find the
3727
+ # instanceId in the ARN of the instance.
3728
+ # @return [String]
3729
+ #
3730
+ # @!attribute [rw] next_token
3731
+ # The token for the next set of results. Use the value returned in the
3732
+ # previous response in the next request to retrieve the next set of
3733
+ # results.
3734
+ # @return [String]
3735
+ #
3736
+ # @!attribute [rw] max_results
3737
+ # The maximum number of results to return per page.
3738
+ # @return [Integer]
3739
+ #
3740
+ # @!attribute [rw] lex_version
3741
+ # The version of Amazon Lex or Amazon Lex V2.
3742
+ # @return [String]
3743
+ #
3744
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListBotsRequest AWS API Documentation
3745
+ #
3746
+ class ListBotsRequest < Struct.new(
3747
+ :instance_id,
3748
+ :next_token,
3749
+ :max_results,
3750
+ :lex_version)
3751
+ SENSITIVE = []
3752
+ include Aws::Structure
3753
+ end
3754
+
3755
+ # @!attribute [rw] lex_bots
3756
+ # The names and Regions of the Amazon Lex or Amazon Lex V2 bots
3757
+ # associated with the specified instance.
3758
+ # @return [Array<Types::LexBotConfig>]
3759
+ #
3760
+ # @!attribute [rw] next_token
3761
+ # If there are additional results, this is the token for the next set
3762
+ # of results.
3763
+ # @return [String]
3764
+ #
3765
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListBotsResponse AWS API Documentation
3766
+ #
3767
+ class ListBotsResponse < Struct.new(
3768
+ :lex_bots,
3769
+ :next_token)
3770
+ SENSITIVE = []
3771
+ include Aws::Structure
3772
+ end
3773
+
3553
3774
  # @note When making an API call, you may pass ListContactFlowsRequest
3554
3775
  # data as a hash:
3555
3776
  #
@@ -3561,7 +3782,8 @@ module Aws::Connect
3561
3782
  # }
3562
3783
  #
3563
3784
  # @!attribute [rw] instance_id
3564
- # The identifier of the Amazon Connect instance.
3785
+ # The identifier of the Amazon Connect instance. You can find the
3786
+ # instanceId in the ARN of the instance.
3565
3787
  # @return [String]
3566
3788
  #
3567
3789
  # @!attribute [rw] contact_flow_types
@@ -3617,7 +3839,8 @@ module Aws::Connect
3617
3839
  # }
3618
3840
  #
3619
3841
  # @!attribute [rw] instance_id
3620
- # The identifier of the Amazon Connect instance.
3842
+ # The identifier of the Amazon Connect instance. You can find the
3843
+ # instanceId in the ARN of the instance.
3621
3844
  # @return [String]
3622
3845
  #
3623
3846
  # @!attribute [rw] next_token
@@ -3668,7 +3891,8 @@ module Aws::Connect
3668
3891
  # }
3669
3892
  #
3670
3893
  # @!attribute [rw] instance_id
3671
- # The identifier of the Amazon Connect instance.
3894
+ # The identifier of the Amazon Connect instance. You can find the
3895
+ # instanceId in the ARN of the instance.
3672
3896
  # @return [String]
3673
3897
  #
3674
3898
  # @!attribute [rw] next_token
@@ -3720,7 +3944,8 @@ module Aws::Connect
3720
3944
  # }
3721
3945
  #
3722
3946
  # @!attribute [rw] instance_id
3723
- # The identifier of the Amazon Connect instance.
3947
+ # The identifier of the Amazon Connect instance. You can find the
3948
+ # instanceId in the ARN of the instance.
3724
3949
  # @return [String]
3725
3950
  #
3726
3951
  # @!attribute [rw] resource_type
@@ -3821,7 +4046,8 @@ module Aws::Connect
3821
4046
  # }
3822
4047
  #
3823
4048
  # @!attribute [rw] instance_id
3824
- # The identifier of the Amazon Connect instance.
4049
+ # The identifier of the Amazon Connect instance. You can find the
4050
+ # instanceId in the ARN of the instance.
3825
4051
  # @return [String]
3826
4052
  #
3827
4053
  # @!attribute [rw] next_token
@@ -3872,7 +4098,8 @@ module Aws::Connect
3872
4098
  # }
3873
4099
  #
3874
4100
  # @!attribute [rw] instance_id
3875
- # The identifier of the Amazon Connect instance.
4101
+ # The identifier of the Amazon Connect instance. You can find the
4102
+ # instanceId in the ARN of the instance.
3876
4103
  # @return [String]
3877
4104
  #
3878
4105
  # @!attribute [rw] next_token
@@ -3923,7 +4150,8 @@ module Aws::Connect
3923
4150
  # }
3924
4151
  #
3925
4152
  # @!attribute [rw] instance_id
3926
- # The identifier of the Amazon Connect instance.
4153
+ # The identifier of the Amazon Connect instance. You can find the
4154
+ # instanceId in the ARN of the instance.
3927
4155
  # @return [String]
3928
4156
  #
3929
4157
  # @!attribute [rw] next_token
@@ -3977,7 +4205,8 @@ module Aws::Connect
3977
4205
  # }
3978
4206
  #
3979
4207
  # @!attribute [rw] instance_id
3980
- # The identifier of the Amazon Connect instance.
4208
+ # The identifier of the Amazon Connect instance. You can find the
4209
+ # instanceId in the ARN of the instance.
3981
4210
  # @return [String]
3982
4211
  #
3983
4212
  # @!attribute [rw] phone_number_types
@@ -4090,7 +4319,8 @@ module Aws::Connect
4090
4319
  # }
4091
4320
  #
4092
4321
  # @!attribute [rw] instance_id
4093
- # The identifier of the Amazon Connect instance.
4322
+ # The identifier of the Amazon Connect instance. You can find the
4323
+ # instanceId in the ARN of the instance.
4094
4324
  # @return [String]
4095
4325
  #
4096
4326
  # @!attribute [rw] queue_id
@@ -4147,7 +4377,8 @@ module Aws::Connect
4147
4377
  # }
4148
4378
  #
4149
4379
  # @!attribute [rw] instance_id
4150
- # The identifier of the Amazon Connect instance.
4380
+ # The identifier of the Amazon Connect instance. You can find the
4381
+ # instanceId in the ARN of the instance.
4151
4382
  # @return [String]
4152
4383
  #
4153
4384
  # @!attribute [rw] queue_types
@@ -4204,7 +4435,8 @@ module Aws::Connect
4204
4435
  # }
4205
4436
  #
4206
4437
  # @!attribute [rw] instance_id
4207
- # The identifier of the Amazon Connect instance.
4438
+ # The identifier of the Amazon Connect instance. You can find the
4439
+ # instanceId in the ARN of the instance.
4208
4440
  # @return [String]
4209
4441
  #
4210
4442
  # @!attribute [rw] next_token
@@ -4264,7 +4496,8 @@ module Aws::Connect
4264
4496
  # }
4265
4497
  #
4266
4498
  # @!attribute [rw] instance_id
4267
- # The identifier of the Amazon Connect instance.
4499
+ # The identifier of the Amazon Connect instance. You can find the
4500
+ # instanceId in the ARN of the instance.
4268
4501
  # @return [String]
4269
4502
  #
4270
4503
  # @!attribute [rw] routing_profile_id
@@ -4320,7 +4553,8 @@ module Aws::Connect
4320
4553
  # }
4321
4554
  #
4322
4555
  # @!attribute [rw] instance_id
4323
- # The identifier of the Amazon Connect instance.
4556
+ # The identifier of the Amazon Connect instance. You can find the
4557
+ # instanceId in the ARN of the instance.
4324
4558
  # @return [String]
4325
4559
  #
4326
4560
  # @!attribute [rw] next_token
@@ -4371,7 +4605,8 @@ module Aws::Connect
4371
4605
  # }
4372
4606
  #
4373
4607
  # @!attribute [rw] instance_id
4374
- # The identifier of the Amazon Connect instance.
4608
+ # The identifier of the Amazon Connect instance. You can find the
4609
+ # instanceId in the ARN of the instance.
4375
4610
  # @return [String]
4376
4611
  #
4377
4612
  # @!attribute [rw] next_token
@@ -4422,7 +4657,8 @@ module Aws::Connect
4422
4657
  # }
4423
4658
  #
4424
4659
  # @!attribute [rw] instance_id
4425
- # The identifier of the Amazon Connect instance.
4660
+ # The identifier of the Amazon Connect instance. You can find the
4661
+ # instanceId in the ARN of the instance.
4426
4662
  # @return [String]
4427
4663
  #
4428
4664
  # @!attribute [rw] next_token
@@ -4508,7 +4744,8 @@ module Aws::Connect
4508
4744
  # }
4509
4745
  #
4510
4746
  # @!attribute [rw] instance_id
4511
- # The identifier of the Amazon Connect instance.
4747
+ # The identifier of the Amazon Connect instance. You can find the
4748
+ # instanceId in the ARN of the instance.
4512
4749
  # @return [String]
4513
4750
  #
4514
4751
  # @!attribute [rw] integration_association_id
@@ -4564,7 +4801,8 @@ module Aws::Connect
4564
4801
  # }
4565
4802
  #
4566
4803
  # @!attribute [rw] instance_id
4567
- # The identifier of the Amazon Connect instance.
4804
+ # The identifier of the Amazon Connect instance. You can find the
4805
+ # instanceId in the ARN of the instance.
4568
4806
  # @return [String]
4569
4807
  #
4570
4808
  # @!attribute [rw] next_token
@@ -4615,7 +4853,8 @@ module Aws::Connect
4615
4853
  # }
4616
4854
  #
4617
4855
  # @!attribute [rw] instance_id
4618
- # The identifier of the Amazon Connect instance.
4856
+ # The identifier of the Amazon Connect instance. You can find the
4857
+ # instanceId in the ARN of the instance.
4619
4858
  # @return [String]
4620
4859
  #
4621
4860
  # @!attribute [rw] next_token
@@ -5199,7 +5438,8 @@ module Aws::Connect
5199
5438
  # }
5200
5439
  #
5201
5440
  # @!attribute [rw] instance_id
5202
- # The identifier of the Amazon Connect instance.
5441
+ # The identifier of the Amazon Connect instance. You can find the
5442
+ # instanceId in the ARN of the instance.
5203
5443
  # @return [String]
5204
5444
  #
5205
5445
  # @!attribute [rw] contact_id
@@ -5228,7 +5468,8 @@ module Aws::Connect
5228
5468
  # Contains information about a routing profile.
5229
5469
  #
5230
5470
  # @!attribute [rw] instance_id
5231
- # The identifier of the Amazon Connect instance.
5471
+ # The identifier of the Amazon Connect instance. You can find the
5472
+ # instanceId in the ARN of the instance.
5232
5473
  # @return [String]
5233
5474
  #
5234
5475
  # @!attribute [rw] name
@@ -5546,7 +5787,8 @@ module Aws::Connect
5546
5787
  # }
5547
5788
  #
5548
5789
  # @!attribute [rw] instance_id
5549
- # The identifier of the Amazon Connect instance.
5790
+ # The identifier of the Amazon Connect instance. You can find the
5791
+ # instanceId in the ARN of the instance.
5550
5792
  # @return [String]
5551
5793
  #
5552
5794
  # @!attribute [rw] contact_flow_id
@@ -5641,7 +5883,8 @@ module Aws::Connect
5641
5883
  # }
5642
5884
  #
5643
5885
  # @!attribute [rw] instance_id
5644
- # The identifier of the Amazon Connect instance.
5886
+ # The identifier of the Amazon Connect instance. You can find the
5887
+ # instanceId in the ARN of the instance.
5645
5888
  # @return [String]
5646
5889
  #
5647
5890
  # @!attribute [rw] contact_id
@@ -5703,14 +5946,15 @@ module Aws::Connect
5703
5946
  # @return [String]
5704
5947
  #
5705
5948
  # @!attribute [rw] instance_id
5706
- # The identifier of the Amazon Connect instance.
5949
+ # The identifier of the Amazon Connect instance. You can find the
5950
+ # instanceId in the ARN of the instance.
5707
5951
  # @return [String]
5708
5952
  #
5709
5953
  # @!attribute [rw] client_token
5710
5954
  # A unique, case-sensitive identifier that you provide to ensure the
5711
5955
  # idempotency of the request. The token is valid for 7 days after
5712
5956
  # creation. If a contact is already started, the contact ID is
5713
- # returned. If the contact is disconnected, a new contact is started.
5957
+ # returned.
5714
5958
  #
5715
5959
  # **A suitable default value is auto-generated.** You should normally
5716
5960
  # not need to pass this option.
@@ -5788,7 +6032,8 @@ module Aws::Connect
5788
6032
  # }
5789
6033
  #
5790
6034
  # @!attribute [rw] instance_id
5791
- # The identifier of the Amazon Connect instance.
6035
+ # The identifier of the Amazon Connect instance. You can find the
6036
+ # instanceId in the ARN of the instance.
5792
6037
  # @return [String]
5793
6038
  #
5794
6039
  # @!attribute [rw] previous_contact_id
@@ -5876,7 +6121,8 @@ module Aws::Connect
5876
6121
  # }
5877
6122
  #
5878
6123
  # @!attribute [rw] instance_id
5879
- # The identifier of the Amazon Connect instance.
6124
+ # The identifier of the Amazon Connect instance. You can find the
6125
+ # instanceId in the ARN of the instance.
5880
6126
  # @return [String]
5881
6127
  #
5882
6128
  # @!attribute [rw] contact_id
@@ -5915,7 +6161,8 @@ module Aws::Connect
5915
6161
  # @return [String]
5916
6162
  #
5917
6163
  # @!attribute [rw] instance_id
5918
- # The identifier of the Amazon Connect instance.
6164
+ # The identifier of the Amazon Connect instance. You can find the
6165
+ # instanceId in the ARN of the instance.
5919
6166
  # @return [String]
5920
6167
  #
5921
6168
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/StopContactRequest AWS API Documentation
@@ -5941,7 +6188,8 @@ module Aws::Connect
5941
6188
  # }
5942
6189
  #
5943
6190
  # @!attribute [rw] instance_id
5944
- # The identifier of the Amazon Connect instance.
6191
+ # The identifier of the Amazon Connect instance. You can find the
6192
+ # instanceId in the ARN of the instance.
5945
6193
  # @return [String]
5946
6194
  #
5947
6195
  # @!attribute [rw] contact_id
@@ -6078,7 +6326,8 @@ module Aws::Connect
6078
6326
  # @return [String]
6079
6327
  #
6080
6328
  # @!attribute [rw] instance_id
6081
- # The identifier of the Amazon Connect instance.
6329
+ # The identifier of the Amazon Connect instance. You can find the
6330
+ # instanceId in the ARN of the instance.
6082
6331
  # @return [String]
6083
6332
  #
6084
6333
  # @!attribute [rw] attributes
@@ -6188,7 +6437,8 @@ module Aws::Connect
6188
6437
  # }
6189
6438
  #
6190
6439
  # @!attribute [rw] instance_id
6191
- # The identifier of the Amazon Connect instance.
6440
+ # The identifier of the Amazon Connect instance. You can find the
6441
+ # instanceId in the ARN of the instance.
6192
6442
  # @return [String]
6193
6443
  #
6194
6444
  # @!attribute [rw] attribute_type
@@ -6245,7 +6495,8 @@ module Aws::Connect
6245
6495
  # }
6246
6496
  #
6247
6497
  # @!attribute [rw] instance_id
6248
- # The identifier of the Amazon Connect instance.
6498
+ # The identifier of the Amazon Connect instance. You can find the
6499
+ # instanceId in the ARN of the instance.
6249
6500
  # @return [String]
6250
6501
  #
6251
6502
  # @!attribute [rw] association_id
@@ -6282,7 +6533,8 @@ module Aws::Connect
6282
6533
  # }
6283
6534
  #
6284
6535
  # @!attribute [rw] instance_id
6285
- # The identifier of the Amazon Connect instance.
6536
+ # The identifier of the Amazon Connect instance. You can find the
6537
+ # instanceId in the ARN of the instance.
6286
6538
  # @return [String]
6287
6539
  #
6288
6540
  # @!attribute [rw] queue_id
@@ -6313,7 +6565,8 @@ module Aws::Connect
6313
6565
  # }
6314
6566
  #
6315
6567
  # @!attribute [rw] instance_id
6316
- # The identifier of the Amazon Connect instance.
6568
+ # The identifier of the Amazon Connect instance. You can find the
6569
+ # instanceId in the ARN of the instance.
6317
6570
  # @return [String]
6318
6571
  #
6319
6572
  # @!attribute [rw] queue_id
@@ -6346,7 +6599,8 @@ module Aws::Connect
6346
6599
  # }
6347
6600
  #
6348
6601
  # @!attribute [rw] instance_id
6349
- # The identifier of the Amazon Connect instance.
6602
+ # The identifier of the Amazon Connect instance. You can find the
6603
+ # instanceId in the ARN of the instance.
6350
6604
  # @return [String]
6351
6605
  #
6352
6606
  # @!attribute [rw] queue_id
@@ -6386,7 +6640,8 @@ module Aws::Connect
6386
6640
  # }
6387
6641
  #
6388
6642
  # @!attribute [rw] instance_id
6389
- # The identifier of the Amazon Connect instance.
6643
+ # The identifier of the Amazon Connect instance. You can find the
6644
+ # instanceId in the ARN of the instance.
6390
6645
  # @return [String]
6391
6646
  #
6392
6647
  # @!attribute [rw] queue_id
@@ -6417,7 +6672,8 @@ module Aws::Connect
6417
6672
  # }
6418
6673
  #
6419
6674
  # @!attribute [rw] instance_id
6420
- # The identifier of the Amazon Connect instance.
6675
+ # The identifier of the Amazon Connect instance. You can find the
6676
+ # instanceId in the ARN of the instance.
6421
6677
  # @return [String]
6422
6678
  #
6423
6679
  # @!attribute [rw] queue_id
@@ -6461,7 +6717,8 @@ module Aws::Connect
6461
6717
  # }
6462
6718
  #
6463
6719
  # @!attribute [rw] instance_id
6464
- # The identifier of the Amazon Connect instance.
6720
+ # The identifier of the Amazon Connect instance. You can find the
6721
+ # instanceId in the ARN of the instance.
6465
6722
  # @return [String]
6466
6723
  #
6467
6724
  # @!attribute [rw] quick_connect_id
@@ -6493,7 +6750,8 @@ module Aws::Connect
6493
6750
  # }
6494
6751
  #
6495
6752
  # @!attribute [rw] instance_id
6496
- # The identifier of the Amazon Connect instance.
6753
+ # The identifier of the Amazon Connect instance. You can find the
6754
+ # instanceId in the ARN of the instance.
6497
6755
  # @return [String]
6498
6756
  #
6499
6757
  # @!attribute [rw] quick_connect_id
@@ -6534,7 +6792,8 @@ module Aws::Connect
6534
6792
  # }
6535
6793
  #
6536
6794
  # @!attribute [rw] instance_id
6537
- # The identifier of the Amazon Connect instance.
6795
+ # The identifier of the Amazon Connect instance. You can find the
6796
+ # instanceId in the ARN of the instance.
6538
6797
  # @return [String]
6539
6798
  #
6540
6799
  # @!attribute [rw] routing_profile_id
@@ -6566,7 +6825,8 @@ module Aws::Connect
6566
6825
  # }
6567
6826
  #
6568
6827
  # @!attribute [rw] instance_id
6569
- # The identifier of the Amazon Connect instance.
6828
+ # The identifier of the Amazon Connect instance. You can find the
6829
+ # instanceId in the ARN of the instance.
6570
6830
  # @return [String]
6571
6831
  #
6572
6832
  # @!attribute [rw] routing_profile_id
@@ -6598,7 +6858,8 @@ module Aws::Connect
6598
6858
  # }
6599
6859
  #
6600
6860
  # @!attribute [rw] instance_id
6601
- # The identifier of the Amazon Connect instance.
6861
+ # The identifier of the Amazon Connect instance. You can find the
6862
+ # instanceId in the ARN of the instance.
6602
6863
  # @return [String]
6603
6864
  #
6604
6865
  # @!attribute [rw] routing_profile_id
@@ -6645,7 +6906,8 @@ module Aws::Connect
6645
6906
  # }
6646
6907
  #
6647
6908
  # @!attribute [rw] instance_id
6648
- # The identifier of the Amazon Connect instance.
6909
+ # The identifier of the Amazon Connect instance. You can find the
6910
+ # instanceId in the ARN of the instance.
6649
6911
  # @return [String]
6650
6912
  #
6651
6913
  # @!attribute [rw] routing_profile_id
@@ -6687,7 +6949,8 @@ module Aws::Connect
6687
6949
  # @return [String]
6688
6950
  #
6689
6951
  # @!attribute [rw] instance_id
6690
- # The identifier of the Amazon Connect instance.
6952
+ # The identifier of the Amazon Connect instance. You can find the
6953
+ # instanceId in the ARN of the instance.
6691
6954
  # @return [String]
6692
6955
  #
6693
6956
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateUserHierarchyGroupNameRequest AWS API Documentation
@@ -6718,7 +6981,8 @@ module Aws::Connect
6718
6981
  # @return [String]
6719
6982
  #
6720
6983
  # @!attribute [rw] instance_id
6721
- # The identifier of the Amazon Connect instance.
6984
+ # The identifier of the Amazon Connect instance. You can find the
6985
+ # instanceId in the ARN of the instance.
6722
6986
  # @return [String]
6723
6987
  #
6724
6988
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateUserHierarchyRequest AWS API Documentation
@@ -6760,7 +7024,8 @@ module Aws::Connect
6760
7024
  # @return [Types::HierarchyStructureUpdate]
6761
7025
  #
6762
7026
  # @!attribute [rw] instance_id
6763
- # The identifier of the Amazon Connect instance.
7027
+ # The identifier of the Amazon Connect instance. You can find the
7028
+ # instanceId in the ARN of the instance.
6764
7029
  # @return [String]
6765
7030
  #
6766
7031
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateUserHierarchyStructureRequest AWS API Documentation
@@ -6794,7 +7059,8 @@ module Aws::Connect
6794
7059
  # @return [String]
6795
7060
  #
6796
7061
  # @!attribute [rw] instance_id
6797
- # The identifier of the Amazon Connect instance.
7062
+ # The identifier of the Amazon Connect instance. You can find the
7063
+ # instanceId in the ARN of the instance.
6798
7064
  # @return [String]
6799
7065
  #
6800
7066
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateUserIdentityInfoRequest AWS API Documentation
@@ -6830,7 +7096,8 @@ module Aws::Connect
6830
7096
  # @return [String]
6831
7097
  #
6832
7098
  # @!attribute [rw] instance_id
6833
- # The identifier of the Amazon Connect instance.
7099
+ # The identifier of the Amazon Connect instance. You can find the
7100
+ # instanceId in the ARN of the instance.
6834
7101
  # @return [String]
6835
7102
  #
6836
7103
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateUserPhoneConfigRequest AWS API Documentation
@@ -6861,7 +7128,8 @@ module Aws::Connect
6861
7128
  # @return [String]
6862
7129
  #
6863
7130
  # @!attribute [rw] instance_id
6864
- # The identifier of the Amazon Connect instance.
7131
+ # The identifier of the Amazon Connect instance. You can find the
7132
+ # instanceId in the ARN of the instance.
6865
7133
  # @return [String]
6866
7134
  #
6867
7135
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateUserRoutingProfileRequest AWS API Documentation
@@ -6892,7 +7160,8 @@ module Aws::Connect
6892
7160
  # @return [String]
6893
7161
  #
6894
7162
  # @!attribute [rw] instance_id
6895
- # The identifier of the Amazon Connect instance.
7163
+ # The identifier of the Amazon Connect instance. You can find the
7164
+ # instanceId in the ARN of the instance.
6896
7165
  # @return [String]
6897
7166
  #
6898
7167
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateUserSecurityProfilesRequest AWS API Documentation