@aws-sdk/client-connect 3.438.0 → 3.441.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.
Files changed (80) hide show
  1. package/README.md +11 -3
  2. package/dist-cjs/Connect.js +2 -0
  3. package/dist-cjs/commands/BatchGetFlowAssociationCommand.js +51 -0
  4. package/dist-cjs/commands/DescribeViewCommand.js +2 -2
  5. package/dist-cjs/commands/index.js +1 -0
  6. package/dist-cjs/models/models_0.js +6 -7
  7. package/dist-cjs/models/models_1.js +7 -14
  8. package/dist-cjs/models/models_2.js +14 -1
  9. package/dist-cjs/protocols/Aws_restJson1.js +468 -34
  10. package/dist-es/Connect.js +2 -0
  11. package/dist-es/commands/BatchGetFlowAssociationCommand.js +47 -0
  12. package/dist-es/commands/DescribeViewCommand.js +1 -1
  13. package/dist-es/commands/index.js +1 -0
  14. package/dist-es/models/models_0.js +4 -4
  15. package/dist-es/models/models_1.js +5 -13
  16. package/dist-es/models/models_2.js +13 -0
  17. package/dist-es/protocols/Aws_restJson1.js +457 -25
  18. package/dist-types/Connect.d.ts +10 -3
  19. package/dist-types/ConnectClient.d.ts +6 -5
  20. package/dist-types/commands/BatchGetFlowAssociationCommand.d.ts +101 -0
  21. package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +2 -1
  22. package/dist-types/commands/CreateViewCommand.d.ts +5 -7
  23. package/dist-types/commands/CreateViewVersionCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteViewCommand.d.ts +1 -2
  25. package/dist-types/commands/DescribeAgentStatusCommand.d.ts +2 -0
  26. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +2 -0
  27. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +1 -0
  28. package/dist-types/commands/DescribePromptCommand.d.ts +2 -0
  29. package/dist-types/commands/DescribeQueueCommand.d.ts +2 -0
  30. package/dist-types/commands/DescribeQuickConnectCommand.d.ts +2 -0
  31. package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +3 -0
  32. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +2 -0
  33. package/dist-types/commands/DescribeUserCommand.d.ts +2 -0
  34. package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +12 -0
  35. package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +12 -1
  36. package/dist-types/commands/DescribeViewCommand.d.ts +5 -5
  37. package/dist-types/commands/GetPromptFileCommand.d.ts +2 -0
  38. package/dist-types/commands/ListAgentStatusesCommand.d.ts +2 -0
  39. package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +2 -0
  40. package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +2 -0
  41. package/dist-types/commands/ListPromptsCommand.d.ts +2 -0
  42. package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +4 -0
  43. package/dist-types/commands/ListQueuesCommand.d.ts +2 -0
  44. package/dist-types/commands/ListQuickConnectsCommand.d.ts +2 -0
  45. package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +2 -0
  46. package/dist-types/commands/ListRoutingProfilesCommand.d.ts +2 -0
  47. package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +3 -1
  48. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +2 -0
  49. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +2 -0
  50. package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +2 -0
  51. package/dist-types/commands/ListUsersCommand.d.ts +2 -0
  52. package/dist-types/commands/ListViewVersionsCommand.d.ts +1 -2
  53. package/dist-types/commands/ReplicateInstanceCommand.d.ts +3 -1
  54. package/dist-types/commands/ResumeContactRecordingCommand.d.ts +3 -1
  55. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +2 -1
  56. package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -0
  57. package/dist-types/commands/SearchPromptsCommand.d.ts +2 -0
  58. package/dist-types/commands/SearchQueuesCommand.d.ts +2 -0
  59. package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -0
  60. package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +3 -0
  61. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +5 -3
  62. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +2 -1
  63. package/dist-types/commands/UpdateViewContentCommand.d.ts +4 -6
  64. package/dist-types/commands/index.d.ts +1 -0
  65. package/dist-types/index.d.ts +3 -3
  66. package/dist-types/models/models_0.d.ts +231 -107
  67. package/dist-types/models/models_1.d.ts +242 -129
  68. package/dist-types/models/models_2.d.ts +116 -14
  69. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  70. package/dist-types/ts3.4/Connect.d.ts +17 -0
  71. package/dist-types/ts3.4/ConnectClient.d.ts +6 -0
  72. package/dist-types/ts3.4/commands/BatchGetFlowAssociationCommand.d.ts +42 -0
  73. package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +2 -4
  74. package/dist-types/ts3.4/commands/DescribeViewCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  76. package/dist-types/ts3.4/models/models_0.d.ts +47 -21
  77. package/dist-types/ts3.4/models/models_1.d.ts +50 -41
  78. package/dist-types/ts3.4/models/models_2.d.ts +44 -2
  79. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  80. package/package.json +4 -4
