@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,103 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { GetCloudExadataInfrastructureUnallocatedResourcesInput, GetCloudExadataInfrastructureUnallocatedResourcesOutput } from "../models/models_0";
|
|
4
|
+
import { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetCloudExadataInfrastructureUnallocatedResourcesCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetCloudExadataInfrastructureUnallocatedResourcesCommandInput extends GetCloudExadataInfrastructureUnallocatedResourcesInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetCloudExadataInfrastructureUnallocatedResourcesCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetCloudExadataInfrastructureUnallocatedResourcesCommandOutput extends GetCloudExadataInfrastructureUnallocatedResourcesOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetCloudExadataInfrastructureUnallocatedResourcesCommand_base: {
|
|
25
|
+
new (input: GetCloudExadataInfrastructureUnallocatedResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<GetCloudExadataInfrastructureUnallocatedResourcesCommandInput, GetCloudExadataInfrastructureUnallocatedResourcesCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCloudExadataInfrastructureUnallocatedResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<GetCloudExadataInfrastructureUnallocatedResourcesCommandInput, GetCloudExadataInfrastructureUnallocatedResourcesCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Retrieves information about unallocated resources in a specified Cloud Exadata Infrastructure.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { OdbClient, GetCloudExadataInfrastructureUnallocatedResourcesCommand } from "@aws-sdk/client-odb"; // ES Modules import
|
|
35
|
+
* // const { OdbClient, GetCloudExadataInfrastructureUnallocatedResourcesCommand } = require("@aws-sdk/client-odb"); // CommonJS import
|
|
36
|
+
* const client = new OdbClient(config);
|
|
37
|
+
* const input = { // GetCloudExadataInfrastructureUnallocatedResourcesInput
|
|
38
|
+
* cloudExadataInfrastructureId: "STRING_VALUE", // required
|
|
39
|
+
* dbServers: [ // StringList
|
|
40
|
+
* "STRING_VALUE",
|
|
41
|
+
* ],
|
|
42
|
+
* };
|
|
43
|
+
* const command = new GetCloudExadataInfrastructureUnallocatedResourcesCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // { // GetCloudExadataInfrastructureUnallocatedResourcesOutput
|
|
46
|
+
* // cloudExadataInfrastructureUnallocatedResources: { // CloudExadataInfrastructureUnallocatedResources
|
|
47
|
+
* // cloudAutonomousVmClusters: [ // CloudAutonomousVmClusterResourceDetailsList
|
|
48
|
+
* // { // CloudAutonomousVmClusterResourceDetails
|
|
49
|
+
* // cloudAutonomousVmClusterId: "STRING_VALUE",
|
|
50
|
+
* // unallocatedAdbStorageInTBs: Number("double"),
|
|
51
|
+
* // },
|
|
52
|
+
* // ],
|
|
53
|
+
* // cloudExadataInfrastructureDisplayName: "STRING_VALUE",
|
|
54
|
+
* // exadataStorageInTBs: Number("double"),
|
|
55
|
+
* // cloudExadataInfrastructureId: "STRING_VALUE",
|
|
56
|
+
* // localStorageInGBs: Number("int"),
|
|
57
|
+
* // memoryInGBs: Number("int"),
|
|
58
|
+
* // ocpus: Number("int"),
|
|
59
|
+
* // },
|
|
60
|
+
* // };
|
|
61
|
+
*
|
|
62
|
+
* ```
|
|
63
|
+
*
|
|
64
|
+
* @param GetCloudExadataInfrastructureUnallocatedResourcesCommandInput - {@link GetCloudExadataInfrastructureUnallocatedResourcesCommandInput}
|
|
65
|
+
* @returns {@link GetCloudExadataInfrastructureUnallocatedResourcesCommandOutput}
|
|
66
|
+
* @see {@link GetCloudExadataInfrastructureUnallocatedResourcesCommandInput} for command's `input` shape.
|
|
67
|
+
* @see {@link GetCloudExadataInfrastructureUnallocatedResourcesCommandOutput} for command's `response` shape.
|
|
68
|
+
* @see {@link OdbClientResolvedConfig | config} for OdbClient's `config` shape.
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
71
|
+
* <p>You don't have sufficient access to perform this action. Make sure you have the required permissions and try again.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link InternalServerException} (server fault)
|
|
74
|
+
* <p>Occurs when there is an internal failure in the Oracle Database@Amazon Web Services service. Wait and try again.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
77
|
+
* <p>The operation tried to access a resource that doesn't exist. Make sure you provided the correct resource and try again.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
80
|
+
* <p>The request was denied due to request throttling.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link ValidationException} (client fault)
|
|
83
|
+
* <p>The request has failed validation because it is missing required fields or has invalid inputs.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link OdbServiceException}
|
|
86
|
+
* <p>Base exception class for all service exceptions from Odb service.</p>
|
|
87
|
+
*
|
|
88
|
+
*
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
91
|
+
export declare class GetCloudExadataInfrastructureUnallocatedResourcesCommand extends GetCloudExadataInfrastructureUnallocatedResourcesCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: GetCloudExadataInfrastructureUnallocatedResourcesInput;
|
|
96
|
+
output: GetCloudExadataInfrastructureUnallocatedResourcesOutput;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: GetCloudExadataInfrastructureUnallocatedResourcesCommandInput;
|
|
100
|
+
output: GetCloudExadataInfrastructureUnallocatedResourcesCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
}
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { GetCloudVmClusterInput, GetCloudVmClusterOutput } from "../models/models_0";
|
|
4
|
+
import { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetCloudVmClusterCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetCloudVmClusterCommandInput extends GetCloudVmClusterInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetCloudVmClusterCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetCloudVmClusterCommandOutput extends GetCloudVmClusterOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetCloudVmClusterCommand_base: {
|
|
25
|
+
new (input: GetCloudVmClusterCommandInput): import("@smithy/smithy-client").CommandImpl<GetCloudVmClusterCommandInput, GetCloudVmClusterCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCloudVmClusterCommandInput): import("@smithy/smithy-client").CommandImpl<GetCloudVmClusterCommandInput, GetCloudVmClusterCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns information about the specified VM cluster.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { OdbClient, GetCloudVmClusterCommand } from "@aws-sdk/client-odb"; // ES Modules import
|
|
35
|
+
* // const { OdbClient, GetCloudVmClusterCommand } = require("@aws-sdk/client-odb"); // CommonJS import
|
|
36
|
+
* const client = new OdbClient(config);
|
|
37
|
+
* const input = { // GetCloudVmClusterInput
|
|
38
|
+
* cloudVmClusterId: "STRING_VALUE", // required
|
|
39
|
+
* };
|
|
40
|
+
* const command = new GetCloudVmClusterCommand(input);
|
|
41
|
+
* const response = await client.send(command);
|
|
42
|
+
* // { // GetCloudVmClusterOutput
|
|
43
|
+
* // cloudVmCluster: { // CloudVmCluster
|
|
44
|
+
* // cloudVmClusterId: "STRING_VALUE", // required
|
|
45
|
+
* // displayName: "STRING_VALUE",
|
|
46
|
+
* // status: "AVAILABLE" || "FAILED" || "PROVISIONING" || "TERMINATED" || "TERMINATING" || "UPDATING" || "MAINTENANCE_IN_PROGRESS",
|
|
47
|
+
* // statusReason: "STRING_VALUE",
|
|
48
|
+
* // cloudVmClusterArn: "STRING_VALUE",
|
|
49
|
+
* // cloudExadataInfrastructureId: "STRING_VALUE",
|
|
50
|
+
* // clusterName: "STRING_VALUE",
|
|
51
|
+
* // cpuCoreCount: Number("int"),
|
|
52
|
+
* // dataCollectionOptions: { // DataCollectionOptions
|
|
53
|
+
* // isDiagnosticsEventsEnabled: true || false,
|
|
54
|
+
* // isHealthMonitoringEnabled: true || false,
|
|
55
|
+
* // isIncidentLogsEnabled: true || false,
|
|
56
|
+
* // },
|
|
57
|
+
* // dataStorageSizeInTBs: Number("double"),
|
|
58
|
+
* // dbNodeStorageSizeInGBs: Number("int"),
|
|
59
|
+
* // dbServers: [ // StringList
|
|
60
|
+
* // "STRING_VALUE",
|
|
61
|
+
* // ],
|
|
62
|
+
* // diskRedundancy: "HIGH" || "NORMAL",
|
|
63
|
+
* // giVersion: "STRING_VALUE",
|
|
64
|
+
* // hostname: "STRING_VALUE",
|
|
65
|
+
* // iormConfigCache: { // ExadataIormConfig
|
|
66
|
+
* // dbPlans: [ // DbIormConfigList
|
|
67
|
+
* // { // DbIormConfig
|
|
68
|
+
* // dbName: "STRING_VALUE",
|
|
69
|
+
* // flashCacheLimit: "STRING_VALUE",
|
|
70
|
+
* // share: Number("int"),
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
73
|
+
* // lifecycleDetails: "STRING_VALUE",
|
|
74
|
+
* // lifecycleState: "BOOTSTRAPPING" || "DISABLED" || "ENABLED" || "FAILED" || "UPDATING",
|
|
75
|
+
* // objective: "AUTO" || "BALANCED" || "BASIC" || "HIGH_THROUGHPUT" || "LOW_LATENCY",
|
|
76
|
+
* // },
|
|
77
|
+
* // isLocalBackupEnabled: true || false,
|
|
78
|
+
* // isSparseDiskgroupEnabled: true || false,
|
|
79
|
+
* // lastUpdateHistoryEntryId: "STRING_VALUE",
|
|
80
|
+
* // licenseModel: "BRING_YOUR_OWN_LICENSE" || "LICENSE_INCLUDED",
|
|
81
|
+
* // listenerPort: Number("int"),
|
|
82
|
+
* // memorySizeInGBs: Number("int"),
|
|
83
|
+
* // nodeCount: Number("int"),
|
|
84
|
+
* // ocid: "STRING_VALUE",
|
|
85
|
+
* // ociResourceAnchorName: "STRING_VALUE",
|
|
86
|
+
* // ociUrl: "STRING_VALUE",
|
|
87
|
+
* // domain: "STRING_VALUE",
|
|
88
|
+
* // scanDnsName: "STRING_VALUE",
|
|
89
|
+
* // scanDnsRecordId: "STRING_VALUE",
|
|
90
|
+
* // scanIpIds: [
|
|
91
|
+
* // "STRING_VALUE",
|
|
92
|
+
* // ],
|
|
93
|
+
* // shape: "STRING_VALUE",
|
|
94
|
+
* // sshPublicKeys: [ // SensitiveStringList
|
|
95
|
+
* // "STRING_VALUE",
|
|
96
|
+
* // ],
|
|
97
|
+
* // storageSizeInGBs: Number("int"),
|
|
98
|
+
* // systemVersion: "STRING_VALUE",
|
|
99
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
100
|
+
* // timeZone: "STRING_VALUE",
|
|
101
|
+
* // vipIds: [
|
|
102
|
+
* // "STRING_VALUE",
|
|
103
|
+
* // ],
|
|
104
|
+
* // odbNetworkId: "STRING_VALUE",
|
|
105
|
+
* // percentProgress: Number("float"),
|
|
106
|
+
* // computeModel: "ECPU" || "OCPU",
|
|
107
|
+
* // },
|
|
108
|
+
* // };
|
|
109
|
+
*
|
|
110
|
+
* ```
|
|
111
|
+
*
|
|
112
|
+
* @param GetCloudVmClusterCommandInput - {@link GetCloudVmClusterCommandInput}
|
|
113
|
+
* @returns {@link GetCloudVmClusterCommandOutput}
|
|
114
|
+
* @see {@link GetCloudVmClusterCommandInput} for command's `input` shape.
|
|
115
|
+
* @see {@link GetCloudVmClusterCommandOutput} for command's `response` shape.
|
|
116
|
+
* @see {@link OdbClientResolvedConfig | config} for OdbClient's `config` shape.
|
|
117
|
+
*
|
|
118
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
119
|
+
* <p>You don't have sufficient access to perform this action. Make sure you have the required permissions and try again.</p>
|
|
120
|
+
*
|
|
121
|
+
* @throws {@link InternalServerException} (server fault)
|
|
122
|
+
* <p>Occurs when there is an internal failure in the Oracle Database@Amazon Web Services service. Wait and try again.</p>
|
|
123
|
+
*
|
|
124
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
125
|
+
* <p>The operation tried to access a resource that doesn't exist. Make sure you provided the correct resource and try again.</p>
|
|
126
|
+
*
|
|
127
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
128
|
+
* <p>The request was denied due to request throttling.</p>
|
|
129
|
+
*
|
|
130
|
+
* @throws {@link ValidationException} (client fault)
|
|
131
|
+
* <p>The request has failed validation because it is missing required fields or has invalid inputs.</p>
|
|
132
|
+
*
|
|
133
|
+
* @throws {@link OdbServiceException}
|
|
134
|
+
* <p>Base exception class for all service exceptions from Odb service.</p>
|
|
135
|
+
*
|
|
136
|
+
*
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
139
|
+
export declare class GetCloudVmClusterCommand extends GetCloudVmClusterCommand_base {
|
|
140
|
+
/** @internal type navigation helper, not in runtime. */
|
|
141
|
+
protected static __types: {
|
|
142
|
+
api: {
|
|
143
|
+
input: GetCloudVmClusterInput;
|
|
144
|
+
output: GetCloudVmClusterOutput;
|
|
145
|
+
};
|
|
146
|
+
sdk: {
|
|
147
|
+
input: GetCloudVmClusterCommandInput;
|
|
148
|
+
output: GetCloudVmClusterCommandOutput;
|
|
149
|
+
};
|
|
150
|
+
};
|
|
151
|
+
}
|
|
@@ -0,0 +1,117 @@
|
|
|
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 { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetDbNodeCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetDbNodeCommandInput extends GetDbNodeInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetDbNodeCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetDbNodeCommandOutput extends GetDbNodeOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetDbNodeCommand_base: {
|
|
25
|
+
new (input: GetDbNodeCommandInput): import("@smithy/smithy-client").CommandImpl<GetDbNodeCommandInput, GetDbNodeCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDbNodeCommandInput): import("@smithy/smithy-client").CommandImpl<GetDbNodeCommandInput, GetDbNodeCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns information about the specified DB node.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { OdbClient, GetDbNodeCommand } from "@aws-sdk/client-odb"; // ES Modules import
|
|
35
|
+
* // const { OdbClient, GetDbNodeCommand } = require("@aws-sdk/client-odb"); // CommonJS import
|
|
36
|
+
* const client = new OdbClient(config);
|
|
37
|
+
* const input = { // GetDbNodeInput
|
|
38
|
+
* cloudVmClusterId: "STRING_VALUE", // required
|
|
39
|
+
* dbNodeId: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
41
|
+
* const command = new GetDbNodeCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // { // GetDbNodeOutput
|
|
44
|
+
* // dbNode: { // DbNode
|
|
45
|
+
* // dbNodeId: "STRING_VALUE",
|
|
46
|
+
* // dbNodeArn: "STRING_VALUE",
|
|
47
|
+
* // status: "AVAILABLE" || "FAILED" || "PROVISIONING" || "TERMINATED" || "TERMINATING" || "UPDATING" || "STOPPING" || "STOPPED" || "STARTING",
|
|
48
|
+
* // statusReason: "STRING_VALUE",
|
|
49
|
+
* // additionalDetails: "STRING_VALUE",
|
|
50
|
+
* // backupIpId: "STRING_VALUE",
|
|
51
|
+
* // backupVnic2Id: "STRING_VALUE",
|
|
52
|
+
* // backupVnicId: "STRING_VALUE",
|
|
53
|
+
* // cpuCoreCount: Number("int"),
|
|
54
|
+
* // dbNodeStorageSizeInGBs: Number("int"),
|
|
55
|
+
* // dbServerId: "STRING_VALUE",
|
|
56
|
+
* // dbSystemId: "STRING_VALUE",
|
|
57
|
+
* // faultDomain: "STRING_VALUE",
|
|
58
|
+
* // hostIpId: "STRING_VALUE",
|
|
59
|
+
* // hostname: "STRING_VALUE",
|
|
60
|
+
* // ocid: "STRING_VALUE",
|
|
61
|
+
* // ociResourceAnchorName: "STRING_VALUE",
|
|
62
|
+
* // maintenanceType: "VMDB_REBOOT_MIGRATION",
|
|
63
|
+
* // memorySizeInGBs: Number("int"),
|
|
64
|
+
* // softwareStorageSizeInGB: Number("int"),
|
|
65
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
66
|
+
* // timeMaintenanceWindowEnd: "STRING_VALUE",
|
|
67
|
+
* // timeMaintenanceWindowStart: "STRING_VALUE",
|
|
68
|
+
* // totalCpuCoreCount: Number("int"),
|
|
69
|
+
* // vnic2Id: "STRING_VALUE",
|
|
70
|
+
* // vnicId: "STRING_VALUE",
|
|
71
|
+
* // privateIpAddress: "STRING_VALUE",
|
|
72
|
+
* // floatingIpAddress: "STRING_VALUE",
|
|
73
|
+
* // },
|
|
74
|
+
* // };
|
|
75
|
+
*
|
|
76
|
+
* ```
|
|
77
|
+
*
|
|
78
|
+
* @param GetDbNodeCommandInput - {@link GetDbNodeCommandInput}
|
|
79
|
+
* @returns {@link GetDbNodeCommandOutput}
|
|
80
|
+
* @see {@link GetDbNodeCommandInput} for command's `input` shape.
|
|
81
|
+
* @see {@link GetDbNodeCommandOutput} for command's `response` shape.
|
|
82
|
+
* @see {@link OdbClientResolvedConfig | config} for OdbClient's `config` shape.
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
85
|
+
* <p>You don't have sufficient access to perform this action. Make sure you have the required permissions and try again.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link InternalServerException} (server fault)
|
|
88
|
+
* <p>Occurs when there is an internal failure in the Oracle Database@Amazon Web Services service. Wait and try again.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
91
|
+
* <p>The operation tried to access a resource that doesn't exist. Make sure you provided the correct resource and try again.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
94
|
+
* <p>The request was denied due to request throttling.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link ValidationException} (client fault)
|
|
97
|
+
* <p>The request has failed validation because it is missing required fields or has invalid inputs.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link OdbServiceException}
|
|
100
|
+
* <p>Base exception class for all service exceptions from Odb service.</p>
|
|
101
|
+
*
|
|
102
|
+
*
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
export declare class GetDbNodeCommand extends GetDbNodeCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: GetDbNodeInput;
|
|
110
|
+
output: GetDbNodeOutput;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: GetDbNodeCommandInput;
|
|
114
|
+
output: GetDbNodeCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
}
|
|
@@ -0,0 +1,120 @@
|
|
|
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 { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetDbServerCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetDbServerCommandInput extends GetDbServerInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetDbServerCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetDbServerCommandOutput extends GetDbServerOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetDbServerCommand_base: {
|
|
25
|
+
new (input: GetDbServerCommandInput): import("@smithy/smithy-client").CommandImpl<GetDbServerCommandInput, GetDbServerCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDbServerCommandInput): import("@smithy/smithy-client").CommandImpl<GetDbServerCommandInput, GetDbServerCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns information about the specified database server.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { OdbClient, GetDbServerCommand } from "@aws-sdk/client-odb"; // ES Modules import
|
|
35
|
+
* // const { OdbClient, GetDbServerCommand } = require("@aws-sdk/client-odb"); // CommonJS import
|
|
36
|
+
* const client = new OdbClient(config);
|
|
37
|
+
* const input = { // GetDbServerInput
|
|
38
|
+
* cloudExadataInfrastructureId: "STRING_VALUE", // required
|
|
39
|
+
* dbServerId: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
41
|
+
* const command = new GetDbServerCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // { // GetDbServerOutput
|
|
44
|
+
* // dbServer: { // DbServer
|
|
45
|
+
* // dbServerId: "STRING_VALUE",
|
|
46
|
+
* // status: "AVAILABLE" || "FAILED" || "PROVISIONING" || "TERMINATED" || "TERMINATING" || "UPDATING" || "MAINTENANCE_IN_PROGRESS",
|
|
47
|
+
* // statusReason: "STRING_VALUE",
|
|
48
|
+
* // cpuCoreCount: Number("int"),
|
|
49
|
+
* // dbNodeStorageSizeInGBs: Number("int"),
|
|
50
|
+
* // dbServerPatchingDetails: { // DbServerPatchingDetails
|
|
51
|
+
* // estimatedPatchDuration: Number("int"),
|
|
52
|
+
* // patchingStatus: "COMPLETE" || "FAILED" || "MAINTENANCE_IN_PROGRESS" || "SCHEDULED",
|
|
53
|
+
* // timePatchingEnded: "STRING_VALUE",
|
|
54
|
+
* // timePatchingStarted: "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // displayName: "STRING_VALUE",
|
|
57
|
+
* // exadataInfrastructureId: "STRING_VALUE",
|
|
58
|
+
* // ocid: "STRING_VALUE",
|
|
59
|
+
* // ociResourceAnchorName: "STRING_VALUE",
|
|
60
|
+
* // maxCpuCount: Number("int"),
|
|
61
|
+
* // maxDbNodeStorageInGBs: Number("int"),
|
|
62
|
+
* // maxMemoryInGBs: Number("int"),
|
|
63
|
+
* // memorySizeInGBs: Number("int"),
|
|
64
|
+
* // shape: "STRING_VALUE",
|
|
65
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
66
|
+
* // vmClusterIds: [ // StringList
|
|
67
|
+
* // "STRING_VALUE",
|
|
68
|
+
* // ],
|
|
69
|
+
* // computeModel: "ECPU" || "OCPU",
|
|
70
|
+
* // autonomousVmClusterIds: [
|
|
71
|
+
* // "STRING_VALUE",
|
|
72
|
+
* // ],
|
|
73
|
+
* // autonomousVirtualMachineIds: [
|
|
74
|
+
* // "STRING_VALUE",
|
|
75
|
+
* // ],
|
|
76
|
+
* // },
|
|
77
|
+
* // };
|
|
78
|
+
*
|
|
79
|
+
* ```
|
|
80
|
+
*
|
|
81
|
+
* @param GetDbServerCommandInput - {@link GetDbServerCommandInput}
|
|
82
|
+
* @returns {@link GetDbServerCommandOutput}
|
|
83
|
+
* @see {@link GetDbServerCommandInput} for command's `input` shape.
|
|
84
|
+
* @see {@link GetDbServerCommandOutput} for command's `response` shape.
|
|
85
|
+
* @see {@link OdbClientResolvedConfig | config} for OdbClient's `config` shape.
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
88
|
+
* <p>You don't have sufficient access to perform this action. Make sure you have the required permissions and try again.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link InternalServerException} (server fault)
|
|
91
|
+
* <p>Occurs when there is an internal failure in the Oracle Database@Amazon Web Services service. Wait and try again.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
94
|
+
* <p>The operation tried to access a resource that doesn't exist. Make sure you provided the correct resource and try again.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
97
|
+
* <p>The request was denied due to request throttling.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link ValidationException} (client fault)
|
|
100
|
+
* <p>The request has failed validation because it is missing required fields or has invalid inputs.</p>
|
|
101
|
+
*
|
|
102
|
+
* @throws {@link OdbServiceException}
|
|
103
|
+
* <p>Base exception class for all service exceptions from Odb service.</p>
|
|
104
|
+
*
|
|
105
|
+
*
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
export declare class GetDbServerCommand extends GetDbServerCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: GetDbServerInput;
|
|
113
|
+
output: GetDbServerOutput;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: GetDbServerCommandInput;
|
|
117
|
+
output: GetDbServerCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { GetOciOnboardingStatusInput, GetOciOnboardingStatusOutput } from "../models/models_0";
|
|
4
|
+
import { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetOciOnboardingStatusCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetOciOnboardingStatusCommandInput extends GetOciOnboardingStatusInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetOciOnboardingStatusCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetOciOnboardingStatusCommandOutput extends GetOciOnboardingStatusOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetOciOnboardingStatusCommand_base: {
|
|
25
|
+
new (input: GetOciOnboardingStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetOciOnboardingStatusCommandInput, GetOciOnboardingStatusCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetOciOnboardingStatusCommandInput]): import("@smithy/smithy-client").CommandImpl<GetOciOnboardingStatusCommandInput, GetOciOnboardingStatusCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns the tenancy activation link and onboarding status for your Amazon Web Services account.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { OdbClient, GetOciOnboardingStatusCommand } from "@aws-sdk/client-odb"; // ES Modules import
|
|
35
|
+
* // const { OdbClient, GetOciOnboardingStatusCommand } = require("@aws-sdk/client-odb"); // CommonJS import
|
|
36
|
+
* const client = new OdbClient(config);
|
|
37
|
+
* const input = {};
|
|
38
|
+
* const command = new GetOciOnboardingStatusCommand(input);
|
|
39
|
+
* const response = await client.send(command);
|
|
40
|
+
* // { // GetOciOnboardingStatusOutput
|
|
41
|
+
* // status: "NOT_STARTED" || "PENDING_LINK_GENERATION" || "PENDING_CUSTOMER_ACTION" || "PENDING_INITIALIZATION" || "ACTIVATING" || "ACTIVE_IN_HOME_REGION" || "ACTIVE" || "ACTIVE_LIMITED" || "FAILED" || "PUBLIC_OFFER_UNSUPPORTED" || "SUSPENDED" || "CANCELED",
|
|
42
|
+
* // existingTenancyActivationLink: "STRING_VALUE",
|
|
43
|
+
* // newTenancyActivationLink: "STRING_VALUE",
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* @param GetOciOnboardingStatusCommandInput - {@link GetOciOnboardingStatusCommandInput}
|
|
49
|
+
* @returns {@link GetOciOnboardingStatusCommandOutput}
|
|
50
|
+
* @see {@link GetOciOnboardingStatusCommandInput} for command's `input` shape.
|
|
51
|
+
* @see {@link GetOciOnboardingStatusCommandOutput} for command's `response` shape.
|
|
52
|
+
* @see {@link OdbClientResolvedConfig | config} for OdbClient's `config` shape.
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
55
|
+
* <p>You don't have sufficient access to perform this action. Make sure you have the required permissions and try again.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InternalServerException} (server fault)
|
|
58
|
+
* <p>Occurs when there is an internal failure in the Oracle Database@Amazon Web Services service. Wait and try again.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
61
|
+
* <p>The request was denied due to request throttling.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ValidationException} (client fault)
|
|
64
|
+
* <p>The request has failed validation because it is missing required fields or has invalid inputs.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link OdbServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from Odb service.</p>
|
|
68
|
+
*
|
|
69
|
+
*
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
export declare class GetOciOnboardingStatusCommand extends GetOciOnboardingStatusCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: {};
|
|
77
|
+
output: GetOciOnboardingStatusOutput;
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: GetOciOnboardingStatusCommandInput;
|
|
81
|
+
output: GetOciOnboardingStatusCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
}
|