@aws-sdk/client-connect 3.703.0 → 3.711.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 (120) hide show
  1. package/README.md +74 -2
  2. package/dist-cjs/index.js +583 -109
  3. package/dist-es/Connect.js +18 -0
  4. package/dist-es/commands/CreateContactCommand.js +1 -1
  5. package/dist-es/commands/CreateHoursOfOperationOverrideCommand.js +22 -0
  6. package/dist-es/commands/CreatePushNotificationRegistrationCommand.js +22 -0
  7. package/dist-es/commands/DeleteHoursOfOperationOverrideCommand.js +22 -0
  8. package/dist-es/commands/DeletePushNotificationRegistrationCommand.js +22 -0
  9. package/dist-es/commands/DescribeHoursOfOperationOverrideCommand.js +22 -0
  10. package/dist-es/commands/GetEffectiveHoursOfOperationsCommand.js +22 -0
  11. package/dist-es/commands/ListHoursOfOperationOverridesCommand.js +22 -0
  12. package/dist-es/commands/SearchHoursOfOperationOverridesCommand.js +22 -0
  13. package/dist-es/commands/UpdateHoursOfOperationOverrideCommand.js +22 -0
  14. package/dist-es/commands/UpdateUserIdentityInfoCommand.js +1 -1
  15. package/dist-es/commands/UpdateViewContentCommand.js +1 -1
  16. package/dist-es/commands/UpdateViewMetadataCommand.js +1 -1
  17. package/dist-es/commands/index.js +9 -0
  18. package/dist-es/models/models_0.js +14 -0
  19. package/dist-es/models/models_1.js +0 -33
  20. package/dist-es/models/models_2.js +53 -45
  21. package/dist-es/models/models_3.js +32 -0
  22. package/dist-es/pagination/ListHoursOfOperationOverridesPaginator.js +4 -0
  23. package/dist-es/pagination/SearchHoursOfOperationOverridesPaginator.js +4 -0
  24. package/dist-es/pagination/index.js +2 -0
  25. package/dist-es/protocols/Aws_restJson1.js +280 -1
  26. package/dist-types/Connect.d.ts +65 -2
  27. package/dist-types/ConnectClient.d.ts +13 -4
  28. package/dist-types/commands/CreateContactCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateEvaluationFormCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateHoursOfOperationOverrideCommand.d.ts +111 -0
  31. package/dist-types/commands/CreatePushNotificationRegistrationCommand.d.ts +101 -0
  32. package/dist-types/commands/CreateQueueCommand.d.ts +1 -2
  33. package/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +87 -0
  34. package/dist-types/commands/DeletePushNotificationRegistrationCommand.d.ts +86 -0
  35. package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteUseCaseCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteViewCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteViewVersionCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteVocabularyCommand.d.ts +1 -2
  43. package/dist-types/commands/DescribeHoursOfOperationOverrideCommand.d.ts +109 -0
  44. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +1 -2
  45. package/dist-types/commands/GetEffectiveHoursOfOperationsCommand.d.ts +106 -0
  46. package/dist-types/commands/ImportPhoneNumberCommand.d.ts +2 -3
  47. package/dist-types/commands/ListHoursOfOperationOverridesCommand.d.ts +115 -0
  48. package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +1 -2
  49. package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +4 -0
  50. package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +168 -0
  51. package/dist-types/commands/SendChatIntegrationEventCommand.d.ts +2 -2
  52. package/dist-types/commands/StartOutboundChatContactCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateHoursOfOperationOverrideCommand.d.ts +109 -0
  54. package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateUserProficienciesCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateViewContentCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateViewMetadataCommand.d.ts +1 -1
  67. package/dist-types/commands/index.d.ts +9 -0
  68. package/dist-types/index.d.ts +2 -2
  69. package/dist-types/models/models_0.d.ts +250 -154
  70. package/dist-types/models/models_1.d.ts +384 -496
  71. package/dist-types/models/models_2.d.ts +3508 -3653
  72. package/dist-types/models/models_3.d.ts +791 -7
  73. package/dist-types/pagination/ListHoursOfOperationOverridesPaginator.d.ts +7 -0
  74. package/dist-types/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +7 -0
  75. package/dist-types/pagination/index.d.ts +2 -0
  76. package/dist-types/protocols/Aws_restJson1.d.ts +81 -0
  77. package/dist-types/ts3.4/Connect.d.ts +165 -0
  78. package/dist-types/ts3.4/ConnectClient.d.ts +54 -0
  79. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/CreateEvaluationFormCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/CreateHoursOfOperationOverrideCommand.d.ts +51 -0
  82. package/dist-types/ts3.4/commands/CreatePushNotificationRegistrationCommand.d.ts +51 -0
  83. package/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +47 -0
  84. package/dist-types/ts3.4/commands/DeletePushNotificationRegistrationCommand.d.ts +51 -0
  85. package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +4 -2
  93. package/dist-types/ts3.4/commands/DescribeHoursOfOperationOverrideCommand.d.ts +51 -0
  94. package/dist-types/ts3.4/commands/GetEffectiveHoursOfOperationsCommand.d.ts +51 -0
  95. package/dist-types/ts3.4/commands/ListHoursOfOperationOverridesCommand.d.ts +51 -0
  96. package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +4 -2
  97. package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +49 -0
  98. package/dist-types/ts3.4/commands/UpdateHoursOfOperationOverrideCommand.d.ts +47 -0
  99. package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +2 -4
  100. package/dist-types/ts3.4/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  112. package/dist-types/ts3.4/models/models_0.d.ts +64 -37
  113. package/dist-types/ts3.4/models/models_1.d.ts +87 -142
  114. package/dist-types/ts3.4/models/models_2.d.ts +185 -212
  115. package/dist-types/ts3.4/models/models_3.d.ts +218 -5
  116. package/dist-types/ts3.4/pagination/ListHoursOfOperationOverridesPaginator.d.ts +11 -0
  117. package/dist-types/ts3.4/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +11 -0
  118. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  119. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +108 -0
  120. package/package.json +35 -35
