@aws-sdk/client-bedrock-agentcore-control 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.
package/dist-cjs/index.js CHANGED
@@ -142,14 +142,6 @@ let ConflictException$1 = class ConflictException extends BedrockAgentCoreContro
142
142
  Object.setPrototypeOf(this, ConflictException.prototype);
143
143
  }
144
144
  };
145
- const AgentRuntimeEndpointStatus = {
146
- CREATE_FAILED: "CREATE_FAILED",
147
- CREATING: "CREATING",
148
- DELETING: "DELETING",
149
- READY: "READY",
150
- UPDATE_FAILED: "UPDATE_FAILED",
151
- UPDATING: "UPDATING",
152
- };
153
145
  let InternalServerException$1 = class InternalServerException extends BedrockAgentCoreControlServiceException$1 {
154
146
  name = "InternalServerException";
155
147
  $fault = "server";
@@ -198,13 +190,6 @@ let ThrottlingException$1 = class ThrottlingException extends BedrockAgentCoreCo
198
190
  Object.setPrototypeOf(this, ThrottlingException.prototype);
199
191
  }
200
192
  };
201
- const ValidationExceptionReason = {
202
- CANNOT_PARSE: "CannotParse",
203
- FIELD_VALIDATION_FAILED: "FieldValidationFailed",
204
- IDEMPOTENT_PARAMETER_MISMATCH_EXCEPTION: "IdempotentParameterMismatchException",
205
- RESOURCE_CONFLICT: "ResourceConflict",
206
- ROOT_EVENT_IN_OTHER_SESSION: "EventInOtherSession",
207
- };
208
193
  let ValidationException$1 = class ValidationException extends BedrockAgentCoreControlServiceException$1 {
209
194
  name = "ValidationException";
210
195
  $fault = "client";
@@ -221,29 +206,6 @@ let ValidationException$1 = class ValidationException extends BedrockAgentCoreCo
221
206
  this.fieldList = opts.fieldList;
222
207
  }
223
208
  };
224
- const AgentManagedRuntimeType = {
225
- PYTHON_3_10: "PYTHON_3_10",
226
- PYTHON_3_11: "PYTHON_3_11",
227
- PYTHON_3_12: "PYTHON_3_12",
228
- PYTHON_3_13: "PYTHON_3_13",
229
- };
230
- const NetworkMode = {
231
- PUBLIC: "PUBLIC",
232
- VPC: "VPC",
233
- };
234
- const ServerProtocol = {
235
- A2A: "A2A",
236
- HTTP: "HTTP",
237
- MCP: "MCP",
238
- };
239
- const AgentRuntimeStatus = {
240
- CREATE_FAILED: "CREATE_FAILED",
241
- CREATING: "CREATING",
242
- DELETING: "DELETING",
243
- READY: "READY",
244
- UPDATE_FAILED: "UPDATE_FAILED",
245
- UPDATING: "UPDATING",
246
- };
247
209
  let DecryptionFailure$1 = class DecryptionFailure extends BedrockAgentCoreControlServiceException$1 {
248
210
  name = "DecryptionFailure";
249
211
  $fault = "client";
@@ -292,111 +254,6 @@ let UnauthorizedException$1 = class UnauthorizedException extends BedrockAgentCo
292
254
  Object.setPrototypeOf(this, UnauthorizedException.prototype);
293
255
  }
294
256
  };
