@aws-sdk/client-workmail 3.46.0 → 3.48.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/CHANGELOG.md +35 -0
- package/dist-cjs/models/models_0.js +4 -136
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +10 -2
- package/dist-es/models/models_0.js +0 -88
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -4
- package/dist-types/WorkMailClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -132
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/WorkMailClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -88
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +35 -35
|
@@ -99,12 +99,6 @@ export interface EntityNotFoundException extends __SmithyException, $MetadataBea
|
|
|
99
99
|
$fault: "client";
|
|
100
100
|
Message?: string;
|
|
101
101
|
}
|
|
102
|
-
export declare namespace EntityNotFoundException {
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
const filterSensitiveLog: (obj: EntityNotFoundException) => any;
|
|
107
|
-
}
|
|
108
102
|
/**
|
|
109
103
|
* <p>You are performing an operation on a user, group, or resource that isn't in the
|
|
110
104
|
* expected state, such as trying to delete an active user.</p>
|
|
@@ -114,12 +108,6 @@ export interface EntityStateException extends __SmithyException, $MetadataBearer
|
|
|
114
108
|
$fault: "client";
|
|
115
109
|
Message?: string;
|
|
116
110
|
}
|
|
117
|
-
export declare namespace EntityStateException {
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
const filterSensitiveLog: (obj: EntityStateException) => any;
|
|
122
|
-
}
|
|
123
111
|
/**
|
|
124
112
|
* <p>One or more of the input parameters don't match the service's restrictions.</p>
|
|
125
113
|
*/
|
|
@@ -128,12 +116,6 @@ export interface InvalidParameterException extends __SmithyException, $MetadataB
|
|
|
128
116
|
$fault: "client";
|
|
129
117
|
Message?: string;
|
|
130
118
|
}
|
|
131
|
-
export declare namespace InvalidParameterException {
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
const filterSensitiveLog: (obj: InvalidParameterException) => any;
|
|
136
|
-
}
|
|
137
119
|
/**
|
|
138
120
|
* <p>An operation received a valid organization identifier that either doesn't belong or
|
|
139
121
|
* exist in the system.</p>
|
|
@@ -143,12 +125,6 @@ export interface OrganizationNotFoundException extends __SmithyException, $Metad
|
|
|
143
125
|
$fault: "client";
|
|
144
126
|
Message?: string;
|
|
145
127
|
}
|
|
146
|
-
export declare namespace OrganizationNotFoundException {
|
|
147
|
-
/**
|
|
148
|
-
* @internal
|
|
149
|
-
*/
|
|
150
|
-
const filterSensitiveLog: (obj: OrganizationNotFoundException) => any;
|
|
151
|
-
}
|
|
152
128
|
/**
|
|
153
129
|
* <p>The organization must have a valid state to perform certain
|
|
154
130
|
* operations on the organization or its members.</p>
|
|
@@ -158,12 +134,6 @@ export interface OrganizationStateException extends __SmithyException, $Metadata
|
|
|
158
134
|
$fault: "client";
|
|
159
135
|
Message?: string;
|
|
160
136
|
}
|
|
161
|
-
export declare namespace OrganizationStateException {
|
|
162
|
-
/**
|
|
163
|
-
* @internal
|
|
164
|
-
*/
|
|
165
|
-
const filterSensitiveLog: (obj: OrganizationStateException) => any;
|
|
166
|
-
}
|
|
167
137
|
export interface AssociateMemberToGroupRequest {
|
|
168
138
|
/**
|
|
169
139
|
* <p>The organization under which the group exists.</p>
|
|
@@ -200,12 +170,6 @@ export interface DirectoryServiceAuthenticationFailedException extends __SmithyE
|
|
|
200
170
|
$fault: "client";
|
|
201
171
|
Message?: string;
|
|
202
172
|
}
|
|
203
|
-
export declare namespace DirectoryServiceAuthenticationFailedException {
|
|
204
|
-
/**
|
|
205
|
-
* @internal
|
|
206
|
-
*/
|
|
207
|
-
const filterSensitiveLog: (obj: DirectoryServiceAuthenticationFailedException) => any;
|
|
208
|
-
}
|
|
209
173
|
/**
|
|
210
174
|
* <p>The directory is unavailable. It might be located in another Region or deleted.</p>
|
|
211
175
|
*/
|
|
@@ -214,12 +178,6 @@ export interface DirectoryUnavailableException extends __SmithyException, $Metad
|
|
|
214
178
|
$fault: "client";
|
|
215
179
|
Message?: string;
|
|
216
180
|
}
|
|
217
|
-
export declare namespace DirectoryUnavailableException {
|
|
218
|
-
/**
|
|
219
|
-
* @internal
|
|
220
|
-
*/
|
|
221
|
-
const filterSensitiveLog: (obj: DirectoryUnavailableException) => any;
|
|
222
|
-
}
|
|
223
181
|
/**
|
|
224
182
|
* <p>You can't perform a write operation against a read-only directory.</p>
|
|
225
183
|
*/
|
|
@@ -228,12 +186,6 @@ export interface UnsupportedOperationException extends __SmithyException, $Metad
|
|
|
228
186
|
$fault: "client";
|
|
229
187
|
Message?: string;
|
|
230
188
|
}
|
|
231
|
-
export declare namespace UnsupportedOperationException {
|
|
232
|
-
/**
|
|
233
|
-
* @internal
|
|
234
|
-
*/
|
|
235
|
-
const filterSensitiveLog: (obj: UnsupportedOperationException) => any;
|
|
236
|
-
}
|
|
237
189
|
/**
|
|
238
190
|
* <p>At least one delegate must be associated to the resource to disable automatic replies
|
|
239
191
|
* from the resource.</p>
|
|
@@ -324,12 +276,6 @@ export interface EmailAddressInUseException extends __SmithyException, $Metadata
|
|
|
324
276
|
$fault: "client";
|
|
325
277
|
Message?: string;
|
|
326
278
|
}
|
|
327
|
-
export declare namespace EmailAddressInUseException {
|
|
328
|
-
/**
|
|
329
|
-
* @internal
|
|
330
|
-
*/
|
|
331
|
-
const filterSensitiveLog: (obj: EmailAddressInUseException) => any;
|
|
332
|
-
}
|
|
333
279
|
/**
|
|
334
280
|
* <p>The request exceeds the limit of the resource.</p>
|
|
335
281
|
*/
|
|
@@ -338,12 +284,6 @@ export interface LimitExceededException extends __SmithyException, $MetadataBear
|
|
|
338
284
|
$fault: "client";
|
|
339
285
|
Message?: string;
|
|
340
286
|
}
|
|
341
|
-
export declare namespace LimitExceededException {
|
|
342
|
-
/**
|
|
343
|
-
* @internal
|
|
344
|
-
*/
|
|
345
|
-
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
346
|
-
}
|
|
347
287
|
/**
|
|
348
288
|
* <p>The domain specified is not found in your organization.</p>
|
|
349
289
|
*/
|
|
@@ -352,12 +292,6 @@ export interface MailDomainNotFoundException extends __SmithyException, $Metadat
|
|
|
352
292
|
$fault: "client";
|
|
353
293
|
Message?: string;
|
|
354
294
|
}
|
|
355
|
-
export declare namespace MailDomainNotFoundException {
|
|
356
|
-
/**
|
|
357
|
-
* @internal
|
|
358
|
-
*/
|
|
359
|
-
const filterSensitiveLog: (obj: MailDomainNotFoundException) => any;
|
|
360
|
-
}
|
|
361
295
|
/**
|
|
362
296
|
* <p>After a domain has been added to the organization, it must be verified. The domain is
|
|
363
297
|
* not yet verified.</p>
|
|
@@ -367,12 +301,6 @@ export interface MailDomainStateException extends __SmithyException, $MetadataBe
|
|
|
367
301
|
$fault: "client";
|
|
368
302
|
Message?: string;
|
|
369
303
|
}
|
|
370
|
-
export declare namespace MailDomainStateException {
|
|
371
|
-
/**
|
|
372
|
-
* @internal
|
|
373
|
-
*/
|
|
374
|
-
const filterSensitiveLog: (obj: MailDomainStateException) => any;
|
|
375
|
-
}
|
|
376
304
|
export interface CreateGroupRequest {
|
|
377
305
|
/**
|
|
378
306
|
* <p>The organization under which the group is to be created.</p>
|
|
@@ -409,12 +337,6 @@ export interface NameAvailabilityException extends __SmithyException, $MetadataB
|
|
|
409
337
|
$fault: "client";
|
|
410
338
|
Message?: string;
|
|
411
339
|
}
|
|
412
|
-
export declare namespace NameAvailabilityException {
|
|
413
|
-
/**
|
|
414
|
-
* @internal
|
|
415
|
-
*/
|
|
416
|
-
const filterSensitiveLog: (obj: NameAvailabilityException) => any;
|
|
417
|
-
}
|
|
418
340
|
/**
|
|
419
341
|
* <p>This user, group, or resource name is not allowed in Amazon WorkMail.</p>
|
|
420
342
|
*/
|
|
@@ -423,12 +345,6 @@ export interface ReservedNameException extends __SmithyException, $MetadataBeare
|
|
|
423
345
|
$fault: "client";
|
|
424
346
|
Message?: string;
|
|
425
347
|
}
|
|
426
|
-
export declare namespace ReservedNameException {
|
|
427
|
-
/**
|
|
428
|
-
* @internal
|
|
429
|
-
*/
|
|
430
|
-
const filterSensitiveLog: (obj: ReservedNameException) => any;
|
|
431
|
-
}
|
|
432
348
|
export declare enum MobileDeviceAccessRuleEffect {
|
|
433
349
|
ALLOW = "ALLOW",
|
|
434
350
|
DENY = "DENY"
|
|
@@ -578,12 +494,6 @@ export interface DirectoryInUseException extends __SmithyException, $MetadataBea
|
|
|
578
494
|
$fault: "client";
|
|
579
495
|
Message?: string;
|
|
580
496
|
}
|
|
581
|
-
export declare namespace DirectoryInUseException {
|
|
582
|
-
/**
|
|
583
|
-
* @internal
|
|
584
|
-
*/
|
|
585
|
-
const filterSensitiveLog: (obj: DirectoryInUseException) => any;
|
|
586
|
-
}
|
|
587
497
|
export declare enum ResourceType {
|
|
588
498
|
EQUIPMENT = "EQUIPMENT",
|
|
589
499
|
ROOM = "ROOM"
|
|
@@ -667,12 +577,6 @@ export interface InvalidPasswordException extends __SmithyException, $MetadataBe
|
|
|
667
577
|
$fault: "client";
|
|
668
578
|
Message?: string;
|
|
669
579
|
}
|
|
670
|
-
export declare namespace InvalidPasswordException {
|
|
671
|
-
/**
|
|
672
|
-
* @internal
|
|
673
|
-
*/
|
|
674
|
-
const filterSensitiveLog: (obj: InvalidPasswordException) => any;
|
|
675
|
-
}
|
|
676
580
|
export declare enum MemberType {
|
|
677
581
|
GROUP = "GROUP",
|
|
678
582
|
USER = "USER"
|
|
@@ -1057,12 +961,6 @@ export interface InvalidCustomSesConfigurationException extends __SmithyExceptio
|
|
|
1057
961
|
$fault: "client";
|
|
1058
962
|
Message?: string;
|
|
1059
963
|
}
|
|
1060
|
-
export declare namespace InvalidCustomSesConfigurationException {
|
|
1061
|
-
/**
|
|
1062
|
-
* @internal
|
|
1063
|
-
*/
|
|
1064
|
-
const filterSensitiveLog: (obj: InvalidCustomSesConfigurationException) => any;
|
|
1065
|
-
}
|
|
1066
964
|
/**
|
|
1067
965
|
* <p>The domain you're trying to change is in use by another user or organization in your account. See the error message for details.</p>
|
|
1068
966
|
*/
|
|
@@ -1071,12 +969,6 @@ export interface MailDomainInUseException extends __SmithyException, $MetadataBe
|
|
|
1071
969
|
$fault: "client";
|
|
1072
970
|
Message?: string;
|
|
1073
971
|
}
|
|
1074
|
-
export declare namespace MailDomainInUseException {
|
|
1075
|
-
/**
|
|
1076
|
-
* @internal
|
|
1077
|
-
*/
|
|
1078
|
-
const filterSensitiveLog: (obj: MailDomainInUseException) => any;
|
|
1079
|
-
}
|
|
1080
972
|
export interface DescribeEmailMonitoringConfigurationRequest {
|
|
1081
973
|
/**
|
|
1082
974
|
* <p>The ID of the organization for which the email monitoring configuration is described.</p>
|
|
@@ -1113,12 +1005,6 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
1113
1005
|
$fault: "client";
|
|
1114
1006
|
Message?: string;
|
|
1115
1007
|
}
|
|
1116
|
-
export declare namespace ResourceNotFoundException {
|
|
1117
|
-
/**
|
|
1118
|
-
* @internal
|
|
1119
|
-
*/
|
|
1120
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
1121
|
-
}
|
|
1122
1008
|
export interface DescribeGroupRequest {
|
|
1123
1009
|
/**
|
|
1124
1010
|
* <p>The identifier for the organization under which the group exists.</p>
|
|
@@ -1561,12 +1447,6 @@ export interface EntityAlreadyRegisteredException extends __SmithyException, $Me
|
|
|
1561
1447
|
$fault: "client";
|
|
1562
1448
|
Message?: string;
|
|
1563
1449
|
}
|
|
1564
|
-
export declare namespace EntityAlreadyRegisteredException {
|
|
1565
|
-
/**
|
|
1566
|
-
* @internal
|
|
1567
|
-
*/
|
|
1568
|
-
const filterSensitiveLog: (obj: EntityAlreadyRegisteredException) => any;
|
|
1569
|
-
}
|
|
1570
1450
|
export declare enum RetentionAction {
|
|
1571
1451
|
DELETE = "DELETE",
|
|
1572
1452
|
NONE = "NONE",
|
|
@@ -1935,12 +1815,6 @@ export interface InvalidConfigurationException extends __SmithyException, $Metad
|
|
|
1935
1815
|
$fault: "client";
|
|
1936
1816
|
Message?: string;
|
|
1937
1817
|
}
|
|
1938
|
-
export declare namespace InvalidConfigurationException {
|
|
1939
|
-
/**
|
|
1940
|
-
* @internal
|
|
1941
|
-
*/
|
|
1942
|
-
const filterSensitiveLog: (obj: InvalidConfigurationException) => any;
|
|
1943
|
-
}
|
|
1944
1818
|
/**
|
|
1945
1819
|
* <p>The details of a mailbox export job, including the user or resource ID associated
|
|
1946
1820
|
* with the mailbox and the S3 bucket that the mailbox contents are exported to.</p>
|
|
@@ -3249,12 +3123,6 @@ export interface TooManyTagsException extends __SmithyException, $MetadataBearer
|
|
|
3249
3123
|
$fault: "client";
|
|
3250
3124
|
Message?: string;
|
|
3251
3125
|
}
|
|
3252
|
-
export declare namespace TooManyTagsException {
|
|
3253
|
-
/**
|
|
3254
|
-
* @internal
|
|
3255
|
-
*/
|
|
3256
|
-
const filterSensitiveLog: (obj: TooManyTagsException) => any;
|
|
3257
|
-
}
|
|
3258
3126
|
export interface UntagResourceRequest {
|
|
3259
3127
|
/**
|
|
3260
3128
|
* <p>The resource ARN.</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 { WorkMailClientConfig } from "./WorkMailClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: WorkMailClientConfig) => {
|
|
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: WorkMailClientConfig) => {
|
|
|
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) |
|
|
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 { WorkMailClientConfig } from "./WorkMailClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: WorkMailClientConfig) => {
|
|
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/
|
|
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) |
|
|
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: WorkMailClientConfig) => {
|
|
|
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 { AssociateDelegateToResourceCommandInput, AssociateDelegateToResourceCommandOutput } from "./commands/AssociateDelegateToResourceCommand";
|
|
10
10
|
import { AssociateMemberToGroupCommandInput, AssociateMemberToGroupCommandOutput } from "./commands/AssociateMemberToGroupCommand";
|
|
@@ -119,6 +119,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
119
119
|
regionInfoProvider?: RegionInfoProvider;
|
|
120
120
|
|
|
121
121
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
122
|
+
|
|
123
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
122
124
|
}
|
|
123
125
|
declare type WorkMailClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
124
126
|
|
|
@@ -56,50 +56,30 @@ export interface EntityNotFoundException extends __SmithyException, $MetadataBea
|
|
|
56
56
|
$fault: "client";
|
|
57
57
|
Message?: string;
|
|
58
58
|
}
|
|
59
|
-
export declare namespace EntityNotFoundException {
|
|
60
|
-
|
|
61
|
-
const filterSensitiveLog: (obj: EntityNotFoundException) => any;
|
|
62
|
-
}
|
|
63
59
|
|
|
64
60
|
export interface EntityStateException extends __SmithyException, $MetadataBearer {
|
|
65
61
|
name: "EntityStateException";
|
|
66
62
|
$fault: "client";
|
|
67
63
|
Message?: string;
|
|
68
64
|
}
|
|
69
|
-
export declare namespace EntityStateException {
|
|
70
|
-
|
|
71
|
-
const filterSensitiveLog: (obj: EntityStateException) => any;
|
|
72
|
-
}
|
|
73
65
|
|
|
74
66
|
export interface InvalidParameterException extends __SmithyException, $MetadataBearer {
|
|
75
67
|
name: "InvalidParameterException";
|
|
76
68
|
$fault: "client";
|
|
77
69
|
Message?: string;
|
|
78
70
|
}
|
|
79
|
-
export declare namespace InvalidParameterException {
|
|
80
|
-
|
|
81
|
-
const filterSensitiveLog: (obj: InvalidParameterException) => any;
|
|
82
|
-
}
|
|
83
71
|
|
|
84
72
|
export interface OrganizationNotFoundException extends __SmithyException, $MetadataBearer {
|
|
85
73
|
name: "OrganizationNotFoundException";
|
|
86
74
|
$fault: "client";
|
|
87
75
|
Message?: string;
|
|
88
76
|
}
|
|
89
|
-
export declare namespace OrganizationNotFoundException {
|
|
90
|
-
|
|
91
|
-
const filterSensitiveLog: (obj: OrganizationNotFoundException) => any;
|
|
92
|
-
}
|
|
93
77
|
|
|
94
78
|
export interface OrganizationStateException extends __SmithyException, $MetadataBearer {
|
|
95
79
|
name: "OrganizationStateException";
|
|
96
80
|
$fault: "client";
|
|
97
81
|
Message?: string;
|
|
98
82
|
}
|
|
99
|
-
export declare namespace OrganizationStateException {
|
|
100
|
-
|
|
101
|
-
const filterSensitiveLog: (obj: OrganizationStateException) => any;
|
|
102
|
-
}
|
|
103
83
|
export interface AssociateMemberToGroupRequest {
|
|
104
84
|
|
|
105
85
|
OrganizationId: string | undefined;
|
|
@@ -124,30 +104,18 @@ export interface DirectoryServiceAuthenticationFailedException extends __SmithyE
|
|
|
124
104
|
$fault: "client";
|
|
125
105
|
Message?: string;
|
|
126
106
|
}
|
|
127
|
-
export declare namespace DirectoryServiceAuthenticationFailedException {
|
|
128
|
-
|
|
129
|
-
const filterSensitiveLog: (obj: DirectoryServiceAuthenticationFailedException) => any;
|
|
130
|
-
}
|
|
131
107
|
|
|
132
108
|
export interface DirectoryUnavailableException extends __SmithyException, $MetadataBearer {
|
|
133
109
|
name: "DirectoryUnavailableException";
|
|
134
110
|
$fault: "client";
|
|
135
111
|
Message?: string;
|
|
136
112
|
}
|
|
137
|
-
export declare namespace DirectoryUnavailableException {
|
|
138
|
-
|
|
139
|
-
const filterSensitiveLog: (obj: DirectoryUnavailableException) => any;
|
|
140
|
-
}
|
|
141
113
|
|
|
142
114
|
export interface UnsupportedOperationException extends __SmithyException, $MetadataBearer {
|
|
143
115
|
name: "UnsupportedOperationException";
|
|
144
116
|
$fault: "client";
|
|
145
117
|
Message?: string;
|
|
146
118
|
}
|
|
147
|
-
export declare namespace UnsupportedOperationException {
|
|
148
|
-
|
|
149
|
-
const filterSensitiveLog: (obj: UnsupportedOperationException) => any;
|
|
150
|
-
}
|
|
151
119
|
|
|
152
120
|
export interface BookingOptions {
|
|
153
121
|
|
|
@@ -203,40 +171,24 @@ export interface EmailAddressInUseException extends __SmithyException, $Metadata
|
|
|
203
171
|
$fault: "client";
|
|
204
172
|
Message?: string;
|
|
205
173
|
}
|
|
206
|
-
export declare namespace EmailAddressInUseException {
|
|
207
|
-
|
|
208
|
-
const filterSensitiveLog: (obj: EmailAddressInUseException) => any;
|
|
209
|
-
}
|
|
210
174
|
|
|
211
175
|
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
212
176
|
name: "LimitExceededException";
|
|
213
177
|
$fault: "client";
|
|
214
178
|
Message?: string;
|
|
215
179
|
}
|
|
216
|
-
export declare namespace LimitExceededException {
|
|
217
|
-
|
|
218
|
-
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
219
|
-
}
|
|
220
180
|
|
|
221
181
|
export interface MailDomainNotFoundException extends __SmithyException, $MetadataBearer {
|
|
222
182
|
name: "MailDomainNotFoundException";
|
|
223
183
|
$fault: "client";
|
|
224
184
|
Message?: string;
|
|
225
185
|
}
|
|
226
|
-
export declare namespace MailDomainNotFoundException {
|
|
227
|
-
|
|
228
|
-
const filterSensitiveLog: (obj: MailDomainNotFoundException) => any;
|
|
229
|
-
}
|
|
230
186
|
|
|
231
187
|
export interface MailDomainStateException extends __SmithyException, $MetadataBearer {
|
|
232
188
|
name: "MailDomainStateException";
|
|
233
189
|
$fault: "client";
|
|
234
190
|
Message?: string;
|
|
235
191
|
}
|
|
236
|
-
export declare namespace MailDomainStateException {
|
|
237
|
-
|
|
238
|
-
const filterSensitiveLog: (obj: MailDomainStateException) => any;
|
|
239
|
-
}
|
|
240
192
|
export interface CreateGroupRequest {
|
|
241
193
|
|
|
242
194
|
OrganizationId: string | undefined;
|
|
@@ -261,20 +213,12 @@ export interface NameAvailabilityException extends __SmithyException, $MetadataB
|
|
|
261
213
|
$fault: "client";
|
|
262
214
|
Message?: string;
|
|
263
215
|
}
|
|
264
|
-
export declare namespace NameAvailabilityException {
|
|
265
|
-
|
|
266
|
-
const filterSensitiveLog: (obj: NameAvailabilityException) => any;
|
|
267
|
-
}
|
|
268
216
|
|
|
269
217
|
export interface ReservedNameException extends __SmithyException, $MetadataBearer {
|
|
270
218
|
name: "ReservedNameException";
|
|
271
219
|
$fault: "client";
|
|
272
220
|
Message?: string;
|
|
273
221
|
}
|
|
274
|
-
export declare namespace ReservedNameException {
|
|
275
|
-
|
|
276
|
-
const filterSensitiveLog: (obj: ReservedNameException) => any;
|
|
277
|
-
}
|
|
278
222
|
export declare enum MobileDeviceAccessRuleEffect {
|
|
279
223
|
ALLOW = "ALLOW",
|
|
280
224
|
DENY = "DENY"
|
|
@@ -362,10 +306,6 @@ export interface DirectoryInUseException extends __SmithyException, $MetadataBea
|
|
|
362
306
|
$fault: "client";
|
|
363
307
|
Message?: string;
|
|
364
308
|
}
|
|
365
|
-
export declare namespace DirectoryInUseException {
|
|
366
|
-
|
|
367
|
-
const filterSensitiveLog: (obj: DirectoryInUseException) => any;
|
|
368
|
-
}
|
|
369
309
|
export declare enum ResourceType {
|
|
370
310
|
EQUIPMENT = "EQUIPMENT",
|
|
371
311
|
ROOM = "ROOM"
|
|
@@ -418,10 +358,6 @@ export interface InvalidPasswordException extends __SmithyException, $MetadataBe
|
|
|
418
358
|
$fault: "client";
|
|
419
359
|
Message?: string;
|
|
420
360
|
}
|
|
421
|
-
export declare namespace InvalidPasswordException {
|
|
422
|
-
|
|
423
|
-
const filterSensitiveLog: (obj: InvalidPasswordException) => any;
|
|
424
|
-
}
|
|
425
361
|
export declare enum MemberType {
|
|
426
362
|
GROUP = "GROUP",
|
|
427
363
|
USER = "USER"
|
|
@@ -661,20 +597,12 @@ export interface InvalidCustomSesConfigurationException extends __SmithyExceptio
|
|
|
661
597
|
$fault: "client";
|
|
662
598
|
Message?: string;
|
|
663
599
|
}
|
|
664
|
-
export declare namespace InvalidCustomSesConfigurationException {
|
|
665
|
-
|
|
666
|
-
const filterSensitiveLog: (obj: InvalidCustomSesConfigurationException) => any;
|
|
667
|
-
}
|
|
668
600
|
|
|
669
601
|
export interface MailDomainInUseException extends __SmithyException, $MetadataBearer {
|
|
670
602
|
name: "MailDomainInUseException";
|
|
671
603
|
$fault: "client";
|
|
672
604
|
Message?: string;
|
|
673
605
|
}
|
|
674
|
-
export declare namespace MailDomainInUseException {
|
|
675
|
-
|
|
676
|
-
const filterSensitiveLog: (obj: MailDomainInUseException) => any;
|
|
677
|
-
}
|
|
678
606
|
export interface DescribeEmailMonitoringConfigurationRequest {
|
|
679
607
|
|
|
680
608
|
OrganizationId: string | undefined;
|
|
@@ -699,10 +627,6 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
699
627
|
$fault: "client";
|
|
700
628
|
Message?: string;
|
|
701
629
|
}
|
|
702
|
-
export declare namespace ResourceNotFoundException {
|
|
703
|
-
|
|
704
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
705
|
-
}
|
|
706
630
|
export interface DescribeGroupRequest {
|
|
707
631
|
|
|
708
632
|
OrganizationId: string | undefined;
|
|
@@ -959,10 +883,6 @@ export interface EntityAlreadyRegisteredException extends __SmithyException, $Me
|
|
|
959
883
|
$fault: "client";
|
|
960
884
|
Message?: string;
|
|
961
885
|
}
|
|
962
|
-
export declare namespace EntityAlreadyRegisteredException {
|
|
963
|
-
|
|
964
|
-
const filterSensitiveLog: (obj: EntityAlreadyRegisteredException) => any;
|
|
965
|
-
}
|
|
966
886
|
export declare enum RetentionAction {
|
|
967
887
|
DELETE = "DELETE",
|
|
968
888
|
NONE = "NONE",
|
|
@@ -1172,10 +1092,6 @@ export interface InvalidConfigurationException extends __SmithyException, $Metad
|
|
|
1172
1092
|
$fault: "client";
|
|
1173
1093
|
Message?: string;
|
|
1174
1094
|
}
|
|
1175
|
-
export declare namespace InvalidConfigurationException {
|
|
1176
|
-
|
|
1177
|
-
const filterSensitiveLog: (obj: InvalidConfigurationException) => any;
|
|
1178
|
-
}
|
|
1179
1095
|
|
|
1180
1096
|
export interface MailboxExportJob {
|
|
1181
1097
|
|
|
@@ -1911,10 +1827,6 @@ export interface TooManyTagsException extends __SmithyException, $MetadataBearer
|
|
|
1911
1827
|
$fault: "client";
|
|
1912
1828
|
Message?: string;
|
|
1913
1829
|
}
|
|
1914
|
-
export declare namespace TooManyTagsException {
|
|
1915
|
-
|
|
1916
|
-
const filterSensitiveLog: (obj: TooManyTagsException) => any;
|
|
1917
|
-
}
|
|
1918
1830
|
export interface UntagResourceRequest {
|
|
1919
1831
|
|
|
1920
1832
|
ResourceARN: 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 { WorkMailClientConfig } from "./WorkMailClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: WorkMailClientConfig) => {
|
|
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: WorkMailClientConfig) => {
|
|
|
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) |
|
|
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 { WorkMailClientConfig } from "./WorkMailClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: WorkMailClientConfig) => {
|
|
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/
|
|
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) |
|
|
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: WorkMailClientConfig) => {
|
|
|
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;
|