@aws-sdk/client-connect 3.43.0 → 3.47.1

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.
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
4
4
  import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
5
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
6
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
7
+ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
8
  import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { AssociateApprovedOriginCommandInput, AssociateApprovedOriginCommandOutput } from "./commands/AssociateApprovedOriginCommand";
10
10
  import { AssociateBotCommandInput, AssociateBotCommandOutput } from "./commands/AssociateBotCommand";
@@ -236,6 +236,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
236
236
  * @internal
237
237
  */
238
238
  defaultUserAgentProvider?: Provider<__UserAgent>;
239
+ /**
240
+ * The {@link DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
241
+ */
242
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
239
243
  }
240
244
  declare type ConnectClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
241
245
  /**
@@ -7,12 +7,6 @@ export interface AccessDeniedException extends __SmithyException, $MetadataBeare
7
7
  $fault: "client";
8
8
  Message?: string;
9
9
  }
10
- export declare namespace AccessDeniedException {
11
- /**
12
- * @internal
13
- */
14
- const filterSensitiveLog: (obj: AccessDeniedException) => any;
15
- }
16
10
  /**
17
11
  * <p>Information about the agent who accepted the contact.</p>
18
12
  */
@@ -140,12 +134,6 @@ export interface InternalServiceException extends __SmithyException, $MetadataBe
140
134
  */
141
135
  Message?: string;
142
136
  }
143
- export declare namespace InternalServiceException {
144
- /**
145
- * @internal
146
- */
147
- const filterSensitiveLog: (obj: InternalServiceException) => any;
148
- }
149
137
  /**
150
138
  * <p>One or more of the specified parameters are not valid.</p>
151
139
  */
@@ -157,12 +145,6 @@ export interface InvalidParameterException extends __SmithyException, $MetadataB
157
145
  */
158
146
  Message?: string;
159
147
  }
160
- export declare namespace InvalidParameterException {
161
- /**
162
- * @internal
163
- */
164
- const filterSensitiveLog: (obj: InvalidParameterException) => any;
165
- }
166
148
  /**
167
149
  * <p>The request is not valid.</p>
168
150
  */
@@ -174,12 +156,6 @@ export interface InvalidRequestException extends __SmithyException, $MetadataBea
174
156
  */
175
157
  Message?: string;
176
158
  }
177
- export declare namespace InvalidRequestException {
178
- /**
179
- * @internal
180
- */
181
- const filterSensitiveLog: (obj: InvalidRequestException) => any;
182
- }
183
159
  /**
184
160
  * <p>A resource already has that name.</p>
185
161
  */
@@ -188,12 +164,6 @@ export interface ResourceConflictException extends __SmithyException, $MetadataB
188
164
  $fault: "client";
189
165
  Message?: string;
190
166
  }
191
- export declare namespace ResourceConflictException {
192
- /**
193
- * @internal
194
- */
195
- const filterSensitiveLog: (obj: ResourceConflictException) => any;
196
- }
197
167
  /**
198
168
  * <p>The specified resource was not found.</p>
199
169
  */
@@ -205,12 +175,6 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
205
175
  */
206
176
  Message?: string;
207
177
  }
208
- export declare namespace ResourceNotFoundException {
209
- /**
210
- * @internal
211
- */
212
- const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
213
- }
214
178
  /**
215
179
  * <p>The service quota has been exceeded.</p>
216
180
  */
@@ -219,12 +183,6 @@ export interface ServiceQuotaExceededException extends __SmithyException, $Metad
219
183
  $fault: "client";
220
184
  Message?: string;
221
185
  }
222
- export declare namespace ServiceQuotaExceededException {
223
- /**
224
- * @internal
225
- */
226
- const filterSensitiveLog: (obj: ServiceQuotaExceededException) => any;
227
- }
228
186
  /**
229
187
  * <p>The throttling limit has been exceeded.</p>
230
188
  */
@@ -233,12 +191,6 @@ export interface ThrottlingException extends __SmithyException, $MetadataBearer
233
191
  $fault: "client";
234
192
  Message?: string;
235
193
  }
236
- export declare namespace ThrottlingException {
237
- /**
238
- * @internal
239
- */
240
- const filterSensitiveLog: (obj: ThrottlingException) => any;
241
- }
242
194
  /**
243
195
  * <p>Configuration information of an Amazon Lex bot.</p>
244
196
  */
@@ -304,12 +256,6 @@ export interface LimitExceededException extends __SmithyException, $MetadataBear
304
256
  */
305
257
  Message?: string;
306
258
  }
