@aws-sdk/client-connect 3.439.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 (72) hide show
  1. package/README.md +8 -0
  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 +464 -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 +453 -25
  18. package/dist-types/Connect.d.ts +7 -0
  19. package/dist-types/ConnectClient.d.ts +3 -2
  20. package/dist-types/commands/BatchGetFlowAssociationCommand.d.ts +101 -0
  21. package/dist-types/commands/CreateViewCommand.d.ts +5 -7
  22. package/dist-types/commands/CreateViewVersionCommand.d.ts +3 -3
  23. package/dist-types/commands/DeleteViewCommand.d.ts +1 -2
  24. package/dist-types/commands/DescribeAgentStatusCommand.d.ts +2 -0
  25. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +2 -0
  26. package/dist-types/commands/DescribePromptCommand.d.ts +2 -0
  27. package/dist-types/commands/DescribeQueueCommand.d.ts +2 -0
  28. package/dist-types/commands/DescribeQuickConnectCommand.d.ts +2 -0
  29. package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +3 -0
  30. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +2 -0
  31. package/dist-types/commands/DescribeUserCommand.d.ts +2 -0
  32. package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +12 -0
  33. package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +12 -1
  34. package/dist-types/commands/DescribeViewCommand.d.ts +5 -5
  35. package/dist-types/commands/GetPromptFileCommand.d.ts +2 -0
  36. package/dist-types/commands/ListAgentStatusesCommand.d.ts +2 -0
  37. package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +2 -0
  38. package/dist-types/commands/ListPromptsCommand.d.ts +2 -0
  39. package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +4 -0
  40. package/dist-types/commands/ListQueuesCommand.d.ts +2 -0
  41. package/dist-types/commands/ListQuickConnectsCommand.d.ts +2 -0
  42. package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +2 -0
  43. package/dist-types/commands/ListRoutingProfilesCommand.d.ts +2 -0
  44. package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +2 -0
  45. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +2 -0
  46. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +2 -0
  47. package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +2 -0
  48. package/dist-types/commands/ListUsersCommand.d.ts +2 -0
  49. package/dist-types/commands/ListViewVersionsCommand.d.ts +1 -2
  50. package/dist-types/commands/ReplicateInstanceCommand.d.ts +3 -1
  51. package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -0
  52. package/dist-types/commands/SearchPromptsCommand.d.ts +2 -0
  53. package/dist-types/commands/SearchQueuesCommand.d.ts +2 -0
  54. package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -0
  55. package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +3 -0
  56. package/dist-types/commands/UpdateViewContentCommand.d.ts +4 -6
  57. package/dist-types/commands/index.d.ts +1 -0
  58. package/dist-types/models/models_0.d.ts +212 -102
  59. package/dist-types/models/models_1.d.ts +201 -111
  60. package/dist-types/models/models_2.d.ts +106 -11
  61. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  62. package/dist-types/ts3.4/Connect.d.ts +17 -0
  63. package/dist-types/ts3.4/ConnectClient.d.ts +6 -0
  64. package/dist-types/ts3.4/commands/BatchGetFlowAssociationCommand.d.ts +42 -0
  65. package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +2 -4
  66. package/dist-types/ts3.4/commands/DescribeViewCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  68. package/dist-types/ts3.4/models/models_0.d.ts +44 -20
  69. package/dist-types/ts3.4/models/models_1.d.ts +46 -40
  70. package/dist-types/ts3.4/models/models_2.d.ts +42 -1
  71. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  72. package/package.json +4 -4
@@ -23,7 +23,9 @@ export interface ReplicateInstanceCommandOutput extends ReplicateInstanceRespons
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Replicates an Amazon Connect instance in the specified Amazon Web Services Region.</p>
26
+ * <p>Replicates an Amazon Connect instance in the specified Amazon Web Services Region
27
+ * and copies configuration information for Amazon Connect resources across Amazon Web Services Regions.
28
+ * </p>
27
29
  * <p>For more information about replicating an Amazon Connect instance, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/create-replica-connect-instance.html">Create
28
30
  * a replica of your existing Amazon Connect instance</a> in the <i>Amazon Connect
29
31
  * Administrator Guide</i>.</p>
