@aws-sdk/client-workmail 3.934.0 → 3.936.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.
@@ -1,11 +1,22 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { WorkMailServiceException as __BaseException } from "./WorkMailServiceException";
3
- export declare const AccessControlRuleEffect: {
4
- readonly ALLOW: "ALLOW";
5
- readonly DENY: "DENY";
6
- };
7
- export type AccessControlRuleEffect =
8
- (typeof AccessControlRuleEffect)[keyof typeof AccessControlRuleEffect];
1
+ import {
2
+ AccessControlRuleEffect,
3
+ AccessEffect,
4
+ AvailabilityProviderType,
5
+ DnsRecordVerificationStatus,
6
+ EntityState,
7
+ EntityType,
8
+ FolderName,
9
+ IdentityProviderAuthenticationMode,
10
+ ImpersonationRoleType,
11
+ MailboxExportJobState,
12
+ MemberType,
13
+ MobileDeviceAccessRuleEffect,
14
+ PermissionType,
15
+ PersonalAccessTokenConfigurationStatus,
16
+ ResourceType,
17
+ RetentionAction,
18
+ UserRole,
19
+ } from "./enums";
9
20
  export interface AccessControlRule {
10
21
  Name?: string | undefined;
11
22
  Effect?: AccessControlRuleEffect | undefined;
@@ -21,90 +32,18 @@ export interface AccessControlRule {
21
32
  ImpersonationRoleIds?: string[] | undefined;
22
33
  NotImpersonationRoleIds?: string[] | undefined;
23
34
  }
24
- export declare const AccessEffect: {
25
- readonly ALLOW: "ALLOW";
26
- readonly DENY: "DENY";
27
- };
28
- export type AccessEffect = (typeof AccessEffect)[keyof typeof AccessEffect];
29
35
  export interface AssociateDelegateToResourceRequest {
30
36
  OrganizationId: string | undefined;
31
37
  ResourceId: string | undefined;
32
38
  EntityId: string | undefined;
33
39
  }
34
40
  export interface AssociateDelegateToResourceResponse {}
35
- export declare class EntityNotFoundException extends __BaseException {
36
- readonly name: "EntityNotFoundException";
37
- readonly $fault: "client";
38
- Message?: string | undefined;
39
- constructor(
40
- opts: __ExceptionOptionType<EntityNotFoundException, __BaseException>
41
- );
42
- }
43
- export declare class EntityStateException extends __BaseException {
44
- readonly name: "EntityStateException";
45
- readonly $fault: "client";
46
- Message?: string | undefined;
47
- constructor(
48
- opts: __ExceptionOptionType<EntityStateException, __BaseException>
49
- );
50
- }
51
- export declare class InvalidParameterException extends __BaseException {
52
- readonly name: "InvalidParameterException";
53
- readonly $fault: "client";
54
- Message?: string | undefined;
55
- constructor(
56
- opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
57
- );
58
- }
59
- export declare class OrganizationNotFoundException extends __BaseException {
60
- readonly name: "OrganizationNotFoundException";
61
- readonly $fault: "client";
62
- Message?: string | undefined;
63
- constructor(
64
- opts: __ExceptionOptionType<OrganizationNotFoundException, __BaseException>
65
- );
66
- }
67
- export declare class OrganizationStateException extends __BaseException {
68
- readonly name: "OrganizationStateException";
69
- readonly $fault: "client";
70
- Message?: string | undefined;
71
- constructor(
72
- opts: __ExceptionOptionType<OrganizationStateException, __BaseException>
73
- );
74
- }
75
- export declare class UnsupportedOperationException extends __BaseException {
76
- readonly name: "UnsupportedOperationException";
77
- readonly $fault: "client";
78
- Message?: string | undefined;
79
- constructor(
80
- opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>
81
- );
82
- }
83
41
  export interface AssociateMemberToGroupRequest {
84
42
  OrganizationId: string | undefined;
85
43
  GroupId: string | undefined;
86
44
  MemberId: string | undefined;
87
45
  }
88
46
  export interface AssociateMemberToGroupResponse {}
89
- export declare class DirectoryServiceAuthenticationFailedException extends __BaseException {
90
- readonly name: "DirectoryServiceAuthenticationFailedException";
91
- readonly $fault: "client";
92
- Message?: string | undefined;
93
- constructor(
94
- opts: __ExceptionOptionType<
95
- DirectoryServiceAuthenticationFailedException,
96
- __BaseException
97
- >
98
- );
99
- }
100
- export declare class DirectoryUnavailableException extends __BaseException {
101
- readonly name: "DirectoryUnavailableException";
102
- readonly $fault: "client";
103
- Message?: string | undefined;
104
- constructor(
105
- opts: __ExceptionOptionType<DirectoryUnavailableException, __BaseException>
106
- );
107
- }
108
47
  export interface AssumeImpersonationRoleRequest {
109
48
  OrganizationId: string | undefined;
110
49
  ImpersonationRoleId: string | undefined;
@@ -113,14 +52,6 @@ export interface AssumeImpersonationRoleResponse {
113
52
  Token?: string | undefined;
114
53
  ExpiresIn?: number | undefined;
115
54
  }
116
- export declare class ResourceNotFoundException extends __BaseException {
117
- readonly name: "ResourceNotFoundException";
118
- readonly $fault: "client";
119
- Message?: string | undefined;
120
- constructor(
121
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
122
- );
123
- }
124
55
  export interface RedactedEwsAvailabilityProvider {
125
56
  EwsEndpoint?: string | undefined;
126
57
  EwsUsername?: string | undefined;
@@ -128,12 +59,6 @@ export interface RedactedEwsAvailabilityProvider {
128
59
  export interface LambdaAvailabilityProvider {
129
60
  LambdaArn: string | undefined;
130
61
  }
131
- export declare const AvailabilityProviderType: {
132
- readonly EWS: "EWS";
133
- readonly LAMBDA: "LAMBDA";
134
- };
135
- export type AvailabilityProviderType =
136
- (typeof AvailabilityProviderType)[keyof typeof AvailabilityProviderType];
137
62
  export interface AvailabilityConfiguration {
138
63
  DomainName?: string | undefined;
139
64
  ProviderType?: AvailabilityProviderType | undefined;
@@ -159,38 +84,6 @@ export interface CreateAliasRequest {
159
84
  Alias: string | undefined;
160
85
  }
161
86
  export interface CreateAliasResponse {}
162
- export declare class EmailAddressInUseException extends __BaseException {
163
- readonly name: "EmailAddressInUseException";
164
- readonly $fault: "client";
165
- Message?: string | undefined;
166
- constructor(
167
- opts: __ExceptionOptionType<EmailAddressInUseException, __BaseException>
168
- );
169
- }
170
- export declare class LimitExceededException extends __BaseException {
171
- readonly name: "LimitExceededException";
172
- readonly $fault: "client";
173
- Message?: string | undefined;
174
- constructor(
175
- opts: __ExceptionOptionType<LimitExceededException, __BaseException>
176
- );
177
- }
178
- export declare class MailDomainNotFoundException extends __BaseException {
179
- readonly name: "MailDomainNotFoundException";
180
- readonly $fault: "client";
181
- Message?: string | undefined;
182
- constructor(
183
- opts: __ExceptionOptionType<MailDomainNotFoundException, __BaseException>
184
- );
185
- }
186
- export declare class MailDomainStateException extends __BaseException {
187
- readonly name: "MailDomainStateException";
188
- readonly $fault: "client";
189
- Message?: string | undefined;
190
- constructor(
191
- opts: __ExceptionOptionType<MailDomainStateException, __BaseException>
192
- );
193
- }
194
87
  export interface EwsAvailabilityProvider {
195
88
  EwsEndpoint: string | undefined;
196
89
  EwsUsername: string | undefined;
@@ -204,14 +97,6 @@ export interface CreateAvailabilityConfigurationRequest {
204
97
  LambdaProvider?: LambdaAvailabilityProvider | undefined;
205
98
  }
206
99
  export interface CreateAvailabilityConfigurationResponse {}
207
- export declare class NameAvailabilityException extends __BaseException {
208
- readonly name: "NameAvailabilityException";
209
- readonly $fault: "client";
210
- Message?: string | undefined;
211
- constructor(
212
- opts: __ExceptionOptionType<NameAvailabilityException, __BaseException>
213
- );
214
- }
215
100
  export interface CreateGroupRequest {
216
101
  OrganizationId: string | undefined;
217
102
  Name: string | undefined;
@@ -220,14 +105,6 @@ export interface CreateGroupRequest {
220
105
  export interface CreateGroupResponse {
221
106
  GroupId?: string | undefined;
222
107
  }
223
- export declare class ReservedNameException extends __BaseException {
224
- readonly name: "ReservedNameException";
225
- readonly $fault: "client";
226
- Message?: string | undefined;
227
- constructor(
228
- opts: __ExceptionOptionType<ReservedNameException, __BaseException>
229
- );
230
- }
231
108
  export interface CreateIdentityCenterApplicationRequest {
232
109
  Name: string | undefined;
233
110
  InstanceArn: string | undefined;
@@ -244,12 +121,6 @@ export interface ImpersonationRule {
244
121
  TargetUsers?: string[] | undefined;
245
122
  NotTargetUsers?: string[] | undefined;
246
123
  }
247
- export declare const ImpersonationRoleType: {
248
- readonly FULL_ACCESS: "FULL_ACCESS";
249
- readonly READ_ONLY: "READ_ONLY";
250
- };
251
- export type ImpersonationRoleType =
252
- (typeof ImpersonationRoleType)[keyof typeof ImpersonationRoleType];
253
124
  export interface CreateImpersonationRoleRequest {
254
125
  ClientToken?: string | undefined;
255
126
  OrganizationId: string | undefined;
@@ -261,12 +132,6 @@ export interface CreateImpersonationRoleRequest {
261
132
  export interface CreateImpersonationRoleResponse {
262
133
  ImpersonationRoleId?: string | undefined;
263
134
  }
264
- export declare const MobileDeviceAccessRuleEffect: {
265
- readonly ALLOW: "ALLOW";
266
- readonly DENY: "DENY";
267
- };
268
- export type MobileDeviceAccessRuleEffect =
269
- (typeof MobileDeviceAccessRuleEffect)[keyof typeof MobileDeviceAccessRuleEffect];
270
135
  export interface CreateMobileDeviceAccessRuleRequest {
271
136
  OrganizationId: string | undefined;
272
137
  ClientToken?: string | undefined;
@@ -300,19 +165,6 @@ export interface CreateOrganizationRequest {
300
165
  export interface CreateOrganizationResponse {
301
166
  OrganizationId?: string | undefined;
302
167
  }
303
- export declare class DirectoryInUseException extends __BaseException {
304
- readonly name: "DirectoryInUseException";
305
- readonly $fault: "client";
306
- Message?: string | undefined;
307
- constructor(
308
- opts: __ExceptionOptionType<DirectoryInUseException, __BaseException>
309
- );
310
- }
311
- export declare const ResourceType: {
312
- readonly EQUIPMENT: "EQUIPMENT";
313
- readonly ROOM: "ROOM";
314
- };
315
- export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
316
168
  export interface CreateResourceRequest {
317
169
  OrganizationId: string | undefined;
318
170
  Name: string | undefined;
@@ -323,13 +175,6 @@ export interface CreateResourceRequest {
323
175
  export interface CreateResourceResponse {
324
176
  ResourceId?: string | undefined;
325
177
  }
326
- export declare const UserRole: {
327
- readonly REMOTE_USER: "REMOTE_USER";
328
- readonly RESOURCE: "RESOURCE";
329
- readonly SYSTEM_USER: "SYSTEM_USER";
330
- readonly USER: "USER";
331
- };
332
- export type UserRole = (typeof UserRole)[keyof typeof UserRole];
333
178
  export interface CreateUserRequest {
334
179
  OrganizationId: string | undefined;
335
180
  Name: string | undefined;
@@ -344,19 +189,6 @@ export interface CreateUserRequest {
344
189
  export interface CreateUserResponse {
345
190
  UserId?: string | undefined;
346
191
  }
347
- export declare class InvalidPasswordException extends __BaseException {
348
- readonly name: "InvalidPasswordException";
349
- readonly $fault: "client";
350
- Message?: string | undefined;
351
- constructor(
352
- opts: __ExceptionOptionType<InvalidPasswordException, __BaseException>
353
- );
354
- }
355
- export declare const MemberType: {
356
- readonly GROUP: "GROUP";
357
- readonly USER: "USER";
358
- };
359
- export type MemberType = (typeof MemberType)[keyof typeof MemberType];
360
192
  export interface Delegate {
361
193
  Id: string | undefined;
362
194
  Type: MemberType | undefined;
@@ -457,25 +289,6 @@ export interface DeregisterMailDomainRequest {
457
289
  DomainName: string | undefined;
458
290
  }
459
291
  export interface DeregisterMailDomainResponse {}
460
- export declare class InvalidCustomSesConfigurationException extends __BaseException {
461
- readonly name: "InvalidCustomSesConfigurationException";
462
- readonly $fault: "client";
463
- Message?: string | undefined;
464
- constructor(
465
- opts: __ExceptionOptionType<
466
- InvalidCustomSesConfigurationException,
467
- __BaseException
468
- >
469
- );
470
- }
471
- export declare class MailDomainInUseException extends __BaseException {
472
- readonly name: "MailDomainInUseException";
473
- readonly $fault: "client";
474
- Message?: string | undefined;
475
- constructor(
476
- opts: __ExceptionOptionType<MailDomainInUseException, __BaseException>
477
- );
478
- }
479
292
  export interface DescribeEmailMonitoringConfigurationRequest {
480
293
  OrganizationId: string | undefined;
481
294
  }
@@ -487,12 +300,6 @@ export interface DescribeEntityRequest {
487
300
  OrganizationId: string | undefined;
488
301
  Email: string | undefined;
489
302
  }
490
- export declare const EntityType: {
491
- readonly GROUP: "GROUP";
492
- readonly RESOURCE: "RESOURCE";
493
- readonly USER: "USER";
494
- };
495
- export type EntityType = (typeof EntityType)[keyof typeof EntityType];
496
303
  export interface DescribeEntityResponse {
497
304
  EntityId?: string | undefined;
498
305
  Name?: string | undefined;
@@ -502,12 +309,6 @@ export interface DescribeGroupRequest {
502
309
  OrganizationId: string | undefined;
503
310
  GroupId: string | undefined;
504
311
  }
505
- export declare const EntityState: {
506
- readonly DELETED: "DELETED";
507
- readonly DISABLED: "DISABLED";
508
- readonly ENABLED: "ENABLED";
509
- };
510
- export type EntityState = (typeof EntityState)[keyof typeof EntityState];
511
312
  export interface DescribeGroupResponse {
512
313
  GroupId?: string | undefined;
513
314
  Name?: string | undefined;
@@ -520,22 +321,10 @@ export interface DescribeGroupResponse {
520
321
  export interface DescribeIdentityProviderConfigurationRequest {
521
322
  OrganizationId: string | undefined;
522
323
  }
523
- export declare const IdentityProviderAuthenticationMode: {
524
- readonly IDENTITY_PROVIDER_AND_DIRECTORY: "IDENTITY_PROVIDER_AND_DIRECTORY";
525
- readonly IDENTITY_PROVIDER_ONLY: "IDENTITY_PROVIDER_ONLY";
526
- };
527
- export type IdentityProviderAuthenticationMode =
528
- (typeof IdentityProviderAuthenticationMode)[keyof typeof IdentityProviderAuthenticationMode];
529
324
  export interface IdentityCenterConfiguration {
530
325
  InstanceArn: string | undefined;
531
326
  ApplicationArn: string | undefined;
532
327
  }
533
- export declare const PersonalAccessTokenConfigurationStatus: {
534
- readonly ACTIVE: "ACTIVE";
535
- readonly INACTIVE: "INACTIVE";
536
- };
537
- export type PersonalAccessTokenConfigurationStatus =
538
- (typeof PersonalAccessTokenConfigurationStatus)[keyof typeof PersonalAccessTokenConfigurationStatus];
539
328
  export interface PersonalAccessTokenConfiguration {
540
329
  Status: PersonalAccessTokenConfigurationStatus | undefined;
541
330
  LifetimeInDays?: number | undefined;
@@ -557,14 +346,6 @@ export interface DescribeMailboxExportJobRequest {
557
346
  JobId: string | undefined;
558
347
  OrganizationId: string | undefined;
559
348
  }
560
- export declare const MailboxExportJobState: {
561
- readonly CANCELLED: "CANCELLED";
562
- readonly COMPLETED: "COMPLETED";
563
- readonly FAILED: "FAILED";
564
- readonly RUNNING: "RUNNING";
565
- };
566
- export type MailboxExportJobState =
567
- (typeof MailboxExportJobState)[keyof typeof MailboxExportJobState];
568
349
  export interface DescribeMailboxExportJobResponse {
569
350
  EntityId?: string | undefined;
570
351
  Description?: string | undefined;
@@ -659,39 +440,6 @@ export interface DnsRecord {
659
440
  Hostname?: string | undefined;
660
441
  Value?: string | undefined;
661
442
  }
662
- export declare const DnsRecordVerificationStatus: {
663
- readonly FAILED: "FAILED";
664
- readonly PENDING: "PENDING";
665
- readonly VERIFIED: "VERIFIED";
666
- };
667
- export type DnsRecordVerificationStatus =
668
- (typeof DnsRecordVerificationStatus)[keyof typeof DnsRecordVerificationStatus];
669
- export declare class EntityAlreadyRegisteredException extends __BaseException {
670
- readonly name: "EntityAlreadyRegisteredException";
671
- readonly $fault: "client";
672
- Message?: string | undefined;
673
- constructor(
674
- opts: __ExceptionOptionType<
675
- EntityAlreadyRegisteredException,
676
- __BaseException
677
- >
678
- );
679
- }
680
- export declare const RetentionAction: {
681
- readonly DELETE: "DELETE";
682
- readonly NONE: "NONE";
683
- readonly PERMANENTLY_DELETE: "PERMANENTLY_DELETE";
684
- };
685
- export type RetentionAction =
686
- (typeof RetentionAction)[keyof typeof RetentionAction];
687
- export declare const FolderName: {
688
- readonly DELETED_ITEMS: "DELETED_ITEMS";
689
- readonly DRAFTS: "DRAFTS";
690
- readonly INBOX: "INBOX";
691
- readonly JUNK_EMAIL: "JUNK_EMAIL";
692
- readonly SENT_ITEMS: "SENT_ITEMS";
693
- };
694
- export type FolderName = (typeof FolderName)[keyof typeof FolderName];
695
443
  export interface FolderConfiguration {
696
444
  Name: FolderName | undefined;
697
445
  Action: RetentionAction | undefined;
@@ -823,14 +571,6 @@ export interface ImpersonationRole {
823
571
  DateCreated?: Date | undefined;
824
572
  DateModified?: Date | undefined;
825
573
  }
826
- export declare class InvalidConfigurationException extends __BaseException {
827
- readonly name: "InvalidConfigurationException";
828
- readonly $fault: "client";
829
- Message?: string | undefined;
830
- constructor(
831
- opts: __ExceptionOptionType<InvalidConfigurationException, __BaseException>
832
- );
833
- }
834
574
  export interface MailboxExportJob {
835
575
  JobId?: string | undefined;
836
576
  EntityId?: string | undefined;
@@ -938,13 +678,6 @@ export interface ListMailboxPermissionsRequest {
938
678
  NextToken?: string | undefined;
939
679
  MaxResults?: number | undefined;
940
680
  }
941
- export declare const PermissionType: {
942
- readonly FULL_ACCESS: "FULL_ACCESS";
943
- readonly SEND_AS: "SEND_AS";
944
- readonly SEND_ON_BEHALF: "SEND_ON_BEHALF";
945
- };
946
- export type PermissionType =
947
- (typeof PermissionType)[keyof typeof PermissionType];
948
681
  export interface Permission {
949
682
  GranteeId: string | undefined;
950
683
  GranteeType: MemberType | undefined;
@@ -1210,14 +943,6 @@ export interface TagResourceRequest {
1210
943
  Tags: Tag[] | undefined;
1211
944
  }
1212
945
  export interface TagResourceResponse {}
1213
- export declare class TooManyTagsException extends __BaseException {
1214
- readonly name: "TooManyTagsException";
1215
- readonly $fault: "client";
1216
- Message?: string | undefined;
1217
- constructor(
1218
- opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
1219
- );
1220
- }
1221
946
  export interface TestAvailabilityConfigurationRequest {
1222
947
  OrganizationId: string | undefined;
1223
948
  DomainName?: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-workmail",
3
3
  "description": "AWS SDK for JavaScript Workmail Client for Node.js, Browser and React Native",
4
- "version": "3.934.0",
4
+ "version": "3.936.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-workmail",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.934.0",
24
- "@aws-sdk/credential-provider-node": "3.934.0",
25
- "@aws-sdk/middleware-host-header": "3.930.0",
26
- "@aws-sdk/middleware-logger": "3.930.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.933.0",
28
- "@aws-sdk/middleware-user-agent": "3.934.0",
29
- "@aws-sdk/region-config-resolver": "3.930.0",
30
- "@aws-sdk/types": "3.930.0",
31
- "@aws-sdk/util-endpoints": "3.930.0",
32
- "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.934.0",
23
+ "@aws-sdk/core": "3.936.0",
24
+ "@aws-sdk/credential-provider-node": "3.936.0",
25
+ "@aws-sdk/middleware-host-header": "3.936.0",
26
+ "@aws-sdk/middleware-logger": "3.936.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.936.0",
28
+ "@aws-sdk/middleware-user-agent": "3.936.0",
29
+ "@aws-sdk/region-config-resolver": "3.936.0",
30
+ "@aws-sdk/types": "3.936.0",
31
+ "@aws-sdk/util-endpoints": "3.936.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.936.0",
33
+ "@aws-sdk/util-user-agent-node": "3.936.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
- "@smithy/core": "^3.18.2",
35
+ "@smithy/core": "^3.18.5",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",
37
37
  "@smithy/hash-node": "^4.2.5",
38
38
  "@smithy/invalid-dependency": "^4.2.5",
39
39
  "@smithy/middleware-content-length": "^4.2.5",
40
- "@smithy/middleware-endpoint": "^4.3.9",
41
- "@smithy/middleware-retry": "^4.4.9",
42
- "@smithy/middleware-serde": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.12",
41
+ "@smithy/middleware-retry": "^4.4.12",
42
+ "@smithy/middleware-serde": "^4.2.6",
43
43
  "@smithy/middleware-stack": "^4.2.5",
44
44
  "@smithy/node-config-provider": "^4.3.5",
45
45
  "@smithy/node-http-handler": "^4.4.5",
46
46
  "@smithy/protocol-http": "^5.3.5",
47
- "@smithy/smithy-client": "^4.9.5",
47
+ "@smithy/smithy-client": "^4.9.8",
48
48
  "@smithy/types": "^4.9.0",
49
49
  "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.8",
54
- "@smithy/util-defaults-mode-node": "^4.2.11",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.11",
54
+ "@smithy/util-defaults-mode-node": "^4.2.14",
55
55
  "@smithy/util-endpoints": "^3.2.5",
56
56
  "@smithy/util-middleware": "^4.2.5",
57
57
  "@smithy/util-retry": "^4.2.5",
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";