@aws-sdk/client-bcm-pricing-calculator 3.721.0 → 3.723.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/BCMPricingCalculatorClient.js +1 -0
- package/dist-cjs/models/models_0.js +31 -17
- package/dist-es/BCMPricingCalculatorClient.js +1 -0
- package/dist-es/models/models_0.js +30 -16
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
|
@@ -17,6 +17,7 @@ const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
|
17
17
|
const runtimeConfig_1 = require("./runtimeConfig");
|
|
18
18
|
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
19
19
|
class BCMPricingCalculatorClient extends smithy_client_1.Client {
|
|
20
|
+
config;
|
|
20
21
|
constructor(...[configuration]) {
|
|
21
22
|
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
22
23
|
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
@@ -3,40 +3,41 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.WorkloadEstimateUpdateUsageErrorCode = exports.WorkloadEstimateCostStatus = exports.BatchCreateWorkloadEstimateUsageCode = exports.ListWorkloadEstimatesFilterName = exports.WorkloadEstimateStatus = exports.WorkloadEstimateRateType = exports.RateType = exports.ListBillScenariosFilterName = exports.BatchUpdateBillScenarioUsageModificationErrorCode = exports.BatchDeleteBillScenarioUsageModificationErrorCode = exports.ServiceQuotaExceededException = exports.BatchCreateBillScenarioUsageModificationErrorCode = exports.BillScenarioStatus = exports.BatchUpdateBillScenarioCommitmentModificationErrorCode = exports.BatchDeleteBillScenarioCommitmentModificationErrorCode = exports.BatchCreateBillScenarioCommitmentModificationErrorCode = exports.ListBillEstimatesFilterName = exports.ConflictException = exports.BillEstimateStatus = exports.ListBillEstimateLineItemsFilterName = exports.ListUsageFilterName = exports.MatchOption = exports.BillScenarioCommitmentModificationAction = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ResourceNotFoundException = exports.PurchaseAgreementType = exports.CurrencyCode = exports.InternalServerException = exports.DataUnavailableException = exports.AccessDeniedException = void 0;
|
|
4
4
|
const BCMPricingCalculatorServiceException_1 = require("./BCMPricingCalculatorServiceException");
|
|
5
5
|
class AccessDeniedException extends BCMPricingCalculatorServiceException_1.BCMPricingCalculatorServiceException {
|
|
6
|
+
name = "AccessDeniedException";
|
|
7
|
+
$fault = "client";
|
|
6
8
|
constructor(opts) {
|
|
7
9
|
super({
|
|
8
10
|
name: "AccessDeniedException",
|
|
9
11
|
$fault: "client",
|
|
10
12
|
...opts,
|
|
11
13
|
});
|
|
12
|
-
this.name = "AccessDeniedException";
|
|
13
|
-
this.$fault = "client";
|
|
14
14
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
exports.AccessDeniedException = AccessDeniedException;
|
|
18
18
|
class DataUnavailableException extends BCMPricingCalculatorServiceException_1.BCMPricingCalculatorServiceException {
|
|
19
|
+
name = "DataUnavailableException";
|
|
20
|
+
$fault = "client";
|
|
19
21
|
constructor(opts) {
|
|
20
22
|
super({
|
|
21
23
|
name: "DataUnavailableException",
|
|
22
24
|
$fault: "client",
|
|
23
25
|
...opts,
|
|
24
26
|
});
|
|
25
|
-
this.name = "DataUnavailableException";
|
|
26
|
-
this.$fault = "client";
|
|
27
27
|
Object.setPrototypeOf(this, DataUnavailableException.prototype);
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
exports.DataUnavailableException = DataUnavailableException;
|
|
31
31
|
class InternalServerException extends BCMPricingCalculatorServiceException_1.BCMPricingCalculatorServiceException {
|
|
32
|
+
name = "InternalServerException";
|
|
33
|
+
$fault = "server";
|
|
34
|
+
retryAfterSeconds;
|
|
32
35
|
constructor(opts) {
|
|
33
36
|
super({
|
|
34
37
|
name: "InternalServerException",
|
|
35
38
|
$fault: "server",
|
|
36
39
|
...opts,
|
|
37
40
|
});
|
|
38
|
-
this.name = "InternalServerException";
|
|
39
|
-
this.$fault = "server";
|
|
40
41
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
41
42
|
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
42
43
|
}
|
|
@@ -50,14 +51,16 @@ exports.PurchaseAgreementType = {
|
|
|
50
51
|
SAVINGS_PLANS: "SAVINGS_PLANS",
|
|
51
52
|
};
|
|
52
53
|
class ResourceNotFoundException extends BCMPricingCalculatorServiceException_1.BCMPricingCalculatorServiceException {
|
|
54
|
+
name = "ResourceNotFoundException";
|
|
55
|
+
$fault = "client";
|
|
56
|
+
resourceId;
|
|
57
|
+
resourceType;
|
|
53
58
|
constructor(opts) {
|
|
54
59
|
super({
|
|
55
60
|
name: "ResourceNotFoundException",
|
|
56
61
|
$fault: "client",
|
|
57
62
|
...opts,
|
|
58
63
|
});
|
|
59
|
-
this.name = "ResourceNotFoundException";
|
|
60
|
-
this.$fault = "client";
|
|
61
64
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
62
65
|
this.resourceId = opts.resourceId;
|
|
63
66
|
this.resourceType = opts.resourceType;
|
|
@@ -65,14 +68,17 @@ class ResourceNotFoundException extends BCMPricingCalculatorServiceException_1.B
|
|
|
65
68
|
}
|
|
66
69
|
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
67
70
|
class ThrottlingException extends BCMPricingCalculatorServiceException_1.BCMPricingCalculatorServiceException {
|
|
71
|
+
name = "ThrottlingException";
|
|
72
|
+
$fault = "client";
|
|
73
|
+
serviceCode;
|
|
74
|
+
quotaCode;
|
|
75
|
+
retryAfterSeconds;
|
|
68
76
|
constructor(opts) {
|
|
69
77
|
super({
|
|
70
78
|
name: "ThrottlingException",
|
|
71
79
|
$fault: "client",
|
|
72
80
|
...opts,
|
|
73
81
|
});
|
|
74
|
-
this.name = "ThrottlingException";
|
|
75
|
-
this.$fault = "client";
|
|
76
82
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
77
83
|
this.serviceCode = opts.serviceCode;
|
|
78
84
|
this.quotaCode = opts.quotaCode;
|
|
@@ -89,14 +95,16 @@ exports.ValidationExceptionReason = {
|
|
|
89
95
|
UNKNOWN_OPERATION: "unknownOperation",
|
|
90
96
|
};
|
|
91
97
|
class ValidationException extends BCMPricingCalculatorServiceException_1.BCMPricingCalculatorServiceException {
|
|
98
|
+
name = "ValidationException";
|
|
99
|
+
$fault = "client";
|
|
100
|
+
reason;
|
|
101
|
+
fieldList;
|
|
92
102
|
constructor(opts) {
|
|
93
103
|
super({
|
|
94
104
|
name: "ValidationException",
|
|
95
105
|
$fault: "client",
|
|
96
106
|
...opts,
|
|
97
107
|
});
|
|
98
|
-
this.name = "ValidationException";
|
|
99
|
-
this.$fault = "client";
|
|
100
108
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
101
109
|
this.reason = opts.reason;
|
|
102
110
|
this.fieldList = opts.fieldList;
|
|
@@ -116,7 +124,7 @@ var BillScenarioCommitmentModificationAction;
|
|
|
116
124
|
return visitor.negateSavingsPlanAction(value.negateSavingsPlanAction);
|
|
117
125
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
118
126
|
};
|
|
119
|
-
})(BillScenarioCommitmentModificationAction
|
|
127
|
+
})(BillScenarioCommitmentModificationAction || (exports.BillScenarioCommitmentModificationAction = BillScenarioCommitmentModificationAction = {}));
|
|
120
128
|
exports.MatchOption = {
|
|
121
129
|
CONTAINS: "CONTAINS",
|
|
122
130
|
EQUALS: "EQUALS",
|
|
@@ -149,14 +157,16 @@ exports.BillEstimateStatus = {
|
|
|
149
157
|
IN_PROGRESS: "IN_PROGRESS",
|
|
150
158
|
};
|
|
151
159
|
class ConflictException extends BCMPricingCalculatorServiceException_1.BCMPricingCalculatorServiceException {
|
|
160
|
+
name = "ConflictException";
|
|
161
|
+
$fault = "client";
|
|
162
|
+
resourceId;
|
|
163
|
+
resourceType;
|
|
152
164
|
constructor(opts) {
|
|
153
165
|
super({
|
|
154
166
|
name: "ConflictException",
|
|
155
167
|
$fault: "client",
|
|
156
168
|
...opts,
|
|
157
169
|
});
|
|
158
|
-
this.name = "ConflictException";
|
|
159
|
-
this.$fault = "client";
|
|
160
170
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
161
171
|
this.resourceId = opts.resourceId;
|
|
162
172
|
this.resourceType = opts.resourceType;
|
|
@@ -195,14 +205,18 @@ exports.BatchCreateBillScenarioUsageModificationErrorCode = {
|
|
|
195
205
|
NOT_FOUND: "NOT_FOUND",
|
|
196
206
|
};
|
|
197
207
|
class ServiceQuotaExceededException extends BCMPricingCalculatorServiceException_1.BCMPricingCalculatorServiceException {
|
|
208
|
+
name = "ServiceQuotaExceededException";
|
|
209
|
+
$fault = "client";
|
|
210
|
+
resourceId;
|
|
211
|
+
resourceType;
|
|
212
|
+
serviceCode;
|
|
213
|
+
quotaCode;
|
|
198
214
|
constructor(opts) {
|
|
199
215
|
super({
|
|
200
216
|
name: "ServiceQuotaExceededException",
|
|
201
217
|
$fault: "client",
|
|
202
218
|
...opts,
|
|
203
219
|
});
|
|
204
|
-
this.name = "ServiceQuotaExceededException";
|
|
205
|
-
this.$fault = "client";
|
|
206
220
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
207
221
|
this.resourceId = opts.resourceId;
|
|
208
222
|
this.resourceType = opts.resourceType;
|
|
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
|
14
14
|
import { resolveRuntimeExtensions } from "./runtimeExtensions";
|
|
15
15
|
export { __Client };
|
|
16
16
|
export class BCMPricingCalculatorClient extends __Client {
|
|
17
|
+
config;
|
|
17
18
|
constructor(...[configuration]) {
|
|
18
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
19
20
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -1,37 +1,38 @@
|
|
|
1
1
|
import { BCMPricingCalculatorServiceException as __BaseException } from "./BCMPricingCalculatorServiceException";
|
|
2
2
|
export class AccessDeniedException extends __BaseException {
|
|
3
|
+
name = "AccessDeniedException";
|
|
4
|
+
$fault = "client";
|
|
3
5
|
constructor(opts) {
|
|
4
6
|
super({
|
|
5
7
|
name: "AccessDeniedException",
|
|
6
8
|
$fault: "client",
|
|
7
9
|
...opts,
|
|
8
10
|
});
|
|
9
|
-
this.name = "AccessDeniedException";
|
|
10
|
-
this.$fault = "client";
|
|
11
11
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
export class DataUnavailableException extends __BaseException {
|
|
15
|
+
name = "DataUnavailableException";
|
|
16
|
+
$fault = "client";
|
|
15
17
|
constructor(opts) {
|
|
16
18
|
super({
|
|
17
19
|
name: "DataUnavailableException",
|
|
18
20
|
$fault: "client",
|
|
19
21
|
...opts,
|
|
20
22
|
});
|
|
21
|
-
this.name = "DataUnavailableException";
|
|
22
|
-
this.$fault = "client";
|
|
23
23
|
Object.setPrototypeOf(this, DataUnavailableException.prototype);
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
export class InternalServerException extends __BaseException {
|
|
27
|
+
name = "InternalServerException";
|
|
28
|
+
$fault = "server";
|
|
29
|
+
retryAfterSeconds;
|
|
27
30
|
constructor(opts) {
|
|
28
31
|
super({
|
|
29
32
|
name: "InternalServerException",
|
|
30
33
|
$fault: "server",
|
|
31
34
|
...opts,
|
|
32
35
|
});
|
|
33
|
-
this.name = "InternalServerException";
|
|
34
|
-
this.$fault = "server";
|
|
35
36
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
36
37
|
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
37
38
|
}
|
|
@@ -44,28 +45,33 @@ export const PurchaseAgreementType = {
|
|
|
44
45
|
SAVINGS_PLANS: "SAVINGS_PLANS",
|
|
45
46
|
};
|
|
46
47
|
export class ResourceNotFoundException extends __BaseException {
|
|
48
|
+
name = "ResourceNotFoundException";
|
|
49
|
+
$fault = "client";
|
|
50
|
+
resourceId;
|
|
51
|
+
resourceType;
|
|
47
52
|
constructor(opts) {
|
|
48
53
|
super({
|
|
49
54
|
name: "ResourceNotFoundException",
|
|
50
55
|
$fault: "client",
|
|
51
56
|
...opts,
|
|
52
57
|
});
|
|
53
|
-
this.name = "ResourceNotFoundException";
|
|
54
|
-
this.$fault = "client";
|
|
55
58
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
56
59
|
this.resourceId = opts.resourceId;
|
|
57
60
|
this.resourceType = opts.resourceType;
|
|
58
61
|
}
|
|
59
62
|
}
|
|
60
63
|
export class ThrottlingException extends __BaseException {
|
|
64
|
+
name = "ThrottlingException";
|
|
65
|
+
$fault = "client";
|
|
66
|
+
serviceCode;
|
|
67
|
+
quotaCode;
|
|
68
|
+
retryAfterSeconds;
|
|
61
69
|
constructor(opts) {
|
|
62
70
|
super({
|
|
63
71
|
name: "ThrottlingException",
|
|
64
72
|
$fault: "client",
|
|
65
73
|
...opts,
|
|
66
74
|
});
|
|
67
|
-
this.name = "ThrottlingException";
|
|
68
|
-
this.$fault = "client";
|
|
69
75
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
70
76
|
this.serviceCode = opts.serviceCode;
|
|
71
77
|
this.quotaCode = opts.quotaCode;
|
|
@@ -81,14 +87,16 @@ export const ValidationExceptionReason = {
|
|
|
81
87
|
UNKNOWN_OPERATION: "unknownOperation",
|
|
82
88
|
};
|
|
83
89
|
export class ValidationException extends __BaseException {
|
|
90
|
+
name = "ValidationException";
|
|
91
|
+
$fault = "client";
|
|
92
|
+
reason;
|
|
93
|
+
fieldList;
|
|
84
94
|
constructor(opts) {
|
|
85
95
|
super({
|
|
86
96
|
name: "ValidationException",
|
|
87
97
|
$fault: "client",
|
|
88
98
|
...opts,
|
|
89
99
|
});
|
|
90
|
-
this.name = "ValidationException";
|
|
91
|
-
this.$fault = "client";
|
|
92
100
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
93
101
|
this.reason = opts.reason;
|
|
94
102
|
this.fieldList = opts.fieldList;
|
|
@@ -140,14 +148,16 @@ export const BillEstimateStatus = {
|
|
|
140
148
|
IN_PROGRESS: "IN_PROGRESS",
|
|
141
149
|
};
|
|
142
150
|
export class ConflictException extends __BaseException {
|
|
151
|
+
name = "ConflictException";
|
|
152
|
+
$fault = "client";
|
|
153
|
+
resourceId;
|
|
154
|
+
resourceType;
|
|
143
155
|
constructor(opts) {
|
|
144
156
|
super({
|
|
145
157
|
name: "ConflictException",
|
|
146
158
|
$fault: "client",
|
|
147
159
|
...opts,
|
|
148
160
|
});
|
|
149
|
-
this.name = "ConflictException";
|
|
150
|
-
this.$fault = "client";
|
|
151
161
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
152
162
|
this.resourceId = opts.resourceId;
|
|
153
163
|
this.resourceType = opts.resourceType;
|
|
@@ -185,14 +195,18 @@ export const BatchCreateBillScenarioUsageModificationErrorCode = {
|
|
|
185
195
|
NOT_FOUND: "NOT_FOUND",
|
|
186
196
|
};
|
|
187
197
|
export class ServiceQuotaExceededException extends __BaseException {
|
|
198
|
+
name = "ServiceQuotaExceededException";
|
|
199
|
+
$fault = "client";
|
|
200
|
+
resourceId;
|
|
201
|
+
resourceType;
|
|
202
|
+
serviceCode;
|
|
203
|
+
quotaCode;
|
|
188
204
|
constructor(opts) {
|
|
189
205
|
super({
|
|
190
206
|
name: "ServiceQuotaExceededException",
|
|
191
207
|
$fault: "client",
|
|
192
208
|
...opts,
|
|
193
209
|
});
|
|
194
|
-
this.name = "ServiceQuotaExceededException";
|
|
195
|
-
this.$fault = "client";
|
|
196
210
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
197
211
|
this.resourceId = opts.resourceId;
|
|
198
212
|
this.resourceType = opts.resourceType;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: BCMPricingCalculatorClientConfig
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: BCMPricingCalculatorClientConfig
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
|
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: BCMPricingCalculatorClientConfig
|
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
23
|
profile?: string | undefined;
|
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
25
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
25
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
26
26
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: BCMPricingCalculatorClientConfig
|
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
32
|
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
33
33
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
34
|
-
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> | undefined;
|
|
34
|
+
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;
|
|
35
35
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
36
36
|
logger?: import("@smithy/types").Logger | undefined;
|
|
37
37
|
}) => import("@smithy/types").EndpointV2;
|
|
@@ -8,9 +8,11 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
-
credentialDefaultProvider:
|
|
12
|
-
input: any
|
|
13
|
-
|
|
11
|
+
credentialDefaultProvider:
|
|
12
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
+
| ((
|
|
14
|
+
_: unknown
|
|
15
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
16
|
defaultUserAgentProvider: (
|
|
15
17
|
config?:
|
|
16
18
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
@@ -8,13 +8,15 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
-
credentialDefaultProvider:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
credentialDefaultProvider:
|
|
12
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
+
| ((
|
|
14
|
+
init?:
|
|
15
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
16
|
+
| undefined
|
|
17
|
+
) => import("@smithy/types").MemoizedProvider<
|
|
18
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
19
|
+
>);
|
|
18
20
|
defaultUserAgentProvider: (
|
|
19
21
|
config?:
|
|
20
22
|
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
@@ -30,9 +30,11 @@ export declare const getRuntimeConfig: (
|
|
|
30
30
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
31
31
|
| undefined
|
|
32
32
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
33
|
-
credentialDefaultProvider:
|
|
34
|
-
input: any
|
|
35
|
-
|
|
33
|
+
credentialDefaultProvider:
|
|
34
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
35
|
+
| ((
|
|
36
|
+
_: unknown
|
|
37
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
36
38
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
37
39
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
40
|
logger: import("@smithy/types").Logger;
|
|
@@ -52,11 +54,21 @@ export declare const getRuntimeConfig: (
|
|
|
52
54
|
| import("@smithy/types").RetryStrategyV2
|
|
53
55
|
| undefined;
|
|
54
56
|
endpoint?:
|
|
55
|
-
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
| ((
|
|
58
|
+
| string
|
|
59
|
+
| import("@smithy/types").Endpoint
|
|
60
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
61
|
+
| import("@smithy/types").EndpointV2
|
|
62
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
63
|
+
) &
|
|
64
|
+
(
|
|
65
|
+
| string
|
|
66
|
+
| import("@smithy/types").Provider<string>
|
|
67
|
+
| import("@smithy/types").Endpoint
|
|
68
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
69
|
+
| import("@smithy/types").EndpointV2
|
|
70
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
71
|
+
))
|
|
60
72
|
| undefined;
|
|
61
73
|
endpointProvider: (
|
|
62
74
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.723.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,58 +20,58 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^
|
|
37
|
-
"@smithy/core": "^
|
|
38
|
-
"@smithy/fetch-http-handler": "^
|
|
39
|
-
"@smithy/hash-node": "^
|
|
40
|
-
"@smithy/invalid-dependency": "^
|
|
41
|
-
"@smithy/middleware-content-length": "^
|
|
42
|
-
"@smithy/middleware-endpoint": "^
|
|
43
|
-
"@smithy/middleware-retry": "^
|
|
44
|
-
"@smithy/middleware-serde": "^
|
|
45
|
-
"@smithy/middleware-stack": "^
|
|
46
|
-
"@smithy/node-config-provider": "^
|
|
47
|
-
"@smithy/node-http-handler": "^
|
|
48
|
-
"@smithy/protocol-http": "^
|
|
49
|
-
"@smithy/smithy-client": "^
|
|
50
|
-
"@smithy/types": "^
|
|
51
|
-
"@smithy/url-parser": "^
|
|
52
|
-
"@smithy/util-base64": "^
|
|
53
|
-
"@smithy/util-body-length-browser": "^
|
|
54
|
-
"@smithy/util-body-length-node": "^
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^
|
|
57
|
-
"@smithy/util-endpoints": "^
|
|
58
|
-
"@smithy/util-middleware": "^
|
|
59
|
-
"@smithy/util-retry": "^
|
|
60
|
-
"@smithy/util-utf8": "^
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.723.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.723.0",
|
|
25
|
+
"@aws-sdk/core": "3.723.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.723.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.723.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.723.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.723.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.723.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.723.0",
|
|
32
|
+
"@aws-sdk/types": "3.723.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.723.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.723.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.723.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.0.0",
|
|
37
|
+
"@smithy/core": "^3.0.0",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.0.0",
|
|
39
|
+
"@smithy/hash-node": "^4.0.0",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.0.0",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.0.0",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.0.0",
|
|
43
|
+
"@smithy/middleware-retry": "^4.0.0",
|
|
44
|
+
"@smithy/middleware-serde": "^4.0.0",
|
|
45
|
+
"@smithy/middleware-stack": "^4.0.0",
|
|
46
|
+
"@smithy/node-config-provider": "^4.0.0",
|
|
47
|
+
"@smithy/node-http-handler": "^4.0.0",
|
|
48
|
+
"@smithy/protocol-http": "^5.0.0",
|
|
49
|
+
"@smithy/smithy-client": "^4.0.0",
|
|
50
|
+
"@smithy/types": "^4.0.0",
|
|
51
|
+
"@smithy/url-parser": "^4.0.0",
|
|
52
|
+
"@smithy/util-base64": "^4.0.0",
|
|
53
|
+
"@smithy/util-body-length-browser": "^4.0.0",
|
|
54
|
+
"@smithy/util-body-length-node": "^4.0.0",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.0.0",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.0.0",
|
|
57
|
+
"@smithy/util-endpoints": "^3.0.0",
|
|
58
|
+
"@smithy/util-middleware": "^4.0.0",
|
|
59
|
+
"@smithy/util-retry": "^4.0.0",
|
|
60
|
+
"@smithy/util-utf8": "^4.0.0",
|
|
61
61
|
"@types/uuid": "^9.0.1",
|
|
62
62
|
"tslib": "^2.6.2",
|
|
63
63
|
"uuid": "^9.0.1"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@tsconfig/
|
|
67
|
-
"@types/node": "^
|
|
66
|
+
"@tsconfig/node18": "18.2.4",
|
|
67
|
+
"@types/node": "^18.19.69",
|
|
68
68
|
"concurrently": "7.0.0",
|
|
69
69
|
"downlevel-dts": "0.10.1",
|
|
70
70
|
"rimraf": "3.0.2",
|
|
71
|
-
"typescript": "~
|
|
71
|
+
"typescript": "~5.2.2"
|
|
72
72
|
},
|
|
73
73
|
"engines": {
|
|
74
|
-
"node": ">=
|
|
74
|
+
"node": ">=18.0.0"
|
|
75
75
|
},
|
|
76
76
|
"typesVersions": {
|
|
77
77
|
"<4.0": {
|