@@ -390,6 +390,16 @@ export interface AgentStatus {
390
390
  * <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
391
391
  */
392
392
  Tags?: Record<string, string>;
393
+ /**
394
+ * @public
395
+ * <p>The timestamp when this resource was last modified.</p>
396
+ */
397
+ LastModifiedTime?: Date;
398
+ /**
399
+ * @public
400
+ * <p>The Amazon Web Services Region where this resource was last modified.</p>
401
+ */
402
+ LastModifiedRegion?: string;
393
403
  }
394
404
  /**
395
405
  * @public
@@ -437,6 +447,16 @@ export interface AgentStatusSummary {
437
447
  * <p>The type of the agent status.</p>
438
448
  */
439
449
  Type?: AgentStatusType;
450
+ /**
451
+ * @public
452
+ * <p>The timestamp when this resource was last modified.</p>
453
+ */
454
+ LastModifiedTime?: Date;
455
+ /**
456
+ * @public
457
+ * <p>The Amazon Web Services Region where this resource was last modified.</p>
458
+ */
459
+ LastModifiedRegion?: string;
440
460
  }
441
461
  /**
442
462
  * @public
@@ -1006,15 +1026,85 @@ export interface AssociateTrafficDistributionGroupUserRequest {
1006
1026
  */
1007
1027
  export interface AssociateTrafficDistributionGroupUserResponse {
1008
1028
  }
1029
+ /**
1030
+ * @public
1031
+ * @enum
1032
+ */
1033
+ export declare const ListFlowAssociationResourceType: {
1034
+ readonly SMS_PHONE_NUMBER: "SMS_PHONE_NUMBER";
1035
+ readonly VOICE_PHONE_NUMBER: "VOICE_PHONE_NUMBER";
1036
+ };
1037
+ /**
1038
+ * @public
1039
+ */
1040
+ export type ListFlowAssociationResourceType = (typeof ListFlowAssociationResourceType)[keyof typeof ListFlowAssociationResourceType];
1041
+ /**
1042
+ * @public
1043
+ */
1044
+ export interface BatchGetFlowAssociationRequest {
1045
+ /**
1046
+ * @public
1047
+ * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
1048
+ */
1049
+ InstanceId: string | undefined;
1050
+ /**
1051
+ * @public
1052
+ * <p>A list of resource identifiers to retrieve flow associations.</p>
1053
+ */
1054
+ ResourceIds: string[] | undefined;
1055
+ /**
1056
+ * @public
1057
+ * <p>The type of resource association.</p>
1058
+ */
1059
+ ResourceType?: ListFlowAssociationResourceType;
1060
+ }
1061
+ /**
1062
+ * @public
1063
+ * <p>Information about flow associations.</p>
1064
+ */
1065
+ export interface FlowAssociationSummary {
1066
+ /**
1067
+ * @public
1068
+ * <p>The identifier of the resource.</p>
1069
+ */
1070
+ ResourceId?: string;
1071
+ /**
1072
+ * @public
1073
+ * <p>The identifier of the flow.</p>
1074
+ */
1075
+ FlowId?: string;
1076
+ /**
1077
+ * @public
1078
+ * <p>The type of resource association.</p>
1079
+ */
1080
+ ResourceType?: ListFlowAssociationResourceType;
1081
+ }
1082
+ /**
1083
+ * @public
1084
+ */
1085
+ export interface BatchGetFlowAssociationResponse {
1086
+ /**
1087
+ * @public
1088
+ * <p>Information about flow associations.</p>
1089
+ */
1090
+ FlowAssociationSummaryList?: FlowAssociationSummary[];
1091
+ }
1009
1092
  /**
1010
1093
  * @public
1011
1094
  */
