@aws-sdk/client-odb 3.987.0 → 3.989.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
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var OdbServiceException = require('./models/OdbServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,1462 +113,6 @@ class OdbClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class OdbServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, OdbServiceException.prototype);
117
- }
118
- }
119
-
120
- class AccessDeniedException extends OdbServiceException {
121
- name = "AccessDeniedException";
122
- $fault = "client";
123
- constructor(opts) {
124
- super({
125
- name: "AccessDeniedException",
126
- $fault: "client",
127
- ...opts,
128
- });
129
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
130
- }
131
- }
132
- class ConflictException extends OdbServiceException {
133
- name = "ConflictException";
134
- $fault = "client";
135
- resourceId;
136
- resourceType;
137
- constructor(opts) {
138
- super({
139
- name: "ConflictException",
140
- $fault: "client",
141
- ...opts,
142
- });
143
- Object.setPrototypeOf(this, ConflictException.prototype);
144
- this.resourceId = opts.resourceId;
145
- this.resourceType = opts.resourceType;
146
- }
147
- }
148
- class InternalServerException extends OdbServiceException {
149
- name = "InternalServerException";
150
- $fault = "server";
151
- $retryable = {};
152
- retryAfterSeconds;
153
- constructor(opts) {
154
- super({
155
- name: "InternalServerException",
156
- $fault: "server",
157
- ...opts,
158
- });
159
- Object.setPrototypeOf(this, InternalServerException.prototype);
160
- this.retryAfterSeconds = opts.retryAfterSeconds;
161
- }
162
- }
163
- class ThrottlingException extends OdbServiceException {
164
- name = "ThrottlingException";
165
- $fault = "client";
166
- retryAfterSeconds;
167
- constructor(opts) {
168
- super({
169
- name: "ThrottlingException",
170
- $fault: "client",
171
- ...opts,
172
- });
173
- Object.setPrototypeOf(this, ThrottlingException.prototype);
174
- this.retryAfterSeconds = opts.retryAfterSeconds;
175
- }
176
- }
177
- class ValidationException extends OdbServiceException {
178
- name = "ValidationException";
179
- $fault = "client";
180
- reason;
181
- fieldList;
182
- constructor(opts) {
183
- super({
184
- name: "ValidationException",
185
- $fault: "client",
186
- ...opts,
187
- });
188
- Object.setPrototypeOf(this, ValidationException.prototype);
189
- this.reason = opts.reason;
190
- this.fieldList = opts.fieldList;
191
- }
192
- }
193
- class ResourceNotFoundException extends OdbServiceException {
194
- name = "ResourceNotFoundException";
195
- $fault = "client";
196
- resourceId;
197
- resourceType;
198
- constructor(opts) {
199
- super({
200
- name: "ResourceNotFoundException",
201
- $fault: "client",
202
- ...opts,
203
- });
204
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
205
- this.resourceId = opts.resourceId;
206
- this.resourceType = opts.resourceType;
207
- }
208
- }
209
- class ServiceQuotaExceededException extends OdbServiceException {
210
- name = "ServiceQuotaExceededException";
211
- $fault = "client";
212
- resourceId;
213
- resourceType;
214
- quotaCode;
215
- constructor(opts) {
216
- super({
217
- name: "ServiceQuotaExceededException",
218
- $fault: "client",
219
- ...opts,
220
- });
221
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
222
- this.resourceId = opts.resourceId;
223
- this.resourceType = opts.resourceType;
224
- this.quotaCode = opts.quotaCode;
225
- }
226
- }
227
-
228
- const _ADE = "AccessDeniedException";
229
- const _AIRTR = "AssociateIamRoleToResource";
230
- const _AIRTRI = "AssociateIamRoleToResourceInput";
231
- const _AIRTRO = "AssociateIamRoleToResourceOutput";
232
- const _AMR = "AcceptMarketplaceRegistration";
233
- const _AMRI = "AcceptMarketplaceRegistrationInput";
234
- const _AMRO = "AcceptMarketplaceRegistrationOutput";
235
- const _AVML = "AutonomousVirtualMachineList";
236
- const _AVMS = "AutonomousVirtualMachineSummary";
237
- const _CAVC = "CloudAutonomousVmCluster";
238
- const _CAVCL = "CloudAutonomousVmClusterList";
239
- const _CAVCRD = "CloudAutonomousVmClusterResourceDetails";
240
- const _CAVCRDL = "CloudAutonomousVmClusterResourceDetailsList";
241
- const _CAVCS = "CloudAutonomousVmClusterSummary";
242
- const _CC = "CustomerContact";
243
- const _CCAVC = "CreateCloudAutonomousVmCluster";
244
- const _CCAVCI = "CreateCloudAutonomousVmClusterInput";
245
- const _CCAVCO = "CreateCloudAutonomousVmClusterOutput";
246
- const _CCEI = "CreateCloudExadataInfrastructure";
247
- const _CCEII = "CreateCloudExadataInfrastructureInput";
248
- const _CCEIO = "CreateCloudExadataInfrastructureOutput";
249
- const _CCVC = "CreateCloudVmCluster";
250
- const _CCVCI = "CreateCloudVmClusterInput";
251
- const _CCVCO = "CreateCloudVmClusterOutput";
252
- const _CCu = "CustomerContacts";
253
- const _CE = "ConflictException";
254
- const _CEI = "CloudExadataInfrastructure";
255
- const _CEIL = "CloudExadataInfrastructureList";
256
- const _CEIS = "CloudExadataInfrastructureSummary";
257
- const _CEIUR = "CloudExadataInfrastructureUnallocatedResources";
258
- const _CON = "CreateOdbNetwork";
259
- const _CONI = "CreateOdbNetworkInput";
260
- const _CONO = "CreateOdbNetworkOutput";
261
- const _COPC = "CreateOdbPeeringConnection";
262
- const _COPCI = "CreateOdbPeeringConnectionInput";
263
- const _COPCO = "CreateOdbPeeringConnectionOutput";
264
- const _CRSRSA = "CrossRegionS3RestoreSourcesAccess";
265
- const _CRSRSAL = "CrossRegionS3RestoreSourcesAccessList";
266
- const _CVC = "CloudVmCluster";
267
- const _CVCL = "CloudVmClusterList";
268
- const _CVCS = "CloudVmClusterSummary";
269
- const _DCAVC = "DeleteCloudAutonomousVmCluster";
270
- const _DCAVCI = "DeleteCloudAutonomousVmClusterInput";
271
- const _DCAVCO = "DeleteCloudAutonomousVmClusterOutput";
272
- const _DCEI = "DeleteCloudExadataInfrastructure";
273
- const _DCEII = "DeleteCloudExadataInfrastructureInput";
274
- const _DCEIO = "DeleteCloudExadataInfrastructureOutput";
275
- const _DCO = "DataCollectionOptions";
276
- const _DCVC = "DeleteCloudVmCluster";
277
- const _DCVCI = "DeleteCloudVmClusterInput";
278
- const _DCVCO = "DeleteCloudVmClusterOutput";
279
- const _DIC = "DbIormConfig";
280
- const _DICL = "DbIormConfigList";
281
- const _DIRFR = "DisassociateIamRoleFromResource";
282
- const _DIRFRI = "DisassociateIamRoleFromResourceInput";
283
- const _DIRFRO = "DisassociateIamRoleFromResourceOutput";
284
- const _DN = "DbNode";
285
- const _DNL = "DbNodeList";
286
- const _DNS = "DbNodeSummary";
287
- const _DON = "DeleteOdbNetwork";
288
- const _DONI = "DeleteOdbNetworkInput";
289
- const _DONO = "DeleteOdbNetworkOutput";
290
- const _DOPC = "DeleteOdbPeeringConnection";
291
- const _DOPCI = "DeleteOdbPeeringConnectionInput";
292
- const _DOPCO = "DeleteOdbPeeringConnectionOutput";
293
- const _DOW = "DayOfWeek";
294
- const _DOWa = "DaysOfWeek";
295
- const _DS = "DbServer";
296
- const _DSL = "DbServerList";
297
- const _DSPD = "DbServerPatchingDetails";
298
- const _DSS = "DbServerSummary";
299
- const _DSSL = "DbSystemShapeList";
300
- const _DSSS = "DbSystemShapeSummary";
301
- const _EIC = "ExadataIormConfig";
302
- const _GCAVC = "GetCloudAutonomousVmCluster";
303
- const _GCAVCI = "GetCloudAutonomousVmClusterInput";
304
- const _GCAVCO = "GetCloudAutonomousVmClusterOutput";
305
- const _GCEI = "GetCloudExadataInfrastructure";
306
- const _GCEII = "GetCloudExadataInfrastructureInput";
307
- const _GCEIO = "GetCloudExadataInfrastructureOutput";
308
- const _GCEIUR = "GetCloudExadataInfrastructureUnallocatedResources";
309
- const _GCEIURI = "GetCloudExadataInfrastructureUnallocatedResourcesInput";
310
- const _GCEIURO = "GetCloudExadataInfrastructureUnallocatedResourcesOutput";
311
- const _GCVC = "GetCloudVmCluster";
312
- const _GCVCI = "GetCloudVmClusterInput";
313
- const _GCVCO = "GetCloudVmClusterOutput";
314
- const _GDN = "GetDbNode";
315
- const _GDNI = "GetDbNodeInput";
316
- const _GDNO = "GetDbNodeOutput";
317
- const _GDS = "GetDbServer";
318
- const _GDSI = "GetDbServerInput";
319
- const _GDSO = "GetDbServerOutput";
320
- const _GON = "GetOdbNetwork";
321
- const _GONI = "GetOdbNetworkInput";
322
- const _GONO = "GetOdbNetworkOutput";
323
- const _GOOS = "GetOciOnboardingStatus";
324
- const _GOOSI = "GetOciOnboardingStatusInput";
325
- const _GOOSO = "GetOciOnboardingStatusOutput";
326
- const _GOPC = "GetOdbPeeringConnection";
327
- const _GOPCI = "GetOdbPeeringConnectionInput";
328
- const _GOPCO = "GetOdbPeeringConnectionOutput";
329
- const _GVL = "GiVersionList";
330
- const _GVS = "GiVersionSummary";
331
- const _IR = "IamRole";
332
- const _IRL = "IamRoleList";
333
- const _IS = "InitializeService";
334
- const _ISE = "InternalServerException";
335
- const _ISI = "InitializeServiceInput";
336
- const _ISO = "InitializeServiceOutput";
337
- const _KA = "KmsAccess";
338
- const _LAVM = "ListAutonomousVirtualMachines";
339
- const _LAVMI = "ListAutonomousVirtualMachinesInput";
340
- const _LAVMO = "ListAutonomousVirtualMachinesOutput";
341
- const _LCAVC = "ListCloudAutonomousVmClusters";
342
- const _LCAVCI = "ListCloudAutonomousVmClustersInput";
343
- const _LCAVCO = "ListCloudAutonomousVmClustersOutput";
344
- const _LCEI = "ListCloudExadataInfrastructures";
345
- const _LCEII = "ListCloudExadataInfrastructuresInput";
346
- const _LCEIO = "ListCloudExadataInfrastructuresOutput";
347
- const _LCVC = "ListCloudVmClusters";
348
- const _LCVCI = "ListCloudVmClustersInput";
349
- const _LCVCO = "ListCloudVmClustersOutput";
350
- const _LDN = "ListDbNodes";
351
- const _LDNI = "ListDbNodesInput";
352
- const _LDNO = "ListDbNodesOutput";
353
- const _LDS = "ListDbServers";
354
- const _LDSI = "ListDbServersInput";
355
- const _LDSO = "ListDbServersOutput";
356
- const _LDSS = "ListDbSystemShapes";
357
- const _LDSSI = "ListDbSystemShapesInput";
358
- const _LDSSO = "ListDbSystemShapesOutput";
359
- const _LGV = "ListGiVersions";
360
- const _LGVI = "ListGiVersionsInput";
361
- const _LGVO = "ListGiVersionsOutput";
362
- const _LON = "ListOdbNetworks";
363
- const _LONI = "ListOdbNetworksInput";
364
- const _LONO = "ListOdbNetworksOutput";
365
- const _LOPC = "ListOdbPeeringConnections";
366
- const _LOPCI = "ListOdbPeeringConnectionsInput";
367
- const _LOPCO = "ListOdbPeeringConnectionsOutput";
368
- const _LSV = "ListSystemVersions";
369
- const _LSVI = "ListSystemVersionsInput";
370
- const _LSVO = "ListSystemVersionsOutput";
371
- const _LTFR = "ListTagsForResource";
372
- const _LTFRR = "ListTagsForResourceRequest";
373
- const _LTFRRi = "ListTagsForResourceResponse";
374
- const _M = "Month";
375
- const _MS = "ManagedServices";
376
- const _MSBA = "ManagedS3BackupAccess";
377
- const _MW = "MaintenanceWindow";
378
- const _Mo = "Months";
379
- const _ODFC = "OciDnsForwardingConfig";
380
- const _ODFCL = "OciDnsForwardingConfigList";
381
- const _OID = "OciIdentityDomain";
382
- const _ON = "OdbNetwork";
383
- const _ONL = "OdbNetworkList";
384
- const _ONS = "OdbNetworkSummary";
385
- const _OPC = "OdbPeeringConnection";
386
- const _OPCL = "OdbPeeringConnectionList";
387
- const _OPCS = "OdbPeeringConnectionSummary";
388
- const _RA = "Retry-After";
389
- const _RDN = "RebootDbNode";
390
- const _RDNI = "RebootDbNodeInput";
391
- const _RDNO = "RebootDbNodeOutput";
392
- const _RNFE = "ResourceNotFoundException";
393
- const _SA = "S3Access";
394
- const _SAt = "StsAccess";
395
- const _SDN = "StartDbNode";
396
- const _SDNI = "StartDbNodeInput";
397
- const _SDNIt = "StopDbNodeInput";
398
- const _SDNO = "StartDbNodeOutput";
399
- const _SDNOt = "StopDbNodeOutput";
400
- const _SDNt = "StopDbNode";
401
- const _SNE = "ServiceNetworkEndpoint";
402
- const _SQEE = "ServiceQuotaExceededException";
403
- const _SS = "SensitiveString";
404
- const _SSL = "SensitiveStringList";
405
- const _SVL = "SystemVersionList";
406
- const _SVS = "SystemVersionSummary";
407
- const _TE = "ThrottlingException";
408
- const _TR = "TagResource";
409
- const _TRR = "TagResourceRequest";
410
- const _TRRa = "TagResourceResponse";
411
- const _UCEI = "UpdateCloudExadataInfrastructure";
412
- const _UCEII = "UpdateCloudExadataInfrastructureInput";
413
- const _UCEIO = "UpdateCloudExadataInfrastructureOutput";
414
- const _UON = "UpdateOdbNetwork";
415
- const _UONI = "UpdateOdbNetworkInput";
416
- const _UONO = "UpdateOdbNetworkOutput";
417
- const _UOPC = "UpdateOdbPeeringConnection";
418
- const _UOPCI = "UpdateOdbPeeringConnectionInput";
419
- const _UOPCO = "UpdateOdbPeeringConnectionOutput";
420
- const _UR = "UntagResource";
421
- const _URR = "UntagResourceRequest";
422
- const _URRn = "UntagResourceResponse";
423
- const _VE = "ValidationException";
424
- const _VEF = "ValidationExceptionField";
425
- const _VEFL = "ValidationExceptionFieldList";
426
- const _ZEA = "ZeroEtlAccess";
427
- const _aADSSITB = "availableAutonomousDataStorageSizeInTBs";
428
- const _aC = "availableCpus";
429
- const _aCC = "availableCoreCount";
430
- const _aCCPN = "availableCoreCountPerNode";
431
- const _aCD = "availableContainerDatabases";
432
- const _aD = "additionalDetails";
433
- const _aDNPNIGB = "availableDbNodePerNodeInGBs";
434
- const _aDNSIGB = "availableDbNodeStorageInGBs";
435
- const _aDSITB = "availableDataStorageInTBs";
436
- const _aDSP = "autonomousDataStoragePercentage";
437
- const _aDSPSITB = "availableDataStoragePerServerInTBs";
438
- const _aDSSITB = "autonomousDataStorageSizeInTBs";
439
- const _aI = "awsIntegration";
440
- const _aMIGB = "availableMemoryInGBs";
441
- const _aMPNIGB = "availableMemoryPerNodeInGBs";
442
- const _aSC = "activatedStorageCount";
443
- const _aSCFU = "accountSetupCloudFormationUrl";
444
- const _aSCd = "additionalStorageCount";
445
- const _aSSIGB = "availableStorageSizeInGBs";
446
- const _aSTS = "areServerTypesSupported";
447
- const _aVCI = "autonomousVmClusterIds";
448
- const _aVM = "autonomousVirtualMachines";
449
- const _aVMI = "autonomousVirtualMachineId";
450
- const _aVMIu = "autonomousVirtualMachineIds";
451
- const _aZ = "availabilityZone";
452
- const _aZI = "availabilityZoneId";
453
- const _bII = "backupIpId";
454
- const _bSC = "backupSubnetCidr";
455
- const _bVI = "backupVnic2Id";
456
- const _bVIa = "backupVnicId";
457
- const _c = "client";
458
- const _cA = "createdAt";
459
- const _cATIM = "customActionTimeoutInMins";
460
- const _cAVC = "cloudAutonomousVmClusters";
461
- const _cAVCA = "cloudAutonomousVmClusterArn";
462
- const _cAVCI = "cloudAutonomousVmClusterId";
463
- const _cAVCl = "cloudAutonomousVmCluster";
464
- const _cC = "computeCount";
465
- const _cCC = "cpuCoreCount";
466
- const _cCCPN = "cpuCoreCountPerNode";
467
- const _cCI = "coreCountIncrement";
468
- const _cCTSTOCI = "customerContactsToSendToOCI";
469
- const _cCp = "cpuCount";
470
- const _cDN = "customDomainName";
471
- const _cEI = "cloudExadataInfrastructure";
472
- const _cEIA = "cloudExadataInfrastructureArn";
473
- const _cEIDN = "cloudExadataInfrastructureDisplayName";
474
- const _cEII = "cloudExadataInfrastructureId";
475
- const _cEIUR = "cloudExadataInfrastructureUnallocatedResources";
476
- const _cEIl = "cloudExadataInfrastructures";
477
- const _cIA = "clientIpAddress";
478
- const _cM = "computeModel";
479
- const _cN = "clusterName";
480
- const _cP = "cpuPercentage";
481
- const _cRSRSA = "crossRegionS3RestoreSourcesAccess";
482
- const _cRSRSTD = "crossRegionS3RestoreSourcesToDisable";
483
- const _cRSRSTE = "crossRegionS3RestoreSourcesToEnable";
484
- const _cSC = "clientSubnetCidr";
485
- const _cT = "clientToken";
486
- const _cVC = "cloudVmCluster";
487
- const _cVCA = "cloudVmClusterArn";
488
- const _cVCI = "cloudVmClusterId";
489
- const _cVCl = "cloudVmClusters";
490
- const _ci = "cidr";
491
- const _d = "description";
492
- const _dAR = "deleteAssociatedResources";
493
- const _dCO = "dataCollectionOptions";
494
- const _dDP = "defaultDnsPrefix";
495
- const _dN = "displayName";
496
- const _dNA = "dbNodeArn";
497
- const _dNI = "dbNodeId";
498
- const _dNSSIGB = "dbNodeStorageSizeInGBs";
499
- const _dNb = "dbName";
500
- const _dNbo = "dbNode";
501
- const _dNbod = "dbNodes";
502
- const _dNo = "domainName";
503
- const _dOW = "daysOfWeek";
504
- const _dP = "dbPlans";
505
- const _dR = "diskRedundancy";
506
- const _dS = "dbServers";
507
- const _dSDN = "dbServerDisplayName";
508
- const _dSI = "dbServerId";
509
- const _dSIb = "dbSystemId";
510
- const _dSPD = "dbServerPatchingDetails";
511
- const _dSS = "dbSystemShapes";
512
- const _dSSIGB = "dataStorageSizeInGBs";
513
- const _dSSITB = "dataStorageSizeInTBs";
514
- const _dST = "databaseServerType";
515
- const _dSV = "dbServerVersion";
516
- const _dSb = "dbServer";
517
- const _do = "domain";
518
- const _e = "error";
519
- const _eII = "exadataInfrastructureId";
520
- const _ePD = "estimatedPatchDuration";
521
- const _eSITB = "exadataStorageInTBs";
522
- const _eSITBLSV = "exadataStorageInTBsLowestScaledValue";
523
- const _eTAL = "existingTenancyActivationLink";
524
- const _em = "email";
525
- const _fCL = "flashCacheLimit";
526
- const _fD = "faultDomain";
527
- const _fIA = "floatingIpAddress";
528
- const _fL = "fieldList";
529
- const _gV = "giVersion";
530
- const _gVi = "giVersions";
531
- const _h = "hostname";
532
- const _hE = "httpError";
533
- const _hH = "httpHeader";
534
- const _hII = "hostIpId";
535
- const _hOD = "hoursOfDay";
536
- const _hQ = "httpQuery";
537
- const _iA = "ipv4Addresses";
538
- const _iCATE = "isCustomActionTimeoutEnabled";
539
- const _iCC = "iormConfigCache";
540
- const _iDEE = "isDiagnosticsEventsEnabled";
541
- const _iHME = "isHealthMonitoringEnabled";
542
- const _iILE = "isIncidentLogsEnabled";
543
- const _iLBE = "isLocalBackupEnabled";
544
- const _iMEVC = "isMtlsEnabledVmCluster";
545
- const _iR = "iamRoles";
546
- const _iRA = "iamRoleArn";
547
- const _iSDE = "isSparseDiskgroupEnabled";
548
- const _kA = "kmsAccess";
549
- const _kPD = "kmsPolicyDocument";
550
- const _lD = "lifecycleDetails";
551
- const _lM = "licenseModel";
552
- const _lMRI = "lastMaintenanceRunId";
553
- const _lP = "listenerPort";
554
- const _lS = "lifecycleState";
555
- const _lSIGB = "localStorageInGBs";
556
- const _lTIW = "leadTimeInWeeks";
557
- const _lUHEI = "lastUpdateHistoryEntryId";
558
- const _m = "message";
559
- const _mALSV = "maxAcdsLowestScaledValue";
560
- const _mCC = "maxCpuCount";
561
- const _mCCPN = "minCoreCountPerNode";
562
- const _mCCi = "minimumCoreCount";
563
- const _mDNSIGB = "maxDbNodeStorageInGBs";
564
- const _mDNSPNIGB = "minDbNodeStoragePerNodeInGBs";
565
- const _mDNSSIGB = "maxDbNodeStorageSizeInGBs";
566
- const _mDSITB = "maxDataStorageInTBs";
567
- const _mDSITBi = "minDataStorageInTBs";
568
- const _mDSV = "monthlyDbServerVersion";
569
- const _mIGB = "memoryInGBs";
570
- const _mMIGB = "maxMemoryInGBs";
571
- const _mMPNIGB = "minMemoryPerNodeInGBs";
572
- const _mNC = "maximumNodeCount";
573
- const _mNCi = "minimumNodeCount";
574
- const _mPOCUIGB = "memoryPerOracleComputeUnitInGBs";
575
- const _mR = "maxResults";
576
- const _mRT = "marketplaceRegistrationToken";
577
- const _mS = "managedServices";
578
- const _mSBA = "managedS3BackupAccess";
579
- const _mSC = "maxStorageCount";
580
- const _mSCi = "minStorageCount";
581
- const _mSIC = "managedServicesIpv4Cidrs";
582
- const _mSIGB = "memorySizeInGBs";
583
- const _mSSV = "monthlyStorageServerVersion";
584
- const _mT = "maintenanceType";
585
- const _mW = "maintenanceWindow";
586
- const _mo = "months";
587
- const _n = "name";
588
- const _nC = "nodeCount";
589
- const _nMRI = "nextMaintenanceRunId";
590
- const _nPACD = "nonProvisionableAutonomousContainerDatabases";
591
- const _nT = "nextToken";
592
- const _nTAL = "newTenancyActivationLink";
593
- const _o = "ocid";
594
- const _oDFC = "ociDnsForwardingConfigs";
595
- const _oDLI = "ociDnsListenerIp";
596
- const _oID = "ociIdentityDomain";
597
- const _oIDI = "ociIdentityDomainId";
598
- const _oIDRU = "ociIdentityDomainResourceUrl";
599
- const _oIDU = "ociIdentityDomainUrl";
600
- const _oN = "odbNetwork";
601
- const _oNA = "odbNetworkArn";
602
- const _oNAI = "ociNetworkAnchorId";
603
- const _oNAU = "ociNetworkAnchorUrl";
604
- const _oNI = "odbNetworkId";
605
- const _oNd = "odbNetworks";
606
- const _oPC = "odbPeeringConnection";
607
- const _oPCA = "odbPeeringConnectionArn";
608
- const _oPCI = "odbPeeringConnectionId";
609
- const _oPCT = "odbPeeringConnectionType";
610
- const _oPCd = "odbPeeringConnections";
611
- const _oRAN = "ociResourceAnchorName";
612
- const _oU = "ociUrl";
613
- const _oVI = "ociVcnId";
614
- const _oVU = "ociVcnUrl";
615
- const _ob = "objective";
616
- const _oc = "ocpus";
617
- const _p = "preference";
618
- const _pACD = "provisionableAutonomousContainerDatabases";
619
- const _pACDr = "provisionedAutonomousContainerDatabases";
620
- const _pC = "provisionedCpus";
621
- const _pCTBA = "peeredCidrsToBeAdded";
622
- const _pCTBR = "peeredCidrsToBeRemoved";
623
- const _pCe = "peeredCidrs";
624
- const _pIA = "privateIpAddress";
625
- const _pM = "patchingMode";
626
- const _pNA = "peerNetworkArn";
627
- const _pNC = "peerNetworkCidrs";
628
- const _pNCTBA = "peerNetworkCidrsToBeAdded";
629
- const _pNCTBR = "peerNetworkCidrsToBeRemoved";
630
- const _pNI = "peerNetworkId";
631
- const _pP = "percentProgress";
632
- const _pS = "patchingStatus";
633
- const _qC = "quotaCode";
634
- const _r = "region";
635
- const _rA = "resourceArn";
636
- const _rAS = "retryAfterSeconds";
637
- const _rC = "reclaimableCpus";
638
- const _rCe = "reservedCpus";
639
- const _rGA = "resourceGatewayArn";
640
- const _rI = "resourceId";
641
- const _rMCC = "runtimeMinimumCoreCount";
642
- const _rT = "resourceType";
643
- const _re = "reason";
644
- const _s = "status";
645
- const _sA = "s3Access";
646
- const _sAt = "stsAccess";
647
- const _sC = "storageCount";
648
- const _sDN = "scanDnsName";
649
- const _sDRI = "scanDnsRecordId";
650
- const _sF = "shapeFamily";
651
- const _sII = "scanIpIds";
652
- const _sLPNT = "scanListenerPortNonTls";
653
- const _sLPT = "scanListenerPortTls";
654
- const _sLPTc = "scanListenerPortTcp";
655
- const _sNA = "serviceNetworkArn";
656
- const _sNE = "serviceNetworkEndpoint";
657
- const _sPD = "s3PolicyDocument";
658
- const _sPDt = "stsPolicyDocument";
659
- const _sPK = "sshPublicKeys";
660
- const _sR = "statusReason";
661
- const _sRk = "skipRu";
662
- const _sSIGB = "storageSizeInGBs";
663
- const _sSSIGB = "softwareStorageSizeInGB";
664
- const _sST = "storageServerType";
665
- const _sSV = "storageServerVersion";
666
- const _sT = "shapeType";
667
- const _sV = "systemVersion";
668
- const _sVy = "systemVersions";
669
- const _se = "server";
670
- const _sh = "shape";
671
- const _sha = "share";
672
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.odb";
673
- const _t = "tags";
674
- const _tCCC = "totalCpuCoreCount";
675
- const _tCD = "totalContainerDatabases";
676
- const _tDSCE = "timeDatabaseSslCertificateExpires";
677
- const _tK = "tagKeys";
678
- const _tMWE = "timeMaintenanceWindowEnd";
679
- const _tMWS = "timeMaintenanceWindowStart";
680
- const _tOCE = "timeOrdsCertificateExpires";
681
- const _tPE = "timePatchingEnded";
682
- const _tPS = "timePatchingStarted";
683
- const _tSSIGB = "totalStorageSizeInGBs";
684
- const _tZ = "timeZone";
685
- const _uASITB = "unallocatedAdbStorageInTBs";
686
- const _v = "version";
687
- const _vCI = "vmClusterIds";
688
- const _vEI = "vpcEndpointId";
689
- const _vET = "vpcEndpointType";
690
- const _vI = "vipIds";
691
- const _vIn = "vnic2Id";
692
- const _vIni = "vnicId";
693
- const _vN = "vmName";
694
- const _wOM = "weeksOfMonth";
695
- const _zEA = "zeroEtlAccess";
696
- const n0 = "com.amazonaws.odb";
697
- var SensitiveString = [0, n0, _SS, 8, 0];
698
- var AcceptMarketplaceRegistrationInput$ = [3, n0, _AMRI,
699
- 0,
700
- [_mRT],
701
- [0], 1
702
- ];
703
- var AcceptMarketplaceRegistrationOutput$ = [3, n0, _AMRO,
704
- 0,
705
- [],
706
- []
707
- ];
708
- var AccessDeniedException$ = [-3, n0, _ADE,
709
- { [_e]: _c, [_hE]: 403 },
710
- [_m],
711
- [0], 1
712
- ];
713
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
714
- var AssociateIamRoleToResourceInput$ = [3, n0, _AIRTRI,
715
- 0,
716
- [_iRA, _aI, _rA],
717
- [0, 0, 0], 3
718
- ];
719
- var AssociateIamRoleToResourceOutput$ = [3, n0, _AIRTRO,
720
- 0,
721
- [],
722
- []
723
- ];
724
- var AutonomousVirtualMachineSummary$ = [3, n0, _AVMS,
725
- 0,
726
- [_aVMI, _s, _sR, _vN, _dSI, _dSDN, _cCC, _mSIGB, _dNSSIGB, _cIA, _cAVCI, _o, _oRAN],
727
- [0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0]
728
- ];
729
- var CloudAutonomousVmCluster$ = [3, n0, _CAVC,
730
- 0,
731
- [_cAVCI, _cAVCA, _oNI, _oNA, _oRAN, _pP, _dN, _s, _sR, _cEII, _cEIA, _aDSP, _aDSSITB, _aADSSITB, _aCD, _aC, _cM, _cCC, _cCCPN, _cP, _dSSIGB, _dSSITB, _dNSSIGB, _dS, _d, _do, _eSITBLSV, _h, _o, _oU, _iMEVC, _lM, _mW, _mALSV, _mPOCUIGB, _mSIGB, _nC, _nPACD, _pACD, _pACDr, _pC, _rC, _rCe, _sLPNT, _sLPT, _sh, _cA, _tDSCE, _tOCE, _tZ, _tCD, _iR],
732
- [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 64 | 0, 0, 0, 1, 0, 0, 0, 2, 0, () => MaintenanceWindow$, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 5, 5, 5, 0, 1, () => IamRoleList], 1
733
- ];
734
- var CloudAutonomousVmClusterResourceDetails$ = [3, n0, _CAVCRD,
735
- 0,
736
- [_cAVCI, _uASITB],
737
- [0, 1]
738
- ];
739
- var CloudAutonomousVmClusterSummary$ = [3, n0, _CAVCS,
740
- 0,
741
- [_cAVCI, _cAVCA, _oNI, _oNA, _oRAN, _pP, _dN, _s, _sR, _cEII, _cEIA, _aDSP, _aDSSITB, _aADSSITB, _aCD, _aC, _cM, _cCC, _cCCPN, _cP, _dSSIGB, _dSSITB, _dNSSIGB, _dS, _d, _do, _eSITBLSV, _h, _o, _oU, _iMEVC, _lM, _mW, _mALSV, _mPOCUIGB, _mSIGB, _nC, _nPACD, _pACD, _pACDr, _pC, _rC, _rCe, _sLPNT, _sLPT, _sh, _cA, _tDSCE, _tOCE, _tZ, _tCD, _iR],
742
- [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 64 | 0, 0, 0, 1, 0, 0, 0, 2, 0, () => MaintenanceWindow$, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 5, 5, 5, 0, 1, () => IamRoleList], 1
743
- ];
744
- var CloudExadataInfrastructure$ = [3, n0, _CEI,
745
- 0,
746
- [_cEII, _dN, _s, _sR, _cEIA, _aSC, _aSCd, _aSSIGB, _aZ, _aZI, _cC, _cCp, _cCTSTOCI, _dSSITB, _dNSSIGB, _dSV, _lMRI, _mW, _mCC, _mDSITB, _mDNSSIGB, _mMIGB, _mSIGB, _mDSV, _mSSV, _nMRI, _oRAN, _oU, _o, _sh, _sC, _sSV, _cA, _tSSIGB, _pP, _dST, _sST, _cM],
747
- [0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, [() => CustomerContacts, 0], 1, 1, 0, 0, () => MaintenanceWindow$, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 1, 0, 0, 0], 1
748
- ];
749
- var CloudExadataInfrastructureSummary$ = [3, n0, _CEIS,
750
- 0,
751
- [_cEII, _dN, _s, _sR, _cEIA, _aSC, _aSCd, _aSSIGB, _aZ, _aZI, _cC, _cCp, _cCTSTOCI, _dSSITB, _dNSSIGB, _dSV, _lMRI, _mW, _mCC, _mDSITB, _mDNSSIGB, _mMIGB, _mSIGB, _mDSV, _mSSV, _nMRI, _oRAN, _oU, _o, _sh, _sC, _sSV, _cA, _tSSIGB, _pP, _dST, _sST, _cM],
752
- [0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, [() => CustomerContacts, 0], 1, 1, 0, 0, () => MaintenanceWindow$, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 1, 0, 0, 0], 1
753
- ];
754
- var CloudExadataInfrastructureUnallocatedResources$ = [3, n0, _CEIUR,
755
- 0,
756
- [_cAVC, _cEIDN, _eSITB, _cEII, _lSIGB, _mIGB, _oc],
757
- [() => CloudAutonomousVmClusterResourceDetailsList, 0, 1, 0, 1, 1, 1]
758
- ];
759
- var CloudVmCluster$ = [3, n0, _CVC,
760
- 0,
761
- [_cVCI, _dN, _s, _sR, _cVCA, _cEII, _cEIA, _cN, _cCC, _dCO, _dSSITB, _dNSSIGB, _dS, _dR, _gV, _h, _iCC, _iLBE, _iSDE, _lUHEI, _lM, _lP, _mSIGB, _nC, _o, _oRAN, _oU, _do, _sDN, _sDRI, _sII, _sh, _sPK, _sSIGB, _sV, _cA, _tZ, _vI, _oNI, _oNA, _pP, _cM, _iR],
762
- [0, 0, 0, 0, 0, 0, 0, 0, 1, () => DataCollectionOptions$, 1, 1, 64 | 0, 0, 0, 0, () => ExadataIormConfig$, 2, 2, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 64 | 0, 0, [() => SensitiveStringList, 0], 1, 0, 5, 0, 64 | 0, 0, 0, 1, 0, () => IamRoleList], 1
763
- ];
764
- var CloudVmClusterSummary$ = [3, n0, _CVCS,
765
- 0,
766
- [_cVCI, _dN, _s, _sR, _cVCA, _cEII, _cEIA, _cN, _cCC, _dCO, _dSSITB, _dNSSIGB, _dS, _dR, _gV, _h, _iCC, _iLBE, _iSDE, _lUHEI, _lM, _lP, _mSIGB, _nC, _o, _oRAN, _oU, _do, _sDN, _sDRI, _sII, _sh, _sPK, _sSIGB, _sV, _cA, _tZ, _vI, _oNI, _oNA, _pP, _cM, _iR],
767
- [0, 0, 0, 0, 0, 0, 0, 0, 1, () => DataCollectionOptions$, 1, 1, 64 | 0, 0, 0, 0, () => ExadataIormConfig$, 2, 2, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 64 | 0, 0, [() => SensitiveStringList, 0], 1, 0, 5, 0, 64 | 0, 0, 0, 1, 0, () => IamRoleList], 1
768
- ];
769
- var ConflictException$ = [-3, n0, _CE,
770
- { [_e]: _c, [_hE]: 409 },
771
- [_m, _rI, _rT],
772
- [0, 0, 0], 3
773
- ];
774
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
775
- var CreateCloudAutonomousVmClusterInput$ = [3, n0, _CCAVCI,
776
- 0,
777
- [_cEII, _oNI, _dN, _aDSSITB, _cCCPN, _mPOCUIGB, _tCD, _cT, _dS, _d, _iMEVC, _lM, _mW, _sLPNT, _sLPT, _t, _tZ],
778
- [0, 0, 0, 1, 1, 1, 1, [0, 4], 64 | 0, 0, 2, 0, () => MaintenanceWindow$, 1, 1, 128 | 0, 0], 7
779
- ];
780
- var CreateCloudAutonomousVmClusterOutput$ = [3, n0, _CCAVCO,
781
- 0,
782
- [_cAVCI, _dN, _s, _sR],
783
- [0, 0, 0, 0], 1
784
- ];
785
- var CreateCloudExadataInfrastructureInput$ = [3, n0, _CCEII,
786
- 0,
787
- [_dN, _sh, _cC, _sC, _aZ, _aZI, _t, _cCTSTOCI, _mW, _cT, _dST, _sST],
788
- [0, 0, 1, 1, 0, 0, 128 | 0, [() => CustomerContacts, 0], () => MaintenanceWindow$, [0, 4], 0, 0], 4
789
- ];
790
- var CreateCloudExadataInfrastructureOutput$ = [3, n0, _CCEIO,
791
- 0,
792
- [_cEII, _dN, _s, _sR],
793
- [0, 0, 0, 0], 1
794
- ];
795
- var CreateCloudVmClusterInput$ = [3, n0, _CCVCI,
796
- 0,
797
- [_cEII, _cCC, _dN, _gV, _h, _sPK, _oNI, _cN, _dCO, _dSSITB, _dNSSIGB, _dS, _t, _iLBE, _iSDE, _lM, _mSIGB, _sV, _tZ, _cT, _sLPTc],
798
- [0, 1, 0, 0, 0, 64 | 0, 0, 0, () => DataCollectionOptions$, 1, 1, 64 | 0, 128 | 0, 2, 2, 0, 1, 0, 0, [0, 4], 1], 7
799
- ];
800
- var CreateCloudVmClusterOutput$ = [3, n0, _CCVCO,
801
- 0,
802
- [_cVCI, _dN, _s, _sR],
803
- [0, 0, 0, 0], 1
804
- ];
805
- var CreateOdbNetworkInput$ = [3, n0, _CONI,
806
- 0,
807
- [_dN, _cSC, _aZ, _aZI, _bSC, _cDN, _dDP, _cT, _sA, _zEA, _sAt, _kA, _sPD, _sPDt, _kPD, _cRSRSTE, _t],
808
- [0, 0, 0, 0, 0, 0, 0, [0, 4], 0, 0, 0, 0, 0, 0, 0, 64 | 0, 128 | 0], 2
809
- ];
810
- var CreateOdbNetworkOutput$ = [3, n0, _CONO,
811
- 0,
812
- [_oNI, _dN, _s, _sR],
813
- [0, 0, 0, 0], 1
814
- ];
815
- var CreateOdbPeeringConnectionInput$ = [3, n0, _COPCI,
816
- 0,
817
- [_oNI, _pNI, _dN, _pNCTBA, _cT, _t],
818
- [0, 0, 0, 64 | 0, [0, 4], 128 | 0], 2
819
- ];
820
- var CreateOdbPeeringConnectionOutput$ = [3, n0, _COPCO,
821
- 0,
822
- [_oPCI, _dN, _s, _sR],
823
- [0, 0, 0, 0], 1
824
- ];
825
- var CrossRegionS3RestoreSourcesAccess$ = [3, n0, _CRSRSA,
826
- 0,
827
- [_r, _iA, _s],
828
- [0, 64 | 0, 0]
829
- ];
830
- var CustomerContact$ = [3, n0, _CC,
831
- 0,
832
- [_em],
833
- [[() => SensitiveString, 0]]
834
- ];
835
- var DataCollectionOptions$ = [3, n0, _DCO,
836
- 0,
837
- [_iDEE, _iHME, _iILE],
838
- [2, 2, 2]
839
- ];
840
- var DayOfWeek$ = [3, n0, _DOW,
841
- 0,
842
- [_n],
843
- [0]
844
- ];
845
- var DbIormConfig$ = [3, n0, _DIC,
846
- 0,
847
- [_dNb, _fCL, _sha],
848
- [0, 0, 1]
849
- ];
850
- var DbNode$ = [3, n0, _DN,
851
- 0,
852
- [_dNI, _dNA, _s, _sR, _aD, _bII, _bVI, _bVIa, _cCC, _dNSSIGB, _dSI, _dSIb, _fD, _hII, _h, _o, _oRAN, _mT, _mSIGB, _sSSIGB, _cA, _tMWE, _tMWS, _tCCC, _vIn, _vIni, _pIA, _fIA],
853
- [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 5, 0, 0, 1, 0, 0, 0, 0]
854
- ];
855
- var DbNodeSummary$ = [3, n0, _DNS,
856
- 0,
857
- [_dNI, _dNA, _s, _sR, _aD, _bII, _bVI, _bVIa, _cCC, _dNSSIGB, _dSI, _dSIb, _fD, _hII, _h, _o, _oRAN, _mT, _mSIGB, _sSSIGB, _cA, _tMWE, _tMWS, _tCCC, _vIn, _vIni],
858
- [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 5, 0, 0, 1, 0, 0]
859
- ];
860
- var DbServer$ = [3, n0, _DS,
861
- 0,
862
- [_dSI, _s, _sR, _cCC, _dNSSIGB, _dSPD, _dN, _eII, _o, _oRAN, _mCC, _mDNSIGB, _mMIGB, _mSIGB, _sh, _cA, _vCI, _cM, _aVCI, _aVMIu],
863
- [0, 0, 0, 1, 1, () => DbServerPatchingDetails$, 0, 0, 0, 0, 1, 1, 1, 1, 0, 5, 64 | 0, 0, 64 | 0, 64 | 0]
864
- ];
865
- var DbServerPatchingDetails$ = [3, n0, _DSPD,
866
- 0,
867
- [_ePD, _pS, _tPE, _tPS],
868
- [1, 0, 0, 0]
869
- ];
870
- var DbServerSummary$ = [3, n0, _DSS,
871
- 0,
872
- [_dSI, _s, _sR, _cCC, _dNSSIGB, _dSPD, _dN, _eII, _o, _oRAN, _mCC, _mDNSIGB, _mMIGB, _mSIGB, _sh, _cA, _vCI, _cM, _aVCI, _aVMIu],
873
- [0, 0, 0, 1, 1, () => DbServerPatchingDetails$, 0, 0, 0, 0, 1, 1, 1, 1, 0, 5, 64 | 0, 0, 64 | 0, 64 | 0]
874
- ];
875
- var DbSystemShapeSummary$ = [3, n0, _DSSS,
876
- 0,
877
- [_aCC, _aCCPN, _aDSITB, _aDSPSITB, _aDNPNIGB, _aDNSIGB, _aMIGB, _aMPNIGB, _cCI, _mSC, _mNC, _mCCPN, _mDSITBi, _mDNSPNIGB, _mMPNIGB, _mSCi, _mCCi, _mNCi, _rMCC, _sF, _sT, _n, _cM, _aSTS],
878
- [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 2]
879
- ];
880
- var DeleteCloudAutonomousVmClusterInput$ = [3, n0, _DCAVCI,
881
- 0,
882
- [_cAVCI],
883
- [[0, 1]], 1
884
- ];
885
- var DeleteCloudAutonomousVmClusterOutput$ = [3, n0, _DCAVCO,
886
- 0,
887
- [],
888
- []
889
- ];
890
- var DeleteCloudExadataInfrastructureInput$ = [3, n0, _DCEII,
891
- 0,
892
- [_cEII],
893
- [[0, 1]], 1
894
- ];
895
- var DeleteCloudExadataInfrastructureOutput$ = [3, n0, _DCEIO,
896
- 0,
897
- [],
898
- []
899
- ];
900
- var DeleteCloudVmClusterInput$ = [3, n0, _DCVCI,
901
- 0,
902
- [_cVCI],
903
- [[0, 1]], 1
904
- ];
905
- var DeleteCloudVmClusterOutput$ = [3, n0, _DCVCO,
906
- 0,
907
- [],
908
- []
909
- ];
910
- var DeleteOdbNetworkInput$ = [3, n0, _DONI,
911
- 0,
912
- [_oNI, _dAR],
913
- [[0, 1], 2], 2
914
- ];
915
- var DeleteOdbNetworkOutput$ = [3, n0, _DONO,
916
- 0,
917
- [],
918
- []
919
- ];
920
- var DeleteOdbPeeringConnectionInput$ = [3, n0, _DOPCI,
921
- 0,
922
- [_oPCI],
923
- [[0, 1]], 1
924
- ];
925
- var DeleteOdbPeeringConnectionOutput$ = [3, n0, _DOPCO,
926
- 0,
927
- [],
928
- []
929
- ];
930
- var DisassociateIamRoleFromResourceInput$ = [3, n0, _DIRFRI,
931
- 0,
932
- [_iRA, _aI, _rA],
933
- [0, 0, 0], 3
934
- ];
935
- var DisassociateIamRoleFromResourceOutput$ = [3, n0, _DIRFRO,
936
- 0,
937
- [],
938
- []
939
- ];
940
- var ExadataIormConfig$ = [3, n0, _EIC,
941
- 0,
942
- [_dP, _lD, _lS, _ob],
943
- [() => DbIormConfigList, 0, 0, 0]
944
- ];
945
- var GetCloudAutonomousVmClusterInput$ = [3, n0, _GCAVCI,
946
- 0,
947
- [_cAVCI],
948
- [[0, 1]], 1
949
- ];
950
- var GetCloudAutonomousVmClusterOutput$ = [3, n0, _GCAVCO,
951
- 0,
952
- [_cAVCl],
953
- [() => CloudAutonomousVmCluster$]
954
- ];
955
- var GetCloudExadataInfrastructureInput$ = [3, n0, _GCEII,
956
- 0,
957
- [_cEII],
958
- [[0, 1]], 1
959
- ];
960
- var GetCloudExadataInfrastructureOutput$ = [3, n0, _GCEIO,
961
- 0,
962
- [_cEI],
963
- [[() => CloudExadataInfrastructure$, 0]]
964
- ];
965
- var GetCloudExadataInfrastructureUnallocatedResourcesInput$ = [3, n0, _GCEIURI,
966
- 0,
967
- [_cEII, _dS],
968
- [[0, 1], 64 | 0], 1
969
- ];
970
- var GetCloudExadataInfrastructureUnallocatedResourcesOutput$ = [3, n0, _GCEIURO,
971
- 0,
972
- [_cEIUR],
973
- [() => CloudExadataInfrastructureUnallocatedResources$]
974
- ];
975
- var GetCloudVmClusterInput$ = [3, n0, _GCVCI,
976
- 0,
977
- [_cVCI],
978
- [[0, 1]], 1
979
- ];
980
- var GetCloudVmClusterOutput$ = [3, n0, _GCVCO,
981
- 0,
982
- [_cVC],
983
- [[() => CloudVmCluster$, 0]]
984
- ];
985
- var GetDbNodeInput$ = [3, n0, _GDNI,
986
- 0,
987
- [_cVCI, _dNI],
988
- [[0, 1], [0, 1]], 2
989
- ];
990
- var GetDbNodeOutput$ = [3, n0, _GDNO,
991
- 0,
992
- [_dNbo],
993
- [() => DbNode$]
994
- ];
995
- var GetDbServerInput$ = [3, n0, _GDSI,
996
- 0,
997
- [_cEII, _dSI],
998
- [[0, 1], [0, 1]], 2
999
- ];
1000
- var GetDbServerOutput$ = [3, n0, _GDSO,
1001
- 0,
1002
- [_dSb],
1003
- [() => DbServer$]
1004
- ];
1005
- var GetOciOnboardingStatusInput$ = [3, n0, _GOOSI,
1006
- 0,
1007
- [],
1008
- []
1009
- ];
1010
- var GetOciOnboardingStatusOutput$ = [3, n0, _GOOSO,
1011
- 0,
1012
- [_s, _eTAL, _nTAL, _oID],
1013
- [0, 0, 0, () => OciIdentityDomain$]
1014
- ];
1015
- var GetOdbNetworkInput$ = [3, n0, _GONI,
1016
- 0,
1017
- [_oNI],
1018
- [[0, 1]], 1
1019
- ];
1020
- var GetOdbNetworkOutput$ = [3, n0, _GONO,
1021
- 0,
1022
- [_oN],
1023
- [() => OdbNetwork$]
1024
- ];
1025
- var GetOdbPeeringConnectionInput$ = [3, n0, _GOPCI,
1026
- 0,
1027
- [_oPCI],
1028
- [[0, 1]], 1
1029
- ];
1030
- var GetOdbPeeringConnectionOutput$ = [3, n0, _GOPCO,
1031
- 0,
1032
- [_oPC],
1033
- [() => OdbPeeringConnection$]
1034
- ];
1035
- var GiVersionSummary$ = [3, n0, _GVS,
1036
- 0,
1037
- [_v],
1038
- [0]
1039
- ];
1040
- var IamRole$ = [3, n0, _IR,
1041
- 0,
1042
- [_iRA, _s, _sR, _aI],
1043
- [0, 0, 0, 0]
1044
- ];
1045
- var InitializeServiceInput$ = [3, n0, _ISI,
1046
- 0,
1047
- [_oID],
1048
- [2]
1049
- ];
1050
- var InitializeServiceOutput$ = [3, n0, _ISO,
1051
- 0,
1052
- [],
1053
- []
1054
- ];
1055
- var InternalServerException$ = [-3, n0, _ISE,
1056
- { [_e]: _se, [_hE]: 500 },
1057
- [_m, _rAS],
1058
- [0, [1, { [_hH]: _RA }]], 1
1059
- ];
1060
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
1061
- var KmsAccess$ = [3, n0, _KA,
1062
- 0,
1063
- [_s, _iA, _dNo, _kPD],
1064
- [0, 64 | 0, 0, 0]
1065
- ];
1066
- var ListAutonomousVirtualMachinesInput$ = [3, n0, _LAVMI,
1067
- 0,
1068
- [_cAVCI, _mR, _nT],
1069
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1070
- ];
1071
- var ListAutonomousVirtualMachinesOutput$ = [3, n0, _LAVMO,
1072
- 0,
1073
- [_aVM, _nT],
1074
- [() => AutonomousVirtualMachineList, 0], 1
1075
- ];
1076
- var ListCloudAutonomousVmClustersInput$ = [3, n0, _LCAVCI,
1077
- 0,
1078
- [_mR, _nT, _cEII],
1079
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], 0]
1080
- ];
1081
- var ListCloudAutonomousVmClustersOutput$ = [3, n0, _LCAVCO,
1082
- 0,
1083
- [_cAVC, _nT],
1084
- [() => CloudAutonomousVmClusterList, 0], 1
1085
- ];
1086
- var ListCloudExadataInfrastructuresInput$ = [3, n0, _LCEII,
1087
- 0,
1088
- [_mR, _nT],
1089
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
1090
- ];
1091
- var ListCloudExadataInfrastructuresOutput$ = [3, n0, _LCEIO,
1092
- 0,
1093
- [_cEIl, _nT],
1094
- [[() => CloudExadataInfrastructureList, 0], 0], 1
1095
- ];
1096
- var ListCloudVmClustersInput$ = [3, n0, _LCVCI,
1097
- 0,
1098
- [_mR, _nT, _cEII],
1099
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], 0]
1100
- ];
1101
- var ListCloudVmClustersOutput$ = [3, n0, _LCVCO,
1102
- 0,
1103
- [_cVCl, _nT],
1104
- [[() => CloudVmClusterList, 0], 0], 1
1105
- ];
1106
- var ListDbNodesInput$ = [3, n0, _LDNI,
1107
- 0,
1108
- [_cVCI, _mR, _nT],
1109
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1110
- ];
1111
- var ListDbNodesOutput$ = [3, n0, _LDNO,
1112
- 0,
1113
- [_dNbod, _nT],
1114
- [() => DbNodeList, 0], 1
1115
- ];
1116
- var ListDbServersInput$ = [3, n0, _LDSI,
1117
- 0,
1118
- [_cEII, _mR, _nT],
1119
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1120
- ];
1121
- var ListDbServersOutput$ = [3, n0, _LDSO,
1122
- 0,
1123
- [_dS, _nT],
1124
- [() => DbServerList, 0], 1
1125
- ];
1126
- var ListDbSystemShapesInput$ = [3, n0, _LDSSI,
1127
- 0,
1128
- [_mR, _nT, _aZ, _aZI],
1129
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], 0, 0]
1130
- ];
1131
- var ListDbSystemShapesOutput$ = [3, n0, _LDSSO,
1132
- 0,
1133
- [_dSS, _nT],
1134
- [() => DbSystemShapeList, 0], 1
1135
- ];
1136
- var ListGiVersionsInput$ = [3, n0, _LGVI,
1137
- 0,
1138
- [_mR, _nT, _sh],
1139
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], 0]
1140
- ];
1141
- var ListGiVersionsOutput$ = [3, n0, _LGVO,
1142
- 0,
1143
- [_gVi, _nT],
1144
- [() => GiVersionList, 0], 1
1145
- ];
1146
- var ListOdbNetworksInput$ = [3, n0, _LONI,
1147
- 0,
1148
- [_mR, _nT],
1149
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
1150
- ];
1151
- var ListOdbNetworksOutput$ = [3, n0, _LONO,
1152
- 0,
1153
- [_oNd, _nT],
1154
- [() => OdbNetworkList, 0], 1
1155
- ];
1156
- var ListOdbPeeringConnectionsInput$ = [3, n0, _LOPCI,
1157
- 0,
1158
- [_mR, _nT, _oNI],
1159
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], 0]
1160
- ];
1161
- var ListOdbPeeringConnectionsOutput$ = [3, n0, _LOPCO,
1162
- 0,
1163
- [_oPCd, _nT],
1164
- [() => OdbPeeringConnectionList, 0], 1
1165
- ];
1166
- var ListSystemVersionsInput$ = [3, n0, _LSVI,
1167
- 0,
1168
- [_gV, _sh, _mR, _nT],
1169
- [0, 0, [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
1170
- ];
1171
- var ListSystemVersionsOutput$ = [3, n0, _LSVO,
1172
- 0,
1173
- [_sVy, _nT],
1174
- [() => SystemVersionList, 0], 1
1175
- ];
1176
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
1177
- 0,
1178
- [_rA],
1179
- [0], 1
1180
- ];
1181
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
1182
- 0,
1183
- [_t],
1184
- [128 | 0]
1185
- ];
1186
- var MaintenanceWindow$ = [3, n0, _MW,
1187
- 0,
1188
- [_cATIM, _dOW, _hOD, _iCATE, _lTIW, _mo, _pM, _p, _sRk, _wOM],
1189
- [1, () => DaysOfWeek, 64 | 1, 2, 1, () => Months, 0, 0, 2, 64 | 1]
1190
- ];
1191
- var ManagedS3BackupAccess$ = [3, n0, _MSBA,
1192
- 0,
1193
- [_s, _iA],
1194
- [0, 64 | 0]
1195
- ];
1196
- var ManagedServices$ = [3, n0, _MS,
1197
- 0,
1198
- [_sNA, _rGA, _mSIC, _sNE, _mSBA, _zEA, _sA, _sAt, _kA, _cRSRSA],
1199
- [0, 0, 64 | 0, () => ServiceNetworkEndpoint$, () => ManagedS3BackupAccess$, () => ZeroEtlAccess$, () => S3Access$, () => StsAccess$, () => KmsAccess$, () => CrossRegionS3RestoreSourcesAccessList]
1200
- ];
1201
- var Month$ = [3, n0, _M,
1202
- 0,
1203
- [_n],
1204
- [0]
1205
- ];
1206
- var OciDnsForwardingConfig$ = [3, n0, _ODFC,
1207
- 0,
1208
- [_dNo, _oDLI],
1209
- [0, 0]
1210
- ];
1211
- var OciIdentityDomain$ = [3, n0, _OID,
1212
- 0,
1213
- [_oIDI, _oIDRU, _oIDU, _s, _sR, _aSCFU],
1214
- [0, 0, 0, 0, 0, 0]
1215
- ];
1216
- var OdbNetwork$ = [3, n0, _ON,
1217
- 0,
1218
- [_oNI, _dN, _s, _sR, _oNA, _aZ, _aZI, _cSC, _bSC, _cDN, _dDP, _pCe, _oNAI, _oNAU, _oRAN, _oVI, _oVU, _oDFC, _cA, _pP, _mS],
1219
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, 0, 0, 0, () => OciDnsForwardingConfigList, 5, 1, () => ManagedServices$], 1
1220
- ];
1221
- var OdbNetworkSummary$ = [3, n0, _ONS,
1222
- 0,
1223
- [_oNI, _dN, _s, _sR, _oNA, _aZ, _aZI, _cSC, _bSC, _cDN, _dDP, _pCe, _oNAI, _oNAU, _oRAN, _oVI, _oVU, _oDFC, _cA, _pP, _mS],
1224
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, 0, 0, 0, () => OciDnsForwardingConfigList, 5, 1, () => ManagedServices$], 1
1225
- ];
1226
- var OdbPeeringConnection$ = [3, n0, _OPC,
1227
- 0,
1228
- [_oPCI, _dN, _s, _sR, _oPCA, _oNA, _pNA, _oPCT, _pNC, _cA, _pP],
1229
- [0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 5, 1], 1
1230
- ];
1231
- var OdbPeeringConnectionSummary$ = [3, n0, _OPCS,
1232
- 0,
1233
- [_oPCI, _dN, _s, _sR, _oPCA, _oNA, _pNA, _oPCT, _pNC, _cA, _pP],
1234
- [0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 5, 1], 1
1235
- ];
1236
- var RebootDbNodeInput$ = [3, n0, _RDNI,
1237
- 0,
1238
- [_cVCI, _dNI],
1239
- [[0, 1], [0, 1]], 2
1240
- ];
1241
- var RebootDbNodeOutput$ = [3, n0, _RDNO,
1242
- 0,
1243
- [_dNI, _s, _sR],
1244
- [0, 0, 0], 1
1245
- ];
1246
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
1247
- { [_e]: _c, [_hE]: 404 },
1248
- [_m, _rI, _rT],
1249
- [0, 0, 0], 3
1250
- ];
1251
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1252
- var S3Access$ = [3, n0, _SA,
1253
- 0,
1254
- [_s, _iA, _dNo, _sPD],
1255
- [0, 64 | 0, 0, 0]
1256
- ];
1257
- var ServiceNetworkEndpoint$ = [3, n0, _SNE,
1258
- 0,
1259
- [_vEI, _vET],
1260
- [0, 0]
1261
- ];
1262
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
1263
- { [_e]: _c, [_hE]: 402 },
1264
- [_m, _rI, _rT, _qC],
1265
- [0, 0, 0, 0], 4
1266
- ];
1267
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1268
- var StartDbNodeInput$ = [3, n0, _SDNI,
1269
- 0,
1270
- [_cVCI, _dNI],
1271
- [[0, 1], [0, 1]], 2
1272
- ];
1273
- var StartDbNodeOutput$ = [3, n0, _SDNO,
1274
- 0,
1275
- [_dNI, _s, _sR],
1276
- [0, 0, 0], 1
1277
- ];
1278
- var StopDbNodeInput$ = [3, n0, _SDNIt,
1279
- 0,
1280
- [_cVCI, _dNI],
1281
- [[0, 1], [0, 1]], 2
1282
- ];
1283
- var StopDbNodeOutput$ = [3, n0, _SDNOt,
1284
- 0,
1285
- [_dNI, _s, _sR],
1286
- [0, 0, 0], 1
1287
- ];
1288
- var StsAccess$ = [3, n0, _SAt,
1289
- 0,
1290
- [_s, _iA, _dNo, _sPDt],
1291
- [0, 64 | 0, 0, 0]
1292
- ];
1293
- var SystemVersionSummary$ = [3, n0, _SVS,
1294
- 0,
1295
- [_gV, _sh, _sVy],
1296
- [0, 0, 64 | 0]
1297
- ];
1298
- var TagResourceRequest$ = [3, n0, _TRR,
1299
- 0,
1300
- [_rA, _t],
1301
- [0, 128 | 0], 2
1302
- ];
1303
- var TagResourceResponse$ = [3, n0, _TRRa,
1304
- 0,
1305
- [],
1306
- []
1307
- ];
1308
- var ThrottlingException$ = [-3, n0, _TE,
1309
- { [_e]: _c, [_hE]: 429 },
1310
- [_m, _rAS],
1311
- [0, [1, { [_hH]: _RA }]], 1
1312
- ];
1313
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1314
- var UntagResourceRequest$ = [3, n0, _URR,
1315
- 0,
1316
- [_rA, _tK],
1317
- [[0, 1], 64 | 0], 2
1318
- ];
1319
- var UntagResourceResponse$ = [3, n0, _URRn,
1320
- 0,
1321
- [],
1322
- []
1323
- ];
1324
- var UpdateCloudExadataInfrastructureInput$ = [3, n0, _UCEII,
1325
- 0,
1326
- [_cEII, _mW],
1327
- [[0, 1], () => MaintenanceWindow$], 1
1328
- ];
1329
- var UpdateCloudExadataInfrastructureOutput$ = [3, n0, _UCEIO,
1330
- 0,
1331
- [_cEII, _dN, _s, _sR],
1332
- [0, 0, 0, 0], 1
1333
- ];
1334
- var UpdateOdbNetworkInput$ = [3, n0, _UONI,
1335
- 0,
1336
- [_oNI, _dN, _pCTBA, _pCTBR, _sA, _zEA, _sAt, _kA, _sPD, _sPDt, _kPD, _cRSRSTE, _cRSRSTD],
1337
- [[0, 1], 0, 64 | 0, 64 | 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0], 1
1338
- ];
1339
- var UpdateOdbNetworkOutput$ = [3, n0, _UONO,
1340
- 0,
1341
- [_oNI, _dN, _s, _sR],
1342
- [0, 0, 0, 0], 1
1343
- ];
1344
- var UpdateOdbPeeringConnectionInput$ = [3, n0, _UOPCI,
1345
- 0,
1346
- [_oPCI, _dN, _pNCTBA, _pNCTBR],
1347
- [[0, 1], 0, 64 | 0, 64 | 0], 1
1348
- ];
1349
- var UpdateOdbPeeringConnectionOutput$ = [3, n0, _UOPCO,
1350
- 0,
1351
- [_oPCI, _dN, _s, _sR],
1352
- [0, 0, 0, 0], 1
1353
- ];
1354
- var ValidationException$ = [-3, n0, _VE,
1355
- { [_e]: _c, [_hE]: 400 },
1356
- [_m, _re, _fL],
1357
- [0, 0, () => ValidationExceptionFieldList], 2
1358
- ];
1359
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1360
- var ValidationExceptionField$ = [3, n0, _VEF,
1361
- 0,
1362
- [_n, _m],
1363
- [0, 0], 2
1364
- ];
1365
- var ZeroEtlAccess$ = [3, n0, _ZEA,
1366
- 0,
1367
- [_s, _ci],
1368
- [0, 0]
1369
- ];
1370
- var OdbServiceException$ = [-3, _sm, "OdbServiceException", 0, [], []];
1371
- schema.TypeRegistry.for(_sm).registerError(OdbServiceException$, OdbServiceException);
1372
- var AutonomousVirtualMachineList = [1, n0, _AVML,
1373
- 0, () => AutonomousVirtualMachineSummary$
1374
- ];
1375
- var CloudAutonomousVmClusterList = [1, n0, _CAVCL,
1376
- 0, () => CloudAutonomousVmClusterSummary$
1377
- ];
1378
- var CloudAutonomousVmClusterResourceDetailsList = [1, n0, _CAVCRDL,
1379
- 0, () => CloudAutonomousVmClusterResourceDetails$
1380
- ];
1381
- var CloudExadataInfrastructureList = [1, n0, _CEIL,
1382
- 0, [() => CloudExadataInfrastructureSummary$,
1383
- 0]
1384
- ];
1385
- var CloudVmClusterList = [1, n0, _CVCL,
1386
- 0, [() => CloudVmClusterSummary$,
1387
- 0]
1388
- ];
1389
- var CrossRegionS3RestoreSourcesAccessList = [1, n0, _CRSRSAL,
1390
- 0, () => CrossRegionS3RestoreSourcesAccess$
1391
- ];
1392
- var CustomerContacts = [1, n0, _CCu,
1393
- 0, [() => CustomerContact$,
1394
- 0]
1395
- ];
1396
- var DaysOfWeek = [1, n0, _DOWa,
1397
- 0, () => DayOfWeek$
1398
- ];
1399
- var DbIormConfigList = [1, n0, _DICL,
1400
- 0, () => DbIormConfig$
1401
- ];
1402
- var DbNodeList = [1, n0, _DNL,
1403
- 0, () => DbNodeSummary$
1404
- ];
1405
- var DbServerList = [1, n0, _DSL,
1406
- 0, () => DbServerSummary$
1407
- ];
1408
- var DbSystemShapeList = [1, n0, _DSSL,
1409
- 0, () => DbSystemShapeSummary$
1410
- ];
1411
- var GiVersionList = [1, n0, _GVL,
1412
- 0, () => GiVersionSummary$
1413
- ];
1414
- var IamRoleList = [1, n0, _IRL,
1415
- 0, () => IamRole$
1416
- ];
1417
- var Months = [1, n0, _Mo,
1418
- 0, () => Month$
1419
- ];
1420
- var OciDnsForwardingConfigList = [1, n0, _ODFCL,
1421
- 0, () => OciDnsForwardingConfig$
1422
- ];
1423
- var OdbNetworkList = [1, n0, _ONL,
1424
- 0, () => OdbNetworkSummary$
1425
- ];
1426
- var OdbPeeringConnectionList = [1, n0, _OPCL,
1427
- 0, () => OdbPeeringConnectionSummary$
1428
- ];
1429
- var SensitiveStringList = [1, n0, _SSL,
1430
- 0, [() => SensitiveString,
1431
- 0]
1432
- ];
1433
- var SystemVersionList = [1, n0, _SVL,
1434
- 0, () => SystemVersionSummary$
1435
- ];
1436
- var ValidationExceptionFieldList = [1, n0, _VEFL,
1437
- 0, () => ValidationExceptionField$
1438
- ];
1439
- var AcceptMarketplaceRegistration$ = [9, n0, _AMR,
1440
- 2, () => AcceptMarketplaceRegistrationInput$, () => AcceptMarketplaceRegistrationOutput$
1441
- ];
1442
- var AssociateIamRoleToResource$ = [9, n0, _AIRTR,
1443
- 0, () => AssociateIamRoleToResourceInput$, () => AssociateIamRoleToResourceOutput$
1444
- ];
1445
- var CreateCloudAutonomousVmCluster$ = [9, n0, _CCAVC,
1446
- 2, () => CreateCloudAutonomousVmClusterInput$, () => CreateCloudAutonomousVmClusterOutput$
1447
- ];
1448
- var CreateCloudExadataInfrastructure$ = [9, n0, _CCEI,
1449
- 2, () => CreateCloudExadataInfrastructureInput$, () => CreateCloudExadataInfrastructureOutput$
1450
- ];
1451
- var CreateCloudVmCluster$ = [9, n0, _CCVC,
1452
- 2, () => CreateCloudVmClusterInput$, () => CreateCloudVmClusterOutput$
1453
- ];
1454
- var CreateOdbNetwork$ = [9, n0, _CON,
1455
- 2, () => CreateOdbNetworkInput$, () => CreateOdbNetworkOutput$
1456
- ];
1457
- var CreateOdbPeeringConnection$ = [9, n0, _COPC,
1458
- 2, () => CreateOdbPeeringConnectionInput$, () => CreateOdbPeeringConnectionOutput$
1459
- ];
1460
- var DeleteCloudAutonomousVmCluster$ = [9, n0, _DCAVC,
1461
- 2, () => DeleteCloudAutonomousVmClusterInput$, () => DeleteCloudAutonomousVmClusterOutput$
1462
- ];
1463
- var DeleteCloudExadataInfrastructure$ = [9, n0, _DCEI,
1464
- 2, () => DeleteCloudExadataInfrastructureInput$, () => DeleteCloudExadataInfrastructureOutput$
1465
- ];
1466
- var DeleteCloudVmCluster$ = [9, n0, _DCVC,
1467
- 2, () => DeleteCloudVmClusterInput$, () => DeleteCloudVmClusterOutput$
1468
- ];
1469
- var DeleteOdbNetwork$ = [9, n0, _DON,
1470
- 2, () => DeleteOdbNetworkInput$, () => DeleteOdbNetworkOutput$
1471
- ];
1472
- var DeleteOdbPeeringConnection$ = [9, n0, _DOPC,
1473
- 2, () => DeleteOdbPeeringConnectionInput$, () => DeleteOdbPeeringConnectionOutput$
1474
- ];
1475
- var DisassociateIamRoleFromResource$ = [9, n0, _DIRFR,
1476
- 0, () => DisassociateIamRoleFromResourceInput$, () => DisassociateIamRoleFromResourceOutput$
1477
- ];
1478
- var GetCloudAutonomousVmCluster$ = [9, n0, _GCAVC,
1479
- 0, () => GetCloudAutonomousVmClusterInput$, () => GetCloudAutonomousVmClusterOutput$
1480
- ];
1481
- var GetCloudExadataInfrastructure$ = [9, n0, _GCEI,
1482
- 0, () => GetCloudExadataInfrastructureInput$, () => GetCloudExadataInfrastructureOutput$
1483
- ];
1484
- var GetCloudExadataInfrastructureUnallocatedResources$ = [9, n0, _GCEIUR,
1485
- 0, () => GetCloudExadataInfrastructureUnallocatedResourcesInput$, () => GetCloudExadataInfrastructureUnallocatedResourcesOutput$
1486
- ];
1487
- var GetCloudVmCluster$ = [9, n0, _GCVC,
1488
- 0, () => GetCloudVmClusterInput$, () => GetCloudVmClusterOutput$
1489
- ];
1490
- var GetDbNode$ = [9, n0, _GDN,
1491
- 0, () => GetDbNodeInput$, () => GetDbNodeOutput$
1492
- ];
1493
- var GetDbServer$ = [9, n0, _GDS,
1494
- 0, () => GetDbServerInput$, () => GetDbServerOutput$
1495
- ];
1496
- var GetOciOnboardingStatus$ = [9, n0, _GOOS,
1497
- 0, () => GetOciOnboardingStatusInput$, () => GetOciOnboardingStatusOutput$
1498
- ];
1499
- var GetOdbNetwork$ = [9, n0, _GON,
1500
- 0, () => GetOdbNetworkInput$, () => GetOdbNetworkOutput$
1501
- ];
1502
- var GetOdbPeeringConnection$ = [9, n0, _GOPC,
1503
- 0, () => GetOdbPeeringConnectionInput$, () => GetOdbPeeringConnectionOutput$
1504
- ];
1505
- var InitializeService$ = [9, n0, _IS,
1506
- 2, () => InitializeServiceInput$, () => InitializeServiceOutput$
1507
- ];
1508
- var ListAutonomousVirtualMachines$ = [9, n0, _LAVM,
1509
- 0, () => ListAutonomousVirtualMachinesInput$, () => ListAutonomousVirtualMachinesOutput$
1510
- ];
1511
- var ListCloudAutonomousVmClusters$ = [9, n0, _LCAVC,
1512
- 0, () => ListCloudAutonomousVmClustersInput$, () => ListCloudAutonomousVmClustersOutput$
1513
- ];
1514
- var ListCloudExadataInfrastructures$ = [9, n0, _LCEI,
1515
- 0, () => ListCloudExadataInfrastructuresInput$, () => ListCloudExadataInfrastructuresOutput$
1516
- ];
1517
- var ListCloudVmClusters$ = [9, n0, _LCVC,
1518
- 0, () => ListCloudVmClustersInput$, () => ListCloudVmClustersOutput$
1519
- ];
1520
- var ListDbNodes$ = [9, n0, _LDN,
1521
- 0, () => ListDbNodesInput$, () => ListDbNodesOutput$
1522
- ];
1523
- var ListDbServers$ = [9, n0, _LDS,
1524
- 0, () => ListDbServersInput$, () => ListDbServersOutput$
1525
- ];
1526
- var ListDbSystemShapes$ = [9, n0, _LDSS,
1527
- 0, () => ListDbSystemShapesInput$, () => ListDbSystemShapesOutput$
1528
- ];
1529
- var ListGiVersions$ = [9, n0, _LGV,
1530
- 0, () => ListGiVersionsInput$, () => ListGiVersionsOutput$
1531
- ];
1532
- var ListOdbNetworks$ = [9, n0, _LON,
1533
- 0, () => ListOdbNetworksInput$, () => ListOdbNetworksOutput$
1534
- ];
1535
- var ListOdbPeeringConnections$ = [9, n0, _LOPC,
1536
- 0, () => ListOdbPeeringConnectionsInput$, () => ListOdbPeeringConnectionsOutput$
1537
- ];
1538
- var ListSystemVersions$ = [9, n0, _LSV,
1539
- 0, () => ListSystemVersionsInput$, () => ListSystemVersionsOutput$
1540
- ];
1541
- var ListTagsForResource$ = [9, n0, _LTFR,
1542
- 0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
1543
- ];
1544
- var RebootDbNode$ = [9, n0, _RDN,
1545
- 0, () => RebootDbNodeInput$, () => RebootDbNodeOutput$
1546
- ];
1547
- var StartDbNode$ = [9, n0, _SDN,
1548
- 0, () => StartDbNodeInput$, () => StartDbNodeOutput$
1549
- ];
1550
- var StopDbNode$ = [9, n0, _SDNt,
1551
- 0, () => StopDbNodeInput$, () => StopDbNodeOutput$
1552
- ];
1553
- var TagResource$ = [9, n0, _TR,
1554
- 2, () => TagResourceRequest$, () => TagResourceResponse$
1555
- ];
1556
- var UntagResource$ = [9, n0, _UR,
1557
- 2, () => UntagResourceRequest$, () => UntagResourceResponse$
1558
- ];
1559
- var UpdateCloudExadataInfrastructure$ = [9, n0, _UCEI,
1560
- 0, () => UpdateCloudExadataInfrastructureInput$, () => UpdateCloudExadataInfrastructureOutput$
1561
- ];
1562
- var UpdateOdbNetwork$ = [9, n0, _UON,
1563
- 0, () => UpdateOdbNetworkInput$, () => UpdateOdbNetworkOutput$
1564
- ];
1565
- var UpdateOdbPeeringConnection$ = [9, n0, _UOPC,
1566
- 0, () => UpdateOdbPeeringConnectionInput$, () => UpdateOdbPeeringConnectionOutput$
1567
- ];
1568
-
1569
116
  class AcceptMarketplaceRegistrationCommand extends smithyClient.Command
