@aws-sdk/client-connect 3.224.0 → 3.225.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 (86) hide show
  1. package/dist-cjs/Connect.js +75 -0
  2. package/dist-cjs/commands/CreateRuleCommand.js +46 -0
  3. package/dist-cjs/commands/DeleteRuleCommand.js +46 -0
  4. package/dist-cjs/commands/DescribeRuleCommand.js +46 -0
  5. package/dist-cjs/commands/ListContactReferencesCommand.js +2 -1
  6. package/dist-cjs/commands/ListDefaultVocabulariesCommand.js +3 -3
  7. package/dist-cjs/commands/ListHoursOfOperationsCommand.js +3 -3
  8. package/dist-cjs/commands/ListInstanceAttributesCommand.js +3 -3
  9. package/dist-cjs/commands/ListInstanceStorageConfigsCommand.js +3 -3
  10. package/dist-cjs/commands/ListInstancesCommand.js +3 -3
  11. package/dist-cjs/commands/ListIntegrationAssociationsCommand.js +3 -3
  12. package/dist-cjs/commands/ListRulesCommand.js +46 -0
  13. package/dist-cjs/commands/UpdateRuleCommand.js +46 -0
  14. package/dist-cjs/commands/index.js +5 -0
  15. package/dist-cjs/endpoint/ruleset.js +1 -10
  16. package/dist-cjs/models/models_0.js +104 -134
  17. package/dist-cjs/models/models_1.js +139 -8
  18. package/dist-cjs/pagination/ListRulesPaginator.js +36 -0
  19. package/dist-cjs/pagination/index.js +1 -0
  20. package/dist-cjs/protocols/Aws_restJson1.js +606 -7
  21. package/dist-es/Connect.js +75 -0
  22. package/dist-es/commands/CreateRuleCommand.js +42 -0
  23. package/dist-es/commands/DeleteRuleCommand.js +42 -0
  24. package/dist-es/commands/DescribeRuleCommand.js +42 -0
  25. package/dist-es/commands/ListContactReferencesCommand.js +2 -1
  26. package/dist-es/commands/ListDefaultVocabulariesCommand.js +1 -1
  27. package/dist-es/commands/ListHoursOfOperationsCommand.js +1 -1
  28. package/dist-es/commands/ListInstanceAttributesCommand.js +1 -1
  29. package/dist-es/commands/ListInstanceStorageConfigsCommand.js +1 -1
  30. package/dist-es/commands/ListInstancesCommand.js +1 -1
  31. package/dist-es/commands/ListIntegrationAssociationsCommand.js +1 -1
  32. package/dist-es/commands/ListRulesCommand.js +42 -0
  33. package/dist-es/commands/UpdateRuleCommand.js +42 -0
  34. package/dist-es/commands/index.js +5 -0
  35. package/dist-es/endpoint/ruleset.js +1 -10
  36. package/dist-es/models/models_0.js +83 -107
  37. package/dist-es/models/models_1.js +111 -3
  38. package/dist-es/pagination/ListRulesPaginator.js +32 -0
  39. package/dist-es/pagination/index.js +1 -0
  40. package/dist-es/protocols/Aws_restJson1.js +589 -0
  41. package/dist-types/Connect.d.ts +44 -4
  42. package/dist-types/ConnectClient.d.ts +7 -2
  43. package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +5 -1
  44. package/dist-types/commands/CreateRuleCommand.d.ts +37 -0
  45. package/dist-types/commands/DeleteRuleCommand.d.ts +37 -0
  46. package/dist-types/commands/DescribeRuleCommand.d.ts +37 -0
  47. package/dist-types/commands/DismissUserContactCommand.d.ts +1 -1
  48. package/dist-types/commands/ListContactReferencesCommand.d.ts +2 -1
  49. package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
  50. package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListInstanceAttributesCommand.d.ts +1 -1
  52. package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
  53. package/dist-types/commands/ListInstancesCommand.d.ts +1 -1
  54. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListRulesCommand.d.ts +37 -0
  56. package/dist-types/commands/MonitorContactCommand.d.ts +3 -2
  57. package/dist-types/commands/UpdateRuleCommand.d.ts +37 -0
  58. package/dist-types/commands/index.d.ts +5 -0
  59. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  60. package/dist-types/models/models_0.d.ts +373 -516
  61. package/dist-types/models/models_1.d.ts +628 -29
  62. package/dist-types/pagination/ListRulesPaginator.d.ts +4 -0
  63. package/dist-types/pagination/index.d.ts +1 -0
  64. package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
  65. package/dist-types/ts3.4/Connect.d.ts +85 -0
  66. package/dist-types/ts3.4/ConnectClient.d.ts +30 -0
  67. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +34 -0
  68. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +32 -0
  69. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +34 -0
  70. package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +2 -4
  71. package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +34 -0
  78. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +32 -0
  79. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  80. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  81. package/dist-types/ts3.4/models/models_0.d.ts +147 -249
  82. package/dist-types/ts3.4/models/models_1.d.ts +294 -6
  83. package/dist-types/ts3.4/pagination/ListRulesPaginator.d.ts +11 -0
  84. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  85. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
  86. package/package.json +1 -1