1012
1095
  export interface ClaimPhoneNumberRequest {
1013
1096
  /**
1014
1097
  * @public
1015
- * <p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone numbers are claimed to.</p>
1098
+ * <p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through. You must enter <code>InstanceId</code> or <code>TargetArn</code>. </p>
1099
+ */
1100
+ TargetArn?: string;
1101
+ /**
1102
+ * @public
1103
+ * <p>The identifier of the Amazon Connect instance that phone numbers are claimed to. You
1104
+ * can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the
1105
+ * instance ID</a> in the Amazon Resource Name (ARN) of the instance. You must enter <code>InstanceId</code> or <code>TargetArn</code>. </p>
1016
1106
  */
1017
- TargetArn: string | undefined;
1107
+ InstanceId?: string;
1018
1108
  /**
1019
1109
  * @public
1020
1110
  * <p>The phone number you want to claim. Phone numbers are formatted <code>[+] [country code]
@@ -2106,7 +2196,9 @@ export interface CreatePromptRequest {
2106
2196
  Description?: string;
2107
2197
  /**
2108
2198
  * @public
2109
- * <p>The URI for the S3 bucket where the prompt is stored.</p>
2199
+ * <p>The URI for the S3 bucket where the prompt is stored. You can provide S3 pre-signed URLs returned by the
2200
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_GetPromptFile.html">GetPromptFile</a>
2201
+ * API instead of providing S3 URIs.</p>
2110
2202
  */
2111
2203
  S3Uri: string | undefined;
2112
2204
  /**
@@ -2667,7 +2759,7 @@ export interface RuleAction {
2667
2759
  * <p>Supported only for <code>TriggerEventSource</code> values:
2668
2760
  * <code>OnPostCallAnalysisAvailable</code> | <code>OnRealTimeCallAnalysisAvailable</code> |
2669
2761
  * <code>OnPostChatAnalysisAvailable</code> | <code>OnContactEvaluationSubmit</code> |
2670
- * <code>OnMetricDataUpdate</code>
2762
+ * <code>OnMetricDataUpdate</code>
2671
2763
  * </p>
2672
2764
  */
2673
2765
  SendNotificationAction?: SendNotificationActionDefinition;
@@ -2782,7 +2874,7 @@ export interface CreateRuleResponse {
2782
2874
  /**
2783
2875
  * @public
2784
2876
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
2785
- * <p>A third party application's metadata.</p>
2877
+ * <p>A third-party application's metadata.</p>
2786
2878
  */
2787
2879
  export interface Application {
2788
2880
  /**
@@ -2792,8 +2884,7 @@ export interface Application {
2792
2884
  Namespace?: string;
2793
2885
  /**
2794
2886
  * @public
2795
- * <p>The permissions that the agent is granted on the application. Only the <code>ACCESS</code>
2796
- * permission is supported.</p>
2887
+ * <p>The permissions that the agent is granted on the application. Only the <code>ACCESS</code> permission is supported.</p>
2797
2888
  */
2798
2889
  ApplicationPermissions?: string[];
2799
2890
  }
@@ -2842,7 +2933,7 @@ export interface CreateSecurityProfileRequest {
2842
2933
  /**
2843
2934
  * @public
2844
2935
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
2845
- * <p>A list of third party applications that the security profile will give access to.</p>
2936
+ * <p>A list of third-party applications that the security profile will give access to.</p>
2846
2937
  */
2847
2938
  Applications?: Application[];
2848
2939
  }
@@ -3452,8 +3543,9 @@ export interface CreateUserHierarchyGroupResponse {
3452
3543
  }
3453
3544
  /**
3454
3545
  * @public
3455
- * <p>View content containing all content necessary to render a view except for runtime input data
3456
- * and the runtime input schema, which is auto-generated by this operation.</p>
3546
+ * <p>View content containing all content necessary to render a view except
3547
+ * for runtime input data and the runtime input schema, which is auto-generated
3548
+ * by this operation.</p>
3457
3549
  */
3458
3550
  export interface ViewInputContent {
3459
3551
  /**
@@ -3491,20 +3583,19 @@ export interface CreateViewRequest {
3491
3583
  InstanceId: string | undefined;
3492
3584
  /**
3493
3585
  * @public
3494
- * <p>A unique Id for each create view request to avoid duplicate view creation. For example, the
3495
- * view is idempotent ClientToken is provided.</p>
3586
+ * <p>A unique Id for each create view request to avoid duplicate view creation. For example, the view
3587
+ * is idempotent ClientToken is provided.</p>
3496
3588
  */
3497
3589
  ClientToken?: string;
3498
3590
  /**
3499
3591
  * @public
3500
3592
  * <p>Indicates the view status as either <code>SAVED</code> or <code>PUBLISHED</code>. The
3501
- * <code>PUBLISHED</code> status will initiate validation on the content.</p>
3593
+ * <code>PUBLISHED</code> status will initiate validation on the content.</p>
3502
3594
  */
3503
3595
  Status: ViewStatus | undefined;
3504
3596
  /**
3505
3597
  * @public
3506
- * <p>View content containing all content necessary to render a view except for runtime input
3507
- * data.</p>
3598
+ * <p>View content containing all content necessary to render a view except for runtime input data.</p>
3508
3599
  * <p>The total uncompressed content has a maximum file size of 400kB.</p>
3509
3600
  */
3510
3601
  Content: ViewInputContent | undefined;
@@ -3520,16 +3611,14 @@ export interface CreateViewRequest {
3520
3611
  Name: string | undefined;
3521
3612
  /**
3522
3613
  * @public
3523
- * <p>The tags associated with the view resource (not specific to view version).These tags can be
3524
- * used to organize, track, or control access for this resource. For example, \{ "tags":
3525
- * \{"key1":"value1", "key2":"value2"\} \}.</p>
3614
+ * <p>The tags associated with the view resource (not specific to view version).These tags can be used
3615
+ * to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
3526
3616
  */
3527
3617
  Tags?: Record<string, string>;
3528
3618
  }
3529
3619
  /**
3530
3620
  * @public
3531
- * <p>View content containing all content necessary to render a view except for runtime input
3532
- * data.</p>
3621
+ * <p>View content containing all content necessary to render a view except for runtime input data.</p>
3533
3622
  */
3534
3623
  export interface ViewContent {
3535
3624
  /**
@@ -3583,7 +3672,7 @@ export interface View {
3583
3672
  /**
3584
3673
  * @public
3585
3674
  * <p>Indicates the view status as either <code>SAVED</code> or <code>PUBLISHED</code>. The
3586
- * <code>PUBLISHED</code> status will initiate validation on the content.</p>
3675
+ * <code>PUBLISHED</code> status will initiate validation on the content.</p>
3587
3676
  */
3588
3677
  Status?: ViewStatus;
3589
3678
  /**
@@ -3608,8 +3697,7 @@ export interface View {
3608
3697
  VersionDescription?: string;
3609
3698
  /**
3610
3699
  * @public
3611
- * <p>View content containing all content necessary to render a view except for runtime input
3612
- * data.</p>
3700
+ * <p>View content containing all content necessary to render a view except for runtime input data.</p>
3613
3701
  */
3614
3702
  Content?: ViewContent;
3615
3703
  /**
@@ -3624,8 +3712,7 @@ export interface View {
3624
3712
  CreatedTime?: Date;
3625
3713
  /**
3626
3714
  * @public
3627
- * <p>Latest timestamp of the <code>UpdateViewContent</code> or <code>CreateViewVersion</code>
3628
- * operations.</p>
3715
+ * <p>Latest timestamp of the <code>UpdateViewContent</code> or <code>CreateViewVersion</code> operations.</p>
3629
3716
  */
3630
3717
  LastModifiedTime?: Date;
3631
3718
  /**
@@ -3703,14 +3790,12 @@ export declare class TooManyRequestsException extends __BaseException {
3703
3790
  export interface CreateViewVersionRequest {
3704
3791
  /**
3705
3792
  * @public
3706
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of
3707
- * the instance.</p>
3793
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
3708
3794
  */
3709
3795
  InstanceId: string | undefined;
3710
3796
  /**
3711
3797
  * @public
3712
- * <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be
3713
- * used.</p>
3798
+ * <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be used.</p>
3714
3799
  */
3715
3800
  ViewId: string | undefined;
3716
3801
  /**
@@ -4152,14 +4237,12 @@ export interface DeleteUserHierarchyGroupRequest {
4152
4237
  export interface DeleteViewRequest {
4153
4238
  /**
4154
4239
  * @public
4155
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of
4156
- * the instance.</p>
4240
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
4157
4241
  */
4158
4242
  InstanceId: string | undefined;
4159
4243
  /**
4160
4244
  * @public
4161
- * <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be
4162
- * used.</p>
4245
+ * <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be used.</p>
4163
4246
  */
4164
4247
  ViewId: string | undefined;
4165
4248
  }
@@ -4174,14 +4257,12 @@ export interface DeleteViewResponse {
4174
4257
  export interface DeleteViewVersionRequest {
4175
4258
  /**
4176
4259
  * @public
4177
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of
4178
- * the instance.</p>
4260
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
4179
4261
  */
4180
4262
  InstanceId: string | undefined;
4181
4263
  /**
4182
4264
  * @public
4183
- * <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be
4184
- * used.</p>
4265
+ * <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be used.</p>
4185
4266
  */
4186
4267
  ViewId: string | undefined;
4187
4268
  /**
@@ -4898,6 +4979,16 @@ export interface HoursOfOperation {
4898
4979
  * <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
4899
4980
  */
4900
4981
  Tags?: Record<string, string>;
4982
+ /**
4983
+ * @public
4984
+ * <p>The timestamp when this resource was last modified.</p>
4985
+ */
4986
+ LastModifiedTime?: Date;
4987
+ /**
4988
+ * @public
4989
+ * <p>The Amazon Web Services Region where this resource was last modified.</p>
4990
+ */
4991
+ LastModifiedRegion?: string;
4901
4992
  }
4902
4993
  /**
4903
4994
  * @public
@@ -5470,9 +5561,16 @@ export interface ClaimedPhoneNumberSummary {
5470
5561
  PhoneNumberDescription?: string;
5471
5562
  /**
5472
5563
  * @public
5473
- * <p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone numbers are claimed to.</p>
5564
+ * <p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through.</p>
5474
5565
  */
5475
5566
  TargetArn?: string;
5567
+ /**
5568
+ * @public
5569
+ * <p>The identifier of the Amazon Connect instance that phone numbers are claimed to. You
5570
+ * can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the
5571
+ * instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
5572
+ */
5573
+ InstanceId?: string;
5476
5574
  /**
5477
5575
  * @public
5478
5576
  * <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
@@ -5565,6 +5663,16 @@ export interface Prompt {
5565
5663
  * <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
5566
5664
  */
5567
5665
  Tags?: Record<string, string>;
5666
+ /**
5667
+ * @public
5668
+ * <p>The timestamp when this resource was last modified.</p>
5669
+ */
5670
+ LastModifiedTime?: Date;
5671
+ /**
5672
+ * @public
5673
+ * <p>The Amazon Web Services Region where this resource was last modified.</p>
5674
+ */
5675
+ LastModifiedRegion?: string;
5568
5676
  }
5569
5677
  /**
5570
5678
  * @public
@@ -5653,6 +5761,16 @@ export interface Queue {
5653
5761
  * <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
5654
5762
  */
5655
5763
  Tags?: Record<string, string>;
5764
+ /**
5765
+ * @public
5766
+ * <p>The timestamp when this resource was last modified.</p>
5767
+ */
5768
+ LastModifiedTime?: Date;
5769
+ /**
5770
+ * @public
5771
+ * <p>The Amazon Web Services Region where this resource was last modified.</p>
5772
+ */
5773
+ LastModifiedRegion?: string;
5656
5774
  }
5657
5775
  /**
5658
5776
  * @public
@@ -5714,6 +5832,16 @@ export interface QuickConnect {
5714
5832
  * <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
5715
5833
  */
5716
5834
  Tags?: Record<string, string>;
5835
+ /**
5836
+ * @public
5837
+ * <p>The timestamp when this resource was last modified.</p>
5838
+ */
5839
+ LastModifiedTime?: Date;
5840
+ /**
5841
+ * @public
5842
+ * <p>The Amazon Web Services Region where this resource was last modified.</p>
5843
+ */
5844
+ LastModifiedRegion?: string;
5717
5845
  }
5718
5846
  /**
5719
5847
  * @public
@@ -5803,6 +5931,21 @@ export interface RoutingProfile {
5803
5931
  * time</i>. </p>
5804
5932
  */
5805
5933
  AgentAvailabilityTimer?: AgentAvailabilityTimer;
5934
+ /**
5935
+ * @public
5936
+ * <p>The timestamp when this resource was last modified.</p>
5937
+ */
5938
+ LastModifiedTime?: Date;
5939
+ /**
5940
+ * @public
5941
+ * <p>The Amazon Web Services Region where this resource was last modified.</p>
5942
+ */
5943
+ LastModifiedRegion?: string;
5944
+ /**
5945
+ * @public
5946
+ * <p>Whether this a default routing profile.</p>
5947
+ */
5948
+ IsDefault?: boolean;
5806
5949
  }