1570
117
  .classBuilder()
1571
118
  .ep(commonParams)
@@ -1574,7 +121,7 @@ class AcceptMarketplaceRegistrationCommand extends smithyClient.Command
1574
121
  })
1575
122
  .s("Odb", "AcceptMarketplaceRegistration", {})
1576
123
  .n("OdbClient", "AcceptMarketplaceRegistrationCommand")
1577
- .sc(AcceptMarketplaceRegistration$)
124
+ .sc(schemas_0.AcceptMarketplaceRegistration$)
1578
125
  .build() {
1579
126
  }
1580
127
 
@@ -1586,7 +133,7 @@ class AssociateIamRoleToResourceCommand extends smithyClient.Command
1586
133
  })
1587
134
  .s("Odb", "AssociateIamRoleToResource", {})
1588
135
  .n("OdbClient", "AssociateIamRoleToResourceCommand")
1589
- .sc(AssociateIamRoleToResource$)
136
+ .sc(schemas_0.AssociateIamRoleToResource$)
1590
137
  .build() {
1591
138
  }
1592
139
 
@@ -1598,7 +145,7 @@ class CreateCloudAutonomousVmClusterCommand extends smithyClient.Command
1598
145
  })
1599
146
  .s("Odb", "CreateCloudAutonomousVmCluster", {})
