@aws-sdk/client-marketplace-entitlement-service 3.987.0 → 3.989.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 CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var MarketplaceEntitlementServiceServiceException = require('./models/MarketplaceEntitlementServiceServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,127 +113,6 @@ class MarketplaceEntitlementServiceClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class MarketplaceEntitlementServiceServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, MarketplaceEntitlementServiceServiceException.prototype);
117
- }
118
- }
119
-
120
- class InternalServiceErrorException extends MarketplaceEntitlementServiceServiceException {
121
- name = "InternalServiceErrorException";
122
- $fault = "server";
123
- constructor(opts) {
124
- super({
125
- name: "InternalServiceErrorException",
126
- $fault: "server",
127
- ...opts,
128
- });
129
- Object.setPrototypeOf(this, InternalServiceErrorException.prototype);
130
- }
131
- }
132
- class InvalidParameterException extends MarketplaceEntitlementServiceServiceException {
133
- name = "InvalidParameterException";
134
- $fault = "client";
135
- constructor(opts) {
136
- super({
137
- name: "InvalidParameterException",
138
- $fault: "client",
139
- ...opts,
140
- });
141
- Object.setPrototypeOf(this, InvalidParameterException.prototype);
142
- }
143
- }
144
- class ThrottlingException extends MarketplaceEntitlementServiceServiceException {
145
- name = "ThrottlingException";
146
- $fault = "client";
147
- constructor(opts) {
148
- super({
149
- name: "ThrottlingException",
150
- $fault: "client",
151
- ...opts,
152
- });
153
- Object.setPrototypeOf(this, ThrottlingException.prototype);
154
- }
155
- }
156
-
157
- const _BV = "BooleanValue";
158
- const _CAWSAI = "CustomerAWSAccountId";
159
- const _CI = "CustomerIdentifier";
160
- const _D = "Dimension";
161
- const _DV = "DoubleValue";
162
- const _E = "Entitlement";
163
- const _ED = "ExpirationDate";
164
- const _EL = "EntitlementList";
165
- const _EV = "EntitlementValue";
166
- const _En = "Entitlements";
167
- const _F = "Filter";
168
- const _GE = "GetEntitlements";
169
- const _GEF = "GetEntitlementFilters";
170
- const _GER = "GetEntitlementsRequest";
171
- const _GERe = "GetEntitlementsResult";
172
- const _IPE = "InvalidParameterException";
173
- const _ISEE = "InternalServiceErrorException";
174
- const _IV = "IntegerValue";
175
- const _MR = "MaxResults";
176
- const _NT = "NextToken";
177
- const _PC = "ProductCode";
178
- const _SV = "StringValue";
179
- const _TE = "ThrottlingException";
180
- const _V = "Value";
181
- const _c = "client";
182
- const _e = "error";
183
- const _m = "message";
184
- const _s = "server";
185
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.marketplaceentitlementservice";
186
- const n0 = "com.amazonaws.marketplaceentitlementservice";
187
- var Entitlement$ = [3, n0, _E,
188
- 0,
189
- [_PC, _D, _CI, _CAWSAI, _V, _ED],
190
- [0, 0, 0, 0, () => EntitlementValue$, 4]
191
- ];
192
- var EntitlementValue$ = [3, n0, _EV,
193
- 0,
194
- [_IV, _DV, _BV, _SV],
195
- [1, 1, 2, 0]
196
- ];
197
- var GetEntitlementsRequest$ = [3, n0, _GER,
198
- 0,
199
- [_PC, _F, _NT, _MR],
200
- [0, [2, n0, _GEF, 0, 0, 64 | 0], 0, 1], 1
201
- ];
202
- var GetEntitlementsResult$ = [3, n0, _GERe,
203
- 0,
204
- [_En, _NT],
205
- [() => EntitlementList, 0]
206
- ];
207
- var InternalServiceErrorException$ = [-3, n0, _ISEE,
208
- { [_e]: _s },
209
- [_m],
210
- [0]
211
- ];
212
- schema.TypeRegistry.for(n0).registerError(InternalServiceErrorException$, InternalServiceErrorException);
213
- var InvalidParameterException$ = [-3, n0, _IPE,
214
- { [_e]: _c },
215
- [_m],
216
- [0]
217
- ];
218
- schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
219
- var ThrottlingException$ = [-3, n0, _TE,
220
- { [_e]: _c },
221
- [_m],
222
- [0]
223
- ];
224
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
225
- var MarketplaceEntitlementServiceServiceException$ = [-3, _sm, "MarketplaceEntitlementServiceServiceException", 0, [], []];
226
- schema.TypeRegistry.for(_sm).registerError(MarketplaceEntitlementServiceServiceException$, MarketplaceEntitlementServiceServiceException);
227
- var EntitlementList = [1, n0, _EL,
228
- 0, () => Entitlement$
229
- ];
230
- var GetEntitlements$ = [9, n0, _GE,
231
- 0, () => GetEntitlementsRequest$, () => GetEntitlementsResult$
232
- ];
233
-
234
116
  class GetEntitlementsCommand extends smithyClient.Command
