@aws-sdk/client-marketplace-reporting 3.987.0 → 3.988.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 +20 -128
- package/dist-cjs/models/MarketplaceReportingServiceException.js +12 -0
- package/dist-cjs/models/errors.js +56 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +70 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +24 -18
- package/dist-types/schemas/schemas_0.d.ts +10 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -3
- package/package.json +13 -13
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 MarketplaceReportingServiceException = require('./models/MarketplaceReportingServiceException');
|
|
18
21
|
|
|
19
22
|
const resolveClientEndpointParameters = (options) => {
|
|
20
23
|
return Object.assign(options, {
|
|
@@ -110,120 +113,6 @@ class MarketplaceReportingClient extends smithyClient.Client {
|
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class MarketplaceReportingServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, MarketplaceReportingServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class AccessDeniedException extends MarketplaceReportingServiceException {
|
|
121
|
-
name = "AccessDeniedException";
|
|
122
|
-
$fault = "client";
|
|
123
|
-
constructor(opts) {
|
|
124
|
-
super({
|
|
125
|
-
name: "AccessDeniedException",
|
|
126
|
-
$fault: "client",
|
|
127
|
-
...opts,
|
|
128
|
-
});
|
|
129
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
class BadRequestException extends MarketplaceReportingServiceException {
|
|
133
|
-
name = "BadRequestException";
|
|
134
|
-
$fault = "client";
|
|
135
|
-
constructor(opts) {
|
|
136
|
-
super({
|
|
137
|
-
name: "BadRequestException",
|
|
138
|
-
$fault: "client",
|
|
139
|
-
...opts,
|
|
140
|
-
});
|
|
141
|
-
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
class InternalServerException extends MarketplaceReportingServiceException {
|
|
145
|
-
name = "InternalServerException";
|
|
146
|
-
$fault = "server";
|
|
147
|
-
constructor(opts) {
|
|
148
|
-
super({
|
|
149
|
-
name: "InternalServerException",
|
|
150
|
-
$fault: "server",
|
|
151
|
-
...opts,
|
|
152
|
-
});
|
|
153
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
class UnauthorizedException extends MarketplaceReportingServiceException {
|
|
157
|
-
name = "UnauthorizedException";
|
|
158
|
-
$fault = "client";
|
|
159
|
-
constructor(opts) {
|
|
160
|
-
super({
|
|
161
|
-
name: "UnauthorizedException",
|
|
162
|
-
$fault: "client",
|
|
163
|
-
...opts,
|
|
164
|
-
});
|
|
165
|
-
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
const _ADE = "AccessDeniedException";
|
|
170
|
-
const _BRE = "BadRequestException";
|
|
171
|
-
const _GBD = "GetBuyerDashboard";
|
|
172
|
-
const _GBDI = "GetBuyerDashboardInput";
|
|
173
|
-
const _GBDO = "GetBuyerDashboardOutput";
|
|
174
|
-
const _ISE = "InternalServerException";
|
|
175
|
-
const _UE = "UnauthorizedException";
|
|
176
|
-
const _c = "client";
|
|
177
|
-
const _dI = "dashboardIdentifier";
|
|
178
|
-
const _e = "error";
|
|
179
|
-
const _eD = "embeddingDomains";
|
|
180
|
-
const _eU = "embedUrl";
|
|
181
|
-
const _h = "http";
|
|
182
|
-
const _hE = "httpError";
|
|
183
|
-
const _m = "message";
|
|
184
|
-
const _s = "server";
|
|
185
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.marketplacereporting";
|
|
186
|
-
const n0 = "com.amazonaws.marketplacereporting";
|
|
187
|
-
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
188
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
189
|
-
[_m],
|
|
190
|
-
[0]
|
|
191
|
-
];
|
|
192
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
193
|
-
var BadRequestException$ = [-3, n0, _BRE,
|
|
194
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
195
|
-
[_m],
|
|
196
|
-
[0]
|
|
197
|
-
];
|
|
198
|
-
schema.TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
|
|
199
|
-
var GetBuyerDashboardInput$ = [3, n0, _GBDI,
|
|
200
|
-
0,
|
|
201
|
-
[_dI, _eD],
|
|
202
|
-
[0, 64 | 0], 2
|
|
203
|
-
];
|
|
204
|
-
var GetBuyerDashboardOutput$ = [3, n0, _GBDO,
|
|
205
|
-
0,
|
|
206
|
-
[_eU, _dI, _eD],
|
|
207
|
-
[0, 0, 64 | 0], 3
|
|
208
|
-
];
|
|
209
|
-
var InternalServerException$ = [-3, n0, _ISE,
|
|
210
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
211
|
-
[_m],
|
|
212
|
-
[0]
|
|
213
|
-
];
|
|
214
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
215
|
-
var UnauthorizedException$ = [-3, n0, _UE,
|
|
216
|
-
{ [_e]: _c, [_hE]: 401 },
|
|
217
|
-
[_m],
|
|
218
|
-
[0]
|
|
219
|
-
];
|
|
220
|
-
schema.TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
|
|
221
|
-
var MarketplaceReportingServiceException$ = [-3, _sm, "MarketplaceReportingServiceException", 0, [], []];
|
|
222
|
-
schema.TypeRegistry.for(_sm).registerError(MarketplaceReportingServiceException$, MarketplaceReportingServiceException);
|
|
223
|
-
var GetBuyerDashboard$ = [9, n0, _GBD,
|
|
224
|
-
{ [_h]: ["POST", "/getBuyerDashboard", 200] }, () => GetBuyerDashboardInput$, () => GetBuyerDashboardOutput$
|
|
225
|
-
];
|
|
226
|
-
|
|
227
116
|
class GetBuyerDashboardCommand extends smithyClient.Command
|
|
228
117
|
.classBuilder()
|
|
229
118
|
.ep(commonParams)
|
|
@@ -232,7 +121,7 @@ class GetBuyerDashboardCommand extends smithyClient.Command
|
|
|
232
121
|
})
|
|
233
122
|
.s("AWSMarketplaceReporting", "GetBuyerDashboard", {})
|
|
234
123
|
.n("MarketplaceReportingClient", "GetBuyerDashboardCommand")
|
|
235
|
-
.sc(GetBuyerDashboard$)
|
|
124
|
+
.sc(schemas_0.GetBuyerDashboard$)
|
|
236
125
|
.build() {
|
|
237
126
|
}
|
|
238
127
|
|
|
@@ -251,19 +140,22 @@ Object.defineProperty(exports, "__Client", {
|
|
|
251
140
|
enumerable: true,
|
|
252
141
|
get: function () { return smithyClient.Client; }
|
|
253
142
|
});
|
|
254
|
-
exports
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
exports.GetBuyerDashboard$ = GetBuyerDashboard$;
|
|
143
|
+
Object.defineProperty(exports, "MarketplaceReportingServiceException", {
|
|
144
|
+
enumerable: true,
|
|
145
|
+
get: function () { return MarketplaceReportingServiceException.MarketplaceReportingServiceException; }
|
|
146
|
+
});
|
|
259
147
|
exports.GetBuyerDashboardCommand = GetBuyerDashboardCommand;
|
|
260
|
-
exports.GetBuyerDashboardInput$ = GetBuyerDashboardInput$;
|
|
261
|
-
exports.GetBuyerDashboardOutput$ = GetBuyerDashboardOutput$;
|
|
262
|
-
exports.InternalServerException = InternalServerException;
|
|
263
|
-
exports.InternalServerException$ = InternalServerException$;
|
|
264
148
|
exports.MarketplaceReporting = MarketplaceReporting;
|
|
265
149
|
exports.MarketplaceReportingClient = MarketplaceReportingClient;
|
|
266
|
-
|
|
267
|
-
exports.
|
|
268
|
-
|
|
269
|
-
|
|
150
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
151
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
152
|
+
enumerable: true,
|
|
153
|
+
get: function () { return schemas_0[k]; }
|
|
154
|
+
});
|
|
155
|
+
});
|
|
156
|
+
Object.keys(errors).forEach(function (k) {
|
|
157
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
158
|
+
enumerable: true,
|
|
159
|
+
get: function () { return errors[k]; }
|
|
160
|
+
});
|
|
161
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MarketplaceReportingServiceException = 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 MarketplaceReportingServiceException extends smithy_client_1.ServiceException {
|
|
7
|
+
constructor(options) {
|
|
8
|
+
super(options);
|
|
9
|
+
Object.setPrototypeOf(this, MarketplaceReportingServiceException.prototype);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
exports.MarketplaceReportingServiceException = MarketplaceReportingServiceException;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UnauthorizedException = exports.InternalServerException = exports.BadRequestException = exports.AccessDeniedException = void 0;
|
|
4
|
+
const MarketplaceReportingServiceException_1 = require("./MarketplaceReportingServiceException");
|
|
5
|
+
class AccessDeniedException extends MarketplaceReportingServiceException_1.MarketplaceReportingServiceException {
|
|
6
|
+
name = "AccessDeniedException";
|
|
7
|
+
$fault = "client";
|
|
8
|
+
constructor(opts) {
|
|
9
|
+
super({
|
|
10
|
+
name: "AccessDeniedException",
|
|
11
|
+
$fault: "client",
|
|
12
|
+
...opts,
|
|
13
|
+
});
|
|
14
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
18
|
+
class BadRequestException extends MarketplaceReportingServiceException_1.MarketplaceReportingServiceException {
|
|
19
|
+
name = "BadRequestException";
|
|
20
|
+
$fault = "client";
|
|
21
|
+
constructor(opts) {
|
|
22
|
+
super({
|
|
23
|
+
name: "BadRequestException",
|
|
24
|
+
$fault: "client",
|
|
25
|
+
...opts,
|
|
26
|
+
});
|
|
27
|
+
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
exports.BadRequestException = BadRequestException;
|
|
31
|
+
class InternalServerException extends MarketplaceReportingServiceException_1.MarketplaceReportingServiceException {
|
|
32
|
+
name = "InternalServerException";
|
|
33
|
+
$fault = "server";
|
|
34
|
+
constructor(opts) {
|
|
35
|
+
super({
|
|
36
|
+
name: "InternalServerException",
|
|
37
|
+
$fault: "server",
|
|
38
|
+
...opts,
|
|
39
|
+
});
|
|
40
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
exports.InternalServerException = InternalServerException;
|
|
44
|
+
class UnauthorizedException extends MarketplaceReportingServiceException_1.MarketplaceReportingServiceException {
|
|
45
|
+
name = "UnauthorizedException";
|
|
46
|
+
$fault = "client";
|
|
47
|
+
constructor(opts) {
|
|
48
|
+
super({
|
|
49
|
+
name: "UnauthorizedException",
|
|
50
|
+
$fault: "client",
|
|
51
|
+
...opts,
|
|
52
|
+
});
|
|
53
|
+
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
exports.UnauthorizedException = UnauthorizedException;
|
|
@@ -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: "2018-05-10",
|
|
@@ -29,6 +30,7 @@ const getRuntimeConfig = (config) => {
|
|
|
29
30
|
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
30
31
|
protocolSettings: config?.protocolSettings ?? {
|
|
31
32
|
defaultNamespace: "com.amazonaws.marketplacereporting",
|
|
33
|
+
errorTypeRegistries: schemas_0_1.errorTypeRegistries,
|
|
32
34
|
version: "2018-05-10",
|
|
33
35
|
serviceTarget: "AWSMarketplaceReporting",
|
|
34
36
|
},
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetBuyerDashboard$ = exports.GetBuyerDashboardOutput$ = exports.GetBuyerDashboardInput$ = exports.errorTypeRegistries = exports.UnauthorizedException$ = exports.InternalServerException$ = exports.BadRequestException$ = exports.AccessDeniedException$ = exports.MarketplaceReportingServiceException$ = void 0;
|
|
4
|
+
const _ADE = "AccessDeniedException";
|
|
5
|
+
const _BRE = "BadRequestException";
|
|
6
|
+
const _GBD = "GetBuyerDashboard";
|
|
7
|
+
const _GBDI = "GetBuyerDashboardInput";
|
|
8
|
+
const _GBDO = "GetBuyerDashboardOutput";
|
|
9
|
+
const _ISE = "InternalServerException";
|
|
10
|
+
const _UE = "UnauthorizedException";
|
|
11
|
+
const _c = "client";
|
|
12
|
+
const _dI = "dashboardIdentifier";
|
|
13
|
+
const _e = "error";
|
|
14
|
+
const _eD = "embeddingDomains";
|
|
15
|
+
const _eU = "embedUrl";
|
|
16
|
+
const _h = "http";
|
|
17
|
+
const _hE = "httpError";
|
|
18
|
+
const _m = "message";
|
|
19
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.marketplacereporting";
|
|
20
|
+
const _se = "server";
|
|
21
|
+
const n0 = "com.amazonaws.marketplacereporting";
|
|
22
|
+
const schema_1 = require("@smithy/core/schema");
|
|
23
|
+
const errors_1 = require("../models/errors");
|
|
24
|
+
const MarketplaceReportingServiceException_1 = require("../models/MarketplaceReportingServiceException");
|
|
25
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
26
|
+
exports.MarketplaceReportingServiceException$ = [-3, _s, "MarketplaceReportingServiceException", 0, [], []];
|
|
27
|
+
_s_registry.registerError(exports.MarketplaceReportingServiceException$, MarketplaceReportingServiceException_1.MarketplaceReportingServiceException);
|
|
28
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
29
|
+
exports.AccessDeniedException$ = [-3, n0, _ADE,
|
|
30
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
31
|
+
[_m],
|
|
32
|
+
[0]
|
|
33
|
+
];
|
|
34
|
+
n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
|
|
35
|
+
exports.BadRequestException$ = [-3, n0, _BRE,
|
|
36
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
37
|
+
[_m],
|
|
38
|
+
[0]
|
|
39
|
+
];
|
|
40
|
+
n0_registry.registerError(exports.BadRequestException$, errors_1.BadRequestException);
|
|
41
|
+
exports.InternalServerException$ = [-3, n0, _ISE,
|
|
42
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
43
|
+
[_m],
|
|
44
|
+
[0]
|
|
45
|
+
];
|
|
46
|
+
n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
|
|
47
|
+
exports.UnauthorizedException$ = [-3, n0, _UE,
|
|
48
|
+
{ [_e]: _c, [_hE]: 401 },
|
|
49
|
+
[_m],
|
|
50
|
+
[0]
|
|
51
|
+
];
|
|
52
|
+
n0_registry.registerError(exports.UnauthorizedException$, errors_1.UnauthorizedException);
|
|
53
|
+
exports.errorTypeRegistries = [
|
|
54
|
+
_s_registry,
|
|
55
|
+
n0_registry,
|
|
56
|
+
];
|
|
57
|
+
exports.GetBuyerDashboardInput$ = [3, n0, _GBDI,
|
|
58
|
+
0,
|
|
59
|
+
[_dI, _eD],
|
|
60
|
+
[0, 64 | 0], 2
|
|
61
|
+
];
|
|
62
|
+
exports.GetBuyerDashboardOutput$ = [3, n0, _GBDO,
|
|
63
|
+
0,
|
|
64
|
+
[_eU, _dI, _eD],
|
|
65
|
+
[0, 0, 64 | 0], 3
|
|
66
|
+
];
|
|
67
|
+
var EmbeddingDomains = 64 | 0;
|
|
68
|
+
exports.GetBuyerDashboard$ = [9, n0, _GBD,
|
|
69
|
+
{ [_h]: ["POST", "/getBuyerDashboard", 200] }, () => exports.GetBuyerDashboardInput$, () => exports.GetBuyerDashboardOutput$
|
|
70
|
+
];
|
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultMarketplaceReportingHttpAuthSchemeProvider } 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: "2018-05-10",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.marketplacereporting",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2018-05-10",
|
|
30
32
|
serviceTarget: "AWSMarketplaceReporting",
|
|
31
33
|
},
|
|
@@ -13,24 +13,44 @@ const _eU = "embedUrl";
|
|
|
13
13
|
const _h = "http";
|
|
14
14
|
const _hE = "httpError";
|
|
15
15
|
const _m = "message";
|
|
16
|
-
const _s = "
|
|
17
|
-
const
|
|
16
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.marketplacereporting";
|
|
17
|
+
const _se = "server";
|
|
18
18
|
const n0 = "com.amazonaws.marketplacereporting";
|
|
19
19
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
20
20
|
import { AccessDeniedException, BadRequestException, InternalServerException, UnauthorizedException, } from "../models/errors";
|
|
21
21
|
import { MarketplaceReportingServiceException } from "../models/MarketplaceReportingServiceException";
|
|
22
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
23
|
+
export var MarketplaceReportingServiceException$ = [-3, _s, "MarketplaceReportingServiceException", 0, [], []];
|
|
24
|
+
_s_registry.registerError(MarketplaceReportingServiceException$, MarketplaceReportingServiceException);
|
|
25
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
22
26
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
23
27
|
{ [_e]: _c, [_hE]: 403 },
|
|
24
28
|
[_m],
|
|
25
29
|
[0]
|
|
26
30
|
];
|
|
27
|
-
|
|
31
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
28
32
|
export var BadRequestException$ = [-3, n0, _BRE,
|
|
29
33
|
{ [_e]: _c, [_hE]: 400 },
|
|
30
34
|
[_m],
|
|
31
35
|
[0]
|
|
32
36
|
];
|
|
33
|
-
|
|
37
|
+
n0_registry.registerError(BadRequestException$, BadRequestException);
|
|
38
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
39
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
40
|
+
[_m],
|
|
41
|
+
[0]
|
|
42
|
+
];
|
|
43
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
44
|
+
export var UnauthorizedException$ = [-3, n0, _UE,
|
|
45
|
+
{ [_e]: _c, [_hE]: 401 },
|
|
46
|
+
[_m],
|
|
47
|
+
[0]
|
|
48
|
+
];
|
|
49
|
+
n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
|
|
50
|
+
export const errorTypeRegistries = [
|
|
51
|
+
_s_registry,
|
|
52
|
+
n0_registry,
|
|
53
|
+
];
|
|
34
54
|
export var GetBuyerDashboardInput$ = [3, n0, _GBDI,
|
|
35
55
|
0,
|
|
36
56
|
[_dI, _eD],
|
|
@@ -41,20 +61,6 @@ export var GetBuyerDashboardOutput$ = [3, n0, _GBDO,
|
|
|
41
61
|
[_eU, _dI, _eD],
|
|
42
62
|
[0, 0, 64 | 0], 3
|
|
43
63
|
];
|
|
44
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
45
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
46
|
-
[_m],
|
|
47
|
-
[0]
|
|
48
|
-
];
|
|
49
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
50
|
-
export var UnauthorizedException$ = [-3, n0, _UE,
|
|
51
|
-
{ [_e]: _c, [_hE]: 401 },
|
|
52
|
-
[_m],
|
|
53
|
-
[0]
|
|
54
|
-
];
|
|
55
|
-
TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
|
|
56
|
-
export var MarketplaceReportingServiceException$ = [-3, _sm, "MarketplaceReportingServiceException", 0, [], []];
|
|
57
|
-
TypeRegistry.for(_sm).registerError(MarketplaceReportingServiceException$, MarketplaceReportingServiceException);
|
|
58
64
|
var EmbeddingDomains = 64 | 0;
|
|
59
65
|
export var GetBuyerDashboard$ = [9, n0, _GBD,
|
|
60
66
|
{ [_h]: ["POST", "/getBuyerDashboard", 200] }, () => GetBuyerDashboardInput$, () => GetBuyerDashboardOutput$
|
|
@@ -1,9 +1,16 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var MarketplaceReportingServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
3
5
|
export declare var BadRequestException$: StaticErrorSchema;
|
|
4
|
-
export declare var GetBuyerDashboardInput$: StaticStructureSchema;
|
|
5
|
-
export declare var GetBuyerDashboardOutput$: StaticStructureSchema;
|
|
6
6
|
export declare var InternalServerException$: StaticErrorSchema;
|
|
7
7
|
export declare var UnauthorizedException$: StaticErrorSchema;
|
|
8
|
-
|
|
8
|
+
/**
|
|
9
|
+
* TypeRegistry instances containing modeled errors.
|
|
10
|
+
* @internal
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
14
|
+
export declare var GetBuyerDashboardInput$: StaticStructureSchema;
|
|
15
|
+
export declare var GetBuyerDashboardOutput$: StaticStructureSchema;
|
|
9
16
|
export declare var GetBuyerDashboard$: StaticOperationSchema;
|
|
@@ -1,13 +1,15 @@
|
|
|
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 MarketplaceReportingServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
7
9
|
export declare var BadRequestException$: StaticErrorSchema;
|
|
8
|
-
export declare var GetBuyerDashboardInput$: StaticStructureSchema;
|
|
9
|
-
export declare var GetBuyerDashboardOutput$: StaticStructureSchema;
|
|
10
10
|
export declare var InternalServerException$: StaticErrorSchema;
|
|
11
11
|
export declare var UnauthorizedException$: StaticErrorSchema;
|
|
12
|
-
export declare
|
|
12
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
13
|
+
export declare var GetBuyerDashboardInput$: StaticStructureSchema;
|
|
14
|
+
export declare var GetBuyerDashboardOutput$: StaticStructureSchema;
|
|
13
15
|
export declare var GetBuyerDashboard$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-marketplace-reporting",
|
|
3
3
|
"description": "AWS SDK for JavaScript Marketplace Reporting Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.988.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-reporting",
|
|
@@ -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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
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.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
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.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
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.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
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.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
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",
|