1600
147
  .n("OdbClient", "CreateCloudAutonomousVmClusterCommand")
1601
- .sc(CreateCloudAutonomousVmCluster$)
148
+ .sc(schemas_0.CreateCloudAutonomousVmCluster$)
1602
149
  .build() {
1603
150
  }
1604
151
 
@@ -1610,7 +157,7 @@ class CreateCloudExadataInfrastructureCommand extends smithyClient.Command
1610
157
  })
1611
158
  .s("Odb", "CreateCloudExadataInfrastructure", {})
1612
159
  .n("OdbClient", "CreateCloudExadataInfrastructureCommand")
1613
- .sc(CreateCloudExadataInfrastructure$)
160
+ .sc(schemas_0.CreateCloudExadataInfrastructure$)
1614
161
  .build() {
1615
162
  }
1616
163
 
@@ -1622,7 +169,7 @@ class CreateCloudVmClusterCommand extends smithyClient.Command
1622
169
  })
1623
170
  .s("Odb", "CreateCloudVmCluster", {})
1624
171
  .n("OdbClient", "CreateCloudVmClusterCommand")
1625
- .sc(CreateCloudVmCluster$)
172
+ .sc(schemas_0.CreateCloudVmCluster$)
1626
173
  .build() {
1627
174
  }