235
117
  .classBuilder()
236
118
  .ep(commonParams)
@@ -239,7 +121,7 @@ class GetEntitlementsCommand extends smithyClient.Command
239
121
  })
240
122
  .s("AWSMPEntitlementService", "GetEntitlements", {})
241
123
  .n("MarketplaceEntitlementServiceClient", "GetEntitlementsCommand")
242
- .sc(GetEntitlements$)
124
+ .sc(schemas_0.GetEntitlements$)
243
125
  .build() {
244
126
  }
245
127
 
@@ -269,21 +151,24 @@ Object.defineProperty(exports, "__Client", {
269
151
  enumerable: true,
270
152
  get: function () { return smithyClient.Client; }
271
153
  });
272
- exports.Entitlement$ = Entitlement$;
273
- exports.EntitlementValue$ = EntitlementValue$;
154
+ Object.defineProperty(exports, "MarketplaceEntitlementServiceServiceException", {
155
+ enumerable: true,
156
+ get: function () { return MarketplaceEntitlementServiceServiceException.MarketplaceEntitlementServiceServiceException; }
157
+ });
274
158
  exports.GetEntitlementFilterName = GetEntitlementFilterName;
275
- exports.GetEntitlements$ = GetEntitlements$;
276
159
  exports.GetEntitlementsCommand = GetEntitlementsCommand;
277
- exports.GetEntitlementsRequest$ = GetEntitlementsRequest$;
278
- exports.GetEntitlementsResult$ = GetEntitlementsResult$;
279
- exports.InternalServiceErrorException = InternalServiceErrorException;
280
- exports.InternalServiceErrorException$ = InternalServiceErrorException$;
281
- exports.InvalidParameterException = InvalidParameterException;
282
- exports.InvalidParameterException$ = InvalidParameterException$;
283
160
  exports.MarketplaceEntitlementService = MarketplaceEntitlementService;
284
161
  exports.MarketplaceEntitlementServiceClient = MarketplaceEntitlementServiceClient;
285
- exports.MarketplaceEntitlementServiceServiceException = MarketplaceEntitlementServiceServiceException;
286
- exports.MarketplaceEntitlementServiceServiceException$ = MarketplaceEntitlementServiceServiceException$;
287
- exports.ThrottlingException = ThrottlingException;
288
- exports.ThrottlingException$ = ThrottlingException$;
289
162
  exports.paginateGetEntitlements = paginateGetEntitlements;
