@aws-sdk/client-marketplace-entitlement-service 3.952.0 → 3.953.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 +39 -30
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/GetEntitlementsCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +21 -21
- package/dist-types/MarketplaceEntitlementServiceClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +10 -13
- package/dist-types/ts3.4/MarketplaceEntitlementServiceClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -14
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class MarketplaceEntitlementServiceClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class MarketplaceEntitlementServiceServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, MarketplaceEntitlementServiceServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class InternalServiceErrorException extends MarketplaceEntitlementServiceServiceException {
|
|
121
121
|
name = "InternalServiceErrorException";
|
|
122
122
|
$fault = "server";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let InternalServiceErrorException$1 = class InternalServiceErrorException extend
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, InternalServiceErrorException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class InvalidParameterException extends MarketplaceEntitlementServiceServiceException {
|
|
133
133
|
name = "InvalidParameterException";
|
|
134
134
|
$fault = "client";
|
|
135
135
|
constructor(opts) {
|
|
@@ -140,8 +140,8 @@ let InvalidParameterException$1 = class InvalidParameterException extends Market
|
|
|
140
140
|
});
|
|
141
141
|
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
142
142
|
}
|
|
143
|
-
}
|
|
144
|
-
|
|
143
|
+
}
|
|
144
|
+
class ThrottlingException extends MarketplaceEntitlementServiceServiceException {
|
|
145
145
|
name = "ThrottlingException";
|
|
146
146
|
$fault = "client";
|
|
147
147
|
constructor(opts) {
|
|
@@ -152,7 +152,7 @@ let ThrottlingException$1 = class ThrottlingException extends MarketplaceEntitle
|
|
|
152
152
|
});
|
|
153
153
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
154
154
|
}
|
|
155
|
-
}
|
|
155
|
+
}
|
|
156
156
|
|
|
157
157
|
const _BV = "BooleanValue";
|
|
158
158
|
const _CAWSAI = "CustomerAWSAccountId";
|
|
@@ -184,16 +184,16 @@ const _m = "message";
|
|
|
184
184
|
const _s = "server";
|
|
185
185
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.marketplaceentitlementservice";
|
|
186
186
|
const n0 = "com.amazonaws.marketplaceentitlementservice";
|
|
187
|
-
var Entitlement = [
|
|
187
|
+
var Entitlement$ = [
|
|
188
188
|
3,
|
|
189
189
|
n0,
|
|
190
190
|
_E,
|
|
191
191
|
0,
|
|
192
192
|
[_PC, _D, _CI, _CAWSAI, _V, _ED],
|
|
193
|
-
[0, 0, 0, 0, () => EntitlementValue
|
|
193
|
+
[0, 0, 0, 0, () => EntitlementValue$, 4],
|
|
194
194
|
];
|
|
195
|
-
var EntitlementValue = [3, n0, _EV, 0, [_IV, _DV, _BV, _SV], [1, 1, 2, 0]];
|
|
196
|
-
var GetEntitlementsRequest = [
|
|
195
|
+
var EntitlementValue$ = [3, n0, _EV, 0, [_IV, _DV, _BV, _SV], [1, 1, 2, 0]];
|
|
196
|
+
var GetEntitlementsRequest$ = [
|
|
197
197
|
3,
|
|
198
198
|
n0,
|
|
199
199
|
_GER,
|
|
@@ -201,14 +201,14 @@ var GetEntitlementsRequest = [
|
|
|
201
201
|
[_PC, _F, _NT, _MR],
|
|
202
202
|
[0, [2, n0, _GEF, 0, 0, 64 | 0], 0, 1],
|
|
203
203
|
];
|
|
204
|
-
var GetEntitlementsResult = [3, n0, _GERe, 0, [_En, _NT], [() => EntitlementList, 0]];
|
|
205
|
-
var InternalServiceErrorException = [-3, n0, _ISEE, { [_e]: _s }, [_m], [0]];
|
|
206
|
-
schema.TypeRegistry.for(n0).registerError(InternalServiceErrorException
|
|
207
|
-
var InvalidParameterException = [-3, n0, _IPE, { [_e]: _c }, [_m], [0]];
|
|
208
|
-
schema.TypeRegistry.for(n0).registerError(InvalidParameterException
|
|
209
|
-
var ThrottlingException = [-3, n0, _TE, { [_e]: _c }, [_m], [0]];
|
|
210
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
211
|
-
var MarketplaceEntitlementServiceServiceException = [
|
|
204
|
+
var GetEntitlementsResult$ = [3, n0, _GERe, 0, [_En, _NT], [() => EntitlementList, 0]];
|
|
205
|
+
var InternalServiceErrorException$ = [-3, n0, _ISEE, { [_e]: _s }, [_m], [0]];
|
|
206
|
+
schema.TypeRegistry.for(n0).registerError(InternalServiceErrorException$, InternalServiceErrorException);
|
|
207
|
+
var InvalidParameterException$ = [-3, n0, _IPE, { [_e]: _c }, [_m], [0]];
|
|
208
|
+
schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
209
|
+
var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c }, [_m], [0]];
|
|
210
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
211
|
+
var MarketplaceEntitlementServiceServiceException$ = [
|
|
212
212
|
-3,
|
|
213
213
|
_sm,
|
|
214
214
|
"MarketplaceEntitlementServiceServiceException",
|
|
@@ -216,15 +216,15 @@ var MarketplaceEntitlementServiceServiceException = [
|
|
|
216
216
|
[],
|
|
217
217
|
[],
|
|
218
218
|
];
|
|
219
|
-
schema.TypeRegistry.for(_sm).registerError(MarketplaceEntitlementServiceServiceException
|
|
220
|
-
var EntitlementList = [1, n0, _EL, 0, () => Entitlement];
|
|
221
|
-
var GetEntitlements = [
|
|
219
|
+
schema.TypeRegistry.for(_sm).registerError(MarketplaceEntitlementServiceServiceException$, MarketplaceEntitlementServiceServiceException);
|
|
220
|
+
var EntitlementList = [1, n0, _EL, 0, () => Entitlement$];
|
|
221
|
+
var GetEntitlements$ = [
|
|
222
222
|
9,
|
|
223
223
|
n0,
|
|
224
224
|
_GE,
|
|
225
225
|
0,
|
|
226
|
-
() => GetEntitlementsRequest
|
|
227
|
-
() => GetEntitlementsResult
|
|
226
|
+
() => GetEntitlementsRequest$,
|
|
227
|
+
() => GetEntitlementsResult$,
|
|
228
228
|
];
|
|
229
229
|
|
|
230
230
|
class GetEntitlementsCommand extends smithyClient.Command
|
|
@@ -235,7 +235,7 @@ class GetEntitlementsCommand extends smithyClient.Command
|
|
|
235
235
|
})
|
|
236
236
|
.s("AWSMPEntitlementService", "GetEntitlements", {})
|
|
237
237
|
.n("MarketplaceEntitlementServiceClient", "GetEntitlementsCommand")
|
|
238
|
-
.sc(GetEntitlements)
|
|
238
|
+
.sc(GetEntitlements$)
|
|
239
239
|
.build() {
|
|
240
240
|
}
|
|
241
241
|
|
|
@@ -262,12 +262,21 @@ Object.defineProperty(exports, "__Client", {
|
|
|
262
262
|
enumerable: true,
|
|
263
263
|
get: function () { return smithyClient.Client; }
|
|
264
264
|
});
|
|
265
|
+
exports.Entitlement$ = Entitlement$;
|
|
266
|
+
exports.EntitlementValue$ = EntitlementValue$;
|
|
265
267
|
exports.GetEntitlementFilterName = GetEntitlementFilterName;
|
|
268
|
+
exports.GetEntitlements$ = GetEntitlements$;
|
|
266
269
|
exports.GetEntitlementsCommand = GetEntitlementsCommand;
|
|
267
|
-
exports.
|
|
268
|
-
exports.
|
|
270
|
+
exports.GetEntitlementsRequest$ = GetEntitlementsRequest$;
|
|
271
|
+
exports.GetEntitlementsResult$ = GetEntitlementsResult$;
|
|
272
|
+
exports.InternalServiceErrorException = InternalServiceErrorException;
|
|
273
|
+
exports.InternalServiceErrorException$ = InternalServiceErrorException$;
|
|
274
|
+
exports.InvalidParameterException = InvalidParameterException;
|
|
275
|
+
exports.InvalidParameterException$ = InvalidParameterException$;
|
|
269
276
|
exports.MarketplaceEntitlementService = MarketplaceEntitlementService;
|
|
270
277
|
exports.MarketplaceEntitlementServiceClient = MarketplaceEntitlementServiceClient;
|
|
271
|
-
exports.MarketplaceEntitlementServiceServiceException = MarketplaceEntitlementServiceServiceException
|
|
272
|
-
exports.
|
|
278
|
+
exports.MarketplaceEntitlementServiceServiceException = MarketplaceEntitlementServiceServiceException;
|
|
279
|
+
exports.MarketplaceEntitlementServiceServiceException$ = MarketplaceEntitlementServiceServiceException$;
|
|
280
|
+
exports.ThrottlingException = ThrottlingException;
|
|
281
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
273
282
|
exports.paginateGetEntitlements = paginateGetEntitlements;
|
|
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.marketplaceentitlementservice",
|
|
32
|
+
version: "2017-01-11",
|
|
33
|
+
serviceTarget: "AWSMPEntitlementService",
|
|
34
|
+
},
|
|
35
35
|
serviceId: config?.serviceId ?? "Marketplace Entitlement Service",
|
|
36
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetEntitlements } from "../schemas/schemas_0";
|
|
4
|
+
import { GetEntitlements$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetEntitlementsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetEntitlementsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSMPEntitlementService", "GetEntitlements", {})
|
|
13
13
|
.n("MarketplaceEntitlementServiceClient", "GetEntitlementsCommand")
|
|
14
|
-
.sc(GetEntitlements)
|
|
14
|
+
.sc(GetEntitlements$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./MarketplaceEntitlementServiceClient";
|
|
2
2
|
export * from "./MarketplaceEntitlementService";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export * from "./schemas/schemas_0";
|
|
4
5
|
export * from "./pagination";
|
|
5
6
|
export * from "./models/enums";
|
|
6
7
|
export * from "./models/errors";
|
|
@@ -23,12 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.marketplaceentitlementservice",
|
|
29
|
+
version: "2017-01-11",
|
|
30
|
+
serviceTarget: "AWSMPEntitlementService",
|
|
31
|
+
},
|
|
32
32
|
serviceId: config?.serviceId ?? "Marketplace Entitlement Service",
|
|
33
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
34
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
@@ -29,18 +29,18 @@ const _s = "server";
|
|
|
29
29
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.marketplaceentitlementservice";
|
|
30
30
|
const n0 = "com.amazonaws.marketplaceentitlementservice";
|
|
31
31
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
32
|
-
import { InternalServiceErrorException
|
|
33
|
-
import { MarketplaceEntitlementServiceServiceException
|
|
34
|
-
export var Entitlement = [
|
|
32
|
+
import { InternalServiceErrorException, InvalidParameterException, ThrottlingException } from "../models/errors";
|
|
33
|
+
import { MarketplaceEntitlementServiceServiceException } from "../models/MarketplaceEntitlementServiceServiceException";
|
|
34
|
+
export var Entitlement$ = [
|
|
35
35
|
3,
|
|
36
36
|
n0,
|
|
37
37
|
_E,
|
|
38
38
|
0,
|
|
39
39
|
[_PC, _D, _CI, _CAWSAI, _V, _ED],
|
|
40
|
-
[0, 0, 0, 0, () => EntitlementValue
|
|
40
|
+
[0, 0, 0, 0, () => EntitlementValue$, 4],
|
|
41
41
|
];
|
|
42
|
-
export var EntitlementValue = [3, n0, _EV, 0, [_IV, _DV, _BV, _SV], [1, 1, 2, 0]];
|
|
43
|
-
export var GetEntitlementsRequest = [
|
|
42
|
+
export var EntitlementValue$ = [3, n0, _EV, 0, [_IV, _DV, _BV, _SV], [1, 1, 2, 0]];
|
|
43
|
+
export var GetEntitlementsRequest$ = [
|
|
44
44
|
3,
|
|
45
45
|
n0,
|
|
46
46
|
_GER,
|
|
@@ -48,14 +48,14 @@ export var GetEntitlementsRequest = [
|
|
|
48
48
|
[_PC, _F, _NT, _MR],
|
|
49
49
|
[0, [2, n0, _GEF, 0, 0, 64 | 0], 0, 1],
|
|
50
50
|
];
|
|
51
|
-
export var GetEntitlementsResult = [3, n0, _GERe, 0, [_En, _NT], [() => EntitlementList, 0]];
|
|
52
|
-
export var InternalServiceErrorException = [-3, n0, _ISEE, { [_e]: _s }, [_m], [0]];
|
|
53
|
-
TypeRegistry.for(n0).registerError(InternalServiceErrorException
|
|
54
|
-
export var InvalidParameterException = [-3, n0, _IPE, { [_e]: _c }, [_m], [0]];
|
|
55
|
-
TypeRegistry.for(n0).registerError(InvalidParameterException
|
|
56
|
-
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c }, [_m], [0]];
|
|
57
|
-
TypeRegistry.for(n0).registerError(ThrottlingException
|
|
58
|
-
export var MarketplaceEntitlementServiceServiceException = [
|
|
51
|
+
export var GetEntitlementsResult$ = [3, n0, _GERe, 0, [_En, _NT], [() => EntitlementList, 0]];
|
|
52
|
+
export var InternalServiceErrorException$ = [-3, n0, _ISEE, { [_e]: _s }, [_m], [0]];
|
|
53
|
+
TypeRegistry.for(n0).registerError(InternalServiceErrorException$, InternalServiceErrorException);
|
|
54
|
+
export var InvalidParameterException$ = [-3, n0, _IPE, { [_e]: _c }, [_m], [0]];
|
|
55
|
+
TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
56
|
+
export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c }, [_m], [0]];
|
|
57
|
+
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
58
|
+
export var MarketplaceEntitlementServiceServiceException$ = [
|
|
59
59
|
-3,
|
|
60
60
|
_sm,
|
|
61
61
|
"MarketplaceEntitlementServiceServiceException",
|
|
@@ -63,15 +63,15 @@ export var MarketplaceEntitlementServiceServiceException = [
|
|
|
63
63
|
[],
|
|
64
64
|
[],
|
|
65
65
|
];
|
|
66
|
-
TypeRegistry.for(_sm).registerError(MarketplaceEntitlementServiceServiceException
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
export var GetEntitlements = [
|
|
66
|
+
TypeRegistry.for(_sm).registerError(MarketplaceEntitlementServiceServiceException$, MarketplaceEntitlementServiceServiceException);
|
|
67
|
+
var EntitlementList = [1, n0, _EL, 0, () => Entitlement$];
|
|
68
|
+
var FilterValueList = 64 | 0;
|
|
69
|
+
var GetEntitlementFilters = [2, n0, _GEF, 0, 0, 64 | 0];
|
|
70
|
+
export var GetEntitlements$ = [
|
|
71
71
|
9,
|
|
72
72
|
n0,
|
|
73
73
|
_GE,
|
|
74
74
|
0,
|
|
75
|
-
() => GetEntitlementsRequest
|
|
76
|
-
() => GetEntitlementsResult
|
|
75
|
+
() => GetEntitlementsRequest$,
|
|
76
|
+
() => GetEntitlementsResult$,
|
|
77
77
|
];
|
|
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { GetEntitlementsCommandInput, GetEntitlementsCommandOutput } from "./commands/GetEntitlementsCommand";
|
|
11
11
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
@@ -142,15 +142,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
142
142
|
* Optional extensions
|
|
143
143
|
*/
|
|
144
144
|
extensions?: RuntimeExtension[];
|
|
145
|
-
/**
|
|
146
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
147
|
-
* may be overridden. A default will always be set by the client.
|
|
148
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
149
|
-
* the client.
|
|
150
|
-
* @alpha
|
|
151
|
-
*
|
|
152
|
-
*/
|
|
153
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
154
145
|
/**
|
|
155
146
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
156
147
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
25
25
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
26
26
|
export type { MarketplaceEntitlementServiceExtensionConfiguration } from "./extensionConfiguration";
|
|
27
27
|
export * from "./commands";
|
|
28
|
+
export * from "./schemas/schemas_0";
|
|
28
29
|
export * from "./pagination";
|
|
29
30
|
export * from "./models/enums";
|
|
30
31
|
export * from "./models/errors";
|
|
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: MarketplaceEntitlementServiceCli
|
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
|
-
apiVersion: string;
|
|
21
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
defaultNamespace?: string;
|
|
24
|
+
[setting: string]: unknown;
|
|
25
|
+
};
|
|
26
|
+
apiVersion: string;
|
|
22
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
24
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: MarketplaceEntitlementServiceCli
|
|
|
29
34
|
profile?: string;
|
|
30
35
|
logger: import("@smithy/types").Logger;
|
|
31
36
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
33
37
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
34
38
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
35
39
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: MarketplaceEntitlementServiceCli
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
|
-
apiVersion: string;
|
|
23
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
defaultNamespace?: string;
|
|
26
|
+
[setting: string]: unknown;
|
|
27
|
+
};
|
|
28
|
+
apiVersion: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
26
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: MarketplaceEntitlementServiceCli
|
|
|
31
36
|
profile?: string;
|
|
32
37
|
logger: import("@smithy/types").Logger;
|
|
33
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
39
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
36
40
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
37
41
|
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;
|
|
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: MarketplaceEntitlementServiceCli
|
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
9
|
cacheMiddleware?: boolean;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
11
|
+
protocolSettings: {
|
|
12
|
+
defaultNamespace?: string;
|
|
13
|
+
[setting: string]: unknown;
|
|
14
|
+
};
|
|
15
|
+
apiVersion: string;
|
|
11
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
12
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
13
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: MarketplaceEntitlementServiceCli
|
|
|
27
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
33
|
logger: import("@smithy/types").Logger;
|
|
29
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
31
35
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
32
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import type { MarketplaceEntitlementServiceClientConfig } from "./MarketplaceEntitlementServiceClient";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: MarketplaceEntitlementServiceCli
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MarketplaceEntitlementServiceHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").
|
|
18
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsJson1_1Protocol;
|
|
19
|
+
protocolSettings: {
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
defaultNamespace?: string;
|
|
22
|
+
};
|
|
18
23
|
serviceId: string;
|
|
19
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
20
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
import type { StaticErrorSchema,
|
|
2
|
-
export declare var Entitlement
|
|
3
|
-
export declare var EntitlementValue
|
|
4
|
-
export declare var GetEntitlementsRequest
|
|
5
|
-
export declare var GetEntitlementsResult
|
|
6
|
-
export declare var InternalServiceErrorException
|
|
7
|
-
export declare var InvalidParameterException
|
|
8
|
-
export declare var ThrottlingException
|
|
9
|
-
export declare var MarketplaceEntitlementServiceServiceException
|
|
10
|
-
export declare var
|
|
11
|
-
export declare var FilterValueList: number;
|
|
12
|
-
export declare var GetEntitlementFilters: StaticMapSchema;
|
|
13
|
-
export declare var GetEntitlements: StaticOperationSchema;
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var Entitlement$: StaticStructureSchema;
|
|
3
|
+
export declare var EntitlementValue$: StaticStructureSchema;
|
|
4
|
+
export declare var GetEntitlementsRequest$: StaticStructureSchema;
|
|
5
|
+
export declare var GetEntitlementsResult$: StaticStructureSchema;
|
|
6
|
+
export declare var InternalServiceErrorException$: StaticErrorSchema;
|
|
7
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
8
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
9
|
+
export declare var MarketplaceEntitlementServiceServiceException$: StaticErrorSchema;
|
|
10
|
+
export declare var GetEntitlements$: StaticOperationSchema;
|
|
@@ -29,13 +29,10 @@ import {
|
|
|
29
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
32
|
-
ClientProtocol,
|
|
33
32
|
Decoder as __Decoder,
|
|
34
33
|
Encoder as __Encoder,
|
|
35
34
|
HashConstructor as __HashConstructor,
|
|
36
35
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
-
HttpRequest,
|
|
38
|
-
HttpResponse,
|
|
39
36
|
Logger as __Logger,
|
|
40
37
|
Provider as __Provider,
|
|
41
38
|
StreamCollector as __StreamCollector,
|
|
@@ -85,7 +82,6 @@ export interface ClientDefaults
|
|
|
85
82
|
retryMode?: string | __Provider<string>;
|
|
86
83
|
logger?: __Logger;
|
|
87
84
|
extensions?: RuntimeExtension[];
|
|
88
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
89
85
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
90
86
|
}
|
|
91
87
|
export type MarketplaceEntitlementServiceClientConfigType = Partial<
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { MarketplaceEntitlementServiceExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export * from "./schemas/schemas_0";
|
|
7
8
|
export * from "./pagination";
|
|
8
9
|
export * from "./models/enums";
|
|
9
10
|
export * from "./models/errors";
|
|
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
|
|
|
28
28
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
29
29
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
30
30
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
31
|
-
apiVersion: string;
|
|
32
31
|
cacheMiddleware?: boolean | undefined;
|
|
32
|
+
protocol:
|
|
33
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
34
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
35
|
+
| typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
36
|
+
protocolSettings: {
|
|
37
|
+
defaultNamespace?: string;
|
|
38
|
+
[setting: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
apiVersion: string;
|
|
33
41
|
urlParser: import("@smithy/types").UrlParser;
|
|
34
42
|
base64Decoder: import("@smithy/types").Decoder;
|
|
35
43
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
|
|
|
40
48
|
profile?: string;
|
|
41
49
|
logger: import("@smithy/types").Logger;
|
|
42
50
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
-
import("@smithy/types").HttpRequest,
|
|
45
|
-
import("@smithy/types").HttpResponse
|
|
46
|
-
>;
|
|
47
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
48
52
|
userAgentAppId?:
|
|
49
53
|
| string
|
|
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
|
|
|
28
28
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
29
29
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
30
30
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
31
|
-
apiVersion: string;
|
|
32
31
|
cacheMiddleware?: boolean | undefined;
|
|
32
|
+
protocol:
|
|
33
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
34
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
35
|
+
| typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
36
|
+
protocolSettings: {
|
|
37
|
+
defaultNamespace?: string;
|
|
38
|
+
[setting: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
apiVersion: string;
|
|
33
41
|
urlParser: import("@smithy/types").UrlParser;
|
|
34
42
|
base64Decoder: import("@smithy/types").Decoder;
|
|
35
43
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
|
|
|
40
48
|
profile?: string;
|
|
41
49
|
logger: import("@smithy/types").Logger;
|
|
42
50
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
-
import("@smithy/types").HttpRequest,
|
|
45
|
-
import("@smithy/types").HttpResponse
|
|
46
|
-
>;
|
|
47
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
48
52
|
retryStrategy?:
|
|
49
53
|
| import("@smithy/types").RetryStrategy
|
|
@@ -10,8 +10,16 @@ export declare const getRuntimeConfig: (
|
|
|
10
10
|
| Record<string, unknown>
|
|
11
11
|
| import("@smithy/protocol-http").HttpHandler<any>
|
|
12
12
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
13
|
-
apiVersion: string;
|
|
14
13
|
cacheMiddleware?: boolean;
|
|
14
|
+
protocol:
|
|
15
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
16
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
17
|
+
| typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
18
|
+
protocolSettings: {
|
|
19
|
+
defaultNamespace?: string;
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
};
|
|
22
|
+
apiVersion: string;
|
|
15
23
|
urlParser: import("@smithy/types").UrlParser;
|
|
16
24
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
17
25
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -39,10 +47,6 @@ export declare const getRuntimeConfig: (
|
|
|
39
47
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
40
48
|
logger: import("@smithy/types").Logger;
|
|
41
49
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
-
import("@smithy/types").HttpRequest,
|
|
44
|
-
import("@smithy/types").HttpResponse
|
|
45
|
-
>;
|
|
46
50
|
defaultsMode:
|
|
47
51
|
| import("@smithy/smithy-client").DefaultsMode
|
|
48
52
|
| import("@smithy/types").Provider<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import { MarketplaceEntitlementServiceClientConfig } from "./MarketplaceEntitlementServiceClient";
|
|
2
3
|
export declare const getRuntimeConfig: (
|
|
3
4
|
config: MarketplaceEntitlementServiceClientConfig
|
|
@@ -16,10 +17,14 @@ export declare const getRuntimeConfig: (
|
|
|
16
17
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MarketplaceEntitlementServiceHttpAuthSchemeProvider;
|
|
17
18
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
18
19
|
logger: import("@smithy/types").Logger;
|
|
19
|
-
protocol:
|
|
20
|
-
import("@smithy/types").
|
|
21
|
-
import("@smithy/types").
|
|
22
|
-
|
|
20
|
+
protocol:
|
|
21
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
22
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
23
|
+
| typeof AwsJson1_1Protocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
[setting: string]: unknown;
|
|
26
|
+
defaultNamespace?: string;
|
|
27
|
+
};
|
|
23
28
|
serviceId: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -1,19 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
StaticErrorSchema,
|
|
3
|
-
StaticListSchema,
|
|
4
|
-
StaticMapSchema,
|
|
5
3
|
StaticOperationSchema,
|
|
6
4
|
StaticStructureSchema,
|
|
7
5
|
} from "@smithy/types";
|
|
8
|
-
export declare var Entitlement
|
|
9
|
-
export declare var EntitlementValue
|
|
10
|
-
export declare var GetEntitlementsRequest
|
|
11
|
-
export declare var GetEntitlementsResult
|
|
12
|
-
export declare var InternalServiceErrorException
|
|
13
|
-
export declare var InvalidParameterException
|
|
14
|
-
export declare var ThrottlingException
|
|
15
|
-
export declare var MarketplaceEntitlementServiceServiceException
|
|
16
|
-
export declare var
|
|
17
|
-
export declare var FilterValueList: number;
|
|
18
|
-
export declare var GetEntitlementFilters: StaticMapSchema;
|
|
19
|
-
export declare var GetEntitlements: StaticOperationSchema;
|
|
6
|
+
export declare var Entitlement$: StaticStructureSchema;
|
|
7
|
+
export declare var EntitlementValue$: StaticStructureSchema;
|
|
8
|
+
export declare var GetEntitlementsRequest$: StaticStructureSchema;
|
|
9
|
+
export declare var GetEntitlementsResult$: StaticStructureSchema;
|
|
10
|
+
export declare var InternalServiceErrorException$: StaticErrorSchema;
|
|
11
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
12
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
13
|
+
export declare var MarketplaceEntitlementServiceServiceException$: StaticErrorSchema;
|
|
14
|
+
export declare var GetEntitlements$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-marketplace-entitlement-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Marketplace Entitlement Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.953.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "concurrently 'yarn:build:
|
|
6
|
+
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-marketplace-entitlement-service",
|
|
8
8
|
"build:es": "tsc -p tsconfig.es.json",
|
|
9
9
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "3.953.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.953.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.953.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.953.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.953.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.953.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.953.0",
|
|
31
|
+
"@aws-sdk/types": "3.953.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.953.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.953.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.953.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.4",
|
|
36
|
+
"@smithy/core": "^3.19.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.7",
|
|
38
|
+
"@smithy/hash-node": "^4.2.6",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.6",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.6",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.3.15",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.15",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.7",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.6",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.6",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.6",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.6",
|
|
48
|
+
"@smithy/smithy-client": "^4.10.0",
|
|
49
|
+
"@smithy/types": "^4.10.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.6",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.2.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.14",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.17",
|
|
56
|
+
"@smithy/util-endpoints": "^3.2.6",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.6",
|
|
58
|
+
"@smithy/util-retry": "^4.2.6",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|