@aws-sdk/client-bcm-pricing-calculator 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 +3001 -10
- package/package.json +6 -6
- package/dist-cjs/BCMPricingCalculator.js +0 -83
- package/dist-cjs/BCMPricingCalculatorClient.js +0 -52
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
- package/dist-cjs/commands/BatchCreateBillScenarioCommitmentModificationCommand.js +0 -26
- package/dist-cjs/commands/BatchCreateBillScenarioUsageModificationCommand.js +0 -26
- package/dist-cjs/commands/BatchCreateWorkloadEstimateUsageCommand.js +0 -26
- package/dist-cjs/commands/BatchDeleteBillScenarioCommitmentModificationCommand.js +0 -26
- package/dist-cjs/commands/BatchDeleteBillScenarioUsageModificationCommand.js +0 -26
- package/dist-cjs/commands/BatchDeleteWorkloadEstimateUsageCommand.js +0 -26
- package/dist-cjs/commands/BatchUpdateBillScenarioCommitmentModificationCommand.js +0 -26
- package/dist-cjs/commands/BatchUpdateBillScenarioUsageModificationCommand.js +0 -26
- package/dist-cjs/commands/BatchUpdateWorkloadEstimateUsageCommand.js +0 -26
- package/dist-cjs/commands/CreateBillEstimateCommand.js +0 -26
- package/dist-cjs/commands/CreateBillScenarioCommand.js +0 -26
- package/dist-cjs/commands/CreateWorkloadEstimateCommand.js +0 -26
- package/dist-cjs/commands/DeleteBillEstimateCommand.js +0 -26
- package/dist-cjs/commands/DeleteBillScenarioCommand.js +0 -26
- package/dist-cjs/commands/DeleteWorkloadEstimateCommand.js +0 -26
- package/dist-cjs/commands/GetBillEstimateCommand.js +0 -26
- package/dist-cjs/commands/GetBillScenarioCommand.js +0 -26
- package/dist-cjs/commands/GetPreferencesCommand.js +0 -26
- package/dist-cjs/commands/GetWorkloadEstimateCommand.js +0 -26
- package/dist-cjs/commands/ListBillEstimateCommitmentsCommand.js +0 -26
- package/dist-cjs/commands/ListBillEstimateInputCommitmentModificationsCommand.js +0 -26
- package/dist-cjs/commands/ListBillEstimateInputUsageModificationsCommand.js +0 -26
- package/dist-cjs/commands/ListBillEstimateLineItemsCommand.js +0 -26
- package/dist-cjs/commands/ListBillEstimatesCommand.js +0 -26
- package/dist-cjs/commands/ListBillScenarioCommitmentModificationsCommand.js +0 -26
- package/dist-cjs/commands/ListBillScenarioUsageModificationsCommand.js +0 -26
- package/dist-cjs/commands/ListBillScenariosCommand.js +0 -26
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
- package/dist-cjs/commands/ListWorkloadEstimateUsageCommand.js +0 -26
- package/dist-cjs/commands/ListWorkloadEstimatesCommand.js +0 -26
- package/dist-cjs/commands/TagResourceCommand.js +0 -26
- package/dist-cjs/commands/UntagResourceCommand.js +0 -26
- package/dist-cjs/commands/UpdateBillEstimateCommand.js +0 -26
- package/dist-cjs/commands/UpdateBillScenarioCommand.js +0 -26
- package/dist-cjs/commands/UpdatePreferencesCommand.js +0 -26
- package/dist-cjs/commands/UpdateWorkloadEstimateCommand.js +0 -26
- package/dist-cjs/commands/index.js +0 -39
- package/dist-cjs/endpoint/EndpointParameters.js +0 -15
- package/dist-cjs/extensionConfiguration.js +0 -2
- package/dist-cjs/models/BCMPricingCalculatorServiceException.js +0 -12
- package/dist-cjs/models/index.js +0 -4
- package/dist-cjs/models/models_0.js +0 -280
- package/dist-cjs/pagination/Interfaces.js +0 -2
- package/dist-cjs/pagination/ListBillEstimateCommitmentsPaginator.js +0 -7
- package/dist-cjs/pagination/ListBillEstimateInputCommitmentModificationsPaginator.js +0 -7
- package/dist-cjs/pagination/ListBillEstimateInputUsageModificationsPaginator.js +0 -7
- package/dist-cjs/pagination/ListBillEstimateLineItemsPaginator.js +0 -7
- package/dist-cjs/pagination/ListBillEstimatesPaginator.js +0 -7
- package/dist-cjs/pagination/ListBillScenarioCommitmentModificationsPaginator.js +0 -7
- package/dist-cjs/pagination/ListBillScenarioUsageModificationsPaginator.js +0 -7
- package/dist-cjs/pagination/ListBillScenariosPaginator.js +0 -7
- package/dist-cjs/pagination/ListWorkloadEstimateUsagePaginator.js +0 -7
- package/dist-cjs/pagination/ListWorkloadEstimatesPaginator.js +0 -7
- package/dist-cjs/pagination/index.js +0 -14
- package/dist-cjs/protocols/Aws_json1_0.js +0 -1761
- package/dist-cjs/runtimeExtensions.js +0 -13
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-bcm-pricing-calculator",
|
|
3
3
|
"description": "AWS SDK for JavaScript Bcm Pricing Calculator 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-bcm-pricing-calculator",
|
|
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",
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BCMPricingCalculator = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const BCMPricingCalculatorClient_1 = require("./BCMPricingCalculatorClient");
|
|
6
|
-
const BatchCreateBillScenarioCommitmentModificationCommand_1 = require("./commands/BatchCreateBillScenarioCommitmentModificationCommand");
|
|
7
|
-
const BatchCreateBillScenarioUsageModificationCommand_1 = require("./commands/BatchCreateBillScenarioUsageModificationCommand");
|
|
8
|
-
const BatchCreateWorkloadEstimateUsageCommand_1 = require("./commands/BatchCreateWorkloadEstimateUsageCommand");
|
|
9
|
-
const BatchDeleteBillScenarioCommitmentModificationCommand_1 = require("./commands/BatchDeleteBillScenarioCommitmentModificationCommand");
|
|
10
|
-
const BatchDeleteBillScenarioUsageModificationCommand_1 = require("./commands/BatchDeleteBillScenarioUsageModificationCommand");
|
|
11
|
-
const BatchDeleteWorkloadEstimateUsageCommand_1 = require("./commands/BatchDeleteWorkloadEstimateUsageCommand");
|
|
12
|
-
const BatchUpdateBillScenarioCommitmentModificationCommand_1 = require("./commands/BatchUpdateBillScenarioCommitmentModificationCommand");
|
|
13
|
-
const BatchUpdateBillScenarioUsageModificationCommand_1 = require("./commands/BatchUpdateBillScenarioUsageModificationCommand");
|
|
14
|
-
const BatchUpdateWorkloadEstimateUsageCommand_1 = require("./commands/BatchUpdateWorkloadEstimateUsageCommand");
|
|
15
|
-
const CreateBillEstimateCommand_1 = require("./commands/CreateBillEstimateCommand");
|
|
16
|
-
const CreateBillScenarioCommand_1 = require("./commands/CreateBillScenarioCommand");
|
|
17
|
-
const CreateWorkloadEstimateCommand_1 = require("./commands/CreateWorkloadEstimateCommand");
|
|
18
|
-
const DeleteBillEstimateCommand_1 = require("./commands/DeleteBillEstimateCommand");
|
|
19
|
-
const DeleteBillScenarioCommand_1 = require("./commands/DeleteBillScenarioCommand");
|
|
20
|
-
const DeleteWorkloadEstimateCommand_1 = require("./commands/DeleteWorkloadEstimateCommand");
|
|
21
|
-
const GetBillEstimateCommand_1 = require("./commands/GetBillEstimateCommand");
|
|
22
|
-
const GetBillScenarioCommand_1 = require("./commands/GetBillScenarioCommand");
|
|
23
|
-
const GetPreferencesCommand_1 = require("./commands/GetPreferencesCommand");
|
|
24
|
-
const GetWorkloadEstimateCommand_1 = require("./commands/GetWorkloadEstimateCommand");
|
|
25
|
-
const ListBillEstimateCommitmentsCommand_1 = require("./commands/ListBillEstimateCommitmentsCommand");
|
|
26
|
-
const ListBillEstimateInputCommitmentModificationsCommand_1 = require("./commands/ListBillEstimateInputCommitmentModificationsCommand");
|
|
27
|
-
const ListBillEstimateInputUsageModificationsCommand_1 = require("./commands/ListBillEstimateInputUsageModificationsCommand");
|
|
28
|
-
const ListBillEstimateLineItemsCommand_1 = require("./commands/ListBillEstimateLineItemsCommand");
|
|
29
|
-
const ListBillEstimatesCommand_1 = require("./commands/ListBillEstimatesCommand");
|
|
30
|
-
const ListBillScenarioCommitmentModificationsCommand_1 = require("./commands/ListBillScenarioCommitmentModificationsCommand");
|
|
31
|
-
const ListBillScenariosCommand_1 = require("./commands/ListBillScenariosCommand");
|
|
32
|
-
const ListBillScenarioUsageModificationsCommand_1 = require("./commands/ListBillScenarioUsageModificationsCommand");
|
|
33
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
34
|
-
const ListWorkloadEstimatesCommand_1 = require("./commands/ListWorkloadEstimatesCommand");
|
|
35
|
-
const ListWorkloadEstimateUsageCommand_1 = require("./commands/ListWorkloadEstimateUsageCommand");
|
|
36
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
37
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
38
|
-
const UpdateBillEstimateCommand_1 = require("./commands/UpdateBillEstimateCommand");
|
|
39
|
-
const UpdateBillScenarioCommand_1 = require("./commands/UpdateBillScenarioCommand");
|
|
40
|
-
const UpdatePreferencesCommand_1 = require("./commands/UpdatePreferencesCommand");
|
|
41
|
-
const UpdateWorkloadEstimateCommand_1 = require("./commands/UpdateWorkloadEstimateCommand");
|
|
42
|
-
const commands = {
|
|
43
|
-
BatchCreateBillScenarioCommitmentModificationCommand: BatchCreateBillScenarioCommitmentModificationCommand_1.BatchCreateBillScenarioCommitmentModificationCommand,
|
|
44
|
-
BatchCreateBillScenarioUsageModificationCommand: BatchCreateBillScenarioUsageModificationCommand_1.BatchCreateBillScenarioUsageModificationCommand,
|
|
45
|
-
BatchCreateWorkloadEstimateUsageCommand: BatchCreateWorkloadEstimateUsageCommand_1.BatchCreateWorkloadEstimateUsageCommand,
|
|
46
|
-
BatchDeleteBillScenarioCommitmentModificationCommand: BatchDeleteBillScenarioCommitmentModificationCommand_1.BatchDeleteBillScenarioCommitmentModificationCommand,
|
|
47
|
-
BatchDeleteBillScenarioUsageModificationCommand: BatchDeleteBillScenarioUsageModificationCommand_1.BatchDeleteBillScenarioUsageModificationCommand,
|
|
48
|
-
BatchDeleteWorkloadEstimateUsageCommand: BatchDeleteWorkloadEstimateUsageCommand_1.BatchDeleteWorkloadEstimateUsageCommand,
|
|
49
|
-
BatchUpdateBillScenarioCommitmentModificationCommand: BatchUpdateBillScenarioCommitmentModificationCommand_1.BatchUpdateBillScenarioCommitmentModificationCommand,
|
|
50
|
-
BatchUpdateBillScenarioUsageModificationCommand: BatchUpdateBillScenarioUsageModificationCommand_1.BatchUpdateBillScenarioUsageModificationCommand,
|
|
51
|
-
BatchUpdateWorkloadEstimateUsageCommand: BatchUpdateWorkloadEstimateUsageCommand_1.BatchUpdateWorkloadEstimateUsageCommand,
|
|
52
|
-
CreateBillEstimateCommand: CreateBillEstimateCommand_1.CreateBillEstimateCommand,
|
|
53
|
-
CreateBillScenarioCommand: CreateBillScenarioCommand_1.CreateBillScenarioCommand,
|
|
54
|
-
CreateWorkloadEstimateCommand: CreateWorkloadEstimateCommand_1.CreateWorkloadEstimateCommand,
|
|
55
|
-
DeleteBillEstimateCommand: DeleteBillEstimateCommand_1.DeleteBillEstimateCommand,
|
|
56
|
-
DeleteBillScenarioCommand: DeleteBillScenarioCommand_1.DeleteBillScenarioCommand,
|
|
57
|
-
DeleteWorkloadEstimateCommand: DeleteWorkloadEstimateCommand_1.DeleteWorkloadEstimateCommand,
|
|
58
|
-
GetBillEstimateCommand: GetBillEstimateCommand_1.GetBillEstimateCommand,
|
|
59
|
-
GetBillScenarioCommand: GetBillScenarioCommand_1.GetBillScenarioCommand,
|
|
60
|
-
GetPreferencesCommand: GetPreferencesCommand_1.GetPreferencesCommand,
|
|
61
|
-
GetWorkloadEstimateCommand: GetWorkloadEstimateCommand_1.GetWorkloadEstimateCommand,
|
|
62
|
-
ListBillEstimateCommitmentsCommand: ListBillEstimateCommitmentsCommand_1.ListBillEstimateCommitmentsCommand,
|
|
63
|
-
ListBillEstimateInputCommitmentModificationsCommand: ListBillEstimateInputCommitmentModificationsCommand_1.ListBillEstimateInputCommitmentModificationsCommand,
|
|
64
|
-
ListBillEstimateInputUsageModificationsCommand: ListBillEstimateInputUsageModificationsCommand_1.ListBillEstimateInputUsageModificationsCommand,
|
|
65
|
-
ListBillEstimateLineItemsCommand: ListBillEstimateLineItemsCommand_1.ListBillEstimateLineItemsCommand,
|
|
66
|
-
ListBillEstimatesCommand: ListBillEstimatesCommand_1.ListBillEstimatesCommand,
|
|
67
|
-
ListBillScenarioCommitmentModificationsCommand: ListBillScenarioCommitmentModificationsCommand_1.ListBillScenarioCommitmentModificationsCommand,
|
|
68
|
-
ListBillScenariosCommand: ListBillScenariosCommand_1.ListBillScenariosCommand,
|
|
69
|
-
ListBillScenarioUsageModificationsCommand: ListBillScenarioUsageModificationsCommand_1.ListBillScenarioUsageModificationsCommand,
|
|
70
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
71
|
-
ListWorkloadEstimatesCommand: ListWorkloadEstimatesCommand_1.ListWorkloadEstimatesCommand,
|
|
72
|
-
ListWorkloadEstimateUsageCommand: ListWorkloadEstimateUsageCommand_1.ListWorkloadEstimateUsageCommand,
|
|
73
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
74
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
75
|
-
UpdateBillEstimateCommand: UpdateBillEstimateCommand_1.UpdateBillEstimateCommand,
|
|
76
|
-
UpdateBillScenarioCommand: UpdateBillScenarioCommand_1.UpdateBillScenarioCommand,
|
|
77
|
-
UpdatePreferencesCommand: UpdatePreferencesCommand_1.UpdatePreferencesCommand,
|
|
78
|
-
UpdateWorkloadEstimateCommand: UpdateWorkloadEstimateCommand_1.UpdateWorkloadEstimateCommand,
|
|
79
|
-
};
|
|
80
|
-
class BCMPricingCalculator extends BCMPricingCalculatorClient_1.BCMPricingCalculatorClient {
|
|
81
|
-
}
|
|
82
|
-
exports.BCMPricingCalculator = BCMPricingCalculator;
|
|
83
|
-
(0, smithy_client_1.createAggregatedClient)(commands, BCMPricingCalculator);
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BCMPricingCalculatorClient = 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 BCMPricingCalculatorClient 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.defaultBCMPricingCalculatorHttpAuthSchemeParametersProvider,
|
|
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.BCMPricingCalculatorClient = BCMPricingCalculatorClient;
|
|
@@ -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.BatchCreateBillScenarioCommitmentModificationCommand = 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 BatchCreateBillScenarioCommitmentModificationCommand 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("AWSBCMPricingCalculator", "BatchCreateBillScenarioCommitmentModification", {})
|
|
20
|
-
.n("BCMPricingCalculatorClient", "BatchCreateBillScenarioCommitmentModificationCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_BatchCreateBillScenarioCommitmentModificationCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_BatchCreateBillScenarioCommitmentModificationCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.BatchCreateBillScenarioCommitmentModificationCommand = BatchCreateBillScenarioCommitmentModificationCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchCreateBillScenarioUsageModificationCommand = 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 BatchCreateBillScenarioUsageModificationCommand 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("AWSBCMPricingCalculator", "BatchCreateBillScenarioUsageModification", {})
|
|
20
|
-
.n("BCMPricingCalculatorClient", "BatchCreateBillScenarioUsageModificationCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_BatchCreateBillScenarioUsageModificationCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_BatchCreateBillScenarioUsageModificationCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.BatchCreateBillScenarioUsageModificationCommand = BatchCreateBillScenarioUsageModificationCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchCreateWorkloadEstimateUsageCommand = 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 BatchCreateWorkloadEstimateUsageCommand 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("AWSBCMPricingCalculator", "BatchCreateWorkloadEstimateUsage", {})
|
|
20
|
-
.n("BCMPricingCalculatorClient", "BatchCreateWorkloadEstimateUsageCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_BatchCreateWorkloadEstimateUsageCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_BatchCreateWorkloadEstimateUsageCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.BatchCreateWorkloadEstimateUsageCommand = BatchCreateWorkloadEstimateUsageCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchDeleteBillScenarioCommitmentModificationCommand = 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 BatchDeleteBillScenarioCommitmentModificationCommand 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("AWSBCMPricingCalculator", "BatchDeleteBillScenarioCommitmentModification", {})
|
|
20
|
-
.n("BCMPricingCalculatorClient", "BatchDeleteBillScenarioCommitmentModificationCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_BatchDeleteBillScenarioCommitmentModificationCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_BatchDeleteBillScenarioCommitmentModificationCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.BatchDeleteBillScenarioCommitmentModificationCommand = BatchDeleteBillScenarioCommitmentModificationCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchDeleteBillScenarioUsageModificationCommand = 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 BatchDeleteBillScenarioUsageModificationCommand 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("AWSBCMPricingCalculator", "BatchDeleteBillScenarioUsageModification", {})
|
|
20
|
-
.n("BCMPricingCalculatorClient", "BatchDeleteBillScenarioUsageModificationCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_BatchDeleteBillScenarioUsageModificationCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_BatchDeleteBillScenarioUsageModificationCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.BatchDeleteBillScenarioUsageModificationCommand = BatchDeleteBillScenarioUsageModificationCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchDeleteWorkloadEstimateUsageCommand = 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 BatchDeleteWorkloadEstimateUsageCommand 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("AWSBCMPricingCalculator", "BatchDeleteWorkloadEstimateUsage", {})
|
|
20
|
-
.n("BCMPricingCalculatorClient", "BatchDeleteWorkloadEstimateUsageCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_BatchDeleteWorkloadEstimateUsageCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_BatchDeleteWorkloadEstimateUsageCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.BatchDeleteWorkloadEstimateUsageCommand = BatchDeleteWorkloadEstimateUsageCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchUpdateBillScenarioCommitmentModificationCommand = 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 BatchUpdateBillScenarioCommitmentModificationCommand 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("AWSBCMPricingCalculator", "BatchUpdateBillScenarioCommitmentModification", {})
|
|
20
|
-
.n("BCMPricingCalculatorClient", "BatchUpdateBillScenarioCommitmentModificationCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_BatchUpdateBillScenarioCommitmentModificationCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_BatchUpdateBillScenarioCommitmentModificationCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.BatchUpdateBillScenarioCommitmentModificationCommand = BatchUpdateBillScenarioCommitmentModificationCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchUpdateBillScenarioUsageModificationCommand = 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 BatchUpdateBillScenarioUsageModificationCommand 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("AWSBCMPricingCalculator", "BatchUpdateBillScenarioUsageModification", {})
|
|
20
|
-
.n("BCMPricingCalculatorClient", "BatchUpdateBillScenarioUsageModificationCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_BatchUpdateBillScenarioUsageModificationCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_BatchUpdateBillScenarioUsageModificationCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.BatchUpdateBillScenarioUsageModificationCommand = BatchUpdateBillScenarioUsageModificationCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchUpdateWorkloadEstimateUsageCommand = 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 BatchUpdateWorkloadEstimateUsageCommand 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("AWSBCMPricingCalculator", "BatchUpdateWorkloadEstimateUsage", {})
|
|
20
|
-
.n("BCMPricingCalculatorClient", "BatchUpdateWorkloadEstimateUsageCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_BatchUpdateWorkloadEstimateUsageCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_BatchUpdateWorkloadEstimateUsageCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.BatchUpdateWorkloadEstimateUsageCommand = BatchUpdateWorkloadEstimateUsageCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateBillEstimateCommand = 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 CreateBillEstimateCommand 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("AWSBCMPricingCalculator", "CreateBillEstimate", {})
|
|
20
|
-
.n("BCMPricingCalculatorClient", "CreateBillEstimateCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_CreateBillEstimateCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_CreateBillEstimateCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.CreateBillEstimateCommand = CreateBillEstimateCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateBillScenarioCommand = 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 CreateBillScenarioCommand 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("AWSBCMPricingCalculator", "CreateBillScenario", {})
|
|
20
|
-
.n("BCMPricingCalculatorClient", "CreateBillScenarioCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_CreateBillScenarioCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_CreateBillScenarioCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.CreateBillScenarioCommand = CreateBillScenarioCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateWorkloadEstimateCommand = 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 CreateWorkloadEstimateCommand 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("AWSBCMPricingCalculator", "CreateWorkloadEstimate", {})
|
|
20
|
-
.n("BCMPricingCalculatorClient", "CreateWorkloadEstimateCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_CreateWorkloadEstimateCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_CreateWorkloadEstimateCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.CreateWorkloadEstimateCommand = CreateWorkloadEstimateCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteBillEstimateCommand = 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 DeleteBillEstimateCommand 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("AWSBCMPricingCalculator", "DeleteBillEstimate", {})
|
|
20
|
-
.n("BCMPricingCalculatorClient", "DeleteBillEstimateCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_DeleteBillEstimateCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_DeleteBillEstimateCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.DeleteBillEstimateCommand = DeleteBillEstimateCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteBillScenarioCommand = 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 DeleteBillScenarioCommand 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("AWSBCMPricingCalculator", "DeleteBillScenario", {})
|
|
20
|
-
.n("BCMPricingCalculatorClient", "DeleteBillScenarioCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_DeleteBillScenarioCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_DeleteBillScenarioCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.DeleteBillScenarioCommand = DeleteBillScenarioCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteWorkloadEstimateCommand = 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 DeleteWorkloadEstimateCommand 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("AWSBCMPricingCalculator", "DeleteWorkloadEstimate", {})
|
|
20
|
-
.n("BCMPricingCalculatorClient", "DeleteWorkloadEstimateCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_DeleteWorkloadEstimateCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_DeleteWorkloadEstimateCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.DeleteWorkloadEstimateCommand = DeleteWorkloadEstimateCommand;
|