@@ -29,12 +29,14 @@ import { CreateContactFlowVersionCommand, } from "./commands/CreateContactFlowVe
29
29
  import { CreateEmailAddressCommand, } from "./commands/CreateEmailAddressCommand";
30
30
  import { CreateEvaluationFormCommand, } from "./commands/CreateEvaluationFormCommand";
31
31
  import { CreateHoursOfOperationCommand, } from "./commands/CreateHoursOfOperationCommand";
32
+ import { CreateHoursOfOperationOverrideCommand, } from "./commands/CreateHoursOfOperationOverrideCommand";
32
33
  import { CreateInstanceCommand, } from "./commands/CreateInstanceCommand";
33
34
  import { CreateIntegrationAssociationCommand, } from "./commands/CreateIntegrationAssociationCommand";
34
35
  import { CreateParticipantCommand, } from "./commands/CreateParticipantCommand";
35
36
  import { CreatePersistentContactAssociationCommand, } from "./commands/CreatePersistentContactAssociationCommand";
36
37
  import { CreatePredefinedAttributeCommand, } from "./commands/CreatePredefinedAttributeCommand";
37
38
  import { CreatePromptCommand, } from "./commands/CreatePromptCommand";
39
+ import { CreatePushNotificationRegistrationCommand, } from "./commands/CreatePushNotificationRegistrationCommand";
38
40
  import { CreateQueueCommand } from "./commands/CreateQueueCommand";
39
41
  import { CreateQuickConnectCommand, } from "./commands/CreateQuickConnectCommand";
40
42
  import { CreateRoutingProfileCommand, } from "./commands/CreateRoutingProfileCommand";
@@ -56,10 +58,12 @@ import { DeleteContactFlowModuleCommand, } from "./commands/DeleteContactFlowMod
56
58
  import { DeleteEmailAddressCommand, } from "./commands/DeleteEmailAddressCommand";
57
59
  import { DeleteEvaluationFormCommand, } from "./commands/DeleteEvaluationFormCommand";
58
60
  import { DeleteHoursOfOperationCommand, } from "./commands/DeleteHoursOfOperationCommand";
61
+ import { DeleteHoursOfOperationOverrideCommand, } from "./commands/DeleteHoursOfOperationOverrideCommand";
59
62
  import { DeleteInstanceCommand, } from "./commands/DeleteInstanceCommand";
60
63
  import { DeleteIntegrationAssociationCommand, } from "./commands/DeleteIntegrationAssociationCommand";
61
64
  import { DeletePredefinedAttributeCommand, } from "./commands/DeletePredefinedAttributeCommand";
62
65
  import { DeletePromptCommand, } from "./commands/DeletePromptCommand";
66
+ import { DeletePushNotificationRegistrationCommand, } from "./commands/DeletePushNotificationRegistrationCommand";
63
67
  import { DeleteQueueCommand } from "./commands/DeleteQueueCommand";
64
68
  import { DeleteQuickConnectCommand, } from "./commands/DeleteQuickConnectCommand";
65
69
  import { DeleteRoutingProfileCommand, } from "./commands/DeleteRoutingProfileCommand";
@@ -82,6 +86,7 @@ import { DescribeContactFlowModuleCommand, } from "./commands/DescribeContactFlo
82
86
  import { DescribeEmailAddressCommand, } from "./commands/DescribeEmailAddressCommand";
