@aws-sdk/client-odb 3.841.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/LICENSE +201 -0
- package/README.md +525 -0
- package/dist-cjs/Odb.js +91 -0
- package/dist-cjs/OdbClient.js +52 -0
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/dist-cjs/commands/AcceptMarketplaceRegistrationCommand.js +26 -0
- package/dist-cjs/commands/CreateCloudAutonomousVmClusterCommand.js +26 -0
- package/dist-cjs/commands/CreateCloudExadataInfrastructureCommand.js +27 -0
- package/dist-cjs/commands/CreateCloudVmClusterCommand.js +26 -0
- package/dist-cjs/commands/CreateOdbNetworkCommand.js +26 -0
- package/dist-cjs/commands/CreateOdbPeeringConnectionCommand.js +26 -0
- package/dist-cjs/commands/DeleteCloudAutonomousVmClusterCommand.js +26 -0
- package/dist-cjs/commands/DeleteCloudExadataInfrastructureCommand.js +26 -0
- package/dist-cjs/commands/DeleteCloudVmClusterCommand.js +26 -0
- package/dist-cjs/commands/DeleteOdbNetworkCommand.js +26 -0
- package/dist-cjs/commands/DeleteOdbPeeringConnectionCommand.js +26 -0
- package/dist-cjs/commands/GetCloudAutonomousVmClusterCommand.js +26 -0
- package/dist-cjs/commands/GetCloudExadataInfrastructureCommand.js +27 -0
- package/dist-cjs/commands/GetCloudExadataInfrastructureUnallocatedResourcesCommand.js +26 -0
- package/dist-cjs/commands/GetCloudVmClusterCommand.js +27 -0
- package/dist-cjs/commands/GetDbNodeCommand.js +26 -0
- package/dist-cjs/commands/GetDbServerCommand.js +26 -0
- package/dist-cjs/commands/GetOciOnboardingStatusCommand.js +26 -0
- package/dist-cjs/commands/GetOdbNetworkCommand.js +26 -0
- package/dist-cjs/commands/GetOdbPeeringConnectionCommand.js +26 -0
- package/dist-cjs/commands/InitializeServiceCommand.js +26 -0
- package/dist-cjs/commands/ListAutonomousVirtualMachinesCommand.js +26 -0
- package/dist-cjs/commands/ListCloudAutonomousVmClustersCommand.js +26 -0
- package/dist-cjs/commands/ListCloudExadataInfrastructuresCommand.js +27 -0
- package/dist-cjs/commands/ListCloudVmClustersCommand.js +27 -0
- package/dist-cjs/commands/ListDbNodesCommand.js +26 -0
- package/dist-cjs/commands/ListDbServersCommand.js +26 -0
- package/dist-cjs/commands/ListDbSystemShapesCommand.js +26 -0
- package/dist-cjs/commands/ListGiVersionsCommand.js +26 -0
- package/dist-cjs/commands/ListOdbNetworksCommand.js +26 -0
- package/dist-cjs/commands/ListOdbPeeringConnectionsCommand.js +26 -0
- package/dist-cjs/commands/ListSystemVersionsCommand.js +26 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +26 -0
- package/dist-cjs/commands/RebootDbNodeCommand.js +26 -0
- package/dist-cjs/commands/StartDbNodeCommand.js +26 -0
- package/dist-cjs/commands/StopDbNodeCommand.js +26 -0
- package/dist-cjs/commands/TagResourceCommand.js +26 -0
- package/dist-cjs/commands/UntagResourceCommand.js +26 -0
- package/dist-cjs/commands/UpdateCloudExadataInfrastructureCommand.js +26 -0
- package/dist-cjs/commands/UpdateOdbNetworkCommand.js +26 -0
- package/dist-cjs/commands/index.js +43 -0
- package/dist-cjs/endpoint/EndpointParameters.js +17 -0
- package/dist-cjs/endpoint/endpointResolver.js +18 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/extensionConfiguration.js +2 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/OdbServiceException.js +12 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +303 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAutonomousVirtualMachinesPaginator.js +7 -0
- package/dist-cjs/pagination/ListCloudAutonomousVmClustersPaginator.js +7 -0
- package/dist-cjs/pagination/ListCloudExadataInfrastructuresPaginator.js +7 -0
- package/dist-cjs/pagination/ListCloudVmClustersPaginator.js +7 -0
- package/dist-cjs/pagination/ListDbNodesPaginator.js +7 -0
- package/dist-cjs/pagination/ListDbServersPaginator.js +7 -0
- package/dist-cjs/pagination/ListDbSystemShapesPaginator.js +7 -0
- package/dist-cjs/pagination/ListGiVersionsPaginator.js +7 -0
- package/dist-cjs/pagination/ListOdbNetworksPaginator.js +7 -0
- package/dist-cjs/pagination/ListOdbPeeringConnectionsPaginator.js +7 -0
- package/dist-cjs/pagination/ListSystemVersionsPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +15 -0
- package/dist-cjs/protocols/Aws_json1_0.js +1698 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +56 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +34 -0
- package/dist-cjs/runtimeExtensions.js +13 -0
- package/dist-es/Odb.js +87 -0
- package/dist-es/OdbClient.js +48 -0
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/dist-es/commands/AcceptMarketplaceRegistrationCommand.js +22 -0
- package/dist-es/commands/CreateCloudAutonomousVmClusterCommand.js +22 -0
- package/dist-es/commands/CreateCloudExadataInfrastructureCommand.js +23 -0
- package/dist-es/commands/CreateCloudVmClusterCommand.js +22 -0
- package/dist-es/commands/CreateOdbNetworkCommand.js +22 -0
- package/dist-es/commands/CreateOdbPeeringConnectionCommand.js +22 -0
- package/dist-es/commands/DeleteCloudAutonomousVmClusterCommand.js +22 -0
- package/dist-es/commands/DeleteCloudExadataInfrastructureCommand.js +22 -0
- package/dist-es/commands/DeleteCloudVmClusterCommand.js +22 -0
- package/dist-es/commands/DeleteOdbNetworkCommand.js +22 -0
- package/dist-es/commands/DeleteOdbPeeringConnectionCommand.js +22 -0
- package/dist-es/commands/GetCloudAutonomousVmClusterCommand.js +22 -0
- package/dist-es/commands/GetCloudExadataInfrastructureCommand.js +23 -0
- package/dist-es/commands/GetCloudExadataInfrastructureUnallocatedResourcesCommand.js +22 -0
- package/dist-es/commands/GetCloudVmClusterCommand.js +23 -0
- package/dist-es/commands/GetDbNodeCommand.js +22 -0
- package/dist-es/commands/GetDbServerCommand.js +22 -0
- package/dist-es/commands/GetOciOnboardingStatusCommand.js +22 -0
- package/dist-es/commands/GetOdbNetworkCommand.js +22 -0
- package/dist-es/commands/GetOdbPeeringConnectionCommand.js +22 -0
- package/dist-es/commands/InitializeServiceCommand.js +22 -0
- package/dist-es/commands/ListAutonomousVirtualMachinesCommand.js +22 -0
- package/dist-es/commands/ListCloudAutonomousVmClustersCommand.js +22 -0
- package/dist-es/commands/ListCloudExadataInfrastructuresCommand.js +23 -0
- package/dist-es/commands/ListCloudVmClustersCommand.js +23 -0
- package/dist-es/commands/ListDbNodesCommand.js +22 -0
- package/dist-es/commands/ListDbServersCommand.js +22 -0
- package/dist-es/commands/ListDbSystemShapesCommand.js +22 -0
- package/dist-es/commands/ListGiVersionsCommand.js +22 -0
- package/dist-es/commands/ListOdbNetworksCommand.js +22 -0
- package/dist-es/commands/ListOdbPeeringConnectionsCommand.js +22 -0
- package/dist-es/commands/ListSystemVersionsCommand.js +22 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +22 -0
- package/dist-es/commands/RebootDbNodeCommand.js +22 -0
- package/dist-es/commands/StartDbNodeCommand.js +22 -0
- package/dist-es/commands/StopDbNodeCommand.js +22 -0
- package/dist-es/commands/TagResourceCommand.js +22 -0
- package/dist-es/commands/UntagResourceCommand.js +22 -0
- package/dist-es/commands/UpdateCloudExadataInfrastructureCommand.js +22 -0
- package/dist-es/commands/UpdateOdbNetworkCommand.js +22 -0
- package/dist-es/commands/index.js +40 -0
- package/dist-es/endpoint/EndpointParameters.js +13 -0
- package/dist-es/endpoint/endpointResolver.js +14 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/OdbServiceException.js +8 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +283 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAutonomousVirtualMachinesPaginator.js +4 -0
- package/dist-es/pagination/ListCloudAutonomousVmClustersPaginator.js +4 -0
- package/dist-es/pagination/ListCloudExadataInfrastructuresPaginator.js +4 -0
- package/dist-es/pagination/ListCloudVmClustersPaginator.js +4 -0
- package/dist-es/pagination/ListDbNodesPaginator.js +4 -0
- package/dist-es/pagination/ListDbServersPaginator.js +4 -0
- package/dist-es/pagination/ListDbSystemShapesPaginator.js +4 -0
- package/dist-es/pagination/ListGiVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListOdbNetworksPaginator.js +4 -0
- package/dist-es/pagination/ListOdbPeeringConnectionsPaginator.js +4 -0
- package/dist-es/pagination/ListSystemVersionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +12 -0
- package/dist-es/protocols/Aws_json1_0.js +1614 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +51 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +30 -0
- package/dist-es/runtimeExtensions.js +9 -0
- package/dist-types/Odb.d.ts +299 -0
- package/dist-types/OdbClient.d.ts +227 -0
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/dist-types/commands/AcceptMarketplaceRegistrationCommand.d.ts +85 -0
- package/dist-types/commands/CreateCloudAutonomousVmClusterCommand.d.ts +139 -0
- package/dist-types/commands/CreateCloudExadataInfrastructureCommand.d.ts +133 -0
- package/dist-types/commands/CreateCloudVmClusterCommand.d.ts +126 -0
- package/dist-types/commands/CreateOdbNetworkCommand.d.ts +106 -0
- package/dist-types/commands/CreateOdbPeeringConnectionCommand.d.ts +99 -0
- package/dist-types/commands/DeleteCloudAutonomousVmClusterCommand.d.ts +85 -0
- package/dist-types/commands/DeleteCloudExadataInfrastructureCommand.d.ts +88 -0
- package/dist-types/commands/DeleteCloudVmClusterCommand.d.ts +85 -0
- package/dist-types/commands/DeleteOdbNetworkCommand.d.ts +86 -0
- package/dist-types/commands/DeleteOdbPeeringConnectionCommand.d.ts +85 -0
- package/dist-types/commands/GetCloudAutonomousVmClusterCommand.d.ts +162 -0
- package/dist-types/commands/GetCloudExadataInfrastructureCommand.d.ts +153 -0
- package/dist-types/commands/GetCloudExadataInfrastructureUnallocatedResourcesCommand.d.ts +103 -0
- package/dist-types/commands/GetCloudVmClusterCommand.d.ts +151 -0
- package/dist-types/commands/GetDbNodeCommand.d.ts +117 -0
- package/dist-types/commands/GetDbServerCommand.d.ts +120 -0
- package/dist-types/commands/GetOciOnboardingStatusCommand.d.ts +84 -0
- package/dist-types/commands/GetOdbNetworkCommand.d.ts +140 -0
- package/dist-types/commands/GetOdbPeeringConnectionCommand.d.ts +98 -0
- package/dist-types/commands/InitializeServiceCommand.d.ts +80 -0
- package/dist-types/commands/ListAutonomousVirtualMachinesCommand.d.ts +106 -0
- package/dist-types/commands/ListCloudAutonomousVmClustersCommand.d.ts +167 -0
- package/dist-types/commands/ListCloudExadataInfrastructuresCommand.d.ts +154 -0
- package/dist-types/commands/ListCloudVmClustersCommand.d.ts +156 -0
- package/dist-types/commands/ListDbNodesCommand.d.ts +119 -0
- package/dist-types/commands/ListDbServersCommand.d.ts +124 -0
- package/dist-types/commands/ListDbSystemShapesCommand.d.ts +115 -0
- package/dist-types/commands/ListGiVersionsCommand.d.ts +91 -0
- package/dist-types/commands/ListOdbNetworksCommand.d.ts +141 -0
- package/dist-types/commands/ListOdbPeeringConnectionsCommand.d.ts +103 -0
- package/dist-types/commands/ListSystemVersionsCommand.d.ts +99 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +77 -0
- package/dist-types/commands/RebootDbNodeCommand.d.ts +90 -0
- package/dist-types/commands/StartDbNodeCommand.d.ts +90 -0
- package/dist-types/commands/StopDbNodeCommand.d.ts +90 -0
- package/dist-types/commands/TagResourceCommand.d.ts +79 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +76 -0
- package/dist-types/commands/UpdateCloudExadataInfrastructureCommand.d.ts +117 -0
- package/dist-types/commands/UpdateOdbNetworkCommand.d.ts +103 -0
- package/dist-types/commands/index.d.ts +40 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +38 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +9 -0
- package/dist-types/index.d.ts +14 -0
- package/dist-types/models/OdbServiceException.d.ts +14 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +4654 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListAutonomousVirtualMachinesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCloudAutonomousVmClustersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCloudExadataInfrastructuresPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCloudVmClustersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDbNodesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDbServersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDbSystemShapesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListGiVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListOdbNetworksPaginator.d.ts +7 -0
- package/dist-types/pagination/ListOdbPeeringConnectionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSystemVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +12 -0
- package/dist-types/protocols/Aws_json1_0.d.ts +362 -0
- package/dist-types/runtimeConfig.browser.d.ts +50 -0
- package/dist-types/runtimeConfig.d.ts +50 -0
- package/dist-types/runtimeConfig.native.d.ts +49 -0
- package/dist-types/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/Odb.d.ts +700 -0
- package/dist-types/ts3.4/OdbClient.d.ts +356 -0
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +46 -0
- package/dist-types/ts3.4/commands/AcceptMarketplaceRegistrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateCloudAutonomousVmClusterCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateCloudExadataInfrastructureCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateCloudVmClusterCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateOdbNetworkCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateOdbPeeringConnectionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteCloudAutonomousVmClusterCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteCloudExadataInfrastructureCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteCloudVmClusterCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteOdbNetworkCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteOdbPeeringConnectionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCloudAutonomousVmClusterCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCloudExadataInfrastructureCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCloudExadataInfrastructureUnallocatedResourcesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCloudVmClusterCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetDbNodeCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetDbServerCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetOciOnboardingStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetOdbNetworkCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetOdbPeeringConnectionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/InitializeServiceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListAutonomousVirtualMachinesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCloudAutonomousVmClustersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCloudExadataInfrastructuresCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCloudVmClustersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDbNodesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListDbServersCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListDbSystemShapesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListGiVersionsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListOdbNetworksCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListOdbPeeringConnectionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListSystemVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RebootDbNodeCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/StartDbNodeCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/StopDbNodeCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateCloudExadataInfrastructureCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateOdbNetworkCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +40 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +9 -0
- package/dist-types/ts3.4/models/OdbServiceException.d.ts +9 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1187 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
- package/dist-types/ts3.4/pagination/ListAutonomousVirtualMachinesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCloudAutonomousVmClustersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCloudExadataInfrastructuresPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCloudVmClustersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDbNodesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDbServersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDbSystemShapesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListGiVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListOdbNetworksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListOdbPeeringConnectionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSystemVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +12 -0
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +485 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +92 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +89 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +96 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/package.json +101 -0
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetOdbNetworkCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class GetOdbNetworkCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Odb", "GetOdbNetwork", {})
|
|
20
|
+
.n("OdbClient", "GetOdbNetworkCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_json1_0_1.se_GetOdbNetworkCommand)
|
|
23
|
+
.de(Aws_json1_0_1.de_GetOdbNetworkCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.GetOdbNetworkCommand = GetOdbNetworkCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetOdbPeeringConnectionCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class GetOdbPeeringConnectionCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Odb", "GetOdbPeeringConnection", {})
|
|
20
|
+
.n("OdbClient", "GetOdbPeeringConnectionCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_json1_0_1.se_GetOdbPeeringConnectionCommand)
|
|
23
|
+
.de(Aws_json1_0_1.de_GetOdbPeeringConnectionCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.GetOdbPeeringConnectionCommand = GetOdbPeeringConnectionCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.InitializeServiceCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class InitializeServiceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Odb", "InitializeService", {})
|
|
20
|
+
.n("OdbClient", "InitializeServiceCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_json1_0_1.se_InitializeServiceCommand)
|
|
23
|
+
.de(Aws_json1_0_1.de_InitializeServiceCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.InitializeServiceCommand = InitializeServiceCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListAutonomousVirtualMachinesCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class ListAutonomousVirtualMachinesCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Odb", "ListAutonomousVirtualMachines", {})
|
|
20
|
+
.n("OdbClient", "ListAutonomousVirtualMachinesCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_json1_0_1.se_ListAutonomousVirtualMachinesCommand)
|
|
23
|
+
.de(Aws_json1_0_1.de_ListAutonomousVirtualMachinesCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.ListAutonomousVirtualMachinesCommand = ListAutonomousVirtualMachinesCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListCloudAutonomousVmClustersCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class ListCloudAutonomousVmClustersCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Odb", "ListCloudAutonomousVmClusters", {})
|
|
20
|
+
.n("OdbClient", "ListCloudAutonomousVmClustersCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_json1_0_1.se_ListCloudAutonomousVmClustersCommand)
|
|
23
|
+
.de(Aws_json1_0_1.de_ListCloudAutonomousVmClustersCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.ListCloudAutonomousVmClustersCommand = ListCloudAutonomousVmClustersCommand;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListCloudExadataInfrastructuresCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const models_0_1 = require("../models/models_0");
|
|
10
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
+
class ListCloudExadataInfrastructuresCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep(EndpointParameters_1.commonParams)
|
|
14
|
+
.m(function (Command, cs, config, o) {
|
|
15
|
+
return [
|
|
16
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
17
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
18
|
+
];
|
|
19
|
+
})
|
|
20
|
+
.s("Odb", "ListCloudExadataInfrastructures", {})
|
|
21
|
+
.n("OdbClient", "ListCloudExadataInfrastructuresCommand")
|
|
22
|
+
.f(void 0, models_0_1.ListCloudExadataInfrastructuresOutputFilterSensitiveLog)
|
|
23
|
+
.ser(Aws_json1_0_1.se_ListCloudExadataInfrastructuresCommand)
|
|
24
|
+
.de(Aws_json1_0_1.de_ListCloudExadataInfrastructuresCommand)
|
|
25
|
+
.build() {
|
|
26
|
+
}
|
|
27
|
+
exports.ListCloudExadataInfrastructuresCommand = ListCloudExadataInfrastructuresCommand;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListCloudVmClustersCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const models_0_1 = require("../models/models_0");
|
|
10
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
+
class ListCloudVmClustersCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep(EndpointParameters_1.commonParams)
|
|
14
|
+
.m(function (Command, cs, config, o) {
|
|
15
|
+
return [
|
|
16
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
17
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
18
|
+
];
|
|
19
|
+
})
|
|
20
|
+
.s("Odb", "ListCloudVmClusters", {})
|
|
21
|
+
.n("OdbClient", "ListCloudVmClustersCommand")
|
|
22
|
+
.f(void 0, models_0_1.ListCloudVmClustersOutputFilterSensitiveLog)
|
|
23
|
+
.ser(Aws_json1_0_1.se_ListCloudVmClustersCommand)
|
|
24
|
+
.de(Aws_json1_0_1.de_ListCloudVmClustersCommand)
|
|
25
|
+
.build() {
|
|
26
|
+
}
|
|
27
|
+
exports.ListCloudVmClustersCommand = ListCloudVmClustersCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListDbNodesCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class ListDbNodesCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Odb", "ListDbNodes", {})
|
|
20
|
+
.n("OdbClient", "ListDbNodesCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_json1_0_1.se_ListDbNodesCommand)
|
|
23
|
+
.de(Aws_json1_0_1.de_ListDbNodesCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.ListDbNodesCommand = ListDbNodesCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListDbServersCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class ListDbServersCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Odb", "ListDbServers", {})
|
|
20
|
+
.n("OdbClient", "ListDbServersCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_json1_0_1.se_ListDbServersCommand)
|
|
23
|
+
.de(Aws_json1_0_1.de_ListDbServersCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.ListDbServersCommand = ListDbServersCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListDbSystemShapesCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class ListDbSystemShapesCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Odb", "ListDbSystemShapes", {})
|
|
20
|
+
.n("OdbClient", "ListDbSystemShapesCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_json1_0_1.se_ListDbSystemShapesCommand)
|
|
23
|
+
.de(Aws_json1_0_1.de_ListDbSystemShapesCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.ListDbSystemShapesCommand = ListDbSystemShapesCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListGiVersionsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class ListGiVersionsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Odb", "ListGiVersions", {})
|
|
20
|
+
.n("OdbClient", "ListGiVersionsCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_json1_0_1.se_ListGiVersionsCommand)
|
|
23
|
+
.de(Aws_json1_0_1.de_ListGiVersionsCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.ListGiVersionsCommand = ListGiVersionsCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListOdbNetworksCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class ListOdbNetworksCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Odb", "ListOdbNetworks", {})
|
|
20
|
+
.n("OdbClient", "ListOdbNetworksCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_json1_0_1.se_ListOdbNetworksCommand)
|
|
23
|
+
.de(Aws_json1_0_1.de_ListOdbNetworksCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.ListOdbNetworksCommand = ListOdbNetworksCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListOdbPeeringConnectionsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class ListOdbPeeringConnectionsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Odb", "ListOdbPeeringConnections", {})
|
|
20
|
+
.n("OdbClient", "ListOdbPeeringConnectionsCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_json1_0_1.se_ListOdbPeeringConnectionsCommand)
|
|
23
|
+
.de(Aws_json1_0_1.de_ListOdbPeeringConnectionsCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.ListOdbPeeringConnectionsCommand = ListOdbPeeringConnectionsCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListSystemVersionsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class ListSystemVersionsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Odb", "ListSystemVersions", {})
|
|
20
|
+
.n("OdbClient", "ListSystemVersionsCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_json1_0_1.se_ListSystemVersionsCommand)
|
|
23
|
+
.de(Aws_json1_0_1.de_ListSystemVersionsCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.ListSystemVersionsCommand = ListSystemVersionsCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListTagsForResourceCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class ListTagsForResourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Odb", "ListTagsForResource", {})
|
|
20
|
+
.n("OdbClient", "ListTagsForResourceCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_json1_0_1.se_ListTagsForResourceCommand)
|
|
23
|
+
.de(Aws_json1_0_1.de_ListTagsForResourceCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RebootDbNodeCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class RebootDbNodeCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Odb", "RebootDbNode", {})
|
|
20
|
+
.n("OdbClient", "RebootDbNodeCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_json1_0_1.se_RebootDbNodeCommand)
|
|
23
|
+
.de(Aws_json1_0_1.de_RebootDbNodeCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.RebootDbNodeCommand = RebootDbNodeCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StartDbNodeCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class StartDbNodeCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Odb", "StartDbNode", {})
|
|
20
|
+
.n("OdbClient", "StartDbNodeCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_json1_0_1.se_StartDbNodeCommand)
|
|
23
|
+
.de(Aws_json1_0_1.de_StartDbNodeCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.StartDbNodeCommand = StartDbNodeCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StopDbNodeCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class StopDbNodeCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Odb", "StopDbNode", {})
|
|
20
|
+
.n("OdbClient", "StopDbNodeCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_json1_0_1.se_StopDbNodeCommand)
|
|
23
|
+
.de(Aws_json1_0_1.de_StopDbNodeCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.StopDbNodeCommand = StopDbNodeCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TagResourceCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class TagResourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Odb", "TagResource", {})
|
|
20
|
+
.n("OdbClient", "TagResourceCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_json1_0_1.se_TagResourceCommand)
|
|
23
|
+
.de(Aws_json1_0_1.de_TagResourceCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Odb", "UntagResource", {})
|
|
20
|
+
.n("OdbClient", "UntagResourceCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_json1_0_1.se_UntagResourceCommand)
|
|
23
|
+
.de(Aws_json1_0_1.de_UntagResourceCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateCloudExadataInfrastructureCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class UpdateCloudExadataInfrastructureCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Odb", "UpdateCloudExadataInfrastructure", {})
|
|
20
|
+
.n("OdbClient", "UpdateCloudExadataInfrastructureCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_json1_0_1.se_UpdateCloudExadataInfrastructureCommand)
|
|
23
|
+
.de(Aws_json1_0_1.de_UpdateCloudExadataInfrastructureCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.UpdateCloudExadataInfrastructureCommand = UpdateCloudExadataInfrastructureCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateOdbNetworkCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class UpdateOdbNetworkCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Odb", "UpdateOdbNetwork", {})
|
|
20
|
+
.n("OdbClient", "UpdateOdbNetworkCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_json1_0_1.se_UpdateOdbNetworkCommand)
|
|
23
|
+
.de(Aws_json1_0_1.de_UpdateOdbNetworkCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.UpdateOdbNetworkCommand = UpdateOdbNetworkCommand;
|