307
- export declare namespace LimitExceededException {
308
- /**
309
- * @internal
310
- */
311
- const filterSensitiveLog: (obj: LimitExceededException) => any;
312
- }
313
259
  export declare enum InstanceStorageResourceType {
314
260
  AGENT_EVENTS = "AGENT_EVENTS",
315
261
  CALL_RECORDINGS = "CALL_RECORDINGS",
@@ -707,12 +653,6 @@ export interface DuplicateResourceException extends __SmithyException, $Metadata
707
653
  $fault: "client";
708
654
  Message?: string;
709
655
  }
710
- export declare namespace DuplicateResourceException {
711
- /**
712
- * @internal
713
- */
714
- const filterSensitiveLog: (obj: DuplicateResourceException) => any;
715
- }
716
656
  export declare enum ContactFlowType {
717
657
  AGENT_HOLD = "AGENT_HOLD",
718
658
  AGENT_TRANSFER = "AGENT_TRANSFER",
@@ -801,12 +741,6 @@ export interface InvalidContactFlowException extends __SmithyException, $Metadat
801
741
  */
802
742
  problems?: ProblemDetail[];
803
743
  }
804
- export declare namespace InvalidContactFlowException {
805
- /**
806
- * @internal
807
- */
808
- const filterSensitiveLog: (obj: InvalidContactFlowException) => any;
809
- }
810
744
  export interface CreateContactFlowModuleRequest {
811
745
  /**
812
746
  * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
@@ -866,12 +800,6 @@ export interface IdempotencyException extends __SmithyException, $MetadataBearer
866
800
  $fault: "client";
867
801
  Message?: string;
868
802
  }
869
- export declare namespace IdempotencyException {
870
- /**
871
- * @internal
872
- */
873
- const filterSensitiveLog: (obj: IdempotencyException) => any;
874
- }
875
803
  /**
876
804
  * <p>The problems with the module. Please fix before trying again.</p>
877
805
  */
@@ -880,12 +808,6 @@ export interface InvalidContactFlowModuleException extends __SmithyException, $M
880
808
  $fault: "client";
881
809
  Problems?: ProblemDetail[];
882
810
  }
883
- export declare namespace InvalidContactFlowModuleException {
884
- /**
885
- * @internal
886
- */
887
- const filterSensitiveLog: (obj: InvalidContactFlowModuleException) => any;
888
- }
889
811
  export declare enum HoursOfOperationDays {
890
812
  FRIDAY = "FRIDAY",
891
813
  MONDAY = "MONDAY",
@@ -1803,12 +1725,6 @@ export interface ResourceInUseException extends __SmithyException, $MetadataBear
1803
1725
  */
1804
1726
  ResourceId?: string;
1805
1727
  }
1806
- export declare namespace ResourceInUseException {
1807
- /**
1808
- * @internal
1809
- */
1810
- const filterSensitiveLog: (obj: ResourceInUseException) => any;
1811
- }
1812
1728
  export interface DeleteUseCaseRequest {
1813
1729
  /**
1814
1730
  * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
@@ -2022,12 +1938,6 @@ export interface ContactFlowNotPublishedException extends __SmithyException, $Me
2022
1938
  $fault: "client";
2023
1939
  Message?: string;
2024
1940
  }
2025
- export declare namespace ContactFlowNotPublishedException {
2026
- /**
2027
- * @internal
2028
- */
2029
- const filterSensitiveLog: (obj: ContactFlowNotPublishedException) => any;
2030
- }
2031
1941
  export interface DescribeContactFlowRequest {
2032
1942
  /**
2033
1943
  * <p>The identifier of the Amazon Connect instance.</p>
@@ -3537,12 +3447,6 @@ export interface UserNotFoundException extends __SmithyException, $MetadataBeare
3537
3447
  $fault: "client";
3538
3448
  Message?: string;
3539
3449
  }
3540
- export declare namespace UserNotFoundException {
3541
- /**
3542
- * @internal
3543
- */
3544
- const filterSensitiveLog: (obj: UserNotFoundException) => any;
3545
- }
3546
3450
  export declare enum HistoricalMetricName {
3547
3451
  ABANDON_TIME = "ABANDON_TIME",
3548
3452
  AFTER_CONTACT_WORK_TIME = "AFTER_CONTACT_WORK_TIME",
@@ -5979,12 +5883,6 @@ export interface DestinationNotAllowedException extends __SmithyException, $Meta
5979
5883
  */
5980
5884
  Message?: string;
5981
5885
  }
