@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,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateOdbPeeringConnectionInput,
|
|
5
|
+
CreateOdbPeeringConnectionOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OdbClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OdbClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateOdbPeeringConnectionCommandInput
|
|
15
|
+
extends CreateOdbPeeringConnectionInput {}
|
|
16
|
+
export interface CreateOdbPeeringConnectionCommandOutput
|
|
17
|
+
extends CreateOdbPeeringConnectionOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateOdbPeeringConnectionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateOdbPeeringConnectionCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateOdbPeeringConnectionCommandInput,
|
|
24
|
+
CreateOdbPeeringConnectionCommandOutput,
|
|
25
|
+
OdbClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateOdbPeeringConnectionCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateOdbPeeringConnectionCommandInput,
|
|
33
|
+
CreateOdbPeeringConnectionCommandOutput,
|
|
34
|
+
OdbClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateOdbPeeringConnectionCommand extends CreateOdbPeeringConnectionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateOdbPeeringConnectionInput;
|
|
44
|
+
output: CreateOdbPeeringConnectionOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateOdbPeeringConnectionCommandInput;
|
|
48
|
+
output: CreateOdbPeeringConnectionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DeleteCloudAutonomousVmClusterInput,
|
|
5
|
+
DeleteCloudAutonomousVmClusterOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OdbClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OdbClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteCloudAutonomousVmClusterCommandInput
|
|
15
|
+
extends DeleteCloudAutonomousVmClusterInput {}
|
|
16
|
+
export interface DeleteCloudAutonomousVmClusterCommandOutput
|
|
17
|
+
extends DeleteCloudAutonomousVmClusterOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteCloudAutonomousVmClusterCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteCloudAutonomousVmClusterCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteCloudAutonomousVmClusterCommandInput,
|
|
24
|
+
DeleteCloudAutonomousVmClusterCommandOutput,
|
|
25
|
+
OdbClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteCloudAutonomousVmClusterCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteCloudAutonomousVmClusterCommandInput,
|
|
33
|
+
DeleteCloudAutonomousVmClusterCommandOutput,
|
|
34
|
+
OdbClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteCloudAutonomousVmClusterCommand extends DeleteCloudAutonomousVmClusterCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteCloudAutonomousVmClusterInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteCloudAutonomousVmClusterCommandInput;
|
|
48
|
+
output: DeleteCloudAutonomousVmClusterCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DeleteCloudExadataInfrastructureInput,
|
|
5
|
+
DeleteCloudExadataInfrastructureOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OdbClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OdbClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteCloudExadataInfrastructureCommandInput
|
|
15
|
+
extends DeleteCloudExadataInfrastructureInput {}
|
|
16
|
+
export interface DeleteCloudExadataInfrastructureCommandOutput
|
|
17
|
+
extends DeleteCloudExadataInfrastructureOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteCloudExadataInfrastructureCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteCloudExadataInfrastructureCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteCloudExadataInfrastructureCommandInput,
|
|
24
|
+
DeleteCloudExadataInfrastructureCommandOutput,
|
|
25
|
+
OdbClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteCloudExadataInfrastructureCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteCloudExadataInfrastructureCommandInput,
|
|
33
|
+
DeleteCloudExadataInfrastructureCommandOutput,
|
|
34
|
+
OdbClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteCloudExadataInfrastructureCommand extends DeleteCloudExadataInfrastructureCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteCloudExadataInfrastructureInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteCloudExadataInfrastructureCommandInput;
|
|
48
|
+
output: DeleteCloudExadataInfrastructureCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DeleteCloudVmClusterInput,
|
|
5
|
+
DeleteCloudVmClusterOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OdbClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OdbClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteCloudVmClusterCommandInput
|
|
15
|
+
extends DeleteCloudVmClusterInput {}
|
|
16
|
+
export interface DeleteCloudVmClusterCommandOutput
|
|
17
|
+
extends DeleteCloudVmClusterOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteCloudVmClusterCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteCloudVmClusterCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteCloudVmClusterCommandInput,
|
|
24
|
+
DeleteCloudVmClusterCommandOutput,
|
|
25
|
+
OdbClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteCloudVmClusterCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteCloudVmClusterCommandInput,
|
|
33
|
+
DeleteCloudVmClusterCommandOutput,
|
|
34
|
+
OdbClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteCloudVmClusterCommand extends DeleteCloudVmClusterCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteCloudVmClusterInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteCloudVmClusterCommandInput;
|
|
48
|
+
output: DeleteCloudVmClusterCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DeleteOdbNetworkInput,
|
|
5
|
+
DeleteOdbNetworkOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OdbClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OdbClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteOdbNetworkCommandInput extends DeleteOdbNetworkInput {}
|
|
15
|
+
export interface DeleteOdbNetworkCommandOutput
|
|
16
|
+
extends DeleteOdbNetworkOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const DeleteOdbNetworkCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteOdbNetworkCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
DeleteOdbNetworkCommandInput,
|
|
23
|
+
DeleteOdbNetworkCommandOutput,
|
|
24
|
+
OdbClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: DeleteOdbNetworkCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteOdbNetworkCommandInput,
|
|
32
|
+
DeleteOdbNetworkCommandOutput,
|
|
33
|
+
OdbClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class DeleteOdbNetworkCommand extends DeleteOdbNetworkCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteOdbNetworkInput;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteOdbNetworkCommandInput;
|
|
47
|
+
output: DeleteOdbNetworkCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DeleteOdbPeeringConnectionInput,
|
|
5
|
+
DeleteOdbPeeringConnectionOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OdbClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OdbClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteOdbPeeringConnectionCommandInput
|
|
15
|
+
extends DeleteOdbPeeringConnectionInput {}
|
|
16
|
+
export interface DeleteOdbPeeringConnectionCommandOutput
|
|
17
|
+
extends DeleteOdbPeeringConnectionOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteOdbPeeringConnectionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteOdbPeeringConnectionCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteOdbPeeringConnectionCommandInput,
|
|
24
|
+
DeleteOdbPeeringConnectionCommandOutput,
|
|
25
|
+
OdbClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteOdbPeeringConnectionCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteOdbPeeringConnectionCommandInput,
|
|
33
|
+
DeleteOdbPeeringConnectionCommandOutput,
|
|
34
|
+
OdbClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteOdbPeeringConnectionCommand extends DeleteOdbPeeringConnectionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteOdbPeeringConnectionInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteOdbPeeringConnectionCommandInput;
|
|
48
|
+
output: DeleteOdbPeeringConnectionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetCloudAutonomousVmClusterInput,
|
|
5
|
+
GetCloudAutonomousVmClusterOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OdbClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OdbClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetCloudAutonomousVmClusterCommandInput
|
|
15
|
+
extends GetCloudAutonomousVmClusterInput {}
|
|
16
|
+
export interface GetCloudAutonomousVmClusterCommandOutput
|
|
17
|
+
extends GetCloudAutonomousVmClusterOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetCloudAutonomousVmClusterCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetCloudAutonomousVmClusterCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetCloudAutonomousVmClusterCommandInput,
|
|
24
|
+
GetCloudAutonomousVmClusterCommandOutput,
|
|
25
|
+
OdbClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetCloudAutonomousVmClusterCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetCloudAutonomousVmClusterCommandInput,
|
|
33
|
+
GetCloudAutonomousVmClusterCommandOutput,
|
|
34
|
+
OdbClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetCloudAutonomousVmClusterCommand extends GetCloudAutonomousVmClusterCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetCloudAutonomousVmClusterInput;
|
|
44
|
+
output: GetCloudAutonomousVmClusterOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetCloudAutonomousVmClusterCommandInput;
|
|
48
|
+
output: GetCloudAutonomousVmClusterCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetCloudExadataInfrastructureInput,
|
|
5
|
+
GetCloudExadataInfrastructureOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OdbClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OdbClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetCloudExadataInfrastructureCommandInput
|
|
15
|
+
extends GetCloudExadataInfrastructureInput {}
|
|
16
|
+
export interface GetCloudExadataInfrastructureCommandOutput
|
|
17
|
+
extends GetCloudExadataInfrastructureOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetCloudExadataInfrastructureCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetCloudExadataInfrastructureCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetCloudExadataInfrastructureCommandInput,
|
|
24
|
+
GetCloudExadataInfrastructureCommandOutput,
|
|
25
|
+
OdbClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetCloudExadataInfrastructureCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetCloudExadataInfrastructureCommandInput,
|
|
33
|
+
GetCloudExadataInfrastructureCommandOutput,
|
|
34
|
+
OdbClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetCloudExadataInfrastructureCommand extends GetCloudExadataInfrastructureCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetCloudExadataInfrastructureInput;
|
|
44
|
+
output: GetCloudExadataInfrastructureOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetCloudExadataInfrastructureCommandInput;
|
|
48
|
+
output: GetCloudExadataInfrastructureCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
package/dist-types/ts3.4/commands/GetCloudExadataInfrastructureUnallocatedResourcesCommand.d.ts
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetCloudExadataInfrastructureUnallocatedResourcesInput,
|
|
5
|
+
GetCloudExadataInfrastructureUnallocatedResourcesOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OdbClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OdbClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetCloudExadataInfrastructureUnallocatedResourcesCommandInput
|
|
15
|
+
extends GetCloudExadataInfrastructureUnallocatedResourcesInput {}
|
|
16
|
+
export interface GetCloudExadataInfrastructureUnallocatedResourcesCommandOutput
|
|
17
|
+
extends GetCloudExadataInfrastructureUnallocatedResourcesOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetCloudExadataInfrastructureUnallocatedResourcesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetCloudExadataInfrastructureUnallocatedResourcesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetCloudExadataInfrastructureUnallocatedResourcesCommandInput,
|
|
24
|
+
GetCloudExadataInfrastructureUnallocatedResourcesCommandOutput,
|
|
25
|
+
OdbClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetCloudExadataInfrastructureUnallocatedResourcesCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetCloudExadataInfrastructureUnallocatedResourcesCommandInput,
|
|
33
|
+
GetCloudExadataInfrastructureUnallocatedResourcesCommandOutput,
|
|
34
|
+
OdbClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetCloudExadataInfrastructureUnallocatedResourcesCommand extends GetCloudExadataInfrastructureUnallocatedResourcesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetCloudExadataInfrastructureUnallocatedResourcesInput;
|
|
44
|
+
output: GetCloudExadataInfrastructureUnallocatedResourcesOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetCloudExadataInfrastructureUnallocatedResourcesCommandInput;
|
|
48
|
+
output: GetCloudExadataInfrastructureUnallocatedResourcesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetCloudVmClusterInput,
|
|
5
|
+
GetCloudVmClusterOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OdbClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OdbClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetCloudVmClusterCommandInput extends GetCloudVmClusterInput {}
|
|
15
|
+
export interface GetCloudVmClusterCommandOutput
|
|
16
|
+
extends GetCloudVmClusterOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const GetCloudVmClusterCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetCloudVmClusterCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetCloudVmClusterCommandInput,
|
|
23
|
+
GetCloudVmClusterCommandOutput,
|
|
24
|
+
OdbClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: GetCloudVmClusterCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetCloudVmClusterCommandInput,
|
|
32
|
+
GetCloudVmClusterCommandOutput,
|
|
33
|
+
OdbClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class GetCloudVmClusterCommand extends GetCloudVmClusterCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetCloudVmClusterInput;
|
|
43
|
+
output: GetCloudVmClusterOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetCloudVmClusterCommandInput;
|
|
47
|
+
output: GetCloudVmClusterCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { GetDbNodeInput, GetDbNodeOutput } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
OdbClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../OdbClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface GetDbNodeCommandInput extends GetDbNodeInput {}
|
|
12
|
+
export interface GetDbNodeCommandOutput
|
|
13
|
+
extends GetDbNodeOutput,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const GetDbNodeCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: GetDbNodeCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
GetDbNodeCommandInput,
|
|
20
|
+
GetDbNodeCommandOutput,
|
|
21
|
+
OdbClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: GetDbNodeCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
GetDbNodeCommandInput,
|
|
29
|
+
GetDbNodeCommandOutput,
|
|
30
|
+
OdbClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class GetDbNodeCommand extends GetDbNodeCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetDbNodeInput;
|
|
40
|
+
output: GetDbNodeOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetDbNodeCommandInput;
|
|
44
|
+
output: GetDbNodeCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { GetDbServerInput, GetDbServerOutput } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
OdbClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../OdbClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface GetDbServerCommandInput extends GetDbServerInput {}
|
|
12
|
+
export interface GetDbServerCommandOutput
|
|
13
|
+
extends GetDbServerOutput,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const GetDbServerCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: GetDbServerCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
GetDbServerCommandInput,
|
|
20
|
+
GetDbServerCommandOutput,
|
|
21
|
+
OdbClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: GetDbServerCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
GetDbServerCommandInput,
|
|
29
|
+
GetDbServerCommandOutput,
|
|
30
|
+
OdbClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class GetDbServerCommand extends GetDbServerCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetDbServerInput;
|
|
40
|
+
output: GetDbServerOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetDbServerCommandInput;
|
|
44
|
+
output: GetDbServerCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetOciOnboardingStatusInput,
|
|
5
|
+
GetOciOnboardingStatusOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OdbClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OdbClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetOciOnboardingStatusCommandInput
|
|
15
|
+
extends GetOciOnboardingStatusInput {}
|
|
16
|
+
export interface GetOciOnboardingStatusCommandOutput
|
|
17
|
+
extends GetOciOnboardingStatusOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetOciOnboardingStatusCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetOciOnboardingStatusCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetOciOnboardingStatusCommandInput,
|
|
24
|
+
GetOciOnboardingStatusCommandOutput,
|
|
25
|
+
OdbClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [GetOciOnboardingStatusCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetOciOnboardingStatusCommandInput,
|
|
33
|
+
GetOciOnboardingStatusCommandOutput,
|
|
34
|
+
OdbClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetOciOnboardingStatusCommand extends GetOciOnboardingStatusCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: {};
|
|
44
|
+
output: GetOciOnboardingStatusOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetOciOnboardingStatusCommandInput;
|
|
48
|
+
output: GetOciOnboardingStatusCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|