@aws-sdk/client-connect 3.914.0 → 3.916.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 (75) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +119 -14
  3. package/dist-es/Connect.js +4 -0
  4. package/dist-es/commands/AssociateEmailAddressAliasCommand.js +22 -0
  5. package/dist-es/commands/DisassociateEmailAddressAliasCommand.js +22 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/models_0.js +22 -14
  8. package/dist-es/protocols/Aws_restJson1.js +57 -0
  9. package/dist-types/Connect.d.ts +14 -0
  10. package/dist-types/ConnectClient.d.ts +4 -2
  11. package/dist-types/commands/AssociateEmailAddressAliasCommand.d.ts +193 -0
  12. package/dist-types/commands/BatchPutContactCommand.d.ts +16 -1
  13. package/dist-types/commands/DeleteContactEvaluationCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteContactFlowCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteContactFlowVersionCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteEmailAddressCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteEvaluationFormCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeContactCommand.d.ts +19 -1
  21. package/dist-types/commands/DescribeEmailAddressCommand.d.ts +5 -0
  22. package/dist-types/commands/DisassociateEmailAddressAliasCommand.d.ts +194 -0
  23. package/dist-types/commands/ImportPhoneNumberCommand.d.ts +1 -1
  24. package/dist-types/commands/ListAuthenticationProfilesCommand.d.ts +1 -1
  25. package/dist-types/commands/ListEvaluationFormVersionsCommand.d.ts +1 -1
  26. package/dist-types/commands/ListFlowAssociationsCommand.d.ts +1 -1
  27. package/dist-types/commands/ListHoursOfOperationOverridesCommand.d.ts +1 -1
  28. package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +1 -1
  29. package/dist-types/commands/ListInstanceAttributesCommand.d.ts +1 -1
  30. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +1 -1
  31. package/dist-types/commands/SearchEmailAddressesCommand.d.ts +5 -0
  32. package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
  33. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +15 -0
  34. package/dist-types/commands/StopContactCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdateAuthenticationProfileCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +1 -1
  37. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  38. package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +1 -1
  42. package/dist-types/commands/index.d.ts +2 -0
  43. package/dist-types/models/models_0.d.ts +163 -133
  44. package/dist-types/models/models_1.d.ts +165 -291
  45. package/dist-types/models/models_2.d.ts +305 -197
  46. package/dist-types/models/models_3.d.ts +205 -6
  47. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  48. package/dist-types/ts3.4/Connect.d.ts +34 -0
  49. package/dist-types/ts3.4/ConnectClient.d.ts +12 -0
  50. package/dist-types/ts3.4/commands/AssociateEmailAddressAliasCommand.d.ts +51 -0
  51. package/dist-types/ts3.4/commands/DeleteContactEvaluationCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/DeleteContactFlowVersionCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/DeleteEmailAddressCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/DeleteEvaluationFormCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/DisassociateEmailAddressAliasCommand.d.ts +51 -0
  58. package/dist-types/ts3.4/commands/ListEvaluationFormVersionsCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/ListFlowAssociationsCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/ListHoursOfOperationOverridesCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/UpdateContactEvaluationCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  70. package/dist-types/ts3.4/models/models_0.d.ts +50 -38
  71. package/dist-types/ts3.4/models/models_1.d.ts +39 -70
  72. package/dist-types/ts3.4/models/models_2.d.ts +76 -47
  73. package/dist-types/ts3.4/models/models_3.d.ts +49 -0
  74. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  75. package/package.json +13 -13