1628
175
 
@@ -1634,7 +181,7 @@ class CreateOdbNetworkCommand extends smithyClient.Command
1634
181
  })
1635
182
  .s("Odb", "CreateOdbNetwork", {})
1636
183
  .n("OdbClient", "CreateOdbNetworkCommand")
1637
- .sc(CreateOdbNetwork$)
184
+ .sc(schemas_0.CreateOdbNetwork$)
1638
185
  .build() {
1639
186
  }
1640
187
 
@@ -1646,7 +193,7 @@ class CreateOdbPeeringConnectionCommand extends smithyClient.Command
1646
193
  })
1647
194
  .s("Odb", "CreateOdbPeeringConnection", {})
1648
195
  .n("OdbClient", "CreateOdbPeeringConnectionCommand")
1649
- .sc(CreateOdbPeeringConnection$)
196
+ .sc(schemas_0.CreateOdbPeeringConnection$)
1650
197
  .build() {
1651
198
  }
1652
199
 
@@ -1658,7 +205,7 @@ class DeleteCloudAutonomousVmClusterCommand extends smithyClient.Command
1658
205
  })
1659
206
  .s("Odb", "DeleteCloudAutonomousVmCluster", {})
1660
207
  .n("OdbClient", "DeleteCloudAutonomousVmClusterCommand")
1661
- .sc(DeleteCloudAutonomousVmCluster$)
208
+ .sc(schemas_0.DeleteCloudAutonomousVmCluster$)
1662
209
  .build() {
1663
210
  }
1664
211
 
@@ -1670,7 +217,7 @@ class DeleteCloudExadataInfrastructureCommand extends smithyClient.Command
1670
217
  })
1671
218
  .s("Odb", "DeleteCloudExadataInfrastructure", {})
1672
219
  .n("OdbClient", "DeleteCloudExadataInfrastructureCommand")
1673
- .sc(DeleteCloudExadataInfrastructure$)
220
+ .sc(schemas_0.DeleteCloudExadataInfrastructure$)
1674
221
  .build() {
1675
222
  }
1676
223
 
@@ -1682,7 +229,7 @@ class DeleteCloudVmClusterCommand extends smithyClient.Command
1682
229
  })
1683
230
  .s("Odb", "DeleteCloudVmCluster", {})
1684
231
  .n("OdbClient", "DeleteCloudVmClusterCommand")
1685
- .sc(DeleteCloudVmCluster$)
232
+ .sc(schemas_0.DeleteCloudVmCluster$)
1686
233
  .build() {
1687
234
  }
1688
235
 
@@ -1694,7 +241,7 @@ class DeleteOdbNetworkCommand extends smithyClient.Command
1694
241
  })
1695
242
  .s("Odb", "DeleteOdbNetwork", {})
1696
243
  .n("OdbClient", "DeleteOdbNetworkCommand")
1697
- .sc(DeleteOdbNetwork$)
244
+ .sc(schemas_0.DeleteOdbNetwork$)
1698
245
  .build() {
1699
246
  }
1700
247
 
@@ -1706,7 +253,7 @@ class DeleteOdbPeeringConnectionCommand extends smithyClient.Command
1706
253
  })
1707
254
  .s("Odb", "DeleteOdbPeeringConnection", {})
1708
255
  .n("OdbClient", "DeleteOdbPeeringConnectionCommand")
1709
- .sc(DeleteOdbPeeringConnection$)
256
+ .sc(schemas_0.DeleteOdbPeeringConnection$)
1710
257
  .build() {
1711
258
  }
1712
259
 
@@ -1718,7 +265,7 @@ class DisassociateIamRoleFromResourceCommand extends smithyClient.Command
1718
265
  })
1719
266
  .s("Odb", "DisassociateIamRoleFromResource", {})
1720
267
  .n("OdbClient", "DisassociateIamRoleFromResourceCommand")
1721
- .sc(DisassociateIamRoleFromResource$)
268
+ .sc(schemas_0.DisassociateIamRoleFromResource$)
1722
269
  .build() {
1723
270
  }
1724
271
 
@@ -1730,7 +277,7 @@ class GetCloudAutonomousVmClusterCommand extends smithyClient.Command
1730
277
  })
1731
278
  .s("Odb", "GetCloudAutonomousVmCluster", {})
1732
279
  .n("OdbClient", "GetCloudAutonomousVmClusterCommand")
1733
- .sc(GetCloudAutonomousVmCluster$)
280
+ .sc(schemas_0.GetCloudAutonomousVmCluster$)
1734
281
  .build() {
1735
282
  }
1736
283
 
@@ -1742,7 +289,7 @@ class GetCloudExadataInfrastructureCommand extends smithyClient.Command
1742
289
  })
1743
290
  .s("Odb", "GetCloudExadataInfrastructure", {})
1744
291
  .n("OdbClient", "GetCloudExadataInfrastructureCommand")
1745
- .sc(GetCloudExadataInfrastructure$)
292
+ .sc(schemas_0.GetCloudExadataInfrastructure$)
1746
293
  .build() {
1747
294
  }
1748
295
 
@@ -1754,7 +301,7 @@ class GetCloudExadataInfrastructureUnallocatedResourcesCommand extends smithyCli
1754
301
  })
1755
302
  .s("Odb", "GetCloudExadataInfrastructureUnallocatedResources", {})
1756
303
  .n("OdbClient", "GetCloudExadataInfrastructureUnallocatedResourcesCommand")
1757
- .sc(GetCloudExadataInfrastructureUnallocatedResources$)
304
+ .sc(schemas_0.GetCloudExadataInfrastructureUnallocatedResources$)
1758
305
  .build() {
1759
306
  }
1760
307
 
@@ -1766,7 +313,7 @@ class GetCloudVmClusterCommand extends smithyClient.Command
1766
313
  })
1767
314
  .s("Odb", "GetCloudVmCluster", {})
1768
315
  .n("OdbClient", "GetCloudVmClusterCommand")
1769
- .sc(GetCloudVmCluster$)
316
+ .sc(schemas_0.GetCloudVmCluster$)
1770
317
  .build() {
1771
318
  }
1772
319
 
@@ -1778,7 +325,7 @@ class GetDbNodeCommand extends smithyClient.Command
1778
325
  })
1779
326
  .s("Odb", "GetDbNode", {})
1780
327
  .n("OdbClient", "GetDbNodeCommand")
1781
- .sc(GetDbNode$)
328
+ .sc(schemas_0.GetDbNode$)
1782
329
  .build() {
1783
330
  }
1784
331
 
@@ -1790,7 +337,7 @@ class GetDbServerCommand extends smithyClient.Command
1790
337
  })
1791
338
  .s("Odb", "GetDbServer", {})
1792
339
  .n("OdbClient", "GetDbServerCommand")
1793
- .sc(GetDbServer$)
340
+ .sc(schemas_0.GetDbServer$)
1794
341
  .build() {
1795
342
  }
1796
343
 
@@ -1802,7 +349,7 @@ class GetOciOnboardingStatusCommand extends smithyClient.Command
1802
349
  })
1803
350
  .s("Odb", "GetOciOnboardingStatus", {})
1804
351
  .n("OdbClient", "GetOciOnboardingStatusCommand")
1805
- .sc(GetOciOnboardingStatus$)
352
+ .sc(schemas_0.GetOciOnboardingStatus$)
1806
353
  .build() {
1807
354
  }
1808
355
 
@@ -1814,7 +361,7 @@ class GetOdbNetworkCommand extends smithyClient.Command
1814
361
  })
1815
362
  .s("Odb", "GetOdbNetwork", {})
1816
363
  .n("OdbClient", "GetOdbNetworkCommand")
1817
- .sc(GetOdbNetwork$)
364
+ .sc(schemas_0.GetOdbNetwork$)
1818
365
  .build() {
1819
366
  }
1820
367
 
@@ -1826,7 +373,7 @@ class GetOdbPeeringConnectionCommand extends smithyClient.Command
1826
373
  })
1827
374
  .s("Odb", "GetOdbPeeringConnection", {})
1828
375
  .n("OdbClient", "GetOdbPeeringConnectionCommand")
1829
- .sc(GetOdbPeeringConnection$)
376
+ .sc(schemas_0.GetOdbPeeringConnection$)
1830
377
  .build() {
1831
378
  }
1832
379
 
@@ -1838,7 +385,7 @@ class InitializeServiceCommand extends smithyClient.Command
1838
385
  })
1839
386
  .s("Odb", "InitializeService", {})
1840
387
  .n("OdbClient", "InitializeServiceCommand")
1841
- .sc(InitializeService$)
388
+ .sc(schemas_0.InitializeService$)
1842
389
  .build() {
1843
390
  }
1844
391
 
@@ -1850,7 +397,7 @@ class ListAutonomousVirtualMachinesCommand extends smithyClient.Command
1850
397
  })
1851
398
  .s("Odb", "ListAutonomousVirtualMachines", {})
1852
399
  .n("OdbClient", "ListAutonomousVirtualMachinesCommand")
1853
- .sc(ListAutonomousVirtualMachines$)
400
+ .sc(schemas_0.ListAutonomousVirtualMachines$)
1854
401
  .build() {
1855
402
  }
1856
403
 
@@ -1862,7 +409,7 @@ class ListCloudAutonomousVmClustersCommand extends smithyClient.Command
1862
409
  })
1863
410
  .s("Odb", "ListCloudAutonomousVmClusters", {})
1864
411
  .n("OdbClient", "ListCloudAutonomousVmClustersCommand")
1865
- .sc(ListCloudAutonomousVmClusters$)
412
+ .sc(schemas_0.ListCloudAutonomousVmClusters$)
1866
413
  .build() {
1867
414
  }
1868
415
 
@@ -1874,7 +421,7 @@ class ListCloudExadataInfrastructuresCommand extends smithyClient.Command
1874
421
  })
1875
422
  .s("Odb", "ListCloudExadataInfrastructures", {})
1876
423
  .n("OdbClient", "ListCloudExadataInfrastructuresCommand")
1877
- .sc(ListCloudExadataInfrastructures$)
424
+ .sc(schemas_0.ListCloudExadataInfrastructures$)
1878
425
  .build() {
1879
426
  }
1880
427
 
@@ -1886,7 +433,7 @@ class ListCloudVmClustersCommand extends smithyClient.Command
1886
433
  })
1887
434
  .s("Odb", "ListCloudVmClusters", {})
1888
435
  .n("OdbClient", "ListCloudVmClustersCommand")
1889
- .sc(ListCloudVmClusters$)
436
+ .sc(schemas_0.ListCloudVmClusters$)
1890
437
  .build() {
1891
438
  }
1892
439
 
@@ -1898,7 +445,7 @@ class ListDbNodesCommand extends smithyClient.Command
1898
445
  })
1899
446
  .s("Odb", "ListDbNodes", {})
1900
447
  .n("OdbClient", "ListDbNodesCommand")
1901
- .sc(ListDbNodes$)
448
+ .sc(schemas_0.ListDbNodes$)
1902
449
  .build() {
1903
450
  }
1904
451
 
@@ -1910,7 +457,7 @@ class ListDbServersCommand extends smithyClient.Command
1910
457
  })
1911
458
  .s("Odb", "ListDbServers", {})
1912
459
  .n("OdbClient", "ListDbServersCommand")
1913
- .sc(ListDbServers$)
460
+ .sc(schemas_0.ListDbServers$)
1914
461
  .build() {
1915
462
  }
1916
463
 
@@ -1922,7 +469,7 @@ class ListDbSystemShapesCommand extends smithyClient.Command
1922
469
  })
1923
470
  .s("Odb", "ListDbSystemShapes", {})
1924
471
  .n("OdbClient", "ListDbSystemShapesCommand")
1925
- .sc(ListDbSystemShapes$)
472
+ .sc(schemas_0.ListDbSystemShapes$)
1926
473
  .build() {
1927
474
  }
1928
475
 
@@ -1934,7 +481,7 @@ class ListGiVersionsCommand extends smithyClient.Command
1934
481
  })
1935
482
  .s("Odb", "ListGiVersions", {})
1936
483
  .n("OdbClient", "ListGiVersionsCommand")
1937
- .sc(ListGiVersions$)
484
+ .sc(schemas_0.ListGiVersions$)
1938
485
  .build() {
1939
486
  }
1940
487
 
@@ -1946,7 +493,7 @@ class ListOdbNetworksCommand extends smithyClient.Command
1946
493
  })
1947
494
  .s("Odb", "ListOdbNetworks", {})
1948
495
  .n("OdbClient", "ListOdbNetworksCommand")
1949
- .sc(ListOdbNetworks$)
496
+ .sc(schemas_0.ListOdbNetworks$)
1950
497
  .build() {
1951
498
  }
1952
499
 
@@ -1958,7 +505,7 @@ class ListOdbPeeringConnectionsCommand extends smithyClient.Command
1958
505
  })
1959
506
  .s("Odb", "ListOdbPeeringConnections", {})
1960
507
  .n("OdbClient", "ListOdbPeeringConnectionsCommand")
1961
- .sc(ListOdbPeeringConnections$)
508
+ .sc(schemas_0.ListOdbPeeringConnections$)
1962
509
  .build() {
1963
510
  }
1964
511
 
@@ -1970,7 +517,7 @@ class ListSystemVersionsCommand extends smithyClient.Command
1970
517
  })
1971
518
  .s("Odb", "ListSystemVersions", {})
1972
519
  .n("OdbClient", "ListSystemVersionsCommand")
1973
- .sc(ListSystemVersions$)
520
+ .sc(schemas_0.ListSystemVersions$)
1974
521
  .build() {
1975
522
  }
1976
523
 
@@ -1982,7 +529,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1982
529
  })
1983
530
  .s("Odb", "ListTagsForResource", {})
1984
531
  .n("OdbClient", "ListTagsForResourceCommand")
1985
- .sc(ListTagsForResource$)
532
+ .sc(schemas_0.ListTagsForResource$)
1986
533
  .build() {
1987
534
  }
1988
535
 
@@ -1994,7 +541,7 @@ class RebootDbNodeCommand extends smithyClient.Command
1994
541
  })
1995
542
  .s("Odb", "RebootDbNode", {})
1996
543
  .n("OdbClient", "RebootDbNodeCommand")
1997
- .sc(RebootDbNode$)
544
+ .sc(schemas_0.RebootDbNode$)
1998
545
  .build() {
1999
546
  }
2000
547
 
@@ -2006,7 +553,7 @@ class StartDbNodeCommand extends smithyClient.Command
2006
553
  })
2007
554
  .s("Odb", "StartDbNode", {})
2008
555
  .n("OdbClient", "StartDbNodeCommand")
2009
- .sc(StartDbNode$)
556
+ .sc(schemas_0.StartDbNode$)
2010
557
  .build() {
2011
558
  }
2012
559
 
@@ -2018,7 +565,7 @@ class StopDbNodeCommand extends smithyClient.Command
2018
565
  })
2019
566
  .s("Odb", "StopDbNode", {})
2020
567
  .n("OdbClient", "StopDbNodeCommand")
2021
- .sc(StopDbNode$)
568
+ .sc(schemas_0.StopDbNode$)
2022
569
  .build() {
2023
570
  }
2024
571
 
@@ -2030,7 +577,7 @@ class TagResourceCommand extends smithyClient.Command
2030
577
  })
2031
578
  .s("Odb", "TagResource", {})
2032
579
  .n("OdbClient", "TagResourceCommand")
2033
- .sc(TagResource$)
580
+ .sc(schemas_0.TagResource$)
2034
581
  .build() {
2035
582
  }
2036
583
 
@@ -2042,7 +589,7 @@ class UntagResourceCommand extends smithyClient.Command
2042
589
  })
2043
590
  .s("Odb", "UntagResource", {})
2044
591
  .n("OdbClient", "UntagResourceCommand")
2045
- .sc(UntagResource$)
592
+ .sc(schemas_0.UntagResource$)
2046
593
  .build() {
2047
594
  }
2048
595
 
@@ -2054,7 +601,7 @@ class UpdateCloudExadataInfrastructureCommand extends smithyClient.Command
2054
601
  })
2055
602
  .s("Odb", "UpdateCloudExadataInfrastructure", {})
2056
603
  .n("OdbClient", "UpdateCloudExadataInfrastructureCommand")
2057
- .sc(UpdateCloudExadataInfrastructure$)
604
+ .sc(schemas_0.UpdateCloudExadataInfrastructure$)
2058
605
  .build() {
2059
606
  }
2060
607
 
@@ -2066,7 +613,7 @@ class UpdateOdbNetworkCommand extends smithyClient.Command
2066
613
  })
2067
614
  .s("Odb", "UpdateOdbNetwork", {})
2068
615
  .n("OdbClient", "UpdateOdbNetworkCommand")
2069
- .sc(UpdateOdbNetwork$)
616
+ .sc(schemas_0.UpdateOdbNetwork$)
2070
617
  .build() {
2071
618
  }
2072
619
 
@@ -2078,7 +625,7 @@ class UpdateOdbPeeringConnectionCommand extends smithyClient.Command
2078
625
  })
2079
626
  .s("Odb", "UpdateOdbPeeringConnection", {})
2080
627
  .n("OdbClient", "UpdateOdbPeeringConnectionCommand")
2081
- .sc(UpdateOdbPeeringConnection$)
628
+ .sc(schemas_0.UpdateOdbPeeringConnection$)
2082
629
  .build() {
2083
630
  }
2084
631
 
@@ -2312,257 +859,76 @@ Object.defineProperty(exports, "__Client", {
2312
859
  enumerable: true,
2313
860
  get: function () { return smithyClient.Client; }
2314
861
  });
2315
- exports.AcceptMarketplaceRegistration$ = AcceptMarketplaceRegistration$;
862
+ Object.defineProperty(exports, "OdbServiceException", {
863
+ enumerable: true,
864
+ get: function () { return OdbServiceException.OdbServiceException; }
865
+ });
2316
866
  exports.AcceptMarketplaceRegistrationCommand = AcceptMarketplaceRegistrationCommand;
2317
- exports.AcceptMarketplaceRegistrationInput$ = AcceptMarketplaceRegistrationInput$;
2318
- exports.AcceptMarketplaceRegistrationOutput$ = AcceptMarketplaceRegistrationOutput$;
2319
867
  exports.Access = Access;
2320
- exports.AccessDeniedException = AccessDeniedException;
2321
- exports.AccessDeniedException$ = AccessDeniedException$;
2322
- exports.AssociateIamRoleToResource$ = AssociateIamRoleToResource$;
2323
868
  exports.AssociateIamRoleToResourceCommand = AssociateIamRoleToResourceCommand;
2324
- exports.AssociateIamRoleToResourceInput$ = AssociateIamRoleToResourceInput$;
2325
- exports.AssociateIamRoleToResourceOutput$ = AssociateIamRoleToResourceOutput$;
2326
- exports.AutonomousVirtualMachineSummary$ = AutonomousVirtualMachineSummary$;
2327
- exports.CloudAutonomousVmCluster$ = CloudAutonomousVmCluster$;
2328
- exports.CloudAutonomousVmClusterResourceDetails$ = CloudAutonomousVmClusterResourceDetails$;
2329
- exports.CloudAutonomousVmClusterSummary$ = CloudAutonomousVmClusterSummary$;
2330
- exports.CloudExadataInfrastructure$ = CloudExadataInfrastructure$;
2331
- exports.CloudExadataInfrastructureSummary$ = CloudExadataInfrastructureSummary$;
2332
- exports.CloudExadataInfrastructureUnallocatedResources$ = CloudExadataInfrastructureUnallocatedResources$;
2333
- exports.CloudVmCluster$ = CloudVmCluster$;
2334
- exports.CloudVmClusterSummary$ = CloudVmClusterSummary$;
2335
869
  exports.ComputeModel = ComputeModel;
2336
- exports.ConflictException = ConflictException;
2337
- exports.ConflictException$ = ConflictException$;
2338
- exports.CreateCloudAutonomousVmCluster$ = CreateCloudAutonomousVmCluster$;
2339
870
  exports.CreateCloudAutonomousVmClusterCommand = CreateCloudAutonomousVmClusterCommand;
2340
- exports.CreateCloudAutonomousVmClusterInput$ = CreateCloudAutonomousVmClusterInput$;
2341
- exports.CreateCloudAutonomousVmClusterOutput$ = CreateCloudAutonomousVmClusterOutput$;
2342
- exports.CreateCloudExadataInfrastructure$ = CreateCloudExadataInfrastructure$;
2343
871
  exports.CreateCloudExadataInfrastructureCommand = CreateCloudExadataInfrastructureCommand;
2344
- exports.CreateCloudExadataInfrastructureInput$ = CreateCloudExadataInfrastructureInput$;
2345
- exports.CreateCloudExadataInfrastructureOutput$ = CreateCloudExadataInfrastructureOutput$;
2346
- exports.CreateCloudVmCluster$ = CreateCloudVmCluster$;
2347
872
  exports.CreateCloudVmClusterCommand = CreateCloudVmClusterCommand;
2348
- exports.CreateCloudVmClusterInput$ = CreateCloudVmClusterInput$;
2349
- exports.CreateCloudVmClusterOutput$ = CreateCloudVmClusterOutput$;
2350
- exports.CreateOdbNetwork$ = CreateOdbNetwork$;
2351
873
  exports.CreateOdbNetworkCommand = CreateOdbNetworkCommand;
2352
- exports.CreateOdbNetworkInput$ = CreateOdbNetworkInput$;
2353
- exports.CreateOdbNetworkOutput$ = CreateOdbNetworkOutput$;
2354
- exports.CreateOdbPeeringConnection$ = CreateOdbPeeringConnection$;
2355
874
  exports.CreateOdbPeeringConnectionCommand = CreateOdbPeeringConnectionCommand;
2356
- exports.CreateOdbPeeringConnectionInput$ = CreateOdbPeeringConnectionInput$;
2357
- exports.CreateOdbPeeringConnectionOutput$ = CreateOdbPeeringConnectionOutput$;
2358
- exports.CrossRegionS3RestoreSourcesAccess$ = CrossRegionS3RestoreSourcesAccess$;
2359
- exports.CustomerContact$ = CustomerContact$;
2360
- exports.DataCollectionOptions$ = DataCollectionOptions$;
2361
- exports.DayOfWeek$ = DayOfWeek$;
2362
875
  exports.DayOfWeekName = DayOfWeekName;
2363
- exports.DbIormConfig$ = DbIormConfig$;
2364
- exports.DbNode$ = DbNode$;
2365
876
  exports.DbNodeMaintenanceType = DbNodeMaintenanceType;
2366
877
  exports.DbNodeResourceStatus = DbNodeResourceStatus;
2367
- exports.DbNodeSummary$ = DbNodeSummary$;
2368
- exports.DbServer$ = DbServer$;
2369
- exports.DbServerPatchingDetails$ = DbServerPatchingDetails$;
2370
878
  exports.DbServerPatchingStatus = DbServerPatchingStatus;
2371
- exports.DbServerSummary$ = DbServerSummary$;
2372
- exports.DbSystemShapeSummary$ = DbSystemShapeSummary$;
2373
- exports.DeleteCloudAutonomousVmCluster$ = DeleteCloudAutonomousVmCluster$;
2374
879
  exports.DeleteCloudAutonomousVmClusterCommand = DeleteCloudAutonomousVmClusterCommand;
2375
- exports.DeleteCloudAutonomousVmClusterInput$ = DeleteCloudAutonomousVmClusterInput$;
2376
- exports.DeleteCloudAutonomousVmClusterOutput$ = DeleteCloudAutonomousVmClusterOutput$;
2377
- exports.DeleteCloudExadataInfrastructure$ = DeleteCloudExadataInfrastructure$;
2378
880
  exports.DeleteCloudExadataInfrastructureCommand = DeleteCloudExadataInfrastructureCommand;
2379
- exports.DeleteCloudExadataInfrastructureInput$ = DeleteCloudExadataInfrastructureInput$;
2380
- exports.DeleteCloudExadataInfrastructureOutput$ = DeleteCloudExadataInfrastructureOutput$;
2381
- exports.DeleteCloudVmCluster$ = DeleteCloudVmCluster$;
2382
881
  exports.DeleteCloudVmClusterCommand = DeleteCloudVmClusterCommand;
2383
- exports.DeleteCloudVmClusterInput$ = DeleteCloudVmClusterInput$;
2384
- exports.DeleteCloudVmClusterOutput$ = DeleteCloudVmClusterOutput$;
2385
- exports.DeleteOdbNetwork$ = DeleteOdbNetwork$;
2386
882
  exports.DeleteOdbNetworkCommand = DeleteOdbNetworkCommand;
2387
- exports.DeleteOdbNetworkInput$ = DeleteOdbNetworkInput$;
2388
- exports.DeleteOdbNetworkOutput$ = DeleteOdbNetworkOutput$;
2389
- exports.DeleteOdbPeeringConnection$ = DeleteOdbPeeringConnection$;
2390
883
  exports.DeleteOdbPeeringConnectionCommand = DeleteOdbPeeringConnectionCommand;
2391
- exports.DeleteOdbPeeringConnectionInput$ = DeleteOdbPeeringConnectionInput$;
2392
- exports.DeleteOdbPeeringConnectionOutput$ = DeleteOdbPeeringConnectionOutput$;
2393
- exports.DisassociateIamRoleFromResource$ = DisassociateIamRoleFromResource$;
2394
884
  exports.DisassociateIamRoleFromResourceCommand = DisassociateIamRoleFromResourceCommand;
2395
- exports.DisassociateIamRoleFromResourceInput$ = DisassociateIamRoleFromResourceInput$;
2396
- exports.DisassociateIamRoleFromResourceOutput$ = DisassociateIamRoleFromResourceOutput$;
2397
885
  exports.DiskRedundancy = DiskRedundancy;