295
- const BrowserNetworkMode = {
296
- PUBLIC: "PUBLIC",
297
- VPC: "VPC",
298
- };
299
- const BrowserStatus = {
300
- CREATE_FAILED: "CREATE_FAILED",
301
- CREATING: "CREATING",
302
- DELETED: "DELETED",
303
- DELETE_FAILED: "DELETE_FAILED",
304
- DELETING: "DELETING",
305
- READY: "READY",
306
- };
307
- const ResourceType = {
308
- CUSTOM: "CUSTOM",
309
- SYSTEM: "SYSTEM",
310
- };
311
- const CodeInterpreterNetworkMode = {
312
- PUBLIC: "PUBLIC",
313
- SANDBOX: "SANDBOX",
314
- VPC: "VPC",
315
- };
316
- const CodeInterpreterStatus = {
317
- CREATE_FAILED: "CREATE_FAILED",
318
- CREATING: "CREATING",
319
- DELETED: "DELETED",
320
- DELETE_FAILED: "DELETE_FAILED",
321
- DELETING: "DELETING",
322
- READY: "READY",
323
- };
324
- const AuthorizerType = {
325
- AWS_IAM: "AWS_IAM",
326
- CUSTOM_JWT: "CUSTOM_JWT",
327
- };
328
- const ExceptionLevel = {
329
- DEBUG: "DEBUG",
330
- };
331
- const SearchType = {
332
- SEMANTIC: "SEMANTIC",
333
- };
334
- const GatewayProtocolType = {
335
- MCP: "MCP",
336
- };
337
- const GatewayStatus = {
338
- CREATING: "CREATING",
339
- DELETING: "DELETING",
340
- FAILED: "FAILED",
341
- READY: "READY",
342
- UPDATE_UNSUCCESSFUL: "UPDATE_UNSUCCESSFUL",
343
- UPDATING: "UPDATING",
344
- };
345
- const ApiKeyCredentialLocation = {
346
- HEADER: "HEADER",
347
- QUERY_PARAMETER: "QUERY_PARAMETER",
348
- };
349
- const CredentialProviderType = {
350
- API_KEY: "API_KEY",
351
- GATEWAY_IAM_ROLE: "GATEWAY_IAM_ROLE",
352
- OAUTH: "OAUTH",
353
- };
354
- const SchemaType = {
355
- ARRAY: "array",
356
- BOOLEAN: "boolean",
357
- INTEGER: "integer",
358
- NUMBER: "number",
359
- OBJECT: "object",
360
- STRING: "string",
361
- };
362
- const TargetStatus = {
363
- CREATING: "CREATING",
364
- DELETING: "DELETING",
365
- FAILED: "FAILED",
366
- READY: "READY",
367
- SYNCHRONIZE_UNSUCCESSFUL: "SYNCHRONIZE_UNSUCCESSFUL",
368
- SYNCHRONIZING: "SYNCHRONIZING",
369
- UPDATE_UNSUCCESSFUL: "UPDATE_UNSUCCESSFUL",
370
- UPDATING: "UPDATING",
371
- };
372
- const KeyType = {
373
- CustomerManagedKey: "CustomerManagedKey",
374
- ServiceManagedKey: "ServiceManagedKey",
375
- };
376
- const MemoryStatus = {
377
- ACTIVE: "ACTIVE",
378
- CREATING: "CREATING",
379
- DELETING: "DELETING",
380
- FAILED: "FAILED",
381
- };
382
- const OverrideType = {
383
- SELF_MANAGED: "SELF_MANAGED",
384
- SEMANTIC_OVERRIDE: "SEMANTIC_OVERRIDE",
385
- SUMMARY_OVERRIDE: "SUMMARY_OVERRIDE",
386
- USER_PREFERENCE_OVERRIDE: "USER_PREFERENCE_OVERRIDE",
387
- };
388
- const MemoryStrategyStatus = {
389
- ACTIVE: "ACTIVE",
390
- CREATING: "CREATING",
391
- DELETING: "DELETING",
392
- FAILED: "FAILED",
393
- };
394
- const MemoryStrategyType = {
395
- CUSTOM: "CUSTOM",
396
- SEMANTIC: "SEMANTIC",
397
- SUMMARIZATION: "SUMMARIZATION",
398
- USER_PREFERENCE: "USER_PREFERENCE",
399
- };
400
257
  let ServiceException$1 = class ServiceException extends BedrockAgentCoreControlServiceException$1 {
401
258
  name = "ServiceException";
402
259
  $fault = "server";
@@ -423,33 +280,6 @@ let ThrottledException$1 = class ThrottledException extends BedrockAgentCoreCont
423
280
  Object.setPrototypeOf(this, ThrottledException.prototype);
424
281
  }