@@ -1,6 +1,126 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
3
- import { AgentAvailabilityTimer, AgentConfig, AgentContactReference, AgentQualityMetrics, AgentsCriteria, AgentStatus, AgentStatusIdentifier, AgentStatusReference, AgentStatusSummary, AgentStatusType, AnalyticsDataAssociationResult, AudioQualityMetricsInfo, Channel, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactState, CreatedByInfo, DeviceInfo, DirectoryType, Distribution, EndpointType, FileStatusType, FileUseCaseType, FlowAssociationResourceType, FlowAssociationSummary, HoursOfOperationConfig, HoursOfOperationOverrideConfig, InstanceStorageConfig, InstanceStorageResourceType, LexBot, LexV2Bot, ListFlowAssociationResourceType, MediaConcurrency, OutboundCallerConfig, OutboundEmailConfig, OverrideTimeSlice, ParticipantCapabilities, PredefinedAttributeValues, QueueReference, QuickConnectConfig, ReferenceStatus, ReferenceType, RoutingProfileQueueReference, RuleAction, RulePublishStatus, RuleTriggerEventSource, StorageType, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TaskTemplateStatus, UserIdentityInfo, UserPhoneConfig, View, VocabularyLanguageCode, VocabularyState } from "./models_0";
3
+ import { AgentAvailabilityTimer, AgentConfig, AgentContactReference, AgentQualityMetrics, AgentsCriteria, AgentStatus, AgentStatusIdentifier, AgentStatusReference, AgentStatusSummary, AgentStatusType, AliasConfiguration, AnalyticsDataAssociationResult, AudioQualityMetricsInfo, Channel, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactState, CreatedByInfo, DeviceInfo, DirectoryType, Distribution, EndpointType, FileStatusType, FileUseCaseType, FlowAssociationResourceType, HoursOfOperationConfig, HoursOfOperationOverrideConfig, InstanceStorageConfig, InstanceStorageResourceType, LexBot, LexV2Bot, MediaConcurrency, OutboundCallerConfig, OutboundEmailConfig, OverrideTimeSlice, ParticipantCapabilities, PredefinedAttributeValues, QueueReference, QuickConnectConfig, ReferenceStatus, ReferenceType, RoutingProfileQueueReference, RuleAction, RulePublishStatus, RuleTriggerEventSource, StorageType, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TaskTemplateStatus, UserIdentityInfo, UserPhoneConfig, View, VocabularyLanguageCode, VocabularyState } from "./models_0";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface DeleteContactEvaluationRequest {
8
+ /**
9
+ * <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>
10
+ * @public
11
+ */
12
+ InstanceId: string | undefined;
13
+ /**
14
+ * <p>A unique identifier for the contact evaluation.</p>
15
+ * @public
16
+ */
17
+ EvaluationId: string | undefined;
18
+ }
19
+ /**
20
+ * @public
21
+ */
22
+ export interface DeleteContactFlowRequest {
23
+ /**
24
+ * <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>
25
+ * @public
26
+ */
27
+ InstanceId: string | undefined;
28
+ /**
29
+ * <p>The identifier of the flow.</p>
30
+ * @public
31
+ */
32
+ ContactFlowId: string | undefined;
33
+ }
34
+ /**
35
+ * @public
36
+ */
37
+ export interface DeleteContactFlowResponse {
38
+ }
39
+ /**
40
+ * @public
41
+ */
42
+ export interface DeleteContactFlowModuleRequest {
43
+ /**
44
+ * <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>
45
+ * @public
46
+ */
47
+ InstanceId: string | undefined;
48
+ /**
49
+ * <p>The identifier of the flow module.</p>
50
+ * @public
51
+ */
52
+ ContactFlowModuleId: string | undefined;
53
+ }
54
+ /**
55
+ * @public
56
+ */
57
+ export interface DeleteContactFlowModuleResponse {
58
+ }
59
+ /**
60
+ * @public
61
+ */
62
+ export interface DeleteContactFlowVersionRequest {
63
+ /**
64
+ * <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>
65
+ * @public
66
+ */
67
+ InstanceId: string | undefined;
68
+ /**
69
+ * <p>The identifier of the flow.</p>
70
+ * @public
71
+ */
72
+ ContactFlowId: string | undefined;
73
+ /**
74
+ * <p>The identifier of the flow version.</p>
75
+ * @public
76
+ */
77
+ ContactFlowVersion: number | undefined;
78
+ }
79
+ /**
80
+ * @public
81
+ */
82
+ export interface DeleteContactFlowVersionResponse {
83
+ }
84
+ /**
85
+ * @public
86
+ */
87
+ export interface DeleteEmailAddressRequest {
88
+ /**
89
+ * <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>
90
+ * @public
91
+ */
92
+ InstanceId: string | undefined;
93
+ /**
94
+ * <p>The identifier of the email address.</p>
95
+ * @public
96
+ */
97
+ EmailAddressId: string | undefined;
98
+ }
99
+ /**
100
+ * @public
101
+ */
102
+ export interface DeleteEmailAddressResponse {
103
+ }
104
+ /**
105
+ * @public
106
+ */
107
+ export interface DeleteEvaluationFormRequest {
108
+ /**
109
+ * <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>
110
+ * @public
111
+ */
112
+ InstanceId: string | undefined;
113
+ /**
114
+ * <p>The unique identifier for the evaluation form.</p>
115
+ * @public
116
+ */
117
+ EvaluationFormId: string | undefined;
118
+ /**
119
+ * <p>The unique identifier for the evaluation form.</p>
120
+ * @public
121
+ */
122
+ EvaluationFormVersion?: number | undefined;
123
+ }
4
124
  /**
5
125
  * @public
6
126
  */