2398
- exports.ExadataIormConfig$ = ExadataIormConfig$;
2399
- exports.GetCloudAutonomousVmCluster$ = GetCloudAutonomousVmCluster$;
2400
886
  exports.GetCloudAutonomousVmClusterCommand = GetCloudAutonomousVmClusterCommand;
2401
- exports.GetCloudAutonomousVmClusterInput$ = GetCloudAutonomousVmClusterInput$;
2402
- exports.GetCloudAutonomousVmClusterOutput$ = GetCloudAutonomousVmClusterOutput$;
2403
- exports.GetCloudExadataInfrastructure$ = GetCloudExadataInfrastructure$;
2404
887
  exports.GetCloudExadataInfrastructureCommand = GetCloudExadataInfrastructureCommand;
2405
- exports.GetCloudExadataInfrastructureInput$ = GetCloudExadataInfrastructureInput$;
2406
- exports.GetCloudExadataInfrastructureOutput$ = GetCloudExadataInfrastructureOutput$;
2407
- exports.GetCloudExadataInfrastructureUnallocatedResources$ = GetCloudExadataInfrastructureUnallocatedResources$;
2408
888
  exports.GetCloudExadataInfrastructureUnallocatedResourcesCommand = GetCloudExadataInfrastructureUnallocatedResourcesCommand;
2409
- exports.GetCloudExadataInfrastructureUnallocatedResourcesInput$ = GetCloudExadataInfrastructureUnallocatedResourcesInput$;
2410
- exports.GetCloudExadataInfrastructureUnallocatedResourcesOutput$ = GetCloudExadataInfrastructureUnallocatedResourcesOutput$;
2411
- exports.GetCloudVmCluster$ = GetCloudVmCluster$;
2412
889
  exports.GetCloudVmClusterCommand = GetCloudVmClusterCommand;
2413
- exports.GetCloudVmClusterInput$ = GetCloudVmClusterInput$;
2414
- exports.GetCloudVmClusterOutput$ = GetCloudVmClusterOutput$;
2415
- exports.GetDbNode$ = GetDbNode$;
2416
890
  exports.GetDbNodeCommand = GetDbNodeCommand;
2417
- exports.GetDbNodeInput$ = GetDbNodeInput$;
2418
- exports.GetDbNodeOutput$ = GetDbNodeOutput$;
2419
- exports.GetDbServer$ = GetDbServer$;
2420
891
  exports.GetDbServerCommand = GetDbServerCommand;
2421
- exports.GetDbServerInput$ = GetDbServerInput$;
2422
- exports.GetDbServerOutput$ = GetDbServerOutput$;
2423
- exports.GetOciOnboardingStatus$ = GetOciOnboardingStatus$;
2424
892
  exports.GetOciOnboardingStatusCommand = GetOciOnboardingStatusCommand;
2425
- exports.GetOciOnboardingStatusInput$ = GetOciOnboardingStatusInput$;
2426
- exports.GetOciOnboardingStatusOutput$ = GetOciOnboardingStatusOutput$;
2427
- exports.GetOdbNetwork$ = GetOdbNetwork$;
2428
893
  exports.GetOdbNetworkCommand = GetOdbNetworkCommand;
2429
- exports.GetOdbNetworkInput$ = GetOdbNetworkInput$;
2430
- exports.GetOdbNetworkOutput$ = GetOdbNetworkOutput$;
2431
- exports.GetOdbPeeringConnection$ = GetOdbPeeringConnection$;
2432
894
  exports.GetOdbPeeringConnectionCommand = GetOdbPeeringConnectionCommand;
2433
- exports.GetOdbPeeringConnectionInput$ = GetOdbPeeringConnectionInput$;
2434
- exports.GetOdbPeeringConnectionOutput$ = GetOdbPeeringConnectionOutput$;
2435
- exports.GiVersionSummary$ = GiVersionSummary$;
2436
- exports.IamRole$ = IamRole$;
2437
895
  exports.IamRoleStatus = IamRoleStatus;
2438
- exports.InitializeService$ = InitializeService$;
2439
896
  exports.InitializeServiceCommand = InitializeServiceCommand;
2440
- exports.InitializeServiceInput$ = InitializeServiceInput$;
2441
- exports.InitializeServiceOutput$ = InitializeServiceOutput$;
2442
- exports.InternalServerException = InternalServerException;
2443
- exports.InternalServerException$ = InternalServerException$;
2444
897
  exports.IormLifecycleState = IormLifecycleState;
2445
- exports.KmsAccess$ = KmsAccess$;
2446
898
  exports.LicenseModel = LicenseModel;
2447
- exports.ListAutonomousVirtualMachines$ = ListAutonomousVirtualMachines$;
2448
899
  exports.ListAutonomousVirtualMachinesCommand = ListAutonomousVirtualMachinesCommand;
2449
- exports.ListAutonomousVirtualMachinesInput$ = ListAutonomousVirtualMachinesInput$;
2450
- exports.ListAutonomousVirtualMachinesOutput$ = ListAutonomousVirtualMachinesOutput$;
2451
- exports.ListCloudAutonomousVmClusters$ = ListCloudAutonomousVmClusters$;
2452
900
  exports.ListCloudAutonomousVmClustersCommand = ListCloudAutonomousVmClustersCommand;
2453
- exports.ListCloudAutonomousVmClustersInput$ = ListCloudAutonomousVmClustersInput$;
2454
- exports.ListCloudAutonomousVmClustersOutput$ = ListCloudAutonomousVmClustersOutput$;
2455
- exports.ListCloudExadataInfrastructures$ = ListCloudExadataInfrastructures$;
2456
901
  exports.ListCloudExadataInfrastructuresCommand = ListCloudExadataInfrastructuresCommand;
2457
- exports.ListCloudExadataInfrastructuresInput$ = ListCloudExadataInfrastructuresInput$;
2458
- exports.ListCloudExadataInfrastructuresOutput$ = ListCloudExadataInfrastructuresOutput$;
2459
- exports.ListCloudVmClusters$ = ListCloudVmClusters$;
2460
902
  exports.ListCloudVmClustersCommand = ListCloudVmClustersCommand;
2461
- exports.ListCloudVmClustersInput$ = ListCloudVmClustersInput$;
2462
- exports.ListCloudVmClustersOutput$ = ListCloudVmClustersOutput$;
2463
- exports.ListDbNodes$ = ListDbNodes$;
2464
903
  exports.ListDbNodesCommand = ListDbNodesCommand;
2465
- exports.ListDbNodesInput$ = ListDbNodesInput$;
2466
- exports.ListDbNodesOutput$ = ListDbNodesOutput$;
2467
- exports.ListDbServers$ = ListDbServers$;
2468
904
  exports.ListDbServersCommand = ListDbServersCommand;
2469
- exports.ListDbServersInput$ = ListDbServersInput$;
2470
- exports.ListDbServersOutput$ = ListDbServersOutput$;
2471
- exports.ListDbSystemShapes$ = ListDbSystemShapes$;
2472
905
  exports.ListDbSystemShapesCommand = ListDbSystemShapesCommand;
2473
- exports.ListDbSystemShapesInput$ = ListDbSystemShapesInput$;
2474
- exports.ListDbSystemShapesOutput$ = ListDbSystemShapesOutput$;
2475
- exports.ListGiVersions$ = ListGiVersions$;
2476
906
  exports.ListGiVersionsCommand = ListGiVersionsCommand;
2477
- exports.ListGiVersionsInput$ = ListGiVersionsInput$;
2478
- exports.ListGiVersionsOutput$ = ListGiVersionsOutput$;
2479
- exports.ListOdbNetworks$ = ListOdbNetworks$;
2480
907
  exports.ListOdbNetworksCommand = ListOdbNetworksCommand;
2481
- exports.ListOdbNetworksInput$ = ListOdbNetworksInput$;
2482
- exports.ListOdbNetworksOutput$ = ListOdbNetworksOutput$;
2483
- exports.ListOdbPeeringConnections$ = ListOdbPeeringConnections$;
2484
908
  exports.ListOdbPeeringConnectionsCommand = ListOdbPeeringConnectionsCommand;
2485
- exports.ListOdbPeeringConnectionsInput$ = ListOdbPeeringConnectionsInput$;
2486
- exports.ListOdbPeeringConnectionsOutput$ = ListOdbPeeringConnectionsOutput$;
2487
- exports.ListSystemVersions$ = ListSystemVersions$;
2488
909
  exports.ListSystemVersionsCommand = ListSystemVersionsCommand;
2489
- exports.ListSystemVersionsInput$ = ListSystemVersionsInput$;
2490
- exports.ListSystemVersionsOutput$ = ListSystemVersionsOutput$;
2491
- exports.ListTagsForResource$ = ListTagsForResource$;
2492
910
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2493
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
2494
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
2495
- exports.MaintenanceWindow$ = MaintenanceWindow$;
2496
911
  exports.ManagedResourceStatus = ManagedResourceStatus;
2497
- exports.ManagedS3BackupAccess$ = ManagedS3BackupAccess$;
2498
- exports.ManagedServices$ = ManagedServices$;
2499
- exports.Month$ = Month$;
2500
912
  exports.MonthName = MonthName;
2501
913
  exports.Objective = Objective;
2502
- exports.OciDnsForwardingConfig$ = OciDnsForwardingConfig$;
2503
- exports.OciIdentityDomain$ = OciIdentityDomain$;
2504
914
  exports.OciOnboardingStatus = OciOnboardingStatus;
2505
915
  exports.Odb = Odb;
2506
916
  exports.OdbClient = OdbClient;
2507
- exports.OdbNetwork$ = OdbNetwork$;
2508
- exports.OdbNetworkSummary$ = OdbNetworkSummary$;
2509
- exports.OdbPeeringConnection$ = OdbPeeringConnection$;
2510
- exports.OdbPeeringConnectionSummary$ = OdbPeeringConnectionSummary$;
2511
- exports.OdbServiceException = OdbServiceException;
2512
- exports.OdbServiceException$ = OdbServiceException$;
2513
917
  exports.PatchingModeType = PatchingModeType;
2514
918
  exports.PreferenceType = PreferenceType;
2515
- exports.RebootDbNode$ = RebootDbNode$;
2516
919
  exports.RebootDbNodeCommand = RebootDbNodeCommand;
2517
- exports.RebootDbNodeInput$ = RebootDbNodeInput$;
2518
- exports.RebootDbNodeOutput$ = RebootDbNodeOutput$;
2519
- exports.ResourceNotFoundException = ResourceNotFoundException;
2520
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
2521
920
  exports.ResourceStatus = ResourceStatus;
2522
- exports.S3Access$ = S3Access$;
2523
- exports.ServiceNetworkEndpoint$ = ServiceNetworkEndpoint$;
2524
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
2525
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
2526
921
  exports.ShapeType = ShapeType;
2527
- exports.StartDbNode$ = StartDbNode$;
2528
922
  exports.StartDbNodeCommand = StartDbNodeCommand;
2529
- exports.StartDbNodeInput$ = StartDbNodeInput$;
2530
- exports.StartDbNodeOutput$ = StartDbNodeOutput$;
2531
- exports.StopDbNode$ = StopDbNode$;
2532
923
  exports.StopDbNodeCommand = StopDbNodeCommand;
2533
- exports.StopDbNodeInput$ = StopDbNodeInput$;
2534
- exports.StopDbNodeOutput$ = StopDbNodeOutput$;
2535
- exports.StsAccess$ = StsAccess$;
2536
924
  exports.SupportedAwsIntegration = SupportedAwsIntegration;
2537
- exports.SystemVersionSummary$ = SystemVersionSummary$;
2538
- exports.TagResource$ = TagResource$;
2539
925
  exports.TagResourceCommand = TagResourceCommand;
2540
- exports.TagResourceRequest$ = TagResourceRequest$;
2541
- exports.TagResourceResponse$ = TagResourceResponse$;
2542
- exports.ThrottlingException = ThrottlingException;
2543
- exports.ThrottlingException$ = ThrottlingException$;
2544
- exports.UntagResource$ = UntagResource$;
2545
926
  exports.UntagResourceCommand = UntagResourceCommand;
2546
- exports.UntagResourceRequest$ = UntagResourceRequest$;
2547
- exports.UntagResourceResponse$ = UntagResourceResponse$;
2548
- exports.UpdateCloudExadataInfrastructure$ = UpdateCloudExadataInfrastructure$;
2549
927
  exports.UpdateCloudExadataInfrastructureCommand = UpdateCloudExadataInfrastructureCommand;
2550
- exports.UpdateCloudExadataInfrastructureInput$ = UpdateCloudExadataInfrastructureInput$;
2551
- exports.UpdateCloudExadataInfrastructureOutput$ = UpdateCloudExadataInfrastructureOutput$;
2552
- exports.UpdateOdbNetwork$ = UpdateOdbNetwork$;
2553
928
  exports.UpdateOdbNetworkCommand = UpdateOdbNetworkCommand;
2554
- exports.UpdateOdbNetworkInput$ = UpdateOdbNetworkInput$;
2555
- exports.UpdateOdbNetworkOutput$ = UpdateOdbNetworkOutput$;
2556
- exports.UpdateOdbPeeringConnection$ = UpdateOdbPeeringConnection$;
2557
929
  exports.UpdateOdbPeeringConnectionCommand = UpdateOdbPeeringConnectionCommand;
2558
- exports.UpdateOdbPeeringConnectionInput$ = UpdateOdbPeeringConnectionInput$;
2559
- exports.UpdateOdbPeeringConnectionOutput$ = UpdateOdbPeeringConnectionOutput$;
2560
- exports.ValidationException = ValidationException;
2561
- exports.ValidationException$ = ValidationException$;
2562
- exports.ValidationExceptionField$ = ValidationExceptionField$;
2563
930
  exports.ValidationExceptionReason = ValidationExceptionReason;
2564
931
  exports.VpcEndpointType = VpcEndpointType;
2565
- exports.ZeroEtlAccess$ = ZeroEtlAccess$;
2566
932
  exports.paginateListAutonomousVirtualMachines = paginateListAutonomousVirtualMachines;
2567
933
  exports.paginateListCloudAutonomousVmClusters = paginateListCloudAutonomousVmClusters;
2568
934
  exports.paginateListCloudExadataInfrastructures = paginateListCloudExadataInfrastructures;
@@ -2574,3 +940,15 @@ exports.paginateListGiVersions = paginateListGiVersions;
2574
940
  exports.paginateListOdbNetworks = paginateListOdbNetworks;
2575
941
  exports.paginateListOdbPeeringConnections = paginateListOdbPeeringConnections;
2576
942
  exports.paginateListSystemVersions = paginateListSystemVersions;
943
+ Object.keys(schemas_0).forEach(function (k) {
944
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
945
+ enumerable: true,
946
+ get: function () { return schemas_0[k]; }
947
+ });
948
+ });
949
+ Object.keys(errors).forEach(function (k) {
950
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
951
+ enumerable: true,
952
+ get: function () { return errors[k]; }
953
+ });
954
+ });