@@ -107,6 +107,8 @@ export interface SearchHoursOfOperationsCommandOutput extends SearchHoursOfOpera
107
107
  * // Tags: { // TagMap
108
108
  * // "<keys>": "STRING_VALUE",
109
109
  * // },
110
+ * // LastModifiedTime: new Date("TIMESTAMP"),
111
+ * // LastModifiedRegion: "STRING_VALUE",
110
112
  * // },
111
113
  * // ],
112
114
  * // NextToken: "STRING_VALUE",
@@ -92,6 +92,8 @@ export interface SearchPromptsCommandOutput extends SearchPromptsResponse, __Met
92
92
  * // Tags: { // TagMap
93
93
  * // "<keys>": "STRING_VALUE",
94
94
  * // },
95
+ * // LastModifiedTime: new Date("TIMESTAMP"),
96
+ * // LastModifiedRegion: "STRING_VALUE",
95
97
  * // },
96
98
  * // ],
97
99
  * // NextToken: "STRING_VALUE",
@@ -102,6 +102,8 @@ export interface SearchQueuesCommandOutput extends SearchQueuesResponse, __Metad
102
102
  * // Tags: { // TagMap
103
103
  * // "<keys>": "STRING_VALUE",
104
104
  * // },
105
+ * // LastModifiedTime: new Date("TIMESTAMP"),
106
+ * // LastModifiedRegion: "STRING_VALUE",
105
107
  * // },
106
108
  * // ],
107
109
  * // NextToken: "STRING_VALUE",
@@ -106,6 +106,8 @@ export interface SearchQuickConnectsCommandOutput extends SearchQuickConnectsRes
106
106
  * // Tags: { // TagMap
107
107
  * // "<keys>": "STRING_VALUE",
108
108
  * // },
109
+ * // LastModifiedTime: new Date("TIMESTAMP"),
110
+ * // LastModifiedRegion: "STRING_VALUE",
109
111
  * // },
110
112
  * // ],
111
113
  * // NextToken: "STRING_VALUE",
@@ -106,6 +106,9 @@ export interface SearchRoutingProfilesCommandOutput extends SearchRoutingProfile
106
106
  * // NumberOfAssociatedQueues: Number("long"),
107
107
  * // NumberOfAssociatedUsers: Number("long"),
108
108
  * // AgentAvailabilityTimer: "TIME_SINCE_LAST_ACTIVITY" || "TIME_SINCE_LAST_INBOUND",
109
+ * // LastModifiedTime: new Date("TIMESTAMP"),
110
+ * // LastModifiedRegion: "STRING_VALUE",
111
+ * // IsDefault: true || false,
109
112
  * // },
110
113
  * // ],
111
114
  * // NextToken: "STRING_VALUE",
@@ -23,12 +23,10 @@ export interface UpdateViewContentCommandOutput extends UpdateViewContentRespons
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Updates the view content of the given view identifier in the specified Amazon Connect
27
- * instance.</p>
28
- * <p>It performs content validation if <code>Status</code> is set to <code>SAVED</code> and
29
- * performs full content validation if <code>Status</code> is <code>PUBLISHED</code>. Note that the
30
- * <code>$SAVED</code> alias' content will always be updated, but the <code>$LATEST</code> alias'
31
- * content will only be updated if <code>Status</code> is <code>PUBLISHED</code>.</p>
26
+ * <p>Updates the view content of the given view identifier in the specified Amazon Connect instance.</p>
27
+ * <p>It performs content validation if <code>Status</code> is set to <code>SAVED</code> and performs full content validation if
28
+ * <code>Status</code> is <code>PUBLISHED</code>. Note that the <code>$SAVED</code> alias' content will always be updated,
29
+ * but the <code>$LATEST</code> alias' content will only be updated if <code>Status</code> is <code>PUBLISHED</code>.</p>
32
30
  * @example
33
31
  * Use a bare-bones client and the command you need to make an API call.
