@aws-sdk/client-odb 3.935.0 → 3.938.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.
Files changed (34) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +163 -16
  3. package/dist-es/Odb.js +4 -0
  4. package/dist-es/commands/AssociateIamRoleToResourceCommand.js +16 -0
  5. package/dist-es/commands/DisassociateIamRoleFromResourceCommand.js +16 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/enums.js +18 -6
  8. package/dist-es/schemas/schemas_0.js +115 -10
  9. package/dist-types/Odb.d.ts +14 -0
  10. package/dist-types/OdbClient.d.ts +4 -2
  11. package/dist-types/commands/AssociateIamRoleToResourceCommand.d.ts +92 -0
  12. package/dist-types/commands/CreateOdbNetworkCommand.d.ts +7 -0
  13. package/dist-types/commands/DisassociateIamRoleFromResourceCommand.d.ts +92 -0
  14. package/dist-types/commands/GetCloudVmClusterCommand.d.ts +8 -0
  15. package/dist-types/commands/GetOciOnboardingStatusCommand.d.ts +8 -0
  16. package/dist-types/commands/GetOdbNetworkCommand.d.ts +19 -0
  17. package/dist-types/commands/InitializeServiceCommand.d.ts +4 -2
  18. package/dist-types/commands/ListCloudVmClustersCommand.d.ts +8 -0
  19. package/dist-types/commands/ListOdbNetworksCommand.d.ts +19 -0
  20. package/dist-types/commands/UpdateOdbNetworkCommand.d.ts +10 -0
  21. package/dist-types/commands/index.d.ts +2 -0
  22. package/dist-types/models/enums.d.ts +42 -14
  23. package/dist-types/models/models_0.d.ts +276 -1
  24. package/dist-types/schemas/schemas_0.d.ts +13 -0
  25. package/dist-types/ts3.4/Odb.d.ts +34 -0
  26. package/dist-types/ts3.4/OdbClient.d.ts +12 -0
  27. package/dist-types/ts3.4/commands/AssociateIamRoleToResourceCommand.d.ts +51 -0
  28. package/dist-types/ts3.4/commands/DisassociateIamRoleFromResourceCommand.d.ts +51 -0
  29. package/dist-types/ts3.4/commands/InitializeServiceCommand.d.ts +1 -1
  30. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  31. package/dist-types/ts3.4/models/enums.d.ts +23 -8
  32. package/dist-types/ts3.4/models/models_0.d.ts +67 -1
  33. package/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -0
  34. package/package.json +12 -12
package/README.md CHANGED
@@ -210,6 +210,14 @@ AcceptMarketplaceRegistration
210
210
 
211
211
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/odb/command/AcceptMarketplaceRegistrationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-odb/Interface/AcceptMarketplaceRegistrationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-odb/Interface/AcceptMarketplaceRegistrationCommandOutput/)
212
212
 
213
+ </details>
214
+ <details>
215
+ <summary>
216
+ AssociateIamRoleToResource
217
+ </summary>
218
+
219
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/odb/command/AssociateIamRoleToResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-odb/Interface/AssociateIamRoleToResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-odb/Interface/AssociateIamRoleToResourceCommandOutput/)
220
+
213
221
  </details>
214
222
  <details>
215
223
  <summary>
@@ -290,6 +298,14 @@ DeleteOdbPeeringConnection
290
298
 
291
299
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/odb/command/DeleteOdbPeeringConnectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-odb/Interface/DeleteOdbPeeringConnectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-odb/Interface/DeleteOdbPeeringConnectionCommandOutput/)
292
300
 
301
+ </details>
302
+ <details>
303
+ <summary>
304
+ DisassociateIamRoleFromResource
305
+ </summary>
306
+
307
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/odb/command/DisassociateIamRoleFromResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-odb/Interface/DisassociateIamRoleFromResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-odb/Interface/DisassociateIamRoleFromResourceCommandOutput/)
308
+
293
309
  </details>
294
310
  <details>
295
311
  <summary>
package/dist-cjs/index.js CHANGED
@@ -226,6 +226,9 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
226
226
  };
227
227
 
228
228
  const _ADE = "AccessDeniedException";
229
+ const _AIRTR = "AssociateIamRoleToResource";
230
+ const _AIRTRI = "AssociateIamRoleToResourceInput";
231
+ const _AIRTRO = "AssociateIamRoleToResourceOutput";
229
232
  const _AMR = "AcceptMarketplaceRegistration";
230
233
  const _AMRI = "AcceptMarketplaceRegistrationInput";
231
234
  const _AMRO = "AcceptMarketplaceRegistrationOutput";
@@ -258,6 +261,8 @@ const _CONO = "CreateOdbNetworkOutput";
258
261
  const _COPC = "CreateOdbPeeringConnection";
259
262
  const _COPCI = "CreateOdbPeeringConnectionInput";
260
263
  const _COPCO = "CreateOdbPeeringConnectionOutput";
264
+ const _CRSRSA = "CrossRegionS3RestoreSourcesAccess";
265
+ const _CRSRSAL = "CrossRegionS3RestoreSourcesAccessList";
261
266
  const _CVC = "CloudVmCluster";
262
267
  const _CVCL = "CloudVmClusterList";
