@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,90 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { StartDbNodeInput, StartDbNodeOutput } 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 StartDbNodeCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface StartDbNodeCommandInput extends StartDbNodeInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link StartDbNodeCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface StartDbNodeCommandOutput extends StartDbNodeOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const StartDbNodeCommand_base: {
|
|
25
|
+
new (input: StartDbNodeCommandInput): import("@smithy/smithy-client").CommandImpl<StartDbNodeCommandInput, StartDbNodeCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartDbNodeCommandInput): import("@smithy/smithy-client").CommandImpl<StartDbNodeCommandInput, StartDbNodeCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Starts the specified DB node in a 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, StartDbNodeCommand } from "@aws-sdk/client-odb"; // ES Modules import
|
|
35
|
+
* // const { OdbClient, StartDbNodeCommand } = require("@aws-sdk/client-odb"); // CommonJS import
|
|
36
|
+
* const client = new OdbClient(config);
|
|
37
|
+
* const input = { // StartDbNodeInput
|
|
38
|
+
* cloudVmClusterId: "STRING_VALUE", // required
|
|
39
|
+
* dbNodeId: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
41
|
+
* const command = new StartDbNodeCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // { // StartDbNodeOutput
|
|
44
|
+
* // dbNodeId: "STRING_VALUE", // required
|
|
45
|
+
* // status: "AVAILABLE" || "FAILED" || "PROVISIONING" || "TERMINATED" || "TERMINATING" || "UPDATING" || "STOPPING" || "STOPPED" || "STARTING",
|
|
46
|
+
* // statusReason: "STRING_VALUE",
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
49
|
+
* ```
|
|
50
|
+
*
|
|
51
|
+
* @param StartDbNodeCommandInput - {@link StartDbNodeCommandInput}
|
|
52
|
+
* @returns {@link StartDbNodeCommandOutput}
|
|
53
|
+
* @see {@link StartDbNodeCommandInput} for command's `input` shape.
|
|
54
|
+
* @see {@link StartDbNodeCommandOutput} for command's `response` shape.
|
|
55
|
+
* @see {@link OdbClientResolvedConfig | config} for OdbClient's `config` shape.
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
58
|
+
* <p>You don't have sufficient access to perform this action. Make sure you have the required permissions and try again.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InternalServerException} (server fault)
|
|
61
|
+
* <p>Occurs when there is an internal failure in the Oracle Database@Amazon Web Services service. Wait and try again.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
64
|
+
* <p>The operation tried to access a resource that doesn't exist. Make sure you provided the correct resource and try again.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
67
|
+
* <p>The request was denied due to request throttling.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ValidationException} (client fault)
|
|
70
|
+
* <p>The request has failed validation because it is missing required fields or has invalid inputs.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link OdbServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from Odb service.</p>
|
|
74
|
+
*
|
|
75
|
+
*
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
export declare class StartDbNodeCommand extends StartDbNodeCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: StartDbNodeInput;
|
|
83
|
+
output: StartDbNodeOutput;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: StartDbNodeCommandInput;
|
|
87
|
+
output: StartDbNodeCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { StopDbNodeInput, StopDbNodeOutput } 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 StopDbNodeCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface StopDbNodeCommandInput extends StopDbNodeInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link StopDbNodeCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface StopDbNodeCommandOutput extends StopDbNodeOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const StopDbNodeCommand_base: {
|
|
25
|
+
new (input: StopDbNodeCommandInput): import("@smithy/smithy-client").CommandImpl<StopDbNodeCommandInput, StopDbNodeCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StopDbNodeCommandInput): import("@smithy/smithy-client").CommandImpl<StopDbNodeCommandInput, StopDbNodeCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Stops the specified DB node in a 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, StopDbNodeCommand } from "@aws-sdk/client-odb"; // ES Modules import
|
|
35
|
+
* // const { OdbClient, StopDbNodeCommand } = require("@aws-sdk/client-odb"); // CommonJS import
|
|
36
|
+
* const client = new OdbClient(config);
|
|
37
|
+
* const input = { // StopDbNodeInput
|
|
38
|
+
* cloudVmClusterId: "STRING_VALUE", // required
|
|
39
|
+
* dbNodeId: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
41
|
+
* const command = new StopDbNodeCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // { // StopDbNodeOutput
|
|
44
|
+
* // dbNodeId: "STRING_VALUE", // required
|
|
45
|
+
* // status: "AVAILABLE" || "FAILED" || "PROVISIONING" || "TERMINATED" || "TERMINATING" || "UPDATING" || "STOPPING" || "STOPPED" || "STARTING",
|
|
46
|
+
* // statusReason: "STRING_VALUE",
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
49
|
+
* ```
|
|
50
|
+
*
|
|
51
|
+
* @param StopDbNodeCommandInput - {@link StopDbNodeCommandInput}
|
|
52
|
+
* @returns {@link StopDbNodeCommandOutput}
|
|
53
|
+
* @see {@link StopDbNodeCommandInput} for command's `input` shape.
|
|
54
|
+
* @see {@link StopDbNodeCommandOutput} for command's `response` shape.
|
|
55
|
+
* @see {@link OdbClientResolvedConfig | config} for OdbClient's `config` shape.
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
58
|
+
* <p>You don't have sufficient access to perform this action. Make sure you have the required permissions and try again.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InternalServerException} (server fault)
|
|
61
|
+
* <p>Occurs when there is an internal failure in the Oracle Database@Amazon Web Services service. Wait and try again.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
64
|
+
* <p>The operation tried to access a resource that doesn't exist. Make sure you provided the correct resource and try again.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
67
|
+
* <p>The request was denied due to request throttling.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ValidationException} (client fault)
|
|
70
|
+
* <p>The request has failed validation because it is missing required fields or has invalid inputs.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link OdbServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from Odb service.</p>
|
|
74
|
+
*
|
|
75
|
+
*
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
export declare class StopDbNodeCommand extends StopDbNodeCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: StopDbNodeInput;
|
|
83
|
+
output: StopDbNodeOutput;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: StopDbNodeCommandInput;
|
|
87
|
+
output: StopDbNodeCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { TagResourceRequest, TagResourceResponse } 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 TagResourceCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link TagResourceCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const TagResourceCommand_base: {
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Applies tags to the specified resource.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { OdbClient, TagResourceCommand } from "@aws-sdk/client-odb"; // ES Modules import
|
|
35
|
+
* // const { OdbClient, TagResourceCommand } = require("@aws-sdk/client-odb"); // CommonJS import
|
|
36
|
+
* const client = new OdbClient(config);
|
|
37
|
+
* const input = { // TagResourceRequest
|
|
38
|
+
* resourceArn: "STRING_VALUE", // required
|
|
39
|
+
* tags: { // RequestTagMap // required
|
|
40
|
+
* "<keys>": "STRING_VALUE",
|
|
41
|
+
* },
|
|
42
|
+
* };
|
|
43
|
+
* const command = new TagResourceCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // {};
|
|
46
|
+
*
|
|
47
|
+
* ```
|
|
48
|
+
*
|
|
49
|
+
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
50
|
+
* @returns {@link TagResourceCommandOutput}
|
|
51
|
+
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
52
|
+
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
53
|
+
* @see {@link OdbClientResolvedConfig | config} for OdbClient's `config` shape.
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
56
|
+
* <p>The operation tried to access a resource that doesn't exist. Make sure you provided the correct resource and try again.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
59
|
+
* <p>You have exceeded the service quota.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link OdbServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from Odb service.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
68
|
+
/** @internal type navigation helper, not in runtime. */
|
|
69
|
+
protected static __types: {
|
|
70
|
+
api: {
|
|
71
|
+
input: TagResourceRequest;
|
|
72
|
+
output: {};
|
|
73
|
+
};
|
|
74
|
+
sdk: {
|
|
75
|
+
input: TagResourceCommandInput;
|
|
76
|
+
output: TagResourceCommandOutput;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { UntagResourceRequest, UntagResourceResponse } 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 UntagResourceCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UntagResourceCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UntagResourceCommand_base: {
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Removes tags from the specified resource.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { OdbClient, UntagResourceCommand } from "@aws-sdk/client-odb"; // ES Modules import
|
|
35
|
+
* // const { OdbClient, UntagResourceCommand } = require("@aws-sdk/client-odb"); // CommonJS import
|
|
36
|
+
* const client = new OdbClient(config);
|
|
37
|
+
* const input = { // UntagResourceRequest
|
|
38
|
+
* resourceArn: "STRING_VALUE", // required
|
|
39
|
+
* tagKeys: [ // TagKeys // required
|
|
40
|
+
* "STRING_VALUE",
|
|
41
|
+
* ],
|
|
42
|
+
* };
|
|
43
|
+
* const command = new UntagResourceCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // {};
|
|
46
|
+
*
|
|
47
|
+
* ```
|
|
48
|
+
*
|
|
49
|
+
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
50
|
+
* @returns {@link UntagResourceCommandOutput}
|
|
51
|
+
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
52
|
+
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
53
|
+
* @see {@link OdbClientResolvedConfig | config} for OdbClient's `config` shape.
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
56
|
+
* <p>The operation tried to access a resource that doesn't exist. Make sure you provided the correct resource and try again.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link OdbServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from Odb service.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
65
|
+
/** @internal type navigation helper, not in runtime. */
|
|
66
|
+
protected static __types: {
|
|
67
|
+
api: {
|
|
68
|
+
input: UntagResourceRequest;
|
|
69
|
+
output: {};
|
|
70
|
+
};
|
|
71
|
+
sdk: {
|
|
72
|
+
input: UntagResourceCommandInput;
|
|
73
|
+
output: UntagResourceCommandOutput;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { UpdateCloudExadataInfrastructureInput, UpdateCloudExadataInfrastructureOutput } 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 UpdateCloudExadataInfrastructureCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateCloudExadataInfrastructureCommandInput extends UpdateCloudExadataInfrastructureInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateCloudExadataInfrastructureCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateCloudExadataInfrastructureCommandOutput extends UpdateCloudExadataInfrastructureOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateCloudExadataInfrastructureCommand_base: {
|
|
25
|
+
new (input: UpdateCloudExadataInfrastructureCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCloudExadataInfrastructureCommandInput, UpdateCloudExadataInfrastructureCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateCloudExadataInfrastructureCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCloudExadataInfrastructureCommandInput, UpdateCloudExadataInfrastructureCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Updates the properties of an Exadata infrastructure resource.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { OdbClient, UpdateCloudExadataInfrastructureCommand } from "@aws-sdk/client-odb"; // ES Modules import
|
|
35
|
+
* // const { OdbClient, UpdateCloudExadataInfrastructureCommand } = require("@aws-sdk/client-odb"); // CommonJS import
|
|
36
|
+
* const client = new OdbClient(config);
|
|
37
|
+
* const input = { // UpdateCloudExadataInfrastructureInput
|
|
38
|
+
* cloudExadataInfrastructureId: "STRING_VALUE", // required
|
|
39
|
+
* maintenanceWindow: { // MaintenanceWindow
|
|
40
|
+
* customActionTimeoutInMins: Number("int"),
|
|
41
|
+
* daysOfWeek: [ // DaysOfWeek
|
|
42
|
+
* { // DayOfWeek
|
|
43
|
+
* name: "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY" || "SUNDAY",
|
|
44
|
+
* },
|
|
45
|
+
* ],
|
|
46
|
+
* hoursOfDay: [ // HoursOfDay
|
|
47
|
+
* Number("int"),
|
|
48
|
+
* ],
|
|
49
|
+
* isCustomActionTimeoutEnabled: true || false,
|
|
50
|
+
* leadTimeInWeeks: Number("int"),
|
|
51
|
+
* months: [ // Months
|
|
52
|
+
* { // Month
|
|
53
|
+
* name: "JANUARY" || "FEBRUARY" || "MARCH" || "APRIL" || "MAY" || "JUNE" || "JULY" || "AUGUST" || "SEPTEMBER" || "OCTOBER" || "NOVEMBER" || "DECEMBER",
|
|
54
|
+
* },
|
|
55
|
+
* ],
|
|
56
|
+
* patchingMode: "ROLLING" || "NONROLLING",
|
|
57
|
+
* preference: "NO_PREFERENCE" || "CUSTOM_PREFERENCE",
|
|
58
|
+
* skipRu: true || false,
|
|
59
|
+
* weeksOfMonth: [ // WeeksOfMonth
|
|
60
|
+
* Number("int"),
|
|
61
|
+
* ],
|
|
62
|
+
* },
|
|
63
|
+
* };
|
|
64
|
+
* const command = new UpdateCloudExadataInfrastructureCommand(input);
|
|
65
|
+
* const response = await client.send(command);
|
|
66
|
+
* // { // UpdateCloudExadataInfrastructureOutput
|
|
67
|
+
* // displayName: "STRING_VALUE",
|
|
68
|
+
* // status: "AVAILABLE" || "FAILED" || "PROVISIONING" || "TERMINATED" || "TERMINATING" || "UPDATING" || "MAINTENANCE_IN_PROGRESS",
|
|
69
|
+
* // statusReason: "STRING_VALUE",
|
|
70
|
+
* // cloudExadataInfrastructureId: "STRING_VALUE", // required
|
|
71
|
+
* // };
|
|
72
|
+
*
|
|
73
|
+
* ```
|
|
74
|
+
*
|
|
75
|
+
* @param UpdateCloudExadataInfrastructureCommandInput - {@link UpdateCloudExadataInfrastructureCommandInput}
|
|
76
|
+
* @returns {@link UpdateCloudExadataInfrastructureCommandOutput}
|
|
77
|
+
* @see {@link UpdateCloudExadataInfrastructureCommandInput} for command's `input` shape.
|
|
78
|
+
* @see {@link UpdateCloudExadataInfrastructureCommandOutput} for command's `response` shape.
|
|
79
|
+
* @see {@link OdbClientResolvedConfig | config} for OdbClient's `config` shape.
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
82
|
+
* <p>You don't have sufficient access to perform this action. Make sure you have the required permissions and try again.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link ConflictException} (client fault)
|
|
85
|
+
* <p>Occurs when a conflict with the current status of your resource. Fix any inconsistencies with your resource 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 UpdateCloudExadataInfrastructureCommand extends UpdateCloudExadataInfrastructureCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: UpdateCloudExadataInfrastructureInput;
|
|
110
|
+
output: UpdateCloudExadataInfrastructureOutput;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: UpdateCloudExadataInfrastructureCommandInput;
|
|
114
|
+
output: UpdateCloudExadataInfrastructureCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { UpdateOdbNetworkInput, UpdateOdbNetworkOutput } 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 UpdateOdbNetworkCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateOdbNetworkCommandInput extends UpdateOdbNetworkInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateOdbNetworkCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateOdbNetworkCommandOutput extends UpdateOdbNetworkOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateOdbNetworkCommand_base: {
|
|
25
|
+
new (input: UpdateOdbNetworkCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOdbNetworkCommandInput, UpdateOdbNetworkCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateOdbNetworkCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOdbNetworkCommandInput, UpdateOdbNetworkCommandOutput, OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Updates properties of a specified ODB network.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { OdbClient, UpdateOdbNetworkCommand } from "@aws-sdk/client-odb"; // ES Modules import
|
|
35
|
+
* // const { OdbClient, UpdateOdbNetworkCommand } = require("@aws-sdk/client-odb"); // CommonJS import
|
|
36
|
+
* const client = new OdbClient(config);
|
|
37
|
+
* const input = { // UpdateOdbNetworkInput
|
|
38
|
+
* odbNetworkId: "STRING_VALUE", // required
|
|
39
|
+
* displayName: "STRING_VALUE",
|
|
40
|
+
* peeredCidrsToBeAdded: [ // StringList
|
|
41
|
+
* "STRING_VALUE",
|
|
42
|
+
* ],
|
|
43
|
+
* peeredCidrsToBeRemoved: [
|
|
44
|
+
* "STRING_VALUE",
|
|
45
|
+
* ],
|
|
46
|
+
* s3Access: "ENABLED" || "DISABLED",
|
|
47
|
+
* zeroEtlAccess: "ENABLED" || "DISABLED",
|
|
48
|
+
* s3PolicyDocument: "STRING_VALUE",
|
|
49
|
+
* };
|
|
50
|
+
* const command = new UpdateOdbNetworkCommand(input);
|
|
51
|
+
* const response = await client.send(command);
|
|
52
|
+
* // { // UpdateOdbNetworkOutput
|
|
53
|
+
* // displayName: "STRING_VALUE",
|
|
54
|
+
* // status: "AVAILABLE" || "FAILED" || "PROVISIONING" || "TERMINATED" || "TERMINATING" || "UPDATING" || "MAINTENANCE_IN_PROGRESS",
|
|
55
|
+
* // statusReason: "STRING_VALUE",
|
|
56
|
+
* // odbNetworkId: "STRING_VALUE", // required
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
59
|
+
* ```
|
|
60
|
+
*
|
|
61
|
+
* @param UpdateOdbNetworkCommandInput - {@link UpdateOdbNetworkCommandInput}
|
|
62
|
+
* @returns {@link UpdateOdbNetworkCommandOutput}
|
|
63
|
+
* @see {@link UpdateOdbNetworkCommandInput} for command's `input` shape.
|
|
64
|
+
* @see {@link UpdateOdbNetworkCommandOutput} for command's `response` shape.
|
|
65
|
+
* @see {@link OdbClientResolvedConfig | config} for OdbClient's `config` shape.
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
68
|
+
* <p>You don't have sufficient access to perform this action. Make sure you have the required permissions and try again.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ConflictException} (client fault)
|
|
71
|
+
* <p>Occurs when a conflict with the current status of your resource. Fix any inconsistencies with your resource 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 UpdateOdbNetworkCommand extends UpdateOdbNetworkCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: UpdateOdbNetworkInput;
|
|
96
|
+
output: UpdateOdbNetworkOutput;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: UpdateOdbNetworkCommandInput;
|
|
100
|
+
output: UpdateOdbNetworkCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export * from "./AcceptMarketplaceRegistrationCommand";
|
|
2
|
+
export * from "./CreateCloudAutonomousVmClusterCommand";
|
|
3
|
+
export * from "./CreateCloudExadataInfrastructureCommand";
|
|
4
|
+
export * from "./CreateCloudVmClusterCommand";
|
|
5
|
+
export * from "./CreateOdbNetworkCommand";
|
|
6
|
+
export * from "./CreateOdbPeeringConnectionCommand";
|
|
7
|
+
export * from "./DeleteCloudAutonomousVmClusterCommand";
|
|
8
|
+
export * from "./DeleteCloudExadataInfrastructureCommand";
|
|
9
|
+
export * from "./DeleteCloudVmClusterCommand";
|
|
10
|
+
export * from "./DeleteOdbNetworkCommand";
|
|
11
|
+
export * from "./DeleteOdbPeeringConnectionCommand";
|
|
12
|
+
export * from "./GetCloudAutonomousVmClusterCommand";
|
|
13
|
+
export * from "./GetCloudExadataInfrastructureCommand";
|
|
14
|
+
export * from "./GetCloudExadataInfrastructureUnallocatedResourcesCommand";
|
|
15
|
+
export * from "./GetCloudVmClusterCommand";
|
|
16
|
+
export * from "./GetDbNodeCommand";
|
|
17
|
+
export * from "./GetDbServerCommand";
|
|
18
|
+
export * from "./GetOciOnboardingStatusCommand";
|
|
19
|
+
export * from "./GetOdbNetworkCommand";
|
|
20
|
+
export * from "./GetOdbPeeringConnectionCommand";
|
|
21
|
+
export * from "./InitializeServiceCommand";
|
|
22
|
+
export * from "./ListAutonomousVirtualMachinesCommand";
|
|
23
|
+
export * from "./ListCloudAutonomousVmClustersCommand";
|
|
24
|
+
export * from "./ListCloudExadataInfrastructuresCommand";
|
|
25
|
+
export * from "./ListCloudVmClustersCommand";
|
|
26
|
+
export * from "./ListDbNodesCommand";
|
|
27
|
+
export * from "./ListDbServersCommand";
|
|
28
|
+
export * from "./ListDbSystemShapesCommand";
|
|
29
|
+
export * from "./ListGiVersionsCommand";
|
|
30
|
+
export * from "./ListOdbNetworksCommand";
|
|
31
|
+
export * from "./ListOdbPeeringConnectionsCommand";
|
|
32
|
+
export * from "./ListSystemVersionsCommand";
|
|
33
|
+
export * from "./ListTagsForResourceCommand";
|
|
34
|
+
export * from "./RebootDbNodeCommand";
|
|
35
|
+
export * from "./StartDbNodeCommand";
|
|
36
|
+
export * from "./StopDbNodeCommand";
|
|
37
|
+
export * from "./TagResourceCommand";
|
|
38
|
+
export * from "./UntagResourceCommand";
|
|
39
|
+
export * from "./UpdateCloudExadataInfrastructureCommand";
|
|
40
|
+
export * from "./UpdateOdbNetworkCommand";
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
*/
|
|
5
|
+
export interface ClientInputEndpointParameters {
|
|
6
|
+
region?: string | undefined | Provider<string | undefined>;
|
|
7
|
+
useDualstackEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
8
|
+
useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
9
|
+
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
10
|
+
}
|
|
11
|
+
export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
|
|
12
|
+
defaultSigningName: string;
|
|
13
|
+
};
|
|
14
|
+
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
|
|
15
|
+
export declare const commonParams: {
|
|
16
|
+
readonly UseFIPS: {
|
|
17
|
+
readonly type: "builtInParams";
|
|
18
|
+
readonly name: "useFipsEndpoint";
|
|
19
|
+
};
|
|
20
|
+
readonly Endpoint: {
|
|
21
|
+
readonly type: "builtInParams";
|
|
22
|
+
readonly name: "endpoint";
|
|
23
|
+
};
|
|
24
|
+
readonly Region: {
|
|
25
|
+
readonly type: "builtInParams";
|
|
26
|
+
readonly name: "region";
|
|
27
|
+
};
|
|
28
|
+
readonly UseDualStack: {
|
|
29
|
+
readonly type: "builtInParams";
|
|
30
|
+
readonly name: "useDualstackEndpoint";
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
34
|
+
Region?: string | undefined;
|
|
35
|
+
UseDualStack?: boolean | undefined;
|
|
36
|
+
UseFIPS?: boolean | undefined;
|
|
37
|
+
Endpoint?: string | undefined;
|
|
38
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
3
|
+
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
|
+
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
|
+
/**
|
|
6
|
+
* @internal
|
|
7
|
+
*/
|
|
8
|
+
export interface OdbExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration, AwsRegionExtensionConfiguration, HttpAuthExtensionConfiguration {
|
|
9
|
+
}
|