83
87
  import { DescribeEvaluationFormCommand, } from "./commands/DescribeEvaluationFormCommand";
84
88
  import { DescribeHoursOfOperationCommand, } from "./commands/DescribeHoursOfOperationCommand";
89
+ import { DescribeHoursOfOperationOverrideCommand, } from "./commands/DescribeHoursOfOperationOverrideCommand";
85
90
  import { DescribeInstanceAttributeCommand, } from "./commands/DescribeInstanceAttributeCommand";
86
91
  import { DescribeInstanceCommand, } from "./commands/DescribeInstanceCommand";
87
92
  import { DescribeInstanceStorageConfigCommand, } from "./commands/DescribeInstanceStorageConfigCommand";
@@ -117,6 +122,7 @@ import { GetAttachedFileCommand, } from "./commands/GetAttachedFileCommand";
117
122
  import { GetContactAttributesCommand, } from "./commands/GetContactAttributesCommand";
118
123
  import { GetCurrentMetricDataCommand, } from "./commands/GetCurrentMetricDataCommand";
119
124
  import { GetCurrentUserDataCommand, } from "./commands/GetCurrentUserDataCommand";
125
+ import { GetEffectiveHoursOfOperationsCommand, } from "./commands/GetEffectiveHoursOfOperationsCommand";
120
126
  import { GetFederationTokenCommand, } from "./commands/GetFederationTokenCommand";
121
127
  import { GetFlowAssociationCommand, } from "./commands/GetFlowAssociationCommand";
122
128
  import { GetMetricDataCommand, } from "./commands/GetMetricDataCommand";
@@ -140,6 +146,7 @@ import { ListDefaultVocabulariesCommand, } from "./commands/ListDefaultVocabular
140
146
  import { ListEvaluationFormsCommand, } from "./commands/ListEvaluationFormsCommand";
141
147
  import { ListEvaluationFormVersionsCommand, } from "./commands/ListEvaluationFormVersionsCommand";
142
148
  import { ListFlowAssociationsCommand, } from "./commands/ListFlowAssociationsCommand";
149
+ import { ListHoursOfOperationOverridesCommand, } from "./commands/ListHoursOfOperationOverridesCommand";
143
150
  import { ListHoursOfOperationsCommand, } from "./commands/ListHoursOfOperationsCommand";
144
151
  import { ListInstanceAttributesCommand, } from "./commands/ListInstanceAttributesCommand";
145
152
  import { ListInstancesCommand, } from "./commands/ListInstancesCommand";
@@ -185,6 +192,7 @@ import { SearchContactFlowModulesCommand, } from "./commands/SearchContactFlowMo
185
192
  import { SearchContactFlowsCommand, } from "./commands/SearchContactFlowsCommand";
186
193
  import { SearchContactsCommand, } from "./commands/SearchContactsCommand";
187
194
  import { SearchEmailAddressesCommand, } from "./commands/SearchEmailAddressesCommand";
195
+ import { SearchHoursOfOperationOverridesCommand, } from "./commands/SearchHoursOfOperationOverridesCommand";
188
196
  import { SearchHoursOfOperationsCommand, } from "./commands/SearchHoursOfOperationsCommand";
189
197
  import { SearchPredefinedAttributesCommand, } from "./commands/SearchPredefinedAttributesCommand";
190
198
  import { SearchPromptsCommand, } from "./commands/SearchPromptsCommand";
@@ -235,6 +243,7 @@ import { UpdateContactScheduleCommand, } from "./commands/UpdateContactScheduleC
235
243
  import { UpdateEmailAddressMetadataCommand, } from "./commands/UpdateEmailAddressMetadataCommand";
236
244
  import { UpdateEvaluationFormCommand, } from "./commands/UpdateEvaluationFormCommand";
237
245
  import { UpdateHoursOfOperationCommand, } from "./commands/UpdateHoursOfOperationCommand";
246
+ import { UpdateHoursOfOperationOverrideCommand, } from "./commands/UpdateHoursOfOperationOverrideCommand";
238
247
  import { UpdateInstanceAttributeCommand, } from "./commands/UpdateInstanceAttributeCommand";
239
248
  import { UpdateInstanceStorageConfigCommand, } from "./commands/UpdateInstanceStorageConfigCommand";
240
249
  import { UpdateParticipantRoleConfigCommand, } from "./commands/UpdateParticipantRoleConfigCommand";