5807
5950
  /**
5808
5951
  * @public
@@ -5960,6 +6103,16 @@ export interface SecurityProfile {
5960
6103
  * <p>The list of resources that a security profile applies tag restrictions to in Amazon Connect.</p>
5961
6104
  */
5962
6105
  TagRestrictedResources?: string[];
6106
+ /**
6107
+ * @public
6108
+ * <p>The timestamp when this resource was last modified.</p>
6109
+ */
6110
+ LastModifiedTime?: Date;
6111
+ /**
6112
+ * @public
6113
+ * <p>The Amazon Web Services Region where this resource was last modified.</p>
6114
+ */
6115
+ LastModifiedRegion?: string;
5963
6116
  }
5964
6117
  /**
5965
6118
  * @public
@@ -6077,10 +6230,12 @@ export interface TrafficDistributionGroup {
6077
6230
  * <code>DeleteTrafficDistributionGroup</code> API. The default traffic distribution group is deleted as
6078
6231
  * part of the process for deleting a replica.</p>
6079
6232
  * <note>
6080
- * <p>The <code>SignInConfig</code> distribution is available only on the default
6081
- * <code>TrafficDistributionGroup</code>. If you call <code>UpdateTrafficDistribution</code> with
6082
- * a modified <code>SignInConfig</code> and a non-default <code>TrafficDistributionGroup</code>, an
6083
- * <code>InvalidRequestException</code> is returned.</p>
6233
+ * <p>The <code>SignInConfig</code> distribution is available only on a
6234
+ * default <code>TrafficDistributionGroup</code> (see the <code>IsDefault</code> parameter in the
6235
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_TrafficDistributionGroup.html">TrafficDistributionGroup</a>
6236
+ * data type). If you call
6237
+ * <code>UpdateTrafficDistribution</code> with a modified <code>SignInConfig</code> and a non-default <code>TrafficDistributionGroup</code>,
6238
+ * an <code>InvalidRequestException</code> is returned.</p>
6084
6239
  * </note>
6085
6240
  */
