@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,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAutonomousVirtualMachinesCommandInput,
|
|
4
|
+
ListAutonomousVirtualMachinesCommandOutput,
|
|
5
|
+
} from "../commands/ListAutonomousVirtualMachinesCommand";
|
|
6
|
+
import { OdbPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListAutonomousVirtualMachines: (
|
|
8
|
+
config: OdbPaginationConfiguration,
|
|
9
|
+
input: ListAutonomousVirtualMachinesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAutonomousVirtualMachinesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListCloudAutonomousVmClustersCommandInput,
|
|
4
|
+
ListCloudAutonomousVmClustersCommandOutput,
|
|
5
|
+
} from "../commands/ListCloudAutonomousVmClustersCommand";
|
|
6
|
+
import { OdbPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListCloudAutonomousVmClusters: (
|
|
8
|
+
config: OdbPaginationConfiguration,
|
|
9
|
+
input: ListCloudAutonomousVmClustersCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListCloudAutonomousVmClustersCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListCloudExadataInfrastructuresCommandInput,
|
|
4
|
+
ListCloudExadataInfrastructuresCommandOutput,
|
|
5
|
+
} from "../commands/ListCloudExadataInfrastructuresCommand";
|
|
6
|
+
import { OdbPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListCloudExadataInfrastructures: (
|
|
8
|
+
config: OdbPaginationConfiguration,
|
|
9
|
+
input: ListCloudExadataInfrastructuresCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListCloudExadataInfrastructuresCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListCloudVmClustersCommandInput,
|
|
4
|
+
ListCloudVmClustersCommandOutput,
|
|
5
|
+
} from "../commands/ListCloudVmClustersCommand";
|
|
6
|
+
import { OdbPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListCloudVmClusters: (
|
|
8
|
+
config: OdbPaginationConfiguration,
|
|
9
|
+
input: ListCloudVmClustersCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListCloudVmClustersCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDbNodesCommandInput,
|
|
4
|
+
ListDbNodesCommandOutput,
|
|
5
|
+
} from "../commands/ListDbNodesCommand";
|
|
6
|
+
import { OdbPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListDbNodes: (
|
|
8
|
+
config: OdbPaginationConfiguration,
|
|
9
|
+
input: ListDbNodesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListDbNodesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDbServersCommandInput,
|
|
4
|
+
ListDbServersCommandOutput,
|
|
5
|
+
} from "../commands/ListDbServersCommand";
|
|
6
|
+
import { OdbPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListDbServers: (
|
|
8
|
+
config: OdbPaginationConfiguration,
|
|
9
|
+
input: ListDbServersCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListDbServersCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDbSystemShapesCommandInput,
|
|
4
|
+
ListDbSystemShapesCommandOutput,
|
|
5
|
+
} from "../commands/ListDbSystemShapesCommand";
|
|
6
|
+
import { OdbPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListDbSystemShapes: (
|
|
8
|
+
config: OdbPaginationConfiguration,
|
|
9
|
+
input: ListDbSystemShapesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListDbSystemShapesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListGiVersionsCommandInput,
|
|
4
|
+
ListGiVersionsCommandOutput,
|
|
5
|
+
} from "../commands/ListGiVersionsCommand";
|
|
6
|
+
import { OdbPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListGiVersions: (
|
|
8
|
+
config: OdbPaginationConfiguration,
|
|
9
|
+
input: ListGiVersionsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListGiVersionsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListOdbNetworksCommandInput,
|
|
4
|
+
ListOdbNetworksCommandOutput,
|
|
5
|
+
} from "../commands/ListOdbNetworksCommand";
|
|
6
|
+
import { OdbPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListOdbNetworks: (
|
|
8
|
+
config: OdbPaginationConfiguration,
|
|
9
|
+
input: ListOdbNetworksCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListOdbNetworksCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListOdbPeeringConnectionsCommandInput,
|
|
4
|
+
ListOdbPeeringConnectionsCommandOutput,
|
|
5
|
+
} from "../commands/ListOdbPeeringConnectionsCommand";
|
|
6
|
+
import { OdbPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListOdbPeeringConnections: (
|
|
8
|
+
config: OdbPaginationConfiguration,
|
|
9
|
+
input: ListOdbPeeringConnectionsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListOdbPeeringConnectionsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSystemVersionsCommandInput,
|
|
4
|
+
ListSystemVersionsCommandOutput,
|
|
5
|
+
} from "../commands/ListSystemVersionsCommand";
|
|
6
|
+
import { OdbPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListSystemVersions: (
|
|
8
|
+
config: OdbPaginationConfiguration,
|
|
9
|
+
input: ListSystemVersionsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListSystemVersionsCommandOutput>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListAutonomousVirtualMachinesPaginator";
|
|
3
|
+
export * from "./ListCloudAutonomousVmClustersPaginator";
|
|
4
|
+
export * from "./ListCloudExadataInfrastructuresPaginator";
|
|
5
|
+
export * from "./ListCloudVmClustersPaginator";
|
|
6
|
+
export * from "./ListDbNodesPaginator";
|
|
7
|
+
export * from "./ListDbServersPaginator";
|
|
8
|
+
export * from "./ListDbSystemShapesPaginator";
|
|
9
|
+
export * from "./ListGiVersionsPaginator";
|
|
10
|
+
export * from "./ListOdbNetworksPaginator";
|
|
11
|
+
export * from "./ListOdbPeeringConnectionsPaginator";
|
|
12
|
+
export * from "./ListSystemVersionsPaginator";
|
|
@@ -0,0 +1,485 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@smithy/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
+
import {
|
|
7
|
+
AcceptMarketplaceRegistrationCommandInput,
|
|
8
|
+
AcceptMarketplaceRegistrationCommandOutput,
|
|
9
|
+
} from "../commands/AcceptMarketplaceRegistrationCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateCloudAutonomousVmClusterCommandInput,
|
|
12
|
+
CreateCloudAutonomousVmClusterCommandOutput,
|
|
13
|
+
} from "../commands/CreateCloudAutonomousVmClusterCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateCloudExadataInfrastructureCommandInput,
|
|
16
|
+
CreateCloudExadataInfrastructureCommandOutput,
|
|
17
|
+
} from "../commands/CreateCloudExadataInfrastructureCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateCloudVmClusterCommandInput,
|
|
20
|
+
CreateCloudVmClusterCommandOutput,
|
|
21
|
+
} from "../commands/CreateCloudVmClusterCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateOdbNetworkCommandInput,
|
|
24
|
+
CreateOdbNetworkCommandOutput,
|
|
25
|
+
} from "../commands/CreateOdbNetworkCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateOdbPeeringConnectionCommandInput,
|
|
28
|
+
CreateOdbPeeringConnectionCommandOutput,
|
|
29
|
+
} from "../commands/CreateOdbPeeringConnectionCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteCloudAutonomousVmClusterCommandInput,
|
|
32
|
+
DeleteCloudAutonomousVmClusterCommandOutput,
|
|
33
|
+
} from "../commands/DeleteCloudAutonomousVmClusterCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteCloudExadataInfrastructureCommandInput,
|
|
36
|
+
DeleteCloudExadataInfrastructureCommandOutput,
|
|
37
|
+
} from "../commands/DeleteCloudExadataInfrastructureCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteCloudVmClusterCommandInput,
|
|
40
|
+
DeleteCloudVmClusterCommandOutput,
|
|
41
|
+
} from "../commands/DeleteCloudVmClusterCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteOdbNetworkCommandInput,
|
|
44
|
+
DeleteOdbNetworkCommandOutput,
|
|
45
|
+
} from "../commands/DeleteOdbNetworkCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteOdbPeeringConnectionCommandInput,
|
|
48
|
+
DeleteOdbPeeringConnectionCommandOutput,
|
|
49
|
+
} from "../commands/DeleteOdbPeeringConnectionCommand";
|
|
50
|
+
import {
|
|
51
|
+
GetCloudAutonomousVmClusterCommandInput,
|
|
52
|
+
GetCloudAutonomousVmClusterCommandOutput,
|
|
53
|
+
} from "../commands/GetCloudAutonomousVmClusterCommand";
|
|
54
|
+
import {
|
|
55
|
+
GetCloudExadataInfrastructureCommandInput,
|
|
56
|
+
GetCloudExadataInfrastructureCommandOutput,
|
|
57
|
+
} from "../commands/GetCloudExadataInfrastructureCommand";
|
|
58
|
+
import {
|
|
59
|
+
GetCloudExadataInfrastructureUnallocatedResourcesCommandInput,
|
|
60
|
+
GetCloudExadataInfrastructureUnallocatedResourcesCommandOutput,
|
|
61
|
+
} from "../commands/GetCloudExadataInfrastructureUnallocatedResourcesCommand";
|
|
62
|
+
import {
|
|
63
|
+
GetCloudVmClusterCommandInput,
|
|
64
|
+
GetCloudVmClusterCommandOutput,
|
|
65
|
+
} from "../commands/GetCloudVmClusterCommand";
|
|
66
|
+
import {
|
|
67
|
+
GetDbNodeCommandInput,
|
|
68
|
+
GetDbNodeCommandOutput,
|
|
69
|
+
} from "../commands/GetDbNodeCommand";
|
|
70
|
+
import {
|
|
71
|
+
GetDbServerCommandInput,
|
|
72
|
+
GetDbServerCommandOutput,
|
|
73
|
+
} from "../commands/GetDbServerCommand";
|
|
74
|
+
import {
|
|
75
|
+
GetOciOnboardingStatusCommandInput,
|
|
76
|
+
GetOciOnboardingStatusCommandOutput,
|
|
77
|
+
} from "../commands/GetOciOnboardingStatusCommand";
|
|
78
|
+
import {
|
|
79
|
+
GetOdbNetworkCommandInput,
|
|
80
|
+
GetOdbNetworkCommandOutput,
|
|
81
|
+
} from "../commands/GetOdbNetworkCommand";
|
|
82
|
+
import {
|
|
83
|
+
GetOdbPeeringConnectionCommandInput,
|
|
84
|
+
GetOdbPeeringConnectionCommandOutput,
|
|
85
|
+
} from "../commands/GetOdbPeeringConnectionCommand";
|
|
86
|
+
import {
|
|
87
|
+
InitializeServiceCommandInput,
|
|
88
|
+
InitializeServiceCommandOutput,
|
|
89
|
+
} from "../commands/InitializeServiceCommand";
|
|
90
|
+
import {
|
|
91
|
+
ListAutonomousVirtualMachinesCommandInput,
|
|
92
|
+
ListAutonomousVirtualMachinesCommandOutput,
|
|
93
|
+
} from "../commands/ListAutonomousVirtualMachinesCommand";
|
|
94
|
+
import {
|
|
95
|
+
ListCloudAutonomousVmClustersCommandInput,
|
|
96
|
+
ListCloudAutonomousVmClustersCommandOutput,
|
|
97
|
+
} from "../commands/ListCloudAutonomousVmClustersCommand";
|
|
98
|
+
import {
|
|
99
|
+
ListCloudExadataInfrastructuresCommandInput,
|
|
100
|
+
ListCloudExadataInfrastructuresCommandOutput,
|
|
101
|
+
} from "../commands/ListCloudExadataInfrastructuresCommand";
|
|
102
|
+
import {
|
|
103
|
+
ListCloudVmClustersCommandInput,
|
|
104
|
+
ListCloudVmClustersCommandOutput,
|
|
105
|
+
} from "../commands/ListCloudVmClustersCommand";
|
|
106
|
+
import {
|
|
107
|
+
ListDbNodesCommandInput,
|
|
108
|
+
ListDbNodesCommandOutput,
|
|
109
|
+
} from "../commands/ListDbNodesCommand";
|
|
110
|
+
import {
|
|
111
|
+
ListDbServersCommandInput,
|
|
112
|
+
ListDbServersCommandOutput,
|
|
113
|
+
} from "../commands/ListDbServersCommand";
|
|
114
|
+
import {
|
|
115
|
+
ListDbSystemShapesCommandInput,
|
|
116
|
+
ListDbSystemShapesCommandOutput,
|
|
117
|
+
} from "../commands/ListDbSystemShapesCommand";
|
|
118
|
+
import {
|
|
119
|
+
ListGiVersionsCommandInput,
|
|
120
|
+
ListGiVersionsCommandOutput,
|
|
121
|
+
} from "../commands/ListGiVersionsCommand";
|
|
122
|
+
import {
|
|
123
|
+
ListOdbNetworksCommandInput,
|
|
124
|
+
ListOdbNetworksCommandOutput,
|
|
125
|
+
} from "../commands/ListOdbNetworksCommand";
|
|
126
|
+
import {
|
|
127
|
+
ListOdbPeeringConnectionsCommandInput,
|
|
128
|
+
ListOdbPeeringConnectionsCommandOutput,
|
|
129
|
+
} from "../commands/ListOdbPeeringConnectionsCommand";
|
|
130
|
+
import {
|
|
131
|
+
ListSystemVersionsCommandInput,
|
|
132
|
+
ListSystemVersionsCommandOutput,
|
|
133
|
+
} from "../commands/ListSystemVersionsCommand";
|
|
134
|
+
import {
|
|
135
|
+
ListTagsForResourceCommandInput,
|
|
136
|
+
ListTagsForResourceCommandOutput,
|
|
137
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
138
|
+
import {
|
|
139
|
+
RebootDbNodeCommandInput,
|
|
140
|
+
RebootDbNodeCommandOutput,
|
|
141
|
+
} from "../commands/RebootDbNodeCommand";
|
|
142
|
+
import {
|
|
143
|
+
StartDbNodeCommandInput,
|
|
144
|
+
StartDbNodeCommandOutput,
|
|
145
|
+
} from "../commands/StartDbNodeCommand";
|
|
146
|
+
import {
|
|
147
|
+
StopDbNodeCommandInput,
|
|
148
|
+
StopDbNodeCommandOutput,
|
|
149
|
+
} from "../commands/StopDbNodeCommand";
|
|
150
|
+
import {
|
|
151
|
+
TagResourceCommandInput,
|
|
152
|
+
TagResourceCommandOutput,
|
|
153
|
+
} from "../commands/TagResourceCommand";
|
|
154
|
+
import {
|
|
155
|
+
UntagResourceCommandInput,
|
|
156
|
+
UntagResourceCommandOutput,
|
|
157
|
+
} from "../commands/UntagResourceCommand";
|
|
158
|
+
import {
|
|
159
|
+
UpdateCloudExadataInfrastructureCommandInput,
|
|
160
|
+
UpdateCloudExadataInfrastructureCommandOutput,
|
|
161
|
+
} from "../commands/UpdateCloudExadataInfrastructureCommand";
|
|
162
|
+
import {
|
|
163
|
+
UpdateOdbNetworkCommandInput,
|
|
164
|
+
UpdateOdbNetworkCommandOutput,
|
|
165
|
+
} from "../commands/UpdateOdbNetworkCommand";
|
|
166
|
+
export declare const se_AcceptMarketplaceRegistrationCommand: (
|
|
167
|
+
input: AcceptMarketplaceRegistrationCommandInput,
|
|
168
|
+
context: __SerdeContext
|
|
169
|
+
) => Promise<__HttpRequest>;
|
|
170
|
+
export declare const se_CreateCloudAutonomousVmClusterCommand: (
|
|
171
|
+
input: CreateCloudAutonomousVmClusterCommandInput,
|
|
172
|
+
context: __SerdeContext
|
|
173
|
+
) => Promise<__HttpRequest>;
|
|
174
|
+
export declare const se_CreateCloudExadataInfrastructureCommand: (
|
|
175
|
+
input: CreateCloudExadataInfrastructureCommandInput,
|
|
176
|
+
context: __SerdeContext
|
|
177
|
+
) => Promise<__HttpRequest>;
|
|
178
|
+
export declare const se_CreateCloudVmClusterCommand: (
|
|
179
|
+
input: CreateCloudVmClusterCommandInput,
|
|
180
|
+
context: __SerdeContext
|
|
181
|
+
) => Promise<__HttpRequest>;
|
|
182
|
+
export declare const se_CreateOdbNetworkCommand: (
|
|
183
|
+
input: CreateOdbNetworkCommandInput,
|
|
184
|
+
context: __SerdeContext
|
|
185
|
+
) => Promise<__HttpRequest>;
|
|
186
|
+
export declare const se_CreateOdbPeeringConnectionCommand: (
|
|
187
|
+
input: CreateOdbPeeringConnectionCommandInput,
|
|
188
|
+
context: __SerdeContext
|
|
189
|
+
) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const se_DeleteCloudAutonomousVmClusterCommand: (
|
|
191
|
+
input: DeleteCloudAutonomousVmClusterCommandInput,
|
|
192
|
+
context: __SerdeContext
|
|
193
|
+
) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const se_DeleteCloudExadataInfrastructureCommand: (
|
|
195
|
+
input: DeleteCloudExadataInfrastructureCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
198
|
+
export declare const se_DeleteCloudVmClusterCommand: (
|
|
199
|
+
input: DeleteCloudVmClusterCommandInput,
|
|
200
|
+
context: __SerdeContext
|
|
201
|
+
) => Promise<__HttpRequest>;
|
|
202
|
+
export declare const se_DeleteOdbNetworkCommand: (
|
|
203
|
+
input: DeleteOdbNetworkCommandInput,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<__HttpRequest>;
|
|
206
|
+
export declare const se_DeleteOdbPeeringConnectionCommand: (
|
|
207
|
+
input: DeleteOdbPeeringConnectionCommandInput,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const se_GetCloudAutonomousVmClusterCommand: (
|
|
211
|
+
input: GetCloudAutonomousVmClusterCommandInput,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const se_GetCloudExadataInfrastructureCommand: (
|
|
215
|
+
input: GetCloudExadataInfrastructureCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const se_GetCloudExadataInfrastructureUnallocatedResourcesCommand: (
|
|
219
|
+
input: GetCloudExadataInfrastructureUnallocatedResourcesCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const se_GetCloudVmClusterCommand: (
|
|
223
|
+
input: GetCloudVmClusterCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const se_GetDbNodeCommand: (
|
|
227
|
+
input: GetDbNodeCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const se_GetDbServerCommand: (
|
|
231
|
+
input: GetDbServerCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const se_GetOciOnboardingStatusCommand: (
|
|
235
|
+
input: GetOciOnboardingStatusCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const se_GetOdbNetworkCommand: (
|
|
239
|
+
input: GetOdbNetworkCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const se_GetOdbPeeringConnectionCommand: (
|
|
243
|
+
input: GetOdbPeeringConnectionCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const se_InitializeServiceCommand: (
|
|
247
|
+
input: InitializeServiceCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const se_ListAutonomousVirtualMachinesCommand: (
|
|
251
|
+
input: ListAutonomousVirtualMachinesCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const se_ListCloudAutonomousVmClustersCommand: (
|
|
255
|
+
input: ListCloudAutonomousVmClustersCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const se_ListCloudExadataInfrastructuresCommand: (
|
|
259
|
+
input: ListCloudExadataInfrastructuresCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const se_ListCloudVmClustersCommand: (
|
|
263
|
+
input: ListCloudVmClustersCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const se_ListDbNodesCommand: (
|
|
267
|
+
input: ListDbNodesCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const se_ListDbServersCommand: (
|
|
271
|
+
input: ListDbServersCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const se_ListDbSystemShapesCommand: (
|
|
275
|
+
input: ListDbSystemShapesCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const se_ListGiVersionsCommand: (
|
|
279
|
+
input: ListGiVersionsCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const se_ListOdbNetworksCommand: (
|
|
283
|
+
input: ListOdbNetworksCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const se_ListOdbPeeringConnectionsCommand: (
|
|
287
|
+
input: ListOdbPeeringConnectionsCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const se_ListSystemVersionsCommand: (
|
|
291
|
+
input: ListSystemVersionsCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
295
|
+
input: ListTagsForResourceCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const se_RebootDbNodeCommand: (
|
|
299
|
+
input: RebootDbNodeCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const se_StartDbNodeCommand: (
|
|
303
|
+
input: StartDbNodeCommandInput,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const se_StopDbNodeCommand: (
|
|
307
|
+
input: StopDbNodeCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const se_TagResourceCommand: (
|
|
311
|
+
input: TagResourceCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const se_UntagResourceCommand: (
|
|
315
|
+
input: UntagResourceCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const se_UpdateCloudExadataInfrastructureCommand: (
|
|
319
|
+
input: UpdateCloudExadataInfrastructureCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const se_UpdateOdbNetworkCommand: (
|
|
323
|
+
input: UpdateOdbNetworkCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const de_AcceptMarketplaceRegistrationCommand: (
|
|
327
|
+
output: __HttpResponse,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<AcceptMarketplaceRegistrationCommandOutput>;
|
|
330
|
+
export declare const de_CreateCloudAutonomousVmClusterCommand: (
|
|
331
|
+
output: __HttpResponse,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<CreateCloudAutonomousVmClusterCommandOutput>;
|
|
334
|
+
export declare const de_CreateCloudExadataInfrastructureCommand: (
|
|
335
|
+
output: __HttpResponse,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<CreateCloudExadataInfrastructureCommandOutput>;
|
|
338
|
+
export declare const de_CreateCloudVmClusterCommand: (
|
|
339
|
+
output: __HttpResponse,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<CreateCloudVmClusterCommandOutput>;
|
|
342
|
+
export declare const de_CreateOdbNetworkCommand: (
|
|
343
|
+
output: __HttpResponse,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<CreateOdbNetworkCommandOutput>;
|
|
346
|
+
export declare const de_CreateOdbPeeringConnectionCommand: (
|
|
347
|
+
output: __HttpResponse,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<CreateOdbPeeringConnectionCommandOutput>;
|
|
350
|
+
export declare const de_DeleteCloudAutonomousVmClusterCommand: (
|
|
351
|
+
output: __HttpResponse,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<DeleteCloudAutonomousVmClusterCommandOutput>;
|
|
354
|
+
export declare const de_DeleteCloudExadataInfrastructureCommand: (
|
|
355
|
+
output: __HttpResponse,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<DeleteCloudExadataInfrastructureCommandOutput>;
|
|
358
|
+
export declare const de_DeleteCloudVmClusterCommand: (
|
|
359
|
+
output: __HttpResponse,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<DeleteCloudVmClusterCommandOutput>;
|
|
362
|
+
export declare const de_DeleteOdbNetworkCommand: (
|
|
363
|
+
output: __HttpResponse,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<DeleteOdbNetworkCommandOutput>;
|
|
366
|
+
export declare const de_DeleteOdbPeeringConnectionCommand: (
|
|
367
|
+
output: __HttpResponse,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<DeleteOdbPeeringConnectionCommandOutput>;
|
|
370
|
+
export declare const de_GetCloudAutonomousVmClusterCommand: (
|
|
371
|
+
output: __HttpResponse,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<GetCloudAutonomousVmClusterCommandOutput>;
|
|
374
|
+
export declare const de_GetCloudExadataInfrastructureCommand: (
|
|
375
|
+
output: __HttpResponse,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<GetCloudExadataInfrastructureCommandOutput>;
|
|
378
|
+
export declare const de_GetCloudExadataInfrastructureUnallocatedResourcesCommand: (
|
|
379
|
+
output: __HttpResponse,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<GetCloudExadataInfrastructureUnallocatedResourcesCommandOutput>;
|
|
382
|
+
export declare const de_GetCloudVmClusterCommand: (
|
|
383
|
+
output: __HttpResponse,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<GetCloudVmClusterCommandOutput>;
|
|
386
|
+
export declare const de_GetDbNodeCommand: (
|
|
387
|
+
output: __HttpResponse,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<GetDbNodeCommandOutput>;
|
|
390
|
+
export declare const de_GetDbServerCommand: (
|
|
391
|
+
output: __HttpResponse,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<GetDbServerCommandOutput>;
|
|
394
|
+
export declare const de_GetOciOnboardingStatusCommand: (
|
|
395
|
+
output: __HttpResponse,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<GetOciOnboardingStatusCommandOutput>;
|
|
398
|
+
export declare const de_GetOdbNetworkCommand: (
|
|
399
|
+
output: __HttpResponse,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<GetOdbNetworkCommandOutput>;
|
|
402
|
+
export declare const de_GetOdbPeeringConnectionCommand: (
|
|
403
|
+
output: __HttpResponse,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<GetOdbPeeringConnectionCommandOutput>;
|
|
406
|
+
export declare const de_InitializeServiceCommand: (
|
|
407
|
+
output: __HttpResponse,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<InitializeServiceCommandOutput>;
|
|
410
|
+
export declare const de_ListAutonomousVirtualMachinesCommand: (
|
|
411
|
+
output: __HttpResponse,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<ListAutonomousVirtualMachinesCommandOutput>;
|
|
414
|
+
export declare const de_ListCloudAutonomousVmClustersCommand: (
|
|
415
|
+
output: __HttpResponse,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<ListCloudAutonomousVmClustersCommandOutput>;
|
|
418
|
+
export declare const de_ListCloudExadataInfrastructuresCommand: (
|
|
419
|
+
output: __HttpResponse,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<ListCloudExadataInfrastructuresCommandOutput>;
|
|
422
|
+
export declare const de_ListCloudVmClustersCommand: (
|
|
423
|
+
output: __HttpResponse,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<ListCloudVmClustersCommandOutput>;
|
|
426
|
+
export declare const de_ListDbNodesCommand: (
|
|
427
|
+
output: __HttpResponse,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<ListDbNodesCommandOutput>;
|
|
430
|
+
export declare const de_ListDbServersCommand: (
|
|
431
|
+
output: __HttpResponse,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<ListDbServersCommandOutput>;
|
|
434
|
+
export declare const de_ListDbSystemShapesCommand: (
|
|
435
|
+
output: __HttpResponse,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<ListDbSystemShapesCommandOutput>;
|
|
438
|
+
export declare const de_ListGiVersionsCommand: (
|
|
439
|
+
output: __HttpResponse,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<ListGiVersionsCommandOutput>;
|
|
442
|
+
export declare const de_ListOdbNetworksCommand: (
|
|
443
|
+
output: __HttpResponse,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<ListOdbNetworksCommandOutput>;
|
|
446
|
+
export declare const de_ListOdbPeeringConnectionsCommand: (
|
|
447
|
+
output: __HttpResponse,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<ListOdbPeeringConnectionsCommandOutput>;
|
|
450
|
+
export declare const de_ListSystemVersionsCommand: (
|
|
451
|
+
output: __HttpResponse,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<ListSystemVersionsCommandOutput>;
|
|
454
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
455
|
+
output: __HttpResponse,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
458
|
+
export declare const de_RebootDbNodeCommand: (
|
|
459
|
+
output: __HttpResponse,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<RebootDbNodeCommandOutput>;
|
|
462
|
+
export declare const de_StartDbNodeCommand: (
|
|
463
|
+
output: __HttpResponse,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<StartDbNodeCommandOutput>;
|
|
466
|
+
export declare const de_StopDbNodeCommand: (
|
|
467
|
+
output: __HttpResponse,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<StopDbNodeCommandOutput>;
|
|
470
|
+
export declare const de_TagResourceCommand: (
|
|
471
|
+
output: __HttpResponse,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<TagResourceCommandOutput>;
|
|
474
|
+
export declare const de_UntagResourceCommand: (
|
|
475
|
+
output: __HttpResponse,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
478
|
+
export declare const de_UpdateCloudExadataInfrastructureCommand: (
|
|
479
|
+
output: __HttpResponse,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<UpdateCloudExadataInfrastructureCommandOutput>;
|
|
482
|
+
export declare const de_UpdateOdbNetworkCommand: (
|
|
483
|
+
output: __HttpResponse,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<UpdateOdbNetworkCommandOutput>;
|