@aws-sdk/client-detective 3.933.0 → 3.935.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 CHANGED
@@ -117,11 +117,6 @@ let DetectiveServiceException$1 = class DetectiveServiceException extends smithy
117
117
  }
118
118
  };
119
119
 
120
- const ErrorCode = {
121
- InternalError: "INTERNAL_ERROR",
122
- InvalidGraphArn: "INVALID_GRAPH_ARN",
123
- InvalidRequestBody: "INVALID_REQUEST_BODY",
124
- };
125
120
  let AccessDeniedException$1 = class AccessDeniedException extends DetectiveServiceException$1 {
126
121
  name = "AccessDeniedException";
127
122
  $fault = "client";
@@ -204,16 +199,6 @@ let ValidationException$1 = class ValidationException extends DetectiveServiceEx
204
199
  this.ErrorCodeReason = opts.ErrorCodeReason;
205
200
  }
206
201
  };
207
- const DatasourcePackage = {
208
- ASFF_SECURITYHUB_FINDING: "ASFF_SECURITYHUB_FINDING",
209
- DETECTIVE_CORE: "DETECTIVE_CORE",
210
- EKS_AUDIT: "EKS_AUDIT",
211
- };
212
- const DatasourcePackageIngestState = {
213
- DISABLED: "DISABLED",
214
- STARTED: "STARTED",
215
- STOPPED: "STOPPED",
216
- };
217
202
  let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends DetectiveServiceException$1 {
218
203
  name = "ServiceQuotaExceededException";
219
204
  $fault = "client";
@@ -230,21 +215,6 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
230
215
  this.Resources = opts.Resources;
231
216
  }
232
217
  };
233
- const MemberDisabledReason = {
234
- VOLUME_TOO_HIGH: "VOLUME_TOO_HIGH",
235
- VOLUME_UNKNOWN: "VOLUME_UNKNOWN",
236
- };
237
- const InvitationType = {
238
- INVITATION: "INVITATION",
239
- ORGANIZATION: "ORGANIZATION",
240
- };
241
- const MemberStatus = {
242
- ACCEPTED_BUT_DISABLED: "ACCEPTED_BUT_DISABLED",
243
- ENABLED: "ENABLED",
244
- INVITED: "INVITED",
245
- VERIFICATION_FAILED: "VERIFICATION_FAILED",
246
- VERIFICATION_IN_PROGRESS: "VERIFICATION_IN_PROGRESS",
247
- };
248
218
  let TooManyRequestsException$1 = class TooManyRequestsException extends DetectiveServiceException$1 {
249
219
  name = "TooManyRequestsException";
250
220
  $fault = "client";
@@ -259,48 +229,6 @@ let TooManyRequestsException$1 = class TooManyRequestsException extends Detectiv
259
229
  this.Message = opts.Message;
260
230
  }
261
231
  };
262
- const EntityType = {
263
- IAM_ROLE: "IAM_ROLE",
264
- IAM_USER: "IAM_USER",
265
- };
266
- const Severity = {
267
- CRITICAL: "CRITICAL",
268
- HIGH: "HIGH",
269
- INFORMATIONAL: "INFORMATIONAL",
270
- LOW: "LOW",
271
- MEDIUM: "MEDIUM",
272
- };
273
- const State = {
274
- ACTIVE: "ACTIVE",
275
- ARCHIVED: "ARCHIVED",
276
- };
277
- const Status = {
278
- FAILED: "FAILED",
279
- RUNNING: "RUNNING",
280
- SUCCESSFUL: "SUCCESSFUL",
281
- };
282
- const IndicatorType = {
283
- FLAGGED_IP_ADDRESS: "FLAGGED_IP_ADDRESS",
284
- IMPOSSIBLE_TRAVEL: "IMPOSSIBLE_TRAVEL",
285
- NEW_ASO: "NEW_ASO",
286
- NEW_GEOLOCATION: "NEW_GEOLOCATION",
287
- NEW_USER_AGENT: "NEW_USER_AGENT",
288
- RELATED_FINDING: "RELATED_FINDING",
289
- RELATED_FINDING_GROUP: "RELATED_FINDING_GROUP",
290
- TTP_OBSERVED: "TTP_OBSERVED",
291
- };
292
- const Reason = {
293
- AWS_THREAT_INTELLIGENCE: "AWS_THREAT_INTELLIGENCE",
294
- };
295
- const Field = {
296
- CREATED_TIME: "CREATED_TIME",
297
- SEVERITY: "SEVERITY",
298
- STATUS: "STATUS",
299
- };
300
- const SortOrder = {
301
- ASC: "ASC",
302
- DESC: "DESC",
303
- };
304
232
 