6086
6241
  IsDefault?: boolean;
@@ -6166,6 +6321,16 @@ export interface User {
6166
6321
  * tags.</p>
6167
6322
  */
6168
6323
  Tags?: Record<string, string>;
6324
+ /**
6325
+ * @public
6326
+ * <p>The timestamp when this resource was last modified.</p>
6327
+ */
6328
+ LastModifiedTime?: Date;
6329
+ /**
6330
+ * @public
6331
+ * <p>The Amazon Web Services Region where this resource was last modified.</p>
6332
+ */
6333
+ LastModifiedRegion?: string;
6169
6334
  }
6170
6335
  /**
6171
6336
  * @public
@@ -6212,6 +6377,16 @@ export interface HierarchyGroupSummary {
6212
6377
  * <p>The name of the hierarchy group.</p>
6213
6378
  */
6214
6379
  Name?: string;
6380
+ /**
6381
+ * @public
6382
+ * <p>The timestamp when this resource was last modified.</p>
6383
+ */
6384
+ LastModifiedTime?: Date;
6385
+ /**
6386
+ * @public
6387
+ * <p>The Amazon Web Services Region where this resource was last modified.</p>
6388
+ */
6389
+ LastModifiedRegion?: string;
6215
6390
  }
6216
6391
  /**
6217
6392
  * @public
@@ -6279,6 +6454,16 @@ export interface HierarchyGroup {
6279
6454
  * <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
6280
6455
  */
