@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,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./AcceptMarketplaceRegistrationCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./CreateCloudAutonomousVmClusterCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./CreateCloudExadataInfrastructureCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./CreateCloudVmClusterCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./CreateOdbNetworkCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./CreateOdbPeeringConnectionCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./DeleteCloudAutonomousVmClusterCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./DeleteCloudExadataInfrastructureCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./DeleteCloudVmClusterCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./DeleteOdbNetworkCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./DeleteOdbPeeringConnectionCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./GetCloudAutonomousVmClusterCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./GetCloudExadataInfrastructureCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./GetCloudExadataInfrastructureUnallocatedResourcesCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./GetCloudVmClusterCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./GetDbNodeCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./GetDbServerCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./GetOciOnboardingStatusCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./GetOdbNetworkCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./GetOdbPeeringConnectionCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./InitializeServiceCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./ListAutonomousVirtualMachinesCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./ListCloudAutonomousVmClustersCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./ListCloudExadataInfrastructuresCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./ListCloudVmClustersCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./ListDbNodesCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./ListDbServersCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./ListDbSystemShapesCommand"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./ListGiVersionsCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./ListOdbNetworksCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./ListOdbPeeringConnectionsCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./ListSystemVersionsCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./RebootDbNodeCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./StartDbNodeCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./StopDbNodeCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./UpdateCloudExadataInfrastructureCommand"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./UpdateOdbNetworkCommand"), exports);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
+
const resolveClientEndpointParameters = (options) => {
|
|
5
|
+
return Object.assign(options, {
|
|
6
|
+
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
7
|
+
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
8
|
+
defaultSigningName: "odb",
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
12
|
+
exports.commonParams = {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.defaultEndpointResolver = void 0;
|
|
4
|
+
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
+
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
6
|
+
const ruleset_1 = require("./ruleset");
|
|
7
|
+
const cache = new util_endpoints_2.EndpointCache({
|
|
8
|
+
size: 50,
|
|
9
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
10
|
+
});
|
|
11
|
+
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
12
|
+
return cache.get(endpointParams, () => (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
13
|
+
endpointParams: endpointParams,
|
|
14
|
+
logger: context.logger,
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
17
|
+
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
18
|
+
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ruleSet = void 0;
|
|
4
|
+
const s = "required", t = "fn", u = "argv", v = "ref";
|
|
5
|
+
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "String" }, i = { [s]: true, "default": false, "type": "Boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [t]: b, [u]: [j] }], rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { rules: [{ conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: j, properties: m, headers: m }, type: e }], type: f }], type: f }, { rules: [{ conditions: [{ [t]: b, [u]: r }], rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: g }], rules: [{ conditions: [k, l], rules: [{ conditions: [{ [t]: c, [u]: [a, n] }, o], rules: [{ rules: [{ endpoint: { url: "https://odb-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: p, rules: [{ conditions: [{ [t]: c, [u]: [n, a] }], rules: [{ rules: [{ endpoint: { url: "https://odb-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: q, rules: [{ conditions: [o], rules: [{ rules: [{ endpoint: { url: "https://odb.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { rules: [{ endpoint: { url: "https://odb.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }], type: f }] };
|
|
7
|
+
exports.ruleSet = _data;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OdbServiceException = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
tslib_1.__exportStar(require("./OdbClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./Odb"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
10
|
+
var OdbServiceException_1 = require("./models/OdbServiceException");
|
|
11
|
+
Object.defineProperty(exports, "OdbServiceException", { enumerable: true, get: function () { return OdbServiceException_1.OdbServiceException; } });
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OdbServiceException = exports.__ServiceException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
+
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
+
class OdbServiceException extends smithy_client_1.ServiceException {
|
|
7
|
+
constructor(options) {
|
|
8
|
+
super(options);
|
|
9
|
+
Object.setPrototypeOf(this, OdbServiceException.prototype);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
exports.OdbServiceException = OdbServiceException;
|
|
@@ -0,0 +1,303 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListCloudVmClustersOutputFilterSensitiveLog = exports.GetCloudVmClusterOutputFilterSensitiveLog = exports.CloudVmClusterSummaryFilterSensitiveLog = exports.CloudVmClusterFilterSensitiveLog = exports.ListCloudExadataInfrastructuresOutputFilterSensitiveLog = exports.GetCloudExadataInfrastructureOutputFilterSensitiveLog = exports.CreateCloudExadataInfrastructureInputFilterSensitiveLog = exports.CloudExadataInfrastructureSummaryFilterSensitiveLog = exports.CloudExadataInfrastructureFilterSensitiveLog = exports.CustomerContactFilterSensitiveLog = exports.VpcEndpointType = exports.ManagedResourceStatus = exports.OciOnboardingStatus = exports.ShapeType = exports.DbNodeResourceStatus = exports.DbNodeMaintenanceType = exports.Objective = exports.IormLifecycleState = exports.DiskRedundancy = exports.DbServerPatchingStatus = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.PreferenceType = exports.PatchingModeType = exports.MonthName = exports.DayOfWeekName = exports.LicenseModel = exports.ComputeModel = exports.ResourceStatus = exports.Access = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.InternalServerException = exports.ConflictException = exports.AccessDeniedException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
+
const OdbServiceException_1 = require("./OdbServiceException");
|
|
6
|
+
class AccessDeniedException extends OdbServiceException_1.OdbServiceException {
|
|
7
|
+
name = "AccessDeniedException";
|
|
8
|
+
$fault = "client";
|
|
9
|
+
constructor(opts) {
|
|
10
|
+
super({
|
|
11
|
+
name: "AccessDeniedException",
|
|
12
|
+
$fault: "client",
|
|
13
|
+
...opts,
|
|
14
|
+
});
|
|
15
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
19
|
+
class ConflictException extends OdbServiceException_1.OdbServiceException {
|
|
20
|
+
name = "ConflictException";
|
|
21
|
+
$fault = "client";
|
|
22
|
+
resourceId;
|
|
23
|
+
resourceType;
|
|
24
|
+
constructor(opts) {
|
|
25
|
+
super({
|
|
26
|
+
name: "ConflictException",
|
|
27
|
+
$fault: "client",
|
|
28
|
+
...opts,
|
|
29
|
+
});
|
|
30
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
31
|
+
this.resourceId = opts.resourceId;
|
|
32
|
+
this.resourceType = opts.resourceType;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
exports.ConflictException = ConflictException;
|
|
36
|
+
class InternalServerException extends OdbServiceException_1.OdbServiceException {
|
|
37
|
+
name = "InternalServerException";
|
|
38
|
+
$fault = "server";
|
|
39
|
+
$retryable = {};
|
|
40
|
+
retryAfterSeconds;
|
|
41
|
+
constructor(opts) {
|
|
42
|
+
super({
|
|
43
|
+
name: "InternalServerException",
|
|
44
|
+
$fault: "server",
|
|
45
|
+
...opts,
|
|
46
|
+
});
|
|
47
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
48
|
+
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.InternalServerException = InternalServerException;
|
|
52
|
+
class ThrottlingException extends OdbServiceException_1.OdbServiceException {
|
|
53
|
+
name = "ThrottlingException";
|
|
54
|
+
$fault = "client";
|
|
55
|
+
retryAfterSeconds;
|
|
56
|
+
constructor(opts) {
|
|
57
|
+
super({
|
|
58
|
+
name: "ThrottlingException",
|
|
59
|
+
$fault: "client",
|
|
60
|
+
...opts,
|
|
61
|
+
});
|
|
62
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
63
|
+
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
exports.ThrottlingException = ThrottlingException;
|
|
67
|
+
exports.ValidationExceptionReason = {
|
|
68
|
+
CANNOT_PARSE: "cannotParse",
|
|
69
|
+
FIELD_VALIDATION_FAILED: "fieldValidationFailed",
|
|
70
|
+
OTHER: "other",
|
|
71
|
+
UNKNOWN_OPERATION: "unknownOperation",
|
|
72
|
+
};
|
|
73
|
+
class ValidationException extends OdbServiceException_1.OdbServiceException {
|
|
74
|
+
name = "ValidationException";
|
|
75
|
+
$fault = "client";
|
|
76
|
+
reason;
|
|
77
|
+
fieldList;
|
|
78
|
+
constructor(opts) {
|
|
79
|
+
super({
|
|
80
|
+
name: "ValidationException",
|
|
81
|
+
$fault: "client",
|
|
82
|
+
...opts,
|
|
83
|
+
});
|
|
84
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
85
|
+
this.reason = opts.reason;
|
|
86
|
+
this.fieldList = opts.fieldList;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
exports.ValidationException = ValidationException;
|
|
90
|
+
exports.Access = {
|
|
91
|
+
DISABLED: "DISABLED",
|
|
92
|
+
ENABLED: "ENABLED",
|
|
93
|
+
};
|
|
94
|
+
exports.ResourceStatus = {
|
|
95
|
+
AVAILABLE: "AVAILABLE",
|
|
96
|
+
FAILED: "FAILED",
|
|
97
|
+
MAINTENANCE_IN_PROGRESS: "MAINTENANCE_IN_PROGRESS",
|
|
98
|
+
PROVISIONING: "PROVISIONING",
|
|
99
|
+
TERMINATED: "TERMINATED",
|
|
100
|
+
TERMINATING: "TERMINATING",
|
|
101
|
+
UPDATING: "UPDATING",
|
|
102
|
+
};
|
|
103
|
+
exports.ComputeModel = {
|
|
104
|
+
ECPU: "ECPU",
|
|
105
|
+
OCPU: "OCPU",
|
|
106
|
+
};
|
|
107
|
+
exports.LicenseModel = {
|
|
108
|
+
BRING_YOUR_OWN_LICENSE: "BRING_YOUR_OWN_LICENSE",
|
|
109
|
+
LICENSE_INCLUDED: "LICENSE_INCLUDED",
|
|
110
|
+
};
|
|
111
|
+
exports.DayOfWeekName = {
|
|
112
|
+
FRIDAY: "FRIDAY",
|
|
113
|
+
MONDAY: "MONDAY",
|
|
114
|
+
SATURDAY: "SATURDAY",
|
|
115
|
+
SUNDAY: "SUNDAY",
|
|
116
|
+
THURSDAY: "THURSDAY",
|
|
117
|
+
TUESDAY: "TUESDAY",
|
|
118
|
+
WEDNESDAY: "WEDNESDAY",
|
|
119
|
+
};
|
|
120
|
+
exports.MonthName = {
|
|
121
|
+
APRIL: "APRIL",
|
|
122
|
+
AUGUST: "AUGUST",
|
|
123
|
+
DECEMBER: "DECEMBER",
|
|
124
|
+
FEBRUARY: "FEBRUARY",
|
|
125
|
+
JANUARY: "JANUARY",
|
|
126
|
+
JULY: "JULY",
|
|
127
|
+
JUNE: "JUNE",
|
|
128
|
+
MARCH: "MARCH",
|
|
129
|
+
MAY: "MAY",
|
|
130
|
+
NOVEMBER: "NOVEMBER",
|
|
131
|
+
OCTOBER: "OCTOBER",
|
|
132
|
+
SEPTEMBER: "SEPTEMBER",
|
|
133
|
+
};
|
|
134
|
+
exports.PatchingModeType = {
|
|
135
|
+
NONROLLING: "NONROLLING",
|
|
136
|
+
ROLLING: "ROLLING",
|
|
137
|
+
};
|
|
138
|
+
exports.PreferenceType = {
|
|
139
|
+
CUSTOM_PREFERENCE: "CUSTOM_PREFERENCE",
|
|
140
|
+
NO_PREFERENCE: "NO_PREFERENCE",
|
|
141
|
+
};
|
|
142
|
+
class ResourceNotFoundException extends OdbServiceException_1.OdbServiceException {
|
|
143
|
+
name = "ResourceNotFoundException";
|
|
144
|
+
$fault = "client";
|
|
145
|
+
resourceId;
|
|
146
|
+
resourceType;
|
|
147
|
+
constructor(opts) {
|
|
148
|
+
super({
|
|
149
|
+
name: "ResourceNotFoundException",
|
|
150
|
+
$fault: "client",
|
|
151
|
+
...opts,
|
|
152
|
+
});
|
|
153
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
154
|
+
this.resourceId = opts.resourceId;
|
|
155
|
+
this.resourceType = opts.resourceType;
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
159
|
+
class ServiceQuotaExceededException extends OdbServiceException_1.OdbServiceException {
|
|
160
|
+
name = "ServiceQuotaExceededException";
|
|
161
|
+
$fault = "client";
|
|
162
|
+
resourceId;
|
|
163
|
+
resourceType;
|
|
164
|
+
quotaCode;
|
|
165
|
+
constructor(opts) {
|
|
166
|
+
super({
|
|
167
|
+
name: "ServiceQuotaExceededException",
|
|
168
|
+
$fault: "client",
|
|
169
|
+
...opts,
|
|
170
|
+
});
|
|
171
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
172
|
+
this.resourceId = opts.resourceId;
|
|
173
|
+
this.resourceType = opts.resourceType;
|
|
174
|
+
this.quotaCode = opts.quotaCode;
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
178
|
+
exports.DbServerPatchingStatus = {
|
|
179
|
+
COMPLETE: "COMPLETE",
|
|
180
|
+
FAILED: "FAILED",
|
|
181
|
+
MAINTENANCE_IN_PROGRESS: "MAINTENANCE_IN_PROGRESS",
|
|
182
|
+
SCHEDULED: "SCHEDULED",
|
|
183
|
+
};
|
|
184
|
+
exports.DiskRedundancy = {
|
|
185
|
+
HIGH: "HIGH",
|
|
186
|
+
NORMAL: "NORMAL",
|
|
187
|
+
};
|
|
188
|
+
exports.IormLifecycleState = {
|
|
189
|
+
BOOTSTRAPPING: "BOOTSTRAPPING",
|
|
190
|
+
DISABLED: "DISABLED",
|
|
191
|
+
ENABLED: "ENABLED",
|
|
192
|
+
FAILED: "FAILED",
|
|
193
|
+
UPDATING: "UPDATING",
|
|
194
|
+
};
|
|
195
|
+
exports.Objective = {
|
|
196
|
+
AUTO: "AUTO",
|
|
197
|
+
BALANCED: "BALANCED",
|
|
198
|
+
BASIC: "BASIC",
|
|
199
|
+
HIGH_THROUGHPUT: "HIGH_THROUGHPUT",
|
|
200
|
+
LOW_LATENCY: "LOW_LATENCY",
|
|
201
|
+
};
|
|
202
|
+
exports.DbNodeMaintenanceType = {
|
|
203
|
+
VMDB_REBOOT_MIGRATION: "VMDB_REBOOT_MIGRATION",
|
|
204
|
+
};
|
|
205
|
+
exports.DbNodeResourceStatus = {
|
|
206
|
+
AVAILABLE: "AVAILABLE",
|
|
207
|
+
FAILED: "FAILED",
|
|
208
|
+
PROVISIONING: "PROVISIONING",
|
|
209
|
+
STARTING: "STARTING",
|
|
210
|
+
STOPPED: "STOPPED",
|
|
211
|
+
STOPPING: "STOPPING",
|
|
212
|
+
TERMINATED: "TERMINATED",
|
|
213
|
+
TERMINATING: "TERMINATING",
|
|
214
|
+
UPDATING: "UPDATING",
|
|
215
|
+
};
|
|
216
|
+
exports.ShapeType = {
|
|
217
|
+
AMD: "AMD",
|
|
218
|
+
AMPERE_FLEX_A1: "AMPERE_FLEX_A1",
|
|
219
|
+
INTEL: "INTEL",
|
|
220
|
+
INTEL_FLEX_X9: "INTEL_FLEX_X9",
|
|
221
|
+
};
|
|
222
|
+
exports.OciOnboardingStatus = {
|
|
223
|
+
ACTIVATING: "ACTIVATING",
|
|
224
|
+
ACTIVE: "ACTIVE",
|
|
225
|
+
ACTIVE_IN_HOME_REGION: "ACTIVE_IN_HOME_REGION",
|
|
226
|
+
ACTIVE_LIMITED: "ACTIVE_LIMITED",
|
|
227
|
+
CANCELED: "CANCELED",
|
|
228
|
+
FAILED: "FAILED",
|
|
229
|
+
NOT_STARTED: "NOT_STARTED",
|
|
230
|
+
PENDING_CUSTOMER_ACTION: "PENDING_CUSTOMER_ACTION",
|
|
231
|
+
PENDING_INITIALIZATION: "PENDING_INITIALIZATION",
|
|
232
|
+
PENDING_LINK_GENERATION: "PENDING_LINK_GENERATION",
|
|
233
|
+
PUBLIC_OFFER_UNSUPPORTED: "PUBLIC_OFFER_UNSUPPORTED",
|
|
234
|
+
SUSPENDED: "SUSPENDED",
|
|
235
|
+
};
|
|
236
|
+
exports.ManagedResourceStatus = {
|
|
237
|
+
DISABLED: "DISABLED",
|
|
238
|
+
DISABLING: "DISABLING",
|
|
239
|
+
ENABLED: "ENABLED",
|
|
240
|
+
ENABLING: "ENABLING",
|
|
241
|
+
};
|
|
242
|
+
exports.VpcEndpointType = {
|
|
243
|
+
SERVICENETWORK: "SERVICENETWORK",
|
|
244
|
+
};
|
|
245
|
+
const CustomerContactFilterSensitiveLog = (obj) => ({
|
|
246
|
+
...obj,
|
|
247
|
+
...(obj.email && { email: smithy_client_1.SENSITIVE_STRING }),
|
|
248
|
+
});
|
|
249
|
+
exports.CustomerContactFilterSensitiveLog = CustomerContactFilterSensitiveLog;
|
|
250
|
+
const CloudExadataInfrastructureFilterSensitiveLog = (obj) => ({
|
|
251
|
+
...obj,
|
|
252
|
+
...(obj.customerContactsToSendToOCI && {
|
|
253
|
+
customerContactsToSendToOCI: obj.customerContactsToSendToOCI.map((item) => (0, exports.CustomerContactFilterSensitiveLog)(item)),
|
|
254
|
+
}),
|
|
255
|
+
});
|
|
256
|
+
exports.CloudExadataInfrastructureFilterSensitiveLog = CloudExadataInfrastructureFilterSensitiveLog;
|
|
257
|
+
const CloudExadataInfrastructureSummaryFilterSensitiveLog = (obj) => ({
|
|
258
|
+
...obj,
|
|
259
|
+
...(obj.customerContactsToSendToOCI && {
|
|
260
|
+
customerContactsToSendToOCI: obj.customerContactsToSendToOCI.map((item) => (0, exports.CustomerContactFilterSensitiveLog)(item)),
|
|
261
|
+
}),
|
|
262
|
+
});
|
|
263
|
+
exports.CloudExadataInfrastructureSummaryFilterSensitiveLog = CloudExadataInfrastructureSummaryFilterSensitiveLog;
|
|
264
|
+
const CreateCloudExadataInfrastructureInputFilterSensitiveLog = (obj) => ({
|
|
265
|
+
...obj,
|
|
266
|
+
...(obj.customerContactsToSendToOCI && {
|
|
267
|
+
customerContactsToSendToOCI: obj.customerContactsToSendToOCI.map((item) => (0, exports.CustomerContactFilterSensitiveLog)(item)),
|
|
268
|
+
}),
|
|
269
|
+
});
|
|
270
|
+
exports.CreateCloudExadataInfrastructureInputFilterSensitiveLog = CreateCloudExadataInfrastructureInputFilterSensitiveLog;
|
|
271
|
+
const GetCloudExadataInfrastructureOutputFilterSensitiveLog = (obj) => ({
|
|
272
|
+
...obj,
|
|
273
|
+
...(obj.cloudExadataInfrastructure && {
|
|
274
|
+
cloudExadataInfrastructure: (0, exports.CloudExadataInfrastructureFilterSensitiveLog)(obj.cloudExadataInfrastructure),
|
|
275
|
+
}),
|
|
276
|
+
});
|
|
277
|
+
exports.GetCloudExadataInfrastructureOutputFilterSensitiveLog = GetCloudExadataInfrastructureOutputFilterSensitiveLog;
|
|
278
|
+
const ListCloudExadataInfrastructuresOutputFilterSensitiveLog = (obj) => ({
|
|
279
|
+
...obj,
|
|
280
|
+
});
|
|
281
|
+
exports.ListCloudExadataInfrastructuresOutputFilterSensitiveLog = ListCloudExadataInfrastructuresOutputFilterSensitiveLog;
|
|
282
|
+
const CloudVmClusterFilterSensitiveLog = (obj) => ({
|
|
283
|
+
...obj,
|
|
284
|
+
...(obj.sshPublicKeys && { sshPublicKeys: smithy_client_1.SENSITIVE_STRING }),
|
|
285
|
+
});
|
|
286
|
+
exports.CloudVmClusterFilterSensitiveLog = CloudVmClusterFilterSensitiveLog;
|
|
287
|
+
const CloudVmClusterSummaryFilterSensitiveLog = (obj) => ({
|
|
288
|
+
...obj,
|
|
289
|
+
...(obj.sshPublicKeys && { sshPublicKeys: smithy_client_1.SENSITIVE_STRING }),
|
|
290
|
+
});
|
|
291
|
+
exports.CloudVmClusterSummaryFilterSensitiveLog = CloudVmClusterSummaryFilterSensitiveLog;
|
|
292
|
+
const GetCloudVmClusterOutputFilterSensitiveLog = (obj) => ({
|
|
293
|
+
...obj,
|
|
294
|
+
...(obj.cloudVmCluster && { cloudVmCluster: (0, exports.CloudVmClusterFilterSensitiveLog)(obj.cloudVmCluster) }),
|
|
295
|
+
});
|
|
296
|
+
exports.GetCloudVmClusterOutputFilterSensitiveLog = GetCloudVmClusterOutputFilterSensitiveLog;
|
|
297
|
+
const ListCloudVmClustersOutputFilterSensitiveLog = (obj) => ({
|
|
298
|
+
...obj,
|
|
299
|
+
...(obj.cloudVmClusters && {
|
|
300
|
+
cloudVmClusters: obj.cloudVmClusters.map((item) => (0, exports.CloudVmClusterSummaryFilterSensitiveLog)(item)),
|
|
301
|
+
}),
|
|
302
|
+
});
|
|
303
|
+
exports.ListCloudVmClustersOutputFilterSensitiveLog = ListCloudVmClustersOutputFilterSensitiveLog;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListAutonomousVirtualMachines = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const ListAutonomousVirtualMachinesCommand_1 = require("../commands/ListAutonomousVirtualMachinesCommand");
|
|
6
|
+
const OdbClient_1 = require("../OdbClient");
|
|
7
|
+
exports.paginateListAutonomousVirtualMachines = (0, core_1.createPaginator)(OdbClient_1.OdbClient, ListAutonomousVirtualMachinesCommand_1.ListAutonomousVirtualMachinesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListCloudAutonomousVmClusters = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const ListCloudAutonomousVmClustersCommand_1 = require("../commands/ListCloudAutonomousVmClustersCommand");
|
|
6
|
+
const OdbClient_1 = require("../OdbClient");
|
|
7
|
+
exports.paginateListCloudAutonomousVmClusters = (0, core_1.createPaginator)(OdbClient_1.OdbClient, ListCloudAutonomousVmClustersCommand_1.ListCloudAutonomousVmClustersCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListCloudExadataInfrastructures = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const ListCloudExadataInfrastructuresCommand_1 = require("../commands/ListCloudExadataInfrastructuresCommand");
|
|
6
|
+
const OdbClient_1 = require("../OdbClient");
|
|
7
|
+
exports.paginateListCloudExadataInfrastructures = (0, core_1.createPaginator)(OdbClient_1.OdbClient, ListCloudExadataInfrastructuresCommand_1.ListCloudExadataInfrastructuresCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListCloudVmClusters = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const ListCloudVmClustersCommand_1 = require("../commands/ListCloudVmClustersCommand");
|
|
6
|
+
const OdbClient_1 = require("../OdbClient");
|
|
7
|
+
exports.paginateListCloudVmClusters = (0, core_1.createPaginator)(OdbClient_1.OdbClient, ListCloudVmClustersCommand_1.ListCloudVmClustersCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListDbNodes = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const ListDbNodesCommand_1 = require("../commands/ListDbNodesCommand");
|
|
6
|
+
const OdbClient_1 = require("../OdbClient");
|
|
7
|
+
exports.paginateListDbNodes = (0, core_1.createPaginator)(OdbClient_1.OdbClient, ListDbNodesCommand_1.ListDbNodesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListDbServers = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const ListDbServersCommand_1 = require("../commands/ListDbServersCommand");
|
|
6
|
+
const OdbClient_1 = require("../OdbClient");
|
|
7
|
+
exports.paginateListDbServers = (0, core_1.createPaginator)(OdbClient_1.OdbClient, ListDbServersCommand_1.ListDbServersCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListDbSystemShapes = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const ListDbSystemShapesCommand_1 = require("../commands/ListDbSystemShapesCommand");
|
|
6
|
+
const OdbClient_1 = require("../OdbClient");
|
|
7
|
+
exports.paginateListDbSystemShapes = (0, core_1.createPaginator)(OdbClient_1.OdbClient, ListDbSystemShapesCommand_1.ListDbSystemShapesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListGiVersions = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const ListGiVersionsCommand_1 = require("../commands/ListGiVersionsCommand");
|
|
6
|
+
const OdbClient_1 = require("../OdbClient");
|
|
7
|
+
exports.paginateListGiVersions = (0, core_1.createPaginator)(OdbClient_1.OdbClient, ListGiVersionsCommand_1.ListGiVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListOdbNetworks = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const ListOdbNetworksCommand_1 = require("../commands/ListOdbNetworksCommand");
|
|
6
|
+
const OdbClient_1 = require("../OdbClient");
|
|
7
|
+
exports.paginateListOdbNetworks = (0, core_1.createPaginator)(OdbClient_1.OdbClient, ListOdbNetworksCommand_1.ListOdbNetworksCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListOdbPeeringConnections = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const ListOdbPeeringConnectionsCommand_1 = require("../commands/ListOdbPeeringConnectionsCommand");
|
|
6
|
+
const OdbClient_1 = require("../OdbClient");
|
|
7
|
+
exports.paginateListOdbPeeringConnections = (0, core_1.createPaginator)(OdbClient_1.OdbClient, ListOdbPeeringConnectionsCommand_1.ListOdbPeeringConnectionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListSystemVersions = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const ListSystemVersionsCommand_1 = require("../commands/ListSystemVersionsCommand");
|
|
6
|
+
const OdbClient_1 = require("../OdbClient");
|
|
7
|
+
exports.paginateListSystemVersions = (0, core_1.createPaginator)(OdbClient_1.OdbClient, ListSystemVersionsCommand_1.ListSystemVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ListAutonomousVirtualMachinesPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ListCloudAutonomousVmClustersPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ListCloudExadataInfrastructuresPaginator"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./ListCloudVmClustersPaginator"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./ListDbNodesPaginator"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./ListDbServersPaginator"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./ListDbSystemShapesPaginator"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./ListGiVersionsPaginator"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./ListOdbNetworksPaginator"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./ListOdbPeeringConnectionsPaginator"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./ListSystemVersionsPaginator"), exports);
|