305
233
  const _A = "Account";
306
234
  const _ADE = "AccessDeniedException";
@@ -1547,6 +1475,79 @@ const paginateListMembers = core.createPaginator(DetectiveClient, ListMembersCom
1547
1475
 
1548
1476
  const paginateListOrganizationAdminAccounts = core.createPaginator(DetectiveClient, ListOrganizationAdminAccountsCommand, "NextToken", "NextToken", "MaxResults");
1549
1477
 
1478
+ const ErrorCode = {
1479
+ InternalError: "INTERNAL_ERROR",
1480
+ InvalidGraphArn: "INVALID_GRAPH_ARN",
1481
+ InvalidRequestBody: "INVALID_REQUEST_BODY",
1482
+ };
1483
+ const DatasourcePackage = {
1484
+ ASFF_SECURITYHUB_FINDING: "ASFF_SECURITYHUB_FINDING",
1485
+ DETECTIVE_CORE: "DETECTIVE_CORE",
1486
+ EKS_AUDIT: "EKS_AUDIT",
1487
+ };
1488
+ const DatasourcePackageIngestState = {
1489
+ DISABLED: "DISABLED",
1490
+ STARTED: "STARTED",
1491
+ STOPPED: "STOPPED",
1492
+ };
1493
+ const MemberDisabledReason = {
1494
+ VOLUME_TOO_HIGH: "VOLUME_TOO_HIGH",
1495
+ VOLUME_UNKNOWN: "VOLUME_UNKNOWN",
1496
+ };
1497
+ const InvitationType = {
1498
+ INVITATION: "INVITATION",
1499
+ ORGANIZATION: "ORGANIZATION",
1500
+ };
1501
+ const MemberStatus = {
1502
+ ACCEPTED_BUT_DISABLED: "ACCEPTED_BUT_DISABLED",
1503
+ ENABLED: "ENABLED",
1504
+ INVITED: "INVITED",
1505
+ VERIFICATION_FAILED: "VERIFICATION_FAILED",
1506
+ VERIFICATION_IN_PROGRESS: "VERIFICATION_IN_PROGRESS",
1507
+ };
1508
+ const EntityType = {
1509
+ IAM_ROLE: "IAM_ROLE",
1510
+ IAM_USER: "IAM_USER",
1511
+ };
1512
+ const Severity = {
1513
+ CRITICAL: "CRITICAL",
1514
+ HIGH: "HIGH",
1515
+ INFORMATIONAL: "INFORMATIONAL",
1516
+ LOW: "LOW",
1517
+ MEDIUM: "MEDIUM",
1518
+ };
1519
+ const State = {
1520
+ ACTIVE: "ACTIVE",
1521
+ ARCHIVED: "ARCHIVED",
1522
+ };
1523
+ const Status = {
1524
+ FAILED: "FAILED",
1525
+ RUNNING: "RUNNING",
1526
+ SUCCESSFUL: "SUCCESSFUL",
1527
+ };
1528
+ const IndicatorType = {
1529
+ FLAGGED_IP_ADDRESS: "FLAGGED_IP_ADDRESS",
1530
+ IMPOSSIBLE_TRAVEL: "IMPOSSIBLE_TRAVEL",
1531
+ NEW_ASO: "NEW_ASO",
1532
+ NEW_GEOLOCATION: "NEW_GEOLOCATION",
1533
+ NEW_USER_AGENT: "NEW_USER_AGENT",
1534
+ RELATED_FINDING: "RELATED_FINDING",
1535
+ RELATED_FINDING_GROUP: "RELATED_FINDING_GROUP",
1536
+ TTP_OBSERVED: "TTP_OBSERVED",
1537
+ };
1538
+ const Reason = {
1539
+ AWS_THREAT_INTELLIGENCE: "AWS_THREAT_INTELLIGENCE",
1540
+ };
1541
+ const Field = {
1542
+ CREATED_TIME: "CREATED_TIME",
1543
+ SEVERITY: "SEVERITY",
1544
+ STATUS: "STATUS",
1545
+ };
1546
+ const SortOrder = {
1547
+ ASC: "ASC",
1548
+ DESC: "DESC",
1549
+ };
1550
+
1550
1551
  Object.defineProperty(exports, "$Command", {
1551
1552
  enumerable: true,
1552
1553
  get: function () { return smithyClient.Command; }
package/dist-es/index.js CHANGED
@@ -2,5 +2,6 @@ export * from "./DetectiveClient";
2
2
  export * from "./Detective";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
- export * from "./models";
5
+ export * from "./models/enums";
6
+ export * from "./models/errors";
6
7
  export { DetectiveServiceException } from "./models/DetectiveServiceException";
@@ -0,0 +1,72 @@
1
+ export const ErrorCode = {
2
+ InternalError: "INTERNAL_ERROR",
3
+ InvalidGraphArn: "INVALID_GRAPH_ARN",
4
+ InvalidRequestBody: "INVALID_REQUEST_BODY",
5
+ };
6
+ export const DatasourcePackage = {
7
+ ASFF_SECURITYHUB_FINDING: "ASFF_SECURITYHUB_FINDING",
8
+ DETECTIVE_CORE: "DETECTIVE_CORE",
9
+ EKS_AUDIT: "EKS_AUDIT",
10
+ };
11
+ export const DatasourcePackageIngestState = {
12
+ DISABLED: "DISABLED",
13
+ STARTED: "STARTED",
14
+ STOPPED: "STOPPED",
15
+ };
16
+ export const MemberDisabledReason = {
17
+ VOLUME_TOO_HIGH: "VOLUME_TOO_HIGH",
18
+ VOLUME_UNKNOWN: "VOLUME_UNKNOWN",
19
+ };
20
+ export const InvitationType = {
21
+ INVITATION: "INVITATION",
22
+ ORGANIZATION: "ORGANIZATION",
23
+ };
24
+ export const MemberStatus = {
25
+ ACCEPTED_BUT_DISABLED: "ACCEPTED_BUT_DISABLED",
26
+ ENABLED: "ENABLED",
27
+ INVITED: "INVITED",
28
+ VERIFICATION_FAILED: "VERIFICATION_FAILED",
29
+ VERIFICATION_IN_PROGRESS: "VERIFICATION_IN_PROGRESS",
30
+ };
31
+ export const EntityType = {
32
+ IAM_ROLE: "IAM_ROLE",
33
+ IAM_USER: "IAM_USER",
34
+ };
35
+ export const Severity = {
36
+ CRITICAL: "CRITICAL",
37
+ HIGH: "HIGH",
38
+ INFORMATIONAL: "INFORMATIONAL",
39
+ LOW: "LOW",
40
+ MEDIUM: "MEDIUM",
41
+ };
42
+ export const State = {
43
+ ACTIVE: "ACTIVE",
44
+ ARCHIVED: "ARCHIVED",
45
+ };
46
+ export const Status = {
47
+ FAILED: "FAILED",
48
+ RUNNING: "RUNNING",
49
+ SUCCESSFUL: "SUCCESSFUL",
50
+ };
51
+ export const IndicatorType = {
52
+ FLAGGED_IP_ADDRESS: "FLAGGED_IP_ADDRESS",
53
+ IMPOSSIBLE_TRAVEL: "IMPOSSIBLE_TRAVEL",
54
+ NEW_ASO: "NEW_ASO",
55
+ NEW_GEOLOCATION: "NEW_GEOLOCATION",
56
+ NEW_USER_AGENT: "NEW_USER_AGENT",
57
+ RELATED_FINDING: "RELATED_FINDING",
58
+ RELATED_FINDING_GROUP: "RELATED_FINDING_GROUP",
59
+ TTP_OBSERVED: "TTP_OBSERVED",
60
+ };
61
+ export const Reason = {
62
+ AWS_THREAT_INTELLIGENCE: "AWS_THREAT_INTELLIGENCE",
63
+ };
64
+ export const Field = {
65
+ CREATED_TIME: "CREATED_TIME",
66
+ SEVERITY: "SEVERITY",
67
+ STATUS: "STATUS",
68
+ };
69
+ export const SortOrder = {
70
+ ASC: "ASC",
71
+ DESC: "DESC",
72
+ };
@@ -0,0 +1,113 @@
1
+ import { DetectiveServiceException as __BaseException } from "./DetectiveServiceException";
2
+ export class AccessDeniedException extends __BaseException {
3
+ name = "AccessDeniedException";
4
+ $fault = "client";
5
+ Message;
6
+ ErrorCode;
7
+ ErrorCodeReason;
8
+ SubErrorCode;
9
+ SubErrorCodeReason;
10
+ constructor(opts) {
11
+ super({
12
+ name: "AccessDeniedException",
13
+ $fault: "client",
14
+ ...opts,
15
+ });
16
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
17
+ this.Message = opts.Message;
18
+ this.ErrorCode = opts.ErrorCode;
19
+ this.ErrorCodeReason = opts.ErrorCodeReason;
20
+ this.SubErrorCode = opts.SubErrorCode;
21
+ this.SubErrorCodeReason = opts.SubErrorCodeReason;
22
+ }
23
+ }
24
+ export class ConflictException extends __BaseException {
25
+ name = "ConflictException";
26
+ $fault = "client";
27
+ Message;
28
+ constructor(opts) {
29
+ super({
30
+ name: "ConflictException",
31
+ $fault: "client",
32
+ ...opts,
33
+ });
34
+ Object.setPrototypeOf(this, ConflictException.prototype);
35
+ this.Message = opts.Message;
36
+ }
37
+ }
38
+ export class InternalServerException extends __BaseException {
39
+ name = "InternalServerException";
40
+ $fault = "server";
41
+ Message;
42
+ constructor(opts) {
43
+ super({
44
+ name: "InternalServerException",
45
+ $fault: "server",
46
+ ...opts,
47
+ });
48
+ Object.setPrototypeOf(this, InternalServerException.prototype);
49
+ this.Message = opts.Message;
50
+ }
51
+ }
52
+ export class ResourceNotFoundException extends __BaseException {
53
+ name = "ResourceNotFoundException";
54
+ $fault = "client";
55
+ Message;
56
+ constructor(opts) {
57
+ super({
58
+ name: "ResourceNotFoundException",
59
+ $fault: "client",
60
+ ...opts,
61
+ });
62
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
63
+ this.Message = opts.Message;
64
+ }
65
+ }
66
+ export class ValidationException extends __BaseException {
67
+ name = "ValidationException";
68
+ $fault = "client";
69
+ Message;
70
+ ErrorCode;
71
+ ErrorCodeReason;
72
+ constructor(opts) {
73
+ super({
74
+ name: "ValidationException",
75
+ $fault: "client",
76
+ ...opts,
77
+ });
78
+ Object.setPrototypeOf(this, ValidationException.prototype);
79
+ this.Message = opts.Message;
80
+ this.ErrorCode = opts.ErrorCode;
81
+ this.ErrorCodeReason = opts.ErrorCodeReason;
82
+ }
83
+ }
84
+ export class ServiceQuotaExceededException extends __BaseException {
85
+ name = "ServiceQuotaExceededException";
86
+ $fault = "client";
87
+ Message;
88
+ Resources;
89
+ constructor(opts) {
90
+ super({
91
+ name: "ServiceQuotaExceededException",
92
+ $fault: "client",
93
+ ...opts,
94
+ });
95
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
96
+ this.Message = opts.Message;
97
+ this.Resources = opts.Resources;
98
+ }
99
+ }
100
+ export class TooManyRequestsException extends __BaseException {
101
+ name = "TooManyRequestsException";
102
+ $fault = "client";
103
+ Message;
104
+ constructor(opts) {
105
+ super({
106
+ name: "TooManyRequestsException",
107
+ $fault: "client",
108
+ ...opts,
109
+ });
110
+ Object.setPrototypeOf(this, TooManyRequestsException.prototype);
111
+ this.Message = opts.Message;
112
+ }
113
+ }
@@ -1,185 +1 @@
1
- import { DetectiveServiceException as __BaseException } from "./DetectiveServiceException";
2
- export const ErrorCode = {
3
- InternalError: "INTERNAL_ERROR",
4
- InvalidGraphArn: "INVALID_GRAPH_ARN",
5
- InvalidRequestBody: "INVALID_REQUEST_BODY",
6
- };
7
- export class AccessDeniedException extends __BaseException {
8
- name = "AccessDeniedException";
9
- $fault = "client";
10
- Message;
11
- ErrorCode;
12
- ErrorCodeReason;
13
- SubErrorCode;
14
- SubErrorCodeReason;
15
- constructor(opts) {
16
- super({
17
- name: "AccessDeniedException",
18
- $fault: "client",
19
- ...opts,
20
- });
21
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
22
- this.Message = opts.Message;
23
- this.ErrorCode = opts.ErrorCode;
24
- this.ErrorCodeReason = opts.ErrorCodeReason;
25
- this.SubErrorCode = opts.SubErrorCode;
26
- this.SubErrorCodeReason = opts.SubErrorCodeReason;
27
- }
28
- }
29
- export class ConflictException extends __BaseException {
30
- name = "ConflictException";
31
- $fault = "client";
32
- Message;
33
- constructor(opts) {
34
- super({
35
- name: "ConflictException",
36
- $fault: "client",
37
- ...opts,
38
- });
39
- Object.setPrototypeOf(this, ConflictException.prototype);
40
- this.Message = opts.Message;
41
- }
42
- }
43
- export class InternalServerException extends __BaseException {
44
- name = "InternalServerException";
45
- $fault = "server";
46
- Message;
47
- constructor(opts) {
48
- super({
49
- name: "InternalServerException",
50
- $fault: "server",
51
- ...opts,
52
- });
53
- Object.setPrototypeOf(this, InternalServerException.prototype);
54
- this.Message = opts.Message;
55
- }
56
- }
57
- export class ResourceNotFoundException extends __BaseException {
58
- name = "ResourceNotFoundException";
59
- $fault = "client";
60
- Message;
61
- constructor(opts) {
62
- super({
63
- name: "ResourceNotFoundException",
64
- $fault: "client",
65
- ...opts,
66
- });
67
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
68
- this.Message = opts.Message;
69
- }
70
- }
71
- export class ValidationException extends __BaseException {
72
- name = "ValidationException";
73
- $fault = "client";
74
- Message;
75
- ErrorCode;
76
- ErrorCodeReason;
77
- constructor(opts) {
78
- super({
79
- name: "ValidationException",
80
- $fault: "client",
81
- ...opts,
82
- });
83
- Object.setPrototypeOf(this, ValidationException.prototype);
84
- this.Message = opts.Message;
85
- this.ErrorCode = opts.ErrorCode;
86
- this.ErrorCodeReason = opts.ErrorCodeReason;
87
- }
88
- }
89
- export const DatasourcePackage = {
90
- ASFF_SECURITYHUB_FINDING: "ASFF_SECURITYHUB_FINDING",
91
- DETECTIVE_CORE: "DETECTIVE_CORE",
92
- EKS_AUDIT: "EKS_AUDIT",
93
- };
94
- export const DatasourcePackageIngestState = {
95
- DISABLED: "DISABLED",
96
- STARTED: "STARTED",
97
- STOPPED: "STOPPED",
98
- };
99
- export class ServiceQuotaExceededException extends __BaseException {
100
- name = "ServiceQuotaExceededException";
101
- $fault = "client";
102
- Message;
103
- Resources;
104
- constructor(opts) {
105
- super({
106
- name: "ServiceQuotaExceededException",
107
- $fault: "client",
108
- ...opts,
109
- });
110
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
111
- this.Message = opts.Message;
112
- this.Resources = opts.Resources;
113
- }
114
- }
115
- export const MemberDisabledReason = {
116
- VOLUME_TOO_HIGH: "VOLUME_TOO_HIGH",
117
- VOLUME_UNKNOWN: "VOLUME_UNKNOWN",
118
- };
119
- export const InvitationType = {
120
- INVITATION: "INVITATION",
121
- ORGANIZATION: "ORGANIZATION",
122
- };
123
- export const MemberStatus = {
124
- ACCEPTED_BUT_DISABLED: "ACCEPTED_BUT_DISABLED",
125
- ENABLED: "ENABLED",
126
- INVITED: "INVITED",
127
- VERIFICATION_FAILED: "VERIFICATION_FAILED",
128
- VERIFICATION_IN_PROGRESS: "VERIFICATION_IN_PROGRESS",
129
- };
130
- export class TooManyRequestsException extends __BaseException {
131
- name = "TooManyRequestsException";
132
- $fault = "client";
133
- Message;
134
- constructor(opts) {
135
- super({
136
- name: "TooManyRequestsException",
137
- $fault: "client",
138
- ...opts,
139
- });
140
- Object.setPrototypeOf(this, TooManyRequestsException.prototype);
141
- this.Message = opts.Message;
142
- }
143
- }
144
- export const EntityType = {
145
- IAM_ROLE: "IAM_ROLE",
146
- IAM_USER: "IAM_USER",
147
- };
148
- export const Severity = {
149
- CRITICAL: "CRITICAL",
150
- HIGH: "HIGH",
151
- INFORMATIONAL: "INFORMATIONAL",
152
- LOW: "LOW",
153
- MEDIUM: "MEDIUM",
154
- };
155
- export const State = {
156
- ACTIVE: "ACTIVE",
157
- ARCHIVED: "ARCHIVED",
158
- };
159
- export const Status = {
160
- FAILED: "FAILED",
161
- RUNNING: "RUNNING",
162
- SUCCESSFUL: "SUCCESSFUL",
163
- };
164
- export const IndicatorType = {
165
- FLAGGED_IP_ADDRESS: "FLAGGED_IP_ADDRESS",
166
- IMPOSSIBLE_TRAVEL: "IMPOSSIBLE_TRAVEL",
167
- NEW_ASO: "NEW_ASO",
168
- NEW_GEOLOCATION: "NEW_GEOLOCATION",
169
- NEW_USER_AGENT: "NEW_USER_AGENT",
170
- RELATED_FINDING: "RELATED_FINDING",
171
- RELATED_FINDING_GROUP: "RELATED_FINDING_GROUP",
172
- TTP_OBSERVED: "TTP_OBSERVED",
173
- };
174
- export const Reason = {
175
- AWS_THREAT_INTELLIGENCE: "AWS_THREAT_INTELLIGENCE",
176
- };
177
- export const Field = {
178
- CREATED_TIME: "CREATED_TIME",
179
- SEVERITY: "SEVERITY",
180
- STATUS: "STATUS",
181
- };
182
- export const SortOrder = {
183
- ASC: "ASC",
184
- DESC: "DESC",
185
- };
1
+ export {};
@@ -209,7 +209,7 @@ const _tK = "tagKeys";
209
209
  const n0 = "com.amazonaws.detective";
210
210
  import { TypeRegistry } from "@smithy/core/schema";
211
211
  import { DetectiveServiceException as __DetectiveServiceException } from "../models/DetectiveServiceException";
212
- import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, TooManyRequestsException as __TooManyRequestsException, ValidationException as __ValidationException, } from "../models/index";
212
+ import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, TooManyRequestsException as __TooManyRequestsException, ValidationException as __ValidationException, } from "../models/errors";
213
213
  export var EmailAddress = [0, n0, _EA, 8, 0];
214
214
  export var EmailMessage = [0, n0, _EM, 8, 0];
215
215
  export var AcceptInvitationRequest = [3, n0, _AIR, 0, [_GA], [0]];
@@ -85,5 +85,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
85
85
  export type { DetectiveExtensionConfiguration } from "./extensionConfiguration";
86
86
  export * from "./commands";
87
87
  export * from "./pagination";
88
- export * from "./models";
88
+ export * from "./models/enums";
89
+ export * from "./models/errors";
90
+ export type * from "./models/models_0";
89
91
  export { DetectiveServiceException } from "./models/DetectiveServiceException";