@aws-sdk/client-marketplace-catalog 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 (59) hide show
  1. package/dist-cjs/index.js +24 -135
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchDescribeEntitiesCommand.js +2 -14
  4. package/dist-es/commands/CancelChangeSetCommand.js +2 -14
  5. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
  6. package/dist-es/commands/DescribeChangeSetCommand.js +2 -14
  7. package/dist-es/commands/DescribeEntityCommand.js +2 -14
  8. package/dist-es/commands/GetResourcePolicyCommand.js +2 -14
  9. package/dist-es/commands/ListChangeSetsCommand.js +2 -14
  10. package/dist-es/commands/ListEntitiesCommand.js +2 -14
  11. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  12. package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
  13. package/dist-es/commands/StartChangeSetCommand.js +2 -14
  14. package/dist-es/commands/TagResourceCommand.js +2 -14
  15. package/dist-es/commands/UntagResourceCommand.js +2 -14
  16. package/dist-es/index.js +1 -0
  17. package/dist-es/runtimeConfig.browser.js +0 -2
  18. package/dist-es/runtimeConfig.js +1 -2
  19. package/dist-es/runtimeConfig.native.js +0 -2
  20. package/dist-es/runtimeConfig.shared.js +2 -0
  21. package/dist-types/commandBuilder.d.ts +18 -0
  22. package/dist-types/commands/BatchDescribeEntitiesCommand.d.ts +3 -8
  23. package/dist-types/commands/CancelChangeSetCommand.d.ts +3 -8
  24. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
  25. package/dist-types/commands/DescribeChangeSetCommand.d.ts +3 -8
  26. package/dist-types/commands/DescribeEntityCommand.d.ts +3 -8
  27. package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -8
  28. package/dist-types/commands/ListChangeSetsCommand.d.ts +3 -8
  29. package/dist-types/commands/ListEntitiesCommand.d.ts +3 -8
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  31. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
  32. package/dist-types/commands/StartChangeSetCommand.d.ts +3 -8
  33. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  34. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  35. package/dist-types/index.d.ts +1 -0
  36. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  37. package/dist-types/runtimeConfig.d.ts +1 -1
  38. package/dist-types/runtimeConfig.native.d.ts +1 -1
  39. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  40. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  41. package/dist-types/ts3.4/commands/BatchDescribeEntitiesCommand.d.ts +7 -16
  42. package/dist-types/ts3.4/commands/CancelChangeSetCommand.d.ts +7 -16
  43. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
  44. package/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +7 -16
  45. package/dist-types/ts3.4/commands/DescribeEntityCommand.d.ts +7 -16
  46. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +7 -16
  47. package/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +7 -16
  48. package/dist-types/ts3.4/commands/ListEntitiesCommand.d.ts +7 -16
  49. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  50. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
  51. package/dist-types/ts3.4/commands/StartChangeSetCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  53. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/index.d.ts +1 -0
  55. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  56. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  57. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  58. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  59. 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 { MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MarketplaceCatalogClient";
4
2
  import type { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } 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 DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRe
22
19
  export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteResourcePolicyCommand_base: {
25
- new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, import("..").MarketplaceCatalogClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, import("..").MarketplaceCatalogClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a resource-based policy on an entity that is identified by its resource
@@ -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 { MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MarketplaceCatalogClient";
4
2
  import type { DescribeChangeSetRequest, DescribeChangeSetResponse } 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 DescribeChangeSetCommandInput extends DescribeChangeSetRequest
22
19
  export interface DescribeChangeSetCommandOutput extends DescribeChangeSetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeChangeSetCommand_base: {
25
- new (input: DescribeChangeSetCommandInput): import("@smithy/core/client").CommandImpl<DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput, MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeChangeSetCommandInput): import("@smithy/core/client").CommandImpl<DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput, MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeChangeSetCommandInput): import("@smithy/core/client").CommandImpl<DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput, import("..").MarketplaceCatalogClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeChangeSetCommandInput): import("@smithy/core/client").CommandImpl<DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput, import("..").MarketplaceCatalogClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides information about a given change set.</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 { MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MarketplaceCatalogClient";
4
2
  import type { DescribeEntityRequest, DescribeEntityResponse } 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 DescribeEntityCommandInput extends DescribeEntityRequest {
22
19
  export interface DescribeEntityCommandOutput extends DescribeEntityResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeEntityCommand_base: {
25
- new (input: DescribeEntityCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntityCommandInput, DescribeEntityCommandOutput, MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeEntityCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntityCommandInput, DescribeEntityCommandOutput, MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeEntityCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntityCommandInput, DescribeEntityCommandOutput, import("..").MarketplaceCatalogClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeEntityCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntityCommandInput, DescribeEntityCommandOutput, import("..").MarketplaceCatalogClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the metadata and content of the entity.</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 { MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MarketplaceCatalogClient";
4
2
  import type { GetResourcePolicyRequest, GetResourcePolicyResponse } 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 GetResourcePolicyCommandInput extends GetResourcePolicyRequest
22
19
  export interface GetResourcePolicyCommandOutput extends GetResourcePolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetResourcePolicyCommand_base: {
25
- new (input: GetResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, import("..").MarketplaceCatalogClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, import("..").MarketplaceCatalogClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets a resource-based policy of an entity that is identified by its resource
@@ -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 { MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MarketplaceCatalogClient";
4
2
  import type { ListChangeSetsRequest, ListChangeSetsResponse } 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 ListChangeSetsCommandInput extends ListChangeSetsRequest {
22
19
  export interface ListChangeSetsCommandOutput extends ListChangeSetsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListChangeSetsCommand_base: {
25
- new (input: ListChangeSetsCommandInput): import("@smithy/core/client").CommandImpl<ListChangeSetsCommandInput, ListChangeSetsCommandOutput, MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListChangeSetsCommandInput): import("@smithy/core/client").CommandImpl<ListChangeSetsCommandInput, ListChangeSetsCommandOutput, MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListChangeSetsCommandInput): import("@smithy/core/client").CommandImpl<ListChangeSetsCommandInput, ListChangeSetsCommandOutput, import("..").MarketplaceCatalogClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListChangeSetsCommandInput): import("@smithy/core/client").CommandImpl<ListChangeSetsCommandInput, ListChangeSetsCommandOutput, import("..").MarketplaceCatalogClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the list of change sets owned by the account being used to make the call. You
@@ -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 { MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MarketplaceCatalogClient";
4
2
  import type { ListEntitiesRequest, ListEntitiesResponse } 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 ListEntitiesCommandInput extends ListEntitiesRequest {
22
19
  export interface ListEntitiesCommandOutput extends ListEntitiesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListEntitiesCommand_base: {
25
- new (input: ListEntitiesCommandInput): import("@smithy/core/client").CommandImpl<ListEntitiesCommandInput, ListEntitiesCommandOutput, MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListEntitiesCommandInput): import("@smithy/core/client").CommandImpl<ListEntitiesCommandInput, ListEntitiesCommandOutput, MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListEntitiesCommandInput): import("@smithy/core/client").CommandImpl<ListEntitiesCommandInput, ListEntitiesCommandOutput, import("..").MarketplaceCatalogClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListEntitiesCommandInput): import("@smithy/core/client").CommandImpl<ListEntitiesCommandInput, ListEntitiesCommandOutput, import("..").MarketplaceCatalogClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides the list of entities of a given type.</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 { MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MarketplaceCatalogClient";
4
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } 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 ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").MarketplaceCatalogClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").MarketplaceCatalogClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all tags that have been added to a resource (either an <a href="https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/welcome.html#catalog-api-entities">entity</a> or <a href="https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/welcome.html#working-with-change-sets">change set</a>).</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 { MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MarketplaceCatalogClient";
4
2
  import type { PutResourcePolicyRequest, PutResourcePolicyResponse } 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 PutResourcePolicyCommandInput extends PutResourcePolicyRequest
22
19
  export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutResourcePolicyCommand_base: {
25
- new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, import("..").MarketplaceCatalogClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, import("..").MarketplaceCatalogClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Attaches a resource-based policy to an entity. Examples of an entity include:
@@ -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 { MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MarketplaceCatalogClient";
4
2
  import type { StartChangeSetRequest, StartChangeSetResponse } 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 StartChangeSetCommandInput extends StartChangeSetRequest {
22
19
  export interface StartChangeSetCommandOutput extends StartChangeSetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartChangeSetCommand_base: {
25
- new (input: StartChangeSetCommandInput): import("@smithy/core/client").CommandImpl<StartChangeSetCommandInput, StartChangeSetCommandOutput, MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartChangeSetCommandInput): import("@smithy/core/client").CommandImpl<StartChangeSetCommandInput, StartChangeSetCommandOutput, MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartChangeSetCommandInput): import("@smithy/core/client").CommandImpl<StartChangeSetCommandInput, StartChangeSetCommandOutput, import("..").MarketplaceCatalogClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartChangeSetCommandInput): import("@smithy/core/client").CommandImpl<StartChangeSetCommandInput, StartChangeSetCommandOutput, import("..").MarketplaceCatalogClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Allows you to request changes for your entities. Within a single
@@ -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 { MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MarketplaceCatalogClient";
4
2
  import type { TagResourceRequest, TagResourceResponse } 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 TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").MarketplaceCatalogClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").MarketplaceCatalogClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Tags a resource (either an <a href="https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/welcome.html#catalog-api-entities">entity</a> or <a href="https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/welcome.html#working-with-change-sets">change set</a>).</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 { MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MarketplaceCatalogClient";
4
2
  import type { UntagResourceRequest, UntagResourceResponse } 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 UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, MarketplaceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").MarketplaceCatalogClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").MarketplaceCatalogClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes a tag or list of tags from a resource (either an <a href="https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/welcome.html#catalog-api-entities">entity</a> or <a href="https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/welcome.html#working-with-change-sets">change set</a>).</p>
@@ -14,6 +14,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
14
14
  export type { RuntimeExtension } from "./runtimeExtensions";
15
15
  export type { MarketplaceCatalogExtensionConfiguration } from "./extensionConfiguration";
16
16
  export * from "./commands";
17
+ export { Command as $Command } from "@smithy/core/client";
17
18
  export * from "./schemas/schemas_0";
18
19
  export * from "./pagination";
19
20
  export * from "./models/enums";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: MarketplaceCatalogClientConfig)
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: MarketplaceCatalogClientConfig)
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: MarketplaceCatalogClientConfig)
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: MarketplaceCatalogClientConfig)
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 { MarketplaceCatalogClientConfig } from "./MarketplaceCatalogClient"
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: MarketplaceCatalogClientConfig) => {
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: MarketplaceCatalogClientConfig)
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: MarketplaceCatalogClientConfig)
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
+ MarketplaceCatalogClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./MarketplaceCatalogClient";
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
+ MarketplaceCatalogClientResolvedConfig,
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
+ MarketplaceCatalogClientResolvedConfig,
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,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- MarketplaceCatalogClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../MarketplaceCatalogClient";
8
2
  import {
9
3
  BatchDescribeEntitiesRequest,
10
4
  BatchDescribeEntitiesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchDescribeEntitiesCommandInput
15
8
  extends BatchDescribeEntitiesRequest {}
16
9
  export interface BatchDescribeEntitiesCommandOutput
@@ -22,22 +15,20 @@ declare const BatchDescribeEntitiesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  BatchDescribeEntitiesCommandInput,
24
17
  BatchDescribeEntitiesCommandOutput,
25
- MarketplaceCatalogClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").MarketplaceCatalogClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: BatchDescribeEntitiesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  BatchDescribeEntitiesCommandInput,
33
26
  BatchDescribeEntitiesCommandOutput,
34
- MarketplaceCatalogClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").MarketplaceCatalogClientResolvedConfig,
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 BatchDescribeEntitiesCommand extends BatchDescribeEntitiesCommand_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
- MarketplaceCatalogClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../MarketplaceCatalogClient";
8
2
  import {
9
3
  CancelChangeSetRequest,
10
4
  CancelChangeSetResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CancelChangeSetCommandInput extends CancelChangeSetRequest {}
15
8
  export interface CancelChangeSetCommandOutput
16
9
  extends CancelChangeSetResponse,
@@ -21,22 +14,20 @@ declare const CancelChangeSetCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CancelChangeSetCommandInput,
23
16
  CancelChangeSetCommandOutput,
24
- MarketplaceCatalogClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").MarketplaceCatalogClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CancelChangeSetCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CancelChangeSetCommandInput,
32
25
  CancelChangeSetCommandOutput,
33
- MarketplaceCatalogClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").MarketplaceCatalogClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CancelChangeSetCommand extends CancelChangeSetCommand_base {
42
33
  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
- MarketplaceCatalogClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../MarketplaceCatalogClient";
8
2
  import {
9
3
  DeleteResourcePolicyRequest,
10
4
  DeleteResourcePolicyResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteResourcePolicyCommandInput
15
8
  extends DeleteResourcePolicyRequest {}
16
9
  export interface DeleteResourcePolicyCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteResourcePolicyCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteResourcePolicyCommandInput,
24
17
  DeleteResourcePolicyCommandOutput,
25
- MarketplaceCatalogClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").MarketplaceCatalogClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteResourcePolicyCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteResourcePolicyCommandInput,
33
26
  DeleteResourcePolicyCommandOutput,
34
- MarketplaceCatalogClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").MarketplaceCatalogClientResolvedConfig,
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 DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_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
- MarketplaceCatalogClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../MarketplaceCatalogClient";
8
2
  import {
9
3
  DescribeChangeSetRequest,
10
4
  DescribeChangeSetResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeChangeSetCommandInput
15
8
  extends DescribeChangeSetRequest {}
16
9
  export interface DescribeChangeSetCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeChangeSetCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeChangeSetCommandInput,
24
17
  DescribeChangeSetCommandOutput,
25
- MarketplaceCatalogClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").MarketplaceCatalogClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeChangeSetCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeChangeSetCommandInput,
33
26
  DescribeChangeSetCommandOutput,
34
- MarketplaceCatalogClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").MarketplaceCatalogClientResolvedConfig,
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 DescribeChangeSetCommand extends DescribeChangeSetCommand_base {
43
34
  protected static __types: {