@aws-sdk/client-marketplace-discovery 3.1077.0 → 3.1078.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 +17 -93
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/GetListingCommand.js +2 -14
- package/dist-es/commands/GetOfferCommand.js +2 -14
- package/dist-es/commands/GetOfferSetCommand.js +2 -14
- package/dist-es/commands/GetOfferTermsCommand.js +2 -14
- package/dist-es/commands/GetProductCommand.js +2 -14
- package/dist-es/commands/ListFulfillmentOptionsCommand.js +2 -14
- package/dist-es/commands/ListPurchaseOptionsCommand.js +2 -14
- package/dist-es/commands/SearchFacetsCommand.js +2 -14
- package/dist-es/commands/SearchListingsCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/GetListingCommand.d.ts +3 -8
- package/dist-types/commands/GetOfferCommand.d.ts +3 -8
- package/dist-types/commands/GetOfferSetCommand.d.ts +3 -8
- package/dist-types/commands/GetOfferTermsCommand.d.ts +3 -8
- package/dist-types/commands/GetProductCommand.d.ts +3 -8
- package/dist-types/commands/ListFulfillmentOptionsCommand.d.ts +3 -8
- package/dist-types/commands/ListPurchaseOptionsCommand.d.ts +3 -8
- package/dist-types/commands/SearchFacetsCommand.d.ts +3 -8
- package/dist-types/commands/SearchListingsCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/GetListingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOfferCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOfferSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOfferTermsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetProductCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFulfillmentOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPurchaseOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchFacetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchListingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -66,7 +67,7 @@ const commonParams = {
|
|
|
66
67
|
Region: { type: "builtInParams", name: "region" },
|
|
67
68
|
};
|
|
68
69
|
|
|
69
|
-
var version = "3.
|
|
70
|
+
var version = "3.1077.0";
|
|
70
71
|
var packageInfo = {
|
|
71
72
|
version: version};
|
|
72
73
|
|
|
@@ -1267,112 +1268,35 @@ class MarketplaceDiscoveryClient extends Client {
|
|
|
1267
1268
|
}
|
|
1268
1269
|
}
|
|
1269
1270
|
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
})
|
|
1276
|
-
.s("AWSMarketplaceDiscovery", "GetListing", {})
|
|
1277
|
-
.n("MarketplaceDiscoveryClient", "GetListingCommand")
|
|
1278
|
-
.sc(GetListing$)
|
|
1279
|
-
.build() {
|
|
1271
|
+
const command = makeBuilder(commonParams, "AWSMarketplaceDiscovery", "MarketplaceDiscoveryClient", getEndpointPlugin);
|
|
1272
|
+
const _ep0 = {};
|
|
1273
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1274
|
+
|
|
1275
|
+
class GetListingCommand extends command(_ep0, _mw0, "GetListing", GetListing$) {
|
|
1280
1276
|
}
|
|
1281
1277
|
|
|
1282
|
-
class GetOfferCommand extends
|
|
1283
|
-
.classBuilder()
|
|
1284
|
-
.ep(commonParams)
|
|
1285
|
-
.m(function (Command, cs, config, o) {
|
|
1286
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1287
|
-
})
|
|
1288
|
-
.s("AWSMarketplaceDiscovery", "GetOffer", {})
|
|
1289
|
-
.n("MarketplaceDiscoveryClient", "GetOfferCommand")
|
|
1290
|
-
.sc(GetOffer$)
|
|
1291
|
-
.build() {
|
|
1278
|
+
class GetOfferCommand extends command(_ep0, _mw0, "GetOffer", GetOffer$) {
|
|
1292
1279
|
}
|
|
1293
1280
|
|
|
1294
|
-
class GetOfferSetCommand extends
|
|
1295
|
-
.classBuilder()
|
|
1296
|
-
.ep(commonParams)
|
|
1297
|
-
.m(function (Command, cs, config, o) {
|
|
1298
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1299
|
-
})
|
|
1300
|
-
.s("AWSMarketplaceDiscovery", "GetOfferSet", {})
|
|
1301
|
-
.n("MarketplaceDiscoveryClient", "GetOfferSetCommand")
|
|
1302
|
-
.sc(GetOfferSet$)
|
|
1303
|
-
.build() {
|
|
1281
|
+
class GetOfferSetCommand extends command(_ep0, _mw0, "GetOfferSet", GetOfferSet$) {
|
|
1304
1282
|
}
|
|
1305
1283
|
|
|
1306
|
-
class GetOfferTermsCommand extends
|
|
1307
|
-
.classBuilder()
|
|
1308
|
-
.ep(commonParams)
|
|
1309
|
-
.m(function (Command, cs, config, o) {
|
|
1310
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1311
|
-
})
|
|
1312
|
-
.s("AWSMarketplaceDiscovery", "GetOfferTerms", {})
|
|
1313
|
-
.n("MarketplaceDiscoveryClient", "GetOfferTermsCommand")
|
|
1314
|
-
.sc(GetOfferTerms$)
|
|
1315
|
-
.build() {
|
|
1284
|
+
class GetOfferTermsCommand extends command(_ep0, _mw0, "GetOfferTerms", GetOfferTerms$) {
|
|
1316
1285
|
}
|
|
1317
1286
|
|
|
1318
|
-
class GetProductCommand extends
|
|
1319
|
-
.classBuilder()
|
|
1320
|
-
.ep(commonParams)
|
|
1321
|
-
.m(function (Command, cs, config, o) {
|
|
1322
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1323
|
-
})
|
|
1324
|
-
.s("AWSMarketplaceDiscovery", "GetProduct", {})
|
|
1325
|
-
.n("MarketplaceDiscoveryClient", "GetProductCommand")
|
|
1326
|
-
.sc(GetProduct$)
|
|
1327
|
-
.build() {
|
|
1287
|
+
class GetProductCommand extends command(_ep0, _mw0, "GetProduct", GetProduct$) {
|
|
1328
1288
|
}
|
|
1329
1289
|
|
|
1330
|
-
class ListFulfillmentOptionsCommand extends
|
|
1331
|
-
.classBuilder()
|
|
1332
|
-
.ep(commonParams)
|
|
1333
|
-
.m(function (Command, cs, config, o) {
|
|
1334
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1335
|
-
})
|
|
1336
|
-
.s("AWSMarketplaceDiscovery", "ListFulfillmentOptions", {})
|
|
1337
|
-
.n("MarketplaceDiscoveryClient", "ListFulfillmentOptionsCommand")
|
|
1338
|
-
.sc(ListFulfillmentOptions$)
|
|
1339
|
-
.build() {
|
|
1290
|
+
class ListFulfillmentOptionsCommand extends command(_ep0, _mw0, "ListFulfillmentOptions", ListFulfillmentOptions$) {
|
|
1340
1291
|
}
|
|
1341
1292
|
|
|
1342
|
-
class ListPurchaseOptionsCommand extends
|
|
1343
|
-
.classBuilder()
|
|
1344
|
-
.ep(commonParams)
|
|
1345
|
-
.m(function (Command, cs, config, o) {
|
|
1346
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1347
|
-
})
|
|
1348
|
-
.s("AWSMarketplaceDiscovery", "ListPurchaseOptions", {})
|
|
1349
|
-
.n("MarketplaceDiscoveryClient", "ListPurchaseOptionsCommand")
|
|
1350
|
-
.sc(ListPurchaseOptions$)
|
|
1351
|
-
.build() {
|
|
1293
|
+
class ListPurchaseOptionsCommand extends command(_ep0, _mw0, "ListPurchaseOptions", ListPurchaseOptions$) {
|
|
1352
1294
|
}
|
|
1353
1295
|
|
|
1354
|
-
class SearchFacetsCommand extends
|
|
1355
|
-
.classBuilder()
|
|
1356
|
-
.ep(commonParams)
|
|
1357
|
-
.m(function (Command, cs, config, o) {
|
|
1358
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1359
|
-
})
|
|
1360
|
-
.s("AWSMarketplaceDiscovery", "SearchFacets", {})
|
|
1361
|
-
.n("MarketplaceDiscoveryClient", "SearchFacetsCommand")
|
|
1362
|
-
.sc(SearchFacets$)
|
|
1363
|
-
.build() {
|
|
1296
|
+
class SearchFacetsCommand extends command(_ep0, _mw0, "SearchFacets", SearchFacets$) {
|
|
1364
1297
|
}
|
|
1365
1298
|
|
|
1366
|
-
class SearchListingsCommand extends
|
|
1367
|
-
.classBuilder()
|
|
1368
|
-
.ep(commonParams)
|
|
1369
|
-
.m(function (Command, cs, config, o) {
|
|
1370
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1371
|
-
})
|
|
1372
|
-
.s("AWSMarketplaceDiscovery", "SearchListings", {})
|
|
1373
|
-
.n("MarketplaceDiscoveryClient", "SearchListingsCommand")
|
|
1374
|
-
.sc(SearchListings$)
|
|
1375
|
-
.build() {
|
|
1299
|
+
class SearchListingsCommand extends command(_ep0, _mw0, "SearchListings", SearchListings$) {
|
|
1376
1300
|
}
|
|
1377
1301
|
|
|
1378
1302
|
const paginateGetOfferTerms = createPaginator(MarketplaceDiscoveryClient, GetOfferTermsCommand, "nextToken", "nextToken", "");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "AWSMarketplaceDiscovery", "MarketplaceDiscoveryClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetListing$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetListingCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMarketplaceDiscovery", "GetListing", {})
|
|
13
|
-
.n("MarketplaceDiscoveryClient", "GetListingCommand")
|
|
14
|
-
.sc(GetListing$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetListingCommand extends command(_ep0, _mw0, "GetListing", GetListing$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetOffer$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetOfferCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMarketplaceDiscovery", "GetOffer", {})
|
|
13
|
-
.n("MarketplaceDiscoveryClient", "GetOfferCommand")
|
|
14
|
-
.sc(GetOffer$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetOfferCommand extends command(_ep0, _mw0, "GetOffer", GetOffer$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetOfferSet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetOfferSetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMarketplaceDiscovery", "GetOfferSet", {})
|
|
13
|
-
.n("MarketplaceDiscoveryClient", "GetOfferSetCommand")
|
|
14
|
-
.sc(GetOfferSet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetOfferSetCommand extends command(_ep0, _mw0, "GetOfferSet", GetOfferSet$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetOfferTerms$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetOfferTermsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMarketplaceDiscovery", "GetOfferTerms", {})
|
|
13
|
-
.n("MarketplaceDiscoveryClient", "GetOfferTermsCommand")
|
|
14
|
-
.sc(GetOfferTerms$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetOfferTermsCommand extends command(_ep0, _mw0, "GetOfferTerms", GetOfferTerms$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetProduct$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetProductCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMarketplaceDiscovery", "GetProduct", {})
|
|
13
|
-
.n("MarketplaceDiscoveryClient", "GetProductCommand")
|
|
14
|
-
.sc(GetProduct$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetProductCommand extends command(_ep0, _mw0, "GetProduct", GetProduct$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListFulfillmentOptions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListFulfillmentOptionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMarketplaceDiscovery", "ListFulfillmentOptions", {})
|
|
13
|
-
.n("MarketplaceDiscoveryClient", "ListFulfillmentOptionsCommand")
|
|
14
|
-
.sc(ListFulfillmentOptions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListFulfillmentOptionsCommand extends command(_ep0, _mw0, "ListFulfillmentOptions", ListFulfillmentOptions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListPurchaseOptions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListPurchaseOptionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMarketplaceDiscovery", "ListPurchaseOptions", {})
|
|
13
|
-
.n("MarketplaceDiscoveryClient", "ListPurchaseOptionsCommand")
|
|
14
|
-
.sc(ListPurchaseOptions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListPurchaseOptionsCommand extends command(_ep0, _mw0, "ListPurchaseOptions", ListPurchaseOptions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { SearchFacets$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SearchFacetsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMarketplaceDiscovery", "SearchFacets", {})
|
|
13
|
-
.n("MarketplaceDiscoveryClient", "SearchFacetsCommand")
|
|
14
|
-
.sc(SearchFacets$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SearchFacetsCommand extends command(_ep0, _mw0, "SearchFacets", SearchFacets$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { SearchListings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SearchListingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMarketplaceDiscovery", "SearchListings", {})
|
|
13
|
-
.n("MarketplaceDiscoveryClient", "SearchListingsCommand")
|
|
14
|
-
.sc(SearchListings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SearchListingsCommand extends command(_ep0, _mw0, "SearchListings", SearchListings$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./MarketplaceDiscoveryClient";
|
|
2
2
|
export * from "./MarketplaceDiscovery";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./pagination";
|
|
6
7
|
export * from "./models/enums";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./MarketplaceDiscoveryClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MarketplaceDiscoveryClient";
|
|
4
2
|
import type { GetListingInput, GetListingOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetListingCommandInput extends GetListingInput {
|
|
|
22
19
|
export interface GetListingCommandOutput extends GetListingOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetListingCommand_base: {
|
|
25
|
-
new (input: GetListingCommandInput): import("@smithy/core/client").CommandImpl<GetListingCommandInput, GetListingCommandOutput, MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetListingCommandInput): import("@smithy/core/client").CommandImpl<GetListingCommandInput, GetListingCommandOutput, MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetListingCommandInput): import("@smithy/core/client").CommandImpl<GetListingCommandInput, GetListingCommandOutput, import("..").MarketplaceDiscoveryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetListingCommandInput): import("@smithy/core/client").CommandImpl<GetListingCommandInput, GetListingCommandOutput, import("..").MarketplaceDiscoveryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides details about a listing, such as descriptions, badges, categories, pricing model summaries, reviews, and associated products and offers.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MarketplaceDiscoveryClient";
|
|
4
2
|
import type { GetOfferInput, GetOfferOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetOfferCommandInput extends GetOfferInput {
|
|
|
22
19
|
export interface GetOfferCommandOutput extends GetOfferOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetOfferCommand_base: {
|
|
25
|
-
new (input: GetOfferCommandInput): import("@smithy/core/client").CommandImpl<GetOfferCommandInput, GetOfferCommandOutput, MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetOfferCommandInput): import("@smithy/core/client").CommandImpl<GetOfferCommandInput, GetOfferCommandOutput, MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetOfferCommandInput): import("@smithy/core/client").CommandImpl<GetOfferCommandInput, GetOfferCommandOutput, import("..").MarketplaceDiscoveryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetOfferCommandInput): import("@smithy/core/client").CommandImpl<GetOfferCommandInput, GetOfferCommandOutput, import("..").MarketplaceDiscoveryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides details about an offer, such as the pricing model, seller of record, availability dates, badges, and associated products.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MarketplaceDiscoveryClient";
|
|
4
2
|
import type { GetOfferSetInput, GetOfferSetOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetOfferSetCommandInput extends GetOfferSetInput {
|
|
|
22
19
|
export interface GetOfferSetCommandOutput extends GetOfferSetOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetOfferSetCommand_base: {
|
|
25
|
-
new (input: GetOfferSetCommandInput): import("@smithy/core/client").CommandImpl<GetOfferSetCommandInput, GetOfferSetCommandOutput, MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetOfferSetCommandInput): import("@smithy/core/client").CommandImpl<GetOfferSetCommandInput, GetOfferSetCommandOutput, MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetOfferSetCommandInput): import("@smithy/core/client").CommandImpl<GetOfferSetCommandInput, GetOfferSetCommandOutput, import("..").MarketplaceDiscoveryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetOfferSetCommandInput): import("@smithy/core/client").CommandImpl<GetOfferSetCommandInput, GetOfferSetCommandOutput, import("..").MarketplaceDiscoveryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides details about an offer set, which is a bundle of offers across multiple products. Includes the seller, availability dates, buyer notes, and associated product-offer pairs.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MarketplaceDiscoveryClient";
|
|
4
2
|
import type { GetOfferTermsInput, GetOfferTermsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetOfferTermsCommandInput extends GetOfferTermsInput {
|
|
|
22
19
|
export interface GetOfferTermsCommandOutput extends GetOfferTermsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetOfferTermsCommand_base: {
|
|
25
|
-
new (input: GetOfferTermsCommandInput): import("@smithy/core/client").CommandImpl<GetOfferTermsCommandInput, GetOfferTermsCommandOutput, MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetOfferTermsCommandInput): import("@smithy/core/client").CommandImpl<GetOfferTermsCommandInput, GetOfferTermsCommandOutput, MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetOfferTermsCommandInput): import("@smithy/core/client").CommandImpl<GetOfferTermsCommandInput, GetOfferTermsCommandOutput, import("..").MarketplaceDiscoveryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetOfferTermsCommandInput): import("@smithy/core/client").CommandImpl<GetOfferTermsCommandInput, GetOfferTermsCommandOutput, import("..").MarketplaceDiscoveryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the terms attached to an offer, such as pricing terms (usage-based, contract, BYOL, free trial), legal terms, payment schedules, validity terms, support terms, and renewal terms.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MarketplaceDiscoveryClient";
|
|
4
2
|
import type { GetProductInput, GetProductOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetProductCommandInput extends GetProductInput {
|
|
|
22
19
|
export interface GetProductCommandOutput extends GetProductOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetProductCommand_base: {
|
|
25
|
-
new (input: GetProductCommandInput): import("@smithy/core/client").CommandImpl<GetProductCommandInput, GetProductCommandOutput, MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetProductCommandInput): import("@smithy/core/client").CommandImpl<GetProductCommandInput, GetProductCommandOutput, MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetProductCommandInput): import("@smithy/core/client").CommandImpl<GetProductCommandInput, GetProductCommandOutput, import("..").MarketplaceDiscoveryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetProductCommandInput): import("@smithy/core/client").CommandImpl<GetProductCommandInput, GetProductCommandOutput, import("..").MarketplaceDiscoveryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides details about a product, such as descriptions, highlights, categories, fulfillment option summaries, promotional media, and seller engagement options.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MarketplaceDiscoveryClient";
|
|
4
2
|
import type { ListFulfillmentOptionsInput, ListFulfillmentOptionsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListFulfillmentOptionsCommandInput extends ListFulfillmentOptio
|
|
|
22
19
|
export interface ListFulfillmentOptionsCommandOutput extends ListFulfillmentOptionsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListFulfillmentOptionsCommand_base: {
|
|
25
|
-
new (input: ListFulfillmentOptionsCommandInput): import("@smithy/core/client").CommandImpl<ListFulfillmentOptionsCommandInput, ListFulfillmentOptionsCommandOutput, MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListFulfillmentOptionsCommandInput): import("@smithy/core/client").CommandImpl<ListFulfillmentOptionsCommandInput, ListFulfillmentOptionsCommandOutput, MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListFulfillmentOptionsCommandInput): import("@smithy/core/client").CommandImpl<ListFulfillmentOptionsCommandInput, ListFulfillmentOptionsCommandOutput, import("..").MarketplaceDiscoveryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListFulfillmentOptionsCommandInput): import("@smithy/core/client").CommandImpl<ListFulfillmentOptionsCommandInput, ListFulfillmentOptionsCommandOutput, import("..").MarketplaceDiscoveryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the fulfillment options available for a product, including deployment details such as version information, operating systems, usage instructions, and release notes.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MarketplaceDiscoveryClient";
|
|
4
2
|
import type { ListPurchaseOptionsInput, ListPurchaseOptionsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListPurchaseOptionsCommandInput extends ListPurchaseOptionsInpu
|
|
|
22
19
|
export interface ListPurchaseOptionsCommandOutput extends ListPurchaseOptionsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPurchaseOptionsCommand_base: {
|
|
25
|
-
new (input: ListPurchaseOptionsCommandInput): import("@smithy/core/client").CommandImpl<ListPurchaseOptionsCommandInput, ListPurchaseOptionsCommandOutput, MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListPurchaseOptionsCommandInput]): import("@smithy/core/client").CommandImpl<ListPurchaseOptionsCommandInput, ListPurchaseOptionsCommandOutput, MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPurchaseOptionsCommandInput): import("@smithy/core/client").CommandImpl<ListPurchaseOptionsCommandInput, ListPurchaseOptionsCommandOutput, import("..").MarketplaceDiscoveryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListPurchaseOptionsCommandInput]): import("@smithy/core/client").CommandImpl<ListPurchaseOptionsCommandInput, ListPurchaseOptionsCommandOutput, import("..").MarketplaceDiscoveryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the purchase options (offers and offer sets) available to the buyer. You can filter results by product, seller, purchase option type, visibility scope, and availability status.</p> <note> <p>You must include at least one of the following filters in the request: a <code>PRODUCT_ID</code> filter to specify the product for which to retrieve purchase options, or a <code>VISIBILITY_SCOPE</code> filter to retrieve purchase options by visibility.</p> </note>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MarketplaceDiscoveryClient";
|
|
4
2
|
import type { SearchFacetsInput, SearchFacetsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface SearchFacetsCommandInput extends SearchFacetsInput {
|
|
|
22
19
|
export interface SearchFacetsCommandOutput extends SearchFacetsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const SearchFacetsCommand_base: {
|
|
25
|
-
new (input: SearchFacetsCommandInput): import("@smithy/core/client").CommandImpl<SearchFacetsCommandInput, SearchFacetsCommandOutput, MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [SearchFacetsCommandInput]): import("@smithy/core/client").CommandImpl<SearchFacetsCommandInput, SearchFacetsCommandOutput, MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: SearchFacetsCommandInput): import("@smithy/core/client").CommandImpl<SearchFacetsCommandInput, SearchFacetsCommandOutput, import("..").MarketplaceDiscoveryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [SearchFacetsCommandInput]): import("@smithy/core/client").CommandImpl<SearchFacetsCommandInput, SearchFacetsCommandOutput, import("..").MarketplaceDiscoveryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns available facet values for filtering listings, such as categories, pricing models, fulfillment option types, publishers, and customer ratings. Each facet value includes a count of matching listings.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MarketplaceDiscoveryClient";
|
|
4
2
|
import type { SearchListingsInput, SearchListingsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface SearchListingsCommandInput extends SearchListingsInput {
|
|
|
22
19
|
export interface SearchListingsCommandOutput extends SearchListingsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const SearchListingsCommand_base: {
|
|
25
|
-
new (input: SearchListingsCommandInput): import("@smithy/core/client").CommandImpl<SearchListingsCommandInput, SearchListingsCommandOutput, MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [SearchListingsCommandInput]): import("@smithy/core/client").CommandImpl<SearchListingsCommandInput, SearchListingsCommandOutput, MarketplaceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: SearchListingsCommandInput): import("@smithy/core/client").CommandImpl<SearchListingsCommandInput, SearchListingsCommandOutput, import("..").MarketplaceDiscoveryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [SearchListingsCommandInput]): import("@smithy/core/client").CommandImpl<SearchListingsCommandInput, SearchListingsCommandOutput, import("..").MarketplaceDiscoveryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of product listings based on search criteria and filters. You can search by keyword, filter by category, pricing model, fulfillment type, and other attributes, and sort results by relevance or customer rating.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { MarketplaceDiscoveryExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
12
13
|
export * from "./schemas/schemas_0";
|
|
13
14
|
export * from "./pagination";
|
|
14
15
|
export * from "./models/enums";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
MarketplaceDiscoveryClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./MarketplaceDiscoveryClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
MarketplaceDiscoveryClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
MarketplaceDiscoveryClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../MarketplaceDiscoveryClient";
|
|
8
2
|
import { GetListingInput, GetListingOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetListingCommandInput extends GetListingInput {}
|
|
12
5
|
export interface GetListingCommandOutput
|
|
13
6
|
extends GetListingOutput,
|
|
@@ -18,22 +11,20 @@ declare const GetListingCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetListingCommandInput,
|
|
20
13
|
GetListingCommandOutput,
|
|
21
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").MarketplaceDiscoveryClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetListingCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetListingCommandInput,
|
|
29
22
|
GetListingCommandOutput,
|
|
30
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").MarketplaceDiscoveryClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetListingCommand extends GetListingCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../MarketplaceDiscoveryClient";
|
|
8
2
|
import { GetOfferInput, GetOfferOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetOfferCommandInput extends GetOfferInput {}
|
|
12
5
|
export interface GetOfferCommandOutput
|
|
13
6
|
extends GetOfferOutput,
|
|
@@ -16,20 +9,18 @@ declare const GetOfferCommand_base: {
|
|
|
16
9
|
new (input: GetOfferCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
GetOfferCommandInput,
|
|
18
11
|
GetOfferCommandOutput,
|
|
19
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").MarketplaceDiscoveryClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: GetOfferCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
GetOfferCommandInput,
|
|
25
18
|
GetOfferCommandOutput,
|
|
26
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").MarketplaceDiscoveryClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
31
|
-
[x: string]: unknown;
|
|
32
|
-
};
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
33
24
|
};
|
|
34
25
|
export declare class GetOfferCommand extends GetOfferCommand_base {
|
|
35
26
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../MarketplaceDiscoveryClient";
|
|
8
2
|
import { GetOfferSetInput, GetOfferSetOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetOfferSetCommandInput extends GetOfferSetInput {}
|
|
12
5
|
export interface GetOfferSetCommandOutput
|
|
13
6
|
extends GetOfferSetOutput,
|
|
@@ -18,22 +11,20 @@ declare const GetOfferSetCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetOfferSetCommandInput,
|
|
20
13
|
GetOfferSetCommandOutput,
|
|
21
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").MarketplaceDiscoveryClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetOfferSetCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetOfferSetCommandInput,
|
|
29
22
|
GetOfferSetCommandOutput,
|
|
30
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").MarketplaceDiscoveryClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetOfferSetCommand extends GetOfferSetCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../MarketplaceDiscoveryClient";
|
|
8
2
|
import { GetOfferTermsInput, GetOfferTermsOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetOfferTermsCommandInput extends GetOfferTermsInput {}
|
|
12
5
|
export interface GetOfferTermsCommandOutput
|
|
13
6
|
extends GetOfferTermsOutput,
|
|
@@ -18,22 +11,20 @@ declare const GetOfferTermsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetOfferTermsCommandInput,
|
|
20
13
|
GetOfferTermsCommandOutput,
|
|
21
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").MarketplaceDiscoveryClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetOfferTermsCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetOfferTermsCommandInput,
|
|
29
22
|
GetOfferTermsCommandOutput,
|
|
30
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").MarketplaceDiscoveryClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetOfferTermsCommand extends GetOfferTermsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../MarketplaceDiscoveryClient";
|
|
8
2
|
import { GetProductInput, GetProductOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetProductCommandInput extends GetProductInput {}
|
|
12
5
|
export interface GetProductCommandOutput
|
|
13
6
|
extends GetProductOutput,
|
|
@@ -18,22 +11,20 @@ declare const GetProductCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetProductCommandInput,
|
|
20
13
|
GetProductCommandOutput,
|
|
21
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").MarketplaceDiscoveryClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetProductCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetProductCommandInput,
|
|
29
22
|
GetProductCommandOutput,
|
|
30
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").MarketplaceDiscoveryClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetProductCommand extends GetProductCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../MarketplaceDiscoveryClient";
|
|
8
2
|
import {
|
|
9
3
|
ListFulfillmentOptionsInput,
|
|
10
4
|
ListFulfillmentOptionsOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListFulfillmentOptionsCommandInput
|
|
15
8
|
extends ListFulfillmentOptionsInput {}
|
|
16
9
|
export interface ListFulfillmentOptionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListFulfillmentOptionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListFulfillmentOptionsCommandInput,
|
|
24
17
|
ListFulfillmentOptionsCommandOutput,
|
|
25
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").MarketplaceDiscoveryClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListFulfillmentOptionsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListFulfillmentOptionsCommandInput,
|
|
33
26
|
ListFulfillmentOptionsCommandOutput,
|
|
34
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").MarketplaceDiscoveryClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListFulfillmentOptionsCommand extends ListFulfillmentOptionsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../MarketplaceDiscoveryClient";
|
|
8
2
|
import {
|
|
9
3
|
ListPurchaseOptionsInput,
|
|
10
4
|
ListPurchaseOptionsOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListPurchaseOptionsCommandInput
|
|
15
8
|
extends ListPurchaseOptionsInput {}
|
|
16
9
|
export interface ListPurchaseOptionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListPurchaseOptionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListPurchaseOptionsCommandInput,
|
|
24
17
|
ListPurchaseOptionsCommandOutput,
|
|
25
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").MarketplaceDiscoveryClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListPurchaseOptionsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListPurchaseOptionsCommandInput,
|
|
33
26
|
ListPurchaseOptionsCommandOutput,
|
|
34
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").MarketplaceDiscoveryClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListPurchaseOptionsCommand extends ListPurchaseOptionsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../MarketplaceDiscoveryClient";
|
|
8
2
|
import { SearchFacetsInput, SearchFacetsOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface SearchFacetsCommandInput extends SearchFacetsInput {}
|
|
12
5
|
export interface SearchFacetsCommandOutput
|
|
13
6
|
extends SearchFacetsOutput,
|
|
@@ -18,22 +11,20 @@ declare const SearchFacetsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
SearchFacetsCommandInput,
|
|
20
13
|
SearchFacetsCommandOutput,
|
|
21
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").MarketplaceDiscoveryClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [SearchFacetsCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
SearchFacetsCommandInput,
|
|
29
22
|
SearchFacetsCommandOutput,
|
|
30
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").MarketplaceDiscoveryClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class SearchFacetsCommand extends SearchFacetsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../MarketplaceDiscoveryClient";
|
|
8
2
|
import { SearchListingsInput, SearchListingsOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface SearchListingsCommandInput extends SearchListingsInput {}
|
|
12
5
|
export interface SearchListingsCommandOutput
|
|
13
6
|
extends SearchListingsOutput,
|
|
@@ -18,22 +11,20 @@ declare const SearchListingsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
SearchListingsCommandInput,
|
|
20
13
|
SearchListingsCommandOutput,
|
|
21
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").MarketplaceDiscoveryClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [SearchListingsCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
SearchListingsCommandInput,
|
|
29
22
|
SearchListingsCommandOutput,
|
|
30
|
-
MarketplaceDiscoveryClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").MarketplaceDiscoveryClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class SearchListingsCommand extends SearchListingsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { MarketplaceDiscoveryExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./models/enums";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-marketplace-discovery",
|
|
3
3
|
"description": "AWS SDK for JavaScript Marketplace Discovery Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1078.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",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.974.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
-
"@aws-sdk/types": "^3.973.
|
|
25
|
-
"@smithy/core": "^3.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
27
|
-
"@smithy/node-http-handler": "^4.9.
|
|
28
|
-
"@smithy/types": "^4.15.
|
|
22
|
+
"@aws-sdk/core": "^3.974.26",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.61",
|
|
24
|
+
"@aws-sdk/types": "^3.973.15",
|
|
25
|
+
"@smithy/core": "^3.29.0",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
27
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
28
|
+
"@smithy/types": "^4.15.1",
|
|
29
29
|
"tslib": "^2.6.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|