@aws-sdk/client-odb 3.927.0 → 3.928.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 (65) hide show
  1. package/dist-cjs/index.js +2420 -1999
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/OdbClient.js +2 -0
  4. package/dist-es/commands/AcceptMarketplaceRegistrationCommand.js +3 -9
  5. package/dist-es/commands/CreateCloudAutonomousVmClusterCommand.js +3 -9
  6. package/dist-es/commands/CreateCloudExadataInfrastructureCommand.js +3 -10
  7. package/dist-es/commands/CreateCloudVmClusterCommand.js +3 -9
  8. package/dist-es/commands/CreateOdbNetworkCommand.js +3 -9
  9. package/dist-es/commands/CreateOdbPeeringConnectionCommand.js +3 -9
  10. package/dist-es/commands/DeleteCloudAutonomousVmClusterCommand.js +3 -9
  11. package/dist-es/commands/DeleteCloudExadataInfrastructureCommand.js +3 -9
  12. package/dist-es/commands/DeleteCloudVmClusterCommand.js +3 -9
  13. package/dist-es/commands/DeleteOdbNetworkCommand.js +3 -9
  14. package/dist-es/commands/DeleteOdbPeeringConnectionCommand.js +3 -9
  15. package/dist-es/commands/GetCloudAutonomousVmClusterCommand.js +3 -9
  16. package/dist-es/commands/GetCloudExadataInfrastructureCommand.js +3 -10
  17. package/dist-es/commands/GetCloudExadataInfrastructureUnallocatedResourcesCommand.js +3 -9
  18. package/dist-es/commands/GetCloudVmClusterCommand.js +3 -10
  19. package/dist-es/commands/GetDbNodeCommand.js +3 -9
  20. package/dist-es/commands/GetDbServerCommand.js +3 -9
  21. package/dist-es/commands/GetOciOnboardingStatusCommand.js +3 -9
  22. package/dist-es/commands/GetOdbNetworkCommand.js +3 -9
  23. package/dist-es/commands/GetOdbPeeringConnectionCommand.js +3 -9
  24. package/dist-es/commands/InitializeServiceCommand.js +3 -9
  25. package/dist-es/commands/ListAutonomousVirtualMachinesCommand.js +3 -9
  26. package/dist-es/commands/ListCloudAutonomousVmClustersCommand.js +3 -9
  27. package/dist-es/commands/ListCloudExadataInfrastructuresCommand.js +3 -10
  28. package/dist-es/commands/ListCloudVmClustersCommand.js +3 -10
  29. package/dist-es/commands/ListDbNodesCommand.js +3 -9
  30. package/dist-es/commands/ListDbServersCommand.js +3 -9
  31. package/dist-es/commands/ListDbSystemShapesCommand.js +3 -9
  32. package/dist-es/commands/ListGiVersionsCommand.js +3 -9
  33. package/dist-es/commands/ListOdbNetworksCommand.js +3 -9
  34. package/dist-es/commands/ListOdbPeeringConnectionsCommand.js +3 -9
  35. package/dist-es/commands/ListSystemVersionsCommand.js +3 -9
  36. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  37. package/dist-es/commands/RebootDbNodeCommand.js +3 -9
  38. package/dist-es/commands/StartDbNodeCommand.js +3 -9
  39. package/dist-es/commands/StopDbNodeCommand.js +3 -9
  40. package/dist-es/commands/TagResourceCommand.js +3 -9
  41. package/dist-es/commands/UntagResourceCommand.js +3 -9
  42. package/dist-es/commands/UpdateCloudExadataInfrastructureCommand.js +3 -9
  43. package/dist-es/commands/UpdateOdbNetworkCommand.js +3 -9
  44. package/dist-es/commands/UpdateOdbPeeringConnectionCommand.js +3 -9
  45. package/dist-es/models/models_0.js +0 -50
  46. package/dist-es/runtimeConfig.shared.js +7 -0
  47. package/dist-es/schemas/schemas_0.js +2323 -0
  48. package/dist-types/OdbClient.d.ts +10 -1
  49. package/dist-types/models/models_0.d.ts +0 -40
  50. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  51. package/dist-types/runtimeConfig.d.ts +1 -0
  52. package/dist-types/runtimeConfig.native.d.ts +1 -0
  53. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  54. package/dist-types/schemas/schemas_0.d.ts +195 -0
  55. package/dist-types/ts3.4/OdbClient.d.ts +4 -0
  56. package/dist-types/ts3.4/models/models_0.d.ts +0 -30
  57. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  61. package/dist-types/ts3.4/schemas/schemas_0.d.ts +201 -0
  62. package/package.json +5 -6
  63. package/dist-es/protocols/Aws_json1_0.js +0 -1636
  64. package/dist-types/protocols/Aws_json1_0.d.ts +0 -371
  65. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -497