163
+ Object.keys(schemas_0).forEach(function (k) {
164
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
165
+ enumerable: true,
166
+ get: function () { return schemas_0[k]; }
167
+ });
168
+ });
169
+ Object.keys(errors).forEach(function (k) {
170
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
171
+ enumerable: true,
172
+ get: function () { return errors[k]; }
173
+ });
174
+ });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MarketplaceEntitlementServiceServiceException = exports.__ServiceException = void 0;
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
+ class MarketplaceEntitlementServiceServiceException extends smithy_client_1.ServiceException {
7
+ constructor(options) {
8
+ super(options);
9
+ Object.setPrototypeOf(this, MarketplaceEntitlementServiceServiceException.prototype);
10
+ }
11
+ }
12
+ exports.MarketplaceEntitlementServiceServiceException = MarketplaceEntitlementServiceServiceException;
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ThrottlingException = exports.InvalidParameterException = exports.InternalServiceErrorException = void 0;
4
+ const MarketplaceEntitlementServiceServiceException_1 = require("./MarketplaceEntitlementServiceServiceException");
5
+ class InternalServiceErrorException extends MarketplaceEntitlementServiceServiceException_1.MarketplaceEntitlementServiceServiceException {
6
+ name = "InternalServiceErrorException";
7
+ $fault = "server";
8
+ constructor(opts) {
9
+ super({
10
+ name: "InternalServiceErrorException",
11
+ $fault: "server",
12
+ ...opts,
13
+ });
14
+ Object.setPrototypeOf(this, InternalServiceErrorException.prototype);
15
+ }
16
+ }
17
+ exports.InternalServiceErrorException = InternalServiceErrorException;
18
+ class InvalidParameterException extends MarketplaceEntitlementServiceServiceException_1.MarketplaceEntitlementServiceServiceException {
19
+ name = "InvalidParameterException";
20
+ $fault = "client";
21
+ constructor(opts) {
22
+ super({
23
+ name: "InvalidParameterException",
24
+ $fault: "client",
25
+ ...opts,
26
+ });
27
+ Object.setPrototypeOf(this, InvalidParameterException.prototype);
28
+ }
29
+ }
30
+ exports.InvalidParameterException = InvalidParameterException;
31
+ class ThrottlingException extends MarketplaceEntitlementServiceServiceException_1.MarketplaceEntitlementServiceServiceException {
32
+ name = "ThrottlingException";
33
+ $fault = "client";
34
+ constructor(opts) {
35
+ super({
36
+ name: "ThrottlingException",
37
+ $fault: "client",
38
+ ...opts,
39
+ });
40
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
41
+ }
42
+ }
43
+ exports.ThrottlingException = ThrottlingException;
@@ -9,6 +9,7 @@ const util_base64_1 = require("@smithy/util-base64");
9
9
  const util_utf8_1 = require("@smithy/util-utf8");
10
10
  const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
11
11
  const endpointResolver_1 = require("./endpoint/endpointResolver");
