@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
@@ -1,4 +1,7 @@
1
1
  const _ADE = "AccessDeniedException";
2
+ const _AIRTR = "AssociateIamRoleToResource";
3
+ const _AIRTRI = "AssociateIamRoleToResourceInput";
4
+ const _AIRTRO = "AssociateIamRoleToResourceOutput";
2
5
  const _AMR = "AcceptMarketplaceRegistration";
3
6
  const _AMRI = "AcceptMarketplaceRegistrationInput";
4
7
  const _AMRO = "AcceptMarketplaceRegistrationOutput";
@@ -31,6 +34,8 @@ const _CONO = "CreateOdbNetworkOutput";
31
34
  const _COPC = "CreateOdbPeeringConnection";
32
35
  const _COPCI = "CreateOdbPeeringConnectionInput";
33
36
  const _COPCO = "CreateOdbPeeringConnectionOutput";
37
+ const _CRSRSA = "CrossRegionS3RestoreSourcesAccess";
38
+ const _CRSRSAL = "CrossRegionS3RestoreSourcesAccessList";
34
39
  const _CVC = "CloudVmCluster";
35
40
  const _CVCL = "CloudVmClusterList";
36
41
  const _CVCS = "CloudVmClusterSummary";
@@ -46,6 +51,9 @@ const _DCVCI = "DeleteCloudVmClusterInput";
46
51
  const _DCVCO = "DeleteCloudVmClusterOutput";
47
52
  const _DIC = "DbIormConfig";
48
53
  const _DICL = "DbIormConfigList";
54
+ const _DIRFR = "DisassociateIamRoleFromResource";
55
+ const _DIRFRI = "DisassociateIamRoleFromResourceInput";
56
+ const _DIRFRO = "DisassociateIamRoleFromResourceOutput";
49
57
  const _DN = "DbNode";
50
58
  const _DNL = "DbNodeList";
51
59
  const _DNS = "DbNodeSummary";
@@ -93,10 +101,13 @@ const _GOPCI = "GetOdbPeeringConnectionInput";
93
101
  const _GOPCO = "GetOdbPeeringConnectionOutput";
94
102
  const _GVL = "GiVersionList";
95
103
  const _GVS = "GiVersionSummary";
104
+ const _IR = "IamRole";
105
+ const _IRL = "IamRoleList";
96
106
  const _IS = "InitializeService";
97
107
  const _ISE = "InternalServerException";
98
108
  const _ISI = "InitializeServiceInput";
99
109
  const _ISO = "InitializeServiceOutput";
110
+ const _KA = "KmsAccess";
100
111
  const _LAVM = "ListAutonomousVirtualMachines";
101
112
  const _LAVMI = "ListAutonomousVirtualMachinesInput";
102
113
  const _LAVMO = "ListAutonomousVirtualMachinesOutput";
@@ -140,6 +151,7 @@ const _MW = "MaintenanceWindow";
140
151
  const _Mo = "Months";
141
152
  const _ODFC = "OciDnsForwardingConfig";
142
153
  const _ODFCL = "OciDnsForwardingConfigList";
154
+ const _OID = "OciIdentityDomain";
143
155
  const _ON = "OdbNetwork";
144
156
  const _ONL = "OdbNetworkList";
145
157
  const _ONS = "OdbNetworkSummary";
@@ -152,6 +164,7 @@ const _RDNI = "RebootDbNodeInput";
152
164
  const _RDNO = "RebootDbNodeOutput";
153
165
  const _RNFE = "ResourceNotFoundException";
154
166
  const _SA = "S3Access";
167
+ const _SAt = "StsAccess";
155
168
  const _SDN = "StartDbNode";
156
169
  const _SDNI = "StartDbNodeInput";
157
170
  const _SDNIt = "StopDbNodeInput";
@@ -196,9 +209,11 @@ const _aDSITB = "availableDataStorageInTBs";
196
209
  const _aDSP = "autonomousDataStoragePercentage";
197
210
  const _aDSPSITB = "availableDataStoragePerServerInTBs";
198
211
  const _aDSSITB = "autonomousDataStorageSizeInTBs";
212
+ const _aI = "awsIntegration";
199
213
  const _aMIGB = "availableMemoryInGBs";
200
214
  const _aMPNIGB = "availableMemoryPerNodeInGBs";
201
215
  const _aSC = "activatedStorageCount";
216
+ const _aSCFU = "accountSetupCloudFormationUrl";
202
217
  const _aSCd = "additionalStorageCount";
203
218
  const _aSSIGB = "availableStorageSizeInGBs";
204
219
  const _aSTS = "areServerTypesSupported";
@@ -236,6 +251,9 @@ const _cIA = "clientIpAddress";
236
251
  const _cM = "computeModel";
237
252
  const _cN = "clusterName";
238
253
  const _cP = "cpuPercentage";
254
+ const _cRSRSA = "crossRegionS3RestoreSourcesAccess";
255
+ const _cRSRSTD = "crossRegionS3RestoreSourcesToDisable";
256
+ const _cRSRSTE = "crossRegionS3RestoreSourcesToEnable";
239
257
  const _cSC = "clientSubnetCidr";
240
258
  const _cT = "clientToken";
241
259
  const _cVC = "cloudVmCluster";
@@ -297,7 +315,11 @@ const _iHME = "isHealthMonitoringEnabled";
297
315
  const _iILE = "isIncidentLogsEnabled";
298
316
  const _iLBE = "isLocalBackupEnabled";
299
317
  const _iMEVC = "isMtlsEnabledVmCluster";
318
+ const _iR = "iamRoles";
319
+ const _iRA = "iamRoleArn";
300
320
  const _iSDE = "isSparseDiskgroupEnabled";
321
+ const _kA = "kmsAccess";
322
+ const _kPD = "kmsPolicyDocument";
301
323
  const _lD = "lifecycleDetails";
302
324
  const _lM = "licenseModel";
303
325
  const _lMRI = "lastMaintenanceRunId";
@@ -344,6 +366,10 @@ const _nTAL = "newTenancyActivationLink";
344
366
  const _o = "ocid";
