@aws-sdk/client-connectcases 3.928.0 → 3.929.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 -2305
- 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 -139
- 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 +0 -84
- 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 -55
- 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 +2 -3
- 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
|
*/
|
|
@@ -3911,87 +3911,3 @@ export interface SearchRelatedItemsRequest {
|
|
|
3911
3911
|
*/
|
|
3912
3912
|
filters?: RelatedItemTypeFilter[] | undefined;
|
|
3913
3913
|
}
|
|
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;
|
|
@@ -0,0 +1,250 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var CustomEntity: StaticSimpleSchema;
|
|
3
|
+
export declare var SlaName: StaticSimpleSchema;
|
|
4
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
5
|
+
export declare var AuditEvent: StaticStructureSchema;
|
|
6
|
+
export declare var AuditEventField: StaticStructureSchema;
|
|
7
|
+
export declare var AuditEventPerformedBy: StaticStructureSchema;
|
|
8
|
+
export declare var BasicLayout: StaticStructureSchema;
|
|
9
|
+
export declare var BatchGetCaseRuleRequest: StaticStructureSchema;
|
|
10
|
+
export declare var BatchGetCaseRuleResponse: StaticStructureSchema;
|
|
11
|
+
export declare var BatchGetFieldRequest: StaticStructureSchema;
|
|
12
|
+
export declare var BatchGetFieldResponse: StaticStructureSchema;
|
|
13
|
+
export declare var BatchPutFieldOptionsRequest: StaticStructureSchema;
|
|
14
|
+
export declare var BatchPutFieldOptionsResponse: StaticStructureSchema;
|
|
15
|
+
export declare var BooleanOperands: StaticStructureSchema;
|
|
16
|
+
export declare var CaseEventIncludedData: StaticStructureSchema;
|
|
17
|
+
export declare var CaseRuleError: StaticStructureSchema;
|
|
18
|
+
export declare var CaseRuleIdentifier: StaticStructureSchema;
|
|
19
|
+
export declare var CaseRuleSummary: StaticStructureSchema;
|
|
20
|
+
export declare var CaseSummary: StaticStructureSchema;
|
|
21
|
+
export declare var CommentContent: StaticStructureSchema;
|
|
22
|
+
export declare var CommentFilter: StaticStructureSchema;
|
|
23
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
24
|
+
export declare var ConnectCaseContent: StaticStructureSchema;
|
|
25
|
+
export declare var ConnectCaseFilter: StaticStructureSchema;
|
|
26
|
+
export declare var ConnectCaseInputContent: StaticStructureSchema;
|
|
27
|
+
export declare var Contact: StaticStructureSchema;
|
|
28
|
+
export declare var ContactContent: StaticStructureSchema;
|
|
29
|
+
export declare var ContactFilter: StaticStructureSchema;
|
|
30
|
+
export declare var CreateCaseRequest: StaticStructureSchema;
|
|
31
|
+
export declare var CreateCaseResponse: StaticStructureSchema;
|
|
32
|
+
export declare var CreateCaseRuleRequest: StaticStructureSchema;
|
|
33
|
+
export declare var CreateCaseRuleResponse: StaticStructureSchema;
|
|
34
|
+
export declare var CreateDomainRequest: StaticStructureSchema;
|
|
35
|
+
export declare var CreateDomainResponse: StaticStructureSchema;
|
|
36
|
+
export declare var CreateFieldRequest: StaticStructureSchema;
|
|
37
|
+
export declare var CreateFieldResponse: StaticStructureSchema;
|
|
38
|
+
export declare var CreateLayoutRequest: StaticStructureSchema;
|
|
39
|
+
export declare var CreateLayoutResponse: StaticStructureSchema;
|
|
40
|
+
export declare var CreateRelatedItemRequest: StaticStructureSchema;
|
|
41
|
+
export declare var CreateRelatedItemResponse: StaticStructureSchema;
|
|
42
|
+
export declare var CreateTemplateRequest: StaticStructureSchema;
|
|
43
|
+
export declare var CreateTemplateResponse: StaticStructureSchema;
|
|
44
|
+
export declare var CustomContent: StaticStructureSchema;
|
|
45
|
+
export declare var CustomFilter: StaticStructureSchema;
|
|
46
|
+
export declare var CustomInputContent: StaticStructureSchema;
|
|
47
|
+
export declare var DeleteCaseRequest: StaticStructureSchema;
|
|
48
|
+
export declare var DeleteCaseResponse: StaticStructureSchema;
|
|
49
|
+
export declare var DeleteCaseRuleRequest: StaticStructureSchema;
|
|
50
|
+
export declare var DeleteCaseRuleResponse: StaticStructureSchema;
|
|
51
|
+
export declare var DeleteDomainRequest: StaticStructureSchema;
|
|
52
|
+
export declare var DeleteDomainResponse: StaticStructureSchema;
|
|
53
|
+
export declare var DeleteFieldRequest: StaticStructureSchema;
|
|
54
|
+
export declare var DeleteFieldResponse: StaticStructureSchema;
|
|
55
|
+
export declare var DeleteLayoutRequest: StaticStructureSchema;
|
|
56
|
+
export declare var DeleteLayoutResponse: StaticStructureSchema;
|
|
57
|
+
export declare var DeleteRelatedItemRequest: StaticStructureSchema;
|
|
58
|
+
export declare var DeleteRelatedItemResponse: StaticStructureSchema;
|
|
59
|
+
export declare var DeleteTemplateRequest: StaticStructureSchema;
|
|
60
|
+
export declare var DeleteTemplateResponse: StaticStructureSchema;
|
|
61
|
+
export declare var DomainSummary: StaticStructureSchema;
|
|
62
|
+
export declare var EmptyFieldValue: StaticStructureSchema;
|
|
63
|
+
export declare var EmptyOperandValue: StaticStructureSchema;
|
|
64
|
+
export declare var EventBridgeConfiguration: StaticStructureSchema;
|
|
65
|
+
export declare var EventIncludedData: StaticStructureSchema;
|
|
66
|
+
export declare var FieldError: StaticStructureSchema;
|
|
67
|
+
export declare var FieldGroup: StaticStructureSchema;
|
|
68
|
+
export declare var FieldIdentifier: StaticStructureSchema;
|
|
69
|
+
export declare var FieldItem: StaticStructureSchema;
|
|
70
|
+
export declare var FieldOption: StaticStructureSchema;
|
|
71
|
+
export declare var FieldOptionError: StaticStructureSchema;
|
|
72
|
+
export declare var FieldOptionsCaseRule: StaticStructureSchema;
|
|
73
|
+
export declare var FieldSummary: StaticStructureSchema;
|
|
74
|
+
export declare var FieldValue: StaticStructureSchema;
|
|
75
|
+
export declare var FileContent: StaticStructureSchema;
|
|
76
|
+
export declare var FileFilter: StaticStructureSchema;
|
|
77
|
+
export declare var GetCaseAuditEventsRequest: StaticStructureSchema;
|
|
78
|
+
export declare var GetCaseAuditEventsResponse: StaticStructureSchema;
|
|
79
|
+
export declare var GetCaseEventConfigurationRequest: StaticStructureSchema;
|
|
80
|
+
export declare var GetCaseEventConfigurationResponse: StaticStructureSchema;
|
|
81
|
+
export declare var GetCaseRequest: StaticStructureSchema;
|
|
82
|
+
export declare var GetCaseResponse: StaticStructureSchema;
|
|
83
|
+
export declare var GetCaseRuleResponse: StaticStructureSchema;
|
|
84
|
+
export declare var GetDomainRequest: StaticStructureSchema;
|
|
85
|
+
export declare var GetDomainResponse: StaticStructureSchema;
|
|
86
|
+
export declare var GetFieldResponse: StaticStructureSchema;
|
|
87
|
+
export declare var GetLayoutRequest: StaticStructureSchema;
|
|
88
|
+
export declare var GetLayoutResponse: StaticStructureSchema;
|
|
89
|
+
export declare var GetTemplateRequest: StaticStructureSchema;
|
|
90
|
+
export declare var GetTemplateResponse: StaticStructureSchema;
|
|
91
|
+
export declare var HiddenCaseRule: StaticStructureSchema;
|
|
92
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
93
|
+
export declare var LayoutConfiguration: StaticStructureSchema;
|
|
94
|
+
export declare var LayoutSections: StaticStructureSchema;
|
|
95
|
+
export declare var LayoutSummary: StaticStructureSchema;
|
|
96
|
+
export declare var ListCaseRulesRequest: StaticStructureSchema;
|
|
97
|
+
export declare var ListCaseRulesResponse: StaticStructureSchema;
|
|
98
|
+
export declare var ListCasesForContactRequest: StaticStructureSchema;
|
|
99
|
+
export declare var ListCasesForContactResponse: StaticStructureSchema;
|
|
100
|
+
export declare var ListDomainsRequest: StaticStructureSchema;
|
|
101
|
+
export declare var ListDomainsResponse: StaticStructureSchema;
|
|
102
|
+
export declare var ListFieldOptionsRequest: StaticStructureSchema;
|
|
103
|
+
export declare var ListFieldOptionsResponse: StaticStructureSchema;
|
|
104
|
+
export declare var ListFieldsRequest: StaticStructureSchema;
|
|
105
|
+
export declare var ListFieldsResponse: StaticStructureSchema;
|
|
106
|
+
export declare var ListLayoutsRequest: StaticStructureSchema;
|
|
107
|
+
export declare var ListLayoutsResponse: StaticStructureSchema;
|
|
108
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
109
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
110
|
+
export declare var ListTemplatesRequest: StaticStructureSchema;
|
|
111
|
+
export declare var ListTemplatesResponse: StaticStructureSchema;
|
|
112
|
+
export declare var ParentChildFieldOptionsMapping: StaticStructureSchema;
|
|
113
|
+
export declare var PutCaseEventConfigurationRequest: StaticStructureSchema;
|
|
114
|
+
export declare var PutCaseEventConfigurationResponse: StaticStructureSchema;
|
|
115
|
+
export declare var RelatedItemEventIncludedData: StaticStructureSchema;
|
|
116
|
+
export declare var RequiredCaseRule: StaticStructureSchema;
|
|
117
|
+
export declare var RequiredField: StaticStructureSchema;
|
|
118
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
119
|
+
export declare var SearchAllRelatedItemsRequest: StaticStructureSchema;
|
|
120
|
+
export declare var SearchAllRelatedItemsResponse: StaticStructureSchema;
|
|
121
|
+
export declare var SearchAllRelatedItemsResponseItem: StaticStructureSchema;
|
|
122
|
+
export declare var SearchAllRelatedItemsSort: StaticStructureSchema;
|
|
123
|
+
export declare var SearchCasesRequest: StaticStructureSchema;
|
|
124
|
+
export declare var SearchCasesResponse: StaticStructureSchema;
|
|
125
|
+
export declare var SearchCasesResponseItem: StaticStructureSchema;
|
|
126
|
+
export declare var SearchRelatedItemsRequest: StaticStructureSchema;
|
|
127
|
+
export declare var SearchRelatedItemsResponse: StaticStructureSchema;
|
|
128
|
+
export declare var SearchRelatedItemsResponseItem: StaticStructureSchema;
|
|
129
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
130
|
+
export declare var SlaConfiguration: StaticStructureSchema;
|
|
131
|
+
export declare var SlaContent: StaticStructureSchema;
|
|
132
|
+
export declare var SlaFilter: StaticStructureSchema;
|
|
133
|
+
export declare var SlaInputConfiguration: StaticStructureSchema;
|
|
134
|
+
export declare var Sort: StaticStructureSchema;
|
|
135
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
136
|
+
export declare var TemplateRule: StaticStructureSchema;
|
|
137
|
+
export declare var TemplateSummary: StaticStructureSchema;
|
|
138
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
139
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
140
|
+
export declare var UpdateCaseRequest: StaticStructureSchema;
|
|
141
|
+
export declare var UpdateCaseResponse: StaticStructureSchema;
|
|
142
|
+
export declare var UpdateCaseRuleRequest: StaticStructureSchema;
|
|
143
|
+
export declare var UpdateCaseRuleResponse: StaticStructureSchema;
|
|
144
|
+
export declare var UpdateFieldRequest: StaticStructureSchema;
|
|
145
|
+
export declare var UpdateFieldResponse: StaticStructureSchema;
|
|
146
|
+
export declare var UpdateLayoutRequest: StaticStructureSchema;
|
|
147
|
+
export declare var UpdateLayoutResponse: StaticStructureSchema;
|
|
148
|
+
export declare var UpdateTemplateRequest: StaticStructureSchema;
|
|
149
|
+
export declare var UpdateTemplateResponse: StaticStructureSchema;
|
|
150
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
151
|
+
export declare var __Unit: "unit";
|
|
152
|
+
export declare var ConnectCasesServiceException: StaticErrorSchema;
|
|
153
|
+
export declare var AuditEventFieldList: StaticListSchema;
|
|
154
|
+
export declare var AuditEventsList: StaticListSchema;
|
|
155
|
+
export declare var BatchGetCaseRuleErrorList: StaticListSchema;
|
|
156
|
+
export declare var BatchGetCaseRuleList: StaticListSchema;
|
|
157
|
+
export declare var BatchGetCaseRuleUnprocessedList: number;
|
|
158
|
+
export declare var BatchGetFieldErrorList: StaticListSchema;
|
|
159
|
+
export declare var BatchGetFieldIdentifierList: StaticListSchema;
|
|
160
|
+
export declare var BatchGetFieldList: StaticListSchema;
|
|
161
|
+
export declare var BooleanConditionList: StaticListSchema;
|
|
162
|
+
export declare var CaseFilterList: StaticListSchema;
|
|
163
|
+
export declare var CaseRuleIdentifierList: StaticListSchema;
|
|
164
|
+
export declare var CaseRuleSummaryList: StaticListSchema;
|
|
165
|
+
export declare var CaseSummaryList: StaticListSchema;
|
|
166
|
+
export declare var ChannelList: number;
|
|
167
|
+
export declare var CustomFieldsFilterList: StaticListSchema;
|
|
168
|
+
export declare var DomainSummaryList: StaticListSchema;
|
|
169
|
+
export declare var FieldIdentifierList: StaticListSchema;
|
|
170
|
+
export declare var FieldList: StaticListSchema;
|
|
171
|
+
export declare var FieldOptionErrorList: StaticListSchema;
|
|
172
|
+
export declare var FieldOptionsList: StaticListSchema;
|
|
173
|
+
export declare var FieldSummaryList: StaticListSchema;
|
|
174
|
+
export declare var FieldValueList: StaticListSchema;
|
|
175
|
+
export declare var LayoutSummaryList: StaticListSchema;
|
|
176
|
+
export declare var ParentChildFieldOptionsMappingList: StaticListSchema;
|
|
177
|
+
export declare var ParentChildFieldOptionValueList: number;
|
|
178
|
+
export declare var RelatedItemFilterList: StaticListSchema;
|
|
179
|
+
export declare var RequiredFieldList: StaticListSchema;
|
|
180
|
+
export declare var SearchAllRelatedItemsResponseItemList: StaticListSchema;
|
|
181
|
+
export declare var SearchAllRelatedItemsSortList: StaticListSchema;
|
|
182
|
+
export declare var SearchCasesResponseItemList: StaticListSchema;
|
|
183
|
+
export declare var SearchRelatedItemsResponseItemList: StaticListSchema;
|
|
184
|
+
export declare var SectionsList: StaticListSchema;
|
|
185
|
+
export declare var SlaFieldValueUnionList: StaticListSchema;
|
|
186
|
+
export declare var SortList: StaticListSchema;
|
|
187
|
+
export declare var TagKeyList: number;
|
|
188
|
+
export declare var TemplateCaseRuleList: StaticListSchema;
|
|
189
|
+
export declare var TemplateStatusFilters: number;
|
|
190
|
+
export declare var TemplateSummaryList: StaticListSchema;
|
|
191
|
+
export declare var ValuesList: number;
|
|
192
|
+
export declare var Tags: StaticMapSchema;
|
|
193
|
+
export declare var AuditEventFieldValueUnion: StaticStructureSchema;
|
|
194
|
+
export declare var BooleanCondition: StaticStructureSchema;
|
|
195
|
+
export declare var CaseFilter: StaticStructureSchema;
|
|
196
|
+
export declare var CaseRuleDetails: StaticStructureSchema;
|
|
197
|
+
export declare var CustomFieldsFilter: StaticStructureSchema;
|
|
198
|
+
export declare var FieldFilter: StaticStructureSchema;
|
|
199
|
+
export declare var FieldValueUnion: StaticStructureSchema;
|
|
200
|
+
export declare var LayoutContent: StaticStructureSchema;
|
|
201
|
+
export declare var OperandOne: StaticStructureSchema;
|
|
202
|
+
export declare var OperandTwo: StaticStructureSchema;
|
|
203
|
+
export declare var RelatedItemContent: StaticStructureSchema;
|
|
204
|
+
export declare var RelatedItemInputContent: StaticStructureSchema;
|
|
205
|
+
export declare var RelatedItemTypeFilter: StaticStructureSchema;
|
|
206
|
+
export declare var Section: StaticStructureSchema;
|
|
207
|
+
export declare var SlaInputContent: StaticStructureSchema;
|
|
208
|
+
export declare var UserUnion: StaticStructureSchema;
|
|
209
|
+
export declare var BatchGetCaseRule: StaticOperationSchema;
|
|
210
|
+
export declare var BatchGetField: StaticOperationSchema;
|
|
211
|
+
export declare var BatchPutFieldOptions: StaticOperationSchema;
|
|
212
|
+
export declare var CreateCase: StaticOperationSchema;
|
|
213
|
+
export declare var CreateCaseRule: StaticOperationSchema;
|
|
214
|
+
export declare var CreateDomain: StaticOperationSchema;
|
|
215
|
+
export declare var CreateField: StaticOperationSchema;
|
|
216
|
+
export declare var CreateLayout: StaticOperationSchema;
|
|
217
|
+
export declare var CreateRelatedItem: StaticOperationSchema;
|
|
218
|
+
export declare var CreateTemplate: StaticOperationSchema;
|
|
219
|
+
export declare var DeleteCase: StaticOperationSchema;
|
|
220
|
+
export declare var DeleteCaseRule: StaticOperationSchema;
|
|
221
|
+
export declare var DeleteDomain: StaticOperationSchema;
|
|
222
|
+
export declare var DeleteField: StaticOperationSchema;
|
|
223
|
+
export declare var DeleteLayout: StaticOperationSchema;
|
|
224
|
+
export declare var DeleteRelatedItem: StaticOperationSchema;
|
|
225
|
+
export declare var DeleteTemplate: StaticOperationSchema;
|
|
226
|
+
export declare var GetCase: StaticOperationSchema;
|
|
227
|
+
export declare var GetCaseAuditEvents: StaticOperationSchema;
|
|
228
|
+
export declare var GetCaseEventConfiguration: StaticOperationSchema;
|
|
229
|
+
export declare var GetDomain: StaticOperationSchema;
|
|
230
|
+
export declare var GetLayout: StaticOperationSchema;
|
|
231
|
+
export declare var GetTemplate: StaticOperationSchema;
|
|
232
|
+
export declare var ListCaseRules: StaticOperationSchema;
|
|
233
|
+
export declare var ListCasesForContact: StaticOperationSchema;
|
|
234
|
+
export declare var ListDomains: StaticOperationSchema;
|
|
235
|
+
export declare var ListFieldOptions: StaticOperationSchema;
|
|
236
|
+
export declare var ListFields: StaticOperationSchema;
|
|
237
|
+
export declare var ListLayouts: StaticOperationSchema;
|
|
238
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
239
|
+
export declare var ListTemplates: StaticOperationSchema;
|
|
240
|
+
export declare var PutCaseEventConfiguration: StaticOperationSchema;
|
|
241
|
+
export declare var SearchAllRelatedItems: StaticOperationSchema;
|
|
242
|
+
export declare var SearchCases: StaticOperationSchema;
|
|
243
|
+
export declare var SearchRelatedItems: StaticOperationSchema;
|
|
244
|
+
export declare var TagResource: StaticOperationSchema;
|
|
245
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
246
|
+
export declare var UpdateCase: StaticOperationSchema;
|
|
247
|
+
export declare var UpdateCaseRule: StaticOperationSchema;
|
|
248
|
+
export declare var UpdateField: StaticOperationSchema;
|
|
249
|
+
export declare var UpdateLayout: StaticOperationSchema;
|
|
250
|
+
export declare var UpdateTemplate: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -330,6 +333,7 @@ export interface ClientDefaults
|
|
|
330
333
|
retryMode?: string | __Provider<string>;
|
|
331
334
|
logger?: __Logger;
|
|
332
335
|
extensions?: RuntimeExtension[];
|
|
336
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
333
337
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
334
338
|
}
|
|
335
339
|
export type ConnectCasesClientConfigType = Partial<
|
|
@@ -1531,58 +1531,3 @@ export interface SearchRelatedItemsRequest {
|
|
|
1531
1531
|
nextToken?: string | undefined;
|
|
1532
1532
|
filters?: RelatedItemTypeFilter[] | undefined;
|
|
1533
1533
|
}
|
|
1534
|
-
export declare const UserUnionFilterSensitiveLog: (obj: UserUnion) => any;
|
|
1535
|
-
export declare const CreateCaseRequestFilterSensitiveLog: (
|
|
1536
|
-
obj: CreateCaseRequest
|
|
1537
|
-
) => any;
|
|
1538
|
-
export declare const AuditEventPerformedByFilterSensitiveLog: (
|
|
1539
|
-
obj: AuditEventPerformedBy
|
|
1540
|
-
) => any;
|
|
1541
|
-
export declare const AuditEventFilterSensitiveLog: (obj: AuditEvent) => any;
|
|
1542
|
-
export declare const GetCaseAuditEventsResponseFilterSensitiveLog: (
|
|
1543
|
-
obj: GetCaseAuditEventsResponse
|
|
1544
|
-
) => any;
|
|
1545
|
-
export declare const SlaInputConfigurationFilterSensitiveLog: (
|
|
1546
|
-
obj: SlaInputConfiguration
|
|
1547
|
-
) => any;
|
|
1548
|
-
export declare const SlaInputContentFilterSensitiveLog: (
|
|
1549
|
-
obj: SlaInputContent
|
|
1550
|
-
) => any;
|
|
1551
|
-
export declare const RelatedItemInputContentFilterSensitiveLog: (
|
|
1552
|
-
obj: RelatedItemInputContent
|
|
1553
|
-
) => any;
|
|
1554
|
-
export declare const CreateRelatedItemRequestFilterSensitiveLog: (
|
|
1555
|
-
obj: CreateRelatedItemRequest
|
|
1556
|
-
) => any;
|
|
1557
|
-
export declare const SlaFilterFilterSensitiveLog: (obj: SlaFilter) => any;
|
|
1558
|
-
export declare const SlaConfigurationFilterSensitiveLog: (
|
|
1559
|
-
obj: SlaConfiguration
|
|
1560
|
-
) => any;
|
|
1561
|
-
export declare const SlaContentFilterSensitiveLog: (obj: SlaContent) => any;
|
|
1562
|
-
export declare const RelatedItemContentFilterSensitiveLog: (
|
|
1563
|
-
obj: RelatedItemContent
|
|
1564
|
-
) => any;
|
|
1565
|
-
export declare const SearchRelatedItemsResponseItemFilterSensitiveLog: (
|
|
1566
|
-
obj: SearchRelatedItemsResponseItem
|
|
1567
|
-
) => any;
|
|
1568
|
-
export declare const SearchRelatedItemsResponseFilterSensitiveLog: (
|
|
1569
|
-
obj: SearchRelatedItemsResponse
|
|
1570
|
-
) => any;
|
|
1571
|
-
export declare const UpdateCaseRequestFilterSensitiveLog: (
|
|
1572
|
-
obj: UpdateCaseRequest
|
|
1573
|
-
) => any;
|
|
1574
|
-
export declare const SearchAllRelatedItemsResponseItemFilterSensitiveLog: (
|
|
1575
|
-
obj: SearchAllRelatedItemsResponseItem
|
|
1576
|
-
) => any;
|
|
1577
|
-
export declare const SearchAllRelatedItemsResponseFilterSensitiveLog: (
|
|
1578
|
-
obj: SearchAllRelatedItemsResponse
|
|
1579
|
-
) => any;
|
|
1580
|
-
export declare const RelatedItemTypeFilterFilterSensitiveLog: (
|
|
1581
|
-
obj: RelatedItemTypeFilter
|
|
1582
|
-
) => any;
|
|
1583
|
-
export declare const SearchAllRelatedItemsRequestFilterSensitiveLog: (
|
|
1584
|
-
obj: SearchAllRelatedItemsRequest
|
|
1585
|
-
) => any;
|
|
1586
|
-
export declare const SearchRelatedItemsRequestFilterSensitiveLog: (
|
|
1587
|
-
obj: SearchRelatedItemsRequest
|
|
1588
|
-
) => any;
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: ConnectCasesClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
userAgentAppId?:
|
|
43
47
|
| string
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: ConnectCasesClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
retryStrategy?:
|
|
43
47
|
| import("@smithy/types").RetryStrategy
|
|
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: ConnectCasesClientConfig) => {
|
|
|
37
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
38
|
logger: import("@smithy/types").Logger;
|
|
39
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
+
import("@smithy/types").HttpRequest,
|
|
42
|
+
import("@smithy/types").HttpResponse
|
|
43
|
+
>;
|
|
40
44
|
defaultsMode:
|
|
41
45
|
| import("@smithy/smithy-client").DefaultsMode
|
|
42
46
|
| import("@smithy/types").Provider<
|
|
@@ -14,6 +14,10 @@ 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<
|
|
18
|
+
import("@smithy/types").HttpRequest,
|
|
19
|
+
import("@smithy/types").HttpResponse
|
|
20
|
+
>;
|
|
17
21
|
serviceId: string;
|
|
18
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
23
|
utf8Decoder: import("@smithy/types").Decoder;
|