6281
6456
  Tags?: Record<string, string>;
6457
+ /**
6458
+ * @public
6459
+ * <p>The timestamp when this resource was last modified.</p>
6460
+ */
6461
+ LastModifiedTime?: Date;
6462
+ /**
6463
+ * @public
6464
+ * <p>The Amazon Web Services Region where this resource was last modified.</p>
6465
+ */
6466
+ LastModifiedRegion?: string;
6282
6467
  }
6283
6468
  /**
6284
6469
  * @public
@@ -6320,73 +6505,16 @@ export interface HierarchyLevel {
6320
6505
  * <p>The name of the hierarchy level.</p>
6321
6506
  */
6322
6507
  Name?: string;
6323
- }
6324
- /**
6325
- * @public
6326
- * <p>Contains information about a hierarchy structure.</p>
6327
- */
6328
- export interface HierarchyStructure {
6329
6508
  /**
6330
6509
  * @public
6331
- * <p>Information about level one.</p>
6332
- */
6333
- LevelOne?: HierarchyLevel;
6334
- /**
6335
- * @public
6336
- * <p>Information about level two.</p>
6337
- */
6338
- LevelTwo?: HierarchyLevel;
6339
- /**
6340
- * @public
6341
- * <p>Information about level three.</p>
6342
- */
6343
- LevelThree?: HierarchyLevel;
6344
- /**
6345
- * @public
6346
- * <p>Information about level four.</p>
6347
- */
6348
- LevelFour?: HierarchyLevel;
6349
- /**
6350
- * @public
6351
- * <p>Information about level five.</p>
6352
- */
6353
- LevelFive?: HierarchyLevel;
6354
- }
6355
- /**
6356
- * @public
6357
- */
6358
- export interface DescribeUserHierarchyStructureResponse {
6359
- /**
6360
- * @public
6361
- * <p>Information about the hierarchy structure.</p>
6510
+ * <p>The timestamp when this resource was last modified.</p>
6362
6511
  */
6363
- HierarchyStructure?: HierarchyStructure;
6364
- }
6365
- /**
6366
- * @public
6367
- */
6368
- export interface DescribeViewRequest {
6369
- /**
6370
- * @public
6371
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of
6372
- * the instance.</p>
6373
- */
6374
- InstanceId: string | undefined;
6375
- /**
6376
- * @public
6377
- * <p>The ViewId of the view. This must be an ARN for Amazon Web Services managed views.</p>
6378
- */
6379
- ViewId: string | undefined;
6380
- }
6381
- /**
6382
- * @public
6383
- */
6384
- export interface DescribeViewResponse {
6512
+ LastModifiedTime?: Date;
6385
6513
  /**
6386
6514
  * @public
6387
- * <p>All view data is contained within the View object.</p>
6515
+ * <p>The Amazon Web Services Region where this resource was last modified.</p>
6388
6516
  */
6389
- View?: View;
6517
+ LastModifiedRegion?: string;
6390
6518
  }
6391
6519
  /**
6392
6520
  * @internal
@@ -6424,7 +6552,3 @@ export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
6424
6552
  * @internal
6425
6553
  */
6426
6554
  export declare const DescribeInstanceResponseFilterSensitiveLog: (obj: DescribeInstanceResponse) => any;
6427
- /**
6428
- * @internal
6429
- */
6430
- export declare const DescribeViewResponseFilterSensitiveLog: (obj: DescribeViewResponse) => any;