aws-sdk-connect 1.225.0 → 1.227.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +4274 -441
- data/lib/aws-sdk-connect/client_api.rb +2254 -45
- data/lib/aws-sdk-connect/types.rb +10716 -5508
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +1332 -31
- data/sig/types.rbs +1358 -27
- metadata +3 -3
data/sig/types.rbs
CHANGED
|
@@ -149,6 +149,13 @@ module Aws::Connect
|
|
|
149
149
|
SENSITIVE: []
|
|
150
150
|
end
|
|
151
151
|
|
|
152
|
+
class AiAgentInfo
|
|
153
|
+
attr_accessor ai_use_case: ("AgentAssistance" | "SelfService")
|
|
154
|
+
attr_accessor ai_agent_version_id: ::String
|
|
155
|
+
attr_accessor ai_agent_escalated: bool
|
|
156
|
+
SENSITIVE: []
|
|
157
|
+
end
|
|
158
|
+
|
|
152
159
|
class AliasConfiguration
|
|
153
160
|
attr_accessor email_address_id: ::String
|
|
154
161
|
SENSITIVE: []
|
|
@@ -184,6 +191,7 @@ module Aws::Connect
|
|
|
184
191
|
class Application
|
|
185
192
|
attr_accessor namespace: ::String
|
|
186
193
|
attr_accessor application_permissions: ::Array[::String]
|
|
194
|
+
attr_accessor type: ("MCP" | "THIRD_PARTY_APPLICATION")
|
|
187
195
|
SENSITIVE: []
|
|
188
196
|
end
|
|
189
197
|
|
|
@@ -329,6 +337,14 @@ module Aws::Connect
|
|
|
329
337
|
SENSITIVE: []
|
|
330
338
|
end
|
|
331
339
|
|
|
340
|
+
class AssociateSecurityProfilesRequest
|
|
341
|
+
attr_accessor instance_id: ::String
|
|
342
|
+
attr_accessor security_profiles: ::Array[Types::SecurityProfileItem]
|
|
343
|
+
attr_accessor entity_type: ("USER" | "AI_AGENT")
|
|
344
|
+
attr_accessor entity_arn: ::String
|
|
345
|
+
SENSITIVE: []
|
|
346
|
+
end
|
|
347
|
+
|
|
332
348
|
class AssociateTrafficDistributionGroupUserRequest
|
|
333
349
|
attr_accessor traffic_distribution_group_id: ::String
|
|
334
350
|
attr_accessor user_id: ::String
|
|
@@ -346,6 +362,19 @@ module Aws::Connect
|
|
|
346
362
|
SENSITIVE: []
|
|
347
363
|
end
|
|
348
364
|
|
|
365
|
+
class AssociateWorkspaceRequest
|
|
366
|
+
attr_accessor instance_id: ::String
|
|
367
|
+
attr_accessor workspace_id: ::String
|
|
368
|
+
attr_accessor resource_arns: ::Array[::String]
|
|
369
|
+
SENSITIVE: []
|
|
370
|
+
end
|
|
371
|
+
|
|
372
|
+
class AssociateWorkspaceResponse
|
|
373
|
+
attr_accessor successful_list: ::Array[Types::SuccessfulBatchAssociationSummary]
|
|
374
|
+
attr_accessor failed_list: ::Array[Types::FailedBatchAssociationSummary]
|
|
375
|
+
SENSITIVE: []
|
|
376
|
+
end
|
|
377
|
+
|
|
349
378
|
class AssociatedContactSummary
|
|
350
379
|
attr_accessor contact_id: ::String
|
|
351
380
|
attr_accessor contact_arn: ::String
|
|
@@ -395,7 +424,7 @@ module Aws::Connect
|
|
|
395
424
|
end
|
|
396
425
|
|
|
397
426
|
class Attribute
|
|
398
|
-
attr_accessor attribute_type: ("INBOUND_CALLS" | "OUTBOUND_CALLS" | "CONTACTFLOW_LOGS" | "CONTACT_LENS" | "AUTO_RESOLVE_BEST_VOICES" | "USE_CUSTOM_TTS_VOICES" | "EARLY_MEDIA" | "MULTI_PARTY_CONFERENCE" | "HIGH_VOLUME_OUTBOUND" | "ENHANCED_CONTACT_MONITORING" | "ENHANCED_CHAT_MONITORING" | "MULTI_PARTY_CHAT_CONFERENCE")
|
|
427
|
+
attr_accessor attribute_type: ("INBOUND_CALLS" | "OUTBOUND_CALLS" | "CONTACTFLOW_LOGS" | "CONTACT_LENS" | "AUTO_RESOLVE_BEST_VOICES" | "USE_CUSTOM_TTS_VOICES" | "EARLY_MEDIA" | "MULTI_PARTY_CONFERENCE" | "HIGH_VOLUME_OUTBOUND" | "ENHANCED_CONTACT_MONITORING" | "ENHANCED_CHAT_MONITORING" | "MULTI_PARTY_CHAT_CONFERENCE" | "MESSAGE_STREAMING")
|
|
399
428
|
attr_accessor value: ::String
|
|
400
429
|
SENSITIVE: []
|
|
401
430
|
end
|
|
@@ -491,6 +520,93 @@ module Aws::Connect
|
|
|
491
520
|
SENSITIVE: []
|
|
492
521
|
end
|
|
493
522
|
|
|
523
|
+
class BatchCreateDataTableValueFailureResult
|
|
524
|
+
attr_accessor primary_values: ::Array[Types::PrimaryValue]
|
|
525
|
+
attr_accessor attribute_name: ::String
|
|
526
|
+
attr_accessor message: ::String
|
|
527
|
+
SENSITIVE: []
|
|
528
|
+
end
|
|
529
|
+
|
|
530
|
+
class BatchCreateDataTableValueRequest
|
|
531
|
+
attr_accessor instance_id: ::String
|
|
532
|
+
attr_accessor data_table_id: ::String
|
|
533
|
+
attr_accessor values: ::Array[Types::DataTableValue]
|
|
534
|
+
SENSITIVE: []
|
|
535
|
+
end
|
|
536
|
+
|
|
537
|
+
class BatchCreateDataTableValueResponse
|
|
538
|
+
attr_accessor successful: ::Array[Types::BatchCreateDataTableValueSuccessResult]
|
|
539
|
+
attr_accessor failed: ::Array[Types::BatchCreateDataTableValueFailureResult]
|
|
540
|
+
SENSITIVE: []
|
|
541
|
+
end
|
|
542
|
+
|
|
543
|
+
class BatchCreateDataTableValueSuccessResult
|
|
544
|
+
attr_accessor primary_values: ::Array[Types::PrimaryValue]
|
|
545
|
+
attr_accessor attribute_name: ::String
|
|
546
|
+
attr_accessor record_id: ::String
|
|
547
|
+
attr_accessor lock_version: Types::DataTableLockVersion
|
|
548
|
+
SENSITIVE: []
|
|
549
|
+
end
|
|
550
|
+
|
|
551
|
+
class BatchDeleteDataTableValueFailureResult
|
|
552
|
+
attr_accessor primary_values: ::Array[Types::PrimaryValue]
|
|
553
|
+
attr_accessor attribute_name: ::String
|
|
554
|
+
attr_accessor message: ::String
|
|
555
|
+
SENSITIVE: []
|
|
556
|
+
end
|
|
557
|
+
|
|
558
|
+
class BatchDeleteDataTableValueRequest
|
|
559
|
+
attr_accessor instance_id: ::String
|
|
560
|
+
attr_accessor data_table_id: ::String
|
|
561
|
+
attr_accessor values: ::Array[Types::DataTableDeleteValueIdentifier]
|
|
562
|
+
SENSITIVE: []
|
|
563
|
+
end
|
|
564
|
+
|
|
565
|
+
class BatchDeleteDataTableValueResponse
|
|
566
|
+
attr_accessor successful: ::Array[Types::BatchDeleteDataTableValueSuccessResult]
|
|
567
|
+
attr_accessor failed: ::Array[Types::BatchDeleteDataTableValueFailureResult]
|
|
568
|
+
SENSITIVE: []
|
|
569
|
+
end
|
|
570
|
+
|
|
571
|
+
class BatchDeleteDataTableValueSuccessResult
|
|
572
|
+
attr_accessor primary_values: ::Array[Types::PrimaryValue]
|
|
573
|
+
attr_accessor attribute_name: ::String
|
|
574
|
+
attr_accessor lock_version: Types::DataTableLockVersion
|
|
575
|
+
SENSITIVE: []
|
|
576
|
+
end
|
|
577
|
+
|
|
578
|
+
class BatchDescribeDataTableValueFailureResult
|
|
579
|
+
attr_accessor primary_values: ::Array[Types::PrimaryValue]
|
|
580
|
+
attr_accessor attribute_name: ::String
|
|
581
|
+
attr_accessor message: ::String
|
|
582
|
+
SENSITIVE: []
|
|
583
|
+
end
|
|
584
|
+
|
|
585
|
+
class BatchDescribeDataTableValueRequest
|
|
586
|
+
attr_accessor instance_id: ::String
|
|
587
|
+
attr_accessor data_table_id: ::String
|
|
588
|
+
attr_accessor values: ::Array[Types::DataTableValueIdentifier]
|
|
589
|
+
SENSITIVE: []
|
|
590
|
+
end
|
|
591
|
+
|
|
592
|
+
class BatchDescribeDataTableValueResponse
|
|
593
|
+
attr_accessor successful: ::Array[Types::BatchDescribeDataTableValueSuccessResult]
|
|
594
|
+
attr_accessor failed: ::Array[Types::BatchDescribeDataTableValueFailureResult]
|
|
595
|
+
SENSITIVE: []
|
|
596
|
+
end
|
|
597
|
+
|
|
598
|
+
class BatchDescribeDataTableValueSuccessResult
|
|
599
|
+
attr_accessor record_id: ::String
|
|
600
|
+
attr_accessor attribute_id: ::String
|
|
601
|
+
attr_accessor primary_values: ::Array[Types::PrimaryValueResponse]
|
|
602
|
+
attr_accessor attribute_name: ::String
|
|
603
|
+
attr_accessor value: ::String
|
|
604
|
+
attr_accessor lock_version: Types::DataTableLockVersion
|
|
605
|
+
attr_accessor last_modified_time: ::Time
|
|
606
|
+
attr_accessor last_modified_region: ::String
|
|
607
|
+
SENSITIVE: []
|
|
608
|
+
end
|
|
609
|
+
|
|
494
610
|
class BatchDisassociateAnalyticsDataSetRequest
|
|
495
611
|
attr_accessor instance_id: ::String
|
|
496
612
|
attr_accessor data_set_ids: ::Array[::String]
|
|
@@ -542,6 +658,33 @@ module Aws::Connect
|
|
|
542
658
|
SENSITIVE: []
|
|
543
659
|
end
|
|
544
660
|
|
|
661
|
+
class BatchUpdateDataTableValueFailureResult
|
|
662
|
+
attr_accessor primary_values: ::Array[Types::PrimaryValue]
|
|
663
|
+
attr_accessor attribute_name: ::String
|
|
664
|
+
attr_accessor message: ::String
|
|
665
|
+
SENSITIVE: []
|
|
666
|
+
end
|
|
667
|
+
|
|
668
|
+
class BatchUpdateDataTableValueRequest
|
|
669
|
+
attr_accessor instance_id: ::String
|
|
670
|
+
attr_accessor data_table_id: ::String
|
|
671
|
+
attr_accessor values: ::Array[Types::DataTableValue]
|
|
672
|
+
SENSITIVE: []
|
|
673
|
+
end
|
|
674
|
+
|
|
675
|
+
class BatchUpdateDataTableValueResponse
|
|
676
|
+
attr_accessor successful: ::Array[Types::BatchUpdateDataTableValueSuccessResult]
|
|
677
|
+
attr_accessor failed: ::Array[Types::BatchUpdateDataTableValueFailureResult]
|
|
678
|
+
SENSITIVE: []
|
|
679
|
+
end
|
|
680
|
+
|
|
681
|
+
class BatchUpdateDataTableValueSuccessResult
|
|
682
|
+
attr_accessor primary_values: ::Array[Types::PrimaryValue]
|
|
683
|
+
attr_accessor attribute_name: ::String
|
|
684
|
+
attr_accessor lock_version: Types::DataTableLockVersion
|
|
685
|
+
SENSITIVE: []
|
|
686
|
+
end
|
|
687
|
+
|
|
545
688
|
class BooleanCondition
|
|
546
689
|
attr_accessor field_name: ::String
|
|
547
690
|
attr_accessor comparison_type: ("IS_TRUE" | "IS_FALSE")
|
|
@@ -719,6 +862,7 @@ module Aws::Connect
|
|
|
719
862
|
attr_accessor contact_details: Types::ContactDetails
|
|
720
863
|
attr_accessor outbound_strategy: Types::OutboundStrategy
|
|
721
864
|
attr_accessor attributes: ::Hash[::String, ::String]
|
|
865
|
+
attr_accessor next_contacts: ::Array[Types::NextContactEntry]
|
|
722
866
|
SENSITIVE: [:name, :description]
|
|
723
867
|
end
|
|
724
868
|
|
|
@@ -785,6 +929,20 @@ module Aws::Connect
|
|
|
785
929
|
SENSITIVE: []
|
|
786
930
|
end
|
|
787
931
|
|
|
932
|
+
class ContactFlowAttributeAndCondition
|
|
933
|
+
attr_accessor tag_conditions: ::Array[Types::TagCondition]
|
|
934
|
+
attr_accessor contact_flow_type_condition: Types::ContactFlowTypeCondition
|
|
935
|
+
SENSITIVE: []
|
|
936
|
+
end
|
|
937
|
+
|
|
938
|
+
class ContactFlowAttributeFilter
|
|
939
|
+
attr_accessor or_conditions: ::Array[Types::ContactFlowAttributeAndCondition]
|
|
940
|
+
attr_accessor and_condition: Types::ContactFlowAttributeAndCondition
|
|
941
|
+
attr_accessor tag_condition: Types::TagCondition
|
|
942
|
+
attr_accessor contact_flow_type_condition: Types::ContactFlowTypeCondition
|
|
943
|
+
SENSITIVE: []
|
|
944
|
+
end
|
|
945
|
+
|
|
788
946
|
class ContactFlowModule
|
|
789
947
|
attr_accessor arn: ::String
|
|
790
948
|
attr_accessor id: ::String
|
|
@@ -794,6 +952,33 @@ module Aws::Connect
|
|
|
794
952
|
attr_accessor state: ("ACTIVE" | "ARCHIVED")
|
|
795
953
|
attr_accessor status: ("PUBLISHED" | "SAVED")
|
|
796
954
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
955
|
+
attr_accessor flow_module_content_sha_256: ::String
|
|
956
|
+
attr_accessor version: ::Integer
|
|
957
|
+
attr_accessor version_description: ::String
|
|
958
|
+
attr_accessor settings: ::String
|
|
959
|
+
attr_accessor external_invocation_configuration: Types::ExternalInvocationConfiguration
|
|
960
|
+
SENSITIVE: []
|
|
961
|
+
end
|
|
962
|
+
|
|
963
|
+
class ContactFlowModuleAliasInfo
|
|
964
|
+
attr_accessor contact_flow_module_id: ::String
|
|
965
|
+
attr_accessor contact_flow_module_arn: ::String
|
|
966
|
+
attr_accessor alias_id: ::String
|
|
967
|
+
attr_accessor version: ::Integer
|
|
968
|
+
attr_accessor name: ::String
|
|
969
|
+
attr_accessor description: ::String
|
|
970
|
+
attr_accessor last_modified_region: ::String
|
|
971
|
+
attr_accessor last_modified_time: ::Time
|
|
972
|
+
SENSITIVE: []
|
|
973
|
+
end
|
|
974
|
+
|
|
975
|
+
class ContactFlowModuleAliasSummary
|
|
976
|
+
attr_accessor arn: ::String
|
|
977
|
+
attr_accessor alias_id: ::String
|
|
978
|
+
attr_accessor version: ::Integer
|
|
979
|
+
attr_accessor alias_name: ::String
|
|
980
|
+
attr_accessor alias_description: ::String
|
|
981
|
+
attr_accessor last_modified_time: ::Time
|
|
797
982
|
SENSITIVE: []
|
|
798
983
|
end
|
|
799
984
|
|
|
@@ -819,6 +1004,13 @@ module Aws::Connect
|
|
|
819
1004
|
SENSITIVE: []
|
|
820
1005
|
end
|
|
821
1006
|
|
|
1007
|
+
class ContactFlowModuleVersionSummary
|
|
1008
|
+
attr_accessor arn: ::String
|
|
1009
|
+
attr_accessor version_description: ::String
|
|
1010
|
+
attr_accessor version: ::Integer
|
|
1011
|
+
SENSITIVE: []
|
|
1012
|
+
end
|
|
1013
|
+
|
|
822
1014
|
class ContactFlowNotPublishedException
|
|
823
1015
|
attr_accessor message: ::String
|
|
824
1016
|
SENSITIVE: []
|
|
@@ -836,6 +1028,7 @@ module Aws::Connect
|
|
|
836
1028
|
|
|
837
1029
|
class ContactFlowSearchFilter
|
|
838
1030
|
attr_accessor tag_filter: Types::ControlPlaneTagFilter
|
|
1031
|
+
attr_accessor flow_attribute_filter: Types::ContactFlowAttributeFilter
|
|
839
1032
|
SENSITIVE: []
|
|
840
1033
|
end
|
|
841
1034
|
|
|
@@ -849,6 +1042,11 @@ module Aws::Connect
|
|
|
849
1042
|
SENSITIVE: []
|
|
850
1043
|
end
|
|
851
1044
|
|
|
1045
|
+
class ContactFlowTypeCondition
|
|
1046
|
+
attr_accessor contact_flow_type: ("CONTACT_FLOW" | "CUSTOMER_QUEUE" | "CUSTOMER_HOLD" | "CUSTOMER_WHISPER" | "AGENT_HOLD" | "AGENT_WHISPER" | "OUTBOUND_WHISPER" | "AGENT_TRANSFER" | "QUEUE_TRANSFER" | "CAMPAIGN")
|
|
1047
|
+
SENSITIVE: []
|
|
1048
|
+
end
|
|
1049
|
+
|
|
852
1050
|
class ContactFlowVersionSummary
|
|
853
1051
|
attr_accessor arn: ::String
|
|
854
1052
|
attr_accessor version_description: ::String
|
|
@@ -963,6 +1161,21 @@ module Aws::Connect
|
|
|
963
1161
|
SENSITIVE: []
|
|
964
1162
|
end
|
|
965
1163
|
|
|
1164
|
+
class CreateContactFlowModuleAliasRequest
|
|
1165
|
+
attr_accessor instance_id: ::String
|
|
1166
|
+
attr_accessor description: ::String
|
|
1167
|
+
attr_accessor contact_flow_module_id: ::String
|
|
1168
|
+
attr_accessor contact_flow_module_version: ::Integer
|
|
1169
|
+
attr_accessor alias_name: ::String
|
|
1170
|
+
SENSITIVE: []
|
|
1171
|
+
end
|
|
1172
|
+
|
|
1173
|
+
class CreateContactFlowModuleAliasResponse
|
|
1174
|
+
attr_accessor contact_flow_module_arn: ::String
|
|
1175
|
+
attr_accessor id: ::String
|
|
1176
|
+
SENSITIVE: []
|
|
1177
|
+
end
|
|
1178
|
+
|
|
966
1179
|
class CreateContactFlowModuleRequest
|
|
967
1180
|
attr_accessor instance_id: ::String
|
|
968
1181
|
attr_accessor name: ::String
|
|
@@ -970,6 +1183,8 @@ module Aws::Connect
|
|
|
970
1183
|
attr_accessor content: ::String
|
|
971
1184
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
972
1185
|
attr_accessor client_token: ::String
|
|
1186
|
+
attr_accessor settings: ::String
|
|
1187
|
+
attr_accessor external_invocation_configuration: Types::ExternalInvocationConfiguration
|
|
973
1188
|
SENSITIVE: []
|
|
974
1189
|
end
|
|
975
1190
|
|
|
@@ -979,6 +1194,20 @@ module Aws::Connect
|
|
|
979
1194
|
SENSITIVE: []
|
|
980
1195
|
end
|
|
981
1196
|
|
|
1197
|
+
class CreateContactFlowModuleVersionRequest
|
|
1198
|
+
attr_accessor instance_id: ::String
|
|
1199
|
+
attr_accessor description: ::String
|
|
1200
|
+
attr_accessor contact_flow_module_id: ::String
|
|
1201
|
+
attr_accessor flow_module_content_sha_256: ::String
|
|
1202
|
+
SENSITIVE: []
|
|
1203
|
+
end
|
|
1204
|
+
|
|
1205
|
+
class CreateContactFlowModuleVersionResponse
|
|
1206
|
+
attr_accessor contact_flow_module_arn: ::String
|
|
1207
|
+
attr_accessor version: ::Integer
|
|
1208
|
+
SENSITIVE: []
|
|
1209
|
+
end
|
|
1210
|
+
|
|
982
1211
|
class CreateContactFlowRequest
|
|
983
1212
|
attr_accessor instance_id: ::String
|
|
984
1213
|
attr_accessor name: ::String
|
|
@@ -1038,6 +1267,42 @@ module Aws::Connect
|
|
|
1038
1267
|
SENSITIVE: []
|
|
1039
1268
|
end
|
|
1040
1269
|
|
|
1270
|
+
class CreateDataTableAttributeRequest
|
|
1271
|
+
attr_accessor instance_id: ::String
|
|
1272
|
+
attr_accessor data_table_id: ::String
|
|
1273
|
+
attr_accessor name: ::String
|
|
1274
|
+
attr_accessor value_type: ("TEXT" | "NUMBER" | "BOOLEAN" | "TEXT_LIST" | "NUMBER_LIST")
|
|
1275
|
+
attr_accessor description: ::String
|
|
1276
|
+
attr_accessor primary: bool
|
|
1277
|
+
attr_accessor validation: Types::Validation
|
|
1278
|
+
SENSITIVE: []
|
|
1279
|
+
end
|
|
1280
|
+
|
|
1281
|
+
class CreateDataTableAttributeResponse
|
|
1282
|
+
attr_accessor name: ::String
|
|
1283
|
+
attr_accessor attribute_id: ::String
|
|
1284
|
+
attr_accessor lock_version: Types::DataTableLockVersion
|
|
1285
|
+
SENSITIVE: []
|
|
1286
|
+
end
|
|
1287
|
+
|
|
1288
|
+
class CreateDataTableRequest
|
|
1289
|
+
attr_accessor instance_id: ::String
|
|
1290
|
+
attr_accessor name: ::String
|
|
1291
|
+
attr_accessor description: ::String
|
|
1292
|
+
attr_accessor time_zone: ::String
|
|
1293
|
+
attr_accessor value_lock_level: ("NONE" | "DATA_TABLE" | "PRIMARY_VALUE" | "ATTRIBUTE" | "VALUE")
|
|
1294
|
+
attr_accessor status: ("PUBLISHED")
|
|
1295
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
1296
|
+
SENSITIVE: []
|
|
1297
|
+
end
|
|
1298
|
+
|
|
1299
|
+
class CreateDataTableResponse
|
|
1300
|
+
attr_accessor id: ::String
|
|
1301
|
+
attr_accessor arn: ::String
|
|
1302
|
+
attr_accessor lock_version: Types::DataTableLockVersion
|
|
1303
|
+
SENSITIVE: []
|
|
1304
|
+
end
|
|
1305
|
+
|
|
1041
1306
|
class CreateEmailAddressRequest
|
|
1042
1307
|
attr_accessor description: ::String
|
|
1043
1308
|
attr_accessor instance_id: ::String
|
|
@@ -1062,7 +1327,10 @@ module Aws::Connect
|
|
|
1062
1327
|
attr_accessor scoring_strategy: Types::EvaluationFormScoringStrategy
|
|
1063
1328
|
attr_accessor auto_evaluation_configuration: Types::EvaluationFormAutoEvaluationConfiguration
|
|
1064
1329
|
attr_accessor client_token: ::String
|
|
1330
|
+
attr_accessor as_draft: bool
|
|
1065
1331
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
1332
|
+
attr_accessor target_configuration: Types::EvaluationFormTargetConfiguration
|
|
1333
|
+
attr_accessor language_configuration: Types::EvaluationFormLanguageConfiguration
|
|
1066
1334
|
SENSITIVE: []
|
|
1067
1335
|
end
|
|
1068
1336
|
|
|
@@ -1123,7 +1391,7 @@ module Aws::Connect
|
|
|
1123
1391
|
|
|
1124
1392
|
class CreateIntegrationAssociationRequest
|
|
1125
1393
|
attr_accessor instance_id: ::String
|
|
1126
|
-
attr_accessor integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY" | "ANALYTICS_CONNECTOR" | "CALL_TRANSFER_CONNECTOR" | "COGNITO_USER_POOL")
|
|
1394
|
+
attr_accessor integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY" | "ANALYTICS_CONNECTOR" | "CALL_TRANSFER_CONNECTOR" | "COGNITO_USER_POOL" | "MESSAGE_PROCESSOR")
|
|
1127
1395
|
attr_accessor integration_arn: ::String
|
|
1128
1396
|
attr_accessor source_application_url: ::String
|
|
1129
1397
|
attr_accessor source_application_name: ::String
|
|
@@ -1286,6 +1554,8 @@ module Aws::Connect
|
|
|
1286
1554
|
attr_accessor applications: ::Array[Types::Application]
|
|
1287
1555
|
attr_accessor hierarchy_restricted_resources: ::Array[::String]
|
|
1288
1556
|
attr_accessor allowed_access_control_hierarchy_group_id: ::String
|
|
1557
|
+
attr_accessor allowed_flow_modules: ::Array[Types::FlowModule]
|
|
1558
|
+
attr_accessor granular_access_control_configuration: Types::GranularAccessControlConfiguration
|
|
1289
1559
|
SENSITIVE: []
|
|
1290
1560
|
end
|
|
1291
1561
|
|
|
@@ -1424,6 +1694,35 @@ module Aws::Connect
|
|
|
1424
1694
|
SENSITIVE: []
|
|
1425
1695
|
end
|
|
1426
1696
|
|
|
1697
|
+
class CreateWorkspacePageRequest
|
|
1698
|
+
attr_accessor instance_id: ::String
|
|
1699
|
+
attr_accessor workspace_id: ::String
|
|
1700
|
+
attr_accessor resource_arn: ::String
|
|
1701
|
+
attr_accessor page: ::String
|
|
1702
|
+
attr_accessor slug: ::String
|
|
1703
|
+
attr_accessor input_data: ::String
|
|
1704
|
+
SENSITIVE: []
|
|
1705
|
+
end
|
|
1706
|
+
|
|
1707
|
+
class CreateWorkspacePageResponse < Aws::EmptyStructure
|
|
1708
|
+
end
|
|
1709
|
+
|
|
1710
|
+
class CreateWorkspaceRequest
|
|
1711
|
+
attr_accessor instance_id: ::String
|
|
1712
|
+
attr_accessor name: ::String
|
|
1713
|
+
attr_accessor description: ::String
|
|
1714
|
+
attr_accessor theme: Types::WorkspaceTheme
|
|
1715
|
+
attr_accessor title: ::String
|
|
1716
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
1717
|
+
SENSITIVE: []
|
|
1718
|
+
end
|
|
1719
|
+
|
|
1720
|
+
class CreateWorkspaceResponse
|
|
1721
|
+
attr_accessor workspace_id: ::String
|
|
1722
|
+
attr_accessor workspace_arn: ::String
|
|
1723
|
+
SENSITIVE: []
|
|
1724
|
+
end
|
|
1725
|
+
|
|
1427
1726
|
class CreatedByInfo
|
|
1428
1727
|
attr_accessor connect_user_arn: ::String
|
|
1429
1728
|
attr_accessor aws_identity_arn: ::String
|
|
@@ -1492,6 +1791,127 @@ module Aws::Connect
|
|
|
1492
1791
|
SENSITIVE: []
|
|
1493
1792
|
end
|
|
1494
1793
|
|
|
1794
|
+
class DataTable
|
|
1795
|
+
attr_accessor name: ::String
|
|
1796
|
+
attr_accessor id: ::String
|
|
1797
|
+
attr_accessor arn: ::String
|
|
1798
|
+
attr_accessor time_zone: ::String
|
|
1799
|
+
attr_accessor description: ::String
|
|
1800
|
+
attr_accessor value_lock_level: ("NONE" | "DATA_TABLE" | "PRIMARY_VALUE" | "ATTRIBUTE" | "VALUE")
|
|
1801
|
+
attr_accessor lock_version: Types::DataTableLockVersion
|
|
1802
|
+
attr_accessor version: ::String
|
|
1803
|
+
attr_accessor version_description: ::String
|
|
1804
|
+
attr_accessor status: ("PUBLISHED")
|
|
1805
|
+
attr_accessor created_time: ::Time
|
|
1806
|
+
attr_accessor last_modified_time: ::Time
|
|
1807
|
+
attr_accessor last_modified_region: ::String
|
|
1808
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
1809
|
+
SENSITIVE: []
|
|
1810
|
+
end
|
|
1811
|
+
|
|
1812
|
+
class DataTableAccessControlConfiguration
|
|
1813
|
+
attr_accessor primary_attribute_access_control_configuration: Types::PrimaryAttributeAccessControlConfigurationItem
|
|
1814
|
+
SENSITIVE: []
|
|
1815
|
+
end
|
|
1816
|
+
|
|
1817
|
+
class DataTableAttribute
|
|
1818
|
+
attr_accessor attribute_id: ::String
|
|
1819
|
+
attr_accessor name: ::String
|
|
1820
|
+
attr_accessor value_type: ("TEXT" | "NUMBER" | "BOOLEAN" | "TEXT_LIST" | "NUMBER_LIST")
|
|
1821
|
+
attr_accessor description: ::String
|
|
1822
|
+
attr_accessor data_table_id: ::String
|
|
1823
|
+
attr_accessor data_table_arn: ::String
|
|
1824
|
+
attr_accessor primary: bool
|
|
1825
|
+
attr_accessor version: ::String
|
|
1826
|
+
attr_accessor lock_version: Types::DataTableLockVersion
|
|
1827
|
+
attr_accessor last_modified_time: ::Time
|
|
1828
|
+
attr_accessor last_modified_region: ::String
|
|
1829
|
+
attr_accessor validation: Types::Validation
|
|
1830
|
+
SENSITIVE: []
|
|
1831
|
+
end
|
|
1832
|
+
|
|
1833
|
+
class DataTableDeleteValueIdentifier
|
|
1834
|
+
attr_accessor primary_values: ::Array[Types::PrimaryValue]
|
|
1835
|
+
attr_accessor attribute_name: ::String
|
|
1836
|
+
attr_accessor lock_version: Types::DataTableLockVersion
|
|
1837
|
+
SENSITIVE: []
|
|
1838
|
+
end
|
|
1839
|
+
|
|
1840
|
+
class DataTableEvaluatedValue
|
|
1841
|
+
attr_accessor record_id: ::String
|
|
1842
|
+
attr_accessor primary_values: ::Array[Types::PrimaryValue]
|
|
1843
|
+
attr_accessor attribute_name: ::String
|
|
1844
|
+
attr_accessor value_type: ("TEXT" | "NUMBER" | "BOOLEAN" | "TEXT_LIST" | "NUMBER_LIST")
|
|
1845
|
+
attr_accessor found: bool
|
|
1846
|
+
attr_accessor error: bool
|
|
1847
|
+
attr_accessor evaluated_value: ::String
|
|
1848
|
+
SENSITIVE: []
|
|
1849
|
+
end
|
|
1850
|
+
|
|
1851
|
+
class DataTableLockVersion
|
|
1852
|
+
attr_accessor data_table: ::String
|
|
1853
|
+
attr_accessor attribute: ::String
|
|
1854
|
+
attr_accessor primary_values: ::String
|
|
1855
|
+
attr_accessor value: ::String
|
|
1856
|
+
SENSITIVE: []
|
|
1857
|
+
end
|
|
1858
|
+
|
|
1859
|
+
class DataTableSearchCriteria
|
|
1860
|
+
attr_accessor or_conditions: ::Array[Types::DataTableSearchCriteria]
|
|
1861
|
+
attr_accessor and_conditions: ::Array[Types::DataTableSearchCriteria]
|
|
1862
|
+
attr_accessor string_condition: Types::StringCondition
|
|
1863
|
+
SENSITIVE: []
|
|
1864
|
+
end
|
|
1865
|
+
|
|
1866
|
+
class DataTableSearchFilter
|
|
1867
|
+
attr_accessor attribute_filter: Types::ControlPlaneAttributeFilter
|
|
1868
|
+
SENSITIVE: []
|
|
1869
|
+
end
|
|
1870
|
+
|
|
1871
|
+
class DataTableSummary
|
|
1872
|
+
attr_accessor name: ::String
|
|
1873
|
+
attr_accessor id: ::String
|
|
1874
|
+
attr_accessor arn: ::String
|
|
1875
|
+
attr_accessor last_modified_time: ::Time
|
|
1876
|
+
attr_accessor last_modified_region: ::String
|
|
1877
|
+
SENSITIVE: []
|
|
1878
|
+
end
|
|
1879
|
+
|
|
1880
|
+
class DataTableValue
|
|
1881
|
+
attr_accessor primary_values: ::Array[Types::PrimaryValue]
|
|
1882
|
+
attr_accessor attribute_name: ::String
|
|
1883
|
+
attr_accessor value: ::String
|
|
1884
|
+
attr_accessor lock_version: Types::DataTableLockVersion
|
|
1885
|
+
attr_accessor last_modified_time: ::Time
|
|
1886
|
+
attr_accessor last_modified_region: ::String
|
|
1887
|
+
SENSITIVE: []
|
|
1888
|
+
end
|
|
1889
|
+
|
|
1890
|
+
class DataTableValueEvaluationSet
|
|
1891
|
+
attr_accessor primary_values: ::Array[Types::PrimaryValue]
|
|
1892
|
+
attr_accessor attribute_names: ::Array[::String]
|
|
1893
|
+
SENSITIVE: []
|
|
1894
|
+
end
|
|
1895
|
+
|
|
1896
|
+
class DataTableValueIdentifier
|
|
1897
|
+
attr_accessor primary_values: ::Array[Types::PrimaryValue]
|
|
1898
|
+
attr_accessor attribute_name: ::String
|
|
1899
|
+
SENSITIVE: []
|
|
1900
|
+
end
|
|
1901
|
+
|
|
1902
|
+
class DataTableValueSummary
|
|
1903
|
+
attr_accessor record_id: ::String
|
|
1904
|
+
attr_accessor attribute_id: ::String
|
|
1905
|
+
attr_accessor primary_values: ::Array[Types::PrimaryValueResponse]
|
|
1906
|
+
attr_accessor attribute_name: ::String
|
|
1907
|
+
attr_accessor value_type: ("TEXT" | "NUMBER" | "BOOLEAN" | "TEXT_LIST" | "NUMBER_LIST")
|
|
1908
|
+
attr_accessor value: ::String
|
|
1909
|
+
attr_accessor lock_version: Types::DataTableLockVersion
|
|
1910
|
+
attr_accessor last_modified_time: ::Time
|
|
1911
|
+
attr_accessor last_modified_region: ::String
|
|
1912
|
+
SENSITIVE: []
|
|
1913
|
+
end
|
|
1914
|
+
|
|
1495
1915
|
class DateCondition
|
|
1496
1916
|
attr_accessor field_name: ::String
|
|
1497
1917
|
attr_accessor value: ::String
|
|
@@ -1559,6 +1979,16 @@ module Aws::Connect
|
|
|
1559
1979
|
SENSITIVE: []
|
|
1560
1980
|
end
|
|
1561
1981
|
|
|
1982
|
+
class DeleteContactFlowModuleAliasRequest
|
|
1983
|
+
attr_accessor instance_id: ::String
|
|
1984
|
+
attr_accessor contact_flow_module_id: ::String
|
|
1985
|
+
attr_accessor alias_id: ::String
|
|
1986
|
+
SENSITIVE: []
|
|
1987
|
+
end
|
|
1988
|
+
|
|
1989
|
+
class DeleteContactFlowModuleAliasResponse < Aws::EmptyStructure
|
|
1990
|
+
end
|
|
1991
|
+
|
|
1562
1992
|
class DeleteContactFlowModuleRequest
|
|
1563
1993
|
attr_accessor instance_id: ::String
|
|
1564
1994
|
attr_accessor contact_flow_module_id: ::String
|
|
@@ -1568,6 +1998,16 @@ module Aws::Connect
|
|
|
1568
1998
|
class DeleteContactFlowModuleResponse < Aws::EmptyStructure
|
|
1569
1999
|
end
|
|
1570
2000
|
|
|
2001
|
+
class DeleteContactFlowModuleVersionRequest
|
|
2002
|
+
attr_accessor instance_id: ::String
|
|
2003
|
+
attr_accessor contact_flow_module_id: ::String
|
|
2004
|
+
attr_accessor contact_flow_module_version: ::Integer
|
|
2005
|
+
SENSITIVE: []
|
|
2006
|
+
end
|
|
2007
|
+
|
|
2008
|
+
class DeleteContactFlowModuleVersionResponse < Aws::EmptyStructure
|
|
2009
|
+
end
|
|
2010
|
+
|
|
1571
2011
|
class DeleteContactFlowRequest
|
|
1572
2012
|
attr_accessor instance_id: ::String
|
|
1573
2013
|
attr_accessor contact_flow_id: ::String
|
|
@@ -1587,6 +2027,27 @@ module Aws::Connect
|
|
|
1587
2027
|
class DeleteContactFlowVersionResponse < Aws::EmptyStructure
|
|
1588
2028
|
end
|
|
1589
2029
|
|
|
2030
|
+
class DeleteDataTableAttributeRequest
|
|
2031
|
+
attr_accessor instance_id: ::String
|
|
2032
|
+
attr_accessor data_table_id: ::String
|
|
2033
|
+
attr_accessor attribute_name: ::String
|
|
2034
|
+
SENSITIVE: []
|
|
2035
|
+
end
|
|
2036
|
+
|
|
2037
|
+
class DeleteDataTableAttributeResponse
|
|
2038
|
+
attr_accessor lock_version: Types::DataTableLockVersion
|
|
2039
|
+
SENSITIVE: []
|
|
2040
|
+
end
|
|
2041
|
+
|
|
2042
|
+
class DeleteDataTableRequest
|
|
2043
|
+
attr_accessor instance_id: ::String
|
|
2044
|
+
attr_accessor data_table_id: ::String
|
|
2045
|
+
SENSITIVE: []
|
|
2046
|
+
end
|
|
2047
|
+
|
|
2048
|
+
class DeleteDataTableResponse < Aws::EmptyStructure
|
|
2049
|
+
end
|
|
2050
|
+
|
|
1590
2051
|
class DeleteEmailAddressRequest
|
|
1591
2052
|
attr_accessor instance_id: ::String
|
|
1592
2053
|
attr_accessor email_address_id: ::String
|
|
@@ -1748,6 +2209,35 @@ module Aws::Connect
|
|
|
1748
2209
|
SENSITIVE: []
|
|
1749
2210
|
end
|
|
1750
2211
|
|
|
2212
|
+
class DeleteWorkspaceMediaRequest
|
|
2213
|
+
attr_accessor instance_id: ::String
|
|
2214
|
+
attr_accessor workspace_id: ::String
|
|
2215
|
+
attr_accessor media_type: ("IMAGE_LOGO_LIGHT_FAVICON" | "IMAGE_LOGO_DARK_FAVICON" | "IMAGE_LOGO_LIGHT_HORIZONTAL" | "IMAGE_LOGO_DARK_HORIZONTAL")
|
|
2216
|
+
SENSITIVE: []
|
|
2217
|
+
end
|
|
2218
|
+
|
|
2219
|
+
class DeleteWorkspaceMediaResponse < Aws::EmptyStructure
|
|
2220
|
+
end
|
|
2221
|
+
|
|
2222
|
+
class DeleteWorkspacePageRequest
|
|
2223
|
+
attr_accessor instance_id: ::String
|
|
2224
|
+
attr_accessor workspace_id: ::String
|
|
2225
|
+
attr_accessor page: ::String
|
|
2226
|
+
SENSITIVE: []
|
|
2227
|
+
end
|
|
2228
|
+
|
|
2229
|
+
class DeleteWorkspacePageResponse < Aws::EmptyStructure
|
|
2230
|
+
end
|
|
2231
|
+
|
|
2232
|
+
class DeleteWorkspaceRequest
|
|
2233
|
+
attr_accessor instance_id: ::String
|
|
2234
|
+
attr_accessor workspace_id: ::String
|
|
2235
|
+
SENSITIVE: []
|
|
2236
|
+
end
|
|
2237
|
+
|
|
2238
|
+
class DeleteWorkspaceResponse < Aws::EmptyStructure
|
|
2239
|
+
end
|
|
2240
|
+
|
|
1751
2241
|
class DescribeAgentStatusRequest
|
|
1752
2242
|
attr_accessor instance_id: ::String
|
|
1753
2243
|
attr_accessor agent_status_id: ::String
|
|
@@ -1782,36 +2272,71 @@ module Aws::Connect
|
|
|
1782
2272
|
SENSITIVE: []
|
|
1783
2273
|
end
|
|
1784
2274
|
|
|
2275
|
+
class DescribeContactFlowModuleAliasRequest
|
|
2276
|
+
attr_accessor instance_id: ::String
|
|
2277
|
+
attr_accessor contact_flow_module_id: ::String
|
|
2278
|
+
attr_accessor alias_id: ::String
|
|
2279
|
+
SENSITIVE: []
|
|
2280
|
+
end
|
|
2281
|
+
|
|
2282
|
+
class DescribeContactFlowModuleAliasResponse
|
|
2283
|
+
attr_accessor contact_flow_module_alias: Types::ContactFlowModuleAliasInfo
|
|
2284
|
+
SENSITIVE: []
|
|
2285
|
+
end
|
|
2286
|
+
|
|
1785
2287
|
class DescribeContactFlowModuleRequest
|
|
1786
2288
|
attr_accessor instance_id: ::String
|
|
1787
2289
|
attr_accessor contact_flow_module_id: ::String
|
|
1788
2290
|
SENSITIVE: []
|
|
1789
2291
|
end
|
|
1790
2292
|
|
|
1791
|
-
class DescribeContactFlowModuleResponse
|
|
1792
|
-
attr_accessor contact_flow_module: Types::ContactFlowModule
|
|
2293
|
+
class DescribeContactFlowModuleResponse
|
|
2294
|
+
attr_accessor contact_flow_module: Types::ContactFlowModule
|
|
2295
|
+
SENSITIVE: []
|
|
2296
|
+
end
|
|
2297
|
+
|
|
2298
|
+
class DescribeContactFlowRequest
|
|
2299
|
+
attr_accessor instance_id: ::String
|
|
2300
|
+
attr_accessor contact_flow_id: ::String
|
|
2301
|
+
SENSITIVE: []
|
|
2302
|
+
end
|
|
2303
|
+
|
|
2304
|
+
class DescribeContactFlowResponse
|
|
2305
|
+
attr_accessor contact_flow: Types::ContactFlow
|
|
2306
|
+
SENSITIVE: []
|
|
2307
|
+
end
|
|
2308
|
+
|
|
2309
|
+
class DescribeContactRequest
|
|
2310
|
+
attr_accessor instance_id: ::String
|
|
2311
|
+
attr_accessor contact_id: ::String
|
|
2312
|
+
SENSITIVE: []
|
|
2313
|
+
end
|
|
2314
|
+
|
|
2315
|
+
class DescribeContactResponse
|
|
2316
|
+
attr_accessor contact: Types::Contact
|
|
1793
2317
|
SENSITIVE: []
|
|
1794
2318
|
end
|
|
1795
2319
|
|
|
1796
|
-
class
|
|
2320
|
+
class DescribeDataTableAttributeRequest
|
|
1797
2321
|
attr_accessor instance_id: ::String
|
|
1798
|
-
attr_accessor
|
|
2322
|
+
attr_accessor data_table_id: ::String
|
|
2323
|
+
attr_accessor attribute_name: ::String
|
|
1799
2324
|
SENSITIVE: []
|
|
1800
2325
|
end
|
|
1801
2326
|
|
|
1802
|
-
class
|
|
1803
|
-
attr_accessor
|
|
2327
|
+
class DescribeDataTableAttributeResponse
|
|
2328
|
+
attr_accessor attribute: Types::DataTableAttribute
|
|
1804
2329
|
SENSITIVE: []
|
|
1805
2330
|
end
|
|
1806
2331
|
|
|
1807
|
-
class
|
|
2332
|
+
class DescribeDataTableRequest
|
|
1808
2333
|
attr_accessor instance_id: ::String
|
|
1809
|
-
attr_accessor
|
|
2334
|
+
attr_accessor data_table_id: ::String
|
|
1810
2335
|
SENSITIVE: []
|
|
1811
2336
|
end
|
|
1812
2337
|
|
|
1813
|
-
class
|
|
1814
|
-
attr_accessor
|
|
2338
|
+
class DescribeDataTableResponse
|
|
2339
|
+
attr_accessor data_table: Types::DataTable
|
|
1815
2340
|
SENSITIVE: []
|
|
1816
2341
|
end
|
|
1817
2342
|
|
|
@@ -1871,7 +2396,7 @@ module Aws::Connect
|
|
|
1871
2396
|
|
|
1872
2397
|
class DescribeInstanceAttributeRequest
|
|
1873
2398
|
attr_accessor instance_id: ::String
|
|
1874
|
-
attr_accessor attribute_type: ("INBOUND_CALLS" | "OUTBOUND_CALLS" | "CONTACTFLOW_LOGS" | "CONTACT_LENS" | "AUTO_RESOLVE_BEST_VOICES" | "USE_CUSTOM_TTS_VOICES" | "EARLY_MEDIA" | "MULTI_PARTY_CONFERENCE" | "HIGH_VOLUME_OUTBOUND" | "ENHANCED_CONTACT_MONITORING" | "ENHANCED_CHAT_MONITORING" | "MULTI_PARTY_CHAT_CONFERENCE")
|
|
2399
|
+
attr_accessor attribute_type: ("INBOUND_CALLS" | "OUTBOUND_CALLS" | "CONTACTFLOW_LOGS" | "CONTACT_LENS" | "AUTO_RESOLVE_BEST_VOICES" | "USE_CUSTOM_TTS_VOICES" | "EARLY_MEDIA" | "MULTI_PARTY_CONFERENCE" | "HIGH_VOLUME_OUTBOUND" | "ENHANCED_CONTACT_MONITORING" | "ENHANCED_CHAT_MONITORING" | "MULTI_PARTY_CHAT_CONFERENCE" | "MESSAGE_STREAMING")
|
|
1875
2400
|
SENSITIVE: []
|
|
1876
2401
|
end
|
|
1877
2402
|
|
|
@@ -2054,6 +2579,17 @@ module Aws::Connect
|
|
|
2054
2579
|
SENSITIVE: []
|
|
2055
2580
|
end
|
|
2056
2581
|
|
|
2582
|
+
class DescribeWorkspaceRequest
|
|
2583
|
+
attr_accessor instance_id: ::String
|
|
2584
|
+
attr_accessor workspace_id: ::String
|
|
2585
|
+
SENSITIVE: []
|
|
2586
|
+
end
|
|
2587
|
+
|
|
2588
|
+
class DescribeWorkspaceResponse
|
|
2589
|
+
attr_accessor workspace: Types::Workspace
|
|
2590
|
+
SENSITIVE: []
|
|
2591
|
+
end
|
|
2592
|
+
|
|
2057
2593
|
class DestinationNotAllowedException
|
|
2058
2594
|
attr_accessor message: ::String
|
|
2059
2595
|
SENSITIVE: []
|
|
@@ -2169,6 +2705,14 @@ module Aws::Connect
|
|
|
2169
2705
|
SENSITIVE: []
|
|
2170
2706
|
end
|
|
2171
2707
|
|
|
2708
|
+
class DisassociateSecurityProfilesRequest
|
|
2709
|
+
attr_accessor instance_id: ::String
|
|
2710
|
+
attr_accessor security_profiles: ::Array[Types::SecurityProfileItem]
|
|
2711
|
+
attr_accessor entity_type: ("USER" | "AI_AGENT")
|
|
2712
|
+
attr_accessor entity_arn: ::String
|
|
2713
|
+
SENSITIVE: []
|
|
2714
|
+
end
|
|
2715
|
+
|
|
2172
2716
|
class DisassociateTrafficDistributionGroupUserRequest
|
|
2173
2717
|
attr_accessor traffic_distribution_group_id: ::String
|
|
2174
2718
|
attr_accessor user_id: ::String
|
|
@@ -2186,6 +2730,19 @@ module Aws::Connect
|
|
|
2186
2730
|
SENSITIVE: []
|
|
2187
2731
|
end
|
|
2188
2732
|
|
|
2733
|
+
class DisassociateWorkspaceRequest
|
|
2734
|
+
attr_accessor instance_id: ::String
|
|
2735
|
+
attr_accessor workspace_id: ::String
|
|
2736
|
+
attr_accessor resource_arns: ::Array[::String]
|
|
2737
|
+
SENSITIVE: []
|
|
2738
|
+
end
|
|
2739
|
+
|
|
2740
|
+
class DisassociateWorkspaceResponse
|
|
2741
|
+
attr_accessor successful_list: ::Array[Types::SuccessfulBatchAssociationSummary]
|
|
2742
|
+
attr_accessor failed_list: ::Array[Types::FailedBatchAssociationSummary]
|
|
2743
|
+
SENSITIVE: []
|
|
2744
|
+
end
|
|
2745
|
+
|
|
2189
2746
|
class DisconnectDetails
|
|
2190
2747
|
attr_accessor potential_disconnect_issue: ::String
|
|
2191
2748
|
SENSITIVE: []
|
|
@@ -2312,6 +2869,22 @@ module Aws::Connect
|
|
|
2312
2869
|
SENSITIVE: []
|
|
2313
2870
|
end
|
|
2314
2871
|
|
|
2872
|
+
class EvaluateDataTableValuesRequest
|
|
2873
|
+
attr_accessor instance_id: ::String
|
|
2874
|
+
attr_accessor data_table_id: ::String
|
|
2875
|
+
attr_accessor values: ::Array[Types::DataTableValueEvaluationSet]
|
|
2876
|
+
attr_accessor time_zone: ::String
|
|
2877
|
+
attr_accessor next_token: ::String
|
|
2878
|
+
attr_accessor max_results: ::Integer
|
|
2879
|
+
SENSITIVE: []
|
|
2880
|
+
end
|
|
2881
|
+
|
|
2882
|
+
class EvaluateDataTableValuesResponse
|
|
2883
|
+
attr_accessor values: ::Array[Types::DataTableEvaluatedValue]
|
|
2884
|
+
attr_accessor next_token: ::String
|
|
2885
|
+
SENSITIVE: []
|
|
2886
|
+
end
|
|
2887
|
+
|
|
2315
2888
|
class Evaluation
|
|
2316
2889
|
attr_accessor evaluation_id: ::String
|
|
2317
2890
|
attr_accessor evaluation_arn: ::String
|
|
@@ -2344,6 +2917,8 @@ module Aws::Connect
|
|
|
2344
2917
|
class EvaluationAnswerData
|
|
2345
2918
|
attr_accessor string_value: ::String
|
|
2346
2919
|
attr_accessor numeric_value: ::Float
|
|
2920
|
+
attr_accessor string_values: ::Array[::String]
|
|
2921
|
+
attr_accessor date_time_value: ::String
|
|
2347
2922
|
attr_accessor not_applicable: bool
|
|
2348
2923
|
attr_accessor unknown: untyped
|
|
2349
2924
|
SENSITIVE: []
|
|
@@ -2352,6 +2927,10 @@ module Aws::Connect
|
|
|
2352
2927
|
end
|
|
2353
2928
|
class NumericValue < EvaluationAnswerData
|
|
2354
2929
|
end
|
|
2930
|
+
class StringValues < EvaluationAnswerData
|
|
2931
|
+
end
|
|
2932
|
+
class DateTimeValue < EvaluationAnswerData
|
|
2933
|
+
end
|
|
2355
2934
|
class NotApplicable < EvaluationAnswerData
|
|
2356
2935
|
end
|
|
2357
2936
|
class Unknown < EvaluationAnswerData
|
|
@@ -2382,6 +2961,12 @@ module Aws::Connect
|
|
|
2382
2961
|
SENSITIVE: []
|
|
2383
2962
|
end
|
|
2384
2963
|
|
|
2964
|
+
class EvaluationContactParticipant
|
|
2965
|
+
attr_accessor contact_participant_role: ("AGENT" | "SYSTEM" | "CUSTOM_BOT")
|
|
2966
|
+
attr_accessor contact_participant_id: ::String
|
|
2967
|
+
SENSITIVE: []
|
|
2968
|
+
end
|
|
2969
|
+
|
|
2385
2970
|
class EvaluationForm
|
|
2386
2971
|
attr_accessor evaluation_form_id: ::String
|
|
2387
2972
|
attr_accessor evaluation_form_version: ::Integer
|
|
@@ -2398,6 +2983,8 @@ module Aws::Connect
|
|
|
2398
2983
|
attr_accessor last_modified_by: ::String
|
|
2399
2984
|
attr_accessor auto_evaluation_configuration: Types::EvaluationFormAutoEvaluationConfiguration
|
|
2400
2985
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
2986
|
+
attr_accessor target_configuration: Types::EvaluationFormTargetConfiguration
|
|
2987
|
+
attr_accessor language_configuration: Types::EvaluationFormLanguageConfiguration
|
|
2401
2988
|
SENSITIVE: []
|
|
2402
2989
|
end
|
|
2403
2990
|
|
|
@@ -2415,6 +3002,8 @@ module Aws::Connect
|
|
|
2415
3002
|
attr_accessor items: ::Array[Types::EvaluationFormItem]
|
|
2416
3003
|
attr_accessor scoring_strategy: Types::EvaluationFormScoringStrategy
|
|
2417
3004
|
attr_accessor auto_evaluation_configuration: Types::EvaluationFormAutoEvaluationConfiguration
|
|
3005
|
+
attr_accessor target_configuration: Types::EvaluationFormTargetConfiguration
|
|
3006
|
+
attr_accessor language_configuration: Types::EvaluationFormLanguageConfiguration
|
|
2418
3007
|
SENSITIVE: []
|
|
2419
3008
|
end
|
|
2420
3009
|
|
|
@@ -2462,7 +3051,7 @@ module Aws::Connect
|
|
|
2462
3051
|
class EvaluationFormItemEnablementExpression
|
|
2463
3052
|
attr_accessor source: Types::EvaluationFormItemEnablementSource
|
|
2464
3053
|
attr_accessor values: ::Array[Types::EvaluationFormItemEnablementSourceValue]
|
|
2465
|
-
attr_accessor comparator: ("IN" | "NOT_IN")
|
|
3054
|
+
attr_accessor comparator: ("IN" | "NOT_IN" | "ALL_IN" | "EXACT")
|
|
2466
3055
|
SENSITIVE: []
|
|
2467
3056
|
end
|
|
2468
3057
|
|
|
@@ -2478,6 +3067,42 @@ module Aws::Connect
|
|
|
2478
3067
|
SENSITIVE: []
|
|
2479
3068
|
end
|
|
2480
3069
|
|
|
3070
|
+
class EvaluationFormLanguageConfiguration
|
|
3071
|
+
attr_accessor form_language: ("de-DE" | "en-US" | "es-ES" | "fr-FR" | "it-IT" | "pt-BR")
|
|
3072
|
+
SENSITIVE: []
|
|
3073
|
+
end
|
|
3074
|
+
|
|
3075
|
+
class EvaluationFormMultiSelectQuestionAutomation
|
|
3076
|
+
attr_accessor options: ::Array[Types::EvaluationFormMultiSelectQuestionAutomationOption]
|
|
3077
|
+
attr_accessor default_option_ref_ids: ::Array[::String]
|
|
3078
|
+
attr_accessor answer_source: Types::EvaluationFormQuestionAutomationAnswerSource
|
|
3079
|
+
SENSITIVE: []
|
|
3080
|
+
end
|
|
3081
|
+
|
|
3082
|
+
class EvaluationFormMultiSelectQuestionAutomationOption
|
|
3083
|
+
attr_accessor rule_category: Types::MultiSelectQuestionRuleCategoryAutomation
|
|
3084
|
+
attr_accessor unknown: untyped
|
|
3085
|
+
SENSITIVE: []
|
|
3086
|
+
|
|
3087
|
+
class RuleCategory < EvaluationFormMultiSelectQuestionAutomationOption
|
|
3088
|
+
end
|
|
3089
|
+
class Unknown < EvaluationFormMultiSelectQuestionAutomationOption
|
|
3090
|
+
end
|
|
3091
|
+
end
|
|
3092
|
+
|
|
3093
|
+
class EvaluationFormMultiSelectQuestionOption
|
|
3094
|
+
attr_accessor ref_id: ::String
|
|
3095
|
+
attr_accessor text: ::String
|
|
3096
|
+
SENSITIVE: []
|
|
3097
|
+
end
|
|
3098
|
+
|
|
3099
|
+
class EvaluationFormMultiSelectQuestionProperties
|
|
3100
|
+
attr_accessor options: ::Array[Types::EvaluationFormMultiSelectQuestionOption]
|
|
3101
|
+
attr_accessor display_as: ("DROPDOWN" | "CHECKBOX")
|
|
3102
|
+
attr_accessor automation: Types::EvaluationFormMultiSelectQuestionAutomation
|
|
3103
|
+
SENSITIVE: []
|
|
3104
|
+
end
|
|
3105
|
+
|
|
2481
3106
|
class EvaluationFormNumericQuestionAutomation
|
|
2482
3107
|
attr_accessor property_value: Types::NumericQuestionPropertyValueAutomation
|
|
2483
3108
|
attr_accessor answer_source: Types::EvaluationFormQuestionAutomationAnswerSource
|
|
@@ -2514,7 +3139,7 @@ module Aws::Connect
|
|
|
2514
3139
|
attr_accessor instructions: ::String
|
|
2515
3140
|
attr_accessor ref_id: ::String
|
|
2516
3141
|
attr_accessor not_applicable_enabled: bool
|
|
2517
|
-
attr_accessor question_type: ("TEXT" | "SINGLESELECT" | "NUMERIC")
|
|
3142
|
+
attr_accessor question_type: ("TEXT" | "SINGLESELECT" | "NUMERIC" | "MULTISELECT" | "DATETIME")
|
|
2518
3143
|
attr_accessor question_type_properties: Types::EvaluationFormQuestionTypeProperties
|
|
2519
3144
|
attr_accessor enablement: Types::EvaluationFormItemEnablementConfiguration
|
|
2520
3145
|
attr_accessor weight: ::Float
|
|
@@ -2530,6 +3155,7 @@ module Aws::Connect
|
|
|
2530
3155
|
attr_accessor numeric: Types::EvaluationFormNumericQuestionProperties
|
|
2531
3156
|
attr_accessor single_select: Types::EvaluationFormSingleSelectQuestionProperties
|
|
2532
3157
|
attr_accessor text: Types::EvaluationFormTextQuestionProperties
|
|
3158
|
+
attr_accessor multi_select: Types::EvaluationFormMultiSelectQuestionProperties
|
|
2533
3159
|
attr_accessor unknown: untyped
|
|
2534
3160
|
SENSITIVE: []
|
|
2535
3161
|
|
|
@@ -2539,6 +3165,8 @@ module Aws::Connect
|
|
|
2539
3165
|
end
|
|
2540
3166
|
class Text < EvaluationFormQuestionTypeProperties
|
|
2541
3167
|
end
|
|
3168
|
+
class MultiSelect < EvaluationFormQuestionTypeProperties
|
|
3169
|
+
end
|
|
2542
3170
|
class Unknown < EvaluationFormQuestionTypeProperties
|
|
2543
3171
|
end
|
|
2544
3172
|
end
|
|
@@ -2579,6 +3207,8 @@ module Aws::Connect
|
|
|
2579
3207
|
attr_accessor latest_version: ::Integer
|
|
2580
3208
|
attr_accessor active_version: ::Integer
|
|
2581
3209
|
attr_accessor auto_evaluation_enabled: bool
|
|
3210
|
+
attr_accessor evaluation_form_language: ("de-DE" | "en-US" | "es-ES" | "fr-FR" | "it-IT" | "pt-BR")
|
|
3211
|
+
attr_accessor contact_interaction_type: ("AGENT" | "AUTOMATED")
|
|
2582
3212
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
2583
3213
|
SENSITIVE: []
|
|
2584
3214
|
end
|
|
@@ -2641,6 +3271,11 @@ module Aws::Connect
|
|
|
2641
3271
|
SENSITIVE: []
|
|
2642
3272
|
end
|
|
2643
3273
|
|
|
3274
|
+
class EvaluationFormTargetConfiguration
|
|
3275
|
+
attr_accessor contact_interaction_type: ("AGENT" | "AUTOMATED")
|
|
3276
|
+
SENSITIVE: []
|
|
3277
|
+
end
|
|
3278
|
+
|
|
2644
3279
|
class EvaluationFormTextQuestionAutomation
|
|
2645
3280
|
attr_accessor answer_source: Types::EvaluationFormQuestionAutomationAnswerSource
|
|
2646
3281
|
SENSITIVE: []
|
|
@@ -2678,6 +3313,8 @@ module Aws::Connect
|
|
|
2678
3313
|
attr_accessor score: Types::EvaluationScore
|
|
2679
3314
|
attr_accessor auto_evaluation: Types::AutoEvaluationDetails
|
|
2680
3315
|
attr_accessor acknowledgement: Types::EvaluationAcknowledgement
|
|
3316
|
+
attr_accessor contact_participant: Types::EvaluationContactParticipant
|
|
3317
|
+
attr_accessor sampling_job_id: ::String
|
|
2681
3318
|
SENSITIVE: []
|
|
2682
3319
|
end
|
|
2683
3320
|
|
|
@@ -2709,6 +3346,7 @@ module Aws::Connect
|
|
|
2709
3346
|
attr_accessor percentage: ::Float
|
|
2710
3347
|
attr_accessor not_applicable: bool
|
|
2711
3348
|
attr_accessor automatic_fail: bool
|
|
3349
|
+
attr_accessor applied_weight: ::Float
|
|
2712
3350
|
SENSITIVE: []
|
|
2713
3351
|
end
|
|
2714
3352
|
|
|
@@ -2741,6 +3379,10 @@ module Aws::Connect
|
|
|
2741
3379
|
attr_accessor acknowledged_time: ::Time
|
|
2742
3380
|
attr_accessor acknowledged_by: ::String
|
|
2743
3381
|
attr_accessor acknowledger_comment: ::String
|
|
3382
|
+
attr_accessor sampling_job_id: ::String
|
|
3383
|
+
attr_accessor review_id: ::String
|
|
3384
|
+
attr_accessor contact_participant_role: ("AGENT" | "SYSTEM" | "CUSTOM_BOT")
|
|
3385
|
+
attr_accessor contact_participant_id: ::String
|
|
2744
3386
|
SENSITIVE: []
|
|
2745
3387
|
end
|
|
2746
3388
|
|
|
@@ -2749,6 +3391,7 @@ module Aws::Connect
|
|
|
2749
3391
|
attr_accessor evaluation_arn: ::String
|
|
2750
3392
|
attr_accessor evaluation_form_id: ::String
|
|
2751
3393
|
attr_accessor evaluation_form_version: ::Integer
|
|
3394
|
+
attr_accessor evaluation_form_title: ::String
|
|
2752
3395
|
attr_accessor metadata: Types::EvaluationSearchMetadata
|
|
2753
3396
|
attr_accessor status: ("DRAFT" | "SUBMITTED")
|
|
2754
3397
|
attr_accessor evaluation_type: ("STANDARD" | "CALIBRATION")
|
|
@@ -2787,6 +3430,7 @@ module Aws::Connect
|
|
|
2787
3430
|
attr_accessor evaluation_type: ("STANDARD" | "CALIBRATION")
|
|
2788
3431
|
attr_accessor created_time: ::Time
|
|
2789
3432
|
attr_accessor last_modified_time: ::Time
|
|
3433
|
+
attr_accessor contact_participant: Types::EvaluationContactParticipant
|
|
2790
3434
|
SENSITIVE: []
|
|
2791
3435
|
end
|
|
2792
3436
|
|
|
@@ -2826,6 +3470,18 @@ module Aws::Connect
|
|
|
2826
3470
|
SENSITIVE: []
|
|
2827
3471
|
end
|
|
2828
3472
|
|
|
3473
|
+
class ExternalInvocationConfiguration
|
|
3474
|
+
attr_accessor enabled: bool
|
|
3475
|
+
SENSITIVE: []
|
|
3476
|
+
end
|
|
3477
|
+
|
|
3478
|
+
class FailedBatchAssociationSummary
|
|
3479
|
+
attr_accessor resource_arn: ::String
|
|
3480
|
+
attr_accessor error_code: ::String
|
|
3481
|
+
attr_accessor error_message: ::String
|
|
3482
|
+
SENSITIVE: []
|
|
3483
|
+
end
|
|
3484
|
+
|
|
2829
3485
|
class FailedRequest
|
|
2830
3486
|
attr_accessor request_identifier: ::String
|
|
2831
3487
|
attr_accessor failure_reason_code: ("INVALID_ATTRIBUTE_KEY" | "INVALID_CUSTOMER_ENDPOINT" | "INVALID_SYSTEM_ENDPOINT" | "INVALID_QUEUE" | "INVALID_OUTBOUND_STRATEGY" | "MISSING_CAMPAIGN" | "MISSING_CUSTOMER_ENDPOINT" | "MISSING_QUEUE_ID_AND_SYSTEM_ENDPOINT" | "REQUEST_THROTTLED" | "IDEMPOTENCY_EXCEPTION" | "INTERNAL_ERROR")
|
|
@@ -2850,6 +3506,12 @@ module Aws::Connect
|
|
|
2850
3506
|
class FilterV2
|
|
2851
3507
|
attr_accessor filter_key: ::String
|
|
2852
3508
|
attr_accessor filter_values: ::Array[::String]
|
|
3509
|
+
attr_accessor string_condition: Types::FilterV2StringCondition
|
|
3510
|
+
SENSITIVE: []
|
|
3511
|
+
end
|
|
3512
|
+
|
|
3513
|
+
class FilterV2StringCondition
|
|
3514
|
+
attr_accessor comparison: ("NOT_EXISTS")
|
|
2853
3515
|
SENSITIVE: []
|
|
2854
3516
|
end
|
|
2855
3517
|
|
|
@@ -2869,6 +3531,22 @@ module Aws::Connect
|
|
|
2869
3531
|
SENSITIVE: []
|
|
2870
3532
|
end
|
|
2871
3533
|
|
|
3534
|
+
class FlowModule
|
|
3535
|
+
attr_accessor type: ("MCP")
|
|
3536
|
+
attr_accessor flow_module_id: ::String
|
|
3537
|
+
SENSITIVE: []
|
|
3538
|
+
end
|
|
3539
|
+
|
|
3540
|
+
class FlowQuickConnectConfig
|
|
3541
|
+
attr_accessor contact_flow_id: ::String
|
|
3542
|
+
SENSITIVE: []
|
|
3543
|
+
end
|
|
3544
|
+
|
|
3545
|
+
class FontFamily
|
|
3546
|
+
attr_accessor default: ("Arial" | "Courier New" | "Georgia" | "Times New Roman" | "Trebuchet" | "Verdana")
|
|
3547
|
+
SENSITIVE: []
|
|
3548
|
+
end
|
|
3549
|
+
|
|
2872
3550
|
class GetAttachedFileRequest
|
|
2873
3551
|
attr_accessor instance_id: ::String
|
|
2874
3552
|
attr_accessor file_id: ::String
|
|
@@ -3081,6 +3759,11 @@ module Aws::Connect
|
|
|
3081
3759
|
SENSITIVE: []
|
|
3082
3760
|
end
|
|
3083
3761
|
|
|
3762
|
+
class GranularAccessControlConfiguration
|
|
3763
|
+
attr_accessor data_table_access_control_configuration: Types::DataTableAccessControlConfiguration
|
|
3764
|
+
SENSITIVE: []
|
|
3765
|
+
end
|
|
3766
|
+
|
|
3084
3767
|
class HierarchyGroup
|
|
3085
3768
|
attr_accessor id: ::String
|
|
3086
3769
|
attr_accessor arn: ::String
|
|
@@ -3272,6 +3955,12 @@ module Aws::Connect
|
|
|
3272
3955
|
SENSITIVE: []
|
|
3273
3956
|
end
|
|
3274
3957
|
|
|
3958
|
+
class ImagesLogo
|
|
3959
|
+
attr_accessor default: ::String
|
|
3960
|
+
attr_accessor favicon: ::String
|
|
3961
|
+
SENSITIVE: []
|
|
3962
|
+
end
|
|
3963
|
+
|
|
3275
3964
|
class ImportPhoneNumberRequest
|
|
3276
3965
|
attr_accessor instance_id: ::String
|
|
3277
3966
|
attr_accessor source_phone_number_arn: ::String
|
|
@@ -3287,6 +3976,17 @@ module Aws::Connect
|
|
|
3287
3976
|
SENSITIVE: []
|
|
3288
3977
|
end
|
|
3289
3978
|
|
|
3979
|
+
class ImportWorkspaceMediaRequest
|
|
3980
|
+
attr_accessor instance_id: ::String
|
|
3981
|
+
attr_accessor workspace_id: ::String
|
|
3982
|
+
attr_accessor media_type: ("IMAGE_LOGO_LIGHT_FAVICON" | "IMAGE_LOGO_DARK_FAVICON" | "IMAGE_LOGO_LIGHT_HORIZONTAL" | "IMAGE_LOGO_DARK_HORIZONTAL")
|
|
3983
|
+
attr_accessor media_source: ::String
|
|
3984
|
+
SENSITIVE: []
|
|
3985
|
+
end
|
|
3986
|
+
|
|
3987
|
+
class ImportWorkspaceMediaResponse < Aws::EmptyStructure
|
|
3988
|
+
end
|
|
3989
|
+
|
|
3290
3990
|
class InboundAdditionalRecipients
|
|
3291
3991
|
attr_accessor to_addresses: ::Array[Types::EmailAddressInfo]
|
|
3292
3992
|
attr_accessor cc_addresses: ::Array[Types::EmailAddressInfo]
|
|
@@ -3361,7 +4061,7 @@ module Aws::Connect
|
|
|
3361
4061
|
attr_accessor integration_association_id: ::String
|
|
3362
4062
|
attr_accessor integration_association_arn: ::String
|
|
3363
4063
|
attr_accessor instance_id: ::String
|
|
3364
|
-
attr_accessor integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY" | "ANALYTICS_CONNECTOR" | "CALL_TRANSFER_CONNECTOR" | "COGNITO_USER_POOL")
|
|
4064
|
+
attr_accessor integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY" | "ANALYTICS_CONNECTOR" | "CALL_TRANSFER_CONNECTOR" | "COGNITO_USER_POOL" | "MESSAGE_PROCESSOR")
|
|
3365
4065
|
attr_accessor integration_arn: ::String
|
|
3366
4066
|
attr_accessor source_application_url: ::String
|
|
3367
4067
|
attr_accessor source_application_name: ::String
|
|
@@ -3570,6 +4270,34 @@ module Aws::Connect
|
|
|
3570
4270
|
SENSITIVE: []
|
|
3571
4271
|
end
|
|
3572
4272
|
|
|
4273
|
+
class ListContactFlowModuleAliasesRequest
|
|
4274
|
+
attr_accessor instance_id: ::String
|
|
4275
|
+
attr_accessor contact_flow_module_id: ::String
|
|
4276
|
+
attr_accessor next_token: ::String
|
|
4277
|
+
attr_accessor max_results: ::Integer
|
|
4278
|
+
SENSITIVE: []
|
|
4279
|
+
end
|
|
4280
|
+
|
|
4281
|
+
class ListContactFlowModuleAliasesResponse
|
|
4282
|
+
attr_accessor contact_flow_module_alias_summary_list: ::Array[Types::ContactFlowModuleAliasSummary]
|
|
4283
|
+
attr_accessor next_token: ::String
|
|
4284
|
+
SENSITIVE: []
|
|
4285
|
+
end
|
|
4286
|
+
|
|
4287
|
+
class ListContactFlowModuleVersionsRequest
|
|
4288
|
+
attr_accessor instance_id: ::String
|
|
4289
|
+
attr_accessor contact_flow_module_id: ::String
|
|
4290
|
+
attr_accessor next_token: ::String
|
|
4291
|
+
attr_accessor max_results: ::Integer
|
|
4292
|
+
SENSITIVE: []
|
|
4293
|
+
end
|
|
4294
|
+
|
|
4295
|
+
class ListContactFlowModuleVersionsResponse
|
|
4296
|
+
attr_accessor contact_flow_module_version_summary_list: ::Array[Types::ContactFlowModuleVersionSummary]
|
|
4297
|
+
attr_accessor next_token: ::String
|
|
4298
|
+
SENSITIVE: []
|
|
4299
|
+
end
|
|
4300
|
+
|
|
3573
4301
|
class ListContactFlowModulesRequest
|
|
3574
4302
|
attr_accessor instance_id: ::String
|
|
3575
4303
|
attr_accessor next_token: ::String
|
|
@@ -3615,7 +4343,7 @@ module Aws::Connect
|
|
|
3615
4343
|
class ListContactReferencesRequest
|
|
3616
4344
|
attr_accessor instance_id: ::String
|
|
3617
4345
|
attr_accessor contact_id: ::String
|
|
3618
|
-
attr_accessor reference_types: ::Array[("URL" | "ATTACHMENT" | "CONTACT_ANALYSIS" | "NUMBER" | "STRING" | "DATE" | "EMAIL" | "EMAIL_MESSAGE")]
|
|
4346
|
+
attr_accessor reference_types: ::Array[("URL" | "ATTACHMENT" | "CONTACT_ANALYSIS" | "NUMBER" | "STRING" | "DATE" | "EMAIL" | "EMAIL_MESSAGE" | "EMAIL_MESSAGE_PLAIN_TEXT")]
|
|
3619
4347
|
attr_accessor next_token: ::String
|
|
3620
4348
|
SENSITIVE: []
|
|
3621
4349
|
end
|
|
@@ -3626,6 +4354,66 @@ module Aws::Connect
|
|
|
3626
4354
|
SENSITIVE: []
|
|
3627
4355
|
end
|
|
3628
4356
|
|
|
4357
|
+
class ListDataTableAttributesRequest
|
|
4358
|
+
attr_accessor instance_id: ::String
|
|
4359
|
+
attr_accessor data_table_id: ::String
|
|
4360
|
+
attr_accessor attribute_ids: ::Array[::String]
|
|
4361
|
+
attr_accessor next_token: ::String
|
|
4362
|
+
attr_accessor max_results: ::Integer
|
|
4363
|
+
SENSITIVE: []
|
|
4364
|
+
end
|
|
4365
|
+
|
|
4366
|
+
class ListDataTableAttributesResponse
|
|
4367
|
+
attr_accessor next_token: ::String
|
|
4368
|
+
attr_accessor attributes: ::Array[Types::DataTableAttribute]
|
|
4369
|
+
SENSITIVE: []
|
|
4370
|
+
end
|
|
4371
|
+
|
|
4372
|
+
class ListDataTablePrimaryValuesRequest
|
|
4373
|
+
attr_accessor instance_id: ::String
|
|
4374
|
+
attr_accessor data_table_id: ::String
|
|
4375
|
+
attr_accessor record_ids: ::Array[::String]
|
|
4376
|
+
attr_accessor primary_attribute_values: ::Array[Types::PrimaryAttributeValueFilter]
|
|
4377
|
+
attr_accessor next_token: ::String
|
|
4378
|
+
attr_accessor max_results: ::Integer
|
|
4379
|
+
SENSITIVE: []
|
|
4380
|
+
end
|
|
4381
|
+
|
|
4382
|
+
class ListDataTablePrimaryValuesResponse
|
|
4383
|
+
attr_accessor next_token: ::String
|
|
4384
|
+
attr_accessor primary_values_list: ::Array[Types::RecordPrimaryValue]
|
|
4385
|
+
SENSITIVE: []
|
|
4386
|
+
end
|
|
4387
|
+
|
|
4388
|
+
class ListDataTableValuesRequest
|
|
4389
|
+
attr_accessor instance_id: ::String
|
|
4390
|
+
attr_accessor data_table_id: ::String
|
|
4391
|
+
attr_accessor record_ids: ::Array[::String]
|
|
4392
|
+
attr_accessor primary_attribute_values: ::Array[Types::PrimaryAttributeValueFilter]
|
|
4393
|
+
attr_accessor next_token: ::String
|
|
4394
|
+
attr_accessor max_results: ::Integer
|
|
4395
|
+
SENSITIVE: []
|
|
4396
|
+
end
|
|
4397
|
+
|
|
4398
|
+
class ListDataTableValuesResponse
|
|
4399
|
+
attr_accessor next_token: ::String
|
|
4400
|
+
attr_accessor values: ::Array[Types::DataTableValueSummary]
|
|
4401
|
+
SENSITIVE: []
|
|
4402
|
+
end
|
|
4403
|
+
|
|
4404
|
+
class ListDataTablesRequest
|
|
4405
|
+
attr_accessor instance_id: ::String
|
|
4406
|
+
attr_accessor next_token: ::String
|
|
4407
|
+
attr_accessor max_results: ::Integer
|
|
4408
|
+
SENSITIVE: []
|
|
4409
|
+
end
|
|
4410
|
+
|
|
4411
|
+
class ListDataTablesResponse
|
|
4412
|
+
attr_accessor next_token: ::String
|
|
4413
|
+
attr_accessor data_table_summary_list: ::Array[Types::DataTableSummary]
|
|
4414
|
+
SENSITIVE: []
|
|
4415
|
+
end
|
|
4416
|
+
|
|
3629
4417
|
class ListDefaultVocabulariesRequest
|
|
3630
4418
|
attr_accessor instance_id: ::String
|
|
3631
4419
|
attr_accessor language_code: ("ar-AE" | "de-CH" | "de-DE" | "en-AB" | "en-AU" | "en-GB" | "en-IE" | "en-IN" | "en-US" | "en-WL" | "es-ES" | "es-US" | "fr-CA" | "fr-FR" | "hi-IN" | "it-IT" | "ja-JP" | "ko-KR" | "pt-BR" | "pt-PT" | "zh-CN" | "en-NZ" | "en-ZA" | "ca-ES" | "da-DK" | "fi-FI" | "id-ID" | "ms-MY" | "nl-NL" | "no-NO" | "pl-PL" | "sv-SE" | "tl-PH")
|
|
@@ -3640,6 +4428,21 @@ module Aws::Connect
|
|
|
3640
4428
|
SENSITIVE: []
|
|
3641
4429
|
end
|
|
3642
4430
|
|
|
4431
|
+
class ListEntitySecurityProfilesRequest
|
|
4432
|
+
attr_accessor instance_id: ::String
|
|
4433
|
+
attr_accessor entity_type: ("USER" | "AI_AGENT")
|
|
4434
|
+
attr_accessor entity_arn: ::String
|
|
4435
|
+
attr_accessor next_token: ::String
|
|
4436
|
+
attr_accessor max_results: ::Integer
|
|
4437
|
+
SENSITIVE: []
|
|
4438
|
+
end
|
|
4439
|
+
|
|
4440
|
+
class ListEntitySecurityProfilesResponse
|
|
4441
|
+
attr_accessor security_profiles: ::Array[Types::SecurityProfileItem]
|
|
4442
|
+
attr_accessor next_token: ::String
|
|
4443
|
+
SENSITIVE: []
|
|
4444
|
+
end
|
|
4445
|
+
|
|
3643
4446
|
class ListEvaluationFormVersionsRequest
|
|
3644
4447
|
attr_accessor instance_id: ::String
|
|
3645
4448
|
attr_accessor evaluation_form_id: ::String
|
|
@@ -3751,7 +4554,7 @@ module Aws::Connect
|
|
|
3751
4554
|
|
|
3752
4555
|
class ListIntegrationAssociationsRequest
|
|
3753
4556
|
attr_accessor instance_id: ::String
|
|
3754
|
-
attr_accessor integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY" | "ANALYTICS_CONNECTOR" | "CALL_TRANSFER_CONNECTOR" | "COGNITO_USER_POOL")
|
|
4557
|
+
attr_accessor integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY" | "ANALYTICS_CONNECTOR" | "CALL_TRANSFER_CONNECTOR" | "COGNITO_USER_POOL" | "MESSAGE_PROCESSOR")
|
|
3755
4558
|
attr_accessor next_token: ::String
|
|
3756
4559
|
attr_accessor max_results: ::Integer
|
|
3757
4560
|
attr_accessor integration_arn: ::String
|
|
@@ -3895,7 +4698,7 @@ module Aws::Connect
|
|
|
3895
4698
|
attr_accessor instance_id: ::String
|
|
3896
4699
|
attr_accessor next_token: ::String
|
|
3897
4700
|
attr_accessor max_results: ::Integer
|
|
3898
|
-
attr_accessor quick_connect_types: ::Array[("USER" | "QUEUE" | "PHONE_NUMBER")]
|
|
4701
|
+
attr_accessor quick_connect_types: ::Array[("USER" | "QUEUE" | "PHONE_NUMBER" | "FLOW")]
|
|
3899
4702
|
SENSITIVE: []
|
|
3900
4703
|
end
|
|
3901
4704
|
|
|
@@ -4012,6 +4815,22 @@ module Aws::Connect
|
|
|
4012
4815
|
SENSITIVE: []
|
|
4013
4816
|
end
|
|
4014
4817
|
|
|
4818
|
+
class ListSecurityProfileFlowModulesRequest
|
|
4819
|
+
attr_accessor security_profile_id: ::String
|
|
4820
|
+
attr_accessor instance_id: ::String
|
|
4821
|
+
attr_accessor next_token: ::String
|
|
4822
|
+
attr_accessor max_results: ::Integer
|
|
4823
|
+
SENSITIVE: []
|
|
4824
|
+
end
|
|
4825
|
+
|
|
4826
|
+
class ListSecurityProfileFlowModulesResponse
|
|
4827
|
+
attr_accessor allowed_flow_modules: ::Array[Types::FlowModule]
|
|
4828
|
+
attr_accessor next_token: ::String
|
|
4829
|
+
attr_accessor last_modified_time: ::Time
|
|
4830
|
+
attr_accessor last_modified_region: ::String
|
|
4831
|
+
SENSITIVE: []
|
|
4832
|
+
end
|
|
4833
|
+
|
|
4015
4834
|
class ListSecurityProfilePermissionsRequest
|
|
4016
4835
|
attr_accessor security_profile_id: ::String
|
|
4017
4836
|
attr_accessor instance_id: ::String
|
|
@@ -4176,6 +4995,44 @@ module Aws::Connect
|
|
|
4176
4995
|
SENSITIVE: []
|
|
4177
4996
|
end
|
|
4178
4997
|
|
|
4998
|
+
class ListWorkspaceMediaRequest
|
|
4999
|
+
attr_accessor instance_id: ::String
|
|
5000
|
+
attr_accessor workspace_id: ::String
|
|
5001
|
+
SENSITIVE: []
|
|
5002
|
+
end
|
|
5003
|
+
|
|
5004
|
+
class ListWorkspaceMediaResponse
|
|
5005
|
+
attr_accessor media: ::Array[Types::MediaItem]
|
|
5006
|
+
SENSITIVE: []
|
|
5007
|
+
end
|
|
5008
|
+
|
|
5009
|
+
class ListWorkspacePagesRequest
|
|
5010
|
+
attr_accessor instance_id: ::String
|
|
5011
|
+
attr_accessor workspace_id: ::String
|
|
5012
|
+
attr_accessor next_token: ::String
|
|
5013
|
+
attr_accessor max_results: ::Integer
|
|
5014
|
+
SENSITIVE: []
|
|
5015
|
+
end
|
|
5016
|
+
|
|
5017
|
+
class ListWorkspacePagesResponse
|
|
5018
|
+
attr_accessor next_token: ::String
|
|
5019
|
+
attr_accessor workspace_page_list: ::Array[Types::WorkspacePage]
|
|
5020
|
+
SENSITIVE: []
|
|
5021
|
+
end
|
|
5022
|
+
|
|
5023
|
+
class ListWorkspacesRequest
|
|
5024
|
+
attr_accessor instance_id: ::String
|
|
5025
|
+
attr_accessor next_token: ::String
|
|
5026
|
+
attr_accessor max_results: ::Integer
|
|
5027
|
+
SENSITIVE: []
|
|
5028
|
+
end
|
|
5029
|
+
|
|
5030
|
+
class ListWorkspacesResponse
|
|
5031
|
+
attr_accessor next_token: ::String
|
|
5032
|
+
attr_accessor workspace_summary_list: ::Array[Types::WorkspaceSummary]
|
|
5033
|
+
SENSITIVE: []
|
|
5034
|
+
end
|
|
5035
|
+
|
|
4179
5036
|
class MatchCriteria
|
|
4180
5037
|
attr_accessor agents_criteria: Types::AgentsCriteria
|
|
4181
5038
|
SENSITIVE: []
|
|
@@ -4193,6 +5050,12 @@ module Aws::Connect
|
|
|
4193
5050
|
SENSITIVE: []
|
|
4194
5051
|
end
|
|
4195
5052
|
|
|
5053
|
+
class MediaItem
|
|
5054
|
+
attr_accessor type: ("IMAGE_LOGO_LIGHT_FAVICON" | "IMAGE_LOGO_DARK_FAVICON" | "IMAGE_LOGO_LIGHT_HORIZONTAL" | "IMAGE_LOGO_DARK_HORIZONTAL")
|
|
5055
|
+
attr_accessor source: ::String
|
|
5056
|
+
SENSITIVE: []
|
|
5057
|
+
end
|
|
5058
|
+
|
|
4196
5059
|
class MediaPlacement
|
|
4197
5060
|
attr_accessor audio_host_url: ::String
|
|
4198
5061
|
attr_accessor audio_fallback_url: ::String
|
|
@@ -4245,6 +5108,7 @@ module Aws::Connect
|
|
|
4245
5108
|
class MetricV2
|
|
4246
5109
|
attr_accessor name: ::String
|
|
4247
5110
|
attr_accessor threshold: ::Array[Types::ThresholdV2]
|
|
5111
|
+
attr_accessor metric_id: ::String
|
|
4248
5112
|
attr_accessor metric_filters: ::Array[Types::MetricFilterV2]
|
|
4249
5113
|
SENSITIVE: []
|
|
4250
5114
|
end
|
|
@@ -4264,6 +5128,13 @@ module Aws::Connect
|
|
|
4264
5128
|
SENSITIVE: []
|
|
4265
5129
|
end
|
|
4266
5130
|
|
|
5131
|
+
class MultiSelectQuestionRuleCategoryAutomation
|
|
5132
|
+
attr_accessor category: ::String
|
|
5133
|
+
attr_accessor condition: ("PRESENT" | "NOT_PRESENT")
|
|
5134
|
+
attr_accessor option_ref_ids: ::Array[::String]
|
|
5135
|
+
SENSITIVE: []
|
|
5136
|
+
end
|
|
5137
|
+
|
|
4267
5138
|
class NameCriteria
|
|
4268
5139
|
attr_accessor search_text: ::Array[::String]
|
|
4269
5140
|
attr_accessor match_type: ("MATCH_ALL" | "MATCH_ANY" | "MATCH_EXACT" | "MATCH_NONE")
|
|
@@ -4278,6 +5149,23 @@ module Aws::Connect
|
|
|
4278
5149
|
SENSITIVE: []
|
|
4279
5150
|
end
|
|
4280
5151
|
|
|
5152
|
+
class NextContactEntry
|
|
5153
|
+
attr_accessor type: ("QUICK_CONNECT")
|
|
5154
|
+
attr_accessor next_contact_metadata: Types::NextContactMetadata
|
|
5155
|
+
SENSITIVE: []
|
|
5156
|
+
end
|
|
5157
|
+
|
|
5158
|
+
class NextContactMetadata
|
|
5159
|
+
attr_accessor quick_connect_contact_data: Types::QuickConnectContactData
|
|
5160
|
+
attr_accessor unknown: untyped
|
|
5161
|
+
SENSITIVE: []
|
|
5162
|
+
|
|
5163
|
+
class QuickConnectContactData < NextContactMetadata
|
|
5164
|
+
end
|
|
5165
|
+
class Unknown < NextContactMetadata
|
|
5166
|
+
end
|
|
5167
|
+
end
|
|
5168
|
+
|
|
4281
5169
|
class NotificationRecipientType
|
|
4282
5170
|
attr_accessor user_tags: ::Hash[::String, ::String]
|
|
4283
5171
|
attr_accessor user_ids: ::Array[::String]
|
|
@@ -4299,7 +5187,7 @@ module Aws::Connect
|
|
|
4299
5187
|
end
|
|
4300
5188
|
|
|
4301
5189
|
class NumericQuestionPropertyValueAutomation
|
|
4302
|
-
attr_accessor label: ("OVERALL_CUSTOMER_SENTIMENT_SCORE" | "OVERALL_AGENT_SENTIMENT_SCORE" | "NON_TALK_TIME" | "NON_TALK_TIME_PERCENTAGE" | "NUMBER_OF_INTERRUPTIONS" | "CONTACT_DURATION" | "AGENT_INTERACTION_DURATION" | "CUSTOMER_HOLD_TIME" | "LONGEST_HOLD_DURATION" | "NUMBER_OF_HOLDS" | "AGENT_INTERACTION_AND_HOLD_DURATION")
|
|
5190
|
+
attr_accessor label: ("OVERALL_CUSTOMER_SENTIMENT_SCORE" | "OVERALL_AGENT_SENTIMENT_SCORE" | "CUSTOMER_SENTIMENT_SCORE_WITHOUT_AGENT" | "CUSTOMER_SENTIMENT_SCORE_WITH_AGENT" | "NON_TALK_TIME" | "NON_TALK_TIME_PERCENTAGE" | "NUMBER_OF_INTERRUPTIONS" | "CONTACT_DURATION" | "AGENT_INTERACTION_DURATION" | "CUSTOMER_HOLD_TIME" | "LONGEST_HOLD_DURATION" | "NUMBER_OF_HOLDS" | "AGENT_INTERACTION_AND_HOLD_DURATION")
|
|
4303
5191
|
SENSITIVE: []
|
|
4304
5192
|
end
|
|
4305
5193
|
|
|
@@ -4361,9 +5249,42 @@ module Aws::Connect
|
|
|
4361
5249
|
SENSITIVE: []
|
|
4362
5250
|
end
|
|
4363
5251
|
|
|
4364
|
-
class OverrideTimeSlice
|
|
4365
|
-
attr_accessor hours: ::Integer
|
|
4366
|
-
attr_accessor minutes: ::Integer
|
|
5252
|
+
class OverrideTimeSlice
|
|
5253
|
+
attr_accessor hours: ::Integer
|
|
5254
|
+
attr_accessor minutes: ::Integer
|
|
5255
|
+
SENSITIVE: []
|
|
5256
|
+
end
|
|
5257
|
+
|
|
5258
|
+
class PaletteCanvas
|
|
5259
|
+
attr_accessor container_background: ::String
|
|
5260
|
+
attr_accessor page_background: ::String
|
|
5261
|
+
attr_accessor active_background: ::String
|
|
5262
|
+
SENSITIVE: []
|
|
5263
|
+
end
|
|
5264
|
+
|
|
5265
|
+
class PaletteHeader
|
|
5266
|
+
attr_accessor background: ::String
|
|
5267
|
+
attr_accessor text: ::String
|
|
5268
|
+
attr_accessor text_hover: ::String
|
|
5269
|
+
attr_accessor invert_actions_colors: bool
|
|
5270
|
+
SENSITIVE: []
|
|
5271
|
+
end
|
|
5272
|
+
|
|
5273
|
+
class PaletteNavigation
|
|
5274
|
+
attr_accessor background: ::String
|
|
5275
|
+
attr_accessor text_background_hover: ::String
|
|
5276
|
+
attr_accessor text_background_active: ::String
|
|
5277
|
+
attr_accessor text: ::String
|
|
5278
|
+
attr_accessor text_hover: ::String
|
|
5279
|
+
attr_accessor text_active: ::String
|
|
5280
|
+
attr_accessor invert_actions_colors: bool
|
|
5281
|
+
SENSITIVE: []
|
|
5282
|
+
end
|
|
5283
|
+
|
|
5284
|
+
class PalettePrimary
|
|
5285
|
+
attr_accessor default: ::String
|
|
5286
|
+
attr_accessor active: ::String
|
|
5287
|
+
attr_accessor contrast_text: ::String
|
|
4367
5288
|
SENSITIVE: []
|
|
4368
5289
|
end
|
|
4369
5290
|
|
|
@@ -4373,6 +5294,11 @@ module Aws::Connect
|
|
|
4373
5294
|
SENSITIVE: []
|
|
4374
5295
|
end
|
|
4375
5296
|
|
|
5297
|
+
class ParticipantConfiguration
|
|
5298
|
+
attr_accessor response_mode: ("INCREMENTAL" | "COMPLETE")
|
|
5299
|
+
SENSITIVE: []
|
|
5300
|
+
end
|
|
5301
|
+
|
|
4376
5302
|
class ParticipantDetails
|
|
4377
5303
|
attr_accessor display_name: ::String
|
|
4378
5304
|
SENSITIVE: []
|
|
@@ -4513,6 +5439,37 @@ module Aws::Connect
|
|
|
4513
5439
|
SENSITIVE: []
|
|
4514
5440
|
end
|
|
4515
5441
|
|
|
5442
|
+
class PrimaryAttributeAccessControlConfigurationItem
|
|
5443
|
+
attr_accessor primary_attribute_values: ::Array[Types::PrimaryAttributeValue]
|
|
5444
|
+
SENSITIVE: []
|
|
5445
|
+
end
|
|
5446
|
+
|
|
5447
|
+
class PrimaryAttributeValue
|
|
5448
|
+
attr_accessor access_type: ("ALLOW")
|
|
5449
|
+
attr_accessor attribute_name: ::String
|
|
5450
|
+
attr_accessor values: ::Array[::String]
|
|
5451
|
+
SENSITIVE: []
|
|
5452
|
+
end
|
|
5453
|
+
|
|
5454
|
+
class PrimaryAttributeValueFilter
|
|
5455
|
+
attr_accessor attribute_name: ::String
|
|
5456
|
+
attr_accessor values: ::Array[::String]
|
|
5457
|
+
SENSITIVE: []
|
|
5458
|
+
end
|
|
5459
|
+
|
|
5460
|
+
class PrimaryValue
|
|
5461
|
+
attr_accessor attribute_name: ::String
|
|
5462
|
+
attr_accessor value: ::String
|
|
5463
|
+
SENSITIVE: []
|
|
5464
|
+
end
|
|
5465
|
+
|
|
5466
|
+
class PrimaryValueResponse
|
|
5467
|
+
attr_accessor attribute_name: ::String
|
|
5468
|
+
attr_accessor attribute_id: ::String
|
|
5469
|
+
attr_accessor value: ::String
|
|
5470
|
+
SENSITIVE: []
|
|
5471
|
+
end
|
|
5472
|
+
|
|
4516
5473
|
class ProblemDetail
|
|
4517
5474
|
attr_accessor message: ::String
|
|
4518
5475
|
SENSITIVE: []
|
|
@@ -4654,10 +5611,20 @@ module Aws::Connect
|
|
|
4654
5611
|
end
|
|
4655
5612
|
|
|
4656
5613
|
class QuickConnectConfig
|
|
4657
|
-
attr_accessor quick_connect_type: ("USER" | "QUEUE" | "PHONE_NUMBER")
|
|
5614
|
+
attr_accessor quick_connect_type: ("USER" | "QUEUE" | "PHONE_NUMBER" | "FLOW")
|
|
4658
5615
|
attr_accessor user_config: Types::UserQuickConnectConfig
|
|
4659
5616
|
attr_accessor queue_config: Types::QueueQuickConnectConfig
|
|
4660
5617
|
attr_accessor phone_config: Types::PhoneNumberQuickConnectConfig
|
|
5618
|
+
attr_accessor flow_config: Types::FlowQuickConnectConfig
|
|
5619
|
+
SENSITIVE: []
|
|
5620
|
+
end
|
|
5621
|
+
|
|
5622
|
+
class QuickConnectContactData
|
|
5623
|
+
attr_accessor contact_id: ::String
|
|
5624
|
+
attr_accessor initiation_timestamp: ::Time
|
|
5625
|
+
attr_accessor quick_connect_id: ::String
|
|
5626
|
+
attr_accessor quick_connect_name: ::String
|
|
5627
|
+
attr_accessor quick_connect_type: ("USER" | "QUEUE" | "PHONE_NUMBER" | "FLOW")
|
|
4661
5628
|
SENSITIVE: []
|
|
4662
5629
|
end
|
|
4663
5630
|
|
|
@@ -4677,7 +5644,7 @@ module Aws::Connect
|
|
|
4677
5644
|
attr_accessor id: ::String
|
|
4678
5645
|
attr_accessor arn: ::String
|
|
4679
5646
|
attr_accessor name: ::String
|
|
4680
|
-
attr_accessor quick_connect_type: ("USER" | "QUEUE" | "PHONE_NUMBER")
|
|
5647
|
+
attr_accessor quick_connect_type: ("USER" | "QUEUE" | "PHONE_NUMBER" | "FLOW")
|
|
4681
5648
|
attr_accessor last_modified_time: ::Time
|
|
4682
5649
|
attr_accessor last_modified_region: ::String
|
|
4683
5650
|
SENSITIVE: []
|
|
@@ -4828,6 +5795,14 @@ module Aws::Connect
|
|
|
4828
5795
|
end
|
|
4829
5796
|
end
|
|
4830
5797
|
|
|
5798
|
+
class RecordPrimaryValue
|
|
5799
|
+
attr_accessor record_id: ::String
|
|
5800
|
+
attr_accessor primary_values: ::Array[Types::PrimaryValueResponse]
|
|
5801
|
+
attr_accessor last_modified_time: ::Time
|
|
5802
|
+
attr_accessor last_modified_region: ::String
|
|
5803
|
+
SENSITIVE: []
|
|
5804
|
+
end
|
|
5805
|
+
|
|
4831
5806
|
class RecordingInfo
|
|
4832
5807
|
attr_accessor storage_type: ("S3" | "KINESIS_VIDEO_STREAM" | "KINESIS_STREAM" | "KINESIS_FIREHOSE")
|
|
4833
5808
|
attr_accessor location: ::String
|
|
@@ -4839,12 +5814,13 @@ module Aws::Connect
|
|
|
4839
5814
|
attr_accessor stop_timestamp: ::Time
|
|
4840
5815
|
attr_accessor status: ("AVAILABLE" | "DELETED")
|
|
4841
5816
|
attr_accessor deletion_reason: ::String
|
|
5817
|
+
attr_accessor unprocessed_transcript_location: ::String
|
|
4842
5818
|
SENSITIVE: []
|
|
4843
5819
|
end
|
|
4844
5820
|
|
|
4845
5821
|
class Reference
|
|
4846
5822
|
attr_accessor value: ::String
|
|
4847
|
-
attr_accessor type: ("URL" | "ATTACHMENT" | "CONTACT_ANALYSIS" | "NUMBER" | "STRING" | "DATE" | "EMAIL" | "EMAIL_MESSAGE")
|
|
5823
|
+
attr_accessor type: ("URL" | "ATTACHMENT" | "CONTACT_ANALYSIS" | "NUMBER" | "STRING" | "DATE" | "EMAIL" | "EMAIL_MESSAGE" | "EMAIL_MESSAGE_PLAIN_TEXT")
|
|
4848
5824
|
attr_accessor status: ("AVAILABLE" | "DELETED" | "APPROVED" | "REJECTED" | "PROCESSING" | "FAILED")
|
|
4849
5825
|
attr_accessor arn: ::String
|
|
4850
5826
|
attr_accessor status_reason: ::String
|
|
@@ -4855,6 +5831,7 @@ module Aws::Connect
|
|
|
4855
5831
|
attr_accessor url: Types::UrlReference
|
|
4856
5832
|
attr_accessor attachment: Types::AttachmentReference
|
|
4857
5833
|
attr_accessor email_message: Types::EmailMessageReference
|
|
5834
|
+
attr_accessor email_message_plain_text: Types::EmailMessageReference
|
|
4858
5835
|
attr_accessor string: Types::StringReference
|
|
4859
5836
|
attr_accessor number: Types::NumberReference
|
|
4860
5837
|
attr_accessor date: Types::DateReference
|
|
@@ -4868,6 +5845,8 @@ module Aws::Connect
|
|
|
4868
5845
|
end
|
|
4869
5846
|
class EmailMessage < ReferenceSummary
|
|
4870
5847
|
end
|
|
5848
|
+
class EmailMessagePlainText < ReferenceSummary
|
|
5849
|
+
end
|
|
4871
5850
|
class String < ReferenceSummary
|
|
4872
5851
|
end
|
|
4873
5852
|
class Number < ReferenceSummary
|
|
@@ -5266,6 +6245,22 @@ module Aws::Connect
|
|
|
5266
6245
|
SENSITIVE: []
|
|
5267
6246
|
end
|
|
5268
6247
|
|
|
6248
|
+
class SearchDataTablesRequest
|
|
6249
|
+
attr_accessor instance_id: ::String
|
|
6250
|
+
attr_accessor next_token: ::String
|
|
6251
|
+
attr_accessor max_results: ::Integer
|
|
6252
|
+
attr_accessor search_filter: Types::DataTableSearchFilter
|
|
6253
|
+
attr_accessor search_criteria: Types::DataTableSearchCriteria
|
|
6254
|
+
SENSITIVE: []
|
|
6255
|
+
end
|
|
6256
|
+
|
|
6257
|
+
class SearchDataTablesResponse
|
|
6258
|
+
attr_accessor data_tables: ::Array[Types::DataTable]
|
|
6259
|
+
attr_accessor next_token: ::String
|
|
6260
|
+
attr_accessor approximate_total_count: ::Integer
|
|
6261
|
+
SENSITIVE: []
|
|
6262
|
+
end
|
|
6263
|
+
|
|
5269
6264
|
class SearchEmailAddressesRequest
|
|
5270
6265
|
attr_accessor instance_id: ::String
|
|
5271
6266
|
attr_accessor max_results: ::Integer
|
|
@@ -5472,6 +6467,22 @@ module Aws::Connect
|
|
|
5472
6467
|
SENSITIVE: []
|
|
5473
6468
|
end
|
|
5474
6469
|
|
|
6470
|
+
class SearchViewsRequest
|
|
6471
|
+
attr_accessor instance_id: ::String
|
|
6472
|
+
attr_accessor next_token: ::String
|
|
6473
|
+
attr_accessor max_results: ::Integer
|
|
6474
|
+
attr_accessor search_filter: Types::ViewSearchFilter
|
|
6475
|
+
attr_accessor search_criteria: Types::ViewSearchCriteria
|
|
6476
|
+
SENSITIVE: []
|
|
6477
|
+
end
|
|
6478
|
+
|
|
6479
|
+
class SearchViewsResponse
|
|
6480
|
+
attr_accessor views: ::Array[Types::View]
|
|
6481
|
+
attr_accessor next_token: ::String
|
|
6482
|
+
attr_accessor approximate_total_count: ::Integer
|
|
6483
|
+
SENSITIVE: []
|
|
6484
|
+
end
|
|
6485
|
+
|
|
5475
6486
|
class SearchVocabulariesRequest
|
|
5476
6487
|
attr_accessor instance_id: ::String
|
|
5477
6488
|
attr_accessor max_results: ::Integer
|
|
@@ -5488,6 +6499,38 @@ module Aws::Connect
|
|
|
5488
6499
|
SENSITIVE: []
|
|
5489
6500
|
end
|
|
5490
6501
|
|
|
6502
|
+
class SearchWorkspaceAssociationsRequest
|
|
6503
|
+
attr_accessor instance_id: ::String
|
|
6504
|
+
attr_accessor next_token: ::String
|
|
6505
|
+
attr_accessor max_results: ::Integer
|
|
6506
|
+
attr_accessor search_filter: Types::WorkspaceAssociationSearchFilter
|
|
6507
|
+
attr_accessor search_criteria: Types::WorkspaceAssociationSearchCriteria
|
|
6508
|
+
SENSITIVE: []
|
|
6509
|
+
end
|
|
6510
|
+
|
|
6511
|
+
class SearchWorkspaceAssociationsResponse
|
|
6512
|
+
attr_accessor next_token: ::String
|
|
6513
|
+
attr_accessor workspace_associations: ::Array[Types::WorkspaceAssociationSearchSummary]
|
|
6514
|
+
attr_accessor approximate_total_count: ::Integer
|
|
6515
|
+
SENSITIVE: []
|
|
6516
|
+
end
|
|
6517
|
+
|
|
6518
|
+
class SearchWorkspacesRequest
|
|
6519
|
+
attr_accessor instance_id: ::String
|
|
6520
|
+
attr_accessor next_token: ::String
|
|
6521
|
+
attr_accessor max_results: ::Integer
|
|
6522
|
+
attr_accessor search_filter: Types::WorkspaceSearchFilter
|
|
6523
|
+
attr_accessor search_criteria: Types::WorkspaceSearchCriteria
|
|
6524
|
+
SENSITIVE: []
|
|
6525
|
+
end
|
|
6526
|
+
|
|
6527
|
+
class SearchWorkspacesResponse
|
|
6528
|
+
attr_accessor next_token: ::String
|
|
6529
|
+
attr_accessor workspaces: ::Array[Types::WorkspaceSearchSummary]
|
|
6530
|
+
attr_accessor approximate_total_count: ::Integer
|
|
6531
|
+
SENSITIVE: []
|
|
6532
|
+
end
|
|
6533
|
+
|
|
5491
6534
|
class SearchableAgentCriteriaStep
|
|
5492
6535
|
attr_accessor agent_ids: ::Array[::String]
|
|
5493
6536
|
attr_accessor match_type: ("MATCH_ALL" | "MATCH_ANY" | "MATCH_EXACT" | "MATCH_NONE")
|
|
@@ -5548,6 +6591,12 @@ module Aws::Connect
|
|
|
5548
6591
|
attr_accessor last_modified_region: ::String
|
|
5549
6592
|
attr_accessor hierarchy_restricted_resources: ::Array[::String]
|
|
5550
6593
|
attr_accessor allowed_access_control_hierarchy_group_id: ::String
|
|
6594
|
+
attr_accessor granular_access_control_configuration: Types::GranularAccessControlConfiguration
|
|
6595
|
+
SENSITIVE: []
|
|
6596
|
+
end
|
|
6597
|
+
|
|
6598
|
+
class SecurityProfileItem
|
|
6599
|
+
attr_accessor id: ::String
|
|
5551
6600
|
SENSITIVE: []
|
|
5552
6601
|
end
|
|
5553
6602
|
|
|
@@ -5706,6 +6755,7 @@ module Aws::Connect
|
|
|
5706
6755
|
attr_accessor contact_flow_id: ::String
|
|
5707
6756
|
attr_accessor attributes: ::Hash[::String, ::String]
|
|
5708
6757
|
attr_accessor participant_details: Types::ParticipantDetails
|
|
6758
|
+
attr_accessor participant_configuration: Types::ParticipantConfiguration
|
|
5709
6759
|
attr_accessor initial_message: Types::ChatMessage
|
|
5710
6760
|
attr_accessor client_token: ::String
|
|
5711
6761
|
attr_accessor chat_duration_in_minutes: ::Integer
|
|
@@ -5741,6 +6791,17 @@ module Aws::Connect
|
|
|
5741
6791
|
SENSITIVE: []
|
|
5742
6792
|
end
|
|
5743
6793
|
|
|
6794
|
+
class StartContactMediaProcessingRequest
|
|
6795
|
+
attr_accessor instance_id: ::String
|
|
6796
|
+
attr_accessor contact_id: ::String
|
|
6797
|
+
attr_accessor processor_arn: ::String
|
|
6798
|
+
attr_accessor failure_mode: ("DELIVER_UNPROCESSED_MESSAGE" | "DO_NOT_DELIVER_UNPROCESSED_MESSAGE")
|
|
6799
|
+
SENSITIVE: []
|
|
6800
|
+
end
|
|
6801
|
+
|
|
6802
|
+
class StartContactMediaProcessingResponse < Aws::EmptyStructure
|
|
6803
|
+
end
|
|
6804
|
+
|
|
5744
6805
|
class StartContactRecordingRequest
|
|
5745
6806
|
attr_accessor instance_id: ::String
|
|
5746
6807
|
attr_accessor contact_id: ::String
|
|
@@ -5917,6 +6978,15 @@ module Aws::Connect
|
|
|
5917
6978
|
SENSITIVE: []
|
|
5918
6979
|
end
|
|
5919
6980
|
|
|
6981
|
+
class StopContactMediaProcessingRequest
|
|
6982
|
+
attr_accessor instance_id: ::String
|
|
6983
|
+
attr_accessor contact_id: ::String
|
|
6984
|
+
SENSITIVE: []
|
|
6985
|
+
end
|
|
6986
|
+
|
|
6987
|
+
class StopContactMediaProcessingResponse < Aws::EmptyStructure
|
|
6988
|
+
end
|
|
6989
|
+
|
|
5920
6990
|
class StopContactRecordingRequest
|
|
5921
6991
|
attr_accessor instance_id: ::String
|
|
5922
6992
|
attr_accessor contact_id: ::String
|
|
@@ -5981,6 +7051,11 @@ module Aws::Connect
|
|
|
5981
7051
|
SENSITIVE: []
|
|
5982
7052
|
end
|
|
5983
7053
|
|
|
7054
|
+
class SuccessfulBatchAssociationSummary
|
|
7055
|
+
attr_accessor resource_arn: ::String
|
|
7056
|
+
SENSITIVE: []
|
|
7057
|
+
end
|
|
7058
|
+
|
|
5984
7059
|
class SuccessfulRequest
|
|
5985
7060
|
attr_accessor request_identifier: ::String
|
|
5986
7061
|
attr_accessor contact_id: ::String
|
|
@@ -6278,10 +7353,24 @@ module Aws::Connect
|
|
|
6278
7353
|
class UpdateContactFlowMetadataResponse < Aws::EmptyStructure
|
|
6279
7354
|
end
|
|
6280
7355
|
|
|
7356
|
+
class UpdateContactFlowModuleAliasRequest
|
|
7357
|
+
attr_accessor instance_id: ::String
|
|
7358
|
+
attr_accessor contact_flow_module_id: ::String
|
|
7359
|
+
attr_accessor alias_id: ::String
|
|
7360
|
+
attr_accessor name: ::String
|
|
7361
|
+
attr_accessor description: ::String
|
|
7362
|
+
attr_accessor contact_flow_module_version: ::Integer
|
|
7363
|
+
SENSITIVE: []
|
|
7364
|
+
end
|
|
7365
|
+
|
|
7366
|
+
class UpdateContactFlowModuleAliasResponse < Aws::EmptyStructure
|
|
7367
|
+
end
|
|
7368
|
+
|
|
6281
7369
|
class UpdateContactFlowModuleContentRequest
|
|
6282
7370
|
attr_accessor instance_id: ::String
|
|
6283
7371
|
attr_accessor contact_flow_module_id: ::String
|
|
6284
7372
|
attr_accessor content: ::String
|
|
7373
|
+
attr_accessor settings: ::String
|
|
6285
7374
|
SENSITIVE: []
|
|
6286
7375
|
end
|
|
6287
7376
|
|
|
@@ -6350,6 +7439,53 @@ module Aws::Connect
|
|
|
6350
7439
|
class UpdateContactScheduleResponse < Aws::EmptyStructure
|
|
6351
7440
|
end
|
|
6352
7441
|
|
|
7442
|
+
class UpdateDataTableAttributeRequest
|
|
7443
|
+
attr_accessor instance_id: ::String
|
|
7444
|
+
attr_accessor data_table_id: ::String
|
|
7445
|
+
attr_accessor attribute_name: ::String
|
|
7446
|
+
attr_accessor name: ::String
|
|
7447
|
+
attr_accessor value_type: ("TEXT" | "NUMBER" | "BOOLEAN" | "TEXT_LIST" | "NUMBER_LIST")
|
|
7448
|
+
attr_accessor description: ::String
|
|
7449
|
+
attr_accessor primary: bool
|
|
7450
|
+
attr_accessor validation: Types::Validation
|
|
7451
|
+
SENSITIVE: []
|
|
7452
|
+
end
|
|
7453
|
+
|
|
7454
|
+
class UpdateDataTableAttributeResponse
|
|
7455
|
+
attr_accessor name: ::String
|
|
7456
|
+
attr_accessor lock_version: Types::DataTableLockVersion
|
|
7457
|
+
SENSITIVE: []
|
|
7458
|
+
end
|
|
7459
|
+
|
|
7460
|
+
class UpdateDataTableMetadataRequest
|
|
7461
|
+
attr_accessor instance_id: ::String
|
|
7462
|
+
attr_accessor data_table_id: ::String
|
|
7463
|
+
attr_accessor name: ::String
|
|
7464
|
+
attr_accessor description: ::String
|
|
7465
|
+
attr_accessor value_lock_level: ("NONE" | "DATA_TABLE" | "PRIMARY_VALUE" | "ATTRIBUTE" | "VALUE")
|
|
7466
|
+
attr_accessor time_zone: ::String
|
|
7467
|
+
SENSITIVE: []
|
|
7468
|
+
end
|
|
7469
|
+
|
|
7470
|
+
class UpdateDataTableMetadataResponse
|
|
7471
|
+
attr_accessor lock_version: Types::DataTableLockVersion
|
|
7472
|
+
SENSITIVE: []
|
|
7473
|
+
end
|
|
7474
|
+
|
|
7475
|
+
class UpdateDataTablePrimaryValuesRequest
|
|
7476
|
+
attr_accessor instance_id: ::String
|
|
7477
|
+
attr_accessor data_table_id: ::String
|
|
7478
|
+
attr_accessor primary_values: ::Array[Types::PrimaryValue]
|
|
7479
|
+
attr_accessor new_primary_values: ::Array[Types::PrimaryValue]
|
|
7480
|
+
attr_accessor lock_version: Types::DataTableLockVersion
|
|
7481
|
+
SENSITIVE: []
|
|
7482
|
+
end
|
|
7483
|
+
|
|
7484
|
+
class UpdateDataTablePrimaryValuesResponse
|
|
7485
|
+
attr_accessor lock_version: Types::DataTableLockVersion
|
|
7486
|
+
SENSITIVE: []
|
|
7487
|
+
end
|
|
7488
|
+
|
|
6353
7489
|
class UpdateEmailAddressMetadataRequest
|
|
6354
7490
|
attr_accessor instance_id: ::String
|
|
6355
7491
|
attr_accessor email_address_id: ::String
|
|
@@ -6375,7 +7511,10 @@ module Aws::Connect
|
|
|
6375
7511
|
attr_accessor items: ::Array[Types::EvaluationFormItem]
|
|
6376
7512
|
attr_accessor scoring_strategy: Types::EvaluationFormScoringStrategy
|
|
6377
7513
|
attr_accessor auto_evaluation_configuration: Types::EvaluationFormAutoEvaluationConfiguration
|
|
7514
|
+
attr_accessor as_draft: bool
|
|
6378
7515
|
attr_accessor client_token: ::String
|
|
7516
|
+
attr_accessor target_configuration: Types::EvaluationFormTargetConfiguration
|
|
7517
|
+
attr_accessor language_configuration: Types::EvaluationFormLanguageConfiguration
|
|
6379
7518
|
SENSITIVE: []
|
|
6380
7519
|
end
|
|
6381
7520
|
|
|
@@ -6410,7 +7549,7 @@ module Aws::Connect
|
|
|
6410
7549
|
|
|
6411
7550
|
class UpdateInstanceAttributeRequest
|
|
6412
7551
|
attr_accessor instance_id: ::String
|
|
6413
|
-
attr_accessor attribute_type: ("INBOUND_CALLS" | "OUTBOUND_CALLS" | "CONTACTFLOW_LOGS" | "CONTACT_LENS" | "AUTO_RESOLVE_BEST_VOICES" | "USE_CUSTOM_TTS_VOICES" | "EARLY_MEDIA" | "MULTI_PARTY_CONFERENCE" | "HIGH_VOLUME_OUTBOUND" | "ENHANCED_CONTACT_MONITORING" | "ENHANCED_CHAT_MONITORING" | "MULTI_PARTY_CHAT_CONFERENCE")
|
|
7552
|
+
attr_accessor attribute_type: ("INBOUND_CALLS" | "OUTBOUND_CALLS" | "CONTACTFLOW_LOGS" | "CONTACT_LENS" | "AUTO_RESOLVE_BEST_VOICES" | "USE_CUSTOM_TTS_VOICES" | "EARLY_MEDIA" | "MULTI_PARTY_CONFERENCE" | "HIGH_VOLUME_OUTBOUND" | "ENHANCED_CONTACT_MONITORING" | "ENHANCED_CHAT_MONITORING" | "MULTI_PARTY_CHAT_CONFERENCE" | "MESSAGE_STREAMING")
|
|
6414
7553
|
attr_accessor value: ::String
|
|
6415
7554
|
attr_accessor client_token: ::String
|
|
6416
7555
|
SENSITIVE: []
|
|
@@ -6617,6 +7756,8 @@ module Aws::Connect
|
|
|
6617
7756
|
attr_accessor applications: ::Array[Types::Application]
|
|
6618
7757
|
attr_accessor hierarchy_restricted_resources: ::Array[::String]
|
|
6619
7758
|
attr_accessor allowed_access_control_hierarchy_group_id: ::String
|
|
7759
|
+
attr_accessor allowed_flow_modules: ::Array[Types::FlowModule]
|
|
7760
|
+
attr_accessor granular_access_control_configuration: Types::GranularAccessControlConfiguration
|
|
6620
7761
|
SENSITIVE: []
|
|
6621
7762
|
end
|
|
6622
7763
|
|
|
@@ -6741,6 +7882,52 @@ module Aws::Connect
|
|
|
6741
7882
|
class UpdateViewMetadataResponse < Aws::EmptyStructure
|
|
6742
7883
|
end
|
|
6743
7884
|
|
|
7885
|
+
class UpdateWorkspaceMetadataRequest
|
|
7886
|
+
attr_accessor instance_id: ::String
|
|
7887
|
+
attr_accessor workspace_id: ::String
|
|
7888
|
+
attr_accessor name: ::String
|
|
7889
|
+
attr_accessor description: ::String
|
|
7890
|
+
attr_accessor title: ::String
|
|
7891
|
+
SENSITIVE: []
|
|
7892
|
+
end
|
|
7893
|
+
|
|
7894
|
+
class UpdateWorkspaceMetadataResponse < Aws::EmptyStructure
|
|
7895
|
+
end
|
|
7896
|
+
|
|
7897
|
+
class UpdateWorkspacePageRequest
|
|
7898
|
+
attr_accessor instance_id: ::String
|
|
7899
|
+
attr_accessor workspace_id: ::String
|
|
7900
|
+
attr_accessor page: ::String
|
|
7901
|
+
attr_accessor new_page: ::String
|
|
7902
|
+
attr_accessor resource_arn: ::String
|
|
7903
|
+
attr_accessor slug: ::String
|
|
7904
|
+
attr_accessor input_data: ::String
|
|
7905
|
+
SENSITIVE: []
|
|
7906
|
+
end
|
|
7907
|
+
|
|
7908
|
+
class UpdateWorkspacePageResponse < Aws::EmptyStructure
|
|
7909
|
+
end
|
|
7910
|
+
|
|
7911
|
+
class UpdateWorkspaceThemeRequest
|
|
7912
|
+
attr_accessor instance_id: ::String
|
|
7913
|
+
attr_accessor workspace_id: ::String
|
|
7914
|
+
attr_accessor theme: Types::WorkspaceTheme
|
|
7915
|
+
SENSITIVE: []
|
|
7916
|
+
end
|
|
7917
|
+
|
|
7918
|
+
class UpdateWorkspaceThemeResponse < Aws::EmptyStructure
|
|
7919
|
+
end
|
|
7920
|
+
|
|
7921
|
+
class UpdateWorkspaceVisibilityRequest
|
|
7922
|
+
attr_accessor instance_id: ::String
|
|
7923
|
+
attr_accessor workspace_id: ::String
|
|
7924
|
+
attr_accessor visibility: ("ALL" | "ASSIGNED" | "NONE")
|
|
7925
|
+
SENSITIVE: []
|
|
7926
|
+
end
|
|
7927
|
+
|
|
7928
|
+
class UpdateWorkspaceVisibilityResponse < Aws::EmptyStructure
|
|
7929
|
+
end
|
|
7930
|
+
|
|
6744
7931
|
class UploadUrlMetadata
|
|
6745
7932
|
attr_accessor url: ::String
|
|
6746
7933
|
attr_accessor url_expiry: ::String
|
|
@@ -6908,6 +8095,27 @@ module Aws::Connect
|
|
|
6908
8095
|
SENSITIVE: []
|
|
6909
8096
|
end
|
|
6910
8097
|
|
|
8098
|
+
class Validation
|
|
8099
|
+
attr_accessor min_length: ::Integer
|
|
8100
|
+
attr_accessor max_length: ::Integer
|
|
8101
|
+
attr_accessor min_values: ::Integer
|
|
8102
|
+
attr_accessor max_values: ::Integer
|
|
8103
|
+
attr_accessor ignore_case: bool
|
|
8104
|
+
attr_accessor minimum: ::Float
|
|
8105
|
+
attr_accessor maximum: ::Float
|
|
8106
|
+
attr_accessor exclusive_minimum: ::Float
|
|
8107
|
+
attr_accessor exclusive_maximum: ::Float
|
|
8108
|
+
attr_accessor multiple_of: ::Float
|
|
8109
|
+
attr_accessor enum: Types::ValidationEnum
|
|
8110
|
+
SENSITIVE: []
|
|
8111
|
+
end
|
|
8112
|
+
|
|
8113
|
+
class ValidationEnum
|
|
8114
|
+
attr_accessor strict: bool
|
|
8115
|
+
attr_accessor values: ::Array[::String]
|
|
8116
|
+
SENSITIVE: []
|
|
8117
|
+
end
|
|
8118
|
+
|
|
6911
8119
|
class View
|
|
6912
8120
|
attr_accessor id: ::String
|
|
6913
8121
|
attr_accessor arn: ::String
|
|
@@ -6938,6 +8146,20 @@ module Aws::Connect
|
|
|
6938
8146
|
SENSITIVE: []
|
|
6939
8147
|
end
|
|
6940
8148
|
|
|
8149
|
+
class ViewSearchCriteria
|
|
8150
|
+
attr_accessor or_conditions: ::Array[Types::ViewSearchCriteria]
|
|
8151
|
+
attr_accessor and_conditions: ::Array[Types::ViewSearchCriteria]
|
|
8152
|
+
attr_accessor string_condition: Types::StringCondition
|
|
8153
|
+
attr_accessor view_type_condition: ("CUSTOMER_MANAGED" | "AWS_MANAGED")
|
|
8154
|
+
attr_accessor view_status_condition: ("PUBLISHED" | "SAVED")
|
|
8155
|
+
SENSITIVE: []
|
|
8156
|
+
end
|
|
8157
|
+
|
|
8158
|
+
class ViewSearchFilter
|
|
8159
|
+
attr_accessor attribute_filter: Types::ControlPlaneAttributeFilter
|
|
8160
|
+
SENSITIVE: []
|
|
8161
|
+
end
|
|
8162
|
+
|
|
6941
8163
|
class ViewSummary
|
|
6942
8164
|
attr_accessor id: ::String
|
|
6943
8165
|
attr_accessor arn: ::String
|
|
@@ -6991,6 +8213,115 @@ module Aws::Connect
|
|
|
6991
8213
|
|
|
6992
8214
|
class WisdomInfo
|
|
6993
8215
|
attr_accessor session_arn: ::String
|
|
8216
|
+
attr_accessor ai_agents: ::Array[Types::AiAgentInfo]
|
|
8217
|
+
SENSITIVE: []
|
|
8218
|
+
end
|
|
8219
|
+
|
|
8220
|
+
class Workspace
|
|
8221
|
+
attr_accessor visibility: ("ALL" | "ASSIGNED" | "NONE")
|
|
8222
|
+
attr_accessor id: ::String
|
|
8223
|
+
attr_accessor name: ::String
|
|
8224
|
+
attr_accessor arn: ::String
|
|
8225
|
+
attr_accessor description: ::String
|
|
8226
|
+
attr_accessor theme: Types::WorkspaceTheme
|
|
8227
|
+
attr_accessor title: ::String
|
|
8228
|
+
attr_accessor last_modified_time: ::Time
|
|
8229
|
+
attr_accessor last_modified_region: ::String
|
|
8230
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
8231
|
+
SENSITIVE: []
|
|
8232
|
+
end
|
|
8233
|
+
|
|
8234
|
+
class WorkspaceAssociationSearchCriteria
|
|
8235
|
+
attr_accessor or_conditions: ::Array[Types::WorkspaceAssociationSearchCriteria]
|
|
8236
|
+
attr_accessor and_conditions: ::Array[Types::WorkspaceAssociationSearchCriteria]
|
|
8237
|
+
attr_accessor string_condition: Types::StringCondition
|
|
8238
|
+
SENSITIVE: []
|
|
8239
|
+
end
|
|
8240
|
+
|
|
8241
|
+
class WorkspaceAssociationSearchFilter
|
|
8242
|
+
attr_accessor attribute_filter: Types::ControlPlaneAttributeFilter
|
|
8243
|
+
SENSITIVE: []
|
|
8244
|
+
end
|
|
8245
|
+
|
|
8246
|
+
class WorkspaceAssociationSearchSummary
|
|
8247
|
+
attr_accessor workspace_id: ::String
|
|
8248
|
+
attr_accessor workspace_arn: ::String
|
|
8249
|
+
attr_accessor resource_id: ::String
|
|
8250
|
+
attr_accessor resource_arn: ::String
|
|
8251
|
+
attr_accessor resource_type: ::String
|
|
8252
|
+
attr_accessor resource_name: ::String
|
|
8253
|
+
SENSITIVE: []
|
|
8254
|
+
end
|
|
8255
|
+
|
|
8256
|
+
class WorkspacePage
|
|
8257
|
+
attr_accessor resource_arn: ::String
|
|
8258
|
+
attr_accessor page: ::String
|
|
8259
|
+
attr_accessor slug: ::String
|
|
8260
|
+
attr_accessor input_data: ::String
|
|
8261
|
+
SENSITIVE: []
|
|
8262
|
+
end
|
|
8263
|
+
|
|
8264
|
+
class WorkspaceSearchCriteria
|
|
8265
|
+
attr_accessor or_conditions: ::Array[Types::WorkspaceSearchCriteria]
|
|
8266
|
+
attr_accessor and_conditions: ::Array[Types::WorkspaceSearchCriteria]
|
|
8267
|
+
attr_accessor string_condition: Types::StringCondition
|
|
8268
|
+
SENSITIVE: []
|
|
8269
|
+
end
|
|
8270
|
+
|
|
8271
|
+
class WorkspaceSearchFilter
|
|
8272
|
+
attr_accessor attribute_filter: Types::ControlPlaneAttributeFilter
|
|
8273
|
+
SENSITIVE: []
|
|
8274
|
+
end
|
|
8275
|
+
|
|
8276
|
+
class WorkspaceSearchSummary
|
|
8277
|
+
attr_accessor id: ::String
|
|
8278
|
+
attr_accessor name: ::String
|
|
8279
|
+
attr_accessor visibility: ("ALL" | "ASSIGNED" | "NONE")
|
|
8280
|
+
attr_accessor description: ::String
|
|
8281
|
+
attr_accessor title: ::String
|
|
8282
|
+
attr_accessor arn: ::String
|
|
8283
|
+
attr_accessor created_at: ::Time
|
|
8284
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
8285
|
+
SENSITIVE: []
|
|
8286
|
+
end
|
|
8287
|
+
|
|
8288
|
+
class WorkspaceSummary
|
|
8289
|
+
attr_accessor id: ::String
|
|
8290
|
+
attr_accessor name: ::String
|
|
8291
|
+
attr_accessor arn: ::String
|
|
8292
|
+
attr_accessor last_modified_time: ::Time
|
|
8293
|
+
attr_accessor last_modified_region: ::String
|
|
8294
|
+
SENSITIVE: []
|
|
8295
|
+
end
|
|
8296
|
+
|
|
8297
|
+
class WorkspaceTheme
|
|
8298
|
+
attr_accessor light: Types::WorkspaceThemeConfig
|
|
8299
|
+
attr_accessor dark: Types::WorkspaceThemeConfig
|
|
8300
|
+
SENSITIVE: []
|
|
8301
|
+
end
|
|
8302
|
+
|
|
8303
|
+
class WorkspaceThemeConfig
|
|
8304
|
+
attr_accessor palette: Types::WorkspaceThemePalette
|
|
8305
|
+
attr_accessor images: Types::WorkspaceThemeImages
|
|
8306
|
+
attr_accessor typography: Types::WorkspaceThemeTypography
|
|
8307
|
+
SENSITIVE: []
|
|
8308
|
+
end
|
|
8309
|
+
|
|
8310
|
+
class WorkspaceThemeImages
|
|
8311
|
+
attr_accessor logo: Types::ImagesLogo
|
|
8312
|
+
SENSITIVE: []
|
|
8313
|
+
end
|
|
8314
|
+
|
|
8315
|
+
class WorkspaceThemePalette
|
|
8316
|
+
attr_accessor header: Types::PaletteHeader
|
|
8317
|
+
attr_accessor navigation: Types::PaletteNavigation
|
|
8318
|
+
attr_accessor canvas: Types::PaletteCanvas
|
|
8319
|
+
attr_accessor primary: Types::PalettePrimary
|
|
8320
|
+
SENSITIVE: []
|
|
8321
|
+
end
|
|
8322
|
+
|
|
8323
|
+
class WorkspaceThemeTypography
|
|
8324
|
+
attr_accessor font_family: Types::FontFamily
|
|
6994
8325
|
SENSITIVE: []
|
|
6995
8326
|
end
|
|
6996
8327
|
end
|