@aws-sdk/client-connect 3.1107.0 → 3.1109.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.
- package/README.md +49 -0
- package/dist-cjs/index.js +390 -46
- package/dist-es/Connect.js +18 -0
- package/dist-es/commands/CreateMetricCommand.js +4 -0
- package/dist-es/commands/DeleteMetricCommand.js +4 -0
- package/dist-es/commands/DescribeMetricCommand.js +4 -0
- package/dist-es/commands/ListMetricsCommand.js +4 -0
- package/dist-es/commands/SearchMetricsCommand.js +4 -0
- package/dist-es/commands/UpdateMetricContentCommand.js +4 -0
- package/dist-es/commands/UpdateMetricMetadataCommand.js +4 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/enums.js +41 -0
- package/dist-es/pagination/ListMetricsPaginator.js +4 -0
- package/dist-es/pagination/SearchMetricsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +268 -45
- package/dist-types/Connect.d.ts +63 -0
- package/dist-types/ConnectClient.d.ts +9 -2
- package/dist-types/commands/CreateMetricCommand.d.ts +137 -0
- package/dist-types/commands/CreateUserCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +1 -2
- package/dist-types/commands/DeleteMetricCommand.d.ts +93 -0
- package/dist-types/commands/DescribeMetricCommand.d.ts +165 -0
- package/dist-types/commands/GetCurrentUserDataCommand.d.ts +2 -1
- package/dist-types/commands/GetEffectiveHoursOfOperationsCommand.d.ts +1 -1
- package/dist-types/commands/GetEvaluationFormValidationCommand.d.ts +1 -1
- package/dist-types/commands/GetFederationTokenCommand.d.ts +1 -1
- package/dist-types/commands/ListMetricsCommand.d.ts +103 -0
- package/dist-types/commands/SearchAgentStatusesCommand.d.ts +1 -1
- package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +1 -1
- package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +1 -1
- package/dist-types/commands/SearchMetricsCommand.d.ts +223 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMetricContentCommand.d.ts +121 -0
- package/dist-types/commands/UpdateMetricMetadataCommand.d.ts +93 -0
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/enums.d.ts +113 -0
- package/dist-types/models/models_0.d.ts +185 -285
- package/dist-types/models/models_1.d.ts +526 -349
- package/dist-types/models/models_2.d.ts +394 -355
- package/dist-types/models/models_3.d.ts +469 -663
- package/dist-types/models/models_4.d.ts +715 -5
- package/dist-types/pagination/ListMetricsPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchMetricsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +32 -0
- package/dist-types/ts3.4/Connect.d.ts +130 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateMetricCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteMetricCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeMetricCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetCurrentUserDataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetEffectiveHoursOfOperationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEvaluationFormValidationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchMetricsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateMetricContentCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateMetricMetadataCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/enums.d.ts +53 -0
- package/dist-types/ts3.4/models/models_0.d.ts +49 -55
- package/dist-types/ts3.4/models/models_1.d.ts +108 -82
- package/dist-types/ts3.4/models/models_2.d.ts +99 -86
- package/dist-types/ts3.4/models/models_3.d.ts +121 -153
- package/dist-types/ts3.4/models/models_4.d.ts +174 -21
- package/dist-types/ts3.4/pagination/ListMetricsPaginator.d.ts +8 -0
- package/dist-types/ts3.4/pagination/SearchMetricsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +32 -0
- package/package.json +6 -6
package/dist-es/Connect.js
CHANGED
|
@@ -48,6 +48,7 @@ import { CreateHoursOfOperationCommand, } from "./commands/CreateHoursOfOperatio
|
|
|
48
48
|
import { CreateHoursOfOperationOverrideCommand, } from "./commands/CreateHoursOfOperationOverrideCommand";
|
|
49
49
|
import { CreateInstanceCommand, } from "./commands/CreateInstanceCommand";
|
|
50
50
|
import { CreateIntegrationAssociationCommand, } from "./commands/CreateIntegrationAssociationCommand";
|
|
51
|
+
import { CreateMetricCommand, } from "./commands/CreateMetricCommand";
|
|
51
52
|
import { CreateNotificationCommand, } from "./commands/CreateNotificationCommand";
|
|
52
53
|
import { CreateParticipantCommand, } from "./commands/CreateParticipantCommand";
|
|
53
54
|
import { CreatePersistentContactAssociationCommand, } from "./commands/CreatePersistentContactAssociationCommand";
|
|
@@ -87,6 +88,7 @@ import { DeleteHoursOfOperationCommand, } from "./commands/DeleteHoursOfOperatio
|
|
|
87
88
|
import { DeleteHoursOfOperationOverrideCommand, } from "./commands/DeleteHoursOfOperationOverrideCommand";
|
|
88
89
|
import { DeleteInstanceCommand, } from "./commands/DeleteInstanceCommand";
|
|
89
90
|
import { DeleteIntegrationAssociationCommand, } from "./commands/DeleteIntegrationAssociationCommand";
|
|
91
|
+
import { DeleteMetricCommand, } from "./commands/DeleteMetricCommand";
|
|
90
92
|
import { DeleteNotificationCommand, } from "./commands/DeleteNotificationCommand";
|
|
91
93
|
import { DeletePredefinedAttributeCommand, } from "./commands/DeletePredefinedAttributeCommand";
|
|
92
94
|
import { DeletePromptCommand, } from "./commands/DeletePromptCommand";
|
|
@@ -126,6 +128,7 @@ import { DescribeHoursOfOperationOverrideCommand, } from "./commands/DescribeHou
|
|
|
126
128
|
import { DescribeInstanceAttributeCommand, } from "./commands/DescribeInstanceAttributeCommand";
|
|
127
129
|
import { DescribeInstanceCommand, } from "./commands/DescribeInstanceCommand";
|
|
128
130
|
import { DescribeInstanceStorageConfigCommand, } from "./commands/DescribeInstanceStorageConfigCommand";
|
|
131
|
+
import { DescribeMetricCommand, } from "./commands/DescribeMetricCommand";
|
|
129
132
|
import { DescribeNotificationCommand, } from "./commands/DescribeNotificationCommand";
|
|
130
133
|
import { DescribePhoneNumberCommand, } from "./commands/DescribePhoneNumberCommand";
|
|
131
134
|
import { DescribePredefinedAttributeCommand, } from "./commands/DescribePredefinedAttributeCommand";
|
|
@@ -213,6 +216,7 @@ import { ListInstanceStorageConfigsCommand, } from "./commands/ListInstanceStora
|
|
|
213
216
|
import { ListIntegrationAssociationsCommand, } from "./commands/ListIntegrationAssociationsCommand";
|
|
214
217
|
import { ListLambdaFunctionsCommand, } from "./commands/ListLambdaFunctionsCommand";
|
|
215
218
|
import { ListLexBotsCommand, } from "./commands/ListLexBotsCommand";
|
|
219
|
+
import { ListMetricsCommand, } from "./commands/ListMetricsCommand";
|
|
216
220
|
import { ListNotificationsCommand, } from "./commands/ListNotificationsCommand";
|
|
217
221
|
import { ListPhoneNumbersCommand, } from "./commands/ListPhoneNumbersCommand";
|
|
218
222
|
import { ListPhoneNumbersV2Command, } from "./commands/ListPhoneNumbersV2Command";
|
|
@@ -267,6 +271,7 @@ import { SearchEmailAddressesCommand, } from "./commands/SearchEmailAddressesCom
|
|
|
267
271
|
import { SearchEvaluationFormsCommand, } from "./commands/SearchEvaluationFormsCommand";
|
|
268
272
|
import { SearchHoursOfOperationOverridesCommand, } from "./commands/SearchHoursOfOperationOverridesCommand";
|
|
269
273
|
import { SearchHoursOfOperationsCommand, } from "./commands/SearchHoursOfOperationsCommand";
|
|
274
|
+
import { SearchMetricsCommand, } from "./commands/SearchMetricsCommand";
|
|
270
275
|
import { SearchNotificationsCommand, } from "./commands/SearchNotificationsCommand";
|
|
271
276
|
import { SearchPredefinedAttributesCommand, } from "./commands/SearchPredefinedAttributesCommand";
|
|
272
277
|
import { SearchPromptsCommand, } from "./commands/SearchPromptsCommand";
|
|
@@ -338,6 +343,8 @@ import { UpdateHoursOfOperationCommand, } from "./commands/UpdateHoursOfOperatio
|
|
|
338
343
|
import { UpdateHoursOfOperationOverrideCommand, } from "./commands/UpdateHoursOfOperationOverrideCommand";
|
|
339
344
|
import { UpdateInstanceAttributeCommand, } from "./commands/UpdateInstanceAttributeCommand";
|
|
340
345
|
import { UpdateInstanceStorageConfigCommand, } from "./commands/UpdateInstanceStorageConfigCommand";
|
|
346
|
+
import { UpdateMetricContentCommand, } from "./commands/UpdateMetricContentCommand";
|
|
347
|
+
import { UpdateMetricMetadataCommand, } from "./commands/UpdateMetricMetadataCommand";
|
|
341
348
|
import { UpdateNotificationContentCommand, } from "./commands/UpdateNotificationContentCommand";
|
|
342
349
|
import { UpdateParticipantAuthenticationCommand, } from "./commands/UpdateParticipantAuthenticationCommand";
|
|
343
350
|
import { UpdateParticipantRoleConfigCommand, } from "./commands/UpdateParticipantRoleConfigCommand";
|
|
@@ -415,6 +422,7 @@ import { paginateListInstanceStorageConfigs } from "./pagination/ListInstanceSto
|
|
|
415
422
|
import { paginateListIntegrationAssociations } from "./pagination/ListIntegrationAssociationsPaginator";
|
|
416
423
|
import { paginateListLambdaFunctions } from "./pagination/ListLambdaFunctionsPaginator";
|
|
417
424
|
import { paginateListLexBots } from "./pagination/ListLexBotsPaginator";
|
|
425
|
+
import { paginateListMetrics } from "./pagination/ListMetricsPaginator";
|
|
418
426
|
import { paginateListPhoneNumbers } from "./pagination/ListPhoneNumbersPaginator";
|
|
419
427
|
import { paginateListPhoneNumbersV2 } from "./pagination/ListPhoneNumbersV2Paginator";
|
|
420
428
|
import { paginateListPredefinedAttributes } from "./pagination/ListPredefinedAttributesPaginator";
|
|
@@ -452,6 +460,7 @@ import { paginateSearchContacts } from "./pagination/SearchContactsPaginator";
|
|
|
452
460
|
import { paginateSearchDataTables } from "./pagination/SearchDataTablesPaginator";
|
|
453
461
|
import { paginateSearchHoursOfOperationOverrides } from "./pagination/SearchHoursOfOperationOverridesPaginator";
|
|
454
462
|
import { paginateSearchHoursOfOperations } from "./pagination/SearchHoursOfOperationsPaginator";
|
|
463
|
+
import { paginateSearchMetrics } from "./pagination/SearchMetricsPaginator";
|
|
455
464
|
import { paginateSearchPredefinedAttributes } from "./pagination/SearchPredefinedAttributesPaginator";
|
|
456
465
|
import { paginateSearchPrompts } from "./pagination/SearchPromptsPaginator";
|
|
457
466
|
import { paginateSearchQueues } from "./pagination/SearchQueuesPaginator";
|
|
@@ -517,6 +526,7 @@ const commands = {
|
|
|
517
526
|
CreateHoursOfOperationOverrideCommand,
|
|
518
527
|
CreateInstanceCommand,
|
|
519
528
|
CreateIntegrationAssociationCommand,
|
|
529
|
+
CreateMetricCommand,
|
|
520
530
|
CreateNotificationCommand,
|
|
521
531
|
CreateParticipantCommand,
|
|
522
532
|
CreatePersistentContactAssociationCommand,
|
|
@@ -556,6 +566,7 @@ const commands = {
|
|
|
556
566
|
DeleteHoursOfOperationOverrideCommand,
|
|
557
567
|
DeleteInstanceCommand,
|
|
558
568
|
DeleteIntegrationAssociationCommand,
|
|
569
|
+
DeleteMetricCommand,
|
|
559
570
|
DeleteNotificationCommand,
|
|
560
571
|
DeletePredefinedAttributeCommand,
|
|
561
572
|
DeletePromptCommand,
|
|
@@ -595,6 +606,7 @@ const commands = {
|
|
|
595
606
|
DescribeInstanceCommand,
|
|
596
607
|
DescribeInstanceAttributeCommand,
|
|
597
608
|
DescribeInstanceStorageConfigCommand,
|
|
609
|
+
DescribeMetricCommand,
|
|
598
610
|
DescribeNotificationCommand,
|
|
599
611
|
DescribePhoneNumberCommand,
|
|
600
612
|
DescribePredefinedAttributeCommand,
|
|
@@ -682,6 +694,7 @@ const commands = {
|
|
|
682
694
|
ListIntegrationAssociationsCommand,
|
|
683
695
|
ListLambdaFunctionsCommand,
|
|
684
696
|
ListLexBotsCommand,
|
|
697
|
+
ListMetricsCommand,
|
|
685
698
|
ListNotificationsCommand,
|
|
686
699
|
ListPhoneNumbersCommand,
|
|
687
700
|
ListPhoneNumbersV2Command,
|
|
@@ -736,6 +749,7 @@ const commands = {
|
|
|
736
749
|
SearchEvaluationFormsCommand,
|
|
737
750
|
SearchHoursOfOperationOverridesCommand,
|
|
738
751
|
SearchHoursOfOperationsCommand,
|
|
752
|
+
SearchMetricsCommand,
|
|
739
753
|
SearchNotificationsCommand,
|
|
740
754
|
SearchPredefinedAttributesCommand,
|
|
741
755
|
SearchPromptsCommand,
|
|
@@ -807,6 +821,8 @@ const commands = {
|
|
|
807
821
|
UpdateHoursOfOperationOverrideCommand,
|
|
808
822
|
UpdateInstanceAttributeCommand,
|
|
809
823
|
UpdateInstanceStorageConfigCommand,
|
|
824
|
+
UpdateMetricContentCommand,
|
|
825
|
+
UpdateMetricMetadataCommand,
|
|
810
826
|
UpdateNotificationContentCommand,
|
|
811
827
|
UpdateParticipantAuthenticationCommand,
|
|
812
828
|
UpdateParticipantRoleConfigCommand,
|
|
@@ -885,6 +901,7 @@ const paginators = {
|
|
|
885
901
|
paginateListIntegrationAssociations,
|
|
886
902
|
paginateListLambdaFunctions,
|
|
887
903
|
paginateListLexBots,
|
|
904
|
+
paginateListMetrics,
|
|
888
905
|
paginateListPhoneNumbers,
|
|
889
906
|
paginateListPhoneNumbersV2,
|
|
890
907
|
paginateListPredefinedAttributes,
|
|
@@ -922,6 +939,7 @@ const paginators = {
|
|
|
922
939
|
paginateSearchDataTables,
|
|
923
940
|
paginateSearchHoursOfOperationOverrides,
|
|
924
941
|
paginateSearchHoursOfOperations,
|
|
942
|
+
paginateSearchMetrics,
|
|
925
943
|
paginateSearchPredefinedAttributes,
|
|
926
944
|
paginateSearchPrompts,
|
|
927
945
|
paginateSearchQueues,
|
|
@@ -47,6 +47,7 @@ export * from "./CreateHoursOfOperationCommand";
|
|
|
47
47
|
export * from "./CreateHoursOfOperationOverrideCommand";
|
|
48
48
|
export * from "./CreateInstanceCommand";
|
|
49
49
|
export * from "./CreateIntegrationAssociationCommand";
|
|
50
|
+
export * from "./CreateMetricCommand";
|
|
50
51
|
export * from "./CreateNotificationCommand";
|
|
51
52
|
export * from "./CreateParticipantCommand";
|
|
52
53
|
export * from "./CreatePersistentContactAssociationCommand";
|
|
@@ -86,6 +87,7 @@ export * from "./DeleteHoursOfOperationCommand";
|
|
|
86
87
|
export * from "./DeleteHoursOfOperationOverrideCommand";
|
|
87
88
|
export * from "./DeleteInstanceCommand";
|
|
88
89
|
export * from "./DeleteIntegrationAssociationCommand";
|
|
90
|
+
export * from "./DeleteMetricCommand";
|
|
89
91
|
export * from "./DeleteNotificationCommand";
|
|
90
92
|
export * from "./DeletePredefinedAttributeCommand";
|
|
91
93
|
export * from "./DeletePromptCommand";
|
|
@@ -125,6 +127,7 @@ export * from "./DescribeHoursOfOperationOverrideCommand";
|
|
|
125
127
|
export * from "./DescribeInstanceAttributeCommand";
|
|
126
128
|
export * from "./DescribeInstanceCommand";
|
|
127
129
|
export * from "./DescribeInstanceStorageConfigCommand";
|
|
130
|
+
export * from "./DescribeMetricCommand";
|
|
128
131
|
export * from "./DescribeNotificationCommand";
|
|
129
132
|
export * from "./DescribePhoneNumberCommand";
|
|
130
133
|
export * from "./DescribePredefinedAttributeCommand";
|
|
@@ -212,6 +215,7 @@ export * from "./ListInstancesCommand";
|
|
|
212
215
|
export * from "./ListIntegrationAssociationsCommand";
|
|
213
216
|
export * from "./ListLambdaFunctionsCommand";
|
|
214
217
|
export * from "./ListLexBotsCommand";
|
|
218
|
+
export * from "./ListMetricsCommand";
|
|
215
219
|
export * from "./ListNotificationsCommand";
|
|
216
220
|
export * from "./ListPhoneNumbersCommand";
|
|
217
221
|
export * from "./ListPhoneNumbersV2Command";
|
|
@@ -266,6 +270,7 @@ export * from "./SearchEmailAddressesCommand";
|
|
|
266
270
|
export * from "./SearchEvaluationFormsCommand";
|
|
267
271
|
export * from "./SearchHoursOfOperationOverridesCommand";
|
|
268
272
|
export * from "./SearchHoursOfOperationsCommand";
|
|
273
|
+
export * from "./SearchMetricsCommand";
|
|
269
274
|
export * from "./SearchNotificationsCommand";
|
|
270
275
|
export * from "./SearchPredefinedAttributesCommand";
|
|
271
276
|
export * from "./SearchPromptsCommand";
|
|
@@ -337,6 +342,8 @@ export * from "./UpdateHoursOfOperationCommand";
|
|
|
337
342
|
export * from "./UpdateHoursOfOperationOverrideCommand";
|
|
338
343
|
export * from "./UpdateInstanceAttributeCommand";
|
|
339
344
|
export * from "./UpdateInstanceStorageConfigCommand";
|
|
345
|
+
export * from "./UpdateMetricContentCommand";
|
|
346
|
+
export * from "./UpdateMetricMetadataCommand";
|
|
340
347
|
export * from "./UpdateNotificationContentCommand";
|
|
341
348
|
export * from "./UpdateParticipantAuthenticationCommand";
|
|
342
349
|
export * from "./UpdateParticipantRoleConfigCommand";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -428,6 +428,35 @@ export const SourceType = {
|
|
|
428
428
|
SALESFORCE: "SALESFORCE",
|
|
429
429
|
ZENDESK: "ZENDESK",
|
|
430
430
|
};
|
|
431
|
+
export const MetricFilterBooleanConditionComparison = {
|
|
432
|
+
IS_FALSE: "IS_FALSE",
|
|
433
|
+
IS_TRUE: "IS_TRUE",
|
|
434
|
+
};
|
|
435
|
+
export const MetricFilterNumberConditionComparison = {
|
|
436
|
+
GREATER: "GREATER",
|
|
437
|
+
GREATER_OR_EQUAL: "GREATER_OR_EQUAL",
|
|
438
|
+
LESSER: "LESSER",
|
|
439
|
+
LESSER_OR_EQUAL: "LESSER_OR_EQUAL",
|
|
440
|
+
};
|
|
441
|
+
export const MetricFilterStringConditionComparison = {
|
|
442
|
+
MATCHES_ANY: "MATCHES_ANY",
|
|
443
|
+
MATCHES_NONE: "MATCHES_NONE",
|
|
444
|
+
};
|
|
445
|
+
export const TrendIndicator = {
|
|
446
|
+
NEGATIVE: "NEGATIVE",
|
|
447
|
+
NEUTRAL: "NEUTRAL",
|
|
448
|
+
POSITIVE: "POSITIVE",
|
|
449
|
+
};
|
|
450
|
+
export const MetricStatus = {
|
|
451
|
+
PUBLISHED: "PUBLISHED",
|
|
452
|
+
SAVED: "SAVED",
|
|
453
|
+
};
|
|
454
|
+
export const MetricUnit = {
|
|
455
|
+
DOUBLE: "DOUBLE",
|
|
456
|
+
INTEGER: "INTEGER",
|
|
457
|
+
PERCENT: "PERCENT",
|
|
458
|
+
SECONDS: "SECONDS",
|
|
459
|
+
};
|
|
431
460
|
export const LocaleCode = {
|
|
432
461
|
DeDE: "de_DE",
|
|
433
462
|
EnUS: "en_US",
|
|
@@ -736,6 +765,18 @@ export const InstanceAttributeType = {
|
|
|
736
765
|
OUTBOUND_CALLS: "OUTBOUND_CALLS",
|
|
737
766
|
USE_CUSTOM_TTS_VOICES: "USE_CUSTOM_TTS_VOICES",
|
|
738
767
|
};
|
|
768
|
+
export const MetricCreationMethod = {
|
|
769
|
+
METRIC_BUILDER: "METRIC_BUILDER",
|
|
770
|
+
SERVICE_LEVEL_BUILDER: "SERVICE_LEVEL_BUILDER",
|
|
771
|
+
};
|
|
772
|
+
export const AvailableFilterType = {
|
|
773
|
+
METRIC_LEVEL: "METRIC_LEVEL",
|
|
774
|
+
RESOURCE_LEVEL: "RESOURCE_LEVEL",
|
|
775
|
+
};
|
|
776
|
+
export const MetricType = {
|
|
777
|
+
AWS_MANAGED: "AWS_MANAGED",
|
|
778
|
+
CUSTOMER_MANAGED: "CUSTOMER_MANAGED",
|
|
779
|
+
};
|
|
739
780
|
export const NotificationPriority = {
|
|
740
781
|
High: "HIGH",
|
|
741
782
|
Low: "LOW",
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListMetricsCommand } from "../commands/ListMetricsCommand";
|
|
3
|
+
import { ConnectClient } from "../ConnectClient";
|
|
4
|
+
export const paginateListMetrics = createPaginator(ConnectClient, ListMetricsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { SearchMetricsCommand, } from "../commands/SearchMetricsCommand";
|
|
3
|
+
import { ConnectClient } from "../ConnectClient";
|
|
4
|
+
export const paginateSearchMetrics = createPaginator(ConnectClient, SearchMetricsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -34,6 +34,7 @@ export * from "./ListInstanceStorageConfigsPaginator";
|
|
|
34
34
|
export * from "./ListIntegrationAssociationsPaginator";
|
|
35
35
|
export * from "./ListLambdaFunctionsPaginator";
|
|
36
36
|
export * from "./ListLexBotsPaginator";
|
|
37
|
+
export * from "./ListMetricsPaginator";
|
|
37
38
|
export * from "./ListPhoneNumbersPaginator";
|
|
38
39
|
export * from "./ListPhoneNumbersV2Paginator";
|
|
39
40
|
export * from "./ListPredefinedAttributesPaginator";
|
|
@@ -71,6 +72,7 @@ export * from "./SearchContactsPaginator";
|
|
|
71
72
|
export * from "./SearchDataTablesPaginator";
|
|
72
73
|
export * from "./SearchHoursOfOperationOverridesPaginator";
|
|
73
74
|
export * from "./SearchHoursOfOperationsPaginator";
|
|
75
|
+
export * from "./SearchMetricsPaginator";
|
|
74
76
|
export * from "./SearchPredefinedAttributesPaginator";
|
|
75
77
|
export * from "./SearchPromptsPaginator";
|
|
76
78
|
export * from "./SearchQueuesPaginator";
|