@@ -413,7 +533,7 @@ export interface DescribeAuthenticationProfileRequest {
413
533
  }
414
534
  /**
415
535
  * <p>This API is in preview release for Amazon Connect and is subject to change. To
416
- * request access to this API, contact Amazon Web Services Support.</p>
536
+ * request access to this API, contact Amazon Web ServicesSupport.</p>
417
537
  * <p>Information about an authentication profile. An authentication profile is a resource that
418
538
  * stores the authentication settings for users in your contact center. You use authentication
419
539
  * profiles to set up IP address range restrictions and session timeouts. For more information, see
@@ -1588,6 +1708,13 @@ export interface DescribeEmailAddressResponse {
1588
1708
  * @public
1589
1709
  */
1590
1710
  ModifiedTimestamp?: string | undefined;
1711
+ /**
1712
+ * <p>A list of alias configurations associated with this email address. Contains details about
1713
+ * email addresses that forward to this primary email address. The list can contain at most one
1714
+ * alias configuration per email address.</p>
1715
+ * @public
1716
+ */
1717
+ AliasConfigurations?: AliasConfiguration[] | undefined;
1591
1718
  /**
1592
1719
  * <p>The tags used to organize, track, or control access for this resource. For example, \{ "Tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
1593
1720
  * @public
@@ -3735,6 +3862,41 @@ export interface DisassociateBotRequest {
3735
3862
  */
3736
3863
  ClientToken?: string | undefined;
3737
3864
  }
3865
+ /**
3866
+ * @public
3867
+ */
3868
+ export interface DisassociateEmailAddressAliasRequest {
3869
+ /**
3870
+ * <p>The identifier of the email address.</p>
3871
+ * @public
3872
+ */
3873
+ EmailAddressId: string | undefined;
3874
+ /**
3875
+ * <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>
3876
+ * @public
3877
+ */
3878
+ InstanceId: string | undefined;
3879
+ /**
3880
+ * <p>Configuration object that specifies which alias relationship to remove. The alias
3881
+ * association must currently exist between the primary email address and the specified alias email
3882
+ * address.</p>
3883
+ * @public
3884
+ */
3885
+ AliasConfiguration: AliasConfiguration | undefined;
3886
+ /**
3887
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
3888
+ * request. If not provided, the Amazon Web Services
3889
+ * SDK populates this field. For more information about idempotency, see
3890
+ * <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
3891
+ * @public
3892
+ */
3893
+ ClientToken?: string | undefined;
3894
+ }
3895
+ /**
3896
+ * @public
3897
+ */
3898
+ export interface DisassociateEmailAddressAliasResponse {
3899
+ }
3738
3900
  /**
3739
3901
  * @public
3740
3902
  */
@@ -8072,7 +8234,7 @@ export interface ListAuthenticationProfilesRequest {
8072
8234
  }
8073
8235
  /**
8074
8236
  * <p>This API is in preview release for Amazon Connect and is subject to change. To
8075
- * request access to this API, contact Amazon Web Services Support.</p>
8237
+ * request access to this API, contact Amazon Web ServicesSupport.</p>
8076
8238
  * <p>A summary of a given authentication profile.</p>
8077
8239
  * @public
8078
8240
  */
@@ -8982,294 +9144,6 @@ export interface ListEvaluationFormsResponse {
8982
9144
  */
8983
9145
  NextToken?: string | undefined;
8984
9146
  }