345
367
  const _oDFC = "ociDnsForwardingConfigs";
346
368
  const _oDLI = "ociDnsListenerIp";
369
+ const _oID = "ociIdentityDomain";
370
+ const _oIDI = "ociIdentityDomainId";
371
+ const _oIDRU = "ociIdentityDomainResourceUrl";
372
+ const _oIDU = "ociIdentityDomainUrl";
347
373
  const _oN = "odbNetwork";
348
374
  const _oNA = "odbNetworkArn";
349
375
  const _oNAI = "ociNetworkAnchorId";
@@ -378,7 +404,7 @@ const _pNI = "peerNetworkId";
378
404
  const _pP = "percentProgress";
379
405
  const _pS = "patchingStatus";
380
406
  const _qC = "quotaCode";
381
- const _r = "reason";
407
+ const _r = "region";
382
408
  const _rA = "resourceArn";
383
409
  const _rAS = "retryAfterSeconds";
384
410
  const _rC = "reclaimableCpus";
@@ -387,8 +413,10 @@ const _rGA = "resourceGatewayArn";
387
413
  const _rI = "resourceId";
388
414
  const _rMCC = "runtimeMinimumCoreCount";
389
415
  const _rT = "resourceType";
416
+ const _re = "reason";
390
417
  const _s = "status";
391
418
  const _sA = "s3Access";
419
+ const _sAt = "stsAccess";
392
420
  const _sC = "storageCount";
393
421
  const _sDN = "scanDnsName";
394
422
  const _sDRI = "scanDnsRecordId";
@@ -400,6 +428,7 @@ const _sLPTc = "scanListenerPortTcp";
400
428
  const _sNA = "serviceNetworkArn";
401
429
  const _sNE = "serviceNetworkEndpoint";
402
430
  const _sPD = "s3PolicyDocument";
431
+ const _sPDt = "stsPolicyDocument";
403
432
  const _sPK = "sshPublicKeys";
404
433
  const _sR = "statusReason";
405
434
  const _sRk = "skipRu";
@@ -456,6 +485,8 @@ export var AccessDeniedException = [
456
485
  [0],
457
486
  ];