263
268
  const _CVCS = "CloudVmClusterSummary";
@@ -273,6 +278,9 @@ const _DCVCI = "DeleteCloudVmClusterInput";
273
278
  const _DCVCO = "DeleteCloudVmClusterOutput";
274
279
  const _DIC = "DbIormConfig";
275
280
  const _DICL = "DbIormConfigList";
281
+ const _DIRFR = "DisassociateIamRoleFromResource";
282
+ const _DIRFRI = "DisassociateIamRoleFromResourceInput";
283
+ const _DIRFRO = "DisassociateIamRoleFromResourceOutput";
276
284
  const _DN = "DbNode";
277
285
  const _DNL = "DbNodeList";
278
286
  const _DNS = "DbNodeSummary";
@@ -320,10 +328,13 @@ const _GOPCI = "GetOdbPeeringConnectionInput";
320
328
  const _GOPCO = "GetOdbPeeringConnectionOutput";
321
329
  const _GVL = "GiVersionList";
322
330
  const _GVS = "GiVersionSummary";
331
+ const _IR = "IamRole";
332
+ const _IRL = "IamRoleList";
323
333
  const _IS = "InitializeService";
324
334
  const _ISE = "InternalServerException";
325
335
  const _ISI = "InitializeServiceInput";
326
336
  const _ISO = "InitializeServiceOutput";
337
+ const _KA = "KmsAccess";
327
338
  const _LAVM = "ListAutonomousVirtualMachines";
328
339
  const _LAVMI = "ListAutonomousVirtualMachinesInput";
329
340
  const _LAVMO = "ListAutonomousVirtualMachinesOutput";
@@ -367,6 +378,7 @@ const _MW = "MaintenanceWindow";
367
378
  const _Mo = "Months";
368
379
  const _ODFC = "OciDnsForwardingConfig";
369
380
  const _ODFCL = "OciDnsForwardingConfigList";
381
+ const _OID = "OciIdentityDomain";
370
382
  const _ON = "OdbNetwork";
371
383
  const _ONL = "OdbNetworkList";
372
384
  const _ONS = "OdbNetworkSummary";
@@ -379,6 +391,7 @@ const _RDNI = "RebootDbNodeInput";
379
391
  const _RDNO = "RebootDbNodeOutput";
380
392
  const _RNFE = "ResourceNotFoundException";
381
393
  const _SA = "S3Access";
394
+ const _SAt = "StsAccess";
382
395
  const _SDN = "StartDbNode";
383
396
  const _SDNI = "StartDbNodeInput";
384
397
  const _SDNIt = "StopDbNodeInput";
@@ -423,9 +436,11 @@ const _aDSITB = "availableDataStorageInTBs";
423
436
  const _aDSP = "autonomousDataStoragePercentage";
424
437
  const _aDSPSITB = "availableDataStoragePerServerInTBs";
425
438
  const _aDSSITB = "autonomousDataStorageSizeInTBs";
439
+ const _aI = "awsIntegration";
426
440
  const _aMIGB = "availableMemoryInGBs";
427
441
  const _aMPNIGB = "availableMemoryPerNodeInGBs";
428
442
  const _aSC = "activatedStorageCount";
443
+ const _aSCFU = "accountSetupCloudFormationUrl";
429
444
  const _aSCd = "additionalStorageCount";
430
445
  const _aSSIGB = "availableStorageSizeInGBs";
431
446
  const _aSTS = "areServerTypesSupported";
@@ -463,6 +478,9 @@ const _cIA = "clientIpAddress";
463
478
  const _cM = "computeModel";
464
479
  const _cN = "clusterName";
465
480
  const _cP = "cpuPercentage";
481
+ const _cRSRSA = "crossRegionS3RestoreSourcesAccess";
482
+ const _cRSRSTD = "crossRegionS3RestoreSourcesToDisable";
483
+ const _cRSRSTE = "crossRegionS3RestoreSourcesToEnable";
466
484
  const _cSC = "clientSubnetCidr";
467
485
  const _cT = "clientToken";
468
486
  const _cVC = "cloudVmCluster";
@@ -524,7 +542,11 @@ const _iHME = "isHealthMonitoringEnabled";
524
542
  const _iILE = "isIncidentLogsEnabled";
525
543
  const _iLBE = "isLocalBackupEnabled";
526
544
  const _iMEVC = "isMtlsEnabledVmCluster";
545
+ const _iR = "iamRoles";
546
+ const _iRA = "iamRoleArn";
527
547
  const _iSDE = "isSparseDiskgroupEnabled";
548
+ const _kA = "kmsAccess";
549
+ const _kPD = "kmsPolicyDocument";
528
550
  const _lD = "lifecycleDetails";
529
551
  const _lM = "licenseModel";
530
552
  const _lMRI = "lastMaintenanceRunId";
@@ -571,6 +593,10 @@ const _nTAL = "newTenancyActivationLink";
571
593
  const _o = "ocid";
572
594
  const _oDFC = "ociDnsForwardingConfigs";
573
595
  const _oDLI = "ociDnsListenerIp";