@@ -301,12 +310,14 @@ const commands = {
301
310
  CreateEmailAddressCommand,
302
311
  CreateEvaluationFormCommand,
303
312
  CreateHoursOfOperationCommand,
313
+ CreateHoursOfOperationOverrideCommand,
304
314
  CreateInstanceCommand,
305
315
  CreateIntegrationAssociationCommand,
306
316
  CreateParticipantCommand,
307
317
  CreatePersistentContactAssociationCommand,
308
318
  CreatePredefinedAttributeCommand,
309
319
  CreatePromptCommand,
320
+ CreatePushNotificationRegistrationCommand,
310
321
  CreateQueueCommand,
311
322
  CreateQuickConnectCommand,
312
323
  CreateRoutingProfileCommand,
@@ -328,10 +339,12 @@ const commands = {
328
339
  DeleteEmailAddressCommand,
329
340
  DeleteEvaluationFormCommand,
330
341
  DeleteHoursOfOperationCommand,
342
+ DeleteHoursOfOperationOverrideCommand,
331
343
  DeleteInstanceCommand,
332
344
  DeleteIntegrationAssociationCommand,
333
345
  DeletePredefinedAttributeCommand,
334
346
  DeletePromptCommand,
347
+ DeletePushNotificationRegistrationCommand,
335
348
  DeleteQueueCommand,
336
349
  DeleteQuickConnectCommand,
337
350
  DeleteRoutingProfileCommand,
@@ -354,6 +367,7 @@ const commands = {
354
367
  DescribeEmailAddressCommand,
355
368
  DescribeEvaluationFormCommand,
356
369
  DescribeHoursOfOperationCommand,
370
+ DescribeHoursOfOperationOverrideCommand,
357
371
  DescribeInstanceCommand,
358
372
  DescribeInstanceAttributeCommand,
359
373
  DescribeInstanceStorageConfigCommand,
@@ -389,6 +403,7 @@ const commands = {
389
403
  GetContactAttributesCommand,
390
404
  GetCurrentMetricDataCommand,
391
405
  GetCurrentUserDataCommand,
406
+ GetEffectiveHoursOfOperationsCommand,
392
407
  GetFederationTokenCommand,
393
408
  GetFlowAssociationCommand,
394
409
  GetMetricDataCommand,
@@ -412,6 +427,7 @@ const commands = {
412
427
  ListEvaluationFormsCommand,
413
428
  ListEvaluationFormVersionsCommand,
414
429
  ListFlowAssociationsCommand,
430
+ ListHoursOfOperationOverridesCommand,
415
431
  ListHoursOfOperationsCommand,
416
432
  ListInstanceAttributesCommand,
417
433
  ListInstancesCommand,
@@ -457,6 +473,7 @@ const commands = {
457
473
  SearchContactFlowsCommand,
458
474
  SearchContactsCommand,
459
475
  SearchEmailAddressesCommand,
476
+ SearchHoursOfOperationOverridesCommand,
460
477
  SearchHoursOfOperationsCommand,
461
478
  SearchPredefinedAttributesCommand,
462
479
  SearchPromptsCommand,
@@ -507,6 +524,7 @@ const commands = {
507
524
  UpdateEmailAddressMetadataCommand,
508
525
  UpdateEvaluationFormCommand,
509
526
  UpdateHoursOfOperationCommand,
527
+ UpdateHoursOfOperationOverrideCommand,
510
528
  UpdateInstanceAttributeCommand,
511
529
  UpdateInstanceStorageConfigCommand,
512
530
  UpdateParticipantRoleConfigCommand,
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateContactRequestFilterSensitiveLog } from "../models/models_2";
5
+ import { CreateContactRequestFilterSensitiveLog } from "../models/models_3";
6
6
  import { de_CreateContactCommand, se_CreateContactCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class CreateContactCommand extends $Command
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_CreateHoursOfOperationOverrideCommand, se_CreateHoursOfOperationOverrideCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class CreateHoursOfOperationOverrideCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonConnectService", "CreateHoursOfOperationOverride", {})
17
+ .n("ConnectClient", "CreateHoursOfOperationOverrideCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_CreateHoursOfOperationOverrideCommand)
20
+ .de(de_CreateHoursOfOperationOverrideCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_CreatePushNotificationRegistrationCommand, se_CreatePushNotificationRegistrationCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class CreatePushNotificationRegistrationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonConnectService", "CreatePushNotificationRegistration", {})
17
+ .n("ConnectClient", "CreatePushNotificationRegistrationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_CreatePushNotificationRegistrationCommand)
20
+ .de(de_CreatePushNotificationRegistrationCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteHoursOfOperationOverrideCommand, se_DeleteHoursOfOperationOverrideCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DeleteHoursOfOperationOverrideCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonConnectService", "DeleteHoursOfOperationOverride", {})
17
+ .n("ConnectClient", "DeleteHoursOfOperationOverrideCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DeleteHoursOfOperationOverrideCommand)
20
+ .de(de_DeleteHoursOfOperationOverrideCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeletePushNotificationRegistrationCommand, se_DeletePushNotificationRegistrationCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DeletePushNotificationRegistrationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonConnectService", "DeletePushNotificationRegistration", {})
17
+ .n("ConnectClient", "DeletePushNotificationRegistrationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DeletePushNotificationRegistrationCommand)
20
+ .de(de_DeletePushNotificationRegistrationCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DescribeHoursOfOperationOverrideCommand, se_DescribeHoursOfOperationOverrideCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DescribeHoursOfOperationOverrideCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonConnectService", "DescribeHoursOfOperationOverride", {})
17
+ .n("ConnectClient", "DescribeHoursOfOperationOverrideCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DescribeHoursOfOperationOverrideCommand)
20
+ .de(de_DescribeHoursOfOperationOverrideCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_GetEffectiveHoursOfOperationsCommand, se_GetEffectiveHoursOfOperationsCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class GetEffectiveHoursOfOperationsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonConnectService", "GetEffectiveHoursOfOperations", {})
17
+ .n("ConnectClient", "GetEffectiveHoursOfOperationsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_GetEffectiveHoursOfOperationsCommand)
20
+ .de(de_GetEffectiveHoursOfOperationsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListHoursOfOperationOverridesCommand, se_ListHoursOfOperationOverridesCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ListHoursOfOperationOverridesCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonConnectService", "ListHoursOfOperationOverrides", {})
17
+ .n("ConnectClient", "ListHoursOfOperationOverridesCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ListHoursOfOperationOverridesCommand)
20
+ .de(de_ListHoursOfOperationOverridesCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_SearchHoursOfOperationOverridesCommand, se_SearchHoursOfOperationOverridesCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class SearchHoursOfOperationOverridesCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonConnectService", "SearchHoursOfOperationOverrides", {})
17
+ .n("ConnectClient", "SearchHoursOfOperationOverridesCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_SearchHoursOfOperationOverridesCommand)
20
+ .de(de_SearchHoursOfOperationOverridesCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UpdateHoursOfOperationOverrideCommand, se_UpdateHoursOfOperationOverrideCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class UpdateHoursOfOperationOverrideCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonConnectService", "UpdateHoursOfOperationOverride", {})
17
+ .n("ConnectClient", "UpdateHoursOfOperationOverrideCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UpdateHoursOfOperationOverrideCommand)
20
+ .de(de_UpdateHoursOfOperationOverrideCommand)
21
+ .build() {
22
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateUserIdentityInfoRequestFilterSensitiveLog } from "../models/models_2";
5
+ import { UpdateUserIdentityInfoRequestFilterSensitiveLog } from "../models/models_3";
6
6
  import { de_UpdateUserIdentityInfoCommand, se_UpdateUserIdentityInfoCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class UpdateUserIdentityInfoCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateViewContentRequestFilterSensitiveLog, UpdateViewContentResponseFilterSensitiveLog, } from "../models/models_2";
5
+ import { UpdateViewContentRequestFilterSensitiveLog, UpdateViewContentResponseFilterSensitiveLog, } from "../models/models_3";
6
6
  import { de_UpdateViewContentCommand, se_UpdateViewContentCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class UpdateViewContentCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateViewMetadataRequestFilterSensitiveLog, } from "../models/models_2";
5
+ import { UpdateViewMetadataRequestFilterSensitiveLog, } from "../models/models_3";
6
6
  import { de_UpdateViewMetadataCommand, se_UpdateViewMetadataCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class UpdateViewMetadataCommand extends $Command
@@ -28,12 +28,14 @@ export * from "./CreateContactFlowVersionCommand";
28
28
  export * from "./CreateEmailAddressCommand";
29
29
  export * from "./CreateEvaluationFormCommand";
30
30
  export * from "./CreateHoursOfOperationCommand";
31
+ export * from "./CreateHoursOfOperationOverrideCommand";
31
32
  export * from "./CreateInstanceCommand";
32
33
  export * from "./CreateIntegrationAssociationCommand";
33
34
  export * from "./CreateParticipantCommand";
34
35
  export * from "./CreatePersistentContactAssociationCommand";
35
36
  export * from "./CreatePredefinedAttributeCommand";
36
37
  export * from "./CreatePromptCommand";
38
+ export * from "./CreatePushNotificationRegistrationCommand";
37
39
  export * from "./CreateQueueCommand";
38
40
  export * from "./CreateQuickConnectCommand";
39
41
  export * from "./CreateRoutingProfileCommand";
@@ -55,10 +57,12 @@ export * from "./DeleteContactFlowModuleCommand";
55
57
  export * from "./DeleteEmailAddressCommand";
56
58
  export * from "./DeleteEvaluationFormCommand";
57
59
  export * from "./DeleteHoursOfOperationCommand";
60
+ export * from "./DeleteHoursOfOperationOverrideCommand";
58
61
  export * from "./DeleteInstanceCommand";
59
62
  export * from "./DeleteIntegrationAssociationCommand";
60
63
  export * from "./DeletePredefinedAttributeCommand";
61
64
  export * from "./DeletePromptCommand";
65
+ export * from "./DeletePushNotificationRegistrationCommand";
62
66
  export * from "./DeleteQueueCommand";
63
67
  export * from "./DeleteQuickConnectCommand";
64
68
  export * from "./DeleteRoutingProfileCommand";
@@ -81,6 +85,7 @@ export * from "./DescribeContactFlowModuleCommand";
81
85
  export * from "./DescribeEmailAddressCommand";
82
86
  export * from "./DescribeEvaluationFormCommand";
83
87
  export * from "./DescribeHoursOfOperationCommand";
88
+ export * from "./DescribeHoursOfOperationOverrideCommand";
84
89
  export * from "./DescribeInstanceAttributeCommand";
85
90
  export * from "./DescribeInstanceCommand";
86
91
  export * from "./DescribeInstanceStorageConfigCommand";
@@ -116,6 +121,7 @@ export * from "./GetAttachedFileCommand";
116
121
  export * from "./GetContactAttributesCommand";
117
122
  export * from "./GetCurrentMetricDataCommand";
118
123
  export * from "./GetCurrentUserDataCommand";
124
+ export * from "./GetEffectiveHoursOfOperationsCommand";
119
125
  export * from "./GetFederationTokenCommand";
120
126
  export * from "./GetFlowAssociationCommand";
121
127
  export * from "./GetMetricDataCommand";
@@ -139,6 +145,7 @@ export * from "./ListDefaultVocabulariesCommand";
139
145
  export * from "./ListEvaluationFormVersionsCommand";
140
146
  export * from "./ListEvaluationFormsCommand";
141
147
  export * from "./ListFlowAssociationsCommand";
148
+ export * from "./ListHoursOfOperationOverridesCommand";
142
149
  export * from "./ListHoursOfOperationsCommand";
143
150
  export * from "./ListInstanceAttributesCommand";
144
151
  export * from "./ListInstanceStorageConfigsCommand";
@@ -184,6 +191,7 @@ export * from "./SearchContactFlowModulesCommand";
184
191
  export * from "./SearchContactFlowsCommand";
185
192
  export * from "./SearchContactsCommand";
186
193
  export * from "./SearchEmailAddressesCommand";
194
+ export * from "./SearchHoursOfOperationOverridesCommand";
187
195
  export * from "./SearchHoursOfOperationsCommand";
188
196
  export * from "./SearchPredefinedAttributesCommand";
189
197
  export * from "./SearchPromptsCommand";
@@ -234,6 +242,7 @@ export * from "./UpdateContactScheduleCommand";
234
242
  export * from "./UpdateEmailAddressMetadataCommand";
235
243
  export * from "./UpdateEvaluationFormCommand";
236
244
  export * from "./UpdateHoursOfOperationCommand";
245
+ export * from "./UpdateHoursOfOperationOverrideCommand";
237
246
  export * from "./UpdateInstanceAttributeCommand";
238
247
  export * from "./UpdateInstanceStorageConfigCommand";
239
248
  export * from "./UpdateParticipantRoleConfigCommand";
@@ -492,6 +492,15 @@ export const HoursOfOperationDays = {
492
492
  TUESDAY: "TUESDAY",
493
493
  WEDNESDAY: "WEDNESDAY",
494
494
  };
495
+ export const OverrideDays = {
496
+ FRIDAY: "FRIDAY",
497
+ MONDAY: "MONDAY",
498
+ SATURDAY: "SATURDAY",
499
+ SUNDAY: "SUNDAY",
500
+ THURSDAY: "THURSDAY",
501
+ TUESDAY: "TUESDAY",
502
+ WEDNESDAY: "WEDNESDAY",
503
+ };
495
504
  export const DirectoryType = {
496
505
  CONNECT_MANAGED: "CONNECT_MANAGED",
497
506
  EXISTING_DIRECTORY: "EXISTING_DIRECTORY",
@@ -536,6 +545,11 @@ export var PredefinedAttributeValues;
536
545
  return visitor._(value.$unknown[0], value.$unknown[1]);
537
546
  };
538
547
  })(PredefinedAttributeValues || (PredefinedAttributeValues = {}));
548
+ export const DeviceType = {
549
+ APNS: "APNS",
550
+ APNS_SANDBOX: "APNS_SANDBOX",
551
+ GCM: "GCM",
552
+ };
539
553
  export const QuickConnectType = {
540
554
  PHONE_NUMBER: "PHONE_NUMBER",
541
555
  QUEUE: "QUEUE",
@@ -485,39 +485,6 @@ export const RealTimeContactAnalysisSegmentType = {
485
485
  PostContactSummary: "PostContactSummary",
486
486
  Transcript: "Transcript",
487
487
  };
488
- export const RealTimeContactAnalysisSupportedChannel = {
489
- CHAT: "CHAT",
490
- VOICE: "VOICE",
491
- };
492
- export const ArtifactStatus = {
493
- APPROVED: "APPROVED",
494
- IN_PROGRESS: "IN_PROGRESS",
495
- REJECTED: "REJECTED",
496
- };
497
- export var RealTimeContactAnalysisTimeData;
498
- (function (RealTimeContactAnalysisTimeData) {
499
- RealTimeContactAnalysisTimeData.visit = (value, visitor) => {
500
- if (value.AbsoluteTime !== undefined)
501
- return visitor.AbsoluteTime(value.AbsoluteTime);
502
- return visitor._(value.$unknown[0], value.$unknown[1]);
503
- };
504
- })(RealTimeContactAnalysisTimeData || (RealTimeContactAnalysisTimeData = {}));
505
- export const RealTimeContactAnalysisPostContactSummaryFailureCode = {
506
- FAILED_SAFETY_GUIDELINES: "FAILED_SAFETY_GUIDELINES",
507
- INSUFFICIENT_CONVERSATION_CONTENT: "INSUFFICIENT_CONVERSATION_CONTENT",
508
- INTERNAL_ERROR: "INTERNAL_ERROR",
509
- INVALID_ANALYSIS_CONFIGURATION: "INVALID_ANALYSIS_CONFIGURATION",
510
- QUOTA_EXCEEDED: "QUOTA_EXCEEDED",
511
- };
512
- export const RealTimeContactAnalysisPostContactSummaryStatus = {
513
- COMPLETED: "COMPLETED",
514
- FAILED: "FAILED",
515
- };
516
- export const RealTimeContactAnalysisSentimentLabel = {
517
- NEGATIVE: "NEGATIVE",
518
- NEUTRAL: "NEUTRAL",
519
- POSITIVE: "POSITIVE",
520
- };
521
488
  export const DescribeEmailAddressResponseFilterSensitiveLog = (obj) => ({
522
489
  ...obj,
523
490
  ...(obj.EmailAddress && { EmailAddress: SENSITIVE_STRING }),
@@ -1,6 +1,38 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
3
- import { UserIdentityInfoFilterSensitiveLog, ViewFilterSensitiveLog, ViewInputContentFilterSensitiveLog, } from "./models_0";
3
+ export const RealTimeContactAnalysisSupportedChannel = {
4
+ CHAT: "CHAT",
5
+ VOICE: "VOICE",
6
+ };
7
+ export const ArtifactStatus = {
8
+ APPROVED: "APPROVED",
9
+ IN_PROGRESS: "IN_PROGRESS",
10
+ REJECTED: "REJECTED",
11
+ };
12
+ export var RealTimeContactAnalysisTimeData;
13
+ (function (RealTimeContactAnalysisTimeData) {
14
+ RealTimeContactAnalysisTimeData.visit = (value, visitor) => {
15
+ if (value.AbsoluteTime !== undefined)
16
+ return visitor.AbsoluteTime(value.AbsoluteTime);
17
+ return visitor._(value.$unknown[0], value.$unknown[1]);
18
+ };
19
+ })(RealTimeContactAnalysisTimeData || (RealTimeContactAnalysisTimeData = {}));
20
+ export const RealTimeContactAnalysisPostContactSummaryFailureCode = {
21
+ FAILED_SAFETY_GUIDELINES: "FAILED_SAFETY_GUIDELINES",
22
+ INSUFFICIENT_CONVERSATION_CONTENT: "INSUFFICIENT_CONVERSATION_CONTENT",
23
+ INTERNAL_ERROR: "INTERNAL_ERROR",
24
+ INVALID_ANALYSIS_CONFIGURATION: "INVALID_ANALYSIS_CONFIGURATION",
25
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED",
26
+ };
27
+ export const RealTimeContactAnalysisPostContactSummaryStatus = {
28
+ COMPLETED: "COMPLETED",
29
+ FAILED: "FAILED",
30
+ };
31
+ export const RealTimeContactAnalysisSentimentLabel = {
32
+ NEGATIVE: "NEGATIVE",
33
+ NEUTRAL: "NEUTRAL",
34
+ POSITIVE: "POSITIVE",
35
+ };
4
36
  export var RealtimeContactAnalysisSegment;
5
37
  (function (RealtimeContactAnalysisSegment) {
6
38
  RealtimeContactAnalysisSegment.visit = (value, visitor) => {
@@ -60,6 +92,13 @@ export const SearchContactsTimeRangeType = {
60
92
  INITIATION_TIMESTAMP: "INITIATION_TIMESTAMP",
61
93
  SCHEDULED_TIMESTAMP: "SCHEDULED_TIMESTAMP",
62
94
  };
95
+ export const DateComparisonType = {
96
+ EQUAL_TO: "EQUAL_TO",
97
+ GREATER_THAN: "GREATER_THAN",
98
+ GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO",
99
+ LESS_THAN: "LESS_THAN",
100
+ LESS_THAN_OR_EQUAL_TO: "LESS_THAN_OR_EQUAL_TO",
101
+ };
63
102
  export const SearchableQueueType = {
64
103
  STANDARD: "STANDARD",
65
104
  };
@@ -166,6 +205,19 @@ export class ContactNotFoundException extends __BaseException {
166
205
  this.Message = opts.Message;
167
206
  }
168
207
  }
208
+ export class ConditionalOperationFailedException extends __BaseException {
209
+ constructor(opts) {
210
+ super({
211
+ name: "ConditionalOperationFailedException",
212
+ $fault: "client",
213
+ ...opts,
214
+ });
215
+ this.name = "ConditionalOperationFailedException";
216
+ this.$fault = "client";
217
+ Object.setPrototypeOf(this, ConditionalOperationFailedException.prototype);
218
+ this.Message = opts.Message;
219
+ }
220
+ }
169
221
  export const TimerEligibleParticipantRoles = {
170
222
  AGENT: "AGENT",
171
223
  CUSTOMER: "CUSTOMER",
@@ -195,29 +247,6 @@ export var UpdateParticipantRoleConfigChannelInfo;
195
247
  return visitor._(value.$unknown[0], value.$unknown[1]);
196
248
  };
197
249
  })(UpdateParticipantRoleConfigChannelInfo || (UpdateParticipantRoleConfigChannelInfo = {}));
198
- export class ConditionalOperationFailedException extends __BaseException {
199
- constructor(opts) {
200
- super({
201
- name: "ConditionalOperationFailedException",
202
- $fault: "client",
203
- ...opts,
204
- });
205
- this.name = "ConditionalOperationFailedException";
206
- this.$fault = "client";
207
- Object.setPrototypeOf(this, ConditionalOperationFailedException.prototype);
208
- this.Message = opts.Message;
209
- }
210
- }
211
- export var EvaluationFormItem;
212
- (function (EvaluationFormItem) {
213
- EvaluationFormItem.visit = (value, visitor) => {
214
- if (value.Section !== undefined)
215
- return visitor.Section(value.Section);
216
- if (value.Question !== undefined)
217
- return visitor.Question(value.Question);
218
- return visitor._(value.$unknown[0], value.$unknown[1]);
219
- };
220
- })(EvaluationFormItem || (EvaluationFormItem = {}));
221
250
  export const ViewSummaryFilterSensitiveLog = (obj) => ({
222
251
  ...obj,
223
252
  ...(obj.Name && { Name: SENSITIVE_STRING }),
@@ -397,24 +426,3 @@ export const UpdateEmailAddressMetadataRequestFilterSensitiveLog = (obj) => ({
397
426
  ...(obj.Description && { Description: SENSITIVE_STRING }),
398
427
  ...(obj.DisplayName && { DisplayName: SENSITIVE_STRING }),
399
428
  });
400
- export const UpdateUserIdentityInfoRequestFilterSensitiveLog = (obj) => ({
401
- ...obj,
402
- ...(obj.IdentityInfo && { IdentityInfo: UserIdentityInfoFilterSensitiveLog(obj.IdentityInfo) }),
403
- });
404
- export const UpdateViewContentRequestFilterSensitiveLog = (obj) => ({
405
- ...obj,
406
- ...(obj.Content && { Content: ViewInputContentFilterSensitiveLog(obj.Content) }),
407
- });
408
- export const UpdateViewContentResponseFilterSensitiveLog = (obj) => ({
409
- ...obj,
410
- ...(obj.View && { View: ViewFilterSensitiveLog(obj.View) }),
411
- });
412
- export const UpdateViewMetadataRequestFilterSensitiveLog = (obj) => ({
413
- ...obj,
414
- ...(obj.Name && { Name: SENSITIVE_STRING }),
415
- });
416
- export const CreateContactRequestFilterSensitiveLog = (obj) => ({
417
- ...obj,
418
- ...(obj.Name && { Name: SENSITIVE_STRING }),
419
- ...(obj.Description && { Description: SENSITIVE_STRING }),
420
- });