@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,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListAutonomousVirtualMachinesCommandInput, ListAutonomousVirtualMachinesCommandOutput } from "../commands/ListAutonomousVirtualMachinesCommand";
|
|
3
|
+
import { OdbPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListAutonomousVirtualMachines: (config: OdbPaginationConfiguration, input: ListAutonomousVirtualMachinesCommandInput, ...rest: any[]) => Paginator<ListAutonomousVirtualMachinesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListCloudAutonomousVmClustersCommandInput, ListCloudAutonomousVmClustersCommandOutput } from "../commands/ListCloudAutonomousVmClustersCommand";
|
|
3
|
+
import { OdbPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListCloudAutonomousVmClusters: (config: OdbPaginationConfiguration, input: ListCloudAutonomousVmClustersCommandInput, ...rest: any[]) => Paginator<ListCloudAutonomousVmClustersCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListCloudExadataInfrastructuresCommandInput, ListCloudExadataInfrastructuresCommandOutput } from "../commands/ListCloudExadataInfrastructuresCommand";
|
|
3
|
+
import { OdbPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListCloudExadataInfrastructures: (config: OdbPaginationConfiguration, input: ListCloudExadataInfrastructuresCommandInput, ...rest: any[]) => Paginator<ListCloudExadataInfrastructuresCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListCloudVmClustersCommandInput, ListCloudVmClustersCommandOutput } from "../commands/ListCloudVmClustersCommand";
|
|
3
|
+
import { OdbPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListCloudVmClusters: (config: OdbPaginationConfiguration, input: ListCloudVmClustersCommandInput, ...rest: any[]) => Paginator<ListCloudVmClustersCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListDbNodesCommandInput, ListDbNodesCommandOutput } from "../commands/ListDbNodesCommand";
|
|
3
|
+
import { OdbPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListDbNodes: (config: OdbPaginationConfiguration, input: ListDbNodesCommandInput, ...rest: any[]) => Paginator<ListDbNodesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListDbServersCommandInput, ListDbServersCommandOutput } from "../commands/ListDbServersCommand";
|
|
3
|
+
import { OdbPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListDbServers: (config: OdbPaginationConfiguration, input: ListDbServersCommandInput, ...rest: any[]) => Paginator<ListDbServersCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListDbSystemShapesCommandInput, ListDbSystemShapesCommandOutput } from "../commands/ListDbSystemShapesCommand";
|
|
3
|
+
import { OdbPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListDbSystemShapes: (config: OdbPaginationConfiguration, input: ListDbSystemShapesCommandInput, ...rest: any[]) => Paginator<ListDbSystemShapesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListGiVersionsCommandInput, ListGiVersionsCommandOutput } from "../commands/ListGiVersionsCommand";
|
|
3
|
+
import { OdbPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListGiVersions: (config: OdbPaginationConfiguration, input: ListGiVersionsCommandInput, ...rest: any[]) => Paginator<ListGiVersionsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListOdbNetworksCommandInput, ListOdbNetworksCommandOutput } from "../commands/ListOdbNetworksCommand";
|
|
3
|
+
import { OdbPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListOdbNetworks: (config: OdbPaginationConfiguration, input: ListOdbNetworksCommandInput, ...rest: any[]) => Paginator<ListOdbNetworksCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListOdbPeeringConnectionsCommandInput, ListOdbPeeringConnectionsCommandOutput } from "../commands/ListOdbPeeringConnectionsCommand";
|
|
3
|
+
import { OdbPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListOdbPeeringConnections: (config: OdbPaginationConfiguration, input: ListOdbPeeringConnectionsCommandInput, ...rest: any[]) => Paginator<ListOdbPeeringConnectionsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListSystemVersionsCommandInput, ListSystemVersionsCommandOutput } from "../commands/ListSystemVersionsCommand";
|
|
3
|
+
import { OdbPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListSystemVersions: (config: OdbPaginationConfiguration, input: ListSystemVersionsCommandInput, ...rest: any[]) => Paginator<ListSystemVersionsCommandOutput>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListAutonomousVirtualMachinesPaginator";
|
|
3
|
+
export * from "./ListCloudAutonomousVmClustersPaginator";
|
|
4
|
+
export * from "./ListCloudExadataInfrastructuresPaginator";
|
|
5
|
+
export * from "./ListCloudVmClustersPaginator";
|
|
6
|
+
export * from "./ListDbNodesPaginator";
|
|
7
|
+
export * from "./ListDbServersPaginator";
|
|
8
|
+
export * from "./ListDbSystemShapesPaginator";
|
|
9
|
+
export * from "./ListGiVersionsPaginator";
|
|
10
|
+
export * from "./ListOdbNetworksPaginator";
|
|
11
|
+
export * from "./ListOdbPeeringConnectionsPaginator";
|
|
12
|
+
export * from "./ListSystemVersionsPaginator";
|
|
@@ -0,0 +1,362 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
+
import { AcceptMarketplaceRegistrationCommandInput, AcceptMarketplaceRegistrationCommandOutput } from "../commands/AcceptMarketplaceRegistrationCommand";
|
|
4
|
+
import { CreateCloudAutonomousVmClusterCommandInput, CreateCloudAutonomousVmClusterCommandOutput } from "../commands/CreateCloudAutonomousVmClusterCommand";
|
|
5
|
+
import { CreateCloudExadataInfrastructureCommandInput, CreateCloudExadataInfrastructureCommandOutput } from "../commands/CreateCloudExadataInfrastructureCommand";
|
|
6
|
+
import { CreateCloudVmClusterCommandInput, CreateCloudVmClusterCommandOutput } from "../commands/CreateCloudVmClusterCommand";
|
|
7
|
+
import { CreateOdbNetworkCommandInput, CreateOdbNetworkCommandOutput } from "../commands/CreateOdbNetworkCommand";
|
|
8
|
+
import { CreateOdbPeeringConnectionCommandInput, CreateOdbPeeringConnectionCommandOutput } from "../commands/CreateOdbPeeringConnectionCommand";
|
|
9
|
+
import { DeleteCloudAutonomousVmClusterCommandInput, DeleteCloudAutonomousVmClusterCommandOutput } from "../commands/DeleteCloudAutonomousVmClusterCommand";
|
|
10
|
+
import { DeleteCloudExadataInfrastructureCommandInput, DeleteCloudExadataInfrastructureCommandOutput } from "../commands/DeleteCloudExadataInfrastructureCommand";
|
|
11
|
+
import { DeleteCloudVmClusterCommandInput, DeleteCloudVmClusterCommandOutput } from "../commands/DeleteCloudVmClusterCommand";
|
|
12
|
+
import { DeleteOdbNetworkCommandInput, DeleteOdbNetworkCommandOutput } from "../commands/DeleteOdbNetworkCommand";
|
|
13
|
+
import { DeleteOdbPeeringConnectionCommandInput, DeleteOdbPeeringConnectionCommandOutput } from "../commands/DeleteOdbPeeringConnectionCommand";
|
|
14
|
+
import { GetCloudAutonomousVmClusterCommandInput, GetCloudAutonomousVmClusterCommandOutput } from "../commands/GetCloudAutonomousVmClusterCommand";
|
|
15
|
+
import { GetCloudExadataInfrastructureCommandInput, GetCloudExadataInfrastructureCommandOutput } from "../commands/GetCloudExadataInfrastructureCommand";
|
|
16
|
+
import { GetCloudExadataInfrastructureUnallocatedResourcesCommandInput, GetCloudExadataInfrastructureUnallocatedResourcesCommandOutput } from "../commands/GetCloudExadataInfrastructureUnallocatedResourcesCommand";
|
|
17
|
+
import { GetCloudVmClusterCommandInput, GetCloudVmClusterCommandOutput } from "../commands/GetCloudVmClusterCommand";
|
|
18
|
+
import { GetDbNodeCommandInput, GetDbNodeCommandOutput } from "../commands/GetDbNodeCommand";
|
|
19
|
+
import { GetDbServerCommandInput, GetDbServerCommandOutput } from "../commands/GetDbServerCommand";
|
|
20
|
+
import { GetOciOnboardingStatusCommandInput, GetOciOnboardingStatusCommandOutput } from "../commands/GetOciOnboardingStatusCommand";
|
|
21
|
+
import { GetOdbNetworkCommandInput, GetOdbNetworkCommandOutput } from "../commands/GetOdbNetworkCommand";
|
|
22
|
+
import { GetOdbPeeringConnectionCommandInput, GetOdbPeeringConnectionCommandOutput } from "../commands/GetOdbPeeringConnectionCommand";
|
|
23
|
+
import { InitializeServiceCommandInput, InitializeServiceCommandOutput } from "../commands/InitializeServiceCommand";
|
|
24
|
+
import { ListAutonomousVirtualMachinesCommandInput, ListAutonomousVirtualMachinesCommandOutput } from "../commands/ListAutonomousVirtualMachinesCommand";
|
|
25
|
+
import { ListCloudAutonomousVmClustersCommandInput, ListCloudAutonomousVmClustersCommandOutput } from "../commands/ListCloudAutonomousVmClustersCommand";
|
|
26
|
+
import { ListCloudExadataInfrastructuresCommandInput, ListCloudExadataInfrastructuresCommandOutput } from "../commands/ListCloudExadataInfrastructuresCommand";
|
|
27
|
+
import { ListCloudVmClustersCommandInput, ListCloudVmClustersCommandOutput } from "../commands/ListCloudVmClustersCommand";
|
|
28
|
+
import { ListDbNodesCommandInput, ListDbNodesCommandOutput } from "../commands/ListDbNodesCommand";
|
|
29
|
+
import { ListDbServersCommandInput, ListDbServersCommandOutput } from "../commands/ListDbServersCommand";
|
|
30
|
+
import { ListDbSystemShapesCommandInput, ListDbSystemShapesCommandOutput } from "../commands/ListDbSystemShapesCommand";
|
|
31
|
+
import { ListGiVersionsCommandInput, ListGiVersionsCommandOutput } from "../commands/ListGiVersionsCommand";
|
|
32
|
+
import { ListOdbNetworksCommandInput, ListOdbNetworksCommandOutput } from "../commands/ListOdbNetworksCommand";
|
|
33
|
+
import { ListOdbPeeringConnectionsCommandInput, ListOdbPeeringConnectionsCommandOutput } from "../commands/ListOdbPeeringConnectionsCommand";
|
|
34
|
+
import { ListSystemVersionsCommandInput, ListSystemVersionsCommandOutput } from "../commands/ListSystemVersionsCommand";
|
|
35
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
36
|
+
import { RebootDbNodeCommandInput, RebootDbNodeCommandOutput } from "../commands/RebootDbNodeCommand";
|
|
37
|
+
import { StartDbNodeCommandInput, StartDbNodeCommandOutput } from "../commands/StartDbNodeCommand";
|
|
38
|
+
import { StopDbNodeCommandInput, StopDbNodeCommandOutput } from "../commands/StopDbNodeCommand";
|
|
39
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
40
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
41
|
+
import { UpdateCloudExadataInfrastructureCommandInput, UpdateCloudExadataInfrastructureCommandOutput } from "../commands/UpdateCloudExadataInfrastructureCommand";
|
|
42
|
+
import { UpdateOdbNetworkCommandInput, UpdateOdbNetworkCommandOutput } from "../commands/UpdateOdbNetworkCommand";
|
|
43
|
+
/**
|
|
44
|
+
* serializeAws_json1_0AcceptMarketplaceRegistrationCommand
|
|
45
|
+
*/
|
|
46
|
+
export declare const se_AcceptMarketplaceRegistrationCommand: (input: AcceptMarketplaceRegistrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
+
/**
|
|
48
|
+
* serializeAws_json1_0CreateCloudAutonomousVmClusterCommand
|
|
49
|
+
*/
|
|
50
|
+
export declare const se_CreateCloudAutonomousVmClusterCommand: (input: CreateCloudAutonomousVmClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
+
/**
|
|
52
|
+
* serializeAws_json1_0CreateCloudExadataInfrastructureCommand
|
|
53
|
+
*/
|
|
54
|
+
export declare const se_CreateCloudExadataInfrastructureCommand: (input: CreateCloudExadataInfrastructureCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
+
/**
|
|
56
|
+
* serializeAws_json1_0CreateCloudVmClusterCommand
|
|
57
|
+
*/
|
|
58
|
+
export declare const se_CreateCloudVmClusterCommand: (input: CreateCloudVmClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
+
/**
|
|
60
|
+
* serializeAws_json1_0CreateOdbNetworkCommand
|
|
61
|
+
*/
|
|
62
|
+
export declare const se_CreateOdbNetworkCommand: (input: CreateOdbNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
+
/**
|
|
64
|
+
* serializeAws_json1_0CreateOdbPeeringConnectionCommand
|
|
65
|
+
*/
|
|
66
|
+
export declare const se_CreateOdbPeeringConnectionCommand: (input: CreateOdbPeeringConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
+
/**
|
|
68
|
+
* serializeAws_json1_0DeleteCloudAutonomousVmClusterCommand
|
|
69
|
+
*/
|
|
70
|
+
export declare const se_DeleteCloudAutonomousVmClusterCommand: (input: DeleteCloudAutonomousVmClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
+
/**
|
|
72
|
+
* serializeAws_json1_0DeleteCloudExadataInfrastructureCommand
|
|
73
|
+
*/
|
|
74
|
+
export declare const se_DeleteCloudExadataInfrastructureCommand: (input: DeleteCloudExadataInfrastructureCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
+
/**
|
|
76
|
+
* serializeAws_json1_0DeleteCloudVmClusterCommand
|
|
77
|
+
*/
|
|
78
|
+
export declare const se_DeleteCloudVmClusterCommand: (input: DeleteCloudVmClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
/**
|
|
80
|
+
* serializeAws_json1_0DeleteOdbNetworkCommand
|
|
81
|
+
*/
|
|
82
|
+
export declare const se_DeleteOdbNetworkCommand: (input: DeleteOdbNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
+
/**
|
|
84
|
+
* serializeAws_json1_0DeleteOdbPeeringConnectionCommand
|
|
85
|
+
*/
|
|
86
|
+
export declare const se_DeleteOdbPeeringConnectionCommand: (input: DeleteOdbPeeringConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
+
/**
|
|
88
|
+
* serializeAws_json1_0GetCloudAutonomousVmClusterCommand
|
|
89
|
+
*/
|
|
90
|
+
export declare const se_GetCloudAutonomousVmClusterCommand: (input: GetCloudAutonomousVmClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
+
/**
|
|
92
|
+
* serializeAws_json1_0GetCloudExadataInfrastructureCommand
|
|
93
|
+
*/
|
|
94
|
+
export declare const se_GetCloudExadataInfrastructureCommand: (input: GetCloudExadataInfrastructureCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
+
/**
|
|
96
|
+
* serializeAws_json1_0GetCloudExadataInfrastructureUnallocatedResourcesCommand
|
|
97
|
+
*/
|
|
98
|
+
export declare const se_GetCloudExadataInfrastructureUnallocatedResourcesCommand: (input: GetCloudExadataInfrastructureUnallocatedResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
+
/**
|
|
100
|
+
* serializeAws_json1_0GetCloudVmClusterCommand
|
|
101
|
+
*/
|
|
102
|
+
export declare const se_GetCloudVmClusterCommand: (input: GetCloudVmClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
+
/**
|
|
104
|
+
* serializeAws_json1_0GetDbNodeCommand
|
|
105
|
+
*/
|
|
106
|
+
export declare const se_GetDbNodeCommand: (input: GetDbNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
+
/**
|
|
108
|
+
* serializeAws_json1_0GetDbServerCommand
|
|
109
|
+
*/
|
|
110
|
+
export declare const se_GetDbServerCommand: (input: GetDbServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
+
/**
|
|
112
|
+
* serializeAws_json1_0GetOciOnboardingStatusCommand
|
|
113
|
+
*/
|
|
114
|
+
export declare const se_GetOciOnboardingStatusCommand: (input: GetOciOnboardingStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
+
/**
|
|
116
|
+
* serializeAws_json1_0GetOdbNetworkCommand
|
|
117
|
+
*/
|
|
118
|
+
export declare const se_GetOdbNetworkCommand: (input: GetOdbNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
+
/**
|
|
120
|
+
* serializeAws_json1_0GetOdbPeeringConnectionCommand
|
|
121
|
+
*/
|
|
122
|
+
export declare const se_GetOdbPeeringConnectionCommand: (input: GetOdbPeeringConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
+
/**
|
|
124
|
+
* serializeAws_json1_0InitializeServiceCommand
|
|
125
|
+
*/
|
|
126
|
+
export declare const se_InitializeServiceCommand: (input: InitializeServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
+
/**
|
|
128
|
+
* serializeAws_json1_0ListAutonomousVirtualMachinesCommand
|
|
129
|
+
*/
|
|
130
|
+
export declare const se_ListAutonomousVirtualMachinesCommand: (input: ListAutonomousVirtualMachinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
+
/**
|
|
132
|
+
* serializeAws_json1_0ListCloudAutonomousVmClustersCommand
|
|
133
|
+
*/
|
|
134
|
+
export declare const se_ListCloudAutonomousVmClustersCommand: (input: ListCloudAutonomousVmClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
+
/**
|
|
136
|
+
* serializeAws_json1_0ListCloudExadataInfrastructuresCommand
|
|
137
|
+
*/
|
|
138
|
+
export declare const se_ListCloudExadataInfrastructuresCommand: (input: ListCloudExadataInfrastructuresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
+
/**
|
|
140
|
+
* serializeAws_json1_0ListCloudVmClustersCommand
|
|
141
|
+
*/
|
|
142
|
+
export declare const se_ListCloudVmClustersCommand: (input: ListCloudVmClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
+
/**
|
|
144
|
+
* serializeAws_json1_0ListDbNodesCommand
|
|
145
|
+
*/
|
|
146
|
+
export declare const se_ListDbNodesCommand: (input: ListDbNodesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
+
/**
|
|
148
|
+
* serializeAws_json1_0ListDbServersCommand
|
|
149
|
+
*/
|
|
150
|
+
export declare const se_ListDbServersCommand: (input: ListDbServersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
|
+
/**
|
|
152
|
+
* serializeAws_json1_0ListDbSystemShapesCommand
|
|
153
|
+
*/
|
|
154
|
+
export declare const se_ListDbSystemShapesCommand: (input: ListDbSystemShapesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
|
+
/**
|
|
156
|
+
* serializeAws_json1_0ListGiVersionsCommand
|
|
157
|
+
*/
|
|
158
|
+
export declare const se_ListGiVersionsCommand: (input: ListGiVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
|
+
/**
|
|
160
|
+
* serializeAws_json1_0ListOdbNetworksCommand
|
|
161
|
+
*/
|
|
162
|
+
export declare const se_ListOdbNetworksCommand: (input: ListOdbNetworksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
|
+
/**
|
|
164
|
+
* serializeAws_json1_0ListOdbPeeringConnectionsCommand
|
|
165
|
+
*/
|
|
166
|
+
export declare const se_ListOdbPeeringConnectionsCommand: (input: ListOdbPeeringConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
|
+
/**
|
|
168
|
+
* serializeAws_json1_0ListSystemVersionsCommand
|
|
169
|
+
*/
|
|
170
|
+
export declare const se_ListSystemVersionsCommand: (input: ListSystemVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
171
|
+
/**
|
|
172
|
+
* serializeAws_json1_0ListTagsForResourceCommand
|
|
173
|
+
*/
|
|
174
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
175
|
+
/**
|
|
176
|
+
* serializeAws_json1_0RebootDbNodeCommand
|
|
177
|
+
*/
|
|
178
|
+
export declare const se_RebootDbNodeCommand: (input: RebootDbNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
179
|
+
/**
|
|
180
|
+
* serializeAws_json1_0StartDbNodeCommand
|
|
181
|
+
*/
|
|
182
|
+
export declare const se_StartDbNodeCommand: (input: StartDbNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
183
|
+
/**
|
|
184
|
+
* serializeAws_json1_0StopDbNodeCommand
|
|
185
|
+
*/
|
|
186
|
+
export declare const se_StopDbNodeCommand: (input: StopDbNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
187
|
+
/**
|
|
188
|
+
* serializeAws_json1_0TagResourceCommand
|
|
189
|
+
*/
|
|
190
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
191
|
+
/**
|
|
192
|
+
* serializeAws_json1_0UntagResourceCommand
|
|
193
|
+
*/
|
|
194
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
195
|
+
/**
|
|
196
|
+
* serializeAws_json1_0UpdateCloudExadataInfrastructureCommand
|
|
197
|
+
*/
|
|
198
|
+
export declare const se_UpdateCloudExadataInfrastructureCommand: (input: UpdateCloudExadataInfrastructureCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
199
|
+
/**
|
|
200
|
+
* serializeAws_json1_0UpdateOdbNetworkCommand
|
|
201
|
+
*/
|
|
202
|
+
export declare const se_UpdateOdbNetworkCommand: (input: UpdateOdbNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
203
|
+
/**
|
|
204
|
+
* deserializeAws_json1_0AcceptMarketplaceRegistrationCommand
|
|
205
|
+
*/
|
|
206
|
+
export declare const de_AcceptMarketplaceRegistrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptMarketplaceRegistrationCommandOutput>;
|
|
207
|
+
/**
|
|
208
|
+
* deserializeAws_json1_0CreateCloudAutonomousVmClusterCommand
|
|
209
|
+
*/
|
|
210
|
+
export declare const de_CreateCloudAutonomousVmClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCloudAutonomousVmClusterCommandOutput>;
|
|
211
|
+
/**
|
|
212
|
+
* deserializeAws_json1_0CreateCloudExadataInfrastructureCommand
|
|
213
|
+
*/
|
|
214
|
+
export declare const de_CreateCloudExadataInfrastructureCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCloudExadataInfrastructureCommandOutput>;
|
|
215
|
+
/**
|
|
216
|
+
* deserializeAws_json1_0CreateCloudVmClusterCommand
|
|
217
|
+
*/
|
|
218
|
+
export declare const de_CreateCloudVmClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCloudVmClusterCommandOutput>;
|
|
219
|
+
/**
|
|
220
|
+
* deserializeAws_json1_0CreateOdbNetworkCommand
|
|
221
|
+
*/
|
|
222
|
+
export declare const de_CreateOdbNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOdbNetworkCommandOutput>;
|
|
223
|
+
/**
|
|
224
|
+
* deserializeAws_json1_0CreateOdbPeeringConnectionCommand
|
|
225
|
+
*/
|
|
226
|
+
export declare const de_CreateOdbPeeringConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOdbPeeringConnectionCommandOutput>;
|
|
227
|
+
/**
|
|
228
|
+
* deserializeAws_json1_0DeleteCloudAutonomousVmClusterCommand
|
|
229
|
+
*/
|
|
230
|
+
export declare const de_DeleteCloudAutonomousVmClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCloudAutonomousVmClusterCommandOutput>;
|
|
231
|
+
/**
|
|
232
|
+
* deserializeAws_json1_0DeleteCloudExadataInfrastructureCommand
|
|
233
|
+
*/
|
|
234
|
+
export declare const de_DeleteCloudExadataInfrastructureCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCloudExadataInfrastructureCommandOutput>;
|
|
235
|
+
/**
|
|
236
|
+
* deserializeAws_json1_0DeleteCloudVmClusterCommand
|
|
237
|
+
*/
|
|
238
|
+
export declare const de_DeleteCloudVmClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCloudVmClusterCommandOutput>;
|
|
239
|
+
/**
|
|
240
|
+
* deserializeAws_json1_0DeleteOdbNetworkCommand
|
|
241
|
+
*/
|
|
242
|
+
export declare const de_DeleteOdbNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOdbNetworkCommandOutput>;
|
|
243
|
+
/**
|
|
244
|
+
* deserializeAws_json1_0DeleteOdbPeeringConnectionCommand
|
|
245
|
+
*/
|
|
246
|
+
export declare const de_DeleteOdbPeeringConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOdbPeeringConnectionCommandOutput>;
|
|
247
|
+
/**
|
|
248
|
+
* deserializeAws_json1_0GetCloudAutonomousVmClusterCommand
|
|
249
|
+
*/
|
|
250
|
+
export declare const de_GetCloudAutonomousVmClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCloudAutonomousVmClusterCommandOutput>;
|
|
251
|
+
/**
|
|
252
|
+
* deserializeAws_json1_0GetCloudExadataInfrastructureCommand
|
|
253
|
+
*/
|
|
254
|
+
export declare const de_GetCloudExadataInfrastructureCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCloudExadataInfrastructureCommandOutput>;
|
|
255
|
+
/**
|
|
256
|
+
* deserializeAws_json1_0GetCloudExadataInfrastructureUnallocatedResourcesCommand
|
|
257
|
+
*/
|
|
258
|
+
export declare const de_GetCloudExadataInfrastructureUnallocatedResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCloudExadataInfrastructureUnallocatedResourcesCommandOutput>;
|
|
259
|
+
/**
|
|
260
|
+
* deserializeAws_json1_0GetCloudVmClusterCommand
|
|
261
|
+
*/
|
|
262
|
+
export declare const de_GetCloudVmClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCloudVmClusterCommandOutput>;
|
|
263
|
+
/**
|
|
264
|
+
* deserializeAws_json1_0GetDbNodeCommand
|
|
265
|
+
*/
|
|
266
|
+
export declare const de_GetDbNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDbNodeCommandOutput>;
|
|
267
|
+
/**
|
|
268
|
+
* deserializeAws_json1_0GetDbServerCommand
|
|
269
|
+
*/
|
|
270
|
+
export declare const de_GetDbServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDbServerCommandOutput>;
|
|
271
|
+
/**
|
|
272
|
+
* deserializeAws_json1_0GetOciOnboardingStatusCommand
|
|
273
|
+
*/
|
|
274
|
+
export declare const de_GetOciOnboardingStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOciOnboardingStatusCommandOutput>;
|
|
275
|
+
/**
|
|
276
|
+
* deserializeAws_json1_0GetOdbNetworkCommand
|
|
277
|
+
*/
|
|
278
|
+
export declare const de_GetOdbNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOdbNetworkCommandOutput>;
|
|
279
|
+
/**
|
|
280
|
+
* deserializeAws_json1_0GetOdbPeeringConnectionCommand
|
|
281
|
+
*/
|
|
282
|
+
export declare const de_GetOdbPeeringConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOdbPeeringConnectionCommandOutput>;
|
|
283
|
+
/**
|
|
284
|
+
* deserializeAws_json1_0InitializeServiceCommand
|
|
285
|
+
*/
|
|
286
|
+
export declare const de_InitializeServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InitializeServiceCommandOutput>;
|
|
287
|
+
/**
|
|
288
|
+
* deserializeAws_json1_0ListAutonomousVirtualMachinesCommand
|
|
289
|
+
*/
|
|
290
|
+
export declare const de_ListAutonomousVirtualMachinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAutonomousVirtualMachinesCommandOutput>;
|
|
291
|
+
/**
|
|
292
|
+
* deserializeAws_json1_0ListCloudAutonomousVmClustersCommand
|
|
293
|
+
*/
|
|
294
|
+
export declare const de_ListCloudAutonomousVmClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCloudAutonomousVmClustersCommandOutput>;
|
|
295
|
+
/**
|
|
296
|
+
* deserializeAws_json1_0ListCloudExadataInfrastructuresCommand
|
|
297
|
+
*/
|
|
298
|
+
export declare const de_ListCloudExadataInfrastructuresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCloudExadataInfrastructuresCommandOutput>;
|
|
299
|
+
/**
|
|
300
|
+
* deserializeAws_json1_0ListCloudVmClustersCommand
|
|
301
|
+
*/
|
|
302
|
+
export declare const de_ListCloudVmClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCloudVmClustersCommandOutput>;
|
|
303
|
+
/**
|
|
304
|
+
* deserializeAws_json1_0ListDbNodesCommand
|
|
305
|
+
*/
|
|
306
|
+
export declare const de_ListDbNodesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDbNodesCommandOutput>;
|
|
307
|
+
/**
|
|
308
|
+
* deserializeAws_json1_0ListDbServersCommand
|
|
309
|
+
*/
|
|
310
|
+
export declare const de_ListDbServersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDbServersCommandOutput>;
|
|
311
|
+
/**
|
|
312
|
+
* deserializeAws_json1_0ListDbSystemShapesCommand
|
|
313
|
+
*/
|
|
314
|
+
export declare const de_ListDbSystemShapesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDbSystemShapesCommandOutput>;
|
|
315
|
+
/**
|
|
316
|
+
* deserializeAws_json1_0ListGiVersionsCommand
|
|
317
|
+
*/
|
|
318
|
+
export declare const de_ListGiVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGiVersionsCommandOutput>;
|
|
319
|
+
/**
|
|
320
|
+
* deserializeAws_json1_0ListOdbNetworksCommand
|
|
321
|
+
*/
|
|
322
|
+
export declare const de_ListOdbNetworksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOdbNetworksCommandOutput>;
|
|
323
|
+
/**
|
|
324
|
+
* deserializeAws_json1_0ListOdbPeeringConnectionsCommand
|
|
325
|
+
*/
|
|
326
|
+
export declare const de_ListOdbPeeringConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOdbPeeringConnectionsCommandOutput>;
|
|
327
|
+
/**
|
|
328
|
+
* deserializeAws_json1_0ListSystemVersionsCommand
|
|
329
|
+
*/
|
|
330
|
+
export declare const de_ListSystemVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSystemVersionsCommandOutput>;
|
|
331
|
+
/**
|
|
332
|
+
* deserializeAws_json1_0ListTagsForResourceCommand
|
|
333
|
+
*/
|
|
334
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
335
|
+
/**
|
|
336
|
+
* deserializeAws_json1_0RebootDbNodeCommand
|
|
337
|
+
*/
|
|
338
|
+
export declare const de_RebootDbNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebootDbNodeCommandOutput>;
|
|
339
|
+
/**
|
|
340
|
+
* deserializeAws_json1_0StartDbNodeCommand
|
|
341
|
+
*/
|
|
342
|
+
export declare const de_StartDbNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDbNodeCommandOutput>;
|
|
343
|
+
/**
|
|
344
|
+
* deserializeAws_json1_0StopDbNodeCommand
|
|
345
|
+
*/
|
|
346
|
+
export declare const de_StopDbNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDbNodeCommandOutput>;
|
|
347
|
+
/**
|
|
348
|
+
* deserializeAws_json1_0TagResourceCommand
|
|
349
|
+
*/
|
|
350
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
351
|
+
/**
|
|
352
|
+
* deserializeAws_json1_0UntagResourceCommand
|
|
353
|
+
*/
|
|
354
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
355
|
+
/**
|
|
356
|
+
* deserializeAws_json1_0UpdateCloudExadataInfrastructureCommand
|
|
357
|
+
*/
|
|
358
|
+
export declare const de_UpdateCloudExadataInfrastructureCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCloudExadataInfrastructureCommandOutput>;
|
|
359
|
+
/**
|
|
360
|
+
* deserializeAws_json1_0UpdateOdbNetworkCommand
|
|
361
|
+
*/
|
|
362
|
+
export declare const de_UpdateOdbNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOdbNetworkCommandOutput>;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
|
|
2
|
+
import { OdbClientConfig } from "./OdbClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const getRuntimeConfig: (config: OdbClientConfig) => {
|
|
7
|
+
runtime: string;
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
+
requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
|
|
15
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
17
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
|
+
apiVersion: string;
|
|
21
|
+
cacheMiddleware?: boolean | undefined;
|
|
22
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
23
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
24
|
+
base64Encoder: (_input: Uint8Array | string) => string;
|
|
25
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
|
+
utf8Encoder: (input: Uint8Array | string) => string;
|
|
27
|
+
disableHostPrefix: boolean;
|
|
28
|
+
serviceId: string;
|
|
29
|
+
profile?: string;
|
|
30
|
+
logger: import("@smithy/types").Logger;
|
|
31
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
35
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
36
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
37
|
+
logger?: import("@smithy/types").Logger;
|
|
38
|
+
}) => import("@smithy/types").EndpointV2;
|
|
39
|
+
tls?: boolean;
|
|
40
|
+
serviceConfiguredEndpoint?: never;
|
|
41
|
+
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
42
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
43
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").OdbHttpAuthSchemeProvider;
|
|
44
|
+
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
|
|
45
|
+
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
|
|
46
|
+
signingEscapePath?: boolean;
|
|
47
|
+
systemClockOffset?: number;
|
|
48
|
+
signingRegion?: string;
|
|
49
|
+
signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
|
|
50
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
2
|
+
import { OdbClientConfig } from "./OdbClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const getRuntimeConfig: (config: OdbClientConfig) => {
|
|
7
|
+
runtime: string;
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
|
+
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
|
|
12
|
+
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
|
+
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
|
|
16
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
18
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
+
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
|
+
apiVersion: string;
|
|
23
|
+
cacheMiddleware?: boolean | undefined;
|
|
24
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
25
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
26
|
+
base64Encoder: (_input: Uint8Array | string) => string;
|
|
27
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
28
|
+
utf8Encoder: (input: Uint8Array | string) => string;
|
|
29
|
+
disableHostPrefix: boolean;
|
|
30
|
+
serviceId: string;
|
|
31
|
+
profile?: string;
|
|
32
|
+
logger: import("@smithy/types").Logger;
|
|
33
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
37
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
38
|
+
logger?: import("@smithy/types").Logger;
|
|
39
|
+
}) => import("@smithy/types").EndpointV2;
|
|
40
|
+
tls?: boolean;
|
|
41
|
+
serviceConfiguredEndpoint?: never;
|
|
42
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
43
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").OdbHttpAuthSchemeProvider;
|
|
44
|
+
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
|
|
45
|
+
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
|
|
46
|
+
signingEscapePath?: boolean;
|
|
47
|
+
systemClockOffset?: number;
|
|
48
|
+
signingRegion?: string;
|
|
49
|
+
signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
|
|
50
|
+
};
|