5982
- export declare namespace DestinationNotAllowedException {
5983
- /**
5984
- * @internal
5985
- */
5986
- const filterSensitiveLog: (obj: DestinationNotAllowedException) => any;
5987
- }
5988
5886
  /**
5989
5887
  * <p>The contact is not permitted.</p>
5990
5888
  */
@@ -5996,12 +5894,6 @@ export interface OutboundContactNotPermittedException extends __SmithyException,
5996
5894
  */
5997
5895
  Message?: string;
5998
5896
  }
5999
- export declare namespace OutboundContactNotPermittedException {
6000
- /**
6001
- * @internal
6002
- */
6003
- const filterSensitiveLog: (obj: OutboundContactNotPermittedException) => any;
6004
- }
6005
5897
  /**
6006
5898
  * <p>Configuration of the answering machine detection.</p>
6007
5899
  */
@@ -6211,12 +6103,6 @@ export interface ContactNotFoundException extends __SmithyException, $MetadataBe
6211
6103
  */
6212
6104
  Message?: string;
6213
6105
  }
6214
- export declare namespace ContactNotFoundException {
6215
- /**
6216
- * @internal
6217
- */
6218
- const filterSensitiveLog: (obj: ContactNotFoundException) => any;
6219
- }
6220
6106
  export interface StopContactRequest {
6221
6107
  /**
6222
6108
  * <p>The ID of the contact.</p>
@@ -1,10 +1,11 @@
1
- import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { ConnectClientConfig } from "./ConnectClient";
3
3
  /**
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: ConnectClientConfig) => {
7
7
  runtime: string;
8
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
8
9
  base64Decoder: import("@aws-sdk/types").Decoder;
9
10
  base64Encoder: import("@aws-sdk/types").Encoder;
10
11
  bodyLengthChecker: (body: any) => number | undefined;
@@ -12,7 +13,7 @@ export declare const getRuntimeConfig: (config: ConnectClientConfig) => {
12
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
15
  region: string | import("@aws-sdk/types").Provider<any>;
15
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
16
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
16
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
18
  sha256: import("@aws-sdk/types").HashConstructor;
18
19
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -1,18 +1,19 @@
1
- import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { ConnectClientConfig } from "./ConnectClient";
3
3
  /**
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: ConnectClientConfig) => {
7
7
  runtime: string;
8
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
8
9
  base64Decoder: import("@aws-sdk/types").Decoder;
9
10
  base64Encoder: import("@aws-sdk/types").Encoder;
10
11
  bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
12
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
15
  region: string | import("@aws-sdk/types").Provider<string>;
15
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
16
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
16
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
18
  sha256: import("@aws-sdk/types").HashConstructor;
18
19
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: ConnectClientConfig) => {
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
26
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
27
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
28
29
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
30
  tls?: boolean | undefined;
30
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
4
4
  import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
5
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
6
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
7
+ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
8
  import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { AssociateApprovedOriginCommandInput, AssociateApprovedOriginCommandOutput } from "./commands/AssociateApprovedOriginCommand";
10
10
  import { AssociateBotCommandInput, AssociateBotCommandOutput } from "./commands/AssociateBotCommand";
@@ -179,6 +179,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
179
179
  regionInfoProvider?: RegionInfoProvider;
180
180
 
181
181
  defaultUserAgentProvider?: Provider<__UserAgent>;
182
+
183
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
182
184
  }
183
185
  declare type ConnectClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
184
186
 
@@ -5,10 +5,6 @@ export interface AccessDeniedException extends __SmithyException, $MetadataBeare
5
5
  $fault: "client";
6
6
  Message?: string;
7
7
  }
8
- export declare namespace AccessDeniedException {
9
-
10
- const filterSensitiveLog: (obj: AccessDeniedException) => any;
11
- }
12
8
 
13
9
  export interface AgentInfo {
14
10
 
@@ -86,10 +82,6 @@ export interface InternalServiceException extends __SmithyException, $MetadataBe
86
82
 
87
83
  Message?: string;
88
84
  }
89
- export declare namespace InternalServiceException {
90
-
91
- const filterSensitiveLog: (obj: InternalServiceException) => any;
92
- }
93
85
 
94
86
  export interface InvalidParameterException extends __SmithyException, $MetadataBearer {
95
87
  name: "InvalidParameterException";
@@ -97,10 +89,6 @@ export interface InvalidParameterException extends __SmithyException, $MetadataB
97
89
 
98
90
  Message?: string;
99
91
  }
100
- export declare namespace InvalidParameterException {
101
-
102
- const filterSensitiveLog: (obj: InvalidParameterException) => any;
103
- }
104
92
 
105
93
  export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
106
94
  name: "InvalidRequestException";
@@ -108,20 +96,12 @@ export interface InvalidRequestException extends __SmithyException, $MetadataBea
108
96
 
109
97
  Message?: string;
110
98
  }
111
- export declare namespace InvalidRequestException {
112
-
113
- const filterSensitiveLog: (obj: InvalidRequestException) => any;
114
- }
115
99
 
116
100
  export interface ResourceConflictException extends __SmithyException, $MetadataBearer {
117
101
  name: "ResourceConflictException";
118
102
  $fault: "client";
119
103
  Message?: string;
120
104
  }
121
- export declare namespace ResourceConflictException {
122
-
123
- const filterSensitiveLog: (obj: ResourceConflictException) => any;
124
- }
125
105
 
126
106
  export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
127
107
  name: "ResourceNotFoundException";
@@ -129,30 +109,18 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
129
109
 
130
110
  Message?: string;
131
111
  }
132
- export declare namespace ResourceNotFoundException {
133
-
134
- const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
135
- }
136
112
 
137
113
  export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
138
114
  name: "ServiceQuotaExceededException";
139
115
  $fault: "client";
140
116
  Message?: string;
141
117
  }
142
- export declare namespace ServiceQuotaExceededException {
143
-
144
- const filterSensitiveLog: (obj: ServiceQuotaExceededException) => any;
145
- }
146
118
 
147
119
  export interface ThrottlingException extends __SmithyException, $MetadataBearer {
148
120
  name: "ThrottlingException";
149
121
  $fault: "client";
150
122
  Message?: string;
151
123
  }
152
- export declare namespace ThrottlingException {
153
-
154
- const filterSensitiveLog: (obj: ThrottlingException) => any;
155
- }
156
124
 
157
125
  export interface LexBot {
158
126
 
@@ -192,10 +160,6 @@ export interface LimitExceededException extends __SmithyException, $MetadataBear
192
160
 
193
161
  Message?: string;
194
162
  }
195
- export declare namespace LimitExceededException {
196
-
197
- const filterSensitiveLog: (obj: LimitExceededException) => any;
198
- }
199
163
  export declare enum InstanceStorageResourceType {
200
164
  AGENT_EVENTS = "AGENT_EVENTS",
201
165
  CALL_RECORDINGS = "CALL_RECORDINGS",
@@ -434,10 +398,6 @@ export interface DuplicateResourceException extends __SmithyException, $Metadata
434
398
  $fault: "client";
435
399
  Message?: string;
436
400
  }
437
- export declare namespace DuplicateResourceException {
438
-
439
- const filterSensitiveLog: (obj: DuplicateResourceException) => any;
440
- }
441
401
  export declare enum ContactFlowType {
442
402
  AGENT_HOLD = "AGENT_HOLD",
443
403
  AGENT_TRANSFER = "AGENT_TRANSFER",
@@ -495,10 +455,6 @@ export interface InvalidContactFlowException extends __SmithyException, $Metadat
495
455
 
496
456
  problems?: ProblemDetail[];
497
457
  }
498
- export declare namespace InvalidContactFlowException {
499
-
500
- const filterSensitiveLog: (obj: InvalidContactFlowException) => any;
501
- }
502
458
  export interface CreateContactFlowModuleRequest {
503
459
 
504
460
  InstanceId: string | undefined;
@@ -535,20 +491,12 @@ export interface IdempotencyException extends __SmithyException, $MetadataBearer
535
491
  $fault: "client";
536
492
  Message?: string;
537
493
  }
538
- export declare namespace IdempotencyException {
539
-
540
- const filterSensitiveLog: (obj: IdempotencyException) => any;
541
- }
542
494
 
543
495
  export interface InvalidContactFlowModuleException extends __SmithyException, $MetadataBearer {
544
496
  name: "InvalidContactFlowModuleException";
545
497
  $fault: "client";
546
498
  Problems?: ProblemDetail[];
547
499
  }
548
- export declare namespace InvalidContactFlowModuleException {
549
-
550
- const filterSensitiveLog: (obj: InvalidContactFlowModuleException) => any;
551
- }
552
500
  export declare enum HoursOfOperationDays {
553
501
  FRIDAY = "FRIDAY",
554
502
  MONDAY = "MONDAY",
@@ -1100,10 +1048,6 @@ export interface ResourceInUseException extends __SmithyException, $MetadataBear
1100
1048
 
1101
1049
  ResourceId?: string;
1102
1050
  }
1103
- export declare namespace ResourceInUseException {
1104
-
1105
- const filterSensitiveLog: (obj: ResourceInUseException) => any;
1106
- }
1107
1051
  export interface DeleteUseCaseRequest {
1108
1052
 
1109
1053
  InstanceId: string | undefined;
@@ -1232,10 +1176,6 @@ export interface ContactFlowNotPublishedException extends __SmithyException, $Me
1232
1176
  $fault: "client";
1233
1177
  Message?: string;
1234
1178
  }
1235
- export declare namespace ContactFlowNotPublishedException {
1236
-
1237
- const filterSensitiveLog: (obj: ContactFlowNotPublishedException) => any;
1238
- }
1239
1179
  export interface DescribeContactFlowRequest {
1240
1180
 
1241
1181
  InstanceId: string | undefined;
@@ -2085,10 +2025,6 @@ export interface UserNotFoundException extends __SmithyException, $MetadataBeare
2085
2025
  $fault: "client";
2086
2026
  Message?: string;
2087
2027
  }
2088
- export declare namespace UserNotFoundException {
2089
-
2090
- const filterSensitiveLog: (obj: UserNotFoundException) => any;
2091
- }
2092
2028
  export declare enum HistoricalMetricName {
2093
2029
  ABANDON_TIME = "ABANDON_TIME",
2094
2030
  AFTER_CONTACT_WORK_TIME = "AFTER_CONTACT_WORK_TIME",
@@ -3528,10 +3464,6 @@ export interface DestinationNotAllowedException extends __SmithyException, $Meta
3528
3464
 
3529
3465
  Message?: string;
3530
3466
  }
3531
- export declare namespace DestinationNotAllowedException {
3532
-
3533
- const filterSensitiveLog: (obj: DestinationNotAllowedException) => any;
3534
- }
3535
3467
 
3536
3468
  export interface OutboundContactNotPermittedException extends __SmithyException, $MetadataBearer {
3537
3469
  name: "OutboundContactNotPermittedException";
@@ -3539,10 +3471,6 @@ export interface OutboundContactNotPermittedException extends __SmithyException,
3539
3471
 
3540
3472
  Message?: string;
3541
3473
  }
3542
- export declare namespace OutboundContactNotPermittedException {
3543
-
3544
- const filterSensitiveLog: (obj: OutboundContactNotPermittedException) => any;
3545
- }
3546
3474
 
3547
3475
  export interface AnswerMachineDetectionConfig {
3548
3476
 
@@ -3648,10 +3576,6 @@ export interface ContactNotFoundException extends __SmithyException, $MetadataBe
3648
3576
 
3649
3577
  Message?: string;
3650
3578
  }
3651
- export declare namespace ContactNotFoundException {
3652
-
3653
- const filterSensitiveLog: (obj: ContactNotFoundException) => any;
3654
- }
3655
3579
  export interface StopContactRequest {
3656
3580
 
3657
3581
  ContactId: string | undefined;
@@ -1,8 +1,9 @@
1
- import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { ConnectClientConfig } from "./ConnectClient";
3
3
 
4
4
  export declare const getRuntimeConfig: (config: ConnectClientConfig) => {
5
5
  runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
6
7
  base64Decoder: import("@aws-sdk/types").Decoder;
7
8
  base64Encoder: import("@aws-sdk/types").Encoder;
8
9
  bodyLengthChecker: (body: any) => number | undefined;
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: ConnectClientConfig) => {
10
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
11
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
12
13
  region: string | import("@aws-sdk/types").Provider<any>;
13
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
14
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
14
15
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
16
  sha256: import("@aws-sdk/types").HashConstructor;
16
17
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -1,16 +1,17 @@
1
- import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { ConnectClientConfig } from "./ConnectClient";
3
3
 
4
4
  export declare const getRuntimeConfig: (config: ConnectClientConfig) => {
5
5
  runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
6
7
  base64Decoder: import("@aws-sdk/types").Decoder;
7
8
  base64Encoder: import("@aws-sdk/types").Encoder;
8
9
  bodyLengthChecker: (body: any) => number | undefined;
9
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
10
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
10
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
11
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
12
13
  region: string | import("@aws-sdk/types").Provider<string>;
13
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
14
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
14
15
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
16
  sha256: import("@aws-sdk/types").HashConstructor;
16
17
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: ConnectClientConfig) => {
23
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
24
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
25
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
26
27
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
27
28
  tls?: boolean | undefined;
28
29
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;