34
32
  * ```javascript
@@ -10,6 +10,7 @@ export * from "./AssociateQueueQuickConnectsCommand";
10
10
  export * from "./AssociateRoutingProfileQueuesCommand";
11
11
  export * from "./AssociateSecurityKeyCommand";
12
12
  export * from "./AssociateTrafficDistributionGroupUserCommand";
13
+ export * from "./BatchGetFlowAssociationCommand";
13
14
  export * from "./ClaimPhoneNumberCommand";
14
15
  export * from "./CreateAgentStatusCommand";
15
16
  export * from "./CreateContactFlowCommand";
@@ -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,6 +1026,69 @@ 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
  */
@@ -2113,7 +2196,9 @@ export interface CreatePromptRequest {
2113
2196
  Description?: string;
2114
2197
  /**
2115
2198
  * @public
2116
- * <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>
2117
2202
  */
2118
2203
  S3Uri: string | undefined;
2119
2204
  /**
@@ -2674,7 +2759,7 @@ export interface RuleAction {
2674
2759
  * <p>Supported only for <code>TriggerEventSource</code> values:
2675
2760
  * <code>OnPostCallAnalysisAvailable</code> | <code>OnRealTimeCallAnalysisAvailable</code> |
2676
2761
  * <code>OnPostChatAnalysisAvailable</code> | <code>OnContactEvaluationSubmit</code> |
2677
- * <code>OnMetricDataUpdate</code>
2762
+ * <code>OnMetricDataUpdate</code>
2678
2763
  * </p>
2679
2764
  */
2680
2765
  SendNotificationAction?: SendNotificationActionDefinition;
@@ -2799,8 +2884,7 @@ export interface Application {
2799
2884
  Namespace?: string;
2800
2885
  /**
2801
2886
  * @public
2802
- * <p>The permissions that the agent is granted on the application. Only the <code>ACCESS</code>
2803
- * 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>
2804
2888
  */
2805
2889
  ApplicationPermissions?: string[];
2806
2890
  }
@@ -3459,8 +3543,9 @@ export interface CreateUserHierarchyGroupResponse {
3459
3543
  }
3460
3544
  /**
3461
3545
  * @public
3462
- * <p>View content containing all content necessary to render a view except for runtime input data
3463
- * 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>
3464
3549
  */
3465
3550
  export interface ViewInputContent {
3466
3551
  /**
@@ -3498,20 +3583,19 @@ export interface CreateViewRequest {
3498
3583
  InstanceId: string | undefined;
3499
3584
  /**
3500
3585
  * @public
3501
- * <p>A unique Id for each create view request to avoid duplicate view creation. For example, the
3502
- * 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>
3503
3588
  */
3504
3589
  ClientToken?: string;
3505
3590
  /**
3506
3591
  * @public
3507
3592
  * <p>Indicates the view status as either <code>SAVED</code> or <code>PUBLISHED</code>. The
3508
- * <code>PUBLISHED</code> status will initiate validation on the content.</p>
3593
+ * <code>PUBLISHED</code> status will initiate validation on the content.</p>
3509
3594
  */
3510
3595
  Status: ViewStatus | undefined;
3511
3596
  /**
3512
3597
  * @public
3513
- * <p>View content containing all content necessary to render a view except for runtime input
3514
- * data.</p>
3598
+ * <p>View content containing all content necessary to render a view except for runtime input data.</p>
3515
3599
  * <p>The total uncompressed content has a maximum file size of 400kB.</p>
3516
3600
  */
3517
3601
  Content: ViewInputContent | undefined;
@@ -3527,16 +3611,14 @@ export interface CreateViewRequest {
3527
3611
  Name: string | undefined;
3528
3612
  /**
3529
3613
  * @public
3530
- * <p>The tags associated with the view resource (not specific to view version).These tags can be
3531
- * used to organize, track, or control access for this resource. For example, \{ "tags":
3532
- * \{"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>
3533
3616
  */
3534
3617
  Tags?: Record<string, string>;
3535
3618
  }
3536
3619
  /**
3537
3620
  * @public
3538
- * <p>View content containing all content necessary to render a view except for runtime input
3539
- * data.</p>
3621
+ * <p>View content containing all content necessary to render a view except for runtime input data.</p>
3540
3622
  */
3541
3623
  export interface ViewContent {
3542
3624
  /**
@@ -3590,7 +3672,7 @@ export interface View {
3590
3672
  /**
3591
3673
  * @public
3592
3674
  * <p>Indicates the view status as either <code>SAVED</code> or <code>PUBLISHED</code>. The
3593
- * <code>PUBLISHED</code> status will initiate validation on the content.</p>
3675
+ * <code>PUBLISHED</code> status will initiate validation on the content.</p>
3594
3676
  */
3595
3677
  Status?: ViewStatus;
3596
3678
  /**
@@ -3615,8 +3697,7 @@ export interface View {
3615
3697
  VersionDescription?: string;
3616
3698
  /**
3617
3699
  * @public
3618
- * <p>View content containing all content necessary to render a view except for runtime input
3619
- * data.</p>
3700
+ * <p>View content containing all content necessary to render a view except for runtime input data.</p>
3620
3701
  */
3621
3702
  Content?: ViewContent;
3622
3703
  /**
@@ -3631,8 +3712,7 @@ export interface View {
3631
3712
  CreatedTime?: Date;
3632
3713
  /**
3633
3714
  * @public
3634
- * <p>Latest timestamp of the <code>UpdateViewContent</code> or <code>CreateViewVersion</code>
3635
- * operations.</p>
3715
+ * <p>Latest timestamp of the <code>UpdateViewContent</code> or <code>CreateViewVersion</code> operations.</p>
3636
3716
  */
3637
3717
  LastModifiedTime?: Date;
3638
3718
  /**
@@ -3710,14 +3790,12 @@ export declare class TooManyRequestsException extends __BaseException {
3710
3790
  export interface CreateViewVersionRequest {
3711
3791
  /**
3712
3792
  * @public
3713
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of
3714
- * the instance.</p>
3793
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
3715
3794
  */
3716
3795
  InstanceId: string | undefined;
3717
3796
  /**
3718
3797
  * @public
3719
- * <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be
3720
- * used.</p>
3798
+ * <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be used.</p>
3721
3799
  */
3722
3800
  ViewId: string | undefined;
3723
3801
  /**
@@ -4159,14 +4237,12 @@ export interface DeleteUserHierarchyGroupRequest {
4159
4237
  export interface DeleteViewRequest {
4160
4238
  /**
4161
4239
  * @public
4162
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of
4163
- * the instance.</p>
4240
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
4164
4241
  */
4165
4242
  InstanceId: string | undefined;
4166
4243
  /**
4167
4244
  * @public
4168
- * <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be
4169
- * used.</p>
4245
+ * <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be used.</p>
4170
4246
  */
4171
4247
  ViewId: string | undefined;
4172
4248
  }
@@ -4181,14 +4257,12 @@ export interface DeleteViewResponse {
4181
4257
  export interface DeleteViewVersionRequest {
4182
4258
  /**
4183
4259
  * @public
4184
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of
4185
- * the instance.</p>
4260
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
4186
4261
  */
4187
4262
  InstanceId: string | undefined;
4188
4263
  /**
4189
4264
  * @public
4190
- * <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be
4191
- * used.</p>
4265
+ * <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be used.</p>
4192
4266
  */
4193
4267
  ViewId: string | undefined;
4194
4268
  /**
@@ -4905,6 +4979,16 @@ export interface HoursOfOperation {
4905
4979
  * <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
4906
4980
  */
4907
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;
4908
4992
  }
4909
4993
  /**
4910
4994
  * @public
@@ -5579,6 +5663,16 @@ export interface Prompt {
5579
5663
  * <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
5580
5664
  */
5581
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;
5582
5676
  }
5583
5677
  /**
5584
5678
  * @public
@@ -5667,6 +5761,16 @@ export interface Queue {
5667
5761
  * <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
5668
5762
  */
5669
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;
5670
5774
  }
5671
5775
  /**
5672
5776
  * @public
@@ -5728,6 +5832,16 @@ export interface QuickConnect {
5728
5832
  * <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
5729
5833
  */
5730
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;
5731
5845
  }
5732
5846
  /**
5733
5847
  * @public
@@ -5817,6 +5931,21 @@ export interface RoutingProfile {
5817
5931
  * time</i>. </p>
5818
5932
  */
5819
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;
5820
5949
  }
5821
5950
  /**
5822
5951
  * @public
@@ -5974,6 +6103,16 @@ export interface SecurityProfile {
5974
6103
  * <p>The list of resources that a security profile applies tag restrictions to in Amazon Connect.</p>
5975
6104
  */
5976
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;
5977
6116
  }
5978
6117
  /**
5979
6118
  * @public
@@ -6091,10 +6230,12 @@ export interface TrafficDistributionGroup {
6091
6230
  * <code>DeleteTrafficDistributionGroup</code> API. The default traffic distribution group is deleted as
6092
6231
  * part of the process for deleting a replica.</p>
6093
6232
  * <note>
6094
- * <p>The <code>SignInConfig</code> distribution is available only on the default
6095
- * <code>TrafficDistributionGroup</code>. If you call <code>UpdateTrafficDistribution</code> with
6096
- * a modified <code>SignInConfig</code> and a non-default <code>TrafficDistributionGroup</code>, an
6097
- * <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>
6098
6239
  * </note>
6099
6240
  */
6100
6241
  IsDefault?: boolean;
@@ -6180,6 +6321,16 @@ export interface User {
6180
6321
  * tags.</p>
6181
6322
  */
6182
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;
6183
6334
  }
6184
6335
  /**
6185
6336
  * @public
@@ -6226,6 +6377,16 @@ export interface HierarchyGroupSummary {
6226
6377
  * <p>The name of the hierarchy group.</p>
6227
6378
  */
6228
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;
6229
6390
  }
6230
6391
  /**
6231
6392
  * @public
@@ -6293,6 +6454,16 @@ export interface HierarchyGroup {
6293
6454
  * <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
6294
6455
  */
6295
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;
6296
6467
  }
6297
6468
  /**
6298
6469
  * @public
@@ -6334,73 +6505,16 @@ export interface HierarchyLevel {
6334
6505
  * <p>The name of the hierarchy level.</p>
6335
6506
  */
6336
6507
  Name?: string;
6337
- }
6338
- /**
6339
- * @public
6340
- * <p>Contains information about a hierarchy structure.</p>
6341
- */
6342
- export interface HierarchyStructure {
6343
- /**
6344
- * @public
6345
- * <p>Information about level one.</p>
6346
- */
6347
- LevelOne?: HierarchyLevel;
6348
- /**
6349
- * @public
6350
- * <p>Information about level two.</p>
6351
- */
6352
- LevelTwo?: HierarchyLevel;
6353
- /**
6354
- * @public
6355
- * <p>Information about level three.</p>
6356
- */
6357
- LevelThree?: HierarchyLevel;
6358
- /**
6359
- * @public
6360
- * <p>Information about level four.</p>
6361
- */
6362
- LevelFour?: HierarchyLevel;
6363
- /**
6364
- * @public
6365
- * <p>Information about level five.</p>
6366
- */
6367
- LevelFive?: HierarchyLevel;
6368
- }
6369
- /**
6370
- * @public
6371
- */
6372
- export interface DescribeUserHierarchyStructureResponse {
6373
- /**
6374
- * @public
6375
- * <p>Information about the hierarchy structure.</p>
6376
- */
6377
- HierarchyStructure?: HierarchyStructure;
6378
- }
6379
- /**
6380
- * @public
6381
- */
6382
- export interface DescribeViewRequest {
6383
- /**
6384
- * @public
6385
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of
6386
- * the instance.</p>
6387
- */
6388
- InstanceId: string | undefined;
6389
6508
  /**
6390
6509
  * @public
6391
- * <p>The ViewId of the view. This must be an ARN for Amazon Web Services managed views.</p>
6510
+ * <p>The timestamp when this resource was last modified.</p>
6392
6511
  */
6393
- ViewId: string | undefined;
6394
- }
6395
- /**
6396
- * @public
6397
- */
6398
- export interface DescribeViewResponse {
6512
+ LastModifiedTime?: Date;
6399
6513
  /**
6400
6514
  * @public
6401
- * <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>
6402
6516
  */
6403
- View?: View;
6517
+ LastModifiedRegion?: string;
6404
6518
  }
6405
6519
  /**
6406
6520
  * @internal
@@ -6438,7 +6552,3 @@ export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
6438
6552
  * @internal
6439
6553
  */
6440
6554
  export declare const DescribeInstanceResponseFilterSensitiveLog: (obj: DescribeInstanceResponse) => any;
6441
- /**
6442
- * @internal
6443
- */
6444
- export declare const DescribeViewResponseFilterSensitiveLog: (obj: DescribeViewResponse) => any;