@@ -0,0 +1,32 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import { UpdateRuleRequest } from "../models/models_1";
15
+ export interface UpdateRuleCommandInput extends UpdateRuleRequest {}
16
+ export interface UpdateRuleCommandOutput extends __MetadataBearer {}
17
+ export declare class UpdateRuleCommand extends $Command<
18
+ UpdateRuleCommandInput,
19
+ UpdateRuleCommandOutput,
20
+ ConnectClientResolvedConfig
21
+ > {
22
+ readonly input: UpdateRuleCommandInput;
23
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
+ constructor(input: UpdateRuleCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ConnectClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<UpdateRuleCommandInput, UpdateRuleCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -18,6 +18,7 @@ export * from "./CreateIntegrationAssociationCommand";
18
18
  export * from "./CreateQueueCommand";
19
19
  export * from "./CreateQuickConnectCommand";
20
20
  export * from "./CreateRoutingProfileCommand";
21
+ export * from "./CreateRuleCommand";
21
22
  export * from "./CreateSecurityProfileCommand";
22
23
  export * from "./CreateTaskTemplateCommand";
23
24
  export * from "./CreateTrafficDistributionGroupCommand";
@@ -31,6 +32,7 @@ export * from "./DeleteHoursOfOperationCommand";
31
32
  export * from "./DeleteInstanceCommand";
32
33
  export * from "./DeleteIntegrationAssociationCommand";
33
34
  export * from "./DeleteQuickConnectCommand";
35
+ export * from "./DeleteRuleCommand";
34
36
  export * from "./DeleteSecurityProfileCommand";
35
37
  export * from "./DeleteTaskTemplateCommand";
36
38
  export * from "./DeleteTrafficDistributionGroupCommand";
@@ -50,6 +52,7 @@ export * from "./DescribePhoneNumberCommand";
50
52
  export * from "./DescribeQueueCommand";
51
53
  export * from "./DescribeQuickConnectCommand";
52
54
  export * from "./DescribeRoutingProfileCommand";
55
+ export * from "./DescribeRuleCommand";
53
56
  export * from "./DescribeSecurityProfileCommand";
54
57
  export * from "./DescribeTrafficDistributionGroupCommand";
55
58
  export * from "./DescribeUserCommand";
@@ -95,6 +98,7 @@ export * from "./ListQueuesCommand";
95
98
  export * from "./ListQuickConnectsCommand";
96
99
  export * from "./ListRoutingProfileQueuesCommand";
97
100
  export * from "./ListRoutingProfilesCommand";
101
+ export * from "./ListRulesCommand";
98
102
  export * from "./ListSecurityKeysCommand";
99
103
  export * from "./ListSecurityProfilePermissionsCommand";
100
104
  export * from "./ListSecurityProfilesCommand";
@@ -151,6 +155,7 @@ export * from "./UpdateRoutingProfileConcurrencyCommand";
151
155
  export * from "./UpdateRoutingProfileDefaultOutboundQueueCommand";
152
156
  export * from "./UpdateRoutingProfileNameCommand";
153
157
  export * from "./UpdateRoutingProfileQueuesCommand";
158
+ export * from "./UpdateRuleCommand";
154
159
  export * from "./UpdateSecurityProfileCommand";
155
160
  export * from "./UpdateTaskTemplateCommand";
156
161
  export * from "./UpdateTrafficDistributionCommand";
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
27
27
  defaultSigningName: string;
28
28
  };
29
29
  export interface EndpointParameters extends __EndpointParameters {
30
- Region?: string;
30
+ Region: string;
31
31
  UseDualStack?: boolean;
32
32
  UseFIPS?: boolean;
33
33
  Endpoint?: string;
@@ -8,6 +8,15 @@ export declare class AccessDeniedException extends __BaseException {
8
8
  opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
9
9
  );
10
10
  }
11
+ export declare enum ActionType {
12
+ ASSIGN_CONTACT_CATEGORY = "ASSIGN_CONTACT_CATEGORY",
13
+ CREATE_TASK = "CREATE_TASK",
14
+ GENERATE_EVENTBRIDGE_EVENT = "GENERATE_EVENTBRIDGE_EVENT",
15
+ SEND_NOTIFICATION = "SEND_NOTIFICATION",
16
+ }
17
+ export interface ActionSummary {
18
+ ActionType: ActionType | string | undefined;
19
+ }
11
20
  export declare enum ContactState {
12
21
  CONNECTED = "CONNECTED",
13
22
  CONNECTED_ONHOLD = "CONNECTED_ONHOLD",
@@ -521,6 +530,81 @@ export interface CreateRoutingProfileResponse {
521
530
  RoutingProfileArn?: string;
522
531
  RoutingProfileId?: string;
523
532
  }
533
+ export interface AssignContactCategoryActionDefinition {}
534
+ export interface EventBridgeActionDefinition {
535
+ Name: string | undefined;
536
+ }
537
+ export declare enum NotificationContentType {
538
+ PLAIN_TEXT = "PLAIN_TEXT",
539
+ }
540
+ export declare enum NotificationDeliveryType {
541
+ EMAIL = "EMAIL",
542
+ }
543
+ export interface NotificationRecipientType {
544
+ UserTags?: Record<string, string>;
545
+ UserIds?: string[];
546
+ }
547
+ export interface SendNotificationActionDefinition {
548
+ DeliveryMethod: NotificationDeliveryType | string | undefined;
549
+ Subject?: string;
550
+ Content: string | undefined;
551
+ ContentType: NotificationContentType | string | undefined;
552
+ Recipient: NotificationRecipientType | undefined;
553
+ }
554
+ export declare enum ReferenceType {
555
+ ATTACHMENT = "ATTACHMENT",
556
+ DATE = "DATE",
557
+ EMAIL = "EMAIL",
558
+ NUMBER = "NUMBER",
559
+ STRING = "STRING",
560
+ URL = "URL",
561
+ }
562
+ export interface Reference {
563
+ Value: string | undefined;
564
+ Type: ReferenceType | string | undefined;
565
+ }
566
+ export interface TaskActionDefinition {
567
+ Name: string | undefined;
568
+ Description?: string;
569
+ ContactFlowId: string | undefined;
570
+ References?: Record<string, Reference>;
571
+ }
572
+ export interface RuleAction {
573
+ ActionType: ActionType | string | undefined;
574
+ TaskAction?: TaskActionDefinition;
575
+ EventBridgeAction?: EventBridgeActionDefinition;
576
+ AssignContactCategoryAction?: AssignContactCategoryActionDefinition;
577
+ SendNotificationAction?: SendNotificationActionDefinition;
578
+ }
579
+ export declare enum RulePublishStatus {
580
+ DRAFT = "DRAFT",
581
+ PUBLISHED = "PUBLISHED",
582
+ }
583
+ export declare enum EventSourceName {
584
+ OnPostCallAnalysisAvailable = "OnPostCallAnalysisAvailable",
585
+ OnPostChatAnalysisAvailable = "OnPostChatAnalysisAvailable",
586
+ OnRealTimeCallAnalysisAvailable = "OnRealTimeCallAnalysisAvailable",
587
+ OnSalesforceCaseCreate = "OnSalesforceCaseCreate",
588
+ OnZendeskTicketCreate = "OnZendeskTicketCreate",
589
+ OnZendeskTicketStatusUpdate = "OnZendeskTicketStatusUpdate",
590
+ }
591
+ export interface RuleTriggerEventSource {
592
+ EventSourceName: EventSourceName | string | undefined;
593
+ IntegrationAssociationId?: string;
594
+ }
595
+ export interface CreateRuleRequest {
596
+ InstanceId: string | undefined;
597
+ Name: string | undefined;
598
+ TriggerEventSource: RuleTriggerEventSource | undefined;
599
+ Function: string | undefined;
600
+ Actions: RuleAction[] | undefined;
601
+ PublishStatus: RulePublishStatus | string | undefined;
602
+ ClientToken?: string;
603
+ }
604
+ export interface CreateRuleResponse {
605
+ RuleArn: string | undefined;
606
+ RuleId: string | undefined;
607
+ }
524
608
  export interface CreateSecurityProfileRequest {
525
609
  SecurityProfileName: string | undefined;
526
610
  Description?: string;
@@ -738,6 +822,10 @@ export interface DeleteQuickConnectRequest {
738
822
  InstanceId: string | undefined;
739
823
  QuickConnectId: string | undefined;
740
824
  }
825
+ export interface DeleteRuleRequest {
826
+ InstanceId: string | undefined;
827
+ RuleId: string | undefined;
828
+ }
741
829
  export interface DeleteSecurityProfileRequest {
742
830
  InstanceId: string | undefined;
743
831
  SecurityProfileId: string | undefined;
@@ -1281,6 +1369,26 @@ export interface RoutingProfile {
1281
1369
  export interface DescribeRoutingProfileResponse {
1282
1370
  RoutingProfile?: RoutingProfile;
1283
1371
  }
1372
+ export interface DescribeRuleRequest {
1373
+ InstanceId: string | undefined;
1374
+ RuleId: string | undefined;
1375
+ }
1376
+ export interface Rule {
1377
+ Name: string | undefined;
1378
+ RuleId: string | undefined;
1379
+ RuleArn: string | undefined;
1380
+ TriggerEventSource: RuleTriggerEventSource | undefined;
1381
+ Function: string | undefined;
1382
+ Actions: RuleAction[] | undefined;
1383
+ PublishStatus: RulePublishStatus | string | undefined;
1384
+ CreatedTime: Date | undefined;
1385
+ LastUpdatedTime: Date | undefined;
1386
+ LastUpdatedBy: string | undefined;
1387
+ Tags?: Record<string, string>;
1388
+ }
1389
+ export interface DescribeRuleResponse {
1390
+ Rule: Rule | undefined;
1391
+ }
1284
1392
  export interface DescribeSecurityProfileRequest {
1285
1393
  SecurityProfileId: string | undefined;
1286
1394
  InstanceId: string | undefined;
@@ -1755,14 +1863,6 @@ export interface ListContactFlowsResponse {
1755
1863
  ContactFlowSummaryList?: ContactFlowSummary[];
1756
1864
  NextToken?: string;
1757
1865
  }
1758
- export declare enum ReferenceType {
1759
- ATTACHMENT = "ATTACHMENT",
1760
- DATE = "DATE",
1761
- EMAIL = "EMAIL",
1762
- NUMBER = "NUMBER",
1763
- STRING = "STRING",
1764
- URL = "URL",
1765
- }
1766
1866
  export interface ListContactReferencesRequest {
1767
1867
  InstanceId: string | undefined;
1768
1868
  ContactId: string | undefined;
@@ -1790,189 +1890,9 @@ export interface NumberReference {
1790
1890
  Name?: string;
1791
1891
  Value?: string;
1792
1892
  }
1793
- export interface StringReference {
1794
- Name?: string;
1795
- Value?: string;
1796
- }
1797
- export interface UrlReference {
1798
- Name?: string;
1799
- Value?: string;
1800
- }
1801
- export declare type ReferenceSummary =
1802
- | ReferenceSummary.AttachmentMember
1803
- | ReferenceSummary.DateMember
1804
- | ReferenceSummary.EmailMember
1805
- | ReferenceSummary.NumberMember
1806
- | ReferenceSummary.StringMember
1807
- | ReferenceSummary.UrlMember
1808
- | ReferenceSummary.$UnknownMember;
1809
- export declare namespace ReferenceSummary {
1810
- interface UrlMember {
1811
- Url: UrlReference;
1812
- Attachment?: never;
1813
- String?: never;
1814
- Number?: never;
1815
- Date?: never;
1816
- Email?: never;
1817
- $unknown?: never;
1818
- }
1819
- interface AttachmentMember {
1820
- Url?: never;
1821
- Attachment: AttachmentReference;
1822
- String?: never;
1823
- Number?: never;
1824
- Date?: never;
1825
- Email?: never;
1826
- $unknown?: never;
1827
- }
1828
- interface StringMember {
1829
- Url?: never;
1830
- Attachment?: never;
1831
- String: StringReference;
1832
- Number?: never;
1833
- Date?: never;
1834
- Email?: never;
1835
- $unknown?: never;
1836
- }
1837
- interface NumberMember {
1838
- Url?: never;
1839
- Attachment?: never;
1840
- String?: never;
1841
- Number: NumberReference;
1842
- Date?: never;
1843
- Email?: never;
1844
- $unknown?: never;
1845
- }
1846
- interface DateMember {
1847
- Url?: never;
1848
- Attachment?: never;
1849
- String?: never;
1850
- Number?: never;
1851
- Date: DateReference;
1852
- Email?: never;
1853
- $unknown?: never;
1854
- }
1855
- interface EmailMember {
1856
- Url?: never;
1857
- Attachment?: never;
1858
- String?: never;
1859
- Number?: never;
1860
- Date?: never;
1861
- Email: EmailReference;
1862
- $unknown?: never;
1863
- }
1864
- interface $UnknownMember {
1865
- Url?: never;
1866
- Attachment?: never;
1867
- String?: never;
1868
- Number?: never;
1869
- Date?: never;
1870
- Email?: never;
1871
- $unknown: [string, any];
1872
- }
1873
- interface Visitor<T> {
1874
- Url: (value: UrlReference) => T;
1875
- Attachment: (value: AttachmentReference) => T;
1876
- String: (value: StringReference) => T;
1877
- Number: (value: NumberReference) => T;
1878
- Date: (value: DateReference) => T;
1879
- Email: (value: EmailReference) => T;
1880
- _: (name: string, value: any) => T;
1881
- }
1882
- const visit: <T>(value: ReferenceSummary, visitor: Visitor<T>) => T;
1883
- }
1884
- export interface ListContactReferencesResponse {
1885
- ReferenceSummaryList?: ReferenceSummary[];
1886
- NextToken?: string;
1887
- }
1888
- export interface ListDefaultVocabulariesRequest {
1889
- InstanceId: string | undefined;
1890
- LanguageCode?: VocabularyLanguageCode | string;
1891
- MaxResults?: number;
1892
- NextToken?: string;
1893
- }
1894
- export interface DefaultVocabulary {
1895
- InstanceId: string | undefined;
1896
- LanguageCode: VocabularyLanguageCode | string | undefined;
1897
- VocabularyId: string | undefined;
1898
- VocabularyName: string | undefined;
1899
- }
1900
- export interface ListDefaultVocabulariesResponse {
1901
- DefaultVocabularyList: DefaultVocabulary[] | undefined;
1902
- NextToken?: string;
1903
- }
1904
- export interface ListHoursOfOperationsRequest {
1905
- InstanceId: string | undefined;
1906
- NextToken?: string;
1907
- MaxResults?: number;
1908
- }
1909
- export interface HoursOfOperationSummary {
1910
- Id?: string;
1911
- Arn?: string;
1912
- Name?: string;
1913
- }
1914
- export interface ListHoursOfOperationsResponse {
1915
- HoursOfOperationSummaryList?: HoursOfOperationSummary[];
1916
- NextToken?: string;
1917
- }
1918
- export interface ListInstanceAttributesRequest {
1919
- InstanceId: string | undefined;
1920
- NextToken?: string;
1921
- MaxResults?: number;
1922
- }
1923
- export interface ListInstanceAttributesResponse {
1924
- Attributes?: Attribute[];
1925
- NextToken?: string;
1926
- }
1927
- export interface ListInstancesRequest {
1928
- NextToken?: string;
1929
- MaxResults?: number;
1930
- }
1931
- export interface InstanceSummary {
1932
- Id?: string;
1933
- Arn?: string;
1934
- IdentityManagementType?: DirectoryType | string;
1935
- InstanceAlias?: string;
1936
- CreatedTime?: Date;
1937
- ServiceRole?: string;
1938
- InstanceStatus?: InstanceStatus | string;
1939
- InboundCallsEnabled?: boolean;
1940
- OutboundCallsEnabled?: boolean;
1941
- }
1942
- export interface ListInstancesResponse {
1943
- InstanceSummaryList?: InstanceSummary[];
1944
- NextToken?: string;
1945
- }
1946
- export interface ListInstanceStorageConfigsRequest {
1947
- InstanceId: string | undefined;
1948
- ResourceType: InstanceStorageResourceType | string | undefined;
1949
- NextToken?: string;
1950
- MaxResults?: number;
1951
- }
1952
- export interface ListInstanceStorageConfigsResponse {
1953
- StorageConfigs?: InstanceStorageConfig[];
1954
- NextToken?: string;
1955
- }
1956
- export interface ListIntegrationAssociationsRequest {
1957
- InstanceId: string | undefined;
1958
- IntegrationType?: IntegrationType | string;
1959
- NextToken?: string;
1960
- MaxResults?: number;
1961
- }
1962
- export interface IntegrationAssociationSummary {
1963
- IntegrationAssociationId?: string;
1964
- IntegrationAssociationArn?: string;
1965
- InstanceId?: string;
1966
- IntegrationType?: IntegrationType | string;
1967
- IntegrationArn?: string;
1968
- SourceApplicationUrl?: string;
1969
- SourceApplicationName?: string;
1970
- SourceType?: SourceType | string;
1971
- }
1972
- export interface ListIntegrationAssociationsResponse {
1973
- IntegrationAssociationSummaryList?: IntegrationAssociationSummary[];
1974
- NextToken?: string;
1975
- }
1893
+ export declare const ActionSummaryFilterSensitiveLog: (
1894
+ obj: ActionSummary
1895
+ ) => any;
1976
1896
  export declare const QueueReferenceFilterSensitiveLog: (
1977
1897
  obj: QueueReference
1978
1898
  ) => any;
@@ -2137,6 +2057,32 @@ export declare const CreateRoutingProfileRequestFilterSensitiveLog: (
2137
2057
  export declare const CreateRoutingProfileResponseFilterSensitiveLog: (
2138
2058
  obj: CreateRoutingProfileResponse
2139
2059
  ) => any;
2060
+ export declare const AssignContactCategoryActionDefinitionFilterSensitiveLog: (
2061
+ obj: AssignContactCategoryActionDefinition
2062
+ ) => any;
2063
+ export declare const EventBridgeActionDefinitionFilterSensitiveLog: (
2064
+ obj: EventBridgeActionDefinition
2065
+ ) => any;
2066
+ export declare const NotificationRecipientTypeFilterSensitiveLog: (
2067
+ obj: NotificationRecipientType
2068
+ ) => any;
2069
+ export declare const SendNotificationActionDefinitionFilterSensitiveLog: (
2070
+ obj: SendNotificationActionDefinition
2071
+ ) => any;
2072
+ export declare const ReferenceFilterSensitiveLog: (obj: Reference) => any;
2073
+ export declare const TaskActionDefinitionFilterSensitiveLog: (
2074
+ obj: TaskActionDefinition
2075
+ ) => any;
2076
+ export declare const RuleActionFilterSensitiveLog: (obj: RuleAction) => any;
2077
+ export declare const RuleTriggerEventSourceFilterSensitiveLog: (
2078
+ obj: RuleTriggerEventSource
2079
+ ) => any;
2080
+ export declare const CreateRuleRequestFilterSensitiveLog: (
2081
+ obj: CreateRuleRequest
2082
+ ) => any;
2083
+ export declare const CreateRuleResponseFilterSensitiveLog: (
2084
+ obj: CreateRuleResponse
2085
+ ) => any;
2140
2086
  export declare const CreateSecurityProfileRequestFilterSensitiveLog: (
2141
2087
  obj: CreateSecurityProfileRequest
2142
2088
  ) => any;
@@ -2233,6 +2179,9 @@ export declare const DeleteIntegrationAssociationRequestFilterSensitiveLog: (
2233
2179
  export declare const DeleteQuickConnectRequestFilterSensitiveLog: (
2234
2180
  obj: DeleteQuickConnectRequest
2235
2181
  ) => any;
2182
+ export declare const DeleteRuleRequestFilterSensitiveLog: (
2183
+ obj: DeleteRuleRequest
2184
+ ) => any;
2236
2185
  export declare const DeleteSecurityProfileRequestFilterSensitiveLog: (
2237
2186
  obj: DeleteSecurityProfileRequest
2238
2187
  ) => any;
@@ -2360,6 +2309,13 @@ export declare const RoutingProfileFilterSensitiveLog: (
2360
2309
  export declare const DescribeRoutingProfileResponseFilterSensitiveLog: (
2361
2310
  obj: DescribeRoutingProfileResponse
2362
2311
  ) => any;
2312
+ export declare const DescribeRuleRequestFilterSensitiveLog: (
2313
+ obj: DescribeRuleRequest
2314
+ ) => any;
2315
+ export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
2316
+ export declare const DescribeRuleResponseFilterSensitiveLog: (
2317
+ obj: DescribeRuleResponse
2318
+ ) => any;
2363
2319
  export declare const DescribeSecurityProfileRequestFilterSensitiveLog: (
2364
2320
  obj: DescribeSecurityProfileRequest
2365
2321
  ) => any;
@@ -2591,61 +2547,3 @@ export declare const EmailReferenceFilterSensitiveLog: (
2591
2547
  export declare const NumberReferenceFilterSensitiveLog: (
2592
2548
  obj: NumberReference
2593
2549
  ) => any;
2594
- export declare const StringReferenceFilterSensitiveLog: (
2595
- obj: StringReference
2596
- ) => any;
2597
- export declare const UrlReferenceFilterSensitiveLog: (obj: UrlReference) => any;
2598
- export declare const ReferenceSummaryFilterSensitiveLog: (
2599
- obj: ReferenceSummary
2600
- ) => any;
2601
- export declare const ListContactReferencesResponseFilterSensitiveLog: (
2602
- obj: ListContactReferencesResponse
2603
- ) => any;
2604
- export declare const ListDefaultVocabulariesRequestFilterSensitiveLog: (
2605
- obj: ListDefaultVocabulariesRequest
2606
- ) => any;
2607
- export declare const DefaultVocabularyFilterSensitiveLog: (
2608
- obj: DefaultVocabulary
2609
- ) => any;
2610
- export declare const ListDefaultVocabulariesResponseFilterSensitiveLog: (
2611
- obj: ListDefaultVocabulariesResponse
2612
- ) => any;
2613
- export declare const ListHoursOfOperationsRequestFilterSensitiveLog: (
2614
- obj: ListHoursOfOperationsRequest
2615
- ) => any;
2616
- export declare const HoursOfOperationSummaryFilterSensitiveLog: (
2617
- obj: HoursOfOperationSummary
2618
- ) => any;
2619
- export declare const ListHoursOfOperationsResponseFilterSensitiveLog: (
2620
- obj: ListHoursOfOperationsResponse
2621
- ) => any;
2622
- export declare const ListInstanceAttributesRequestFilterSensitiveLog: (
2623
- obj: ListInstanceAttributesRequest
2624
- ) => any;
2625
- export declare const ListInstanceAttributesResponseFilterSensitiveLog: (
2626
- obj: ListInstanceAttributesResponse
2627
- ) => any;
2628
- export declare const ListInstancesRequestFilterSensitiveLog: (
2629
- obj: ListInstancesRequest
2630
- ) => any;
2631
- export declare const InstanceSummaryFilterSensitiveLog: (
2632
- obj: InstanceSummary
2633
- ) => any;
2634
- export declare const ListInstancesResponseFilterSensitiveLog: (
2635
- obj: ListInstancesResponse
2636
- ) => any;
2637
- export declare const ListInstanceStorageConfigsRequestFilterSensitiveLog: (
2638
- obj: ListInstanceStorageConfigsRequest
2639
- ) => any;
2640
- export declare const ListInstanceStorageConfigsResponseFilterSensitiveLog: (
2641
- obj: ListInstanceStorageConfigsResponse
2642
- ) => any;
2643
- export declare const ListIntegrationAssociationsRequestFilterSensitiveLog: (
2644
- obj: ListIntegrationAssociationsRequest
2645
- ) => any;
2646
- export declare const IntegrationAssociationSummaryFilterSensitiveLog: (
2647
- obj: IntegrationAssociationSummary
2648
- ) => any;
2649
- export declare const ListIntegrationAssociationsResponseFilterSensitiveLog: (
2650
- obj: ListIntegrationAssociationsResponse
2651
- ) => any;