8985
- /**
8986
- * @public
8987
- */
8988
- export interface ListEvaluationFormVersionsRequest {
8989
- /**
8990
- * <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>
8991
- * @public
8992
- */
8993
- InstanceId: string | undefined;
8994
- /**
8995
- * <p>The unique identifier for the evaluation form.</p>
8996
- * @public
8997
- */
8998
- EvaluationFormId: string | undefined;
8999
- /**
9000
- * <p>The maximum number of results to return per page.</p>
9001
- * @public
9002
- */
9003
- MaxResults?: number | undefined;
9004
- /**
9005
- * <p>The token for the next set of results. Use the value returned in the previous
9006
- * response in the next request to retrieve the next set of results.</p>
9007
- * @public
9008
- */
9009
- NextToken?: string | undefined;
9010
- }
9011
- /**
9012
- * <p>Summary information about an evaluation form.</p>
9013
- * @public
9014
- */
9015
- export interface EvaluationFormVersionSummary {
9016
- /**
9017
- * <p>The Amazon Resource Name (ARN) for the evaluation form resource.</p>
9018
- * @public
9019
- */
9020
- EvaluationFormArn: string | undefined;
9021
- /**
9022
- * <p>The unique identifier for the evaluation form.</p>
9023
- * @public
9024
- */
9025
- EvaluationFormId: string | undefined;
9026
- /**
9027
- * <p>A version of the evaluation form.</p>
9028
- * @public
9029
- */
9030
- EvaluationFormVersion: number | undefined;
9031
- /**
9032
- * <p>The flag indicating whether the evaluation form is locked for changes.</p>
9033
- * @public
9034
- */
9035
- Locked: boolean | undefined;
9036
- /**
9037
- * <p>The status of the evaluation form.</p>
9038
- * @public
9039
- */
9040
- Status: EvaluationFormVersionStatus | undefined;
9041
- /**
9042
- * <p>The timestamp for when the evaluation form was created.</p>
9043
- * @public
9044
- */
9045
- CreatedTime: Date | undefined;
9046
- /**
9047
- * <p>The Amazon Resource Name (ARN) of the user who created the evaluation form.</p>
9048
- * @public
9049
- */
9050
- CreatedBy: string | undefined;
9051
- /**
9052
- * <p>The timestamp for when the evaluation form was last updated.</p>
9053
- * @public
9054
- */
9055
- LastModifiedTime: Date | undefined;
9056
- /**
9057
- * <p>The Amazon Resource Name (ARN) of the user who last updated the evaluation form.</p>
9058
- * @public
9059
- */
9060
- LastModifiedBy: string | undefined;
9061
- }
9062
- /**
9063
- * @public
9064
- */
9065
- export interface ListEvaluationFormVersionsResponse {
9066
- /**
9067
- * <p>Provides details about a list of evaluation forms belonging to an instance.</p>
9068
- * @public
9069
- */
9070
- EvaluationFormVersionSummaryList: EvaluationFormVersionSummary[] | undefined;
9071
- /**
9072
- * <p>If there are additional results, this is the token for the next set of results.</p>
9073
- * @public
9074
- */
9075
- NextToken?: string | undefined;
9076
- }
9077
- /**
9078
- * @public
9079
- */
9080
- export interface ListFlowAssociationsRequest {
9081
- /**
9082
- * <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>
9083
- * @public
9084
- */
9085
- InstanceId: string | undefined;
9086
- /**
9087
- * <p>A valid resource type.</p>
9088
- * @public
9089
- */
9090
- ResourceType?: ListFlowAssociationResourceType | undefined;
9091
- /**
9092
- * <p>The token for the next set of results. Use the value returned in the previous
9093
- * response in the next request to retrieve the next set of results.</p>
9094
- * @public
9095
- */
9096
- NextToken?: string | undefined;
9097
- /**
9098
- * <p>The maximum number of results to return per page.</p>
9099
- * @public
9100
- */
9101
- MaxResults?: number | undefined;
9102
- }
9103
- /**
9104
- * @public
9105
- */
9106
- export interface ListFlowAssociationsResponse {
9107
- /**
9108
- * <p>Summary of flow associations.</p>
9109
- * @public
9110
- */
9111
- FlowAssociationSummaryList?: FlowAssociationSummary[] | undefined;
9112
- /**
9113
- * <p>If there are additional results, this is the token for the next set of results.</p>
9114
- * @public
9115
- */
9116
- NextToken?: string | undefined;
9117
- }
9118
- /**
9119
- * @public
9120
- */
9121
- export interface ListHoursOfOperationOverridesRequest {
9122
- /**
9123
- * <p>The identifier of the Amazon Connect instance.</p>
9124
- * @public
9125
- */
9126
- InstanceId: string | undefined;
9127
- /**
9128
- * <p>The identifier for the hours of operation.</p>
9129
- * @public
9130
- */
9131
- HoursOfOperationId: string | undefined;
9132
- /**
9133
- * <p>The token for the next set of results. Use the value returned in the previous response in
9134
- * the next request to retrieve the next set of results.</p>
9135
- * @public
9136
- */
9137
- NextToken?: string | undefined;
9138
- /**
9139
- * <p>The maximum number of results to return per page.</p>
9140
- * @public
9141
- */
9142
- MaxResults?: number | undefined;
9143
- }
9144
- /**
9145
- * @public
9146
- */
9147
- export interface ListHoursOfOperationOverridesResponse {
9148
- /**
9149
- * <p>The token for the next set of results. Use the value returned in the previous response in
9150
- * the next request to retrieve the next set of results.</p>
9151
- * @public
9152
- */
9153
- NextToken?: string | undefined;
9154
- /**
9155
- * <p>Information about the hours of operation override.</p>
9156
- * @public
9157
- */
9158
- HoursOfOperationOverrideList?: HoursOfOperationOverride[] | undefined;
9159
- /**
9160
- * <p>The Amazon Web Services Region where this resource was last modified.</p>
9161
- * @public
9162
- */
9163
- LastModifiedRegion?: string | undefined;
9164
- /**
9165
- * <p>The timestamp when this resource was last modified.</p>
9166
- * @public
9167
- */
9168
- LastModifiedTime?: Date | undefined;
9169
- }
9170
- /**
9171
- * @public
9172
- */
9173
- export interface ListHoursOfOperationsRequest {
9174
- /**
9175
- * <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>
9176
- * @public
9177
- */
9178
- InstanceId: string | undefined;
9179
- /**
9180
- * <p>The token for the next set of results. Use the value returned in the previous
9181
- * response in the next request to retrieve the next set of results.</p>
9182
- * @public
9183
- */
9184
- NextToken?: string | undefined;
9185
- /**
9186
- * <p>The maximum number of results to return per page. The default MaxResult size is 100.</p>
9187
- * @public
9188
- */
9189
- MaxResults?: number | undefined;
9190
- }
9191
- /**
9192
- * <p>Contains summary information about hours of operation for a contact center.</p>
9193
- * @public
9194
- */
9195
- export interface HoursOfOperationSummary {
9196
- /**
9197
- * <p>The identifier of the hours of operation.</p>
9198
- * @public
9199
- */
9200
- Id?: string | undefined;
9201
- /**
9202
- * <p>The Amazon Resource Name (ARN) of the hours of operation.</p>
9203
- * @public
9204
- */
9205
- Arn?: string | undefined;
9206
- /**
9207
- * <p>The name of the hours of operation.</p>
9208
- * @public
9209
- */
9210
- Name?: string | undefined;
9211
- /**
9212
- * <p>The timestamp when this resource was last modified.</p>
9213
- * @public
9214
- */
9215
- LastModifiedTime?: Date | undefined;
9216
- /**
9217
- * <p>The Amazon Web Services Region where this resource was last modified.</p>
9218
- * @public
9219
- */
9220
- LastModifiedRegion?: string | undefined;
9221
- }
9222
- /**
9223
- * @public
9224
- */
9225
- export interface ListHoursOfOperationsResponse {
9226
- /**
9227
- * <p>Information about the hours of operation.</p>
9228
- * @public
9229
- */
9230
- HoursOfOperationSummaryList?: HoursOfOperationSummary[] | undefined;
9231
- /**
9232
- * <p>If there are additional results, this is the token for the next set of results.</p>
9233
- * @public
9234
- */
9235
- NextToken?: string | undefined;
9236
- }
9237
- /**
9238
- * @public
9239
- */
9240
- export interface ListInstanceAttributesRequest {
9241
- /**
9242
- * <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>
9243
- * @public
9244
- */
9245
- InstanceId: string | undefined;
9246
- /**
9247
- * <p>The token for the next set of results. Use the value returned in the previous
9248
- * response in the next request to retrieve the next set of results.</p>
9249
- * @public
9250
- */
9251
- NextToken?: string | undefined;
9252
- /**
9253
- * <p>The maximum number of results to return per page.</p>
9254
- * @public
9255
- */
9256
- MaxResults?: number | undefined;
9257
- }
9258
- /**
9259
- * @public
9260
- */
9261
- export interface ListInstanceAttributesResponse {
9262
- /**
9263
- * <p>The attribute types.</p>
9264
- * @public
9265
- */
9266
- Attributes?: Attribute[] | undefined;
9267
- /**
9268
- * <p>If there are additional results, this is the token for the next set of results.</p>
9269
- * @public
9270
- */
9271
- NextToken?: string | undefined;
9272
- }
9273
9147
  /**
9274
9148
  * @internal
9275
9149
  */