458
487
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
488
+ export var AssociateIamRoleToResourceInput = [3, n0, _AIRTRI, 0, [_iRA, _aI, _rA], [0, 0, 0]];
489
+ export var AssociateIamRoleToResourceOutput = [3, n0, _AIRTRO, 0, [], []];
459
490
  export var AutonomousVirtualMachineSummary = [
460
491
  3,
461
492
  n0,
@@ -914,6 +945,7 @@ export var CloudVmCluster = [
914
945
  _oNI,
915
946
  _pP,
916
947
  _cM,
948
+ _iR,
917
949
  ],
918
950
  [
919
951
  0,
@@ -956,6 +988,7 @@ export var CloudVmCluster = [
956
988
  0,
957
989
  1,
958
990
  0,
991
+ () => IamRoleList,
959
992
  ],
960
993
  ];
961
994
  export var CloudVmClusterSummary = [
@@ -1004,6 +1037,7 @@ export var CloudVmClusterSummary = [
1004
1037
  _oNI,
1005
1038
  _pP,
1006
1039
  _cM,
1040
+ _iR,
1007
1041
  ],
1008
1042
  [
1009
1043
  0,
@@ -1046,6 +1080,7 @@ export var CloudVmClusterSummary = [
1046
1080
  0,
1047
1081
  1,
1048
1082
  0,
1083
+ () => IamRoleList,
1049
1084
  ],
1050
1085
  ];
1051
1086
  export var ConflictException = [
@@ -1128,8 +1163,8 @@ export var CreateOdbNetworkInput = [
1128
1163
  n0,
1129
1164
  _CONI,
1130
1165
  0,
1131
- [_dN, _aZ, _aZI, _cSC, _bSC, _cDN, _dDP, _cT, _sA, _zEA, _sPD, _t],
1132
- [0, 0, 0, 0, 0, 0, 0, [0, 4], 0, 0, 0, 128 | 0],
1166
+ [_dN, _aZ, _aZI, _cSC, _bSC, _cDN, _dDP, _cT, _sA, _zEA, _sAt, _kA, _sPD, _sPDt, _kPD, _cRSRSTE, _t],
1167
+ [0, 0, 0, 0, 0, 0, 0, [0, 4], 0, 0, 0, 0, 0, 0, 0, 64 | 0, 128 | 0],
1133
1168
  ];
1134
1169
  export var CreateOdbNetworkOutput = [3, n0, _CONO, 0, [_dN, _s, _sR, _oNI], [0, 0, 0, 0]];
1135
1170
  export var CreateOdbPeeringConnectionInput = [
@@ -1148,6 +1183,14 @@ export var CreateOdbPeeringConnectionOutput = [
1148
1183
  [_dN, _s, _sR, _oPCI],
1149
1184
  [0, 0, 0, 0],
1150
1185
  ];
1186
+ export var CrossRegionS3RestoreSourcesAccess = [
1187
+ 3,
1188
+ n0,
1189
+ _CRSRSA,
1190
+ 0,
1191
+ [_r, _iA, _s],
1192
+ [0, 64 | 0, 0],
1193
+ ];
1151
1194
  export var CustomerContact = [3, n0, _CC, 0, [_em], [[() => SensitiveString, 0]]];
1152
1195
  export var DataCollectionOptions = [3, n0, _DCO, 0, [_iDEE, _iHME, _iILE], [2, 2, 2]];
1153
1196
  export var DayOfWeek = [3, n0, _DOW, 0, [_n], [0]];
@@ -1326,6 +1369,15 @@ export var DeleteOdbNetworkInput = [3, n0, _DONI, 0, [_oNI, _dAR], [[0, 1], 2]];
1326
1369
  export var DeleteOdbNetworkOutput = [3, n0, _DONO, 0, [], []];
1327
1370
  export var DeleteOdbPeeringConnectionInput = [3, n0, _DOPCI, 0, [_oPCI], [[0, 1]]];
1328
1371
  export var DeleteOdbPeeringConnectionOutput = [3, n0, _DOPCO, 0, [], []];
1372
+ export var DisassociateIamRoleFromResourceInput = [
1373
+ 3,
1374
+ n0,
1375
+ _DIRFRI,
1376
+ 0,
1377
+ [_iRA, _aI, _rA],
1378
+ [0, 0, 0],
1379
+ ];
1380
+ export var DisassociateIamRoleFromResourceOutput = [3, n0, _DIRFRO, 0, [], []];
1329
1381
  export var ExadataIormConfig = [
1330
1382
  3,
1331
1383
  n0,
@@ -1395,7 +1447,14 @@ export var GetDbServerInput = [
1395
1447
  ];
1396
1448
  export var GetDbServerOutput = [3, n0, _GDSO, 0, [_dSb], [() => DbServer]];
1397
1449
  export var GetOciOnboardingStatusInput = [3, n0, _GOOSI, 0, [], []];
1398
- export var GetOciOnboardingStatusOutput = [3, n0, _GOOSO, 0, [_s, _eTAL, _nTAL], [0, 0, 0]];
1450
+ export var GetOciOnboardingStatusOutput = [
1451
+ 3,
1452
+ n0,
1453
+ _GOOSO,
1454
+ 0,
1455
+ [_s, _eTAL, _nTAL, _oID],
1456
+ [0, 0, 0, () => OciIdentityDomain],
1457
+ ];
1399
1458
  export var GetOdbNetworkInput = [3, n0, _GONI, 0, [_oNI], [[0, 1]]];
1400
1459
  export var GetOdbNetworkOutput = [3, n0, _GONO, 0, [_oN], [() => OdbNetwork]];
1401
1460
  export var GetOdbPeeringConnectionInput = [3, n0, _GOPCI, 0, [_oPCI], [[0, 1]]];
@@ -1408,7 +1467,8 @@ export var GetOdbPeeringConnectionOutput = [
1408
1467
  [() => OdbPeeringConnection],
1409
1468
  ];
1410
1469
  export var GiVersionSummary = [3, n0, _GVS, 0, [_v], [0]];
1411
- export var InitializeServiceInput = [3, n0, _ISI, 0, [], []];
1470
+ export var IamRole = [3, n0, _IR, 0, [_iRA, _s, _sR, _aI], [0, 0, 0, 0]];
1471
+ export var InitializeServiceInput = [3, n0, _ISI, 0, [_oID], [2]];
1412
1472
  export var InitializeServiceOutput = [3, n0, _ISO, 0, [], []];
1413
1473
  export var InternalServerException = [
1414
1474
  -3,
@@ -1430,6 +1490,7 @@ export var InternalServerException = [
1430
1490
  ],
1431
1491
  ];
1432
1492
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
1493
+ export var KmsAccess = [3, n0, _KA, 0, [_s, _iA, _dNo, _kPD], [0, 64 | 0, 0, 0]];
1433
1494
  export var ListAutonomousVirtualMachinesInput = [
1434
1495
  3,
1435
1496
  n0,
@@ -1748,11 +1809,30 @@ export var ManagedServices = [
1748
1809
  n0,
1749
1810
  _MS,
1750
1811
  0,
1751
- [_sNA, _rGA, _mSIC, _sNE, _mSBA, _zEA, _sA],
1752
- [0, 0, 64 | 0, () => ServiceNetworkEndpoint, () => ManagedS3BackupAccess, () => ZeroEtlAccess, () => S3Access],
1812
+ [_sNA, _rGA, _mSIC, _sNE, _mSBA, _zEA, _sA, _sAt, _kA, _cRSRSA],
1813
+ [
1814
+ 0,
1815
+ 0,
1816
+ 64 | 0,
1817
+ () => ServiceNetworkEndpoint,
1818
+ () => ManagedS3BackupAccess,
1819
+ () => ZeroEtlAccess,
1820
+ () => S3Access,
1821
+ () => StsAccess,
1822
+ () => KmsAccess,
1823
+ () => CrossRegionS3RestoreSourcesAccessList,
1824
+ ],
1753
1825
  ];
1754
1826
  export var Month = [3, n0, _M, 0, [_n], [0]];
1755
1827
  export var OciDnsForwardingConfig = [3, n0, _ODFC, 0, [_dNo, _oDLI], [0, 0]];
1828
+ export var OciIdentityDomain = [
1829
+ 3,
1830
+ n0,
1831
+ _OID,
1832
+ 0,
1833
+ [_oIDI, _oIDRU, _oIDU, _s, _sR, _aSCFU],
1834
+ [0, 0, 0, 0, 0, 0],
1835
+ ];
1756
1836
  export var OdbNetwork = [
1757
1837
  3,
1758
1838
  n0,
@@ -1935,6 +2015,7 @@ export var StopDbNodeInput = [
1935
2015
  ],
1936
2016
  ];
1937
2017
  export var StopDbNodeOutput = [3, n0, _SDNOt, 0, [_dNI, _s, _sR], [0, 0, 0]];
2018
+ export var StsAccess = [3, n0, _SAt, 0, [_s, _iA, _dNo, _sPDt], [0, 64 | 0, 0, 0]];
1938
2019
  export var SystemVersionSummary = [3, n0, _SVS, 0, [_gV, _sh, _sVy], [0, 0, 64 | 0]];
1939
2020
  export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [0, 128 | 0]];
1940
2021
  export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
@@ -1981,8 +2062,8 @@ export var UpdateOdbNetworkInput = [
1981
2062
  n0,
1982
2063
  _UONI,
1983
2064
  0,
1984
- [_oNI, _dN, _pCTBA, _pCTBR, _sA, _zEA, _sPD],
1985
- [[0, 1], 0, 64 | 0, 64 | 0, 0, 0, 0],
2065
+ [_oNI, _dN, _pCTBA, _pCTBR, _sA, _zEA, _sAt, _kA, _sPD, _sPDt, _kPD, _cRSRSTE, _cRSRSTD],
2066
+ [[0, 1], 0, 64 | 0, 64 | 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0],
1986
2067
  ];
1987
2068
  export var UpdateOdbNetworkOutput = [3, n0, _UONO, 0, [_dN, _s, _sR, _oNI], [0, 0, 0, 0]];
1988
2069
  export var UpdateOdbPeeringConnectionInput = [
@@ -2009,7 +2090,7 @@ export var ValidationException = [
2009
2090
  [_e]: _c,
2010
2091
  [_hE]: 400,
2011
2092
  },
2012
- [_m, _r, _fL],
2093
+ [_m, _re, _fL],
2013
2094
  [0, 0, () => ValidationExceptionFieldList],
2014
2095
  ];
2015
2096
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
@@ -2035,6 +2116,13 @@ export var CloudExadataInfrastructureList = [
2035
2116
  [() => CloudExadataInfrastructureSummary, 0],
2036
2117
  ];
2037
2118
  export var CloudVmClusterList = [1, n0, _CVCL, 0, [() => CloudVmClusterSummary, 0]];
2119
+ export var CrossRegionS3RestoreSourcesAccessList = [
2120
+ 1,
2121
+ n0,
2122
+ _CRSRSAL,
2123
+ 0,
2124
+ () => CrossRegionS3RestoreSourcesAccess,
2125
+ ];
2038
2126
  export var CustomerContacts = [1, n0, _CCu, 0, [() => CustomerContact, 0]];
2039
2127
  export var DaysOfWeek = [1, n0, _DOWa, 0, () => DayOfWeek];
2040
2128
  export var DbIormConfigList = [1, n0, _DICL, 0, () => DbIormConfig];
@@ -2043,6 +2131,7 @@ export var DbServerList = [1, n0, _DSL, 0, () => DbServerSummary];
2043
2131
  export var DbSystemShapeList = [1, n0, _DSSL, 0, () => DbSystemShapeSummary];
2044
2132
  export var GiVersionList = [1, n0, _GVL, 0, () => GiVersionSummary];
2045
2133
  export var HoursOfDay = 64 | 1;
2134
+ export var IamRoleList = [1, n0, _IRL, 0, () => IamRole];
2046
2135
  export var Months = [1, n0, _Mo, 0, () => Month];
2047
2136
  export var OciDnsForwardingConfigList = [1, n0, _ODFCL, 0, () => OciDnsForwardingConfig];
2048
2137
  export var OdbNetworkList = [1, n0, _ONL, 0, () => OdbNetworkSummary];
@@ -2064,6 +2153,14 @@ export var AcceptMarketplaceRegistration = [
2064
2153
  () => AcceptMarketplaceRegistrationInput,
2065
2154
  () => AcceptMarketplaceRegistrationOutput,
2066
2155
  ];
2156
+ export var AssociateIamRoleToResource = [
2157
+ 9,
2158
+ n0,
2159
+ _AIRTR,
2160
+ 0,
2161
+ () => AssociateIamRoleToResourceInput,
2162
+ () => AssociateIamRoleToResourceOutput,
2163
+ ];
2067
2164
  export var CreateCloudAutonomousVmCluster = [
2068
2165
  9,
2069
2166
  n0,
@@ -2144,6 +2241,14 @@ export var DeleteOdbPeeringConnection = [
2144
2241
  () => DeleteOdbPeeringConnectionInput,
2145
2242
  () => DeleteOdbPeeringConnectionOutput,
2146
2243
  ];
2244
+ export var DisassociateIamRoleFromResource = [
2245
+ 9,
2246
+ n0,
2247
+ _DIRFR,
2248
+ 0,
2249
+ () => DisassociateIamRoleFromResourceInput,
2250
+ () => DisassociateIamRoleFromResourceOutput,
2251
+ ];
2147
2252
  export var GetCloudAutonomousVmCluster = [
2148
2253
  9,
2149
2254
  n0,
@@ -1,5 +1,6 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { AcceptMarketplaceRegistrationCommandInput, AcceptMarketplaceRegistrationCommandOutput } from "./commands/AcceptMarketplaceRegistrationCommand";
3
+ import { AssociateIamRoleToResourceCommandInput, AssociateIamRoleToResourceCommandOutput } from "./commands/AssociateIamRoleToResourceCommand";
3
4
  import { CreateCloudAutonomousVmClusterCommandInput, CreateCloudAutonomousVmClusterCommandOutput } from "./commands/CreateCloudAutonomousVmClusterCommand";
4
5
  import { CreateCloudExadataInfrastructureCommandInput, CreateCloudExadataInfrastructureCommandOutput } from "./commands/CreateCloudExadataInfrastructureCommand";
5
6
  import { CreateCloudVmClusterCommandInput, CreateCloudVmClusterCommandOutput } from "./commands/CreateCloudVmClusterCommand";
@@ -10,6 +11,7 @@ import { DeleteCloudExadataInfrastructureCommandInput, DeleteCloudExadataInfrast
10
11
  import { DeleteCloudVmClusterCommandInput, DeleteCloudVmClusterCommandOutput } from "./commands/DeleteCloudVmClusterCommand";
11
12
  import { DeleteOdbNetworkCommandInput, DeleteOdbNetworkCommandOutput } from "./commands/DeleteOdbNetworkCommand";
12
13
  import { DeleteOdbPeeringConnectionCommandInput, DeleteOdbPeeringConnectionCommandOutput } from "./commands/DeleteOdbPeeringConnectionCommand";
14
+ import { DisassociateIamRoleFromResourceCommandInput, DisassociateIamRoleFromResourceCommandOutput } from "./commands/DisassociateIamRoleFromResourceCommand";
13
15
  import { GetCloudAutonomousVmClusterCommandInput, GetCloudAutonomousVmClusterCommandOutput } from "./commands/GetCloudAutonomousVmClusterCommand";
14
16
  import { GetCloudExadataInfrastructureCommandInput, GetCloudExadataInfrastructureCommandOutput } from "./commands/GetCloudExadataInfrastructureCommand";
15
17
  import { GetCloudExadataInfrastructureUnallocatedResourcesCommandInput, GetCloudExadataInfrastructureUnallocatedResourcesCommandOutput } from "./commands/GetCloudExadataInfrastructureUnallocatedResourcesCommand";
@@ -48,6 +50,12 @@ export interface Odb {
48
50
  acceptMarketplaceRegistration(args: AcceptMarketplaceRegistrationCommandInput, options?: __HttpHandlerOptions): Promise<AcceptMarketplaceRegistrationCommandOutput>;
49
51
  acceptMarketplaceRegistration(args: AcceptMarketplaceRegistrationCommandInput, cb: (err: any, data?: AcceptMarketplaceRegistrationCommandOutput) => void): void;
50
52
  acceptMarketplaceRegistration(args: AcceptMarketplaceRegistrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptMarketplaceRegistrationCommandOutput) => void): void;
53
+ /**
54
+ * @see {@link AssociateIamRoleToResourceCommand}
55
+ */
56
+ associateIamRoleToResource(args: AssociateIamRoleToResourceCommandInput, options?: __HttpHandlerOptions): Promise<AssociateIamRoleToResourceCommandOutput>;
57
+ associateIamRoleToResource(args: AssociateIamRoleToResourceCommandInput, cb: (err: any, data?: AssociateIamRoleToResourceCommandOutput) => void): void;
58
+ associateIamRoleToResource(args: AssociateIamRoleToResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateIamRoleToResourceCommandOutput) => void): void;
51
59
  /**
52
60
  * @see {@link CreateCloudAutonomousVmClusterCommand}
53
61
  */
@@ -108,6 +116,12 @@ export interface Odb {
108
116
  deleteOdbPeeringConnection(args: DeleteOdbPeeringConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteOdbPeeringConnectionCommandOutput>;
109
117
  deleteOdbPeeringConnection(args: DeleteOdbPeeringConnectionCommandInput, cb: (err: any, data?: DeleteOdbPeeringConnectionCommandOutput) => void): void;
110
118
  deleteOdbPeeringConnection(args: DeleteOdbPeeringConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOdbPeeringConnectionCommandOutput) => void): void;
119
+ /**
120
+ * @see {@link DisassociateIamRoleFromResourceCommand}
121
+ */
122
+ disassociateIamRoleFromResource(args: DisassociateIamRoleFromResourceCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateIamRoleFromResourceCommandOutput>;
123
+ disassociateIamRoleFromResource(args: DisassociateIamRoleFromResourceCommandInput, cb: (err: any, data?: DisassociateIamRoleFromResourceCommandOutput) => void): void;
124
+ disassociateIamRoleFromResource(args: DisassociateIamRoleFromResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateIamRoleFromResourceCommandOutput) => void): void;
111
125
  /**
112
126
  * @see {@link GetCloudAutonomousVmClusterCommand}
113
127
  */
@@ -8,6 +8,7 @@ import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration
8
8
  import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AcceptMarketplaceRegistrationCommandInput, AcceptMarketplaceRegistrationCommandOutput } from "./commands/AcceptMarketplaceRegistrationCommand";
11
+ import { AssociateIamRoleToResourceCommandInput, AssociateIamRoleToResourceCommandOutput } from "./commands/AssociateIamRoleToResourceCommand";
11
12
  import { CreateCloudAutonomousVmClusterCommandInput, CreateCloudAutonomousVmClusterCommandOutput } from "./commands/CreateCloudAutonomousVmClusterCommand";
12
13
  import { CreateCloudExadataInfrastructureCommandInput, CreateCloudExadataInfrastructureCommandOutput } from "./commands/CreateCloudExadataInfrastructureCommand";
13
14
  import { CreateCloudVmClusterCommandInput, CreateCloudVmClusterCommandOutput } from "./commands/CreateCloudVmClusterCommand";
@@ -18,6 +19,7 @@ import { DeleteCloudExadataInfrastructureCommandInput, DeleteCloudExadataInfrast
18
19
  import { DeleteCloudVmClusterCommandInput, DeleteCloudVmClusterCommandOutput } from "./commands/DeleteCloudVmClusterCommand";
19
20
  import { DeleteOdbNetworkCommandInput, DeleteOdbNetworkCommandOutput } from "./commands/DeleteOdbNetworkCommand";
20
21
  import { DeleteOdbPeeringConnectionCommandInput, DeleteOdbPeeringConnectionCommandOutput } from "./commands/DeleteOdbPeeringConnectionCommand";
22
+ import { DisassociateIamRoleFromResourceCommandInput, DisassociateIamRoleFromResourceCommandOutput } from "./commands/DisassociateIamRoleFromResourceCommand";
21
23
  import { GetCloudAutonomousVmClusterCommandInput, GetCloudAutonomousVmClusterCommandOutput } from "./commands/GetCloudAutonomousVmClusterCommand";
22
24
  import { GetCloudExadataInfrastructureCommandInput, GetCloudExadataInfrastructureCommandOutput } from "./commands/GetCloudExadataInfrastructureCommand";
23
25
  import { GetCloudExadataInfrastructureUnallocatedResourcesCommandInput, GetCloudExadataInfrastructureUnallocatedResourcesCommandOutput } from "./commands/GetCloudExadataInfrastructureUnallocatedResourcesCommand";
@@ -54,11 +56,11 @@ export { __Client };
54
56
  /**
55
57
  * @public
56
58
  */
57
- export type ServiceInputTypes = AcceptMarketplaceRegistrationCommandInput | CreateCloudAutonomousVmClusterCommandInput | CreateCloudExadataInfrastructureCommandInput | CreateCloudVmClusterCommandInput | CreateOdbNetworkCommandInput | CreateOdbPeeringConnectionCommandInput | DeleteCloudAutonomousVmClusterCommandInput | DeleteCloudExadataInfrastructureCommandInput | DeleteCloudVmClusterCommandInput | DeleteOdbNetworkCommandInput | DeleteOdbPeeringConnectionCommandInput | GetCloudAutonomousVmClusterCommandInput | GetCloudExadataInfrastructureCommandInput | GetCloudExadataInfrastructureUnallocatedResourcesCommandInput | GetCloudVmClusterCommandInput | GetDbNodeCommandInput | GetDbServerCommandInput | GetOciOnboardingStatusCommandInput | GetOdbNetworkCommandInput | GetOdbPeeringConnectionCommandInput | InitializeServiceCommandInput | ListAutonomousVirtualMachinesCommandInput | ListCloudAutonomousVmClustersCommandInput | ListCloudExadataInfrastructuresCommandInput | ListCloudVmClustersCommandInput | ListDbNodesCommandInput | ListDbServersCommandInput | ListDbSystemShapesCommandInput | ListGiVersionsCommandInput | ListOdbNetworksCommandInput | ListOdbPeeringConnectionsCommandInput | ListSystemVersionsCommandInput | ListTagsForResourceCommandInput | RebootDbNodeCommandInput | StartDbNodeCommandInput | StopDbNodeCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateCloudExadataInfrastructureCommandInput | UpdateOdbNetworkCommandInput | UpdateOdbPeeringConnectionCommandInput;
59
+ export type ServiceInputTypes = AcceptMarketplaceRegistrationCommandInput | AssociateIamRoleToResourceCommandInput | CreateCloudAutonomousVmClusterCommandInput | CreateCloudExadataInfrastructureCommandInput | CreateCloudVmClusterCommandInput | CreateOdbNetworkCommandInput | CreateOdbPeeringConnectionCommandInput | DeleteCloudAutonomousVmClusterCommandInput | DeleteCloudExadataInfrastructureCommandInput | DeleteCloudVmClusterCommandInput | DeleteOdbNetworkCommandInput | DeleteOdbPeeringConnectionCommandInput | DisassociateIamRoleFromResourceCommandInput | GetCloudAutonomousVmClusterCommandInput | GetCloudExadataInfrastructureCommandInput | GetCloudExadataInfrastructureUnallocatedResourcesCommandInput | GetCloudVmClusterCommandInput | GetDbNodeCommandInput | GetDbServerCommandInput | GetOciOnboardingStatusCommandInput | GetOdbNetworkCommandInput | GetOdbPeeringConnectionCommandInput | InitializeServiceCommandInput | ListAutonomousVirtualMachinesCommandInput | ListCloudAutonomousVmClustersCommandInput | ListCloudExadataInfrastructuresCommandInput | ListCloudVmClustersCommandInput | ListDbNodesCommandInput | ListDbServersCommandInput | ListDbSystemShapesCommandInput | ListGiVersionsCommandInput | ListOdbNetworksCommandInput | ListOdbPeeringConnectionsCommandInput | ListSystemVersionsCommandInput | ListTagsForResourceCommandInput | RebootDbNodeCommandInput | StartDbNodeCommandInput | StopDbNodeCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateCloudExadataInfrastructureCommandInput | UpdateOdbNetworkCommandInput | UpdateOdbPeeringConnectionCommandInput;
58
60
  /**
59
61
  * @public
60
62
  */
61
- export type ServiceOutputTypes = AcceptMarketplaceRegistrationCommandOutput | CreateCloudAutonomousVmClusterCommandOutput | CreateCloudExadataInfrastructureCommandOutput | CreateCloudVmClusterCommandOutput | CreateOdbNetworkCommandOutput | CreateOdbPeeringConnectionCommandOutput | DeleteCloudAutonomousVmClusterCommandOutput | DeleteCloudExadataInfrastructureCommandOutput | DeleteCloudVmClusterCommandOutput | DeleteOdbNetworkCommandOutput | DeleteOdbPeeringConnectionCommandOutput | GetCloudAutonomousVmClusterCommandOutput | GetCloudExadataInfrastructureCommandOutput | GetCloudExadataInfrastructureUnallocatedResourcesCommandOutput | GetCloudVmClusterCommandOutput | GetDbNodeCommandOutput | GetDbServerCommandOutput | GetOciOnboardingStatusCommandOutput | GetOdbNetworkCommandOutput | GetOdbPeeringConnectionCommandOutput | InitializeServiceCommandOutput | ListAutonomousVirtualMachinesCommandOutput | ListCloudAutonomousVmClustersCommandOutput | ListCloudExadataInfrastructuresCommandOutput | ListCloudVmClustersCommandOutput | ListDbNodesCommandOutput | ListDbServersCommandOutput | ListDbSystemShapesCommandOutput | ListGiVersionsCommandOutput | ListOdbNetworksCommandOutput | ListOdbPeeringConnectionsCommandOutput | ListSystemVersionsCommandOutput | ListTagsForResourceCommandOutput | RebootDbNodeCommandOutput | StartDbNodeCommandOutput | StopDbNodeCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateCloudExadataInfrastructureCommandOutput | UpdateOdbNetworkCommandOutput | UpdateOdbPeeringConnectionCommandOutput;
63
+ export type ServiceOutputTypes = AcceptMarketplaceRegistrationCommandOutput | AssociateIamRoleToResourceCommandOutput | CreateCloudAutonomousVmClusterCommandOutput | CreateCloudExadataInfrastructureCommandOutput | CreateCloudVmClusterCommandOutput | CreateOdbNetworkCommandOutput | CreateOdbPeeringConnectionCommandOutput | DeleteCloudAutonomousVmClusterCommandOutput | DeleteCloudExadataInfrastructureCommandOutput | DeleteCloudVmClusterCommandOutput | DeleteOdbNetworkCommandOutput | DeleteOdbPeeringConnectionCommandOutput | DisassociateIamRoleFromResourceCommandOutput | GetCloudAutonomousVmClusterCommandOutput | GetCloudExadataInfrastructureCommandOutput | GetCloudExadataInfrastructureUnallocatedResourcesCommandOutput | GetCloudVmClusterCommandOutput | GetDbNodeCommandOutput | GetDbServerCommandOutput | GetOciOnboardingStatusCommandOutput | GetOdbNetworkCommandOutput | GetOdbPeeringConnectionCommandOutput | InitializeServiceCommandOutput | ListAutonomousVirtualMachinesCommandOutput | ListCloudAutonomousVmClustersCommandOutput | ListCloudExadataInfrastructuresCommandOutput | ListCloudVmClustersCommandOutput | ListDbNodesCommandOutput | ListDbServersCommandOutput | ListDbSystemShapesCommandOutput | ListGiVersionsCommandOutput | ListOdbNetworksCommandOutput | ListOdbPeeringConnectionsCommandOutput | ListSystemVersionsCommandOutput | ListTagsForResourceCommandOutput | RebootDbNodeCommandOutput | StartDbNodeCommandOutput | StopDbNodeCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateCloudExadataInfrastructureCommandOutput | UpdateOdbNetworkCommandOutput | UpdateOdbPeeringConnectionCommandOutput;
62
64
  /**
63
65
  * @public
64
66
  */
@@ -0,0 +1,92 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { AssociateIamRoleToResourceInput, AssociateIamRoleToResourceOutput } from "../models/models_0";
4
+ import { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link AssociateIamRoleToResourceCommand}.
14
+ */
15
+ export interface AssociateIamRoleToResourceCommandInput extends AssociateIamRoleToResourceInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link AssociateIamRoleToResourceCommand}.
21
+ */
22
+ export interface AssociateIamRoleToResourceCommandOutput extends AssociateIamRoleToResourceOutput, __MetadataBearer {
23
+ }
24
+ declare const AssociateIamRoleToResourceCommand_base: {
25
+ new (input: AssociateIamRoleToResourceCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateIamRoleToResourceCommandInput, AssociateIamRoleToResourceCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AssociateIamRoleToResourceCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateIamRoleToResourceCommandInput, AssociateIamRoleToResourceCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Associates an Amazon Web Services Identity and Access Management (IAM) service role with a specified resource to enable Amazon Web Services service integration.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { OdbClient, AssociateIamRoleToResourceCommand } from "@aws-sdk/client-odb"; // ES Modules import
35
+ * // const { OdbClient, AssociateIamRoleToResourceCommand } = require("@aws-sdk/client-odb"); // CommonJS import
36
+ * // import type { OdbClientConfig } from "@aws-sdk/client-odb";
37
+ * const config = {}; // type is OdbClientConfig
38
+ * const client = new OdbClient(config);
39
+ * const input = { // AssociateIamRoleToResourceInput
40
+ * iamRoleArn: "STRING_VALUE", // required
41
+ * awsIntegration: "KmsTde", // required
42
+ * resourceArn: "STRING_VALUE", // required
43
+ * };
44
+ * const command = new AssociateIamRoleToResourceCommand(input);
45
+ * const response = await client.send(command);
46
+ * // {};
47
+ *
48
+ * ```
49
+ *
50
+ * @param AssociateIamRoleToResourceCommandInput - {@link AssociateIamRoleToResourceCommandInput}
51
+ * @returns {@link AssociateIamRoleToResourceCommandOutput}
52
+ * @see {@link AssociateIamRoleToResourceCommandInput} for command's `input` shape.
53
+ * @see {@link AssociateIamRoleToResourceCommandOutput} for command's `response` shape.
54
+ * @see {@link OdbClientResolvedConfig | config} for OdbClient's `config` shape.
55
+ *
56
+ * @throws {@link AccessDeniedException} (client fault)
57
+ * <p>You don't have sufficient access to perform this action. Make sure you have the required permissions and try again.</p>
58
+ *
59
+ * @throws {@link ConflictException} (client fault)
60
+ * <p>Occurs when a conflict with the current status of your resource. Fix any inconsistencies with your resource and try again.</p>
61
+ *
62
+ * @throws {@link InternalServerException} (server fault)
63
+ * <p>Occurs when there is an internal failure in the Oracle Database@Amazon Web Services service. Wait and try again.</p>
64
+ *
65
+ * @throws {@link ResourceNotFoundException} (client fault)
66
+ * <p>The operation tried to access a resource that doesn't exist. Make sure you provided the correct resource and try again.</p>
67
+ *
68
+ * @throws {@link ThrottlingException} (client fault)
69
+ * <p>The request was denied due to request throttling.</p>
70
+ *
71
+ * @throws {@link ValidationException} (client fault)
72
+ * <p>The request has failed validation because it is missing required fields or has invalid inputs.</p>
73
+ *
74
+ * @throws {@link OdbServiceException}
75
+ * <p>Base exception class for all service exceptions from Odb service.</p>
76
+ *
77
+ *
78
+ * @public
79
+ */
80
+ export declare class AssociateIamRoleToResourceCommand extends AssociateIamRoleToResourceCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: AssociateIamRoleToResourceInput;
85
+ output: {};
86
+ };
87
+ sdk: {
88
+ input: AssociateIamRoleToResourceCommandInput;
89
+ output: AssociateIamRoleToResourceCommandOutput;
90
+ };
91
+ };
92
+ }
@@ -47,7 +47,14 @@ declare const CreateOdbNetworkCommand_base: {
47
47
  * clientToken: "STRING_VALUE",
48
48
  * s3Access: "ENABLED" || "DISABLED",
49
49
  * zeroEtlAccess: "ENABLED" || "DISABLED",
50
+ * stsAccess: "ENABLED" || "DISABLED",
51
+ * kmsAccess: "ENABLED" || "DISABLED",
50
52
  * s3PolicyDocument: "STRING_VALUE",
53
+ * stsPolicyDocument: "STRING_VALUE",
54
+ * kmsPolicyDocument: "STRING_VALUE",
55
+ * crossRegionS3RestoreSourcesToEnable: [ // StringList
56
+ * "STRING_VALUE",
57
+ * ],
51
58
  * tags: { // RequestTagMap
52
59
  * "<keys>": "STRING_VALUE",
53
60
  * },
@@ -0,0 +1,92 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DisassociateIamRoleFromResourceInput, DisassociateIamRoleFromResourceOutput } from "../models/models_0";
4
+ import { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DisassociateIamRoleFromResourceCommand}.
14
+ */
15
+ export interface DisassociateIamRoleFromResourceCommandInput extends DisassociateIamRoleFromResourceInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DisassociateIamRoleFromResourceCommand}.
21
+ */
22
+ export interface DisassociateIamRoleFromResourceCommandOutput extends DisassociateIamRoleFromResourceOutput, __MetadataBearer {
23
+ }
24
+ declare const DisassociateIamRoleFromResourceCommand_base: {
25
+ new (input: DisassociateIamRoleFromResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateIamRoleFromResourceCommandInput, DisassociateIamRoleFromResourceCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisassociateIamRoleFromResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateIamRoleFromResourceCommandInput, DisassociateIamRoleFromResourceCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Disassociates an Amazon Web Services Identity and Access Management (IAM) service role from a specified resource to disable Amazon Web Services service integration.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { OdbClient, DisassociateIamRoleFromResourceCommand } from "@aws-sdk/client-odb"; // ES Modules import
35
+ * // const { OdbClient, DisassociateIamRoleFromResourceCommand } = require("@aws-sdk/client-odb"); // CommonJS import
36
+ * // import type { OdbClientConfig } from "@aws-sdk/client-odb";
37
+ * const config = {}; // type is OdbClientConfig
38
+ * const client = new OdbClient(config);
39
+ * const input = { // DisassociateIamRoleFromResourceInput
40
+ * iamRoleArn: "STRING_VALUE", // required
41
+ * awsIntegration: "KmsTde", // required
42
+ * resourceArn: "STRING_VALUE", // required
43
+ * };
44
+ * const command = new DisassociateIamRoleFromResourceCommand(input);
45
+ * const response = await client.send(command);
46
+ * // {};
47
+ *
48
+ * ```
49
+ *
50
+ * @param DisassociateIamRoleFromResourceCommandInput - {@link DisassociateIamRoleFromResourceCommandInput}
51
+ * @returns {@link DisassociateIamRoleFromResourceCommandOutput}
52
+ * @see {@link DisassociateIamRoleFromResourceCommandInput} for command's `input` shape.
53
+ * @see {@link DisassociateIamRoleFromResourceCommandOutput} for command's `response` shape.
54
+ * @see {@link OdbClientResolvedConfig | config} for OdbClient's `config` shape.
55
+ *
56
+ * @throws {@link AccessDeniedException} (client fault)
57
+ * <p>You don't have sufficient access to perform this action. Make sure you have the required permissions and try again.</p>
58
+ *
59
+ * @throws {@link ConflictException} (client fault)
60
+ * <p>Occurs when a conflict with the current status of your resource. Fix any inconsistencies with your resource and try again.</p>
61
+ *
62
+ * @throws {@link InternalServerException} (server fault)
63
+ * <p>Occurs when there is an internal failure in the Oracle Database@Amazon Web Services service. Wait and try again.</p>
64
+ *
65
+ * @throws {@link ResourceNotFoundException} (client fault)
66
+ * <p>The operation tried to access a resource that doesn't exist. Make sure you provided the correct resource and try again.</p>
67
+ *
68
+ * @throws {@link ThrottlingException} (client fault)
69
+ * <p>The request was denied due to request throttling.</p>
70
+ *
71
+ * @throws {@link ValidationException} (client fault)
72
+ * <p>The request has failed validation because it is missing required fields or has invalid inputs.</p>
73
+ *
74
+ * @throws {@link OdbServiceException}
75
+ * <p>Base exception class for all service exceptions from Odb service.</p>
76
+ *
77
+ *
78
+ * @public
79
+ */
80
+ export declare class DisassociateIamRoleFromResourceCommand extends DisassociateIamRoleFromResourceCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: DisassociateIamRoleFromResourceInput;
85
+ output: {};
86
+ };
87
+ sdk: {
88
+ input: DisassociateIamRoleFromResourceCommandInput;
89
+ output: DisassociateIamRoleFromResourceCommandOutput;
90
+ };
91
+ };
92
+ }
@@ -106,6 +106,14 @@ declare const GetCloudVmClusterCommand_base: {
106
106
  * // odbNetworkId: "STRING_VALUE",
107
107
  * // percentProgress: Number("float"),
108
108
  * // computeModel: "ECPU" || "OCPU",
109
+ * // iamRoles: [ // IamRoleList
110
+ * // { // IamRole
111
+ * // iamRoleArn: "STRING_VALUE",
112
+ * // status: "ASSOCIATING" || "DISASSOCIATING" || "FAILED" || "CONNECTED" || "DISCONNECTED" || "PARTIALLY_CONNECTED" || "UNKNOWN",
113
+ * // statusReason: "STRING_VALUE",
114
+ * // awsIntegration: "KmsTde",
115
+ * // },
116
+ * // ],
109
117
  * // },
110
118
  * // };
111
119
  *
@@ -43,6 +43,14 @@ declare const GetOciOnboardingStatusCommand_base: {
43
43
  * // status: "NOT_STARTED" || "PENDING_LINK_GENERATION" || "PENDING_CUSTOMER_ACTION" || "PENDING_INITIALIZATION" || "ACTIVATING" || "ACTIVE_IN_HOME_REGION" || "ACTIVE" || "ACTIVE_LIMITED" || "FAILED" || "PUBLIC_OFFER_UNSUPPORTED" || "SUSPENDED" || "CANCELED",
44
44
  * // existingTenancyActivationLink: "STRING_VALUE",
45
45
  * // newTenancyActivationLink: "STRING_VALUE",
46
+ * // ociIdentityDomain: { // OciIdentityDomain
47
+ * // ociIdentityDomainId: "STRING_VALUE",
48
+ * // ociIdentityDomainResourceUrl: "STRING_VALUE",
49
+ * // ociIdentityDomainUrl: "STRING_VALUE",
50
+ * // status: "AVAILABLE" || "FAILED" || "PROVISIONING" || "TERMINATED" || "TERMINATING" || "UPDATING" || "MAINTENANCE_IN_PROGRESS",
51
+ * // statusReason: "STRING_VALUE",
52
+ * // accountSetupCloudFormationUrl: "STRING_VALUE",
53
+ * // },
46
54
  * // };
47
55
  *
48
56
  * ```