@aws-sdk/client-odb 3.893.0 → 3.894.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/dist-cjs/index.js +3039 -10
- package/package.json +6 -6
- package/dist-cjs/Odb.js +0 -91
- package/dist-cjs/OdbClient.js +0 -52
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
- package/dist-cjs/commands/AcceptMarketplaceRegistrationCommand.js +0 -26
- package/dist-cjs/commands/CreateCloudAutonomousVmClusterCommand.js +0 -26
- package/dist-cjs/commands/CreateCloudExadataInfrastructureCommand.js +0 -27
- package/dist-cjs/commands/CreateCloudVmClusterCommand.js +0 -26
- package/dist-cjs/commands/CreateOdbNetworkCommand.js +0 -26
- package/dist-cjs/commands/CreateOdbPeeringConnectionCommand.js +0 -26
- package/dist-cjs/commands/DeleteCloudAutonomousVmClusterCommand.js +0 -26
- package/dist-cjs/commands/DeleteCloudExadataInfrastructureCommand.js +0 -26
- package/dist-cjs/commands/DeleteCloudVmClusterCommand.js +0 -26
- package/dist-cjs/commands/DeleteOdbNetworkCommand.js +0 -26
- package/dist-cjs/commands/DeleteOdbPeeringConnectionCommand.js +0 -26
- package/dist-cjs/commands/GetCloudAutonomousVmClusterCommand.js +0 -26
- package/dist-cjs/commands/GetCloudExadataInfrastructureCommand.js +0 -27
- package/dist-cjs/commands/GetCloudExadataInfrastructureUnallocatedResourcesCommand.js +0 -26
- package/dist-cjs/commands/GetCloudVmClusterCommand.js +0 -27
- package/dist-cjs/commands/GetDbNodeCommand.js +0 -26
- package/dist-cjs/commands/GetDbServerCommand.js +0 -26
- package/dist-cjs/commands/GetOciOnboardingStatusCommand.js +0 -26
- package/dist-cjs/commands/GetOdbNetworkCommand.js +0 -26
- package/dist-cjs/commands/GetOdbPeeringConnectionCommand.js +0 -26
- package/dist-cjs/commands/InitializeServiceCommand.js +0 -26
- package/dist-cjs/commands/ListAutonomousVirtualMachinesCommand.js +0 -26
- package/dist-cjs/commands/ListCloudAutonomousVmClustersCommand.js +0 -26
- package/dist-cjs/commands/ListCloudExadataInfrastructuresCommand.js +0 -27
- package/dist-cjs/commands/ListCloudVmClustersCommand.js +0 -27
- package/dist-cjs/commands/ListDbNodesCommand.js +0 -26
- package/dist-cjs/commands/ListDbServersCommand.js +0 -26
- package/dist-cjs/commands/ListDbSystemShapesCommand.js +0 -26
- package/dist-cjs/commands/ListGiVersionsCommand.js +0 -26
- package/dist-cjs/commands/ListOdbNetworksCommand.js +0 -26
- package/dist-cjs/commands/ListOdbPeeringConnectionsCommand.js +0 -26
- package/dist-cjs/commands/ListSystemVersionsCommand.js +0 -26
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
- package/dist-cjs/commands/RebootDbNodeCommand.js +0 -26
- package/dist-cjs/commands/StartDbNodeCommand.js +0 -26
- package/dist-cjs/commands/StopDbNodeCommand.js +0 -26
- package/dist-cjs/commands/TagResourceCommand.js +0 -26
- package/dist-cjs/commands/UntagResourceCommand.js +0 -26
- package/dist-cjs/commands/UpdateCloudExadataInfrastructureCommand.js +0 -26
- package/dist-cjs/commands/UpdateOdbNetworkCommand.js +0 -26
- package/dist-cjs/commands/index.js +0 -43
- package/dist-cjs/endpoint/EndpointParameters.js +0 -17
- package/dist-cjs/extensionConfiguration.js +0 -2
- package/dist-cjs/models/OdbServiceException.js +0 -12
- package/dist-cjs/models/index.js +0 -4
- package/dist-cjs/models/models_0.js +0 -303
- package/dist-cjs/pagination/Interfaces.js +0 -2
- package/dist-cjs/pagination/ListAutonomousVirtualMachinesPaginator.js +0 -7
- package/dist-cjs/pagination/ListCloudAutonomousVmClustersPaginator.js +0 -7
- package/dist-cjs/pagination/ListCloudExadataInfrastructuresPaginator.js +0 -7
- package/dist-cjs/pagination/ListCloudVmClustersPaginator.js +0 -7
- package/dist-cjs/pagination/ListDbNodesPaginator.js +0 -7
- package/dist-cjs/pagination/ListDbServersPaginator.js +0 -7
- package/dist-cjs/pagination/ListDbSystemShapesPaginator.js +0 -7
- package/dist-cjs/pagination/ListGiVersionsPaginator.js +0 -7
- package/dist-cjs/pagination/ListOdbNetworksPaginator.js +0 -7
- package/dist-cjs/pagination/ListOdbPeeringConnectionsPaginator.js +0 -7
- package/dist-cjs/pagination/ListSystemVersionsPaginator.js +0 -7
- package/dist-cjs/pagination/index.js +0 -15
- package/dist-cjs/protocols/Aws_json1_0.js +0 -1698
- package/dist-cjs/runtimeExtensions.js +0 -13
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-odb",
|
|
3
3
|
"description": "AWS SDK for JavaScript Odb Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.894.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
-
"build:cjs": "
|
|
7
|
+
"build:cjs": "node ../../scripts/compilation/inline client-odb",
|
|
8
8
|
"build:es": "tsc -p tsconfig.es.json",
|
|
9
9
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.894.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.894.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.894.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
30
|
"@aws-sdk/types": "3.893.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.894.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
package/dist-cjs/Odb.js
DELETED
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Odb = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AcceptMarketplaceRegistrationCommand_1 = require("./commands/AcceptMarketplaceRegistrationCommand");
|
|
6
|
-
const CreateCloudAutonomousVmClusterCommand_1 = require("./commands/CreateCloudAutonomousVmClusterCommand");
|
|
7
|
-
const CreateCloudExadataInfrastructureCommand_1 = require("./commands/CreateCloudExadataInfrastructureCommand");
|
|
8
|
-
const CreateCloudVmClusterCommand_1 = require("./commands/CreateCloudVmClusterCommand");
|
|
9
|
-
const CreateOdbNetworkCommand_1 = require("./commands/CreateOdbNetworkCommand");
|
|
10
|
-
const CreateOdbPeeringConnectionCommand_1 = require("./commands/CreateOdbPeeringConnectionCommand");
|
|
11
|
-
const DeleteCloudAutonomousVmClusterCommand_1 = require("./commands/DeleteCloudAutonomousVmClusterCommand");
|
|
12
|
-
const DeleteCloudExadataInfrastructureCommand_1 = require("./commands/DeleteCloudExadataInfrastructureCommand");
|
|
13
|
-
const DeleteCloudVmClusterCommand_1 = require("./commands/DeleteCloudVmClusterCommand");
|
|
14
|
-
const DeleteOdbNetworkCommand_1 = require("./commands/DeleteOdbNetworkCommand");
|
|
15
|
-
const DeleteOdbPeeringConnectionCommand_1 = require("./commands/DeleteOdbPeeringConnectionCommand");
|
|
16
|
-
const GetCloudAutonomousVmClusterCommand_1 = require("./commands/GetCloudAutonomousVmClusterCommand");
|
|
17
|
-
const GetCloudExadataInfrastructureCommand_1 = require("./commands/GetCloudExadataInfrastructureCommand");
|
|
18
|
-
const GetCloudExadataInfrastructureUnallocatedResourcesCommand_1 = require("./commands/GetCloudExadataInfrastructureUnallocatedResourcesCommand");
|
|
19
|
-
const GetCloudVmClusterCommand_1 = require("./commands/GetCloudVmClusterCommand");
|
|
20
|
-
const GetDbNodeCommand_1 = require("./commands/GetDbNodeCommand");
|
|
21
|
-
const GetDbServerCommand_1 = require("./commands/GetDbServerCommand");
|
|
22
|
-
const GetOciOnboardingStatusCommand_1 = require("./commands/GetOciOnboardingStatusCommand");
|
|
23
|
-
const GetOdbNetworkCommand_1 = require("./commands/GetOdbNetworkCommand");
|
|
24
|
-
const GetOdbPeeringConnectionCommand_1 = require("./commands/GetOdbPeeringConnectionCommand");
|
|
25
|
-
const InitializeServiceCommand_1 = require("./commands/InitializeServiceCommand");
|
|
26
|
-
const ListAutonomousVirtualMachinesCommand_1 = require("./commands/ListAutonomousVirtualMachinesCommand");
|
|
27
|
-
const ListCloudAutonomousVmClustersCommand_1 = require("./commands/ListCloudAutonomousVmClustersCommand");
|
|
28
|
-
const ListCloudExadataInfrastructuresCommand_1 = require("./commands/ListCloudExadataInfrastructuresCommand");
|
|
29
|
-
const ListCloudVmClustersCommand_1 = require("./commands/ListCloudVmClustersCommand");
|
|
30
|
-
const ListDbNodesCommand_1 = require("./commands/ListDbNodesCommand");
|
|
31
|
-
const ListDbServersCommand_1 = require("./commands/ListDbServersCommand");
|
|
32
|
-
const ListDbSystemShapesCommand_1 = require("./commands/ListDbSystemShapesCommand");
|
|
33
|
-
const ListGiVersionsCommand_1 = require("./commands/ListGiVersionsCommand");
|
|
34
|
-
const ListOdbNetworksCommand_1 = require("./commands/ListOdbNetworksCommand");
|
|
35
|
-
const ListOdbPeeringConnectionsCommand_1 = require("./commands/ListOdbPeeringConnectionsCommand");
|
|
36
|
-
const ListSystemVersionsCommand_1 = require("./commands/ListSystemVersionsCommand");
|
|
37
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
38
|
-
const RebootDbNodeCommand_1 = require("./commands/RebootDbNodeCommand");
|
|
39
|
-
const StartDbNodeCommand_1 = require("./commands/StartDbNodeCommand");
|
|
40
|
-
const StopDbNodeCommand_1 = require("./commands/StopDbNodeCommand");
|
|
41
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
42
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
43
|
-
const UpdateCloudExadataInfrastructureCommand_1 = require("./commands/UpdateCloudExadataInfrastructureCommand");
|
|
44
|
-
const UpdateOdbNetworkCommand_1 = require("./commands/UpdateOdbNetworkCommand");
|
|
45
|
-
const OdbClient_1 = require("./OdbClient");
|
|
46
|
-
const commands = {
|
|
47
|
-
AcceptMarketplaceRegistrationCommand: AcceptMarketplaceRegistrationCommand_1.AcceptMarketplaceRegistrationCommand,
|
|
48
|
-
CreateCloudAutonomousVmClusterCommand: CreateCloudAutonomousVmClusterCommand_1.CreateCloudAutonomousVmClusterCommand,
|
|
49
|
-
CreateCloudExadataInfrastructureCommand: CreateCloudExadataInfrastructureCommand_1.CreateCloudExadataInfrastructureCommand,
|
|
50
|
-
CreateCloudVmClusterCommand: CreateCloudVmClusterCommand_1.CreateCloudVmClusterCommand,
|
|
51
|
-
CreateOdbNetworkCommand: CreateOdbNetworkCommand_1.CreateOdbNetworkCommand,
|
|
52
|
-
CreateOdbPeeringConnectionCommand: CreateOdbPeeringConnectionCommand_1.CreateOdbPeeringConnectionCommand,
|
|
53
|
-
DeleteCloudAutonomousVmClusterCommand: DeleteCloudAutonomousVmClusterCommand_1.DeleteCloudAutonomousVmClusterCommand,
|
|
54
|
-
DeleteCloudExadataInfrastructureCommand: DeleteCloudExadataInfrastructureCommand_1.DeleteCloudExadataInfrastructureCommand,
|
|
55
|
-
DeleteCloudVmClusterCommand: DeleteCloudVmClusterCommand_1.DeleteCloudVmClusterCommand,
|
|
56
|
-
DeleteOdbNetworkCommand: DeleteOdbNetworkCommand_1.DeleteOdbNetworkCommand,
|
|
57
|
-
DeleteOdbPeeringConnectionCommand: DeleteOdbPeeringConnectionCommand_1.DeleteOdbPeeringConnectionCommand,
|
|
58
|
-
GetCloudAutonomousVmClusterCommand: GetCloudAutonomousVmClusterCommand_1.GetCloudAutonomousVmClusterCommand,
|
|
59
|
-
GetCloudExadataInfrastructureCommand: GetCloudExadataInfrastructureCommand_1.GetCloudExadataInfrastructureCommand,
|
|
60
|
-
GetCloudExadataInfrastructureUnallocatedResourcesCommand: GetCloudExadataInfrastructureUnallocatedResourcesCommand_1.GetCloudExadataInfrastructureUnallocatedResourcesCommand,
|
|
61
|
-
GetCloudVmClusterCommand: GetCloudVmClusterCommand_1.GetCloudVmClusterCommand,
|
|
62
|
-
GetDbNodeCommand: GetDbNodeCommand_1.GetDbNodeCommand,
|
|
63
|
-
GetDbServerCommand: GetDbServerCommand_1.GetDbServerCommand,
|
|
64
|
-
GetOciOnboardingStatusCommand: GetOciOnboardingStatusCommand_1.GetOciOnboardingStatusCommand,
|
|
65
|
-
GetOdbNetworkCommand: GetOdbNetworkCommand_1.GetOdbNetworkCommand,
|
|
66
|
-
GetOdbPeeringConnectionCommand: GetOdbPeeringConnectionCommand_1.GetOdbPeeringConnectionCommand,
|
|
67
|
-
InitializeServiceCommand: InitializeServiceCommand_1.InitializeServiceCommand,
|
|
68
|
-
ListAutonomousVirtualMachinesCommand: ListAutonomousVirtualMachinesCommand_1.ListAutonomousVirtualMachinesCommand,
|
|
69
|
-
ListCloudAutonomousVmClustersCommand: ListCloudAutonomousVmClustersCommand_1.ListCloudAutonomousVmClustersCommand,
|
|
70
|
-
ListCloudExadataInfrastructuresCommand: ListCloudExadataInfrastructuresCommand_1.ListCloudExadataInfrastructuresCommand,
|
|
71
|
-
ListCloudVmClustersCommand: ListCloudVmClustersCommand_1.ListCloudVmClustersCommand,
|
|
72
|
-
ListDbNodesCommand: ListDbNodesCommand_1.ListDbNodesCommand,
|
|
73
|
-
ListDbServersCommand: ListDbServersCommand_1.ListDbServersCommand,
|
|
74
|
-
ListDbSystemShapesCommand: ListDbSystemShapesCommand_1.ListDbSystemShapesCommand,
|
|
75
|
-
ListGiVersionsCommand: ListGiVersionsCommand_1.ListGiVersionsCommand,
|
|
76
|
-
ListOdbNetworksCommand: ListOdbNetworksCommand_1.ListOdbNetworksCommand,
|
|
77
|
-
ListOdbPeeringConnectionsCommand: ListOdbPeeringConnectionsCommand_1.ListOdbPeeringConnectionsCommand,
|
|
78
|
-
ListSystemVersionsCommand: ListSystemVersionsCommand_1.ListSystemVersionsCommand,
|
|
79
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
80
|
-
RebootDbNodeCommand: RebootDbNodeCommand_1.RebootDbNodeCommand,
|
|
81
|
-
StartDbNodeCommand: StartDbNodeCommand_1.StartDbNodeCommand,
|
|
82
|
-
StopDbNodeCommand: StopDbNodeCommand_1.StopDbNodeCommand,
|
|
83
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
84
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
85
|
-
UpdateCloudExadataInfrastructureCommand: UpdateCloudExadataInfrastructureCommand_1.UpdateCloudExadataInfrastructureCommand,
|
|
86
|
-
UpdateOdbNetworkCommand: UpdateOdbNetworkCommand_1.UpdateOdbNetworkCommand,
|
|
87
|
-
};
|
|
88
|
-
class Odb extends OdbClient_1.OdbClient {
|
|
89
|
-
}
|
|
90
|
-
exports.Odb = Odb;
|
|
91
|
-
(0, smithy_client_1.createAggregatedClient)(commands, Odb);
|
package/dist-cjs/OdbClient.js
DELETED
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.OdbClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
8
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
9
|
-
const core_1 = require("@smithy/core");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
|
|
16
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
17
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
18
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
19
|
-
class OdbClient extends smithy_client_1.Client {
|
|
20
|
-
config;
|
|
21
|
-
constructor(...[configuration]) {
|
|
22
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
23
|
-
super(_config_0);
|
|
24
|
-
this.initConfig = _config_0;
|
|
25
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
26
|
-
const _config_2 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_1);
|
|
27
|
-
const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
|
|
28
|
-
const _config_4 = (0, config_resolver_1.resolveRegionConfig)(_config_3);
|
|
29
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
30
|
-
const _config_6 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_5);
|
|
31
|
-
const _config_7 = (0, httpAuthSchemeProvider_1.resolveHttpAuthSchemeConfig)(_config_6);
|
|
32
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
33
|
-
this.config = _config_8;
|
|
34
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
38
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
39
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
40
|
-
this.middlewareStack.use((0, core_1.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
41
|
-
httpAuthSchemeParametersProvider: httpAuthSchemeProvider_1.defaultOdbHttpAuthSchemeParametersProvider,
|
|
42
|
-
identityProviderConfigProvider: async (config) => new core_1.DefaultIdentityProviderConfig({
|
|
43
|
-
"aws.auth#sigv4": config.credentials,
|
|
44
|
-
}),
|
|
45
|
-
}));
|
|
46
|
-
this.middlewareStack.use((0, core_1.getHttpSigningPlugin)(this.config));
|
|
47
|
-
}
|
|
48
|
-
destroy() {
|
|
49
|
-
super.destroy();
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
exports.OdbClient = OdbClient;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.resolveHttpAuthRuntimeConfig = exports.getHttpAuthExtensionConfiguration = void 0;
|
|
4
|
-
const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
5
|
-
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
6
|
-
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
7
|
-
let _credentials = runtimeConfig.credentials;
|
|
8
|
-
return {
|
|
9
|
-
setHttpAuthScheme(httpAuthScheme) {
|
|
10
|
-
const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);
|
|
11
|
-
if (index === -1) {
|
|
12
|
-
_httpAuthSchemes.push(httpAuthScheme);
|
|
13
|
-
}
|
|
14
|
-
else {
|
|
15
|
-
_httpAuthSchemes.splice(index, 1, httpAuthScheme);
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
httpAuthSchemes() {
|
|
19
|
-
return _httpAuthSchemes;
|
|
20
|
-
},
|
|
21
|
-
setHttpAuthSchemeProvider(httpAuthSchemeProvider) {
|
|
22
|
-
_httpAuthSchemeProvider = httpAuthSchemeProvider;
|
|
23
|
-
},
|
|
24
|
-
httpAuthSchemeProvider() {
|
|
25
|
-
return _httpAuthSchemeProvider;
|
|
26
|
-
},
|
|
27
|
-
setCredentials(credentials) {
|
|
28
|
-
_credentials = credentials;
|
|
29
|
-
},
|
|
30
|
-
credentials() {
|
|
31
|
-
return _credentials;
|
|
32
|
-
},
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
exports.getHttpAuthExtensionConfiguration = getHttpAuthExtensionConfiguration;
|
|
36
|
-
const resolveHttpAuthRuntimeConfig = (config) => {
|
|
37
|
-
return {
|
|
38
|
-
httpAuthSchemes: config.httpAuthSchemes(),
|
|
39
|
-
httpAuthSchemeProvider: config.httpAuthSchemeProvider(),
|
|
40
|
-
credentials: config.credentials(),
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
exports.resolveHttpAuthRuntimeConfig = resolveHttpAuthRuntimeConfig;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AcceptMarketplaceRegistrationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class AcceptMarketplaceRegistrationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Odb", "AcceptMarketplaceRegistration", {})
|
|
20
|
-
.n("OdbClient", "AcceptMarketplaceRegistrationCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_AcceptMarketplaceRegistrationCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_AcceptMarketplaceRegistrationCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.AcceptMarketplaceRegistrationCommand = AcceptMarketplaceRegistrationCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateCloudAutonomousVmClusterCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class CreateCloudAutonomousVmClusterCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Odb", "CreateCloudAutonomousVmCluster", {})
|
|
20
|
-
.n("OdbClient", "CreateCloudAutonomousVmClusterCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_CreateCloudAutonomousVmClusterCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_CreateCloudAutonomousVmClusterCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.CreateCloudAutonomousVmClusterCommand = CreateCloudAutonomousVmClusterCommand;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateCloudExadataInfrastructureCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class CreateCloudExadataInfrastructureCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep(EndpointParameters_1.commonParams)
|
|
14
|
-
.m(function (Command, cs, config, o) {
|
|
15
|
-
return [
|
|
16
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
17
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
18
|
-
];
|
|
19
|
-
})
|
|
20
|
-
.s("Odb", "CreateCloudExadataInfrastructure", {})
|
|
21
|
-
.n("OdbClient", "CreateCloudExadataInfrastructureCommand")
|
|
22
|
-
.f(models_0_1.CreateCloudExadataInfrastructureInputFilterSensitiveLog, void 0)
|
|
23
|
-
.ser(Aws_json1_0_1.se_CreateCloudExadataInfrastructureCommand)
|
|
24
|
-
.de(Aws_json1_0_1.de_CreateCloudExadataInfrastructureCommand)
|
|
25
|
-
.build() {
|
|
26
|
-
}
|
|
27
|
-
exports.CreateCloudExadataInfrastructureCommand = CreateCloudExadataInfrastructureCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateCloudVmClusterCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class CreateCloudVmClusterCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Odb", "CreateCloudVmCluster", {})
|
|
20
|
-
.n("OdbClient", "CreateCloudVmClusterCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_CreateCloudVmClusterCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_CreateCloudVmClusterCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.CreateCloudVmClusterCommand = CreateCloudVmClusterCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateOdbNetworkCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class CreateOdbNetworkCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Odb", "CreateOdbNetwork", {})
|
|
20
|
-
.n("OdbClient", "CreateOdbNetworkCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_CreateOdbNetworkCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_CreateOdbNetworkCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.CreateOdbNetworkCommand = CreateOdbNetworkCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateOdbPeeringConnectionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class CreateOdbPeeringConnectionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Odb", "CreateOdbPeeringConnection", {})
|
|
20
|
-
.n("OdbClient", "CreateOdbPeeringConnectionCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_CreateOdbPeeringConnectionCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_CreateOdbPeeringConnectionCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.CreateOdbPeeringConnectionCommand = CreateOdbPeeringConnectionCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteCloudAutonomousVmClusterCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class DeleteCloudAutonomousVmClusterCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Odb", "DeleteCloudAutonomousVmCluster", {})
|
|
20
|
-
.n("OdbClient", "DeleteCloudAutonomousVmClusterCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_DeleteCloudAutonomousVmClusterCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_DeleteCloudAutonomousVmClusterCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.DeleteCloudAutonomousVmClusterCommand = DeleteCloudAutonomousVmClusterCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteCloudExadataInfrastructureCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class DeleteCloudExadataInfrastructureCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Odb", "DeleteCloudExadataInfrastructure", {})
|
|
20
|
-
.n("OdbClient", "DeleteCloudExadataInfrastructureCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_DeleteCloudExadataInfrastructureCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_DeleteCloudExadataInfrastructureCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.DeleteCloudExadataInfrastructureCommand = DeleteCloudExadataInfrastructureCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteCloudVmClusterCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class DeleteCloudVmClusterCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Odb", "DeleteCloudVmCluster", {})
|
|
20
|
-
.n("OdbClient", "DeleteCloudVmClusterCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_DeleteCloudVmClusterCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_DeleteCloudVmClusterCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.DeleteCloudVmClusterCommand = DeleteCloudVmClusterCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteOdbNetworkCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class DeleteOdbNetworkCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Odb", "DeleteOdbNetwork", {})
|
|
20
|
-
.n("OdbClient", "DeleteOdbNetworkCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_DeleteOdbNetworkCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_DeleteOdbNetworkCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.DeleteOdbNetworkCommand = DeleteOdbNetworkCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteOdbPeeringConnectionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class DeleteOdbPeeringConnectionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Odb", "DeleteOdbPeeringConnection", {})
|
|
20
|
-
.n("OdbClient", "DeleteOdbPeeringConnectionCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_DeleteOdbPeeringConnectionCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_DeleteOdbPeeringConnectionCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.DeleteOdbPeeringConnectionCommand = DeleteOdbPeeringConnectionCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetCloudAutonomousVmClusterCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class GetCloudAutonomousVmClusterCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Odb", "GetCloudAutonomousVmCluster", {})
|
|
20
|
-
.n("OdbClient", "GetCloudAutonomousVmClusterCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_GetCloudAutonomousVmClusterCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_GetCloudAutonomousVmClusterCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.GetCloudAutonomousVmClusterCommand = GetCloudAutonomousVmClusterCommand;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetCloudExadataInfrastructureCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class GetCloudExadataInfrastructureCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep(EndpointParameters_1.commonParams)
|
|
14
|
-
.m(function (Command, cs, config, o) {
|
|
15
|
-
return [
|
|
16
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
17
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
18
|
-
];
|
|
19
|
-
})
|
|
20
|
-
.s("Odb", "GetCloudExadataInfrastructure", {})
|
|
21
|
-
.n("OdbClient", "GetCloudExadataInfrastructureCommand")
|
|
22
|
-
.f(void 0, models_0_1.GetCloudExadataInfrastructureOutputFilterSensitiveLog)
|
|
23
|
-
.ser(Aws_json1_0_1.se_GetCloudExadataInfrastructureCommand)
|
|
24
|
-
.de(Aws_json1_0_1.de_GetCloudExadataInfrastructureCommand)
|
|
25
|
-
.build() {
|
|
26
|
-
}
|
|
27
|
-
exports.GetCloudExadataInfrastructureCommand = GetCloudExadataInfrastructureCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetCloudExadataInfrastructureUnallocatedResourcesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class GetCloudExadataInfrastructureUnallocatedResourcesCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Odb", "GetCloudExadataInfrastructureUnallocatedResources", {})
|
|
20
|
-
.n("OdbClient", "GetCloudExadataInfrastructureUnallocatedResourcesCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_GetCloudExadataInfrastructureUnallocatedResourcesCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_GetCloudExadataInfrastructureUnallocatedResourcesCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.GetCloudExadataInfrastructureUnallocatedResourcesCommand = GetCloudExadataInfrastructureUnallocatedResourcesCommand;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetCloudVmClusterCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class GetCloudVmClusterCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep(EndpointParameters_1.commonParams)
|
|
14
|
-
.m(function (Command, cs, config, o) {
|
|
15
|
-
return [
|
|
16
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
17
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
18
|
-
];
|
|
19
|
-
})
|
|
20
|
-
.s("Odb", "GetCloudVmCluster", {})
|
|
21
|
-
.n("OdbClient", "GetCloudVmClusterCommand")
|
|
22
|
-
.f(void 0, models_0_1.GetCloudVmClusterOutputFilterSensitiveLog)
|
|
23
|
-
.ser(Aws_json1_0_1.se_GetCloudVmClusterCommand)
|
|
24
|
-
.de(Aws_json1_0_1.de_GetCloudVmClusterCommand)
|
|
25
|
-
.build() {
|
|
26
|
-
}
|
|
27
|
-
exports.GetCloudVmClusterCommand = GetCloudVmClusterCommand;
|