@@ -1,371 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AcceptMarketplaceRegistrationCommandInput, AcceptMarketplaceRegistrationCommandOutput } from "../commands/AcceptMarketplaceRegistrationCommand";
4
- import { CreateCloudAutonomousVmClusterCommandInput, CreateCloudAutonomousVmClusterCommandOutput } from "../commands/CreateCloudAutonomousVmClusterCommand";
5
- import { CreateCloudExadataInfrastructureCommandInput, CreateCloudExadataInfrastructureCommandOutput } from "../commands/CreateCloudExadataInfrastructureCommand";
6
- import { CreateCloudVmClusterCommandInput, CreateCloudVmClusterCommandOutput } from "../commands/CreateCloudVmClusterCommand";
7
- import { CreateOdbNetworkCommandInput, CreateOdbNetworkCommandOutput } from "../commands/CreateOdbNetworkCommand";
8
- import { CreateOdbPeeringConnectionCommandInput, CreateOdbPeeringConnectionCommandOutput } from "../commands/CreateOdbPeeringConnectionCommand";
9
- import { DeleteCloudAutonomousVmClusterCommandInput, DeleteCloudAutonomousVmClusterCommandOutput } from "../commands/DeleteCloudAutonomousVmClusterCommand";
10
- import { DeleteCloudExadataInfrastructureCommandInput, DeleteCloudExadataInfrastructureCommandOutput } from "../commands/DeleteCloudExadataInfrastructureCommand";
11
- import { DeleteCloudVmClusterCommandInput, DeleteCloudVmClusterCommandOutput } from "../commands/DeleteCloudVmClusterCommand";
12
- import { DeleteOdbNetworkCommandInput, DeleteOdbNetworkCommandOutput } from "../commands/DeleteOdbNetworkCommand";
13
- import { DeleteOdbPeeringConnectionCommandInput, DeleteOdbPeeringConnectionCommandOutput } from "../commands/DeleteOdbPeeringConnectionCommand";
14
- import { GetCloudAutonomousVmClusterCommandInput, GetCloudAutonomousVmClusterCommandOutput } from "../commands/GetCloudAutonomousVmClusterCommand";
15
- import { GetCloudExadataInfrastructureCommandInput, GetCloudExadataInfrastructureCommandOutput } from "../commands/GetCloudExadataInfrastructureCommand";
16
- import { GetCloudExadataInfrastructureUnallocatedResourcesCommandInput, GetCloudExadataInfrastructureUnallocatedResourcesCommandOutput } from "../commands/GetCloudExadataInfrastructureUnallocatedResourcesCommand";
17
- import { GetCloudVmClusterCommandInput, GetCloudVmClusterCommandOutput } from "../commands/GetCloudVmClusterCommand";
18
- import { GetDbNodeCommandInput, GetDbNodeCommandOutput } from "../commands/GetDbNodeCommand";
19
- import { GetDbServerCommandInput, GetDbServerCommandOutput } from "../commands/GetDbServerCommand";
20
- import { GetOciOnboardingStatusCommandInput, GetOciOnboardingStatusCommandOutput } from "../commands/GetOciOnboardingStatusCommand";
21
- import { GetOdbNetworkCommandInput, GetOdbNetworkCommandOutput } from "../commands/GetOdbNetworkCommand";
22
- import { GetOdbPeeringConnectionCommandInput, GetOdbPeeringConnectionCommandOutput } from "../commands/GetOdbPeeringConnectionCommand";
23
- import { InitializeServiceCommandInput, InitializeServiceCommandOutput } from "../commands/InitializeServiceCommand";
24
- import { ListAutonomousVirtualMachinesCommandInput, ListAutonomousVirtualMachinesCommandOutput } from "../commands/ListAutonomousVirtualMachinesCommand";
25
- import { ListCloudAutonomousVmClustersCommandInput, ListCloudAutonomousVmClustersCommandOutput } from "../commands/ListCloudAutonomousVmClustersCommand";
26
- import { ListCloudExadataInfrastructuresCommandInput, ListCloudExadataInfrastructuresCommandOutput } from "../commands/ListCloudExadataInfrastructuresCommand";
27
- import { ListCloudVmClustersCommandInput, ListCloudVmClustersCommandOutput } from "../commands/ListCloudVmClustersCommand";
28
- import { ListDbNodesCommandInput, ListDbNodesCommandOutput } from "../commands/ListDbNodesCommand";
29
- import { ListDbServersCommandInput, ListDbServersCommandOutput } from "../commands/ListDbServersCommand";
30
- import { ListDbSystemShapesCommandInput, ListDbSystemShapesCommandOutput } from "../commands/ListDbSystemShapesCommand";
31
- import { ListGiVersionsCommandInput, ListGiVersionsCommandOutput } from "../commands/ListGiVersionsCommand";
32
- import { ListOdbNetworksCommandInput, ListOdbNetworksCommandOutput } from "../commands/ListOdbNetworksCommand";
33
- import { ListOdbPeeringConnectionsCommandInput, ListOdbPeeringConnectionsCommandOutput } from "../commands/ListOdbPeeringConnectionsCommand";
34
- import { ListSystemVersionsCommandInput, ListSystemVersionsCommandOutput } from "../commands/ListSystemVersionsCommand";
35
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
36
- import { RebootDbNodeCommandInput, RebootDbNodeCommandOutput } from "../commands/RebootDbNodeCommand";
37
- import { StartDbNodeCommandInput, StartDbNodeCommandOutput } from "../commands/StartDbNodeCommand";
38
- import { StopDbNodeCommandInput, StopDbNodeCommandOutput } from "../commands/StopDbNodeCommand";
39
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
40
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
41
- import { UpdateCloudExadataInfrastructureCommandInput, UpdateCloudExadataInfrastructureCommandOutput } from "../commands/UpdateCloudExadataInfrastructureCommand";
42
- import { UpdateOdbNetworkCommandInput, UpdateOdbNetworkCommandOutput } from "../commands/UpdateOdbNetworkCommand";
43
- import { UpdateOdbPeeringConnectionCommandInput, UpdateOdbPeeringConnectionCommandOutput } from "../commands/UpdateOdbPeeringConnectionCommand";
44
- /**
45
- * serializeAws_json1_0AcceptMarketplaceRegistrationCommand
46
- */
47
- export declare const se_AcceptMarketplaceRegistrationCommand: (input: AcceptMarketplaceRegistrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- /**
49
- * serializeAws_json1_0CreateCloudAutonomousVmClusterCommand
50
- */
51
- export declare const se_CreateCloudAutonomousVmClusterCommand: (input: CreateCloudAutonomousVmClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- /**
53
- * serializeAws_json1_0CreateCloudExadataInfrastructureCommand
54
- */
55
- export declare const se_CreateCloudExadataInfrastructureCommand: (input: CreateCloudExadataInfrastructureCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- /**
57
- * serializeAws_json1_0CreateCloudVmClusterCommand
58
- */
59
- export declare const se_CreateCloudVmClusterCommand: (input: CreateCloudVmClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- /**
61
- * serializeAws_json1_0CreateOdbNetworkCommand
62
- */
63
- export declare const se_CreateOdbNetworkCommand: (input: CreateOdbNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- /**
65
- * serializeAws_json1_0CreateOdbPeeringConnectionCommand
66
- */
67
- export declare const se_CreateOdbPeeringConnectionCommand: (input: CreateOdbPeeringConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- /**
69
- * serializeAws_json1_0DeleteCloudAutonomousVmClusterCommand
70
- */
71
- export declare const se_DeleteCloudAutonomousVmClusterCommand: (input: DeleteCloudAutonomousVmClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- /**
73
- * serializeAws_json1_0DeleteCloudExadataInfrastructureCommand
74
- */
75
- export declare const se_DeleteCloudExadataInfrastructureCommand: (input: DeleteCloudExadataInfrastructureCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- /**
77
- * serializeAws_json1_0DeleteCloudVmClusterCommand
78
- */
79
- export declare const se_DeleteCloudVmClusterCommand: (input: DeleteCloudVmClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- /**
81
- * serializeAws_json1_0DeleteOdbNetworkCommand
82
- */
83
- export declare const se_DeleteOdbNetworkCommand: (input: DeleteOdbNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_json1_0DeleteOdbPeeringConnectionCommand
86
- */
87
- export declare const se_DeleteOdbPeeringConnectionCommand: (input: DeleteOdbPeeringConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_json1_0GetCloudAutonomousVmClusterCommand
90
- */
91
- export declare const se_GetCloudAutonomousVmClusterCommand: (input: GetCloudAutonomousVmClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_json1_0GetCloudExadataInfrastructureCommand
94
- */
95
- export declare const se_GetCloudExadataInfrastructureCommand: (input: GetCloudExadataInfrastructureCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_json1_0GetCloudExadataInfrastructureUnallocatedResourcesCommand
98
- */
99
- export declare const se_GetCloudExadataInfrastructureUnallocatedResourcesCommand: (input: GetCloudExadataInfrastructureUnallocatedResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- /**
101
- * serializeAws_json1_0GetCloudVmClusterCommand
102
- */
103
- export declare const se_GetCloudVmClusterCommand: (input: GetCloudVmClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- /**
105
- * serializeAws_json1_0GetDbNodeCommand
106
- */
107
- export declare const se_GetDbNodeCommand: (input: GetDbNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * serializeAws_json1_0GetDbServerCommand
110
- */
111
- export declare const se_GetDbServerCommand: (input: GetDbServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- /**
113
- * serializeAws_json1_0GetOciOnboardingStatusCommand
114
- */
115
- export declare const se_GetOciOnboardingStatusCommand: (input: GetOciOnboardingStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- /**
117
- * serializeAws_json1_0GetOdbNetworkCommand
118
- */
119
- export declare const se_GetOdbNetworkCommand: (input: GetOdbNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- /**
121
- * serializeAws_json1_0GetOdbPeeringConnectionCommand
122
- */
123
- export declare const se_GetOdbPeeringConnectionCommand: (input: GetOdbPeeringConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- /**
125
- * serializeAws_json1_0InitializeServiceCommand
126
- */
127
- export declare const se_InitializeServiceCommand: (input: InitializeServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- /**
129
- * serializeAws_json1_0ListAutonomousVirtualMachinesCommand
130
- */
131
- export declare const se_ListAutonomousVirtualMachinesCommand: (input: ListAutonomousVirtualMachinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- /**
133
- * serializeAws_json1_0ListCloudAutonomousVmClustersCommand
134
- */
135
- export declare const se_ListCloudAutonomousVmClustersCommand: (input: ListCloudAutonomousVmClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- /**
137
- * serializeAws_json1_0ListCloudExadataInfrastructuresCommand
138
- */
139
- export declare const se_ListCloudExadataInfrastructuresCommand: (input: ListCloudExadataInfrastructuresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- /**
141
- * serializeAws_json1_0ListCloudVmClustersCommand
142
- */
143
- export declare const se_ListCloudVmClustersCommand: (input: ListCloudVmClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- /**
145
- * serializeAws_json1_0ListDbNodesCommand
146
- */
147
- export declare const se_ListDbNodesCommand: (input: ListDbNodesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- /**
149
- * serializeAws_json1_0ListDbServersCommand
150
- */
151
- export declare const se_ListDbServersCommand: (input: ListDbServersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- /**
153
- * serializeAws_json1_0ListDbSystemShapesCommand
154
- */
155
- export declare const se_ListDbSystemShapesCommand: (input: ListDbSystemShapesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- /**
157
- * serializeAws_json1_0ListGiVersionsCommand
158
- */
159
- export declare const se_ListGiVersionsCommand: (input: ListGiVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- /**
161
- * serializeAws_json1_0ListOdbNetworksCommand
162
- */
163
- export declare const se_ListOdbNetworksCommand: (input: ListOdbNetworksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- /**
165
- * serializeAws_json1_0ListOdbPeeringConnectionsCommand
166
- */
167
- export declare const se_ListOdbPeeringConnectionsCommand: (input: ListOdbPeeringConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- /**
169
- * serializeAws_json1_0ListSystemVersionsCommand
170
- */
171
- export declare const se_ListSystemVersionsCommand: (input: ListSystemVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- /**
173
- * serializeAws_json1_0ListTagsForResourceCommand
174
- */
175
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- /**
177
- * serializeAws_json1_0RebootDbNodeCommand
178
- */
179
- export declare const se_RebootDbNodeCommand: (input: RebootDbNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- /**
181
- * serializeAws_json1_0StartDbNodeCommand
182
- */
183
- export declare const se_StartDbNodeCommand: (input: StartDbNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- /**
185
- * serializeAws_json1_0StopDbNodeCommand
186
- */
187
- export declare const se_StopDbNodeCommand: (input: StopDbNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- /**
189
- * serializeAws_json1_0TagResourceCommand
190
- */
191
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
- /**
193
- * serializeAws_json1_0UntagResourceCommand
194
- */
195
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
- /**
197
- * serializeAws_json1_0UpdateCloudExadataInfrastructureCommand
198
- */
199
- export declare const se_UpdateCloudExadataInfrastructureCommand: (input: UpdateCloudExadataInfrastructureCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
- /**
201
- * serializeAws_json1_0UpdateOdbNetworkCommand
202
- */
203
- export declare const se_UpdateOdbNetworkCommand: (input: UpdateOdbNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
- /**
205
- * serializeAws_json1_0UpdateOdbPeeringConnectionCommand
206
- */
207
- export declare const se_UpdateOdbPeeringConnectionCommand: (input: UpdateOdbPeeringConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
- /**
209
- * deserializeAws_json1_0AcceptMarketplaceRegistrationCommand
210
- */
211
- export declare const de_AcceptMarketplaceRegistrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptMarketplaceRegistrationCommandOutput>;
212
- /**
213
- * deserializeAws_json1_0CreateCloudAutonomousVmClusterCommand
214
- */
215
- export declare const de_CreateCloudAutonomousVmClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCloudAutonomousVmClusterCommandOutput>;
216
- /**
217
- * deserializeAws_json1_0CreateCloudExadataInfrastructureCommand
218
- */
219
- export declare const de_CreateCloudExadataInfrastructureCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCloudExadataInfrastructureCommandOutput>;
220
- /**
221
- * deserializeAws_json1_0CreateCloudVmClusterCommand
222
- */
223
- export declare const de_CreateCloudVmClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCloudVmClusterCommandOutput>;
224
- /**
225
- * deserializeAws_json1_0CreateOdbNetworkCommand
226
- */
227
- export declare const de_CreateOdbNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOdbNetworkCommandOutput>;
228
- /**
229
- * deserializeAws_json1_0CreateOdbPeeringConnectionCommand
230
- */
231
- export declare const de_CreateOdbPeeringConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOdbPeeringConnectionCommandOutput>;
232
- /**
233
- * deserializeAws_json1_0DeleteCloudAutonomousVmClusterCommand
234
- */
235
- export declare const de_DeleteCloudAutonomousVmClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCloudAutonomousVmClusterCommandOutput>;
236
- /**
237
- * deserializeAws_json1_0DeleteCloudExadataInfrastructureCommand
238
- */
239
- export declare const de_DeleteCloudExadataInfrastructureCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCloudExadataInfrastructureCommandOutput>;
240
- /**
241
- * deserializeAws_json1_0DeleteCloudVmClusterCommand
242
- */
243
- export declare const de_DeleteCloudVmClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCloudVmClusterCommandOutput>;
244
- /**
245
- * deserializeAws_json1_0DeleteOdbNetworkCommand
246
- */
247
- export declare const de_DeleteOdbNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOdbNetworkCommandOutput>;
248
- /**
249
- * deserializeAws_json1_0DeleteOdbPeeringConnectionCommand
250
- */
251
- export declare const de_DeleteOdbPeeringConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOdbPeeringConnectionCommandOutput>;
252
- /**
253
- * deserializeAws_json1_0GetCloudAutonomousVmClusterCommand
254
- */
255
- export declare const de_GetCloudAutonomousVmClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCloudAutonomousVmClusterCommandOutput>;
256
- /**
257
- * deserializeAws_json1_0GetCloudExadataInfrastructureCommand
258
- */
259
- export declare const de_GetCloudExadataInfrastructureCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCloudExadataInfrastructureCommandOutput>;
260
- /**
261
- * deserializeAws_json1_0GetCloudExadataInfrastructureUnallocatedResourcesCommand
262
- */
263
- export declare const de_GetCloudExadataInfrastructureUnallocatedResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCloudExadataInfrastructureUnallocatedResourcesCommandOutput>;
264
- /**
265
- * deserializeAws_json1_0GetCloudVmClusterCommand
266
- */
267
- export declare const de_GetCloudVmClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCloudVmClusterCommandOutput>;
268
- /**
269
- * deserializeAws_json1_0GetDbNodeCommand
270
- */
271
- export declare const de_GetDbNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDbNodeCommandOutput>;
272
- /**
273
- * deserializeAws_json1_0GetDbServerCommand
274
- */
275
- export declare const de_GetDbServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDbServerCommandOutput>;
276
- /**
277
- * deserializeAws_json1_0GetOciOnboardingStatusCommand
278
- */
279
- export declare const de_GetOciOnboardingStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOciOnboardingStatusCommandOutput>;
280
- /**
281
- * deserializeAws_json1_0GetOdbNetworkCommand
282
- */
283
- export declare const de_GetOdbNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOdbNetworkCommandOutput>;
284
- /**
285
- * deserializeAws_json1_0GetOdbPeeringConnectionCommand
286
- */
287
- export declare const de_GetOdbPeeringConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOdbPeeringConnectionCommandOutput>;
288
- /**
289
- * deserializeAws_json1_0InitializeServiceCommand
290
- */
291
- export declare const de_InitializeServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InitializeServiceCommandOutput>;
292
- /**
293
- * deserializeAws_json1_0ListAutonomousVirtualMachinesCommand
294
- */
295
- export declare const de_ListAutonomousVirtualMachinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAutonomousVirtualMachinesCommandOutput>;
296
- /**
297
- * deserializeAws_json1_0ListCloudAutonomousVmClustersCommand
298
- */
299
- export declare const de_ListCloudAutonomousVmClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCloudAutonomousVmClustersCommandOutput>;
300
- /**
301
- * deserializeAws_json1_0ListCloudExadataInfrastructuresCommand
302
- */
303
- export declare const de_ListCloudExadataInfrastructuresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCloudExadataInfrastructuresCommandOutput>;
304
- /**
305
- * deserializeAws_json1_0ListCloudVmClustersCommand
306
- */
307
- export declare const de_ListCloudVmClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCloudVmClustersCommandOutput>;
308
- /**
309
- * deserializeAws_json1_0ListDbNodesCommand
310
- */
311
- export declare const de_ListDbNodesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDbNodesCommandOutput>;
312
- /**
313
- * deserializeAws_json1_0ListDbServersCommand
314
- */
315
- export declare const de_ListDbServersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDbServersCommandOutput>;
316
- /**
317
- * deserializeAws_json1_0ListDbSystemShapesCommand
318
- */
319
- export declare const de_ListDbSystemShapesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDbSystemShapesCommandOutput>;
320
- /**
321
- * deserializeAws_json1_0ListGiVersionsCommand
322
- */
323
- export declare const de_ListGiVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGiVersionsCommandOutput>;
324
- /**
325
- * deserializeAws_json1_0ListOdbNetworksCommand
326
- */
327
- export declare const de_ListOdbNetworksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOdbNetworksCommandOutput>;
328
- /**
329
- * deserializeAws_json1_0ListOdbPeeringConnectionsCommand
330
- */
331
- export declare const de_ListOdbPeeringConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOdbPeeringConnectionsCommandOutput>;
332
- /**
333
- * deserializeAws_json1_0ListSystemVersionsCommand
334
- */
335
- export declare const de_ListSystemVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSystemVersionsCommandOutput>;
336
- /**
337
- * deserializeAws_json1_0ListTagsForResourceCommand
338
- */
339
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
340
- /**
341
- * deserializeAws_json1_0RebootDbNodeCommand
342
- */
343
- export declare const de_RebootDbNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebootDbNodeCommandOutput>;
344
- /**
345
- * deserializeAws_json1_0StartDbNodeCommand
346
- */
347
- export declare const de_StartDbNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDbNodeCommandOutput>;
348
- /**
349
- * deserializeAws_json1_0StopDbNodeCommand
350
- */
351
- export declare const de_StopDbNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDbNodeCommandOutput>;
352
- /**
353
- * deserializeAws_json1_0TagResourceCommand
354
- */
355
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
356
- /**
357
- * deserializeAws_json1_0UntagResourceCommand
358
- */
359
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
360
- /**
361
- * deserializeAws_json1_0UpdateCloudExadataInfrastructureCommand
362
- */
363
- export declare const de_UpdateCloudExadataInfrastructureCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCloudExadataInfrastructureCommandOutput>;
364
- /**
365
- * deserializeAws_json1_0UpdateOdbNetworkCommand
366
- */
367
- export declare const de_UpdateOdbNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOdbNetworkCommandOutput>;
368
- /**
369
- * deserializeAws_json1_0UpdateOdbPeeringConnectionCommand
370
- */
371
- export declare const de_UpdateOdbPeeringConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOdbPeeringConnectionCommandOutput>;