@aws-sdk/client-odb 3.893.0 → 3.894.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +3039 -10
- package/package.json +6 -6
- package/dist-cjs/Odb.js +0 -91
- package/dist-cjs/OdbClient.js +0 -52
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
- package/dist-cjs/commands/AcceptMarketplaceRegistrationCommand.js +0 -26
- package/dist-cjs/commands/CreateCloudAutonomousVmClusterCommand.js +0 -26
- package/dist-cjs/commands/CreateCloudExadataInfrastructureCommand.js +0 -27
- package/dist-cjs/commands/CreateCloudVmClusterCommand.js +0 -26
- package/dist-cjs/commands/CreateOdbNetworkCommand.js +0 -26
- package/dist-cjs/commands/CreateOdbPeeringConnectionCommand.js +0 -26
- package/dist-cjs/commands/DeleteCloudAutonomousVmClusterCommand.js +0 -26
- package/dist-cjs/commands/DeleteCloudExadataInfrastructureCommand.js +0 -26
- package/dist-cjs/commands/DeleteCloudVmClusterCommand.js +0 -26
- package/dist-cjs/commands/DeleteOdbNetworkCommand.js +0 -26
- package/dist-cjs/commands/DeleteOdbPeeringConnectionCommand.js +0 -26
- package/dist-cjs/commands/GetCloudAutonomousVmClusterCommand.js +0 -26
- package/dist-cjs/commands/GetCloudExadataInfrastructureCommand.js +0 -27
- package/dist-cjs/commands/GetCloudExadataInfrastructureUnallocatedResourcesCommand.js +0 -26
- package/dist-cjs/commands/GetCloudVmClusterCommand.js +0 -27
- package/dist-cjs/commands/GetDbNodeCommand.js +0 -26
- package/dist-cjs/commands/GetDbServerCommand.js +0 -26
- package/dist-cjs/commands/GetOciOnboardingStatusCommand.js +0 -26
- package/dist-cjs/commands/GetOdbNetworkCommand.js +0 -26
- package/dist-cjs/commands/GetOdbPeeringConnectionCommand.js +0 -26
- package/dist-cjs/commands/InitializeServiceCommand.js +0 -26
- package/dist-cjs/commands/ListAutonomousVirtualMachinesCommand.js +0 -26
- package/dist-cjs/commands/ListCloudAutonomousVmClustersCommand.js +0 -26
- package/dist-cjs/commands/ListCloudExadataInfrastructuresCommand.js +0 -27
- package/dist-cjs/commands/ListCloudVmClustersCommand.js +0 -27
- package/dist-cjs/commands/ListDbNodesCommand.js +0 -26
- package/dist-cjs/commands/ListDbServersCommand.js +0 -26
- package/dist-cjs/commands/ListDbSystemShapesCommand.js +0 -26
- package/dist-cjs/commands/ListGiVersionsCommand.js +0 -26
- package/dist-cjs/commands/ListOdbNetworksCommand.js +0 -26
- package/dist-cjs/commands/ListOdbPeeringConnectionsCommand.js +0 -26
- package/dist-cjs/commands/ListSystemVersionsCommand.js +0 -26
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
- package/dist-cjs/commands/RebootDbNodeCommand.js +0 -26
- package/dist-cjs/commands/StartDbNodeCommand.js +0 -26
- package/dist-cjs/commands/StopDbNodeCommand.js +0 -26
- package/dist-cjs/commands/TagResourceCommand.js +0 -26
- package/dist-cjs/commands/UntagResourceCommand.js +0 -26
- package/dist-cjs/commands/UpdateCloudExadataInfrastructureCommand.js +0 -26
- package/dist-cjs/commands/UpdateOdbNetworkCommand.js +0 -26
- package/dist-cjs/commands/index.js +0 -43
- package/dist-cjs/endpoint/EndpointParameters.js +0 -17
- package/dist-cjs/extensionConfiguration.js +0 -2
- package/dist-cjs/models/OdbServiceException.js +0 -12
- package/dist-cjs/models/index.js +0 -4
- package/dist-cjs/models/models_0.js +0 -303
- package/dist-cjs/pagination/Interfaces.js +0 -2
- package/dist-cjs/pagination/ListAutonomousVirtualMachinesPaginator.js +0 -7
- package/dist-cjs/pagination/ListCloudAutonomousVmClustersPaginator.js +0 -7
- package/dist-cjs/pagination/ListCloudExadataInfrastructuresPaginator.js +0 -7
- package/dist-cjs/pagination/ListCloudVmClustersPaginator.js +0 -7
- package/dist-cjs/pagination/ListDbNodesPaginator.js +0 -7
- package/dist-cjs/pagination/ListDbServersPaginator.js +0 -7
- package/dist-cjs/pagination/ListDbSystemShapesPaginator.js +0 -7
- package/dist-cjs/pagination/ListGiVersionsPaginator.js +0 -7
- package/dist-cjs/pagination/ListOdbNetworksPaginator.js +0 -7
- package/dist-cjs/pagination/ListOdbPeeringConnectionsPaginator.js +0 -7
- package/dist-cjs/pagination/ListSystemVersionsPaginator.js +0 -7
- package/dist-cjs/pagination/index.js +0 -15
- package/dist-cjs/protocols/Aws_json1_0.js +0 -1698
- package/dist-cjs/runtimeExtensions.js +0 -13
package/dist-cjs/index.js
CHANGED
|
@@ -1,11 +1,3040 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
Object.defineProperty
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
|
|
21
|
+
// src/index.ts
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
|
+
AcceptMarketplaceRegistrationCommand: () => AcceptMarketplaceRegistrationCommand,
|
|
25
|
+
Access: () => Access,
|
|
26
|
+
AccessDeniedException: () => AccessDeniedException,
|
|
27
|
+
CloudExadataInfrastructureFilterSensitiveLog: () => CloudExadataInfrastructureFilterSensitiveLog,
|
|
28
|
+
CloudExadataInfrastructureSummaryFilterSensitiveLog: () => CloudExadataInfrastructureSummaryFilterSensitiveLog,
|
|
29
|
+
CloudVmClusterFilterSensitiveLog: () => CloudVmClusterFilterSensitiveLog,
|
|
30
|
+
CloudVmClusterSummaryFilterSensitiveLog: () => CloudVmClusterSummaryFilterSensitiveLog,
|
|
31
|
+
ComputeModel: () => ComputeModel,
|
|
32
|
+
ConflictException: () => ConflictException,
|
|
33
|
+
CreateCloudAutonomousVmClusterCommand: () => CreateCloudAutonomousVmClusterCommand,
|
|
34
|
+
CreateCloudExadataInfrastructureCommand: () => CreateCloudExadataInfrastructureCommand,
|
|
35
|
+
CreateCloudExadataInfrastructureInputFilterSensitiveLog: () => CreateCloudExadataInfrastructureInputFilterSensitiveLog,
|
|
36
|
+
CreateCloudVmClusterCommand: () => CreateCloudVmClusterCommand,
|
|
37
|
+
CreateOdbNetworkCommand: () => CreateOdbNetworkCommand,
|
|
38
|
+
CreateOdbPeeringConnectionCommand: () => CreateOdbPeeringConnectionCommand,
|
|
39
|
+
CustomerContactFilterSensitiveLog: () => CustomerContactFilterSensitiveLog,
|
|
40
|
+
DayOfWeekName: () => DayOfWeekName,
|
|
41
|
+
DbNodeMaintenanceType: () => DbNodeMaintenanceType,
|
|
42
|
+
DbNodeResourceStatus: () => DbNodeResourceStatus,
|
|
43
|
+
DbServerPatchingStatus: () => DbServerPatchingStatus,
|
|
44
|
+
DeleteCloudAutonomousVmClusterCommand: () => DeleteCloudAutonomousVmClusterCommand,
|
|
45
|
+
DeleteCloudExadataInfrastructureCommand: () => DeleteCloudExadataInfrastructureCommand,
|
|
46
|
+
DeleteCloudVmClusterCommand: () => DeleteCloudVmClusterCommand,
|
|
47
|
+
DeleteOdbNetworkCommand: () => DeleteOdbNetworkCommand,
|
|
48
|
+
DeleteOdbPeeringConnectionCommand: () => DeleteOdbPeeringConnectionCommand,
|
|
49
|
+
DiskRedundancy: () => DiskRedundancy,
|
|
50
|
+
GetCloudAutonomousVmClusterCommand: () => GetCloudAutonomousVmClusterCommand,
|
|
51
|
+
GetCloudExadataInfrastructureCommand: () => GetCloudExadataInfrastructureCommand,
|
|
52
|
+
GetCloudExadataInfrastructureOutputFilterSensitiveLog: () => GetCloudExadataInfrastructureOutputFilterSensitiveLog,
|
|
53
|
+
GetCloudExadataInfrastructureUnallocatedResourcesCommand: () => GetCloudExadataInfrastructureUnallocatedResourcesCommand,
|
|
54
|
+
GetCloudVmClusterCommand: () => GetCloudVmClusterCommand,
|
|
55
|
+
GetCloudVmClusterOutputFilterSensitiveLog: () => GetCloudVmClusterOutputFilterSensitiveLog,
|
|
56
|
+
GetDbNodeCommand: () => GetDbNodeCommand,
|
|
57
|
+
GetDbServerCommand: () => GetDbServerCommand,
|
|
58
|
+
GetOciOnboardingStatusCommand: () => GetOciOnboardingStatusCommand,
|
|
59
|
+
GetOdbNetworkCommand: () => GetOdbNetworkCommand,
|
|
60
|
+
GetOdbPeeringConnectionCommand: () => GetOdbPeeringConnectionCommand,
|
|
61
|
+
InitializeServiceCommand: () => InitializeServiceCommand,
|
|
62
|
+
InternalServerException: () => InternalServerException,
|
|
63
|
+
IormLifecycleState: () => IormLifecycleState,
|
|
64
|
+
LicenseModel: () => LicenseModel,
|
|
65
|
+
ListAutonomousVirtualMachinesCommand: () => ListAutonomousVirtualMachinesCommand,
|
|
66
|
+
ListCloudAutonomousVmClustersCommand: () => ListCloudAutonomousVmClustersCommand,
|
|
67
|
+
ListCloudExadataInfrastructuresCommand: () => ListCloudExadataInfrastructuresCommand,
|
|
68
|
+
ListCloudExadataInfrastructuresOutputFilterSensitiveLog: () => ListCloudExadataInfrastructuresOutputFilterSensitiveLog,
|
|
69
|
+
ListCloudVmClustersCommand: () => ListCloudVmClustersCommand,
|
|
70
|
+
ListCloudVmClustersOutputFilterSensitiveLog: () => ListCloudVmClustersOutputFilterSensitiveLog,
|
|
71
|
+
ListDbNodesCommand: () => ListDbNodesCommand,
|
|
72
|
+
ListDbServersCommand: () => ListDbServersCommand,
|
|
73
|
+
ListDbSystemShapesCommand: () => ListDbSystemShapesCommand,
|
|
74
|
+
ListGiVersionsCommand: () => ListGiVersionsCommand,
|
|
75
|
+
ListOdbNetworksCommand: () => ListOdbNetworksCommand,
|
|
76
|
+
ListOdbPeeringConnectionsCommand: () => ListOdbPeeringConnectionsCommand,
|
|
77
|
+
ListSystemVersionsCommand: () => ListSystemVersionsCommand,
|
|
78
|
+
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
79
|
+
ManagedResourceStatus: () => ManagedResourceStatus,
|
|
80
|
+
MonthName: () => MonthName,
|
|
81
|
+
Objective: () => Objective,
|
|
82
|
+
OciOnboardingStatus: () => OciOnboardingStatus,
|
|
83
|
+
Odb: () => Odb,
|
|
84
|
+
OdbClient: () => OdbClient,
|
|
85
|
+
OdbServiceException: () => OdbServiceException,
|
|
86
|
+
PatchingModeType: () => PatchingModeType,
|
|
87
|
+
PreferenceType: () => PreferenceType,
|
|
88
|
+
RebootDbNodeCommand: () => RebootDbNodeCommand,
|
|
89
|
+
ResourceNotFoundException: () => ResourceNotFoundException,
|
|
90
|
+
ResourceStatus: () => ResourceStatus,
|
|
91
|
+
ServiceQuotaExceededException: () => ServiceQuotaExceededException,
|
|
92
|
+
ShapeType: () => ShapeType,
|
|
93
|
+
StartDbNodeCommand: () => StartDbNodeCommand,
|
|
94
|
+
StopDbNodeCommand: () => StopDbNodeCommand,
|
|
95
|
+
TagResourceCommand: () => TagResourceCommand,
|
|
96
|
+
ThrottlingException: () => ThrottlingException,
|
|
97
|
+
UntagResourceCommand: () => UntagResourceCommand,
|
|
98
|
+
UpdateCloudExadataInfrastructureCommand: () => UpdateCloudExadataInfrastructureCommand,
|
|
99
|
+
UpdateOdbNetworkCommand: () => UpdateOdbNetworkCommand,
|
|
100
|
+
ValidationException: () => ValidationException,
|
|
101
|
+
ValidationExceptionReason: () => ValidationExceptionReason,
|
|
102
|
+
VpcEndpointType: () => VpcEndpointType,
|
|
103
|
+
__Client: () => import_smithy_client.Client,
|
|
104
|
+
paginateListAutonomousVirtualMachines: () => paginateListAutonomousVirtualMachines,
|
|
105
|
+
paginateListCloudAutonomousVmClusters: () => paginateListCloudAutonomousVmClusters,
|
|
106
|
+
paginateListCloudExadataInfrastructures: () => paginateListCloudExadataInfrastructures,
|
|
107
|
+
paginateListCloudVmClusters: () => paginateListCloudVmClusters,
|
|
108
|
+
paginateListDbNodes: () => paginateListDbNodes,
|
|
109
|
+
paginateListDbServers: () => paginateListDbServers,
|
|
110
|
+
paginateListDbSystemShapes: () => paginateListDbSystemShapes,
|
|
111
|
+
paginateListGiVersions: () => paginateListGiVersions,
|
|
112
|
+
paginateListOdbNetworks: () => paginateListOdbNetworks,
|
|
113
|
+
paginateListOdbPeeringConnections: () => paginateListOdbPeeringConnections,
|
|
114
|
+
paginateListSystemVersions: () => paginateListSystemVersions
|
|
115
|
+
});
|
|
116
|
+
module.exports = __toCommonJS(index_exports);
|
|
117
|
+
|
|
118
|
+
// src/OdbClient.ts
|
|
119
|
+
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
120
|
+
var import_middleware_logger = require("@aws-sdk/middleware-logger");
|
|
121
|
+
var import_middleware_recursion_detection = require("@aws-sdk/middleware-recursion-detection");
|
|
122
|
+
var import_middleware_user_agent = require("@aws-sdk/middleware-user-agent");
|
|
123
|
+
var import_config_resolver = require("@smithy/config-resolver");
|
|
124
|
+
var import_core = require("@smithy/core");
|
|
125
|
+
var import_middleware_content_length = require("@smithy/middleware-content-length");
|
|
126
|
+
var import_middleware_endpoint = require("@smithy/middleware-endpoint");
|
|
127
|
+
var import_middleware_retry = require("@smithy/middleware-retry");
|
|
128
|
+
|
|
129
|
+
var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
|
|
130
|
+
|
|
131
|
+
// src/endpoint/EndpointParameters.ts
|
|
132
|
+
var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
|
|
133
|
+
return Object.assign(options, {
|
|
134
|
+
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
135
|
+
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
136
|
+
defaultSigningName: "odb"
|
|
137
|
+
});
|
|
138
|
+
}, "resolveClientEndpointParameters");
|
|
139
|
+
var commonParams = {
|
|
140
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
141
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
142
|
+
Region: { type: "builtInParams", name: "region" },
|
|
143
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
144
|
+
};
|
|
145
|
+
|
|
146
|
+
// src/OdbClient.ts
|
|
147
|
+
var import_runtimeConfig = require("././runtimeConfig");
|
|
148
|
+
|
|
149
|
+
// src/runtimeExtensions.ts
|
|
150
|
+
var import_region_config_resolver = require("@aws-sdk/region-config-resolver");
|
|
151
|
+
var import_protocol_http = require("@smithy/protocol-http");
|
|
152
|
+
var import_smithy_client = require("@smithy/smithy-client");
|
|
153
|
+
|
|
154
|
+
// src/auth/httpAuthExtensionConfiguration.ts
|
|
155
|
+
var getHttpAuthExtensionConfiguration = /* @__PURE__ */ __name((runtimeConfig) => {
|
|
156
|
+
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
157
|
+
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
158
|
+
let _credentials = runtimeConfig.credentials;
|
|
159
|
+
return {
|
|
160
|
+
setHttpAuthScheme(httpAuthScheme) {
|
|
161
|
+
const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);
|
|
162
|
+
if (index === -1) {
|
|
163
|
+
_httpAuthSchemes.push(httpAuthScheme);
|
|
164
|
+
} else {
|
|
165
|
+
_httpAuthSchemes.splice(index, 1, httpAuthScheme);
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
httpAuthSchemes() {
|
|
169
|
+
return _httpAuthSchemes;
|
|
170
|
+
},
|
|
171
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider) {
|
|
172
|
+
_httpAuthSchemeProvider = httpAuthSchemeProvider;
|
|
173
|
+
},
|
|
174
|
+
httpAuthSchemeProvider() {
|
|
175
|
+
return _httpAuthSchemeProvider;
|
|
176
|
+
},
|
|
177
|
+
setCredentials(credentials) {
|
|
178
|
+
_credentials = credentials;
|
|
179
|
+
},
|
|
180
|
+
credentials() {
|
|
181
|
+
return _credentials;
|
|
182
|
+
}
|
|
183
|
+
};
|
|
184
|
+
}, "getHttpAuthExtensionConfiguration");
|
|
185
|
+
var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
|
|
186
|
+
return {
|
|
187
|
+
httpAuthSchemes: config.httpAuthSchemes(),
|
|
188
|
+
httpAuthSchemeProvider: config.httpAuthSchemeProvider(),
|
|
189
|
+
credentials: config.credentials()
|
|
190
|
+
};
|
|
191
|
+
}, "resolveHttpAuthRuntimeConfig");
|
|
192
|
+
|
|
193
|
+
// src/runtimeExtensions.ts
|
|
194
|
+
var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
|
|
195
|
+
const extensionConfiguration = Object.assign(
|
|
196
|
+
(0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
|
|
197
|
+
(0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
|
|
198
|
+
(0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
|
|
199
|
+
getHttpAuthExtensionConfiguration(runtimeConfig)
|
|
200
|
+
);
|
|
201
|
+
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
202
|
+
return Object.assign(
|
|
203
|
+
runtimeConfig,
|
|
204
|
+
(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
205
|
+
(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
206
|
+
(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
|
207
|
+
resolveHttpAuthRuntimeConfig(extensionConfiguration)
|
|
208
|
+
);
|
|
209
|
+
}, "resolveRuntimeExtensions");
|
|
210
|
+
|
|
211
|
+
// src/OdbClient.ts
|
|
212
|
+
var OdbClient = class extends import_smithy_client.Client {
|
|
213
|
+
static {
|
|
214
|
+
__name(this, "OdbClient");
|
|
215
|
+
}
|
|
216
|
+
/**
|
|
217
|
+
* The resolved configuration of OdbClient class. This is resolved and normalized from the {@link OdbClientConfig | constructor configuration interface}.
|
|
218
|
+
*/
|
|
219
|
+
config;
|
|
220
|
+
constructor(...[configuration]) {
|
|
221
|
+
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
222
|
+
super(_config_0);
|
|
223
|
+
this.initConfig = _config_0;
|
|
224
|
+
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
225
|
+
const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
|
|
226
|
+
const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
|
|
227
|
+
const _config_4 = (0, import_config_resolver.resolveRegionConfig)(_config_3);
|
|
228
|
+
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
229
|
+
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
230
|
+
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
231
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
232
|
+
this.config = _config_8;
|
|
233
|
+
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
234
|
+
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
235
|
+
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
236
|
+
this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));
|
|
237
|
+
this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));
|
|
238
|
+
this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));
|
|
239
|
+
this.middlewareStack.use(
|
|
240
|
+
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
241
|
+
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultOdbHttpAuthSchemeParametersProvider,
|
|
242
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
243
|
+
"aws.auth#sigv4": config.credentials
|
|
244
|
+
}), "identityProviderConfigProvider")
|
|
245
|
+
})
|
|
246
|
+
);
|
|
247
|
+
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
248
|
+
}
|
|
249
|
+
/**
|
|
250
|
+
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
251
|
+
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
252
|
+
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
253
|
+
*/
|
|
254
|
+
destroy() {
|
|
255
|
+
super.destroy();
|
|
256
|
+
}
|
|
257
|
+
};
|
|
258
|
+
|
|
259
|
+
// src/Odb.ts
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
// src/commands/AcceptMarketplaceRegistrationCommand.ts
|
|
263
|
+
|
|
264
|
+
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
// src/protocols/Aws_json1_0.ts
|
|
268
|
+
var import_core2 = require("@aws-sdk/core");
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
var import_uuid = require("uuid");
|
|
272
|
+
|
|
273
|
+
// src/models/models_0.ts
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
// src/models/OdbServiceException.ts
|
|
277
|
+
|
|
278
|
+
var OdbServiceException = class _OdbServiceException extends import_smithy_client.ServiceException {
|
|
279
|
+
static {
|
|
280
|
+
__name(this, "OdbServiceException");
|
|
281
|
+
}
|
|
282
|
+
/**
|
|
283
|
+
* @internal
|
|
284
|
+
*/
|
|
285
|
+
constructor(options) {
|
|
286
|
+
super(options);
|
|
287
|
+
Object.setPrototypeOf(this, _OdbServiceException.prototype);
|
|
288
|
+
}
|
|
289
|
+
};
|
|
290
|
+
|
|
291
|
+
// src/models/models_0.ts
|
|
292
|
+
var AccessDeniedException = class _AccessDeniedException extends OdbServiceException {
|
|
293
|
+
static {
|
|
294
|
+
__name(this, "AccessDeniedException");
|
|
295
|
+
}
|
|
296
|
+
name = "AccessDeniedException";
|
|
297
|
+
$fault = "client";
|
|
298
|
+
/**
|
|
299
|
+
* @internal
|
|
300
|
+
*/
|
|
301
|
+
constructor(opts) {
|
|
302
|
+
super({
|
|
303
|
+
name: "AccessDeniedException",
|
|
304
|
+
$fault: "client",
|
|
305
|
+
...opts
|
|
306
|
+
});
|
|
307
|
+
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
308
|
+
}
|
|
309
|
+
};
|
|
310
|
+
var ConflictException = class _ConflictException extends OdbServiceException {
|
|
311
|
+
static {
|
|
312
|
+
__name(this, "ConflictException");
|
|
313
|
+
}
|
|
314
|
+
name = "ConflictException";
|
|
315
|
+
$fault = "client";
|
|
316
|
+
/**
|
|
317
|
+
* <p>The identifier of the resource that caused the conflict.</p>
|
|
318
|
+
* @public
|
|
319
|
+
*/
|
|
320
|
+
resourceId;
|
|
321
|
+
/**
|
|
322
|
+
* <p>The type of resource that caused the conflict.</p>
|
|
323
|
+
* @public
|
|
324
|
+
*/
|
|
325
|
+
resourceType;
|
|
326
|
+
/**
|
|
327
|
+
* @internal
|
|
328
|
+
*/
|
|
329
|
+
constructor(opts) {
|
|
330
|
+
super({
|
|
331
|
+
name: "ConflictException",
|
|
332
|
+
$fault: "client",
|
|
333
|
+
...opts
|
|
334
|
+
});
|
|
335
|
+
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
336
|
+
this.resourceId = opts.resourceId;
|
|
337
|
+
this.resourceType = opts.resourceType;
|
|
338
|
+
}
|
|
339
|
+
};
|
|
340
|
+
var InternalServerException = class _InternalServerException extends OdbServiceException {
|
|
341
|
+
static {
|
|
342
|
+
__name(this, "InternalServerException");
|
|
343
|
+
}
|
|
344
|
+
name = "InternalServerException";
|
|
345
|
+
$fault = "server";
|
|
346
|
+
$retryable = {};
|
|
347
|
+
/**
|
|
348
|
+
* <p>The number of seconds to wait before retrying the request after an internal server error.</p>
|
|
349
|
+
* @public
|
|
350
|
+
*/
|
|
351
|
+
retryAfterSeconds;
|
|
352
|
+
/**
|
|
353
|
+
* @internal
|
|
354
|
+
*/
|
|
355
|
+
constructor(opts) {
|
|
356
|
+
super({
|
|
357
|
+
name: "InternalServerException",
|
|
358
|
+
$fault: "server",
|
|
359
|
+
...opts
|
|
360
|
+
});
|
|
361
|
+
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
362
|
+
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
363
|
+
}
|
|
364
|
+
};
|
|
365
|
+
var ThrottlingException = class _ThrottlingException extends OdbServiceException {
|
|
366
|
+
static {
|
|
367
|
+
__name(this, "ThrottlingException");
|
|
368
|
+
}
|
|
369
|
+
name = "ThrottlingException";
|
|
370
|
+
$fault = "client";
|
|
371
|
+
/**
|
|
372
|
+
* <p>The number of seconds to wait before retrying the request after being throttled.</p>
|
|
373
|
+
* @public
|
|
374
|
+
*/
|
|
375
|
+
retryAfterSeconds;
|
|
376
|
+
/**
|
|
377
|
+
* @internal
|
|
378
|
+
*/
|
|
379
|
+
constructor(opts) {
|
|
380
|
+
super({
|
|
381
|
+
name: "ThrottlingException",
|
|
382
|
+
$fault: "client",
|
|
383
|
+
...opts
|
|
384
|
+
});
|
|
385
|
+
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
386
|
+
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
387
|
+
}
|
|
388
|
+
};
|
|
389
|
+
var ValidationExceptionReason = {
|
|
390
|
+
CANNOT_PARSE: "cannotParse",
|
|
391
|
+
FIELD_VALIDATION_FAILED: "fieldValidationFailed",
|
|
392
|
+
OTHER: "other",
|
|
393
|
+
UNKNOWN_OPERATION: "unknownOperation"
|
|
394
|
+
};
|
|
395
|
+
var ValidationException = class _ValidationException extends OdbServiceException {
|
|
396
|
+
static {
|
|
397
|
+
__name(this, "ValidationException");
|
|
398
|
+
}
|
|
399
|
+
name = "ValidationException";
|
|
400
|
+
$fault = "client";
|
|
401
|
+
/**
|
|
402
|
+
* <p>The reason why the validation failed.</p>
|
|
403
|
+
* @public
|
|
404
|
+
*/
|
|
405
|
+
reason;
|
|
406
|
+
/**
|
|
407
|
+
* <p>A list of fields that failed validation.</p>
|
|
408
|
+
* @public
|
|
409
|
+
*/
|
|
410
|
+
fieldList;
|
|
411
|
+
/**
|
|
412
|
+
* @internal
|
|
413
|
+
*/
|
|
414
|
+
constructor(opts) {
|
|
415
|
+
super({
|
|
416
|
+
name: "ValidationException",
|
|
417
|
+
$fault: "client",
|
|
418
|
+
...opts
|
|
419
|
+
});
|
|
420
|
+
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
421
|
+
this.reason = opts.reason;
|
|
422
|
+
this.fieldList = opts.fieldList;
|
|
423
|
+
}
|
|
424
|
+
};
|
|
425
|
+
var Access = {
|
|
426
|
+
DISABLED: "DISABLED",
|
|
427
|
+
ENABLED: "ENABLED"
|
|
428
|
+
};
|
|
429
|
+
var ResourceStatus = {
|
|
430
|
+
AVAILABLE: "AVAILABLE",
|
|
431
|
+
FAILED: "FAILED",
|
|
432
|
+
MAINTENANCE_IN_PROGRESS: "MAINTENANCE_IN_PROGRESS",
|
|
433
|
+
PROVISIONING: "PROVISIONING",
|
|
434
|
+
TERMINATED: "TERMINATED",
|
|
435
|
+
TERMINATING: "TERMINATING",
|
|
436
|
+
UPDATING: "UPDATING"
|
|
437
|
+
};
|
|
438
|
+
var ComputeModel = {
|
|
439
|
+
ECPU: "ECPU",
|
|
440
|
+
OCPU: "OCPU"
|
|
441
|
+
};
|
|
442
|
+
var LicenseModel = {
|
|
443
|
+
BRING_YOUR_OWN_LICENSE: "BRING_YOUR_OWN_LICENSE",
|
|
444
|
+
LICENSE_INCLUDED: "LICENSE_INCLUDED"
|
|
445
|
+
};
|
|
446
|
+
var DayOfWeekName = {
|
|
447
|
+
FRIDAY: "FRIDAY",
|
|
448
|
+
MONDAY: "MONDAY",
|
|
449
|
+
SATURDAY: "SATURDAY",
|
|
450
|
+
SUNDAY: "SUNDAY",
|
|
451
|
+
THURSDAY: "THURSDAY",
|
|
452
|
+
TUESDAY: "TUESDAY",
|
|
453
|
+
WEDNESDAY: "WEDNESDAY"
|
|
454
|
+
};
|
|
455
|
+
var MonthName = {
|
|
456
|
+
APRIL: "APRIL",
|
|
457
|
+
AUGUST: "AUGUST",
|
|
458
|
+
DECEMBER: "DECEMBER",
|
|
459
|
+
FEBRUARY: "FEBRUARY",
|
|
460
|
+
JANUARY: "JANUARY",
|
|
461
|
+
JULY: "JULY",
|
|
462
|
+
JUNE: "JUNE",
|
|
463
|
+
MARCH: "MARCH",
|
|
464
|
+
MAY: "MAY",
|
|
465
|
+
NOVEMBER: "NOVEMBER",
|
|
466
|
+
OCTOBER: "OCTOBER",
|
|
467
|
+
SEPTEMBER: "SEPTEMBER"
|
|
468
|
+
};
|
|
469
|
+
var PatchingModeType = {
|
|
470
|
+
NONROLLING: "NONROLLING",
|
|
471
|
+
ROLLING: "ROLLING"
|
|
472
|
+
};
|
|
473
|
+
var PreferenceType = {
|
|
474
|
+
CUSTOM_PREFERENCE: "CUSTOM_PREFERENCE",
|
|
475
|
+
NO_PREFERENCE: "NO_PREFERENCE"
|
|
476
|
+
};
|
|
477
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends OdbServiceException {
|
|
478
|
+
static {
|
|
479
|
+
__name(this, "ResourceNotFoundException");
|
|
480
|
+
}
|
|
481
|
+
name = "ResourceNotFoundException";
|
|
482
|
+
$fault = "client";
|
|
483
|
+
/**
|
|
484
|
+
* <p>The identifier of the resource that was not found.</p>
|
|
485
|
+
* @public
|
|
486
|
+
*/
|
|
487
|
+
resourceId;
|
|
488
|
+
/**
|
|
489
|
+
* <p>The type of resource that was not found.</p>
|
|
490
|
+
* @public
|
|
491
|
+
*/
|
|
492
|
+
resourceType;
|
|
493
|
+
/**
|
|
494
|
+
* @internal
|
|
495
|
+
*/
|
|
496
|
+
constructor(opts) {
|
|
497
|
+
super({
|
|
498
|
+
name: "ResourceNotFoundException",
|
|
499
|
+
$fault: "client",
|
|
500
|
+
...opts
|
|
501
|
+
});
|
|
502
|
+
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
503
|
+
this.resourceId = opts.resourceId;
|
|
504
|
+
this.resourceType = opts.resourceType;
|
|
505
|
+
}
|
|
506
|
+
};
|
|
507
|
+
var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends OdbServiceException {
|
|
508
|
+
static {
|
|
509
|
+
__name(this, "ServiceQuotaExceededException");
|
|
510
|
+
}
|
|
511
|
+
name = "ServiceQuotaExceededException";
|
|
512
|
+
$fault = "client";
|
|
513
|
+
/**
|
|
514
|
+
* <p>The identifier of the resource that exceeded the service quota.</p>
|
|
515
|
+
* @public
|
|
516
|
+
*/
|
|
517
|
+
resourceId;
|
|
518
|
+
/**
|
|
519
|
+
* <p>The type of resource that exceeded the service quota.</p>
|
|
520
|
+
* @public
|
|
521
|
+
*/
|
|
522
|
+
resourceType;
|
|
523
|
+
/**
|
|
524
|
+
* <p>The unqiue identifier of the service quota that was exceeded.</p>
|
|
525
|
+
* @public
|
|
526
|
+
*/
|
|
527
|
+
quotaCode;
|
|
528
|
+
/**
|
|
529
|
+
* @internal
|
|
530
|
+
*/
|
|
531
|
+
constructor(opts) {
|
|
532
|
+
super({
|
|
533
|
+
name: "ServiceQuotaExceededException",
|
|
534
|
+
$fault: "client",
|
|
535
|
+
...opts
|
|
536
|
+
});
|
|
537
|
+
Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
|
|
538
|
+
this.resourceId = opts.resourceId;
|
|
539
|
+
this.resourceType = opts.resourceType;
|
|
540
|
+
this.quotaCode = opts.quotaCode;
|
|
541
|
+
}
|
|
542
|
+
};
|
|
543
|
+
var DbServerPatchingStatus = {
|
|
544
|
+
COMPLETE: "COMPLETE",
|
|
545
|
+
FAILED: "FAILED",
|
|
546
|
+
MAINTENANCE_IN_PROGRESS: "MAINTENANCE_IN_PROGRESS",
|
|
547
|
+
SCHEDULED: "SCHEDULED"
|
|
548
|
+
};
|
|
549
|
+
var DiskRedundancy = {
|
|
550
|
+
HIGH: "HIGH",
|
|
551
|
+
NORMAL: "NORMAL"
|
|
552
|
+
};
|
|
553
|
+
var IormLifecycleState = {
|
|
554
|
+
BOOTSTRAPPING: "BOOTSTRAPPING",
|
|
555
|
+
DISABLED: "DISABLED",
|
|
556
|
+
ENABLED: "ENABLED",
|
|
557
|
+
FAILED: "FAILED",
|
|
558
|
+
UPDATING: "UPDATING"
|
|
559
|
+
};
|
|
560
|
+
var Objective = {
|
|
561
|
+
AUTO: "AUTO",
|
|
562
|
+
BALANCED: "BALANCED",
|
|
563
|
+
BASIC: "BASIC",
|
|
564
|
+
HIGH_THROUGHPUT: "HIGH_THROUGHPUT",
|
|
565
|
+
LOW_LATENCY: "LOW_LATENCY"
|
|
566
|
+
};
|
|
567
|
+
var DbNodeMaintenanceType = {
|
|
568
|
+
VMDB_REBOOT_MIGRATION: "VMDB_REBOOT_MIGRATION"
|
|
569
|
+
};
|
|
570
|
+
var DbNodeResourceStatus = {
|
|
571
|
+
AVAILABLE: "AVAILABLE",
|
|
572
|
+
FAILED: "FAILED",
|
|
573
|
+
PROVISIONING: "PROVISIONING",
|
|
574
|
+
STARTING: "STARTING",
|
|
575
|
+
STOPPED: "STOPPED",
|
|
576
|
+
STOPPING: "STOPPING",
|
|
577
|
+
TERMINATED: "TERMINATED",
|
|
578
|
+
TERMINATING: "TERMINATING",
|
|
579
|
+
UPDATING: "UPDATING"
|
|
580
|
+
};
|
|
581
|
+
var ShapeType = {
|
|
582
|
+
AMD: "AMD",
|
|
583
|
+
AMPERE_FLEX_A1: "AMPERE_FLEX_A1",
|
|
584
|
+
INTEL: "INTEL",
|
|
585
|
+
INTEL_FLEX_X9: "INTEL_FLEX_X9"
|
|
586
|
+
};
|
|
587
|
+
var OciOnboardingStatus = {
|
|
588
|
+
ACTIVATING: "ACTIVATING",
|
|
589
|
+
ACTIVE: "ACTIVE",
|
|
590
|
+
ACTIVE_IN_HOME_REGION: "ACTIVE_IN_HOME_REGION",
|
|
591
|
+
ACTIVE_LIMITED: "ACTIVE_LIMITED",
|
|
592
|
+
CANCELED: "CANCELED",
|
|
593
|
+
FAILED: "FAILED",
|
|
594
|
+
NOT_STARTED: "NOT_STARTED",
|
|
595
|
+
PENDING_CUSTOMER_ACTION: "PENDING_CUSTOMER_ACTION",
|
|
596
|
+
PENDING_INITIALIZATION: "PENDING_INITIALIZATION",
|
|
597
|
+
PENDING_LINK_GENERATION: "PENDING_LINK_GENERATION",
|
|
598
|
+
PUBLIC_OFFER_UNSUPPORTED: "PUBLIC_OFFER_UNSUPPORTED",
|
|
599
|
+
SUSPENDED: "SUSPENDED"
|
|
600
|
+
};
|
|
601
|
+
var ManagedResourceStatus = {
|
|
602
|
+
DISABLED: "DISABLED",
|
|
603
|
+
DISABLING: "DISABLING",
|
|
604
|
+
ENABLED: "ENABLED",
|
|
605
|
+
ENABLING: "ENABLING"
|
|
606
|
+
};
|
|
607
|
+
var VpcEndpointType = {
|
|
608
|
+
SERVICENETWORK: "SERVICENETWORK"
|
|
609
|
+
};
|
|
610
|
+
var CustomerContactFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
611
|
+
...obj,
|
|
612
|
+
...obj.email && { email: import_smithy_client.SENSITIVE_STRING }
|
|
613
|
+
}), "CustomerContactFilterSensitiveLog");
|
|
614
|
+
var CloudExadataInfrastructureFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
615
|
+
...obj,
|
|
616
|
+
...obj.customerContactsToSendToOCI && {
|
|
617
|
+
customerContactsToSendToOCI: obj.customerContactsToSendToOCI.map((item) => CustomerContactFilterSensitiveLog(item))
|
|
618
|
+
}
|
|
619
|
+
}), "CloudExadataInfrastructureFilterSensitiveLog");
|
|
620
|
+
var CloudExadataInfrastructureSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
621
|
+
...obj,
|
|
622
|
+
...obj.customerContactsToSendToOCI && {
|
|
623
|
+
customerContactsToSendToOCI: obj.customerContactsToSendToOCI.map((item) => CustomerContactFilterSensitiveLog(item))
|
|
624
|
+
}
|
|
625
|
+
}), "CloudExadataInfrastructureSummaryFilterSensitiveLog");
|
|
626
|
+
var CreateCloudExadataInfrastructureInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
627
|
+
...obj,
|
|
628
|
+
...obj.customerContactsToSendToOCI && {
|
|
629
|
+
customerContactsToSendToOCI: obj.customerContactsToSendToOCI.map((item) => CustomerContactFilterSensitiveLog(item))
|
|
630
|
+
}
|
|
631
|
+
}), "CreateCloudExadataInfrastructureInputFilterSensitiveLog");
|
|
632
|
+
var GetCloudExadataInfrastructureOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
633
|
+
...obj,
|
|
634
|
+
...obj.cloudExadataInfrastructure && {
|
|
635
|
+
cloudExadataInfrastructure: CloudExadataInfrastructureFilterSensitiveLog(obj.cloudExadataInfrastructure)
|
|
636
|
+
}
|
|
637
|
+
}), "GetCloudExadataInfrastructureOutputFilterSensitiveLog");
|
|
638
|
+
var ListCloudExadataInfrastructuresOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
639
|
+
...obj
|
|
640
|
+
}), "ListCloudExadataInfrastructuresOutputFilterSensitiveLog");
|
|
641
|
+
var CloudVmClusterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
642
|
+
...obj,
|
|
643
|
+
...obj.sshPublicKeys && { sshPublicKeys: import_smithy_client.SENSITIVE_STRING }
|
|
644
|
+
}), "CloudVmClusterFilterSensitiveLog");
|
|
645
|
+
var CloudVmClusterSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
646
|
+
...obj,
|
|
647
|
+
...obj.sshPublicKeys && { sshPublicKeys: import_smithy_client.SENSITIVE_STRING }
|
|
648
|
+
}), "CloudVmClusterSummaryFilterSensitiveLog");
|
|
649
|
+
var GetCloudVmClusterOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
650
|
+
...obj,
|
|
651
|
+
...obj.cloudVmCluster && { cloudVmCluster: CloudVmClusterFilterSensitiveLog(obj.cloudVmCluster) }
|
|
652
|
+
}), "GetCloudVmClusterOutputFilterSensitiveLog");
|
|
653
|
+
var ListCloudVmClustersOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
654
|
+
...obj,
|
|
655
|
+
...obj.cloudVmClusters && {
|
|
656
|
+
cloudVmClusters: obj.cloudVmClusters.map((item) => CloudVmClusterSummaryFilterSensitiveLog(item))
|
|
657
|
+
}
|
|
658
|
+
}), "ListCloudVmClustersOutputFilterSensitiveLog");
|
|
659
|
+
|
|
660
|
+
// src/protocols/Aws_json1_0.ts
|
|
661
|
+
var se_AcceptMarketplaceRegistrationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
662
|
+
const headers = sharedHeaders("AcceptMarketplaceRegistration");
|
|
663
|
+
let body;
|
|
664
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
665
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
666
|
+
}, "se_AcceptMarketplaceRegistrationCommand");
|
|
667
|
+
var se_CreateCloudAutonomousVmClusterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
668
|
+
const headers = sharedHeaders("CreateCloudAutonomousVmCluster");
|
|
669
|
+
let body;
|
|
670
|
+
body = JSON.stringify(se_CreateCloudAutonomousVmClusterInput(input, context));
|
|
671
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
672
|
+
}, "se_CreateCloudAutonomousVmClusterCommand");
|
|
673
|
+
var se_CreateCloudExadataInfrastructureCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
674
|
+
const headers = sharedHeaders("CreateCloudExadataInfrastructure");
|
|
675
|
+
let body;
|
|
676
|
+
body = JSON.stringify(se_CreateCloudExadataInfrastructureInput(input, context));
|
|
677
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
678
|
+
}, "se_CreateCloudExadataInfrastructureCommand");
|
|
679
|
+
var se_CreateCloudVmClusterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
680
|
+
const headers = sharedHeaders("CreateCloudVmCluster");
|
|
681
|
+
let body;
|
|
682
|
+
body = JSON.stringify(se_CreateCloudVmClusterInput(input, context));
|
|
683
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
684
|
+
}, "se_CreateCloudVmClusterCommand");
|
|
685
|
+
var se_CreateOdbNetworkCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
686
|
+
const headers = sharedHeaders("CreateOdbNetwork");
|
|
687
|
+
let body;
|
|
688
|
+
body = JSON.stringify(se_CreateOdbNetworkInput(input, context));
|
|
689
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
690
|
+
}, "se_CreateOdbNetworkCommand");
|
|
691
|
+
var se_CreateOdbPeeringConnectionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
692
|
+
const headers = sharedHeaders("CreateOdbPeeringConnection");
|
|
693
|
+
let body;
|
|
694
|
+
body = JSON.stringify(se_CreateOdbPeeringConnectionInput(input, context));
|
|
695
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
696
|
+
}, "se_CreateOdbPeeringConnectionCommand");
|
|
697
|
+
var se_DeleteCloudAutonomousVmClusterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
698
|
+
const headers = sharedHeaders("DeleteCloudAutonomousVmCluster");
|
|
699
|
+
let body;
|
|
700
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
701
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
702
|
+
}, "se_DeleteCloudAutonomousVmClusterCommand");
|
|
703
|
+
var se_DeleteCloudExadataInfrastructureCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
704
|
+
const headers = sharedHeaders("DeleteCloudExadataInfrastructure");
|
|
705
|
+
let body;
|
|
706
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
707
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
708
|
+
}, "se_DeleteCloudExadataInfrastructureCommand");
|
|
709
|
+
var se_DeleteCloudVmClusterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
710
|
+
const headers = sharedHeaders("DeleteCloudVmCluster");
|
|
711
|
+
let body;
|
|
712
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
713
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
714
|
+
}, "se_DeleteCloudVmClusterCommand");
|
|
715
|
+
var se_DeleteOdbNetworkCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
716
|
+
const headers = sharedHeaders("DeleteOdbNetwork");
|
|
717
|
+
let body;
|
|
718
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
719
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
720
|
+
}, "se_DeleteOdbNetworkCommand");
|
|
721
|
+
var se_DeleteOdbPeeringConnectionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
722
|
+
const headers = sharedHeaders("DeleteOdbPeeringConnection");
|
|
723
|
+
let body;
|
|
724
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
725
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
726
|
+
}, "se_DeleteOdbPeeringConnectionCommand");
|
|
727
|
+
var se_GetCloudAutonomousVmClusterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
728
|
+
const headers = sharedHeaders("GetCloudAutonomousVmCluster");
|
|
729
|
+
let body;
|
|
730
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
731
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
732
|
+
}, "se_GetCloudAutonomousVmClusterCommand");
|
|
733
|
+
var se_GetCloudExadataInfrastructureCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
734
|
+
const headers = sharedHeaders("GetCloudExadataInfrastructure");
|
|
735
|
+
let body;
|
|
736
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
737
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
738
|
+
}, "se_GetCloudExadataInfrastructureCommand");
|
|
739
|
+
var se_GetCloudExadataInfrastructureUnallocatedResourcesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
740
|
+
const headers = sharedHeaders("GetCloudExadataInfrastructureUnallocatedResources");
|
|
741
|
+
let body;
|
|
742
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
743
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
744
|
+
}, "se_GetCloudExadataInfrastructureUnallocatedResourcesCommand");
|
|
745
|
+
var se_GetCloudVmClusterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
746
|
+
const headers = sharedHeaders("GetCloudVmCluster");
|
|
747
|
+
let body;
|
|
748
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
749
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
750
|
+
}, "se_GetCloudVmClusterCommand");
|
|
751
|
+
var se_GetDbNodeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
752
|
+
const headers = sharedHeaders("GetDbNode");
|
|
753
|
+
let body;
|
|
754
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
755
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
756
|
+
}, "se_GetDbNodeCommand");
|
|
757
|
+
var se_GetDbServerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
758
|
+
const headers = sharedHeaders("GetDbServer");
|
|
759
|
+
let body;
|
|
760
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
761
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
762
|
+
}, "se_GetDbServerCommand");
|
|
763
|
+
var se_GetOciOnboardingStatusCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
764
|
+
const headers = sharedHeaders("GetOciOnboardingStatus");
|
|
765
|
+
let body;
|
|
766
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
767
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
768
|
+
}, "se_GetOciOnboardingStatusCommand");
|
|
769
|
+
var se_GetOdbNetworkCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
770
|
+
const headers = sharedHeaders("GetOdbNetwork");
|
|
771
|
+
let body;
|
|
772
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
773
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
774
|
+
}, "se_GetOdbNetworkCommand");
|
|
775
|
+
var se_GetOdbPeeringConnectionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
776
|
+
const headers = sharedHeaders("GetOdbPeeringConnection");
|
|
777
|
+
let body;
|
|
778
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
779
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
780
|
+
}, "se_GetOdbPeeringConnectionCommand");
|
|
781
|
+
var se_InitializeServiceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
782
|
+
const headers = sharedHeaders("InitializeService");
|
|
783
|
+
let body;
|
|
784
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
785
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
786
|
+
}, "se_InitializeServiceCommand");
|
|
787
|
+
var se_ListAutonomousVirtualMachinesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
788
|
+
const headers = sharedHeaders("ListAutonomousVirtualMachines");
|
|
789
|
+
let body;
|
|
790
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
791
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
792
|
+
}, "se_ListAutonomousVirtualMachinesCommand");
|
|
793
|
+
var se_ListCloudAutonomousVmClustersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
794
|
+
const headers = sharedHeaders("ListCloudAutonomousVmClusters");
|
|
795
|
+
let body;
|
|
796
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
797
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
798
|
+
}, "se_ListCloudAutonomousVmClustersCommand");
|
|
799
|
+
var se_ListCloudExadataInfrastructuresCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
800
|
+
const headers = sharedHeaders("ListCloudExadataInfrastructures");
|
|
801
|
+
let body;
|
|
802
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
803
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
804
|
+
}, "se_ListCloudExadataInfrastructuresCommand");
|
|
805
|
+
var se_ListCloudVmClustersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
806
|
+
const headers = sharedHeaders("ListCloudVmClusters");
|
|
807
|
+
let body;
|
|
808
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
809
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
810
|
+
}, "se_ListCloudVmClustersCommand");
|
|
811
|
+
var se_ListDbNodesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
812
|
+
const headers = sharedHeaders("ListDbNodes");
|
|
813
|
+
let body;
|
|
814
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
815
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
816
|
+
}, "se_ListDbNodesCommand");
|
|
817
|
+
var se_ListDbServersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
818
|
+
const headers = sharedHeaders("ListDbServers");
|
|
819
|
+
let body;
|
|
820
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
821
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
822
|
+
}, "se_ListDbServersCommand");
|
|
823
|
+
var se_ListDbSystemShapesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
824
|
+
const headers = sharedHeaders("ListDbSystemShapes");
|
|
825
|
+
let body;
|
|
826
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
827
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
828
|
+
}, "se_ListDbSystemShapesCommand");
|
|
829
|
+
var se_ListGiVersionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
830
|
+
const headers = sharedHeaders("ListGiVersions");
|
|
831
|
+
let body;
|
|
832
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
833
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
834
|
+
}, "se_ListGiVersionsCommand");
|
|
835
|
+
var se_ListOdbNetworksCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
836
|
+
const headers = sharedHeaders("ListOdbNetworks");
|
|
837
|
+
let body;
|
|
838
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
839
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
840
|
+
}, "se_ListOdbNetworksCommand");
|
|
841
|
+
var se_ListOdbPeeringConnectionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
842
|
+
const headers = sharedHeaders("ListOdbPeeringConnections");
|
|
843
|
+
let body;
|
|
844
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
845
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
846
|
+
}, "se_ListOdbPeeringConnectionsCommand");
|
|
847
|
+
var se_ListSystemVersionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
848
|
+
const headers = sharedHeaders("ListSystemVersions");
|
|
849
|
+
let body;
|
|
850
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
851
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
852
|
+
}, "se_ListSystemVersionsCommand");
|
|
853
|
+
var se_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
854
|
+
const headers = sharedHeaders("ListTagsForResource");
|
|
855
|
+
let body;
|
|
856
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
857
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
858
|
+
}, "se_ListTagsForResourceCommand");
|
|
859
|
+
var se_RebootDbNodeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
860
|
+
const headers = sharedHeaders("RebootDbNode");
|
|
861
|
+
let body;
|
|
862
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
863
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
864
|
+
}, "se_RebootDbNodeCommand");
|
|
865
|
+
var se_StartDbNodeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
866
|
+
const headers = sharedHeaders("StartDbNode");
|
|
867
|
+
let body;
|
|
868
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
869
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
870
|
+
}, "se_StartDbNodeCommand");
|
|
871
|
+
var se_StopDbNodeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
872
|
+
const headers = sharedHeaders("StopDbNode");
|
|
873
|
+
let body;
|
|
874
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
875
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
876
|
+
}, "se_StopDbNodeCommand");
|
|
877
|
+
var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
878
|
+
const headers = sharedHeaders("TagResource");
|
|
879
|
+
let body;
|
|
880
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
881
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
882
|
+
}, "se_TagResourceCommand");
|
|
883
|
+
var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
884
|
+
const headers = sharedHeaders("UntagResource");
|
|
885
|
+
let body;
|
|
886
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
887
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
888
|
+
}, "se_UntagResourceCommand");
|
|
889
|
+
var se_UpdateCloudExadataInfrastructureCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
890
|
+
const headers = sharedHeaders("UpdateCloudExadataInfrastructure");
|
|
891
|
+
let body;
|
|
892
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
893
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
894
|
+
}, "se_UpdateCloudExadataInfrastructureCommand");
|
|
895
|
+
var se_UpdateOdbNetworkCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
896
|
+
const headers = sharedHeaders("UpdateOdbNetwork");
|
|
897
|
+
let body;
|
|
898
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
899
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
900
|
+
}, "se_UpdateOdbNetworkCommand");
|
|
901
|
+
var de_AcceptMarketplaceRegistrationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
902
|
+
if (output.statusCode >= 300) {
|
|
903
|
+
return de_CommandError(output, context);
|
|
904
|
+
}
|
|
905
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
906
|
+
let contents = {};
|
|
907
|
+
contents = (0, import_smithy_client._json)(data);
|
|
908
|
+
const response = {
|
|
909
|
+
$metadata: deserializeMetadata(output),
|
|
910
|
+
...contents
|
|
911
|
+
};
|
|
912
|
+
return response;
|
|
913
|
+
}, "de_AcceptMarketplaceRegistrationCommand");
|
|
914
|
+
var de_CreateCloudAutonomousVmClusterCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
915
|
+
if (output.statusCode >= 300) {
|
|
916
|
+
return de_CommandError(output, context);
|
|
917
|
+
}
|
|
918
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
919
|
+
let contents = {};
|
|
920
|
+
contents = (0, import_smithy_client._json)(data);
|
|
921
|
+
const response = {
|
|
922
|
+
$metadata: deserializeMetadata(output),
|
|
923
|
+
...contents
|
|
924
|
+
};
|
|
925
|
+
return response;
|
|
926
|
+
}, "de_CreateCloudAutonomousVmClusterCommand");
|
|
927
|
+
var de_CreateCloudExadataInfrastructureCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
928
|
+
if (output.statusCode >= 300) {
|
|
929
|
+
return de_CommandError(output, context);
|
|
930
|
+
}
|
|
931
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
932
|
+
let contents = {};
|
|
933
|
+
contents = (0, import_smithy_client._json)(data);
|
|
934
|
+
const response = {
|
|
935
|
+
$metadata: deserializeMetadata(output),
|
|
936
|
+
...contents
|
|
937
|
+
};
|
|
938
|
+
return response;
|
|
939
|
+
}, "de_CreateCloudExadataInfrastructureCommand");
|
|
940
|
+
var de_CreateCloudVmClusterCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
941
|
+
if (output.statusCode >= 300) {
|
|
942
|
+
return de_CommandError(output, context);
|
|
943
|
+
}
|
|
944
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
945
|
+
let contents = {};
|
|
946
|
+
contents = (0, import_smithy_client._json)(data);
|
|
947
|
+
const response = {
|
|
948
|
+
$metadata: deserializeMetadata(output),
|
|
949
|
+
...contents
|
|
950
|
+
};
|
|
951
|
+
return response;
|
|
952
|
+
}, "de_CreateCloudVmClusterCommand");
|
|
953
|
+
var de_CreateOdbNetworkCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
954
|
+
if (output.statusCode >= 300) {
|
|
955
|
+
return de_CommandError(output, context);
|
|
956
|
+
}
|
|
957
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
958
|
+
let contents = {};
|
|
959
|
+
contents = (0, import_smithy_client._json)(data);
|
|
960
|
+
const response = {
|
|
961
|
+
$metadata: deserializeMetadata(output),
|
|
962
|
+
...contents
|
|
963
|
+
};
|
|
964
|
+
return response;
|
|
965
|
+
}, "de_CreateOdbNetworkCommand");
|
|
966
|
+
var de_CreateOdbPeeringConnectionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
967
|
+
if (output.statusCode >= 300) {
|
|
968
|
+
return de_CommandError(output, context);
|
|
969
|
+
}
|
|
970
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
971
|
+
let contents = {};
|
|
972
|
+
contents = (0, import_smithy_client._json)(data);
|
|
973
|
+
const response = {
|
|
974
|
+
$metadata: deserializeMetadata(output),
|
|
975
|
+
...contents
|
|
976
|
+
};
|
|
977
|
+
return response;
|
|
978
|
+
}, "de_CreateOdbPeeringConnectionCommand");
|
|
979
|
+
var de_DeleteCloudAutonomousVmClusterCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
980
|
+
if (output.statusCode >= 300) {
|
|
981
|
+
return de_CommandError(output, context);
|
|
982
|
+
}
|
|
983
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
984
|
+
let contents = {};
|
|
985
|
+
contents = (0, import_smithy_client._json)(data);
|
|
986
|
+
const response = {
|
|
987
|
+
$metadata: deserializeMetadata(output),
|
|
988
|
+
...contents
|
|
989
|
+
};
|
|
990
|
+
return response;
|
|
991
|
+
}, "de_DeleteCloudAutonomousVmClusterCommand");
|
|
992
|
+
var de_DeleteCloudExadataInfrastructureCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
993
|
+
if (output.statusCode >= 300) {
|
|
994
|
+
return de_CommandError(output, context);
|
|
995
|
+
}
|
|
996
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
997
|
+
let contents = {};
|
|
998
|
+
contents = (0, import_smithy_client._json)(data);
|
|
999
|
+
const response = {
|
|
1000
|
+
$metadata: deserializeMetadata(output),
|
|
1001
|
+
...contents
|
|
1002
|
+
};
|
|
1003
|
+
return response;
|
|
1004
|
+
}, "de_DeleteCloudExadataInfrastructureCommand");
|
|
1005
|
+
var de_DeleteCloudVmClusterCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1006
|
+
if (output.statusCode >= 300) {
|
|
1007
|
+
return de_CommandError(output, context);
|
|
1008
|
+
}
|
|
1009
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1010
|
+
let contents = {};
|
|
1011
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1012
|
+
const response = {
|
|
1013
|
+
$metadata: deserializeMetadata(output),
|
|
1014
|
+
...contents
|
|
1015
|
+
};
|
|
1016
|
+
return response;
|
|
1017
|
+
}, "de_DeleteCloudVmClusterCommand");
|
|
1018
|
+
var de_DeleteOdbNetworkCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1019
|
+
if (output.statusCode >= 300) {
|
|
1020
|
+
return de_CommandError(output, context);
|
|
1021
|
+
}
|
|
1022
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1023
|
+
let contents = {};
|
|
1024
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1025
|
+
const response = {
|
|
1026
|
+
$metadata: deserializeMetadata(output),
|
|
1027
|
+
...contents
|
|
1028
|
+
};
|
|
1029
|
+
return response;
|
|
1030
|
+
}, "de_DeleteOdbNetworkCommand");
|
|
1031
|
+
var de_DeleteOdbPeeringConnectionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1032
|
+
if (output.statusCode >= 300) {
|
|
1033
|
+
return de_CommandError(output, context);
|
|
1034
|
+
}
|
|
1035
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1036
|
+
let contents = {};
|
|
1037
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1038
|
+
const response = {
|
|
1039
|
+
$metadata: deserializeMetadata(output),
|
|
1040
|
+
...contents
|
|
1041
|
+
};
|
|
1042
|
+
return response;
|
|
1043
|
+
}, "de_DeleteOdbPeeringConnectionCommand");
|
|
1044
|
+
var de_GetCloudAutonomousVmClusterCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1045
|
+
if (output.statusCode >= 300) {
|
|
1046
|
+
return de_CommandError(output, context);
|
|
1047
|
+
}
|
|
1048
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1049
|
+
let contents = {};
|
|
1050
|
+
contents = de_GetCloudAutonomousVmClusterOutput(data, context);
|
|
1051
|
+
const response = {
|
|
1052
|
+
$metadata: deserializeMetadata(output),
|
|
1053
|
+
...contents
|
|
1054
|
+
};
|
|
1055
|
+
return response;
|
|
1056
|
+
}, "de_GetCloudAutonomousVmClusterCommand");
|
|
1057
|
+
var de_GetCloudExadataInfrastructureCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1058
|
+
if (output.statusCode >= 300) {
|
|
1059
|
+
return de_CommandError(output, context);
|
|
1060
|
+
}
|
|
1061
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1062
|
+
let contents = {};
|
|
1063
|
+
contents = de_GetCloudExadataInfrastructureOutput(data, context);
|
|
1064
|
+
const response = {
|
|
1065
|
+
$metadata: deserializeMetadata(output),
|
|
1066
|
+
...contents
|
|
1067
|
+
};
|
|
1068
|
+
return response;
|
|
1069
|
+
}, "de_GetCloudExadataInfrastructureCommand");
|
|
1070
|
+
var de_GetCloudExadataInfrastructureUnallocatedResourcesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1071
|
+
if (output.statusCode >= 300) {
|
|
1072
|
+
return de_CommandError(output, context);
|
|
1073
|
+
}
|
|
1074
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1075
|
+
let contents = {};
|
|
1076
|
+
contents = de_GetCloudExadataInfrastructureUnallocatedResourcesOutput(data, context);
|
|
1077
|
+
const response = {
|
|
1078
|
+
$metadata: deserializeMetadata(output),
|
|
1079
|
+
...contents
|
|
1080
|
+
};
|
|
1081
|
+
return response;
|
|
1082
|
+
}, "de_GetCloudExadataInfrastructureUnallocatedResourcesCommand");
|
|
1083
|
+
var de_GetCloudVmClusterCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1084
|
+
if (output.statusCode >= 300) {
|
|
1085
|
+
return de_CommandError(output, context);
|
|
1086
|
+
}
|
|
1087
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1088
|
+
let contents = {};
|
|
1089
|
+
contents = de_GetCloudVmClusterOutput(data, context);
|
|
1090
|
+
const response = {
|
|
1091
|
+
$metadata: deserializeMetadata(output),
|
|
1092
|
+
...contents
|
|
1093
|
+
};
|
|
1094
|
+
return response;
|
|
1095
|
+
}, "de_GetCloudVmClusterCommand");
|
|
1096
|
+
var de_GetDbNodeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1097
|
+
if (output.statusCode >= 300) {
|
|
1098
|
+
return de_CommandError(output, context);
|
|
1099
|
+
}
|
|
1100
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1101
|
+
let contents = {};
|
|
1102
|
+
contents = de_GetDbNodeOutput(data, context);
|
|
1103
|
+
const response = {
|
|
1104
|
+
$metadata: deserializeMetadata(output),
|
|
1105
|
+
...contents
|
|
1106
|
+
};
|
|
1107
|
+
return response;
|
|
1108
|
+
}, "de_GetDbNodeCommand");
|
|
1109
|
+
var de_GetDbServerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1110
|
+
if (output.statusCode >= 300) {
|
|
1111
|
+
return de_CommandError(output, context);
|
|
1112
|
+
}
|
|
1113
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1114
|
+
let contents = {};
|
|
1115
|
+
contents = de_GetDbServerOutput(data, context);
|
|
1116
|
+
const response = {
|
|
1117
|
+
$metadata: deserializeMetadata(output),
|
|
1118
|
+
...contents
|
|
1119
|
+
};
|
|
1120
|
+
return response;
|
|
1121
|
+
}, "de_GetDbServerCommand");
|
|
1122
|
+
var de_GetOciOnboardingStatusCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1123
|
+
if (output.statusCode >= 300) {
|
|
1124
|
+
return de_CommandError(output, context);
|
|
1125
|
+
}
|
|
1126
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1127
|
+
let contents = {};
|
|
1128
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1129
|
+
const response = {
|
|
1130
|
+
$metadata: deserializeMetadata(output),
|
|
1131
|
+
...contents
|
|
1132
|
+
};
|
|
1133
|
+
return response;
|
|
1134
|
+
}, "de_GetOciOnboardingStatusCommand");
|
|
1135
|
+
var de_GetOdbNetworkCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1136
|
+
if (output.statusCode >= 300) {
|
|
1137
|
+
return de_CommandError(output, context);
|
|
1138
|
+
}
|
|
1139
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1140
|
+
let contents = {};
|
|
1141
|
+
contents = de_GetOdbNetworkOutput(data, context);
|
|
1142
|
+
const response = {
|
|
1143
|
+
$metadata: deserializeMetadata(output),
|
|
1144
|
+
...contents
|
|
1145
|
+
};
|
|
1146
|
+
return response;
|
|
1147
|
+
}, "de_GetOdbNetworkCommand");
|
|
1148
|
+
var de_GetOdbPeeringConnectionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1149
|
+
if (output.statusCode >= 300) {
|
|
1150
|
+
return de_CommandError(output, context);
|
|
1151
|
+
}
|
|
1152
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1153
|
+
let contents = {};
|
|
1154
|
+
contents = de_GetOdbPeeringConnectionOutput(data, context);
|
|
1155
|
+
const response = {
|
|
1156
|
+
$metadata: deserializeMetadata(output),
|
|
1157
|
+
...contents
|
|
1158
|
+
};
|
|
1159
|
+
return response;
|
|
1160
|
+
}, "de_GetOdbPeeringConnectionCommand");
|
|
1161
|
+
var de_InitializeServiceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1162
|
+
if (output.statusCode >= 300) {
|
|
1163
|
+
return de_CommandError(output, context);
|
|
1164
|
+
}
|
|
1165
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1166
|
+
let contents = {};
|
|
1167
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1168
|
+
const response = {
|
|
1169
|
+
$metadata: deserializeMetadata(output),
|
|
1170
|
+
...contents
|
|
1171
|
+
};
|
|
1172
|
+
return response;
|
|
1173
|
+
}, "de_InitializeServiceCommand");
|
|
1174
|
+
var de_ListAutonomousVirtualMachinesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1175
|
+
if (output.statusCode >= 300) {
|
|
1176
|
+
return de_CommandError(output, context);
|
|
1177
|
+
}
|
|
1178
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1179
|
+
let contents = {};
|
|
1180
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1181
|
+
const response = {
|
|
1182
|
+
$metadata: deserializeMetadata(output),
|
|
1183
|
+
...contents
|
|
1184
|
+
};
|
|
1185
|
+
return response;
|
|
1186
|
+
}, "de_ListAutonomousVirtualMachinesCommand");
|
|
1187
|
+
var de_ListCloudAutonomousVmClustersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1188
|
+
if (output.statusCode >= 300) {
|
|
1189
|
+
return de_CommandError(output, context);
|
|
1190
|
+
}
|
|
1191
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1192
|
+
let contents = {};
|
|
1193
|
+
contents = de_ListCloudAutonomousVmClustersOutput(data, context);
|
|
1194
|
+
const response = {
|
|
1195
|
+
$metadata: deserializeMetadata(output),
|
|
1196
|
+
...contents
|
|
1197
|
+
};
|
|
1198
|
+
return response;
|
|
1199
|
+
}, "de_ListCloudAutonomousVmClustersCommand");
|
|
1200
|
+
var de_ListCloudExadataInfrastructuresCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1201
|
+
if (output.statusCode >= 300) {
|
|
1202
|
+
return de_CommandError(output, context);
|
|
1203
|
+
}
|
|
1204
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1205
|
+
let contents = {};
|
|
1206
|
+
contents = de_ListCloudExadataInfrastructuresOutput(data, context);
|
|
1207
|
+
const response = {
|
|
1208
|
+
$metadata: deserializeMetadata(output),
|
|
1209
|
+
...contents
|
|
1210
|
+
};
|
|
1211
|
+
return response;
|
|
1212
|
+
}, "de_ListCloudExadataInfrastructuresCommand");
|
|
1213
|
+
var de_ListCloudVmClustersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1214
|
+
if (output.statusCode >= 300) {
|
|
1215
|
+
return de_CommandError(output, context);
|
|
1216
|
+
}
|
|
1217
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1218
|
+
let contents = {};
|
|
1219
|
+
contents = de_ListCloudVmClustersOutput(data, context);
|
|
1220
|
+
const response = {
|
|
1221
|
+
$metadata: deserializeMetadata(output),
|
|
1222
|
+
...contents
|
|
1223
|
+
};
|
|
1224
|
+
return response;
|
|
1225
|
+
}, "de_ListCloudVmClustersCommand");
|
|
1226
|
+
var de_ListDbNodesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1227
|
+
if (output.statusCode >= 300) {
|
|
1228
|
+
return de_CommandError(output, context);
|
|
1229
|
+
}
|
|
1230
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1231
|
+
let contents = {};
|
|
1232
|
+
contents = de_ListDbNodesOutput(data, context);
|
|
1233
|
+
const response = {
|
|
1234
|
+
$metadata: deserializeMetadata(output),
|
|
1235
|
+
...contents
|
|
1236
|
+
};
|
|
1237
|
+
return response;
|
|
1238
|
+
}, "de_ListDbNodesCommand");
|
|
1239
|
+
var de_ListDbServersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1240
|
+
if (output.statusCode >= 300) {
|
|
1241
|
+
return de_CommandError(output, context);
|
|
1242
|
+
}
|
|
1243
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1244
|
+
let contents = {};
|
|
1245
|
+
contents = de_ListDbServersOutput(data, context);
|
|
1246
|
+
const response = {
|
|
1247
|
+
$metadata: deserializeMetadata(output),
|
|
1248
|
+
...contents
|
|
1249
|
+
};
|
|
1250
|
+
return response;
|
|
1251
|
+
}, "de_ListDbServersCommand");
|
|
1252
|
+
var de_ListDbSystemShapesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1253
|
+
if (output.statusCode >= 300) {
|
|
1254
|
+
return de_CommandError(output, context);
|
|
1255
|
+
}
|
|
1256
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1257
|
+
let contents = {};
|
|
1258
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1259
|
+
const response = {
|
|
1260
|
+
$metadata: deserializeMetadata(output),
|
|
1261
|
+
...contents
|
|
1262
|
+
};
|
|
1263
|
+
return response;
|
|
1264
|
+
}, "de_ListDbSystemShapesCommand");
|
|
1265
|
+
var de_ListGiVersionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1266
|
+
if (output.statusCode >= 300) {
|
|
1267
|
+
return de_CommandError(output, context);
|
|
1268
|
+
}
|
|
1269
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1270
|
+
let contents = {};
|
|
1271
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1272
|
+
const response = {
|
|
1273
|
+
$metadata: deserializeMetadata(output),
|
|
1274
|
+
...contents
|
|
1275
|
+
};
|
|
1276
|
+
return response;
|
|
1277
|
+
}, "de_ListGiVersionsCommand");
|
|
1278
|
+
var de_ListOdbNetworksCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1279
|
+
if (output.statusCode >= 300) {
|
|
1280
|
+
return de_CommandError(output, context);
|
|
1281
|
+
}
|
|
1282
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1283
|
+
let contents = {};
|
|
1284
|
+
contents = de_ListOdbNetworksOutput(data, context);
|
|
1285
|
+
const response = {
|
|
1286
|
+
$metadata: deserializeMetadata(output),
|
|
1287
|
+
...contents
|
|
1288
|
+
};
|
|
1289
|
+
return response;
|
|
1290
|
+
}, "de_ListOdbNetworksCommand");
|
|
1291
|
+
var de_ListOdbPeeringConnectionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1292
|
+
if (output.statusCode >= 300) {
|
|
1293
|
+
return de_CommandError(output, context);
|
|
1294
|
+
}
|
|
1295
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1296
|
+
let contents = {};
|
|
1297
|
+
contents = de_ListOdbPeeringConnectionsOutput(data, context);
|
|
1298
|
+
const response = {
|
|
1299
|
+
$metadata: deserializeMetadata(output),
|
|
1300
|
+
...contents
|
|
1301
|
+
};
|
|
1302
|
+
return response;
|
|
1303
|
+
}, "de_ListOdbPeeringConnectionsCommand");
|
|
1304
|
+
var de_ListSystemVersionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1305
|
+
if (output.statusCode >= 300) {
|
|
1306
|
+
return de_CommandError(output, context);
|
|
1307
|
+
}
|
|
1308
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1309
|
+
let contents = {};
|
|
1310
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1311
|
+
const response = {
|
|
1312
|
+
$metadata: deserializeMetadata(output),
|
|
1313
|
+
...contents
|
|
1314
|
+
};
|
|
1315
|
+
return response;
|
|
1316
|
+
}, "de_ListSystemVersionsCommand");
|
|
1317
|
+
var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1318
|
+
if (output.statusCode >= 300) {
|
|
1319
|
+
return de_CommandError(output, context);
|
|
1320
|
+
}
|
|
1321
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1322
|
+
let contents = {};
|
|
1323
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1324
|
+
const response = {
|
|
1325
|
+
$metadata: deserializeMetadata(output),
|
|
1326
|
+
...contents
|
|
1327
|
+
};
|
|
1328
|
+
return response;
|
|
1329
|
+
}, "de_ListTagsForResourceCommand");
|
|
1330
|
+
var de_RebootDbNodeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1331
|
+
if (output.statusCode >= 300) {
|
|
1332
|
+
return de_CommandError(output, context);
|
|
1333
|
+
}
|
|
1334
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1335
|
+
let contents = {};
|
|
1336
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1337
|
+
const response = {
|
|
1338
|
+
$metadata: deserializeMetadata(output),
|
|
1339
|
+
...contents
|
|
1340
|
+
};
|
|
1341
|
+
return response;
|
|
1342
|
+
}, "de_RebootDbNodeCommand");
|
|
1343
|
+
var de_StartDbNodeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1344
|
+
if (output.statusCode >= 300) {
|
|
1345
|
+
return de_CommandError(output, context);
|
|
1346
|
+
}
|
|
1347
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1348
|
+
let contents = {};
|
|
1349
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1350
|
+
const response = {
|
|
1351
|
+
$metadata: deserializeMetadata(output),
|
|
1352
|
+
...contents
|
|
1353
|
+
};
|
|
1354
|
+
return response;
|
|
1355
|
+
}, "de_StartDbNodeCommand");
|
|
1356
|
+
var de_StopDbNodeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1357
|
+
if (output.statusCode >= 300) {
|
|
1358
|
+
return de_CommandError(output, context);
|
|
1359
|
+
}
|
|
1360
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1361
|
+
let contents = {};
|
|
1362
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1363
|
+
const response = {
|
|
1364
|
+
$metadata: deserializeMetadata(output),
|
|
1365
|
+
...contents
|
|
1366
|
+
};
|
|
1367
|
+
return response;
|
|
1368
|
+
}, "de_StopDbNodeCommand");
|
|
1369
|
+
var de_TagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1370
|
+
if (output.statusCode >= 300) {
|
|
1371
|
+
return de_CommandError(output, context);
|
|
1372
|
+
}
|
|
1373
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1374
|
+
let contents = {};
|
|
1375
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1376
|
+
const response = {
|
|
1377
|
+
$metadata: deserializeMetadata(output),
|
|
1378
|
+
...contents
|
|
1379
|
+
};
|
|
1380
|
+
return response;
|
|
1381
|
+
}, "de_TagResourceCommand");
|
|
1382
|
+
var de_UntagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1383
|
+
if (output.statusCode >= 300) {
|
|
1384
|
+
return de_CommandError(output, context);
|
|
1385
|
+
}
|
|
1386
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1387
|
+
let contents = {};
|
|
1388
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1389
|
+
const response = {
|
|
1390
|
+
$metadata: deserializeMetadata(output),
|
|
1391
|
+
...contents
|
|
1392
|
+
};
|
|
1393
|
+
return response;
|
|
1394
|
+
}, "de_UntagResourceCommand");
|
|
1395
|
+
var de_UpdateCloudExadataInfrastructureCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1396
|
+
if (output.statusCode >= 300) {
|
|
1397
|
+
return de_CommandError(output, context);
|
|
1398
|
+
}
|
|
1399
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1400
|
+
let contents = {};
|
|
1401
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1402
|
+
const response = {
|
|
1403
|
+
$metadata: deserializeMetadata(output),
|
|
1404
|
+
...contents
|
|
1405
|
+
};
|
|
1406
|
+
return response;
|
|
1407
|
+
}, "de_UpdateCloudExadataInfrastructureCommand");
|
|
1408
|
+
var de_UpdateOdbNetworkCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1409
|
+
if (output.statusCode >= 300) {
|
|
1410
|
+
return de_CommandError(output, context);
|
|
1411
|
+
}
|
|
1412
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1413
|
+
let contents = {};
|
|
1414
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1415
|
+
const response = {
|
|
1416
|
+
$metadata: deserializeMetadata(output),
|
|
1417
|
+
...contents
|
|
1418
|
+
};
|
|
1419
|
+
return response;
|
|
1420
|
+
}, "de_UpdateOdbNetworkCommand");
|
|
1421
|
+
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1422
|
+
const parsedOutput = {
|
|
1423
|
+
...output,
|
|
1424
|
+
body: await (0, import_core2.parseJsonErrorBody)(output.body, context)
|
|
1425
|
+
};
|
|
1426
|
+
const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body);
|
|
1427
|
+
switch (errorCode) {
|
|
1428
|
+
case "AccessDeniedException":
|
|
1429
|
+
case "com.amazonaws.odb#AccessDeniedException":
|
|
1430
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1431
|
+
case "ConflictException":
|
|
1432
|
+
case "com.amazonaws.odb#ConflictException":
|
|
1433
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
1434
|
+
case "InternalServerException":
|
|
1435
|
+
case "com.amazonaws.odb#InternalServerException":
|
|
1436
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1437
|
+
case "ThrottlingException":
|
|
1438
|
+
case "com.amazonaws.odb#ThrottlingException":
|
|
1439
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1440
|
+
case "ValidationException":
|
|
1441
|
+
case "com.amazonaws.odb#ValidationException":
|
|
1442
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1443
|
+
case "ResourceNotFoundException":
|
|
1444
|
+
case "com.amazonaws.odb#ResourceNotFoundException":
|
|
1445
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1446
|
+
case "ServiceQuotaExceededException":
|
|
1447
|
+
case "com.amazonaws.odb#ServiceQuotaExceededException":
|
|
1448
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
1449
|
+
default:
|
|
1450
|
+
const parsedBody = parsedOutput.body;
|
|
1451
|
+
return throwDefaultError({
|
|
1452
|
+
output,
|
|
1453
|
+
parsedBody,
|
|
1454
|
+
errorCode
|
|
1455
|
+
});
|
|
1456
|
+
}
|
|
1457
|
+
}, "de_CommandError");
|
|
1458
|
+
var de_AccessDeniedExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
1459
|
+
const body = parsedOutput.body;
|
|
1460
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
1461
|
+
const exception = new AccessDeniedException({
|
|
1462
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
1463
|
+
...deserialized
|
|
1464
|
+
});
|
|
1465
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
1466
|
+
}, "de_AccessDeniedExceptionRes");
|
|
1467
|
+
var de_ConflictExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
1468
|
+
const body = parsedOutput.body;
|
|
1469
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
1470
|
+
const exception = new ConflictException({
|
|
1471
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
1472
|
+
...deserialized
|
|
1473
|
+
});
|
|
1474
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
1475
|
+
}, "de_ConflictExceptionRes");
|
|
1476
|
+
var de_InternalServerExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
1477
|
+
const body = parsedOutput.body;
|
|
1478
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
1479
|
+
const exception = new InternalServerException({
|
|
1480
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
1481
|
+
...deserialized
|
|
1482
|
+
});
|
|
1483
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
1484
|
+
}, "de_InternalServerExceptionRes");
|
|
1485
|
+
var de_ResourceNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
1486
|
+
const body = parsedOutput.body;
|
|
1487
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
1488
|
+
const exception = new ResourceNotFoundException({
|
|
1489
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
1490
|
+
...deserialized
|
|
1491
|
+
});
|
|
1492
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
1493
|
+
}, "de_ResourceNotFoundExceptionRes");
|
|
1494
|
+
var de_ServiceQuotaExceededExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
1495
|
+
const body = parsedOutput.body;
|
|
1496
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
1497
|
+
const exception = new ServiceQuotaExceededException({
|
|
1498
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
1499
|
+
...deserialized
|
|
1500
|
+
});
|
|
1501
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
1502
|
+
}, "de_ServiceQuotaExceededExceptionRes");
|
|
1503
|
+
var de_ThrottlingExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
1504
|
+
const body = parsedOutput.body;
|
|
1505
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
1506
|
+
const exception = new ThrottlingException({
|
|
1507
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
1508
|
+
...deserialized
|
|
1509
|
+
});
|
|
1510
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
1511
|
+
}, "de_ThrottlingExceptionRes");
|
|
1512
|
+
var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
1513
|
+
const body = parsedOutput.body;
|
|
1514
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
1515
|
+
const exception = new ValidationException({
|
|
1516
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
1517
|
+
...deserialized
|
|
1518
|
+
});
|
|
1519
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
1520
|
+
}, "de_ValidationExceptionRes");
|
|
1521
|
+
var se_CreateCloudAutonomousVmClusterInput = /* @__PURE__ */ __name((input, context) => {
|
|
1522
|
+
return (0, import_smithy_client.take)(input, {
|
|
1523
|
+
autonomousDataStorageSizeInTBs: import_smithy_client.serializeFloat,
|
|
1524
|
+
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1525
|
+
cloudExadataInfrastructureId: [],
|
|
1526
|
+
cpuCoreCountPerNode: [],
|
|
1527
|
+
dbServers: import_smithy_client._json,
|
|
1528
|
+
description: [],
|
|
1529
|
+
displayName: [],
|
|
1530
|
+
isMtlsEnabledVmCluster: [],
|
|
1531
|
+
licenseModel: [],
|
|
1532
|
+
maintenanceWindow: import_smithy_client._json,
|
|
1533
|
+
memoryPerOracleComputeUnitInGBs: [],
|
|
1534
|
+
odbNetworkId: [],
|
|
1535
|
+
scanListenerPortNonTls: [],
|
|
1536
|
+
scanListenerPortTls: [],
|
|
1537
|
+
tags: import_smithy_client._json,
|
|
1538
|
+
timeZone: [],
|
|
1539
|
+
totalContainerDatabases: []
|
|
1540
|
+
});
|
|
1541
|
+
}, "se_CreateCloudAutonomousVmClusterInput");
|
|
1542
|
+
var se_CreateCloudExadataInfrastructureInput = /* @__PURE__ */ __name((input, context) => {
|
|
1543
|
+
return (0, import_smithy_client.take)(input, {
|
|
1544
|
+
availabilityZone: [],
|
|
1545
|
+
availabilityZoneId: [],
|
|
1546
|
+
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1547
|
+
computeCount: [],
|
|
1548
|
+
customerContactsToSendToOCI: import_smithy_client._json,
|
|
1549
|
+
databaseServerType: [],
|
|
1550
|
+
displayName: [],
|
|
1551
|
+
maintenanceWindow: import_smithy_client._json,
|
|
1552
|
+
shape: [],
|
|
1553
|
+
storageCount: [],
|
|
1554
|
+
storageServerType: [],
|
|
1555
|
+
tags: import_smithy_client._json
|
|
1556
|
+
});
|
|
1557
|
+
}, "se_CreateCloudExadataInfrastructureInput");
|
|
1558
|
+
var se_CreateCloudVmClusterInput = /* @__PURE__ */ __name((input, context) => {
|
|
1559
|
+
return (0, import_smithy_client.take)(input, {
|
|
1560
|
+
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1561
|
+
cloudExadataInfrastructureId: [],
|
|
1562
|
+
clusterName: [],
|
|
1563
|
+
cpuCoreCount: [],
|
|
1564
|
+
dataCollectionOptions: import_smithy_client._json,
|
|
1565
|
+
dataStorageSizeInTBs: import_smithy_client.serializeFloat,
|
|
1566
|
+
dbNodeStorageSizeInGBs: [],
|
|
1567
|
+
dbServers: import_smithy_client._json,
|
|
1568
|
+
displayName: [],
|
|
1569
|
+
giVersion: [],
|
|
1570
|
+
hostname: [],
|
|
1571
|
+
isLocalBackupEnabled: [],
|
|
1572
|
+
isSparseDiskgroupEnabled: [],
|
|
1573
|
+
licenseModel: [],
|
|
1574
|
+
memorySizeInGBs: [],
|
|
1575
|
+
odbNetworkId: [],
|
|
1576
|
+
scanListenerPortTcp: [],
|
|
1577
|
+
sshPublicKeys: import_smithy_client._json,
|
|
1578
|
+
systemVersion: [],
|
|
1579
|
+
tags: import_smithy_client._json,
|
|
1580
|
+
timeZone: []
|
|
1581
|
+
});
|
|
1582
|
+
}, "se_CreateCloudVmClusterInput");
|
|
1583
|
+
var se_CreateOdbNetworkInput = /* @__PURE__ */ __name((input, context) => {
|
|
1584
|
+
return (0, import_smithy_client.take)(input, {
|
|
1585
|
+
availabilityZone: [],
|
|
1586
|
+
availabilityZoneId: [],
|
|
1587
|
+
backupSubnetCidr: [],
|
|
1588
|
+
clientSubnetCidr: [],
|
|
1589
|
+
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1590
|
+
customDomainName: [],
|
|
1591
|
+
defaultDnsPrefix: [],
|
|
1592
|
+
displayName: [],
|
|
1593
|
+
s3Access: [],
|
|
1594
|
+
s3PolicyDocument: [],
|
|
1595
|
+
tags: import_smithy_client._json,
|
|
1596
|
+
zeroEtlAccess: []
|
|
1597
|
+
});
|
|
1598
|
+
}, "se_CreateOdbNetworkInput");
|
|
1599
|
+
var se_CreateOdbPeeringConnectionInput = /* @__PURE__ */ __name((input, context) => {
|
|
1600
|
+
return (0, import_smithy_client.take)(input, {
|
|
1601
|
+
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1602
|
+
displayName: [],
|
|
1603
|
+
odbNetworkId: [],
|
|
1604
|
+
peerNetworkId: [],
|
|
1605
|
+
tags: import_smithy_client._json
|
|
1606
|
+
});
|
|
1607
|
+
}, "se_CreateOdbPeeringConnectionInput");
|
|
1608
|
+
var de_CloudAutonomousVmCluster = /* @__PURE__ */ __name((output, context) => {
|
|
1609
|
+
return (0, import_smithy_client.take)(output, {
|
|
1610
|
+
autonomousDataStoragePercentage: import_smithy_client.limitedParseFloat32,
|
|
1611
|
+
autonomousDataStorageSizeInTBs: import_smithy_client.limitedParseDouble,
|
|
1612
|
+
availableAutonomousDataStorageSizeInTBs: import_smithy_client.limitedParseDouble,
|
|
1613
|
+
availableContainerDatabases: import_smithy_client.expectInt32,
|
|
1614
|
+
availableCpus: import_smithy_client.limitedParseFloat32,
|
|
1615
|
+
cloudAutonomousVmClusterArn: import_smithy_client.expectString,
|
|
1616
|
+
cloudAutonomousVmClusterId: import_smithy_client.expectString,
|
|
1617
|
+
cloudExadataInfrastructureId: import_smithy_client.expectString,
|
|
1618
|
+
computeModel: import_smithy_client.expectString,
|
|
1619
|
+
cpuCoreCount: import_smithy_client.expectInt32,
|
|
1620
|
+
cpuCoreCountPerNode: import_smithy_client.expectInt32,
|
|
1621
|
+
cpuPercentage: import_smithy_client.limitedParseFloat32,
|
|
1622
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1623
|
+
dataStorageSizeInGBs: import_smithy_client.limitedParseDouble,
|
|
1624
|
+
dataStorageSizeInTBs: import_smithy_client.limitedParseDouble,
|
|
1625
|
+
dbNodeStorageSizeInGBs: import_smithy_client.expectInt32,
|
|
1626
|
+
dbServers: import_smithy_client._json,
|
|
1627
|
+
description: import_smithy_client.expectString,
|
|
1628
|
+
displayName: import_smithy_client.expectString,
|
|
1629
|
+
domain: import_smithy_client.expectString,
|
|
1630
|
+
exadataStorageInTBsLowestScaledValue: import_smithy_client.limitedParseDouble,
|
|
1631
|
+
hostname: import_smithy_client.expectString,
|
|
1632
|
+
isMtlsEnabledVmCluster: import_smithy_client.expectBoolean,
|
|
1633
|
+
licenseModel: import_smithy_client.expectString,
|
|
1634
|
+
maintenanceWindow: import_smithy_client._json,
|
|
1635
|
+
maxAcdsLowestScaledValue: import_smithy_client.expectInt32,
|
|
1636
|
+
memoryPerOracleComputeUnitInGBs: import_smithy_client.expectInt32,
|
|
1637
|
+
memorySizeInGBs: import_smithy_client.expectInt32,
|
|
1638
|
+
nodeCount: import_smithy_client.expectInt32,
|
|
1639
|
+
nonProvisionableAutonomousContainerDatabases: import_smithy_client.expectInt32,
|
|
1640
|
+
ociResourceAnchorName: import_smithy_client.expectString,
|
|
1641
|
+
ociUrl: import_smithy_client.expectString,
|
|
1642
|
+
ocid: import_smithy_client.expectString,
|
|
1643
|
+
odbNetworkId: import_smithy_client.expectString,
|
|
1644
|
+
percentProgress: import_smithy_client.limitedParseFloat32,
|
|
1645
|
+
provisionableAutonomousContainerDatabases: import_smithy_client.expectInt32,
|
|
1646
|
+
provisionedAutonomousContainerDatabases: import_smithy_client.expectInt32,
|
|
1647
|
+
provisionedCpus: import_smithy_client.limitedParseFloat32,
|
|
1648
|
+
reclaimableCpus: import_smithy_client.limitedParseFloat32,
|
|
1649
|
+
reservedCpus: import_smithy_client.limitedParseFloat32,
|
|
1650
|
+
scanListenerPortNonTls: import_smithy_client.expectInt32,
|
|
1651
|
+
scanListenerPortTls: import_smithy_client.expectInt32,
|
|
1652
|
+
shape: import_smithy_client.expectString,
|
|
1653
|
+
status: import_smithy_client.expectString,
|
|
1654
|
+
statusReason: import_smithy_client.expectString,
|
|
1655
|
+
timeDatabaseSslCertificateExpires: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "timeDatabaseSslCertificateExpires"),
|
|
1656
|
+
timeOrdsCertificateExpires: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "timeOrdsCertificateExpires"),
|
|
1657
|
+
timeZone: import_smithy_client.expectString,
|
|
1658
|
+
totalContainerDatabases: import_smithy_client.expectInt32
|
|
1659
|
+
});
|
|
1660
|
+
}, "de_CloudAutonomousVmCluster");
|
|
1661
|
+
var de_CloudAutonomousVmClusterList = /* @__PURE__ */ __name((output, context) => {
|
|
1662
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
1663
|
+
return de_CloudAutonomousVmClusterSummary(entry, context);
|
|
1664
|
+
});
|
|
1665
|
+
return retVal;
|
|
1666
|
+
}, "de_CloudAutonomousVmClusterList");
|
|
1667
|
+
var de_CloudAutonomousVmClusterResourceDetails = /* @__PURE__ */ __name((output, context) => {
|
|
1668
|
+
return (0, import_smithy_client.take)(output, {
|
|
1669
|
+
cloudAutonomousVmClusterId: import_smithy_client.expectString,
|
|
1670
|
+
unallocatedAdbStorageInTBs: import_smithy_client.limitedParseDouble
|
|
1671
|
+
});
|
|
1672
|
+
}, "de_CloudAutonomousVmClusterResourceDetails");
|
|
1673
|
+
var de_CloudAutonomousVmClusterResourceDetailsList = /* @__PURE__ */ __name((output, context) => {
|
|
1674
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
1675
|
+
return de_CloudAutonomousVmClusterResourceDetails(entry, context);
|
|
1676
|
+
});
|
|
1677
|
+
return retVal;
|
|
1678
|
+
}, "de_CloudAutonomousVmClusterResourceDetailsList");
|
|
1679
|
+
var de_CloudAutonomousVmClusterSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1680
|
+
return (0, import_smithy_client.take)(output, {
|
|
1681
|
+
autonomousDataStoragePercentage: import_smithy_client.limitedParseFloat32,
|
|
1682
|
+
autonomousDataStorageSizeInTBs: import_smithy_client.limitedParseDouble,
|
|
1683
|
+
availableAutonomousDataStorageSizeInTBs: import_smithy_client.limitedParseDouble,
|
|
1684
|
+
availableContainerDatabases: import_smithy_client.expectInt32,
|
|
1685
|
+
availableCpus: import_smithy_client.limitedParseFloat32,
|
|
1686
|
+
cloudAutonomousVmClusterArn: import_smithy_client.expectString,
|
|
1687
|
+
cloudAutonomousVmClusterId: import_smithy_client.expectString,
|
|
1688
|
+
cloudExadataInfrastructureId: import_smithy_client.expectString,
|
|
1689
|
+
computeModel: import_smithy_client.expectString,
|
|
1690
|
+
cpuCoreCount: import_smithy_client.expectInt32,
|
|
1691
|
+
cpuCoreCountPerNode: import_smithy_client.expectInt32,
|
|
1692
|
+
cpuPercentage: import_smithy_client.limitedParseFloat32,
|
|
1693
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1694
|
+
dataStorageSizeInGBs: import_smithy_client.limitedParseDouble,
|
|
1695
|
+
dataStorageSizeInTBs: import_smithy_client.limitedParseDouble,
|
|
1696
|
+
dbNodeStorageSizeInGBs: import_smithy_client.expectInt32,
|
|
1697
|
+
dbServers: import_smithy_client._json,
|
|
1698
|
+
description: import_smithy_client.expectString,
|
|
1699
|
+
displayName: import_smithy_client.expectString,
|
|
1700
|
+
domain: import_smithy_client.expectString,
|
|
1701
|
+
exadataStorageInTBsLowestScaledValue: import_smithy_client.limitedParseDouble,
|
|
1702
|
+
hostname: import_smithy_client.expectString,
|
|
1703
|
+
isMtlsEnabledVmCluster: import_smithy_client.expectBoolean,
|
|
1704
|
+
licenseModel: import_smithy_client.expectString,
|
|
1705
|
+
maintenanceWindow: import_smithy_client._json,
|
|
1706
|
+
maxAcdsLowestScaledValue: import_smithy_client.expectInt32,
|
|
1707
|
+
memoryPerOracleComputeUnitInGBs: import_smithy_client.expectInt32,
|
|
1708
|
+
memorySizeInGBs: import_smithy_client.expectInt32,
|
|
1709
|
+
nodeCount: import_smithy_client.expectInt32,
|
|
1710
|
+
nonProvisionableAutonomousContainerDatabases: import_smithy_client.expectInt32,
|
|
1711
|
+
ociResourceAnchorName: import_smithy_client.expectString,
|
|
1712
|
+
ociUrl: import_smithy_client.expectString,
|
|
1713
|
+
ocid: import_smithy_client.expectString,
|
|
1714
|
+
odbNetworkId: import_smithy_client.expectString,
|
|
1715
|
+
percentProgress: import_smithy_client.limitedParseFloat32,
|
|
1716
|
+
provisionableAutonomousContainerDatabases: import_smithy_client.expectInt32,
|
|
1717
|
+
provisionedAutonomousContainerDatabases: import_smithy_client.expectInt32,
|
|
1718
|
+
provisionedCpus: import_smithy_client.limitedParseFloat32,
|
|
1719
|
+
reclaimableCpus: import_smithy_client.limitedParseFloat32,
|
|
1720
|
+
reservedCpus: import_smithy_client.limitedParseFloat32,
|
|
1721
|
+
scanListenerPortNonTls: import_smithy_client.expectInt32,
|
|
1722
|
+
scanListenerPortTls: import_smithy_client.expectInt32,
|
|
1723
|
+
shape: import_smithy_client.expectString,
|
|
1724
|
+
status: import_smithy_client.expectString,
|
|
1725
|
+
statusReason: import_smithy_client.expectString,
|
|
1726
|
+
timeDatabaseSslCertificateExpires: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "timeDatabaseSslCertificateExpires"),
|
|
1727
|
+
timeOrdsCertificateExpires: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "timeOrdsCertificateExpires"),
|
|
1728
|
+
timeZone: import_smithy_client.expectString,
|
|
1729
|
+
totalContainerDatabases: import_smithy_client.expectInt32
|
|
1730
|
+
});
|
|
1731
|
+
}, "de_CloudAutonomousVmClusterSummary");
|
|
1732
|
+
var de_CloudExadataInfrastructure = /* @__PURE__ */ __name((output, context) => {
|
|
1733
|
+
return (0, import_smithy_client.take)(output, {
|
|
1734
|
+
activatedStorageCount: import_smithy_client.expectInt32,
|
|
1735
|
+
additionalStorageCount: import_smithy_client.expectInt32,
|
|
1736
|
+
availabilityZone: import_smithy_client.expectString,
|
|
1737
|
+
availabilityZoneId: import_smithy_client.expectString,
|
|
1738
|
+
availableStorageSizeInGBs: import_smithy_client.expectInt32,
|
|
1739
|
+
cloudExadataInfrastructureArn: import_smithy_client.expectString,
|
|
1740
|
+
cloudExadataInfrastructureId: import_smithy_client.expectString,
|
|
1741
|
+
computeCount: import_smithy_client.expectInt32,
|
|
1742
|
+
computeModel: import_smithy_client.expectString,
|
|
1743
|
+
cpuCount: import_smithy_client.expectInt32,
|
|
1744
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1745
|
+
customerContactsToSendToOCI: import_smithy_client._json,
|
|
1746
|
+
dataStorageSizeInTBs: import_smithy_client.limitedParseDouble,
|
|
1747
|
+
databaseServerType: import_smithy_client.expectString,
|
|
1748
|
+
dbNodeStorageSizeInGBs: import_smithy_client.expectInt32,
|
|
1749
|
+
dbServerVersion: import_smithy_client.expectString,
|
|
1750
|
+
displayName: import_smithy_client.expectString,
|
|
1751
|
+
lastMaintenanceRunId: import_smithy_client.expectString,
|
|
1752
|
+
maintenanceWindow: import_smithy_client._json,
|
|
1753
|
+
maxCpuCount: import_smithy_client.expectInt32,
|
|
1754
|
+
maxDataStorageInTBs: import_smithy_client.limitedParseDouble,
|
|
1755
|
+
maxDbNodeStorageSizeInGBs: import_smithy_client.expectInt32,
|
|
1756
|
+
maxMemoryInGBs: import_smithy_client.expectInt32,
|
|
1757
|
+
memorySizeInGBs: import_smithy_client.expectInt32,
|
|
1758
|
+
monthlyDbServerVersion: import_smithy_client.expectString,
|
|
1759
|
+
monthlyStorageServerVersion: import_smithy_client.expectString,
|
|
1760
|
+
nextMaintenanceRunId: import_smithy_client.expectString,
|
|
1761
|
+
ociResourceAnchorName: import_smithy_client.expectString,
|
|
1762
|
+
ociUrl: import_smithy_client.expectString,
|
|
1763
|
+
ocid: import_smithy_client.expectString,
|
|
1764
|
+
percentProgress: import_smithy_client.limitedParseFloat32,
|
|
1765
|
+
shape: import_smithy_client.expectString,
|
|
1766
|
+
status: import_smithy_client.expectString,
|
|
1767
|
+
statusReason: import_smithy_client.expectString,
|
|
1768
|
+
storageCount: import_smithy_client.expectInt32,
|
|
1769
|
+
storageServerType: import_smithy_client.expectString,
|
|
1770
|
+
storageServerVersion: import_smithy_client.expectString,
|
|
1771
|
+
totalStorageSizeInGBs: import_smithy_client.expectInt32
|
|
1772
|
+
});
|
|
1773
|
+
}, "de_CloudExadataInfrastructure");
|
|
1774
|
+
var de_CloudExadataInfrastructureList = /* @__PURE__ */ __name((output, context) => {
|
|
1775
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
1776
|
+
return de_CloudExadataInfrastructureSummary(entry, context);
|
|
1777
|
+
});
|
|
1778
|
+
return retVal;
|
|
1779
|
+
}, "de_CloudExadataInfrastructureList");
|
|
1780
|
+
var de_CloudExadataInfrastructureSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1781
|
+
return (0, import_smithy_client.take)(output, {
|
|
1782
|
+
activatedStorageCount: import_smithy_client.expectInt32,
|
|
1783
|
+
additionalStorageCount: import_smithy_client.expectInt32,
|
|
1784
|
+
availabilityZone: import_smithy_client.expectString,
|
|
1785
|
+
availabilityZoneId: import_smithy_client.expectString,
|
|
1786
|
+
availableStorageSizeInGBs: import_smithy_client.expectInt32,
|
|
1787
|
+
cloudExadataInfrastructureArn: import_smithy_client.expectString,
|
|
1788
|
+
cloudExadataInfrastructureId: import_smithy_client.expectString,
|
|
1789
|
+
computeCount: import_smithy_client.expectInt32,
|
|
1790
|
+
computeModel: import_smithy_client.expectString,
|
|
1791
|
+
cpuCount: import_smithy_client.expectInt32,
|
|
1792
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1793
|
+
customerContactsToSendToOCI: import_smithy_client._json,
|
|
1794
|
+
dataStorageSizeInTBs: import_smithy_client.limitedParseDouble,
|
|
1795
|
+
databaseServerType: import_smithy_client.expectString,
|
|
1796
|
+
dbNodeStorageSizeInGBs: import_smithy_client.expectInt32,
|
|
1797
|
+
dbServerVersion: import_smithy_client.expectString,
|
|
1798
|
+
displayName: import_smithy_client.expectString,
|
|
1799
|
+
lastMaintenanceRunId: import_smithy_client.expectString,
|
|
1800
|
+
maintenanceWindow: import_smithy_client._json,
|
|
1801
|
+
maxCpuCount: import_smithy_client.expectInt32,
|
|
1802
|
+
maxDataStorageInTBs: import_smithy_client.limitedParseDouble,
|
|
1803
|
+
maxDbNodeStorageSizeInGBs: import_smithy_client.expectInt32,
|
|
1804
|
+
maxMemoryInGBs: import_smithy_client.expectInt32,
|
|
1805
|
+
memorySizeInGBs: import_smithy_client.expectInt32,
|
|
1806
|
+
monthlyDbServerVersion: import_smithy_client.expectString,
|
|
1807
|
+
monthlyStorageServerVersion: import_smithy_client.expectString,
|
|
1808
|
+
nextMaintenanceRunId: import_smithy_client.expectString,
|
|
1809
|
+
ociResourceAnchorName: import_smithy_client.expectString,
|
|
1810
|
+
ociUrl: import_smithy_client.expectString,
|
|
1811
|
+
ocid: import_smithy_client.expectString,
|
|
1812
|
+
percentProgress: import_smithy_client.limitedParseFloat32,
|
|
1813
|
+
shape: import_smithy_client.expectString,
|
|
1814
|
+
status: import_smithy_client.expectString,
|
|
1815
|
+
statusReason: import_smithy_client.expectString,
|
|
1816
|
+
storageCount: import_smithy_client.expectInt32,
|
|
1817
|
+
storageServerType: import_smithy_client.expectString,
|
|
1818
|
+
storageServerVersion: import_smithy_client.expectString,
|
|
1819
|
+
totalStorageSizeInGBs: import_smithy_client.expectInt32
|
|
1820
|
+
});
|
|
1821
|
+
}, "de_CloudExadataInfrastructureSummary");
|
|
1822
|
+
var de_CloudExadataInfrastructureUnallocatedResources = /* @__PURE__ */ __name((output, context) => {
|
|
1823
|
+
return (0, import_smithy_client.take)(output, {
|
|
1824
|
+
cloudAutonomousVmClusters: /* @__PURE__ */ __name((_) => de_CloudAutonomousVmClusterResourceDetailsList(_, context), "cloudAutonomousVmClusters"),
|
|
1825
|
+
cloudExadataInfrastructureDisplayName: import_smithy_client.expectString,
|
|
1826
|
+
cloudExadataInfrastructureId: import_smithy_client.expectString,
|
|
1827
|
+
exadataStorageInTBs: import_smithy_client.limitedParseDouble,
|
|
1828
|
+
localStorageInGBs: import_smithy_client.expectInt32,
|
|
1829
|
+
memoryInGBs: import_smithy_client.expectInt32,
|
|
1830
|
+
ocpus: import_smithy_client.expectInt32
|
|
1831
|
+
});
|
|
1832
|
+
}, "de_CloudExadataInfrastructureUnallocatedResources");
|
|
1833
|
+
var de_CloudVmCluster = /* @__PURE__ */ __name((output, context) => {
|
|
1834
|
+
return (0, import_smithy_client.take)(output, {
|
|
1835
|
+
cloudExadataInfrastructureId: import_smithy_client.expectString,
|
|
1836
|
+
cloudVmClusterArn: import_smithy_client.expectString,
|
|
1837
|
+
cloudVmClusterId: import_smithy_client.expectString,
|
|
1838
|
+
clusterName: import_smithy_client.expectString,
|
|
1839
|
+
computeModel: import_smithy_client.expectString,
|
|
1840
|
+
cpuCoreCount: import_smithy_client.expectInt32,
|
|
1841
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1842
|
+
dataCollectionOptions: import_smithy_client._json,
|
|
1843
|
+
dataStorageSizeInTBs: import_smithy_client.limitedParseDouble,
|
|
1844
|
+
dbNodeStorageSizeInGBs: import_smithy_client.expectInt32,
|
|
1845
|
+
dbServers: import_smithy_client._json,
|
|
1846
|
+
diskRedundancy: import_smithy_client.expectString,
|
|
1847
|
+
displayName: import_smithy_client.expectString,
|
|
1848
|
+
domain: import_smithy_client.expectString,
|
|
1849
|
+
giVersion: import_smithy_client.expectString,
|
|
1850
|
+
hostname: import_smithy_client.expectString,
|
|
1851
|
+
iormConfigCache: import_smithy_client._json,
|
|
1852
|
+
isLocalBackupEnabled: import_smithy_client.expectBoolean,
|
|
1853
|
+
isSparseDiskgroupEnabled: import_smithy_client.expectBoolean,
|
|
1854
|
+
lastUpdateHistoryEntryId: import_smithy_client.expectString,
|
|
1855
|
+
licenseModel: import_smithy_client.expectString,
|
|
1856
|
+
listenerPort: import_smithy_client.expectInt32,
|
|
1857
|
+
memorySizeInGBs: import_smithy_client.expectInt32,
|
|
1858
|
+
nodeCount: import_smithy_client.expectInt32,
|
|
1859
|
+
ociResourceAnchorName: import_smithy_client.expectString,
|
|
1860
|
+
ociUrl: import_smithy_client.expectString,
|
|
1861
|
+
ocid: import_smithy_client.expectString,
|
|
1862
|
+
odbNetworkId: import_smithy_client.expectString,
|
|
1863
|
+
percentProgress: import_smithy_client.limitedParseFloat32,
|
|
1864
|
+
scanDnsName: import_smithy_client.expectString,
|
|
1865
|
+
scanDnsRecordId: import_smithy_client.expectString,
|
|
1866
|
+
scanIpIds: import_smithy_client._json,
|
|
1867
|
+
shape: import_smithy_client.expectString,
|
|
1868
|
+
sshPublicKeys: import_smithy_client._json,
|
|
1869
|
+
status: import_smithy_client.expectString,
|
|
1870
|
+
statusReason: import_smithy_client.expectString,
|
|
1871
|
+
storageSizeInGBs: import_smithy_client.expectInt32,
|
|
1872
|
+
systemVersion: import_smithy_client.expectString,
|
|
1873
|
+
timeZone: import_smithy_client.expectString,
|
|
1874
|
+
vipIds: import_smithy_client._json
|
|
1875
|
+
});
|
|
1876
|
+
}, "de_CloudVmCluster");
|
|
1877
|
+
var de_CloudVmClusterList = /* @__PURE__ */ __name((output, context) => {
|
|
1878
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
1879
|
+
return de_CloudVmClusterSummary(entry, context);
|
|
1880
|
+
});
|
|
1881
|
+
return retVal;
|
|
1882
|
+
}, "de_CloudVmClusterList");
|
|
1883
|
+
var de_CloudVmClusterSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1884
|
+
return (0, import_smithy_client.take)(output, {
|
|
1885
|
+
cloudExadataInfrastructureId: import_smithy_client.expectString,
|
|
1886
|
+
cloudVmClusterArn: import_smithy_client.expectString,
|
|
1887
|
+
cloudVmClusterId: import_smithy_client.expectString,
|
|
1888
|
+
clusterName: import_smithy_client.expectString,
|
|
1889
|
+
computeModel: import_smithy_client.expectString,
|
|
1890
|
+
cpuCoreCount: import_smithy_client.expectInt32,
|
|
1891
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1892
|
+
dataCollectionOptions: import_smithy_client._json,
|
|
1893
|
+
dataStorageSizeInTBs: import_smithy_client.limitedParseDouble,
|
|
1894
|
+
dbNodeStorageSizeInGBs: import_smithy_client.expectInt32,
|
|
1895
|
+
dbServers: import_smithy_client._json,
|
|
1896
|
+
diskRedundancy: import_smithy_client.expectString,
|
|
1897
|
+
displayName: import_smithy_client.expectString,
|
|
1898
|
+
domain: import_smithy_client.expectString,
|
|
1899
|
+
giVersion: import_smithy_client.expectString,
|
|
1900
|
+
hostname: import_smithy_client.expectString,
|
|
1901
|
+
iormConfigCache: import_smithy_client._json,
|
|
1902
|
+
isLocalBackupEnabled: import_smithy_client.expectBoolean,
|
|
1903
|
+
isSparseDiskgroupEnabled: import_smithy_client.expectBoolean,
|
|
1904
|
+
lastUpdateHistoryEntryId: import_smithy_client.expectString,
|
|
1905
|
+
licenseModel: import_smithy_client.expectString,
|
|
1906
|
+
listenerPort: import_smithy_client.expectInt32,
|
|
1907
|
+
memorySizeInGBs: import_smithy_client.expectInt32,
|
|
1908
|
+
nodeCount: import_smithy_client.expectInt32,
|
|
1909
|
+
ociResourceAnchorName: import_smithy_client.expectString,
|
|
1910
|
+
ociUrl: import_smithy_client.expectString,
|
|
1911
|
+
ocid: import_smithy_client.expectString,
|
|
1912
|
+
odbNetworkId: import_smithy_client.expectString,
|
|
1913
|
+
percentProgress: import_smithy_client.limitedParseFloat32,
|
|
1914
|
+
scanDnsName: import_smithy_client.expectString,
|
|
1915
|
+
scanDnsRecordId: import_smithy_client.expectString,
|
|
1916
|
+
scanIpIds: import_smithy_client._json,
|
|
1917
|
+
shape: import_smithy_client.expectString,
|
|
1918
|
+
sshPublicKeys: import_smithy_client._json,
|
|
1919
|
+
status: import_smithy_client.expectString,
|
|
1920
|
+
statusReason: import_smithy_client.expectString,
|
|
1921
|
+
storageSizeInGBs: import_smithy_client.expectInt32,
|
|
1922
|
+
systemVersion: import_smithy_client.expectString,
|
|
1923
|
+
timeZone: import_smithy_client.expectString,
|
|
1924
|
+
vipIds: import_smithy_client._json
|
|
1925
|
+
});
|
|
1926
|
+
}, "de_CloudVmClusterSummary");
|
|
1927
|
+
var de_DbNode = /* @__PURE__ */ __name((output, context) => {
|
|
1928
|
+
return (0, import_smithy_client.take)(output, {
|
|
1929
|
+
additionalDetails: import_smithy_client.expectString,
|
|
1930
|
+
backupIpId: import_smithy_client.expectString,
|
|
1931
|
+
backupVnic2Id: import_smithy_client.expectString,
|
|
1932
|
+
backupVnicId: import_smithy_client.expectString,
|
|
1933
|
+
cpuCoreCount: import_smithy_client.expectInt32,
|
|
1934
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1935
|
+
dbNodeArn: import_smithy_client.expectString,
|
|
1936
|
+
dbNodeId: import_smithy_client.expectString,
|
|
1937
|
+
dbNodeStorageSizeInGBs: import_smithy_client.expectInt32,
|
|
1938
|
+
dbServerId: import_smithy_client.expectString,
|
|
1939
|
+
dbSystemId: import_smithy_client.expectString,
|
|
1940
|
+
faultDomain: import_smithy_client.expectString,
|
|
1941
|
+
floatingIpAddress: import_smithy_client.expectString,
|
|
1942
|
+
hostIpId: import_smithy_client.expectString,
|
|
1943
|
+
hostname: import_smithy_client.expectString,
|
|
1944
|
+
maintenanceType: import_smithy_client.expectString,
|
|
1945
|
+
memorySizeInGBs: import_smithy_client.expectInt32,
|
|
1946
|
+
ociResourceAnchorName: import_smithy_client.expectString,
|
|
1947
|
+
ocid: import_smithy_client.expectString,
|
|
1948
|
+
privateIpAddress: import_smithy_client.expectString,
|
|
1949
|
+
softwareStorageSizeInGB: import_smithy_client.expectInt32,
|
|
1950
|
+
status: import_smithy_client.expectString,
|
|
1951
|
+
statusReason: import_smithy_client.expectString,
|
|
1952
|
+
timeMaintenanceWindowEnd: import_smithy_client.expectString,
|
|
1953
|
+
timeMaintenanceWindowStart: import_smithy_client.expectString,
|
|
1954
|
+
totalCpuCoreCount: import_smithy_client.expectInt32,
|
|
1955
|
+
vnic2Id: import_smithy_client.expectString,
|
|
1956
|
+
vnicId: import_smithy_client.expectString
|
|
1957
|
+
});
|
|
1958
|
+
}, "de_DbNode");
|
|
1959
|
+
var de_DbNodeList = /* @__PURE__ */ __name((output, context) => {
|
|
1960
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
1961
|
+
return de_DbNodeSummary(entry, context);
|
|
1962
|
+
});
|
|
1963
|
+
return retVal;
|
|
1964
|
+
}, "de_DbNodeList");
|
|
1965
|
+
var de_DbNodeSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1966
|
+
return (0, import_smithy_client.take)(output, {
|
|
1967
|
+
additionalDetails: import_smithy_client.expectString,
|
|
1968
|
+
backupIpId: import_smithy_client.expectString,
|
|
1969
|
+
backupVnic2Id: import_smithy_client.expectString,
|
|
1970
|
+
backupVnicId: import_smithy_client.expectString,
|
|
1971
|
+
cpuCoreCount: import_smithy_client.expectInt32,
|
|
1972
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1973
|
+
dbNodeArn: import_smithy_client.expectString,
|
|
1974
|
+
dbNodeId: import_smithy_client.expectString,
|
|
1975
|
+
dbNodeStorageSizeInGBs: import_smithy_client.expectInt32,
|
|
1976
|
+
dbServerId: import_smithy_client.expectString,
|
|
1977
|
+
dbSystemId: import_smithy_client.expectString,
|
|
1978
|
+
faultDomain: import_smithy_client.expectString,
|
|
1979
|
+
hostIpId: import_smithy_client.expectString,
|
|
1980
|
+
hostname: import_smithy_client.expectString,
|
|
1981
|
+
maintenanceType: import_smithy_client.expectString,
|
|
1982
|
+
memorySizeInGBs: import_smithy_client.expectInt32,
|
|
1983
|
+
ociResourceAnchorName: import_smithy_client.expectString,
|
|
1984
|
+
ocid: import_smithy_client.expectString,
|
|
1985
|
+
softwareStorageSizeInGB: import_smithy_client.expectInt32,
|
|
1986
|
+
status: import_smithy_client.expectString,
|
|
1987
|
+
statusReason: import_smithy_client.expectString,
|
|
1988
|
+
timeMaintenanceWindowEnd: import_smithy_client.expectString,
|
|
1989
|
+
timeMaintenanceWindowStart: import_smithy_client.expectString,
|
|
1990
|
+
totalCpuCoreCount: import_smithy_client.expectInt32,
|
|
1991
|
+
vnic2Id: import_smithy_client.expectString,
|
|
1992
|
+
vnicId: import_smithy_client.expectString
|
|
1993
|
+
});
|
|
1994
|
+
}, "de_DbNodeSummary");
|
|
1995
|
+
var de_DbServer = /* @__PURE__ */ __name((output, context) => {
|
|
1996
|
+
return (0, import_smithy_client.take)(output, {
|
|
1997
|
+
autonomousVirtualMachineIds: import_smithy_client._json,
|
|
1998
|
+
autonomousVmClusterIds: import_smithy_client._json,
|
|
1999
|
+
computeModel: import_smithy_client.expectString,
|
|
2000
|
+
cpuCoreCount: import_smithy_client.expectInt32,
|
|
2001
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
2002
|
+
dbNodeStorageSizeInGBs: import_smithy_client.expectInt32,
|
|
2003
|
+
dbServerId: import_smithy_client.expectString,
|
|
2004
|
+
dbServerPatchingDetails: import_smithy_client._json,
|
|
2005
|
+
displayName: import_smithy_client.expectString,
|
|
2006
|
+
exadataInfrastructureId: import_smithy_client.expectString,
|
|
2007
|
+
maxCpuCount: import_smithy_client.expectInt32,
|
|
2008
|
+
maxDbNodeStorageInGBs: import_smithy_client.expectInt32,
|
|
2009
|
+
maxMemoryInGBs: import_smithy_client.expectInt32,
|
|
2010
|
+
memorySizeInGBs: import_smithy_client.expectInt32,
|
|
2011
|
+
ociResourceAnchorName: import_smithy_client.expectString,
|
|
2012
|
+
ocid: import_smithy_client.expectString,
|
|
2013
|
+
shape: import_smithy_client.expectString,
|
|
2014
|
+
status: import_smithy_client.expectString,
|
|
2015
|
+
statusReason: import_smithy_client.expectString,
|
|
2016
|
+
vmClusterIds: import_smithy_client._json
|
|
2017
|
+
});
|
|
2018
|
+
}, "de_DbServer");
|
|
2019
|
+
var de_DbServerList = /* @__PURE__ */ __name((output, context) => {
|
|
2020
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2021
|
+
return de_DbServerSummary(entry, context);
|
|
2022
|
+
});
|
|
2023
|
+
return retVal;
|
|
2024
|
+
}, "de_DbServerList");
|
|
2025
|
+
var de_DbServerSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2026
|
+
return (0, import_smithy_client.take)(output, {
|
|
2027
|
+
autonomousVirtualMachineIds: import_smithy_client._json,
|
|
2028
|
+
autonomousVmClusterIds: import_smithy_client._json,
|
|
2029
|
+
computeModel: import_smithy_client.expectString,
|
|
2030
|
+
cpuCoreCount: import_smithy_client.expectInt32,
|
|
2031
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
2032
|
+
dbNodeStorageSizeInGBs: import_smithy_client.expectInt32,
|
|
2033
|
+
dbServerId: import_smithy_client.expectString,
|
|
2034
|
+
dbServerPatchingDetails: import_smithy_client._json,
|
|
2035
|
+
displayName: import_smithy_client.expectString,
|
|
2036
|
+
exadataInfrastructureId: import_smithy_client.expectString,
|
|
2037
|
+
maxCpuCount: import_smithy_client.expectInt32,
|
|
2038
|
+
maxDbNodeStorageInGBs: import_smithy_client.expectInt32,
|
|
2039
|
+
maxMemoryInGBs: import_smithy_client.expectInt32,
|
|
2040
|
+
memorySizeInGBs: import_smithy_client.expectInt32,
|
|
2041
|
+
ociResourceAnchorName: import_smithy_client.expectString,
|
|
2042
|
+
ocid: import_smithy_client.expectString,
|
|
2043
|
+
shape: import_smithy_client.expectString,
|
|
2044
|
+
status: import_smithy_client.expectString,
|
|
2045
|
+
statusReason: import_smithy_client.expectString,
|
|
2046
|
+
vmClusterIds: import_smithy_client._json
|
|
2047
|
+
});
|
|
2048
|
+
}, "de_DbServerSummary");
|
|
2049
|
+
var de_GetCloudAutonomousVmClusterOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2050
|
+
return (0, import_smithy_client.take)(output, {
|
|
2051
|
+
cloudAutonomousVmCluster: /* @__PURE__ */ __name((_) => de_CloudAutonomousVmCluster(_, context), "cloudAutonomousVmCluster")
|
|
2052
|
+
});
|
|
2053
|
+
}, "de_GetCloudAutonomousVmClusterOutput");
|
|
2054
|
+
var de_GetCloudExadataInfrastructureOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2055
|
+
return (0, import_smithy_client.take)(output, {
|
|
2056
|
+
cloudExadataInfrastructure: /* @__PURE__ */ __name((_) => de_CloudExadataInfrastructure(_, context), "cloudExadataInfrastructure")
|
|
2057
|
+
});
|
|
2058
|
+
}, "de_GetCloudExadataInfrastructureOutput");
|
|
2059
|
+
var de_GetCloudExadataInfrastructureUnallocatedResourcesOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2060
|
+
return (0, import_smithy_client.take)(output, {
|
|
2061
|
+
cloudExadataInfrastructureUnallocatedResources: /* @__PURE__ */ __name((_) => de_CloudExadataInfrastructureUnallocatedResources(_, context), "cloudExadataInfrastructureUnallocatedResources")
|
|
2062
|
+
});
|
|
2063
|
+
}, "de_GetCloudExadataInfrastructureUnallocatedResourcesOutput");
|
|
2064
|
+
var de_GetCloudVmClusterOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2065
|
+
return (0, import_smithy_client.take)(output, {
|
|
2066
|
+
cloudVmCluster: /* @__PURE__ */ __name((_) => de_CloudVmCluster(_, context), "cloudVmCluster")
|
|
2067
|
+
});
|
|
2068
|
+
}, "de_GetCloudVmClusterOutput");
|
|
2069
|
+
var de_GetDbNodeOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2070
|
+
return (0, import_smithy_client.take)(output, {
|
|
2071
|
+
dbNode: /* @__PURE__ */ __name((_) => de_DbNode(_, context), "dbNode")
|
|
2072
|
+
});
|
|
2073
|
+
}, "de_GetDbNodeOutput");
|
|
2074
|
+
var de_GetDbServerOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2075
|
+
return (0, import_smithy_client.take)(output, {
|
|
2076
|
+
dbServer: /* @__PURE__ */ __name((_) => de_DbServer(_, context), "dbServer")
|
|
2077
|
+
});
|
|
2078
|
+
}, "de_GetDbServerOutput");
|
|
2079
|
+
var de_GetOdbNetworkOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2080
|
+
return (0, import_smithy_client.take)(output, {
|
|
2081
|
+
odbNetwork: /* @__PURE__ */ __name((_) => de_OdbNetwork(_, context), "odbNetwork")
|
|
2082
|
+
});
|
|
2083
|
+
}, "de_GetOdbNetworkOutput");
|
|
2084
|
+
var de_GetOdbPeeringConnectionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2085
|
+
return (0, import_smithy_client.take)(output, {
|
|
2086
|
+
odbPeeringConnection: /* @__PURE__ */ __name((_) => de_OdbPeeringConnection(_, context), "odbPeeringConnection")
|
|
2087
|
+
});
|
|
2088
|
+
}, "de_GetOdbPeeringConnectionOutput");
|
|
2089
|
+
var de_ListCloudAutonomousVmClustersOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2090
|
+
return (0, import_smithy_client.take)(output, {
|
|
2091
|
+
cloudAutonomousVmClusters: /* @__PURE__ */ __name((_) => de_CloudAutonomousVmClusterList(_, context), "cloudAutonomousVmClusters"),
|
|
2092
|
+
nextToken: import_smithy_client.expectString
|
|
2093
|
+
});
|
|
2094
|
+
}, "de_ListCloudAutonomousVmClustersOutput");
|
|
2095
|
+
var de_ListCloudExadataInfrastructuresOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2096
|
+
return (0, import_smithy_client.take)(output, {
|
|
2097
|
+
cloudExadataInfrastructures: /* @__PURE__ */ __name((_) => de_CloudExadataInfrastructureList(_, context), "cloudExadataInfrastructures"),
|
|
2098
|
+
nextToken: import_smithy_client.expectString
|
|
2099
|
+
});
|
|
2100
|
+
}, "de_ListCloudExadataInfrastructuresOutput");
|
|
2101
|
+
var de_ListCloudVmClustersOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2102
|
+
return (0, import_smithy_client.take)(output, {
|
|
2103
|
+
cloudVmClusters: /* @__PURE__ */ __name((_) => de_CloudVmClusterList(_, context), "cloudVmClusters"),
|
|
2104
|
+
nextToken: import_smithy_client.expectString
|
|
2105
|
+
});
|
|
2106
|
+
}, "de_ListCloudVmClustersOutput");
|
|
2107
|
+
var de_ListDbNodesOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2108
|
+
return (0, import_smithy_client.take)(output, {
|
|
2109
|
+
dbNodes: /* @__PURE__ */ __name((_) => de_DbNodeList(_, context), "dbNodes"),
|
|
2110
|
+
nextToken: import_smithy_client.expectString
|
|
2111
|
+
});
|
|
2112
|
+
}, "de_ListDbNodesOutput");
|
|
2113
|
+
var de_ListDbServersOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2114
|
+
return (0, import_smithy_client.take)(output, {
|
|
2115
|
+
dbServers: /* @__PURE__ */ __name((_) => de_DbServerList(_, context), "dbServers"),
|
|
2116
|
+
nextToken: import_smithy_client.expectString
|
|
2117
|
+
});
|
|
2118
|
+
}, "de_ListDbServersOutput");
|
|
2119
|
+
var de_ListOdbNetworksOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2120
|
+
return (0, import_smithy_client.take)(output, {
|
|
2121
|
+
nextToken: import_smithy_client.expectString,
|
|
2122
|
+
odbNetworks: /* @__PURE__ */ __name((_) => de_OdbNetworkList(_, context), "odbNetworks")
|
|
2123
|
+
});
|
|
2124
|
+
}, "de_ListOdbNetworksOutput");
|
|
2125
|
+
var de_ListOdbPeeringConnectionsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2126
|
+
return (0, import_smithy_client.take)(output, {
|
|
2127
|
+
nextToken: import_smithy_client.expectString,
|
|
2128
|
+
odbPeeringConnections: /* @__PURE__ */ __name((_) => de_OdbPeeringConnectionList(_, context), "odbPeeringConnections")
|
|
2129
|
+
});
|
|
2130
|
+
}, "de_ListOdbPeeringConnectionsOutput");
|
|
2131
|
+
var de_OdbNetwork = /* @__PURE__ */ __name((output, context) => {
|
|
2132
|
+
return (0, import_smithy_client.take)(output, {
|
|
2133
|
+
availabilityZone: import_smithy_client.expectString,
|
|
2134
|
+
availabilityZoneId: import_smithy_client.expectString,
|
|
2135
|
+
backupSubnetCidr: import_smithy_client.expectString,
|
|
2136
|
+
clientSubnetCidr: import_smithy_client.expectString,
|
|
2137
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
2138
|
+
customDomainName: import_smithy_client.expectString,
|
|
2139
|
+
defaultDnsPrefix: import_smithy_client.expectString,
|
|
2140
|
+
displayName: import_smithy_client.expectString,
|
|
2141
|
+
managedServices: import_smithy_client._json,
|
|
2142
|
+
ociDnsForwardingConfigs: import_smithy_client._json,
|
|
2143
|
+
ociNetworkAnchorId: import_smithy_client.expectString,
|
|
2144
|
+
ociNetworkAnchorUrl: import_smithy_client.expectString,
|
|
2145
|
+
ociResourceAnchorName: import_smithy_client.expectString,
|
|
2146
|
+
ociVcnId: import_smithy_client.expectString,
|
|
2147
|
+
ociVcnUrl: import_smithy_client.expectString,
|
|
2148
|
+
odbNetworkArn: import_smithy_client.expectString,
|
|
2149
|
+
odbNetworkId: import_smithy_client.expectString,
|
|
2150
|
+
peeredCidrs: import_smithy_client._json,
|
|
2151
|
+
percentProgress: import_smithy_client.limitedParseFloat32,
|
|
2152
|
+
status: import_smithy_client.expectString,
|
|
2153
|
+
statusReason: import_smithy_client.expectString
|
|
2154
|
+
});
|
|
2155
|
+
}, "de_OdbNetwork");
|
|
2156
|
+
var de_OdbNetworkList = /* @__PURE__ */ __name((output, context) => {
|
|
2157
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2158
|
+
return de_OdbNetworkSummary(entry, context);
|
|
2159
|
+
});
|
|
2160
|
+
return retVal;
|
|
2161
|
+
}, "de_OdbNetworkList");
|
|
2162
|
+
var de_OdbNetworkSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2163
|
+
return (0, import_smithy_client.take)(output, {
|
|
2164
|
+
availabilityZone: import_smithy_client.expectString,
|
|
2165
|
+
availabilityZoneId: import_smithy_client.expectString,
|
|
2166
|
+
backupSubnetCidr: import_smithy_client.expectString,
|
|
2167
|
+
clientSubnetCidr: import_smithy_client.expectString,
|
|
2168
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
2169
|
+
customDomainName: import_smithy_client.expectString,
|
|
2170
|
+
defaultDnsPrefix: import_smithy_client.expectString,
|
|
2171
|
+
displayName: import_smithy_client.expectString,
|
|
2172
|
+
managedServices: import_smithy_client._json,
|
|
2173
|
+
ociDnsForwardingConfigs: import_smithy_client._json,
|
|
2174
|
+
ociNetworkAnchorId: import_smithy_client.expectString,
|
|
2175
|
+
ociNetworkAnchorUrl: import_smithy_client.expectString,
|
|
2176
|
+
ociResourceAnchorName: import_smithy_client.expectString,
|
|
2177
|
+
ociVcnId: import_smithy_client.expectString,
|
|
2178
|
+
ociVcnUrl: import_smithy_client.expectString,
|
|
2179
|
+
odbNetworkArn: import_smithy_client.expectString,
|
|
2180
|
+
odbNetworkId: import_smithy_client.expectString,
|
|
2181
|
+
peeredCidrs: import_smithy_client._json,
|
|
2182
|
+
percentProgress: import_smithy_client.limitedParseFloat32,
|
|
2183
|
+
status: import_smithy_client.expectString,
|
|
2184
|
+
statusReason: import_smithy_client.expectString
|
|
2185
|
+
});
|
|
2186
|
+
}, "de_OdbNetworkSummary");
|
|
2187
|
+
var de_OdbPeeringConnection = /* @__PURE__ */ __name((output, context) => {
|
|
2188
|
+
return (0, import_smithy_client.take)(output, {
|
|
2189
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
2190
|
+
displayName: import_smithy_client.expectString,
|
|
2191
|
+
odbNetworkArn: import_smithy_client.expectString,
|
|
2192
|
+
odbPeeringConnectionArn: import_smithy_client.expectString,
|
|
2193
|
+
odbPeeringConnectionId: import_smithy_client.expectString,
|
|
2194
|
+
odbPeeringConnectionType: import_smithy_client.expectString,
|
|
2195
|
+
peerNetworkArn: import_smithy_client.expectString,
|
|
2196
|
+
percentProgress: import_smithy_client.limitedParseFloat32,
|
|
2197
|
+
status: import_smithy_client.expectString,
|
|
2198
|
+
statusReason: import_smithy_client.expectString
|
|
2199
|
+
});
|
|
2200
|
+
}, "de_OdbPeeringConnection");
|
|
2201
|
+
var de_OdbPeeringConnectionList = /* @__PURE__ */ __name((output, context) => {
|
|
2202
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2203
|
+
return de_OdbPeeringConnectionSummary(entry, context);
|
|
2204
|
+
});
|
|
2205
|
+
return retVal;
|
|
2206
|
+
}, "de_OdbPeeringConnectionList");
|
|
2207
|
+
var de_OdbPeeringConnectionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2208
|
+
return (0, import_smithy_client.take)(output, {
|
|
2209
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
2210
|
+
displayName: import_smithy_client.expectString,
|
|
2211
|
+
odbNetworkArn: import_smithy_client.expectString,
|
|
2212
|
+
odbPeeringConnectionArn: import_smithy_client.expectString,
|
|
2213
|
+
odbPeeringConnectionId: import_smithy_client.expectString,
|
|
2214
|
+
odbPeeringConnectionType: import_smithy_client.expectString,
|
|
2215
|
+
peerNetworkArn: import_smithy_client.expectString,
|
|
2216
|
+
percentProgress: import_smithy_client.limitedParseFloat32,
|
|
2217
|
+
status: import_smithy_client.expectString,
|
|
2218
|
+
statusReason: import_smithy_client.expectString
|
|
2219
|
+
});
|
|
2220
|
+
}, "de_OdbPeeringConnectionSummary");
|
|
2221
|
+
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
2222
|
+
httpStatusCode: output.statusCode,
|
|
2223
|
+
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
2224
|
+
extendedRequestId: output.headers["x-amz-id-2"],
|
|
2225
|
+
cfId: output.headers["x-amz-cf-id"]
|
|
2226
|
+
}), "deserializeMetadata");
|
|
2227
|
+
var throwDefaultError = (0, import_smithy_client.withBaseException)(OdbServiceException);
|
|
2228
|
+
var buildHttpRpcRequest = /* @__PURE__ */ __name(async (context, headers, path, resolvedHostname, body) => {
|
|
2229
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
2230
|
+
const contents = {
|
|
2231
|
+
protocol,
|
|
2232
|
+
hostname,
|
|
2233
|
+
port,
|
|
2234
|
+
method: "POST",
|
|
2235
|
+
path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path,
|
|
2236
|
+
headers
|
|
2237
|
+
};
|
|
2238
|
+
if (resolvedHostname !== void 0) {
|
|
2239
|
+
contents.hostname = resolvedHostname;
|
|
2240
|
+
}
|
|
2241
|
+
if (body !== void 0) {
|
|
2242
|
+
contents.body = body;
|
|
2243
|
+
}
|
|
2244
|
+
return new import_protocol_http.HttpRequest(contents);
|
|
2245
|
+
}, "buildHttpRpcRequest");
|
|
2246
|
+
function sharedHeaders(operation) {
|
|
2247
|
+
return {
|
|
2248
|
+
"content-type": "application/x-amz-json-1.0",
|
|
2249
|
+
"x-amz-target": `Odb.${operation}`
|
|
2250
|
+
};
|
|
2251
|
+
}
|
|
2252
|
+
__name(sharedHeaders, "sharedHeaders");
|
|
2253
|
+
|
|
2254
|
+
// src/commands/AcceptMarketplaceRegistrationCommand.ts
|
|
2255
|
+
var AcceptMarketplaceRegistrationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2256
|
+
return [
|
|
2257
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2258
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2259
|
+
];
|
|
2260
|
+
}).s("Odb", "AcceptMarketplaceRegistration", {}).n("OdbClient", "AcceptMarketplaceRegistrationCommand").f(void 0, void 0).ser(se_AcceptMarketplaceRegistrationCommand).de(de_AcceptMarketplaceRegistrationCommand).build() {
|
|
2261
|
+
static {
|
|
2262
|
+
__name(this, "AcceptMarketplaceRegistrationCommand");
|
|
2263
|
+
}
|
|
2264
|
+
};
|
|
2265
|
+
|
|
2266
|
+
// src/commands/CreateCloudAutonomousVmClusterCommand.ts
|
|
2267
|
+
|
|
2268
|
+
|
|
2269
|
+
|
|
2270
|
+
var CreateCloudAutonomousVmClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2271
|
+
return [
|
|
2272
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2273
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2274
|
+
];
|
|
2275
|
+
}).s("Odb", "CreateCloudAutonomousVmCluster", {}).n("OdbClient", "CreateCloudAutonomousVmClusterCommand").f(void 0, void 0).ser(se_CreateCloudAutonomousVmClusterCommand).de(de_CreateCloudAutonomousVmClusterCommand).build() {
|
|
2276
|
+
static {
|
|
2277
|
+
__name(this, "CreateCloudAutonomousVmClusterCommand");
|
|
2278
|
+
}
|
|
2279
|
+
};
|
|
2280
|
+
|
|
2281
|
+
// src/commands/CreateCloudExadataInfrastructureCommand.ts
|
|
2282
|
+
|
|
2283
|
+
|
|
2284
|
+
|
|
2285
|
+
var CreateCloudExadataInfrastructureCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2286
|
+
return [
|
|
2287
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2288
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2289
|
+
];
|
|
2290
|
+
}).s("Odb", "CreateCloudExadataInfrastructure", {}).n("OdbClient", "CreateCloudExadataInfrastructureCommand").f(CreateCloudExadataInfrastructureInputFilterSensitiveLog, void 0).ser(se_CreateCloudExadataInfrastructureCommand).de(de_CreateCloudExadataInfrastructureCommand).build() {
|
|
2291
|
+
static {
|
|
2292
|
+
__name(this, "CreateCloudExadataInfrastructureCommand");
|
|
2293
|
+
}
|
|
2294
|
+
};
|
|
2295
|
+
|
|
2296
|
+
// src/commands/CreateCloudVmClusterCommand.ts
|
|
2297
|
+
|
|
2298
|
+
|
|
2299
|
+
|
|
2300
|
+
var CreateCloudVmClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2301
|
+
return [
|
|
2302
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2303
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2304
|
+
];
|
|
2305
|
+
}).s("Odb", "CreateCloudVmCluster", {}).n("OdbClient", "CreateCloudVmClusterCommand").f(void 0, void 0).ser(se_CreateCloudVmClusterCommand).de(de_CreateCloudVmClusterCommand).build() {
|
|
2306
|
+
static {
|
|
2307
|
+
__name(this, "CreateCloudVmClusterCommand");
|
|
2308
|
+
}
|
|
2309
|
+
};
|
|
2310
|
+
|
|
2311
|
+
// src/commands/CreateOdbNetworkCommand.ts
|
|
2312
|
+
|
|
2313
|
+
|
|
2314
|
+
|
|
2315
|
+
var CreateOdbNetworkCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2316
|
+
return [
|
|
2317
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2318
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2319
|
+
];
|
|
2320
|
+
}).s("Odb", "CreateOdbNetwork", {}).n("OdbClient", "CreateOdbNetworkCommand").f(void 0, void 0).ser(se_CreateOdbNetworkCommand).de(de_CreateOdbNetworkCommand).build() {
|
|
2321
|
+
static {
|
|
2322
|
+
__name(this, "CreateOdbNetworkCommand");
|
|
2323
|
+
}
|
|
2324
|
+
};
|
|
2325
|
+
|
|
2326
|
+
// src/commands/CreateOdbPeeringConnectionCommand.ts
|
|
2327
|
+
|
|
2328
|
+
|
|
2329
|
+
|
|
2330
|
+
var CreateOdbPeeringConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2331
|
+
return [
|
|
2332
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2333
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2334
|
+
];
|
|
2335
|
+
}).s("Odb", "CreateOdbPeeringConnection", {}).n("OdbClient", "CreateOdbPeeringConnectionCommand").f(void 0, void 0).ser(se_CreateOdbPeeringConnectionCommand).de(de_CreateOdbPeeringConnectionCommand).build() {
|
|
2336
|
+
static {
|
|
2337
|
+
__name(this, "CreateOdbPeeringConnectionCommand");
|
|
2338
|
+
}
|
|
2339
|
+
};
|
|
2340
|
+
|
|
2341
|
+
// src/commands/DeleteCloudAutonomousVmClusterCommand.ts
|
|
2342
|
+
|
|
2343
|
+
|
|
2344
|
+
|
|
2345
|
+
var DeleteCloudAutonomousVmClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2346
|
+
return [
|
|
2347
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2348
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2349
|
+
];
|
|
2350
|
+
}).s("Odb", "DeleteCloudAutonomousVmCluster", {}).n("OdbClient", "DeleteCloudAutonomousVmClusterCommand").f(void 0, void 0).ser(se_DeleteCloudAutonomousVmClusterCommand).de(de_DeleteCloudAutonomousVmClusterCommand).build() {
|
|
2351
|
+
static {
|
|
2352
|
+
__name(this, "DeleteCloudAutonomousVmClusterCommand");
|
|
2353
|
+
}
|
|
2354
|
+
};
|
|
2355
|
+
|
|
2356
|
+
// src/commands/DeleteCloudExadataInfrastructureCommand.ts
|
|
2357
|
+
|
|
2358
|
+
|
|
2359
|
+
|
|
2360
|
+
var DeleteCloudExadataInfrastructureCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2361
|
+
return [
|
|
2362
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2363
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2364
|
+
];
|
|
2365
|
+
}).s("Odb", "DeleteCloudExadataInfrastructure", {}).n("OdbClient", "DeleteCloudExadataInfrastructureCommand").f(void 0, void 0).ser(se_DeleteCloudExadataInfrastructureCommand).de(de_DeleteCloudExadataInfrastructureCommand).build() {
|
|
2366
|
+
static {
|
|
2367
|
+
__name(this, "DeleteCloudExadataInfrastructureCommand");
|
|
2368
|
+
}
|
|
2369
|
+
};
|
|
2370
|
+
|
|
2371
|
+
// src/commands/DeleteCloudVmClusterCommand.ts
|
|
2372
|
+
|
|
2373
|
+
|
|
2374
|
+
|
|
2375
|
+
var DeleteCloudVmClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2376
|
+
return [
|
|
2377
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2378
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2379
|
+
];
|
|
2380
|
+
}).s("Odb", "DeleteCloudVmCluster", {}).n("OdbClient", "DeleteCloudVmClusterCommand").f(void 0, void 0).ser(se_DeleteCloudVmClusterCommand).de(de_DeleteCloudVmClusterCommand).build() {
|
|
2381
|
+
static {
|
|
2382
|
+
__name(this, "DeleteCloudVmClusterCommand");
|
|
2383
|
+
}
|
|
2384
|
+
};
|
|
2385
|
+
|
|
2386
|
+
// src/commands/DeleteOdbNetworkCommand.ts
|
|
2387
|
+
|
|
2388
|
+
|
|
2389
|
+
|
|
2390
|
+
var DeleteOdbNetworkCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2391
|
+
return [
|
|
2392
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2393
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2394
|
+
];
|
|
2395
|
+
}).s("Odb", "DeleteOdbNetwork", {}).n("OdbClient", "DeleteOdbNetworkCommand").f(void 0, void 0).ser(se_DeleteOdbNetworkCommand).de(de_DeleteOdbNetworkCommand).build() {
|
|
2396
|
+
static {
|
|
2397
|
+
__name(this, "DeleteOdbNetworkCommand");
|
|
2398
|
+
}
|
|
2399
|
+
};
|
|
2400
|
+
|
|
2401
|
+
// src/commands/DeleteOdbPeeringConnectionCommand.ts
|
|
2402
|
+
|
|
2403
|
+
|
|
2404
|
+
|
|
2405
|
+
var DeleteOdbPeeringConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2406
|
+
return [
|
|
2407
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2408
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2409
|
+
];
|
|
2410
|
+
}).s("Odb", "DeleteOdbPeeringConnection", {}).n("OdbClient", "DeleteOdbPeeringConnectionCommand").f(void 0, void 0).ser(se_DeleteOdbPeeringConnectionCommand).de(de_DeleteOdbPeeringConnectionCommand).build() {
|
|
2411
|
+
static {
|
|
2412
|
+
__name(this, "DeleteOdbPeeringConnectionCommand");
|
|
2413
|
+
}
|
|
2414
|
+
};
|
|
2415
|
+
|
|
2416
|
+
// src/commands/GetCloudAutonomousVmClusterCommand.ts
|
|
2417
|
+
|
|
2418
|
+
|
|
2419
|
+
|
|
2420
|
+
var GetCloudAutonomousVmClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2421
|
+
return [
|
|
2422
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2423
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2424
|
+
];
|
|
2425
|
+
}).s("Odb", "GetCloudAutonomousVmCluster", {}).n("OdbClient", "GetCloudAutonomousVmClusterCommand").f(void 0, void 0).ser(se_GetCloudAutonomousVmClusterCommand).de(de_GetCloudAutonomousVmClusterCommand).build() {
|
|
2426
|
+
static {
|
|
2427
|
+
__name(this, "GetCloudAutonomousVmClusterCommand");
|
|
2428
|
+
}
|
|
2429
|
+
};
|
|
2430
|
+
|
|
2431
|
+
// src/commands/GetCloudExadataInfrastructureCommand.ts
|
|
2432
|
+
|
|
2433
|
+
|
|
2434
|
+
|
|
2435
|
+
var GetCloudExadataInfrastructureCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2436
|
+
return [
|
|
2437
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2438
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2439
|
+
];
|
|
2440
|
+
}).s("Odb", "GetCloudExadataInfrastructure", {}).n("OdbClient", "GetCloudExadataInfrastructureCommand").f(void 0, GetCloudExadataInfrastructureOutputFilterSensitiveLog).ser(se_GetCloudExadataInfrastructureCommand).de(de_GetCloudExadataInfrastructureCommand).build() {
|
|
2441
|
+
static {
|
|
2442
|
+
__name(this, "GetCloudExadataInfrastructureCommand");
|
|
2443
|
+
}
|
|
2444
|
+
};
|
|
2445
|
+
|
|
2446
|
+
// src/commands/GetCloudExadataInfrastructureUnallocatedResourcesCommand.ts
|
|
2447
|
+
|
|
2448
|
+
|
|
2449
|
+
|
|
2450
|
+
var GetCloudExadataInfrastructureUnallocatedResourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2451
|
+
return [
|
|
2452
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2453
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2454
|
+
];
|
|
2455
|
+
}).s("Odb", "GetCloudExadataInfrastructureUnallocatedResources", {}).n("OdbClient", "GetCloudExadataInfrastructureUnallocatedResourcesCommand").f(void 0, void 0).ser(se_GetCloudExadataInfrastructureUnallocatedResourcesCommand).de(de_GetCloudExadataInfrastructureUnallocatedResourcesCommand).build() {
|
|
2456
|
+
static {
|
|
2457
|
+
__name(this, "GetCloudExadataInfrastructureUnallocatedResourcesCommand");
|
|
2458
|
+
}
|
|
2459
|
+
};
|
|
2460
|
+
|
|
2461
|
+
// src/commands/GetCloudVmClusterCommand.ts
|
|
2462
|
+
|
|
2463
|
+
|
|
2464
|
+
|
|
2465
|
+
var GetCloudVmClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2466
|
+
return [
|
|
2467
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2468
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2469
|
+
];
|
|
2470
|
+
}).s("Odb", "GetCloudVmCluster", {}).n("OdbClient", "GetCloudVmClusterCommand").f(void 0, GetCloudVmClusterOutputFilterSensitiveLog).ser(se_GetCloudVmClusterCommand).de(de_GetCloudVmClusterCommand).build() {
|
|
2471
|
+
static {
|
|
2472
|
+
__name(this, "GetCloudVmClusterCommand");
|
|
2473
|
+
}
|
|
2474
|
+
};
|
|
2475
|
+
|
|
2476
|
+
// src/commands/GetDbNodeCommand.ts
|
|
2477
|
+
|
|
2478
|
+
|
|
2479
|
+
|
|
2480
|
+
var GetDbNodeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2481
|
+
return [
|
|
2482
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2483
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2484
|
+
];
|
|
2485
|
+
}).s("Odb", "GetDbNode", {}).n("OdbClient", "GetDbNodeCommand").f(void 0, void 0).ser(se_GetDbNodeCommand).de(de_GetDbNodeCommand).build() {
|
|
2486
|
+
static {
|
|
2487
|
+
__name(this, "GetDbNodeCommand");
|
|
2488
|
+
}
|
|
2489
|
+
};
|
|
2490
|
+
|
|
2491
|
+
// src/commands/GetDbServerCommand.ts
|
|
2492
|
+
|
|
2493
|
+
|
|
2494
|
+
|
|
2495
|
+
var GetDbServerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2496
|
+
return [
|
|
2497
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2498
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2499
|
+
];
|
|
2500
|
+
}).s("Odb", "GetDbServer", {}).n("OdbClient", "GetDbServerCommand").f(void 0, void 0).ser(se_GetDbServerCommand).de(de_GetDbServerCommand).build() {
|
|
2501
|
+
static {
|
|
2502
|
+
__name(this, "GetDbServerCommand");
|
|
2503
|
+
}
|
|
2504
|
+
};
|
|
2505
|
+
|
|
2506
|
+
// src/commands/GetOciOnboardingStatusCommand.ts
|
|
2507
|
+
|
|
2508
|
+
|
|
2509
|
+
|
|
2510
|
+
var GetOciOnboardingStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2511
|
+
return [
|
|
2512
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2513
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2514
|
+
];
|
|
2515
|
+
}).s("Odb", "GetOciOnboardingStatus", {}).n("OdbClient", "GetOciOnboardingStatusCommand").f(void 0, void 0).ser(se_GetOciOnboardingStatusCommand).de(de_GetOciOnboardingStatusCommand).build() {
|
|
2516
|
+
static {
|
|
2517
|
+
__name(this, "GetOciOnboardingStatusCommand");
|
|
2518
|
+
}
|
|
2519
|
+
};
|
|
2520
|
+
|
|
2521
|
+
// src/commands/GetOdbNetworkCommand.ts
|
|
2522
|
+
|
|
2523
|
+
|
|
2524
|
+
|
|
2525
|
+
var GetOdbNetworkCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2526
|
+
return [
|
|
2527
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2528
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2529
|
+
];
|
|
2530
|
+
}).s("Odb", "GetOdbNetwork", {}).n("OdbClient", "GetOdbNetworkCommand").f(void 0, void 0).ser(se_GetOdbNetworkCommand).de(de_GetOdbNetworkCommand).build() {
|
|
2531
|
+
static {
|
|
2532
|
+
__name(this, "GetOdbNetworkCommand");
|
|
2533
|
+
}
|
|
2534
|
+
};
|
|
2535
|
+
|
|
2536
|
+
// src/commands/GetOdbPeeringConnectionCommand.ts
|
|
2537
|
+
|
|
2538
|
+
|
|
2539
|
+
|
|
2540
|
+
var GetOdbPeeringConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2541
|
+
return [
|
|
2542
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2543
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2544
|
+
];
|
|
2545
|
+
}).s("Odb", "GetOdbPeeringConnection", {}).n("OdbClient", "GetOdbPeeringConnectionCommand").f(void 0, void 0).ser(se_GetOdbPeeringConnectionCommand).de(de_GetOdbPeeringConnectionCommand).build() {
|
|
2546
|
+
static {
|
|
2547
|
+
__name(this, "GetOdbPeeringConnectionCommand");
|
|
2548
|
+
}
|
|
2549
|
+
};
|
|
2550
|
+
|
|
2551
|
+
// src/commands/InitializeServiceCommand.ts
|
|
2552
|
+
|
|
2553
|
+
|
|
2554
|
+
|
|
2555
|
+
var InitializeServiceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2556
|
+
return [
|
|
2557
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2558
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2559
|
+
];
|
|
2560
|
+
}).s("Odb", "InitializeService", {}).n("OdbClient", "InitializeServiceCommand").f(void 0, void 0).ser(se_InitializeServiceCommand).de(de_InitializeServiceCommand).build() {
|
|
2561
|
+
static {
|
|
2562
|
+
__name(this, "InitializeServiceCommand");
|
|
2563
|
+
}
|
|
2564
|
+
};
|
|
2565
|
+
|
|
2566
|
+
// src/commands/ListAutonomousVirtualMachinesCommand.ts
|
|
2567
|
+
|
|
2568
|
+
|
|
2569
|
+
|
|
2570
|
+
var ListAutonomousVirtualMachinesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2571
|
+
return [
|
|
2572
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2573
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2574
|
+
];
|
|
2575
|
+
}).s("Odb", "ListAutonomousVirtualMachines", {}).n("OdbClient", "ListAutonomousVirtualMachinesCommand").f(void 0, void 0).ser(se_ListAutonomousVirtualMachinesCommand).de(de_ListAutonomousVirtualMachinesCommand).build() {
|
|
2576
|
+
static {
|
|
2577
|
+
__name(this, "ListAutonomousVirtualMachinesCommand");
|
|
2578
|
+
}
|
|
2579
|
+
};
|
|
2580
|
+
|
|
2581
|
+
// src/commands/ListCloudAutonomousVmClustersCommand.ts
|
|
2582
|
+
|
|
2583
|
+
|
|
2584
|
+
|
|
2585
|
+
var ListCloudAutonomousVmClustersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2586
|
+
return [
|
|
2587
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2588
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2589
|
+
];
|
|
2590
|
+
}).s("Odb", "ListCloudAutonomousVmClusters", {}).n("OdbClient", "ListCloudAutonomousVmClustersCommand").f(void 0, void 0).ser(se_ListCloudAutonomousVmClustersCommand).de(de_ListCloudAutonomousVmClustersCommand).build() {
|
|
2591
|
+
static {
|
|
2592
|
+
__name(this, "ListCloudAutonomousVmClustersCommand");
|
|
2593
|
+
}
|
|
2594
|
+
};
|
|
2595
|
+
|
|
2596
|
+
// src/commands/ListCloudExadataInfrastructuresCommand.ts
|
|
2597
|
+
|
|
2598
|
+
|
|
2599
|
+
|
|
2600
|
+
var ListCloudExadataInfrastructuresCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2601
|
+
return [
|
|
2602
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2603
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2604
|
+
];
|
|
2605
|
+
}).s("Odb", "ListCloudExadataInfrastructures", {}).n("OdbClient", "ListCloudExadataInfrastructuresCommand").f(void 0, ListCloudExadataInfrastructuresOutputFilterSensitiveLog).ser(se_ListCloudExadataInfrastructuresCommand).de(de_ListCloudExadataInfrastructuresCommand).build() {
|
|
2606
|
+
static {
|
|
2607
|
+
__name(this, "ListCloudExadataInfrastructuresCommand");
|
|
2608
|
+
}
|
|
2609
|
+
};
|
|
2610
|
+
|
|
2611
|
+
// src/commands/ListCloudVmClustersCommand.ts
|
|
2612
|
+
|
|
2613
|
+
|
|
2614
|
+
|
|
2615
|
+
var ListCloudVmClustersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2616
|
+
return [
|
|
2617
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2618
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2619
|
+
];
|
|
2620
|
+
}).s("Odb", "ListCloudVmClusters", {}).n("OdbClient", "ListCloudVmClustersCommand").f(void 0, ListCloudVmClustersOutputFilterSensitiveLog).ser(se_ListCloudVmClustersCommand).de(de_ListCloudVmClustersCommand).build() {
|
|
2621
|
+
static {
|
|
2622
|
+
__name(this, "ListCloudVmClustersCommand");
|
|
2623
|
+
}
|
|
2624
|
+
};
|
|
2625
|
+
|
|
2626
|
+
// src/commands/ListDbNodesCommand.ts
|
|
2627
|
+
|
|
2628
|
+
|
|
2629
|
+
|
|
2630
|
+
var ListDbNodesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2631
|
+
return [
|
|
2632
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2633
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2634
|
+
];
|
|
2635
|
+
}).s("Odb", "ListDbNodes", {}).n("OdbClient", "ListDbNodesCommand").f(void 0, void 0).ser(se_ListDbNodesCommand).de(de_ListDbNodesCommand).build() {
|
|
2636
|
+
static {
|
|
2637
|
+
__name(this, "ListDbNodesCommand");
|
|
2638
|
+
}
|
|
2639
|
+
};
|
|
2640
|
+
|
|
2641
|
+
// src/commands/ListDbServersCommand.ts
|
|
2642
|
+
|
|
2643
|
+
|
|
2644
|
+
|
|
2645
|
+
var ListDbServersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2646
|
+
return [
|
|
2647
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2648
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2649
|
+
];
|
|
2650
|
+
}).s("Odb", "ListDbServers", {}).n("OdbClient", "ListDbServersCommand").f(void 0, void 0).ser(se_ListDbServersCommand).de(de_ListDbServersCommand).build() {
|
|
2651
|
+
static {
|
|
2652
|
+
__name(this, "ListDbServersCommand");
|
|
2653
|
+
}
|
|
2654
|
+
};
|
|
2655
|
+
|
|
2656
|
+
// src/commands/ListDbSystemShapesCommand.ts
|
|
2657
|
+
|
|
2658
|
+
|
|
2659
|
+
|
|
2660
|
+
var ListDbSystemShapesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2661
|
+
return [
|
|
2662
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2663
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2664
|
+
];
|
|
2665
|
+
}).s("Odb", "ListDbSystemShapes", {}).n("OdbClient", "ListDbSystemShapesCommand").f(void 0, void 0).ser(se_ListDbSystemShapesCommand).de(de_ListDbSystemShapesCommand).build() {
|
|
2666
|
+
static {
|
|
2667
|
+
__name(this, "ListDbSystemShapesCommand");
|
|
2668
|
+
}
|
|
2669
|
+
};
|
|
2670
|
+
|
|
2671
|
+
// src/commands/ListGiVersionsCommand.ts
|
|
2672
|
+
|
|
2673
|
+
|
|
2674
|
+
|
|
2675
|
+
var ListGiVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2676
|
+
return [
|
|
2677
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2678
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2679
|
+
];
|
|
2680
|
+
}).s("Odb", "ListGiVersions", {}).n("OdbClient", "ListGiVersionsCommand").f(void 0, void 0).ser(se_ListGiVersionsCommand).de(de_ListGiVersionsCommand).build() {
|
|
2681
|
+
static {
|
|
2682
|
+
__name(this, "ListGiVersionsCommand");
|
|
2683
|
+
}
|
|
2684
|
+
};
|
|
2685
|
+
|
|
2686
|
+
// src/commands/ListOdbNetworksCommand.ts
|
|
2687
|
+
|
|
2688
|
+
|
|
2689
|
+
|
|
2690
|
+
var ListOdbNetworksCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2691
|
+
return [
|
|
2692
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2693
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2694
|
+
];
|
|
2695
|
+
}).s("Odb", "ListOdbNetworks", {}).n("OdbClient", "ListOdbNetworksCommand").f(void 0, void 0).ser(se_ListOdbNetworksCommand).de(de_ListOdbNetworksCommand).build() {
|
|
2696
|
+
static {
|
|
2697
|
+
__name(this, "ListOdbNetworksCommand");
|
|
2698
|
+
}
|
|
2699
|
+
};
|
|
2700
|
+
|
|
2701
|
+
// src/commands/ListOdbPeeringConnectionsCommand.ts
|
|
2702
|
+
|
|
2703
|
+
|
|
2704
|
+
|
|
2705
|
+
var ListOdbPeeringConnectionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2706
|
+
return [
|
|
2707
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2708
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2709
|
+
];
|
|
2710
|
+
}).s("Odb", "ListOdbPeeringConnections", {}).n("OdbClient", "ListOdbPeeringConnectionsCommand").f(void 0, void 0).ser(se_ListOdbPeeringConnectionsCommand).de(de_ListOdbPeeringConnectionsCommand).build() {
|
|
2711
|
+
static {
|
|
2712
|
+
__name(this, "ListOdbPeeringConnectionsCommand");
|
|
2713
|
+
}
|
|
2714
|
+
};
|
|
2715
|
+
|
|
2716
|
+
// src/commands/ListSystemVersionsCommand.ts
|
|
2717
|
+
|
|
2718
|
+
|
|
2719
|
+
|
|
2720
|
+
var ListSystemVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2721
|
+
return [
|
|
2722
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2723
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2724
|
+
];
|
|
2725
|
+
}).s("Odb", "ListSystemVersions", {}).n("OdbClient", "ListSystemVersionsCommand").f(void 0, void 0).ser(se_ListSystemVersionsCommand).de(de_ListSystemVersionsCommand).build() {
|
|
2726
|
+
static {
|
|
2727
|
+
__name(this, "ListSystemVersionsCommand");
|
|
2728
|
+
}
|
|
2729
|
+
};
|
|
2730
|
+
|
|
2731
|
+
// src/commands/ListTagsForResourceCommand.ts
|
|
2732
|
+
|
|
2733
|
+
|
|
2734
|
+
|
|
2735
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2736
|
+
return [
|
|
2737
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2738
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2739
|
+
];
|
|
2740
|
+
}).s("Odb", "ListTagsForResource", {}).n("OdbClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
2741
|
+
static {
|
|
2742
|
+
__name(this, "ListTagsForResourceCommand");
|
|
2743
|
+
}
|
|
2744
|
+
};
|
|
2745
|
+
|
|
2746
|
+
// src/commands/RebootDbNodeCommand.ts
|
|
2747
|
+
|
|
2748
|
+
|
|
2749
|
+
|
|
2750
|
+
var RebootDbNodeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2751
|
+
return [
|
|
2752
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2753
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2754
|
+
];
|
|
2755
|
+
}).s("Odb", "RebootDbNode", {}).n("OdbClient", "RebootDbNodeCommand").f(void 0, void 0).ser(se_RebootDbNodeCommand).de(de_RebootDbNodeCommand).build() {
|
|
2756
|
+
static {
|
|
2757
|
+
__name(this, "RebootDbNodeCommand");
|
|
2758
|
+
}
|
|
2759
|
+
};
|
|
2760
|
+
|
|
2761
|
+
// src/commands/StartDbNodeCommand.ts
|
|
2762
|
+
|
|
2763
|
+
|
|
2764
|
+
|
|
2765
|
+
var StartDbNodeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2766
|
+
return [
|
|
2767
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2768
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2769
|
+
];
|
|
2770
|
+
}).s("Odb", "StartDbNode", {}).n("OdbClient", "StartDbNodeCommand").f(void 0, void 0).ser(se_StartDbNodeCommand).de(de_StartDbNodeCommand).build() {
|
|
2771
|
+
static {
|
|
2772
|
+
__name(this, "StartDbNodeCommand");
|
|
2773
|
+
}
|
|
2774
|
+
};
|
|
2775
|
+
|
|
2776
|
+
// src/commands/StopDbNodeCommand.ts
|
|
2777
|
+
|
|
2778
|
+
|
|
2779
|
+
|
|
2780
|
+
var StopDbNodeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2781
|
+
return [
|
|
2782
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2783
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2784
|
+
];
|
|
2785
|
+
}).s("Odb", "StopDbNode", {}).n("OdbClient", "StopDbNodeCommand").f(void 0, void 0).ser(se_StopDbNodeCommand).de(de_StopDbNodeCommand).build() {
|
|
2786
|
+
static {
|
|
2787
|
+
__name(this, "StopDbNodeCommand");
|
|
2788
|
+
}
|
|
2789
|
+
};
|
|
2790
|
+
|
|
2791
|
+
// src/commands/TagResourceCommand.ts
|
|
2792
|
+
|
|
2793
|
+
|
|
2794
|
+
|
|
2795
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2796
|
+
return [
|
|
2797
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2798
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2799
|
+
];
|
|
2800
|
+
}).s("Odb", "TagResource", {}).n("OdbClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
2801
|
+
static {
|
|
2802
|
+
__name(this, "TagResourceCommand");
|
|
2803
|
+
}
|
|
2804
|
+
};
|
|
2805
|
+
|
|
2806
|
+
// src/commands/UntagResourceCommand.ts
|
|
2807
|
+
|
|
2808
|
+
|
|
2809
|
+
|
|
2810
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2811
|
+
return [
|
|
2812
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2813
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2814
|
+
];
|
|
2815
|
+
}).s("Odb", "UntagResource", {}).n("OdbClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
2816
|
+
static {
|
|
2817
|
+
__name(this, "UntagResourceCommand");
|
|
2818
|
+
}
|
|
2819
|
+
};
|
|
2820
|
+
|
|
2821
|
+
// src/commands/UpdateCloudExadataInfrastructureCommand.ts
|
|
2822
|
+
|
|
2823
|
+
|
|
2824
|
+
|
|
2825
|
+
var UpdateCloudExadataInfrastructureCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2826
|
+
return [
|
|
2827
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2828
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2829
|
+
];
|
|
2830
|
+
}).s("Odb", "UpdateCloudExadataInfrastructure", {}).n("OdbClient", "UpdateCloudExadataInfrastructureCommand").f(void 0, void 0).ser(se_UpdateCloudExadataInfrastructureCommand).de(de_UpdateCloudExadataInfrastructureCommand).build() {
|
|
2831
|
+
static {
|
|
2832
|
+
__name(this, "UpdateCloudExadataInfrastructureCommand");
|
|
2833
|
+
}
|
|
2834
|
+
};
|
|
2835
|
+
|
|
2836
|
+
// src/commands/UpdateOdbNetworkCommand.ts
|
|
2837
|
+
|
|
2838
|
+
|
|
2839
|
+
|
|
2840
|
+
var UpdateOdbNetworkCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2841
|
+
return [
|
|
2842
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2843
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2844
|
+
];
|
|
2845
|
+
}).s("Odb", "UpdateOdbNetwork", {}).n("OdbClient", "UpdateOdbNetworkCommand").f(void 0, void 0).ser(se_UpdateOdbNetworkCommand).de(de_UpdateOdbNetworkCommand).build() {
|
|
2846
|
+
static {
|
|
2847
|
+
__name(this, "UpdateOdbNetworkCommand");
|
|
2848
|
+
}
|
|
2849
|
+
};
|
|
2850
|
+
|
|
2851
|
+
// src/Odb.ts
|
|
2852
|
+
var commands = {
|
|
2853
|
+
AcceptMarketplaceRegistrationCommand,
|
|
2854
|
+
CreateCloudAutonomousVmClusterCommand,
|
|
2855
|
+
CreateCloudExadataInfrastructureCommand,
|
|
2856
|
+
CreateCloudVmClusterCommand,
|
|
2857
|
+
CreateOdbNetworkCommand,
|
|
2858
|
+
CreateOdbPeeringConnectionCommand,
|
|
2859
|
+
DeleteCloudAutonomousVmClusterCommand,
|
|
2860
|
+
DeleteCloudExadataInfrastructureCommand,
|
|
2861
|
+
DeleteCloudVmClusterCommand,
|
|
2862
|
+
DeleteOdbNetworkCommand,
|
|
2863
|
+
DeleteOdbPeeringConnectionCommand,
|
|
2864
|
+
GetCloudAutonomousVmClusterCommand,
|
|
2865
|
+
GetCloudExadataInfrastructureCommand,
|
|
2866
|
+
GetCloudExadataInfrastructureUnallocatedResourcesCommand,
|
|
2867
|
+
GetCloudVmClusterCommand,
|
|
2868
|
+
GetDbNodeCommand,
|
|
2869
|
+
GetDbServerCommand,
|
|
2870
|
+
GetOciOnboardingStatusCommand,
|
|
2871
|
+
GetOdbNetworkCommand,
|
|
2872
|
+
GetOdbPeeringConnectionCommand,
|
|
2873
|
+
InitializeServiceCommand,
|
|
2874
|
+
ListAutonomousVirtualMachinesCommand,
|
|
2875
|
+
ListCloudAutonomousVmClustersCommand,
|
|
2876
|
+
ListCloudExadataInfrastructuresCommand,
|
|
2877
|
+
ListCloudVmClustersCommand,
|
|
2878
|
+
ListDbNodesCommand,
|
|
2879
|
+
ListDbServersCommand,
|
|
2880
|
+
ListDbSystemShapesCommand,
|
|
2881
|
+
ListGiVersionsCommand,
|
|
2882
|
+
ListOdbNetworksCommand,
|
|
2883
|
+
ListOdbPeeringConnectionsCommand,
|
|
2884
|
+
ListSystemVersionsCommand,
|
|
2885
|
+
ListTagsForResourceCommand,
|
|
2886
|
+
RebootDbNodeCommand,
|
|
2887
|
+
StartDbNodeCommand,
|
|
2888
|
+
StopDbNodeCommand,
|
|
2889
|
+
TagResourceCommand,
|
|
2890
|
+
UntagResourceCommand,
|
|
2891
|
+
UpdateCloudExadataInfrastructureCommand,
|
|
2892
|
+
UpdateOdbNetworkCommand
|
|
2893
|
+
};
|
|
2894
|
+
var Odb = class extends OdbClient {
|
|
2895
|
+
static {
|
|
2896
|
+
__name(this, "Odb");
|
|
2897
|
+
}
|
|
2898
|
+
};
|
|
2899
|
+
(0, import_smithy_client.createAggregatedClient)(commands, Odb);
|
|
2900
|
+
|
|
2901
|
+
// src/pagination/ListAutonomousVirtualMachinesPaginator.ts
|
|
2902
|
+
|
|
2903
|
+
var paginateListAutonomousVirtualMachines = (0, import_core.createPaginator)(OdbClient, ListAutonomousVirtualMachinesCommand, "nextToken", "nextToken", "maxResults");
|
|
2904
|
+
|
|
2905
|
+
// src/pagination/ListCloudAutonomousVmClustersPaginator.ts
|
|
2906
|
+
|
|
2907
|
+
var paginateListCloudAutonomousVmClusters = (0, import_core.createPaginator)(OdbClient, ListCloudAutonomousVmClustersCommand, "nextToken", "nextToken", "maxResults");
|
|
2908
|
+
|
|
2909
|
+
// src/pagination/ListCloudExadataInfrastructuresPaginator.ts
|
|
2910
|
+
|
|
2911
|
+
var paginateListCloudExadataInfrastructures = (0, import_core.createPaginator)(OdbClient, ListCloudExadataInfrastructuresCommand, "nextToken", "nextToken", "maxResults");
|
|
2912
|
+
|
|
2913
|
+
// src/pagination/ListCloudVmClustersPaginator.ts
|
|
2914
|
+
|
|
2915
|
+
var paginateListCloudVmClusters = (0, import_core.createPaginator)(OdbClient, ListCloudVmClustersCommand, "nextToken", "nextToken", "maxResults");
|
|
2916
|
+
|
|
2917
|
+
// src/pagination/ListDbNodesPaginator.ts
|
|
2918
|
+
|
|
2919
|
+
var paginateListDbNodes = (0, import_core.createPaginator)(OdbClient, ListDbNodesCommand, "nextToken", "nextToken", "maxResults");
|
|
2920
|
+
|
|
2921
|
+
// src/pagination/ListDbServersPaginator.ts
|
|
2922
|
+
|
|
2923
|
+
var paginateListDbServers = (0, import_core.createPaginator)(OdbClient, ListDbServersCommand, "nextToken", "nextToken", "maxResults");
|
|
2924
|
+
|
|
2925
|
+
// src/pagination/ListDbSystemShapesPaginator.ts
|
|
2926
|
+
|
|
2927
|
+
var paginateListDbSystemShapes = (0, import_core.createPaginator)(OdbClient, ListDbSystemShapesCommand, "nextToken", "nextToken", "maxResults");
|
|
2928
|
+
|
|
2929
|
+
// src/pagination/ListGiVersionsPaginator.ts
|
|
2930
|
+
|
|
2931
|
+
var paginateListGiVersions = (0, import_core.createPaginator)(OdbClient, ListGiVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
2932
|
+
|
|
2933
|
+
// src/pagination/ListOdbNetworksPaginator.ts
|
|
2934
|
+
|
|
2935
|
+
var paginateListOdbNetworks = (0, import_core.createPaginator)(OdbClient, ListOdbNetworksCommand, "nextToken", "nextToken", "maxResults");
|
|
2936
|
+
|
|
2937
|
+
// src/pagination/ListOdbPeeringConnectionsPaginator.ts
|
|
2938
|
+
|
|
2939
|
+
var paginateListOdbPeeringConnections = (0, import_core.createPaginator)(OdbClient, ListOdbPeeringConnectionsCommand, "nextToken", "nextToken", "maxResults");
|
|
2940
|
+
|
|
2941
|
+
// src/pagination/ListSystemVersionsPaginator.ts
|
|
2942
|
+
|
|
2943
|
+
var paginateListSystemVersions = (0, import_core.createPaginator)(OdbClient, ListSystemVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
2944
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
2945
|
+
|
|
2946
|
+
0 && (module.exports = {
|
|
2947
|
+
OdbServiceException,
|
|
2948
|
+
__Client,
|
|
2949
|
+
OdbClient,
|
|
2950
|
+
Odb,
|
|
2951
|
+
$Command,
|
|
2952
|
+
AcceptMarketplaceRegistrationCommand,
|
|
2953
|
+
CreateCloudAutonomousVmClusterCommand,
|
|
2954
|
+
CreateCloudExadataInfrastructureCommand,
|
|
2955
|
+
CreateCloudVmClusterCommand,
|
|
2956
|
+
CreateOdbNetworkCommand,
|
|
2957
|
+
CreateOdbPeeringConnectionCommand,
|
|
2958
|
+
DeleteCloudAutonomousVmClusterCommand,
|
|
2959
|
+
DeleteCloudExadataInfrastructureCommand,
|
|
2960
|
+
DeleteCloudVmClusterCommand,
|
|
2961
|
+
DeleteOdbNetworkCommand,
|
|
2962
|
+
DeleteOdbPeeringConnectionCommand,
|
|
2963
|
+
GetCloudAutonomousVmClusterCommand,
|
|
2964
|
+
GetCloudExadataInfrastructureCommand,
|
|
2965
|
+
GetCloudExadataInfrastructureUnallocatedResourcesCommand,
|
|
2966
|
+
GetCloudVmClusterCommand,
|
|
2967
|
+
GetDbNodeCommand,
|
|
2968
|
+
GetDbServerCommand,
|
|
2969
|
+
GetOciOnboardingStatusCommand,
|
|
2970
|
+
GetOdbNetworkCommand,
|
|
2971
|
+
GetOdbPeeringConnectionCommand,
|
|
2972
|
+
InitializeServiceCommand,
|
|
2973
|
+
ListAutonomousVirtualMachinesCommand,
|
|
2974
|
+
ListCloudAutonomousVmClustersCommand,
|
|
2975
|
+
ListCloudExadataInfrastructuresCommand,
|
|
2976
|
+
ListCloudVmClustersCommand,
|
|
2977
|
+
ListDbNodesCommand,
|
|
2978
|
+
ListDbServersCommand,
|
|
2979
|
+
ListDbSystemShapesCommand,
|
|
2980
|
+
ListGiVersionsCommand,
|
|
2981
|
+
ListOdbNetworksCommand,
|
|
2982
|
+
ListOdbPeeringConnectionsCommand,
|
|
2983
|
+
ListSystemVersionsCommand,
|
|
2984
|
+
ListTagsForResourceCommand,
|
|
2985
|
+
RebootDbNodeCommand,
|
|
2986
|
+
StartDbNodeCommand,
|
|
2987
|
+
StopDbNodeCommand,
|
|
2988
|
+
TagResourceCommand,
|
|
2989
|
+
UntagResourceCommand,
|
|
2990
|
+
UpdateCloudExadataInfrastructureCommand,
|
|
2991
|
+
UpdateOdbNetworkCommand,
|
|
2992
|
+
paginateListAutonomousVirtualMachines,
|
|
2993
|
+
paginateListCloudAutonomousVmClusters,
|
|
2994
|
+
paginateListCloudExadataInfrastructures,
|
|
2995
|
+
paginateListCloudVmClusters,
|
|
2996
|
+
paginateListDbNodes,
|
|
2997
|
+
paginateListDbServers,
|
|
2998
|
+
paginateListDbSystemShapes,
|
|
2999
|
+
paginateListGiVersions,
|
|
3000
|
+
paginateListOdbNetworks,
|
|
3001
|
+
paginateListOdbPeeringConnections,
|
|
3002
|
+
paginateListSystemVersions,
|
|
3003
|
+
AccessDeniedException,
|
|
3004
|
+
ConflictException,
|
|
3005
|
+
InternalServerException,
|
|
3006
|
+
ThrottlingException,
|
|
3007
|
+
ValidationExceptionReason,
|
|
3008
|
+
ValidationException,
|
|
3009
|
+
Access,
|
|
3010
|
+
ResourceStatus,
|
|
3011
|
+
ComputeModel,
|
|
3012
|
+
LicenseModel,
|
|
3013
|
+
DayOfWeekName,
|
|
3014
|
+
MonthName,
|
|
3015
|
+
PatchingModeType,
|
|
3016
|
+
PreferenceType,
|
|
3017
|
+
ResourceNotFoundException,
|
|
3018
|
+
ServiceQuotaExceededException,
|
|
3019
|
+
DbServerPatchingStatus,
|
|
3020
|
+
DiskRedundancy,
|
|
3021
|
+
IormLifecycleState,
|
|
3022
|
+
Objective,
|
|
3023
|
+
DbNodeMaintenanceType,
|
|
3024
|
+
DbNodeResourceStatus,
|
|
3025
|
+
ShapeType,
|
|
3026
|
+
OciOnboardingStatus,
|
|
3027
|
+
ManagedResourceStatus,
|
|
3028
|
+
VpcEndpointType,
|
|
3029
|
+
CustomerContactFilterSensitiveLog,
|
|
3030
|
+
CloudExadataInfrastructureFilterSensitiveLog,
|
|
3031
|
+
CloudExadataInfrastructureSummaryFilterSensitiveLog,
|
|
3032
|
+
CreateCloudExadataInfrastructureInputFilterSensitiveLog,
|
|
3033
|
+
GetCloudExadataInfrastructureOutputFilterSensitiveLog,
|
|
3034
|
+
ListCloudExadataInfrastructuresOutputFilterSensitiveLog,
|
|
3035
|
+
CloudVmClusterFilterSensitiveLog,
|
|
3036
|
+
CloudVmClusterSummaryFilterSensitiveLog,
|
|
3037
|
+
GetCloudVmClusterOutputFilterSensitiveLog,
|
|
3038
|
+
ListCloudVmClustersOutputFilterSensitiveLog
|
|
3039
|
+
});
|
|
3040
|
+
|