425
282
  };
426
- const CredentialProviderVendorType = {
427
- AtlassianOauth2: "AtlassianOauth2",
428
- Auth0Oauth2: "Auth0Oauth2",
429
- CognitoOauth2: "CognitoOauth2",
430
- CustomOauth2: "CustomOauth2",
431
- CyberArkOauth2: "CyberArkOauth2",
432
- DropboxOauth2: "DropboxOauth2",
433
- FacebookOauth2: "FacebookOauth2",
434
- FusionAuthOauth2: "FusionAuthOauth2",
435
- GithubOauth2: "GithubOauth2",
436
- GoogleOauth2: "GoogleOauth2",
437
- HubspotOauth2: "HubspotOauth2",
438
- LinkedinOauth2: "LinkedinOauth2",
439
- MicrosoftOauth2: "MicrosoftOauth2",
440
- NotionOauth2: "NotionOauth2",
441
- OktaOauth2: "OktaOauth2",
442
- OneLoginOauth2: "OneLoginOauth2",
443
- PingOneOauth2: "PingOneOauth2",
444
- RedditOauth2: "RedditOauth2",
445
- SalesforceOauth2: "SalesforceOauth2",
446
- SlackOauth2: "SlackOauth2",
447
- SpotifyOauth2: "SpotifyOauth2",
448
- TwitchOauth2: "TwitchOauth2",
449
- XOauth2: "XOauth2",
450
- YandexOauth2: "YandexOauth2",
451
- ZoomOauth2: "ZoomOauth2",
452
- };
453
283
  let ConcurrentModificationException$1 = class ConcurrentModificationException extends BedrockAgentCoreControlServiceException$1 {
454
284
  name = "ConcurrentModificationException";
455
285
  $fault = "client";
@@ -4320,6 +4150,177 @@ const waitUntilMemoryCreated = async (params, input) => {
4320
4150
  return utilWaiter.checkExceptions(result);
4321
4151
  };
4322
4152
 
4153
+ const AgentRuntimeEndpointStatus = {
4154
+ CREATE_FAILED: "CREATE_FAILED",
4155
+ CREATING: "CREATING",
4156
+ DELETING: "DELETING",
4157
+ READY: "READY",
4158
+ UPDATE_FAILED: "UPDATE_FAILED",
4159
+ UPDATING: "UPDATING",
4160
+ };
4161
+ const ValidationExceptionReason = {
4162
+ CANNOT_PARSE: "CannotParse",
4163
+ FIELD_VALIDATION_FAILED: "FieldValidationFailed",
4164
+ IDEMPOTENT_PARAMETER_MISMATCH_EXCEPTION: "IdempotentParameterMismatchException",
4165
+ RESOURCE_CONFLICT: "ResourceConflict",
4166
+ ROOT_EVENT_IN_OTHER_SESSION: "EventInOtherSession",
4167
+ };
4168
+ const AgentManagedRuntimeType = {
4169
+ PYTHON_3_10: "PYTHON_3_10",
4170
+ PYTHON_3_11: "PYTHON_3_11",
4171
+ PYTHON_3_12: "PYTHON_3_12",
4172
+ PYTHON_3_13: "PYTHON_3_13",
4173
+ };
4174
+ const NetworkMode = {
4175
+ PUBLIC: "PUBLIC",
4176
+ VPC: "VPC",
4177
+ };
4178
+ const ServerProtocol = {
4179
+ A2A: "A2A",
4180
+ HTTP: "HTTP",
4181
+ MCP: "MCP",
4182
+ };
4183
+ const AgentRuntimeStatus = {
4184
+ CREATE_FAILED: "CREATE_FAILED",
4185
+ CREATING: "CREATING",
4186
+ DELETING: "DELETING",
4187
+ READY: "READY",
4188
+ UPDATE_FAILED: "UPDATE_FAILED",
4189
+ UPDATING: "UPDATING",
4190
+ };
4191
+ const BrowserNetworkMode = {
4192
+ PUBLIC: "PUBLIC",
4193
+ VPC: "VPC",
4194
+ };
4195
+ const BrowserStatus = {
4196
+ CREATE_FAILED: "CREATE_FAILED",
4197
+ CREATING: "CREATING",
4198
+ DELETED: "DELETED",
4199
+ DELETE_FAILED: "DELETE_FAILED",
4200
+ DELETING: "DELETING",
4201
+ READY: "READY",
4202
+ };
4203
+ const ResourceType = {
4204
+ CUSTOM: "CUSTOM",
4205
+ SYSTEM: "SYSTEM",
4206
+ };
4207
+ const CodeInterpreterNetworkMode = {
4208
+ PUBLIC: "PUBLIC",
4209
+ SANDBOX: "SANDBOX",
4210
+ VPC: "VPC",
4211
+ };
4212
+ const CodeInterpreterStatus = {
4213
+ CREATE_FAILED: "CREATE_FAILED",
4214
+ CREATING: "CREATING",
4215
+ DELETED: "DELETED",
4216
+ DELETE_FAILED: "DELETE_FAILED",
4217
+ DELETING: "DELETING",
4218
+ READY: "READY",
4219
+ };
4220
+ const AuthorizerType = {
4221
+ AWS_IAM: "AWS_IAM",
4222
+ CUSTOM_JWT: "CUSTOM_JWT",
4223
+ };
4224
+ const ExceptionLevel = {
4225
+ DEBUG: "DEBUG",
4226
+ };
4227
+ const SearchType = {
4228
+ SEMANTIC: "SEMANTIC",
4229
+ };
4230
+ const GatewayProtocolType = {
4231
+ MCP: "MCP",
4232
+ };
4233
+ const GatewayStatus = {
4234
+ CREATING: "CREATING",
4235
+ DELETING: "DELETING",
4236
+ FAILED: "FAILED",
4237
+ READY: "READY",
4238
+ UPDATE_UNSUCCESSFUL: "UPDATE_UNSUCCESSFUL",
4239
+ UPDATING: "UPDATING",
4240
+ };
4241
+ const ApiKeyCredentialLocation = {
4242
+ HEADER: "HEADER",
4243
+ QUERY_PARAMETER: "QUERY_PARAMETER",
4244
+ };
4245
+ const CredentialProviderType = {
4246
+ API_KEY: "API_KEY",
4247
+ GATEWAY_IAM_ROLE: "GATEWAY_IAM_ROLE",
4248
+ OAUTH: "OAUTH",
4249
+ };
4250
+ const SchemaType = {
4251
+ ARRAY: "array",
4252
+ BOOLEAN: "boolean",
4253
+ INTEGER: "integer",
4254
+ NUMBER: "number",
4255
+ OBJECT: "object",
4256
+ STRING: "string",
4257
+ };
4258
+ const TargetStatus = {
4259
+ CREATING: "CREATING",
4260
+ DELETING: "DELETING",
4261
+ FAILED: "FAILED",
4262
+ READY: "READY",
4263
+ SYNCHRONIZE_UNSUCCESSFUL: "SYNCHRONIZE_UNSUCCESSFUL",
4264
+ SYNCHRONIZING: "SYNCHRONIZING",
4265
+ UPDATE_UNSUCCESSFUL: "UPDATE_UNSUCCESSFUL",
4266
+ UPDATING: "UPDATING",
4267
+ };
4268
+ const KeyType = {
4269
+ CustomerManagedKey: "CustomerManagedKey",
4270
+ ServiceManagedKey: "ServiceManagedKey",
4271
+ };
4272
+ const MemoryStatus = {
4273
+ ACTIVE: "ACTIVE",
4274
+ CREATING: "CREATING",
4275
+ DELETING: "DELETING",
4276
+ FAILED: "FAILED",
4277
+ };
4278
+ const OverrideType = {
4279
+ SELF_MANAGED: "SELF_MANAGED",
4280
+ SEMANTIC_OVERRIDE: "SEMANTIC_OVERRIDE",
4281
+ SUMMARY_OVERRIDE: "SUMMARY_OVERRIDE",
4282
+ USER_PREFERENCE_OVERRIDE: "USER_PREFERENCE_OVERRIDE",
4283
+ };
4284
+ const MemoryStrategyStatus = {
4285
+ ACTIVE: "ACTIVE",
4286
+ CREATING: "CREATING",
4287
+ DELETING: "DELETING",
4288
+ FAILED: "FAILED",
4289
+ };
4290
+ const MemoryStrategyType = {
4291
+ CUSTOM: "CUSTOM",
4292
+ SEMANTIC: "SEMANTIC",
4293
+ SUMMARIZATION: "SUMMARIZATION",
4294
+ USER_PREFERENCE: "USER_PREFERENCE",
4295
+ };
4296
+ const CredentialProviderVendorType = {
4297
+ AtlassianOauth2: "AtlassianOauth2",
4298
+ Auth0Oauth2: "Auth0Oauth2",
4299
+ CognitoOauth2: "CognitoOauth2",
4300
+ CustomOauth2: "CustomOauth2",
4301
+ CyberArkOauth2: "CyberArkOauth2",
4302
+ DropboxOauth2: "DropboxOauth2",
4303
+ FacebookOauth2: "FacebookOauth2",
4304
+ FusionAuthOauth2: "FusionAuthOauth2",
4305
+ GithubOauth2: "GithubOauth2",
4306
+ GoogleOauth2: "GoogleOauth2",
4307
+ HubspotOauth2: "HubspotOauth2",
4308
+ LinkedinOauth2: "LinkedinOauth2",
4309
+ MicrosoftOauth2: "MicrosoftOauth2",
4310
+ NotionOauth2: "NotionOauth2",
4311
+ OktaOauth2: "OktaOauth2",
4312
+ OneLoginOauth2: "OneLoginOauth2",
4313
+ PingOneOauth2: "PingOneOauth2",
4314
+ RedditOauth2: "RedditOauth2",
4315
+ SalesforceOauth2: "SalesforceOauth2",
4316
+ SlackOauth2: "SlackOauth2",
4317
+ SpotifyOauth2: "SpotifyOauth2",
4318
+ TwitchOauth2: "TwitchOauth2",
4319
+ XOauth2: "XOauth2",
4320
+ YandexOauth2: "YandexOauth2",
4321
+ ZoomOauth2: "ZoomOauth2",
4322
+ };
4323
+
4323
4324
  Object.defineProperty(exports, "$Command", {
4324
4325
  enumerable: true,
4325
4326
  get: function () { return smithyClient.Command; }
package/dist-es/index.js CHANGED
@@ -3,5 +3,6 @@ export * from "./BedrockAgentCoreControl";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./waiters";
6
- export * from "./models";
6
+ export * from "./models/enums";
7
+ export * from "./models/errors";
7
8
  export { BedrockAgentCoreControlServiceException } from "./models/BedrockAgentCoreControlServiceException";
@@ -0,0 +1,170 @@
1
+ export const AgentRuntimeEndpointStatus = {
2
+ CREATE_FAILED: "CREATE_FAILED",
3
+ CREATING: "CREATING",
4
+ DELETING: "DELETING",
5
+ READY: "READY",
6
+ UPDATE_FAILED: "UPDATE_FAILED",
7
+ UPDATING: "UPDATING",
8
+ };
9
+ export const ValidationExceptionReason = {
10
+ CANNOT_PARSE: "CannotParse",
11
+ FIELD_VALIDATION_FAILED: "FieldValidationFailed",
12
+ IDEMPOTENT_PARAMETER_MISMATCH_EXCEPTION: "IdempotentParameterMismatchException",
13
+ RESOURCE_CONFLICT: "ResourceConflict",
14
+ ROOT_EVENT_IN_OTHER_SESSION: "EventInOtherSession",
15
+ };
16
+ export const AgentManagedRuntimeType = {
17
+ PYTHON_3_10: "PYTHON_3_10",
18
+ PYTHON_3_11: "PYTHON_3_11",
19
+ PYTHON_3_12: "PYTHON_3_12",
20
+ PYTHON_3_13: "PYTHON_3_13",
21
+ };
22
+ export const NetworkMode = {
23
+ PUBLIC: "PUBLIC",
24
+ VPC: "VPC",
25
+ };
26
+ export const ServerProtocol = {
27
+ A2A: "A2A",
28
+ HTTP: "HTTP",
29
+ MCP: "MCP",
30
+ };
31
+ export const AgentRuntimeStatus = {
32
+ CREATE_FAILED: "CREATE_FAILED",
33
+ CREATING: "CREATING",
34
+ DELETING: "DELETING",
35
+ READY: "READY",
36
+ UPDATE_FAILED: "UPDATE_FAILED",
37
+ UPDATING: "UPDATING",
38
+ };
39
+ export const BrowserNetworkMode = {
40
+ PUBLIC: "PUBLIC",
41
+ VPC: "VPC",
42
+ };
43
+ export const BrowserStatus = {
44
+ CREATE_FAILED: "CREATE_FAILED",
45
+ CREATING: "CREATING",
46
+ DELETED: "DELETED",
47
+ DELETE_FAILED: "DELETE_FAILED",
48
+ DELETING: "DELETING",
49
+ READY: "READY",
50
+ };
51
+ export const ResourceType = {
52
+ CUSTOM: "CUSTOM",
53
+ SYSTEM: "SYSTEM",
54
+ };
55
+ export const CodeInterpreterNetworkMode = {
56
+ PUBLIC: "PUBLIC",
57
+ SANDBOX: "SANDBOX",
58
+ VPC: "VPC",
59
+ };
60
+ export const CodeInterpreterStatus = {
61
+ CREATE_FAILED: "CREATE_FAILED",
62
+ CREATING: "CREATING",
63
+ DELETED: "DELETED",
64
+ DELETE_FAILED: "DELETE_FAILED",
65
+ DELETING: "DELETING",
66
+ READY: "READY",
67
+ };
68
+ export const AuthorizerType = {
69
+ AWS_IAM: "AWS_IAM",
70
+ CUSTOM_JWT: "CUSTOM_JWT",
71
+ };
72
+ export const ExceptionLevel = {
73
+ DEBUG: "DEBUG",
74
+ };
75
+ export const SearchType = {
76
+ SEMANTIC: "SEMANTIC",
77
+ };
78
+ export const GatewayProtocolType = {
79
+ MCP: "MCP",
80
+ };
81
+ export const GatewayStatus = {
82
+ CREATING: "CREATING",
83
+ DELETING: "DELETING",
84
+ FAILED: "FAILED",
85
+ READY: "READY",
86
+ UPDATE_UNSUCCESSFUL: "UPDATE_UNSUCCESSFUL",
87
+ UPDATING: "UPDATING",
88
+ };
89
+ export const ApiKeyCredentialLocation = {
90
+ HEADER: "HEADER",
91
+ QUERY_PARAMETER: "QUERY_PARAMETER",
92
+ };
93
+ export const CredentialProviderType = {
94
+ API_KEY: "API_KEY",
95
+ GATEWAY_IAM_ROLE: "GATEWAY_IAM_ROLE",
96
+ OAUTH: "OAUTH",
97
+ };
98
+ export const SchemaType = {
99
+ ARRAY: "array",
100
+ BOOLEAN: "boolean",
101
+ INTEGER: "integer",
102
+ NUMBER: "number",
103
+ OBJECT: "object",
104
+ STRING: "string",
105
+ };
106
+ export const TargetStatus = {
107
+ CREATING: "CREATING",
108
+ DELETING: "DELETING",
109
+ FAILED: "FAILED",
110
+ READY: "READY",
111
+ SYNCHRONIZE_UNSUCCESSFUL: "SYNCHRONIZE_UNSUCCESSFUL",
112
+ SYNCHRONIZING: "SYNCHRONIZING",
113
+ UPDATE_UNSUCCESSFUL: "UPDATE_UNSUCCESSFUL",
114
+ UPDATING: "UPDATING",
115
+ };
116
+ export const KeyType = {
117
+ CustomerManagedKey: "CustomerManagedKey",
118
+ ServiceManagedKey: "ServiceManagedKey",
119
+ };
120
+ export const MemoryStatus = {
121
+ ACTIVE: "ACTIVE",
122
+ CREATING: "CREATING",
123
+ DELETING: "DELETING",
124
+ FAILED: "FAILED",
125
+ };
126
+ export const OverrideType = {
127
+ SELF_MANAGED: "SELF_MANAGED",
128
+ SEMANTIC_OVERRIDE: "SEMANTIC_OVERRIDE",
129
+ SUMMARY_OVERRIDE: "SUMMARY_OVERRIDE",
130
+ USER_PREFERENCE_OVERRIDE: "USER_PREFERENCE_OVERRIDE",
131
+ };
132
+ export const MemoryStrategyStatus = {
133
+ ACTIVE: "ACTIVE",
134
+ CREATING: "CREATING",
135
+ DELETING: "DELETING",
136
+ FAILED: "FAILED",
137
+ };
138
+ export const MemoryStrategyType = {
139
+ CUSTOM: "CUSTOM",
140
+ SEMANTIC: "SEMANTIC",
141
+ SUMMARIZATION: "SUMMARIZATION",
142
+ USER_PREFERENCE: "USER_PREFERENCE",
143
+ };
144
+ export const CredentialProviderVendorType = {
145
+ AtlassianOauth2: "AtlassianOauth2",
146
+ Auth0Oauth2: "Auth0Oauth2",
147
+ CognitoOauth2: "CognitoOauth2",
148
+ CustomOauth2: "CustomOauth2",
149
+ CyberArkOauth2: "CyberArkOauth2",
150
+ DropboxOauth2: "DropboxOauth2",
151
+ FacebookOauth2: "FacebookOauth2",
152
+ FusionAuthOauth2: "FusionAuthOauth2",
153
+ GithubOauth2: "GithubOauth2",
154
+ GoogleOauth2: "GoogleOauth2",
155
+ HubspotOauth2: "HubspotOauth2",
156
+ LinkedinOauth2: "LinkedinOauth2",
157
+ MicrosoftOauth2: "MicrosoftOauth2",
158
+ NotionOauth2: "NotionOauth2",
159
+ OktaOauth2: "OktaOauth2",
160
+ OneLoginOauth2: "OneLoginOauth2",
161
+ PingOneOauth2: "PingOneOauth2",
162
+ RedditOauth2: "RedditOauth2",
163
+ SalesforceOauth2: "SalesforceOauth2",
164
+ SlackOauth2: "SlackOauth2",
165
+ SpotifyOauth2: "SpotifyOauth2",
166
+ TwitchOauth2: "TwitchOauth2",
167
+ XOauth2: "XOauth2",
168
+ YandexOauth2: "YandexOauth2",
169
+ ZoomOauth2: "ZoomOauth2",
170
+ };