12
+ const schemas_0_1 = require("./schemas/schemas_0");
12
13
  const getRuntimeConfig = (config) => {
13
14
  return {
14
15
  apiVersion: "2017-01-11",
@@ -29,6 +30,7 @@ const getRuntimeConfig = (config) => {
29
30
  protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
30
31
  protocolSettings: config?.protocolSettings ?? {
31
32
  defaultNamespace: "com.amazonaws.marketplaceentitlementservice",
33
+ errorTypeRegistries: schemas_0_1.errorTypeRegistries,
32
34
  version: "2017-01-11",
33
35
  serviceTarget: "AWSMPEntitlementService",
34
36
  },
@@ -0,0 +1,92 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetEntitlements$ = exports.GetEntitlementsResult$ = exports.GetEntitlementsRequest$ = exports.EntitlementValue$ = exports.Entitlement$ = exports.errorTypeRegistries = exports.ThrottlingException$ = exports.InvalidParameterException$ = exports.InternalServiceErrorException$ = exports.MarketplaceEntitlementServiceServiceException$ = void 0;
4
+ const _BV = "BooleanValue";
5
+ const _CAWSAI = "CustomerAWSAccountId";
6
+ const _CI = "CustomerIdentifier";
7
+ const _D = "Dimension";
8
+ const _DV = "DoubleValue";
9
+ const _E = "Entitlement";
10
+ const _ED = "ExpirationDate";
11
+ const _EL = "EntitlementList";
12
+ const _EV = "EntitlementValue";
13
+ const _En = "Entitlements";
14
+ const _F = "Filter";
15
+ const _GE = "GetEntitlements";
16
+ const _GEF = "GetEntitlementFilters";
17
+ const _GER = "GetEntitlementsRequest";
18
+ const _GERe = "GetEntitlementsResult";
19
+ const _IPE = "InvalidParameterException";
20
+ const _ISEE = "InternalServiceErrorException";
21
+ const _IV = "IntegerValue";
22
+ const _MR = "MaxResults";
23
+ const _NT = "NextToken";
24
+ const _PC = "ProductCode";
25
+ const _SV = "StringValue";
26
+ const _TE = "ThrottlingException";
27
+ const _V = "Value";
28
+ const _c = "client";
29
+ const _e = "error";
30
+ const _m = "message";
31
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.marketplaceentitlementservice";
32
+ const _se = "server";
33
+ const n0 = "com.amazonaws.marketplaceentitlementservice";
34
+ const schema_1 = require("@smithy/core/schema");
35
+ const errors_1 = require("../models/errors");
36
+ const MarketplaceEntitlementServiceServiceException_1 = require("../models/MarketplaceEntitlementServiceServiceException");
37
+ const _s_registry = schema_1.TypeRegistry.for(_s);
38
+ exports.MarketplaceEntitlementServiceServiceException$ = [-3, _s, "MarketplaceEntitlementServiceServiceException", 0, [], []];
39
+ _s_registry.registerError(exports.MarketplaceEntitlementServiceServiceException$, MarketplaceEntitlementServiceServiceException_1.MarketplaceEntitlementServiceServiceException);
40
+ const n0_registry = schema_1.TypeRegistry.for(n0);
41
+ exports.InternalServiceErrorException$ = [-3, n0, _ISEE,
42
+ { [_e]: _se },
43
+ [_m],
44
+ [0]
45
+ ];
46
+ n0_registry.registerError(exports.InternalServiceErrorException$, errors_1.InternalServiceErrorException);
47
+ exports.InvalidParameterException$ = [-3, n0, _IPE,
48
+ { [_e]: _c },
49
+ [_m],
50
+ [0]
51
+ ];
52
+ n0_registry.registerError(exports.InvalidParameterException$, errors_1.InvalidParameterException);
53
+ exports.ThrottlingException$ = [-3, n0, _TE,
54
+ { [_e]: _c },
55
+ [_m],
56
+ [0]
57
+ ];
58
+ n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
59
+ exports.errorTypeRegistries = [
60
+ _s_registry,
61
+ n0_registry,
62
+ ];
63
+ exports.Entitlement$ = [3, n0, _E,
64
+ 0,
65
+ [_PC, _D, _CI, _CAWSAI, _V, _ED],
66
+ [0, 0, 0, 0, () => exports.EntitlementValue$, 4]
67
+ ];
68
+ exports.EntitlementValue$ = [3, n0, _EV,
69
+ 0,
70
+ [_IV, _DV, _BV, _SV],
71
+ [1, 1, 2, 0]
72
+ ];
73
+ exports.GetEntitlementsRequest$ = [3, n0, _GER,
74
+ 0,
75
+ [_PC, _F, _NT, _MR],
76
+ [0, [2, n0, _GEF, 0, 0, 64 | 0], 0, 1], 1
77
+ ];
78
+ exports.GetEntitlementsResult$ = [3, n0, _GERe,
79
+ 0,
80
+ [_En, _NT],
81
+ [() => EntitlementList, 0]
82
+ ];
83
+ var EntitlementList = [1, n0, _EL,
84
+ 0, () => exports.Entitlement$
85
+ ];
86
+ var FilterValueList = 64 | 0;
87
+ var GetEntitlementFilters = [2, n0, _GEF,
88
+ 0, 0, 64 | 0
89
+ ];
90
+ exports.GetEntitlements$ = [9, n0, _GE,
91
+ 0, () => exports.GetEntitlementsRequest$, () => exports.GetEntitlementsResult$
92
+ ];
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultMarketplaceEntitlementServiceHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2017-01-11",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsJson1_1Protocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.marketplaceentitlementservice",
30
+ errorTypeRegistries,
29
31
  version: "2017-01-11",
30
32
  serviceTarget: "AWSMPEntitlementService",
31
33
  },
@@ -25,12 +25,38 @@ const _V = "Value";
25
25
  const _c = "client";
26
26
  const _e = "error";
27
27
  const _m = "message";
28
- const _s = "server";
29
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.marketplaceentitlementservice";
28
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.marketplaceentitlementservice";
29
+ const _se = "server";
30
30
  const n0 = "com.amazonaws.marketplaceentitlementservice";
31
31
  import { TypeRegistry } from "@smithy/core/schema";
32
32
  import { InternalServiceErrorException, InvalidParameterException, ThrottlingException } from "../models/errors";
33
33
  import { MarketplaceEntitlementServiceServiceException } from "../models/MarketplaceEntitlementServiceServiceException";
34
+ const _s_registry = TypeRegistry.for(_s);
35
+ export var MarketplaceEntitlementServiceServiceException$ = [-3, _s, "MarketplaceEntitlementServiceServiceException", 0, [], []];
36
+ _s_registry.registerError(MarketplaceEntitlementServiceServiceException$, MarketplaceEntitlementServiceServiceException);
37
+ const n0_registry = TypeRegistry.for(n0);
38
+ export var InternalServiceErrorException$ = [-3, n0, _ISEE,
39
+ { [_e]: _se },
40
+ [_m],
41
+ [0]
42
+ ];
43
+ n0_registry.registerError(InternalServiceErrorException$, InternalServiceErrorException);
44
+ export var InvalidParameterException$ = [-3, n0, _IPE,
45
+ { [_e]: _c },
46
+ [_m],
47
+ [0]
48
+ ];
49
+ n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
50
+ export var ThrottlingException$ = [-3, n0, _TE,
51
+ { [_e]: _c },
52
+ [_m],
53
+ [0]
54
+ ];
55
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
56
+ export const errorTypeRegistries = [
57
+ _s_registry,
58
+ n0_registry,
59
+ ];
34
60
  export var Entitlement$ = [3, n0, _E,
35
61
  0,
36
62
  [_PC, _D, _CI, _CAWSAI, _V, _ED],
@@ -51,26 +77,6 @@ export var GetEntitlementsResult$ = [3, n0, _GERe,
51
77
  [_En, _NT],
52
78
  [() => EntitlementList, 0]
53
79
  ];
54
- export var InternalServiceErrorException$ = [-3, n0, _ISEE,
55
- { [_e]: _s },
56
- [_m],
57
- [0]
58
- ];
59
- TypeRegistry.for(n0).registerError(InternalServiceErrorException$, InternalServiceErrorException);
60
- export var InvalidParameterException$ = [-3, n0, _IPE,
61
- { [_e]: _c },
62
- [_m],
63
- [0]
64
- ];
65
- TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
66
- export var ThrottlingException$ = [-3, n0, _TE,
67
- { [_e]: _c },
68
- [_m],
69
- [0]
70
- ];
71
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
72
- export var MarketplaceEntitlementServiceServiceException$ = [-3, _sm, "MarketplaceEntitlementServiceServiceException", 0, [], []];
73
- TypeRegistry.for(_sm).registerError(MarketplaceEntitlementServiceServiceException$, MarketplaceEntitlementServiceServiceException);
74
80
  var EntitlementList = [1, n0, _EL,
75
81
  0, () => Entitlement$
76
82
  ];
@@ -1,10 +1,17 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var MarketplaceEntitlementServiceServiceException$: StaticErrorSchema;
4
+ export declare var InternalServiceErrorException$: StaticErrorSchema;
5
+ export declare var InvalidParameterException$: StaticErrorSchema;
6
+ export declare var ThrottlingException$: StaticErrorSchema;
7
+ /**
8
+ * TypeRegistry instances containing modeled errors.
9
+ * @internal
10
+ *
11
+ */
12
+ export declare const errorTypeRegistries: TypeRegistry[];
2
13
  export declare var Entitlement$: StaticStructureSchema;
3
14
  export declare var EntitlementValue$: StaticStructureSchema;
4
15
  export declare var GetEntitlementsRequest$: StaticStructureSchema;
5
16
  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
17
  export declare var GetEntitlements$: StaticOperationSchema;
@@ -1,14 +1,16 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var MarketplaceEntitlementServiceServiceException$: StaticErrorSchema;
8
+ export declare var InternalServiceErrorException$: StaticErrorSchema;
9
+ export declare var InvalidParameterException$: StaticErrorSchema;
10
+ export declare var ThrottlingException$: StaticErrorSchema;
11
+ export declare const errorTypeRegistries: TypeRegistry[];
6
12
  export declare var Entitlement$: StaticStructureSchema;
7
13
  export declare var EntitlementValue$: StaticStructureSchema;
8
14
  export declare var GetEntitlementsRequest$: StaticStructureSchema;
9
15
  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
16
  export declare var GetEntitlements$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.987.0",
4
+ "version": "3.989.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-marketplace-entitlement-service",
@@ -21,38 +21,38 @@
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.973.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.9",
25
+ "@aws-sdk/credential-provider-node": "^3.972.8",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.9",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.987.0",
32
+ "@aws-sdk/util-endpoints": "3.989.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.7",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
36
+ "@smithy/core": "^3.23.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.13",
42
- "@smithy/middleware-retry": "^4.4.30",
41
+ "@smithy/middleware-endpoint": "^4.4.14",
42
+ "@smithy/middleware-retry": "^4.4.31",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
48
+ "@smithy/smithy-client": "^4.11.3",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
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.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
55
+ "@smithy/util-defaults-mode-node": "^4.2.33",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",