@aws-sdk/client-connectcases 3.928.0 → 3.930.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/dist-cjs/index.js +1928 -2515
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/ConnectCasesClient.js +2 -0
- package/dist-es/commands/BatchGetCaseRuleCommand.js +3 -9
- package/dist-es/commands/BatchGetFieldCommand.js +3 -9
- package/dist-es/commands/BatchPutFieldOptionsCommand.js +3 -9
- package/dist-es/commands/CreateCaseCommand.js +3 -10
- package/dist-es/commands/CreateCaseRuleCommand.js +3 -9
- package/dist-es/commands/CreateDomainCommand.js +3 -9
- package/dist-es/commands/CreateFieldCommand.js +3 -9
- package/dist-es/commands/CreateLayoutCommand.js +3 -9
- package/dist-es/commands/CreateRelatedItemCommand.js +3 -10
- package/dist-es/commands/CreateTemplateCommand.js +3 -9
- package/dist-es/commands/DeleteCaseCommand.js +3 -9
- package/dist-es/commands/DeleteCaseRuleCommand.js +3 -9
- package/dist-es/commands/DeleteDomainCommand.js +3 -9
- package/dist-es/commands/DeleteFieldCommand.js +3 -9
- package/dist-es/commands/DeleteLayoutCommand.js +3 -9
- package/dist-es/commands/DeleteRelatedItemCommand.js +3 -9
- package/dist-es/commands/DeleteTemplateCommand.js +3 -9
- package/dist-es/commands/GetCaseAuditEventsCommand.js +3 -10
- package/dist-es/commands/GetCaseCommand.js +3 -9
- package/dist-es/commands/GetCaseEventConfigurationCommand.js +3 -9
- package/dist-es/commands/GetDomainCommand.js +3 -9
- package/dist-es/commands/GetLayoutCommand.js +3 -9
- package/dist-es/commands/GetTemplateCommand.js +3 -9
- package/dist-es/commands/ListCaseRulesCommand.js +3 -9
- package/dist-es/commands/ListCasesForContactCommand.js +3 -9
- package/dist-es/commands/ListDomainsCommand.js +3 -9
- package/dist-es/commands/ListFieldOptionsCommand.js +3 -9
- package/dist-es/commands/ListFieldsCommand.js +3 -9
- package/dist-es/commands/ListLayoutsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTemplatesCommand.js +3 -9
- package/dist-es/commands/PutCaseEventConfigurationCommand.js +3 -9
- package/dist-es/commands/SearchAllRelatedItemsCommand.js +3 -10
- package/dist-es/commands/SearchCasesCommand.js +3 -9
- package/dist-es/commands/SearchRelatedItemsCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateCaseCommand.js +3 -10
- package/dist-es/commands/UpdateCaseRuleCommand.js +3 -9
- package/dist-es/commands/UpdateFieldCommand.js +3 -9
- package/dist-es/commands/UpdateLayoutCommand.js +3 -9
- package/dist-es/commands/UpdateTemplateCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -349
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1832 -0
- package/dist-types/ConnectCasesClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +64 -100
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +250 -0
- package/dist-types/ts3.4/ConnectCasesClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -71
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +257 -0
- package/package.json +33 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -1837
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -380
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -509
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { BatchGetCaseRuleCommandInput, BatchGetCaseRuleCommandOutput } from "./commands/BatchGetCaseRuleCommand";
|
|
11
11
|
import { BatchGetFieldCommandInput, BatchGetFieldCommandOutput } from "./commands/BatchGetFieldCommand";
|
|
@@ -183,6 +183,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
183
183
|
* Optional extensions
|
|
184
184
|
*/
|
|
185
185
|
extensions?: RuntimeExtension[];
|
|
186
|
+
/**
|
|
187
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
188
|
+
* may be overridden. A default will always be set by the client.
|
|
189
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
190
|
+
* the client.
|
|
191
|
+
* @alpha
|
|
192
|
+
*
|
|
193
|
+
*/
|
|
194
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
186
195
|
/**
|
|
187
196
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
188
197
|
*/
|
|
@@ -110,6 +110,10 @@ export declare namespace FieldValueUnion {
|
|
|
110
110
|
userArnValue?: never;
|
|
111
111
|
$unknown: [string, any];
|
|
112
112
|
}
|
|
113
|
+
/**
|
|
114
|
+
* @deprecated unused in schema-serde mode.
|
|
115
|
+
*
|
|
116
|
+
*/
|
|
113
117
|
interface Visitor<T> {
|
|
114
118
|
stringValue: (value: string) => T;
|
|
115
119
|
doubleValue: (value: number) => T;
|
|
@@ -118,7 +122,6 @@ export declare namespace FieldValueUnion {
|
|
|
118
122
|
userArnValue: (value: string) => T;
|
|
119
123
|
_: (name: string, value: any) => T;
|
|
120
124
|
}
|
|
121
|
-
const visit: <T>(value: FieldValueUnion, visitor: Visitor<T>) => T;
|
|
122
125
|
}
|
|
123
126
|
/**
|
|
124
127
|
* <p>Object for case field values.</p>
|
|
@@ -171,12 +174,15 @@ export declare namespace UserUnion {
|
|
|
171
174
|
customEntity?: never;
|
|
172
175
|
$unknown: [string, any];
|
|
173
176
|
}
|
|
177
|
+
/**
|
|
178
|
+
* @deprecated unused in schema-serde mode.
|
|
179
|
+
*
|
|
180
|
+
*/
|
|
174
181
|
interface Visitor<T> {
|
|
175
182
|
userArn: (value: string) => T;
|
|
176
183
|
customEntity: (value: string) => T;
|
|
177
184
|
_: (name: string, value: any) => T;
|
|
178
185
|
}
|
|
179
|
-
const visit: <T>(value: UserUnion, visitor: Visitor<T>) => T;
|
|
180
186
|
}
|
|
181
187
|
/**
|
|
182
188
|
* @public
|
|
@@ -474,6 +480,10 @@ export declare namespace AuditEventFieldValueUnion {
|
|
|
474
480
|
userArnValue?: never;
|
|
475
481
|
$unknown: [string, any];
|
|
476
482
|
}
|
|
483
|
+
/**
|
|
484
|
+
* @deprecated unused in schema-serde mode.
|
|
485
|
+
*
|
|
486
|
+
*/
|
|
477
487
|
interface Visitor<T> {
|
|
478
488
|
stringValue: (value: string) => T;
|
|
479
489
|
doubleValue: (value: number) => T;
|
|
@@ -482,7 +492,6 @@ export declare namespace AuditEventFieldValueUnion {
|
|
|
482
492
|
userArnValue: (value: string) => T;
|
|
483
493
|
_: (name: string, value: any) => T;
|
|
484
494
|
}
|
|
485
|
-
const visit: <T>(value: AuditEventFieldValueUnion, visitor: Visitor<T>) => T;
|
|
486
495
|
}
|
|
487
496
|
/**
|
|
488
497
|
* <p>Fields for audit event.</p>
|
|
@@ -794,11 +803,14 @@ export declare namespace SlaInputContent {
|
|
|
794
803
|
slaInputConfiguration?: never;
|
|
795
804
|
$unknown: [string, any];
|
|
796
805
|
}
|
|
806
|
+
/**
|
|
807
|
+
* @deprecated unused in schema-serde mode.
|
|
808
|
+
*
|
|
809
|
+
*/
|
|
797
810
|
interface Visitor<T> {
|
|
798
811
|
slaInputConfiguration: (value: SlaInputConfiguration) => T;
|
|
799
812
|
_: (name: string, value: any) => T;
|
|
800
813
|
}
|
|
801
|
-
const visit: <T>(value: SlaInputContent, visitor: Visitor<T>) => T;
|
|
802
814
|
}
|
|
803
815
|
/**
|
|
804
816
|
* <p>Represents the content of a related item to be created.</p>
|
|
@@ -899,6 +911,10 @@ export declare namespace RelatedItemInputContent {
|
|
|
899
911
|
custom?: never;
|
|
900
912
|
$unknown: [string, any];
|
|
901
913
|
}
|
|
914
|
+
/**
|
|
915
|
+
* @deprecated unused in schema-serde mode.
|
|
916
|
+
*
|
|
917
|
+
*/
|
|
902
918
|
interface Visitor<T> {
|
|
903
919
|
contact: (value: Contact) => T;
|
|
904
920
|
comment: (value: CommentContent) => T;
|
|
@@ -908,7 +924,6 @@ export declare namespace RelatedItemInputContent {
|
|
|
908
924
|
custom: (value: CustomInputContent) => T;
|
|
909
925
|
_: (name: string, value: any) => T;
|
|
910
926
|
}
|
|
911
|
-
const visit: <T>(value: RelatedItemInputContent, visitor: Visitor<T>) => T;
|
|
912
927
|
}
|
|
913
928
|
/**
|
|
914
929
|
* @public
|
|
@@ -1124,6 +1139,10 @@ export declare namespace FieldFilter {
|
|
|
1124
1139
|
lessThanOrEqualTo?: never;
|
|
1125
1140
|
$unknown: [string, any];
|
|
1126
1141
|
}
|
|
1142
|
+
/**
|
|
1143
|
+
* @deprecated unused in schema-serde mode.
|
|
1144
|
+
*
|
|
1145
|
+
*/
|
|
1127
1146
|
interface Visitor<T> {
|
|
1128
1147
|
equalTo: (value: FieldValue) => T;
|
|
1129
1148
|
contains: (value: FieldValue) => T;
|
|
@@ -1133,7 +1152,6 @@ export declare namespace FieldFilter {
|
|
|
1133
1152
|
lessThanOrEqualTo: (value: FieldValue) => T;
|
|
1134
1153
|
_: (name: string, value: any) => T;
|
|
1135
1154
|
}
|
|
1136
|
-
const visit: <T>(value: FieldFilter, visitor: Visitor<T>) => T;
|
|
1137
1155
|
}
|
|
1138
1156
|
/**
|
|
1139
1157
|
* <p>A filter for related items of type <code>File</code>.</p>
|
|
@@ -1370,6 +1388,10 @@ export declare namespace RelatedItemContent {
|
|
|
1370
1388
|
custom?: never;
|
|
1371
1389
|
$unknown: [string, any];
|
|
1372
1390
|
}
|
|
1391
|
+
/**
|
|
1392
|
+
* @deprecated unused in schema-serde mode.
|
|
1393
|
+
*
|
|
1394
|
+
*/
|
|
1373
1395
|
interface Visitor<T> {
|
|
1374
1396
|
contact: (value: ContactContent) => T;
|
|
1375
1397
|
comment: (value: CommentContent) => T;
|
|
@@ -1379,7 +1401,6 @@ export declare namespace RelatedItemContent {
|
|
|
1379
1401
|
custom: (value: CustomContent) => T;
|
|
1380
1402
|
_: (name: string, value: any) => T;
|
|
1381
1403
|
}
|
|
1382
|
-
const visit: <T>(value: RelatedItemContent, visitor: Visitor<T>) => T;
|
|
1383
1404
|
}
|
|
1384
1405
|
/**
|
|
1385
1406
|
* <p>A list of items that represent RelatedItems.</p>
|
|
@@ -1618,11 +1639,14 @@ export declare namespace OperandOne {
|
|
|
1618
1639
|
fieldId?: never;
|
|
1619
1640
|
$unknown: [string, any];
|
|
1620
1641
|
}
|
|
1642
|
+
/**
|
|
1643
|
+
* @deprecated unused in schema-serde mode.
|
|
1644
|
+
*
|
|
1645
|
+
*/
|
|
1621
1646
|
interface Visitor<T> {
|
|
1622
1647
|
fieldId: (value: string) => T;
|
|
1623
1648
|
_: (name: string, value: any) => T;
|
|
1624
1649
|
}
|
|
1625
|
-
const visit: <T>(value: OperandOne, visitor: Visitor<T>) => T;
|
|
1626
1650
|
}
|
|
1627
1651
|
/**
|
|
1628
1652
|
* <p>Represents an empty operand value. In the Amazon Connect admin website, case rules are known as <i>case field conditions</i>. For more information about case field conditions, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/case-field-conditions.html">Add case field conditions to a case template</a>.</p>
|
|
@@ -1693,6 +1717,10 @@ export declare namespace OperandTwo {
|
|
|
1693
1717
|
emptyValue?: never;
|
|
1694
1718
|
$unknown: [string, any];
|
|
1695
1719
|
}
|
|
1720
|
+
/**
|
|
1721
|
+
* @deprecated unused in schema-serde mode.
|
|
1722
|
+
*
|
|
1723
|
+
*/
|
|
1696
1724
|
interface Visitor<T> {
|
|
1697
1725
|
stringValue: (value: string) => T;
|
|
1698
1726
|
booleanValue: (value: boolean) => T;
|
|
@@ -1700,7 +1728,6 @@ export declare namespace OperandTwo {
|
|
|
1700
1728
|
emptyValue: (value: EmptyOperandValue) => T;
|
|
1701
1729
|
_: (name: string, value: any) => T;
|
|
1702
1730
|
}
|
|
1703
|
-
const visit: <T>(value: OperandTwo, visitor: Visitor<T>) => T;
|
|
1704
1731
|
}
|
|
1705
1732
|
/**
|
|
1706
1733
|
* <p>Boolean operands for a condition. In the Amazon Connect admin website, case rules are known as <i>case field conditions</i>. For more information about case field conditions, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/case-field-conditions.html">Add case field conditions to a case template</a>.</p>
|
|
@@ -1758,12 +1785,15 @@ export declare namespace BooleanCondition {
|
|
|
1758
1785
|
notEqualTo?: never;
|
|
1759
1786
|
$unknown: [string, any];
|
|
1760
1787
|
}
|
|
1788
|
+
/**
|
|
1789
|
+
* @deprecated unused in schema-serde mode.
|
|
1790
|
+
*
|
|
1791
|
+
*/
|
|
1761
1792
|
interface Visitor<T> {
|
|
1762
1793
|
equalTo: (value: BooleanOperands) => T;
|
|
1763
1794
|
notEqualTo: (value: BooleanOperands) => T;
|
|
1764
1795
|
_: (name: string, value: any) => T;
|
|
1765
1796
|
}
|
|
1766
|
-
const visit: <T>(value: BooleanCondition, visitor: Visitor<T>) => T;
|
|
1767
1797
|
}
|
|
1768
1798
|
/**
|
|
1769
1799
|
* <p>A rule that controls field visibility based on conditions. Fields can be shown or hidden dynamically based on values in other fields.</p>
|
|
@@ -1845,13 +1875,16 @@ export declare namespace CaseRuleDetails {
|
|
|
1845
1875
|
hidden?: never;
|
|
1846
1876
|
$unknown: [string, any];
|
|
1847
1877
|
}
|
|
1878
|
+
/**
|
|
1879
|
+
* @deprecated unused in schema-serde mode.
|
|
1880
|
+
*
|
|
1881
|
+
*/
|
|
1848
1882
|
interface Visitor<T> {
|
|
1849
1883
|
required: (value: RequiredCaseRule) => T;
|
|
1850
1884
|
fieldOptions: (value: FieldOptionsCaseRule) => T;
|
|
1851
1885
|
hidden: (value: HiddenCaseRule) => T;
|
|
1852
1886
|
_: (name: string, value: any) => T;
|
|
1853
1887
|
}
|
|
1854
|
-
const visit: <T>(value: CaseRuleDetails, visitor: Visitor<T>) => T;
|
|
1855
1888
|
}
|
|
1856
1889
|
/**
|
|
1857
1890
|
* <p>Detailed case rule information. In the Amazon Connect admin website, case rules are known as <i>case field conditions</i>. For more information about case field conditions, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/case-field-conditions.html">Add case field conditions to a case template</a>.</p>
|
|
@@ -2911,11 +2944,14 @@ export declare namespace Section {
|
|
|
2911
2944
|
fieldGroup?: never;
|
|
2912
2945
|
$unknown: [string, any];
|
|
2913
2946
|
}
|
|
2947
|
+
/**
|
|
2948
|
+
* @deprecated unused in schema-serde mode.
|
|
2949
|
+
*
|
|
2950
|
+
*/
|
|
2914
2951
|
interface Visitor<T> {
|
|
2915
2952
|
fieldGroup: (value: FieldGroup) => T;
|
|
2916
2953
|
_: (name: string, value: any) => T;
|
|
2917
2954
|
}
|
|
2918
|
-
const visit: <T>(value: Section, visitor: Visitor<T>) => T;
|
|
2919
2955
|
}
|
|
2920
2956
|
/**
|
|
2921
2957
|
* <p>Ordered list containing different kinds of sections that can be added. A LayoutSections object can only contain one section.</p>
|
|
@@ -2968,11 +3004,14 @@ export declare namespace LayoutContent {
|
|
|
2968
3004
|
basic?: never;
|
|
2969
3005
|
$unknown: [string, any];
|
|
2970
3006
|
}
|
|
3007
|
+
/**
|
|
3008
|
+
* @deprecated unused in schema-serde mode.
|
|
3009
|
+
*
|
|
3010
|
+
*/
|
|
2971
3011
|
interface Visitor<T> {
|
|
2972
3012
|
basic: (value: BasicLayout) => T;
|
|
2973
3013
|
_: (name: string, value: any) => T;
|
|
2974
3014
|
}
|
|
2975
|
-
const visit: <T>(value: LayoutContent, visitor: Visitor<T>) => T;
|
|
2976
3015
|
}
|
|
2977
3016
|
/**
|
|
2978
3017
|
* @public
|
|
@@ -3609,6 +3648,10 @@ export declare namespace CaseFilter {
|
|
|
3609
3648
|
orAll?: never;
|
|
3610
3649
|
$unknown: [string, any];
|
|
3611
3650
|
}
|
|
3651
|
+
/**
|
|
3652
|
+
* @deprecated unused in schema-serde mode.
|
|
3653
|
+
*
|
|
3654
|
+
*/
|
|
3612
3655
|
interface Visitor<T> {
|
|
3613
3656
|
field: (value: FieldFilter) => T;
|
|
3614
3657
|
not: (value: CaseFilter) => T;
|
|
@@ -3616,7 +3659,6 @@ export declare namespace CaseFilter {
|
|
|
3616
3659
|
orAll: (value: CaseFilter[]) => T;
|
|
3617
3660
|
_: (name: string, value: any) => T;
|
|
3618
3661
|
}
|
|
3619
|
-
const visit: <T>(value: CaseFilter, visitor: Visitor<T>) => T;
|
|
3620
3662
|
}
|
|
3621
3663
|
/**
|
|
3622
3664
|
* <p>A filter for fields in <code>Custom</code> type related items. Only one value can be provided.</p>
|
|
@@ -3681,6 +3723,10 @@ export declare namespace CustomFieldsFilter {
|
|
|
3681
3723
|
orAll?: never;
|
|
3682
3724
|
$unknown: [string, any];
|
|
3683
3725
|
}
|
|
3726
|
+
/**
|
|
3727
|
+
* @deprecated unused in schema-serde mode.
|
|
3728
|
+
*
|
|
3729
|
+
*/
|
|
3684
3730
|
interface Visitor<T> {
|
|
3685
3731
|
field: (value: FieldFilter) => T;
|
|
3686
3732
|
not: (value: CustomFieldsFilter) => T;
|
|
@@ -3688,7 +3734,6 @@ export declare namespace CustomFieldsFilter {
|
|
|
3688
3734
|
orAll: (value: CustomFieldsFilter[]) => T;
|
|
3689
3735
|
_: (name: string, value: any) => T;
|
|
3690
3736
|
}
|
|
3691
|
-
const visit: <T>(value: CustomFieldsFilter, visitor: Visitor<T>) => T;
|
|
3692
3737
|
}
|
|
3693
3738
|
/**
|
|
3694
3739
|
* <p>A filter for related items of type <code>Custom</code>.</p>
|
|
@@ -3840,6 +3885,10 @@ export declare namespace RelatedItemTypeFilter {
|
|
|
3840
3885
|
custom?: never;
|
|
3841
3886
|
$unknown: [string, any];
|
|
3842
3887
|
}
|
|
3888
|
+
/**
|
|
3889
|
+
* @deprecated unused in schema-serde mode.
|
|
3890
|
+
*
|
|
3891
|
+
*/
|
|
3843
3892
|
interface Visitor<T> {
|
|
3844
3893
|
contact: (value: ContactFilter) => T;
|
|
3845
3894
|
comment: (value: CommentFilter) => T;
|
|
@@ -3849,7 +3898,6 @@ export declare namespace RelatedItemTypeFilter {
|
|
|
3849
3898
|
custom: (value: CustomFilter) => T;
|
|
3850
3899
|
_: (name: string, value: any) => T;
|
|
3851
3900
|
}
|
|
3852
|
-
const visit: <T>(value: RelatedItemTypeFilter, visitor: Visitor<T>) => T;
|
|
3853
3901
|
}
|
|
3854
3902
|
/**
|
|
3855
3903
|
* @public
|
|
@@ -3911,87 +3959,3 @@ export interface SearchRelatedItemsRequest {
|
|
|
3911
3959
|
*/
|
|
3912
3960
|
filters?: RelatedItemTypeFilter[] | undefined;
|
|
3913
3961
|
}
|
|
3914
|
-
/**
|
|
3915
|
-
* @internal
|
|
3916
|
-
*/
|
|
3917
|
-
export declare const UserUnionFilterSensitiveLog: (obj: UserUnion) => any;
|
|
3918
|
-
/**
|
|
3919
|
-
* @internal
|
|
3920
|
-
*/
|
|
3921
|
-
export declare const CreateCaseRequestFilterSensitiveLog: (obj: CreateCaseRequest) => any;
|
|
3922
|
-
/**
|
|
3923
|
-
* @internal
|
|
3924
|
-
*/
|
|
3925
|
-
export declare const AuditEventPerformedByFilterSensitiveLog: (obj: AuditEventPerformedBy) => any;
|
|
3926
|
-
/**
|
|
3927
|
-
* @internal
|
|
3928
|
-
*/
|
|
3929
|
-
export declare const AuditEventFilterSensitiveLog: (obj: AuditEvent) => any;
|
|
3930
|
-
/**
|
|
3931
|
-
* @internal
|
|
3932
|
-
*/
|
|
3933
|
-
export declare const GetCaseAuditEventsResponseFilterSensitiveLog: (obj: GetCaseAuditEventsResponse) => any;
|
|
3934
|
-
/**
|
|
3935
|
-
* @internal
|
|
3936
|
-
*/
|
|
3937
|
-
export declare const SlaInputConfigurationFilterSensitiveLog: (obj: SlaInputConfiguration) => any;
|
|
3938
|
-
/**
|
|
3939
|
-
* @internal
|
|
3940
|
-
*/
|
|
3941
|
-
export declare const SlaInputContentFilterSensitiveLog: (obj: SlaInputContent) => any;
|
|
3942
|
-
/**
|
|
3943
|
-
* @internal
|
|
3944
|
-
*/
|
|
3945
|
-
export declare const RelatedItemInputContentFilterSensitiveLog: (obj: RelatedItemInputContent) => any;
|
|
3946
|
-
/**
|
|
3947
|
-
* @internal
|
|
3948
|
-
*/
|
|
3949
|
-
export declare const CreateRelatedItemRequestFilterSensitiveLog: (obj: CreateRelatedItemRequest) => any;
|
|
3950
|
-
/**
|
|
3951
|
-
* @internal
|
|
3952
|
-
*/
|
|
3953
|
-
export declare const SlaFilterFilterSensitiveLog: (obj: SlaFilter) => any;
|
|
3954
|
-
/**
|
|
3955
|
-
* @internal
|
|
3956
|
-
*/
|
|
3957
|
-
export declare const SlaConfigurationFilterSensitiveLog: (obj: SlaConfiguration) => any;
|
|
3958
|
-
/**
|
|
3959
|
-
* @internal
|
|
3960
|
-
*/
|
|
3961
|
-
export declare const SlaContentFilterSensitiveLog: (obj: SlaContent) => any;
|
|
3962
|
-
/**
|
|
3963
|
-
* @internal
|
|
3964
|
-
*/
|
|
3965
|
-
export declare const RelatedItemContentFilterSensitiveLog: (obj: RelatedItemContent) => any;
|
|
3966
|
-
/**
|
|
3967
|
-
* @internal
|
|
3968
|
-
*/
|
|
3969
|
-
export declare const SearchRelatedItemsResponseItemFilterSensitiveLog: (obj: SearchRelatedItemsResponseItem) => any;
|
|
3970
|
-
/**
|
|
3971
|
-
* @internal
|
|
3972
|
-
*/
|
|
3973
|
-
export declare const SearchRelatedItemsResponseFilterSensitiveLog: (obj: SearchRelatedItemsResponse) => any;
|
|
3974
|
-
/**
|
|
3975
|
-
* @internal
|
|
3976
|
-
*/
|
|
3977
|
-
export declare const UpdateCaseRequestFilterSensitiveLog: (obj: UpdateCaseRequest) => any;
|
|
3978
|
-
/**
|
|
3979
|
-
* @internal
|
|
3980
|
-
*/
|
|
3981
|
-
export declare const SearchAllRelatedItemsResponseItemFilterSensitiveLog: (obj: SearchAllRelatedItemsResponseItem) => any;
|
|
3982
|
-
/**
|
|
3983
|
-
* @internal
|
|
3984
|
-
*/
|
|
3985
|
-
export declare const SearchAllRelatedItemsResponseFilterSensitiveLog: (obj: SearchAllRelatedItemsResponse) => any;
|
|
3986
|
-
/**
|
|
3987
|
-
* @internal
|
|
3988
|
-
*/
|
|
3989
|
-
export declare const RelatedItemTypeFilterFilterSensitiveLog: (obj: RelatedItemTypeFilter) => any;
|
|
3990
|
-
/**
|
|
3991
|
-
* @internal
|
|
3992
|
-
*/
|
|
3993
|
-
export declare const SearchAllRelatedItemsRequestFilterSensitiveLog: (obj: SearchAllRelatedItemsRequest) => any;
|
|
3994
|
-
/**
|
|
3995
|
-
* @internal
|
|
3996
|
-
*/
|
|
3997
|
-
export declare const SearchRelatedItemsRequestFilterSensitiveLog: (obj: SearchRelatedItemsRequest) => any;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: ConnectCasesClientConfig) => {
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: ConnectCasesClientConfig) => {
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: ConnectCasesClientConfig) => {
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: ConnectCasesClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectCasesHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|