596
+ const _oID = "ociIdentityDomain";
597
+ const _oIDI = "ociIdentityDomainId";
598
+ const _oIDRU = "ociIdentityDomainResourceUrl";
599
+ const _oIDU = "ociIdentityDomainUrl";
574
600
  const _oN = "odbNetwork";
575
601
  const _oNA = "odbNetworkArn";
576
602
  const _oNAI = "ociNetworkAnchorId";
@@ -605,7 +631,7 @@ const _pNI = "peerNetworkId";
605
631
  const _pP = "percentProgress";
606
632
  const _pS = "patchingStatus";
607
633
  const _qC = "quotaCode";
608
- const _r = "reason";
634
+ const _r = "region";
609
635
  const _rA = "resourceArn";
610
636
  const _rAS = "retryAfterSeconds";
611
637
  const _rC = "reclaimableCpus";
@@ -614,8 +640,10 @@ const _rGA = "resourceGatewayArn";
614
640
  const _rI = "resourceId";
615
641
  const _rMCC = "runtimeMinimumCoreCount";
616
642
  const _rT = "resourceType";
643
+ const _re = "reason";
617
644
  const _s = "status";
618
645
  const _sA = "s3Access";
646
+ const _sAt = "stsAccess";
619
647
  const _sC = "storageCount";
620
648
  const _sDN = "scanDnsName";
621
649
  const _sDRI = "scanDnsRecordId";
@@ -627,6 +655,7 @@ const _sLPTc = "scanListenerPortTcp";
627
655
  const _sNA = "serviceNetworkArn";
628
656
  const _sNE = "serviceNetworkEndpoint";
629
657
  const _sPD = "s3PolicyDocument";
658
+ const _sPDt = "stsPolicyDocument";
630
659
  const _sPK = "sshPublicKeys";
631
660
  const _sR = "statusReason";
632
661
  const _sRk = "skipRu";
@@ -680,6 +709,8 @@ var AccessDeniedException = [
680
709
  [0],
681
710
  ];
682
711
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
712
+ var AssociateIamRoleToResourceInput = [3, n0, _AIRTRI, 0, [_iRA, _aI, _rA], [0, 0, 0]];
713
+ var AssociateIamRoleToResourceOutput = [3, n0, _AIRTRO, 0, [], []];
683
714
  var AutonomousVirtualMachineSummary = [
684
715
  3,
685
716
  n0,
@@ -1138,6 +1169,7 @@ var CloudVmCluster = [
1138
1169
  _oNI,
1139
1170
  _pP,
1140
1171
  _cM,
1172
+ _iR,
1141
1173
  ],
1142
1174
  [
1143
1175
  0,
@@ -1180,6 +1212,7 @@ var CloudVmCluster = [
1180
1212
  0,
1181
1213
  1,
1182
1214
  0,
1215
+ () => IamRoleList,
1183
1216
  ],
1184
1217
  ];
1185
1218
  var CloudVmClusterSummary = [
@@ -1228,6 +1261,7 @@ var CloudVmClusterSummary = [
1228
1261
  _oNI,
1229
1262
  _pP,
1230
1263
  _cM,
1264
+ _iR,
1231
1265
  ],
1232
1266
  [
1233
1267
  0,
@@ -1270,6 +1304,7 @@ var CloudVmClusterSummary = [
1270
1304
  0,
1271
1305
  1,
1272
1306
  0,
1307
+ () => IamRoleList,
1273
1308
  ],
1274
1309
  ];
1275
1310
  var ConflictException = [
@@ -1352,8 +1387,8 @@ var CreateOdbNetworkInput = [
1352
1387
  n0,
1353
1388
  _CONI,
1354
1389
  0,
1355
- [_dN, _aZ, _aZI, _cSC, _bSC, _cDN, _dDP, _cT, _sA, _zEA, _sPD, _t],
1356
- [0, 0, 0, 0, 0, 0, 0, [0, 4], 0, 0, 0, 128 | 0],
1390
+ [_dN, _aZ, _aZI, _cSC, _bSC, _cDN, _dDP, _cT, _sA, _zEA, _sAt, _kA, _sPD, _sPDt, _kPD, _cRSRSTE, _t],
1391
+ [0, 0, 0, 0, 0, 0, 0, [0, 4], 0, 0, 0, 0, 0, 0, 0, 64 | 0, 128 | 0],
1357
1392
  ];
1358
1393
  var CreateOdbNetworkOutput = [3, n0, _CONO, 0, [_dN, _s, _sR, _oNI], [0, 0, 0, 0]];
1359
1394
  var CreateOdbPeeringConnectionInput = [
@@ -1372,6 +1407,14 @@ var CreateOdbPeeringConnectionOutput = [
1372
1407
  [_dN, _s, _sR, _oPCI],
1373
1408
  [0, 0, 0, 0],
1374
1409
  ];
1410
+ var CrossRegionS3RestoreSourcesAccess = [
1411
+ 3,
1412
+ n0,
1413
+ _CRSRSA,
1414
+ 0,
1415
+ [_r, _iA, _s],
1416
+ [0, 64 | 0, 0],
1417
+ ];
1375
1418
  var CustomerContact = [3, n0, _CC, 0, [_em], [[() => SensitiveString, 0]]];
1376
1419
  var DataCollectionOptions = [3, n0, _DCO, 0, [_iDEE, _iHME, _iILE], [2, 2, 2]];
1377
1420
  var DayOfWeek = [3, n0, _DOW, 0, [_n], [0]];
@@ -1550,6 +1593,15 @@ var DeleteOdbNetworkInput = [3, n0, _DONI, 0, [_oNI, _dAR], [[0, 1], 2]];
1550
1593
  var DeleteOdbNetworkOutput = [3, n0, _DONO, 0, [], []];
1551
1594
  var DeleteOdbPeeringConnectionInput = [3, n0, _DOPCI, 0, [_oPCI], [[0, 1]]];
1552
1595
  var DeleteOdbPeeringConnectionOutput = [3, n0, _DOPCO, 0, [], []];
1596
+ var DisassociateIamRoleFromResourceInput = [
1597
+ 3,
1598
+ n0,
1599
+ _DIRFRI,
1600
+ 0,
1601
+ [_iRA, _aI, _rA],
1602
+ [0, 0, 0],
1603
+ ];
1604
+ var DisassociateIamRoleFromResourceOutput = [3, n0, _DIRFRO, 0, [], []];
1553
1605
  var ExadataIormConfig = [
1554
1606
  3,
1555
1607
  n0,
@@ -1619,7 +1671,14 @@ var GetDbServerInput = [
1619
1671
  ];
1620
1672
  var GetDbServerOutput = [3, n0, _GDSO, 0, [_dSb], [() => DbServer]];
1621
1673
  var GetOciOnboardingStatusInput = [3, n0, _GOOSI, 0, [], []];
1622
- var GetOciOnboardingStatusOutput = [3, n0, _GOOSO, 0, [_s, _eTAL, _nTAL], [0, 0, 0]];
1674
+ var GetOciOnboardingStatusOutput = [
1675
+ 3,
1676
+ n0,
1677
+ _GOOSO,
1678
+ 0,
1679
+ [_s, _eTAL, _nTAL, _oID],
1680
+ [0, 0, 0, () => OciIdentityDomain],
1681
+ ];
1623
1682
  var GetOdbNetworkInput = [3, n0, _GONI, 0, [_oNI], [[0, 1]]];
1624
1683
  var GetOdbNetworkOutput = [3, n0, _GONO, 0, [_oN], [() => OdbNetwork]];
1625
1684
  var GetOdbPeeringConnectionInput = [3, n0, _GOPCI, 0, [_oPCI], [[0, 1]]];
@@ -1632,7 +1691,8 @@ var GetOdbPeeringConnectionOutput = [
1632
1691
  [() => OdbPeeringConnection],
1633
1692
  ];
1634
1693
  var GiVersionSummary = [3, n0, _GVS, 0, [_v], [0]];
1635
- var InitializeServiceInput = [3, n0, _ISI, 0, [], []];
1694
+ var IamRole = [3, n0, _IR, 0, [_iRA, _s, _sR, _aI], [0, 0, 0, 0]];
1695
+ var InitializeServiceInput = [3, n0, _ISI, 0, [_oID], [2]];
1636
1696
  var InitializeServiceOutput = [3, n0, _ISO, 0, [], []];
1637
1697
  var InternalServerException = [
1638
1698
  -3,
@@ -1654,6 +1714,7 @@ var InternalServerException = [
1654
1714
  ],
1655
1715
  ];
1656
1716
  schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
1717
+ var KmsAccess = [3, n0, _KA, 0, [_s, _iA, _dNo, _kPD], [0, 64 | 0, 0, 0]];
1657
1718
  var ListAutonomousVirtualMachinesInput = [
1658
1719
  3,
1659
1720
  n0,
@@ -1972,11 +2033,30 @@ var ManagedServices = [
1972
2033
  n0,
1973
2034
  _MS,
1974
2035
  0,
1975
- [_sNA, _rGA, _mSIC, _sNE, _mSBA, _zEA, _sA],
1976
- [0, 0, 64 | 0, () => ServiceNetworkEndpoint, () => ManagedS3BackupAccess, () => ZeroEtlAccess, () => S3Access],
2036
+ [_sNA, _rGA, _mSIC, _sNE, _mSBA, _zEA, _sA, _sAt, _kA, _cRSRSA],
2037
+ [
2038
+ 0,
2039
+ 0,
2040
+ 64 | 0,
2041
+ () => ServiceNetworkEndpoint,
2042
+ () => ManagedS3BackupAccess,
2043
+ () => ZeroEtlAccess,
2044
+ () => S3Access,
2045
+ () => StsAccess,
2046
+ () => KmsAccess,
2047
+ () => CrossRegionS3RestoreSourcesAccessList,
2048
+ ],
1977
2049
  ];
1978
2050
  var Month = [3, n0, _M, 0, [_n], [0]];
1979
2051
  var OciDnsForwardingConfig = [3, n0, _ODFC, 0, [_dNo, _oDLI], [0, 0]];
2052
+ var OciIdentityDomain = [
2053
+ 3,
2054
+ n0,
2055
+ _OID,
2056
+ 0,
2057
+ [_oIDI, _oIDRU, _oIDU, _s, _sR, _aSCFU],
2058
+ [0, 0, 0, 0, 0, 0],
2059
+ ];
1980
2060
  var OdbNetwork = [
1981
2061
  3,
1982
2062
  n0,
@@ -2159,6 +2239,7 @@ var StopDbNodeInput = [
2159
2239
  ],
2160
2240
  ];
2161
2241
  var StopDbNodeOutput = [3, n0, _SDNOt, 0, [_dNI, _s, _sR], [0, 0, 0]];
2242
+ var StsAccess = [3, n0, _SAt, 0, [_s, _iA, _dNo, _sPDt], [0, 64 | 0, 0, 0]];
2162
2243
  var SystemVersionSummary = [3, n0, _SVS, 0, [_gV, _sh, _sVy], [0, 0, 64 | 0]];
2163
2244
  var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [0, 128 | 0]];
2164
2245
  var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
@@ -2205,8 +2286,8 @@ var UpdateOdbNetworkInput = [
2205
2286
  n0,
2206
2287
  _UONI,
2207
2288
  0,
2208
- [_oNI, _dN, _pCTBA, _pCTBR, _sA, _zEA, _sPD],
2209
- [[0, 1], 0, 64 | 0, 64 | 0, 0, 0, 0],
2289
+ [_oNI, _dN, _pCTBA, _pCTBR, _sA, _zEA, _sAt, _kA, _sPD, _sPDt, _kPD, _cRSRSTE, _cRSRSTD],
2290
+ [[0, 1], 0, 64 | 0, 64 | 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0],
2210
2291
  ];
2211
2292
  var UpdateOdbNetworkOutput = [3, n0, _UONO, 0, [_dN, _s, _sR, _oNI], [0, 0, 0, 0]];
2212
2293
  var UpdateOdbPeeringConnectionInput = [
@@ -2233,7 +2314,7 @@ var ValidationException = [
2233
2314
  [_e]: _c,
2234
2315
  [_hE]: 400,
2235
2316
  },
2236
- [_m, _r, _fL],
2317
+ [_m, _re, _fL],
2237
2318
  [0, 0, () => ValidationExceptionFieldList],
2238
2319
  ];
2239
2320
  schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
@@ -2258,6 +2339,13 @@ var CloudExadataInfrastructureList = [
2258
2339
  [() => CloudExadataInfrastructureSummary, 0],
2259
2340
  ];
2260
2341
  var CloudVmClusterList = [1, n0, _CVCL, 0, [() => CloudVmClusterSummary, 0]];
2342
+ var CrossRegionS3RestoreSourcesAccessList = [
2343
+ 1,
2344
+ n0,
2345
+ _CRSRSAL,
2346
+ 0,
2347
+ () => CrossRegionS3RestoreSourcesAccess,
2348
+ ];
2261
2349
  var CustomerContacts = [1, n0, _CCu, 0, [() => CustomerContact, 0]];
2262
2350
  var DaysOfWeek = [1, n0, _DOWa, 0, () => DayOfWeek];
2263
2351
  var DbIormConfigList = [1, n0, _DICL, 0, () => DbIormConfig];
@@ -2265,6 +2353,7 @@ var DbNodeList = [1, n0, _DNL, 0, () => DbNodeSummary];
2265
2353
  var DbServerList = [1, n0, _DSL, 0, () => DbServerSummary];
2266
2354
  var DbSystemShapeList = [1, n0, _DSSL, 0, () => DbSystemShapeSummary];
2267
2355
  var GiVersionList = [1, n0, _GVL, 0, () => GiVersionSummary];
2356
+ var IamRoleList = [1, n0, _IRL, 0, () => IamRole];
2268
2357
  var Months = [1, n0, _Mo, 0, () => Month];
2269
2358
  var OciDnsForwardingConfigList = [1, n0, _ODFCL, 0, () => OciDnsForwardingConfig];
2270
2359
  var OdbNetworkList = [1, n0, _ONL, 0, () => OdbNetworkSummary];
@@ -2280,6 +2369,14 @@ var AcceptMarketplaceRegistration = [
2280
2369
  () => AcceptMarketplaceRegistrationInput,
2281
2370
  () => AcceptMarketplaceRegistrationOutput,
2282
2371
  ];
2372
+ var AssociateIamRoleToResource = [
2373
+ 9,
2374
+ n0,
2375
+ _AIRTR,
2376
+ 0,
2377
+ () => AssociateIamRoleToResourceInput,
2378
+ () => AssociateIamRoleToResourceOutput,
2379
+ ];
2283
2380
  var CreateCloudAutonomousVmCluster = [
2284
2381
  9,
2285
2382
  n0,
@@ -2360,6 +2457,14 @@ var DeleteOdbPeeringConnection = [
2360
2457
  () => DeleteOdbPeeringConnectionInput,
2361
2458
  () => DeleteOdbPeeringConnectionOutput,
2362
2459
  ];
2460
+ var DisassociateIamRoleFromResource = [
2461
+ 9,
2462
+ n0,
2463
+ _DIRFR,
2464
+ 0,
2465
+ () => DisassociateIamRoleFromResourceInput,
2466
+ () => DisassociateIamRoleFromResourceOutput,
2467
+ ];
2363
2468
  var GetCloudAutonomousVmCluster = [
2364
2469
  9,
2365
2470
  n0,
@@ -2550,6 +2655,18 @@ class AcceptMarketplaceRegistrationCommand extends smithyClient.Command
2550
2655
  .build() {
2551
2656
  }
2552
2657
 
2658
+ class AssociateIamRoleToResourceCommand extends smithyClient.Command
2659
+ .classBuilder()
2660
+ .ep(commonParams)
2661
+ .m(function (Command, cs, config, o) {
2662
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2663
+ })
2664
+ .s("Odb", "AssociateIamRoleToResource", {})
2665
+ .n("OdbClient", "AssociateIamRoleToResourceCommand")
2666
+ .sc(AssociateIamRoleToResource)
2667
+ .build() {
2668
+ }
2669
+
2553
2670
  class CreateCloudAutonomousVmClusterCommand extends smithyClient.Command
2554
2671
  .classBuilder()
2555
2672
  .ep(commonParams)
@@ -2670,6 +2787,18 @@ class DeleteOdbPeeringConnectionCommand extends smithyClient.Command
2670
2787
  .build() {
2671
2788
  }
2672
2789
 
2790
+ class DisassociateIamRoleFromResourceCommand extends smithyClient.Command
2791
+ .classBuilder()
2792
+ .ep(commonParams)
2793
+ .m(function (Command, cs, config, o) {
2794
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2795
+ })
2796
+ .s("Odb", "DisassociateIamRoleFromResource", {})
2797
+ .n("OdbClient", "DisassociateIamRoleFromResourceCommand")
2798
+ .sc(DisassociateIamRoleFromResource)
2799
+ .build() {
2800
+ }
2801
+
2673
2802
  class GetCloudAutonomousVmClusterCommand extends smithyClient.Command
2674
2803
  .classBuilder()
2675
2804
  .ep(commonParams)
@@ -3032,6 +3161,7 @@ class UpdateOdbPeeringConnectionCommand extends smithyClient.Command
3032
3161
 
3033
3162
  const commands = {
3034
3163
  AcceptMarketplaceRegistrationCommand,
3164
+ AssociateIamRoleToResourceCommand,
3035
3165
  CreateCloudAutonomousVmClusterCommand,
3036
3166
  CreateCloudExadataInfrastructureCommand,
3037
3167
  CreateCloudVmClusterCommand,
@@ -3042,6 +3172,7 @@ const commands = {
3042
3172
  DeleteCloudVmClusterCommand,
3043
3173
  DeleteOdbNetworkCommand,
3044
3174
  DeleteOdbPeeringConnectionCommand,
3175
+ DisassociateIamRoleFromResourceCommand,
3045
3176
  GetCloudAutonomousVmClusterCommand,
3046
3177
  GetCloudExadataInfrastructureCommand,
3047
3178
  GetCloudExadataInfrastructureUnallocatedResourcesCommand,
@@ -3109,6 +3240,9 @@ const Access = {
3109
3240
  DISABLED: "DISABLED",
3110
3241
  ENABLED: "ENABLED",
3111
3242
  };
3243
+ const SupportedAwsIntegration = {
3244
+ KmsTde: "KmsTde",
3245
+ };
3112
3246
  const ResourceStatus = {
3113
3247
  AVAILABLE: "AVAILABLE",
3114
3248
  FAILED: "FAILED",
@@ -3167,6 +3301,15 @@ const DiskRedundancy = {
3167
3301
  HIGH: "HIGH",
3168
3302
  NORMAL: "NORMAL",
3169
3303
  };
3304
+ const IamRoleStatus = {
3305
+ ASSOCIATING: "ASSOCIATING",
3306
+ CONNECTED: "CONNECTED",
3307
+ DISASSOCIATING: "DISASSOCIATING",
3308
+ DISCONNECTED: "DISCONNECTED",
3309
+ FAILED: "FAILED",
3310
+ PARTIALLY_CONNECTED: "PARTIALLY_CONNECTED",
3311
+ UNKNOWN: "UNKNOWN",
3312
+ };
3170
3313
  const IormLifecycleState = {
3171
3314
  BOOTSTRAPPING: "BOOTSTRAPPING",
3172
3315
  DISABLED: "DISABLED",
@@ -3181,6 +3324,12 @@ const Objective = {
3181
3324
  HIGH_THROUGHPUT: "HIGH_THROUGHPUT",
3182
3325
  LOW_LATENCY: "LOW_LATENCY",
3183
3326
  };
3327
+ const ManagedResourceStatus = {
3328
+ DISABLED: "DISABLED",
3329
+ DISABLING: "DISABLING",
3330
+ ENABLED: "ENABLED",
3331
+ ENABLING: "ENABLING",
3332
+ };
3184
3333
  const DbNodeMaintenanceType = {
3185
3334
  VMDB_REBOOT_MIGRATION: "VMDB_REBOOT_MIGRATION",
3186
3335
  };
@@ -3215,12 +3364,6 @@ const OciOnboardingStatus = {
3215
3364
  PUBLIC_OFFER_UNSUPPORTED: "PUBLIC_OFFER_UNSUPPORTED",
3216
3365
  SUSPENDED: "SUSPENDED",
3217
3366
  };
3218
- const ManagedResourceStatus = {
3219
- DISABLED: "DISABLED",
3220
- DISABLING: "DISABLING",
3221
- ENABLED: "ENABLED",
3222
- ENABLING: "ENABLING",
3223
- };
3224
3367
  const VpcEndpointType = {
3225
3368
  SERVICENETWORK: "SERVICENETWORK",
3226
3369
  };
@@ -3236,6 +3379,7 @@ Object.defineProperty(exports, "__Client", {
3236
3379
  exports.AcceptMarketplaceRegistrationCommand = AcceptMarketplaceRegistrationCommand;
3237
3380
  exports.Access = Access;
3238
3381
  exports.AccessDeniedException = AccessDeniedException$1;
3382
+ exports.AssociateIamRoleToResourceCommand = AssociateIamRoleToResourceCommand;
3239
3383
  exports.ComputeModel = ComputeModel;
3240
3384
  exports.ConflictException = ConflictException$1;
3241
3385
  exports.CreateCloudAutonomousVmClusterCommand = CreateCloudAutonomousVmClusterCommand;
@@ -3252,6 +3396,7 @@ exports.DeleteCloudExadataInfrastructureCommand = DeleteCloudExadataInfrastructu
3252
3396
  exports.DeleteCloudVmClusterCommand = DeleteCloudVmClusterCommand;
3253
3397
  exports.DeleteOdbNetworkCommand = DeleteOdbNetworkCommand;
3254
3398
  exports.DeleteOdbPeeringConnectionCommand = DeleteOdbPeeringConnectionCommand;
3399
+ exports.DisassociateIamRoleFromResourceCommand = DisassociateIamRoleFromResourceCommand;
3255
3400
  exports.DiskRedundancy = DiskRedundancy;
3256
3401
  exports.GetCloudAutonomousVmClusterCommand = GetCloudAutonomousVmClusterCommand;
3257
3402
  exports.GetCloudExadataInfrastructureCommand = GetCloudExadataInfrastructureCommand;
@@ -3262,6 +3407,7 @@ exports.GetDbServerCommand = GetDbServerCommand;
3262
3407
  exports.GetOciOnboardingStatusCommand = GetOciOnboardingStatusCommand;
3263
3408
  exports.GetOdbNetworkCommand = GetOdbNetworkCommand;
3264
3409
  exports.GetOdbPeeringConnectionCommand = GetOdbPeeringConnectionCommand;
3410
+ exports.IamRoleStatus = IamRoleStatus;
3265
3411
  exports.InitializeServiceCommand = InitializeServiceCommand;
3266
3412
  exports.InternalServerException = InternalServerException$1;
3267
3413
  exports.IormLifecycleState = IormLifecycleState;
@@ -3294,6 +3440,7 @@ exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
3294
3440
  exports.ShapeType = ShapeType;
3295
3441
  exports.StartDbNodeCommand = StartDbNodeCommand;
3296
3442
  exports.StopDbNodeCommand = StopDbNodeCommand;
3443
+ exports.SupportedAwsIntegration = SupportedAwsIntegration;
3297
3444
  exports.TagResourceCommand = TagResourceCommand;
3298
3445
  exports.ThrottlingException = ThrottlingException$1;
3299
3446
  exports.UntagResourceCommand = UntagResourceCommand;
package/dist-es/Odb.js CHANGED
@@ -1,5 +1,6 @@
1
1
  import { createAggregatedClient } from "@smithy/smithy-client";
2
2
  import { AcceptMarketplaceRegistrationCommand, } from "./commands/AcceptMarketplaceRegistrationCommand";
3
+ import { AssociateIamRoleToResourceCommand, } from "./commands/AssociateIamRoleToResourceCommand";
3
4
  import { CreateCloudAutonomousVmClusterCommand, } from "./commands/CreateCloudAutonomousVmClusterCommand";
4
5
  import { CreateCloudExadataInfrastructureCommand, } from "./commands/CreateCloudExadataInfrastructureCommand";
5
6
  import { CreateCloudVmClusterCommand, } from "./commands/CreateCloudVmClusterCommand";
@@ -10,6 +11,7 @@ import { DeleteCloudExadataInfrastructureCommand, } from "./commands/DeleteCloud
10
11
  import { DeleteCloudVmClusterCommand, } from "./commands/DeleteCloudVmClusterCommand";
11
12
  import { DeleteOdbNetworkCommand, } from "./commands/DeleteOdbNetworkCommand";
12
13
  import { DeleteOdbPeeringConnectionCommand, } from "./commands/DeleteOdbPeeringConnectionCommand";
14
+ import { DisassociateIamRoleFromResourceCommand, } from "./commands/DisassociateIamRoleFromResourceCommand";
13
15
  import { GetCloudAutonomousVmClusterCommand, } from "./commands/GetCloudAutonomousVmClusterCommand";
14
16
  import { GetCloudExadataInfrastructureCommand, } from "./commands/GetCloudExadataInfrastructureCommand";
15
17
  import { GetCloudExadataInfrastructureUnallocatedResourcesCommand, } from "./commands/GetCloudExadataInfrastructureUnallocatedResourcesCommand";
@@ -43,6 +45,7 @@ import { UpdateOdbPeeringConnectionCommand, } from "./commands/UpdateOdbPeeringC
43
45
  import { OdbClient } from "./OdbClient";
44
46
  const commands = {
45
47
  AcceptMarketplaceRegistrationCommand,
48
+ AssociateIamRoleToResourceCommand,
46
49
  CreateCloudAutonomousVmClusterCommand,
47
50
  CreateCloudExadataInfrastructureCommand,
48
51
  CreateCloudVmClusterCommand,
@@ -53,6 +56,7 @@ const commands = {
53
56
  DeleteCloudVmClusterCommand,
54
57
  DeleteOdbNetworkCommand,
55
58
  DeleteOdbPeeringConnectionCommand,
59
+ DisassociateIamRoleFromResourceCommand,
56
60
  GetCloudAutonomousVmClusterCommand,
57
61
  GetCloudExadataInfrastructureCommand,
58
62
  GetCloudExadataInfrastructureUnallocatedResourcesCommand,
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { AssociateIamRoleToResource } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class AssociateIamRoleToResourceCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("Odb", "AssociateIamRoleToResource", {})
13
+ .n("OdbClient", "AssociateIamRoleToResourceCommand")
14
+ .sc(AssociateIamRoleToResource)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DisassociateIamRoleFromResource } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DisassociateIamRoleFromResourceCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("Odb", "DisassociateIamRoleFromResource", {})
13
+ .n("OdbClient", "DisassociateIamRoleFromResourceCommand")
14
+ .sc(DisassociateIamRoleFromResource)
15
+ .build() {
16
+ }
@@ -1,4 +1,5 @@
1
1
  export * from "./AcceptMarketplaceRegistrationCommand";
2
+ export * from "./AssociateIamRoleToResourceCommand";
2
3
  export * from "./CreateCloudAutonomousVmClusterCommand";
3
4
  export * from "./CreateCloudExadataInfrastructureCommand";
4
5
  export * from "./CreateCloudVmClusterCommand";
@@ -9,6 +10,7 @@ export * from "./DeleteCloudExadataInfrastructureCommand";
9
10
  export * from "./DeleteCloudVmClusterCommand";
10
11
  export * from "./DeleteOdbNetworkCommand";
11
12
  export * from "./DeleteOdbPeeringConnectionCommand";
13
+ export * from "./DisassociateIamRoleFromResourceCommand";
12
14
  export * from "./GetCloudAutonomousVmClusterCommand";
13
15
  export * from "./GetCloudExadataInfrastructureCommand";
14
16
  export * from "./GetCloudExadataInfrastructureUnallocatedResourcesCommand";
@@ -8,6 +8,9 @@ export const Access = {
8
8
  DISABLED: "DISABLED",
9
9
  ENABLED: "ENABLED",
10
10
  };
11
+ export const SupportedAwsIntegration = {
12
+ KmsTde: "KmsTde",
13
+ };
11
14
  export const ResourceStatus = {
12
15
  AVAILABLE: "AVAILABLE",
13
16
  FAILED: "FAILED",
@@ -66,6 +69,15 @@ export const DiskRedundancy = {
66
69
  HIGH: "HIGH",
67
70
  NORMAL: "NORMAL",
68
71
  };
72
+ export const IamRoleStatus = {
73
+ ASSOCIATING: "ASSOCIATING",
74
+ CONNECTED: "CONNECTED",
75
+ DISASSOCIATING: "DISASSOCIATING",
76
+ DISCONNECTED: "DISCONNECTED",
77
+ FAILED: "FAILED",
78
+ PARTIALLY_CONNECTED: "PARTIALLY_CONNECTED",
79
+ UNKNOWN: "UNKNOWN",
80
+ };
69
81
  export const IormLifecycleState = {
70
82
  BOOTSTRAPPING: "BOOTSTRAPPING",
71
83
  DISABLED: "DISABLED",
@@ -80,6 +92,12 @@ export const Objective = {
80
92
  HIGH_THROUGHPUT: "HIGH_THROUGHPUT",
81
93
  LOW_LATENCY: "LOW_LATENCY",
82
94
  };
95
+ export const ManagedResourceStatus = {
96
+ DISABLED: "DISABLED",
97
+ DISABLING: "DISABLING",
98
+ ENABLED: "ENABLED",
99
+ ENABLING: "ENABLING",
100
+ };
83
101
  export const DbNodeMaintenanceType = {
84
102
  VMDB_REBOOT_MIGRATION: "VMDB_REBOOT_MIGRATION",
85
103
  };
@@ -114,12 +132,6 @@ export const OciOnboardingStatus = {
114
132
  PUBLIC_OFFER_UNSUPPORTED: "PUBLIC_OFFER_UNSUPPORTED",
115
133
  SUSPENDED: "SUSPENDED",
116
134
  };
117
- export const ManagedResourceStatus = {
118
- DISABLED: "DISABLED",
119
- DISABLING: "DISABLING",
120
- ENABLED: "ENABLED",
121
- ENABLING: "ENABLING",
122
- };
123
135
  export const VpcEndpointType = {
124
136
  SERVICENETWORK: "SERVICENETWORK",
125
137
  };