@aws-sdk/client-marketplace-discovery 3.1076.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.
Files changed (47) hide show
  1. package/dist-cjs/index.js +20 -95
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/GetListingCommand.js +2 -14
  4. package/dist-es/commands/GetOfferCommand.js +2 -14
  5. package/dist-es/commands/GetOfferSetCommand.js +2 -14
  6. package/dist-es/commands/GetOfferTermsCommand.js +2 -14
  7. package/dist-es/commands/GetProductCommand.js +2 -14
  8. package/dist-es/commands/ListFulfillmentOptionsCommand.js +2 -14
  9. package/dist-es/commands/ListPurchaseOptionsCommand.js +2 -14
  10. package/dist-es/commands/SearchFacetsCommand.js +2 -14
  11. package/dist-es/commands/SearchListingsCommand.js +2 -14
  12. package/dist-es/index.js +1 -0
  13. package/dist-es/runtimeConfig.browser.js +0 -2
  14. package/dist-es/runtimeConfig.js +1 -2
  15. package/dist-es/runtimeConfig.native.js +0 -2
  16. package/dist-es/runtimeConfig.shared.js +2 -0
  17. package/dist-types/commandBuilder.d.ts +18 -0
  18. package/dist-types/commands/GetListingCommand.d.ts +3 -8
  19. package/dist-types/commands/GetOfferCommand.d.ts +3 -8
  20. package/dist-types/commands/GetOfferSetCommand.d.ts +3 -8
  21. package/dist-types/commands/GetOfferTermsCommand.d.ts +3 -8
  22. package/dist-types/commands/GetProductCommand.d.ts +3 -8
  23. package/dist-types/commands/ListFulfillmentOptionsCommand.d.ts +3 -8
  24. package/dist-types/commands/ListPurchaseOptionsCommand.d.ts +3 -8
  25. package/dist-types/commands/SearchFacetsCommand.d.ts +3 -8
  26. package/dist-types/commands/SearchListingsCommand.d.ts +3 -8
  27. package/dist-types/index.d.ts +1 -0
  28. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  29. package/dist-types/runtimeConfig.d.ts +1 -1
  30. package/dist-types/runtimeConfig.native.d.ts +1 -1
  31. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  32. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  33. package/dist-types/ts3.4/commands/GetListingCommand.d.ts +7 -16
  34. package/dist-types/ts3.4/commands/GetOfferCommand.d.ts +7 -16
  35. package/dist-types/ts3.4/commands/GetOfferSetCommand.d.ts +7 -16
  36. package/dist-types/ts3.4/commands/GetOfferTermsCommand.d.ts +7 -16
  37. package/dist-types/ts3.4/commands/GetProductCommand.d.ts +7 -16
  38. package/dist-types/ts3.4/commands/ListFulfillmentOptionsCommand.d.ts +7 -16
  39. package/dist-types/ts3.4/commands/ListPurchaseOptionsCommand.d.ts +7 -16
  40. package/dist-types/ts3.4/commands/SearchFacetsCommand.d.ts +7 -16
  41. package/dist-types/ts3.4/commands/SearchListingsCommand.d.ts +7 -16
  42. package/dist-types/ts3.4/index.d.ts +1 -0
  43. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  44. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  45. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  46. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  47. package/package.json +8 -10
@@ -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>
@@ -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";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: MarketplaceDiscoveryClientConfig
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: MarketplaceDiscoveryClientConfig
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: MarketplaceDiscoveryClientConfig
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: MarketplaceDiscoveryClientConfig
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { MarketplaceDiscoveryClientConfig } from "./MarketplaceDiscoveryCli
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: MarketplaceDiscoveryClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: MarketplaceDiscoveryClientConfig
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: MarketplaceDiscoveryClientConfig
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -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";
@@ -22,7 +22,6 @@ export declare const getRuntimeConfig: (
22
22
  | import("@smithy/core/protocols").HttpHandler<any>
23
23
  | RequestHandler;
24
24
  retryMode: string | import("@smithy/types").Provider<string>;
25
- sha256: import("@smithy/types").HashConstructor;
26
25
  streamCollector: (
27
26
  stream:
28
27
  | import("stream").Readable
@@ -44,6 +43,7 @@ export declare const getRuntimeConfig: (
44
43
  [setting: string]: unknown;
45
44
  };
46
45
  apiVersion: string;
46
+ sha256: import("@smithy/types").HashConstructor;
47
47
  urlParser: import("@smithy/types").UrlParser;
48
48
  base64Decoder: import("@smithy/types").Decoder;
49
49
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -23,7 +23,6 @@ export declare const getRuntimeConfig: (
23
23
  | RequestHandler
24
24
  | import("@smithy/core/protocols").HttpHandler<any>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
26
- sha256: import("@smithy/types").HashConstructor;
27
26
  streamCollector: (
28
27
  stream:
29
28
  | import("stream").Readable
@@ -44,6 +43,7 @@ export declare const getRuntimeConfig: (
44
43
  [setting: string]: unknown;
45
44
  };
46
45
  apiVersion: string;
46
+ sha256: import("@smithy/types").HashConstructor;
47
47
  urlParser: import("@smithy/types").UrlParser;
48
48
  base64Decoder: import("@smithy/types").Decoder;
49
49
  base64Encoder: (_input: Uint8Array | string) => string;